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

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

.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-cc{
	width: 100%;
	max-width: 1710px;
	padding: 0 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 5;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-caption{
	color: #fff;
}
.main-caption > h2{
	font-size: 50px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 2rem;
}
.main-caption > h2 > span{
	color: #f44f07;
}
.main-caption > h5{
	font-size: 18px;
	font-weight: 400;
}

.sc01-wrap{
	width: 100%;
	max-width: 1710px;
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom:50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}
.sc01-wz{
	width: 400px;
}
.sc01-wz > h3{
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	padding-bottom: 12px;
	margin-bottom: 12px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sc01-wz > h3::after{
	content: "";
	width: 80px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.mpr_li > li{
	font-size: 14px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.mpr_li > li:last-child{
	margin-bottom: 0;
}
.mpr_li > li > .title > a{
	display: inline-block;
	transition: .2s;
}
.sc01-card{
	width: 360px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	background-color: #333;
}
.sc01-caption{
	padding: 1rem;
	color: #fff;
}
.sc01-caption > h5{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 1rem;
}
.sc01-caption > ul > li{
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 5px;
}
.sc01-caption > ul > li:last-child{
	margin-bottom: 0;
}

.scroll-box{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #fff;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(15px);
	position: relative;
	z-index: 4;
}
.scroll-cc{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(-15px);
	position: relative;
	z-index: 3;
}
.scroll-cc > span{
	display: inline-block;
	animation: mousey 1.7s infinite;
}
@keyframes mousey{
	0%{opacity: 0; transform: translateY(0px);}
	100%{opacity: 1; transform: translateY(10px);}
}

.mc-tit{
	text-align: center;
	color: #000;
	margin-bottom: 2rem;
}
.mc-tit > h3{
	font-size: 50px;
	font-weight: 700;
	line-height: 1.2;
}
.mc-tit > h3 > span{
	display: inline-block;
	position: relative;
}
.mc-tit > h3 > span::after{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fd5107;
	position: absolute;
	right: -20px;
	bottom: 5px;
}
.mc-tit > p{
	font-size: 18px;
	font-weight: 400;
	margin-top: 1.5rem;
}

/* sc02 */
#sc02{padding: 150px 0; background-color: #fff; position: relative;}
#sc02 .mc-con{display: flex; justify-content: space-between; align-items: flex-end;}
#sc02 .mc-tit{
	text-align: left;
	margin-bottom: 0;
}
.sc02-swiper-wrap{width: 100%; max-width: 1710px; margin: 4rem auto 0;}
.sc02-swiper{width: 100%; position: relative;}
.sc02Swiper.swiper{overflow: visible;}
.swiper-btn{width: 220px; height: 100px; position: relative;}
.swiper-btn .swiper-button-next, .swiper-btn .swiper-button-prev{background-image: none; width: 100px; height: 100px; background-color: transparent; border-radius: 50%; border: 1px solid #c8c8c8; transition: .3s; line-height: 100px; top: 0; margin-top: 0;}
.swiper-btn .swiper-button-next > span, .swiper-btn .swiper-button-prev > span{font-size: 18px; color: #c8c8c8; transition: .3s; line-height: 1;}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{display: none;}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{display: none;}
.swiper-btn .swiper-button-next{right: 0;}
.swiper-btn .swiper-button-prev{left: 0;}
.swiper-btn .swiper-button-next:hover, .swiper-btn .swiper-button-prev:hover{background-color: #F44F07; border-color: #F44F07;}
.swiper-btn .swiper-button-next:hover > span, .swiper-btn .swiper-button-prev:hover > span{color: #fff;}

.sc02-card{
	padding: 70px 10px;
	text-align: center;
	color: #fff;
	border-radius: 40px;
	background-color: #F44F07;
	transition: .4s;
}
.sc02-icon{
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.sc02-icon img{
	height: 100px;
}
.sc02-card > h5{
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
}
.sc02-card > p{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}
.sc02-card:hover{
	background-color: #001F33;
	transform: translateY(-1rem);
}

/* sc03 */
#sc03{
	padding: 200px 0 60px;
	background-color: #f4f9fb;
}
#sc03 .mc-tit{
	margin-bottom: 0;
	position: relative;
	padding-bottom: 140px;
}
#sc03 .mc-tit > h3, #sc03 .mc-tit > p{
	position: relative;
	z-index: 2;
}
.sc03-bg{
	display: flex;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: 0.1;
}
.sc03-bg img{
	width: 100%;
}
.marquee-con{
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 430px;
}
.marquee-inner{
	width: 570%;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	gap: 40px;
	animation: marquee 50s linear infinite;
}

@keyframes marquee{
	0%{
		left: 0;
	}
	100%{
		left: -200%;
	}
}

.sc03-wrap{
	display: flex;
	gap: 40px;
}
.sc03-wrap img{
	width: 100%;
	max-width: 630px;
}

/* sc04 */
#sc04{
	padding: 150px 0;
}
.sc04-con{
	width: 100%;
	padding-left: calc((100% - 1680px) / 2);
}
.sc04-wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#sc04 .mc-tit{
	text-align: left;
	margin-bottom: 100px;
}
.sc04-caption{
	width: 22%;
}
.sc04-slide{
	width: 75%;
	position: relative;
	overflow: hidden;
}
.sc04-card{
	padding: 60px 40px;
	border-radius: 40px;
	background-color: #f4f9fb;
	color: #000;
	display: block;
}
.sc04-icon{
	display: flex;
	margin-bottom: 40px;
}
.sc04-icon img{
	height: 70px;
}
.sc04-card > h5{
	font-size: 25px;
	margin-bottom: 1rem;
	font-weight: 700;
}
.sc04-card > p{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 100px;
}

.more-btn{
	width: 100%;
	display: flex;
	align-items: flex-end;
}
.more-btn > h5{
	font-size: 14px;
	color: #000;
	font-weight: 600;
	transition: .2s;
	margin-right: 1rem;
	line-height: 1;
}
.more-line{
	width: 50px;
	height: 1px;
	background-color: #000;
	position: relative;
	margin-bottom: 2px;
	transition: .2s;
}
.more-line::after{
	content: "";
	width: 1px;
	height: 15px;
	background-color: #000;
	position: absolute;
    right: 5px;
    bottom: -2px;
    transform: rotate(-50deg);
	transition: .2s;
}
.sc04-card:hover .more-btn > h5{
	color: #F44F07;
}
.sc04-card:hover .more-line{
	background-color: #F44F07;
	width: 65px;
}
.sc04-card:hover .more-line::after{
	background-color: #F44F07;
}

.sc04Swiper{
	padding-bottom: 40px !important;
}
.swiper-pagination-progressbar{
	bottom: 0;
	top: auto !important;
	height: 1px !important;
	background: #ddd !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	top: auto !important;
	bottom: 0;
	height: 4px !important;
	background: #373535 !important;
}

/* sc05 */
#sc05{
	padding: 150px 0;
	background-color: #f4f9fb;
}
#sc05 .mc-tit{
	margin-bottom: 4rem;
}
.sc05-wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.sc05-box{
	width: calc((100% - 80px) / 5);
}
.sc05-img{
	display: flex;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}
.sc05-img img{
	width: 100%;
}

/* sc06 */
#sc06{
	padding: 150px 0;
}
#sc06 .mc-tit{
	margin-bottom: 4rem;
}
.sc06-wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.sc06-wrap.mb{
	margin-bottom: 2rem;
}
.sc06-box{
	width: 32%;
}
.sc06-card{
	padding: 40px;
	border-radius: 30px;
	background-color: #f4f9fb;
	color: #000;
	display: block;
	width: 100%;
}
.sc06-icon{
	display: flex;
	margin-bottom: 20px;
}
.sc06-icon img{
	height: 70px;
}
.sc06-card > h5{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.sc06-card > p{
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 30px;
}
.sc06-card:hover .more-btn > h5{
	color: #F44F07;
}
.sc06-card:hover .more-line{
	background-color: #F44F07;
	width: 65px;
}
.sc06-card:hover .more-line::after{
	background-color: #F44F07;
}
.sc06-card .more-btn{
	justify-content: flex-end;
}

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

	.sc01-wrap-mo{
		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;
    }
    .ani.up.delay4{
        transition: 1s opacity 1.1s, 1s transform 1.1s;
    }
    .ani.up.delay5{
        transition: 1s opacity 1.4s, 1s transform 1.4s;
    }
    .ani.up.delay6{
        transition: 1s opacity 1.7s, 1s transform 1.7s;
    }

	.sc02Swiper .swiper-pagination.sc02{display: none;}

	.sc06-slide{
		display: none;
	}

}
@media(max-width:1680px){ 
	.mc-con{padding: 0 30px;}
	.main-cc{
		padding: 0 30px;
	}
	.sc01-wrap{
		padding: 0 30px;
	}
	.sc02-swiper-wrap{padding: 0 2rem;}
	.sc04-con{
		padding-left: 30px;
	}
}
@media(max-width:1199px){
	.mc-con{padding: 0 15px;}
	.main-cc{
		padding: 0 15px;
	}
	.sc01-wrap{
		padding: 0 15px;
	}
	.scroll-wrap{
		display: none;
	}
	.sc01-wrap-mo{
		display: block;
	}
	.sc01-wrap{
		display: none;
	}

	.ms-img{display: none;}
	.ms-img-m{display: block;}

	.main-caption > h2{
		font-size: 30px;
		margin-bottom: 1rem;
		line-height: 1.3;
	}
	.main-caption > p{
		line-height: 1.6;
	}
	.sc01-wz{
		width: 100%;
		padding: 15px;
	}
	.sc01-wz > h3{
		color: #000;
		border-bottom: 1px solid #ddd;
	}
	.sc01-wz > h3::after{
		background-color: #6E6E6E;
	}
	.mpr_li > li{
		color: #666;
	}
	.sc01-card{
		width: 100%;
	}

	.mc-tit > h3{
		font-size: 28px;
		line-height: 1.3;
	}
	.mc-tit > h3 > span::after{
		width: 8px;
		height: 8px;
		right: -15px;
	}
	.mc-tit > p{
		font-size: 16px;
		margin-top: 1rem;
	}
	
	/* sc02 */
	#sc02{padding: 70px 0;}
	#sc02 .mc-con{flex-direction: column; align-items: flex-start;}
	.swiper-btn{display: none;}
	.sc02-swiper-wrap{padding: 0 15px; margin-top: 1.5rem;}
	.sc02Swiper.swiper{padding-bottom: 2rem;}
	.sc02Swiper .swiper-pagination.sc02{bottom: 0;}
	.sc02Swiper .swiper-pagination.sc02 .swiper-pagination-bullet-active{background: #4397D7;}
	.sc02Swiper .swiper-slide > a{height: 400px;}
	.sc02-img-cont{padding: 2rem;}
	.sc02-img-cont > h5{margin-bottom: 10px;}
	.sc02-img-cont > span{position: relative; right: 0; bottom: 0; padding: 5px 15px; width: auto; font-size: 14px;}
	.sc02-card{
		padding: 50px 5px;
		border-radius: 20px;
	}
	.sc02-card > h5{
		font-size: 20px;
		margin-bottom: 1rem;
	}
	.sc02-card > p{
		font-size: 12px;
		line-height: 1.6;
	}
	.sc02-icon img{
		height: 70px;
	}
	.sc02-icon{
		margin-bottom: 20px;
	}

	/* sc03 */
	#sc03{
		padding: 70px 0 30px;
	}
	#sc03 .mc-tit{
		padding-bottom: 30px;
	}
	.sc03-wrap{
		display: flex;
		gap: 20px;
	}
	.sc03-wrap img{
		width: 100%;
		max-width: 360px;
	}
	.marquee-con{
		height: 250px;
	}
	.marquee-inner{
		animation: marquee 20s linear infinite;
	}

	/* sc04 */
	#sc04{
		padding: 70px 0;
	}
	.sc04-con{
		padding: 0 15px;
	}
	.sc04-wrap{
		flex-direction: column;
		align-items: normal;
	}
	.sc04-caption{
		width: 100%;
	}
	.sc04-slide{
		width: 100%;
	}
	#sc04 .mc-tit{
		margin-bottom: 30px;
	}
	.sc04-card{
		padding: 30px;
		border-radius: 20px;
	}
	.sc04-icon{
		margin-bottom: 20px;
	}
	.sc04-card > h5{
		font-size: 20px;
	}
	.sc04-card > p{
		margin-bottom: 50px;
	}

	/* sc05 */
	#sc05{
		padding: 70px 0;
	}
	#sc05 .mc-tit{
		margin-bottom: 2rem;
	}
	.sc05-wrap{
		gap: 10px;
	}
	.sc05-img{
		border-radius: 10px;
	}
	.sc05-box{
		width: calc((100% - 20px) / 3);
	}

	/* sc06 */
	#sc06{
		padding: 70px 0;
	}
	.sc06-wrap{
		display: none;
	}
	.sc06-slide{
		display: block;
	}
	#sc06 .mc-tit{
		margin-bottom: 2rem;
	}
	.sc06Swiper.swiper{padding-bottom: 2rem;}
	.sc06Swiper .swiper-pagination.sc06{bottom: 0;}
	.sc06Swiper .swiper-pagination.sc06 .swiper-pagination-bullet-active{background: #4397D7;}
	.sc06-card{
		padding: 30px;
		border-radius: 15px;
		text-align: center;
	}
	.sc06-card .more-btn{
		justify-content: center;
	}
	.sc06-icon{
		justify-content: center;
	}

}

/* animation */

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

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