@charset "UTF-8";
@font-face {
  font-family: "gothic";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/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("/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("/pcms/common/font/gothic/gothica1-bold-webfont.woff") format("woff");
}
@font-face {
  font-family: "GmarketSans";
  font-style: normal;
  font-weight: normal;
  src: url(/pcms/common/font/gmarketsans/GmarketSansMedium.woff) format("woff");
}
@font-face {
  font-family: "GmarketSans";
  font-style: normal;
  font-weight: 300;
  src: url(/pcms/common/font/gmarketsans/GmarketSansLight.woff) format("woff");
}
@font-face {
  font-family: "GmarketSans";
  font-style: normal;
  font-weight: 400;
  src: url(/pcms/common/font/gmarketsans/GmarketSansMedium.woff) format("woff");
}
@font-face {
  font-family: "GmarketSans";
  font-style: normal;
  font-weight: 700;
  src: url(/pcms/common/font/gmarketsans/GmarketSansBold.woff) format("woff");
}
/**
 * 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: 400;
}

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", "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: 1420px;
}
@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: 1420px;
}

#foot_layout {
  position: relative;
  width: 100%;
  background-color: #2B2D41;
  overflow: hidden;
}
#foot_layout .footer-link {
  position: relative;
}
#foot_layout .footer-link .layout {
  max-width: 1440px;
}
@media (max-width: 767.98px) {
  #foot_layout .footer-link .layout {
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  #foot_layout .footer-link {
    border-bottom: none;
    padding-top: 10px;
  }
}
#foot_layout .footer-link .list {
  margin-left: -10px;
  padding-top: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1279.98px) {
  #foot_layout .footer-link .list {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 1023.98px) {
  #foot_layout .footer-link .list {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #foot_layout .footer-link .list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 0;
  }
}
#foot_layout .footer-link .list:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
@media (max-width: 767.98px) {
  #foot_layout .footer-link .list:after {
    display: none;
  }
}
#foot_layout .footer-link .list li {
  float: left;
  position: relative;
}
@media (max-width: 1023.98px) {
  #foot_layout .footer-link .list li {
    display: inline-block;
    float: none;
  }
}
@media (max-width: 767.98px) {
  #foot_layout .footer-link .list li {
    margin-left: -1px;
    margin-bottom: -1px;
    width: calc(50% - 5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
    border-radius: 5px;
  }
}
@media (max-width: 539.98px) {
  #foot_layout .footer-link .list li {
    width: 100%;
    margin-bottom: 5px;
  }
}
#foot_layout .footer-link .list li a {
  display: block;
  padding: 20px 15px;
  position: relative;
  color: #ababad;
  font-size: 15px;
  transition: all 0.3s;
  text-align: center;
}
#foot_layout .footer-link .list li a.i_color {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1279.98px) {
  #foot_layout .footer-link .list li a {
    padding: 5px 15px;
  }
}
@media (max-width: 767.98px) {
  #foot_layout .footer-link .list li a {
    padding: 8px 7px;
    font-size: 15px;
  }
}
@media (max-width: 539.98px) {
  #foot_layout .footer-link .list li a {
    padding: 8px 5px;
    font-size: 14px;
  }
}
#foot_layout .footer-link .list li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 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: #fff;
}
#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:before {
    display: none;
  }
}
#foot_layout .footer-link .list li:first-child a {
  padding-left: 10px;
}
#foot_layout .footer-link .list li:last-child a:before {
  display: none;
}
#foot_layout .footer-info .layout {
  padding: 0px 0px 50px 0px;
  max-width: 1440px;
  position: static;
}
@media (max-width: 1399.98px) {
  #foot_layout .footer-info .layout {
    padding: 0px 30px 50px 30px;
  }
}
@media (max-width: 1023.98px) {
  #foot_layout .footer-info .layout {
    padding: 0px 30px 50px 30px;
  }
}
@media (max-width: 767.98px) {
  #foot_layout .footer-info .layout {
    padding: 0px 15px 50px 15px;
  }
}
#foot_layout .footer-info .layout .flogo {
  position: absolute;
  top: 45px;
  right: calc(50% - 720px);
  width: 175px;
  height: 45px;
  background: url(/template/assets/images/flogo.png) no-repeat;
  font-size: 0;
}
@media (max-width: 1399.98px) {
  #foot_layout .footer-info .layout .flogo {
    right: 30px;
  }
}
@media (max-width: 1279.98px) {
  #foot_layout .footer-info .layout .flogo {
    display: none;
  }
}
#foot_layout .footer-info .layout .copy {
  padding-right: 100px;
  position: relative;
}
@media (max-width: 767.98px) {
  #foot_layout .footer-info .layout .copy {
    padding-right: 0px;
    padding-bottom: 90px;
  }
}
#foot_layout .footer-info .layout address,
#foot_layout .footer-info .layout .copy {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
@media (max-width: 767.98px) {
  #foot_layout .footer-info .layout address,
  #foot_layout .footer-info .layout .copy {
    text-align: left;
    font-size: 14px;
  }
}
#foot_layout .footer-info .layout address > span,
#foot_layout .footer-info .layout .copy > span {
  display: inline-block;
  position: relative;
}
#foot_layout .footer-info .layout address > span em,
#foot_layout .footer-info .layout .copy > span em {
  color: #fff;
  font-weight: bold;
}
#foot_layout .footer-info .layout address > span:last-child::after,
#foot_layout .footer-info .layout .copy > span:last-child::after {
  display: none;
}
#foot_layout .footer-info .layout address > span:nth-child(2),
#foot_layout .footer-info .layout .copy > span:nth-child(2) {
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
}
@media (max-width: 1023.98px) {
  #foot_layout .footer-info .layout address > span:nth-child(2),
  #foot_layout .footer-info .layout .copy > span:nth-child(2) {
    padding: 0;
    margin: 0;
  }
}
#foot_layout .footer-info .layout address > span:nth-child(2)::after,
#foot_layout .footer-info .layout .copy > span:nth-child(2)::after {
  content: "";
  background: #fff;
  margin: 0;
  opacity: 0.7;
  width: 1px;
  height: 14px;
  position: absolute;
  top: 6px;
  left: 0;
}
@media (max-width: 1023.98px) {
  #foot_layout .footer-info .layout address > span:nth-child(2)::after,
  #foot_layout .footer-info .layout .copy > span:nth-child(2)::after {
    display: none;
  }
}
@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 p,
#foot_layout .footer-info .layout .copy p {
  line-height: 1;
  margin-top: 12px;
  color: #fff;
  opacity: 0.7;
}
@media (max-width: 767.98px) {
  #foot_layout .footer-info .layout address p,
  #foot_layout .footer-info .layout .copy p {
    font-size: 14px;
  }
}
#foot_layout .footer-info .layout address p span,
#foot_layout .footer-info .layout .copy p span {
  margin-left: 8px;
}
#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: #fff;
}
@media (max-width: 767.98px) {
  #foot_layout .footer-info .layout address .mo {
    display: inline-block;
  }
}
#foot_layout .footer-info .layout .family_site {
  display: none;
  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;
}
#foot_layout .footer-info .layout .web_mark {
  position: absolute;
  top: 0px;
  right: 0px;
  line-height: 1;
  margin-top: 0px;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767.98px) {
  #foot_layout .footer-info .layout .web_mark {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
  }
}
#foot_layout .toTop {
  display: none;
  position: absolute;
  top: 16px;
  left: 15px;
  width: calc(100% - 30px);
}
@media (max-width: 767.98px) {
  #foot_layout .toTop {
    display: block;
  }
}
#foot_layout .toTop a {
  margin-left: -1px;
  text-align: center;
  margin-bottom: -1px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  display: block;
  padding: 8px 7px;
  position: relative;
  color: #ababad;
  font-size: 15px;
  transition: all 0.3s;
}
#foot_layout .toTop a:hover, #foot_layout .toTop a:focus {
  color: #fff;
  font-weight: bold;
}

/* 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("/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;
  }
}
.ir-tmpl {
  background: url(/template/assets/images/ir.png) no-repeat;
}

#top_layout {
  display: block;
  position: relative;
  width: 100%;
  height: 96px;
  text-align: center;
  z-index: 100;
}
@media (max-width: 1023.98px) {
  #top_layout {
    height: 66px;
  }
}
#top_layout .top_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
#top_layout .top_wrap #logo {
  position: absolute;
  top: 32px;
  left: 0;
  width: 180px;
  height: 40px;
  z-index: 10;
}
@media (max-width: 1279.98px) {
  #top_layout .top_wrap #logo {
    left: 10px;
    top: 14px;
  }
}
#top_layout .top_wrap #logo > a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/template/assets/images/logo.png) no-repeat;
}
#top_layout .top_wrap .utile_wrap {
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 10;
}
@media (max-width: 1279.98px) {
  #top_layout .top_wrap .utile_wrap {
    right: 10px;
    top: 21px;
  }
}
#top_layout .top_wrap .utile_wrap > li {
  float: left;
  margin-left: 24px;
}
#top_layout .top_wrap .utile_wrap > li.site-link {
  border: 1px solid #ccc;
  border-radius: 15px;
  background-color: #fff;
}
#top_layout .top_wrap .utile_wrap > li.site-link a {
  display: block;
  font-size: 15px;
  color: #000;
  font-weight: 800;
  padding: 1px 10px 2px 10px;
}
#top_layout .top_wrap .utile_wrap > li.language-link {
  margin-left: 10px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 15px;
  background-color: #fff;
}
#top_layout .top_wrap .utile_wrap > li.language-link button {
  display: block;
  position: relative;
  width: 100%;
}
#top_layout .top_wrap .utile_wrap > li.language-link button em {
  font-size: 0;
  line-height: 0;
}
#top_layout .top_wrap .utile_wrap > li.language-link button span {
  display: inline-block;
  position: relative;
  padding: 4px 20px 5px 24px;
  font-size: 13px;
  color: #444;
}
#top_layout .top_wrap .utile_wrap > li.language-link button span:before, #top_layout .top_wrap .utile_wrap > li.language-link button span:after {
  display: inline-block;
  position: absolute;
  content: "";
  vertical-align: middle;
  background: url(/template/assets/images/ir.png) no-repeat;
}
#top_layout .top_wrap .utile_wrap > li.language-link button span:before {
  width: 16px;
  height: 16px;
  left: 4px;
  top: 5px;
  background-position: -395px 0;
}
#top_layout .top_wrap .utile_wrap > li.language-link button span:after {
  width: 10px;
  height: 10px;
  right: 7px;
  top: 7px;
  background-position: -429px -3px;
}
#top_layout .top_wrap .utile_wrap > li.language-link div {
  display: none;
}
#top_layout .top_wrap .utile_wrap > li.language-link.on button span:after {
  background-position: -451px -3px;
}
#top_layout .top_wrap .utile_wrap > li.language-link.on div {
  display: block;
}
#top_layout .top_wrap .utile_wrap > li.language-link.on div ul {
  padding: 10px 0;
}
#top_layout .top_wrap .utile_wrap > li.language-link.on div ul li {
  border-top: 1px solid #ddd;
}
#top_layout .top_wrap .utile_wrap > li.language-link.on div ul li a {
  display: block;
  padding: 0 10px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
}
#top_layout .top_wrap .utile_wrap > li.language-link.on div ul li a:hover, #top_layout .top_wrap .utile_wrap > li.language-link.on div ul li a:focus, #top_layout .top_wrap .utile_wrap > li.language-link.on div ul li a:active {
  background: #eee;
}
#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: 22px;
  height: 22px;
  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: 22px;
  height: 18px;
  cursor: pointer;
}
#top_layout .top_wrap .utile_wrap > li.allmenu-link .btn-allmenu .hamburger div {
  align-self: flex-end;
  height: 2px;
  width: 100%;
  background: #000;
}
#top_layout .top_wrap .utile_wrap > li.allmenu-link .btn-allmenu .hamburger .meat {
  width: 75%;
  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 {
  width: 100%;
}
#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: relative;
  height: 96px; /*background-color:$white;*/
  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: 9;
  /*&.open:before{display:block;position:absolute;top: 100px;bottom: 0;right: 50%;z-index: 1;width:100%;height: auto;margin-right: 380px;background: #f3f8fd;content:'';}*/
}
#gnb_layout:before {
  display: block;
  content: "";
  position: absolute;
  top: 96px;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  z-index: 11;
}
#gnb_layout.open:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
}
@media (max-width: 1023.98px) {
  #gnb_layout {
    display: none;
  }
}
#gnb_layout #gnb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  z-index: 2;
}
#gnb_layout #gnb:after, #gnb_layout #gnb:before {
  content: "";
  position: absolute;
  top: 96px;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
