@charset "UTF-8";
/* media-query */
/* custom-settings (사이트마다 조정) */
:root {
  scroll-padding-top: 77px;
  scrollbar-width: thin;
  --vh: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "NanumSquareNeo";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: -0.05em;
  word-break: keep-all;
  color: #191919;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.05em;
}

b, strong {
  font-weight: 900;
}

@media (max-width: 1100px) {
  :root {
    scroll-padding-top: 68px;
  }
}
@media (max-width: 991px) {
  body {
    line-height: 1.53;
  }
}
@media (max-width: 450px) {
  :root {
    scroll-padding-top: 57px;
  }
  body .fsz19 {
    font-size: 14.5px;
  }
}
/* 본문 바로가기 */
#skip_to_container a {
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#skip_to_container a:focus, #skip_to_container a:active {
  width: 100%;
  height: 75px;
  background: #21272e;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 3.3em;
}

/* sound-only */
.sound-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* reset */
:where(body, div, section, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, figure, legend, textarea, p, blockquote, th, td, input, select, textarea, button) {
  margin: 0;
  padding: 0;
}

:where(a) {
  text-decoration: none;
  color: inherit;
  outline: none;
}

:where(a):active, :where(a):hover, :where(a):visited {
  text-decoration: none;
}

:where(span) {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

:where(em, i, address) {
  font-style: normal;
}

:where(ul, dl, ol) {
  list-style: none;
  font-size: inherit;
  outline: none;
}

:where(li) {
  list-style: none;
}

:where(h1, h2, h3, h4, h5, h6) {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

:where(table) {
  border-collapse: collapse;
  border-spacing: 0;
  outline: none;
}

:where(textarea) {
  resize: none;
}

:where(img) {
  max-width: 100%;
  font-size: 0;
  vertical-align: top;
  line-height: 0;
}

:where(button) {
  background: none;
  border: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
}

:where(select) {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

:where(::-moz-placeholder) {
  font-weight: inherit;
  font-size: inherit;
  color: #ddd;
}

:where(::placeholder) {
  font-weight: inherit;
  font-size: inherit;
  color: #ddd;
}

/* font-size */
html {
  font-size: 10px;
}

@media (max-width: 1279px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 8px;
  }
}
/* max-width */
.center {
  width: 90%;
  max-width: 1370px;
  margin: 0 auto;
}

.center2 {
  width: 90%;
  max-width: 1550px;
  margin: 0 auto;
}

/* pc, mobile - show, hide */
.show-laptop {
  display: none;
}

.show-tablet {
  display: none;
}

.show-responsive {
  display: none;
}

.show-mobile {
  display: none;
}

.show-phone {
  display: none;
}

@media (max-width: 1279px) {
  .show-laptop {
    display: block !important;
  }
  .hide-laptop {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .show-tablet {
    display: block !important;
  }
  .hide-tablet {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .show-responsive {
    display: block !important;
  }
  .hide-responsive {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .show-mobile {
    display: block !important;
  }
  .hide-mobile {
    display: none !important;
  }
}
@media (max-width: 450px) {
  .show-phone {
    display: block !important;
  }
  .hide-phone {
    display: none !important;
  }
}
/* br-keep, brs, brl */
.br-keep {
  display: block !important;
}

@media screen and (min-width: 991.1px) {
  .brs {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .brl {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */