#idx_wrapper {
	height: 100vh;
}

/* 메인비주얼*/
#visual {
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	visibility: hidden;
	overflow: hidden;
}

a {
	cursor: pointer
}

#visual .swiper-container{width: 100%; height: 100vh; z-index: 10; position: relative;}
#visual .swiper-container .swiper-slide{	width: 100% !important;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;}
#visual .swiper-container .swiper-slide.mv01{background: url(../img/main/main01.jpg) center center / cover}
#visual .swiper-container .swiper-slide.mv02{background: url(../img/main/main02.jpg) center center / cover}
#visual .swiper-container .swiper-slide.mv03{background: url(../img/main/main03.jpg) center right / cover}
#visual .swiper-container .swiper-slide.mv04{background: url(../img/main/main04.jpg) center right / cover}
#visual .swiper-container .swiper-slide.mv01::after, #visual .swiper-container .swiper-slide.mv02:after, #visual .swiper-container .swiper-slide.mv03::after, #visual .swiper-container .swiper-slide.mv04::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(11, 21, 40, .3), rgba(11, 21, 40, .4));
}

#visual .swiper-pagination.swiper-pagination{position: absolute;z-index: 999;width: 100%;bottom: 180px;max-width: 1300px;justify-content: left; padding: 0 0 0 16%}
#visual  .swiper-pagination-bullet{
	width: auto;
	color: #fff;
	font-weight: 600;
	margin-right: 20px;
	font-size: 1.2em;
	background: none;
	font-family: 'Montserrat';
	position: relative;
}
#visual .swiper-pagination-bullet:last-child{
	margin-right: 0;
}
#visual .swiper-pagination-bullet:before{content: "0"; display: inline-block;}
#visual .swiper-pagination-bullet-active:after{content: ""; display: block; position: absolute; left: 50%; transform: translateX(-50%); top: -10px; width: 8px; height:8px; background-color: #fff; border-radius: 50%;}
#visual .swiper-container .video-wrap {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
	}
#visual .swiper-container .video-wrap::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(11, 21, 40, .3), rgba(11, 21, 40, .4));
}
#visual .swiper-container iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 56.25vw; /* 16:9 기본 비율 (9 / 16 * 100 = 56.25) */
	min-height: 100vh;
	min-width: 177.78vh; /* 16:9 역비율 (16 / 9 * 100 = 177.78) */
	transform: translate(-50%, -50%);
	object-fit: cover;
	border: none;
	}
#visual .txt {
	position: absolute;
	top: 45%;
	left: 50%;
	padding: 0;
	z-index: 15;
	max-width: 1300px;
	width: 100%;
	transform: translate(-50%, -50%);
	color: #fff;
	letter-spacing: -.050em
	/* text-align: right; */
}

#visual .txt a.btn_roll {
	padding: 10px 30px;
	color: #fff !important;
	border: 1px solid #01559b;
	font-size: 1.30em;
	display: inline-block;
	margin: 30px 0 0;
	transition: all 0.5s;
	background: #01559b;
}

#visual .txt a.btn_roll02 {
	background: none;
	padding: 10px 30px;
	color: #fff !important;
	border: 1px solid #fff;
	font-size: 1.30em;
	display: inline-block;
	margin: 30px 0 0 10px;
	transition: all 0.5s;
}

#visual .txt a.btn_roll:hover {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	transition: all 0.5s;
}

#visual .txt a.btn_roll02:hover {
	background: #0d7e3e;
	border: 1px solid #0d7e3e;
	display: inline-block;
	transition: all 0.5s;
}
#visual .txt > h3::before{ 		
        content: '';
		display: block;
		/* position: absolute; */
		left: 0;
		bottom: 0;
		width: 80px;
		height: 1px;
		margin: 0 0 30px;
		background: #fff;
		}
#visual .txt > h3 {
	font-size: 4em;
	font-weight: 300;
	line-height: 1.25em;
	text-transform: uppercase;
	margin: 0px;
	letter-spacing: 0;
	font-family: 'GmarketSansMedium';
}

#visual .txt > h2 {
	font-size: 5.5em;
	font-weight: 700;
	line-height: 1.25em;
	text-transform: uppercase;
	font-family: 'GmarketSansMedium';
}

