@charset "UTF-8";
@font-face {
  font-family: "gothic";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/archive/pcms/common/font/gothic/gothica1-regular-webfont.woff") format("woff");
}
@font-face {
  font-family: "gothic";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("/archive/pcms/common/font/gothic/gothica1-bold-webfont.woff") format("woff");
}
@font-face {
  font-family: "gothic";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/archive/pcms/common/font/gothic/gothica1-bold-webfont.woff") format("woff");
}
@font-face {
  font-family: "GmarketSans";
  font-style: normal;
  font-weight: 700;
  src: local("Gmarket Sans Bold"), local("GmarketSans-Bold"), url("/archive/pcms/common/font/gmarketsans/GmarketSansBold.woff2") format("woff2"), url("/archive/pcms/common/font/gmarketsans/GmarketSansBold.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "GmarketSans";
  font-style: normal;
  font-weight: 500;
  src: local("Gmarket Sans Medium"), local("GmarketSans-Medium"), url("/archive/pcms/common/font/gmarketsans/GmarketSansMedium.woff2") format("woff2"), url("/archive/pcms/common/font/gmarketsans/GmarketSansMedium.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "GmarketSans";
  font-style: normal;
  font-weight: 300;
  src: local("Gmarket Sans Light"), local("GmarketSans-Light"), url("/archive/pcms/common/font/gmarketsans/GmarketSansLight.woff2") format("woff2"), url("/archive/pcms/common/font/gmarketsans/GmarketSansLight.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/**
 * Variables
*/
/* display */
/* Typography */
/* reset style */
* {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

html, body, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, blockquote, pre, button, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, iframe, article, aside, canvas, details, embed, textarea, figure, figcaption, header, footer, main, menu, nav, section, summary, audio, video, template {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  word-break: keep-all;
  font-weight: 500;
}

a, span, em {
  box-sizing: border-box;
}

a:link, a:visited {
  color: #494949;
}

a, a:active, a:hover, a:link, a:visited {
  text-decoration: none;
}

img {
  border: none;
}

img, video, audio {
  max-width: 100%;
  max-height: 100%;
}

figure, figcaption {
  margin: 0;
  padding: 0;
}

b, strong {
  font-weight: 700;
}

em, dfn, cite, address, i {
  font-style: normal;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 90%;
}

sup, sub {
  position: relative;
  font-size: 0.9em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

del {
  color: #aaa !important;
  text-decoration: line-through;
}

label {
  cursor: pointer;
}

switch {
  display: none;
}

ul, ul > li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  display: table;
}

caption, legend {
  overflow: hidden;
  position: relative;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
}

fieldset {
  border: none;
  min-width: 0;
}

hr {
  overflow: hidden;
  position: absolute;
  height: 0;
  width: 0;
}

template {
  display: none;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}

.sr-only, .skip, .blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

br {
  font-size: 0;
}

body {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

:lang(ko) body {
  position: relative;
  color: #666;
  font-family: "Gothic A1", "Malgun Gothic", "맑은 고딕", Dotum, 돋움, Helvetica, "Apple SD Gothic Neo", "애플 SD 산돌고딕 Neo";
  letter-spacing: -0.03em;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}

:lang(zh-CN) body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

:lang(ja) body {
  font-family: Hiragino Kaku Gothic Pro, osaka, sans-serif;
}

:lang(en) body {
  font-family: "Roboto", "Frutiger Linotype", Georgia, "Times New Roman", Times, serif;
}

#skipnavi {
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #333;
  z-index: 999999;
}

#skipnavi a {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 25px;
  margin-top: -100px;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  background: #000;
}

#skipnavi a:link {
  color: #333;
}

#skipnavi a:focus {
  margin-top: 0;
  text-decoration: underline;
  color: #fff;
}

.ir {
  font-size: 0;
  line-height: 0;
}

input {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  vertical-align: middle;
}

input[type=file] {
  border: none;
}

input[type=radio], input[type=checkbox] {
  border: none;
}

button {
  text-transform: none;
  vertical-align: middle;
}

button, [type=button], [type=reset], [type=submit] {
  background-color: transparent;
  cursor: pointer;
}

select {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-transform: none;
  vertical-align: middle;
}

textarea {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  vertical-align: middle;
  resize: none;
}

input[disabled=disabled] {
  background-color: #ebebeb;
  color: #959595;
}

select[disabled=disabled] {
  background-color: #ebebeb;
  color: transparent;
}

input[type=text] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=text]::-ms-clear {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select {
  padding: 0 5px;
  background: transparent url(/pcms/common/images/ir/arrow-select.png) no-repeat 98% 50%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

select::-ms-expand {
  display: none;
}

html {
  overflow-x: hidden;
}

.layout {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
}
@media (max-width: 1399.98px) {
  .layout {
    max-width: none;
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .layout {
    padding: 0 15px;
  }
}
.layout:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.ir {
  font-size: 0;
}

body.wide_wrap #body_layout .body_wrap {
  max-width: none;
}
body.wide_wrap #body_layout .body_wrap {
  max-width: none;
}
body.wide_wrap #body_layout .body_wrap .lnb_wrap {
  display: none;
}
body.wide_wrap #body_layout .body_wrap .contents_wrap {
  float: none;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
}

