@charset "utf-8";
/* reset.css */
/* font */
@font-face {
	font-family: 'NotoKR';
	font-weight: 400;
	font-display: auto;
	src: local(NotoSansKR-Light);
	src: url(/resource/font/NotoSansKR/NotoSansKR-Light.eot);
	/* IE 호환성 보기 */
	src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2')
		format('woff2'),
		url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff')
		format('woff'),
		url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf')
		format('opentype');
		unicode-range:
		/****** Unicode Range **********/
		/**** 영문 : ****/ U+0020-0020, U+0041-005A, U+0061-007A,
		/**** 숫자 : ****/ U+0030-0039, U+002E-002E,
		/**** 한글 : ****/
		U+0020-007E, U+1100-11F9, U+3000-303F, U+3131-318E, U+327F-327F, U+AC00-D7A3, U+FF01-FF60,
		/**** 라틴 : ****/
		U+0020-002F, U+0030-0039, U+003A-0040, U+0041-005A, U+005B-0060, U+0061-007A, U+007B-007E;
}

@font-face {
	font-family: 'NotoKR';
	font-weight: 500;
	font-display: auto;
	src: local(NotoSansKR-Regular);
	src:
		url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2')
		format('woff2'),
		url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff')
		format('woff'),
		url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf')
		format('opentype');
		unicode-range:
		/****** Unicode Range **********/
		/**** 영문 : ****/ U+0020-0020, U+0041-005A, U+0061-007A,
		/**** 숫자 : ****/ U+0030-0039, U+002E-002E,
		/**** 한글 : ****/
		U+0020-007E, U+1100-11F9, U+3000-303F, U+3131-318E, U+327F-327F, U+AC00-D7A3, U+FF01-FF60,
		/**** 라틴 : ****/
		U+0020-002F, U+0030-0039, U+003A-0040, U+0041-005A, U+005B-0060, U+0061-007A, U+007B-007E;
}

@font-face {
	font-family: 'NotoKR';
	font-weight: 700;
	font-display: auto;
	src: local(NotoSansKR-Medium);
	src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2')
		format('woff2'),
		url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff')
		format('woff'),
		url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf')
		format('opentype');
		unicode-range:
		/****** Unicode Range **********/
		/**** 영문 : ****/ U+0020-0020, U+0041-005A, U+0061-007A,
		/**** 숫자 : ****/ U+0030-0039, U+002E-002E,
		/**** 한글 : ****/
		U+0020-007E, U+1100-11F9, U+3000-303F, U+3131-318E, U+327F-327F, U+AC00-D7A3, U+FF01-FF60,
		/**** 라틴 : ****/
		U+0020-002F, U+0030-0039, U+003A-0040, U+0041-005A, U+005B-0060, U+0061-007A, U+007B-007E;
}


* {
  box-sizing: border-box;
  word-break: keep-all;
}

body {overflow-x: hidden;}

html,
body {
  width: 100%;
  height: 100%;
  font-family: 'NotoKR', 'Malgun Gothic', 'gothic', '고딕', '새굴림', Arial,
		sans-serif;
  font-size: 17px;
  color: #333;
  line-height: normal;
  font-weight: normal;
  box-sizing: border-box;
  background-color: #fff;
  letter-spacing: -1px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
table,
th,
td {
  margin: 0;
  padding: 0;
  line-height: normal;
}
table,
img {
  border-collapse: collapse;
  border-spacing: 0;
}
table {
  width: 100%;
  table-layout: fixed;
}
fieldset,
img {
  border: none;
}
address,
caption,
cite,
code,
em,
th {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
abbr,
acronym {
  border: 0;
}
img,
li,
dt,
dd,
input,
select {
  vertical-align: top;
}
input,
select {
  font-family: 'NotoKR', 'Malgun Gothic', 'gothic', '고딕', '새굴림', Arial,
		sans-serif;
  font-size: 17px;
}
img {
  vertical-align: middle;
}
hr {
  display: none;
}
a {
  text-decoration: none;
  color: #222;
/*   transition: all.4s ease; */
}
button:focus,
 a:focus {
  outline: 1;
}
a:hover,
a:focus{ outline-offset: -2px;}
a:hover {
  text-decoration: none;
}
label,
button {
  cursor: pointer;
  border: none;
  background: transparent;
}
button {
  padding: 0;
  margin: 0;
  font-family: 'NotoKR', 'Malgun Gothic', 'gothic', '고딕', '새굴림', Arial,
		sans-serif;
  font-size: 17px;
}
textarea {
  font-family: 'NotoKR', 'Malgun Gothic', 'gothic', '고딕', '새굴림', Arial,
		sans-serif;
  font-size: 17px;
  line-height: normal;
}
input,
button,
textarea,
select {
  border: 1px solid #ddd;
  box-sizing: border-box;
}
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
input[type='submit'],
select,
button {
  height: 45px;
  line-height: 45px;
}

/* For Print */

/*html5*/
header,
hgroup,
nav,
menu,
section,
article,
aside,
figcaption,
figure,
details,
footer {
  display: block;
}
address {
  font-style: normal;
}

.text_left {
  text-align: left !important;
}
.text_center {
  text-align: center !important;
}
.text_right {
  text-align: right !important;
}

.btn {
  display: inline-block;
  line-height: 45px;
  text-align: center;
  border: none;
  transition: all 0.3s ease;
  padding: 0 15px;
}
.btn + .btn {
  margin-left: 15px;
}
.btn_large {
  width: 135px;
}
.btn_gray {
  background-color: #6c6c6c;
  color: #fff;
}
.btn_lightgray {
  background-color: #8d8d8d;
  color: #fff;
}
.btn_blue {
  background-color: #03658c;
  color: #fff;
}
.btn_orange {
  background-color: #cb611a;
  color: #fff;
}
.btn_navy {
  background-color: #001a33;
  color: #fff;
}
.btn_red {
  background-color: #a4001b;
  color: #fff;
}

.margin_top_10 {
  margin-top: 10px !important;
}
.margin_top_20 {
  margin-top: 20px !important;
}
.margin_top_30 {
  margin-top: 30px !important;
}
.margin_top_60 {
  margin-top: 60px !important;
}
.margin_top_90 {
  margin-top: 90px !important;
}

.margin_bottom_20 {
  margin-bottom: 20px !important;
}
.margin_bottom_30 {
  margin-bottom: 30px !important;
}

input.full {
  display: block;
  width: 100%;
}

.txt_blue {
  color: #1074ef !important;
}
.txt_gray {
  color: #828282 !important;
}
.txt_orange {
  color: #fe6804 !important;
}
.txt_gray2 {
  color: #b19a9a !important;
}
.txt_red {
  color: #b10606;
}

.relative {
  position: relative;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  overflow: hidden;
}

.cal_wrap {
  position: relative;
}
.cal_wrap > * {
  display: block;
  float: left;
  height: 25px !important;
  line-height: 25px !important;
  font-size: 13px;
}
.cal_wrap input.datepicker {
  width: 120px;
  border: 1px solid #ccc;
  padding: 5px 30px 5px 5px;
  background: url('../img/common/ic_cal.png') no-repeat right 5px center;
}
.cal_wrap button {
  border: 1px solid #3f4e61;
  background-color: #3f4e61;
  color: #fff;
  padding: 0 10px;
}

.table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.table dt,
.table dd {
  display: table-cell;
  vertical-align: middle;
}

#ui-datepicker-div {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  max-width: 280px;
  background-color: #fff;
}
.ui-datepicker-header {
  position: relative;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 20px;
}
.ui-datepicker-header a {
  display: block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 39px;
}
.ui-datepicker-header a.ui-datepicker-prev {
  background: url('../img/common/ic_cal_prev.png') no-repeat center center;
  right: 40px;
}
.ui-datepicker-header a.ui-datepicker-next {
  background: url('../img/common/ic_cal_next.png') no-repeat center center;
  right: 20px;
}
.ui-datepicker-header a span {
  display: none;
}
.ui-datepicker-header .ui-datepicker-title {
  font-size: 14px;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  font-size: 13px;
  text-align: center;
}
.ui-datepicker-calendar th {
  padding: 10px 5px;
  font-weight: bold;
}
.ui-datepicker-calendar td a {
  display: block;
  text-align: center;
  padding: 5px;
}

.checkbox_wrap {
  display: inline-block;
  margin: 0 5px;
}
.checkbox_wrap input {
  position: relative;
  top: 5px;
}
.input_text {
	padding : 10px 10px 10px 10px;
}

select { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; background : url('../img/common/ic_list_arrow_btm.png') no-repeat right 5px center ;}
select::-ms-expand { display : none }

.ir_text{
	overflow: hidden;
	position: absolute;
	border: 0;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}

/* 사이트맵 */

.sitemap_wrap .sitemap_view_all {
  display: block;
  position: relative;
  float: right;
  margin: 25px 0;
  padding-right: 20px;
  text-align: right;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.sitemap_wrap .sitemap_view_all:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 7px;
  background: url(/resource/templete/nl/common/img/common/sp.png) -82px -31px
    no-repeat;
  content: '';
}
.sitemap_wrap .sitemap_view_all.on:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 7px;
  background: url(/resource/templete/nl/common/img/common/sp.png) -66px -31px
    no-repeat;
  content: '';
}
.sitemap_wrap .sitemap_1depth {
  border-bottom: 1px solid #a9a9a9;
}
.sitemap_wrap .sitemap_1depth_title {
  display: block;
  position: relative;
  width: 100%;
  padding: 35px 0;
  border-top: 1px solid #a9a9a9;
  font-size: 23px;
  font-weight: 500;
  text-align: left;
  color: #254775;
}
.sitemap_wrap .sitemap_1depth_item:first-child .sitemap_1depth_title {
  border-top: 2px solid #0d4782;
}
.sitemap_wrap .sitemap_1depth_item .close {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding-right: 18px;
  font-size: 16px;
  color: #000;
}
.sitemap_wrap .sitemap_1depth_item .close:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 7px;
  background: url(/resource/templete/nl/common/img/common/sp.png) -66px -31px
    no-repeat;
  content: '';
}
.sitemap_wrap .sitemap_1depth_item .open {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding-right: 18px;
  font-size: 16px;
  color: #000;
}
.sitemap_wrap .sitemap_1depth_item .open:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 7px;
  background: url(/resource/templete/nl/common/img/common/sp.png) -82px -31px
    no-repeat;
  content: '';
}
.sitemap_wrap .sitemap_2depth {
  display: block;
  padding-bottom: 30px;
  font-size: 0;
}
.sitemap_wrap .sitemap_2depth_item {
  display: inline-block;
  width: 20%;
  margin-bottom: 50px;
  padding-right: 20px;
  box-sizing: border-box;
}
.sitemap_wrap .sitemap_2depth_item > a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #afbcc6;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.sitemap_wrap .sitemap_3depth_item {
  font-size: 15px;
  color: #3b3b3b;
}
.sitemap_wrap .sitemap_3depth_item > a {
  display: block;
  position: relative;
  margin-top: 12px;
  padding: 0 12px;
}
.sitemap_wrap .sitemap_3depth_item > a:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  width: 2px;
  height: 2px;
  background: #003964;
  content: '';
}
.sitemap_wrap .sitemap_4depth_item {
  padding: 0 10px;
  font-size: 14px;
  color: #5a5a5a;
}
.sitemap_wrap .sitemap_4depth_item > a {
  display: block;
  position: relative;
  margin-top: 8px;
  padding: 0 10px;
}
.sitemap_wrap .sitemap_4depth_item > a:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  width: 3px;
  height: 1px;
  background: #5f7b90;
  content: '';
}
.sitemap_wrap .sitemap_5depth_item {
  padding: 0 10px;
  font-size: 14px;
  color: #8c8c8c;
}
.sitemap_wrap .sitemap_5depth_item > a {
  display: block;
  position: relative;
  margin-top: 8px;
  padding: 0 10px;
  color : #6a6a6a;
}
.sitemap_wrap .sitemap_5depth_item > a:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  width: 3px;
  height: 1px;
  background: #a1a1a1;
  content: '';
}

@media screen and (max-width: 767px) {
  .sitemap_wrap .sitemap_1depth_title {
    padding: 25px 0;
  }
  .sitemap_wrap .sitemap_2depth_item {
    width: 50%;
    padding-right: 10px;
  }
  .sitemap_wrap .sitemap_2depth_item:nth-child(even) {
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 460px) {
  .sitemap_wrap .sitemap_2depth {
    padding-bottom: 0;
  }
  .sitemap_wrap .sitemap_2depth_item {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .sitemap_wrap .sitemap_2depth_item:nth-child(even) {
    padding: 0;
  }
}