@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url('https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2') format('woff2'), url('https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff') format('woff'), url('https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url('https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2') format('woff2'), url('https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff') format('woff'), url('https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url('https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2') format('woff2'), url('https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff') format('woff'), url('https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf') format('opentype');
}

/* common */
* {
    box-sizing: border-box;
}
html, body {
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size:16px!important;
}

body {
  font-family: 'Roboto', 'Noto Sans KR', Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  background: #fff;
  word-break: keep-all;
}
/* button */
button, input, textarea {
  font-family: 'Roboto', 'Noto Sans KR', Arial, sans-serif;
}
.btn {
  font-family: 'Roboto', 'Noto Sans KR', Arial, sans-serif;
}
.container {
  max-width: 1590px;
  width: 100%;
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
  height: 100%;
}
/* clearfix */
.clearfix{
    *zoom: 1;
}
.clearfix::before,
.clearfix:after { 
    content: ''; 
    display: block; 
    clear: both;
}
/* //common */

/* visual */
.logo{
    display: inline-block;
    width:18.75rem;
    height:2.75rem;
    background: url(/Content/images/logo-white.png) center/contain no-repeat;
    font-size:0;
}
.visual{
    width:100%;
    height:100vh;
    min-height:950px;
    max-height:1080px;
    position: relative;
    overflow: hidden;
    
}
.visual:before{
    content:"";
    position: absolute;
    width:100%;
    height:100%;
    background: url(/Content/images/bg-visual.jpg) center/cover no-repeat;
	transform:scale(1.07);
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-timing-function: ease;    
    -webkit-animation-timing-function: ease;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-name: visual_ac;
    -webkit-animation-name: visual_ac;
}
@keyframes visual_ac {
    0% {
        transform:scale(1.07);
    }
    100%{
        transform:scale(1);
    }
}
@-webkit-keyframes visual_ac {
    0% {
        transform:scale(1.07);
    }
    100%{
        transform:scale(1);
    }
}
.visual-head{
    margin-bottom:5rem;
    padding:2rem 0;
}
.visual .container{
    font-size:0;
}
.visual-group{
    display: inline-block;
    width:55%;
    vertical-align: top;
}

.visual-title{
    color:#fff;
}
.visual-title h2{
    font-size:4.5rem;
    font-weight: bold;
}
.visual-title .sub{
    display: inline-block;
    margin-bottom:1rem;
    padding:0.5rem 2rem 0.3rem 0.3rem;
    position: relative;
    z-index: 0;
    font-size:1.3rem;
    letter-spacing: 0.1rem;
}
.visual-title .sub:before{
    content: "";
    width:300%;
    height:100%;
    background: #ed507a;
    border-radius:2rem;
    position: absolute;
    top:0;
    right:0;
    z-index: -1;
}
.visual-title .sub span{
    margin-left:0.5rem;
    font-weight: bold;
	font-size:1.4rem;
}
.visual-info{
    display: inline-block;
    min-width:34.875rem;
    margin-top:5rem;
    padding:2rem;
    background: url(/Content/images/bg-visual-info.png) center/cover no-repeat;
    border-radius:1rem;
    box-shadow:0 0 20px 0 rgba(0,0,0,0.1);
}
.visual-info ul + ul{
    margin-top:1.5rem;
}
.visual-info li{
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
}
.visual-info .tit{
    min-width:7rem;
    color:#444;
    font-size:1.2rem;
}
.visual-info .con{
    color:#000;
    font-size:1.4rem;
}
.visual-info .con img{
    display: inline-block;
    vertical-align: middle;
}
.visual-info .con img + img{
    margin-left:2rem;
}
.visual-content{
    display: inline-block;
    width:45%;
    vertical-align: top;
}
.visual-content h3{
    margin-bottom:0.5rem;
    padding-top:1rem;
    font-size:1.4rem;
    font-weight: bold;
    color:#fff;
}
.ytb-slide {
    padding-bottom: 60px;
}
.ytb-slide .slick-arrow{
    width:50px;
    height:50px;
    background-color:transparent;
    background-repeat:no-repeat;
    border:2px solid #fff;
    border-radius:50%;
    position: absolute;
    bottom:0;
    font-size:0;
}
.ytb-slide .slick-prev{
    background-image:url(/Content/images/ico-prev.png);
    background-position: 47% center;
    left:0;
}
.ytb-slide .slick-next{
    background-image:url(/Content/images/ico-next.png);
    background-position: 58% center;
    right:0;
}
.ytb-slide .slick-arrow:not(.slick-disabled):hover{
    background-color:rgba(255,255,255,0.2);
}
.ytb-slide .slick-disabled{
    opacity: 0.2;
    cursor:default;
}
.ytb-slide .slick-dots{
    position: absolute;
    top:-1.5rem;
    right:0;
}
.ytb-slide .slick-dots li{
    display: inline-block;
    width:10px;
    height:10px;
    margin:0 5px;
    background:#fff;
    border-radius:10px;
    cursor:pointer;
    transition:all .3s;
}
.ytb-slide .slick-dots .slick-active{
    width:50px;
    background:#ed507a;
}
.ytb-slide .slick-dots button{
    background: transparent;
    font-size:0;
}
.ytb-embed{
    width:100%;
    height:0;
    padding-bottom: 56.25%;
    position: relative;
}
.ytb-embed iframe{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
}