#gnb_layout #gnb:before {
  left: -50%;
  background-color: #f6f7f9;
  min-height: 300px;
}
#gnb_layout #gnb:after {
  right: -50%;
  background-color: #fff;
  min-height: 300px;
  z-index: 2;
}
#gnb_layout #gnb .layout {
  position: relative;
  padding: 0 162px 0 204px;
  text-align: center;
  z-index: 3;
}
#gnb_layout #gnb .layout:after {
  content: "";
  position: absolute;
  top: 96px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  min-height: 300px;
  z-index: 2;
  visibility: visible;
}

#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 > a {
  position: relative;
  display: block;
  height: 100%;
  transition: all 0.3s;
  text-align: center;
}
#gnb_layout .depth1_ul > li > a span {
  display: inline-block;
  height: 100%;
  padding: 0 24px;
  line-height: 96px;
  vertical-align: middle;
  letter-spacing: -1px;
  position: relative;
  color: #222222;
  font-size: 19px;
  font-weight: 700;
}
#gnb_layout .depth1_ul > li > a span:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  background-color: #ddd;
  border-radius: 50%;
  content: "";
}
#gnb_layout .depth1_ul > li > a span:after {
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 100%;
  height: 4px;
  background-color: #009761;
  content: "";
  opacity: 0;
}
#gnb_layout .depth1_ul > li > a:hover span, #gnb_layout .depth1_ul > li > a:focus span {
  color: #009761;
}
#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: #009761;
}
#gnb_layout .depth1_ul > li.on > a span:after, #gnb_layout .depth1_ul > li.current > a span:after {
  opacity: 1;
}
#gnb_layout .depth1_ul > li.n1 > a span:before {
  display: none;
}
#gnb_layout .depth1_ul > li .item {
  /*display: none;*/
  opacity: 1;
  position: absolute;
  top: 96px;
  left: 0;
  z-index: 100;
  width: 100%;
  min-height: 210px;
  padding: 24px 0 80px 285px;
  text-align: left;
  background-color: #fff;
}
#gnb_layout .depth1_ul > li .item .gnb-title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 253px;
  padding: 40px 20px 0;
  text-align: left;
  background-color: #f6f7f9;
  z-index: 3;
}
#gnb_layout .depth1_ul > li .item .gnb-title:before {
  position: absolute;
  bottom: 0px;
  right: 10px;
  width: 179px;
  height: 135px;
  content: "";
  background: url(/template/sl_b-tm1-mo1/images/gnb_obj.png) no-repeat;
  transform: translate(-50%, 0px);
}
#gnb_layout .depth1_ul > li .item .gnb-title strong {
  display: block;
  position: relative;
  line-height: 1.2;
  font-family: "GmarketSans", "gothic", "Malgun Gothic", "맑은 고딕", Dotum, 돋움, Helvetica, "Apple SD Gothic Neo", "애플 SD 산돌고딕 Neo";
  font-weight: 700;
  color: #222222;
  font-size: 25px;
  z-index: 1;
}
#gnb_layout .depth1_ul > li .item .gnb-title p {
  position: relative;
  margin: 0 0 10px 0;
  line-height: 20px;
  font-size: 17px;
  font-family: "GmarketSans", "gothic", "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: #fff;
}
#gnb_layout .depth1_ul > li.current + .item {
  display: block !important;
}
#gnb_layout .depth1_ul .depth2_ul {
  position: relative;
  top: 0;
  height: 100% !important;
  width: 100%;
  text-align: left;
  float: right;
  margin: 0;
  z-index: 3;
}
#gnb_layout .depth1_ul .depth2_ul > li {
  display: block;
  float: left;
  width: 25%;
  padding: 0 15px;
  margin: 0 0 20px;
  text-align: left;
  line-height: 18px;
}
#gnb_layout .depth1_ul .depth2_ul > li > a {
  display: inline-block;
  position: relative;
  min-width: 100%;
  padding: 14px 25px 14px 20px;
  border: 1px solid #ddd;
  border-radius: 6px 6px 0 0;
  line-height: 1.2;
  color: #222;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.1em;
  box-sizing: border-box;
  word-break: keep-all;
  word-wrap: break-word;
}
#gnb_layout .depth1_ul .depth2_ul > li > a.on,
#gnb_layout .depth1_ul .depth2_ul > li > a:hover,
#gnb_layout .depth1_ul .depth2_ul > li > a:focus {
  background: #174572 url(/template/C/images/gnblink_bg.png) no-repeat right top;
  color: #fff;
  border: 1px solid #174571;
}
#gnb_layout .depth1_ul .depth2_ul > li > a[target=_blank] {
  padding-right: 20px;
}
#gnb_layout .depth1_ul .depth2_ul > li > a[target=_blank]:after {
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url(/template/A1/images/target_blank.png) no-repeat;
  border: 0;
  transform: none;
  content: "";
}
#gnb_layout .depth1_ul .depth2_ul > li > a.on[target=_blank]:after,
#gnb_layout .depth1_ul .depth2_ul > li > a:hover[target=_blank]:after,
#gnb_layout .depth1_ul .depth2_ul > li > a:focus[target=_blank]:after {
  background: url(/template/A1/images/target_blank_ov.png);
}
#gnb_layout .depth1_ul .depth2_ul > li > a span {
  line-height: 1.2;
}
#gnb_layout .depth1_ul .depth3_ul {
  display: block !important;
  margin: 10px 20px 0;
  height: auto;
  transition: all 0.3s;
}
#gnb_layout .depth1_ul .depth3_ul li {
  display: block;
}
#gnb_layout .depth1_ul .depth3_ul li a {
  display: block;
  position: relative;
  padding: 2px 0 2px 13px;
  line-height: 1.2;
}
#gnb_layout .depth1_ul .depth3_ul li a:before {
  position: absolute;
  top: 11px;
  left: 4px;
  width: 3px;
  height: 3px;
  background-color: #aeaeaf;
  content: "";
}
#gnb_layout .depth1_ul .depth3_ul li a:hover:before,
#gnb_layout .depth1_ul .depth3_ul li a:focus:before {
  background: #004f7f;
}
#gnb_layout .depth1_ul .depth3_ul li a span {
  display: block;
  font-size: 15px;
  color: #777;
  line-height: 1.5;
  word-break: keep-all;
  word-wrap: break-word;
}
#gnb_layout .depth1_ul .depth3_ul li a:hover span,
#gnb_layout .depth1_ul .depth3_ul li a:focus span,
#gnb_layout .depth1_ul .depth3_ul li .on span {
  color: #066aa6;
  text-decoration: underline;
}
#gnb_layout .depth1_ul .depth3_ul.open {
  display: block;
}