#foot_layout {
  position: relative;
  width: 100%;
  background-color: #282930;
  overflow: hidden;
}
#foot_layout .footer-link {
  border-bottom: 1px solid #414141;
  position: relative;
}
@media (max-width: 767.98px) {
  #foot_layout .footer-link {
    border-bottom: none;
    padding-top: 15px;
  }
}
#foot_layout .footer-link .list {
  margin-left: -10px;
}
@media (max-width: 767.98px) {
  #foot_layout .footer-link .list {
    width: calc(100% + 2px);
    margin-left: 0;
  }
}
#foot_layout .footer-link .list:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#foot_layout .footer-link .list li {
  float: left;
  position: relative;
}
@media (max-width: 767.98px) {
  #foot_layout .footer-link .list li {
    margin-left: -1px;
    margin-bottom: -1px;
    width: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
#foot_layout .footer-link .list li a {
  display: block;
  padding: 30px 15px;
  position: relative;
  color: #ababad;
  font-size: 14px;
  transition: all 0.3s;
}
#foot_layout .footer-link .list li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 7px;
  background-color: #f5e8d8;
  transform: translate(0, -50%);
}
#foot_layout .footer-link .list li a:hover, #foot_layout .footer-link .list li a:focus {
  color: hsl(0deg, 0%, 100%);
}
#foot_layout .footer-link .list li a.ic-1 {
  color: #fff;
  font-weight: bold;
}
#foot_layout .footer-link .list li a.ic-1:before {
  display: none;
}
@media (max-width: 767.98px) {
  #foot_layout .footer-link .list li a {
    padding: 15px 7px;
    text-align: center;
  }
  #foot_layout .footer-link .list li a:before {
    display: none;
  }
}
#foot_layout .footer-link .list li:first-child a {
  color: #fff;
  font-weight: bold;
}
#foot_layout .footer-link .list li:first-child a:before {
  display: none;
}
#foot_layout .footer-info .layout .flogo {
  position: absolute;
  top: 33px;
  left: 0;
  width: 180px;
  height: 40px;
  background: url(/archive/template/assets/images/flogo.png) no-repeat;
  font-size: 0;
}
@media (max-width: 1023.98px) {
  #foot_layout .footer-info .layout .flogo {
    display: none;
  }
}
#foot_layout .footer-info .layout address,
#foot_layout .footer-info .layout .copy {
  font-size: 14px;
  color: hsl(0deg, 0%, 100%);
  margin: 0;
}
@media (max-width: 767.98px) {
  #foot_layout .footer-info .layout address,
#foot_layout .footer-info .layout .copy {
    text-align: center;
  }
}
#foot_layout .footer-info .layout address > span,
#foot_layout .footer-info .layout .copy > span {
  display: inline-block;
}
@media (max-width: 767.98px) {
  #foot_layout .footer-info .layout address > span:first-child,
#foot_layout .footer-info .layout .copy > span:first-child {
    display: block;
  }
}
#foot_layout .footer-info .layout address br,
#foot_layout .footer-info .layout .copy br {
  display: none;
}
#foot_layout .footer-info .layout address .pc {
  display: inline-block;
}
@media (max-width: 767.98px) {
  #foot_layout .footer-info .layout address .pc {
    display: none;
  }
}
#foot_layout .footer-info .layout address .mo {
  display: none;
  font-size: 14px;
  color: hsl(0deg, 0%, 100%);
}
@media (max-width: 767.98px) {
  #foot_layout .footer-info .layout address .mo {
    display: inline-block;
  }
}
#foot_layout .footer-info .layout .family_site {
  position: absolute;
  top: 33px;
  right: 0;
  width: 196px;
}
@media (max-width: 767.98px) {
  #foot_layout .footer-info .layout .family_site {
    width: calc(100% - 29px);
    left: 14px;
    top: 0px;
  }
}
#foot_layout .footer-info .layout .family_site .title {
  display: block;
  position: relative;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  width: 100%;
}
@media (max-width: 767.98px) {
  #foot_layout .footer-info .layout .family_site .title {
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
#foot_layout .footer-info .layout .family_site .title:after {
  display: block;
  position: absolute;
  right: 15px;
  top: 21px;
  width: 5px;
  height: 5px;
  border: solid #9d9f9f;
  border-width: 2px 0 0 2px;
  content: "";
  transform: rotate(45deg);
}
#foot_layout .footer-info .layout .family_site .title span {
  display: block;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #a6a6a6;
  text-align: left;
}
#foot_layout .footer-info .layout .family_site .title.on {
  color: #fff;
}
#foot_layout .footer-info .layout .family_site .list {
  display: none;
}
#foot_layout .footer-info .layout .family_site.on .list {
  display: block !important;
  max-height: 150px;
  overflow-y: scroll;
  background: #111111;
  position: absolute;
  bottom: 50px;
  width: 100%;
  padding: 10px;
}
#foot_layout .footer-info .layout .family_site.on .list li a {
  display: block;
  padding: 0 14px;
  height: 30px;
  background: none;
}

/* topBtn */
.topgo_link {
  z-index: 15;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 70px;
  border: 1px solid #f2f2f2;
  box-shadow: 3px 7px 22px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background: #fff;
  width: 70px;
  height: 70px;
  color: #666;
  text-align: center;
}
.topgo_link span {
  display: block;
  padding-top: 14px;
  background: url("/archive/template/assets/images/bg_toplink.png") no-repeat top center;
}
@media (max-width: 1023.98px) {
  .topgo_link {
    display: none !important;
  }
}

