#idx_wrapper {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

/* 메인슬라이더 */
#visual {
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	visibility: hidden;
}

a {
	cursor: pointer
}

#visual .sliderbx {
	z-index: 10;
/*	width: 100% !important;*/
	height: 100vh;
	position: relative;
}

#visual .sliderbx > li {
/*	width: 100% !important;*/
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	position: relative;
}
#visual .sliderbx > li::after{
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,0));
}

#visual .sliderbx > li.mv01 {
	background: url(../img/main/main_banner01.jpg) no-repeat center/cover;
}

#visual .sliderbx > li.mv02 {
	background: url(../img/main/main_banner02.jpg) no-repeat center/cover;
}

#visual .sliderbx > li.mv03 {
	background: url(../img/main/main_banner03.jpg) no-repeat center/cover;
}

#visual .sliderbx > li.mv04 {
	background: url(../img/main/main_banner04.jpg) no-repeat center/cover;
}

#visual .sliderbx > li.mv05 {
	background: url(../img/main/main_banner05.jpg) no-repeat center/cover;
}

#visual .sliderbx > li.mv06 {
	background: url(../img/main/main_banner06.jpg) no-repeat center/cover;
}

#visual .sliderbx > li.mv07 {
	background: url(../img/main/main_banner07.jpg) no-repeat center/cover;
}

#visual .mask{
	overflow: hidden;
}
#visual .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 15;
	min-width: 1447px;
	transform: translate(-50%, -50%);
	color: #fff;
}
#visual .mimg{ display: none; 	transition: all 0.5s;}
#visual .txt .keyword{
	margin: 0 0 20px;
/*	display: flex;*/
}
#visual .txt .keyword li{
	font-family: 'GmarketSansBold',sans-serif;
	font-size: 55px;
	line-height: 60px;
	font-weight: 500;
	padding: 15px 15px 5px 15px;
	margin: 0;
	color: #fff;
	background: #31408d;
	border-radius: 5px;
	box-shadow: 0 -1px 10px rgba(0,0,0,0.1);
	display: inline-block;
}
#visual .txt a.btn_roll {
	background: none;
	padding: 10px 30px;
	color: #fff !important;
	border: 1px solid #fff;
	font-size: 1.30em;
	display: inline-block;
	margin: 30px 0 0;
	transition: all 0.5s;
}

#visual .txt a.btn_roll:hover {
	background: #273169;
	border: 1px solid #273169;
	display: inline-block;
	transition: all 0.5s;
}

.swiper- #visual .txt > h3 {
	font-size: 2.0em;
	font-weight: 600;
	line-height: 1em;
}

#visual .txt > h2 {
	font-family: 'GmarketSansBold',sans-serif;
	font-size: 2.8em;
	line-height: 1.2em;
}

#visual .txt > p {
	display: block;
	padding: 10px 0 0;
	font-size: 17px;
	font-weight: 300;
	font-family: 'Noto Sans KR', sans-serif;
	letter-spacing: -.050em
}

#visual .area_bn_wrap {
	position: relative;
	width: 1200px;
	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: #273169 url(../img/main/icon_arrow.svg)no-repeat center;
	background-size: 7px 12px;
}

#visual .bx-controls {
	position: absolute;
/*	width: 260px;*/
	height: 100px;
	z-index: 101;
	/*background:#fff;*/
	text-align: center;
	left: calc((100% - 1440px)/2);
	bottom: 80px;
}

#visual div.bx-pager {
	position: relative;
	top: 50%;
	height: 7px;
	transform: translateY(-50%);
}

#visual div.bx-pager div {
	display: inline-block;
	margin: 0 40px 0 0;
}

#visual div.bx-pager div:last-child {
	margin: 0;
}

#visual div.bx-pager div a {
	position: relative;
	display: inline-block;
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	border-radius: 50%;
	text-indent: -9999px;
	background: #ccc;
	transition: all 0.3s ease;
}

#visual div.bx-pager div a.active {
	background: #fff;
}

