section, section *{ box-sizing:border-box; }
*{ box-sizing:border-box; }
section{ overflow:hidden; }
section:last-child{ padding-bottom:150px !important; }
.mc-con{ max-width:1440px; width:100%; margin:0 auto;}
.sc_con{ max-width:1440px; width:100%; margin:0 auto; }
.main-con{width: 100%; margin: 0 auto; padding: 0 3rem;}

/*sc01*/
#sc01{ background-color:#333; height: 100vh; position: relative; overflow: hidden;}

.video-bg{
    position:absolute;
    inset:0;
    overflow:hidden;
    z-index:0;
    pointer-events:none;
}

.video-bg iframe{
    position:absolute;
    top:50%;
    left:50%;
    width:100vw;
    height:56.25vw;
    min-height:100vh;
    min-width:177.77vh;
    transform:translate(-50%,-50%);
}

.main-caption{width: 100%; padding: 0 4rem; position: absolute; bottom: 25%; left: 0; z-index: 99; color: #fff;text-align: center;}
.main-caption > h2{font-size: 50px;}
.main-caption > h5{font-size: 21px; margin-bottom: 2rem; font-weight: 300;}
.main-caption > a{font-size: 16px; font-weight: 600; padding: .8rem 2rem; background-color: #fff; border-radius: 30px; color: #111; transition: .5s;}
.main-caption > a:hover{color: #3b77ad;}
.main-logo{text-align: center; padding-bottom: 1.5rem; display: inline-block; margin: 0 auto 1.5rem; border-bottom: 1px dotted #ddd;}
.main-logo > img{width: 400px;}

.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);*/ }

.sc01_txt{ max-width:1400px; width:100%; margin:0 auto; }
.sc01_txt > h2{ font-size:50px; font-weight:700; line-height:1.2em; margin-bottom:30px; }
.sc01_txt > hr{ display:block; width:100px; height:3px; margin:0 0 30px; border:none; }
.sc01_txt > p{ font-size:18px; font-weight:300; line-height:1.5em; }
.sc01_txt > a{ display:inline-block; margin:40px 0 0; padding:13px 40px; border-radius:100px; font-size:18px; font-weight:300; line-height:1em; text-align:center; transition:0.4s all; }

.sc01_nav{ position:absolute; z-index:60; top:50%; width:30px; height:80px; margin:-40px 0 0; cursor:pointer; }
.sc01_nav.swiper-button-disabled{ opacity:0.3; }
.sc01_nav#sc01pr{ left:20px; }
.sc01_nav#sc01pr:before{ content:''; position:absolute; z-index:1; top:0; left:0; width:4px; height:40px; transform:skew(-33deg); transform-origin:left bottom; }
.sc01_nav#sc01pr:after{ content:''; position:absolute; z-index:1; bottom:0; left:0; width:4px; height:40px; transform:skew(33deg); transform-origin:left top; }
.sc01_nav#sc01nx{ right:20px; }
.sc01_nav#sc01nx:before{ content:''; position:absolute; z-index:1; top:0; right:0; width:4px; height:40px; transform:skew(33deg); transform-origin:right bottom; }
.sc01_nav#sc01nx:after{ content:''; position:absolute; z-index:1; bottom:0; right:0; width:4px; height:40px; transform:skew(-33deg); transform-origin:right top; }

.sc01_btn{ display:flex; align-items:center; position:absolute; z-index:60; bottom:30px; left:50%; width:auto; transform:translate(-50%, 0); }
#sc01pg{ margin-right:10px; }
#sc01pg > .swiper-pagination-bullet{ opacity:1; width:12px; height:12px; border-radius:100px; margin:0 3px; transition:0.5s all; }
#sc01pg > .swiper-pagination-bullet-active{ width:40px; }
.sc01_ap{ cursor:pointer; border-radius:100%; font-size:20px; }
.sc01_ap .la-play{ display:none; }
.sc01_ap .la-pause{ display:block; }
.sc01_ap.paused .la-play{ display:block; }
.sc01_ap.paused .la-pause{ display:none; }

.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;}

.mainswiper .swiper-button-next, .mainswiper .swiper-button-prev{background-image: none; transform: translateY(-50%);}
.mainswiper .swiper-button-next{right: 4rem;}
.mainswiper .swiper-button-prev{left: 4rem;}
.mainswiper .swiper-button-next span, .mainswiper .swiper-button-prev span{color: #fff; font-size: 40px; transition: .5s;}
.mainswiper .swiper-button-next:hover span, .mainswiper .swiper-button-prev:hover span{color: #3b77ad;}

/* mouse-s */
.mouse-s{position: absolute; bottom: 2rem; left: 0; width: 100%; text-align: center; z-index: 8; color: #fff;}
.mouse-s > p{font-size: 18px;}
.mouse-s > span{display: block; font-size: 18px; transition: all 1s ease-in-out; animation: mousey 1.5s infinite;}

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

/* waves */
.waves-con{position: absolute; bottom: 0; left: 0; width: 100%; z-index: 888;}
.waves {
	position: relative;
	width: 100%;
	height: 15vh;
	margin-bottom: -7px; /*Fix for safari gap*/
	min-height: 100px;
	max-height: 150px;
}
/* Animation */
.parallax > use {
	animation: move-forever 25s cubic-bezier(0.55,.5,0.45,.5) infinite;
}
.parallax > use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
}
.parallax > use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
}
.parallax > use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
}
.parallax > use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 40s;
}
@keyframes move-forever {
	0% {
			transform: translate3d(-90px, 0, 0);
	}
	100% {
			transform: translate3d(85px, 0, 0);
	}
}
/*Shrinking for mobile*/
@media(max-width: 768px) {
	.waves {
			height: 40px;
			min-height: 40px;
	}
}

