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 4rem;}

.sect-tit{margin-bottom: 3rem; text-align: center;}
.sect-tit > h2{font-size: 23px; font-weight: 700; position: relative; display: inline-block; padding: 0 1rem;}
.sect-tit > h2 > span{display: inline-block; position: absolute; font-size: 16px;}
.sect-tit > h2 > span.bk-lt{top: -15px; left: -10px;}
.sect-tit > h2 > span.bk-rt{bottom: -15px; right: -10px;}
.sect-tit > h5{font-size: 16px; font-weight: 400; margin-top: 3rem; line-height: 1.8;}

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

.main-caption{width: 100%; padding: 0 4rem; position: absolute; bottom: 200px; left: 0; z-index: 99; color: #fff; text-align: left;}
.main-caption > h2{font-size: 80px; font-weight: 400; position: relative; display: inline-block;}

.m-line{width: 90px; height: 100vh; position: absolute; top: 0; right: 0; border-left: 1px solid rgba(255,255,255,.4); z-index: 4;}

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

.vd-player iframe{width: 100% !important; height: 100% !important; margin-left: 0 !important; margin-top: -62.75px !important;}

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

/* sc02 */
#sc02{width: 100%; padding: 100px 0; background-repeat: no-repeat; background-position: center; background-size: cover;}
.sc02-line{width: 1px; height: 100px; background-color: #707070; transform: rotate(30deg); margin: 0 auto 90px; opacity: 0; transition: 1.5s;}

.sc02-line.ani.act{opacity: 1;}

.sc02-wrap{width: 100%; display: flex; justify-content: space-between; align-items: flex-end;}
.sc02-lt{width: 25%;}
.sc02-rt{width: 73%;}
.sc02-img{display: flex;}
.sc02-img img{width: 100%;}
.sc02-rt > h5{font-size: 16px; font-weight: 400; margin-bottom: 1.5rem; line-height: 1.8;}

.sc02-lt .sc02-img.ani{transform: translateX(50px); opacity: 0; transition: 1.5s; transition-delay: .8s;}
.sc02-lt .sc02-img.ani.act{opacity: 1; transform: translateX(0);}

.sc02-rt .sc02-img.ani{opacity: 0; transition: 1.5s; transition-delay: .5s;}
.sc02-rt .sc02-img.ani.act{opacity: 1;}

/* sc03 */
#sc03{width: 100%; padding: 3rem 0;}

.ver-line{width: 1px; height: 200px; background-color: rgba(112, 112, 112, 0.3); position: relative; overflow: hidden; margin: 0 auto 3rem;}
.ver-line::after{content: ""; width: 1px; height: 200px; background-color: #707070; position: absolute; top: -100%; left: 0; animation: line 5s ease-in-out infinite;}

@keyframes line{
	0%{top: -100%;}
	100%{top: 100%;}
}

.change-bg{width: 30%; height: 630px; background-repeat: no-repeat; background-position: center; background-size: cover; background-color: #ddd; transition: 1.5s; margin: 0 auto;}
.change-bg.active{width: 100%;}

/* sc04 */
#sc04{width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; background-color: #333}

#sc04 .sect-tit{color: #fff; text-align: left; margin-bottom: 0;}

.sc04-wrap{width: 100%; display: flex; justify-content: space-between;}
.sc04-lt{width: 55%;}
.sc04-rt{width: 40%; padding-top: 15rem;}

.sc04-img{display: flex; opacity: 0; transition: 1.5s;}
.sc04-img img{width: auto;}

.sc04-img.img1{transition-delay: 1.5s;}
.sc04-img.img2{transition-delay: 1.5s;}
.sc04-img.img3{transition-delay: .5s;}

.sc04-img.ani.act{opacity: 1;}

.sc04-lt > .sc04-img{justify-content: flex-end;}

.sc04-lt-wrap{width: 100%; display: flex; justify-content: space-between; align-items: center; margin-bottom: 3rem;}
.sc04-lt-img{width: 35%;}
.sc04-lt-txt{width: 55%; padding-right: 30px;}

/* sc05 */
#sc05{width: 100%; padding: 100px 0; background-repeat: repeat-y;}

#sc05 .sect-tit{text-align: left;}
#sc05 .sect-tit > .sc05-tit-img{margin-top: 1.5rem; display: flex;}
#sc05 .sect-tit > .sc05-tit-img img{width: auto;}

.sc05-t-wrap{width: 100%; display: flex; justify-content: space-between; margin-bottom: 3rem;}
.sc05-t-lt{width: 40%; padding-left: 4rem;}
.sc05-t-rt{width: 58%;}

.sc05-img{display: flex; flex-direction: column;}
.sc05-img img{width: auto;}
.sc05-img .sc05-caption{padding-top: 1rem; text-align: left;}
.sc05-img .sc05-caption > p{font-size: 16px; line-height: 1.8;}

.sc05-img-box > .sc05-img{display: inline-block;}
.sc05-img-box.rt{text-align: right; margin-bottom: 6rem;}
.sc05-img-box.lt{text-align: left;}

.sc05-wrap{width: 100%; display: flex; justify-content: space-between; padding-top: 3rem;}
.sc05-box-lt{width: 40%; opacity: 0; transform: translateX(100px); transition: 1.5s;}

.sc05-box-lt.ani.act{opacity: 1; transform: translateX(0);}

.sc05-box-rt{width: 58%; padding-top: 300px; opacity: 0; transform: translateX(-100px); transition: 1.5s; transition-delay: .5s;}

.sc05-box-rt.ani.act{opacity: 1; transform: translateX(0);}

.sc05-img > h5{font-size: 16px; font-weight: 400; margin-bottom: 1rem; text-align: left;}

.sc05-vm{position: relative; width: 100%; height: 800px;}
.sc05-caption.vm05{padding-top: 1rem; text-align: left;}
.sc05-caption.vm05 > p{font-size: 16px; line-height: 1.8;}


@media(min-width:992px){
	.ms-img{display: block; width: 100%; height: 100vh; background-repeat: no-repeat; background-position: center; background-size: cover;}
	.ms-img-m{display: none;}
	.main-caption > h2 > span{display: inline-block; position: absolute; bottom: -90px; right: -118px;}
	.sc05-img-mo{display: none;}
	.sc04-mo{display: none;}
}
@media(max-width:991px){
	.main-con{padding: 0 15px;}

	.sect-tit{margin-bottom: 2rem; padding: 0 15px;}
	.sect-tit > h2{font-size: 18px;}
	.sect-tit > h5{font-size: 14px; margin-top: 2rem;}
	.sect-tit > h2 > span{font-size: 14px;}
	.sect-tit > h2 > span.bk-lt{top: -12px; left: -2px;}
	.sect-tit > h2 > span.bk-rt{bottom: -12px; right: -2px;}

	.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; bottom: 100px; text-align: center;}
	.main-caption > h2{font-size: 30px;}
	.main-caption > h5{font-size: 16px;}

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

	.m-line{display: none;}

	#sc01{height: 100%;}

	#sc02{padding: 50px 0;}
	.sc02-line{height: 50px; margin: 0 auto 40px;}
	.sc02-wrap{flex-direction: column-reverse;}
	.sc02-lt{width: 100%;}
	.sc02-rt{width: 100%; margin-bottom: 1.5rem;}
	.sc02-rt > h5{padding: 0 15px; font-size: 14px;}

	#sc03{padding: 50px 0;}
	.ver-line{height: 150px; margin: 0 auto 50px;}
	.ver-line::after{height: 150px;}

	.change-bg{height: 200px;}

	#sc04{padding: 50px 0;}
	#sc04 .sect-tit{margin-bottom: 2rem;}
	.sc04-wrap{display: none;}
	.sc04-swiper{padding: 0 15px;}
	.sc04-img-mo img{width: 100%;}
	.sc04swiper{padding-bottom: 2rem;}
	.swiper-pagination.sc04 .swiper-pagination-bullet{background: #fff;}

	#sc05{padding: 50px 0;}
	#sc05 .main-con{padding: 0;}
	.sc05-t-wrap{flex-direction: column; margin-bottom: 2rem;}
	.sc05-t-lt{width: 100%; padding-left: 0; margin-bottom: 2rem;}
	.sc05-t-rt{width: 100%;}
	.sc05-img .sc05-caption{padding: 1rem 15px 0;}
	.sc05-img .sc05-caption > p{font-size: 14px;}
	.sc05-img-box.rt{margin-bottom: 2rem;}

	.sc05-vm{display: none;}
	.sc05-img-mo{display: flex;}
	.sc05-img-mo img{width: 100%;}

	.sc05-caption.vm05 > p{font-size: 14px;}
	.sc05-wrap{flex-direction: column;}
	.sc05-box-lt{width: 100%;}
	.sc05-box-rt{width: 100%; padding-top: 1rem;}
	.sc05-img > h5{font-size: 14px; padding: 0 15px;}

	.sc05-caption.vm05{padding: 1rem 15px 0;}
	
}
