/* 공통 */
main > section{
	padding: 10rem 0;
}

main > section > .inner{
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}


/* 메인 타이틀 */
.main_tit{
	margin-bottom: 6rem;
	text-align: center;
}

.main_tit > b{
	display: block;
	font-size: 1.8rem;
	color: #002861;
	line-height: 2.88rem;
}

.main_tit > .tit{
	font-size: 5rem;
	font-weight: 700;
	line-height: 6.5rem;
}

.main_tit p{
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.6;
	color: #3F4853;
}

.main_tit.left{
	text-align: left;
}

.main_tit.left > .tit{
	font-size: 4.6rem;
}

@media  (max-width:1199.98px) {
	.main_tit{
		margin-bottom: 4rem;
	}

	.main_tit > b{
		font-size: 1.6rem;
	}

	.main_tit > .tit{
		font-size: 4rem;
	}
	.main_tit.left{
		margin-bottom: 4rem;
	}

	.main_tit.left > b{
		font-size: 1.6rem;
	}

	.main_tit.left > .tit{
		font-size: 4rem;
	}
}

@media  (max-width:991.98px) {
	.main_tit{
		margin-bottom: 3rem;
	}

	.main_tit > b{
		font-size: 1.5rem;
	}

	.main_tit > .tit{
		font-size: 3.5rem;
	}
}

@media  (max-width:575.98px) {
	.main_tit > .tit{
		font-size: 3rem;
	}
}


/* 메인 visual */
#main_visual{
	position: relative;
}

#main_visual .txt_area{
	z-index: 11;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: flex;
	flex-direction: column;
	gap: 2rem;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

#main_visual .txt_area *{
	color: #fff;
}

#main_visual .txt_area h3{
	font-size: 2.8rem;
	font-weight: 600;
}

#main_visual .txt_area h2{
	font-size: 6.6rem;
	font-weight: 700;
}

#main_visual .txt_area p{
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: .2rem;
	line-height: 1.4;
}

#main_visual .swiper-pagination-bullet{
	opacity: 1;
	width: 1rem;
	height: 1rem;
	margin-right: 1rem;
	background: rgba(255,255,255,0);
	border: 1px solid #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#main_visual .swiper-pagination-bullet:last-child{
	margin-right: 0;
}

#main_visual .swiper-pagination-bullet-active{
	background: rgba(255,255,255,1);
}

#main_visual .swiper-slide{
	height: 70rem;
	overflow: hidden;
}

#main_visual .swiper-slide .img_area{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	transform: translate(-50%,-50%) scale(1.2);
	-webkit-transform: translate(-50%,-50%) scale(1.2);
	-moz-transform: translate(-50%,-50%) scale(1.2);
	transition: all 6s;
	-webkit-transition: all 6s;
	-moz-transition: all 6s;
}

#main_visual .swiper-slide-active .img_area{
	-webkit-transform: translate(-50%,-50%) scale(1);
	-moz-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
}

.consulting_wrap a{
	display: flex;
}

.consulting_tel{
	display: flex;
	align-items: center;
	gap: 1rem;
	background-color: #fff;
	padding: 1.6rem 3.2rem;
}

.consulting_tel img{
	width: 3.6rem;
	height: 3.6rem;
}

.consulting_tel span{
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.4;
	color: #002861 !important;
}

.consulting_btn{
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 2.1rem 3.2rem;
	background-color: #002861;
}

.consulting_btn span{
	font-size: 3.2rem;
	font-weight: 700;
}

.consulting_btn i{
	font-size: 1.6rem;
	font-weight: 500;
}

@media  (max-width:1199.98px) {
	#main_visual .txt_area p{
		font-size: 1.8rem;
	}

	#main_visual .txt_area h2{
		margin-bottom: 2rem;
		font-size: 5rem;
	}

	#main_visual .swiper-slide{
		height: 60rem;
	}
}