#visual .txt .btn{background-color: #de1717 !important; color: #fff; border-radius: 0; font-size: 1.2em; padding: 12px 25px; position: relative; padding-right: 120px;}
#visual .txt .btn:after,
#visual .txt .btn:before{content: ""; display: block; position: absolute; right: 25px; top: 50%; transform: translateY(-50%); background-color: #fff; transition: all 0.3s;}
#visual .txt .btn:after{width: 73px; height: 2px; vertical-align: middle;}
#visual .txt .btn:before{width: 8px; height: 8px; border-radius: 50%;}
#visual .txt .btn:hover:before{right: 90px; transition: all 0.3s;}
#visual .txt > h2 > strong{
	font-weight: 700;
	text-shadow: 0px 0px 5px #ffffff;
}


#visual .txt > p {
	display: block;
	padding: 0px 0 35px;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: 400;
	color: #fff;
}

#visual .area_bn_wrap {
	position: relative;
	width: 1300px;
	height: 100%;
	margin: 0 auto;
}

#visual .area_bn_wrap .area_bn {
	position: absolute;
	top: 50%;
	right: 90px;
	transform: translateY(-50%);
	width: 326px;
	height: 256px;
	box-shadow: 4.589px 6.553px 22.75px 12.25px rgba(0, 0, 0, 0.3);
}

#visual .area_bn_wrap .area_bn .area_img {
	width: 100%;
	height: auto;
}

#visual .area_bn_wrap .area_bn .area_img img {
	width: 100%;
	height: 100%;
}

#visual .area_bn_wrap .area_bn a {
	position: relative;
	display: block;
	padding: 27px 25px;
	box-sizing: border-box;
	background: #fff;
	font-size: 15px;
	font-weight: 400;
	color: #333;
}

#visual .area_bn_wrap .area_bn a > i {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 75px;
	height: 75px;
	background: #0d7e3e url(../img/main/icon_arrow.svg)no-repeat center;
	background-size: 7px 12px;
}

#visual .bx-controls {
	position: absolute;
	left: 50%;
	bottom: 270px;
	transform: translateX(-50%);
	z-index: 101;
	width: 1300px;
	text-align: left;
}

#visual div.bx-pager {
	position: relative;
	top: 50%;
	height: 7px;
	transform: translateY(-50%);
}

#visual div.bx-pager div {
	display: inline-block;
	margin: 0 6px 0 0;
}

#visual div.bx-pager div:last-child {
	margin: 0;
}

#visual div.bx-pager div a {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 3px;
	box-sizing: border-box;
	text-indent: -9999px;
	background: #fff;
	transition: all 0.3s ease;
}

#visual div.bx-pager div a.active {
	background: #0d1550 !important;
}

#visual .bx-controls-direction {
	display: none;
}

.scrolldown {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 52;
}

.scrolldown a {
	width: 253px;
	height: 100px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background: #0d1550 !important;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 12px;
	color: #fff !important;
}

.scrolldown a > i {
	font-size: 16px;
	margin-right: 10px;
	color: #ffd200;
}

#visual #notice{
	position: absolute;
	bottom: 0;
	left: 253px;
	width: 530px;
	height: 100px;
	background: #fff;
	z-index: 52;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 20px 0 35px;
}
#visual #notice h4{
	display: flex;
	align-items: center;
	justify-content:space-between;
	font-size: 17px;
	font-weight: 600;
	color: #303030;
	margin: 0 0 10px;
}
#visual #notice h4 .btn_moreview{
	color: #939390;
	font-size: 15px;
	font-weight: 400;
}
#visual #notice h4 .btn_moreview > svg{
	margin-left: 7px;
}

/* swipe bullet customizing */
.swiper-pagination {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 85px;
}

.swiper-pagination.swiper-pagination {
	bottom: 0;
}

.swiper-pagination-bullet {
	background: #1560af;
	width: 22px;
	height: 8px;
	border-radius: 0;
	transition: opacity 1s ease;
}

.swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet {
	margin: 0;
}

@media (min-width: 768px) {
	.swiper-pagination-bullet {
		/* width: 40px; */
	}

}

@media (max-width: 1600px) {
	.inr {
		width: 1300px;
	}

	#visual .area_bn_wrap {
		width: 1300px;
	}

	#visual .bx-controls {
		/*left:calc(50% - 500px); left:-webkit-calc(50% - 500px); left:0 !important*/
	}

	.scrolldown {
		width: calc(50% - 500px);
		width: -webkit-calc(50% - 500px);
	}

	.line .left {
		left: calc(50% - 500px);
		left: -webkit-calc(50% - 500px);
	}

	.line .right {
		right: calc(50% - 500px);
		right: -webkit-calc(50% - 500px);
	}

	#visual .txt {
		min-width: 1300px;
	}

	.counter_area{
		background-size: 150% auto !important;
	}
	.counterareabg .counter_wrap{
		max-width: 1200px !important;
	}
}