/* sc02 */
#sc02{padding: 100px 0 0; background-color: #FCC800; min-height: 1020px; position: relative;}
.sc02_mq{ width:3840px; display:flex; transform:translate(0, 0); animation:40s marquee infinite linear; -webkit-animation:40s marquee infinite linear; -moz-animation:40s marquee infinite linear; -o-animation:40s marquee infinite linear; }
.sc02_mq > li{padding: 40px 0; margin: 0 20px; background-repeat: no-repeat; background-position: center; background-size: cover;}
.sc02_mq > li > img{ display:block; width:100%; height:auto; }
.sc02_bt{margin-bottom: 100px;}

.sc02-cc{border-radius: 50% 50% 0 0; padding: 100px 0; background-color: #fff; width: 120%; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.sc02-con{width: 100%; max-width: 1600px; margin: 0 auto;}
.sc02-wrap{display: flex;}
.sc02-box{flex: 0 0 auto; width: 33.333333%; padding: 0 10px;}
.sc02-box:first-child{display: flex; align-items: flex-end; justify-content: center;}
.sc02-cc-tit{text-align: center;}
.sc02-cc-tit > P{margin-bottom: 3rem; font-size: 16px;}
.sc02-cc-tit > P.ani{opacity: 0; transform: translateY(50px); transition: .5s;}
.sc02-cc-tit > P.ani.act{opacity: 1; transform: translateY(0); transition: .5s;}
.sc02-cc-tit > a{padding: 8px 2rem; font-size: 16px; border-radius: 30px; background-color: #707070; color: #fff; text-align: center; transition: .5s;}
.sc02-cc-tit > a:hover{background-color: #231815;}
.sc02-cc-tit > a.ani{opacity: 0; transform: translateY(50px); transition: .5s;}
.sc02-cc-tit > a.ani.act{opacity: 1; transform: translateY(0); transition: .5s;}
.sc02-img1, .sc02-img2{text-align: center;}
.sc02-img1 img, .sc02-img2 img{margin-left: auto; margin-right: auto;}
.sc02-img1.ani{opacity: 0; transition: 1s; transform: translateX(50px);}
.sc02-img1.ani.act{opacity: 1; transform: translateX(0);}
.sc02-img2.ani{opacity: 0; transition: 1s; transform: translateX(-50px);}
.sc02-img2.ani.act{opacity: 1; transform: translateX(0);}

/* sc03 */
#sc03{padding: 100px 0 50px;}
.sc03-tit{margin-bottom: 1.5rem;}
.sc03-tit.ani{opacity: 0; transform: translateY(50px); transition: 1s;}
.sc03-tit.ani.act{opacity: 1; transform: translateY(0);}
.sc03-tit > h2{font-size: 130px; font-weight: 400; line-height: 1;}
.sc03-wrap{display: flex; flex-wrap: nowrap; padding: 0 3rem; overflow: hidden; position: relative; width: 100%; justify-content: space-between;}
.sc03-wrap.first{margin-bottom: 100px;}
.sc03-box1{flex: 0 0 auto; width: 29%;}
.sc03-box2{flex: 0 0 auto; width: 19%;}
.sc03-box3{flex: 0 0 auto; width: 49%;}
.sc03-box4{flex: 0 0 auto; width: 39%;}
.sc03-box5{flex: 0 0 auto; width: 59%;}
.sc03-img{overflow: hidden;}
.sc03-img img{width: 100%;}
.sc03-img.box2{margin-bottom: 18px;}

/* sc04 */
#sc04{padding: 100px 0;}
.sc04-tit{margin-bottom: 50px; text-align: center;}
.sc04-tit.ani{opacity: 0; transform: translateY(50px); transition: 1s;}
.sc04-tit.ani.act{opacity: 1; transform: translateY(0);}
.sc04-tit > h3{font-size: 50px; font-weight: 400;}
.sc04-wrap{display: flex; justify-content: space-between; margin-bottom: 100px;}
.sc04-box{width: 31%;}
.sc04-box:nth-child(2){margin-top: 15rem;}
.sc04-img:first-child{margin-bottom: 4rem;}
.sc04-img img{width: 100%;}
.sc04-img.ani{opacity: 0; transform: translateY(100px); transition: 1s;}
.sc04-img.ani.act{opacity: 1; transform: translateY(0);}
.sc04-mq marquee h2{font-size: 120px; font-weight: 700; margin-right: 5rem; display: inline-block; text-transform: uppercase;}

/*sc10*/
#sc10{padding: 100px 0; background-color: #d7dbfa;}
.sc10_mq{ width:3840px; display:flex; transform:translate(0, 0); animation:40s marquee infinite linear; -webkit-animation:40s marquee infinite linear; -moz-animation:40s marquee infinite linear; -o-animation:40s marquee infinite linear; }
.sc10_mq > li{padding: 41px 0; margin: 0 20px; background-repeat: no-repeat; background-position: center; background-size: cover;}
.sc10_mq > li > img{ display:block; width:100%; height:auto; }
@keyframes marquee{
	from{ transform:translate(0, 0); }
	to{ transform:translate(-1280px, 0); }
}
.sc10_bt:first-child{margin-bottom: 3rem;}
.sc10_mq.sc10_mq2{ width:3840px; display:flex; transform:translate(0, 0); animation:40s marquee2 infinite linear; -webkit-animation:40s marquee2 infinite linear; -moz-animation:40s marquee2 infinite linear; -o-animation:40s marquee2 infinite linear; }
.sc10_mq.sc10_mq2 > li{padding: 41px 0; margin: 0 20px; background-repeat: no-repeat; background-position: center; background-size: cover;}
.sc10_mq.sc10_mq2 > li > img{ display:block; width:100%; height:auto; }
@keyframes marquee2{
	from{ transform:translate(-1280px, 0); }
	to{ transform:translate(0, 0); }
}

/* sc11 */
.main-map{width: 100%; max-height: 700px;}
.root_daum_roughmap{width: 100% !important;}
.root_daum_roughmap .wrap_controllers{display: none;}

/* media query */

@media(min-width:992px){
	.ms-img{display: block;}
	.ms-img-m{display: none;}

	.more{bottom: 0; left: 8%;}

	.sc07-box1{max-height: 500px;}

	/* sc01 */
	.ver-area{width: 225px; height: 85%; position: absolute; right: 0; top: 50%; transform: translateY(-50%); z-index: 888; display: flex; justify-content: center; align-items: center; border-left: 1px solid #ddd;}
	.ver-area > h5{text-align: center; writing-mode: tb-rl; font-weight: 300; color: #fff; font-size: 16px;}
	.ver-num{font-size: 14px; color: #fff; position: absolute; left: 0; bottom: 0; width: 100%; text-align: center;}

	/* sc03 */
	/* .sc03-box3.change-bg{transition: 2s ease-in-out;}
	.sc03-box3.change-bg.active{width: 100%; position: static; margin-right: 0;}
	.change-wd{transition: 1s;}
	.change-wd.active{width: 0; margin-right: 0;} */

	/* sc04 */
	.sc04-wrap{display: flex;}
	.sc04-mo{display: none;}
}
@media(max-width:1399px){
	.ver-area{display: none;}
}
@media(max-width:991px){
	.main-con{padding: 0 15px;}
	/* sc01 */
	#sc01{height: 100vh;}
	.sc01_fr{ padding:150px 15px; }
	.sc01_nav{ display:none; }

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

	.main-caption{padding: 0 15px;}
	.main-caption > h2{font-size: 34px;}
	.main-caption > h5{font-size: 16px;}
	.main-caption > a{font-size: 15px; padding: .5rem 1.5rem;}

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

	.mainswiper .swiper-button-next, .mainswiper .swiper-button-prev{display: none;}

	/* sc02 */
	#sc02{padding: 50px 0; min-height: 870px;}
	.sc02-cc{width: 220%; padding: 80px 0;}
	.sc02-con{max-width: 992px;}
	.sc02-cc-tit > P{font-size: 14px;}

	/* sc03 */
	#sc03{padding: 50px 0;}
	.sc03-tit > h2{font-size: 70px;}
	.sc03-wrap{padding: 0 15px; flex-direction: column;}
	.sc03-box1, .sc03-box2, .sc03-box3{margin-bottom: 1.5rem;}
	.sc03-box1, .sc03-box2, .sc03-box3, .sc03-box4{width: 100%; margin-right: 0;}
	.sc03-box1.ani{opacity: 0; transform: translateY(50px); transition: 1s;}
	.sc03-box1.ani.act{opacity: 1; transform: translateY(0);}
	.sc03-box2.ani{opacity: 0; transform: translateY(50px); transition: 1s;}
	.sc03-box2.ani.act{opacity: 1; transform: translateY(0);}
	.sc03-box3.ani{opacity: 0; transform: translateY(50px); transition: 1s;}
	.sc03-box3.ani.act{opacity: 1; transform: translateY(0);}
	.sc03-box4.ani{opacity: 0; transform: translateY(50px); transition: 1s;}
	.sc03-box4.ani.act{opacity: 1; transform: translateY(0);}

	/* sc04 */
	#sc04{padding: 50px 0;}
	.sc04-wrap{display: none;}
	.sc04-mo{display: block;}
	.sc04-mq marquee h2{font-size: 60px; margin-right: 2rem;}
	
}
@media(max-width:576px){
	/* sc02 */
	#sc02{min-height: 1200px;}
	.sc02-cc{padding: 80px 0 40px;}
	.sc02-con{max-width: 390px;}
	.sc02-wrap{flex-direction: column; align-items: center;}
	.sc02-box{width: 100%; padding: 0 15px;}
	.sc02-box:nth-child(1){margin-bottom: 1.5rem;}
	.sc02-box:nth-child(2){margin-bottom: 3rem;}

	/* sc03 */
	.sc03-tit > h2{font-size: 30px;}

	/* sc04 */
	.sc04-tit > h3{font-size: 28px;}
}