#top_layout.open #gnb_layout,
#top_layout.on #gnb_layout {
  border-bottom: 1px solid #d8e0e9;
  background-color: #fff;
}

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

#top_layout.on + .gnb_bg,
#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: 100%;
  max-width: 330px;
  min-width: 330px;
  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;
}

#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:after {
  display: none;
  content: "";
  position: absolute;
  z-index: 0;
  width: 120px;
  background: #f5f6f8;
  height: 100%;
  top: 120px;
  left: 0px;
  z-index: 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% - 71px);
  margin: 0;
  padding: 10px 30px;
}

#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 0px 20px 15px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 17px;
  line-height: 1.2;
  box-sizing: border-box;
  z-index: 1;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a.ov {
  border-bottom: 2px solid #009761;
}

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

#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a span {
  font-size: 17px;
  vertical-align: middle;
  line-height: 20px;
  font-family: "GmarketSans";
  color: #505050;
  font-weight: 500;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a.ov span {
  color: #009761;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a:after {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 22px;
  height: 22px;
  background: #f8f8f8 url(/template/assets/images/mobile_dep2.png) center no-repeat;
  content: "";
  border-radius: 8px;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a.ov:after {
  background: #009761 url(/template/assets/images/mobile_dep2_ov.png) center no-repeat;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a[target=_blank]:after, #mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul > li > a.ov[target=_blank]:after {
  background: url(/template/assets/images/target_blank.png) center no-repeat;
}

#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: none;
  width: 100%;
  padding: 5px 0px;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul > li {
  width: 100%;
}

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

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

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

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

#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul > li > a[target=_blank]:after {
  display: inline-block;
  position: static;
  right: 10px;
  top: 19px;
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 5px;
  border: 0px solid #f8f8f8;
  background-color: transparent;
  background-image: url(/template/assets/images/target_blank.png);
  background-size: auto;
  border-radius: 0;
  transition: all 0.4s;
  background-repeat: no-repeat;
  background-position: center;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul > li > a span {
  color: #505050;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul > li > a:before {
  position: absolute;
  left: 22px;
  top: 18px;
  width: 4px;
  height: 4px;
  margin-top: -1.5px;
  background: #b5b2b4;
  border-radius: 50%;
  content: "";
}

#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul > li > a.ov span,
#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul > li > a:hover span,
#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul > li > a:focus span {
  color: #009761;
}

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