@media  (max-width:991.98px) {
	#main_visual .txt_area h2{
		font-size: 4rem;
	}

	#main_visual .swiper-slide{
		height: 50rem;
	}
	.consulting_tel{
		padding: 1rem 3rem;
	}
	
	.consulting_tel img{
		width: 3rem;
		height: 3rem;
	}
	
	.consulting_tel span{
		font-size: 3rem;
	}
	
	.consulting_btn{
		padding: 1.6rem 3rem;
	}
	
	.consulting_btn span{
		font-size: 2.8rem;
	}
	
	.consulting_btn i{
		font-size: 1.4rem;
	}
}

@media  (max-width:767.98px) {
	#main_visual .txt_area h2{
		font-size: 3.5rem;
	}

	#main_visual .swiper-slide{
		height: 45rem;
	}
}

@media  (max-width:575.98px) {
	#main_visual .txt_area{
		text-align: center;
	}

	.consulting_tel{
		padding: 1rem 1.5rem;
	}
	
	.consulting_tel img{
		width: 2.5rem;
		height: 2.5rem;
	}
	
	.consulting_tel span{
		font-size: 2.2rem;
	}
	
	.consulting_btn{
		padding: 1.6rem;
	}
	
	.consulting_btn span{
		font-size: 2.2rem;
	}
	
	.consulting_btn i{
		font-size: 1.2rem;
	}
}


/* 메인 business */
#main_business{
	background: #f6f6f6 url('../_img/main/main_business_bg.png') no-repeat top 7rem right -2rem;
	position: relative;
}

main > section#main_business{
	padding-top: 18rem;
}

#main_business .banner{
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	max-width: 1600px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	z-index: 10;
	background-color: #F6F7F9;
	border-radius: 1rem;
	margin: 0 auto;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

#main_business .banner_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4.4rem 0;
}

#main_business .banner_list > li{
	position: relative;
	width: calc(100% / 3);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}

#main_business .banner_list > li + li::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 2.8rem;
	background-color: #A4ACB5;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#main_business .banner_list > li .banner_text h4{
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0.8rem;
	letter-spacing: -2%;
	color: #002861;
}

#main_business .banner_list > li .banner_text p{
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.4;
	color: #3F4853;
}

#main_business .business_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2.5rem;
}

#main_business .business_list > li{
	width: 100%;
	max-width: 38rem;
	padding: 2.8rem 2.8rem 11.6rem;
	border-radius: 1.4rem;
	position: relative;
	background: #fff url("../_img/main/sec01_01.png") no-repeat right bottom / 19rem;
}


#main_business .business_list > li:nth-of-type(2){
	background-image: url("../_img/main/sec01_02.png");
}
#main_business .business_list > li:nth-of-type(3){
	background-image: url("../_img/main/sec01_03.png");
}
#main_business .business_list > li:nth-of-type(4){
	background-image: url("../_img/main/sec01_04.png");
}


#main_business .business_list > li h3{
	font-size: 4.6rem;
	font-weight: 700;
	line-height: 6.44rem;
	color: #002861;
}

#main_business .business_list > li h4{
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 3.52rem;
	color: #3F4853;
	margin-bottom: 2rem;
}

#main_business .business_list > li p{
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.4;
	color: #3F4853;
	margin-bottom: 4rem;
}

@media  (max-width:1599.98px) {
	#main_business .business_list > li {
		padding: 2.8rem 1.8rem 11.6rem;
		max-width: 34rem;
	}

	#main_business .business_list > li h3{
		font-size: 3.6rem;
	}
	
	#main_business .business_list > li h4{
		font-size: 1.8rem;
	}
	
	#main_business .business_list > li p{
		font-size: 1.6rem;
	}
}

@media (max-width:1399.98px) {
	#main_business .business_list{
		gap: 1.5rem;
	}

	#main_business .business_list > li {
		max-width: 34rem;
	}

	#main_business .business_list > li h3{
		font-size: 3.2rem;
	}
	
	#main_business .business_list > li h4{
		font-size: 1.6rem;
	}
	
	#main_business .business_list > li p{
		font-size: 1.4rem;
	}
}

