@charset "UTF-8";
.header .depth_desc .wrap .depth02_box::before, .header .depth::before, .header .head_wrap .bx::before, .header .depth_desc .wrap .depth02_box::after, .header .depth::after, .header .head_wrap .bx::after {
  display: table;
  content: "";
}
.header .depth_desc .wrap .depth02_box::after, .header .depth::after, .header .head_wrap .bx::after {
  clear: both;
}

/* ============================================================
   공통 요소
   ============================================================ */
img {
  max-width: 100%;
}

.row_5 {
  margin-right: -5px;
  margin-left: -5px;
}
.row_5 [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.col-lg-6 {
  width: 50%;
  float: left;
}

#header {
  position: relative;
  z-index: 100;
}
#header .search_form .form {
  position: relative;
  width: 100%;
  max-width: 750px;
  height: 50px;
  margin: 0 auto;
  padding-right: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  vertical-align: middle;
}
#header .search_form .form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#header .search_form .form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#header .search_form .form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#header .search_form .form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#header .search_form .form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#header .search_form .form input[type=text] {
  width: 98%;
  height: 48px;
  padding: 0 5px;
  border: 0;
  line-height: 48px;
  background: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 300;
}
#header .search_form .form input[type=submit] {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 48px;
  border: 0;
  background: url("../img/search_detail_submit.png") no-repeat center 55%;
  overflow: hidden;
  text-indent: -9999px;
}
#header .search_form .btn_close {
  position: absolute;
  right: 50%;
  top: -102px;
  margin-right: -670px;
  width: 21px;
  height: 30px;
  background: #fff url("../img/search_detail_close.png") no-repeat center 50%;
  overflow: hidden;
  text-indent: -9999px;
}
#header .search_form .btn_close::after {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background: rgba(14, 48, 109, 0.06);
}
.sub #header .search_form .btn_close {
  right: 50%;
  top: -101px;
  margin-right: -620px;
}
#header .blind_search {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.7);
  z-index: 995;
}

/* ============================================================
   .header — 로고 / GNB / 드롭다운
   ============================================================ */
