﻿section, section *{ box-sizing:border-box; }
*{ box-sizing:border-box; }
section{ overflow:hidden; }
section:last-child{ padding-bottom:150px !important; }
.mc-con{ max-width:1430px; width:100%; margin:0 auto; padding: 0 15px; position: relative; z-index: 3;}

.sect-tit{text-align: center; color: #fff; margin-bottom: 3rem;}
.sect-tit > h2{font-size: 50px; font-weight: 700; line-height: 1.3;}
.sect-tit > h5{font-size: 18px; font-weight: 500; margin-top: 1rem;}

.main_sc{width: 100%; position: relative; background-repeat: no-repeat; background-position: center; background-size: cover;}

.more-btn{margin-top: 3rem; text-align: center;}
.more-btn > a{display: inline-block; font-size: 18px; color: #fff; font-weight: 700; padding: 1rem 3rem; border: 1px solid #fff; transition: .5s;}
.more-btn > a > span{font-weight: 400;}
.more-btn > a:hover{background-color: #fff; color: #278443;}

/*sc01*/
#sc01{ background-color:#333; height: 100vh; position: relative; overflow: hidden;}
#sc01::after{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2;}

.main-caption{width: 100%; padding: 0 4rem; position: absolute; top: 50%; left: 0; transform: translateY(-45%); z-index: 99; color: #fff;text-align: center;}
.main-caption > h2{font-size: 40px; font-weight: 700; margin-bottom: 2rem;}
.main-caption > h5{font-size: 18px; font-weight: 500; margin-bottom: 1.5rem; letter-spacing: 7px;}
.main-caption > a{display: inline-block; font-size: 18px; font-weight: 700; padding: 1rem 3rem; background-color: #221E1F; transition: .5s;}
.main-caption > a > span{font-weight: 300;}
.main-caption > a:hover{color: #278443; background-color: #fff;}

.sc01Sli{ position:relative; z-index:1; background-color:#333; overflow:hidden; }
.sc01_bg{ position:absolute; z-index:1; top:0; bottom:0; left:0; right:0; background-color:#333; background-position:center; background-size:cover; background-repeat:no-repeat; }
.sc01_mbg{ display:none; position:absolute; z-index:1; top:0; bottom:0; left:0; right:0; background-color:#333; background-position:center; background-size:cover; background-repeat:no-repeat; }
.sc01_fr{ position:relative; z-index:1; min-height:max(600px,36.4583333vw); padding:150px 70px; display:flex; align-items:center; /*background-color:rgba(0,0,0,.35);*/ }

.sc01mw{ position:relative; z-index:1; overflow:hidden; background-color:#333; width: 100%; height: 100%;}
.sc01mw > .sc01_bdo{ position:absolute; z-index:1; top:50%; left:50%; min-width:100%; height:155%; transform:translate(-50%,-50%); }

.vimeo_player_wrapper{opacity: 1 !important;}

/* mouse-s */
.mouse-s{position: absolute; bottom: 2rem; left: 0; width: 100%; text-align: center; z-index: 8; color: #fff;}

.mouse{position: relative; border: 2px solid rgba(255, 255, 255, 0.8); width: 30px; height: 50px; border-radius: 30px; margin: 0 auto;}
.mouse .wheel{position: absolute; left: 50%; margin-left: -2px; width: 4px; height: 10px; background-color: rgba(255, 255, 255, 0.9); border-radius: 3px; animation: wheel 1.5s ease infinite;}

@keyframes mousey{
	0%{opacity: 0; transform: translateY(0);}
	100%{opacity: 1; transform: translateY(10px);}
}
@keyframes wheel{
	0%{opacity: 0; top: 5px;}
	100%{opacity: 1; top: 1rem;}
}

.mp-slide{width: 100%; max-width: 900px; padding: 0 3rem; margin: 3rem auto 0; position: relative;}
.mp-img{display: flex; padding: 5px; border: 1px solid #ddd;}
.mp-img img{width: 100%;}

.swiper-button-next.mp:after, .swiper-button-prev.mp:after{display: none;}
.swiper-button-next.mp > span, .swiper-button-prev.mp > span{color: #fff; font-size: 26px; transition: .3s;}
.swiper-button-next.mp:hover > span, .swiper-button-prev.mp:hover > span{color: #278443;}

/* sc02 */
#sc02{ padding: 100px 0; background-color: #040C14; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative;}
#sc02::after{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2;}

#sc02 .mc-con{position: relative; z-index: 3;}

#sc02 .sect-tit{margin-bottom: 4rem;}

.sc02-wrap{width: 100%; max-width: 1200px; margin: 0 auto 4rem; display: flex;}
.sc02-left{width: 47%; display: flex; justify-content: flex-end; padding: 2rem; position: relative;}
.sc02-left::before{content: ""; width: 1px; height: 0px; background-color: #fff; position: absolute; top: 0; left: 0; transition: 1s;}
.sc02-left::after{content: ""; width: 0px; height: 1px; background-color: #fff; position: absolute; top: 0; left: 0; transition: 1.5s;}
.sc02-right{width: 47%; display: flex; justify-content: flex-start; padding: 2rem; position: relative;}
.sc02-right::before{content: ""; width: 1px; height: 0px; background-color: #fff; position: absolute; bottom: 0; right: 0; transition: 1s;}
.sc02-right::after{content: ""; width: 0%; height: 1px; background-color: #fff; position: absolute; bottom: 0; right: 0; transition: 1.5s;}
.sc02-count{display: flex; align-items: center; color: #fff;}
.sc02-count > h5{font-size: 20px; font-weight: 700;}
.sc02-count > h5 > span{display: inline-block; font-size: 60px; font-weight: 700; margin-left: 1.5rem;}
.sc02-line{width: 6%; position: relative;}
.sc02-line::after{content: ""; width: 1px; height: 55px; background-color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(30deg);}

.sc02-left.ani.act::before{height: 70px;}
.sc02-left.ani.act::after{width: 160px;}
.sc02-right.ani.act::before{height: 75px;}
.sc02-right.ani.act::after{width: 95%;}

.sc02-slide{width: 100%; max-width: 1400px; padding: 0 100px; margin: 0 auto; position: relative;}
.sc02-img{display: flex; position: relative; overflow: hidden;}
.sc02-img img{width: 100%;}
.sc02-caption{width: 100%; padding: 1rem 15px; background-color: rgba(0,0,0,0.8); text-align: center; position: absolute; bottom: -54px; left: 0; transition: .5s;}
.sc02-caption > h5{font-size: 18px; font-weight: 500; color: #fff;}

.sc02-img:hover .sc02-caption{bottom: 0;}

.swiper-button-next.sc02nv:after, .swiper-button-prev.sc02nv:after{display: none;}
.swiper-button-next.sc02nv{right: 0;}
.swiper-button-prev.sc02nv{left: 0;}
.swiper-button-next.sc02nv, .swiper-button-prev.sc02nv{width: 80px; height: 80px; line-height: 80px; border-radius: 50%; border: 1px solid #fff; transition: .3s; transform: translateY(-50%); margin-top: 0;}
.swiper-button-next.sc02nv > span, .swiper-button-prev.sc02nv > span{color: #fff; display: inline-block; font-size: 26px; transition: .3s;}
.swiper-button-next.sc02nv:hover > span, .swiper-button-prev.sc02nv:hover > span{color: #278443;}
.swiper-button-next.sc02nv:hover, .swiper-button-prev.sc02nv:hover{background-color: #fff;}

/* sc03 */
#sc03{padding: 0 0 100px; overflow: hidden; background-color: #040C14; position: relative; background-repeat: no-repeat; background-position: center; background-size: cover;}
#sc03::after{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2;}

#sc03 .more-btn{text-align: left;}

.sc03-con{max-width: 1430px; padding: 0 15px; margin: 0 auto; position: relative; z-index: 3;}
.sc03-tit{position: relative; display: inline-block; width: 50%; z-index: 8; color: #fff; padding-top: 100px; overflow: hidden;}
.sc03-tit > h2{font-size: 40px; line-height: 1.3; font-weight: 700;}
.sc03-tit > p{font-size: 18px; font-weight: 500; margin-top: 1rem;}
.sc03-tit.ani{transform: translateX(100px); opacity: 0; transition: .7s;}
.sc03-tit.ani.act{transform: translateX(0); opacity: 1;}
.sc03-wrap > li{position: relative; text-align: right; margin-top: -200px;}
.sc03-wrap > li > .sc03-box{display: inline-block; text-align: left; width: 43.5%; transition: .5s;}
.sc03-wrap > li .sc03-img{margin-bottom: 1rem;}
.sc03-wrap > li .sc03-img img{width: 100%; }
.sc03-txt > h3{position: relative; display: inline-block; font-size: 21px; color: #fff; font-weight: 500;}
.sc03-txt > p{font-size: 18px; color: #fff; margin-top: 10px;}
.sc03-wrap > li:nth-child(1){z-index: 7; margin-top: -225px;}
.sc03-wrap > li:nth-child(2){z-index: 6; text-align: left;}
.sc03-wrap > li:nth-child(3){z-index: 5;}
.sc03-wrap > li:nth-child(4){z-index: 4; text-align: left;}
.sc03-wrap > li:nth-child(5){z-index: 3; }
.sc03-wrap > li:nth-child(6){z-index: 2; text-align: left;}
.sc03-wrap > li:nth-child(7){z-index: 1; }

.sc03-wrap > li.ani{transform: translateY(50px); opacity: 0; transition: .8s;}
.sc03-wrap > li.ani.act{transform: translateY(0); opacity: 1;}

/* sc04 */
#sc04{padding: 100px 0; background-color: #040C14; position: relative; background-repeat: no-repeat; background-position: center; background-size: cover;}
#sc04::after{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2;}

#sc04 .mc-con{position: relative; z-index: 3;}

.sc04-wrap{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.sc04-box{width: 23%; margin-bottom: 2rem; position: relative; padding: 5rem 1.5rem 1.5rem 1.5rem; background-color: #0f0f11;}
.sc04-ct{width: 100%; text-align: left; padding: 0 1.5rem; position: absolute; top: 0; left: 0;}
.sc04-ct > h5{display: inline-block; padding: 10px 2rem; background-color: #453c34; color: #fff; font-size: 20px; font-weight: 500;}
.sc04-box > h3{font-size: 18px; font-weight: 600; line-height: 1.5; color: #fff; margin-bottom: 2rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.sc04-box > p{font-size: 16px; font-weight: 400; line-height: 1.3; color: #666; margin-bottom: 2rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.sc04-img{display: flex; align-items: center;}
.sc04-img > img{border-radius: 50%; max-width: 60px; margin-right: 1rem;}
.sc04-caption > p{font-size: 12px; color: #fff; font-weight: 400; margin-bottom: 5px;}
.sc04-caption > h5{font-size: 14px; color: #fff; font-weight: 700;}
.sc04-box > a{width: 100%; display: flex; align-items: center; justify-content: space-between;}
.sc04-box > a > h4{font-size: 18px; color: #fff; transition: .5s;}
.sc04-box > a:hover > h4{color: #278443;}

/* sc05 */
#sc05{padding: 100px 0; background-color: #040C14; position: relative; background-repeat: no-repeat; background-position: center; background-size: cover;}
#sc05::after{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2;}
#sc05 .mc-con{position: relative; z-index: 3;}

.sc05-wrap{width: 100%; display: flex; justify-content: space-between;}
.sc05-box{width: 49%;}
.sc05-map{width: 100%; margin-bottom: 1.5rem;}
.sc05-caption{color: #fff;}
.sc05-caption > h5{font-size: 24px; font-weight: 700; margin-bottom: 1.5rem; padding-bottom: 1.5rem; position: relative;}
.sc05-caption > h5::after{content: ""; width: 50px; height: 1px; background-color: rgba(255, 255, 255, 0.2); position: absolute; bottom: 0; left: 0;}
.sc05-caption > ul > li{font-size: 16px; font-weight: 400; margin-bottom: 10px;}
.sc05-caption > ul > li:last-child{margin-bottom: 0;}
.sc05-caption > ul > li > span{display: inline-block; width: 20px; margin-right: 5px;}

.root_daum_roughmap{width: 100% !important;}
.root_daum_roughmap .wrap_controllers{display: none;}

@media(min-width:1200px){
	.ms-img{display: block; width: 100%; height: 100vh; background-repeat: no-repeat; background-position: center; background-size: cover;}
	.ms-img-m{display: none;}

    .swiper-pagination.sc04pn{display: none;}

	.ani.up.delay{
        transition: 1s opacity 0.2s, 1s transform 0.2s;
    }
    .ani.up.delay2{
        transition: 1s opacity 0.5s, 1s transform 0.5s;
    }
    .ani.up.delay3{
        transition: 1s opacity 0.8s, 1s transform 0.8s;
    }

    .sc04-slide{display: none;}
}
@media(max-width:1599px){
    .mc-con{padding: 0 4rem;}
    .sc03-con{padding: 0 4rem;}
}
@media(max-width:1199px){
	.sc01_fr{ padding:150px 15px; }
	.sc01_nav{ display:none; }

    .mc-con{padding: 0 15px;}

	.ms-img{display: none;}
	.ms-img-m{display: block; width: 100%; height: 100vh; background-repeat: no-repeat; background-position: center; background-size: cover;}

	.main-caption{padding: 0 15px;}
	.main-caption > h2{font-size: 28px; margin-bottom: 1.5rem;}
	.main-caption > h5{font-size: 16px; margin-bottom: 1rem;}
    .main-caption > a{font-size: 14px; padding: 15px 2rem;}
    .mp-slide{margin: 2rem 0 auto;}

	.mouse-s > p{font-size: 14px;}

    .sect-tit{margin-bottom: 2rem;}
    .sect-tit > h2{font-size: 26px;}
    .sect-tit > h5{font-size: 16px;}

    .more-btn{margin-top: 2rem;}
    .more-btn > a{font-size: 14px; padding: 15px 2rem;}

    /* sc02 */
    #sc02{padding: 80px 0;}
    #sc02 .sect-tit{margin-bottom: 3rem;}
    .sc02-wrap{flex-direction: column;}
    .sc02-left{width: 100%; justify-content: center;}
    .sc02-right{width: 100%; justify-content: center;}
    .sc02-count > h5 > span{font-size: 30px; margin-left: 1rem;}
    .sc02-count > h5{font-size: 16px;}
    .sc02-line{width: 100%; height: 50px;}
    .sc02-line::after{height: 40px;}
    .sc02-left.ani.act::before{height: 40px;}
    .sc02-left.ani.act::after{width: 100px;}
    .sc02-right.ani.act::before{height: 45px;}
    .sc02-right.ani.act::after{width: 85%;}
    .sc02-slide{padding: 0 55px;}
    .swiper-button-next.sc02nv, .swiper-button-prev.sc02nv{width: 40px; height: 40px; line-height: 40px;}
    .swiper-button-next.sc02nv > span, .swiper-button-prev.sc02nv > span{font-size: 14px;}
    .sc02-caption{bottom: 0;}
    .sc02-caption > h5{font-size: 16px;}

    /* sc03 */
	#sc03{padding: 50px 0 80px;}
    .sc03-con{padding: 0 15px;}
	.sc03-tit{width: 100%; padding: 10px 15px 0; }
	.sc03-tit > h2{font-size: 24px; margin-bottom: 1rem;}
	.sc03-tit > p{font-size: 15px;}
	.sc03-wrap > li{margin-top: 5vh;}
	.sc03-wrap > li:nth-child(1){margin-top: 5vh;}
	.sc03-wrap > li > .sc03-box{width: 75%;}
	.sc03-wrap > li .sc03-img{margin-bottom: 1rem;}
	.sc03-txt{padding: 0 15px;}
	.sc03-txt > h3{font-size: 18px;}
	.sc03-txt > p{font-size: 14px;}

    /* sc04 */
    #sc04{padding: 80px 0;}
    .sc04-wrap{display: none;}
    .sc04-slide{display: block; position: relative;}
    .sc04-box{width: 100%; margin-bottom: 0; padding: 4rem 1.5rem 1.5rem 1.5rem;}
    .sc04swiper{position: relative; padding-bottom: 2rem;}
	.sc04-ct > h5{font-size: 16px; padding: 8px 1.5rem;}
    .sc04-box > h3{font-size: 16px; margin-bottom: 1rem;}
    .sc04-box > p{font-size: 14px; margin-bottom: 1rem;}
    .swiper-pagination.sc04pn{bottom: 0;}
    .swiper-pagination.sc04pn .swiper-pagination-bullet{background: #fff;}
    .swiper-pagination.sc04pn .swiper-pagination-bullet-active{background: #278443;}

    /* sc05 */
    #sc05{padding: 80px 0;}
    .sc05-wrap{flex-direction: column;}
    .sc05-box{width: 100%; margin-bottom: 3rem;}
    .sc05-box:last-child{margin-bottom: 0;}
    .sc05-map .root_daum_roughmap .wrap_map{height: 250px !important;}
    .sc05-map{margin-bottom: 1rem;}
    .sc05-caption > h5{font-size: 18px; margin-bottom: 1rem; padding-bottom: 1rem;}
    .sc05-caption > ul > li{font-size: 14px; margin-bottom: 8px;}
    .sc05-caption > ul > li > span{width: 15px;}
}

/* animation */

.ani.up{
    transform: translateY(100px);
    opacity: 0;
    transition: 1s;
}

.ani.up.act{
    transform: translateY(0);
    opacity: 1;
}

@keyframes blink{
    50% {
      opacity: 0;
    }
}

@keyframes rotate{
    0% {
      transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