#visual div.bx-pager div a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	margin-top: -12px;
	margin-left: -12px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid #eee;
	opacity: 0;
	transition: all 0.3s ease;
}

#visual div.bx-pager div a.active:after {
	opacity: 1;
}

#visual .bx-controls-direction {
	display: none;
}

.scrolldown {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 52;
	width: calc(50% - 600px);
	width: -webkit-calc(50% - 600px);
	background: #273169;
	font-weight: 500;
	color: #fff;
	text-align: center;
}

.scrolldown a {
	position: relative;
	display: block;
	position: relative;
	padding: 39px 5px;
	box-sizing: border-box;
}

.scrolldown a > i {
	position: relative;
	font-style: normal;
	font-weight: 200;
	font-size: 15px;
	color: #fff;
}

.scrolldown a > i:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -22px;
	width: 14px;
	height: 9px;
	margin-top: -4.5px;
	background: url(../img/main/icon_b_arrow.svg) no-repeat 50% 50%;
	background-size: cover;
}

.scrolldown a:before {
	display: none;
	content: "";
	position: absolute;
	top: 50%;
	left: 35px;
	width: 14px;
	height: 9px;
	margin-top: -4.5px;
	background: url(../img/main/icon_b_arrow.svg) no-repeat 50% 50%;
	background-size: cover;
}



@media (max-width: 1600px) {
	.inr {
		width: 1200px;
	}

	#visual .area_bn_wrap {
		width: 1200px;
	}

	#visual .bx-controls {
	}

	.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: 1200px;
	}
}

@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 {
	}
}

@media (max-width: 1400px) {
	.inr {
		width: 100%;
	}

	#visual .line {
		display: none;
	}

	.scrolldown {
		width: 200px;
	}

	/*#visual .bx-controls{left:0;}*/
	#visual .txt {
		min-width: 90%;
	}
	#visual .bx-controls{
		min-width: 90%;
		left: 50%;
		transform: translate(-50%,0);
		text-align: left;
	}
}

@media (max-width: 1200px) {
	#visual .txt {
	}

	#visual .txt > h2 {
		font-size: 2.7em;
	}

	#visual .txt > p {
		font-size: 16px;
	}

	#visual .area_bn_wrap .area_bn {
		right: 50px;
	}
	#visual .txt .keyword li{
		font-family: 'GmarketSansBold',sans-serif;
		font-size: 2.0em;
		line-height: 60px;
		padding: 15px 15px 5px 15px;
		margin: 0;
		color: #fff;
		background: #31408d;
		border-radius: 5px;
		box-shadow: 0 -1px 10px rgba(0,0,0,0.1);
		display: inline-block;
	}
}

@media (max-width: 1024px) {
	#visual .txt {
	}

	#visual .txt > h2 {
	}

	#visual .txt > p {
		font-size: 15px;
	}

	#visual .area_bn_wrap .area_bn {
		width: 310px;
		right: 20px;
	}
}

@media (max-width:900px) {
	#visual .txt {
		min-width: 90%;
		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: 32px 5px;
	}

	#visual .bx-controls {
	}

	#visual div.bx-pager div {
		margin: 0 27px 0 0;
	}
}

@media (max-width:768px) {
	#visual .sliderbx > li.mv01 {
		background: url(../img/main/main_mbanner01.jpg) no-repeat center/cover;
	}

	#visual .sliderbx > li.mv02 {
		background: url(../img/main/main_mbanner02.jpg) no-repeat center/cover;
	}

	#visual .sliderbx > li.mv03 {
		background: url(../img/main/main_mbanner03.jpg) no-repeat center/cover;
	}

	#visual .sliderbx > li.mv04 {
		background: url(../img/main/main_mbanner04.jpg) no-repeat center/cover;
	}

	#visual .sliderbx > li.mv05 {
		background: url(../img/main/main_mbanner05.jpg) no-repeat center/cover;
	}
	
	#visual .sliderbx > li.mv06 {
		background: url(../img/main/main_mbanner06.jpg) no-repeat center/cover;
	}
	
	#visual .sliderbx > li.mv07 {
		background: url(../img/main/main_mbanner07.jpg) no-repeat center/cover;
	}

	#visual .txt {
		font-size: 1.5em;
		top: 17%;
		text-align: center;
		transform: translate(-50%, -50%);
		position: relative;
	}
	#visual .sliderbx > li::after{
		background: #000;
		opacity: 0.3;
	}

	#visual .txt > p {
		font-size: 12px;
	}

	#visual .txt > h2 {
		font-size: 1.2em;
	}

	#visual .area_bn_wrap .area_bn {
		width: 240px;
		left: 50%;
		transform: translate(-50%, -10%);
	}
	#visual .txt .keyword{
		justify-content: center;
	}
	#visual .txt .keyword li{
		line-height: 45px;
		font-size: .9em;
		padding: 0 10px;
	}

	.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 {
		text-align: center;
		height: 70px;
	}

	#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;
	}
    #visual .mimg{ 
		display: block; 
		transition: all 0.5s; 
		text-align: center;
		position: absolute;
        bottom: 13%;
        z-index: 1;
	}
	#visual .mimg img{ width: 82%; margin: 0px auto;}
	#visual .mimg img::after{ opacity: 0 !important}
    #visual .txt > p {
		padding: 5px 0 0;
		display: none;
	}
}
@media (max-width:500px) {
	#visual .txt {
		min-width: 90%;
	}

	#visual .txt > h3 {
	}

	#visual .txt > h2 {
		font-size: .9em;
	}

	#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;
	}
}

@media (max-width:450px) {
	#visual .txt {
	}

	#visual .txt > h3 {
	}

	#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;
	}

}

/* 제품소개 */
#area_product {
	position: relative;
}

#area_product .inr {
	z-index: 1;
}

#area_product .list {}

#area_product .list li {
	float: left;
	width: calc(100% / 3);
	width: -webkit-calc(100% / 3);
	height: 390px;
	/*background:transparent;*/
	box-sizing: border-box;
	transition: all 0.3s ease;
}

#area_product .list li > a {
	display: block;
	padding: 70px 50px;
	box-sizing: border-box;
}

#area_product .list li > a > em {
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 1.5em;
	transition: all 0.3s ease;
}

#area_product .list li > a > h2 {
	display: block;
	padding: 1px 0 6px;
	font-size: 19px;
	font-weight: 500;
	color: #fff;
	line-height: 1.5em;
	transition: all 0.3s ease;
}

#area_product .list li > a > .area_icon {
	width: 31px;
	height: 31px;
	transition: all 0.3s ease;
}

/*#area_product .list li:nth-child(1) > a > .area_icon{width:31px; height:31px; background:url(../img/main/icon_product01.svg)no-repeat center; background-size:cover;}
#area_product .list li:nth-child(2) > a > .area_icon{width:32px; height:31px; background:url(../img/main/icon_product02.svg)no-repeat center; background-size:cover;}
#area_product .list li:nth-child(3) > a > .area_icon{width:39px; height:29px; background:url(../img/main/icon_product03.svg)no-repeat center; background-size:cover;}*/
#area_product .list li > a > span {
	display: block;
	padding: 120px 0 0;
	font-style: normal;
	font-size: 15px;
	font-weight: 400;
	color: rgba(255, 255, 255, .7);
	line-height: 1.5em;
	transition: all 0.3s ease;
}

#area_product .list li {
	background: url(../img/main/product_on01.jpg)no-repeat center;
	background-size: cover;
	transition: all 0.3s ease;
}

#area_product .list li:nth-child(2) {
	background: url(../img/main/product_on02.jpg)no-repeat center;
	background-size: cover;
	transition: all 0.3s ease;
}

#area_product .list li:nth-child(3) {
	background: url(../img/main/product_on03.jpg)no-repeat center;
	background-size: cover;
	transition: all 0.3s ease;
}

#area_product .list li:hover {
	background: url(../img/main/product_on01_over.jpg)no-repeat center;
	background-size: cover transition:all 0.3s ease;
	;
}

