@charset "utf-8";

.wrapper {position: relative; margin: 0 auto; min-width: 320px; background-color: #fff;}
#page-header[data-type=sub] + #page-container {display: inline-block; margin-top: 70px; width: 100%;}
#page-header[data-type=sub] + #page-container + #page-footer {margin-top: 50px;}

@media (min-width: 768px) {
	#page-header[data-type=sub] + #page-container {margin-top: 100px;}
	#page-header[data-type=sub] + #page-container + #page-footer {margin-top: 130px;}
}

.full-content {width: 100%; background-color: #fff;}

@media (min-width: 768px) {
	.container-fluid .content {
		float: none;
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container-fluid .content {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container-fluid .content {
		padding-right: 20px;
		padding-left: 20px;
		width: 1217px;
	}
}

.content {
	position: relative;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}
@media (min-width: 768px) {
	.content {
		clear: both;
		float: none;
		width: 750px;
	}
}
@media (min-width: 992px) {
	.content {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.content {
		padding-right: 20px;
		padding-left: 20px;
		width: 1217px;
	}
}



.topbtn {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 999;
	width: 40px;
	height: 40px;
	background: url('../../images/kr/common/topbtn_img@2x.png') no-repeat left top;
	background-size: 40px;
}
.topbtn a {
	display: block;
	width: 100%;
	height: 100%;
}



/*---------------------------------
 * Side Menu
 *---------------------------------*/

/**** side button ****/

.left-panel {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9100028;
	width: 100%;
}
#page-header[data-type=sub] .ew-left-panel-open>span i {
	border-color: #222;
}
@media (min-width: 992px) {
	#page-header.is-sticky .left-panel {
/* 		display: none; */
	}
	#page-header.is-sticky .ew-left-panel-open>span i {
		border-color: #222 !important;
	}
}

.ew-left-panel-open {
	position: absolute;
	display: inline-block;
	z-index: 9100027;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background: url("../img/blank.png");
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	white-space: nowrap
}
.ew-left-panel-open>span {
	position: absolute;
	display: block;
	width: 23px;
	height: 40px;
	top: 39px;
	left: 28px
}

.ew-left-panel-open>span i,
#page-header[data-type=sub].is-sticky .ew-left-panel-open>span i {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	border-top: 2px solid #fff;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0)
}
.ew-left-panel-open>span i:first-child {
	top: 0
}
.ew-left-panel-open>span i:nth-child(2) {
	top: 9px
}
.ew-left-panel-open>span i:nth-child(3) {
	top: 18px
}
.ew-left-panel-open:hover {
	opacity: .7
}

.ew-left-panel-close {
	position: absolute;
	top: 5px;
	left: 0;
	height: 56px !important;
	width: 48px !important;
	z-index: 9100027;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	white-space: nowrap;
	height: 18px;
	width: 18px;
	box-sizing: border-box;
	line-height: 18px;
	display: inline-block
}
.ew-left-panel-close:after,
.ew-left-panel-close:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -.5px;
	margin-left: -10px;
	display: block;
	height: 1px;
	width: 20px;
	background-color: #fff;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}
.ew-left-panel-close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.ew-left-panel-close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
#page-header .ew-left-panel-close {
	position: absolute;
	top: 7px;
	left: 0;
	height: 56px !important;
	width: 48px !important;
	z-index: 9100027;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	white-space: nowrap;
	height: 18px;
	width: 18px;
	box-sizing: border-box;
	line-height: 18px;
	display: inline-block;
}
#page-header .ew-left-panel-close:after,
#page-header .ew-left-panel-close:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -.5px;
	margin-left: -10px;
	display: block;
	height: 1px;
	width: 20px;
	background-color: #fff;
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
}
#page-header .ew-left-panel-close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#page-header .ew-left-panel-close:after {
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}

@media (max-width: 1249px) {
	.ew-left-panel-open>span {
		left: 15px !important;
	}
}
@media (max-width: 991px) {
	.ew-left-panel-open>span {
		position: absolute;
		display: block;
		width: 19px !important;
		height: 30px !important;
		top: 27px !important;
		left: 18px !important
	}
	.ew-left-panel-open>span i:nth-child(2) {
		top: 6px !important;
	}

	.ew-left-panel-open>span i:nth-child(3) {
		top: 12px !important;
	}
}



/**** side menu ****/

.ew-left-panel {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9100026;
	width: 320px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #3a3a3a;
}
#page-header .ew-left-panel {
	z-index: 9100027;
	position: fixed;
	top: 0;
	width: 80%;
	height: 100%;
	background-color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	min-width: 320px;
	visibility: hidden;
}

#page-header .ew-left-panel.is-active {
	display: block;
	visibility: visible;
	-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
			transform: translateX(0);
}

#page-header .ew-left-panel-wrap {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}


#page-header .ew-left-panel {
	left: 0;
	-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
			transform: translateX(-100%);
}

#page-header .ew-left-panel.is-active .ew-left-panel-header {
	display: block;
}

#page-header .ew-left-panel-wrap {
	line-height: normal;
}

#page-header .ew-left-panel-wrap .ew-lnb-list a {
	text-decoration: none;
}
#page-header .ew-left-panel-wrap .ew-lnb-list a span {
	display: inline-block;
	position: relative;
	white-space: nowrap;
}
#page-header .ew-left-panel-wrap .ew-lnb-list a span:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	bottom: 0;
	background-color: currentColor;
	-webkit-transition: all .4s ease;
			transition: all .4s ease;
	opacity: 0;
	-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
			transform: scaleX(0);
}
#page-header[data-ew-device=pc] .ew-left-panel-wrap .ew-lnb-list a:hover span:after {
	opacity: .8;
	-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
			transform: scaleX(1);
}

#page-header .ew-left-panel-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: #fabe00;
	text-align: center;
}

#page-header .ew-left-panel-header .ew-lnb-header-bi {
	display: block;
	margin: 0 auto;
	color: #fff;
}


#page-header .ew-left-panel-content {
	position: absolute;
	top: 70px;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	overflow-y: auto;
}

#page-header .ew-lnb-m .ew-lnb-item__sub {
	margin-top: -10px;
	margin-bottom: 8px;
}

#page-header .ew-lnb-m .ew-lnb-item__sub a {
	padding: 7px 18px 7px 46px;
	font-family: 'NotoSansL';
	font-size: 16px;
	color: #666;
}

#page-header .ew-lnb-m .is-close .ew-lnb-item>a:before {
	position: absolute;
	top: 18px;
	right: 18px;
	content: "";
	display: inline-block;
	width: 14px;
	height: 8px;
	background-image: url("../../images/kr/icon/@1x/arrow2.png");
	background-size: 14px 8px;
	background-position: 50%;
	background-repeat: no-repeat;
}

#page-header .ew-lnb-m a {
	display: block;
}

#page-header .ew-lnb-m .ew-lnb-item {
	position: relative;
	border-bottom: 1px solid transparent;
}

#page-header .ew-lnb-m .ew-lnb-item:before {
	content: "";
	height: 1px;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
	background-color: #e9ecef;
}

#page-header .ew-lnb-m .ew-lnb-item:last-child {
/* 	border-bottom: 0; */
}

#page-header .ew-lnb-m .ew-lnb-item:last-child:before {
/* 	content: none; */
}

#page-header .ew-lnb-m .ew-lnb-item>a {
	position: relative;
	padding: 16px 18px 16px 30px;
	font-family: 'NotoSansL' !important;
	font-size: 16px;
	letter-spacing: normal !important;
	color: #212121;
}
#page-header .ew-lnb-m .ew-lnb-item.m5>a,
#page-header .ew-lnb-m .ew-lnb-item.m6>a,
#page-header .ew-lnb-m .ew-lnb-item.m7>a {
	color: #fe5e01;
}

@media (min-width: 640px) {
	#page-header .ew-left-panel {
		width: 355px;
	}
}
@media (min-width: 992px) {
	#page-header .ew-left-panel-header .ew-lnb-header-bi {
		display: none;
	}
	#page-header .ew-left-panel-header {
		height: 100px;
	}
	#page-header .ew-left-panel-content {top: 100px;}
	#page-header .ew-left-panel-close {top: 20px; left: 10px;}
}

@media (min-width: 992px) {
	#page-header .ew-left-panel-header .ew-lnb-header-bi,
	#page-header .ew-lnb-m {
		display: block;
		margin-top: 15px;
	}
}



html.dimmed {
	overflow-y: hidden;
}
body.ew-dimmed {
	overflow: hidden;
}

body.ew-dimmed #page-header {
	min-width: 300px;
}
body.ew-dimmed .ew-dimmed {
	opacity: .6;
	visibility: visible;
}

body.ew-dimmed .ew-dimmed.is-active-left,
body.ew-dimmed .ew-dimmed.is-active-right {
	z-index: 9100026;
}
body.ew-dimmed .ew-dimmed.is-active-title-submenu {
	z-index: 9100023;
}

.ew-dimmed .ew-dimmed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 9100025;
	-webkit-transition: opacity .4s ease;
			transition: opacity .4s ease;
	opacity: 0;
	visibility: hidden;
}

@media (min-width: 992px) {
	body.ew-dimmed #page-header .ew-header .ew-left-panel-open {
		display: inline-block;
	}
}



/*---------------------------------
 * HEADER
 *---------------------------------*/

#page-header {
	position: relative;
	width: 100%;
	min-width: 320px;
/* 	z-index:9100005; */
}

#page-header * {
	box-sizing: border-box;
}

#page-header:after,
#page-header:before {
	box-sizing: inherit;
}

#page-header a {
	text-decoration: none;
	cursor: pointer;
}

#page-header em,
#page-header i {
	font-style: normal;
}

#page-header li,
#page-header ol,
#page-header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#page-header[data-ew-device=mobile] .ew-header {
/* 	position: absolute; */
}

#page-header .ew-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 9100024;
	min-width: 320px;
	border-bottom: 1px solid rgba(232, 232, 232, .5);
	-webkit-transition: top 0s ease;
			transition: top 0s ease;
}
#page-header[data-type=sub] .ew-header {
	border-color: #e8e8e8;
}
@media (min-width: 992px) {
	#page-header .ew-header {
		position: absolute;
		background-color: rgba(0, 0, 0, .5) !important;
		border-bottom: none;
	}
	#page-header .ew-header.is-child-nav {
		height: 100px;
		-webkit-transition: all 200ms ease;
		   -moz-transition: all 200ms ease;
			 -o-transition: all 200ms ease;
				transition: all 200ms ease;
	}
}

#page-header.is-sticky .ew-header {
	position: fixed;
	height: 70px;
	background-color: #f16209;
	border-bottom: none;
	-webkit-transition: all 200ms ease;
	   -moz-transition: all 200ms ease;
		 -o-transition: all 200ms ease;
			transition: all 200ms ease;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
@media (min-width: 992px) {
	#page-header.is-sticky .ew-header,
	#page-header[data-type=sub] .ew-header {
		top: 0px;
		height: 100px;
		background-color: #fff !important;
		border-bottom: 1px solid #e8e8e8;
	}
}



#page-header .ew-gnb-wrap {
	height: 70px;
	text-align: center;
}
#page-header .ew-header.bg-active .ew-gnb-wrap__bg {
	display: none;
}
@media (min-width: 992px) {
	#page-header .ew-gnb-wrap {
		position: relative;
		clear: both;
		margin: 15px auto 0;
/* 		padding-left: 25px; */
		width: 940px;
		height: 70px;
		text-align: left;
	}
	#page-header .ew-gnb-wrap:after {
		content: "";
		display: table;
		clear: both;
	}
	#page-header .ew-header.bg-active .ew-gnb-wrap__bg {
		display: block;
		position: absolute;
		top: 99px;
		left: 0;
		width: 100%;
		height: 50px;
		background-color: rgba(255, 123, 6, .95) !important;
	}
	#page-header.is-sticky .ew-header.bg-active .ew-gnb-wrap__bg {
/* 		background-color: rgba(243, 160, 48, 1) !important */
	}
}
@media (min-width: 1200px) and (max-width: 1249px) {
	#page-header .ew-gnb-wrap {
		right: 15px;
		float: right;
		width: 100%;
	}
	
	#page-header.is-sticky .ew-gnb-wrap {
/* 		right: 0; */
/* 		float: none; */
	}
}
@media (min-width: 1200px) {
	#page-header .ew-gnb-wrap {
		width: 1177px;
	}
}



.ew-bi {
	margin-top: 10px;
}
#page-header .ew-gnb-wrap .ew-bi {
	font-weight: 700;
}
#page-header .ew-gnb-wrap .ew-bi:before {
	vertical-align: top;
	content: "";
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

#page-header .ew-gnb-wrap .ew-bi:before,
#page-header .ew-gnb-wrap .ew-bi>span {
	margin-top: 10px;
	margin-bottom: 10px;
}

#page-header .ew-gnb-wrap .ew-bi[data-type=image]:before {
	margin-right: 0;
}

#page-header .ew-gnb-wrap .ew-bi[data-type=image]>span {
	display: none;
}

#page-header .ew-gnb-wrap .ew-bi[data-type=text]:before {
	content: none;
}

#page-header .ew-bi {
	display: inline-block;
	position: relative;
	z-index: 9100027;
	margin-top: 10px;
	width: 195px;
	height: 61px;
	font-size: 17px;
	line-height: 36px;
	vertical-align: top;
	letter-spacing: -1px;
	white-space: nowrap;
	color: #fff;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	background-image: url(../../images/kr/header/bi_main.png);
	background-size: auto 61px;
	background-repeat: no-repeat;
	opacity: .9;
	-webkit-transition: all 200ms ease;
	   -moz-transition: all 200ms ease;
		 -o-transition: all 200ms ease;
			transition: all 200ms ease;
}

#page-header .ew-lnb-header-bi .ew-bi,
#page-header.is-sticky .ew-bi,
#page-header[data-type=sub] .ew-bi {
/* 	margin-top: 4px; */
	background-image: url(../../images/kr/header/bi.png);
	-webkit-transition: all 200ms ease;
	   -moz-transition: all 200ms ease;
		 -o-transition: all 200ms ease;
			transition: all 200ms ease;
}

#page-header .ew-lnb-header-bi .ew-bi {
	margin-top: 10px !important;
	width: 146px;
	height: 46px;
	background-image: url(../../images/kr/header/bi_left.png);
	background-size: auto 46px;
}

@media (min-width: 1200px) and (max-width: 1349px) {
	#page-header .ew-bi {
		position: fixed !important;
		left: 79px;
	}
	
	#page-header.is-sticky .ew-bi {
		margin-left: 15px;
	}
}
@media (min-width: 1200px) and (max-width: 1249px) {
	#page-header .ew-bi {
		left: 56px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	#page-header .ew-bi {
		background-size: auto 35px !important;
		margin-top: 15px !important;
	}
}
@media (min-width: 992px) and (max-width: 1069px) {
	#page-header .ew-bi {
		position: fixed !important;
		left: 56px;
	}
}
@media (min-width: 992px) {
	#page-header .ew-bi {
		margin-top: 4px;
		text-align: left;
		position: relative;
		display: inline-block !important;
		color: #fff;
	}
	#page-header.is-sticky .ew-bi {
/* 		position: absolute !important; */
/* 		left: 0; */
		margin: 4px 0 0;
		opacity: 1;
	}
	#page-header[data-type=sub] .ew-bi {
/* 		margin-top: 4px; */
		opacity: 1;
	}
}
@media (max-width: 991px) {
	#page-header .ew-bi {
		width: 146px !important;
		height: 46px !important;
/* 		background-image: url(../../images/kr/header/bi.png); */
		background-size: auto 46px !important;
	}
	#page-header.is-sticky .ew-bi {
		background-image: url(../../images/kr/header/bi_left.png);
	}
}



#page-header .ew-lnb-wrap {
	display: none;
	position: absolute;
	top: 6px;
	right: 0;
	z-index: 9100025;
	height: 59px;
/* 	border-top: 1px solid hsla(0, 0%, 100%, .1); */
	-webkit-transition: all 200ms ease;
	   -moz-transition: all 200ms ease;
		 -o-transition: all 200ms ease;
			transition: all 200ms ease;
}
#page-header.is-sticky .ew-lnb-wrap {
/* 	top: -10px; */
	-webkit-transition: all 200ms ease;
	   -moz-transition: all 200ms ease;
		 -o-transition: all 200ms ease;
			transition: all 200ms ease;
}

@media (min-width: 992px) {
	#page-header .ew-lnb-wrap {
		display: block;
		width: 793px;
	}
	
	#page-header.is-sticky .ew-lnb-wrap {