@media  (max-width:1199.98px) {
	#main_business .business_list > li {
        padding: 2.8rem 0.6rem 11.6rem;
    }

	#main_business .banner_list > li .banner_text h4{
		font-size: 2rem;
	}
	
	#main_business .banner_list > li .banner_text p{
		font-size: 1.6rem;
	}
}

@media (max-width:991.98px) {
	#main_business .banner {
		top: 5%;
	}
	#main_business .banner_list{
		padding: 1.4rem 0;
	}

	#main_business .business_list{
		flex-wrap: wrap;
	}
	
	#main_business .business_list > li {
        width: calc((100% - 3rem) / 2);
		max-width: unset;
		padding: 2.8rem 3.5rem 11rem;
    }
	#main_business .banner_list > li {
		flex-direction: column;
	}
	#main_business .business_list > li h3{
		font-size: 4rem;
	}
	
	#main_business .business_list > li h4{
		font-size: 1.6rem;
	}
	
	#main_business .business_list > li p{
		font-size: 1.4rem;
	}
}

@media (max-width:767.98px) {
	#main_business .banner_list > li .banner_text h4{
		font-size: 1.8rem;
	}
	
	#main_business .banner_list > li .banner_text p{
		font-size: 1.4rem;
	}
}

@media  (max-width:575.98px) {
	main > section#main_business {
		padding-top: 33rem;
	}

	#main_business .banner {
        top: 6%;
    }

	#main_business .business_list > li {
        width: 100%;
		padding: 2.8rem 3.5rem 11rem;
    }
	#main_business .business_list > li h3{
		font-size: 4rem;
	}
	
	#main_business .business_list > li h4{
		font-size: 1.6rem;
	}
	
	#main_business .business_list > li p{
		font-size: 1.4rem;
	}

	#main_business .banner_list > li {
		width: 100%;
	}

	#main_business .banner_list {
		display: block;
	}

	#main_business .banner_list > li {
        flex-direction: row;
		gap: 5rem;
    }
}

/* 메인 company */
#main_company .inner{
	display: flex;
	gap: 4rem;
}

#main_company .img_area{
	width: 50%;
	height: 60rem;
	background: url('../_img/main/sec02_01.png') no-repeat center / cover;
	border-radius: 1rem;
	min-width: 40rem;
}

#main_company .txt_area{
	width: 100%;
	max-width: 76rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 3.26rem;
}

#main_company .txt_area .main_tit{
	margin-bottom: 0;
}

#main_company .txt_area p{
	margin-top: 6rem;
}

#main_company .txt_area .com_link02{
	width: fit-content;
	margin-left: auto;
}

#main_company .company_list{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

#main_company .company_list > li{
	width: calc(100% / 4);
	max-width: 18rem;
	cursor: pointer;
	border-radius: 1rem;
}

#main_company .company_list > li img{
	width: 18rem;
	height: 18rem;
	border-radius: 1rem;
}

@media  (max-width:1199.98px) {
	#main_company .txt_area p{
		font-size: 1.6rem;
		margin-top: 3rem;
	}

	#main_company .txt_area p br{
		display: none;
	}

	#main_company .company_list > li img{
		width: 15rem;
		height: 15rem;
	}
	
}

@media  (max-width:991.98px) {
	#main_company .inner {
		display: flex;
		flex-direction: column-reverse;
		gap: 2rem;
	}

	#main_company .img_area{
		height: 46rem;
		width: 100%;
	}	
	#main_company .txt_area{
		width: 100%;
		max-width: unset;
	}

	#main_company .company_list {
		gap: 2rem;
	}
	#main_company .company_list > li {
		width: calc(100% / 4);
		max-width: unset;
	}

	#main_company .company_list > li img {
        width: 100%;
        height: auto;
    }
}

@media  (max-width:767.98px) {
	#main_company{
		padding: 0 15px;
	}

	#main_company .img_area{
		width: 100%;
		height: 0;
		padding-top: 50%;
	}

	#main_company .txt_area{
		width: 100%;
		padding: 0;
		margin-top: 2rem;
	}

	#main_company .txt_area p{
		margin-bottom: 3rem;
	}
}