#area_product .list li:nth-child(2):hover {
	background: url(../img/main/product_on02_over.jpg)no-repeat center;
	background-size: cover;
	transition: all 0.3s ease;
}

#area_product .list li:nth-child(3):hover {
	background: url(../img/main/product_on03_over.jpg)no-repeat center;
	background-size: cover;
	transition: all 0.3s ease;
}

/*#area_product .list li:hover{background:url(../img/main/product_on01.jpg)no-repeat center; background-size:cover;}
#area_product .list li:nth-child(2):hover{background:url(../img/main/product_on02.jpg)no-repeat center; background-size:cover;}
#area_product .list li:nth-child(3):hover{background:url(../img/main/product_on03.jpg)no-repeat center; background-size:cover;}*/
#area_product .list li:hover > a > em {
	color: #fff;
}

#area_product .list li:hover > a > h2 {
	color: #fff;
}

#area_product .list li:hover > a > span {
	color: #fff;
}

/*#area_product .list li:hover:nth-child(1) > a > .area_icon{width:31px; height:31px; background:url(../img/main/icon_product01_on.svg)no-repeat center; background-size:cover;}
#area_product .list li:hover:nth-child(2) > a > .area_icon{width:32px; height:31px; background:url(../img/main/icon_product02_on.svg)no-repeat center; background-size:cover;}
#area_product .list li:hover:nth-child(3) > a > .area_icon{width:39px; height:29px; background:url(../img/main/icon_product03_on.svg)no-repeat center; background-size:cover;}*/


@media (max-width: 1024px) {
	#area_product .list li {
		height: 320px;
	}

	#area_product .list li > a {
		padding: 50px;
	}

	#area_product .list li > a > span {
		padding: 80px 0 0;
	}
}

@media (max-width: 900px) {
	#area_product .list li > a {
		padding: 40px;
	}
}

@media (max-width: 768px) {
	#area_product .list li {
		width: 100%;
		height: auto;
		/*background:#fff;*/
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}
}

@media (max-width: 550px) {
	#area_product .list li > a {
		padding: 30px;
	}

	#area_product .list li > a > span {
		padding: 40px 0 0;
	}
}

@media (max-width: 400px) {
	#area_product .list li > a {
		padding: 20px;
	}
}

/*회사소개*/
#area_company {
	position: relative;
	width: 100%;
}

#area_company .area_img {
	position: relative;
	top: 0;
	left: 0;
	width: calc(50% + 600px);
	width: -webkit-calc(50% + 600px);
	height: 550px;
	background: url(../img/main/img_company.jpg)no-repeat center;
	background-size: cover;
}

#area_company .area_txt {
	position: absolute;
	top: 50%;
	right: 0;
	padding: 100px 65px;
	box-sizing: border-box;
	width: calc(50% - 200px);
	width: -webkit-calc(50% - 200px);
	background: url(../img/main/company_txt_bg.jpg)no-repeat center;
	background-size: cover;
	color: #fff;
}

#area_company .area_txt span {
	display: inline-block;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
}

#area_company .area_txt h3 {
	display: block;
	padding: 10px 0 25px;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}

#area_company .area_txt p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 1.7em;
	word-break: keep-all;
}

#area_company .area_btn {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: calc(50% - 600px);
	width: -webkit-calc(50% - 600px);
	padding: 27px 25px;
	box-sizing: border-box;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	background: #fff;
	font-size: 15px;
	font-weight: 400;
	color: #333;
	transform: translateY(-100%);
}

#area_company .area_btn > i {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 75px;
	height: 75px;
	background: #273169 url(../img/main/icon_arrow.svg)no-repeat center;
	background-size: 7px 12px;
}

@media (max-width: 1600px) {
	#area_company .area_img {
		width: calc(50% + 500px);
		width: -webkit-calc(50% + 500px);
	}

	#area_company .area_txt {
		width: calc(50% - 166px);
		width: -webkit-calc(50% - 166px);
	}

	#area_company .area_btn {
		width: calc(50% - 500px);
		width: -webkit-calc(50% - 500px);
	}
}

