/************************공통 부분입니다*************************/
*{color: #fff;
	font-family: 'GmarketSans';
	font-weight: 400;
	word-break: keep-all;
}
.pcv{display: block;}
.mov{display: none;}

#header.on{
	border: 0;
}
.topArea3 .swiper{
	overflow: visible;
}
.topArea3{
	background-color: #333;
	border-top: 3px solid #ff6a00;
}
.topArea3 > div{
	max-width: 1160px;
	margin: 0 auto;
}
.topArea3 div > ul{
	display: flex;
}
.topArea3 div > ul > li:nth-child(1){
	padding: 10px 20px 10px 0;
}
.topArea3 div > ul > li{
	width: auto;
	padding: 10px 20px;
	position: relative;
}
.topArea3 div > ul > li:not(:last-child){
	position: relative;
}
.topArea3 div > ul > li:not(:last-child)::after{
    display: block;
    content: "";
    clear: both;
    width: 1px;
    height: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #fff;
}
.topArea3 div > ul li a{
	color: #fff;
}
.topArea3 div > ul > li > a:hover{
	color: #ff6a00;
}
.topArea3 ul li ul.on{
	display: block;
}
.topArea3 ul li ul{
	display: none;
	width: 100%;
    flex-direction: column;
    position: absolute;
    left: 0;
	top: 100%;
}
.topArea3 ul li ul li{
	padding: 10px 20px;
	background-color: #333;
}
.topArea3 ul li ul li:hover{
	background-color: #ff6a00;
}

#mainContainer{padding-top: 110px;}
.inner-wrap a{
	color: #fff;
}
#wrap{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-color: #141414;
}
.inner-wrap{
	margin-top:100px;
}
.inner-wrap .title p:first-child{
	font-size: 50px;
	font-weight: 700;
	color: #ff6a00;
}
.cont_wrap_wrap .cont_title{
	margin:50px 0;
	font-size: 30px;
}
.cont_wrap_wrap .cont_title span:nth-child(1)::before{
	display: block;
	content: "";
	clear: both;
	width: 3px;
	height: 30px;
	background-color: #ff6a00;
	position: absolute;
    top: 9px;
}
.cont_wrap_wrap .cont_title span:nth-child(1){
	position: relative;
	padding-left: 13px;
	font-weight: 500;
}
.cont_wrap_wrap .cont_title span:nth-child(2){
	padding-left: 13px;
	display: block;
	font-size: 20px;
}
.inquiry_btn{
	margin:100px auto;
	display: flex;
    flex-direction: column;
}
.inquiry_btn a{
	display: inline-block;
	padding: 10px 30px;
	border-radius: 10px;
	border: 1px solid #ff6a00;
	width: 150px;
    margin: 0 auto;
}
.inquiry_btn a:nth-child(2){
	margin-top:20px;
}
.inquiry_btn{
	text-align: center;
}
.inquiry_btn a:hover{
	background-color: #ff6a00;
	transition: 0.3s;
}



@media only screen and (max-width:1024px){

	.pcv{display: none;}
	.mov{display: block;}

	.inner-wrap .title p:first-child{
		font-size: 30px;
	}

}

@media only screen and (max-width:767px){



}
/************************intro 부분입니다*************************/

#wrap.intro_wrap{
	background-image: url("/new5/img/intro/intro_bg.png");
	background-size: auto 115%;
}
.intro .cont_wrap{
	display: flex;
	justify-content: space-between;
}
.intro .cont_wrap .cont:nth-child(1){
	width: 55%;
}
.intro .cont_wrap .cont:nth-child(2){
	width: 35%;
}
.intro .cont_wrap .cont > ul{
	display: flex;
	justify-content: space-between;
}
.intro .cont_wrap .cont > ul li{
	width: 100%;
	margin-left:20px;
	padding: 30px 0;
	border: 1px solid #fff;
	border-radius: 20px;
}
.intro .cont_wrap .cont > ul li:nth-child(1){
	margin-left:0;
}
.intro .cont_wrap .cont > ul li:hover{
	background-color: #ff6a00;
	transition:0.3s;
}
.intro .cont_wrap .cont > ul li a{
	display: flex;
    flex-direction: column;
	color: #fff;
	text-align: center;
	font-size: 17px;
}
.intro .cont_wrap .cont > ul li a img{
	height: 67px;
	object-fit: contain;
}
.intro .cont_wrap .cont > ul li a .line{
	width: 50px;
	height: 1px;
	background-color: #fff;
	margin:20px auto;
}
.intro .cont_wrap .cont > ul li a span{
	display: flex;
    justify-content: center;
    align-items: center;
}
.intro .cont_wrap .cont > ul li a span img{
	height: 9px;
	margin-left:5px;
	margin-top: 4px;
}
.intro .cont_wrap .cont > div{
	padding: 20px 30px;
	margin-top:50px;
    border-left: 2px solid #ff6a00;
}
.intro .cont_wrap .cont > div > p{
	font-size: 30px;
	color: #ff6a00;
}
.intro .cont_wrap .cont > div ul{
	font-size: 20px;
}

