@charset "UTF-8";

@import "fonts.css";
@import "reset.css";

body,
h1,
h2,
h3,
h4,
input,
button {
  font-family: Malgun Gothic, '맑은고딕', Noto Sans, 'Noto Sans', Dotum, '돋움', Helvetica, AppleSDGothicNeo, sans-serif;
  font-size: 16px;
  color: #000;
}

a {
  text-decoration: none;
  color: #000;
}

a img {
  display: block;
}

table {
  width: 100%;
  line-height: 1.3em;
}

table tr th,
table tr td {
  padding: 10px 0;
  font-size: 16px;
  vertical-align: middle;
  letter-spacing: -0.1em;
}

table tr th {
  color: #2e2b28;
  font-weight: bold;
}

table tr td {
  color: #666;
}

pre {
  white-space: pre-wrap;
}

button {
  cursor: pointer;
}

.btn_orange {
  background: #c9650c !important;
  border: 1px solid #87450b;
  color: #fff !important;
}

.btn_gray {
  background: #999 !important;
  border: 1px solid #777;
  color: #fff !important;
}

.btn_black {
  background: #666 !important;
  border: 1px solid #525252;
  color: #fff !important;
}

.btn_blue {
  background: #326ba5 !important;
  border: 1px solid #1d4d7d;
  color: #fff !important;
}

.btn_red {
  background: #dd5044 !important;
  border: 1px solid #cb3128;
  color: #fff !important;
}

.btn_green {
  background: #2a955f !important;
  border: 1px solid #288c59;
  color: #fff !important;
}

.txt_center {
  text-align: center !important;
}

.txt_left {
  text-align: left !important;
}

.txt_right {
  text-align: right !important;
}

.txt_underline {
  text-decoration: underline !important;
}

.color_red {
  color: #dd5044 !important;
}

.color_blue {
  color: #243c90 !important;
}

.txt_bold {
  font-weight: bold !important;
}

/** common layout **/
#container {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  *zoom: 1;
}

#container .skip_nav {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  font-size: 0;
  z-index: 9999;
}

#container .skip_nav a {
  display: block;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

#container .skip_nav a:hover,
#container .skip_nav a:active,
#container .skip_nav a:focus {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  background: #000;
}

#container #nav {
  font-family: Noto Sans, Malgun Gothic, '맑은고딕', Dotum, '돋움', Helvetica, AppleSDGothicNeo, sans-serif;
  position: absolute;
  width: 228px;
  height: 100%;
  background: #243c90 url("../images/common/bg/bg_nav.png") 0 bottom no-repeat;
  color: #f0f0f0;
}

#container #nav .fixed_area .logo_area {
  padding: 30px 22px 0;
  text-align: center;
}

#container #nav .fixed_area .logo_area div {
  padding-bottom: 30px;
  border-bottom: 1px solid #6677b2;
}

#container #nav .fixed_area .logo_area div p {
  padding-top: 5px;
  font-size: 10px;
}

#container #nav .fixed_area .menu {
  padding-top: 30px;
}

#container #nav .fixed_area .menu>ul>li {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

#container #nav .fixed_area .menu>ul>li>span {
  display: inline-block;
  width: 192px;
  padding-left: 36px;
  margin-bottom: 20px;
  color: #fff;
  background: url("../images/common/blt/blt_menu.png") 22px center no-repeat;
  cursor: default;
}

#container #nav .fixed_area .menu>ul>li>ul {
  margin-bottom: 20px;
}

#container #nav .fixed_area .menu>ul>li>ul>li {
  font-size: 18px;
  font-weight: lighter;
}

#container #nav .fixed_area .menu>ul>li>ul>li>a {
  display: inline-block;
  width: 192px;
  padding-left: 36px;
  margin-bottom: 10px;
  color: #e1e1e1;
}

#container #nav .fixed_area .menu>ul>li>ul>li>a:hover,
#container #nav .fixed_area .menu>ul>li>ul>li>a.active {
  color: #ffbc23;
}

#container #nav .fixed_area .menu>ul>li>ul>li:last-child>a {
  margin-bottom: 0;
}

#container #nav .ico_menu {
  position: absolute;
  bottom: 123px;
  left: 0;
}

#container #nav .ico_menu ul {
  overflow: hidden;
}