@media (max-width: 1500px) {
	#area_company .area_img {
		width: 95%;
	}

	#area_company .area_txt {
		width: calc(50% - 15%);
		width: -webkit-calc(50% - 15%);
		min-height: 355px;
		padding: 66px 50px;
	}

	#area_company .area_txt p br {
		display: none;
	}

	#area_company .area_btn {
		width: 240px;
		border-top: none;
	}
}

@media (max-width: 1400px) {
	#area_company .area_img {
		width: 100%;
	}

	#area_company .area_txt {
		width: 33.33%;
		padding: 66px 50px;
	}
}

@media (max-width: 1200px) {
	#area_company .area_txt {
		width: 33.33%;
		padding: 53px 50px;
	}
}

@media (max-width: 1024px) {
	#area_company .area_txt {
		padding: 50px 40px;
	}

	#area_company .area_btn {
		width: 22%;
		padding: 27px 20px;
	}
}

@media (max-width: 850px) {
	#area_company .area_txt {
		padding: 40px;
	}

	#area_company .area_txt h3 {
		font-size: 35px;
	}

	#area_company .area_btn {
		width: 33.33%;
	}
}

@media (max-width: 768px) {
	#area_company .area_img {
		height: 0;
		padding-bottom: 50%;
	}

	#area_company .area_txt {
		position: relative;
		width: 100%;
		padding: 50px 40px;
		min-height: auto;
	}

	#area_company .area_txt p {
		margin: 0 0 50px;
	}

	#area_company .area_btn {
		width: 33.33%;
		top: unset;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}

	#area_company .area_txt p br {
		display: block;
	}

	#area_company .area_btn > i {
		bottom: -1px;
		height: 76px;
		border-bottom: 1px solid #1f2756;
	}
}

@media (max-width: 650px) {
	#area_company .area_btn {
		width: 200px;
		padding: 21px 20px;
	}

	#area_company .area_btn > i {
		width: 64px;
		height: 64px;
	}
}

@media (max-width: 550px) {
	#area_company .area_txt {
		padding: 40px 30px;
	}

	#area_company .area_txt h3 {
		padding: 10px 0 15px;
		font-size: 30px;
	}

	#area_company .area_txt p {
		font-size: 15px;
	}

	#area_company .area_txt p br {
		display: none;
	}
}

@media (max-width: 450px) {
	#area_company .area_txt h3 {
		font-size: 28px;
	}
}

@media (max-width: 400px) {
	#area_company .area_txt {
		padding: 30px 20px;
	}

	#area_company .area_txt h3 {
		font-size: 25px;
	}
}

#area_board {
	width: 100%;
}

#area_board .line.gray {
	z-index: 0;
}

#area_board .line.gray i:first-child {
	border-right: none;
}

.area_board:after {
	content: '';
	display: block;
	clear: both;
}

.area_notice {
	float: left;
	width: calc(100% - 400px);
	width: -webkit-calc(100% - 400px);
}

.area_notice .area_btn {
	position: relative;
}

.area_notice .area_btn > i {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 80px;
	height: 80px;
	background: #273169 url(../img/main/icon_arrow.svg)no-repeat center;
	background-size: 7px 12px;
}

.area_location {
	position: relative;
	z-index: 1;
	margin: 80px 0 0;
	float: left;
	width: 400px;
	height: 444px;
	transition: all 0.3s ease;
}

.area_location > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 60px 50px;
	box-sizing: border-box;
}

.area_location > a > em {
	font-style: normal;
	font-size: 15px;
	font-weight: bold;
	color: #273169;
	line-height: 1.5em;
	transition: all 0.3s ease;
}

.area_location > a > h2 {
	display: block;
	padding: 3px 0 8px;
	font-size: 19px;
	font-weight: 500;
	color: #333;
	line-height: 1.5em;
	transition: all 0.3s ease;
}

.area_location > a > .area_icon {
	width: 31px;
	height: 31px;
	background: url(../img/main/icon_location.svg)no-repeat center;
	background-size: cover;
	transition: all 0.3s ease;
}

