@charset "utf-8";
@import "reset.css";
@import "ie.css";
@import "main.css";
@import "slick.css";
@import "jquery.bxslider.css";
@import "product.css";
@import "lnb.css";
@import "db.css";
@import "apply.css";
@import "sp.css";
@import "board.css";
@import "font.css";
/* @import "contents.css"; */

html, body {
  font-size: 14px;
  color: #555;
  font-weight: normal;
  line-height: 1.4;
  word-break: keep-all;
  font-family: 'Noto Sans Korean', sans-serif;
  background: #edf0f4;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}

/* 텍스트 선택을 막는다 */
header, nav, footer, img, a, button, label,
.serch_wrap, .reg_wrap, .h3_wrap, .cg_serachwrap,
.board_search_wrap, .spl_wrap, .list_footer {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.h3_wrap .fl {
  -ms-user-select: text;
  -moz-user-select: -moz-text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  user-select: text;
  width: 65%;
  word-break: break-all;
}

.h3_wrap .fr {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  width: 35%;
  margin-top: auto;
  word-break: break-all;
}

img {
  border: 0;
  vertical-align: top;
}

select {
  border: 1px solid #e1e1e1;
  padding: 0 5px;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  margin: 0 3px 3px 3px;
}

input {
  border: 1px solid #e1e1e1;
  padding: 0 5px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 3px 3px 3px;
}

input, textarea {
  font-family: 'Noto Sans Korean', sans-serif;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-family: 'Noto Sans Korean', sans-serif;
  outline-style: none;
}

ul, ol, dl, dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p,
blockquote, th, td, figure, figcaption, select {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
  color: #666;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

fieldset {
  font-size: 0;
  border: 0;
  margin: 0;
  padding: 0
}

em {
  font-style: normal;
}

.ac {
  text-align: center !important;
}

.al {
  text-align: left !important;
}

.ar {
  text-align: right !important;
}

caption {
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  height: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*글씨 감추기*/
.blind {
  left: 0;
  top: -10000em;
  overflow: hidden;
  display: block;
  position: absolute;
}

/*layout*/
.wrap {
  position: relative;
  width: 100%;
  min-width: 1100px;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.content_wrap {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

.lct_wrap {
  position: relative;
  overflow: hidden;
  float: left;
  width: 887px;
}

/*header*/
.header_wrap {
  position: relative;
  width: 100%;
  height: 127px;
  background: #fff;
}

.logo_wrap {
  position: relative;
  overflow: hidden;
  width: 1100px;
  height: 70px;
  margin: 0 auto;
  background: #fff;
}

.logo_wrap h1 {
  float: left;
  margin-top: 21px;
}

.logo {
  display: block;
}

.header_dbtotal {
  float: right;
  display: block;
  color: #000;
  margin-top: 25px;
}

.header_dbtotal > dt {
  float: left;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
}

.header_dbtotal > dd {
  float: left;
  display: inline-block;
  padding-left: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.header_search {
  float: right;
  display: block;
  overflow: hidden;
  width: 370px;
  height: 31px;
  margin-top: 19px;
  border-bottom: 2px solid #1b4692;
}

.header_search input {
  float: left;
  width: 328px;
  height: 31px;
  display: inline-block;
  border: 0;
  padding: 0 6px;
  outline-style: none;
}

.header_search input::placeholder {
  color: #767676;
}

.header_search input::-webkit-input-placeholder {
  color: #767676;
}

.header_search button {
  float: left;
  display: inline-block;
  margin-top: 6px;
  outline-style: none;
}

.header_search button i {
  background: url('/images/btn_t_search.png') no-repeat center;
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
}

/* ===================================수정 신청 검색용 serach bar=================================== */

.header_searchV2 {
  float: right;
  display: block;
  overflow: hidden;
  width: 370px;
  height: 31px;
  margin-top: 19px;
  border-bottom: 2px solid #1b4692;
}

.header_searchV2 input {
  float: left;
  width: 328px;
  height: 31px;
  display: inline-block;
  border: 0;
  padding: 0 6px;
  outline-style: none;
}

.header_searchV2 input::placeholder {
  color: #767676;
}

.header_searchV2 input::-webkit-input-placeholder {
  color: #767676;
}

.header_searchV2 button {
  float: left;
  display: inline-block;
  margin-top: 6px;
  outline-style: none;
}

.header_searchV2 button i {
  background: url('/images/btn_t_search.png') no-repeat center;
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
}

/* ===================================수정 신청 검색용 serach bar=================================== */

.nav_wrap {
  position: relative;
  width: 100%;
  height: 55px;
  min-width: 1100px;
  border-top: 1px solid #e8e8e8;
  background: #fff;
}

.gnb {
  margin: 0 auto;
  width: 1100px;
  height: 55px;
  display: flex;
  justify-content: center;
}

.gnb li {
  position: relative;
  width: 183px;
  height: 55px;
  display: inline-block;
  float: left;
}

.gnb li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 1px;
  height: 25px;
  background: #dfdfdf;
}

.gnb li:first-child:before {
  content: '';
  background: #fff;
}

.gnb li:last-child {
  width: 185px;
}

.gnb li a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 17px;
  color: #222;
  padding: 15px 0;
  height: 25px;
  line-height: 25px;
  font-weight: 700;
}

.gnb li a:hover {
  color: #173974;
  font-weight: 700;
}

.gnb li a:hover:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 4px;
  background: #173974;
  z-index: 1;
}

.snb {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 165px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 2px solid #1b4692;
  background: #fff;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 0;
  display: none;
  z-index: 2;
}

.snb_wrap {
  position: relative;
  width: 1100px;
  height: 165px;
  margin: 0 auto;
}

.snb_wrap > ul {
  overflow: hidden;
  clear: both;
  width: 1100px;
  height: 165px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.snb_wrap > ul > div > li {
  width: 183px;
  height: 165px;
  float: left;
  display: inline-block;
}

.snb_wrap > ul > div > li > ul {
  overflow: hidden;
  padding: 15px 0 10px;
}

.snb_wrap > ul > div > li > ul > li {
  display: block;
  width: 183px;
}

.snb_wrap > ul > div > li > ul > li > a {
  display: block;
  padding: 8px 10px;
  text-align: center;
  transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
}

.snb_wrap > ul > div > li > ul > li > a:hover {
  background: #3f8cc8;
  color: #fff;
  height: 35px;
  line-height: 36px;
  padding: 0;
}

.sub_content {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  min-width: 1100px;
  border-top: 1px solid #dbdce0;
  box-shadow: 0 0 2px rgb(237, 238, 242);
  background: #fff;
  padding-bottom: 60px;
}

footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 126px;
  min-width: 1100px;
  background: #edf0f4;
  display: block;
}

.footer_wrap {
  position: relative;
  margin: 25px auto;
  width: 1100px;
  overflow: hidden;
  color: #354257;
  font-size: 12px;
  font-weight: 300;
}

.footer_privacy {
  position: absolute;
  right: 0;
  top: 22px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #c1c8d2;
  background-color: #edf0f4;
  background-image: url('/images/ico_newwindow2.gif');
  background-repeat: no-repeat;
  background-position: right 10px top 10px;
  font-size: 12px;
  color: #354257;
  line-height: 30px;
  padding: 0 30px 0 15px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.footer_privacy:hover {
  background-color: #c1c8d2;
}

address {
  display: block;
  font-style: normal;
}

.copyright {
  display: block;
  margin-bottom: 10px;
}

.footer_info {
  display: block;
}

.footer_info p {
  display: block;
  margin-bottom: 4px;
}

/*title*/
.h3_wrap {
  position: relative;
  overflow: hidden;
  margin: 38px 0 20px;
  width: 100%;
  border-bottom: 1px solid #1b4692;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.h3_wrap h3 {
  font-size: 28px;
  line-height: 30px;
  color: #000;
  padding-bottom: 13px;
  float: left;
}

.lct_wrap > .h3_wrap {
  margin: 33px 0 21px;
}

.lct_wrap > .h3_wrap > h3 {
  display: inline-block;
  float: left;
}

/*location*/
.loc_wrap {
  overflow: hidden;
  display: inline-block;
  float: right;
  margin-top: 12px;
}

.loc_wrap li {
  position: relative;
  overflow: hidden;
  float: left;
  display: inline-block;
  text-align: right;
  color: #888;
  padding-left: 33px;
  font-weight: 300;
}

.loc_wrap li:first-child {
  padding-left: 0;
}

.loc_wrap li:before {
  content: '';
  position: absolute;
  left: 12px;
  top: 4px;
  width: 9px;
  height: 9px;
  background: url('/images/ico_loc.gif') no-repeat -25px 0;
}

.loc_wrap li:first-child:before {
  background: none;
}

.loc_wrap li:last-child {
  color: #000;
  font-weight: 400;
}

.loc_wrap li.loc_home {
  width: 15px;
  height: 13px;
  background: url('/images/ico_loc.gif') no-repeat 0 0;
  margin-top: 1px;
}

.list_footer {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.paging {
  float: left;
  text-align: center;
  font-size: 12px;
  position: relative;
  overflow: hidden;
}

.paging button {
  display: inline-block;
  padding: 7px 9px;
  text-align: center;
  border: 1px solid #ccc;
  background: #fff;
  margin-right: 1px;
  min-width: 35px;
  vertical-align: top;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.paging button:hover {
  color: #23527c;
  background: #eee;
  border-color: #ddd;
}

.paging strong {
  display: inline-block;
  padding: 7px 9px;
  text-align: center;
  border: 2px solid #55555b;
  background: #55555b;
  margin-right: 1px;
  color: #fff;
  min-width: 12px;
  vertical-align: top;
  cursor: default;
}

.page_wrap {
  float: right;
  overflow: hidden;
}

.per_page {
  float: left;
  font-size: 12px;
}

.per_page label {
  margin-top: 2px;
  margin-right: 6px;
  line-height: 32px;
}

.per_page select {
  line-height: 32px;
  height: 32px;
  vertical-align: top;
}

.per_page span {
  margin-top: 2px;
  position: relative;
  padding-right: 21px;
}

.per_page span:after {
  content: '';
  position: absolute;
  right: 0;
  top: -1px;
  width: 1px;
  height: 15px;
  background: #e5e5e5;
}

.per_pageinfo {
  float: left;
  display: inline-block;
  padding-left: 14px;
  font-size: 12px;
  line-height: 32px;
  height: 32px;
}

/*button*/

/*======================================== 임시 ========================================  */
.btn_l {
  float: left;
  overflow: hidden;
  display: block;
  margin-left: -1%;
}

/*======================================== 임시 ========================================  */


.btn_c {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.btn_r {
  overflow: hidden;
  display: block;
  float: right;
  margin-right: -1%;
}

.btn_blue {
  display: inline-block;
  padding: 0 30px;
  border-radius: 3px;
  background: #3f8cc8;
  text-align: center;
  color: #fff;
  height: 45px;
  line-height: 45px;
  margin: 0 10px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.btn_blue:hover {
  background: #3679ad;
}

.small_btn_blue {
  display: inline-block;
  padding: 0 20px;
  border-radius: 3px;
  background: #3f8cc8;
  text-align: center;
  color: #fff;
  height: 33px;
  line-height: 33px;
  margin: 0 15px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.small_btn_blue:hover {
  background: #3679ad;
}

.btn_download {
  position: relative;
  display: inline-block;
  padding: 0 30px 0 50px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  height: 45px;
  line-height: 45px;
  margin: 0 15px;
  background-color: #3f8cc8;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.btn_download:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 17px;
  width: 9px;
  height: 13px;
  background-image: url('/images/ico_download.gif');
  background-repeat: no-repeat;
  background-position: 0 0;
}

.btn_download:hover {
  background: #3679ad;
}

.btn_newwindow {
  position: relative;
  display: inline-block;
  padding: 0 30px 0 50px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  height: 45px;
  line-height: 45px;
  margin: 0 15px;
  background-color: #3f8cc8;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.btn_newwindow:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 17px;
  width: 11px;
  height: 11px;
  background-image: url('/images/ico_newwindow.gif');
  background-repeat: no-repeat;
  background-position: 0 0;
}

.btn_newwindow:hover {
  background: #3679ad;
}

.btn_arrow {
  position: relative;
  display: inline-block;
  padding: 0 50px 0 35px;
  border-radius: 3px;
  color: #fff;
  height: 45px;
  line-height: 45px;
  margin: 0 15px;
  background-color: #3f8cc8;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.btn_arrow:after {
  content: '';
  position: absolute;
  right: 30px;
  top: 20px;
  width: 11px;
  height: 11px;
  background-image: url('/images/ico_arrow1.gif');
  background-repeat: no-repeat;
  background-position: 0 0;
}

.btn_arrow:hover {
  background: #3679ad;
}

/*scrollbar*/
/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ababab;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #787878;
}

html {
  scrollbar-3dLight-Color: #efefef;
  scrollbar-arrow-color: #ababab;
  scrollbar-base-color: #efefef;
  scrollbar-Face-Color: #ababab;
  scrollbar-Track-Color: #f1f1f1;
  scrollbar-DarkShadow-Color: #efefef;
  scrollbar-Highlight-Color: #efefef;
  scrollbar-Shadow-Color: #efefef;
}

/*text*/
.red_text {
  color: #ff2a00;
}