.visual-btn{
    display:flex;
    width:100%;
    margin-top:5rem;
    box-shadow:0 0 30px 0 rgba(0,0,0,0.2);
}
.visual-btn a{
    display: block;
    width:100%;
    height:100%;
    padding:1rem 1.5rem;
    position: relative;
    color:inherit;
}
.visual-btn .btn{
    width:33.333%;
    height:5rem;
    font-size:1.4rem;
    font-weight: bold;
    color:#fff;
    opacity: 0.8;
    transition:all .3s;
}
.visual-btn .ico{
    display:inline-block;
    height:3rem;
    vertical-align: middle;
}
.visual-btn .arrow{
    width:30px;
    height:40px;
    margin-top: -20px;
    background: url(/Content/images/ico-arrow.png) center right no-repeat;
    background-size:cover;
    position: absolute;
    top:50%;
    right:1.5rem;
    transition:all .3s;
}
.visual-btn span{
    display: inline-block;
    vertical-align: middle;
    margin-left:1rem;
}
.visual-btn .dhc{
    background: #ae0055;
}
.visual-btn .dhc .ico{
    width:2.8125rem;
    background: url(/Content/images/ico-uni.png) center/contain no-repeat;
}
.visual-btn .linc{
    background: #1d639d;
}
.visual-btn .linc .ico{
    width:3.8125rem;
    background: url(/Content/images/ico-linc.png) center/contain no-repeat;
}
.visual-btn .exhibit{
    background: #52a854;
}
.visual-btn .exhibit .ico{
    width:2.8125rem;
    background: url(/Content/images/ico-exhibit.png) center/contain no-repeat;
}
.visual-btn .btn:hover{
    opacity: 1;
}
.visual-btn .btn:hover .arrow{
    width:60px;
}
.visual-copy{
    width:100%;
    padding:0 15px;
    position: absolute;
    left:0;
    bottom:1rem;
    color:#c7c7c7;
    font-size:0.85rem;
}
.visual-copy-con > div{
    line-height: 30px;
}
.visual-copy .expo{
    display: inline-block;
}
.visual-copy .btn-admin{
    float: right;
    height:30px;
    margin-right:1rem;
    padding:0 1rem;
    line-height: 30px;
    border:1px solid #fff;
    border-radius:2rem;
    color:#ccc;
    font-size:0.85rem;
}
.visual-copy .btn-admin:hover{
    background-color:rgba(255,255,255,0.2);
}
.visual-copy .uni{
    float: right;
    text-align: right;
}