.area_location > a .info_location {
	padding: 90px 0 0;
}

.area_location > a .info_location span {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #333;
}

.area_location > a .info_location em {
	display: block;
	padding: 5px 0 0;
	font-style: normal;
	font-size: 15px;
	font-weight: 400;
	color: #555;
}

.area_location:hover {
	background: #273169;
}

.area_location:hover > a > em {
	color: #fff;
}

.area_location:hover > a > h2 {
	color: #fff;
}

.area_location:hover > a > .area_icon {
	background: url(../img/main/icon_location_on.svg)no-repeat center;
	background-size: cover;
}

.area_location:hover > a .info_location span {
	color: #fff;
}

.area_location:hover > a .info_location em,
.area_location:hover > a .info_location b {
	color: #fff;
}

.area_location .info_location > ul > li:last-child {
	margin: 15px 0 0;
}

.area_location .info_location > ul > li > em {
	display: block;
	padding: 5px 0 0;
	line-height: 1.4em;
	font-style: normal;
	font-size: 14px;
	font-weight: 400;
	color: #555;
}

.area_location .info_location > ul > li > b {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #333;
}


@media (max-width: 1600px) {
	.area_notice {
		width: calc(100% - 334px);
		width: -webkit-calc(100% - 334px);
	}

	.area_location {
		margin: 80px 0 0;
		width: 333px;
		height: auto;
	}

	.area_location > a {
		padding: 34px 40px;
	}
}

@media (max-width: 1500px) {
	.area_notice {
		width: calc(100% - 33.33%);
		width: -webkit-calc(100% - 33.33%);
	}

	.area_location {
		margin: 80px 0 0;
		width: 33.33%;
	}

	.area_location > a {
		padding: 60px 40px;
	}
}

@media (max-width: 768px) {
	#area_board .line.gray {
		display: none;
	}

	.area_notice {
		width: 100%;
	}

	.area_notice .area_btn > i {
		width: 75px;
		height: 74px;
	}

	.area_location {
		margin: 0;
		width: 100%;
		height: auto;
		background: #273169;
	}

	.area_location > a > em {
		color: #fff;
	}

	.area_location > a > h2 {
		color: #fff;
	}

	.area_location > a > .area_icon {
		background: url(../img/main/icon_location_on.svg)no-repeat center;
		background-size: cover;
	}

	.area_location > a .info_location span {
		color: #fff;
	}

	.area_location > a .info_location em {
		color: #fff;
	}

	.area_location .info_location > ul > li > em,
	.area_location .info_location > ul > li > b {
		color: #fff;
	}

	.news_text {
		width: 100%;
	}
}

@media (max-width: 650px) {
	.area_notice .area_btn > i {
		width: 64px;
		height: 64px;
	}
}

@media (max-width: 550px) {
	.area_location > a {
		padding: 50px 30px;
	}

	.area_location > a .info_location {
		padding: 60px 0 0;
	}
}

@media (max-width: 400px) {
	.area_location > a {
		padding: 40px 20px;
	}
}



/*메인추출*/
.m_latest {
	width: 100%;
	margin: 80px auto 0;
	padding: 0 5px;
	transition: all 0.7s;
}
#product h6{
	font-family: 'GmarketSansBold',sans-serif;
	font-size: 2.2em;
	font-weight: 600;
	color: #333;
	text-align: center;
	margin: 0 0 50px;
}

@media screen and (max-width:1199px) {
	.m_latest {
		width: 100%;
		margin: 50px auto 20px;
		transition: all 0.7s;
	}
}

@media screen and (max-width:767px) {
	.m_latest {
		width: 100%;
		margin: 30px auto 0;
		transition: all 0.7s;
	}
	#product h6{
		margin: 0 0 30px;
	}
}


/*메인추출탭*/
/* tabs05 */
.tabs05 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.tabs05 input[type=radio] {
	display: none;
}