#container #nav .ico_menu ul li {
  width: 84px;
  height: 100px;
  text-align: center;
}

#container #nav .ico_menu ul li:first-child {
  float: left;
  margin-left: 22px;
  background: url("../images/img_nav_1.png") center 2px no-repeat;
}

#container #nav .ico_menu ul li:last-child {
  float: right;
  margin-left: 14px;
  background: url("../images/img_nav_2.png") center 0 no-repeat;
}

#container #nav .ico_menu ul li a {
  display: block;
  line-height: 110%;
  padding-top: 63px;
  font-size: 16px;
  color: #f0f0f0;
  letter-spacing: -0.8px;
}

#container #nav .ico_banner {
  position: absolute;
  bottom: 30px;
  left: 33px;
}

#container #content {
  position: relative;
  width: 1052px;
  margin-left: 228px;
}

#container #content .global_menu {
  font-family: Noto Sans, 'Noto Sans', Malgun Gothic, '맑은고딕', Dotum, '돋움', Helvetica, AppleSDGothicNeo, sans-serif;
  padding: 20px 50px 20px 0;
  font-size: 14px;
  text-align: right;
  border-bottom: 1px solid #ccc;
}

#container #content .global_menu ul li {
  display: inline-block;
  vertical-align: middle;
}

#container #content .global_menu ul li.ctrl_font>span {
  margin-right: 10px;
}

#container #content .global_menu ul li.ctrl_font .btn_plus {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#container #content .global_menu ul li.ctrl_font .btn_minus {
  display: inline-block;
  vertical-align: middle;
}

#container #content .global_menu ul li.ctrl_font:before {
  content: "|";
  padding: 0 20px;
}

#container #content .box_content {
  padding: 0 50px;
}

#container #content .box_content .location {
  font-family: Noto Sans, 'Noto Sans', Malgun Gothic, '맑은고딕', Dotum, '돋움', Helvetica, AppleSDGothicNeo, sans-serif;
  height: 20px;
  padding-top: 30px;
  font-size: 12px;
  color: #a8a8a8;
  text-align: right;
}

#container #content .box_content .location span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}

#container #content .box_content .inner_content h1 {
  font-family: Noto Sans, 'Noto Sans', Malgun Gothic, '맑은고딕', Dotum, '돋움', Helvetica, AppleSDGothicNeo, sans-serif;
}

#container #content .sec_banner {
  padding: 25px 0;
  text-align: center;
  border-top: 1px solid #b7b7b7;
}

#container #content .sec_banner ul li {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}

#container #content .sec_banner ul li a {
  display: block;
}

#container #content .blt_hyphen {
  position: relative;
  padding-left: 15px;
}

#container #content .blt_hyphen:before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
}

#footer {
  width: 1280px;
  height: 88px;
  margin: 0 auto;
  background: #111;
}

#footer h1 {
  float: left;
  width: 228px;
  height: 88px;
  position: relative;
}

#footer h1 img {
  position: absolute;
  top: 28px;
  left: 20px;
}

#footer>div {
  float: left;
  width: 1022px;
  padding: 20px 30px 0 0;
  text-align: right;
  font-family: Noto Sans, 'Noto Sans', Malgun Gothic, '맑은고딕', Dotum, '돋움', Helvetica, AppleSDGothicNeo, sans-serif;
  font-size: 14px;
}

#footer>div div {
  margin-bottom: 10px;
}

#footer>div div ul {
  display: inline-block;
  margin-right: 30px;
}

#footer>div div ul li {
  display: inline-block;
}

#footer>div div ul li:first-child:after {
  content: "|";
  padding: 0 15px;
  color: #888;
}

#footer>div div ul li a {
  color: #fff;
}

#footer>div address {
  font-weight: 400;
  color: #c7c6c6;
}

#footer .custom-select select {
  height: 25px;
}

.new {
  display: inline-block;
  margin-left: 5px;
  width: 15px;
  height: 15px;
  background: url("../images/common/blt/blt_new.png") no-repeat;
  vertical-align: top;
}

.paginate {
  margin-top: 30px;
}

.paginate ul {
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

.paginate ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #bbb;
  vertical-align: middle;
}

.paginate ul li.active {
  background: #326ba5;
  border: 1px solid #225284;
}