/* pc ~ tablet */
@media screen and (max-width:1280px) {
    .visual{
        min-height:900px;
    }
    .visual-group{
        width:50%;
    }
    .visual-title h2{
        font-size:3.3rem;
    }
    .visual-title .sub{
        padding-right:2rem;
        font-size:0.9rem;
    }
	.visual-title .sub span{
		font-size:1rem;
	}
    .visual-info{
        min-width:26rem;
    }
    .visual-content{
        width:50%;
    }
    .visual-info .tit{
        min-width:5.6rem;
        font-size:1rem;
    }
    .visual-info .con{
        font-size:1.2rem;
    }
    .visual-info .con img{
        height:2rem;
    }
    .visual-btn .btn{
        height:4.5rem;
    }
    .visual-btn .ico{
        height:2.5rem;
    }
    .visual-btn span{
        font-size:1.2rem;
    }
}/* //pc ~ tablet */

/* mobile */
@media screen and (max-width:991px) {
    html{
        font-size:14px!important;
    }
    .mobile-display{
        display: block!important;
    }
    .mobile-item{
        display: inline-block!important;
    }
    .logo{
        width:15rem;
        height:2rem;
    }
    .visual{
        min-height:auto;
        height:auto;
        max-height:100%;
    }
    .visual:before{
        background: url(/Content/images/bg-visual-m.jpg) center top/cover no-repeat;
    }
    .visual-head{
        margin-bottom:2rem;
        text-align: center;
    }
    .visual-group{
        width:100%;
    }
    .visual-title{
        text-align: center;
    }
    .visual-title .sub{
        margin:0;
        padding:0.6rem 0 0;
        text-align: center;
        font-size:1.2rem;
        line-height: 1;
    }
    .visual-title .sub:before{
        width:100%;
        height:2.4rem;
        border-radius:3rem;
    }
    .visual-title .sub span{
        display: block;
        margin:1.6rem 0 0;
        padding-left: 0.3rem;
        font-size:1.5rem;
        font-weight: 500;
		letter-spacing: 0
    }
    .visual-title h2{
        font-size:3.1rem;
        letter-spacing: -0.1rem;
    }
    .visual-info{
        display: block;
        width:80%;
        max-width:100%;
        min-width:22rem;
        margin:3rem auto;
        padding:1.5rem 1rem;
        background: url(/Content/images/bg-visual-info-m.png) center/cover no-repeat;
        text-align: center;
    }
    .visual-info ul + ul{
        margin-top:3rem;
    }
    .visual-info .tit{
        display: block;
        min-width:auto;
        margin-bottom:0.5rem;
        font-size:1.3rem;
    }
    .visual-info .con{
        font-size:1.5rem;
    }
    .visual-content{
        width:100%;
    }
    .ytb-slide{
        padding-bottom: 50px;
    }
    .ytb-slide .slick-arrow{
        width:40px;
        height:40px;
        background-size:12px;
    }
    .visual-btn{
        margin-top:3rem;
        flex-direction: column;
    }
    .visual-btn .btn{
        width:100%;
    }
    .visual-btn .exhibit{
        order:1;
    }
    .visual-btn .exhibit .ico{
        width:3.8125rem;
    }
    .visual-btn .linc{
        order:2;
    }
    .visual-btn .dhc .ico{
        width:3.8125rem;
    }
    .visual-btn .dhc{
        order:3;
    }
    .visual-btn .btn:hover .arrow{
        width:30px;
    }
    .visual-copy{
        width:calc(100% + 30px);
        margin-top:2rem;
        padding:1rem 15px;
        background:rgba(0,0,0,0.5);
        position: relative;
        bottom:auto;
        left:-15px;
    }
    .visual-copy-con > div{
        line-height: 1.8;
    }
    .visual-copy .expo{
        display: block;
        text-align: right;
    }
    .visual-copy .uni{
        float: none;
        text-align: right;
    }
    .visual-copy .btn-admin{
        display: none;
    }
}
@media screen and (max-width:375px) {
	html{
		font-size:12px!important;
	}
}/* //mobile */