.tabs05 label {
	display: block;
	float: left;
	width: auto;
	padding: 10px 20px;
	margin: 0 5px;
	border: 1px solid #eee;
	background: #fff;
	text-align: center;
	font-weight: 500;
	color: #aaa;
	cursor: pointer;
/*
	-webkit-transition: background-color 150ms ease-in-out;
	transition: background-color 150ms ease-in-out;
*/
	font-size: 1.25em;
	border-radius: 0px;
	opacity: 0.75;
}

.tabs05 label:hover {
	background-color: white;
}

.tabs05 [id^="tab"]:checked + label {
	/*border-bottom-color: white;*/
	color: #fff;
	background: #31408d;
	opacity: 1;
}

.tab-content05 {
	display: none;
	float: left;
	width: 100%;
	padding: 20px 20px 0;
	background: #fff;
}

#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3 {
	display: block;
}

#tab4:checked ~ #tab-content4,
#tab5:checked ~ #tab-content5,
#tab6:checked ~ #tab-content6 {
	display: block;
}

#tab7:checked ~ #tab-content7,
#tab8:checked ~ #tab-content8,
#tab9:checked ~ #tab-content9 {
	display: block;
}

.other-content {
	color: white;
}


a.btn_view{
	width: 40px;
	height: 40px;
	background: #000;
	border-radius: 50%;
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	transition: all 0.3s;
}
a.btn_view:hover{
	background: #31408d !important;
	transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
	.tabs05 label {
		float: left;
		/*width: 100%;*/
		padding: 7px 15px;
		/*border-top: 1px solid #ff5300;;*/
		font-size: 0.9em;
	}
}

@media only screen and (max-width: 480px) {}

#m_certi {
	width: 1200px;
	margin: 30px auto 30px
}

#m_certi:after {
	content: '';
	display: block;
	clear: both;
}

#m_certi .certi {
	width: 700px;
	float: left;
	transition: all 0.3s ease;
}

#m_certi .ad {
	width: 500px;
	float: left;
	transition: all 0.3s ease;
}

@media only screen and (max-width: 1199px) {
	#m_certi {
		width: 100%;
		margin: 30px auto 30px
	}

	#m_certi .certi {
		width: 60%;
		transition: all 0.3s ease;
	}

	#m_certi .certi img {
		width: 100%
	}

	#m_certi .ad {
		width: 40%;
		float: left;
		transition: all 0.3s ease;
	}
}

@media only screen and (max-width: 992px) {
	#m_certi .certi {
		width: 100%;
		float: left;
		transition: all 0.3s ease;
	}

	#m_certi .ad {
		width: 100%;
		float: left;
		transition: all 0.3s ease;
	}
}

@media only screen and (max-width: 800px) {
	#m_certi .certi {
		width: 100%;
		float: left;
		transition: all 0.3s ease;
	}

	#m_certi .ad {
		width: 100%;
		float: left;
		transition: all 0.3s ease;
	}
}


.customer_center{
	position: absolute;
	width: 50%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	right: 0;
	bottom: 0px;
	background: #31408d;
	color: #fff;
	border-radius: 0 0 0 0px;
	z-index: 1;
	box-shadow: -5px -5px 30px rgba(0,0,0,0.2);
	overflow: hidden;
	display: grid;
	grid-template-columns: 238px 1fr;
}
.customer_center .tit_box{
	background: #191919;
	font-size: 1.4em;
	font-weight: 600;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.customer_center .tit_box > svg{
	margin-right: 8px;
	font-size: 1.2em;
}
.customer_center .phone_num{
	font-size: 2em;
	font-weight: 600;
	display: flex;
	align-items: center;
	padding: 0 50px;
}
.customer_center .phone_num .line_one{
	display: inline-block;
	margin: 0 25px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
}


#greet{
	display: flex;
	align-items: center;
	height: 335px;
	padding: 0 30px;
	background: url(../img/main/main_greet.jpg) no-repeat center;
}
#greet .text_wrap{
	color: #fff;
}
#greet .text_wrap h6{
	font-family: 'GmarketSansBold', sans-serif;
	font-size: 2.3em;
	font-weight: 600;
	margin: 0 0 20px;
}
#greet .text_wrap p{
	font-size: 1.35em;
	line-height:1.4em;
	font-family: 'Noto Sans KR', sans-serif;
}
#greet .text_wrap a{
	color: #fff;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 5px;
	padding: 0 30px;
	margin: 50px 0 0;
	height: 45px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2em;
}
#greet .text_wrap a:hover {
	color: #fff;
	background: #31408d;
	border: 1px solid #31408d;
}
#greet .text_wrap a > svg{
	margin-left: 10px;
	position: relative;
	left: 0;
	transition: all 0.3s;
}
#greet .text_wrap a:hover > svg{
	left: 5px;
	transition: all 0.3s;
}