#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: #f5f8f9;
  padding: 5px 40px;
  margin: 10px 0;
}

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

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

#mobile-menu .modal-dialog .modal-content .modal-body .depth2_ul li .depth3_ul > li > a:before {
  position: absolute;
  left: -4px;
  top: 19px;
  width: 6px;
  height: 1px;
  margin-top: -1.5px;
  background: #b5b2b4;
  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: #009761;
}

#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: #009761;
}

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

#mobile-menu .modal-dialog .modal-content .modal-body .mobile-close {
  position: absolute;
  left: 10px;
  top: 8px;
  width: 45px;
  height: 45px;
  border: 0;
  font-size: 0;
  text-indent: -9999px;
  background: #fff url(/template/assets/images/m_close.png) center no-repeat;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

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

#mobile-menu .utile_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  flex-wrap: wrap;
  background: linear-gradient(142.94deg, #009761 7.53%, #018BA9 103.72%);
  height: 70px;
  padding: 0 15px;
  position: relative;
}
#mobile-menu .utile_wrap li {
  position: relative;
  height: 100%;
}
#mobile-menu .utile_wrap li a {
  display: block;
}
#mobile-menu .utile_wrap .site-link {
  display: flex;
  align-items: center;
  margin-right: 20px;
  height: 70px;
}
#mobile-menu .utile_wrap .site-link a {
  padding-right: 12px;
  background: url(/template/assets/images/pl_m.png) right center no-repeat;
  font-size: 15px;
  color: #fff;
  font-family: "GmarketSans";
  font-weight: 300;
  line-height: 1;
  position: relative;
}
#mobile-menu .utile_wrap .site-link a:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 0px;
  opacity: 0.3;
  right: -13px;
}
#mobile-menu .utile_wrap .site-link a em {
  font-family: "GmarketSans";
  color: #fff;
  font-weight: 500;
}
#mobile-menu .utile_wrap .language-link {
  position: relative;
  width: 60px;
  height: 70px;
}
#mobile-menu .utile_wrap .language-link button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
#mobile-menu .utile_wrap .language-link button:after {
  content: "";
  width: 0%;
  height: 2px;
  background: #009761;
  position: absolute;
  bottom: -1px;
  left: 50%;
  opacity: 0;
  transition: all 0.3s;
}
#mobile-menu .utile_wrap .language-link button span {
  display: block;
  font-size: 15px;
  color: #fff;
  font-family: "GmarketSans";
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding-right: 12px;
  background: url(/template/assets/images/pl_m.png) right center no-repeat;
}
#mobile-menu .utile_wrap .language-link button:hover:after {
  opacity: 1;
  width: 100%;
  left: 0;
}
#mobile-menu .utile_wrap .language-link button:hover span {
  font-family: "GmarketSans";
  color: #fff;
  font-weight: 500;
}
#mobile-menu .utile_wrap .language-link button em {
  font-size: 0;
}
#mobile-menu .utile_wrap .language-link button em i {
  font-size: 0;
}
#mobile-menu .utile_wrap .language-link > div {
  display: none;
  position: absolute;
  width: auto;
  padding: 10px 20px;
  background: #fff;
  top: 55px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 999;
  border-radius: 10px;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}