@media (max-width: 1500px) {
	.inr {
		width: 90%;
	}

	#visual .area_bn_wrap {
		width: 90%;
	}

	#visual .bx-controls {
		/*left:calc(50% - 40%); left:-webkit-calc(50% - 40%);*/
	}

	.scrolldown {
		/*width:calc(50% - 40%); width:-webkit-calc(50% - 40%);*/
	}

	.line .left {
		left: calc(50% - 40%);
		left: -webkit-calc(50% - 40%);
	}

	.line .right {
		right: calc(50% - 40%);
		right: -webkit-calc(50% - 40%);
	}

	#visual .txt {
		min-width: 1050px;
	}

	.area_business{
		grid-template-columns: 600px 1fr !important;
	}
	#content .area_title{
		padding-left: 50px !important;
	}
	#content .area_company .area_title{
		padding-left: 0 !important;
	}
}

@media (max-width: 1400px) {
	.inr {
		width: 100%;
	}

	#visual .line {
		display: none;
	}

	.scrolldown {
		width: 20%;
	}

	/*#visual .bx-controls{left:0;}*/
	#visual .txt {
		min-width: 90%;
	}
}

@media (max-width: 1280px) {
	#visual .txt,
	#visual .swiper-pagination.swiper-pagination{
		padding: 0 0 0 50px !important;
	}


	#visual .txt > h2 {
		font-size: 3.4em;
	}

	#visual .txt > p {
		font-size: 16px;
	}

	#visual .area_bn_wrap .area_bn {
		right: 50px;
	}
}

@media (max-width: 1024px) {
	#visual .txt {
		top: 37%;
		padding: 0 0 0 20px;
	}
	#visual .txt > p {
		font-size: 15px;
	}
	#visual .area_bn_wrap .area_bn {
		width: 310px;
		right: 20px;
	}

}

@media (max-width:900px) {
	#visual #notice{
		bottom: 0;
		left: 0;
		width: 80%;
		height: 100px;
		background: #fff;
		z-index: 52;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0 20px 0 35px;
		margin-left: 20%;
	}
	.scrolldown{}
	.scrolldown a {
		width: 100%;
		height: auto;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		background: #1a61a9;
		font-family: 'Montserrat';
		font-weight: 700;

		font-size: 12px;
		color: #fff !important;
	}

	#visual .txt {
		min-width: 94%;
		padding: 0
	}

	#visual .area_bn_wrap .area_bn {
		width: 260px;
		right: 0;
	}

	#visual .area_bn_wrap .area_bn a {
		padding: 22px 20px;
	}

	#visual .txt > h3 {
		font-size: 2.0em;
	}

	#visual .area_bn_wrap .area_bn a > i {
		width: 67px;
		height: 67px;
	}

	.scrolldown a {
		padding: 15px 10px;
	}

	#visual .bx-controls {
		width: 150px;
		height: 86px;
	}

	#visual div.bx-pager div {
		margin: 0 27px 0 0;
	}
}

@media (max-width:768px) {
	#visual .sliderbx li.mv01 {
		background: url(../img/main/m_main01.jpg) center;
		background-size:cover;
	}

	#visual .sliderbx li.mv02 {
		background: url(../img/main/m_main02.jpg) center;
		background-size:cover;
	}
	#visual .txt,
	#visual .swiper-pagination.swiper-pagination{
		padding: 0 !important;
	}

	#visual .txt {
		top: 60%;
		text-align: center;
		transform: translate(-50%, -100%);
	}
    #visual .txt > h3::before{ 		
		margin: 0px auto 30px;
		}
	#visual .txt > h3 {
		font-size: 1.6em;
	}

	#visual .txt > h2 {
		font-size: 2.2em;
	}
	#visual .txt > h2 > strong{display: block;}

	#visual .area_bn_wrap .area_bn {
		width: 240px;
		left: 50%;
		transform: translate(-50%, -10%);
	}

	/*.scrolldown {
		width: 70px;
		height: 70px;
	}

	.scrolldown a > i {
		display: none;
	}

	.scrolldown a > svg {
		display: none;
	}

	.scrolldown a {
		height: 100%;
		padding: 5px;
	}

	.scrolldown a:before {
		display: block;
		left: 50%;
		margin-left: -7px;
	}*/

	#visual .bx-controls {
		/*left:0px;*/
		height: 70px;
		text-align:center;
	}

	#visual div.bx-pager div a {
		width: 6px;
		height: 6px;
	}

	#visual div.bx-pager div a:after {
		width: 26px;
		height: 26px;
		margin-top: -10px;
		margin-left: -10px;
	}


}