@media (max-width:575.98px) {
	#main_company .company_list {
		flex-wrap: wrap;
	}
	#main_company .company_list > li {
		width: calc((100% - 2rem) / 2);
	}
}


/* 메인 service */
#main_service{
	background-color: #F6F7F9;
}

#main_service .inner{
	display: flex;
}

#main_service .txt_area{
	width: 27.5%;
}

#main_service .service_slide_control{
	display: flex;
	align-items: center;
	gap: .8rem;
	margin-top: 3rem;
}

#main_service .service_slide_control div{
	display: inline-block;
	width: 5.8rem;
	height: 5.8rem;
	text-align: center;
	line-height: 5.8rem;
	border: 1px solid #ccc;
	color: #aaa;
	border-radius: 50%;
	font-size: 2rem;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#main_service .service_slide_control div:hover{
	border-color: #002861;
	color: #002861;
}

#main_service .service_slide_box{
	width: 72.5%;
}

#main_service .service_slide_box .service_swiper{
	overflow: hidden;
}

#main_service .service_slide_box .service_list{
	margin: 0;
	padding: 0;
	list-style: none;
}

#main_service .service_slide_box .service_list > li{
	width: 100%;
	border-radius: 1rem;
	overflow: hidden;
}

#main_service .service_slide_box .service_list > li img{
	width: 100%;
	height: 48rem;
	border-radius: 0.4rem;
	object-fit: cover;
}

#main_service .service_slide_box .service_list > li p{
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 3.52rem;
	color: #3F4853;
	display: flex;
	gap: 2rem;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
}

#main_service .service_slide_box .service_list > li p span{
	display: inline-block;
	padding: 0.4rem 1.7rem;
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	background-color: #a4acb5;
	border-radius: 999px;
	line-height: 1;
}

@media (max-width:1199.98px) {
	#main_service .inner{
		flex-direction: column;
		gap: 2rem;
	}

	#main_service .txt_area{
		width: 100%;
	}

	#main_service .service_slide_box{
		width: 100%;
	}

	#main_service .main_tit.left {
        text-align: center;
    }
	#main_service .service_slide_control {
		justify-content: flex-end;
		margin-top: 3rem;
	}
}


/* 메인 market */
#main_market{
	text-align: center;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 10rem 1.5rem;
}

#main_market .main_tit p{
	margin-top: 1rem;
}

.market_category{
	margin-bottom: 6rem;
	position: relative;
}

.market_category > ul{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4rem;
}

.market_category > ul > li a{
	display: block;
	position: relative;
	font-size: 1.8rem;
	line-height: 4.5rem;
	font-weight: 400;
	color: #002861;
}

.market_category > ul > li a::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: transparent;
}

.market_category > ul > li a.is-active,
.market_category > ul > li a:hover{
	font-weight: 600;
}

.market_category > ul > li a.is-active::after,
.market_category > ul > li a:hover::after{
	background-color: #002861;
}

#main_market .market_slide_box{
	position: relative;
	text-align: left;
}

#main_market .market_swiper{
	overflow: hidden;
}

#main_market .market_slide_control{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .8rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

#main_market .market_slide_control > a{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .4rem;
	padding: 1.9rem 2rem;
	color: #fff;
	border-radius: 2.9rem;
	font-size: 2rem;
	line-height: 2rem;
	cursor: pointer;
	border: 0;
	background: #002861;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#main_market .market_slide_control div{
	display: inline-block;
	width: 5.8rem;
	height: 5.8rem;
	text-align: center;
	line-height: 5.8rem;
	border: 1px solid #ccc;
	color: #aaa;
	border-radius: 50%;
	font-size: 2rem;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#main_market .market_slide_control div:hover{
	border-color: #002861;
	color: #002861;
}

#main_market .market_list{
	margin: 0;
	padding: 0;
	list-style: none;
}

