/*ê³µí†µ*/
.flex{display: flex; align-items: center;}
.flex.js{justify-content: space-between}

.orange{color:#e5ae58;}
.bluish{color: #53B959;}
.white{color: #ffffff;}
.fw400{font-weight: 400;}
.fw500{font-weight: 500;}
.fw600{font-weight: 600;}

i.fa-triangle{color:#F20707;}
i.fa-triangle.fa-rotate-180{color:#0FA7F6;}
i.fa-hyphen{color:#e5ae58; font-weight: 600; font-size: 1.2em!important;}
.ref{font-size: 0.8em; vertical-align: middle;}
.ref i{font-size: 1em!important; vertical-align: middle; line-height: 1.2em;}

/* ë©”ì¸ìŠ¬ë¼ì´ë” */
#visual{position:relative; width:100%; height:100vh; margin:0 auto; position:relative; overflow:hidden; visibility:hidden;}
a{cursor:pointer}

#visual .swiper{ z-index:10;width:100% !important; height:100%; position:relative;}
#visual .swiper .swiper-slide{ width:100% !important; height:100%; background-repeat:no-repeat; background-position: center bottom; background-size:cover;
	/*animation: imagescale 6s ease-in-out infinite alternate;
	-webkit-animation: imagescale 6s ease-in-out infinite alternate;
	-moz-animation: imagescale 6s ease-in-out infinite alternate;
	-o-webkit-animation: imagescale 6s ease-in-out infinite alternate;*/
}
#visual .swiper .swiper-slide.swiper-slide-active {
  animation: imagescale 10s ease-in-out infinite alternate;
  -webkit-animation: imagescale 10s ease-in-out infinite alternate;
  -moz-animation: imagescale 10s ease-in-out infinite alternate;
  -o-animation: imagescale 10s ease-in-out infinite alternate;
}
#visual .swiper .mv01{background-image:url(../img/main/mvisual02.jpg)}
#visual .swiper .mv02{background-image:url(../img/main/mvisual03.jpg)}
#visual .swiper .mv03{background-image:url(../img/main/mvisual04.jpg)}
#visual .swiper .mv04{background-image:url(../img/main/mvisual05.jpg)}
#visual .swiper .mv05{background-image:url(../img/main/mvisual01.jpg)}
#visual .swiper .mv06{background-image:url(../img/main/mvisual11.jpg)}
#visual .swiper .mv07{background-image:url(../img/main/mvisual12.jpg)}
#visual .swiper .mv08{background-image:url(../img/main/mvisual08.jpg)}
#visual .swiper .mv09{background-image:url(../img/main/mvisual09.jpg)}
#visual .swiper .mv10{background-image:url(../img/main/mvisual10.jpg)}
#visual .swiper .mv11{background-image:url(../img/main/mvisual13.jpg)}
#visual .swiper .video-wrap {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
	}
#visual .swiper iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 56.25vw; /* 16:9 기본 비율 (9 / 16 * 100 = 56.25) */
	min-height: 100vh;
	min-width: 194.78vh;
	transform: translate(-50%, -50%);
	object-fit: cover;
	border: none;
	}

/* 애니메이션 정의 */
/*@keyframes imagescale {
  0% { transform: scale(1); }
  100% { transform: scale(1.1); }
}
@-webkit-keyframes imagescale {
  0% { -webkit-transform: scale(1); }
  100% { -webkit-transform: scale(1.1); }
}
@-moz-keyframes imagescale {
  0% { -moz-transform: scale(1); }
  100% { -moz-transform: scale(1.1); }
}
@-o-keyframes imagescale {
  0% { -o-transform: scale(1); }
  100% { -o-transform: scale(1.1); }
}*/

#visual .txt{
	position: absolute;
	top: 50%;
	left: 50%;
	/*margin-left: -700px;*/
	transform: translate(-50%,-50%);
	z-index: 2;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#visual .txt.left{left:50%; transform:translate(-50%, -50%)}
#visual .txt.right{left: 55%;width:calc(1500px / 2);}
#visual .txt.center{left:50%; transform:translate(-50%, -50%); text-align: center;}

#visual .txt h2{ font-size: 4.2em; margin-bottom: 10px; line-height: 1.4em; font-weight: 700; font-family: 'Montserrat';}
#visual .txt h3{ font-size: 3.6em; margin-bottom: 20px; line-height: 1.3em;  letter-spacing: 0em;  letter-spacing: -0.04em;    font-family: 'ONE-Mobile-Title';}
#visual .txt h4{ font-size: 2.6em; margin-bottom: 20px; line-height: 1.4em; font-weight: 700;font-family: 'Montserrat';}
#visual .txt h5{ font-size: 1.2em; margin-bottom: 20px; line-height: 1.4em; font-weight: 300;  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
#visual .txt p{font-size: 1.2em;}
#visual .txt p.en::before{ display: block}
#visual .txt p.en:before{content:''; display: block; background: #fff; width: 80px; height: 2px; margin: 0 auto 35px}
#visual .txt p.en{font-size: 2.4em; font-family: 'Montserrat'; }
#visual .txt .box_list{background-color:rgba(0,0,0,0.3); padding: 30px 40px; color: #fff;
	display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; }
#visual .txt .box_list p{width: calc(100% / 2); font-weight: 400; line-height: 1.6em; margin-right: 40px;}
#visual .txt .box_list p:before{content: ""; display: inline-block; width: 4px; height: 4px; background-color: rgba(255,255,255,0.6); vertical-align: middle; margin-right: 6px; margin-top:-2px; }
#visual .txt .box_list p:nth-child(even){width: calc((100% / 2) - 40px); margin-right: 0;}
#visual .txt .diagram{display: flex; margin-top: 40px;}
#visual .txt .diagram p{ width: 120px; display: flex; align-items: center; justify-content: center; aspect-ratio:1/1; border-radius: 50%; background-color: rgba(0,0,0,0.06); text-align: center; margin-right: 10px; font-size: 1.3em; position: relative;}
#visual .txt .diagram p:before{display: block; position: absolute; left: 0px; top: 0px; color: #fff; border-radius: 50%;
	width: 30px; line-height: 30px; aspect-ratio:1/1; text-align: center; font-weight: 700; background-color: rgba(0,0,0,0.5);}
#visual .txt .diagram p:nth-child(1):before{content: "1";}
#visual .txt .diagram p:nth-child(2):before{content: "2";}
#visual .txt .diagram p:nth-child(3):before{content: "3";}
#visual .txt .diagram p:nth-child(4):before{content: "4";}
#visual .txt .diagram p:nth-child(5):before{content: "5";}