#mobile-menu .utile_wrap .language-link > div li:last-child {
  border-bottom: 0px solid #ccc;
}
#mobile-menu .utile_wrap .language-link > div li a {
  font-size: 14px;
  line-height: 1;
  padding: 5px 0;
  text-align: center;
}
#mobile-menu .utile_wrap .language-link > div li a:hover, #mobile-menu .utile_wrap .language-link > div li a:active, #mobile-menu .utile_wrap .language-link > div li a:focus {
  color: #009761;
}
#mobile-menu .utile_wrap .language-link.on > div {
  display: block;
}
#mobile-menu .utile_wrap .covid-link {
  width: 100%;
  height: 50px;
  background: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-bottom: 1px solid #dcdddf;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
#mobile-menu .utile_wrap .covid-link a {
  display: block;
  width: auto;
  height: 35px;
  border-radius: 18px;
  background-color: #f5f8f9;
  padding: 0 25px 0 40px;
  background-image: url(/template/assets/images/siren.png), url(/template/assets/images/pl.png);
  background-position: 15px center, calc(100% - 10px) center;
  background-repeat: no-repeat, no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-family: "GmarketSans";
  color: #232323;
  font-weight: 500;
  padding-top: 4px;
}
#mobile-menu .utile_wrap .covid-link a em {
  font-family: "GmarketSans";
  color: #cd413e;
  font-weight: 700;
}

