@charset "utf-8";
a {
  outline: none;
  color: transparent;
}
body img {
  width: 100%;
}

/* font */
@import url("//fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean");
@import url("//fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap");

/* 고정버튼 */
h1.logo {
  position: fixed;
  top: calc(40 / 1080 * 100%);
  left: calc(90 / 1920 * 100%);
  width: calc(141 / 1920 * 100%);
  min-width: 78px;
  max-width: 141px;
  padding-top: calc(79 / 1920 * 100%);
  z-index: 3;
}
h1.logo a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/logo.png") no-repeat center top/ contain;
  transition: all 0.2s ease-in-out;
}
h1.logo.white a {
  background-image: url("../img/common/logo_w.png");
}
.btn_tl {
  display: block;
  position: fixed;
  top: calc(60 / 1080 * 100%);
  right: calc(60 / 1920 * 100%);
  width: 40px;
  min-width: 32px;
  max-width: 40px;
  height: 32px;
  z-index: 4;
}
.btn_tl.close {
  position: absolute;
}
.btn_tl.close.menu {
  position: fixed;
  z-index: 5;
}
.btn_tl span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #f40000;
}
.btn_tl span.top {
  top: 0;
  transform: rotate(0);
}
.btn_tl span.middle {
  top: 14px;
  opacity: 1;
}
.btn_tl span.bottom {
  bottom: 0;
  transform: rotate(0);
}
.btn_tl.menu span.top,
.btn_tl.menu span.middle,
.btn_tl.menu span.bottom {
  transition: all 0.2s ease-out;
}
.btn_tl.close span,
.btn_tl.white span {
  background: #fff;
}
.btn_tl.close span.top {
  top: 14px;
  transform: rotate(45deg);
}
.btn_tl.close span.middle {
  opacity: 0;
}
.btn_tl.close span.bottom {
  bottom: 14px;
  transform: rotate(-45deg);
}
.btn_location {
  display: block;
  position: fixed;
  bottom: calc(60 / 1080 * 100%);
  right: calc(60 / 1920 * 100%);
  width: calc(27 / 1920 * 100%);
  height: calc(42 / 1920 * 100%);
  min-width: 22px;
  min-height: 30px;
  max-width: 27px;
  max-height: 42px;
  background: url("../img/btn/ico_local.png") no-repeat left bottom / contain;
  transition: all 0.2s ease-in-out;
  z-index: 3;
}
.btn_location.white {
  background-image: url("../img/btn/ico_local_w.png");
}

/* 반응형 유무 */
br.pc {
}
br.mo {
  display: none;
}

/* 단색배경 */
.bg_red {
  background: #f40000 !important;
}
.bg_white {
  background: #fff !important;
}
.bg_black {
  background: #000 !important;
}

/* 콘텐츠 레이아웃 */
.wrap {
  width: 100%;
}
.scroll_wrap {
  position: relative;
}
.scroll_wrap section {
  position: relative;
  overflow: hidden;
  display: table;
  width: 100%;
  margin: 0 auto;
  background: #010409;
}
.scroll_wrap [id*="sub"] section {
  background: #000;
}
.content {
  position: relative;
  display: table-cell;
  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  vertical-align: middle;
  z-index: 2;
}
.inner {
  display: inline-block;
  position: relative;
  clear: both;
  width: calc(1200 / 1430 * 100%);
  max-width: 1200px;
}
#main02 .inner,
#sub11 .inner,
#sub22 .inner {
  width: calc(1390 / 1430 * 100%);
  max-width: 1390px;
}
.fl {
  float: left;
  text-align: left;
}
[id*="sub"] .fr {
  float: right;
  margin: 0 auto;
}

/* 고정 section */
.fixed_wrap#site_map {
  z-index: 3;
}
.fixed_wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #f40000;
  z-index: 6;
  transition: all 0.55s ease-in-out;
  overflow-y: auto;
}
.fixed_wrap.on {
  left: 0;
}
.fixed_table {
  display: table;
  width: 100%;
  height: 100%;
}