@media only screen and (min-device-width: 768px) and (orientation: landscape) {
  .topgo_link {
    right: 2.9296875vw;
  }
}
.layout {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
}
@media (max-width: 1399.98px) {
  .layout {
    max-width: none;
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .layout {
    padding: 0 15px;
  }
}
.layout:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.layout:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.ir {
  font-size: 0;
}

.ir-tmpl {
  background: url(/archive/template/sl_b-tm2-mo1/images/ir.png) no-repeat;
}

#top_layout {
  display: block;
  position: relative;
  width: 100%;
  height: 118px;
  text-align: center;
  z-index: 100;
}
#top_layout .top_wrap {
  position: relative;
  width: 100%;
  max-width: none;
}
#top_layout .top_wrap:after {
  display: none;
}
#top_layout .top_wrap #logo {
  position: absolute;
  top: 32px;
  left: 15px;
  width: 180px;
  height: 40px;
  z-index: 10;
}
@media (max-width: 1023.98px) {
  #top_layout .top_wrap #logo {
    left: 0px;
  }
}
@media (max-width: 480px) {
  #top_layout .top_wrap #logo {
    left: 10px;
    width: 238px;
    height: 45px;
  }
}
#top_layout .top_wrap #logo > a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/archive/template/sl_b-tm2-mo1/images/logo.png) no-repeat;
}
#top_layout .top_wrap .utile_wrap {
  float: right;
  z-index: 10;
  display: flex;
  align-items: center;
  padding-right: 40px;
  height: 118px;
}
@media (max-width: 1399.98px) {
  #top_layout .top_wrap .utile_wrap {
    padding-right: 15px;
  }
}
@media (max-width: 1023.98px) {
  #top_layout .top_wrap .utile_wrap {
    padding-right: 10px;
  }
}
#top_layout .top_wrap .utile_wrap > li {
  float: left;
  margin-left: 40px;
}
@media (max-width: 1279.98px) {
  #top_layout .top_wrap .utile_wrap > li {
    margin-left: 20px;
  }
}
#top_layout .top_wrap .utile_wrap > li.login-link a {
  display: block;
  line-height: 28px;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 800;
}
#top_layout .top_wrap .utile_wrap > li.language-link .language_site {
  position: relative;
  width: 61px;
}
#top_layout .top_wrap .utile_wrap > li.language-link .language_site .selected {
  display: block;
  position: relative;
  height: 28px;
  border-bottom: 3px solid #000;
  padding: 0 20px 0 5px;
}
#top_layout .top_wrap .utile_wrap > li.language-link .language_site .selected:after {
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
  width: 5px;
  height: 5px;
  border: solid #000;
  border-width: 2px 0 0 2px;
  content: "";
  transform: rotate(-135deg);
}
#top_layout .top_wrap .utile_wrap > li.language-link .language_site .selected span {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 800;
  line-height: 25px;
}
#top_layout .top_wrap .utile_wrap > li.language-link .language_site ul {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  max-width: 150px;
  border: 3px solid #000;
}
#top_layout .top_wrap .utile_wrap > li.language-link .language_site ul li a {
  display: block;
  padding: 0 14px;
  background: none;
  font-family: "Lato", sans-serif;
  font-size: 15px;
}
#top_layout .top_wrap .utile_wrap > li.language-link .language_site.on ul {
  display: block !important;
  width: 100%;
}
#top_layout .top_wrap .utile_wrap > li.search-link button {
  display: block;
  width: 32px;
  height: 30px;
  background: transparent;
  cursor: pointer;
}
#top_layout .top_wrap .utile_wrap > li.search-link button .ir {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/archive/template/sl_b-tm2-mo1/images/search.png) center no-repeat;
}
#top_layout .top_wrap .utile_wrap > li.search-link .search_wrap {
  width: 100%;
  height: auto;
  background: #fff;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 100px;
  padding-bottom: 40px;
  display: none;
  opacity: 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  #top_layout .top_wrap .utile_wrap > li.search-link .search_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#top_layout .top_wrap .utile_wrap > li.search-link .search_wrap .form_inner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  padding-right: 50px;
}
@media (max-width: 767.98px) {
  #top_layout .top_wrap .utile_wrap > li.search-link .search_wrap .form_inner {
    padding-right: 30px;
  }
}
#top_layout .top_wrap .utile_wrap > li.search-link .search_wrap .form_inner input[type=text] {
  display: block;
  width: 100%;
  height: 84px;
  border-radius: 45px;
  border: 4px solid #333;
  font-size: 16px;
  padding-left: 60px;
  padding-left: 30px;
  color: #333;
}
@media (max-width: 767.98px) {
  #top_layout .top_wrap .utile_wrap > li.search-link .search_wrap .form_inner input[type=text] {
    height: 64px;
    padding: 0 30px;
  }
}
#top_layout .top_wrap .utile_wrap > li.search-link .search_wrap .form_inner input[type=text] ::-moz-placeholder {
  color: #7e7e7e;
}
#top_layout .top_wrap .utile_wrap > li.search-link .search_wrap .form_inner input[type=text] :-ms-input-placeholder {
  color: #7e7e7e;
}
#top_layout .top_wrap .utile_wrap > li.search-link .search_wrap .form_inner input[type=text] ::placeholder {
  color: #7e7e7e;
}
#top_layout .top_wrap .utile_wrap > li.search-link .search_wrap .form_inner .submit {
  position: absolute;
  width: 84px;
  height: 84px;
  background: #333333 url(/archive/template/sl_b-tm2-mo1/images/search_w.png) center no-repeat;
  top: 0px;
  right: 0px;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  #top_layout .top_wrap .utile_wrap > li.search-link .search_wrap .form_inner .submit {
    width: 64px;
    height: 64px;
  }
}
#top_layout .top_wrap .utile_wrap > li.search-link .search_wrap .form_inner .submit input {
  font-size: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
}
#top_layout .top_wrap .utile_wrap > li.search-link .search_wrap .search-close {
  position: absolute;
  right: 115px;
  top: 44px;
  width: 33px;
  height: 33px;
  border: 0;
  font-size: 0;
  text-indent: -9999px;
  transform: rotate(45deg);
  background: transparent;
}
@media (max-width: 1279.98px) {
  #top_layout .top_wrap .utile_wrap > li.search-link .search_wrap .search-close {
    right: 95px;
  }
}
@media (max-width: 1023.98px) {
  #top_layout .top_wrap .utile_wrap > li.search-link .search_wrap .search-close {
    right: 90px;
  }
}
@media (max-width: 767.98px) {
  #top_layout .top_wrap .utile_wrap > li.search-link .search_wrap .search-close {
    right: 75px;
  }
}
#top_layout .top_wrap .utile_wrap > li.search-link .search_wrap .search-close:before {
  position: absolute;
  top: 17px;
  right: 14px;
  width: 3px;
  height: 100%;
  background: #333;
  transform: translateY(-50%);
  content: "";
}
#top_layout .top_wrap .utile_wrap > li.search-link .search_wrap .search-close:after {
  position: absolute;
  top: 17px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  width: 100%;
  background: #333;
  transform: translateY(-50%);
  content: "";
}
#top_layout .top_wrap .utile_wrap > li.allmenu-link {
  margin-top: 3px;
}
#top_layout .top_wrap .utile_wrap > li.allmenu-link .btn-allmenu {
  display: block;
  width: 30px;
  height: 25px;
  background: transparent;
}
#top_layout .top_wrap .utile_wrap > li.allmenu-link .btn-allmenu .hamburger {
  display: flex;
  align-self: center;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#top_layout .top_wrap .utile_wrap > li.allmenu-link .btn-allmenu .hamburger div {
  align-self: flex-end;
  height: 3px;
  width: 100%;
  background: #000;
  position: relative;
}
#top_layout .top_wrap .utile_wrap > li.allmenu-link .btn-allmenu .hamburger .meat {
  left: -35%;
  transition: all 200ms ease-in-out;
}
#top_layout .top_wrap .utile_wrap > li.allmenu-link .btn-allmenu:hover .hamburger .meat, #top_layout .top_wrap .utile_wrap > li.allmenu-link .btn-allmenu:focus .hamburger .meat {
  left: 0%;
}
#top_layout .top_wrap .utile_wrap > li.pc {
  display: inline-block;
}
@media (max-width: 1279.98px) {
  #top_layout .top_wrap .utile_wrap > li.pc {
    display: none;
  }
}
#top_layout .top_wrap .utile_wrap > li.mo {
  display: none;
}
@media (max-width: 1279.98px) {
  #top_layout .top_wrap .utile_wrap > li.mo {
    display: inline-block;
  }
}

#gnb_layout {
  position: absolute;
  height: 118px;
  background-color: #fff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  overflow: hidden;
  width: 100%;
  margin: 0;
  z-index: -1;
}
#gnb_layout:before {
  display: block;
  content: "";
  position: absolute;
  top: 117px;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  z-index: 11;
}
@media (max-width: 1279.98px) {
  #gnb_layout {
    display: none;
  }
}
#gnb_layout #gnb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 118px;
  z-index: 2;
}
#gnb_layout #gnb .layout {
  position: relative;
  padding: 0 162px 0 204px;
  text-align: center;
  max-width: none;
}
@media (max-width: 1399.98px) {
  #gnb_layout #gnb .layout {
    padding: 0 142px 0 324px;
  }
}
#gnb_layout #gnb .layout .gnb_info {
  display: none;
  position: absolute;
  top: 118px;
  right: -70px;
  width: 287px;
  height: 450px;
  padding: 70px 0 35px 26px;
  border-left: 1px solid #ddd;
  text-align: left;
  background-color: #fff;
  z-index: 13;
}
#gnb_layout #gnb .layout .gnb_info .title {
  display: block;
  margin: 0 0 15px;
  font-family: "GmarketSans", "Gothic A1", "Malgun Gothic", "맑은 고딕", Dotum, 돋움, Helvetica, "Apple SD Gothic Neo", "애플 SD 산돌고딕 Neo";
  font-weight: 700;
  color: #333;
  font-size: 18px;
  letter-spacing: -0.05em;
}
#gnb_layout #gnb .layout .gnb_info .tel {
  display: block;
  margin: 0 0 20px;
  padding-left: 30px;
  font-family: "GmarketSans", "Gothic A1", "Malgun Gothic", "맑은 고딕", Dotum, 돋움, Helvetica, "Apple SD Gothic Neo", "애플 SD 산돌고딕 Neo";
  font-weight: 700;
  color: #333;
  font-size: 22px;
  background: url(/archive/template/sl_b-tm2-mo1/images/tel-icon.png) no-repeat left 5px;
}
#gnb_layout #gnb .layout .gnb_info ul {
  display: block;
  width: 100%;
}
#gnb_layout #gnb .layout .gnb_info ul li {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  color: #333;
}
#gnb_layout #gnb .layout .gnb_info ul li strong {
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
  color: #333;
  position: relative;
  padding-left: 10px;
}
#gnb_layout #gnb .layout .gnb_info ul li strong:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 3px;
  background-color: #ddd;
  border-radius: 50%;
  content: "";
}