/*#visual .swiper .mv01:after{content: ""; display: block; position: absolute; background-color: #00000085;
	width: 100%; height: 100%; left: 0; top: 0; bottom: 0; right: 0; z-index: 1;}*/
#visual .swiper .mv01 .txt{
	color: #fff; z-index: 2}
#visual .swiper-slide{position: relative}
#visual .swiper-slide::after{content: ""; display: block; position: absolute;
	background: linear-gradient(to top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
	width: 100%; height: 100%; left: 0; top: 0; bottom: 0; right: 0; z-index: 1;}
#visual .swiper .mv04 .txt{color: #fff; z-index: 2}
#visual .swiper .txt .btn_design1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: fit-content;
	transition:
			background 0.3s ease,
			transform 1s ease 0.6s,
			opacity 1s ease 0.6s;
	margin: 0 auto;

}
#visual .swiper .txt .btn_design1 img{
	width: 24px;
}
#visual .swiper-slide-active .txt h3,
#visual .swiper-slide-active .txt h5,
#visual .swiper-slide-active .txt .btn_design1{
	transform: translateY(0px);
	opacity: 1;
}

#visual .swiper-pagination{
	left: 50%;
	margin-left: -700px;
	transform: unset;
	bottom: 80px; max-width: 1400px; width: 100%; font-size: 1.2em;
	text-align: right;
}
#visual .swiper-pagination-bullet{
	height: 3px;
}
.swiper-pagination-bullet{opacity: 0.7;}
.swiper-pagination-bullet-active{background: #6272d7 !important;}
#visual .swiper-pagination-current{font-weight: 700; opacity: 1; font-size: 1.2em;}
#visual .swiper-pagination-total{opacity: 0.5;}


.scrolldown{
	position:absolute; 
	left: 50%;
	bottom: 50px;
	transform: translate(-50%);
	width:100px; 
	height:100px; 
	z-index:52; 
	font-weight:500; 
	color:#fff; 
	text-align:center;
}
.scrolldown a{position:relative; display:block; height:100%; position:relative; box-sizing:border-box;}
.scrolldown .icon{position:absolute; top:17%; left:50%; display:inline-block; width:20px; height:30px; border:2px #fff solid; border-radius:30px; transform:translateX(-50%);}
.scrolldown .icon::after{content:''; position:absolute; top:7px; left:50%; margin-left:-2px; width:4px; height:4px; border-radius:100%; background-color:#fff; -webkit-transform:translate(0, 0); -ms-transform:translate(0, 0); transform:translate(0, 0); -webkit-animation:scrollDownPointer 1.5s infinite; animation:scrollDownPointer 1.5s infinite;}
.scrolldown a > i.txt_scroll{position:relative; display:inline-block; padding-top:50px; font-style:normal; font-weight:500; font-size:12px; color:#fff;}
.scrolldown a > i.txt_scroll:before{content:''; position:absolute; left:50%; bottom:-10px; background:url('../img/common/icon_scroll_arrow.svg')no-repeat center; width:9px; height:9px; background-size:cover; transform:translateX(-50%);}
@keyframes scrollDownPointer {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(0, 8px);
    opacity: 0.5;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}


/* 공지추출 메인롤링 상단*/
.area_notice{position:absolute; bottom:0; right:0; z-index:52; max-width:1400px; width: 80%;  background:rgb(51 47 35 / 90%); z-index:50; opacity:1; transition:all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;  padding: 5px 20px; color: #fff}
.area_notice.active{bottom:0; opacity:1;}

#container_index .inr{padding: 100px 0;}
#container_index .hd_title{ text-align: left; margin-bottom: 50px;}
#container_index .hd_title .eng{font-size: 1.7em; color: rgba(0,0,0,0.5); margin-bottom: 5px; font-family: 'ONE-Mobile-Title';
	font-weight: 500; letter-spacing: 0}
#container_index .hd_title h3{ position: relative; font-size:4.4em;margin-bottom: 6px; font-family: 'Montserrat'; font-weight: 500; color: #444;}
#container_index .hd_title h3::after{ content:""; display: block; width: 20px; height: 20px; background: #ffeb3b; position: absolute; right: 3%; top: 0; z-index: -1}
#container_index .hd_title h3 span{font-weight: normal; color: #e5ae58;}

@media screen and (max-width:1400px) {
	#visual .txt{max-width: 100%; font-size: 12px;}
	#visual .txt.left{max-width: 60%; left: 5%; transform: translateY(-50%);}
	#visual .txt.right{max-width: 60%; left: auto; right: 5%; transform: translateY(-50%);}
	#visual .txt.center{max-width: 90%;}
	#visual .txt h3{ font-size: 3em; }
	#visual .txt{
	/*position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	transform: translateY(-50%);
	z-index: 2;*/
	font-size: 1.2em;
	line-height: 1.2em;
	color: #fff;
    }
    #visual .swiper-pagination{
	left: 5%;
	margin-left: auto;
	transform: unset;
	text-align: left;	
    }
}
@media screen and (max-width:1024px) {
	#container_index .inr{width: 100%; padding: 35px 20px;}

	#visual .swiper .mv04 .diagram{display: none;}
	#visual .txt {
		font-size:11px;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 92%;
		margin: 0 15px;
	}
	#visual .txt .box_list{display: none;}

	.area_notice{width:calc(100% - 60px);}
	.area_notice > div{width: 100%;}
	.area_notice > div:last-child{display: none; }
	/*사각형*/
	#visual .skewedbox {
		  display: none
	}
	#visual .skewedbox02 {
		  display: none
	}

	#visual .skewedbox02::before {
		  display: none
	}
	#visual .skewedbox02::after {
		  display: none
	}
}
@media screen and (max-width:768px) {
	/*#visual .swiper .mv01{background-image:url(../img/main/mvisual01_m.jpg)}
	#visual .swiper .mv02{background-image:url(../img/main/mvisual02_m.jpg)}
	#visual .swiper .mv03{background-image:url(../img/main/mvisual03_m.jpg)}
	#visual .swiper .mv04{background-image:url(../img/main/mvisual04_m.jpg)}*/
	#visual .swiper .mv04{background-position: center bottom; background-size: auto 100%;}
	#visual .txt.right{max-width: 50%;}

	#visual .txt {font-size:10px;}
	#visual .txt .diagram{display: none;}
	#visual .txt p{font-size: 12px;}
	#visual .swiper .txt .btn_design1{
		font-size: 14px;        min-width: unset;}
	#visual .swiper .txt .btn_design1 img {
		width: 18px;
		margin-left: 10px;
	}
	.area_notice{display: none}
}
@media screen and (max-width:550px) {

	#visual .txt.left{max-width: 60%;}
	#visual .txt.right{max-width: 60%;}
	#visual .txt h3{margin-top: 10px;}
	#visual .txt h2{font-size: 2.5em; margin-bottom: 10px;}
	#visual .txt h4{font-size: 2em; margin-bottom: 10px;}
	#visual .txt h5{font-size: 17px;}

	.area_notice{width:calc(100% - 10px); padding: 0 15px;}


	#container_index .hd_title .eng{font-size: 1em;}
	#container_index .hd_title h3{font-size:2em;}
}