.intro:nth-of-type(2) .cont_wrap ul{
	width: 100%;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	column-gap: 10%;
	border-top: 2px solid #ff6a00;
}
.intro:nth-of-type(2) .cont_wrap ul li{
	display: flex;
	align-items: center;
	padding: 50px 0;
	border-bottom: 2px solid #959595;
}
.intro:nth-of-type(2) .cont_wrap ul li img{
	height: 60px;
	padding: 0 30px;
}
.intro:nth-of-type(2) .cont_wrap ul li p{
	font-weight: 700;
	font-size: 20px;
	color: #ff6a00;
}



@media only screen and (max-width:1024px){
	#wrap.intro_wrap{
		background-size: auto 125%;
	}
	.intro .cont_wrap{
		flex-direction: column;
	}
	.intro .cont_wrap .cont:nth-child(1),
	.intro .cont_wrap .cont:nth-child(2){width: 100%;}
	.intro .cont_wrap .cont:nth-child(2){
		margin-top:50px;
	}

	.intro:nth-of-type(2) .cont_wrap ul{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width:767px){

	.intro:nth-of-type(2) .cont_wrap ul{
		grid-template-columns: repeat(1, 1fr);
	}
}





/************************global 부분입니다*************************/
#wrap.global_wrap{
	background-image: url("/new5/img/m1/global_bg.png");
	background-size: auto 115%;
}
.global .cont_wrap_wrap{
	display: flex;
	justify-content:space-between;
}
.inner-wrap .title p:nth-child(3){
	color: #959595;
}
.global .cont_wrap_wrap .cont:nth-child(1){
	width: 40%;
}
.global .cont_wrap_wrap .cont:nth-child(2){
	width: 50%;
}
.global .cont ul{
	display: grid;
    grid-template-columns: 1fr 1fr;
	gap: 30px;
}
.global .cont ul li{
	padding-left: 20px;
	border-left: 2px solid #ff6a00;
}
.global .cont ul li:nth-child(2n +1) > div{
	display: grid;
    grid-template-columns: 1fr;
}
.global .cont ul li:nth-child(2n) > div{
	display: grid;
    grid-template-columns: 1fr 1fr;
}
.global .cont ul li > span:nth-child(1){
	font-size: 30px;
	font-weight: 500;
	color: #ff6a00;
}
.global .cont:nth-child(2) div p{
	font-size: 20px;
}
.global .cont:nth-child(2) div p:nth-child(1){
	margin-bottom: 20px;
	color: #ff6a00;
}
.global .cont:nth-child(2) img{
	margin-top:50px;
}


@media only screen and (max-width:1024px){
	.global .cont_wrap_wrap{
		flex-direction: column;
	}
	.global .cont_wrap_wrap .cont:nth-child(1){
		width: 100%;
	}
	.global .cont_wrap_wrap .cont:nth-child(2){
		width: 100%;
	}
}





/************************response 부분입니다*************************/

#wrap.response_wrap{
	background-image: url("/new5/img/m2/response_bg.png");
	background-size: 150%;
	background-attachment: fixed;
}