.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: "";
}

/* 기본 B/C타입용 */
@media (max-width: 1279.98px) {
  #top_layout .top_wrap #logo {
    left: 30px;
  }
}
@media (max-width: 767.98px) {
  #top_layout .top_wrap #logo {
    left: 15px;
  }
}

@media (max-width: 1279.98px) {
  #top_layout .top_wrap .utile_wrap {
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  #top_layout .top_wrap .utile_wrap {
    right: 15px;
  }
}

@media (max-width: 1399.98px) {
  #foot_layout .footer-info .layout .flogo {
    left: 30px;
  }
}

@media (max-width: 1399.98px) {
  #foot_layout .footer-info .layout .family_site {
    right: 30px;
  }
}

@media (max-width: 1023.98px) {
  #foot_layout .footer-link .list li a {
    padding: 15px 7px;
    letter-spacing: -1px;
    font-size: 13px;
  }
}

#svisual_layout {
  position: relative;
  height: 174px;
  background-color: #eeeeef;
  z-index: 1;
  overflow: hidden;
}
#svisual_layout .svisual_wrap {
  height: 100%;
}
#svisual_layout .svisual_wrap:before {
  font-family: "GmarketSans", "gothic", "Malgun Gothic", "맑은 고딕", Dotum, 돋움, Helvetica, "Apple SD Gothic Neo", "애플 SD 산돌고딕 Neo";
  font-weight: 700;
}
#svisual_layout .subvisual-layout {
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#svisual_layout .subvisual-layout .subvisual-layout__title,
#svisual_layout .subvisual-layout span {
  display: block;
  font-family: "GmarketSans", "gothic", "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: #222222;
  font-size: 30px;
}
#svisual_layout .subvisual-layout .subvisual-layout__title em {
  color: #009761;
}