#main_market .market_list > li{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	border: 1px solid #ddd;
	border-radius: 1rem;
	-webkit-transition: box-shadow 1s;
	-moz-transition: box-shadow 1s;
	transition: box-shadow 1s;
}

#main_market .market_list > li:hover{
	box-shadow: 0 0 2rem rgba(0,0,0,.2);
}

#main_market .market_list > li a{
	position: relative;
	display: block;
}

#main_market .market_list > li a:after{
	opacity: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	border: 2px solid #002861;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#main_market .market_list > li:hover a:after{
	opacity: 1;
}

#main_market .market_list > li .img_area{
	position: relative;
	padding-top: 100%;
	overflow: hidden;
	background: #eee;
	border-radius: 1rem 1rem 0 0;
}

#main_market .market_list > li .img_area img,
#main_market .market_list > li .img_area span{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#main_market .market_list > li .img_area span{
	display: block;
	text-align: center;
	font-size: 1.8rem;
	color: #bbb;
}

#main_market .market_list > li .txt_area{
	position: relative;
	padding: 2rem 15px;
}

#main_market .market_list > li .txt_area .state{
	position: absolute;
	top: 2rem;
	right: 15px;
	height: 2.5rem;
	padding: 0 1rem;
	font-size: 1.4rem;
	color: #fff;
	font-weight: 500;
	line-height: 2.5rem;
	border-radius: 2rem;
	background: #FC8139;
}

#main_market .market_list > li .txt_area .state.on{
	background: #ededed;
	color: #999;
}

#main_market .market_list > li .txt_area .cate{
	display: block;
	font-size: 1.6rem;
}

#main_market .market_list > li .txt_area .subj{
	font-size: 2rem;
	color: #000;
}

#main_market .market_list > li .txt_area .option{
	margin-top: .6rem;
}

#main_market .market_list > li .txt_area .option span{
	margin-top: .4rem;
	font-size: 1.4rem;
	color: #888;
	font-weight: 300;
}

#main_market .market_list > li .txt_area .option span:after{
	content: "|";
	margin: 0 .5rem;
}

#main_market .market_list > li .txt_area .option span:last-child:after{
	content: none;
}

#main_market .no_list{
	text-align: center;
	font-size: 1.6rem;
	color: #999;
}

@media  (max-width:1199.98px) {
	.market_category > ul > li{
		padding: 0 1rem;
		width: calc(100% / 4);
	}

	#main_market .market_slide_control {
		position: static;
		justify-content: flex-end;
		transform: none;
		margin-top: 2rem;
	}

	#main_market .market_list > li .txt_area .cate{
		font-size: 1.5rem;
	}

	#main_market .market_list > li .txt_area .subj{
		font-size: 1.8rem;
	}
}

@media  (max-width:767.98px) {
	.market_category > ul{
		margin-left: -5px;
		margin-right: -5px;
	}

	.market_category > ul > li{
		padding: 0 5px;
	}

	.market_category > ul > li a{
		padding: 2rem 1.5rem;
	}

	.market_category > ul > li .cate{
		font-size: 1.8rem;
		margin-top: 2rem;
		padding-top: 1rem;
	}

	#main_market .market_slide_control div{
		width: 4.2rem;
		height: 4.2rem;
		line-height: 4.2rem;
		font-size: 1.8rem;
	}
}

@media  (max-width:576.98px) {
	.market_category > ul > li a{
		padding: 1.5rem .5rem;
	}

	.market_category > ul > li .cate{
		font-size: 1.6rem;
		margin-top: 2rem;
		padding-top: 1rem;
	}
}


/* 메인 kpi */
#main_kpi{
	width: 100%;
	background-color: #002861;
	padding: 4rem 10.2rem;
}

#main_kpi .kpi_list{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	flex-wrap: wrap;
}

#main_kpi .kpi_list > li{
	position: relative;
	min-width: 26rem;
	display: flex;
	gap: 2rem;
	align-items: center;
	padding: 0 5rem;
}

#main_kpi .kpi_list > li + li::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 5rem;
	background-color: #ddd;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