/* 장비소개 */
.s2{
	position: relative;
	background: #F4F9F0;
}
.s2 .inr {
	padding: 100px 0 !important;
}
.s2 .hd_title h3::after{display: none !important}
.s2 .hd_title{}
.s2 .hd_title .eng {
	color: #000 !important;
	font-size: 1.3em !important;
}
.s2 .hd_title .eng, .s2 .hd_title h3, .s2 .hd_title .btn_more {
	color: #000 !important;
}
.s2 .hd_title h4 {
	font-size: 1.37em;
	line-height: 1.5em;
	margin: 30px 0 0;
	color: rgba(0, 0, 0, .7);
}
.s2 .hd_title .btn_more{
	margin-top: 30px;
	margin-left: 20px;
	font-size: 15px;
	color: #a4a4a4 !important;
	display: flex;
	align-items: center;
	transition: 0.2s ease-in-out;
}
.s2 .hd_title .btn_more i {
	margin-left: 4px;
	font-size: 0.8em;
}
.s2 .hd_title .btn_more:hover{color: #000 !important;}
.s2 .inr .hd_title{ flex: 5 1; border-radius: 0px; margin-right: 110px; margin-right: 0;}
.s2 .inr .list_business{ flex: 5 1; margin-left: auto;}

.services{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.services li{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08);position:relative}
.services .tt{position:absolute;top:14px;left:14px;background:#72B944;color:#fff;font-size:13px;font-weight:700;padding:6px 12px;border-radius:6px;z-index:2}
.services .imgBox{height:220px;overflow:hidden}
.services .imgBox img{width:100%;height:100%;object-fit:cover}
.services .txtBox{padding:24px}
.services .txtBox p{font-size:1.37em;line-height:1.7;color:#333;margin-bottom:18px}
.services .txtBox a{display:inline-flex;align-items:center;gap:6px;font-size:1.1em;font-weight:600;color:#72B944}
.services .txtBox a img{width:14px}

@media(max-width: 768px){
	.s2 .inr{
		padding: 100px 15px !important;
	}
	.s2 .hd_title h4{font-size: 17px;}
	.s2 .swiper-button-next, .s2 .swiper-button-prev{display: none}
	.services{display: block}
	.services li{margin-bottom: 15px;}
	.services .txtBox p{font-size: 17px;}
}



/*회사소개*/
.area_business01 { background: #112d5c;}
.area_business01 .hd_title{ margin:50px 0 0 !important}
.area_business01 .hd_title .eng,.area_business01 .hd_title h3,.area_business01 .hd_title .btn_more{color: #fff !important;}
.area_business01 .hd_title .eng{ font-size:1.3em !important}
.area_business01 .hd_title h3{ font-family: 'Montserrat' !important;}
.area_business01 .hd_title h4{ font-size: 1.25em; line-height: 1.5em; margin: 30px 0 0; color:rgba(252,255,255,.5); }
.area_business01 .hd_title .btn_more i{
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 14px;
	background: #112d5c;
}
.area_business01 .hd_title .btn_more{
	margin-top: 40px;
	display: flex;
	align-items: center;
	font-size: 20px;
}
.area_business01 .mySwiper2{
	overflow: hidden;
}
.area_business01 .swiper-button-prev{
	left: -80px;}
.area_business01 .swiper-button-next{
	right: -80px;}
.area_business01 .inr{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	transition: all 0.3s;
}
.area_business01 .inr .noti{ flex: 4 1; background:url("../img/main/area_business01_bg.jpg") no-repeat center center/cover; border-radius: 0px; padding: 35px 45px 20px; margin-right: 90px;}
.area_business01 .inr .comp{ flex: 5 1;}
.area_business01 .inr .bgImg{
	width: 60%;
	position: absolute;
	left: 46%;
	bottom: -10%;
}
.area_business01 .hd_title .text{
	margin-top: 50px;
	line-height: 1.6;
}
.area_business01 .main_treat {display: inline-block;width: 100%;margin: 0 auto;}
.area_business01 li {width: calc((100% / 4) - 20px);padding-left: 10px;padding-right:20px;margin-right: 25px;float: left;font-size: 1.4em;font-weight: 100;border-right: 1px solid #eee;display: flex;align-items: center;filter:saturate(50%);/* cursor: pointer; */}
.area_business01 li:last-child {margin-right: 0;padding-right: 0;border-right: 0;}
.area_business01 li .icon{display: inline-block;width: 80px; height: 80px;background-color: #eee;border-radius: 50%;margin-right: 25px;}
.area_business01 li .icon img{/* width: 130%; */height: 130%;object-fit: cover;margin: -15%;opacity: 0.8;}
.area_business01 li h1 {font-size: 22px;line-height: 1.3em;font-weight: bold;color: #444;margin: 15px 0 0;}
.area_business01 li h4 {color: #444;font-weight: 900;opacity: 0.3;font-size: 1.1em; transform-origin: left;transition: all 1s;}
.area_business01 li:hover{filter:saturate(100%);}
.area_business01 li:hover .icon img{opacity: 1;}
.area_business01 li a{cursor: auto;}
.area_business01 .btn{
	width: 50px;
	height: 50px;
	background: #443a31;
	border-radius: 50%;
	margin-top: 30px;
}
.area_business01 .btn img{ width: 24px; margin-bottom: -8px;}



/* countWrap */
.countWrap{background: #F4F9F0; }
.countWrap .inr{position: relative;z-index: 1;}
.countWrap .hd_title .eng{font-size: 3em !important;color: #1a1a1a !important;margin-top: 0 !important;width: 100% !important;}
.countWrap p.middle{color: #1a1a1a;font-size: 1.37em;width: 500px;
	margin: 50px auto 0;text-align: center;    line-height: 1.8;
	font-weight: 300;    color: #373737;}
.countNums {    max-width: 1400px;display: flex;justify-content: center;column-gap: 120px;margin-top: 100px;    padding: 40px;border-radius: 30px;background: #fff;border: 1px solid #72B944;}
.countNums .title{font-size: 1.1em;text-align:center;color: #0c0c0c;display:inline-block;position: relative;}
.countNums .title p{font-weight: 400;}
.countNums .title span{font-weight: 400;}
.countNums .title .inr{text-align:center;display: grid;grid-template-columns: repeat(4, 1fr);align-items: center;justify-content: center; max-width: 1400px; margin: 0 auto;}
.countNums .title p{line-height: 1;}
.countNums .title p:nth-child(1){font-size: 48px;font-family: 'Montserrat';font-weight: 700;}
.countNums .title p:nth-child(1) .counter{ margin:0px !important; display:inline-block;    font-size: 60px;}
.countNums .title p:nth-child(1) .plus{font-size: 56px;}
.countNums .title p:nth-child(2){font-size: 18px;margin-top: 20px;letter-spacing: -0.05em;color: #7f7f7f}
@media(max-width: 768px){
	.countNums{padding: 30px 20px;border-radius: 18px;display: block;margin-top: 30px;}
	.countWrap .hd_title .eng{font-size: 1.8em !important;}
	.countWrap p.middle{font-size: 17px;width: 100%;}
	.countNums .title{font-size: 0.8em;display: block;margin-bottom: 30px;}
	.countNums .title:last-child{margin-bottom: 0;}
	.countNums .title p:nth-child(1){font-size: 30px;}
	.countNums .title p:nth-child(1) .counter{font-size: 40px;}
	.countNums .title p:nth-child(2){font-size: 16px;}
	}


/* catheWrap */
.catheWrap{}
.catheWrap .gallerySwiper {overflow: hidden}
.gallery-tabs{display:flex;justify-content:center;gap:10px;margin-bottom:24px}
.gallery-tabs .tab{display: inline-block;border: 1px solid #72B944;letter-spacing: 1px;background: #72B944;color: #fff !important;text-transform: uppercase;outline: none;overflow: hidden;transition: .3s;z-index: 0;border-radius: 50px;height: 50px;text-align: center;line-height: 50px;padding: 0 40px;cursor: pointer;font-size: 18px;font-family: 'ONE-Mobile-Title';}
.gallery-tabs .tab.active{background:#262626;border-color:#262626;color:#fff}

.gallery-grid{display:grid;grid-template-columns:1fr 2fr 2fr;grid-template-rows:1fr 1fr 1fr;gap:20px;}
.gallery-grid > div{}
.gallery-grid > div img{width: 100%;height: 100%;object-fit: cover}
.g1{grid-column:1/2;grid-row:1/2;background:#bbb}
.g2{grid-column:1/2;grid-row:2/3;background:#bbb}
.g3{grid-column:1/2;grid-row:3/4;background:#bbb}
.g4{grid-column:2/4;grid-row:1/3;background:#bbb}
.g5{grid-column:2/3;grid-row:3/4;background:#bbb}
.g6{grid-column:3/4;grid-row:3/4;background:#bbb}
@media(max-width: 768px) {
	.gallery-tabs{gap: 6px}
	.gallery-tabs .tab{font-size: 15px;height: 40px;line-height: 40px;padding: 0 15px;}
	.gallery-grid{gap: 5px}


	}




/*  */
.s5{
	background: #fff;
	width: 100%;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: space-between;
	padding: 100px 0;
	overflow: hidden;
}
.s5 .slogan{
	width: 34%;
	max-width: 600px;
	margin-left: 0 !important;
}
.s5 .slogan h2 p:nth-child(1){
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 4.4em;
	letter-spacing: -0.05em;
	color: #000;
}
.s5 .slogan h2 p:nth-child(2){
	font-size: 1.37em;
	line-height: 1.8;
	font-weight: 300;
	width: 500px;
	margin: 50px auto 0;
	color: rgba(0, 0, 0, .7);

}
.s5 h2{
	text-align: center;
}
.s5 h2 a{
	font-size: 0.36em;
	color: #fff;
	margin-top: 20px !important;
	padding: 0 !important;
	height: unset !important;
	line-height: normal !important;
	font-weight: 500;
	font-family: 'SUIT', 'Montserrat', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', Dotum, '돋움', 'AppleGothic', 'Apple SD Gothic Neo', sans-serif;
}
.s5 h2 a svg{
	width: 20px;
	margin-bottom: -5.3px;
	transition: 0.3s ease-in-out;
	transform: translateX(5px);
}
.s5 h2 a:hover svg{
	transform: translateX(0px);
}
.s5 .imgBox{
	overflow: hidden;
	width: 30%;
}
.s5 .imgBox1{
	margin-left: -20px;
	border-radius: 0 50px 50px 0;
}
.s5 .imgBox2{
	margin-right: -20px;
	border-radius: 50px 0 0 50px;
}
.s5 .imgBox img{
	width: 100%;
	height: auto !important;
	margin: 0 !important;
	transition: 0.7s ease;
}
@media(max-width: 768px){
	/* s5 */
	.s5{
		width: 100%;
		padding: 100px 15px;
	}
	.s5 .imgBox{display: none}
	.s5 .slogan h2 p:nth-child(1){
		font-size: 30px;
	}
	.s5 .slogan,
	.s5 .slogan h2 p:nth-child(2){
		width: 100%;
	}
	.s5 .slogan h2 p:nth-child(2){
		font-size: 17px;
		margin-top: 40px;}
}


/*게시물추출*/
.area_business { background: #F4F9F0}
.area_business .hd_title .eng,.area_business .hd_title h3,.area_business .hd_title .btn_more{color: #000 !important;}
.area_business .hd_title h4{ font-size: 1.37em; line-height: 1.5em; margin: 30px 0 0; color:rgba(0,0,0,.7)}
.area_business .hd_title .btn_more i{
	width: 50px;
	height: 50px;
	border: 1px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 14px;
	background: #fff;
}
.area_business .hd_title .btn_more{
	margin-top: 40px;
	display: flex;
	align-items: center;
	font-size: 20px;
}
.area_business .mySwiper2{
	overflow: hidden;
}
.area_business .swiper-button-prev{
	left: -80px;}
.area_business .swiper-button-next{
	right: -80px;}
.area_business .inr{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	transition: all 0.3s;
}
.area_business .inr .noti{ flex: 4 1; background: #fff; border-radius: 0px; padding: 35px 45px 20px; margin-right: 90px;}

.area_business .map{ flex: 5 1;}
.area_business .map .lt_title{
	padding: 0 0 20px;
}
.area_business .map .lt p{
	font-size: 1.37em;
	line-height: 1.5em;
	color: rgba(0, 0, 0, .7);
}

.area_business .inr .comp{ flex: 5 1;}
.area_business .inr .comp .comp_ban01{background: #2140ba url("../img/main/comp_ban01_bg.png") no-repeat 99% 5%; padding: 25px 35px; margin: 0 0 30px}
.area_business .inr .comp .comp_ban01 > dl > dt{ font-family: 'ONE-Mobile-Title'; font-size: 1.55em; font-weight: 500; letter-spacing: -0.05em; color: #fff; margin: 0 0 15px}
.area_business .inr .comp .comp_ban01 > dl > dd{ color: #fff; opacity: .7; font-size: 1.10em; letter-spacing: -.050em}
.area_business .inr .comp .comp_certi{ display: flex}
.area_business .inr .comp .comp_certi > .certi_img {}
.area_business .inr .comp .comp_certi > .certi_img img{ height: 320px}
.area_business .inr .comp .comp_certi > .certi_txt{ padding: 25px 0 0 30px}
.area_business .inr .comp .comp_certi > .certi_txt > dl > dt{ font-family: 'Montserrat'; font-size: 2.80em; font-weight: 500; color: #333; margin: 0 0 15px}
.area_business .inr .comp .comp_certi > .certi_txt > dl > dt span{ font-family: 'ONE-Mobile-Title'; display: block; font-size: .65em}
.area_business .inr .comp .comp_certi > .certi_txt > dl > dd{ color: #333; font-size: 1.25em; letter-spacing: -.050em; margin: 0 0 5px;}
.area_business .inr .comp .comp_certi > .certi_txt > dl > dd span{ display: inline-block; background: #2140ba; padding: 5px 8px; color: #fff; font-size: .8em; text-align: center; margin: 0 5px 0 0}
.area_business .inr .bgImg{
	width: 60%;
	position: absolute;
	left: 46%;
	bottom: -10%;
}
.area_business .hd_title .text{
	margin-top: 50px;
	line-height: 1.6;
}
.area_business .main_treat {display: inline-block;width: 100%;margin: 0 auto;}
.area_business li {width: calc((100% / 4) - 20px);padding-left: 10px;padding-right:20px;margin-right: 25px;float: left;font-size: 1.4em;font-weight: 100;border-right: 1px solid #eee;display: flex;align-items: center;filter:saturate(50%);/* cursor: pointer; */margin: 0 0 30px;}
.area_business li:last-child {margin-right: 0;padding-right: 0;border-right: 0;}
.area_business li .icon{display: inline-block;width: 80px; height: 80px;background-color: #eee;border-radius: 50%;margin-right: 25px;}
.area_business li .icon img{/* width: 130%; */height: 130%;object-fit: cover;margin: -15%;opacity: 0.8;}
.area_business li h1 {font-size: 22px;line-height: 1.3em;font-weight: bold;color: #444;margin: 15px 0 0;}
.area_business li h4 {color: #444;font-weight: 900;opacity: 0.3;font-size: 1.1em; transform-origin: left;transition: all 1s;}
.area_business li:hover{filter:saturate(100%);}
.area_business li:hover .icon img{opacity: 1;}
.area_business li a{cursor: pointer;}
.area_business .btn{
	width: 50px;
	height: 50px;
	background: #443a31;
	border-radius: 50%;
	margin-top: 30px;
}
.area_business li a strong{
	font-weight: 600;
}
.area_business .btn img{ width: 24px; margin-bottom: -8px;}


/*area_business2*/
.area_business2{background: #fff; color: #737373;}
.area_business2 .swiper-pagination{
	margin-right: 20px;
	position: relative;
}
.area_business2 .swiper-button-next, .area_business2 .swiper-button-prev{
	position: relative;
	color: #1a1a1a;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: max-content;
	height: auto;
	margin: 0;
}
.area_business2 .swiper-button-next:before, .area_business2 .swiper-button-prev:before{
	content: "\f054";
	font-family: "Font Awesome 6 Pro";
	font-weight: 100;
	display: block;
	padding: 14px;
	background: #f3f3f3;
	position: relative;
	font-size: 2em;
	margin: 0;
	color: #333333;
}
.area_business2 .swiper-button-prev:before {
	content: "\f053";
	background: #fff;
	color: #0d3388;
}
.area_business2 .swiper-button-next:before{
	content: "\f054";
	background: #0d3388;
	color: #fff;
}
.area_business2 .hd_title{
	padding-left: 253px;
	color: #000;
}
.area_business2 .hd_title .btn_more{
	margin-top: 40px;
	display: flex;
	align-items: center;
	font-size: 20px;
}
.area_business2 .hd_title .eng,.area_business2 .hd_title h3,.area_business2 .hd_title .btn_more{color: #000 !important;}
.area_business2 .hd_title .btn_more i{
	width: 50px;
	height: 50px;
	border: 1px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 14px;
}
.area_business2 .hd_title h4{ font-size: 1.37em; line-height: 1.5em; margin: 30px 0 0; color:rgba(0,0,0,.5)}
.area_business2 .area_swiper{overflow: hidden}
.area_business2.v2{display: grid; grid-template-columns: 800px 1fr; padding: 140px 0;}
.area_business2 .swiper-button-wrap{
	width: 580px; 
	display: flex;
	align-items: center;
	justify-content: right;
	max-width: 1400px;
	margin: 0 auto 80px auto;
	overflow: hidden;}
.area_business2 .swiper-pagination-bullet{
	background: #bababa;border-radius: 50%;
	margin-left: 8px;}
.area_business2 .swiper-pagination-bullet-active{
	width: 10px;
}
.area_business2 .swiper-slide{
	position: relative;
}
.area_business2 .swiper-slide::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(11, 21, 40, .4);
}
.area_business2 .swiper-slide dl{color: #fff; padding: 40px 30px; font-size: 1.1em; position: relative;
	z-index: 10;}
.area_business2 .swiper-slide dl dt{font-size: 1.4em; margin-bottom: 6px;
	display:inline-block; width:100%; overflow: hidden; text-overflow: ellipsis; vertical-align:middle; white-space: nowrap; font-family: 'ONE-Mobile-Title'; letter-spacing: -0.05em; font-weight: 500;}
.area_business2 .swiper-slide dl dt strong{font-family: 'Montserrat'; font-weight: 800; font-size: 2.5em; font-weight: 300;}
.area_business2 .swiper-slide dl dd{opacity: 0.7; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; width:100%; font-size: 1.0em}
@media(max-width: 768px){
	.area_business .map .lt p{font-size: 17px;}
	.area_business .root_daum_roughmap .wrap_map{height: 300px !important;}


	}


/*하단 산하기관 롤링*/
.partner{
    width: 100%;
}
.partner .inr{
    position: relative;
    overflow: hidden;
    display: flex;
    background: #fff;
    padding: 40px 0px !important;
}
.partner .left{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.7em;
    font-weight: 400;
    /*background: #fff;*/
	font-family: 'ONE-Mobile-Title';
    position: relative;
    z-index: 10;
    width: 330px;
	color: #000;
}
.partner .left > div{
    display: flex;
}
.partner .mySwiper_2{
    /*width: calc(100% - 330px);*/
	width: 100%;
    /*margin-left: 74px;*/
    overflow: hidden;
}
.partner .swiper-slide{
    height: unset;
    /*border: 1px solid #dfdfdf;
    border-radius: 10px;*/
    overflow: hidden;
    text-align: center;
}
.partner .swiper-slide img{
    max-width: 100%;
    cursor: pointer;
}
.partner .swiper-button-next, .partner .swiper-button-prev, .partner .swiper-button-pause_2{
    position: unset;
    display: inline-block;
    margin-top: 0;
    font-weight: 900;
    color: #222;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    /*border: 1px solid #eee;*/
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    cursor: pointer;
}
.partner .swiper-button-pause_2{font-size: 12px; letter-spacing: -0.06em;}
.partner .swiper-button-prev{margin-left: 10px;}
.partner .swiper-button-next:after, .partner .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 10px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

@media screen and (max-width:1400px) {
	.area_business2 .hd_title{
		padding-left: 10%;
		color: #000;
	}
	.area_business2.v2{display: grid; grid-template-columns: 600px 1fr; padding: 140px 0;}
}

@media (max-width: 1279px){
    .partner{
        width: calc(100% - 30px);
        margin: 60px auto;
    }
    .partner .left{
        width: 160px;
    }
    .partner .mySwiper_2 {
        width: calc(100% - 160px);
    }
	.area_business2.v2{
		display: grid;
		grid-template-columns: auto;
		padding: 35px 0 0;
	}
	.area_business2 .hd_title{
	padding-left: 5%;
	color: #000;
	}
}

@media screen and (max-width:1024px) {
	.area_business .main_treat{flex-wrap: wrap;}
	.area_business li{width: calc((100% / 2) - 13px); margin-bottom: 40px; }
	.area_business li:nth-child(2n){border-right:0; margin-right: 0;}

	.area_products ul.area_txt{flex-wrap: wrap;}
	.area_products li{width: calc((100% / 2) - 20px); margin-bottom: 40px;}
	.area_products li:nth-child(2n){margin-right: 0;}

	.area_overview .inr{display: block;}
	.area_overview .inr > div{width: 100%; padding: 0px;}
	.area_overview .lt_box::after{content:""; position: relative; display:block; border:1px dashed #e3e3e3; width:100%; height:1px; margin:35px 0;}
	.area_business .inr{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: flex-start;
		transition: all 0.3s;
	}
	.area_business .inr .noti{ flex: 4 1; background: #fff; border-radius: 0px; padding: 35px 45px 20px; margin-right: 0px;}
}
@media screen and (max-width:768px) {

	#visual .swiper-button-next, #visual .swiper-button-prev{display: none}
	.area_business .inr .comp{ flex: 1;}
	.area_business .inr .noti{ flex: 1; background: #fff; padding: 35px 20px 20px; margin: 0 0 30px;}
	.area_business .inr .bgImg{
		width: 60%;
		position: absolute;
		left: 46%;
		bottom: -10%;
	}
	.area_business01 .inr .noti{ margin-right: 30px;}
	.area_overview .inr > div ul li{
		margin-bottom: 10px;
	}
	.area_overview .inr > div ul li > div:nth-of-type(1){display: flex; align-items: center; margin-bottom: 5px;}
	.area_overview .inr > div:nth-of-type(2) ul li p strong.l_txt1{font-size: 1.2em!important;}
	.area_overview .inr > div:nth-of-type(2) ul li p strong.l_txt2{font-size: 1em!important; margin-bottom: 10px;}
	.area_overview .minibox{margin-top: 0;}

    #container_index .hd_title h3{font-size:2.4em;}
    #container_index .hd_title .eng{font-size: 1.4em}
	#container_index .hd_title{
		width: 100%;
	}
	.area_business .hd_title h4, .area_business2 .hd_title h4{ font-size: 1.15em;}
	.area_business .inr{
		overflow-x: hidden;
	}
	.area_business .inr .bgImg{
		width: 90%;
		left: 50%;
		transform: translateX(-34%);
		bottom: -4%;
	}
	.area_business .swiper-button-prev {
		display: none;
	}
	.area_business .swiper-button-next {
		right: 15px;
		top: 56px;
	}
	.area_business2 .swiper-button-wrap{
		width: 100%;
	}
	.area_business2.v2{
		display: grid;
		grid-template-columns: auto;
		padding: 35px 0 0;
	}
	.area_business2 .hd_title {
		padding: 0 35px;
		font-size: 1em;
	}

     .partner{
        width: 100%;
        display: block;
        margin: 20px 0;
    }
    .partner .inr{
        width: 90%;
        padding: 35px 20px;
        display: block;
    }
    .partner .left{
        /*display: none;*/
        width: 100%;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .partner .mySwiper_2{
        width: 100%;
        margin: 0;
    }
}
@media screen and (max-width:600px) {
    .area_business .inr .comp .comp_certi{ display: flex; flex-direction: column; text-align: center}
	.area_business .inr .comp .comp_certi > .certi_txt{ padding: 25px 20px }
	.area_business .inr .comp .comp_certi > .certi_txt > dl > dt { font-size: 2.0em}
	.area_business .inr .comp .comp_certi > .certi_txt > dl > dd{ text-align: left}
}
@media screen and (max-width:550px) {
	.area_business li{width: 100%; border: 0; padding-right: 0; padding-bottom: 0px; margin-bottom: 25px; border-bottom: 1px solid #eee;}
	.area_business li h4{font-size: 1.2em;}
	.area_business li h1{font-size: 18px}

	.area_products li{width: 100%; margin-right: 0; margin-bottom: 20px;}
	.area_products li .img{height: 150px;}
	.area_products li .txt{height: auto;}

	.area_overview .swiper-slide{height: 150px;}
	.area_overview .inr > div ul li{display: block;}
	.area_overview .inr > div ul li > div:nth-of-type(1)::after,
	.area_overview .inr > div:nth-of-type(2) ul li > div:nth-of-type(1)::after{display: none;}

	.area_overview .inr > div ul li > div:nth-of-type(2){padding-left: 0;}
}



/* 사업분야 추가 */
.area_business0{position:relative; padding:0; z-index:1; background: #fff;}
.area_business0 .inr{ padding: 40px 0 0 !important; display: flex}
.area_business0 .hd_title{ margin: 100px 0 0}
.area_business0 .hd_title .eng, .area_business0 .hd_title h3, .area_business0 .hd_title .btn_more{color: #000 !important;}
.area_business0 .hd_title .eng{ color: #000 !important; font-size: 1.3em !important}
.area_business0 .hd_title h4{ font-size: 1.37em; line-height: 1.5em; margin: 30px 0 0; color:rgba(0,0,0,.7)}
.area_business0 .hd_title .btn_more i{
	width: 50px;
	height: 50px;
	border: 1px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 14px;
	background: #fff;
}
.area_business0 .hd_title .btn_more{
	margin-top: 40px;
	display: flex;
	align-items: center;
	font-size: 20px;
}
.area_business0 .inr .hd_title{ flex: 5 1; background: #fff; border-radius: 0px; margin-right: 110px;}
.area_business0 .inr .list_business{ flex: 5 1; margin-left: auto;}

.list_business{}
.list_business > li{position:relative; float:left; margin:0 20px 30px 0; width:calc((100%/2) - 30px); width:-webkit-calc((100%/2) - 30px); /*height:448px; box-shadow: 5px 8.66px 22.75px 12.25px rgba(0, 28, 59, 0.27);*/ overflow:hidden; transition:all 0.3s ease;}
.list_business > li:nth-child(2n-1){top:0; /*margin:0 0 70px;*/}
.list_business > li:nth-child(2n){top:120px; margin: 0 0 30px;}
.list_business > li > a{position:relative; display:block; width:100%; height:100%;}
.list_business > li > a .area_img{display:block; width:100%; height:100%; overflow:hidden;}
.list_business > li > a .area_img img{height:100%; transform:scale(1.0); transition:all 0.7s cubic-bezier(0.51, 0.21, 1, 1); position: relative; overflow: hidden;}
.list_business > li > a .area_img::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%; /* 그라데이션 범위 조정 가능 */
    background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
    z-index: 2;
    pointer-events: none; /* 클릭 방지 */
}
.list_business > li > a .area_txt{position:absolute; left:20px; bottom:20px; z-index: 2}
.list_business > li > a .area_txt > em{display:block; font-style:normal; font-size:1.1em; font-weight:400; color:#fff; opacity: .8}
.list_business > li > a .area_txt > span{display:block; padding:8px 0 4px; font-size:1.3em; font-weight:500; color:#fff; font-family: 'ONE-Mobile-Title';}
.list_business > li:hover{top:-30px; box-shadow: 5px 8.66px 22.75px 12.25px rgba(0, 0, 0, .1);}
.list_business > li:hover a .area_img img{transform:scale(1.05);}
.list_business > li:nth-child(2n):hover{top:90px;}

@media screen and (max-width:1400px) {
	.list_business{width:68%; margin-left:32%;}
	.list_business > li{margin:0 8% 8% 0; width:calc((100%/2) - 4%); width:-webkit-calc((100%/2) - 4%);}
	.list_business > li:nth-child(2n){margin:0 0 4%;}
	.area_business0 .title{width:32%;}
	.area_business0 .title.on{position:absolute;}
}

@media screen and (max-width:1300px) {
	.list_business > li{height:410px;}
}
@media screen and (max-width:1200px) {
	.area_business0 .title{width:29%;}
	.area_business0 .title p br{display:none;}
	.list_business > li{margin:0 6% 6% 0; width:calc((100%/2) - 3%); width:-webkit-calc((100%/2) - 3%); height:380px;}
	.list_business > li:nth-child(2n){margin:0 0 6%;}
	.list_business > li > a .area_txt{left:30px; bottom:30px;}
}
@media screen and (max-width:1024px) {
	.area_business0 .title em{font-size:20px;}
	.area_business0 .title p br{display:block;}
	.area_business0 .title h2{padding:12px 0; font-size:45px;}
	.area_business0{background:url('../img/main/business_bg.jpg')repeat-y center; background-size:cover;}
	.area_business0 .title{position:relative; top:unset; width:100%; text-align:center; transform:translateY(0);}
	.area_business0 .title.on{position:relative;}
	.list_business{width:80%; margin-left:0; margin:40px 10% 0;}
	.list_business > li:nth-child(2n-1),
	.list_business > li:nth-child(2n-1):hover{top:0;}
	.list_business > li:nth-child(2n){top:40px;}
	body.on .fixed_bg{opacity:0; display:none;}
}
@media screen and (max-width:900px) {
    .area_business0 .inr {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
		padding: 35px 20px !important;
    }
	.area_business0 .hd_title{ margin: 0}
	.list_business{width:90%; margin-left:0 !important; margin:40px 5% 0;}
}
@media screen and (max-width:768px) {
	.area_business0{padding:0;}
	.list_business{width:100%; margin-left:0; margin:40px 0 0;}
	.area_business0 .title em{font-size:20px;}
	.area_business0 .title h2{padding:10px 0; font-size:40px;}
	.area_business0 .hd_title h4{ font-size: 1.2em; line-height: 1.5em; margin: 30px 0 0; color:rgba(0,0,0,.7)}
	.area_business0 .title p{font-size:15px;}
	.list_business > li > a .area_txt{left:20px; bottom:20px;}
}
@media screen and (max-width:650px) {
	.list_business > li{height:300px;}
}
@media screen and (max-width:550px) {
	.area_business0{padding:60px 0 80px;}
	.list_business > li{height:260px;}
	.area_business0 .title em{font-size:17px;}
	.area_business0 .title h2{padding:6px 0 10px; font-size:30px;}
	.area_business0 .title p{font-size:14px; line-height:1.5em;}
	.list_business > li{margin:0 5% 5% 0; width:calc((100%/2) - 2.5%); width:-webkit-calc((100%/2) - 2.5%);}
	.list_business > li:nth-child(2n){margin:0 0 5%;}
	.list_business > li > a .area_txt{left:15px;}
	.list_business > li > a .area_txt > em{font-size:14px;}
	.list_business > li > a .area_txt > span{padding:2px 0 0; font-size:18px;}
}
@media screen and (max-width:450px) {
	.area_business0 .title h2{font-size:27px;}
	.list_business{margin:30px 0 0;}
	.list_business > li{height:210px;}
	.list_business > li > a .area_txt{left:10px; bottom:10px;}
	.list_business > li > a .area_txt > em{font-size:13px;}
	.list_business > li > a .area_txt > span{font-size:16px;}
	.list_business > li:nth-child(2n){top:25px;}
}
@media screen and (max-width:420px) {
	.area_business0{padding:40px 0 60px;}	
}
@media screen and (max-width:400px) {
	.list_business{margin:20px 0 0;}
	.list_business > li{height:180px;}
	.list_business > li > a .area_txt > em{font-size:11px;}
	.list_business > li > a .area_txt > span{padding:0;}
}


/* 찾아오시는길 */
#company2{
	margin-top: 0;
}
#company2 .txtBox{
	display: grid;
	grid-template-columns: 1fr 2fr;
}
#company2 dl{}
#company2 dl dt{
	font-size: 1.4em;
	font-weight: 500;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #222;
}
#company2 dl dt svg{
	width: 34px;
	height: auto;
	margin-bottom: -5px;
	color: #72B944;
}
#company2 dl dd{
	font-size: 2rem;
}
#company2 dl dd p{
	margin: 0;
	font-weight: 300;
}
#company2 dl dd span{
	width: 100%;
	display:inline;
	margin: 0 5px 0 0;
	font-weight: 600;
	font-size: .95em;
}
#company2 .miniTxt{
	display: block !important;
	width: unset !important;
	color: #0d3388;
	margin-top: 16px;
}
#company2 .imgBox{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#company2 .imgBox .company{}
#company2 .imgBox .company img{width: 100%;height: 100%;object-fit: cover}
#company2 .mapBox{
	cursor: pointer;
}
/*#company2 .mapBox::after{
	content: '카카오맵 보기';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	color: #fff;
	font-size: 1.4em;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}*/
#company2 .mapBox:hover::after{
	opacity: 1;
}
#company2 .mapBox img{width: 100%;}
.root_daum_roughmap .cont .section.lst{
	display: none;
}
@media (max-width: 768px){
	#company2 .imgBox,
	#company2 .txtBox{display: block}
	#company2 .txtBox,
	#company2 .mapBox{
		width: 100%;
		max-width: unset;
	}
	#company2 .mapBox{order: 1;}
	#company2 .txtBox{order: 2;}
	#company2 dl dt{
		font-size: 19px;
	}
	#company2 dl dt svg{
		width: 30px;
		margin-bottom: -8px;
	}
	#company2 dl dd{
		font-size: 15px;
	}
	#company2 .root_daum_roughmap_landing{
		height: 250px;
	}

}




/* 문의 */
.costomerWrap .inr {
	display: flex;
	justify-content: space-between;
	}
.costomerWrap .inr > div{width: 48%;}
.costomerWrap .hd_title h3{    font-size: 3em !important;
	font-weight: 700 !important;color: #1a1a1a !important}
.costomerWrap .hd_title h3::after{display: none !important;}
.costomerWrap .hd_title p{    font-size: 1.37em;margin-top: 10px;}
.costomerWrap .formArea{}
.costomerWrap .list_input{}
.costomerWrap .list_input > li{display: flex;align-items: center}
.costomerWrap .list_input label{width: 120px;font-weight: 600;font-size: 1.2em;}
.costomerWrap .list_input input{width: calc(100% - 120px);  border-radius: 0px;
	height: 48px;
	background-color: #FFFFFF;
	border: 1px solid #E1E1E1;
	color: #78787B;
	padding: 10px;
	display: block;
	font-size: 1.2em !important;
	line-height: 1.6em !important;
	opacity: 1;
	margin-bottom: 8px;
	}
.costomerWrap .list_input select,
.costomerWrap .list_input textarea{font-size: 1.2em !important;width: calc(100% - 120px) !important;    color: #78787B !important;}
.costomerWrap .area_bottom{margin-top: 20px;}
.costomerWrap .area_bottom label{margin-bottom: 0;}
.costomerWrap .area_bottom em{font-style: normal;    font-weight: normal;
	font-size: 15px;}
.costomerWrap .area_bottom .privacy_btn span{    color: #959595;
	font-size: 14px;}
.costomerWrap .area_bottom .btnWrap{margin-top: 30px;}
.costomerWrap .area_bottom .inputFull,
.costomerWrap .area_bottom a.btn-primary{height: 50px;line-height: 50px;padding: 0 10px;width: 165px;font-size: 1.2em;border-radius: 0}
.costomerWrap .area_bottom .inputFull{background: #262626;color: #fff;border: 1px solid #262626;display: inline-block}
.costomerWrap .area_bottom a.btn-primary{background: #eaeaea;border-color: #eaeaea;color: #1a1a1a !important}
.costomerWrap .elseWrap{position: relative;background-color: #72B944;
	background: #F4F9F0;
	border-radius: 20px;
	padding: 40px;}
.costomerWrap .elseWrap h4{   display: block;
	padding: 10px 0 ;
	font-size: 1.8em;
	color: #000 !important;
	font-weight: normal;
	font-family: 'ONE-Mobile-Title';}
.costomerWrap .elseWrap p{font-size: 1.37em;
	line-height: 1.5em;
	color: rgba(0, 0, 0, .7);}
.costomerWrap .elseWrap a{    font-size: 2.6em;
	color: #72B944 !important;
	font-weight: 800;
	margin-top: 30px;
	display: inline-block;}
.costomerWrap .elseWrap ul{
	margin-top: 20px;
	}
.costomerWrap .elseWrap li{
	font-size: 1.37em;
	line-height: 1.5em;
	color: rgba(0, 0, 0, .7);
	margin-top: 8px;
	}
.costomerWrap .elseWrap li span:nth-child(1){
	display: inline-block;
	width: 120px;
	}
.costomerWrap .elseWrap li span:nth-child(2){
	font-weight: 600;
	}
.costomerWrap .elseWrap .bgImg{
	position: absolute;
	right: 30px;
	bottom: 40px;
	width: 82%;
	}

@media(max-width: 768px){
	.costomerWrap .hd_title h3{font-size: 2em !important;}
	.costomerWrap .hd_title p,
	.costomerWrap .list_input label{font-size: 17px;}
	.costomerWrap .list_input input{font-size: 16px;}
	.costomerWrap .list_input textarea{width: 100% !important;}
	.costomerWrap .inr{display: block}
	.costomerWrap .inr > div{width: 100% !important;}
	.costomerWrap .formArea{margin-top: 30px;}
	.costomerWrap .area_title{text-align: center}
	.costomerWrap .list_input > li{display: block}
	.costomerWrap .list_input label, .costomerWrap .list_input input{width: 100%;}
	.costomerWrap .list_input label{margin-bottom: 10px;}
	.mapArea .root_daum_roughmap .wrap_map {height: 300px !important;}
	.costomerWrap .area_bottom .inputFull, .costomerWrap .area_bottom a.btn-primary{width: 49%;}
	.costomerWrap .elseWrap{margin-top: 20px;padding: 20px;border-radius: 14px}
	.costomerWrap .elseWrap h4{font-size: 1.4em;}
	.costomerWrap .elseWrap p,
	.costomerWrap .elseWrap li{font-size: 17px;}
	.costomerWrap .elseWrap a{font-size: 2em;margin-top: 20px;}
	.costomerWrap .elseWrap .bgImg{display: none}

	}