#gnb_layout .depth1_ul {
  display: inline-block;
  height: 100%;
  float: none;
  z-index: 14;
}
#gnb_layout .depth1_ul:after {
  display: block;
  content: "";
  clear: both;
}
#gnb_layout .depth1_ul > li {
  display: inline-block;
  float: left;
  margin: 0 0px;
  vertical-align: top;
}
#gnb_layout .depth1_ul > li:last-child .item {
  border-right: 1px solid #ddd;
}
#gnb_layout .depth1_ul > li > a {
  position: relative;
  display: block;
  height: 100%;
  padding: 0 30px 0;
  transition: all 0.3s;
  text-align: center;
}
@media (max-width: 1399.98px) {
  #gnb_layout .depth1_ul > li > a {
    padding: 0 20px 0;
  }
}
#gnb_layout .depth1_ul > li > a span {
  display: inline-block;
  height: 100%;
  line-height: 118px;
  vertical-align: middle;
  letter-spacing: -1px;
  position: relative;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  font-family: "GmarketSans";
}
#gnb_layout .depth1_ul > li > a span:before {
  position: absolute;
  left: -50%;
  top: 50%;
  width: 6px;
  height: 6px;
  background-color: #ddd;
  border-radius: 50%;
  content: "";
  display: none;
}
#gnb_layout .depth1_ul > li > a span:after {
  border-width: 10px 8px 10px 8px;
  border-color: transparent transparent #003668 transparent;
  border-style: solid;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s;
}
#gnb_layout .depth1_ul > li > a:hover span, #gnb_layout .depth1_ul > li > a:focus span {
  color: #003668;
}
#gnb_layout .depth1_ul > li > a:hover span:after, #gnb_layout .depth1_ul > li > a:focus span:after {
  opacity: 1;
}
#gnb_layout .depth1_ul > li.on > a span, #gnb_layout .depth1_ul > li.current > a span {
  color: #003668;
}
#gnb_layout .depth1_ul > li.on > a span:after, #gnb_layout .depth1_ul > li.current > a span:after {
  opacity: 1;
  bottom: 15px;
}
#gnb_layout .depth1_ul > li.current + .item {
  opacity: 1 !important;
  display: block;
}
#gnb_layout .depth1_ul > li.n1 > a span:before {
  display: none;
}
#gnb_layout .depth1_ul > li .item {
  height: 425px;
  border-left: 1px solid #ddd;
}
#gnb_layout .depth1_ul > li .item .gnb-title {
  position: absolute;
  top: 117px;
  left: -20px;
  height: 370px;
  width: 261px;
  padding: 0px 40px 0 0;
  text-align: left;
}
#gnb_layout .depth1_ul > li .item .gnb-title:before {
  position: absolute;
  bottom: 24px;
  right: 17px;
  width: 162px;
  height: 162px;
  content: "";
  background: url(/archive/template/sl_b-tm2-mo1/images/gnb_obj.png) no-repeat;
}
#gnb_layout .depth1_ul > li .item .gnb-title strong {
  display: block;
  position: relative;
  padding-left: 12px;
  margin-top: 53px;
  padding-bottom: 20px;
  font-family: "GmarketSans", "Gothic A1", "Malgun Gothic", "맑은 고딕", Dotum, 돋움, Helvetica, "Apple SD Gothic Neo", "애플 SD 산돌고딕 Neo";
  font-weight: 700;
  color: #333;
  font-size: 25px;
  z-index: 1;
}
#gnb_layout .depth1_ul > li .item .gnb-title strong:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 25px;
  background: #d32935;
  content: "";
}
#gnb_layout .depth1_ul > li .item .gnb-title p {
  position: relative;
  margin: 0;
  line-height: 20px;
  font-size: 16px;
  font-family: "GmarketSans", "Gothic A1", "Malgun Gothic", "맑은 고딕", Dotum, 돋움, Helvetica, "Apple SD Gothic Neo", "애플 SD 산돌고딕 Neo";
  font-weight: 300;
  z-index: 1;
}
#gnb_layout .depth1_ul > li .item.on {
  background-color: #f0f0f0;
}
#gnb_layout .depth1_ul .depth2_ul {
  position: relative;
  top: 0;
  opacity: 0;
  transform: translateX(50px);
}
#gnb_layout .depth1_ul .depth2_ul > li {
  line-height: 18px;
  text-align: center;
}
#gnb_layout .depth1_ul .depth2_ul > li:first-child {
  padding-top: 10px;
}
#gnb_layout .depth1_ul .depth2_ul > li a {
  display: block;
}
#gnb_layout .depth1_ul .depth2_ul > li a span {
  display: block;
  width: 100%;
  padding: 10px 0;
  position: relative;
  font-size: 16px;
  line-height: 18px;
  color: #333;
  transition: all 0.3s;
  vertical-align: top;
  letter-spacing: -1px;
}
#gnb_layout .depth1_ul .depth2_ul > li a span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #003668;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}
#gnb_layout .depth1_ul .depth2_ul > li a:hover span, #gnb_layout .depth1_ul .depth2_ul > li a:focus span {
  color: #fff;
  box-shadow: 1px 1px 5px rgba(28, 47, 56, 0.05);
}
#gnb_layout .depth1_ul .depth2_ul > li a:hover span:after, #gnb_layout .depth1_ul .depth2_ul > li a:focus span:after {
  opacity: 1;
  box-shadow: 1px 1px 5px rgba(28, 47, 56, 0.05);
}
#gnb_layout .depth1_ul .depth2_ul > li .depth3_ul {
  display: none;
}

#gnb_layout.open {
  height: 520px !important;
}

#gnb_layout.open #gnb_layout {
  border-bottom: 1px solid #d8e0e9;
}

#gnb_layout.open .depth1_ul > li .depth2_ul {
  opacity: 1;
  height: 400px !important;
  padding: 30px 0;
  transform: translateX(0);
}

#top_layout.open #gnb .layout .gnb_info {
  display: block;
}

#top_layout.open + .gnb_bg {
  display: block;
  z-index: 99;
}

#top_layout + .gnb_bg {
  display: none;
  position: fixed;
  top: 44px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  content: "";
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}

/* mobile menu */
body.modal-open {
  height: 100%;
  overflow: hidden;
}

.modal-open #top_layout .top_wrap .utile_wrap li,
.modal-open #top_layout .top_wrap .utile_wrap li.box.mo {
  display: none;
}

#mobile-menu {
  overflow: visible; /* height: 100%; */
  padding: 0 !important;
}

#mobile-menu .modal-dialog {
  transform: translate(25%, 0);
  margin: 0;
  width: 340px;
  max-width: 340px;
  float: right;
  height: 100%;
}

#mobile-menu.in .modal-dialog,
#mobile-menu.show .modal-dialog {
  transform: translate(0px, 0);
}

#mobile-menu .modal-dialog .modal-content .modal-body {
  position: static;
  height: 100%;
  padding: 0;
  background: #fff;
  padding-top: 100px;
}

#mobile-menu .modal-dialog .modal-content {
  width: 100%;
  border-radius: 0;
  border: 0 none;
  height: 100%;
}

#mobile-menu .modal-dialog .modal-content .topUtile {
  height: 71px;
  padding: 25px 15px;
  background: #3a5063;
}

#mobile-menu .modal-dialog .modal-content .topUtile ul:after {
  display: block;
  clear: both;
  content: "";
}