#main_kpi .kpi_list > li img{
	width: 8rem;
	height: 8rem;
}

#main_kpi .kpi_list > li .kpi_text{
	flex-shrink: 0;
	color: #fff;
}

#main_kpi .kpi_list > li .kpi_text h5{
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -2%;
	text-align: center;
	white-space: nowrap;
}

#main_kpi .kpi_list > li .kpi_text p{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -2%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}

#main_kpi .kpi_list > li .kpi_text p strong{
	color: #FC8139;
	font-size: 4.6rem;
}

#main_kpi .kpi_list > li:last-of-type{
	flex-direction: column;
}

#main_kpi .kpi_list > li:last-of-type .kpi_text p{
	font-size: 1.6rem;
	text-align: center;
}

@media (max-width:1799.98px) {
	#main_kpi {
		padding: 4rem 8rem;
	}
	#main_kpi .kpi_list > li {
		min-width: 26rem;
		padding: 0 2rem;
	}
}

@media (max-width:1599.98px) {
	#main_kpi {
		padding: 4rem;
	}
}

@media (max-width:1199.98px) {
	#main_kpi .kpi_list > li{
		min-width: unset;
		padding: 2rem 5rem;
		width: calc(100% / 3);
		justify-content: center;
	}

	#main_kpi .kpi_list > li + li::after {
		display: none;
	}
}
@media (max-width:767.98px) {
	#main_kpi .kpi_list > li{
		width: calc(100% / 2);
		padding: 2rem;
	}
}
@media (max-width:575.98px) {
	#main_kpi .kpi_list > li{
		width: 100%;
	}
}


/* 메인 supply */
#main_supply{
	background-color: #fff;
}

#main_supply .inner{
	display: flex;
}

#main_supply .txt_area{
	width: 27.5%;
}

#main_supply .supply_slide_control{
	display: flex;
	align-items: center;
	gap: .8rem;
	margin-top: 3rem;
}

#main_supply .supply_slide_control div{
	display: inline-block;
	width: 5.8rem;
	height: 5.8rem;
	text-align: center;
	line-height: 5.8rem;
	border: 1px solid #ccc;
	color: #aaa;
	border-radius: 50%;
	font-size: 2rem;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#main_supply .supply_slide_control div:hover{
	border-color: #002861;
	color: #002861;
}

#main_supply .supply_slide_control > a{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .4rem;
	padding: 1.9rem 2rem;
	border: 0;
	border-radius: 2.9rem;
	background: #002861;
	color: #fff;
	font-size: 2rem;
	line-height: 2rem;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#main_supply .supply_slide_box{
	width: 72.5%;
}

#main_supply .supply_slide_box .supply_swiper{
	overflow: hidden;
}

#main_supply .supply_slide_box .supply_list{
	margin: 0;
	padding: 0;
	list-style: none;
}

#main_supply .supply_slide_box .supply_list > li{
	width: 100%;
	border-radius: 1rem;
	overflow: hidden;
	background-color: #fff;
}

#main_supply .supply_slide_box .supply_list > li img{
	width: 100%;
	height: 27.4rem;
	border-radius: 0.4rem;
	object-fit: cover;
}

#main_supply .supply_slide_box .supply_list > li .supply_text{
	padding: 2rem;
}

#main_supply .supply_slide_box .supply_list > li .supply_text h5{
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	color: #002861;
	margin-bottom: 1.6rem;
}

#main_supply .supply_slide_box .supply_list > li .supply_desc{
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	padding-right: 6.4rem;
}

#main_supply .supply_slide_box .supply_list > li .supply_desc > li{
	display: flex;
	align-items: center;
	gap: 1.6rem;
}

#main_supply .supply_slide_box .supply_list > li .supply_desc > li img{
	width: 2.8rem;
	height: 2.8rem;
}

#main_supply .supply_slide_box .supply_list > li .supply_desc > li p{
	font-size: 1.8rem;
	font-weight: 500;
	color: #002861;
	min-width: 12rem;
	line-height: 2.4rem;
}