/* 		border-bottom: 1px solid #e4e4e4; */
/* 		background-color: hsla(0, 0%, 100%, .9); */
	}
}

@media (min-width: 1200px) {
	#page-header .ew-lnb-wrap {
		width: 838px;
	}
}



#page-header .ew-lnb {
	display: none;
	padding: 0;
}

#page-header .ew-lnb .ew-lnb-list {
	margin: 0 0 0 0px;
	padding: 0;
	list-style: none;
}

#page-header .ew-lnb .ew-lnb-list:after {
	content: "";
	display: table;
	clear: both;
}

#page-header .ew-lnb .ew-lnb-item {
	float: left;
}

#page-header .ew-lnb .ew-lnb-item.m5>a,
#page-header .ew-lnb .ew-lnb-item.m6>a,
#page-header .ew-lnb .ew-lnb-item.m7>a {
	font-family: 'NotoSansR';
	letter-spacing: -0.057em;
	color: #fe5e01;
}
#page-header .ew-lnb .ew-lnb-item>a {
	position: relative;
	display: block;
	height: 79px;
	font-family: 'NotoSansL';
	font-size: 17px;
	line-height: 56px;
	letter-spacing: -0.0535em;
	color: #e1e1e1;
}
#page-header .ew-lnb .ew-lnb-item>a:before {
	content: "";
	overflow: hidden;
	display: inline-block;
	float: left;
	width: 1px;
	height: 16px;
	margin: 21px 12px 0 15px;
	border-right: 1px solid #fff;
	opacity: .2;
	vertical-align: middle;
}
#page-header .ew-lnb .ew-lnb-item:first-child>a {
	padding-left: 0px;
}
#page-header .ew-lnb .ew-lnb-item:first-child>a:before {
	display: none;
}

#page-header .ew-lnb .ew-lnb-item__sub {
	display: none;
	position: absolute;
	margin: 0px 0 0 3px;
	padding: 0;
	list-style: none;
	font-weight: 700;
	font-size: 14px;
	width: 100%;
}

#page-header .ew-lnb .ew-lnb-item__sub:after {
	content: "";
	display: table;
	clear: both;
}

#page-header .ew-lnb .ew-lnb-item__sub li {
	float: left;
	border-top: 0;
}

#page-header .ew-lnb .ew-lnb-item__sub li a {
	position: relative;
	display: block;
	padding: 12px 25px 14px 11px;
	font-family: 'NotoSansL';
	font-size: 15px;
	font-weight: 500;
/* 	letter-spacing: -1px; */
	color: hsla(0, 0%, 100%, .9);
}
#page-header .ew-lnb .ew-lnb-item__sub li a:hover {
	color: #fff;
	font-weight: 600;
}
#page-header[data-type=sub] .ew-lnb .ew-lnb-item__sub li a {
/* 	color: #666; */
}
#page-header .ew-lnb .ew-lnb-item__sub li:first-child a {
	padding-left: 0;
}
#page-header .ew-lnb .ew-lnb-item.sub .ew-lnb-item__sub li:last-child a {
	padding-right: 0;
}
#page-header .ew-lnb .ew-lnb-item:hover a+.ew-lnb-item__sub {
	display: table;
}
#page-header .ew-lnb .ew-lnb-item.m6:hover a+.ew-lnb-item__sub {
	right: 0;
}
#page-header[data-type=sub] .ew-lnb .ew-lnb-item:hover a+.ew-lnb-item__sub {
	display: block;
}

#page-header .ew-lnb .ew-lnb-hover {
	position: absolute;
	top: 58px;
	left: 0;
	width: 94px;
	height: 1px;
	background: url("../img/nav_hover.png") no-repeat center 0;
	-webkit-transition: all .4s cubic-bezier(.04, .59, .09, .93);
			transition: all .4s cubic-bezier(.04, .59, .09, .93);
	-webkit-transform: translateX(50px);
		-ms-transform: translateX(50px);
			transform: translateX(50px);
	opacity: 0;
	z-index: -1;
}

@media (min-width: 992px) {
	#page-header .ew-lnb {
		display: block;
		position: relative;
	}
	#page-header .ew-lnb .ew-lnb-list {
		margin: 0 auto;
/* 		width: 1260px; */
	}
	#page-header .ew-lnb .ew-lnb-item>a {
		-webkit-transition: color .4s ease;
				transition: color .4s ease;
	}
	#page-header .ew-lnb .ew-lnb-item>a:before {
		margin: 21px 15px 0 18px;
	}
	#page-header .ew-lnb .ew-lnb-item:last-child>a:before {
		margin-left: 15px;
		-webkit-margin-start: 18px;
	}
	
	#page-header.is-sticky .ew-lnb .ew-lnb-item>a:before,
	#page-header[data-type=sub] .ew-lnb .ew-lnb-item>a:before {
		border-color: #d3d3d3;
		opacity: 1;
	}
	#page-header.is-sticky .ew-lnb-item>a,
	#page-header[data-type=sub] .ew-lnb-item>a {
		font-family: 'NotoSansR';
		letter-spacing: -0.055em;
		color: #212121;
	}
	#page-header.is-sticky .ew-lnb-item.m6>a,
	#page-header[data-type=sub] .ew-lnb-item.m6>a,
	#page-header.is-sticky .ew-lnb-item.m7>a,
	#page-header[data-type=sub] .ew-lnb-item.m7>a {
		color: #fe5e01;
	}
	#page-header.is-sticky .ew-lnb-item>a:hover {
/* 		color: #757981; */
	}
	#page-header.is-sticky .ew-lnb-item__sub {
/* 		display: none !important; */
	}
	#page-header.is-sticky .ew-lnb-hover {
		display: none;
	}
}
@media (min-width: 1200px) {
	#page-header .ew-lnb .ew-lnb-item>a:before {
		margin: 21px 18px 0 21px;
	}
	#page-header .ew-lnb .ew-lnb-item:last-child>a:before {
		margin-left: 27px;
		-webkit-margin-start: 30px;
	}
}



/*---------------------------------
 * FOOTER
 *---------------------------------*/

#page-footer {
	clear: both;
	margin-top: 30px;
	padding: 0px 0 52px;
	width: 100%;
	min-height: 90px;
	color: #ccc;
	background-color: #505155;
}
#page-footer .footer-nav {
	float: left;
	margin-top: 37px;
	width: 100%;
}
#page-footer .footer-nav ul {
	margin: 0px auto;
	padding: 0px;
	width: 1177px;
}
#page-footer .footer-nav ul a {
	position: relative;
	float: left;
	padding: 0 24px;
	font-size: 14px;
	color: #c7c7c7;
}
#page-footer .footer-nav ul a:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 1px;
	height: 13px;
	background-color: #898f97;
}
#page-footer .footer-nav ul a:first-child {
	padding-left: 0;
}
#page-footer .footer-nav ul a:first-child:before {
	display: none;
}
#page-footer .footer-nav ul span {
	float: left;
	margin: 1px 18px 0;
	font-size: 13px;
	color: #898f97;
}
#page-footer p {
	display: inline-block;
	padding: 24px 0 20px;
	font-family: 'NotoSansL';
	font-size: 13px;
	line-height: 2.05;
	color: #fff;
}
#page-footer p span {
	padding: 0 12px;
}
#page-footer p span a {
	color: #fff;
}

@media (min-width: 768px) {
	#page-footer p span:first-child {
		padding-left: 0;
	}
}
@media (max-width: 640px) {
	#page-footer .content {
		text-align: center;
	}
	#page-footer .footer-nav ul {
		width: 100%;
	}
	#page-footer .footer-nav ul li {
		float: left;
		width: 100%;
	}
	#page-footer .footer-nav ul a {
		float: none;
		padding: 0 1.7%;
/* 		width: 33.33333333%; */
		white-space: nowrap;
		text-align: center;
	}
	#page-footer .footer-nav ul a:last-child {
		padding-right: 0;
	}
	#page-footer .form-control {
		float: left;
		margin: 10px 0 40px;
	}
	#page-footer p {
		padding: 40px 0 10px;
		line-height: 1.42857143;
		text-align: center;
	}
}
@media (max-width: 459px) {
	#page-footer .footer-nav ul a {
		padding: 0 3.5%;
		font-size: 13px;
	}
	#page-footer .footer-nav ul a:nth-child(3) {
		display: inline-block;
		margin-bottom: 15px;
		padding-right: 0;
	}
	#page-footer .footer-nav ul a:nth-child(4) {
		padding-left: 0;
	}
	#page-footer .footer-nav ul a:nth-child(5):before {
		display: none;
	}
}



/*---------------------------------
 * MAIN
 *---------------------------------*/

/**** Visual slider ****/

.mainVisual {
	position: relative;
	float: left;
	width: 100%;
/* 	height: 729px; */
	overflow: hidden;
	background-color: #f5f0ec;
}
.mainBanner {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	z-index: 20;
	position: relative;
}
.mainBanner li {
	display: none;
}
.mainBanner li,
.mainBanner li a img {
	float: left;
	width: 100%;
	height: 100%;
}
.mainBanner li a.video-bg,
.mainBanner li a.video-bg img {
	float: left;
	width: 100%;
	height: 0px;
}

.mainBanner_nav {
	position: absolute;
	top: 50%;
/* 	left: 50%; */
	z-index: 999;
/* 	margin-left: -791px; */
	width: 22px;
	height: 44px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url("../../images/kr/banner/icon-promotion-prev.png") no-repeat left top;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
/* 	opacity: 0.7; */
}
.mainBanner_nav:active {
	opacity: 1.0;
}
.mainBanner_nav.prev {
	left: 20px;
/* 	margin-left: -630px; */
}
.mainBanner_nav.next {
	right: 20px;
/* 	margin-right: -630px; */
	background-image: url("../../images/kr/banner/icon-promotion-next.png");
	background-position: top right;
}

.mainBannerBtn {
	position: absolute;
	bottom: 0px;
	left: 50%;
	z-index: 999;
	text-align: center;
}
.mainBannerBtn li {
	display: inline-block;
	float: left;
	margin-right: 3px;
	height: 61px;
	text-align: center;
}
.mainBannerBtn a {
	display: inline-block;
	float: left;
	height: 54px;
	line-height: 54px;
	letter-spacing: 1px;
	overflow: hidden;
/* 	text-indent: -9999px; */
}
.mainBannerBtn a:hover {
	background-position: 0 -15px;
}
.mainBannerBtn li a {
	width: 150px;
	font-family: 'NotoSansL';
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);;
	border-top: 1px solid transparent;
}

.mainBannerBtn .mainBanner_here a {
	font-size: 18px;
	color: #fff;
	line-height: 52px;
	border-top: 2px solid #fa7702;
}

@media (max-width: 1630px) {
	.mainBanner_nav.prev {
		left: 1%;
		margin-left: 0;
	}
	.mainBanner_nav.next {
		right: 1%;
		margin-right: 0;
	}
}
@media (max-width: 1023px) {
	.mainBanner li a img {
		margin-left: -15%;
		width: 130%;
	}
}
@media (max-width: 991px) {
	.mainBanner li a img {
		margin-left: -20%;
		width: 140%;
	}
	.mainBanner_nav {
		width: 35px;
		background-size: 11px 22px;
	}
	.mainBannerBtn {
		left: 43%;
		bottom: 0px;
	}
}
@media (max-width: 639px) {
	.mainVisual {
		height: auto;
		min-heigth: 290px;
	}
	.mainBanner,
	.movie-cover {min-height: 290px;}

	.mainBannerBtn li,
	.mainBannerBtn a {
		height: 40px;
		line-height: 40px;
	}
	.mainBannerBtn li a {
		padding: 0 10px;
		width: auto;
		font-size: 13px;
	}
	.mainBannerBtn .mainBanner_here a {
		font-size: 14px;
		line-height: 38px !important;
	}
	.mainBanner li a img {
		margin-left: -50%;
		width: auto;
	}
	.mainBanner li {
	    position: absolute !important;
	    float: none !important;
	}
}

.mainVisual .mainBanner li .article {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight: normal;
	padding: 0 18px;
	display: table;
	min-height: 400px;
	margin-top: -200px;
	line-height: normal;
}

.mainVisual .mainBanner li .article a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	color: #fff;
}

.mainVisual .mainBanner li .article .type {
	position: relative;
	display: block;
	height: 49px;
	font-size: 16px;
	font-weight: 300
}

.mainVisual .mainBanner li .article .type.is-type {
	display: inline-block
}

.mainVisual .mainBanner li .article .type.is-type::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 15px;
	left: 50%;
	width: 20px;
	height: 1px;
	margin-left: -10px;
	background-color: rgba(255, 255, 255, 0.2)
}

@media (min-width: 1260px) {
	.mainVisual .mainBanner li .article .type {
		font-size: 20px
	}
}

.mainVisual .mainBanner li .article .title {
	display: block;
	font-size: 33px;
	font-weight: 300
}

@media (min-width: 1260px) {
	.mainVisual .mainBanner li .article .title {
		font-size: 54px !important
	}
}

.mainVisual .mainBanner li .article .desc {
	display: none;
	margin-top: 23px;
	font-size: 14px
}

@media (min-width: 1260px) {
	.mainVisual .mainBanner li .article .desc {
		font-size: 16px
	}
}

.mainVisual .mainBanner li .article .date {
	display: block;
	margin-top: 7px;
	font-size: 14px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.6)
}

@media (min-width: 992px) {
	.mainVisual .mainBanner li .article .desc {
		display: block;
	}
	.mainVisual .mainBanner li .article .date {
		margin-top: 16px
	}
}

@media (min-width: 992px) and (max-width: 1259px) {
	.mainVisual .mainBanner li .article .date {
		margin-top: 7px
	}
}

@media (min-width: 1260px) {
	.mainVisual .mainBanner li .article .date {
		margin-top: 9px;
		font-size: 16px
	}
}

@media (min-width: 640px) {
	.mainVisual .mainBanner li .article {
		min-height: 330px;
		margin-top: -165px
	}
	.mainVisual .mainBanner li .article .title {
		font-size: 44px;
		letter-spacing: -3px
	}
}



/*---------------------------------
 * Container
 *---------------------------------*/

/* 한줄공지 */

.section-shortcut {
	position: relative;
	width: 100%;
	height: 60px;
	overflow: hidden;
}

.section-shortcut .btns {
	max-width: 1177px;
	margin: 0 auto;
}

.section-shortcut .btns {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}

.section-shortcut .btns::after {
	content: "";
	display: block;
	clear: both;
}

.section-shortcut .btns li {
	display: inline-block;
	float: left;
	width: 90%;
	height: 60px;
	line-height: 60px;
}

.section-shortcut .btns li a {
	display: block;
	margin: 0;
	padding: 25px 10px 22px 0px;
	min-width: 65px;
	font-family: 'NotoSansL';
	font-size: 13px;
	line-height: 1;
	white-space: nowrap;
	color: #474747;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	background-color: #fff;
}

.section-shortcut .btns p {
	float: right;
	margin-top: 9px;
	width: 30px;
}
.section-shortcut .btns p a {
	display: block;
	position: relative;
	float: right;
	width: 32px;
	height: 20px;
	overflow: hidden;
}
.section-shortcut .btns p a:first-child {
	margin-bottom: 5px;
}
.section-shortcut .btns p a:hover img {
	top: auto;
	bottom: 0;
}
.section-shortcut .btns p a img {
	position: absolute;
	top: 0;
	width: 100%;
}

@media (min-width: 640px) {
	.section-shortcut .btns {
		width: 100%;
	}
	.section-shortcut .btns li {
/* 		width: calc(100%/ 9); */
	}
	.section-shortcut .btns li a {
		padding: 25px 10px 22px 0px;
	}
}

@media (min-width: 992px) {
	.section-shortcut {
		height: 78px;
	}
	.section-shortcut .btns li {
		width: 90%;
		height: 58px;
	}
	.section-shortcut .btns li a {
		padding: 33px 10px 32px 0px;
		font-size: 15px;
	}
	
	.section-shortcut .btns p {
		margin-top: 13px;
		width: auto;
	}
	.section-shortcut .btns p a {
		float: none;
		width: 40px;
		height: 25px;
	}
}

@media (min-width: 1260px) {
	.section-shortcut .btns li {
		padding: 0;
	}
	.section-shortcut .btns li a {
		font-size: 17px;
		text-align: left;
		padding: 30px 0 30px 0px;
	}
	.section-shortcut .btns li a strong {
		font-family: 'NotoSansR';
	}
}

