@charset "utf-8";
.test{
	-webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-ms-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.sec1_text a, .sec4_lays li div a:after{
	-webkit-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-ms-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.main_inner{max-width: 1400px; margin: 0 auto;}

/* 메인 */
.main_wrap{width: 100%; padding-top: 80px;}

/* 메인 공통 */
.section{}
.main_inner{width: 100%; max-width: 1400px; margin: 0 auto;}



/* 메인 sec1 */
.section.sec1{position: relative; width: 100%; background: #000; overflow: hidden;}
.sec1_hv{height: 100vh;}
.sec1_bg{width: 100%; object-fit: cover;}
.sec1_cover{position: absolute; width: 100%; background: rgba(0, 0, 0, 0.6); z-index: 1;}
.sec1_text{position: absolute; display: flex; justify-content: center; align-items: center; width: 100%; text-align: center; z-index: 2;}
.sec1_text h2{font-size: 55px; font-weight: 700; color: #00FFE5; margin-bottom: 90px; word-break: keep-all; text-transform: uppercase; margin-top: 50px;}
.sec1_text b{display: block;}
.sec1_text img{width: 100%; max-width: 853px; margin-bottom: 100px;}
.sec1_text p{font-size: 19px; font-weight: 300; color: #fff; line-height: 1.4; word-break: keep-all;}
.sec1_text p.sec1_text_big{font-size: 23px; font-weight: 500; margin-bottom: 20px;}
.sec1_text span{display: block;}
.sec1_text a{display: inline-block; padding: 10px 40px; border: 1px solid #fff; border-radius: 50px; color: #fff; font-size: 17px; font-weight: 300; margin-top: 65px;}
.sec1_text a:hover{background: #fff; color: #000;}


/* 메인 sec2 */
.section.sec2{}
.main_card_wrap{margin-top: 50px;}
.main_card_wrap .sliding_box{display: flex;}
.main_card_wrap .sliding_box .card{position: relative; display: block; flex: none; width: 280px;}
.main_card .main-content{overflow: hidden; position: relative;}
.main_card_wrap .sliding_box:hover .card{animation-play-state: paused;}
.main_card .card{position: relative; display: block; flex: none; margin: 0; height: 70px; transform: translateZ(1px);}
.main_card .card a{position: relative; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;}
.main_card .card a img{max-height: 100%;}

/* 파트너사 로고 수량 변경 시 아래 수치도 함께 수정 */
.card {
    display: inline-flex;
	animation: fontSlide 96s linear infinite;   /* (8 * 카드 수) */	/* 숫자가 커질 수록 느려짐 */
}
.card.dup {
	animation: fontSlideDup 96s linear infinite;   /* (8 * 카드 수) */	/* 숫자가 커질 수록 느려짐 */
}
@keyframes fontSlide {
	0% {transform: translateX(0);}
	50% {transform: translateX(calc(-1200%));}   /* -(100% * 카드 수) */
	50.01% {transform: translateX(calc(1200%));}   /* (100% * 카드 수) */
	/* 마진값 좌우 10px일 경우*/
	/* 50% {transform: translateX(calc(-1300% - 260px));} */   /* -(100% * 카드 수) - (20 * 카드 수) */
	/* 50.01% {transform: translateX(calc(1300% + 260px));} */  /* (100% * 카드 수) + (20 * 카드 수) */
	100% {transform: translateX(0);}
}
@keyframes fontSlideDup {
	0% {transform: translateX(0);}
	100% {transform: translateX(calc(-2400%));}   /* -(100% * 카드 수 * 2) */
	/* 마진값 좌우 10px일 경우*/
	/* 100% {transform: translateX(calc(-2600% - 520px));} */   /* -(100% * 카드 수 * 2) - (20 * 카드 수 * 2) */
}

/* 메인 sec3 */
.section.sec3{}

.sec3_text{margin: 170px auto 100px; text-align: center; color: #103D54;}
.sec3_text h2{font-size: 200px; font-weight: 700; letter-spacing: -5px; line-height: 1.2;}
.sec3_text b{display: block; font-size: 35px; font-weight: 700; line-height: 1.2;}
.sec3_text p{font-size: 25px; line-height: 1.4; margin-top: 70px; color: #000;}

.main_num_lay{border-top: 1px solid #DEDEDE;}
.main_num_lay > ul{display: flex; justify-content: center; width: 100%; max-width: 1400px; margin: 0 auto;}
.main_num_lay > ul > li{width: 33.333%; display: flex; justify-content: center; align-items: center; border-left: 1px solid #DEDEDE; padding: 50px 0;}
.main_num_lay > ul > li:nth-child(1){border: 0;}
.main_num_wrap h4{font-size: 80px; font-weight: 700; color: #FF5A62; letter-spacing: -4px;}
.main_num_wrap b{display: block; font-size: 27px; font-weight: 600;}

.main_num_ani .locn{min-width: 180px;}
.main_num_ani ul{display: flex;}
.main_num_ani ul li:last-child{margin-left: 10px;}


/* 메인 sec4 */
.section.sec4{position: relative; width: 100%; height: 100vh; background: url("../imgs/main/sec4_bg.jpg") no-repeat center; background-size: cover; margin-top: 140px;}
.sec4_cover{width: 100%; max-width: 1400px; height: 100%; margin: 0 auto;}
.sec4_title{position: absolute; top: 100px; left: 50%; transform: translateX(-50%); color: #fff; text-align: center;}
.sec4_title h2{font-size: 65px; line-height: 1; margin-bottom: 10px;}
.sec4_title p{font-size: 21px; line-height: 1.3;}
.sec4_lays{display: flex; width: 100%; height: 100%;}
.sec4_lays li{display: flex; align-items: flex-end; width: 33.333%; height: 100%; border-right: 1px solid #707070;}
.sec4_lays li:first-child{border-left: 1px solid #707070;}
.sec4_lays li div{padding: 0 10px; color: #fff;}
.sec4_lays li div img{width: 100%;}
.sec4_lays li div h3{font-size: 29px; font-weight: 700; line-height: 1.2; margin-bottom: 3px;}
.sec4_lays li div b{display: block; font-size: 19px; font-weight: 300; color: #BFBFBF; margin-bottom: 30px;}
.sec4_lays li div p{font-size: 21px; font-weight: 300; color: #BFBFBF; margin-bottom: 60px; min-height: 125px;}
.sec4_lays li div a{position: relative; display: block;}
.sec4_lays li div a:after{content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -40px; margin-bottom: -40px; width: 80px; height: 80px; background: url("../imgs/icon/icon_link_plus.svg") no-repeat center #fff; border-radius: 50%;}
.sec4_lays li div a:hover:after{content: ''; transform: rotate(180deg);}


/* 메인 sec5 */
.section.sec5{padding-top: 80px;}

.main_map_wrap > ul{display: flex; align-items: center;}
.main_map_wrap > ul > li{width: 50%;}
.main_map_wrap > ul > li:nth-child(2){margin-left: 60px;}
.main_map_box{width: 100%; height: 600px;}
.main_map_wrap > ul li li{margin-top: 50px;}
.main_map_wrap > ul li li:first-child{margin-top: 0;}
.main_map_wrap p{color: #153044;}
.main_map_wrap .p1{font-size: 27px; font-weight: 700; line-height: 1.2; margin-bottom: 10px;}
.main_map_wrap .p2{font-size: 21px; line-height: 1.4; margin-top: 5px;}
.main_map_wrap .p2 span{color: #777;}
.main_map_wrap img{width: 100%; max-width: 540px;}


@media (max-width:1420px){	
	/* 메인 공통 */
	.main_inner{padding: 0 3%;}
	.section.sec_inner{padding-left: 3%; padding-right: 3%;}
	.sec1_text{padding: 0 3%;}
	
	.main_num_lay > ul{margin: 0 3%;}
	
}

@media (max-width:1023px){	
	/* 메인 */
    .main_wrap{width: 100%; padding-top: 50px;}
	
	
	/* 메인 sec3 */
	.sec3_text{margin: 100px auto 80px;}
	.sec3_text h2{font-size: 150px; letter-spacing: -5px; line-height: 1.2;}
	.sec3_text b{font-size: 29px; line-height: 1.2;}
	.sec3_text p{font-size: 21px; line-height: 1.4; margin-top: 50px;}

	.main_num_lay > ul{display: flex; flex-wrap: wrap;}
	.main_num_lay > ul > li{width: 100%; border-left: 0; border-top: 1px solid #DEDEDE ;padding: 50px 0;}
	.main_num_lay > ul > li:nth-child(1){border: 0;}
	.main_num_wrap h4{font-size: 70px; letter-spacing: -2px;}
	.main_num_wrap b{font-size: 23px;}

	.main_num_ani ul{justify-content: center;}
	
	/* 메인 sec4 */
	.section.sec4{height: auto; margin-top: 100px;}
	.sec4_cover{padding: 0 3%; height: auto;}
	.sec4_title{position: relative; top: inherit; left: inherit; transform: translateX(0); padding: 100px 0 80px;}
	.sec4_title h2{font-size: 53px;}
	.sec4_title p{font-size: 19px;}
	.sec4_lays{flex-wrap: wrap; height: auto;}
	.sec4_lays li{align-items: flex-start; width: 100%; height: auto; border-right: 0; border-top: 1px solid #707070; padding: 50px 0 70px;}
	.sec4_lays li:first-child{border-left: 0;}
	.sec4_lays li div{padding: 0 10px; color: #fff;}
	.sec4_lays li div img{width: 100%;}
	.sec4_lays li div b{margin-bottom: 20px;}
	.sec4_lays li div p{min-height: inherit;}
	
}

@media (max-width:767px){	
	/* 메인 공통 */
	
	/* 메인 sec1 */
	.section.sec1{height: 70vh}
	.sec1_hv{height: 100%;}
	.sec1_text h2{font-size: 35px; line-height: 1.1; margin-bottom: 40px;}
	.sec1_text img{width: 90%; margin-bottom: 40px;}
	.sec1_text p{font-size: 17px;}
	.sec1_text p.sec1_text_big{font-size: 19px;}
	.sec1_text a{display: inline-block; padding: 7px 30px; font-size: 15px; margin-top: 35px;}
	.sec1_text a:hover{background: none; color: #fff;}
	
	
	/* 메인 sec2 */
	.section.sec2{}
	.main_card_wrap{margin-top: 30px;}
	.main_card_wrap .sliding_box .card{width: 200px;}
	.main_card .card a img{height: 50px;}
	
	
	/* 메인 sec3 */
	.sec3_text{margin: 80px auto 60px;}
	.sec3_text h2{font-size: 120px; margin-bottom: 10px;}
	.sec3_text b{font-size: 25px;}
	.sec3_text p{font-size: 19px; margin-top: 40px;}

	.main_num_lay > ul > li{padding: 30px 0;}
	.main_num_wrap h4{font-size: 50px;}
	.main_num_wrap b{font-size: 21px;}
	
	/* 메인 sec4 */
	.section.sec4{margin-top: 80px;}
	.sec4_title{padding: 80px 0 60px;}
	.sec4_title h2{font-size: 41px;}
	.sec4_title p{font-size: 16px;}
	.sec4_lays li{padding: 30px 0 50px;}
	.sec4_lays li div{padding: 0;}
	.sec4_lays li div h3{font-size: 23px; line-height: 1.3;}
	.sec4_lays li div b{font-size: 17px; margin-bottom: 20px;}
	.sec4_lays li div p{font-size: 19px; margin-bottom: 40px;}
	.sec4_lays li div a:after{content: ''; margin-left: -30px; margin-bottom: -30px; width: 60px; height: 60px;}

	/* 메인 sec7 */
	.section.sec7{padding-top: 100px; padding-bottom: 100px;}
	.main_map_wrap > ul{flex-wrap: wrap;}
	.main_map_wrap > ul > li{width: 100%;}
	.main_map_wrap > ul > li:nth-child(2){margin-left: 0; margin-top: 40px;}
	.main_map_box {height: 300px;}
	.main_map_wrap > ul li li{margin-top: 30px;}
	.main_map_wrap > ul li li:first-child{margin-top: 0;}
	.main_map_wrap .p1{font-size: 23px;}
	.main_map_wrap .p2{font-size: 19px;}
	.main_map_wrap img{width: 100%; max-width: 540px;}
}


@media (max-width:480px){
	/* 메인 sec1 */
	.sec1_hv{height: 100%;}
	.sec1_text h2{font-size: 25px; line-height: 1.2; margin-bottom: 30px;}
	.sec1_text img{width: 90%; margin-bottom: 30px;}
	.sec1_text p{font-size: 15px;}
	.sec1_text p.sec1_text_big{font-size: 17px;}
	.sec1_text a{margin-top: 25px;}

	/* 메인 sec3 */
	.sec3_text{margin: 70px auto 50px;}
	.sec3_text h2{font-size: 90px;}
	.sec3_text b{font-size: 21px;}
	.sec3_text p{font-size: 17px; margin-top: 30px;}

	.main_num_lay > ul > li{padding: 25px 0;}
	
	/* 메인 sec4 */
	.section.sec4{margin-top: 60px;}
	.sec4_title{padding: 60px 0 40px;}
	.sec4_title h2{font-size: 35px;}
	.sec4_title p{font-size: 14px;}
	.sec4_lays li div h3{font-size: 21px;}
	.sec4_lays li div b{font-size: 15px; margin-bottom: 15px;}
	.sec4_lays li div p{font-size: 17px; margin-bottom: 30px;}
	.sec4_lays li div a:after{content: ''; margin-left: -25px; margin-bottom: -25px; width: 50px; height: 50px;}
	
	/* 메인 sec7 */
	.main_map_box {height: 250px;}
	.main_map_box .wrap_map{min-height: 250px;}
	.main_map_wrap .p1{font-size: 21px;}
	.main_map_wrap .p2{font-size: 17px; font-weight: 300; margin-top: 10px; line-height: 1.3;}
}