.response .cont > ul{
	display: flex;
	justify-content: space-between;
}
.response .cont > ul li p{
	font-size: 30px;
	color: #ff6a00;
}
.response .cont > ul li ul{
	position: relative;
	margin-top:20px;
	padding-top: 20px;
}
.response .cont > ul li ul::before{
	display: block;
	clear: both;
	content: "";
	width: 50px;
	height: 2px;
	position: absolute;
    top: 0;
	background-color: #ff6a00;
}


.qna ul{
    border-top: 2px solid #ff6a00;
}
.qna ul li{
    overflow: hidden;
}
.qna ul li .question{
    cursor: pointer;
}
.qna ul li .question > div{
	display: flex;
	align-items: center;
    font-size: clamp(20px,3vw,30px);
    padding: 15px 20px;
    border-bottom: 1px solid #acacac;
}
.qna ul li .question div > span{
    font-weight: 500;
    color: #ff6a00;
}
.qna ul li .question div > p{
    transition: 0.3s;
}
.qna ul li .question.on div > p{
    color: #ff6a00;
}
.qna ul li .question  > div > div{
    margin-left: auto;
    font-size: clamp(15px,2vw,30px);
}
.qna ul li .question .minus{
    display: none;
}
.qna ul li .question.on .plus{
    display: none;
}
.qna ul li .question.on .minus {
    display: block;
}

.qna ul li .answer{
    background: rgba(255, 106, 0, 0.3);
    transition: 0.5s;
    max-height: 0;
    overflow: hidden;
}
.qna ul li .answer.on{
    max-height: 300px;
}
.qna ul li .answer > div{
	padding: 15px 20px;
}
.qna ul li .answer p{
    font-size: clamp(15px,2vw,20px);
}
.qna ul li .answer p:nth-child(2){
	margin-top:30px;
}
.qna ul li .answer p:nth-child(n+2){
	position: relative;
	margin-top:20px;
	padding-left: 30px;
	font-weight: 300;
}
.qna ul li .answer p:nth-child(n+2)::before{
	display: block;
	content: "◆";
	clear: both;
	position: absolute;
	left: 0;
	color: #ff6a00;
}
.qna ul li .answer span{
	display: block;
	color: #afafaf;
	font-size: clamp(12px,2vw,16px);
}


.data_lab ul{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.data_lab ul li{
	width: 19%;
}
.data_lab ul li > div{
	position: relative;
}
.data_lab ul li > div:nth-child(2){
	margin-top:20px;
}
.data_lab ul li > div span{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	font-weight: 500;
}
.data_lab ul li > div p{
	font-weight: 300;
}

@media only screen and (max-width:1024px){
}
@media only screen and (max-width:767px){
	#wrap.response_wrap{
		background-size: auto 200%;
	}
	.data_lab ul{
		justify-content:center;
		flex-wrap: wrap;
	}
	.data_lab ul li{
		width: 33%;
	}
	.data_lab ul li:nth-child(n + 4){
		margin-top:50px;
	}
	
}
@media only screen and (max-width:500px){
	.response .cont > ul{
		flex-direction: column;
	}
	.response .cont > ul > li{
		margin-top:30px;
	}
	
}


