@charset "utf-8";

html{scroll-padding-top: 84px /* 고정되는 header 영역 높이 */}

.w20p{ width: 20%}
.w80p{ width: 80%;}

/*datepicker 오늘날짜 선택 버튼 없애기*/
button.ui-datepicker-current { display: none}


.container {
	width: 100%;
	box-sizing: border-box;
}

@media ( max-width : 768px ) {
	.container {
		width: auto;
	}
}

.header {
	width: 100%;
	box-sizing: border-box;
}

.header .top_wrap {
	background: linear-gradient(90deg, #3c3f47 50%, #856a52 50%);
}

.header .top_wrap .top {
	background-color: #3c3f47;
	max-width: 1240px;
	margin: 0 auto;
	height: 42px;
	box-sizing: border-box;
	position: relative;
	line-height: 42px;
}

.header .top_wrap .top>a {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
	height: 100%;
	float: left;
	padding: 10px 15px;
	box-sizing: border-box;
}

.header .top_wrap .top>a:hover, .header .top_wrap .top>a:focus {
	background-color: #333;
}

.header .top_wrap .top .log_wrap {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #856a52;
	padding-left: 20px;
	padding-right: 50px;
	line-height: 42px;
}

.header .top_wrap .top .log_wrap>a, .header .top_wrap .top .log_wrap>span
	{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
}

.header .top_wrap .top .log_wrap>a:after, .header .top_wrap .top .log_wrap>span:after
	{
	content: '·';
	margin: 0 10px;
}

.header .top_wrap .top .log_wrap>a:last-of-type:after {
	display: none;
}

.header .top_wrap .top .log_wrap>span b {
	display: inline-block;
	border-left: solid 1px #8eaac3;
	margin-left: 5px;
	padding-right: 5px;
	width: 1px;
	height: 15px;
	vertical-align: middle;
	margin-top: -4px;
}

.header .top_wrap .top .log_wrap>span span {
	color: #993300;
}

.header .bottom {
	position: relative;
	border-bottom: solid 1px #ccc;
}

.header .bottom .hov_bg {
	display: none;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	background-color: #fff;
	z-index: 9;
	padding-bottom: 20px;
}

.header .bottom .menu_wrap {
	max-width: 1240px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	display: block;
	font-size: 0;
	z-index: 10;
}

.header .bottom .menu_wrap .gnb_wrap {
	display: inline-block;
	width: calc(100% - 340px);
	text-align: right;
	vertical-align: top;
	padding-right: 0;
	box-sizing: border-box;
}

.header .bottom .menu_wrap .gnb_wrap .menu-gnb-depth1 {
	display: block;
	font-size: 0;
}

.header .bottom .menu_wrap .gnb_wrap .menu-gnb-depth1>li.menu-gnb-depth1__item
	{
	display: inline-block;
	font-size: 18px;
	min-width: 200px;
	width: auto;
	text-align: center;
	line-height: 43px;
	float: none;
	padding: 20px 0;
}

.header .bottom .menu_wrap .gnb_wrap .menu-gnb-depth1>li.menu-gnb-depth1__item:last-of-type
	{
	margin-right: 0;
}

.header .bottom .menu_wrap .gnb_wrap .menu-gnb-depth1>li.menu-gnb-depth1__item>a.depth
	{
	color: #222222;
	font-weight: 500;
	display: inline-block;
	position: relative;
	padding: 0 5px;
	line-height: 1.6;
	font-size: 20px;
	text-align:center;
}
.header .bottom .menu_wrap .gnb_wrap .menu-gnb-depth1>li.menu-gnb-depth1__item.depth1-current--active>a.depth:after,
.header .bottom .menu_wrap .gnb_wrap .menu-gnb-depth1>li.menu-gnb-depth1__item>a.depth:after
	{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 0px;
	height: 2px;
	background-color: #856a52;
	border-radius: 100px;
	transition: all .38s ease-in-out;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.header .bottom .menu_wrap .gnb_wrap .menu-gnb-depth1>li.menu-gnb-depth1__item.depth1-current--active>a.depth,
.header .bottom .menu_wrap .gnb_wrap .menu-gnb-depth1>li.menu-gnb-depth1__item.gnb-depth1--active>a.depth
	{
	color: #856a52;
	transition: all .38s ease-in-out;
}
.header .bottom .menu_wrap .gnb_wrap .menu-gnb-depth1>li.menu-gnb-depth1__item.depth1-current--active>a.depth:after,
.header .bottom .menu_wrap .gnb_wrap .menu-gnb-depth1>li.menu-gnb-depth1__item.gnb-depth1--active>a.depth:after
	{
	width: 50px;
}

.header .bottom .menu_wrap .gnb_wrap .menu-gnb-depth1>li.menu-gnb-depth1__item.gnb-depth1--active>ul.menu-gnb-depth2
	{
	background: #faf9f8;
	border-left: none;
}

.header .bottom .menu_wrap .gnb_wrap .menu-gnb-depth1>li.menu-gnb-depth1__item:first-of-type.gnb-depth1--active>ul.menu-gnb-depth2
	{
	border-left: 1px solid #ddd;
}

.header .bottom .menu_wrap .gnb_wrap .menu-gnb-depth1>li.menu-gnb-depth1__item.gnb-depth1--active>ul.menu-gnb-depth2>li.menu-gnb-depth2__item>a
	{
	color: #000;
}

.header .bottom .menu_wrap .gnb_wrap .menu-gnb-depth1>li.menu-gnb-depth1__item.gnb-depth1--active>ul.menu-gnb-depth2>li.menu-gnb-depth2__item>a:after
	{
	display: none;
}

.header .bottom .menu_wrap .gnb_wrap .menu-gnb-depth1>li.menu-gnb-depth1__item>a.depth span
	{
	display: inline;
	padding: 0;
}

.header .bottom .menu_wrap .gnb_wrap .menu-gnb-depth1>li.menu-gnb-depth1__item.gnb-depth1--active>a.depth span
	{
	background: none;
	color: #856a52;
}

.header .bottom .menu_wrap .gnb_wrap .menu-gnb-depth1>li.menu-gnb-depth1__item>ul.menu-gnb-depth2
	{
	display: none;
	position: absolute;
	top: calc(100% - 1px);
	width: 200px;
	padding: 0 20px 20px 20px;
	box-sizing: border-box;
	background-color: #fff;
	border-right: 1px solid #ddd;
	margin-top: 1px;
	box-shadow: 0px 0px 0px 0px #585a5d;
	border-left: none;
}

.header .bottom .menu_wrap .gnb_wrap .menu-gnb-depth1>li.menu-gnb-depth1__item:first-of-type>ul.menu-gnb-depth2
	{
	border-left: 1px solid #ddd;
}

.header .bottom .menu_wrap .gnb_wrap .menu-gnb-depth1>li.menu-gnb-depth1__item>ul.menu-gnb-depth2>li.menu-gnb-depth2__item
	{
	font-size: 15px;
	text-align: left;
	margin: 10px 0 0 0;
}

.header .bottom .menu_wrap .gnb_wrap .menu-gnb-depth1>li.menu-gnb-depth1__item>ul.menu-gnb-depth2>li.menu-gnb-depth2__item>a
	{
	font-weight: 400;
	display: block;
	margin: 0;
	font-size: 16px;
	color: #333;
}

.header .bottom .menu_wrap .gnb_wrap .menu-gnb-depth1>li.menu-gnb-depth1__item>ul.menu-gnb-depth2>li.menu-gnb-depth2__item>a:hover
	{
	text-decoration: underline;
}
@media screen and ( max-width: 1200px ){
	.header .bottom .menu_wrap .gnb_wrap .menu-gnb-depth1 > li.menu-gnb-depth1__item{
		min-width:165px;
	}
	.header .bottom .menu_wrap .gnb_wrap .menu-gnb-depth1 > li.menu-gnb-depth1__item > a.depth{
		font-size:20px;
	}
	.header .bottom .menu_wrap .gnb_wrap .menu-gnb-depth1 > li.menu-gnb-depth1__item > ul.menu-gnb-depth2{
		width:165px;
	}
}
@media ( max-width : 1024px ) {
	.header .top_wrap .top {
		width: 100%;
		padding: 0 20px;
	}
	.header .bottom {
		z-index: 2;
	}
	.main .header .bottom .menu_wrap .gnb_wrap .menu-gnb-depth1, .main .header .top_wrap .top > a{
		display: none;
	}
	.header .bottom .menu_wrap {
		width: 100%;
		text-align: center;
	}
	.header .top_wrap .top .log_wrap>span.name{display:none;}
}

@media ( max-width : 1024px ) {
	.header .top_wrap .top {
		padding: 0 10px;
		height: 0px;
		border: none;
		background: none;
	}
	.header .bottom .menu_wrap .gnb_wrap .menu-gnb-depth1, .header .top_wrap .top>a
		{
		display: none;
	}
	.header .top_wrap .top .log_wrap>a{
		display:none;
	}
	.header .bottom .menu_wrap {
		width: 100%;
		text-align: center;
	}
}

.section {
	width: 100%;
	float: left;
	box-sizing: border-box;
}

.content {
	width: 1240px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	padding: 0 0 50px 0;
}

@media ( max-width : 1024px ) {
	.section {
		float: none;
		width: auto;
	}
	.content {
		width: 100%;
		padding: 0 15px 30px 15px;
	}
}

.footer {
	background: #f4f4f4;
	width: 100%;
	clear: both;
	box-sizing: border-box;
}

.footer .logo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 0;
}
.footer .logo .sp{background: url(/resource/templete/nl/common/img/common/layout_75.png) 0 -242px no-repeat;height: 52px;}

.footer__inner-top {
	background: #555555;
}

.footer__inner-top .inner {
	max-width: 1240px;
	margin: 0 auto
}

.footer__inner-top .inner:after {
	display: block;
	clear: both;
	content: ''
}

.footer__inner-bottom {
	max-width: 1240px;
	margin: 0 auto;
	padding: 20px 0 46px
}

.footer__inner-bottom .inner:after {
	display: block;
	clear: both;
	content: ''
}
/* 안내 영역 */
.footer-util__list {
	float: left;
	font-size: 0
}

.footer-util__item {
	display: inline-block;
	position: relative;
	margin: 16px 17px 16px 0;
	padding-right: 18px;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}

.footer-util__item:before {
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 18px;
	background: #ccc;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: ''
}

.footer-util__item:last-child {
	margin-right: 0;
	padding-right: 0
}

.footer-util__item:last-child:before {
	display: none
}

.footer-util__item a {
	color: #fff;
}

.footer-util__item .fot_mo {
	display: none;
}

@media screen and (max-width:1024px) {
	.footer .logo {
		top: 20px;
		left: 50%;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		text-align: center;
	}
}

@media screen and (max-width:768px) {
	.footer-util__item .fot_mo {
		display: block;
	}
	.footer-util__item .fot_pc {
		display: none;
	}
	.footer-util__item {
		padding-right: 10px;
		font-size: 15px;
	}
}
/* 안내 영역 */
.footer-sns__list {
	float: right;
	font-size: 0
}

.footer-sns__item {
	display: inline-block;
}

.footer-sns__item:first-child {
	margin-left: 0
}

.footer-sns__item a {
	display: block;
	padding: 12px 5px 17px
}

.footer-sns__item a .ico {
	width: 25px;
	height: 25px
}

.footer-sns__item .instagram .ico {
	background-position: 0 -161px
}

.footer-sns__item .blog .ico {
	background-position: -27px -161px
}

.footer-sns__item .facebook .ico {
	background-position: -54px -161px
}

.footer-sns__item .twitter .ico {
	background-position: -81px -161px
}

.footer-sns__item .youtube .ico {
	background-position: -108px -161px
}
/* 정책, 법령 */
.policy-wrap {
	float: left
}

.policy-wrap .policy__list {
	font-size: 0
}

.policy-wrap .policy__item {
	display: inline-block;
	margin-right: 14px;
	font-size: 15px;
	font-weight: 400;
	color: #000
}

.policy-wrap .policy__item a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px 10px 9px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.policy-wrap .policy__item:first-child a {
	padding-left: 0;
	color: #AB2C08;
	font-weight: 700;
}

.mo_policy-wrap {
	display: none;
}
/* 유관사이트 */
.family-wrap {
	overflow: hidden;
	text-align: right;
	display: flex;
	justify-content: flex-end; 
}

.family-wrap .family-select-wrap {
	width: 223px;
	height: 36px;
	padding: 0 18px 0 14px;
	background: #fff url(../img/common/arrow_down.png) 100% 50% no-repeat;
	font-size: 15px;
	color: #000;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #cdcdcd;
	border-right: none;
}

.family-wrap .site-go {
	height: 36px;
	padding: 0 10px;
	font-size: 15px;
	color: #fff;
	background: #6d6d6d;
}

.ie9 .family-wrap .family-select-wrap {
	padding: 4px 0
}

.ie9 .family-wrap .family-select-wrap:after {
	display: none
}

.info-wrap {
	position: relative;
	margin-top: 26px;
	padding-left: 350px;
}

.contact__list {
	float: left;
	margin: -12px 0 0 0;
}

.contact__item {
	margin-top: 4px;
	font-size: 15px;
	font-weight: 400;
	color: #515151
}

.contact__item:first-child {
	margin-top: 0
}

.contact__item .tel {
	display: inline-block
}

.contact__item .lnk_tel {
	display: none
}

.footer__item-contact {
	margin-left: 12px
}

.footer__item-contact:first-child {
	margin-left: 0
}

.footer__item-rights {
	font-weight: 500
}

.certificate__list {
	overflow: hidden;
	font-size: 0;
	text-align: right
}

.certificate__list .certificate__item {
	display: inline-block;
	margin-left: 16px;
	vertical-align: middle;
}

.certificate__list .certificate__item:first-child {
	margin: 0
}

.certificate__list .certificate__item>a {
	display: block;
	width: 100%;
	height: 100%
}

.certificate__list .item--wa {
	width: 68px
}

.certificate__list .item--open {
	width: 77px
}

.certificate__list .item--isms {
	width: 43px
}

.certificate__list .item--qrcode {
	width: 45px
}

@media screen and (max-width:1024px) {
	.footer__inner-top {
		position: relative;
	}
	.footer__inner-top .inner {
		max-width: none;
		width: 100%;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.footer__inner-bottom {
		position: relative;
		max-width: none;
		padding: 118px 15px 65px
	}
	.policy-wrap {
		display: none
	}
	.mo_policy-wrap {
		display: block;
		width: 100%;
		max-width:300px;
		margin:0 auto;
		margin-top: 20px;
		font-size: 0;
		text-align: center;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.mo_policy-wrap .policy-select-wrap {
		width: 75%;
		height: 36px;
		padding: 0 18px 0 14px;
		background: #fff url(../img/common/img/common/arrow_down.png) 100% 50%
			no-repeat;
		font-size: 15px;
		color: #000;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		vertical-align: top;
		border: 1px solid #cdcdcd;
		border-right: none;
	}
	.mo_policy-wrap .site-go {
		width: 25%;
		height: 36px;
		padding: 0 10px;
		font-size: 15px;
		color: #fff;
		background: #6d6d6d;
	}
	.family-wrap {
		max-width:300px;
		margin:0 auto;
		margin-top: 10px;
		font-size: 0;
		text-align: center
	}
	.family-wrap .family-select-wrap {
		width: 75%;
		vertical-align: top;
	}
	.family-wrap .site-go {
		width: 25%
	}
	.info-wrap {
		position: static;
		margin-top: 13px;
		padding: 0
	}
	.contact__list {
		float: none;
		margin: 0;
		text-align: center
	}
	.contact__item {
		font-size: 14px;
		word-break: keep-all;
	}
	.contact__item a {
		display: inline-block;
		text-decoration: underline
	}
	.footer-util__list {
		float: none
	}
	.footer-util__item {
		margin: 8px 6px 8px 0;
		font-size: 15px
	}
	.footer-util__item:first-child, .footer-util__item:nth-child(2) {
		display: none
	}
	.footer-util__item:last-child {
		margin-right: 0
	}
	.footer-util__item:after {
		display: none;
	}
	.footer-sns__list {
		float: none;
		position: absolute;
		left: 50%;
		bottom: -118px;
		z-index: 1;
		width: 100%;
		margin-left: -50%;
		text-align: center
	}
	.footer-sns__item a .ico {
		width: 29px;
		height: 29px;
		z-index: 1
	}
	.footer-sns__item .instagram .ico {
		background-position: 0 -75px
	}
	.footer-sns__item .blog .ico {
		background-position: -31px -75px
	}
	.footer-sns__item .facebook .ico {
		background-position: -62px -75px
	}
	.footer-sns__item .twitter .ico {
		background-position: -93px -75px
	}
	.footer-sns__item .youtube .ico {
		background-position: -124px -75px
	}
	.certificate__list {
		margin-top: 20px;
		text-align: center
	}
}

.footer-sns__item a .ico {
	display: inline-block;
	overflow: hidden;
	background: url(../img/common/layout.png) 0 0 no-repeat;
	font-size: 5px;
	color: transparent;
	vertical-align: top;
}

@media screen and (max-width: 1024px) {
	.footer-sns__item a .ico, .footer-util__item:after {
		display: inline-block;
		overflow: hidden;
		background: url(../img/common/layout_m.png) 0 0 no-repeat;
		background-size: 200px auto;
		font-size: 5px;
		color: transparent;
		vertical-align: top;
	}
	.footer .logo .sp {
	    height: 42px;
	    width: 151px;
	    background: url(/resource/templete/nl/img/main/revise_logo_main.png) no-repeat;
	    background-position: 0 0;
	    background-size: cover;
	}
	.main .footer-util__item {
		font-size: 15px;
	}
	.main .contact__item {
		font-size: 14px;
	}
}
/*담당부서 번호*/
.contact_department{ padding-top: 60px; clear: both;}
.contact_department .inner{ width: 1240px; max-width: 100%; margin: 0 auto;}
.contact_department .box{ border: 1px solid #856a52; padding: 8px 15px; text-align: center;}
.contact_department .box img{ margin-right: 5px}
.contact_department .box .color_txt{ color: #856a52; font-weight: 500;}