#mobile-menu .modal-dialog .modal-content .topUtile ul li {
  display: inline-block;
  float: left;
  position: relative;
}

#mobile-menu .modal-dialog .modal-content .topUtile > ul > li > a, #mobile-menu .modal-dialog .modal-content .topUtile ul li > button {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 15px;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
}

#mobile-menu .modal-dialog .modal-content .topUtile ul li > a:after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}

#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan button {
  padding-right: 27px;
}

#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan button:after {
  position: absolute;
  right: 11px;
  top: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 7px solid #fff;
  transform: rotate(180deg);
  content: "";
}

#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown {
  padding-bottom: 20px;
}

#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown:before {
  display: none;
}

#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown.open {
  z-index: 999;
}

#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown ul {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  min-width: auto;
}

#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown ul li {
  display: block;
  width: 100%;
  padding: 5px 0;
  border-top: 1px solid #dadada;
}

#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown ul li:first-child {
  border-top: none;
}

#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown ul li a {
  font-size: 15px;
}

#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown ul li a {
  padding: 3px 13px 3px;
  text-align: left;
}

#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown ul li a * {
  vertical-align: middle;
}

#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown ul li a:before {
  content: "";
  display: inline-block;
  width: 20px;
  position: relative;
  height: 15px;
  background: url(/template/A/images/ir-language.png) no-repeat;
  top: 4px;
  margin-right: 4px;
}

#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown ul li.ko a:before {
  background-position: 0 0;
}

#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown ul li.en a:before {
  background-position: -20px 0;
}

#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown ul li.jp a:before {
  background-position: -40px 0;
}

#mobile-menu .modal-dialog .modal-content .topUtile ul li.lan.dropdown ul li.cn a:before {
  background-position: -60px 0;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul {
  display: inline-block;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 100px);
  margin: 0;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul.show {
  display: block !important;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li {
  float: left;
  width: 100%;
  text-align: left;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 10px 20px 25px;
  background: #2d3943;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  box-sizing: border-box;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a.ov {
  background: #02427d;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a:before {
  display: block;
  content: "";
  position: absolute;
  right: 35px;
  width: 12px;
  height: 12px;
  border: solid #fff;
  border-width: 1px 0 0 1px;
  transform: rotate(-225deg);
  top: calc(50% - 6px);
  z-index: 2;
  background: none;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a.ov:before {
  transform: rotate(-135deg);
  top: calc(50% - 12px);
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a span {
  font-size: 16px;
  vertical-align: middle;
  color: #fff;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .on .a:before {
  transform: translate(0, -74%) rotate(-136deg);
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li .item {
  display: none;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li .item .gnb-title {
  display: none;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul {
  display: inline-block;
  width: 100%;
  padding: 0 0px;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul > li {
  width: 100%;
  border-top: 1px dashed #e5e5e5;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul > li:first-child {
  border: 0;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li:last-child .depth2_ul > li:last-child {
  border-bottom: 1px dashed #e5e5e5;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul > li > a {
  display: block;
  position: relative;
  width: 100%;
  padding: 18px 40px;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul > li > a.ov {
  color: #0060b9;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul > li > a:after {
  display: none;
  position: absolute;
  top: 22px;
  right: 34px;
  width: 17px;
  height: 17px;
  background: url(/template/sl_b-tm2-mo1/images/plus.png);
  content: "";
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul > li > a.depth3_in:after {
  display: block;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul > li > a span {
  font-size: 16px;
  color: #333;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul li .depth3_ul {
  display: none;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul li a.ov + .depth3_ul {
  display: block;
  background: #f4f4f4;
  padding: 10px 50px;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul li a + :not(.depth3_ul) {
  display: none;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul li .depth3_ul > li {
  padding: 10px 0;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul li .depth3_ul > li > a {
  display: block;
  position: relative;
  padding: 2px 0 2px 10px;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul li .depth3_ul > li > a:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 3px;
  margin-top: -1.5px;
  background: #76808B;
  border-radius: 50%;
  content: "";
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul li .depth3_ul > li > a:hover,
#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul li .depth3_ul > li > a:focus {
  color: #0060b9;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul li .depth3_ul > li > a:hover:before,
#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul li .depth3_ul > li > a:focus:before {
  background: #0060b9;
}

#mobile-menu .modal-dialog .modal-content .modal-body .gnb_info {
  display: none;
}

#mobile-menu .modal-dialog .modal-content .modal-body .mobile-close {
  position: absolute;
  right: 25px;
  top: 30px;
  width: 33px;
  height: 33px;
  border: 0;
  font-size: 0;
  text-indent: -9999px;
  transform: rotate(45deg);
  background: transparent;
}

#mobile-menu .modal-dialog .modal-content .modal-body .mobile-close:before {
  position: absolute;
  top: 17px;
  right: 14px;
  width: 3px;
  height: 100%;
  background: #333;
  transform: translateY(-50%);
  content: "";
}

#mobile-menu .modal-dialog .modal-content .modal-body .mobile-close:after {
  position: absolute;
  top: 17px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  width: 100%;
  background: #333;
  transform: translateY(-50%);
  content: "";
}

#mobile-menu .modal-dialog .modal-content .modal-body .mobile-home {
  position: absolute;
  left: 25px;
  top: 30px;
  width: 33px;
  height: 33px;
  border: 0;
  font-size: 0;
  background: url(/archive/template/sl_b-tm2-mo1/images/m_home.png) center no-repeat;
}

.modal-backdrop.in {
  opacity: 0.8;
}

#svisual_layout {
  position: relative;
  height: 640px;
  background-image: url(/archive/images/home/common/svisual_layout_bg2.png);
  background-size: auto;
  background-position: calc(100% - 370px) top;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 1023.98px) {
  #svisual_layout {
    background-position: right top;
    border-bottom: 1px solid #e9e9e9;
  }
}
#svisual_layout:after {
  content: "";
  width: 100%;
  min-width: 1920px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url(/archive/images/home/common/svisual_layout_bg.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
}
@media (max-width: 1023.98px) {
  #svisual_layout:after {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  #svisual_layout {
    height: 280px;
  }
}
#svisual_layout .svisual_wrap:before {
  font-family: "GmarketSans", "Gothic A1", "Malgun Gothic", "맑은 고딕", Dotum, 돋움, Helvetica, "Apple SD Gothic Neo", "애플 SD 산돌고딕 Neo";
  font-weight: 700;
}
#svisual_layout .subvisual-layout {
  text-align: center;
  position: relative;
}
#svisual_layout .subvisual-layout .subvisual-layout__title,
#svisual_layout .subvisual-layout span {
  display: block;
  font-family: "GmarketSans", "Gothic A1", "Malgun Gothic", "맑은 고딕", Dotum, 돋움, Helvetica, "Apple SD Gothic Neo", "애플 SD 산돌고딕 Neo";
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
}
#svisual_layout .subvisual-layout .subvisual-layout__title {
  font-weight: 700;
  color: #333;
  font-size: 50px;
}
@media (max-width: 1023.98px) {
  #svisual_layout .subvisual-layout .subvisual-layout__title {
    font-size: 35px;
  }
}
@media (max-width: 539.98px) {
  #svisual_layout .subvisual-layout .subvisual-layout__title {
    font-size: 30px;
  }
}
#svisual_layout .subvisual-layout .subvisual-layout__title em {
  color: #cd1f2a;
}