/************************coverage 부분입니다*************************/
#wrap.coverage_wrap{
	background-image: url("/new5/img/m3/coverage_bg.png");
}
.coverage .cont_wrap_wrap{
	margin-top:30px;
}
.coverage .cont ul{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.coverage .cont ul li{
	width: 19%;
	position: relative;
	border-radius: 20px;
}
.coverage .cont ul li::before{
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 2px; /* 테두리 두께 */
	background: linear-gradient(to bottom, #ff6a00, transparent);
	-webkit-mask: 
	  linear-gradient(#fff 0 0) content-box, 
	  linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
			mask-composite: exclude;
	pointer-events: none;
}
.coverage .cont ul li:hover{
	background-color: #ff6a00;
	transition: 0.3s;
}
.coverage .cont ul li:hover a > span:nth-child(2){
	color: #fff;
}    
.coverage .cont ul li a{
	display: block;
	padding: 50px 0;
}
.coverage .cont ul li a:nth-child(1) > img{
	height: 100px;
	margin:0 auto;
}
.coverage .cont ul li a > span:nth-child(2){
	display: block;
	height: 72px;
	margin-top:20px;
	font-size: 25px;
	font-weight: 500;
	color: #ff6a00;
}
.coverage .cont ul li p{
	margin:10px auto 50px;
	font-weight: 300;
}
.coverage .cont ul li a span:last-child{
	display: flex;
    align-items: center;
	position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.coverage .cont ul li span img{
	height: 9px;
    margin-left: 5px;
    margin-top: 4px;
}
.coverage_04 .cont:nth-child(2){
	align-items: start;
}
.coverage_04 .cont:nth-child(2) img{
	width: 49%;
}

@media only screen and (max-width:1024px){
	#wrap.coverage_wrap{
		background-size: 150%;
		background-repeat: repeat;
	}
	.coverage .cont ul{
		flex-direction: column;
	}
	.coverage .cont ul li{
		width: 100%;
	}
	.coverage .cont ul li:not(:nth-child(1)){
		margin-top:30px;
	}
	.coverage_04 .cont:nth-child(2) img{
		width: 100%;
	}
	.coverage_04 .cont:nth-child(2) img:nth-child(2){
		margin-top:50px;
	}
}

/************************coverage_01 부분입니다*************************/


.co_common .cont{
	margin-top:50px;
	display: flex;
	justify-content: space-between;
}
.co_common .cont > div{
	width: 20%;
	position: relative;
	border-radius: 20px;
	padding: 50px 0;
	text-align: center;
}
.co_common .cont > div::before{
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 2px; /* 테두리 두께 */
	background: linear-gradient(to bottom, #ff6a00, transparent);
	-webkit-mask:
	  linear-gradient(#fff 0 0) content-box, 
	  linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
			mask-composite: exclude;
	pointer-events: none;
}
.co_common .cont > div img{
	height: 100px;
	filter: invert(58%) sepia(41%) saturate(7427%) hue-rotate(1deg) brightness(102%) contrast(106%);
}
.co_common .cont > div span{
	display: block;
	margin-top:30px;
	font-size: 25px;
	color: #ff6a00;
}
.co_common .cont > div p{
	padding-top:20px;
	margin-top: 20px;
    position: relative;
	font-weight: 300;
}
.co_common .cont > div p::before{
	display: block;
	content: "";
	clear: both;
	width: 80%;
	border-top: 2px solid #ff6a00;
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.co_common .cont ul{
	display: flex;
	width: 78%;
    justify-content: space-between;
}
.co_common .cont ul li{
	width: 32%;
	position: relative;
}
.co_common .cont ul li > span{
    position: absolute;
	top: -4%;
    left: 80%;
    border: 1px solid #ff6a00;
	border-radius: 100%;
    aspect-ratio: 1 / 1;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}
.co_common .cont ul li > p:nth-child(2){
	padding: 10px 0;
	border: 1px solid #fff;
	border-radius: 10px;
	color: #dedac3;
	font-weight: 500;
	text-align: center;
}
.co_common .cont ul li > p:nth-child(3){
	height: 120px;
	margin:30px 0;
	font-weight: 300;
}
.co_common .cont ul li div{
	padding: 15px;
	background-color: #303030;
	border-radius: 10px;
}
.co_common .cont ul li div p{
	padding-left:10px;
	position: relative;
	font-weight: 300;
}
.co_common .cont ul li div p:not(:nth-child(1)){
	margin-top:10px;
}
.co_common .cont ul li div p::before{
	content: "";
	display: block;
	clear: both;
	width: 5px;
	height: 5px;
	border-radius: 20px;
	background-color: #ff6a00;
	position: absolute;
	left:0;
	top: 50%;
    transform: translateY(-50%);
}
.coverage_01 .cont:nth-child(2){
	align-items: start;
}
.coverage_01 .cont:nth-child(2) img{
	width: 49%;
}




@media only screen and (max-width:1024px){
	.co_common .cont{
		flex-direction: column;
	}
	.co_common .cont > div,
	.co_common .cont ul,
	.coverage_01 .cont:nth-child(2) img{
		width: 100%;
	}
	.coverage_01 .cont:nth-child(2) img:nth-child(2){
		margin-top:50px;
	}
	.co_common .cont ul{
		flex-direction: column;
	}
	.co_common .cont ul li{
		width: 100%;
	}
	.co_common .cont ul li:not(:nth-child(1)){
		margin-top:50px;
	}
	.co_common .cont ul li > p:nth-child(3){
		height: auto;
	}
}
/************************coverage_02 부분입니다*************************/

.coverage_02 .cont:nth-child(2){
	flex-direction: column;
}
.coverage_02 .cont:nth-child(2) img:not(:nth-child(1)){
	margin-top:30px;
}
.co_common .cont ul li div p span{
	display: block;
	color: #959595;
}

#coverage_05_img{
	width: 80%;
}


/************************partnerships 부분입니다*************************/

#wrap.partnerships_wrap{
	background-image: url("/new5/img/m4/partnerships_bg.png");
	background-size: auto 140%;
}
.partnerships .cont_wrap_wrap{
	display: flex;
	justify-content: space-between;
	margin-top:50px;
}
.partnerships .cont{
	width: 49%;
}
.partnerships .cont div .info_title{
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	padding:10px;
	font-size: 20px;
}
.partnerships .cont div p:nth-child(2){
	font-size: 20px;
	margin:30px 0;
}
.partnerships .cont:nth-child(1) ul li{
	border-radius: 10px;
	border: 1px solid #ff6a00;
}
.partnerships .cont:nth-child(1) ul li:not(:nth-child(1)){
	margin-top:10px;
}
.partnerships .cont:nth-child(1) li p{
	color: #ff6a00;
	padding: 10px 35px;
	position: relative;
}
.partnerships .cont:nth-child(1) li p::before{
	display: block;
	clear: both;
	content: url("/new5/img/m4/check_icon.svg");
	width: 18px;
	position:absolute;
	left:10px;
}
.partnerships .cont:nth-child(1) > div:nth-child(2){
	display: flex;
	justify-content: space-between;
	margin-top:50px;
}
.partnerships .cont:nth-child(1) > div:nth-child(2) div{
	width: 48%;
}
.partnerships .cont:nth-child(1) > div:nth-child(2) div:not(:nth-child(2)){
	border-right: 1px solid #959595;
}
.partnerships .cont:nth-child(1) > div:nth-child(2) p{
	padding-left: 10px;
	font-size: 20px;
	position: relative;
}
.partnerships .cont:nth-child(1) > div:nth-child(2) p:nth-child(2){
    padding-left: 0;
	font-size: 16px;
	color: #959595;
	margin: 30px 0 0;
}
.partnerships .cont:nth-child(1) > div:nth-child(2) p:nth-child(1)::before{
	display: block;
	clear: both;
	content: "";
	width: 5px;
	height: 100%;
	background-color: #ff6a00;
	position:absolute;
	left:0;
}
.partnerships .cont:nth-child(2) ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.partnerships .cont:nth-child(2) ul li{
    width: 22%;
    padding: 30px 0;
	border-radius: 10px;
	border: 1px solid #ff6a00;
}
.partnerships .cont:nth-child(2) ul li p{
	color: #ff6a00;
	text-align: center;
}
.partnerships .cont:nth-child(2) div:nth-child(2){
	margin-top: 30px;
}
.partnerships .cont:nth-child(2) div:nth-child(2) > div{
	display: flex;
	justify-content: space-between;
}
.partnerships .cont:nth-child(2) div:nth-child(2) > div > p{
	width: 49%;
	font-size: 20px;
}
.partnerships .cont:nth-child(2) div:nth-child(2) > div ul{
	width: 49%;
}
.partnerships .cont:nth-child(2) div:nth-child(2) > div li{
	width: 46%;
}


@media only screen and (max-width:1024px){
	.partnerships .cont_wrap_wrap{
		flex-direction: column;
	}
	.partnerships .cont{
		width: 100%;
	}
	.partnerships .cont:nth-child(2){
		margin-top:50px;
	}

}
@media only screen and (max-width:767px){
	
}


/************************collaboration 부분입니다*************************/


#wrap.collaboration_wrap{
	background-image: url("/new5/img/m5/collaboration_bg.png");
	background-size: auto 140%;
}
.collaboration .cont img{
	margin-top:50px;
}
.collaboration .cont:nth-child(2){
	margin-top:50px;
}