/* site_map - header, footer 토탈 */
#site_map,
#site_map a {
  color: #fff;
  text-transform: uppercase;
}
#site_map .content {
  padding: 0;
}
#site_map .inner {
  width: calc(505 / 1430 * 100%);
  min-width: 450px;
  max-width: 505px;
  padding: 50px 0;
  text-align: left;
}
#site_map nav ul li a {
  margin-top: 8%;
  display: block;
}
#site_map nav ul li:first-child a {
  margin-top: 0;
}
#site_map nav ul li:nth-child(1) img {
  width: calc(150 / 505 * 100%);
  max-width: 150px;
}
#site_map nav ul li:nth-child(2) img {
  width: calc(356 / 505 * 100%);
  max-width: 356px;
}
#site_map nav ul li:nth-child(3) img {
  width: calc(322 / 505 * 100%);
  max-width: 322px;
}
#site_map nav ul li:nth-child(4) img {
  width: calc(379 / 505 * 100%);
  max-width: 379px;
}
#site_map nav ul li:nth-child(5) img {
  width: calc(437 / 505 * 100%);
  max-width: 437px;
}
#site_map nav ul li:nth-child(6) img {
  width: calc(221 / 505 * 100%);
  max-width: 221px;
}
#site_map nav ul li:nth-child(7) img {
  width: calc(239 / 505 * 100%);
  max-width: 239px;
}
#site_map footer {
  width: 100%;
  margin-top: 45px;
  padding-top: 25px;
  border-top: 1px solid #fa8080;
}
#site_map footer * {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
#site_map footer a {
  text-decoration: underline;
}
#site_map footer address {
  padding-top: 15px;
  font-style: normal;
}
#site_map footer address a {
  text-decoration: none;
}
#site_map footer address strong {
  font-weight: 700;
}
.contact_mail li {
  margin-top: 15px;
}
.contact_mail li a {
  display: block;
}

/* 반응형 */
@media screen and (max-width: 1600px) {
  #main02 .inner,
  #sub11 .inner,
  #sub21 .inner,
  #sub31 .inner {
    width: calc(1140 / 1430 * 100%);
  }
}
@media screen and (max-width: 1200px) {
  .inner,
  #sub22 .inner {
    width: calc(1075 / 1430 * 100%);
  }
}
@media screen and (max-width: 720px) {
  /* 기본버튼 */
  h1.logo {
    top: calc(12 / 720 * 100%);
    left: calc(28 / 720 * 100%);
    width: calc(156 / 720 * 100%);
    padding-top: calc(86 / 720 * 100%);
  }
  .btn_location {
    right: 19px;
    bottom: 17px;
  }
  .btn_tl {
    top: 22.5px;
    right: 16.5px;
    width: 28px;
    height: 21.5px;
  }
  .btn_tl span {
    height: 2px;
  }
  .btn_tl span.middle {
    top: 10px;
  }
  .btn_tl.close span.top {
    top: 9px;
  }
  .btn_tl.close span.bottom {
    bottom: 10.5px;
  }

  /* 반응형 유무 */
  br.pc {
    display: none;
  }
  br.mo {
    display: block;
  }

  /*레이아웃*/
  .inner {
    width: calc(665 / 720 * 100%);
    max-width: 665px;
  }
  #main02 .inner,
  #main03 .inner,
  #main04 .inner,
  #sub11 .inner,
  #sub21 .inner,
  #sub31 .inner {
    width: calc(665 / 720 * 100%);
    max-width: 665px;
  }

  /* site map */
  #site_map .inner {
    width: calc(505 / 720 * 100%);
    min-width: 280px;
  }
  #site_map nav ul li a {
    margin-top: calc(46 / 846 * 100%);
  }
  /* #site_map nav ul li:nth-child(1) img{width: calc(175/440*100%);}
    #site_map nav ul li:nth-child(2) img{width: calc(408/440*100%);}
    #site_map nav ul li:nth-child(3) img{width: calc(370/440*100%);}
    #site_map nav ul li:nth-child(4) img{width: 100%;}
    #site_map nav ul li:nth-child(5) img{width: calc(437/440*100%);}
    #site_map nav ul li:nth-child(6) img{width: calc(280/440*100%);} */
  #site_map nav ul li:nth-child(1) img {
    width: auto;
    height: 31px;
  }
  #site_map nav ul li:nth-child(2) img {
    width: auto;
    height: 31px;
  }
  #site_map nav ul li:nth-child(3) img {
    width: auto;
    height: 31px;
  }
  #site_map nav ul li:nth-child(4) img {
    width: auto;
    height: 31px;
  }
  #site_map nav ul li:nth-child(5) img {
    width: auto;
    height: 31px;
  }
  #site_map nav ul li:nth-child(6) img {
    width: auto;
    height: 31px;
  }
  #site_map nav ul li:nth-child(7) img {
    width: auto;
    height: 31px;
  }
  #site_map footer {
    margin-top: calc(80 / 846 * 100%);
    padding-top: calc(20 / 846 * 100%);
  }
  #site_map footer * {
    font-size: 10px;
  }
  #site_map footer address,
  #site_map footer .contact_mail {
    padding-top: calc(40 / 846 * 100%);
  }
  .contact_mail li {
    margin-top: 0;
  }
}