#body_layout {
  position: relative;
  z-index: 9;
  padding-bottom: 150px;
}
#body_layout .body_wrap {
  min-height: 850px;
}
#body_layout #txt {
  position: relative;
  width: 100%;
}
#body_layout .lnb_wrap {
  position: relative;
  z-index: 10;
  float: left;
  width: 260px;
  display: none;
}
@media (max-width: 1399.98px) {
  #body_layout .lnb_wrap {
    width: 230px;
  }
}
@media (max-width: 1023.98px) {
  #body_layout .lnb_wrap {
    display: none;
  }
}
#body_layout .contents_wrap {
  position: relative;
  width: 100%;
  max-width: 1240px;
}
@media (max-width: 1023.98px) {
  #body_layout .contents_wrap {
    width: 100%;
    float: none;
  }
}
#body_layout .lnb_wrap .lnb__title {
  display: table;
  z-index: 9;
  width: 100%;
  height: 141px;
  background-color: #23385b;
  text-align: center;
}
#body_layout .lnb_wrap .lnb__title strong {
  display: table-cell;
  position: relative;
  font-family: "GmarketSans", "Gothic A1", "Malgun Gothic", "맑은 고딕", Dotum, 돋움, Helvetica, "Apple SD Gothic Neo", "애플 SD 산돌고딕 Neo";
  font-weight: 700;
  font-size: 38px;
  color: hsl(0deg, 0%, 100%);
  vertical-align: middle;
}
#body_layout .lnb_wrap .lnb_depth2__list {
  position: relative;
  border: 1px solid #ddd;
  border-width: 0px 1px 1px;
  padding: 8px 24px;
}
#body_layout .lnb_wrap .lnb_depth2__list > li > a {
  position: relative;
  display: block;
  line-height: 1.2;
  word-wrap: break-word;
  word-break: keep-all;
}
#body_layout .lnb_wrap .lnb_depth2__list > li > a:before {
  display: block;
  position: absolute;
  right: 10px;
  top: 11px;
  content: "";
  width: 19px;
  height: 19px;
  border: 1px solid #cacaca;
  background-color: hsl(0deg, 0%, 100%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 15l-4.243-4.243 1.415-1.414L12 12.172l2.828-2.829 1.415 1.414z' fill='rgba(221,221,221,1)'/%3E%3C/svg%3E");
  background-size: 100%;
  border-radius: 50%;
  transition: all 0.4s;
}
#body_layout .lnb_wrap .lnb_depth2__list > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  transition: all 0.4s;
}
#body_layout .lnb_wrap .lnb_depth2__list > li > a span {
  position: relative;
  display: block;
  line-height: 1.2;
  word-wrap: break-word;
  word-break: keep-all;
  padding: 15px 28px 15px 6px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
#body_layout .lnb_wrap .lnb_depth2__list > li > a:hover, #body_layout .lnb_wrap .lnb_depth2__list > li > a:focus, #body_layout .lnb_wrap .lnb_depth2__list > li > a:hover span, #body_layout .lnb_wrap .lnb_depth2__list > li > a:focus span {
  color: #cd1f2a;
  font-weight: 700;
}
#body_layout .lnb_wrap .lnb_depth2__list > li > a:hover:after, #body_layout .lnb_wrap .lnb_depth2__list > li > a:focus:after {
  height: 2px;
  background-color: #cd1f2a;
}
#body_layout .lnb_wrap .lnb_depth2__list > li > a:hover:before, #body_layout .lnb_wrap .lnb_depth2__list > li > a:focus:before {
  border-color: #cd1f2a;
  background-color: #cd1f2a;
}
#body_layout .lnb_wrap .lnb_depth2__list > li.ov > a, #body_layout .lnb_wrap .lnb_depth2__list > li.on > a {
  color: #cd1f2a;
  font-weight: 700;
}
#body_layout .lnb_wrap .lnb_depth2__list > li.ov > a:after, #body_layout .lnb_wrap .lnb_depth2__list > li.on > a:after {
  height: 2px;
  background-color: #cd1f2a;
}
#body_layout .lnb_wrap .lnb_depth2__list > li.ov > a:before, #body_layout .lnb_wrap .lnb_depth2__list > li.on > a:before {
  border-color: #cd1f2a;
  background-color: #cd1f2a;
}
#body_layout .lnb_wrap .lnb_depth2__list > li:last-child > a:after {
  display: none;
}
#body_layout .lnb_wrap .lnb_depth2__list > li .lnb_depth3__list {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  display: none;
  padding: 15px 6px;
  border-bottom: 1px solid #222222;
  text-align: left;
  transition: all 0.4s;
}
#body_layout .lnb_wrap .lnb_depth2__list > li .lnb_depth3__list li {
  position: relative;
  border-top: 1px solid #ddd;
}
#body_layout .lnb_wrap .lnb_depth2__list > li .lnb_depth3__list li:first-child {
  border-top: none;
}
#body_layout .lnb_wrap .lnb_depth2__list > li .lnb_depth3__list li a {
  margin-bottom: 2px;
  display: block;
  position: relative;
  padding: 10px 0;
  padding-right: 30px;
  font-size: 14px;
  word-wrap: break-word;
  word-break: keep-all;
  font-weight: normal;
  transition: all 0.4s;
}
#body_layout .lnb_wrap .lnb_depth2__list > li .lnb_depth3__list li a:after {
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border: solid #cecfd1;
  border-width: 2px 0 0 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