.header {
  position: relative;
  z-index: 100;
  top: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: 500ms all;
  transition: 500ms all;
}
.header .wrap {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 15px;
}
.header {
  /* ── 상단 영역 ───────────────────────── */
}
.header .head_wrap {
  position: relative;
  text-align: center;
}
.header .head_wrap .bx {
  position: absolute;
  right: 0;
  top: 80%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 13px;
}
.header .head_wrap .bx._left {
  left: 0;
  width: 300px;
}
.header .head_wrap .bx._left .slick {
  padding: 0 25px;
}
.header .head_wrap .bx._left .slick-arrow {
  color: #999;
}
.header .head_wrap .bx._right li {
  float: left;
  margin-left: 15px;
}
.header .head_wrap .bx._right li i {
  font-size: 22px;
  font-weight: 100;
}
.header .head_wrap .bx._right a {
  display: block;
}
.header .head_wrap .bx._right p {
  margin-top: 2px;
}
.header .logo {
  display: inline-block;
  margin: 0 auto;
  font-size: 0;
}
.header .logo img {
  vertical-align: middle;
}
.header .logo a {
  display: block;
  line-height: 90px;
}
.header {
  /* ── GNB 바 ─────────────────────────── */
}
.header .gnb_bx {
  position: relative;
  padding: 0 15px;
  border-top: 1px solid rgba(221, 221, 221, 0.8666666667);
  background-color: #1e2e68;
  text-align: center;
  font-size: 0;
}
.header .gnb_bx .wrap {
  padding: 0;
}
.header .gnb_open_btn {
  position: absolute;
  left: 0;
  width: 60px;
  line-height: 60px;
  background-color: #091646;
  font-size: 0;
}
.header .gnb_open_btn .btn {
  display: block;
  height: 60px;
  line-height: 60px;
}
.header .gnb_open_btn i {
  font-size: 24px;
  vertical-align: middle;
  color: #fff;
}
.header {
  /* ── 1depth 메뉴 ────────────────────── */
}
.header .depth {
  padding-left: 60px;
  text-align: left;
  font-size: 19px;
}
.header .depth .depth02_box,
.header .depth .gnb_hidden {
  display: none;
}
.header .depth .depth01 {
  position: relative;
  float: left;
  width: 11%;
  border-right: 0 solid #ddd;
  text-align: center;
}
.header .depth .depth01 > a {
  display: block;
  position: relative;
  line-height: 60px;
  letter-spacing: -0.2px;
  color: #e8f1fc;
  -webkit-transition: line-height 300ms;
  transition: line-height 300ms;
}
.header .depth .depth01 > a::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  border-top: 3px solid #a2bad5;
}
.header .depth .depth01 > a:hover {
  color: #fff;
}
.header .depth .depth01 > a.on {
  color: #fff;
}
.header .depth .depth01 > a.on::after {
  content: "";
}
.header .depth.size7 .depth01 {
  width: 14.2857%;
}
.header .depth.size5 .depth01 {
  width: 20%;
}
.header .depth.size4 .depth01 {
  width: 25%;
}
.header .depth .depth02_box {
  position: absolute;
  left: 50%;
  top: 60px;
  width: 240px;
  margin-left: -120px;
  text-align: left;
}
.header {
  /* ── PC 드롭다운 (depth_desc) ───────── */
}
.header .depth_desc {
  position: relative;
  width: 100%;
}
@media (max-width: 1023px) {
  .header .depth_desc {
    display: none;
  }
}
.header .depth_desc .depth01 {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 60px 0;
  background-color: rgba(30, 46, 104, 0.95);
}
.header .depth_desc .wrap {
  display: table;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 15px;
}
.header .depth_desc .wrap .title_box,
.header .depth_desc .wrap .depth02_box,
.header .depth_desc .wrap .img_bx {
  display: table-cell;
  vertical-align: top;
}
.header .depth_desc .wrap .depth02_box {
  margin-top: -15px;
  font-size: 0.9375em;
}
.header .depth_desc .wrap .depth02_box li {
  float: left;
  width: 50%;
  margin-top: 15px;
  line-height: 1.3;
  letter-spacing: -0.2px;
}
.header .depth_desc .wrap .depth02_box li ul li {
  float: none;
  width: 100%;
  padding-left: 10px;
  margin-top: 15px;
  line-height: 1.3;
  letter-spacing: -0.2px;
}
.header .depth_desc .wrap .depth02_box a::before {
  content: "· ";
  font-family: "Open Sans", sans-serif;
}
.header .depth_desc .wrap .depth02_box a:hover {
  color: #daba90;
  text-decoration: none;
}
.header .depth_desc .wrap .title_box {
  width: 330px;
  text-align: left;
  line-height: 1.3;
  color: #777;
}
.header .depth_desc .wrap .title_box .desc {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #acacac;
}
.header .depth_desc .wrap .title_box .tit {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -1px;
  color: #fff;
}
@media (max-width: 767px) {
  .header .depth_desc .wrap .title_box .tit {
    font-size: 2.3em;
  }
}
.header .depth_desc .wrap .title_box .txt {
  font-size: 15px;
  line-height: 1.6;
}
.header .depth_desc .wrap .img_bx {
  width: 430px;
}
.header .depth_desc .wrap .img_bx > img {
  border-radius: 10px;
}
.header .mobile_util {
  display: none;
}
.header {
  /* ── 태블릿 이하 ────────────────────── */
}
@media (max-width: 1023px) {
  .header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
  .header .wrap {
    padding: 0;
  }
  .header .gnb_wrap,
  .header .topmenu {
    display: none;
  }
  .header .logo {
    position: relative;
    width: 200px;
  }
  .header .logo a {
    line-height: 60px;
  }
  .header .head_wrap .bx._left,
  .header .head_wrap .bx._right {
    display: none;
  }
  .header .mobile_util {
    display: block;
  }
  .header .mobile_util .btn {
    position: absolute;
    top: 0;
    line-height: 60px;
  }
  .header .mobile_util .gnb_nav_open {
    left: 0;
  }
  .header .mobile_util .mobile-tel {
    right: 0;
  }
}