.paginate ul li.active a {
  color: #fff;
}

.paginate ul li:last-child {
  margin-right: 0;
}

.paginate ul li.btn_first {
  text-indent: -9999px;
  font-size: 0;
  background: url("../images/common/ico/ico_first.png") center center no-repeat;
}

.paginate ul li.btn_first a,
.paginate ul li.btn_prev a,
.paginate ul li.btn_next a,
.paginate ul li.btn_last a {
  display: block;
}

.paginate ul li.btn_prev {
  text-indent: -9999px;
  background: url("../images/common/ico/ico_prev.png") center center no-repeat;
}

.paginate ul li.btn_next {
  text-indent: -9999px;
  background: url("../images/common/ico/ico_next.png") center center no-repeat;
}

.paginate ul li.btn_prev_disabled {
  text-indent: -9999px;
  background: #bbbbbb;
}

.paginate ul li.btn_next_disabled {
  text-indent: -9999px;
  background: #bbbbbb;
}

.paginate ul li.btn_last {
  text-indent: -9999px;
  background: url("../images/common/ico/ico_last.png") center center no-repeat;
}

.paginate ul li .btn_next_img {
  display: block;
  background: url("../images/common/ico/ico_next.png") center center no-repeat;
}

.paginate ul li .btn_prev_img {
  display: block;
  background: url("../images/common/ico/ico_prev.png") center center no-repeat;
}

.layer {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.layer .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}

.layer .pop-layer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  /*width: 500px;*/
  height: auto;
  background-color: #fff;
  z-index: 10;
}

.layer .pop-layer .pop-container {
  font-family: Malgun Gothic, '맑은고딕', Dotum, '돋움', Helvetica, AppleSDGothicNeo, sans-serif;
}

.layer .pop-layer .pop-container .pop-head {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  background: #00197d;
  font-weight: bold;
  padding-left: 20px;
}

.layer .pop-layer .pop-container .pop-conts {
  padding: 20px;
}

.layer .pop-layer .ctxt {
  color: #666;
  line-height: 25px;
  text-align: center;
}

.layer .pop-layer .btn-r {
  width: 100%;
  padding-top: 30px;
  text-align: center;
}

.layer .pop-layer .btn-r .cbtn,
.layer .pop-layer .btn-r .btn {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  padding: 0 30px;
}

.layer .pop-layer .cbtn,
.layer .pop-layer .btn {
  display: inline-block;
  height: 30px;
  padding: 0 15px;
  background-color: #999;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.layer .pop-layer .cbtn:hover,
.layer .pop-layer .btn:hover {
  background-color: #326ba5;
  color: #fff;
}

/* form elements */
.img_radio {
  display: inline-block;
  vertical-align: middle;
}

.img_radio label {
  display: inline-block;
  overflow: hidden;
}

.img_view_radio {
  display: inline-block;
  width: 15px;
  height: 15px;
  padding-left: 5px;
  background-image: url(../images/common/form/radio_btm_off.jpg);
  background-repeat: no-repeat;
}

.img_disabled_radio {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/common/form/radio_btm_disabled.png);
  background-repeat: no-repeat;
}

.img_hidden_radio {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
  left: -10000em;
}

.img_hidden_radio:checked+.img_view_radio {
  background-image: url(../images/common/form/radio_btm_on.jpg);
}

.img_radio_txt {
  vertical-align: middle;
}

.img_checkbox {
  display: inline-block;
  vertical-align: middle;
}

.img_checkbox label {
  display: inline-block;
  overflow: hidden;
  width: 19px;
  height: 16px;
  position: relative;
}

.img_view_checkbox {
  display: inline-block;
  width: 19px;
  height: 16px;
  background-image: url(../images/common/form/cheak_box_off.png);
  background-position: bottom 1px left;
  background-repeat: no-repeat;
}

.img_disabled_checkbox {
  display: inline-block;
  width: 19px;
  height: 16px;
  background-image: url(../images/common/form/checkbox_btm_disabled.png);
  background-position: bottom 1px left;
  background-repeat: no-repeat;
}

.img_hidden_checkbox {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
  left: -10000em;
}

.img_hidden_checkbox:checked+.img_view_checkbox {
  background-image: url(../images/common/form/cheak_box_on.png);
}