@media (max-width:500px) {
	#visual .txt {
		min-width: 70%;
	}

	#visual .txt > h3 {
		font-size: 1.5em;
	}

	#visual .txt > h2 {
		font-size: 1.8em;
	}

	#visual .txt > p {
		word-break: keep-all;
	}

	#visual .area_bn_wrap .area_bn {
		width: 220px;
	}

	#visual .area_bn_wrap .area_bn a {
		padding: 19px;
	}

	#visual .area_bn_wrap .area_bn a > i {
		width: 59px;
		height: 59px;
	}

	/*.scrolldown {
		width: 60px;
		height: 60px;
	}*/

	#visual .bx-controls {
		/*left:0px;*/
		width: 100px;
		height: 60px;
	}

	#visual div.bx-pager div {
		margin: 0 20px 0 0;
	}

	#visual div.bx-pager div a {
		width: 5px;
		height: 5px;
	}

	#visual div.bx-pager div a:after {
		width: 24px;
		height: 24px;
		margin-top: -9px;
	}

	#visual .txt a.btn_roll02 {
		background: none;
		padding: 10px 30px;
		color: #fff !important;
		border: 1px solid #fff;
		font-size: 1.30em;
		display: inline-block;
		margin: 30px 0 0 0px;
		transition: all 0.5s;
	}
}

@media (max-width:450px) {
	#visual .txt {
		min-width: 85%;
	}

	#visual .txt > h3 {
		font-size: 1.5em;
	}

	/*#visual .txt > h2{font-size:3.5em;}*/
	#visual .txt > p {
		font-size: 14px;
		padding: 5px 0 17px;
	}

	#visual .area_bn_wrap .area_bn {
		width: 190px;
	}

	#visual .area_bn_wrap .area_bn a {
		padding: 15px;
		font-size: 14px;
	}

	#visual .area_bn_wrap .area_bn a > i {
		width: 51px;
		height: 51px;
	}

}

#content .area_title{padding-left: 253px; color: #0d1550; font-size: 1.3em;}
#content .area_title h5{font-size: 2.5em; font-family: 'Montserrat'; text-transform:uppercase; position: relative; padding-right: 10px; display: inline-block; z-index: 1;}
#content .area_title h5:before{content: ""; display: inline-block; width: 23px; height: 23px; background-color: #ffb3ab;
	position: absolute; right: 0; top: 0; z-index: -1;}
#content .area_title p{font-size: 2em; /*font-family: 'Montserrat';*/ text-transform:uppercase;  color: #0d1550; line-height: 1.4em; margin: 60px 0 30px; font-weight: 600;}
#content .area_title span{display: inline-block; line-height: 1.4em; color: #0d155086;}
#content a.btn_more{font-family: 'Montserrat'; display: inline-block; margin-top: 40px; display: flex; align-items: center;
	font-size: 20px;}
#content a.btn_more i{width: 50px; height: 50px; border: 1px solid #0d155086; display: flex; align-items: center; justify-content: center; margin-left: 14px;}
#content a.btn_more:hover i{background: #000E41; color: #fff; transition: all 0.5s;}
@media (max-width: 768px){
	#content a.btn_more{font-size: 1.17em;}
	#content .area_title h5{font-size: 2.2em;}
	#content .area_title p{font-size: 1.8em;}
	}


#content .area_swiper{overflow: hidden;}
#content .swiper-button-wrap{display: flex;align-items: center;justify-content: right; max-width: 1400px; margin: 0 auto 40px auto; overflow: hidden;}
#content .swiper-pagination{margin-right: 20px;}
#content .swiper-pagination .swiper-pagination-bullet{margin-right: 10px; width: 10px; height: 10px; border-radius: 50%; background: #bababa;}
#content .swiper-pagination .swiper-pagination-bullet-active{border: 2px solid #434096; background: #fff;}
#content .swiper-button-next,
#content .swiper-button-prev{position: relative;  color: #1a1a1a; left: 0; top: 0; right: 0; bottom: 0; width: max-content; height: auto; margin: 0;}
#content .swiper-button-next:before,
#content .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;}
#content .swiper-button-prev:before{content: "\f053"; background: #3E3B94; color: #fff;}