.depth02_box > ul > li > a {
  font-size: 16px;
  color: #eee;
}

/* ============================================================
   헤더 링크 배너
   ============================================================ */
.hd-link-pc {
  display: block;
  position: absolute;
  top: 50%;
}
.hd-link-pc img {
  width: 100%;
  height: auto;
}
.hd-link-pc:hover img {
  opacity: 0.8;
}
.hd-link-pc.hd-pc-tel {
  left: 0;
  width: 22%;
  max-width: 272px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.hd-link-pc.hd-pc-nav {
  right: 13%;
  width: 17%;
  max-width: 202px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1023px) {
  .hd-link-pc.hd-pc-tel, .hd-link-pc.hd-pc-nav {
    display: none;
  }
}

.hd-link-mo.hd-mo-nav {
  display: block;
  width: 38%;
  padding: 16px;
}

/* ============================================================
   모바일 GNB
   ============================================================ */
.mo_gnb_wrap {
  display: none;
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  max-width: 640px;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: left 500ms;
  transition: left 500ms;
  z-index: 500;
}
@media (max-width: 1023px) {
  .mo_gnb_wrap {
    display: block;
  }
}
.mo_gnb_wrap.on {
  display: block;
  left: 0;
}
.mo_gnb_wrap > .wrap {
  position: relative;
  height: calc(100% - 60px);
  background-color: #fff;
  overflow: auto;
}
.mo_gnb_wrap .head_bx {
  position: relative;
  line-height: 60px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.mo_gnb_wrap .head_bx .mo_gnb_wrap_close {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mo_gnb_wrap .head_bx .logo {
  display: inline-block;
  line-height: 60px;
}
.mo_gnb_wrap .head_bx .logo img {
  width: 150px;
  vertical-align: middle;
}
.mo_gnb_wrap .user_bx {
  margin-top: 10px;
  padding: 20px 15px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}
.mo_gnb_wrap .user_bx .title {
  margin-bottom: 20px;
  font-size: 16px;
  color: #222;
}
.mo_gnb_wrap .user_bx .title .profile {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
  vertical-align: middle;
}
.mo_gnb_wrap .user_bx .title .profile img {
  width: 100%;
}
.mo_gnb_wrap .user_bx .btn {
  display: block;
  height: 40px;
  line-height: 40px;
  border: 1px solid #1a2a3b;
  border-radius: 4px;
  background-color: #1a2a3b;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}
.mo_gnb_wrap .user_bx .btn._w {
  background-color: #fff;
  color: #1a2a3b;
}
.mo_gnb_wrap .gnb_hidden {
  display: none;
}
.mo_gnb_wrap .depth {
  font-size: 14px;
}
.mo_gnb_wrap .depth a {
  display: block;
  color: #222;
}
.mo_gnb_wrap .depth a::after {
  font-family: "FontAwesome" !important;
  display: inline-block;
  position: absolute;
  right: 15px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mo_gnb_wrap .depth .depth01,
.mo_gnb_wrap .depth .depth02_box {
  border-top: 1px solid rgba(221, 221, 221, 0.5);
}
.mo_gnb_wrap .depth .depth01._branch {
  background-color: #292e34;
}
.mo_gnb_wrap .depth .depth01._branch > a {
  color: #fff;
}
.mo_gnb_wrap .depth .depth01._down > a::after {
  content: "\e93e";
}
.mo_gnb_wrap .depth .depth01.has_dep03 .depth02_box a::after {
  line-height: 40px;
  color: #666;
  content: "\e942";
}
.mo_gnb_wrap .depth .depth01.has_dep03 .depth02_box a.selected2::after {
  color: #1a2a3b;
  content: "\e945";
}
.mo_gnb_wrap .depth .depth01 > a {
  padding: 0 20px;
  color: #222;
}
.mo_gnb_wrap .depth .depth01 > a::after {
  line-height: 50px;
  content: "\f105";
}
.mo_gnb_wrap .depth .depth01 > a.leaf::after {
  display: none;
}
.mo_gnb_wrap .depth .depth01 > a.down {
  color: #1a2a3b;
}
.mo_gnb_wrap .depth .depth01 > a.down::after {
  content: "\f107";
}
.mo_gnb_wrap .depth .depth01 > a,
.mo_gnb_wrap .depth .depth02_box a {
  line-height: 50px;
  font-size: 1em;
}
.mo_gnb_wrap .depth .depth02_box {
  background-color: #f8f9fa;
  font-size: 13px;
}
.mo_gnb_wrap .depth .depth02_box a {
  padding-left: 25px;
}
.mo_gnb_wrap .depth .depth02_box a::before {
  content: "- ";
}
.mo_gnb_wrap .depth .depth02_box ul {
  padding-left: 10px;
}

@media (max-width: 1023px) {
  .mo_gnb_wrap_close,
  .header .mobile_util .btn {
    height: auto;
    padding: 0 10px;
    border: 0;
    background-color: transparent;
    color: #222;
    font-size: 32px;
  }
}
/* ============================================================
   딤 배경
   ============================================================ */
.nav_bg,
.nav_bg_search {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 500ms;
  transition: background-color 500ms;
  z-index: -9;
}
.nav_bg.on,
.nav_bg_search.on {
  background-color: rgba(0, 0, 0, 0.6);
}

.nav_bg.on {
  z-index: 101;
}

.nav_bg_search.on {
  z-index: 1;
}

#sub_bg_wrap.gnb001 {
  background: url(../img/header/sub_visual01.jpg) no-repeat center top;
}

#sub_bg_wrap.gnb002 {
  background: url(../img/header/sub_visual02.jpg) no-repeat center top;
}

#sub_bg_wrap.gnb003 {
  background: url(../img/header/sub_visual03.jpg) no-repeat center top;
}

#sub_bg_wrap.gnb004 {
  background: url(../img/header/sub_visual04.jpg) no-repeat center top;
}

#sub_bg_wrap.gnb005 {
  background: url(../img/header/sub_visual05.jpg) no-repeat center top;
}