@media (max-width: 1259px) {
	.section-shortcut .btns li a {
		float: left;
		width: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}



/**** 인증업체 ****/

.status-box {
	display: inline-block;
	margin-bottom: 120px;
}
.status-box h4 {
	display: inline-block;
	position: relative;
	margin: 80px 0 58px;
	padding: 0;
	width: 100%;
	font-family: 'NanumSquareR';
	font-size: 26px;
	letter-spacing: -1px;
	color: #222;
	text-align: center;
}
.status-box div {
	float: left;
	width: 50%;
}
.status-box .status-company {
	float: left;
	width: 100%;
	background-color: #fff;
}

.status-box .status-company .title-img a span.plus {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 14px 2px 13px;
    font-size: 27px;
    color: #fff;
    background-color: #f9a01b;
}
.status-box .status-company .title-img a span.triangle_right {
	position: absolute;
	right: 0;
	bottom: 90px;
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid white;
    background: none;
}
.status-box .status-company .title-img a span.triangle_left {
	position: absolute;
	left: 0;
	bottom: 90px;
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid white;
    background: none;
}
.status-box .status-company .title-img a:hover span.triangle_left,
.status-box .status-company .title-img a:hover span.triangle_right {background: none;}
.status-box .status-company .title-img {
	position: relative;
	float: left;
	width: 50%;
	overflow: hidden;
}
.status-box .status-company .title-img a span {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 14px 2px 13px;
	font-size: 27px;
	color: #fff;
	background-color: #f9a01b;
}
.status-box .status-company .title-img a:hover span {
	background-color: #fe5e01;
}
.status-box .status-company .title-img img {
	width: 294px;
	height: 200px;
}
.status-box dl {
	float: left;
	width: 50%;
	text-align: center;
	background-color: #fff;
}
.status-box dl dt {
	display: inline-block;
	position: relative;
	padding: 45px 0 14px;
	font-size: 18px;
	letter-spacing: -0.07em;
}
.status-box dl dt:after {
	content:'';
	position:absolute;
	bottom: 14px;
	left:0;
	width: 100%;
	background: #8d8d8d;
	/* border-bottom:1px solid #333; */
	height:1px;
}
.status-box dl p {
	display: inline-block;
	margin-top: 6%;
	padding: 11px 23px 10px 22px;
	height: 36px;
/* 	border: 1px solid #e0e0e0; */
}

@media all and (min-width: 1200px) {
	.status-box .status-company {
		height: 200px;
	}
}
@media all and (max-width: 1199px) {
	.status-box {
		margin-bottom: 80px;
	}
	.status-box .status-company .title-img img {
		width: 100%;
		height: auto;
	}
	.status-box dl dt {
		padding: 13% 0 5%;
		font-size: 16px;
	}
	.status-box dl dt:after {
		bottom: 11px;
	}
}
@media all and (max-width: 991px) {
	.status-box {
		margin-bottom: 70px;
	}
	.status-box div {
		width: 100%;
	}
	.status-box .status-company {
		width: 100%;
	}
	.status-box .status-company .title-img img {
		margin-left: -15%;
		width: 130%;
	}
	.status-box dl dt {
		padding: 30% 0 10%;
		font-size: 16px;
	}
	.status-box dl dt:after {
		bottom: 35px;
	}
}
@media all and (max-width: 767px) {
	.status-box {
		margin-bottom: 50px;
	}
	.status-box h4 {
		margin: 35px 0 28px;
		font-size: 22px;
	}
	.status-box dl dt {
		padding: 25% 0 5%;
		font-size: 16px;
	}
	.status-box dl dt:after {
		bottom: 14%;
	}
}
@media all and (max-width: 499px) {
	.status-box {
		margin-bottom: 30px;
	}
	.status-box div div:first-child dl dt,
	.status-box div:last-child div:last-child dl dt {
/* 		padding-top: 20px; */
	}
	.status-box dl dt,
	.status-box div:last-child div dl dt {
		padding: 30px 0 10px;
		font-size: 15px;
	}
	.status-box dl p {
		margin-top: 3%;
		padding: 8px 15px;
		height: 31px;
	}
}



/**** Widget ****/

.widget {
	margin: 0;
	padding: 0;
}
.widget .widget-header {
	margin: 80px 0 42px;
}
.widget.box .widget-header h4 {
	margin-bottom: 0;
}
.widget .widget-header h4 a {
	position: absolute;
	right: 0;
	float: right;
	padding-top: 6px;
	font-family: 'NotoSansR';
	font-weight: normal;
	font-size: 15px;
	color: #7d7d7d;
}
.widget .widget-header h4 i {
	font-size: 14px;
	margin-right: 5px;
	color: #6f6f6f;
}
.widget-content {
	font-family: 'NanumBarunGothic';
}
.widget-content:before,
.widget-content:after {
	content: "";
	display: table;
	line-height: 0;
	clear: both;
}
.widget-content table {
	width: 100%;
	font-family: 'NanumBarunGothic';
	border-top: 2px solid #7d7d7d;
}
.widget-content .table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.widget-content .table-checkable .title,
.widget-content .table-checkable .title2 {
	text-align: left;
}

.widget-content .table-checkable .title a {
	position: absolute;
	float: left;
	width: 95%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.widget-content .table-checkable .title2 a {
	float: left;
	width: 20em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.widget-content.table-wrap {
	margin-bottom: 70px;
}
@media (max-width: 1199px) {
	.widget-content.table-wrap {
		width: 100%;
		overflow-y: auto;
	}
	.widget-content.table-wrap table {
		width: 1170px;
	}
}

@media (max-width: 639px) {
	.widget-content .table-checkable .title a {
		width: 90%;
	}
}

@media (max-width: 499px) {
	.widget .widget-header {
		margin: 35px 0 25px;
	}
	.widget .widget-header h4 {
		font-size: 20px;
	}
}


.widget-content .table > tbody > tr {background-color: #fff;}
.widget-content .table > thead > tr > th {
	position: relative;
	vertical-align: bottom;
	color: #333 !important;
	border-bottom: 1px solid #bdbdbd !important;
}
.widget-content .table > thead > tr > th:before {
	content: " ";
	position: absolute;
	top: 13px;
	left: 0;
	width: 1px;
	height: 14px;
	background-color: #dfdfdf;
}
.widget-content .table > thead > tr > th:first-child:before {
	width: 0;
}
.widget-content .table > thead > tr > th,
.widget-content .table > tbody > tr > th,
.widget-content .table > tfoot > tr > th,
.widget-content .table > thead > tr > td,
.widget-content .table > tbody > tr > td,
.widget-content .table > tfoot > tr > td {
	padding: 9px 8px 8px;
	font-size: 16px;
	line-height: 1.42857143;
	vertical-align: middle;
	color: #7d7d7d;
	text-align: center;
	border-bottom: 1px solid #e2e2e2;
}
.widget-content .table > tbody > tr > td {
	padding-top: 23px;
	padding-bottom: 23px;
}
.widget-content .table > tbody > tr > td.title {position: relative; font-size: 13px; line-height: 1.8; color: #666;}
.widget-content .table > tbody > tr > td a {font-size: 16px; color: #333;}
.widget-content .table > tbody > tr > td a:hover {text-decoration: underline;}
.sympathy {
	text-align: center;
}
.sympathy span {
	float: none !important;
	padding: 0 7px;
	font-size: 13px !important;
	color: #a5a5a5 !important;
}
.sympathy span i {
	font-size: 11px;
	color: #a5a5a5;
}
@media all and (max-width: 1199px) {
	.widget-content.table-wrap table tr th,
	.widget-content.table-wrap table tr td {
		white-space: nowrap;
	}
	.widget-content .table > tbody > tr > td.title {
		white-space: inherit;
	}
}
@media all and (max-width: 499px) {
	.widget-content .table tr th,
	.widget-content .table tr td {
		font-size: 14px !important;
	}
}



/**** Stats ****/

.stats-wrap {
	background-color: #4294f2;
}
.stats-wrap .stats-img {
	float: left;
	width: 100%;
	height: 466px;
	background: url(../../images/kr/main/design6.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
@media all and (max-width: 499px) {
	.stats-wrap .stats-img {
		height: 250px;
	}
}




/**** Customer ****/

.customer-service {
	float: left;
	margin: 0 auto;
	padding: 40px 0 8px;
	width: 100%;
}
.customer-service .left {
	width: 100%;
}
.customer-service .left ul {
	float: left;
	margin: 0 0 30px;
	width: 100%;
	height: 162px;
}
.customer-service .left ul:first-child {
	padding-bottom: 30px;
	height: 193px;
	border-bottom: 1px solid #e0e0e0;
}
.customer-service .left h2 {
	position: relative;
	float: left;
	margin: 0 0 30px;
	width: 100%;
	font-family: 'NanumSquareB';
/* 	font-weight: 600; */
	font-size: 26px;
	letter-spacing: -1px;
	color: #111;
/* 	text-indent: -1px; */
}
.customer-service .left h2 a {
	position: absolute;
	right: 0;
	float: right;
	margin-top: 13px;
	text-indent: 1px;
}
.customer-service .left li a {
	float: left;
	padding: 1px 0 16px;
	width: 100%;
	font-size: 13px;
	white-space: nowrap;
	color: #696969;
	text-overflow: ellipsis;
	overflow: hidden;
}
.customer-service .right {
	width: 100%;
}
.customer-service .right dl {
	float: left;
	margin: 0 0 30px;
	width: 100%;
}
.customer-service .right p {
	margin: 0 0 40px 0;
	width: 100%;
}
.customer-service .right p img {
	width: 100%;
}
.customer-service .right dt {
	position: relative;
/* 	font-weight: 500; */
	font-size: 18px;
	color: #fe5e01;
}
.customer-service .right dt a {
	position: absolute;
	right: 0;
	float: right;
	margin-top: 7px;
}
.customer-service .right dd {
	margin: 18px 0 0;
	font-size: 13px;
	line-height: 22px;
	color: #949494;
}

@media (min-width:768px) {
	.customer-service .left {
		float: left;
		padding-right: 15px;
		width: 50%;
	}
	.customer-service .left ul {
		margin-bottom: 50px;
		height: 247px !important;
	}
	.customer-service .left h2 {
		height: 82px;
	}
	.customer-service .left h2 a {
		display: block;
		left: 0;
		float: none;
		margin-top: 43px;
	}
	.customer-service .right {
		float: right;
		padding-left: 15px;
		width: 50%;
		border-left: 1px solid #e0e0e0;
	}
	.customer-service .right dl {
		margin: 0;
		width: 100%;
	}
	.customer-service .right p {
		margin: 0 0 20px 0;
	}
}
@media (min-width: 992px) {
	.customer-service {
		padding-top: 77px;
	}
	.customer-service .left {
		padding-right: 0;
		width: 45%;
	}
	.customer-service .left ul {
		margin-top: -5px;
		height: 109px !important;
	}
	.customer-service .left ul:first-child {
		padding: 0 0 27px;
		height: 136px !important;
	}
	.customer-service .left ul:first-child h2 {
		margin-top: 2px !important;
	}
	.customer-service .left h2 {
		margin-top: 0px;
		width: 30%;
		height: auto;
	}
	.customer-service .left h2 a {
		display: block;
		float: left;
		margin-top: 37px;
	}
	.customer-service .left ul:first-child h2 a {
		margin-top: 35px;
	}
	.customer-service .left li {
		float: right;
		width: 70%;
	}
	.customer-service .right {
		padding-left: 0;
		width: 55%;
		border-left: none;
	}
	.customer-service .right dl {
		float: left;
		margin-left: 5%;
		padding-left: 5% !important;
		width: 45%;
		border-left: 1px solid #e0e0e0;
	}
	.customer-service .right p {
		margin: 0 0 34px;
	}
	.customer-service .right dd {
		font-size: 15px;
		line-height: 25px;
	}
}
@media (min-width: 1200px) {
	.customer-service {
		width: 1177px;
	}
	.customer-service .left h2 {
		width: 150px;
	}
	.customer-service .left {
		width: 465px;
	}
	.customer-service .left li {
		width: 315px;
	}
	.customer-service .left li a {
		width: 315px;
	}
	.customer-service .right {
		width: 712px;
	}
	.customer-service .right dl {
		margin-left: 50px;
		padding-left: 50px !important;
		width: 306px;
		height: 265px;
	}
}
@media (max-width:639px) {
	.customer-service .left h2 {
		font-size: 22px;
	}
}



/**** 고객센터 ****/

.cscenter-wrap {
	float: left;
	border-top: 1px solid #e0e0e0;
}
.customer-center {
	float: left;
	width: 100%;
}
.customer-center ul {
	margin: 0 auto;
	width: 100%;
/* 	border-top: 1px solid #e0e0e0; */
}
.customer-center li {
	float:left;
	margin: 32px 0 2px;
	font-family:"NotoSansL";
	font-size: 14px;
	color: #999;
	font-weight: bold !important;
	letter-spacing: -0.3px;
}
.customer-center li.cs {
	float:left;
	margin: 28px 0 3px;
	font-family:"NotoSansR";
/* 	font-weight: 600; */
	font-size: 15px;
	color: #111;
}
.customer-center li:first-child strong {
	padding: 0 20px 0 5px;
	font-size: 17px;
	color: #635bc1;
/* 	border-right: 1px solid #e0e0e0; */
	margin-right: 20px;
}
.customer-center li strong {
	width:100%;
	color:#444;
	font-weight: bold !important;
}
.customer-center li:last-child {
	float: right;
}
.customer-center li:last-child .sns {
	float: left;
	margin: 0 30px 0 0;
}
.customer-center li:last-child .sns a {
	float: left;
	margin-right: 12px;
}
.customer-center li:last-child .sns a img {
	width: 20px;
}
.customer-center li:last-child .form-control {
	float: left;
	margin: -3px 0;
	padding: 0 10px;
	width: 195px;
	height: 28px;
	font-family: 'Dotum';
	font-size: 12px;
	color: #666;
	background-image: url(../../images/kr/common/select_arrow1@2x.png);
	background-position: top 49% right -14px;
	border-color: #bfbfbf;
}

@media (min-width:768px) {
	.customer-center {
		margin-top: 10px;
	}
}

@media (min-width:992px) {
	.customer-center {
		margin: 0;
	}
}

@media (max-width:1199px) {
	.customer-center li:first-child strong,
	.customer-center li:last-child .sns {margin-right: 0;}
}
@media (max-width:991px) {
	.customer-center li {height: 25px;}
	.customer-center li:last-child {float: left;}
}
@media (max-width:653px) {
	.customer-center li:first-child strong {border: none !important;}
	.customer-center li.cs {margin: 25px 0 0px;}

	#footer {padding: 30px 0 34px !important;}
}
@media (max-width:639px) {
	.customer-center li {width: 100%;}
	.customer-center li:first-child strong {margin-right: 0; padding-right: 0;}
	.customer-center li:last-child .sns,
	.customer-center li:last-child .form-control {display: inline-block; float: none; vertical-align: middle;}
}



.cscenter-wrap .bottom-icon {
	display: none;
	float: left;
/* 	margin: 30px auto -30px; */
	padding: 13px 0;
	width: 100%;
	height: 59px;
	text-align: center;
	background-color: #f4f4f4;
}
.cscenter-wrap .bottom-icon ul {
	margin: 0 auto;
	width: 1177px;
}
.cscenter-wrap .bottom-icon li {
	position: relative;
	float: left;
	padding: 0 39px 0 39px;
/* 	width: calc(100% * .16667); */
}
.cscenter-wrap .bottom-icon li:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 100%;
	height: 23px;
	border-left: 1px solid #f9f9f9;
}
.cscenter-wrap .bottom-icon li:after {
	content: '';
	position: absolute;
	top: 6px;
	right: 0;
	width: 100%;
	height: 23px;
	border-right: 1px solid #e1e1e1;
}
.cscenter-wrap .bottom-icon li:first-child {
	padding-left: 0;
}
.cscenter-wrap .bottom-icon li:last-child {
	padding-right: 0;
}
.cscenter-wrap .bottom-icon li:first-child:before {
	border-left: none;
}
.cscenter-wrap .bottom-icon li:last-child:after {
	border-right: none;
}
.cscenter-wrap .bottom-icon li a {
/* 	float: left; */
}

@media (min-width: 1200px) {
	.cscenter-wrap .bottom-icon li:last-child {
		padding-left: 41px;
	}
}
@media (max-width: 1199px) {
	.cscenter-wrap .bottom-icon ul {
		width: 940px;
	}
	.cscenter-wrap .bottom-icon li {
		padding: 0 34px 0 33px;
	}
	.cscenter-wrap .bottom-icon li:last-child {
		display: block;
	}
}
@media (max-width: 991px) {
	.cscenter-wrap .bottom-icon ul {
		width: 720px;
	}
	.cscenter-wrap .bottom-icon li {
		padding: 0 22px 0 22px;
	}
	.cscenter-wrap .bottom-icon li:last-child {
		display: none;
	}
	.cscenter-wrap .bottom-icon li:nth-child(5) {
		padding-right: 0;
	}
	.cscenter-wrap .bottom-icon li:nth-child(5):after {
		border-right: none;
	}
}
@media (max-width: 767px) {
	.cscenter-wrap .bottom-icon ul {
		float: left;
		width: 100%;
	}
	.cscenter-wrap .bottom-icon li {
		padding: 0;
		width: calc(100% * .25);
	}
	.cscenter-wrap .bottom-icon li:nth-child(5) {
		display: none;
	}
	.cscenter-wrap .bottom-icon li:before,
	.cscenter-wrap .bottom-icon li:after {
		display: none;
	}
}
@media (max-width: 639px) {
	.cscenter-wrap .bottom-icon li {
		width: calc(100% * .33334);
	}
	.cscenter-wrap .bottom-icon li:nth-child(4) {
		display: none;
	}
}
@media (max-width: 499px) {
	.cscenter-wrap .bottom-icon li:nth-child(3) {
		display: none;
	}
	.cscenter-wrap .bottom-icon li {
		width: calc(100% * .50);
	}
}





/*---------------------------------
 * SUB
 *---------------------------------*/

.container-heading .container-title {
	padding: 53px 0 57px;
	font-size: 50px;
	text-align: center;
	border-bottom: 3px solid #222;
}
@media all and (max-width: 991px) {
	.container-heading .container-title {
		font-size: 38px;
	}
}
@media all and (max-width: 767px) {
	.container-heading .container-title {
		font-size: 30px;
	}
}
@media all and (max-width: 499px) {
	.container-heading .container-title {
		padding: 40px 0 35px;
		font-size: 23px;
	}
}



/**** login ****/

.passhidden { display: none; }
.login .pull-none {margin: 0 auto;}
.login .login_inner h3 {padding: 53px 0 57px; font-size: 50px; color: #212121; text-align: center;}
.login .login_inner form {
	padding: 40px 0 53px;
	border: 1px solid #e8e8e8;
	border-top: 0px solid #222;
}
.login .login_inner form fieldset {
	margin: 0 auto;
	width: 80%;
}
@media (min-width: 768px) {
	.login .login_inner {float: none; margin: 0 auto;}
	.login .login_inner form fieldset {width: 66.33333333%;}
}
@media (max-width:767px) {
	.login .login_inner h3 {font-size: 28px; margin-bottom: 15px;}
}

.login .login_inner > p { margin: 12px 0 46px; color: #807e7f; }
.login .login_inner label.padding { width: 100%; margin: 20px 0 15px; background: #ddd; padding: 10px 0; text-align: center;}
.login .login_inner label.padding input[type=text] {
	width: 100%;
	height: 40px;
	color: #555;
	font-size: 22px;
	padding: 5px;
	text-align: center;
	border: none;
	border-bottom: none;
	background: none;
	box-sizing: border-box;
	outline: none;   
}
.login .login_inner label.padding input::placeholder {
  font-size: 18px;
}
.login .log_id, .login .log_pw { display:block;margin-top:18px; }
.login .log_id input,
.login .log_pw input { width:100%; }
.login .log_id:before { width:22px; height:22px; }
.login .log_pw:before { width:24px; height:24px; }
.login .log_pw:before { background-position:-27px 0; }
.login .log_id input[type=text],
.login .log_pw input[type=text],
.login .log_pw input[type=password] {
	width: 100%;
	height: 48px;
	color: #555;
	padding: 8px 15px;
	line-height: 32px;
	border: 1px solid rgba(228,228,228,0);
	border-bottom: 1px solid #e4e4e4;
	box-sizing: border-box;
	outline: none;
}
.inp_icon { position:relative; }
.inp_icon:before { content:''; position:absolute; display:block; left:24px; top:50%; transform:translate(-50%,-50%); background:url('../../images/kr/common/form_icon.png') no-repeat 0 0; box-sizing:border-box; }
.inp_icon input[type=text],
.inp_icon input[type=number],
.inp_icon input[type=password] {padding-left:50px !important;}
.login .logbox { display: inline-block; margin-top:29px; width: 100%; text-align:right; font-size: 0; }
.login .logbox a { display:inline-block; vertical-align:middle; font-size:16px; letter-spacing:-0.04em; }
.login .logbox span { display:inline-block; width:  auto; vertical-align:middle; font-size:16px; letter-spacing:-0.04em; margin: -4px 0 0;}
.login .logbox span.checkbox {margin-top: 4px !important;}
@media (max-width: 499px) {
	.login .logbox span.checkbox {width: 100%; margin-bottom: 10px !important;}
	.checkbox label.lol-label-checkbox {width: auto !important;}
	.login .logbox span.checkbox + .bar {display: none;}
}
.login .logbox span.checkbox .lol-text-checkbox {color: #8d8d8d !important;}
.login .logbox label { margin-left:0; }
.login .logbox .select { width:69px; }
.login .logbox .bar { width:1px; height:16px; margin:0 12px; background:#e4e4e4; }
.login .btnbox { margin-top: 43px; }
.login .btnbox .btn_login { width:100%; font-size:18px; height: 50px; line-height: 45px; color:#fff; background: linear-gradient(to right, #fe5f01, #fb9919); border: 0px solid #f99c19; }
.login .btnbox .btn_login:hover { background:#fe5f01; }
.login .btnbox2 { margin-top:30px; padding-top:30px; border-top:1px solid #e4e4e4; }
.login .btnbox2 .btn_join { width:100%; font-size:18px; height: 50px; line-height: 45px; color:#fff; background: linear-gradient(to right, #7f7f7f, #a0a0a0); border: 0px solid #9f9e9e;}
.login .btnbox2 .btn_join:hover { background:#777777; }

.login .txt { display:block; margin-top: 23px; font-size: 16px; color: #8d8d8d; text-align:center; /* font-family: 'NotoSansM'; */}
@media (max-width: 540px) {
	.login .txt {text-align: left !important;}
}

.login .login_inner div .btn_blk { float:right; width:48px; color: #fff; background:#333; border-radius: 10px;}
.login .login_inner div .btn_blk:hover { background:#555; }
.login .login_inner div .btn_blk img {width:20px; vertical-align: middle;}
@media (max-width: 399px) {
	.login .btnbox {margin-top: 13px;}
	.login .login_inner div > img {width: 221px;}
}



/**** Check Box ****/

.checkbox {
	display: block;
	margin: 0px 0 0;
	width: 100%;
}
.checkbox input[type="checkbox"] {
	display: none;
}
.checkbox label.lol-label-checkbox {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	cursor: pointer;
}
.checkbox .lol-text-checkbox {
	display: block;
	float: left;
	margin: 13px 0 0;
	padding-left: 30px;
	font-size: 16px;
	line-height: 2;
	color: #020202;
	background: url('../../images/kr/common/checkbox@2x.png') left top 6px no-repeat;
	background-size: 22px;
}
.checkbox input[type="checkbox"]:checked.lol-checkbox + .lol-text-checkbox {
	background-image: url('../../images/kr/common/checkbox@2x_active.png');
	background-size: 22px;
}
.lol-text-checkbox a {
	position: relative;
	color: #020202;
}
.lol-text-checkbox a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #020202;
}



/**** Radio Button ****/

.radio {
	margin: 0;
}
.radio label.lol-label-radio {
	margin: 22px 0 0;
	width: 100%;
}

.table-radio {
	float: left;
	width: 100%;
}
input[type="radio"] {
	display: none;
}
label.lol-label-radio {
	display: block;
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	cursor: pointer;
}
.lol-text-radio {
	display: block;
	float: left;
	height: 23px;
	line-height: 1.5;
	color: #020202;
	text-indent: 30px;
	background: url('../../images/kr/common/radio@2x.png') left top 3px no-repeat;
	background-size: 20px;
}
input[type="radio"]:checked.lol-radio + .lol-text-radio {
	background-image: url('../../images/kr/common/radio@2x_active.png');
	background-size: 20px;
}
@media (max-width: 499px) {
	label.lol-label-radio {
		margin-right: 15px;
		font-size: 16px;
	}
}



/**** file ****/
.form-control[readonly] {background-color: #fff;}
.file_input_textbox {
	float: left;
	width: 49.66666667%;
	background: #f1f1f1;
}
.file_input_div {
	position: relative;
	float: left;
	margin-right: 0;
	height: 34px;
	overflow: hidden;
}
.file_input_hidden {
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	height: 34px;
	opacity: 0;
	-ms-filter: alpha(opacity=0);
		filter: alpha(opacity=0);
	cursor: pointer;
}
.file_input_hidden:hover + button {
	border-color: #555;
}
.btn-file {
	float: left;
	width: 100%;
	min-width: 100%;
}
.file {
	padding: 0;
	width: 36px;
	height: 36px;
/* 	background: url(../../images/kr/common/btn-file.png) no-repeat; */
/* 	background-color: #fff; */
	border: none;
}
.file img {
	width: 36px;
	height: 36px;
}
.file_input {
	position: absolute;
	height: 34px;
	opacity: 0;
	cursor: pointer;
}
.btn-search {
	display: inline-block;
	position: relative;
	margin: 1px 0 0 -42px;
}
.btn-search img {
	width: 36px;
	height: 36px;
}
@media (min-width: 768px) {
	.file_input_textbox {
		width: 49.5%;
	}
}
@media (min-width: 992px) {
	.file_input_textbox {
		width: 49.66666667%;
	}
	.btn-file {
		width: 100px;
		min-width: 100px;
	}
	.total {
/* 		width: 54.9%; */
	}
}



/**** List ****/

.company-box {
	float: left;
	width: 100%;
}
.company-box .company-search {
	position: relative;
	float: left;
	margin-bottom: -1px;
	padding: 25px 128px;
	width: 100%;
	background-color: #f3f3f3;
	border: 1px solid #e8e8e8;
	border-top: 0px solid #222;
	border-bottom: none;
}
.company-box .company-search .form-control {
	float: left;
	padding: 6px 30px 4px;
	width: 796px;
	height: 50px;
	border: 1px solid transparent;
}
.company-box .company-search .company-btn {
	float: left;
	padding: 14px 0 13px;
	width: 123px;
	text-align: center;
	background-color: #545454;
}
.company-box .company-search .company-btn:hover {
	background-color: #333;
}
.company-box .company-guide {
	float: left;
	padding: 0 15px 14px 30px;
	width: 100%;
	border: 1px solid #e8e8e8
}
.company-box .company-guide li {
	float: left;
	padding-right: 15px;
	width: 25%;
}

.company-box .checkbox {
	float: left;
	margin: 0;
	padding: 17px 0 13px;
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
}
.company-box li:last-child .checkbox {
/* 	padding-bottom: 27px; */
	border-bottom: none;
}
.company-box .checkbox .lol-text-checkbox {
	float: left;
	margin-top: 11px;
	font-size: 17px;
}
.company-box .checkbox .lol-text-checkbox img {
	margin-top: -3px;
	margin-left: 10px;
}
@media (min-width: 640px) {
	.company-box li:nth-child(13) .checkbox {
		border-bottom: none;
	}
}
@media (max-width: 1199px) {
	.company-box .company-search {
		padding: 30px;
	}
	.company-box .company-search .form-control {
		width: 80%;
	}
	.company-box .company-search .company-btn {
		width: 20%;
	}
	.company-box .company-guide li {
		width: 33.33333333%;
	}
}
@media (max-width: 991px) {
	.company-box .company-guide li {
		width: 50%;
	}
}
@media (max-width: 639px) {
	.company-box .company-guide li {
		width: 100%;
	}
	.company-box .checkbox {
		padding: 9px 0 5px;
	}
}

.company-list {
	float: left;
	margin-top: 9px;
	width: 100%;
}
.company-list li {
	float: left;
}
.company-list a {
	display: block;
	width: 100%;
	height: 200px;
	background: url('../../images/kr/content/none-img.jpg') center no-repeat;
	background-size: cover;
}
.company-list a p {
	float: left;
	width: 100%;
	height: 200px;
	background: url('../../images/kr/content/none-img.jpg') center no-repeat;
	background-size: cover;
}
.company-list a p img {
	width: 100%;
}
.company-list strong {
	position: relative;
	float: left;
	padding: 10px 20px;
	width: 100%;
	font-size: 16px;
	color: #797979;
	background: url(../../images/kr/content/arrow.png) right 20px top 16px no-repeat;
	background-size: 8px;
	border: 1px solid #e8e8e8;
}
.company-list strong:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: -15px;
	right: auto;
	left: 30px;
	z-index: 1;
	margin-left: -11px;
	border-right: 11px solid transparent;
	border-bottom: 15px solid #ddd;
	border-left: 11px solid transparent;
}
.company-list strong:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: -14px;
	right: auto;
	left: 30px;
	z-index: 1;
	margin-left: -10px;
	border-right: 10px solid transparent;
	border-bottom: 14px solid #fff;
	border-left: 10px solid transparent;
}
.company-list em {
	float: left;
	padding: 15px 0px 36px 20px;
	width: 100%;
	min-height: 127px;
	border: 1px solid #e8e8e8;
	border-top: none;
}
.company-list span {
	display: table;
	margin-bottom: 8px;
	padding: 8px 20px;
	font-size: 14px;
	color: #fff;
	background-color: #646464;
}
.company-list i {
	display: inline-block;
	margin-top: 7px;
	margin-right: 18px;
	font-family: 'NotoSansM';
	font-size: 12px;
}
.company-list i img {
	margin-left: 2px;
	height: 23px;
}
.company-list a:hover strong {
	color: #212121;
	background-image: url(../../images/kr/content/arrow_active.png);
}
.company-list a:hover span {
	background-color: #fe5e01;
}
@media (min-width: 768px) {
	.company-list {
		float: none;
		width: 740px;
	}
	.company-list li {
		padding: 20px 20px 0 0;
		width: 50%;
	}
	.company-list em {
		min-height: 157px;
	}
}
@media (min-width: 992px) {
	.company-list {
		width: 981px;
	}
	.company-list li {
		padding: 41px 41px 0 0;
		width: 33.33333333%;
	}
}
@media (min-width: 1200px) {
	.company-list {
		width: 1218px;
	}
	.company-list i:nth-child(4) {
/* 		margin-right: 0; */
	}
}
@media (max-width: 767px) {
	.company-list li {
		padding-top: 3%;
		padding-right: 1.5%;
		width: 50%;
	}
	.company-list li:nth-child(2n) {
		padding-right: 0;
		padding-left: 1.5%;
	}
}
@media (max-width: 767px) {
	.company-list li,
	.company-list li:nth-child(2n) {
		padding: 15px 0 0;
		width: 100%;
	}
}

.more-view {
	float: left;
/* 	padding: 43px 0 0; */
	width: 100%;
	text-align: center;
}
.more-view a {
	display: block;
	position: relative;
	margin: 43px auto 0;
	width: 42px;
	height: 73px;
	font-family: 'NotoSansL';
	font-size: 16px;
	color: #a9a6a2;
}
.more-view a:after {
	content: '';
	position: absolute;
	top: 31px;
	left: 50%;
	margin-left: -21px;
	width: 42px;
	height: 42px;
	background: url(../../images/kr/content/more@2x.png) left center no-repeat;
	background-size: 84px;
}
.more-view a:hover {
	color: #fe5e01;
}
.more-view a:hover:after {
	background-position-x: -42px;
}
@media (max-width: 767px) {
	.more-view {padding-top: 23px;}
}



/**** Join ****/

.company-box h3 {
	padding: 48px 0 20px;
	font-family: 'NotoSansM';
	font-size: 18px;
	color: #020202;
}



/**** Detail ****/

.company-detail {
	float: left;
	padding: 15px 0px 0px;
	width: 100%;
	border: 1px solid #e8e8e8;
	border-top: 0px solid #222;
}
.company-detail p {
	float: left;
	margin-left: 40px;
/* 	padding: 0 0 0 40px; */
	width: 20.5%;
	width: 160px;
	overflow: hidden;
	background: url('../../images/kr/content/none-img.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}
.company-detail p span {
	display: block;
	width: 160px;
	height: 160px;
	background: url('../../images/kr/content/none-img.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}
.company-detail dl {
	float: left;
	padding-left: 40px;
	width: 79.5%;
}
.company-detail dl dt {
	padding: 21px 40px 14px 0;
	font-family: 'NotoSansM';
/* 	background-color: #f3f3f3; */
}
.company-detail dl dt strong {
	display: inline-block;
	font-size: 19px;
	color: #f16209;
}
.company-detail dl dd {
	padding: 0 20px 0 0;
}
.company-detail dl dd li {
	padding: 4px 0 4px;
	font-size: 16px;
	letter-spacing: -0.095em;
	color: #212121;
}
.company-detail dl dd li:first-child {
	border-top: none;
}
.company-detail dl dd li span {
	display: inline-block;
	width: 25%;
}
.company-detail dl dd li strong {
	margin-right: 10px;
}
.company-detail em {
	float: left;
	margin-top: 14px;
	padding: 22px 40px 18px;
	width: 100%;
/* 	font-family: 'NotoSansM'; */
	font-size: 16px;
	color: #333;
	background-color: #f3f3f3;
}
.company-detail em i {
	margin-right: 36px;
	line-height: 2.7;
}
.company-detail em i:last-child {
	margin-right: 0;
}
.company-detail em img {
	margin-top: -3px;
	margin-left: 6px;
}
@media all and (max-width: 1199px) {
	.company-detail p {
/* 		min-width: 240px; */
	}
	.company-detail dl {
		width: auto;
	}
	.company-detail dl dd li span {
		width: 50%;
	}
	.company-detail em {
		padding-right: 20px;
	}
	.company-detail em i {
		float: left;
		margin-right: 0;
		width: 25%;
	}
}
@media all and (max-width: 991px) {
	.company-detail p {
		margin: 0 5%;
/* 		padding-right: 0; */
/* 		padding-left: 20px; */
/* 		width: 30%; */
		min-width: auto;
	}
	.company-detail dl {
		padding-left: 0px;
	}
	.company-detail dl dt {
		padding-right: 15px;
	}
	.company-detail em {
		padding: 20px 20px 18px;
		font-size: 15px;
	}
	.company-detail em i {
		width: 33.33333333%;
	}
}
@media all and (max-width: 760px) {
	.company-detail p {
/* 		min-width: 208px; */
	}
	.company-detail em i {
		width: 50%;
	}
}
@media all and (max-width: 639px) {
	.company-detail p {
/* 		padding-left: 15px; */
		width: 40%
	}
	.company-detail p img {
		width: 100%;
	}
	.company-detail p span {
		width: 100%;
		height: 200px;
	}
	.company-detail dl {
		width: 50%;
	}
	.company-detail dl dt strong {
		margin-top: 0;
		width: 100%;
		font-size: 18px;
	}
	.company-detail em {
		font-size: 14px;
	}
	.company-detail em img {
		height: 30px;
	}
	.company-detail dl dd {
		float: left;
		padding-right: 15px;
		width: 100%;
	}
	.company-detail dl dd li {
		font-size: 14px;
	}
	.company-detail dl dd li:last-child {
		padding-left: 35px;
	}
	.company-detail dl dd li:last-child strong {
		margin-left: -35px;
	}
	.company-detail dl dd li span {
		width: 100%;
	}
	.company-detail dl dd li span:first-child {
		padding-bottom: 4px;
	}
	.company-detail em {
		padding: 15px 15px 13px;
	}
}
@media all and (max-width: 499px) {
	.company-detail p {
/* 		padding-right: 15px; */
		width: 90%;
	}
	.company-detail p span {
		width: 100%;
	}
	.company-detail dl {
		padding-left: 15px;
		width: 100%;
	}
	.company-detail em i {
		width: 100%;
	}
}



/* BoardList */

.boardListArea {
	float: left;
	margin-top: 40px;
	width: 100%;
}
.boardListArea h3 {
	margin: 0 0 22px;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
}
.boardListArea h3 strong {font-family: 'NotoSansM'; font-size: 18px; color: #fe5e01;}
.boardListArea h3 a.btn {float: right; margin-bottom: 20px; padding: 11px; width: 100px; height: 48px;}
.boardListArea h3 a img {float: right; margin-top: -3px;}



/**** BoardView ****/

.boardViewArea {
	float: left;
	width: 100%;
}

.boardViewArea h3 {
	padding: 48px 0 20px;
	font-family: 'NotoSansM';
	font-size: 18px;
	color: #020202;
}

.boardViewArea .boardView table {
	border-top: 1px solid #979797;
	border-bottom: 1px solid #d5d5d5;
	border-collapse: separate;
}
.boardViewArea .boardView table tr {
	border-bottom: 1px solid #d5d5d5;
}
.boardViewArea .boardView table tr th {
	padding: 15px 20px 15px;
	min-width: 113px;
/* 	font-family: 'NotoSansM'; */
	font-size: 16px;
	color: #020202;
	background-color: #f7f7f7;
	border-bottom: 1px solid #d5d5d5;
}
.boardViewArea .boardView table tr td {
	padding: 10px 20px;
	font-size: 16px;
	line-height: 2.3;
	color: #313131;
	text-align: left;
	border-bottom: 1px solid #d5d5d5;
}
@media (max-width: 499px) {
	.boardViewArea .boardView table tr th {
		padding: 15px;
		font-size: 15px;
	}
	.boardViewArea .boardView table tr td {
		line-height: 1.6;
		font-size: 15px;
		padding: 10px 15px;
	}
}
.boardViewArea .boardView table tr:last-child th,
.boardViewArea .boardView table tr:last-child td {
	border-bottom: none;
}

.news-box {
	float: left;
	width: 100%;
}
.news-content {
	float: left;
	width: 100%;
	border-bottom: 1px solid #979797;
}
.news-content dt {
	position: relative;
	padding: 23px 25px 24px 85px;
	font-size: 19px;
	color: #020202;
	line-height: 1.5;
	text-align: left;
	background-color: #eee;
}
.news-content dt span {
	position: absolute;
	top: 50%;
	left: 25px;
	float: left;
	margin: -23px 15px 20px 0;
	padding: 9px 0;
	width: 45px;
	height: 45px;
	font-family: 'NotoSansR';
	font-size: 13px;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #272727;
}
.news-content dd {
	float: left;
	padding: 40px 25px 90px;
	width: 100%;
	font-size: 15px;
	line-height: 1.9;
	color: #020202;
}
.news-content dd p {
	float: left;
	width: 100%;
}
.news-content dd img {
	margin-bottom: 5px;
	max-width: 1127px;
	height: auto !important;
}

.news-next {
	float: left;
	width: 100%;
	padding: 19px 10px 20px;
	font-size: 18px;
	line-height: 1.5;
	color: #797979;
	border-bottom: 1px solid #979797;
}
.news-next dt {
	display: inline-block;
	padding-left: 30px;
	min-width: 90px;
	background: url('../../images/kr/content/arrow.png') center left 10px no-repeat;
}
.news-next dd {
	display: inline-block;
	margin: 0;
}
.news-next a {
	float: left;
	margin: 0;
	line-height: 1.5;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-next dd em {
	float: right;
	margin: 0;
	text-align: right;
}
@media all and (max-width: 1199px) {
	.news-content dd img {
		max-width: 890px !important;
	}
}
@media all and (max-width: 991px) {
	.news-content dd img {
		max-width: 670px !important;
	}
}
@media all and (max-width: 767px) {
	.news-content dd img {
		width: 100% !important;
	}
}
@media all and (max-width: 640px) {
	.news-next dt {
		padding-left: 15px;
		min-width: 70px;
		background-position-x: 0;
	}
	.news-next dd em {
		display: none;
	}
}
@media all and (max-width: 499px) {
	.news-content dt {
		font-size: 18px;
	}
}

.tabViewArea {float: left; margin-bottom: -11px; padding: 0 40px; width: 100%;}
.tabViewArea h4 {margin-bottom: 10px; font-family: 'NotoSansM'; font-size: 24px; text-align: left;}

.tabView {
	padding-left: 10px;
	font-size: 16px;
	line-height: 40px;
	color: #212121;
}
.tabView strong {
	display: inline-block;
	margin-top: 20px;
	margin-left: -10px;
}
.tabView p {
/* 	text-indent: 10px; */
}
.tabView p img {
	max-width: 1087px;
	height: auto !important;
}
@media all and (max-width: 1199px) {
	.tabView p img {
		max-width: 850px !important;
	}
}
@media all and (max-width: 991px) {
	.tabViewArea {
		padding: 20px;
	}
	.tabView p img {
		max-width: 670px !important;
	}
}
@media all and (max-width: 767px) {
	.tabView p img {
		width: 100% !important;
	}
}
@media all and (max-width: 639px) {
	.tabViewArea h4 {
		font-size: 18px;
	}
	.tabView {
		font-size: 14px;
		line-height: 30px;
	}
}

.address input {
	margin-top: 8px;
	margin-left: 0;
}
.address input:first-child {
	margin-top: 0;
}
@media all and (min-width: 1199px) {
	.address input:last-child {
		margin-left: 0.45%;
	}
}
@media all and (max-width: 639px) {
	.address input {
		margin-top: 5px;
	}
	.address input:first-child {
		margin-bottom: 5px;
	}
	.address .btn-md {
		margin-left: 0;
	}
}

.edit {
	float: left;
	width: 100%;
}
.tab-content + .checkbox {
	float: left;
	margin-top: 21px;
	margin-bottom: -49px;
}
@media all and (max-width: 991px) {
	.tab-content + .checkbox {
		margin-bottom: 0;
	}
}



.complete-box td {
	padding: 91px 0 136px;
	font-family: 'NotoSansL';
	font-size: 18px;
	color: #020202;
	text-align: center;
	border: 1px solid #d5d5d5;
	border-top: none;
}
.complete-box strong {
	display: block;
	margin: 41px 0 16px;
	font-family: 'NotoSansM';
	font-size: 24px;
}



/**** SearchArea ****/

.searchArea {
	display: inline-block;
	position: relative;
	margin: 0;
	width: 100%;
}

.searchAreaInner {
	float: left;
	padding: 25px 0 5px;
	width: 100%;
	background: #f3f3f3;
}
.searchAreaInner > div {
	margin-bottom: 20px;
}
.searchAreaInner input[type="text"] {
	padding: 10px;
	width: 100%;
	height: 46px;
	vertical-align: middle;
	border: 1px solid #ccc;
	border-radius: 0px;
}
.searchAreaInner select {
	padding: 3px 20px 5px;
	-webkit-padding-before: 5px;
	width: 100%;
	height: 46px;
	font-size: 16px;
	vertical-align: middle;
	color: #313131;
	background-position: top -5px right;
	border: 1px solid #ccc;
	border-radius: 0px;
}

.searchAreaInner em {float: left; width: 100%; margin: 9px 0 13px; font-size: 16px; text-align: left;}
.searchAreaInner span {float: left; padding: 10px 5px; width: 6%; text-align: center;}
.searchAreaInner input[type="text"].calendar {float: left; width: 47%;}

.calendar {background: url(../../images/kr/common/icon_calendar@2x.png) right 7px top 12px no-repeat; background-size: 20px; background-color: #fff;}
.calendar:hover {background-position-y: -20px;}

.searchBtn {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -50px;
	margin-right: -53px;
}
.searchBtn a {
	display: block;
	width: 63px;
	height: 100px;
	text-indent: -99999999px;
	background: url("../../images/kr/common/btn-search.png") no-repeat;
}
.searchBtn.search-sm {
	margin-top: -35px;
}
.searchBtn.search-sm a {
	height: 70px;
	background-image:url("../../images/kr/common/btn-search-sm.png");
}
.searchArea .empty {height: 46px;}
@media (min-width: 768px) {
	.searchAreaInner {
		padding-right: 15px;
		padding-left: 15px;
/* 		width: 1170px !important; */
/* 		max-width: 1170px; */
	}
	.searchAreaInner input[type="text"],
	.searchAreaInner select {width: 82%;}
	.searchAreaInner em {width: 18%;}
	.searchAreaInner span {width: 4%;}
	.searchAreaInner input[type="text"].calendar {width: 39%;}
	
	.searchAreaInner em.one {width: 9%;}
	.searchAreaInner em.one + .form-control {width: 91%;}
}
@media (max-width: 1199px) {
	.searchBtn {
		margin-right: -48px;
	}
}
@media (max-width: 991px) {
	.searchArea .empty {display: none;}
}
@media (max-width: 767px) {
	.searchArea {
		margin-bottom: 50px;
	}
	.searchAreaInner > div {float: left; width: 100%;}
	
	.searchBtn {
		display: table;
		top: auto;
		bottom: -41px;
		left: 50%;
		margin-top: 0;
		margin-left: -120px;
	}
	.searchBtn a {
		width: 240px;
		height: 41px !important;
		background-image:url("../../images/kr/common/btn-search-m@2x.png") !important;
		background-size: 240px;
		background-position: center top;
	}
}
@media all and (max-width: 499px) {
	.searchAreaInner em {
		margin-top: 0;
		font-size: 14px;
	}
}



/**** Not listed ****/

.list-empty {
	padding: 64px 0 70px !important;
	font-size: 16px !important;
	line-height: 37px !important;
	color: #7d7d7d;
	text-align: center;
	cursor: default !important;
}
.list-empty img {
	width: 52px;
	height: 52px;
	opacity: 0.7;
}



/* UserGuide */

.userTabs {
	float: left;
	margin-bottom: 50px;
	width: 100%;
}
.userTabs a {
	float: left;
	margin: 0;
	padding: 18px 0 16px;
	width: 25%;
	font-size: 18px;
	color: #020202;
	text-align: center;
	background-color: #f3f3f3;
	border-top: 1px solid #d6d6d6;
	border-bottom: 2px solid #979797;
	border-left: 1px solid #d6d6d6;
}
.userTabs a:first-child {
/* 	margin-left: 0; */
}
.userTabs a:last-child {
	border-right: 1px solid #d6d6d6;
}
.userTabs a:hover {
	background: #f9f9f9;
}
.userTabs a.active,
.userTabs a.active:hover,
.userTabs a.active:focus {
	padding: 17px 0 16px;
/* 	color: #fe5e01; */
	text-align: center;
	background-color: #fff;
	border: 2px solid #979797;
	border-bottom: 2px solid transparent;
	border-left: 2px solid #979797;
	cursor: default;
}

.srch-area {
	float: left;
	width: 100%;
	height: 40px;
	position: relative;
}
.srch-area:after {
	clear: both;
	display: block;
	content: ""
}
.srch-area .right-wrap {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
.srch-area .right-wrap .sel-area {
	float: left;
	width: 150px;
	background-color: #f5f5f5;
	margin-right: 8px;
	border: 1px solid #f5f5f5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	transition: all 0.3s ease;
}
.srch-area .right-wrap .sel-area button {
	width: 100%;
	height: 40px;
	text-align: left;
	color: #222;
	padding-left: 19px;
	background: url("../../images/kr/common/sel_arrow_off.png") 100% 50% no-repeat;
}
.srch-area .right-wrap .sel-area .sel-list {
	display: none;
	padding: 2px 0 12px 0;
}
.srch-area .right-wrap .sel-area .sel-list li a {
	padding: 8px 0 8px 19px;
	display: block;
	color: #222;
}
.srch-area .right-wrap .sel-area .sel-list li a:hover {
	color: #ff5d00;
}
.srch-area .right-wrap .sel-area.active {
	background-color: #fff;
	border: 1px solid #ff5d00;
}
.srch-area .right-wrap .sel-area.active button {
	background: url("../../../images/kr/icon/sel_arrow_on.png") 100% 50% no-repeat;
}
.srch-area .right-wrap .input-area {
	width: 100%;
	height: 44px;
	float: right;
	position: relative;
}
.srch-area .right-wrap .input-area input {
	float: left;
	width: 275px;
	padding-right: 50px;
	outline: none;
	height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
	transition: all 0.3s ease;
	padding-left: 20px;
}
.srch-area .right-wrap .input-area input:focus {
	background: #fff;
	border: 1px solid #ff5d00;
}
.srch-area .right-wrap .input-area a {
	display: inline-block;
	position: absolute;
	right: 0;
	width: 50px;
	height: 40px;
	background-image: url("../../images/kr/common/srch_btn@2x.png");
	background-size: 50px;
}
@media (max-width: 413px) {
	.srch-area .right-wrap .input-area input {width: 250px !important;}
}
@media (max-width: 650px) {
	.userTabs {
/* 		margin-top: 16px; */
	}
	.userTabs a {
		padding: 15px 0;
		font-size: 16px;
	}
	.userTabs a.active,
	.userTabs a.active:hover,
	.userTabs a.active:focus {
		padding: 15px 0 14px;
	}
}



#accessTerms {
	margin-bottom: -60px;
	padding-bottom: 35px;
	/*border-bottom: 1px solid #d5d5d5;*/
}
#privacyStatements {
	padding-top: 120px;
}
.user-tab {
	float: left;
	margin-top: -6px;
	width: 100%;
}
.user-tab li {
	float: left;
}
.user-tab li a {
	position: relative;
	float: left;
	padding: 0 11px;
	font-size: 18px;
	color: #999;
}
.user-tab li a.active {
	font-family: 'NotoSansM';
	color:#ff5d00;
}
.user-tab li:first-child a {
	padding-left: 0;
}
.user-tab li:first-child a:before {
	content: '';
	position: absolute;
	top: 5px;
	right: 0;
	width: 1px;
	height: 18px;
	background-color: #999;
}
@media (min-width: 1000px) {
	.guide-box {padding: 42px 90px !important;}
}
.guide-box {
	float: left;
	margin-top: 16px;
	padding: 42px 30px;
	width: 100%;
	font-family: 'NotoSansL';
	font-size: 16px;
	color: #020202;
	text-align: center;
	background-color: #f9f9f9;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.guide-box img {
	display: block;
	margin: 0 auto;
	width: 128px;
}
.guide-box strong {
	display: block;
	margin: 30px 0 14px;
	font-family: 'NotoSansM';
	font-size: 22px;
}

.userGuide-content {
	float: left;
	padding: 35px 25px;
	width: 100%;
	height: 695px;
	font-family: 'NotoSansL';
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -1px;
	color: #313131;
	overflow-y: auto;
	border-bottom: 1px solid #d5d5d5;
}
.userGuide-content h1 strong {
	font-size: 17px;
}
.userGuide-content p {
	float: left;
	width: 100%;
}
.userGuide-content strong {
	float: left;
	width: 100%;
	font-family: 'NotoSansR';
	font-weight: bold;
	color: #020202;
	line-height: 24px;
	text-decoration: none;
}
@media (max-width:640px) {
	.userGuide-content {
		padding: 35px 20px;
		height: 355px;
	}
}



/**** Notice ****/

.noticeArea {
	float: left;
	width: 100%;
}
.noticeArea .notice-accordion {
	float: left;
	width: 100%;
	margin: 25px auto 0;
	border-bottom: 1px solid #c8c8c8;
}
.noticeArea .notice-accordion>li {
	float: left;
	width: 100%;
	background: #fff;
	padding-top: 12px;
	border-top: 1px solid #c8c8c8;
}
.noticeArea .notice-accordion>li:first-child {
	padding-top: 0;
	border-top: none;
}
.noticeArea .notice-accordion>li>a {
	display: block;
	float: left;
	width: 100%;
	height: 67px;
	line-height: 69px;
	position: relative;
	font-size: 17px;
	color: #545454;
	font-family: 'NotoSansL';
	font-weight: normal;
	border: 1px solid #c8c8c8;
	border-bottom: none;
	padding-left: 30px;
	background-image: url("../../images/kr/common/arrow_down@2x.png");
	background-size: 26px;
	background-position: top 21px right 30px;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
.noticeArea .notice-accordion>li:last-child > a {
/* 	height: 68px; */
/* 	border-bottom: 1px solid #c8c8c8; */
}
.noticeArea .notice-accordion>li>a span {
	float: left;
	width: 83%;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
}
.noticeArea .notice-accordion>li>a .date {
	float: left;
	display: inline-block;
	font-family: 'NotoSansL';
	color: #8d8d8d;
	margin-right: 15px;
}
.noticeArea .notice-accordion>li .answer-area {
	display: none;
	width: 100%;
	border-right: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 27px;
	position: relative;
	top: 0px;
	box-sizing: border-box;
}
.noticeArea .notice-accordion>li .answer-area .a-mark {
	display: inline-block;
	width: 26px;
	height: 20px;
	position: absolute;
	top: 8px;
	left: 31px;
	background: url("../../images/kr/content/faq_a_mark.png");
	text-indent: -9999px;
}
.noticeArea .notice-accordion>li .answer-area .answer {
	padding-top: 12px;
	font-size: 17px;
	color: #020202;
	line-height: 28px;
	font-family: 'NotoSansL';
/* 	font-weight: 500; */
	letter-spacing: -0.05em;
	overflow: hidden;
}
.noticeArea .notice-accordion>li .answer-area .answer p img {
	max-width: 1115px !important;
	height: auto !important;
}
.noticeArea .notice-accordion>li.active {
	margin-bottom: -1px;
}
.noticeArea .notice-accordion>li.active>a {
	display: table;
	float: none;
	width: 100%;
	border: 3px solid #ff5d00;
	border-bottom: 0;
	line-height: 65px;
	padding-left: 28px;
	font-family: 'NotoSansR';
/* 	font-weight: 500; */
	color: #020202;
	background-image: url("../../images/kr/common/arrow_up@2x.png");
	background-size: 26px;
	background-position: top 20px right 27px;
	background-repeat: no-repeat;
}
.noticeArea .notice-accordion>li.active>a span {
	padding: 17px 0 17px;
	height: auto;
	line-height: 1.83;
	border-bottom: 0;
	font-family: 'NotoSansR';
	font-weight: 500;
	white-space: normal;
	word-break: normal;
	text-overflow: inherit;
	overflow: inherit;
	background: none;
	border: none;
}
.noticeArea .notice-accordion>li.active>a .date {
/* 	margin-top: -2px; */
}

.noticeArea .notice-accordion>li.active .answer-area {
	border: 3px solid #ff5d00;
	border-top: none;
	padding-left: 28px;
	padding-right: 28px;
	top: 0;
}
.noticeArea .notice-accordion>li.active .answer-area .answer {
	padding-top: 11px;
}

@media all and (max-width: 1199px) {
	.noticeArea .notice-accordion>li .answer-area .answer p img {
		max-width: 878px !important;
	}
}
@media all and (max-width: 991px) {
	.noticeArea .notice-accordion>li .answer-area .answer p img {
		max-width: 658px !important;
	}
}
@media all and (max-width: 767px) {
	.noticeArea .notice-accordion>li .answer-area .answer p img {
		width: 100% !important;
	}
}
@media (min-width: 651px) and (max-width: 992px) {
	.noticeArea .notice-accordion>li>a span {width: 70% !important;}
}
@media (max-width: 650px) {
	.noticeArea .notice-accordion>li>a span {width: 60% !important;}
}
@media (max-width: 640px) {
	.noticeArea {
/* 		padding-top: 40px !important; */
	}
}
@media (max-width: 540px) {
	.noticeArea .notice-accordion>li>a span {width: 50% !important;}
}



/***** FAQ *****/

.faqArea {
	float: left;
	width: 100%;
}
.faqArea .faq-accordion {
	position: relative;
	float: left;
	width: 100%;
	margin: 25px auto 0;
	border-bottom: 1px solid #c8c8c8;
}
.faqArea .faq-accordion:after {
	display: none;
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #c8c8c8;
}
.faqArea .faq-accordion>li {
	float: left;
	width: 100%;
	background: #fff;
	padding-top: 12px;
	border-top: 1px solid #c8c8c8;
}
.faqArea .faq-accordion>li:first-child {
	padding-top: 0;
	border-top: none;
}
.faqArea .faq-accordion>li>a {
	display: block;
	float: left;
	width: 100%;
	height: 67px;
	line-height: 69px;
	position: relative;
	font-size: 17px;
	color: #545454;
	font-family: 'NotoSansL';
	border: 1px solid #c8c8c8;
	border-bottom: none;
	padding-left: 64px;
	background-image: url("../../images/kr/common/arrow_down@2x.png");
	background-size: 26px;
	background-position: top 21px right 30px;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
.faqArea .faq-accordion>li:last-child a {
/* 	height: 68px; */
/* 	border-bottom: 1px solid #c8c8c8; */
}
.faqArea .faq-accordion>li>a span {
	float: left;
	width: 90%;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	overflow: hidden;
}
.faqArea .faq-accordion>li>a .q-mark {
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 25px;
	left: 26px;
	background: url("../../images/kr/content/faq_q_mark.png");
	background-size: 20px;
	text-indent: -9999px;
}
.faqArea .faq-accordion>li .answer-area {
	display: none;
	width: 100%;
	border-right: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	padding-right: 26px;
	padding-left: 64px;
	padding-bottom: 27px;
	position: relative;
	top: 0px;
	box-sizing: border-box;
}
.faqArea .faq-accordion>li .answer-area .a-mark {
	display: inline-block;
	width: 22px;
	height: 16px;
	position: absolute;
	top: 19px;
	left: 25px;
	background: url("../../images/kr/content/faq_a_mark.png");
	background-size: 22px;
	text-indent: -9999px;
}
.faqArea .faq-accordion>li .answer-area .answer {
	padding-top: 12px;
	font-size: 17px;
	color: #020202;
	line-height: 28px;
	font-family: Source, sans-serif;
	font-weight: 500;
	letter-spacing: -0.05em;
	overflow: hidden;
}
.faqArea .faq-accordion>li .answer-area .answer p img {
	max-width: 1085px !important;
	height: auto !important;
}
.faqArea .faq-accordion>li.active {
	position: relative;
	z-index: 1;
	margin-bottom: -1px;
}
.faqArea .faq-accordion>li.active>a {
	display: table;
	float: none;
	width: 100%;
	border: 3px solid #ff5d00;
	border-bottom: 0;
	line-height: 65px;
	padding-left: 62px;
	font-family: 'NotoSansR';
/* 	font-weight: 500; */
	color: #020202;
	background-image: url("../../images/kr/common/arrow_up@2x.png");
	background-size: 26px;
	background-position: top 20px right 27px;
	background-repeat: no-repeat;
}
.faqArea .faq-accordion>li.active>a span {
	padding: 17px 0 17px;
	-webkit-padding-before: 17px;
	height: auto;
	line-height: 1.83;
	border-bottom: 0;
	font-family: 'NotoSansR';
	font-weight: 500;
	white-space: normal;
	word-break: normal;
	text-overflow: inherit;
	overflow: inherit;
	background: none;
	border: none;
}
.faqArea .faq-accordion>li.active>a .q-mark {
	top: 26px;
	left: 27px;
	-webkit-margin-before: -3px;
	-webkit-margin-start: -3px;
}
.faqArea .faq-accordion>li.active .answer-area {
	border: 3px solid #ff5d00;
	border-top: none;
	padding-left: 62px;
	padding-right: 24px;
	top: 0;
}
.faqArea .faq-accordion>li.active .answer-area .a-mark {
	top: 18px;
	left: 23px;
	margin-top: 0;
	-webkit-margin-before: 0;
}
.faqArea .faq-accordion>li.active .answer-area .answer {
	padding-top: 11px;
}

@media (max-width: 1199px) {
	.faqArea .faq-accordion>li .answer-area .answer p img {
		max-width: 848px !important;
	}
}
@media (max-width: 991px) {
	.faqArea .faq-accordion>li .answer-area .answer p img {
		max-width: 628px !important;
	}
}
@media (max-width: 767px) {
	.faqArea .faq-accordion>li .answer-area .answer p img {
		width: 100% !important;
	}
}
@media (max-width: 650px) {
	.faqArea .faq-accordion>li>a span {width: 80% !important;}
}
@media (max-width: 640px) {
	
}
@media (max-width: 540px) {
	.faqArea .faq-accordion>li>a span {width: 70% !important;}
	.faqArea .faq-accordion>li.active>a span {width: 80% !important;}
}



/**** News ****/

.news-list {
	float: left;
	margin-top: 10px;
	width: 100%;
}
.news-list .list-empty {
	position: relative;
    float: left;
    width: 100%;
    margin: 25px auto 0;
    border-bottom: 1px solid #c8c8c8;
}
.news-list li {
	position: relative;
	float: left;
}
.news-list a {
	display: block;
	width: 100%;
	height: 250px;
	background: url('../../images/kr/content/news-none-img.jpg') center no-repeat;
	background-size: cover;
}
.news-list a p {
	float: left;
	width: 100%;
	height: 250px;
	background: url('../../images/kr/content/news-none-img.jpg') center no-repeat;
	background-size: cover;
}
.news-list a p img {
	width: 100%;
}
.news-list em {
	position: relative;
	float: left;
	padding: 15px 20px 24px;
	width: 100%;
	min-height: 126px;
	font-size: 16px;
	color: #999;
	border: 1px solid #e8e8e8;
}
.news-list span {
	display: none;
	position: absolute;
	top: -31px;
	left: 14px;
	padding: 9px 0px;
	width: 45px;
	height: 45px;
	font-size: 13px;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #646464;
}
.news-list strong {
	float: left;
	padding: 10px 0 25px;
	width: 100%;
	font-size: 18px;
	line-height: 1.45;
	color: #020202;
}
.news-list a:hover span {
	display: block;
	background-color: #fe5e01;
}
.news-list a:hover strong {
	text-decoration: underline;
}

@media (min-width: 768px) {
	.news-list {
		width: 740px;
	}
	.news-list em {
		min-height: 152px;
	}
	.news-list li {
		padding: 20px 20px 0 0;
		width: 50%;
	}
}
@media (min-width: 992px) {
	.news-list {
		width: 981px;
	}
	.news-list li {
		padding: 41px 41px 0 0;
		width: 33.33333333%;
	}
}
@media (min-width: 1200px) {
	.news-list {
		margin-top: -16px;
		width: 1218px;
	}
}
@media (max-width: 767px) {
	.news-list li {
		padding-top: 3%;
		padding-right: 1.5%;
		width: 50%;
	}
	.news-list li:nth-child(2n) {
		padding-right: 0;
		padding-left: 1.5%;
	}
}
@media (max-width: 767px) {
	.news-list li,
	.news-list li:nth-child(2n) {
		padding: 15px 0 0;
		width: 100%;
	}
}



/**** 개요 ****/

.info-header {
	float: left;
	padding: 39px 60px 38px;
	width: 100%;
	font-size: 18px;
	color: #212121;
	border: 1px solid #e8e8e8;
	border-top: none;
}
.info-header strong {
	font-size: 26px;
}
@media (max-width: 767px) {
	.info-header {
		padding: 24px 25px 23px;
		font-size: 16px;
	}
	.info-header strong {
		font-size: 21px;
	}
}

.info-content {
	float: left;
	padding: 40px 89px 0;
	width: 100%;
}
@media (max-width: 1199px) {
	.info-content {
		padding-right: 0;
		padding-left: 0;
	}
	.info-content > img {
		width: 100%;
	}
}
@media (max-width: 499px) {
	.info-content {
		padding-top: 30px;
	}
}

.info-box {
	position: relative;
	float: left;
	margin-bottom: 40px;
	padding: 83px 70px 54px;
	width: 100%;
	font-size: 17px;
	color: #000;
	text-align: center;
	background-color: #f0f0f0;
}
.info-box img {
	display: table;
	float: left;
	margin-top: 60px;
	width: 262px;
}
.info-box p {
	display: table;
	padding-left: 51px;
	font-size: 17px;
	line-height: 1.75;
	letter-spacing: -1px;
	color: #020202;
	text-align: left;
}
.info-box strong {
	font-family: 'NotoSansM';
}
@media (max-width: 1199px) {
	.info-box {
		padding: 53px 40px 54px;
	}
}
@media (max-width: 991px) {
	.info-box {
		padding: 43px 20px 44px;
	}
	.info-box img {
		width: 200px;
	}
	.info-box p {
		padding-left: 20px;
	}
}
@media (max-width: 639px) {
	.info-box img {
		margin-top: 0;
	}
	.info-box p {
		display: inline-block;
		margin-top: 30px;
		padding-left: 0;
	}
}

.vision-box {
	float: left;
	margin: 40px 0 0;
	padding: 78px 29px 56px;
	width: 100%;
	font-size: 17px;
	color: #000;
	text-align: center;
	background-color: #f0f0f0;
}
.vision-box .title {
	display: inline-block;
	position: relative;
/* 	margin-bottom: 27px; */
	width: 50%;
	font-family: 'NotoSansM';
}
.vision-box .title:before {
	content: '';
	position: absolute;
	top: 19px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #303d19;
}
.vision-box .title span {
	display: inline-block;
	position: relative;
	padding: 5px 0 7px;
	width: 237px;
	font-family: 'NotoSansM';
	color: #fff;
	background-color: #303d19;
	border-radius: 18px;
}
.vision-box .ball {
	display: inline-block;
	position: relative;
	top: -41px;
	width: 100%;
}
.vision-box .ball:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	background-color: #303d19;
	border-radius: 100%;
}
.vision-box .ball:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 7px;
	height: 7px;
	background-color: #303d19;
	border-radius: 100%;
}

.vision-box ul {
	float: left;
	margin: 60px auto 0;
	width: 100%;
}
.vision-box ul li {
	position: relative;
	float: left;
	width: 235px;
	font-size: 16px;
	letter-spacing: -1px;
	color: #555;
	text-align: center;
}
.vision-box ul li:last-child {
/* 	width: 172px; */
}
.vision-box ul li:after {
	content: '';
	position: absolute;
	top: 86px;
	right: -86px;
	width: 50%;
	height: 1px;
	background-color: #ffcc66;
}
.vision-box ul li:nth-child(2):after {
	background-color: #f45322;
}
.vision-box ul li:nth-child(3):after {
	background-color: #a6b29b;
}
.vision-box ul li:last-child:after {
	display: none;
}
.vision-box ul li span {
	display: block;
	position: relative;
	z-index: 1;
	margin: 0 auto 13px;
	width: 172px;
	height: 172px;
	font-size: 22px;
	line-height: 6.9;
	text-align: center;
	background-color: #fff;
	border: 11px solid #ffcc66;
	border-radius: 100%;
}
.vision-box ul li:nth-child(2) span {
	border-color: #f45322;
}
.vision-box ul li:nth-child(3) span {
	border-color: #a6b29b;
}
.vision-box ul li:last-child span {
	border-color: #cad2bd;
}

@media (max-width: 1199px) {
	.vision-box {
		padding: 58px 0 36px;
	}
	.vision-box ul {
		margin-left: 10px;
	}
	.vision-box ul li {
		width: 230px;
	}
}
@media (max-width: 991px) {
	.vision-box {
		padding: 38px 15px 26px;
	}
	.vision-box .title {
		width: 80%;
	}
	.vision-box ul li {
		padding: 0 21px;
		width: 167px;
	}
	.vision-box ul li:after {
		top: 66px;
		right: -66px;
	}
	.vision-box ul li span {
		width: 132px;
		height: 132px;
		font-size: 18px;
		line-height: 6.5;
		border: 5px solid #ffcc66;
	}
}
@media (max-width: 767px) {
	.vision-box {
		padding-right: 0;
		padding-left: 0;
	}
	.vision-box ul {
		margin: 30px auto 0;
	}
	.vision-box ul li {
		padding: 0 1%;
		width: 25%;
	}
}
@media (max-width: 639px) {
	.vision-box {
		padding: 38px 15px 0;
	}
	.vision-box ul {
		padding-bottom: 10px;
	}
	.vision-box ul li {
		margin-top: 30px;
		padding-top: 20px;
		width: 100%;
		height: 132px;
		text-align: left;
	}
	.vision-box ul li:after {
		left: 71px;
		width: 1px;
		height: 100px;
	}
	.vision-box ul li span {
		float: left;
		margin-top: -10%;
		margin-right: 10px;
	}
}
@media (max-width: 499px) {
	.vision-box .title {
		width: 100%;
	}
	.vision-box .title span {
		width: 200px;
	}
	.vision-box ul {
		padding-bottom: 30px;
	}
}

.purpose-box {
	position: relative;
	float: left;
	padding: 0;
	width: 100%;
	font-size: 17px;
	color: #000;
	text-align: center;
	background: none;
}
.purpose-box > p {
	margin: 40px auto -20px;
	width: 602px;
}
.purpose-box > p img {
	width: 100%;
}
.purpose-box .title {
	display: none;
}
.purpose-box ul {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	margin: 0;
	width: 100%;
}
.purpose-box ul li {
	position: relative;
	float: left;
	width: 50%;
	font-size: 16px;
	letter-spacing: -1px;
	color: #555;
	text-align: right;
}
.purpose-box ul li:first-child {
	width: 100%;
}
.purpose-box ul li:nth-child(2) {
	text-align: left;
}
.purpose-box ul li span {
	display: block;
	position: relative;
	z-index: 1;
	margin: 0 auto 10px;
	padding-top: 30px;
	width: 170px;
	height: 170px;
	font-size: 24px;
	line-height: 1.1;
	color: #333;
	text-align: center;
	background-color: #fff;
	border: 5px solid #d1d1d1;
	border-radius: 100%;
}
.purpose-box ul li span img {width: 54px; margin-bottom: 5px;}
.purpose-box ul li:first-child span img {width: 64px;}
.purpose-box ul li span:after {
	content: '';
	position: absolute;
	bottom: -32px;
	left: 50%;
	margin-left: -6px;
	width: 12px;
	height: 12px;
	background-color: #ff5d00;
	border-radius: 100%;
}
.purpose-box ul li:nth-child(2) span:after {
	right: -24px;
	bottom: 37px;
	left: auto;
}
.purpose-box ul li:last-child span:after {
	bottom: 37px;
	left: -15px;
}
.purpose-box ul li em {
	position: absolute;
	top: 37px;
	right: 0;
	float: right;
	padding-right: 20px;
	width: 50%;
	line-height: 1.2;
	letter-spacing: -0.09em;
}
.purpose-box ul li:nth-child(2) em {
	left: 0;
	padding-right: 0;
	padding-left: 20px;
}
.purpose-box ul li strong {
	display: block;
	position: relative;
	margin-bottom: 10px;
	font-family: 'NotoSansM';
	font-size: 20px;
	line-height: 1.9;
	letter-spacing: -2px;
	color: #020202;
}
.purpose-box ul li strong:after {
	content: '';
	position: absolute;
	top: 38px;
	right: -20px;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #d7d7d7;
}
.purpose-box ul li:nth-child(2) strong:after {
	left: -20px;
}
@media (max-width: 1199px) {
	.purpose-box ul li:nth-child(2) span {
		top: -15px;
		right: 5px;
	}
	.purpose-box ul li:last-child span {
		top: -15px;
		left: 5px;
	}
	.purpose-box ul li em {
		padding-right: 15px;
	}
	.purpose-box ul li:nth-child(2) em {
		padding-left: 15px;
/* 		width: 30%; */
	}
	.purpose-box ul li:nth-child(2) strong {
/* 		width: 250px; */
	}
	.purpose-box ul li strong:after {
		right: -15px;
	}
	.purpose-box ul li:nth-child(2) strong:after {
		left: -15px;
	}
}
@media (max-width: 991px) {
	.purpose-box > p {
		margin-bottom: 0;
		width: 100%;
	}
	.purpose-box > p img {
		width: 70%;
	}
	.purpose-box ul li:nth-child(2) em,
	.purpose-box ul li:last-child em {
		padding-right: 0;
		padding-left: 0;
		top: 60px;
		width: 70%;
	}
	.purpose-box ul li span {
		padding-top: 25px;
		width: 150px;
		height: 150px
	}
	.purpose-box ul li:nth-child(2) span {
		top: -20px;
		right: 10px;
	}
	.purpose-box ul li:last-child span {
		top: -20px;
		left: 10px;
	}
	.purpose-box ul li:nth-child(2) span:after {
		right: -15px;
		bottom: 25px;
		left: auto;
	}
	.purpose-box ul li:last-child span:after {
		bottom: 25px;
		left: -8px;
	}
	.purpose-box ul li strong {
		font-size: 18px;
	}
	.purpose-box ul li strong:after {
		top: 35px;
		right: 0;
	}
	.purpose-box ul li:nth-child(2) strong:after {
		left: 0;
		width: 50%;
	}
	.purpose-box ul li:last-child strong:after {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.purpose-box > p {
		margin-top: 12%;
	}
	.purpose-box ul li:nth-child(2) em,
	.purpose-box ul li:last-child em {
		top: 70px;
	}
}
@media (max-width: 639px) {
	.purpose-box {
		display: block;
		margin-top: 0;
		padding: 0 0 30px;
		background-color: #fff;
	}
	.purpose-box > p {
		display: none;
	}
	.purpose-box .title {
		display: block;
		position: relative;
		margin: 0 auto;
		width: 90%;
		height: 37px;
		font-family: 'NotoSansM';
	}
	.purpose-box .title:before {
		content: '';
		position: absolute;
		top: 19px;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #303d19;
	}
	.purpose-box .title span {
		display: inline-block;
		position: relative;
		padding: 5px 0 7px;
		width: 237px;
		font-family: 'NotoSansM';
		color: #fff;
		background-color: #303d19;
		border-radius: 18px;
	}
	.purpose-box .ball {
		display: inline-block;
		position: relative;
		top: -41px;
		width: 100%;
	}
	.purpose-box .ball:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 7px;
		height: 7px;
		background-color: #303d19;
		border-radius: 100%;
	}
	.purpose-box .ball:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 0;
		width: 7px;
		height: 7px;
		background-color: #303d19;
		border-radius: 100%;
	}
	.purpose-box ul {
		position: inherit;
		margin: 0 auto;
		overflow: hidden;
	}
	.purpose-box ul li {
		margin-top: 30px;
		padding: 0 1%;
		width: 100%;
		height: 132px;
		text-align: left;
	}
	.purpose-box ul li span {
		top: 0 !important;
		left: 0 !important;
		float: left;
		padding-top: 20px;
		width: 132px;
		height: 132px;
		font-size: 18px;
	}
	.purpose-box ul li span:after {
		display: none;
	}
	.purpose-box ul li em {
		top: 25% !important;
		left: 132px !important;
		float: left;
		padding-right: 0 !important;
		padding-left: 15px !important;
		width: 100% !important;
	}
	.purpose-box ul li strong {
		display: block;
		margin-bottom: 6px;
		width: 100% !important;
		font-family: 'NotoSansM';
		font-size: 20px;
		line-height: 1.9;
		color: #020202;
	}
	.purpose-box ul li strong:after {
		left: -15px !important;
		width: 100% !important;
	}
}
@media (max-width: 500px) {
	.purpose-box ul li em {
		width: 64% !important;
	}
	.purpose-box ul li strong:after {
		width: 106% !important;
	}
}


/**** 인증현황 ****/

.certification {
	float: left;
	margin: -37px 0 46px;
	width: 100%;
}
.certification ul {
	margin-right: -20px;
}
.certification li {
	float: left;
	margin-top: 61px;
	padding-right: 20px;
	width: 50%;
}
.certification li a {
	position: relative;
	float: left;
	width: 100%;
}
.certification li a p {
	padding: 15px;
	border: 1px solid #e8e8e8;
	border-radius: 15px;
}
.certification li a p img {
	width: 100%;
}
.certification li a span {
	display: block;
	position: relative;
	margin: 14px auto 0;
	width: 100%;
/* 	height: 61px; */
	font-size: 14px;
	color: #020202;
	text-align: center;
}
.certification li a:after {
	content: '';
	position: absolute;
	bottom: -36px;
	left: 50%;
	margin-left: -16px;
	width: 27px;
	height: 27px;
	background: url(../../images/kr/common/icon-search@2x.png) left center no-repeat;
	background-size: 54px;
}
.certification li a:hover span {
	font-family: 'NotoSansM';
}
.certification li a:hover:after {
	background-position-x: -27px;
}

@media (min-width: 500px) {
	.certification {
		margin-top: -26px;
	}
	.certification ul {
/* 		margin-right: -20px; */
	}
	.certification li {
		margin-top: 76px;
/* 		padding-right: 20px; */
/* 		width: 50%; */
	}
	.certification li a span {
		font-size: 16px;
	}
	.certification li a:after {
		bottom: -46px;
	}
}
@media (min-width: 768px) {
	.certification {
		width: 758px;
	}
	.certification ul {
		margin-right: 0;
	}
	.certification li {
		padding-right: 38px;
		width: 50%;
	}
	.certification li a p {
		padding: 34px;
	}
	.certification li a span {
		font-size: 19px;
	}
	.certification li a:after {
		bottom: -46px;
		width: 32px;
		height: 32px;
		background-size: 64px;
	}
	.certification li a:hover:after {
		background-position-x: -32px;
	}
}
@media (min-width: 992px) {
	.certification {
		width: 978px;
	}
	.certification li {
		width: 33.33333333%;
	}
	.certification li a p {
		padding: 24px;
	}
	.certification li a span {
/* 		height: 76px; */
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.certification {
		width: 1215px;
	}
	.certification li a p {
		padding: 34px;
	}
	.certification li a p img {
		width: 298px;
		height: 425px;
	}
	.certification li a span {
		font-size: 19px;
	}
}
@media (max-width: 499px) {
	.certification {
		margin-top: -31px;
	}
}



/**** 조직도 ****/

.group-box {
	float: left;
	margin: 30px 0 44px;
	width: 100%;
}
.group-box .title {
	display: block;
	position: relative;
	margin: 0 auto 50px;
	padding: 19px 0 22px;
	width: 305px;
	font-size: 26px;
	color: #fff;
	text-align: center;
	background: linear-gradient(to right, #fe5f01, #fb9919);
	border-radius: 40px;
}
.group-box .title:before {
	content: '';
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: -1px;
	width: 1px;
	height: 50px;
	background-color: #ddd;
}
.group-box .title:after {
/* 	content: ''; */
/* 	position: absolute; */
/* 	bottom: -52px; */
/* 	left: 50%; */
/* 	z-index: 2; */
/* 	margin-left: -2px; */
/* 	width: 3px; */
/* 	height: 3px; */
/* 	background-color: #fe5e01; */
}
.group-box .title.md {
	position: relative;
	margin: 0 auto 45px;
	font-size: 22px;
	color: #fe5e01;
	text-align: center;
	background: #fff;
	border: 3px solid #fed8c2;
}
.group-box .title.md:before {
	content: '';
	position: absolute;
	bottom: -48px;
	left: 50%;
	margin-left: -1px;
	width: 1px;
	height: 45px;
	background-color: #ddd;
}
.group-box .title.md:after {
	content: '';
	position: absolute;
	bottom: -50px;
	left: 50%;
	z-index: 2;
	margin-left: -2px;
	width: 3px;
	height: 3px;
	background-color: #fe5e01;
}
.group-box .bar {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	width: 81.4%;
	height: 1px;
	background-color: #ddd;
}
.group-box .bar:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #fe5e01;
}
.group-box .bar:after {
	content: '';
	position: absolute;
	top: -1px;
	right: 0;
	width: 3px;
	height: 3px;
	background-color: #fe5e01;
}
.group-box ul li {
	position: relative;
	float: left;
	margin: 50px 19px 0 0;
	padding-top: 72px;
	width: 220px;
	height: 220px;
	font-size: 18px;
	color: #fe5e01;
	text-align: center;
	border: 3px solid #fed8c2;
	border-radius: 100%;
}
.group-box ul li:last-child {
	margin-right: 0;
}
.group-box ul li:before {
	content: '';
	position: absolute;
	top: -53px;
	left: 50%;
	width: 1px;
	height: 50px;
	background-color: #ddd;
}
.group-box ul li strong {
	display: block;
	font-size: 22px;
}
@media all and (max-width: 1199px) {
	.group-box .title {
		left: 1px;
	}
	.group-box .title.md {
		width: 172px;
		font-size: 20px;
	}
	.group-box .bar {
		left: 1px;
		width: 82%;
	}
	.group-box ul li {
		margin-right: 20px;
		padding-top: 50px;
		width: 172px;
		height: 172px;
		font-size: 16px;
	}
	.group-box ul li strong {
		font-size: 20px;
	}
}
@media all and (max-width: 991px) {
	.group-box {
		margin-bottom: 0;
	}
	.group-box .bar {
		left: 0;
		width: 76.528%;
	}
	.group-box ul li {
		margin-right: 0;
	}
	.group-box ul li:nth-child(2),
	.group-box ul li:nth-child(4) {
		margin: 200px -35px 0;
	}
	.group-box ul li:nth-child(2):before,
	.group-box ul li:nth-child(4):before {
		top: -203px;
		height: 200px;
	}
}
@media all and (max-width: 767px) {
	.group-box {
		margin-bottom: -20px;
	}
	.group-box .title {
		left: -1px;
	}
	.group-box .bar {
		left: -1px;
		width: 447px;
	}
	.group-box ul {
		margin: 0 auto;
		width: 593px;
	}
	.group-box ul li {
		padding: 30px 10px 0;
		width: 146px;
		height: 146px;
	}
}
@media all and (max-width: 639px) {
	.group-box {
		position: relative;
		left: 10%;
		margin-bottom: -40px;
		width: 394px;
	}
	.group-box .title {
		display: inline-block;
		position: absolute;
		top: 35%;
		margin: -45px 0 0;
		width: 80px;
		height: 80px;
		font-size: 26px;
		line-height: 1.6;
		border-radius: 100%;
	}
	.group-box .title:before {
/* 		top: 50%; */
/* 		right: -78px; */
/* 		left: auto; */
/* 		width: 78px; */
/* 		height: 1px; */
	}
	.group-box .title:after {
		top: 39px;
		right: -80px;
		left: auto;
	}
	.group-box .title.md {
		display: inline-block;
		position: absolute;
		top: 50%;
		margin: -45px 0 0;
		width: 80px;
		height: 80px;
		font-size: 18px;
		line-height: 2;
		border-radius: 100%;
	}
	.group-box .title.md:before {
		top: 50%;
		right: -81px;
		left: auto;
		width: 78px;
		height: 1px;
	}
	.group-box .title.md:after {
		top: 36px;
		right: -84px;
		left: auto;
	}
	.group-box .bar {
		top: 73px;
		left: 40%;
		float: left;
		width: 1px;
		height: 626px;
	}
	.group-box .bar:before {
		left: -1px;
	}
	.group-box .bar:after {
		top: auto;
		bottom: 0;
		right: -1px;
	}
	.group-box ul {
		float: right;
		padding-left: 90px;
		width: auto;
	}
	.group-box ul li {
		float: none;
		margin: 0 0 10px !important;
		padding-top: 35px;
		font-size: 14px;
	}
	.group-box ul li:before {
		top: 50% !important;
		left: -93px;
		width: 90px;
		height: 1px !important;
	}
	.group-box ul li strong {
		font-size: 16px;
	}
}
@media all and (max-width: 499px) {
	.group-box {
		left: 0;
		width: 345px;
	}
	.group-box .title:before {
/* 		right: -50px; */
/* 		width: 50px; */
	}
	.group-box .title:after {
		right: -53px;
	}
	.group-box .title.md:before {
		right: -53px;
		width: 50px;
	}
	.group-box .title.md:after {
		right: -56px;
	}
	.group-box .bar {
		left: 130px;
	}
	.group-box .bar:before {
		left: -1px;
	}
	.group-box .bar:after {
		top: auto;
		bottom: 0;
		right: -1px;
	}
	.group-box ul {
		padding-left: 80px;
	}
	.group-box ul li:before {
		left: -71px;
		width: 68px;
	}
}

.group-content {
	padding: 0 89px 0;
}
.group-content h3 {
	float: left;
	padding: 48px 0 20px;
	width: 100%;
	font-family: 'NotoSansM';
	font-size: 18px;
	color: #020202;
}
.group-content h3 strong {
	display: block;
	margin-bottom: 29px;
	font-size: 30px;
	color: #020202;
}
.group-content h3 span {
	display: block;
	margin-top: 7px;
	font-family: 'NotoSansR';
	font-size: 16px;
	color: #555;
}
.group-content ul {
	position: relative;
	float: left;
	margin-bottom: -19px;
	padding: 0 74px;
	width: 100%;
}
.group-content .line {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -130px;
	width: 100%;
	height: 214px;
	border: 3px solid #fed8c2;
	border-radius: 4px;
}
.group-content .line:after {
	content: '';
	position: absolute;
	top: 48%;
	right: -15.5px;
	width: 28px;
	height: 16px;
	background: url('../../images/kr/content/arrow-down-group.png') no-repeat;
	background-size: 28px;
}
.group-content li {
	position: relative;
	z-index: 1;
	float: left;
	padding: 20px 38px 29px;
	width: 33.33333333%;
	text-align: center;
}
.group-content li p {
	position: relative;
}
.group-content li.prev p:before {
	content: '';
	position: absolute;
	top: 36%;
	left: -45px;
	width: 16px;
	height: 28px;
	background: url('../../images/kr/content/arrow-prev-group.png') no-repeat;
	background-size: 16px;
}
.group-content li.next p:after {
	content: '';
	position: absolute;
	top: 48%;
	right: -45px;
	width: 16px;
	height: 28px;
	background: url('../../images/kr/content/arrow-next-group.png') no-repeat;
	background-size: 16px;
}
.group-content li span {
	display: block;
	margin-top: 6px;
	padding: 5px 0;
	font-size: 18px;
	color: #020202;
	background-color: #f0f0f0;
}

.group-content .title {
	display: block;
	margin: 18px auto 20px;
	padding: 14px 0 16px;
	width: 60%;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background-color: #fbc115;
	border-radius: 12px;
}

.warehouse {
	float: left;
	padding-right: 15px;
	width: 50%;
}
.deliver {
	float: left;
	padding-left: 15px;
	width: 50%;
}

@media all and (max-width: 1199px) {
	.group-content {
		padding: 0;
	}
	.group-content li img {
		width: 100%;
	}
	.group-content li.prev p:before {
		top: 40%;
	}
	.group-content li.next p:after {
		top: 43%;
	}
}

@media all and (max-width: 991px) {
	.group-content ul {
		padding: 0 14px;
	}
	.group-content li.prev p:before {
		top: 48%;
	}
	.group-content li.next p:after {
		top: 30%;
	}
	
	.warehouse,
	.deliver {
		padding: 0;
		width: 100%;
	}
}

@media all and (max-width: 767px) {
	.group-content .line {
		top: 16.2%;
		margin-top: 0;
		height: 55.6%;
	}
	.group-content .title {
		padding: 10px 0 12px;
		width: 50%;
		font-size: 18px;
	}
}

@media all and (max-width: 639px) {
	.group-content ul {
		margin-bottom: 0;
	}
	.group-content .line-img {
		position: absolute;
		top: 11.2%;
		left: 0;
		width: 100%;
	}
	.group-content .line-img img {
		width: 100%;
	}
	.group-content li {
		padding: 10px 28px 10px;
		width: 50%;
	}
	.group-content li span {
		font-size: 14px;
	}
	.group-content li.prev p:before,
	.group-content li.next p:after {
		display: none;
	}
	
}



/**** Map ****/

.map-box {
	float: left;
	padding: 50px 0 0;
	width: 100%;
}
.map-box li {
	float: left;
	width: 69.4%;
	height: 427px;
}
.map-box li:first-child {
		width: 30%;
		min-width: 360px;
	}
.map-box li p {
	padding: 32px 30px 39px;
	font-size: 16px;
	line-height: 1.65;
	color: #020202;
	border: 1px solid #e6e6e6;
}
.map-box li p span {
	display: block;
	margin-bottom: 10px;
}
.map-box li p strong {
	font-family: 'NotoSansM';
}
@media (max-width: 1199px) {
	.map-box li {
		width: 70%;
		height: 375px;
	}
	.map-box li:first-child {
		width: 30%;
	}
	.map-box li img {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.map-box li {
		float: none;
		width: 100% !important;
		height: auto;
	}
	.map-box li img {
		float: left;
		width: 50%;
	}
	.map-box li p {
		float: left;
		width: 50%;
		height: 240px;
	}
	.map-box li:last-child img {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.map-box li {
		float: none;
		width: 100% !important;
		min-width: auto !important;
	}
	.map-box li img {
		width: 100%;
	}
	.map-box li p {
		float: left;
		width: 100%;
		height: auto;
	}
}
@media (max-width: 499px) {
	.map-box {
		padding-top: 30px;
	}
}



/**** 정의 ****/

.definition-content {
	float: left;
	margin-top: 64px;
	padding-top: 15px;
	width: 100%;
}
.definition-content ul {
	margin-right: -20px;
}
.definition-content ul li {
	float: left;
	padding: 20px 20px 0 0;
	width: 50%;
}
.definition-content ul li span {
	position: relative;
	float: left;
	padding: 93px 30px 74px;
	width: 100%;
	height: 237px;
	font-size: 16px;
	letter-spacing: -0.06em;
	color: #333;
	text-align: center;
	background-color: #f0f0f0;
}
.definition-content ul li:nth-child(5) span,
.definition-content ul li:last-child span {
/* 	height: 237px; */
}
.definition-content ul li strong {
	position: absolute;
	top: -64px;
	left: 50%;
	margin-left: -25%;
	padding: 21px 0 14px;
	width: 50%;
/* 	font-family: 'NotoSansM'; */
	font-size: 18px;
	color: #fff;
	background-color: #a99a71;
}
.definition-content ul li strong img {
	display: block;
	margin: 0 auto 11px;
	width: 40%;
}

@media (min-width: 640px) {
	.definition-content ul li span {
		height: 217px;
	}
}
@media (min-width: 768px) {
	.definition-content {
		margin-top: 74px;
		width: 755px;
	}
	.definition-content ul {
		margin-right: 0;
	}
	.definition-content ul li {
		padding: 35px 35px 0 0;
	}
	.definition-content ul li span {
		padding: 107px 30px 74px;
		height: 267px;
		font-size: 18px;
	}
	.definition-content ul li strong {
		top: -74px;
		margin-left: -22.2%;
		padding: 26px 0 19px;
		width: 44.4%;
		font-size: 22px;
	}
	.definition-content ul li strong img {
		margin: 0 auto 21px;
		width: 64px;
	}
}
@media (min-width: 992px) {
	.definition-content {
		width: 975px;
	}
	.definition-content ul li {
		width: 33.33333333%;
	}
	.definition-content ul li strong {
		margin-left: -30%;
		width: 60%;
	}
}
@media (min-width: 1200px) {
	.definition-content {
		width: 1212px;
	}
	.definition-content ul li span {
		height: 237px;
	}
	.definition-content ul li strong {
		margin-left: -22.2%;
		width: 44.4%;
	}
}
@media (max-width: 499px) {
	.definition-content {
		margin-top: 45px;
	}
	.definition-content ul li {
		width: 100%;
	}
	.definition-content ul li span {
		padding-top: 113px;
		height: auto;
	}
	.definition-content ul li strong {
		margin-left: -30%;
		width: 60%;
		top: -50px;
	}
	.definition-content ul li strong img {
		width: 64px;
	}
}



/**** 우선구매안내 ****/

.purchase-content {
	float: left;
/* 	margin-top: 50px; */
	width: 100%;
}
.purchase-content li {
	position: relative;
	float: left;
	margin: 50px 0 68px;
	width: 100%;
}
.purchase-content li p {
	position: absolute;
	top: 56px;
	left: 0;
}
.purchase-content li span {
	float: left;
	margin-left: 110px;
	padding: 99px 50px 81px 425px;
	width: 72.2%;
	min-height: 478px;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: -0.06em;
	color: #999;
	background-color: #f3f3f3;
}
.purchase-content li em {
	font-family: 'NotoSansM';
	font-size: 32px;
	color: #a99a71;
}
.purchase-content li em strong {
	display: block;
	margin: 22px 0 14px;
	font-size: 36px;
	color: #121212;
}
.purchase-content li span > strong {
	display: block;
	margin-bottom: 26px;
	line-height: 1.7;
	color: #555;
	font-size: 18px;
}

.purchase-content li.even p {
	right: 0;
	left: auto;
}
.purchase-content li.even span {
	float: right;
	margin-right: 110px;
	padding: 99px 425px 51px 50px;
	text-align: right;
}
@media all and (max-width: 1199px) {
	.purchase-content li span {
		margin-left: 10%;
		width: 90%;
	}
	.purchase-content li.even span {
		margin-right: 10%;
	}
}
@media all and (max-width: 991px) {
	.purchase-content li {
		margin: 40px 0 36px;
	}
	.purchase-content li p {
		top: 45px;
		width: 50%;
	}
	.purchase-content li p img {
		width: 100%;
	}
	.purchase-content li span {
		padding: 49px 30px 41px 325px;
		min-height: 388px;
		font-size: 16px;
	}
	.purchase-content li em {
		font-size: 28px;
	}
	.purchase-content li em strong {
		font-size: 30px;
	}
	.purchase-content li.even span {
		padding: 49px 325px 41px 30px;
	}
}
@media all and (max-width: 767px) {
	.purchase-content li p {
		width: 40%;
	}
	.purchase-content li span {
		margin-left: 5%;
		padding: 65px 40px 35px 40%;
		width: 95%;
		min-height: 318px;
	}
	.purchase-content li em {
		font-size: 24px;
	}
	.purchase-content li em strong {
		margin: 12px 0 10px;
		font-size: 26px;
	}
	.purchase-content li.even span {
		margin-right: 5%;
		padding: 65px 40% 35px 40px;
	}
}
@media all and (max-width: 639px) {
	.purchase-content li {
		margin-bottom: 0;
	}
	.purchase-content li p {
		top: 30px;
		left: 30px;
		width: 30%;
	}
	.purchase-content li span {
		margin-left: 0;
		padding: 55px 30px 7% !important;
		width: 100%;
		min-height: auto;
	}
	.purchase-content li em {
		display: block;
		margin-left: 40%;
	}
	.purchase-content li span > strong {
		margin-bottom: 5%;
		margin-left: 40%;
	}
	.purchase-content li.even p {
		right: 30px;
	}
	.purchase-content li.even span {
		margin-right: 0;
	}
	.purchase-content li.even em {
		margin-right: 40%;
		margin-left: 0;
	}
	.purchase-content li.even span > strong {
		margin-right: 40%;
		margin-left: 0;
	}
}
@media all and (max-width: 499px) {
	.purchase-content li {
		margin-top: 30px;
	}
	.purchase-content li span {
		padding-top: 15% !important;
	}
	.purchase-content li em strong {
		margin-bottom: 15%;
	}
	.purchase-content li span > strong {
		margin-left: 0;
	}
	.purchase-content li.even span > strong {
		margin-right: 0;
	}
}



/**** product ****/

.purchase-list {
	float: left;
	margin: 50px 0 -20px;
	width: 100%;
}

.purchase-list h3 {
	float: left;
	padding: 48px 0 20px;
	width: 100%;
	font-family: 'NotoSansM';
	font-size: 18px;
	color: #020202;
	border-top: 1px solid #222222;
}
.more {
	display: block;
	position: relative;
	float: right;
	margin: 3px auto 0;
	width: 75px;
	font-size: 15px;
	color: #555;
}
.more:after {
	content: '';
	position: absolute;
	top: 0;
	right: 1px;
	margin-top: -3px;
	width: 22px;
	height: 22px;
	background: url(../../images/kr/common/more@2x.png) right center no-repeat;
	background-size: 22px;
}
.more:hover {
	color: #fe5e01;
}

.purchase-list li {
	float: left;
}
.purchase-list li a {
	float: left;
	width: 100%;
	border: 1px solid #d5d5d5;
}
.purchase-list img {
	width: 100%;
}
.purchase-list span {
	float: left;
	padding: 18px 15px 22px;
	width: 100%;
	font-size: 18px;
	line-height: 1;
	color: #212121;
}
.purchase-list strong {
	float: left;
	margin-bottom: 13px;
	width: 100%;
	height: 19px;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.purchase-list em {
	font-size: 16px;
	color: #212121;
}
@media (min-width: 768px) {
	.more {
		margin-top: -1px;
	}
	.purchase-list {
		width: 710px;
	}
	.purchase-list h3 {
		width: 690px;
	}
	.purchase-list li {
		padding: 20px 20px 0 0;
		width: 50%;
	}
}
@media (min-width: 992px) {
	.purchase-list {
		width: 960px;
	}
	.purchase-list h3 {
		width: 940px;
	}
	.purchase-list li {
		padding: 0 20px 20px 0;
		width: 25%;
	}
}
@media (min-width: 1200px) {
	.purchase-list {
		width: 1197px;
	}
	.purchase-list h3 {
		width: 1177px;
	}
}
@media (max-width: 767px) {
	.purchase-list li {
		padding-top: 3%;
		padding-right: 1.5%;
		width: 50%;
	}
}




/**** 제휴제안 ****/

.offer-box h3 {
	padding: 48px 0 20px;
	font-family: 'NotoSansM';
	font-size: 18px;
	color: #020202;
}
.offer-box .form-control {
	padding: 22px 20px;
	height: 361px;
	line-height: 1.6;
	overflow-y: auto;
	border-color: #d5d5d5;
}
.offer-box .form-control p {
	float: left;
	width: 100%;
	color: #8d8d8d;
}
.offer-box .form-control strong {
	font-size: 18px;
	color: #020202;
}
.offer-box .form-control strong.title {
	display: block;
	padding: 40px 0 25px;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}