.area_intro{
	padding: 100px 0;
	/*background: url(../img/main/cont2_bg.png) no-repeat;
	background-size: cover;*/
	background: #f3f3fa;
	width: 60%;
	}
.area_intro .inr{width: 100% !important;}
.area_intro h3{position: relative; font-size: 3em;padding-bottom: 25px;margin-bottom: 50px;line-height: 1.1em;letter-spacing: -0.04em}
.area_intro h3 strong{ font-size: .85em !important; font-weight: 700}
.area_intro h3::after{content: '';position: absolute;left: 0;top: 100%;width: 50px;height: 5px;background: #EC2A14;}
.area_intro .imgBox{text-align: center;width: 30%;}
.area_intro .imgBox img{width: 100%; max-width: fit-content}
.area_intro .txtBox{
	width: 70%;
	padding: 0 40px;
	}
.area_intro .txtBox p{
	font-size: 1.3em;
	line-height: 1.6;
	}
@media(max-width: 768px){
	.area_intro{padding: 70px 0;}
	.area_intro h3{font-size: 1.8em;line-height: 1.3;margin-bottom: 10px;}
	.area_intro .flex{display: block !important}
	.area_intro .imgBox,.area_intro .txtBox{width: 100%;}
	.area_intro .txtBox{padding: 0;margin-top: 50px;}
	.area_intro .txtBox p{font-size: 1.12em;}
	}


.area_intro2{
	width: 40%;
	padding: 100px 40px;
	padding-right: calc((100% - 1400px) / 2);
	background: url(../img/main/cont2_bg2.jpg) no-repeat;
	background-size: cover;
	}
.area_intro2 .area_title{padding-left: 0 !important;}
.area_intro2 .area_title span{margin-top: 10px;}
.area_intro2 h6{margin-top: 25px;
	font-size: 1.5em;
	font-weight: 600;margin-bottom: 15px;color: #0D1550}
.area_intro2 ul{}
.area_intro2 ul li{font-size: 1.3em;line-height: 1.6;font-weight: 600;display: flex;}
.area_intro2 ul li .left{width: 110px;color: #0D1550}
.area_intro2 ul li .right{width: calc(100% - 110px);}
@media(max-width: 768px){
	.area_intro .inr{width: 90% !important;}
	.area_introWrap.flex{display: block !important;}
	.area_intro,.area_intro2{width: 100%;}
	.area_intro2 .area_title{width: 100% !important;}
	.area_intro2{padding: 70px 40px;}
	}



.area_business{display: grid; grid-template-columns: 800px 1fr; padding: 100px 0; overflow: hidden;}
.area_business .swiper-button-wrap{width: 580px;;}
.area_business .swiper-slide.b01{background: url("../img/main/business_swiper01.jpg") no-repeat center/cover;}
.area_business .swiper-slide.b02{background: url("../img/main/business_swiper02.jpg") no-repeat center/cover;}
.area_business .swiper-slide.b03{background: url("../img/main/business_swiper03.jpg") no-repeat center/cover;}
.area_business .swiper-slide.b04{background: url("../img/main/business_swiper04.jpg") no-repeat center/cover;}
.area_business .swiper-slide.b05{background: url("../img/main/business_swiper05.jpg") no-repeat center/cover;}
.area_business .swiper-slide.b06{background: url("../img/main/business_swiper06.jpg") no-repeat center/cover;}
.area_business .swiper-slide.b07{background: url("../img/main/business_swiper07.jpg") no-repeat center/cover;}
.area_business .swiper-slide{position: relative; display: flex; align-items: flex-end; aspect-ratio:1/1;}
.area_business .swiper-slide::after{
	content: '';
	position: absolute;
	left: 0;top: 0;width: 100%;height: 100%;
	background: linear-gradient(to top, rgba(11, 21, 40, .7), rgba(11, 21, 40, 0));
	}
.area_business .swiper-slide dl{color: #fff; padding: 40px; font-size: 1.1em; position: relative; z-index: 1;}
.area_business .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;}
.area_business .swiper-slide dl dt strong{font-family: 'Montserrat'; font-weight: 800; font-size: 1.5em;}
.area_business .swiper-slide dl dd{opacity: 0.8; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; width:100%;}

.area_performance{}
.area_performance .area_title{background-color: #F3F3FB; padding: 100px 0;}


.counter_area{background:url("../img/main/performance_bg.jpg") no-repeat center top/100% auto;padding: 80px 0;text-align: center;}
.counter_area .counter_img{max-width: 1400px; margin: 0 auto;}
.counter_area .counter_img img{width: 100%;}
.counterareabg{padding:0 0 40px;text-align:center;color: #fff;margin: 0 auto;}
.counterareabg .title_wrap{border-top:1px solid #ffffff45; }
.counterareabg .title_wrap .inr{max-width: 1400px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; justify-content: center;}
.counterareabg .title:before{content:""; display: block; width: 10px; height: 10px; position: absolute; top: -4px; left: 50%; transform: translateX(-50%); background-color: #fff; border-radius: 50%;}
.counterareabg .title{font-size: 1.3em; text-align:center;color: #fff;margin:0px 0px 50px !important;display:inline-block; position: relative; padding-top: 20px;}
.counterareabg .title p{color: #ffffff95; font-weight: 400;}
.counterareabg .title span{color: #ffffff56; font-weight: 400;}
.counterareabg .counter_wrap{font-size: 4.0em;text-align:center;display: grid;grid-template-columns: repeat(4, 1fr);align-items: center;justify-content: center; max-width: 1400px; margin: 0 auto;}
.counterareabg .counter_wrap:after{content: ""; display: block; width: 100%; background-color: #fff;}
.counterareabg .counter_wrap > p {font-family: 'Montserrat';font-weight: 600;color: #fff;}
.counterareabg .counter_wrap span.counter{margin:0px !important; display:inline-block;}
.counterareabg:after{content:"";display:block;clear:both;}


#wrapper .area_expert{margin-top: 50px;}

.area_expert{ padding-bottom: 100px;}
.area_expert .area_banner{padding: 2.5em 3em;margin-bottom: 40px;background-color: #eee;}
.area_expert .area_banner h4{
	font-size: 2em;
	font-weight: 300;
}
.area_expert .area_banner h4 strong{position: relative; z-index: 1; font-weight: 400; color: #3e3b93;}

.area_expert .area_banner p{
	margin: 5px 0 15px 0;
}
.area_expert .area_banner span{
	font-size: 1.5em;
	font-weight: 500;display: inline-block; position: relative; z-index: 1;
}
.area_expert .area_banner span:before{ background-color: #3e3b9320; content: ""; display: inline-block; width: 100%; height: 16px; position: absolute; z-index: -1; top: 50%; transform: translateY(-50%); left: 0;}
.area_expert .area_swiper{margin-bottom: 80px;}
.area_expert .swiper-wrapper{max-width: 1400px; margin: 0 auto;}
.area_expert .swiper-slide{cursor: pointer;}
.area_expert .swiper-slide:hover .area_img .img,
.area_expert .swiper-slide:hover .area_img .title{transform: scale(1.05); transition: all 0.3s;}
.area_expert .swiper-slide:nth-child(5n+1) .area_img{ background-color: #FFBA00;}
.area_expert .swiper-slide:nth-child(5n+2) .area_img{ background-color: #5652C2;}
.area_expert .swiper-slide:nth-child(5n+3) .area_img{ background-color: #887D63;}
.area_expert .swiper-slide:nth-child(5n+4) .area_img{ background-color: #0D1550;}
.area_expert .swiper-slide:nth-child(5n+5) .area_img{ background-color: #408FF1;}
.area_expert .area_img{width: 100%; height: 165px; background-color: #333333; position: relative; margin-bottom: 10px; overflow: hidden;}
.area_expert .area_img .img{width: 100%; height: 100%;}
.area_expert .area_img .img:after{content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+60,000000+101&0+60,0.65+100 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 60%,rgba(0,0,0,0.35) 100%,rgba(0,0,0,0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.area_expert .area_img img{width: 100%; height: 100%; object-fit: cover;}
.area_expert .area_img .title{position: absolute; bottom: 1.5em; left: 1.5em; width: calc(100% - 9em);}
.area_expert .area_img .title span{display: inline-block; background-color:#030303; color: #fff; line-height: 1em; padding: 2px 4px;  margin-bottom: 4px;}
.area_expert .area_img .title p{font-weight: 600;font-size: 1.5em;color: #fff;text-shadow: 0 0 4px #00000085;line-height: 1.2em;
overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; width:100%; word-break: keep-all;}
.area_expert .area_text p{ line-height: 1.4em; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; width:100%;}
.area_expert .area_text span{ margin-top: 10px; display: block; opacity: 0.7;}
.area_expert a.btn_more{justify-content: center;}

#content .area_company .area_title{padding-left: 0;}
.area_company{display: flex; align-items: center; position: relative; padding: 100px 0;overflow: hidden;}
.area_company .area_text:before{content: "";display: block;position: absolute;background: url("../img/main/area_company_bg.png") no-repeat left center/auto 100%;width: 30%;height: 50%;right: -10%;bottom: 140px;}
.area_company .area_text{padding: 0 100px;}
.area_company .area_img{width: 50%;}
.area_company .area_img img{width: 100%; height: 100%; object-fit: cover;}
#content .area_company .area_text .area_title p.eng{font-size: 1.3em; margin-bottom: 20px;}
#content .area_company .area_text .area_title h4{font-size: 1.5em; font-weight: normal; margin-bottom: 10px;}
#content .area_company .area_text .area_title h5{font-family: 'GmarketSans'; font-size: 2em; font-weight: 600; margin-bottom: 20px; padding-top: 10px;}


#content .area_review .area_swiper{overflow: unset;}
.area_review{background-color: #f3f3fa; padding: 50px 100px 0px; overflow: hidden}
.area_review .swiper-wrapper{/*max-width: 1400px; margin: 0 auto;*/}
.area_review .swiper-slide{background-color: #fff; padding: 2em 2.5em; cursor: pointer;}
.area_review .swiper-slide:hover{box-shadow: 0 0 5px #1b1f4156; transition: all 0.3s; transform: scale(1.05);}
.area_review .swiper-slide .title{display: flex; align-items: center; margin-bottom: 10px; font-size: 1.1em;}
.area_review .swiper-slide .title .title_text{display: block;width: calc(100% - 64px);}
.area_review .swiper-slide .title .icon{background-color:#1b1f41; padding: 1em; border-radius: 50%; aspect-ratio:1/1; margin-right: 10px;}
.area_review .swiper-slide .title .icon img{width: 23px;}
.area_review .swiper-slide .title p{font-weight: 600;font-size: 1.3em;display:inline-block;width:100%;overflow: hidden;text-overflow: ellipsis;vertical-align:middle;white-space: nowrap;}
.area_review .swiper-slide .title span{opacity: 0.8;}
.area_review .swiper-slide .text{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;width:100%;font-size: 1.1em;line-height: 1.8em;color: #16192f75;}
#content .area_review .swiper-button-wrap{justify-content: center; margin-bottom: 0!important;}

@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 992px) {

	#visual .swiper-pagination.swiper-pagination{justify-content: center;
		padding: 0 !important;}
	.scrolldown a > i{color: #fff;}
	.scrolldown a > span{display: none;}

	#content .area_title{padding-left: 15px; padding-right: 15px; font-size: 1em;}
	#content .area_title h5{display: inline;}
	#content .area_title h5:before{top: auto; bottom: 20px;}
	.area_business{padding-bottom: 0;}
	#content .area_business .swiper-button-wrap{width: 100%; padding: 0 10px; margin-bottom: 0;}
	.area_business{display: block;}
	.counter_area{background-size: cover !important; padding-bottom: 0; margin-bottom: 80px; font-size: 0.5em;}
	.counter_area .counter_img{height: 200px;}
	.counter_area .counter_img img{width:100%; height:100%; object-fit:cover;}

	.area_expert .area_swiper{margin-left: 10px; margin-right: 10px;}
	.area_expert .area_img{height: auto;}
	.area_expert .area_img .img{z-index: -1px; position: absolute; left: 0; bottom: 0; right: 0; top: 0;}
	.area_expert .area_img .title{position: relative; padding: 1.5em 2em 1.5em 1.5em; bottom: 0; left: 0; top: 0; width: 100%;}
	.area_expert .area_img .title span{font-size: 12px;}
	.area_expert .area_img .title p{font-size: 1.2em; font-weight: 500;}

	.area_company{display: block; overflow: hidden;}
	.area_company .area_img{width: 100%;}
	.area_company .area_text{padding: 0 15px;}
	.area_company .area_text:before{width: 55%}

	.area_review{padding-left: 20px; padding-right: 20px; overflow: hidden;}
}
@media screen and (max-width: 768px) {
	.area_business{padding: 70px 0;}
	#content .area_title{padding: 0 !important;width: 90%;margin: 0 auto 70px;}
	.area_business .swiper-slide dl{
		padding: 40px 20px;
	}
	#content .area_title{margin: 0 auto 20px;}
	#content .area_title p{margin:20px 0 15px !important;}
	#content .area_title span{font-size: 1.12em !important;    line-height: 1.6 !important;}
	#content .area_swiper{margin-left: 5%;}
	#content .area_business .swiper-button-wrap{display: none !important;}
}


/*기술자료추출*/
#m_tech{ padding:80px 0 60px; text-align:center; background: #f3f3fa}
#m_tech .inr{  display: flex}
#m_tech .area_title{ padding-left: 0 !important; margin-right: 100px; text-align: left;}
#m_tech li h3{ font-size:2.85em; font-weight:500; color:#444}
#m_tech li h3 span{ display:block; font-size:.60em; opacity:.7}
#m_tech li div.more:before{display: inline-block; font-family: "Font Awesome 5 Pro"; content: "\f067"; font-size:1.50em;  color: #fff !important; font-weight: 400; position: relative; top: 50%; left:50%; transform: translate(-50%,-50%);}
#m_tech li div.more{ width:40px; height:40px; background:#ef7900; margin:20px 0 0}
#m_tech li div.more a{ color:#fff !important}
@media screen and (max-width: 768px) {
	#m_tech{padding: 70px 0;}
	#m_tech .inr,
	.lt > ul{display: block}
	#m_tech .area_title{
		margin: 0 0 20px !important;
		}
	}



/*메인하단*/
.idx_company .idx_company_bg{background: url("../img/main/company_bg.jpg") #F5F5F5 no-repeat right center/cover; width: 100%; height:150px; margin:0 0 40px}
.idx_company h3{ font-size: 1.5em; line-height: 1.4em; font-weight: 700; margin-bottom: 5px; color:#0d1550; opacity: .8}
.idx_company .txt{margin: 5px 0 60px; position:relative}
.idx_company .txt h4{ font-size: 2.2em; line-height: 1.4em; font-weight: 700; margin-bottom: 24px; font-family: 'GmarketSansMedium'; color:#0d1550}
.idx_company .txt p{font-size: 1.12em; line-height: 1.4em;  color:#0d1550; opacity:.7}
.idx_company .txt > a.btn_more{ position:absolute; top:0px; right:0px; margin:0 !important}

.idx_cs{background: url("../img/main/cs_bg.jpg") no-repeat center/cover; margin:70px 0;}
.idx_cs .inr{padding-top: 0!important; display: flex; align-items: flex-end; justify-content: space-between;/* gap: 0; */}
.idx_cs .banner{display: grid;grid-template-columns: 220px 220px;gap: 0; margin-right: 200px; }
.idx_cs .banner div{display: table; width: 220px; height: 200px;}
.idx_cs .banner dl{width: 100%; display: table-cell; vertical-align: bottom; aspect-ratio:1/1; padding: 0px 25px 25px 25px; color: #fff; cursor: pointer}
.idx_cs .banner div:nth-of-type(1) dl{background: #012060 ;}
.idx_cs .banner div:nth-of-type(3) dl{background: #b6b6b6; color:#262626}
.idx_cs .banner div:nth-of-type(4) dl{background: #de1717; color: #fff;}
.idx_cs .banner dl dt{font-size: 1.8em; margin-bottom: 15px; font-weight: 700; 	font-family: 'GmarketSansMedium';}
.idx_cs .banner dl dd{ opacity:.75}

.idx_cs .banner div dl:hover{transition: all 0.3s; background: #1a1a1a95; color: #fff;}

.idx_cs .latest{color: #333333;max-width: 600px;width: 600px;float: right;/* display: block; *//* text-align: right; */margin-top: 100px;}
@media screen and (max-width: 768px) {
	.idx_cs{margin-top: 0;}
	.idx_cs .inr,
	.idx_cs .banner{display: block;margin: 0;}
	.idx_cs .inr{width: 100% !important;}
	.idx_cs .banner div{width: 100%;height: unset;}
	.idx_cs .banner dl{padding: 25px;}
	.idx_company .idx_title, .idx_company .txt{width: 90%;margin: 0 auto;}
	.idx_company h3{    font-size: 1.4em;}
	.idx_company .txt h4{        font-size: 1.6em;}
	.idx_company a.btn_more{position: unset !important}
	.idx_company a.btn_more i{margin: 0 !important; margin-top: 20px !important;}
	}

/*하단 산하기관 롤링*/
.partner{
    width: 100%;
	background: #f3f3fa;
}
.partner .inr{
    position: relative;
    overflow: hidden;
    display: flex;
    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: 'GmarketSansMedium';
    position: relative;
    z-index: 10;
    width: 330px;
	color: #000;
	margin: 0 50px 0 0;
}
.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;
	}
}