#sub_bg_wrap.gnb006 {
  background: url(../img/header/sub_visual06.jpg) no-repeat center top;
}

#sub_bg_wrap.gnb007 {
  background: url(../img/header/sub_visual07.jpg) no-repeat center top;
}

#sub_bg_wrap.gnb008 {
  background: url(../img/header/sub_visual08.jpg) no-repeat center top;
}

#sub_bg_wrap.gnb009 {
  background: url(../img/header/sub_visual09.jpg) no-repeat center top;
}

#sub_bg_wrap.gnb010 {
  background: url(../img/header/sub_visual10.jpg) no-repeat center top;
}

/* ============================================================
   FOOTER 
   ============================================================ */
.footer_wrap {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.2px;
  text-align: center;
  z-index: 3;
}
.footer_wrap,
.footer_wrap a {
  color: #888;
}
@media (max-width: 1023px) {
  .footer_wrap {
    font-size: 11px;
  }
}
.footer_wrap .bar_span span::before {
  background-color: rgba(136, 136, 136, 0.4);
}
.footer_wrap .bar_span span:first-child {
  padding-left: 0;
}
.footer_wrap .copy {
  padding: 30px 0;
}
.footer_wrap .foot_top {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
.footer_wrap .foot_top .link {
  display: inline-block;
}