#body_layout {
  position: relative;
  z-index: 9;
  margin-top: 0px;
  padding-bottom: 150px;
  overflow: hidden;
}
#body_layout .body_wrap {
  min-height: 850px;
  max-width: none;
}
#body_layout #txt {
  position: relative;
  width: 100%;
}
#body_layout .contents_wrap {
  position: relative;
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
}
@media (max-width: 1399.98px) {
  #body_layout .contents_wrap {
    max-width: none;
  }
}
#body_layout #location {
  position: relative;
  z-index: 20;
  width: 100%;
  margin: 0 0 32px;
  padding: 0 0 19px;
  background: url(/template/assets/images/pattern.png) repeat-x left bottom;
  text-align: left;
  text-align: center;
}
@media (max-width: 1399.98px) {
  #body_layout #location {
    max-width: none;
  }
}
#body_layout #location .page__title {
  font-family: "GmarketSans", "gothic", "Malgun Gothic", "맑은 고딕", Dotum, 돋움, Helvetica, "Apple SD Gothic Neo", "애플 SD 산돌고딕 Neo";
  font-weight: 700;
  color: #222222;
  font-size: 30px;
  line-height: 1.3;
  padding: 50px 0 0px;
}
@media (max-width: 1023.98px) {
  #body_layout #location .page__title {
    font-size: 30px;
  }
}
@media (max-width: 539.98px) {
  #body_layout #location .page__title {
    font-size: 24px;
  }
}
#body_layout #location .navigation {
  position: relative;
  border-bottom: 1px solid #efefef;
  background-color: #fff;
  min-height: 60px;
}
#body_layout #location .navigation:before, #body_layout #location .navigation:after {
  content: "";
  position: absolute;
  top: 59px;
  height: 1px;
  width: 100%;
  background-color: #efefef;
}
#body_layout #location .navigation:before {
  left: -50%;
}
#body_layout #location .navigation:after {
  right: -50%;
}
#body_layout #location .navigation .path > li {
  display: inline-block;
  float: left;
  border-right: 1px solid #efefef;
  margin-left: -1px;
}
@media (max-width: 767.98px) {
  #body_layout #location .navigation .path > li {
    display: none;
  }
}
#body_layout #location .navigation .path > li * {
  vertical-align: middle;
}
#body_layout #location .navigation .path > li.n1 {
  min-height: 60px;
  padding: 10px 20px;
  background-color: #003668;
}
@media (max-width: 767.98px) {
  #body_layout #location .navigation .path > li.n1 {
    display: inline-block;
  }
}
#body_layout #location .navigation .path > li.n1 a {
  position: relative;
  top: 8px;
  display: block;
  width: 22px;
  height: 22px;
  font-size: 0;
  background: url(/template/assets/images/ir.png) no-repeat -86px -1px;
}
@media (max-width: 767.98px) {
  #body_layout #location .navigation .path > li:last-child {
    display: inline-block;
  }
}
#body_layout #location .navigation .path > li button {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 11px 30px;
  padding-right: 70px;
  line-height: 38px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  #body_layout #location .navigation .path > li button {
    padding-right: 40px;
  }
}
#body_layout #location .navigation .path > li 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 .navigation .path > li button:after {
    display: none;
  }
}
#body_layout #location .navigation .path > li button:before {
  content: "";
  display: block;
  position: absolute;
  right: 21px;
  top: calc(50% - 7px);
  width: 1px;
  height: 15px;
  background-color: #333;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  #body_layout #location .navigation .path > li button:before {
    display: block;
    content: "";
    position: absolute;
    right: 10px;
    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;
  }
}
#body_layout #location .navigation .path > li .dropdown-menu {
  border-radius: 0;
  top: 60px;
  left: -1px;
  margin: 0;
  min-width: 288px;
  width: 100%;
  max-height: 640px;
  padding: 10px 0;
  overflow: hidden;
  border: 1px solid #bbb;
  text-align: left;
  background: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#body_layout #location .navigation .path > li .dropdown-menu a {
  position: relative;
  display: block;
  padding: 16px 62px 16px 40px;
  white-space: nowrap;
  font-size: 18px;
}
#body_layout #location .navigation .path > li .dropdown-menu a:after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  height: 1px;
  width: 15px;
  background-color: #333;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  #body_layout #location .navigation .path > li .dropdown-menu a:after {
    display: none;
  }
}
#body_layout #location .navigation .path > li .dropdown-menu a:before {
  content: "";
  display: block;
  position: absolute;
  right: 21px;
  top: calc(50% - 7px);
  width: 1px;
  height: 15px;
  background-color: #333;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  #body_layout #location .navigation .path > li .dropdown-menu a: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: ) {
  #body_layout #location .navigation .path > li .dropdown-menu a:before {
    right: 3px;
  }
}
#body_layout #location .navigation .path > li .dropdown-menu a:hover, #body_layout #location .navigation .path > li .dropdown-menu a:focus {
  background-color: #212121;
}
#body_layout #location .navigation .path > li.open {
  border-left: 1px solid #212121;
  border-right: 1px solid #212121;
  background-color: #212121;
}
#body_layout #location .navigation .path > li.open button,
#body_layout #location .navigation .path > li.open .dropdown-menu {
  background-color: #212121;
}
#body_layout #location .navigation .path > li.open button {
  color: #fff;
}
#body_layout #location .navigation .path > li.open button:before {
  background-color: #fff;
}
#body_layout #location .navigation .path > li.open button:after {
  background-color: #fff;
}
#body_layout #location .navigation .path > li.open .dropdown-menu {
  border: 1px solid #212121;
}
#body_layout #location .navigation .path > li.open .dropdown-menu a {
  color: #fff;
}
#body_layout #location .navigation .path > li.open .dropdown-menu a:hover, #body_layout #location .navigation .path > li.open .dropdown-menu a:focus {
  text-decoration: underline;
}
#body_layout #location .print_wrap {
  position: absolute;
  right: 0;
  top: 0px;
  display: flex;
}
#body_layout #location .print_wrap:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
}
#body_layout #location .print_wrap li {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #74b4e8;
}
#body_layout #location .print_wrap li:last-child {
  border-right: none;
}
#body_layout #location .print_wrap li button {
  display: block;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: none;
  background-color: #4f9bd9;
  font-size: 0;
}
#body_layout #location .print_wrap li button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/template/assets/images/ir.png) no-repeat;
}
#body_layout #location .print_wrap li.sns {
  position: relative;
}
#body_layout #location .print_wrap li.sns button:before {
  display: block;
  width: 17px;
  height: 20px;
  background-position: -77px -108px;
}
#body_layout #location .print_wrap li.sns .sns_wrap {
  display: none;
  position: absolute;
  right: 0;
  top: 0px;
  width: 60px;
  text-align: right;
}
#body_layout #location .print_wrap li.sns .sns_wrap button {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 10px;
  background: url(/template/assets/images/ir.png) no-repeat;
  font-size: 0;
}
#body_layout #location .print_wrap li.sns .sns_wrap button:before {
  display: none;
}
#body_layout #location .print_wrap li.sns .sns_wrap button.sns-close {
  margin: 0 0 10px;
  width: 60px;
  height: 60px;
  background: none;
  position: relative;
  background-color: #003668;
}
#body_layout #location .print_wrap li.sns .sns_wrap button.sns-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  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 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
  background-size: 100%;
  background-position: 0 0;
}
#body_layout #location .print_wrap li.sns .sns_wrap button.fa {
  background-position: 0 -174px;
}
#body_layout #location .print_wrap li.sns .sns_wrap button.tw {
  background-position: 0 -214px;
}
#body_layout #location .print_wrap li.sns .sns_wrap button.bl {
  background-position: -105px -215px;
}
#body_layout #location .print_wrap li.sns .sns_wrap button.band {
  background-position: -35px -215px;
}
#body_layout #location .print_wrap li.sns .sns_wrap button.ca {
  background-position: -70px -215px;
}
#body_layout #location .print_wrap li.sns .sns_wrap button.kakao {
  background-position: -140px -215px;
}
#body_layout #location .print_wrap li.sns.on .sns_wrap {
  display: block;
}
#body_layout #location .print_wrap li.print {
  position: relative;
}
@media (max-width: 1279.98px) {
  #body_layout #location .print_wrap li.print {
    display: none;
  }
}
#body_layout #location .print_wrap li.print button:before {
  width: 20px;
  height: 20px;
  background-position: -120px -108px;
}
#body_layout #location .print_wrap li.copy {
  position: relative;
}
#body_layout #location .print_wrap li.copy button:before {
  width: 22px;
  height: 20px;
  background-position: -97px -108px;
}
#body_layout #location .utile_wrap .location_wrap:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
}
#body_layout #location .utile_wrap .location_wrap li {
  display: inline-block;
  position: relative;
  padding-right: 14px;
}
#body_layout #location .utile_wrap .location_wrap li:last-child {
  padding-right: 0;
}
#body_layout #location .utile_wrap .location_wrap li:not(:last-child):after {
  display: inline-block;
  content: "";
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #c5c5c5;
  vertical-align: top;
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translate(0, -50%);
}
#body_layout #location .utile_wrap .location_wrap li a {
  display: inline-block;
  position: relative;
  line-height: 25px;
  vertical-align: top;
}
#body_layout #location .utile_wrap .location_wrap li.navi_home a {
  width: 16px;
  height: 17px;
  margin: 4px 0 0;
  background: url(/template/assets/images/ir.png) no-repeat 0 0;
  font-size: 0;
}/*# sourceMappingURL=acego.layout.css.map */