#main_supply .supply_slide_box .supply_list > li .supply_desc > li span{
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 500;
	color: #000;	
}

#main_supply .supply_slide_box .supply_list > li .supply_desc > li:nth-of-type(2) span{
	border-radius: 6rem;
	padding: 0.2rem 1rem;
}
#main_supply .supply_slide_box .supply_list > li .supply_desc > li:nth-of-type(3) span{
	border-radius: 4rem;
	padding: 0.2rem 1rem;
}

#main_supply .supply_slide_box .supply_list > li .supply_desc > li span.sale{
	border: 1px solid #e65f24;
	color: #e65f24;
}
#main_supply .supply_slide_box .supply_list > li .supply_desc > li span.rental{
	border: 1px solid #3769c8;
	color: #3769c8;
}
#main_supply .supply_slide_box .supply_list > li .supply_desc > li span.company{
	background-color: #e4ecf8;
	color: #3f628f;
}
#main_supply .supply_slide_box .supply_list > li .supply_desc > li span.center{
	background-color: #ddf2f5;	
	color: #247886;
}
#main_supply .supply_slide_box .supply_list > li .supply_desc > li span.construction{
	background-color: #F7EEDB;
	color: #8A6428;
}


@media (max-width:1199.98px) {
	#main_supply .inner{
		flex-direction: column;
		gap: 2rem;
	}

	#main_supply .txt_area{
		width: 100%;
	}

	#main_supply .supply_slide_box{
		width: 100%;
	}

	#main_supply .main_tit.left {
        text-align: center;
    }
	#main_supply .supply_slide_control {
		justify-content: flex-end;
		margin-top: 3rem;
	}
}

@media (max-width:767.98px) {
	#main_supply .supply_slide_box .supply_list > li img {
		height: 48rem;
	}
}


/* 메인 cs */
main > section#main_cs{
	padding: 0;
}

#main_cs{
	display: flex;
	flex-wrap: wrap;
}

#main_cs .cs_banner{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2.8rem;
	width: 21rem;
	height: 56rem;
	flex-shrink: 0;
	background-color: #F6F7F9;
}

#main_cs .cs_banner_item{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	width: 100%;
}

#main_cs .cs_banner_item img{
	width: 8rem;
	height: 8rem;
	object-fit: contain;
}

#main_cs .cs_banner_text{
	text-align: center;
}

#main_cs .cs_banner_sub{
	margin: 0;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.02em;
	color: #002861;
}

#main_cs .cs_banner_tit{
	display: block;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.02em;
	color: #002861;
}

#main_cs .cs_banner_divider{
	width: 8rem;
	height: 1px;
	background-color: #DDE2E7;
}

#main_cs .map_area{
	width: calc((100% - 21rem) * 0.46);
	height: 56rem;
}

#main_cs .map_area .root_daum_roughmap,
#main_cs .map_area .root_daum_roughmap .wrap_map{
	width: 100%;
	height: 100%;
}

#main_cs .map_area .root_daum_roughmap .map_border{
	display: none;
}

#main_cs .txt_area{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #F6F7F9;
	height: 56rem;
	padding: 0 14rem 0 5rem;
	width: calc((100% - 21rem) * 0.54);
}

#main_cs .cs_inner{
	width: 100%;
}

#main_cs .txt_area .main_tit .tit{
	font-weight: 300;
	color: #002861;
}

#main_cs .txt_area .main_tit .tit b{
	font-weight: 700;
}

#main_cs .cs_contact_box{
	display: flex;
	flex-direction: column;
	gap: 4rem;
	margin-top: 2rem;
}

#main_cs .cs_contact_top{
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
}

#main_cs .cs_tel{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.6;
	color: #002861;
}

#main_cs .cs_tel img{
	width: 3.4rem;
	height: 3.4rem;
	flex-shrink: 0;
}

#main_cs .btn_cs_inquiry{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .4rem;
	min-width: 13.1rem;
	height: 4.5rem;
	padding: 0 2rem;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 4.5rem;
	color: #F6F7F9;
	background: #002861;
	border: 1px solid rgba(255,255,255,.6);
	border-radius: 3rem;
}

