#main_wrap, #main_wrap *{ box-sizing:border-box; }
section.main_sc{ position:relative; z-index:1; overflow:hidden; }
section.main_sc:nth-child(even){ background-color:#000; }
section.main_sc:nth-child(odd){ background-color:#333; }

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%; padding: 0 3rem;}


/*sc01*/
#sc01{ background-color:#333; }

.main-caption{width: 100%; position: absolute; bottom: 4rem; left: 3rem; z-index: 99; color: #fff; text-align: left;}
.main-caption > h2{font-size: 55px; line-height: 1.2; font-weight: 800; margin-bottom: 1.5rem;}

.ms-img{
	width: 100%;
	height: 100vh;
}

.mc-wrap{
	display: flex;
	align-items: center;
}
.mc-wrap > a{
	display: inline-block;
	padding: 8px 26px;
	border: 1px solid #fff;
	font-size: 16px;
	color: #fff;
	transition: .5s;
}
.mc-wrap > a:hover{
	background-color: #fff;
	color: #000;
}
.mc-wrap > p{
	font-size: 16px;
	margin-left: 1rem;
}

.scroll-wrap{
	height: calc(100% - (100px + 4rem));
	width: auto;
	position: absolute;
	bottom: 4rem;
	right: 3rem;
	display: flex;
	z-index: 88;
}
.scroll-line{
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(255, 255, 255, .3);
	position: absolute;
	overflow: hidden;
}
.scroll-line::after{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: -100%;
	right: 0;
	background-color: rgba(255, 255, 255, 1);
	animation: line 10s infinite ease-in-out;
}
.scroll-wrap > h5{
	font-size: 16px;
	color: #fff;
	writing-mode: vertical-lr;
	font-weight: 300;
	text-align: right;
}

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

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

.main-count-wrap{width: 100%; padding: 0 15px; max-width: 1600px; position: absolute; left: 50%; bottom: 10rem; transform: translateX(-50%); display: flex; justify-content: space-between; z-index: 88;}
.main-count-box{width: 20%; padding: 0 15px; text-align: center; color: #fff;}
.main-count-box > p{font-size: 18px; font-weight: 500; margin-bottom: 10px;}
.main-count-box > h5{font-size: 20px; font-weight: 500; line-height: 1;}
.main-count-box > h5 > span{font-size: 55px; font-weight: 700;}

/* sc02 */
#sc02{width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; background-color: #000;}
.sc02-tit{text-align: center; color: #fff; margin-bottom: 3rem;}
.sc02-tit > h2{font-size: 40px; margin-bottom: 1rem;}
.sc02-tit > p{font-size: 18px;}
.sc02-wrap{width: 100%; display: flex; justify-content: space-between;}
.sc02-box{width: 33.33333%; padding: 0 15px; flex: 0 0 auto; color: #fff; text-align: center;}
.sc02-box > p{font-size: 16px; font-weight: 300;}
.sc02-box > h3{font-size: 40px;}

/* sc03 */
#sc03{position: relative;}
.sc03-txt{width: 100%; padding: 0 15px; display: flex; position: absolute; top: 50%; transform: translateY(-50%); left: 0; justify-content: center;}
.sc03-txt > h2{font-size: 40px; font-weight: 800; line-height: 1.8; text-transform: uppercase; color: #fff;}
.sc03-txt > h2 > span{display: inline-block; border-radius: 5px; width: 440px; height: 55px; transform: translateY(12px); overflow: hidden; position: relative;}
.sc03-txt > h2 > span > img{display: block; width: 100%; position: absolute; top: 0; left: -100%; border-radius: 5px;}
.sc03-txt > h2 > span > img.sc03-img1{transition: 1s left .7s;}
.main_sc.active .sc03-txt > h2 > span > img{left: 0;}

/* sc04 */
.sc04-con{width: 100%; height: 100vh;}
.sc04-wrap{width: 100%; height: 100%; display: flex;}
.sc04-box{width: 33.33333%; height: 100vh; position: relative; overflow: hidden;}
.sc04-bg{width: 100%; height: 100vh; background-repeat: no-repeat; background-position: center; background-size: cover;}
.sc04-hover{width: 100%; height: 100vh; background-repeat: no-repeat; background-position: center; background-size: cover; transition: .5s; position: absolute; top: -100%; left: 0; background-color: #000;}
.sc04-caption{padding: 0 15px; width: 100%; position: absolute; top: 50%; left: 0; text-align: center; transition: .5s; z-index: 3;}
.sc04-caption > h2{font-size: 35px; font-weight: 500; color: #fff;}
.sc04-caption > p{color: rgba(255, 255, 255, .9); font-size: 18px; margin-top: 1.5rem; opacity: 0; transition: .5s opacity .2s;}
.sc04-caption > a{color: #fff; font-size: 16px; margin-top: 1.5rem; display: inline-block; opacity: 0; transition: .5s opacity .4s;}

.sc04-box:hover .sc04-hover{top: 0;}
.sc04-box:hover .sc04-caption{transform: translateY(-50%); }
.sc04-box:hover .sc04-caption > p{opacity: 1;}
.sc04-box:hover .sc04-caption > a{opacity: 1;}

.sc04-box:nth-child(1) .sc04-bg{background-color: #4A3232;}
.sc04-box:nth-child(2) .sc04-bg{background-color: #102D33;}
.sc04-box:nth-child(3) .sc04-bg{background-color: #302B32;}
.sc04-box:nth-child(4) .sc04-bg{background-color: #231208;}

/* sc05 */
#sc05{background-color: #333;}
#sc05 .sc_con{ position:relative; z-index:60; padding:100px 20px; max-width:1840px; width:100%; margin:0 auto; }
#sc05Sli{ position:absolute; z-index:1; top:0; left:0; height:100%; width:100%; display:flex; }
.sc05Sli{ position:relative; z-index:1; height:auto !important; }
.sc05Sli:after{ content:''; position:absolute; z-index:1; top:0; bottom:0; left:0; right:0; background-color:rgba(0,0,0,.3); }
.sc05_img{ position:absolute; z-index:1; top:0; bottom:0; left:0; right:0; background-position:center; background-size:cover; background-repeat:no-repeat; width: 100%;}

.sc05_txt{ max-width:500px; width:100%; word-break:keep-all; }
.sc05_txt > .sc05_nav{ display:flex; margin-bottom:30px; }
.sc05_nav i{ display:block; }
#sc05pr{ border:1px solid #fff; border-radius:100%; padding:9px; font-size:20px; color:#fff; cursor:pointer; margin-right:10px; }
#sc05nx{ border:1px solid #fff; border-radius:100%; padding:9px; font-size:20px; color:#fff; cursor:pointer; }
.sc05_txt > h2{ font-size:35px; font-weight:700; color:#fff; line-height:1.3; margin-bottom:1.5rem; }
.sc05_txt > p{ font-size:18px; font-weight:300; color:#fff; line-height:1.3; margin-bottom: 1.5rem;}
.sc05_txt > a{ display:inline-block; margin-top:16px; background-color:#dbaf88; border-radius:6px; padding:13px 30px 15px; font-size:16px; font-weight:400; color:#fff; line-height:1em; transition: .5s;}
.sc05_txt > a:hover{background-color: #bf926d; border-radius: 0;}


/* sc06 */
#sc06{width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; background-color: #000;}
.sc06-con{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); min-width: 470px; width: 30%; z-index: 2;}
.sc06-logo{text-align: center; margin-bottom: 1.5rem;}
.sc06-logo img{max-width: 130px;}
.sc06-box{border: 1px solid #707070; background-color: #fff; padding: 1rem; margin-bottom: 1.5rem;}
.sc06-cont{display: flex; padding: 10px 0; border-bottom: 1px solid #707070;}
.sc06-cont:first-child{padding-top: 0;}
.sc06-cont:last-child{padding-bottom: 0; border-bottom: 0;}
.sc06-tit{width: 15%;}
.sc06-tit > p{font-size: 13px; font-weight: 700;}
.sc06-txt{width: 85%; padding-left: 3rem; border-left: 1px solid #707070;}
.sc06-txt > h5{font-size: 13px; line-height: 1.8; font-weight: 400;}
.sc06-copy{text-align: center;}
.sc06-copy > p{font-size: 16px; color: #fff;}

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

	.sc04-mo{display: none;}


}
@media(max-width:1439px){ 
	.mc-con{padding: 0 2rem;}

}
@media(max-width:991px){
	.mc-con{padding: 0 15px;}
	.sc01_fr{ padding:150px 15px; }
	.sc01_nav{ display:none; }

	.m-auto{height: auto !important;}
	.m-auto > .fp-tableCell{height: auto !important;}

	.ms-img{display: none;}
	.ms-img-m{display: block; width: 100%; height: 100vh;}

	.main-caption{padding: 0 15px; bottom: auto; top: 50%; left: 0; transform: translateY(-50%); text-align: center;}
	.main-caption > h2{font-size: 24px; line-height: 1.5;}
	.main-caption > h5{font-size: 16px;}
	.mc-wrap{flex-direction: column-reverse;}
	.mc-wrap > p{margin-left: 0; margin-bottom: 1.5rem;}

	.scroll-wrap{display: none;}

	/* sc02 */
	.sc02-tit > h2{font-size: 24px;}
	.sc02-tit > p{font-size: 16px;}
	.sc02-box > p{font-size: 14px;}
	.sc02-box > h3{font-size: 20px;}
	.sc02-box{padding: 0 5px;}

	/* sc03 */
	.sc03-txt > h2 > span{display: none;}
	.sc03-txt > h2{font-size: 24px;}

	/* sc04 */
	.sc04-wrap{display: none;}
	.sc04-con{height: 100%;}
	.sc04-mo{display: block; width: 100%; height: 100%;}
	.sc04m-bg{width: 100%; height: 400px; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative;}
	.sc04m-caption{width: 100%; padding: 0 15px; color: #fff; position: absolute; top: 50%; left: 0; transform: translateY(-50%); text-align: center;}
	.sc04m-caption > h2{font-size: 24px; margin-bottom: 1rem;}
	.sc04m-caption > p{font-size: 16px;}
	.swiper-pagination.sc04 .swiper-pagination-bullet-active{background: #bf926d;}

	/* sc05 */
	.sc05Sli:after{ background-color:rgba(0,0,0,.45); }
	.sc05_txt > h2{ font-size:24px; margin-bottom: 1rem;}
	.sc05_txt > p{ font-size:16px; }
	.sc05_txt > a{font-size: 14px;}

	/* sc06 */
	.sc06-con{width: 100%; min-width: auto; padding: 0 15px;}
	.sc06-txt{padding-left: 1rem;}
	.sc06-box{margin-bottom: 1rem;}
	.sc06-copy > p{font-size: 12px;}
	.sc06-logo img{max-width: 100px;}

}