#body_layout .lnb_wrap .lnb_depth2__list > li .lnb_depth3__list li a:hover, #body_layout .lnb_wrap .lnb_depth2__list > li .lnb_depth3__list li a:focus, #body_layout .lnb_wrap .lnb_depth2__list > li .lnb_depth3__list li a:hover span, #body_layout .lnb_wrap .lnb_depth2__list > li .lnb_depth3__list li a:focus span {
  color: #cd3613;
}
#body_layout .lnb_wrap .lnb_depth2__list > li .lnb_depth3__list li a:hover:after, #body_layout .lnb_wrap .lnb_depth2__list > li .lnb_depth3__list li a:focus:after {
  border-color: #cd1f2a;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 40%;
}
#body_layout .lnb_wrap .lnb_depth2__list > li .lnb_depth3__list li.on a {
  color: #cd3613;
}
#body_layout .lnb_wrap .lnb_depth2__list > li .lnb_depth3__list li.on a:after {
  border-color: #cd1f2a;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 40%;
}
#body_layout .lnb_wrap .lnb_depth2__list > li.ov .lnb_depth3__list, #body_layout .lnb_wrap .lnb_depth2__list > li.on .lnb_depth3__list, #body_layout .lnb_wrap .lnb_depth2__list > li.on, #body_layout .lnb_wrap .lnb_depth2__list > li.open {
  display: block !important;
  visibility: visible;
  height: auto;
}
#body_layout #location {
  position: relative;
  z-index: 20;
  width: 100%;
  margin: 45px 0;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 1023.98px) {
  #body_layout #location {
    padding-top: 60px;
  }
}
#body_layout #location .page__title {
  font-family: "GmarketSans", "Gothic A1", "Malgun Gothic", "맑은 고딕", Dotum, 돋움, Helvetica, "Apple SD Gothic Neo", "애플 SD 산돌고딕 Neo";
  font-weight: 700;
  color: #333;
  font-size: 38px;
  line-height: 1.3;
  text-align: left;
  line-height: 80px;
}
@media (max-width: 1023.98px) {
  #body_layout #location .page__title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  #body_layout #location .page__title {
    font-size: 24px;
  }
}
#body_layout #location .utile_wrap {
  background: #fff;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0px;
  right: 0;
  align-items: center;
}
@media (max-width: 539.98px) {
  #body_layout #location .utile_wrap {
    left: 0px;
    width: 100%;
    justify-content: flex-start;
  }
}
#body_layout #location .utile_wrap > ul {
  height: 100%;
}
#body_layout #location .utile_wrap:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
}
@media (max-width: 539.98px) {
  #body_layout #location .utile_wrap .print_wrap {
    display: none;
  }
}
#body_layout #location .utile_wrap .print_wrap:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
}
#body_layout #location .utile_wrap .print_wrap li {
  float: left;
  width: 42px;
  height: 42px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  margin-left: 5px;
}
#body_layout #location .utile_wrap .print_wrap li .ir-tmpl {
  background: url(/archive/template/sl_b-tm2-mo1/images/ir.png) no-repeat;
  font-size: 0;
}
#body_layout #location .utile_wrap .print_wrap li button {
  display: block;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  cursor: pointer;
}
#body_layout #location .utile_wrap .print_wrap li.sns {
  position: relative;
}
#body_layout #location .utile_wrap .print_wrap li.sns button {
  display: block;
  width: 17px;
  height: 20px;
  background-position: 0 -108px;
}
#body_layout #location .utile_wrap .print_wrap li.sns .sns_wrap {
  display: none;
  position: absolute;
  right: 0;
  top: 4px;
  width: 36px;
  text-align: right;
}
#body_layout #location .utile_wrap .print_wrap li.sns .sns_wrap button {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 0 10px;
  border-radius: 50%;
  background: url(/archive/template/sl_b-tm2-mo1/images/ir.png) no-repeat;
  font-size: 0;
}
#body_layout #location .utile_wrap .print_wrap li.sns .sns_wrap button.sns-close {
  margin: 0 0 10px;
  border-radius: 50%;
  background-position: 0 -134px;
}
#body_layout #location .utile_wrap .print_wrap li.sns .sns_wrap button.fa {
  background-position: 0 -174px;
}
#body_layout #location .utile_wrap .print_wrap li.sns .sns_wrap button.tw {
  background-position: 0 -214px;
}
#body_layout #location .utile_wrap .print_wrap li.sns .sns_wrap button.bl {
  background-position: -105px -215px;
}
#body_layout #location .utile_wrap .print_wrap li.sns .sns_wrap button.band {
  background-position: -35px -215px;
}
#body_layout #location .utile_wrap .print_wrap li.sns .sns_wrap button.ca {
  background-position: -70px -215px;
}
#body_layout #location .utile_wrap .print_wrap li.sns .sns_wrap button.kakao {
  background-position: -140px -215px;
}
#body_layout #location .utile_wrap .print_wrap li.sns.on .sns_wrap {
  display: block;
}
#body_layout #location .utile_wrap .print_wrap li.print {
  position: relative;
}
@media (max-width: 767.98px) {
  #body_layout #location .utile_wrap .print_wrap li.print {
    display: none;
  }
}
#body_layout #location .utile_wrap .print_wrap li.print button {
  width: 20px;
  height: 20px;
  background-position: -43px -108px;
}
#body_layout #location .utile_wrap .print_wrap li.copy {
  position: relative;
}
#body_layout #location .utile_wrap .print_wrap li.copy button {
  width: 22px;
  height: 20px;
  background-position: -20px -108px;
}
#body_layout #location .utile_wrap .location_wrap {
  height: auto;
}
@media (max-width: 340px) {
  #body_layout #location .utile_wrap .location_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
  }
}
#body_layout #location .utile_wrap .location_wrap:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
}
#body_layout #location .utile_wrap .location_wrap li {
  float: left;
  position: relative;
}
#body_layout #location .utile_wrap .location_wrap li {
  float: left;
  position: relative;
  min-width: 40px;
  height: 70px;
}
@media (max-width: 480px) {
  #body_layout #location .utile_wrap .location_wrap li {
    min-width: 35px;
  }
}
@media (max-width: 340px) {
  #body_layout #location .utile_wrap .location_wrap li {
    height: auto;
  }
}
#body_layout #location .utile_wrap .location_wrap li:last-child {
  padding-right: 0;
}
#body_layout #location .utile_wrap .location_wrap li:last-child a:after {
  display: none;
}
@media (max-width: 767.98px) {
  #body_layout #location .utile_wrap .location_wrap li:last-child button.dropdown-toggle:before {
    display: none;
  }
}
#body_layout #location .utile_wrap .location_wrap li:not(:first-child) button {
  border-right: 1px solid #e9e9e9;
}
#body_layout #location .utile_wrap .location_wrap li.on a {
  font-weight: bold;
}
#body_layout #location .utile_wrap .location_wrap li a {
  display: inline-block;
  position: relative;
  line-height: 70px;
  vertical-align: top;
  font-size: 16px;
  color: #333;
  padding-right: 15px;
  margin-right: 15px;
}
#body_layout #location .utile_wrap .location_wrap li a:after {
  content: "";
  right: 0px;
  border-width: 1px 1px 0 0;
  width: 6px;
  height: 6px;
  border-color: #333;
  transform: rotate(45deg);
  transition: all 0.3s;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 340px) {
  #body_layout #location .utile_wrap .location_wrap li a {
    line-height: 1.4;
    vertical-align: middle;
  }
}
#body_layout #location .utile_wrap .location_wrap li.navi_home a {
  display: block;
  background: url(/archive/images/home/common/home.png) no-repeat center;
  font-size: 0;
  padding-right: 0;
  margin-right: 0;
}
#body_layout #location .utile_wrap .location_wrap li.navi_home a:after {
  display: none;
}
@media (max-width: 480px) {
  #body_layout #location .utile_wrap .location_wrap li.navi_home a {
    font-size: 15px;
    background: none;
    padding-right: 15px;
    margin-right: 15px;
  }
  #body_layout #location .utile_wrap .location_wrap li.navi_home a:before {
    display: block;
    content: "";
    position: absolute;
    right: -2px;
    width: 6px;
    height: 6px;
    border: solid #333;
    border-width: 1px 0 0 1px;
    transform: rotate(-225deg);
    top: calc(50% - 4px);
    z-index: 2;
    background: none;
  }
}
#body_layout #location .utile_wrap .location_wrap li.dropdown button {
  display: block;
  width: 230px;
  position: relative;
  padding-left: 25px;
  height: 100%;
  background: transparent;
  text-align: left;
  color: #333;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  #body_layout #location .utile_wrap .location_wrap li.dropdown button {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 0px solid #e9e9e9;
  }
}
@media (max-width: 480px) {
  #body_layout #location .utile_wrap .location_wrap li.dropdown button {
    padding-left: 10px;
    font-size: 15px;
  }
}
#body_layout #location .utile_wrap .location_wrap li.dropdown button:after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  height: 1px;
  width: 15px;
  background: #333;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  #body_layout #location .utile_wrap .location_wrap li.dropdown button:after {
    display: none;
  }
}
#body_layout #location .utile_wrap .location_wrap li.dropdown button:before {
  content: "";
  display: block;
  position: absolute;
  right: 21px;
  top: calc(50% - 7px);
  width: 1px;
  height: 15px;
  background: #333;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  #body_layout #location .utile_wrap .location_wrap li.dropdown button:before {
    display: block;
    content: "";
    position: absolute;
    right: 0px;
    width: 6px;
    height: 6px;
    border: solid #2e2e2e;
    border-width: 2px 0 0 2px;
    transform: rotate(-225deg);
    top: calc(50% - 4px);
    z-index: 2;
    background: none;
  }
}
@media (max-width: 480px) {
  #body_layout #location .utile_wrap .location_wrap li.dropdown button:before {
    right: 3px;
  }
}
#body_layout #location .utile_wrap .location_wrap li.dropdown .dropdown-menu {
  margin: 0;
  padding: 10px 0;
  border-radius: 0;
  font-size: 16px;
  border: 1px solid #e9e9e9;
  border-top: 0px solid #000;
  box-shadow: 0 0px 0px;
  -webkit-box-shadow: 0 0px 0px;
}
#body_layout #location .utile_wrap .location_wrap li.dropdown .dropdown-menu li {
  width: 100%;
  height: 42px;
}
#body_layout #location .utile_wrap .location_wrap li.dropdown .dropdown-menu li a {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 0 0 25px;
  line-height: 42px;
  color: #333333;
  font-size: 16px;
}
#body_layout #location .utile_wrap .location_wrap li.dropdown .dropdown-menu li a:hover, #body_layout #location .utile_wrap .location_wrap li.dropdown .dropdown-menu li a :focus {
  background-color: #4f9bd9;
  color: #fff;
}