#main_cs .cs_hours{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	font-size: 0;
}

#main_cs .cs_hours span{
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.6;
	color: #002861;
}

#main_cs .cs_hours span:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0 1rem;
	width: 1px;
	height: 1.8rem;
	background: #A4ACB5;
}

#main_cs .cs_hours span:last-child:after{
	content: none;
}

#main_cs .cs_divider{
	width: 100%;
	height: 1px;
	background: #DDE2E7;
}

#main_cs .cs_info_list{
	display: flex;
	flex-direction: column;
	gap: .4rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

#main_cs .cs_info_list > li{
	display: flex;
	align-items: flex-start;
	gap: 0;
}

#main_cs .cs_info_label{
	display: flex;
	align-items: center;
	gap: .8rem;
	width: 18.2rem;
	flex-shrink: 0;
}

#main_cs .cs_info_label img{
	width: 3.4rem;
	height: 3.4rem;
	flex-shrink: 0;
}

#main_cs .cs_info_label span{
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.6;
	color: #3F4853;
}

#main_cs .cs_info_list > li > p{
	margin: 0;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.6;
	color: #3F4853;
}

#main_cs .cs_info_list > li > p span{
	color: #3F4853;
}

#main_cs .cs_info_list > li > p .cs_info_main{
	display: block;
	font-size: 1.8rem;
}

#main_cs .cs_info_list > li > p .cs_info_sub{
	display: block;
	font-size: 1.6rem;
}

@media (max-width:1399.98px) {
	#main_cs .cs_banner{
		height: auto;
	}
	#main_cs .map_area{
		height: auto;
	}
	#main_cs .txt_area {
		padding: 2rem 5rem;
		height: auto;
	}
}

@media  (max-width:1199.98px) {
	#main_cs .txt_area {
		padding: 2rem;
	}

	#main_cs .cs_tel{
		font-size: 2.3rem;
	}
}

@media  (max-width:991.98px) {
	#main_cs .cs_banner {
		flex-direction: row;
		width: 100%;
		padding: 3rem 1.5rem;
	}

	#main_cs .cs_banner_item {
		flex-direction: row;
		width: 100%;
	}

	#main_cs .cs_banner_divider{
		width: 1px;
		height: 8rem;
	}

	#main_cs .map_area,
	#main_cs .txt_area{
		min-height: 46rem;
		width: 50%;
	}

	#main_cs .cs_tel{
		font-size: 2rem;
	}

	#main_cs .cs_tel img{
		width: 2.8rem;
		height: 2.8rem;
	}

	#main_cs .btn_cs_inquiry{
		display: flex;
		width: 100%;
		max-width: 14rem;
		margin-top: 1rem;
	}
}

@media (max-width:767.98px) {
	#main_cs .map_area,
	#main_cs .txt_area{
		min-height: 46rem;
		width: 100%;
	}
}

@media (max-width:575.98px) {
	#main_cs .map_area{
		height: 25rem;
		min-height: auto;
		width: 100%;
	}

	#main_cs .txt_area{
		height: auto;
		min-height: auto;
		padding: 3rem 1.5rem;
	}

	#main_cs .cs_inner{
		padding: 0;
	}

	#main_cs .cs_info_list > li{
		flex-direction: column;
		gap: .8rem;
	}

	#main_cs .cs_info_label{
		width: 100%;
	}
}


/* 개인정보 팝업 */
#quick_privacy_pop .modal-dialog{
	max-width: 750px;
}

#quick_privacy_pop h3{
	display: flex;
	padding: 1.5rem 2.5rem;
	font-size: 2.4rem;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	background: #d92a34;
}

#quick_privacy_pop h3 button{
	color: #fff;
}

#quick_privacy_pop .pop_body{
	padding: 2.5rem;
	color: #666;
	font-size: 1.6rem;
}


@media (max-width:1599.98px) {
	main > section > .inner{
		padding: 0 2rem;
	}
}