#cs_banner{
	display: flex;
	margin: 50px auto;
}
#cs_banner .banner_box{
	width: calc(50% - 10px);
	height: 240px;
	margin: 0 20px 0 0;
	background: #FFD7C1;
	color: #333;
	border-radius: 0px;
	padding: 50px 30px;
	background: #5ba7f5 url("../img/main/m_bottom_banner01.jpg") no-repeat;
	background-position: calc(100% - 20px) center;
	position: relative;
}
#cs_banner .banner_box:last-child{
	background: #fb833d  url(../img/main/m_bottom_banner02.jpg) no-repeat;
	background-position: calc(100% - 20px) center;
	margin: 0;
}
#cs_banner .banner_box .red_em{
	color: #fff;
	background: #31408d;
	font-size: 10px;
	line-height: 10px;
	padding: 7px 30px;
	border-radius: 3px;
}
#cs_banner .banner_box h6{
	font-family: 'GmarketSansBold', sans-serif;
	font-size: 2em;
	font-weight: 600;
	margin: 20px 0 10px;
}
#cs_banner .banner_box p{
	font-size: 1.15em;
	font-family: 'Noto Sans KR', sans-serif;
	letter-spacing: -.050em
}
#cs_banner .banner_box .btn_view{
	position: absolute;
	right: 10px;
	bottom: 25px;
}

/*

.swiper,
.swiper .swiper-wrapper{
	position: relative;
}
.swiper .swiper-wrapper::before,
.swiper .swiper-wrapper::after{
	content: '';
	position: absolute;
	top: 115px;
	z-index: 1;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2em;
	color: #777;
	cursor: pointer;
}
.swiper .btn_next{
	right: 0;
}
.swiper .btn_prev{
	left: 0;
}*/


@media(max-width:1600px){
	.customer_center{
		width: 70%;
		height: 70px;
    	font-size: 0.9em;
	}
}
@media(max-width:1300px){
	.customer_center{
		width: 90%;
		height: 70px;
    	font-size: 0.9em;
	}
}
@media(max-width:1200px){
	.customer_center{
		width: 100%;
		border-radius: 0;
		height: 55px;
		grid-template-columns: 1fr;
	}
	.customer_center .tit_box{
		font-size: 1em;
		padding: 0 15px;
		display: none;
	}
	.customer_center .tit_box > svg{
		margin: 0;
	}
	.customer_center .phone_num{
		font-size: 1.5em;
		padding: 0 10px;
		justify-content: center;
	}
	.customer_center .phone_num .line_one{
		width: 5px;
		height: 5px;
		margin: 0 5px;
	}
	
	#greet{
		width: 95%;
		height: auto;
		padding: 30px;
		overflow: hidden;
		position: relative;
		z-index: 1;
	}
	#greet::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.5;
		z-index: -1;
	}
	#greet .text_wrap h6{
		font-size: 1.6em;
		line-height: 1.3em;
		margin: 0 0 15px;
	}
	#greet .text_wrap p{
		font-size: 14px;
		line-height: 1.5em;
	}
	#greet .text_wrap a{
		height: 35px;
		font-size: 0.9em;
		padding: 0 20px;
		margin: 30px 0 0;
	}
	
	#cs_banner.main_st{
		width: 95%;
	}
	
	a.btn_view{
		width: 30px;
		height: 30px;
		font-size: 15px;
	}
}