#foot_layout {
  position: relative;
  width: 100%;
  background-color: #1c1c1c;
  padding: 45px 0;
}
#foot_layout .footer-info {
  position: relative;
  margin-bottom: 45px;
}
@media (max-width: 1023.98px) {
  #foot_layout .footer-info .layout {
    padding: 0;
  }
}
#foot_layout .footer-info .clearfix {
  margin-left: -10px;
}
@media (max-width: 1279.98px) {
  #foot_layout .footer-info .clearfix {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1023.98px) {
  #foot_layout .footer-info .clearfix {
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }
}
#foot_layout .footer-info .clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#foot_layout .footer-info .clearfix > li {
  float: left;
}
@media (max-width: 1023.98px) {
  #foot_layout .footer-info .clearfix > li {
    width: 30%;
    margin: 5px;
  }
}
@media (max-width: 767.98px) {
  #foot_layout .footer-info .clearfix > li {
    width: 45%;
    margin: 5px;
  }
}
#foot_layout .footer-info .clearfix > li:first-child a:before {
  display: none;
}
#foot_layout .footer-info .clearfix > li a {
  display: block;
  padding: 0px 15px;
  position: relative;
  color: #ababad;
  font-size: 14px;
  transition: all 0.3s;
}
@media (max-width: 1023.98px) {
  #foot_layout .footer-info .clearfix > li a {
    border: 1px solid #ababad;
    text-align: center;
    padding: 10px 0;
  }
}
@media (max-width: 539.98px) {
  #foot_layout .footer-info .clearfix > li a {
    padding: 5px 0;
    line-height: 1.2;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#foot_layout .footer-info .clearfix > li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 7px;
  background-color: #f5e8d8;
  transform: translate(0, -50%);
}
@media (max-width: 1023.98px) {
  #foot_layout .footer-info .clearfix > li a:before {
    display: none;
  }
}
#foot_layout .footer-info .clearfix > li a:hover, #foot_layout .footer-info .clearfix > li a:focus {
  color: hsl(0deg, 0%, 100%);
}
#foot_layout .footer-info .clearfix > li a.ic-1 {
  color: #e3b820;
}
#foot_layout .footer-info .sns-link {
  position: absolute;
  top: 17px;
  right: 0;
}
#foot_layout .footer-info .sns-link a {
  display: inline-block;
  width: 37px;
  height: 37px;
}
#foot_layout .footer-info .sns-link a.ir-tmpl.youtube {
  background-position: 0 -281px;
}
#foot_layout .footer-info .sns-link a.ir-tmpl.instagram {
  background-position: -43px -281px;
}
#foot_layout .footer-info .sns-link a.ir-tmpl.kakaoch {
  background-position: -86px -281px;
}
#foot_layout .footer-info .sns-link a.ir-tmpl.naver {
  background-position: -129px -281px;
}
#foot_layout .footer-info .sns-link a.ir-tmpl.daum {
  background-position: -172px -281px;
}
#foot_layout .footer-info .sns-link a.ir-tmpl.facebook {
  background-position: -215px -281px;
}
#foot_layout .footer-info .sns-link a.ir-tmpl.twitter {
  background-position: -258px -281px;
}
#foot_layout .footer-bottom .layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1279.98px) {
  #foot_layout .footer-bottom .layout {
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
  }
}
#foot_layout .footer-bottom .layout .flogo {
  width: 408px;
  height: 55px;
  background: url(/archive/template/sl_b-tm2-mo1/images/flogo.png) center no-repeat;
}
@media (max-width: 1279.98px) {
  #foot_layout .footer-bottom .layout .flogo {
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  #foot_layout .footer-bottom .layout .flogo {
    width: 320px;
    background-size: contain;
  }
}
@media (max-width: 1279.98px) {
  #foot_layout .footer-bottom .layout .address {
    width: 100%;
  }
}
#foot_layout .footer-bottom .layout address,
#foot_layout .footer-bottom .layout .copy {
  font-size: 14px;
  color: hsl(0deg, 0%, 100%);
  margin: 0;
}
@media (max-width: 1023.98px) {
  #foot_layout .footer-bottom .layout address,
#foot_layout .footer-bottom .layout .copy {
    text-align: center;
  }
}
#foot_layout .footer-bottom .layout address br,
#foot_layout .footer-bottom .layout .copy br {
  display: none;
}
@media (max-width: 767.98px) {
  #foot_layout .footer-bottom .layout address .tel,
#foot_layout .footer-bottom .layout .copy .tel {
    display: block;
  }
}
#foot_layout .footer-bottom .layout .family_site {
  position: absolute;
  top: 33px;
  right: 0;
  width: 196px;
}
#foot_layout .footer-bottom .layout .family_site .selected {
  display: block;
  position: relative;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
#foot_layout .footer-bottom .layout .family_site .selected:after {
  display: block;
  position: absolute;
  right: 15px;
  top: 21px;
  width: 5px;
  height: 5px;
  border: solid #9d9f9f;
  border-width: 2px 0 0 2px;
  content: "";
  transform: rotate(45deg);
}
#foot_layout .footer-bottom .layout .family_site .selected span {
  display: block;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #a6a6a6;
}
#foot_layout .footer-bottom .layout .family_site ul {
  display: none;
}
#foot_layout .footer-bottom .layout .family_site.on ul {
  display: block !important;
  max-height: 150px;
  overflow-y: scroll;
  background: #111111;
  position: absolute;
  bottom: 66px;
  width: 100%;
  padding: 10px;
}
#foot_layout .footer-bottom .layout .family_site.on ul li a {
  display: block;
  padding: 0 14px;
  height: 30px;
  background: none;
}/*# sourceMappingURL=acego.layout.css.map */