@charset "UTF-8";
/* scrollbar style */
/* reset */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

a:focus-visible, button:focus-visible {
  outline: 1px solid #000;
  outline-offset: -1px;
}

sub, sup {
  position: relative;
  font-size: 0.75em !important;
}

sub {
  bottom: -0.25em;
}

.sup {
  top: -0.25em;
}

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

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7c7c7;
  margin: 1em 0;
  padding: 0;
}

img {
  border: 0 none;
  max-width: 100%;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.rd_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

form {
  min-width: auto;
}

input[type=image] {
  border: 0 none;
}

button, input[type=submit] {
  cursor: pointer;
  border: 0 none;
}

button::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}

* {
  -webkit-tap-highlight-color: transparent;
}

th, td, input, select, textarea, button {
  font: inherit;
  color: inherit;
}

a {
  font: inherit;
  text-decoration: none;
  color: inherit;
}

input[type=text], input[type=password] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

textarea, input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

select {
  padding: 0 33px 0 15px;
  background-image: url(/kh-heritage-archives/assets/img/common/ico_select_arrow.png);
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 9px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:focus {
  border-color: #E82727;
}

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

address {
  font-style: normal;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 100%;
  font-family: "Pretendard", sans-serif;
  color: #000;
}
@media (min-width: 576px) {
  html {
    font-size: 120%;
  }
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: keep-all;
  zoom: 1;
  -webkit-text-size-adjust: 100%;
  font-family: inherit;
}

@-webkit-keyframes fc-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes fc-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes fc-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes fc-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes fc-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fc-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* common */
[data-tooltip-text] {
  position: relative;
  font-size: 1rem;
}
[data-tooltip-text]:hover:before {
  content: attr(data-tooltip-text);
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #333132;
  -webkit-box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.4);
  box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.4);
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  width: auto;
  min-width: 50px;
  max-width: 300px;
  word-wrap: break-word;
  z-index: 10001;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 11px;
  white-space: nowrap;
  line-height: 1;
}
[data-tooltip-text]:hover:after {
  content: "";
  position: absolute;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #333132;
  border-left: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-top: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10001;
}

.t_c {
  text-align: center !important;
}

.t_l {
  text-align: left !important;
}

.t_r {
  text-align: right !important;
}

.d_f {
  display: -ms-flexbox !important;
  display: flex !important;
}

.a_c {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.j_c {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.j_s {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.f_wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.color_white {
  color: #fff !important;
}

.color_black {
  color: #000 !important;
}

.color_000 {
  color: #000 !important;
}

.color_111 {
  color: #111 !important;
}

.color_222 {
  color: #222 !important;
}

.color_444 {
  color: #444 !important;
}

.color_555 {
  color: #555 !important;
}

.color_666 {
  color: #666 !important;
}

.color_777 {
  color: #777 !important;
}

.color_888 {
  color: #888 !important;
}

.color_999 {
  color: #999 !important;
}

.color_ddd {
  color: #ddd !important;
}

.color_fff {
  color: #fff !important;
}

.color_333_80 {
  color: rgba(51, 51, 51, 0.8);
}

.color_fff_80 {
  color: rgba(255, 255, 255, 0.8);
}

.bg_base {
  background-color: #E82727 !important;
}

.color_base {
  color: #E82727 !important;
}

.color_point {
  color: #ff0302 !important;
}

.bor_0 {
  border: 0 !important;
}

.fw100 {
  font-weight: 100 !important;
}

.fw200 {
  font-weight: 200 !important;
}

.fw300 {
  font-weight: 300 !important;
}

.fw350 {
  font-weight: 350 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.fw800 {
  font-weight: 800 !important;
}

.fw900 {
  font-weight: 900 !important;
}

.fs105 {
  font-size: 6.5625rem !important;
}

.fs100 {
  font-size: 6.25rem !important;
}

.fs80 {
  font-size: 5rem !important;
}

.fs70 {
  font-size: 4.375rem !important;
}

.fs65 {
  font-size: 4.0625rem !important;
}

.fs60 {
  font-size: 3.75rem !important;
}

.fs50 {
  font-size: 3.125rem !important;
}

.fs48 {
  font-size: 3rem !important;
}

.fs45 {
  font-size: 2.813rem !important;
}

.fs43 {
  font-size: 2.6875rem !important;
}

.fs40 {
  font-size: 2.5rem !important;
}

.fs38 {
  font-size: 2.375rem !important;
}

.fs35 {
  font-size: 2.1875rem !important;
}

.fs34 {
  font-size: 2.125rem !important;
}

.fs33 {
  font-size: 2.0625rem !important;
}

.fs32 {
  font-size: 2rem !important;
}

.fs30 {
  font-size: 1.875rem !important;
}

.fs28 {
  font-size: 1.75rem !important;
}

.fs26 {
  font-size: 1.625rem !important;
}

.fs25 {
  font-size: 1.5625rem !important;
}

.fs24 {
  font-size: 1.5rem !important;
}

.fs23 {
  font-size: 1.4375rem !important;
}

.fs22 {
  font-size: 1.375rem !important;
}

.fs20 {
  font-size: 1.25rem !important;
}

.fs19 {
  font-size: 1.1875rem !important;
}

.fs18 {
  font-size: 1.125rem !important;
}

.fs17 {
  font-size: 1.0625rem !important;
}

.fs16 {
  font-size: 1rem !important;
}

.fs15 {
  font-size: 0.9375rem !important;
}

.fs14 {
  font-size: 0.875rem !important;
}

.fs13 {
  font-size: 0.8125rem !important;
}

.fs12 {
  font-size: 0.75rem !important;
}

.fs11 {
  font-size: 0.6875rem !important;
}

.fs0 {
  font-size: 0 !important;
}

.ver_mid {
  vertical-align: middle;
}

.lh_2 {
  line-height: 2;
}

.lh_1_9 {
  line-height: 1.9;
}

.lh_1_8 {
  line-height: 1.8;
}

.lh_1_7 {
  line-height: 1.7;
}

.lh_1_6 {
  line-height: 1.6;
}

.lh_1_5 {
  line-height: 1.5;
}

.lh_1_4 {
  line-height: 1.4;
}

.lh_1_3 {
  line-height: 1.3;
}

.lh_1_2 {
  line-height: 1.2;
}

.lh_1_1 {
  line-height: 1.1;
}

.lh_1 {
  line-height: 1;
}

.display_block {
  display: block;
}

.display_inline_block {
  display: inline-block;
}

.overflow-hidden {
  overflow: hidden;
}

.pos_r {
  position: relative !important;
}

.pos_a {
  position: absolute !important;
}

p {
  line-height: 1.8;
  font-weight: 400;
}

.pc_only {
  display: none !important;
}

@media (min-width: 768px) {
  .mb_only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .mb_none {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .sm_only {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .sm_none {
    display: none !important;
  }
}
body {
  background: #F8F9F9;
}

#wrapper {
  max-width: 640px;
  margin: 0 auto;
  font-size: 1.0625rem;
  overflow: hidden;
  padding-top: 66px;
}

.inner {
  width: 100%;
  max-width: 640px;
  padding: 0 15px;
  margin: 0 auto;
}

/* --- placeholder */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #aaa;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaa;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #aaa;
}

input::placeholder,
textarea::placeholder {
  color: #aaa;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #aaa;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #aaa;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #aaa;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: #aaa;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #aaa;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #aaa;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #aaa;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: #aaa;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: #aaa;
}

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
textarea {
  border: 1px solid #EFEFF0;
  padding: 0 10px;
  border-radius: 0;
  background-color: #EFEFF0;
  color: #000;
}

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

select {
  border: 1px solid #EFEFF0;
  border-radius: 0;
  background-color: #EFEFF0;
  color: #000;
}

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
select {
  height: 2.1875rem;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  height: auto;
}

textarea {
  padding: 10px;
}

input:focus,
textarea:focus,
select:focus {
  background-color: #fff;
  border-color: #000;
  outline: none;
}

input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
}
input[type=radio] + label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-size: 1rem;
  color: #151515;
  vertical-align: middle;
  line-height: 1.5;
  margin: 0.3125rem 0;
  margin-right: 10px !important;
  cursor: pointer;
}
input[type=radio] + label:last-child {
  margin-right: 0 !important;
}
input[type=radio] + label:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 50%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type=radio]:checked + label:before {
  content: "\f00c";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #E82727;
  border-color: #E82727;
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
}
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-size: 1rem;
  color: #151515;
  vertical-align: middle;
  line-height: 1.5;
  margin: 0.3125rem 0;
  margin-right: 15px !important;
  cursor: pointer;
}
input[type=checkbox] + label:last-child {
  margin-right: 0 !important;
}
input[type=checkbox] + label:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 0;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type=checkbox]:checked + label:before {
  content: "\f00c";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #E82727;
  border-color: #E82727;
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

input[type=radio] + label,
input[type=checkbox] + label {
  padding-left: 23px;
}

input[type=radio] + label:before {
  top: 3px;
  width: 15px;
  height: 15px;
  line-height: 15px;
}

input[type=radio]:checked + label:before {
  width: 15px;
  height: 15px;
  line-height: 15px;
}

input[type=checkbox] + label:before {
  width: 15px;
  height: 15px;
  line-height: 15px;
}

input[type=checkbox]:checked + label:before {
  width: 15px;
  height: 15px;
  line-height: 15px;
}

/* ---------------------------------- layout */
html,
body {
  height: 100%;
}

body.cursor_progress {
  cursor: progress;
}

body.gnb-open {
  overflow: hidden;
}

/* ---------------------------------- contents */
#contents {
  position: relative;
  width: 100%;
}

#contents {
  min-height: calc(100vh - 255px);
}

#header.fixed ~ #contents {
  min-height: calc(100vh - 255px + calc(35px + 66px + 1px));
}

.page_loader {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #fff;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.page_loader.is_hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page_loader__spinner {
  width: 2.5rem;
  height: 2.5rem;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top-color: #E82727;
  border-radius: 50%;
  -webkit-animation: loaderSpin 0.7s linear infinite;
          animation: loaderSpin 0.7s linear infinite;
}

@-webkit-keyframes loaderSpin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loaderSpin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.top_btn {
  position: fixed;
  z-index: 1;
  bottom: 50px;
  right: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, bottom 0.2s ease-in-out, top 0.2s ease-in-out, background 0.4s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, bottom 0.2s ease-in-out, top 0.2s ease-in-out, background 0.4s ease-in-out;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
.top_btn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.top_btn {
  background: #fff url("/kh-heritage-archives/assets/img/common/ico_top_arrow.png") no-repeat center/24px 24px;
  cursor: pointer;
}
.top_btn.is-visible.on {
  bottom: 20px;
  -webkit-animation-name: fc-wobble-vertical;
  animation-name: fc-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.top_btn.fixed {
  position: absolute;
  top: -30px;
  bottom: auto;
}

.float_inquiry_btn {
  position: fixed;
  z-index: 1;
  bottom: 50px;
  right: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, bottom 0.2s ease-in-out, top 0.2s ease-in-out, background 0.4s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, bottom 0.2s ease-in-out, top 0.2s ease-in-out, background 0.4s ease-in-out;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
.float_inquiry_btn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.float_inquiry_btn {
  z-index: 2;
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  bottom: 20px;
  background-color: #E82727;
  background-image: url("/kh-heritage-archives/assets/img/common/ico_pencil.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  -webkit-animation-name: fc-wobble-vertical;
  animation-name: fc-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.top_btn.is-visible.on ~ .float_inquiry_btn {
  bottom: 90px;
}
.float_inquiry_btn.fixed {
  position: absolute;
  bottom: auto;
  top: -30px;
}
.top_btn.fixed ~ .float_inquiry_btn.fixed {
  top: -100px;
}

.top_btn {
  right: 15px;
}
.top_btn.is-visible.on {
  bottom: 20px;
}

.top_btn {
  width: 40px;
  height: 40px;
  font-size: 11px;
  line-height: 40px;
}
.top_btn.fixed {
  top: -20px;
}

.float_inquiry_btn {
  width: 40px;
  height: 40px;
  background-size: 20px 20px;
}
.top_btn.is-visible.on ~ .float_inquiry_btn {
  bottom: 70px;
}
.float_inquiry_btn.fixed {
  top: -20px;
}
.top_btn.fixed ~ .float_inquiry_btn.fixed {
  top: -70px;
}

/* header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#header.fixed {
  position: fixed;
  top: -35px;
  top: 0 !important;
}
#header.fixed .header_bottom {
  -webkit-box-shadow: 0 8px 10px -11px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 10px -11px rgba(0, 0, 0, 0.1);
}
#header .header-top {
  width: 100%;
  background-color: #f1f1f1;
}
#header .header_bottom {
  position: relative;
  margin: 0 auto;
  max-width: 640px;
  padding: 0 0.9375rem;
  text-align: center;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  background: #F8F9F9;
}
#header .header_bottom:after {
  content: "";
  display: block;
  clear: both;
}
#header .logo {
  position: absolute;
  top: 6px;
  left: 15px;
  z-index: 1;
  font-size: 0;
}
#header .logo a {
  display: block;
}
#header .login_btn {
  position: absolute;
  top: 50%;
  right: calc(2.5rem + 15px);
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.625rem;
  color: #000;
}
body.pc #header .login_btn:hover {
  color: #E82727;
}

body.mobile #header .login_btn:active {
  color: #E82727;
}

.sta {
  display: none;
}

#header .header-top {
  display: none;
}
#header .header_bottom {
  width: 100%;
  height: 66px;
}
#header .logo a img {
  width: 65px;
  max-width: 100%;
}

/* web gnb */
#header .m_menu_btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.625rem;
  background: none;
  border: 0;
  z-index: 11;
  cursor: pointer;
}
#header .m_menu_btn span {
  position: absolute;
  left: 0.125rem;
  width: 1rem;
  height: 0.125rem;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .m_menu_btn span:nth-child(1) {
  top: 0.5625rem;
}
#header .m_menu_btn span:nth-child(2) {
  top: 0.25rem;
}
#header .m_menu_btn span:nth-child(3) {
  top: 0.875rem;
}
#header .m_menu_btn.on {
  position: fixed;
  top: 2.0625rem;
}
body.pc #header .m_menu_btn:hover span, body.pc #header .m_menu_btn:hover.on span {
  background: #E82727;
}

body.mobile #header .m_menu_btn:active span, body.mobile #header .m_menu_btn:active.on span {
  background: #E82727;
}

#header.fixed .m_menu_btn.on {
  top: 2.0625rem;
}
#header .m_menu_btn.on span {
  background: #000;
}
#header .m_menu_btn.on span:nth-child(1) {
  opacity: 0;
}
#header .m_menu_btn.on span:nth-child(2) {
  -webkit-transform: translateY(0.3125rem) rotate(-45deg);
  -ms-transform: translateY(0.3125rem) rotate(-45deg);
  transform: translateY(0.3125rem) rotate(-45deg);
}
#header .m_menu_btn.on span:nth-child(3) {
  -webkit-transform: translateY(-0.3125rem) rotate(45deg);
  -ms-transform: translateY(-0.3125rem) rotate(45deg);
  transform: translateY(-0.3125rem) rotate(45deg);
}
#header .gnb {
  float: none;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  text-align: left;
}
#header .m_gnb_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.18);
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
}
#header .m_lang {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 2rem 0 0 2.0625rem;
  width: min(18.75rem, 78vw);
  height: 67px;
  background: #fff;
  font-size: 0;
}
#header .m_lang::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  bottom: 1px;
  left: 1.25rem;
  height: 1px;
  background-color: #eee;
}
#header .m_lang .w-lang {
  display: block;
  float: left;
  padding: 5px 0;
}
#header .m_lang .w-lang dd {
  margin-left: 0;
  margin-right: 10px;
}
#header .m_lang .w-lang dd a {
  font-size: 23px;
  text-align: center;
}

#header .gnb > ul {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 66px;
  right: 0;
  z-index: 10;
  width: min(18.75rem, 78vw);
  height: calc(100% - 66px);
  background: #fff;
  padding: 1.5rem 1.25rem;
}
#header .gnb ul a {
  display: block;
  width: 100%;
  line-height: 1.4;
}
#header .gnb > ul > li {
  width: 100%;
}
#header .gnb > ul > li:not(:last-child) {
  margin-bottom: 0.625rem;
}
#header .gnb > ul > li > a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 0.75rem;
  min-height: 3.5rem;
  padding: 0.875rem 1.125rem;
  border: 1px solid #eee;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #333;
  background-color: #f8f8f8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#header .gnb > ul > li > a::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid rgba(21, 21, 21, 0.25);
  border-bottom: 2px solid rgba(21, 21, 21, 0.25);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body.pc #header .gnb > ul > li > a:hover {
  border-color: rgba(232, 39, 39, 0.25);
  color: #E82727;
  background-color: rgba(232, 39, 39, 0.06);
}
body.pc #header .gnb > ul > li > a:hover::after {
  border-color: #E82727;
}

body.mobile #header .gnb > ul > li > a:active {
  border-color: rgba(232, 39, 39, 0.25);
  color: #E82727;
  background-color: rgba(232, 39, 39, 0.06);
}
body.mobile #header .gnb > ul > li > a:active::after {
  border-color: #E82727;
}

#header .gnb > ul > li.mb-in > a {
  padding-right: 44px;
}
#header .gnb > ul > li.mb-in > a::after {
  display: none;
}
#header .gnb > ul > li.mb-in > a:before {
  position: absolute;
  top: 50%;
  right: 1.125rem;
  margin-top: -0.6875rem;
  content: "\f107";
  display: block;
  font-family: "FontAwesome";
  font-size: 1.375rem;
  line-height: 1;
  color: rgba(21, 21, 21, 0.35);
}
#header .gnb > ul > li > ul {
  display: none;
  overflow: hidden;
  margin-top: 0.5rem;
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 0.625rem;
  background: #e8e8e8;
}
#header .gnb > ul > li > ul > li {
  width: 100%;
  background: #e8e8e8;
}
#header .gnb > ul > li > ul > li a {
  padding: 0.8125rem 1.125rem;
  border-top: 1px solid #d1d1d1;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
}
#header .gnb > ul > li > ul > li:first-child > a {
  border-top: 0 none;
}
#header .gnb > ul > li.on > a {
  border-color: #3f3f40;
  color: #fff;
  background: #3f3f40;
}
#header .gnb > ul > li.on > a:before {
  content: "\f106";
  color: #fff;
}
#header .gnb > ul > li .depth2 > li > ul li a {
  font-weight: 400;
}
#header .gnb > ul > li .depth2 > li > ul li a:before {
  content: "-";
  display: inline-block;
  margin-right: 0.625rem;
}

/* footer */
.sub_header_title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.625rem;
  height: 100%;
  padding-right: 5.625rem;
}
.sub_header_title .back_btn {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: none;
  border: 0 none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.sub_header_title h1 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.flex_box--fc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -1.875rem;
}
ul.flex_box--fc.a_c {
  -ms-flex-align: center;
  align-items: center;
}
ul.flex_box--fc.j_c {
  -ms-flex-pack: center;
  justify-content: center;
}
ul.flex_box--fc > li {
  margin-top: 1.875rem;
}
ul.flex_box--fc.space-top-4 {
  margin-top: -0.25rem;
}
ul.flex_box--fc.space-top-4 > li {
  margin-top: 0.25rem;
}
ul.flex_box--fc.space-top-10 {
  margin-top: -0.625rem;
}
ul.flex_box--fc.space-top-10 > li {
  margin-top: 0.625rem;
}
ul.flex_box--fc.space-top-20 {
  margin-top: -1.25rem;
}
ul.flex_box--fc.space-top-20 > li {
  margin-top: 1.25rem;
}
ul.flex_box--fc.space-top-30 {
  margin-top: -1.875rem;
}
ul.flex_box--fc.space-top-30 > li {
  margin-top: 1.875rem;
}
ul.flex_box--fc.space-top-40 {
  margin-top: -2.5rem;
}
ul.flex_box--fc.space-top-40 > li {
  margin-top: 2.5rem;
}
ul.flex_box--fc.space-top-50 {
  margin-top: -3.125rem;
}
ul.flex_box--fc.space-top-50 > li {
  margin-top: 3.125rem;
}
ul.flex_box--fc.space-top-60 {
  margin-top: -3.75rem;
}
ul.flex_box--fc.space-top-60 > li {
  margin-top: 3.75rem;
}
ul.flex_box--fc.space-top-70 {
  margin-top: -4.375rem;
}
ul.flex_box--fc.space-top-70 > li {
  margin-top: 4.375rem;
}
ul.flex_box--fc.space-top-80 {
  margin-top: -5rem;
}
ul.flex_box--fc.space-top-80 > li {
  margin-top: 5rem;
}
ul.flex_box--fc.space-2 {
  margin-right: -0.125rem;
  margin-left: -0.125rem;
}
ul.flex_box--fc.space-2 > li {
  padding: 0 0.125rem;
}
ul.flex_box--fc.space-5 {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}
ul.flex_box--fc.space-5 > li {
  padding: 0 0.3125rem;
}
ul.flex_box--fc.space-7 {
  margin-right: -0.4375rem;
  margin-left: -0.4375rem;
}
ul.flex_box--fc.space-7 > li {
  padding: 0 0.4375rem;
}
ul.flex_box--fc.space-8 {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
ul.flex_box--fc.space-8 > li {
  padding: 0 0.5rem;
}
ul.flex_box--fc.space-10 {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
ul.flex_box--fc.space-10 > li {
  padding: 0 0.625rem;
}
ul.flex_box--fc.space-14 {
  margin-right: -0.875rem;
  margin-left: -0.875rem;
}
ul.flex_box--fc.space-14 > li {
  padding: 0 0.875rem;
}
ul.flex_box--fc.space-15 {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
ul.flex_box--fc.space-15 > li {
  padding: 0 0.9375rem;
}
ul.flex_box--fc.space-20 {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
ul.flex_box--fc.space-20 > li {
  padding: 0 1.25rem;
}
ul.flex_box--fc.space-25 {
  margin-right: -1.5625rem;
  margin-left: -1.5625rem;
}
ul.flex_box--fc.space-25 > li {
  padding: 0 1.5625rem;
}
ul.flex_box--fc.space-30 {
  margin-right: -1.875rem;
  margin-left: -1.875rem;
}
ul.flex_box--fc.space-30 > li {
  padding: 0 1.875rem;
}
ul.flex_box--fc.space-39 {
  margin-right: -2.4375rem;
  margin-left: -2.4375rem;
}
ul.flex_box--fc.space-39 > li {
  padding: 0 2.4375rem;
}
ul.flex_box--fc.space-40 {
  margin-right: -2.5rem;
  margin-left: -2.5rem;
}
ul.flex_box--fc.space-40 > li {
  padding: 0 2.5rem;
}
ul.flex_box--fc.ea-1 > li {
  width: 100%;
}
ul.flex_box--fc.ea-2 > li {
  width: 50%;
}
ul.flex_box--fc.ea-3 > li {
  width: 33.333333%;
}
ul.flex_box--fc.ea-4 > li {
  width: 25%;
}
ul.flex_box--fc.ea-5 > li {
  width: 20%;
}
ul.flex_box--fc.ea-6 > li {
  width: 16.666666%;
}
ul.flex_box--fc.ea-7 > li {
  width: 14.285%;
}
ul.flex_box--fc.ea-8 > li {
  width: 12.5%;
}
ul.flex_box--fc.ea-9 > li {
  width: 11.111111%;
}
ul.flex_box--fc.ea-10 > li {
  width: 10%;
}
@media (max-width: 1199px) {
  ul.flex_box--fc.ea-xl-1 > li {
    width: 100%;
  }
  ul.flex_box--fc.ea-xl-2 > li {
    width: 50%;
  }
  ul.flex_box--fc.ea-xl-3 > li {
    width: 33.333333%;
  }
  ul.flex_box--fc.ea-xl-4 > li {
    width: 25%;
  }
  ul.flex_box--fc.ea-xl-5 > li {
    width: 20%;
  }
  ul.flex_box--fc.ea-xl-6 > li {
    width: 16.666666%;
  }
  ul.flex_box--fc.ea-xl-7 > li {
    width: 14.285%;
  }
  ul.flex_box--fc.ea-xl-8 > li {
    width: 12.5%;
  }
  ul.flex_box--fc.ea-xl-9 > li {
    width: 11.111111%;
  }
  ul.flex_box--fc.ea-xl-10 > li {
    width: 10%;
  }
}
@media (max-width: 991px) {
  ul.flex_box--fc.ea-lg-1 > li {
    width: 100%;
  }
  ul.flex_box--fc.ea-lg-2 > li {
    width: 50%;
  }
  ul.flex_box--fc.ea-lg-3 > li {
    width: 33.333333%;
  }
  ul.flex_box--fc.ea-lg-4 > li {
    width: 25%;
  }
  ul.flex_box--fc.ea-lg-5 > li {
    width: 20%;
  }
  ul.flex_box--fc.ea-lg-6 > li {
    width: 16.666666%;
  }
  ul.flex_box--fc.ea-lg-7 > li {
    width: 14.285%;
  }
  ul.flex_box--fc.ea-lg-8 > li {
    width: 12.5%;
  }
  ul.flex_box--fc.ea-lg-9 > li {
    width: 11.111111%;
  }
  ul.flex_box--fc.ea-lg-10 > li {
    width: 10%;
  }
}
@media (max-width: 767px) {
  ul.flex_box--fc.ea-md-1 > li {
    width: 100%;
  }
  ul.flex_box--fc.ea-md-2 > li {
    width: 50%;
  }
  ul.flex_box--fc.ea-md-3 > li {
    width: 33.333333%;
  }
  ul.flex_box--fc.ea-md-4 > li {
    width: 25%;
  }
  ul.flex_box--fc.ea-md-5 > li {
    width: 20%;
  }
  ul.flex_box--fc.ea-md-6 > li {
    width: 16.666666%;
  }
  ul.flex_box--fc.ea-md-7 > li {
    width: 14.285%;
  }
  ul.flex_box--fc.ea-md-8 > li {
    width: 12.5%;
  }
  ul.flex_box--fc.ea-md-9 > li {
    width: 11.111111%;
  }
  ul.flex_box--fc.ea-md-10 > li {
    width: 10%;
  }
}
@media (max-width: 575px) {
  ul.flex_box--fc.ea-sm-1 > li {
    width: 100%;
  }
  ul.flex_box--fc.ea-sm-2 > li {
    width: 50%;
  }
  ul.flex_box--fc.ea-sm-3 > li {
    width: 33.333333%;
  }
  ul.flex_box--fc.ea-sm-4 > li {
    width: 25%;
  }
  ul.flex_box--fc.ea-sm-5 > li {
    width: 20%;
  }
  ul.flex_box--fc.ea-sm-6 > li {
    width: 16.666666%;
  }
  ul.flex_box--fc.ea-sm-7 > li {
    width: 14.285%;
  }
  ul.flex_box--fc.ea-sm-8 > li {
    width: 12.5%;
  }
  ul.flex_box--fc.ea-sm-9 > li {
    width: 11.111111%;
  }
  ul.flex_box--fc.ea-sm-10 > li {
    width: 10%;
  }
}

.flex_box--img--fc {
  display: -ms-flexbox;
  display: flex;
}
.flex_box--img--fc > figure {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0;
  text-align: center;
  padding-right: 4.375rem;
  max-width: 60%;
}
.flex_box--img--fc > figure.type_sm {
  padding-right: 3.75rem;
  max-width: none;
}
.flex_box--img--fc > div {
  width: 100%;
}
@media (max-width: 991px) {
  .flex_box--img--fc {
    display: block;
  }
  .flex_box--img--fc > figure {
    padding-right: 0;
    max-width: none;
  }
  .flex_box--img--fc > figure.type_sm {
    padding-right: 0;
  }
  .flex_box--img--fc > div {
    margin-top: 2.5rem;
  }
}

.reveal_item {
  opacity: 0;
}

/* 페이지네이션 */
.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.25rem;
  margin-top: 1.25rem;
}

.pagination_nav_group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.75rem;
  padding: 0 1rem;
}

.pagination_nav {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background: no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body.pc .pagination_nav:hover {
  opacity: 0.8;
}

body.mobile .pagination_nav:active {
  opacity: 0.8;
}

.pagination_nav--first {
  background-image: url("/kh-heritage-archives/assets/img/common/ico_pagination_first.svg");
}
.pagination_nav--prev {
  background-image: url("/kh-heritage-archives/assets/img/common/ico_pagination_prev.svg");
}
.pagination_nav--next {
  background-image: url("/kh-heritage-archives/assets/img/common/ico_pagination_next.svg");
}
.pagination_nav--last {
  background-image: url("/kh-heritage-archives/assets/img/common/ico_pagination_last.svg");
}

.pagination_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.25rem;
}
.pagination_list li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  text-align: center;
}
body.pc .pagination_list li a:hover {
  background-color: #eee;
}

body.mobile .pagination_list li a:active {
  background-color: #eee;
}

.pagination_list li.on a {
  background-color: #222;
  color: #fff;
}
body.pc .pagination_list li.on a:hover {
  background-color: #444;
}

body.mobile .pagination_list li.on a:active {
  background-color: #444;
}

/* 팝업 */
body.pop_open {
  overflow: hidden !important;
}

.transition--popup {
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.page_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  padding: 35px 1.875rem;
  display: none;
}

.page_inner {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 580px;
  border-radius: 0.625rem;
  overflow: hidden;
  margin: auto;
  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
}

.page_inner.on {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.pd_box {
  position: relative;
  background-color: #fff;
  padding: 1.25rem 0.9375rem;
}

.btn_page_pop_close {
  position: absolute;
  top: 0.96875rem;
  right: 0.9375rem;
  background: #F4F4F4;
  border: none;
  outline: none;
  font-size: 0;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 0.4375rem;
}
body.pc .btn_page_pop_close:hover {
  background-color: #e0e0e0;
}

body.mobile .btn_page_pop_close:active {
  background-color: #e0e0e0;
}

.btn_page_pop_close img {
  width: 100%;
  height: 100%;
}

.page_pop_head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 0.625rem;
  padding-right: 2.8125rem;
  margin-bottom: 1.25rem;
}
.page_pop_head .desc_box {
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1;
  color: #E82727;
  background-color: rgb(254.08, 246.36, 246.36);
  border: 1px solid rgb(251.32, 220.44, 220.44);
  padding: 0.40625rem 0.625rem;
  border-radius: 0.8125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page_pop_head h3 {
  padding: 3.4px 0;
  -ms-flex: auto;
      flex: auto;
}

.btn_squ_box {
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.btn_squ_box .btn_squ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.625rem;
  -ms-flex: 1;
      flex: 1;
  padding: 0.5rem 0.9375rem;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  text-align: left;
  height: 3rem;
}
.btn_squ_box .btn_squ span {
  display: block;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  padding-top: 0.1em;
}
.btn_squ_box .btn_squ:hover {
  background-color: #f7f7f7;
}
.btn_squ_box .btn_squ.type_primary {
  background-color: #E82727;
  border-color: #E82727;
  color: #fff;
}
.btn_squ_box .btn_squ.type_primary:hover {
  background-color: rgb(198.8284518828, 21.1715481172, 21.1715481172);
}

.page_wrap.type_khAlert {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.page_wrap.type_khAlert .page_inner {
  max-width: 400px;
}
.page_wrap.type_khAlert .btn_squ_box .btn_squ {
  font-size: 0.75rem;
  height: 2.4rem;
}
.page_wrap.type_khAlert .btn_squ_box .btn_squ i.ico_button_prev_arrow,
.page_wrap.type_khAlert .btn_squ_box .btn_squ i.ico_button_next_arrow {
  width: 1.2rem;
  height: 1.2rem;
}
.page_wrap.type_khAlert .btn_squ_box .btn_squ span {
  padding-top: 0;
}

.story_pop_title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 0.5rem;
  padding: 0.625rem;
  border-radius: 0.375rem;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  text-align: left;
}
.story_pop_title i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.story_pop_title + .story_pop_content {
  margin-top: 5px;
}

.story_pop_content {
  border-radius: 0.375rem;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 1.25rem;
  text-align: center;
}

.bullet_ul li {
  position: relative;
  padding-left: 0.7777777777em;
  font-size: inherit;
  line-height: 1.8;
}
.bullet_ul li + li {
  margin-top: 0.2777777777em;
}
.bullet_ul li:before {
  content: "";
  position: absolute;
  top: 0.6666666667em;
  left: 0;
  width: 0.2777777778em;
  height: 0.2777777778em;
  background-color: #333;
  border-radius: 50%;
}
.bullet_ul.color_fff li:before {
  background-color: #fff;
}

.img_full_wrap {
  font-size: 0;
  text-align: center;
}

figure.img_full_wrap figcaption {
  font-size: 0;
  color: transparent;
  background: none;
  text-indent: -9999px;
  line-height: 0;
  width: 0;
  height: 0;
  border: 0;
  overflow: hidden;
}
figure.img_full_wrap figcaption * {
  font-size: 0;
  color: transparent;
  background: none;
  text-indent: -9999px;
  line-height: 0;
  width: 0;
  height: 0;
  border: 0;
  overflow: hidden;
}

.tab_conts_box > ul > li {
  display: block;
}
.tab_conts_box > ul > li:not(:first-child) {
  display: none;
}

.swiper-scrollbar {
  background: #e5e5e5 !important;
}
.swiper-scrollbar:not(.swiper-scrollbar-vertical) {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  height: 4px !important;
}

.swiper-scrollbar-drag {
  background: #000 !important;
}

.sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* slider buttons */
.common_slider_nav_prev,
.common_slider_nav_next {
  position: absolute;
  top: 0;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.625rem;
  cursor: pointer;
  pointer-events: auto;
}
body.pc .common_slider_nav_prev:hover, body.pc .common_slider_nav_next:hover {
  background-color: #f7f7f7;
}

body.mobile .common_slider_nav_prev:active, body.mobile .common_slider_nav_next:active {
  background-color: #f7f7f7;
}

.common_slider_nav_prev.swiper-button-disabled,
.common_slider_nav_next.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.common_slider_nav_prev {
  left: -0.9375rem;
  background-image: url("/kh-heritage-archives/assets/img/common/ico_common_slider_prev.svg");
}

.common_slider_nav_next {
  right: -0.9375rem;
  background-image: url("/kh-heritage-archives/assets/img/common/ico_common_slider_next.svg");
}

/* story list */
.story_list_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0.875rem;
  text-align: center;
  border-radius: 0.375rem;
}
.story_list_frame .txt_box {
  -ms-flex: auto;
      flex: auto;
  padding: 0.9375rem 1.25rem;
  margin: auto;
}
.story_list_frame .txt_box h3,
.story_list_frame .txt_box p,
.story_list_frame .txt_box textarea {
  font-family: inherit;
}
.story_list_frame .txt_box h3 {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  text-align: inherit;
  color: #000;
}
.story_list_frame .txt_box p {
  white-space: pre-wrap;
  word-break: break-all;
}
.story_list_frame .txt_box p,
.story_list_frame .txt_box textarea {
  font-size: 0.9285em;
  font-weight: 400;
  line-height: 1.6;
  text-align: inherit;
  color: #444;
  margin-top: 0.5rem;
}
.story_list_frame .txt_box textarea {
  overflow: hidden;
}
.story_list_frame.option_font--gothic {
  font-family: "Pretendard", sans-serif;
}
.story_list_frame.option_font--myeongjo {
  font-family: "NanumMyeongjo", sans-serif;
}
.story_list_frame.option_font--myeongjo .txt_box h3 {
  font-weight: 700;
}
.story_list_frame.option_font--myeongjo .txt_box p,
.story_list_frame.option_font--myeongjo .txt_box textarea {
  font-weight: 400;
}
.story_list_frame.option_font--handwriting {
  font-family: "Cafe24Dongdong", sans-serif;
}
.story_list_frame.option_font--handwriting .txt_box h3 {
  font-weight: 400;
}
.story_list_frame.option_font--handwriting .txt_box p,
.story_list_frame.option_font--handwriting .txt_box textarea {
  font-weight: 300;
}
.story_list_frame.option_size--small {
  font-size: 0.75rem;
}
.story_list_frame.option_size--medium {
  font-size: 0.875rem;
}
.story_list_frame.option_size--large {
  font-size: 1rem;
}
.story_list_frame.option_color--black .txt_box h3 {
  color: #000;
}
.story_list_frame.option_color--black .txt_box p,
.story_list_frame.option_color--black .txt_box textarea {
  color: #444;
}
.story_list_frame.option_color--white .txt_box h3,
.story_list_frame.option_color--white .txt_box p,
.story_list_frame.option_color--white .txt_box textarea {
  color: #fff;
}
.story_list_frame.option_align--left {
  text-align: left;
}
.story_list_frame.option_align--center {
  text-align: center;
}
.story_list_frame.option_align--right {
  text-align: right;
}

.pre_wrap {
  white-space: pre-wrap;
  word-break: break-all;
}

/* 방랑이가 남긴 이야기 팝업 이미지 슬라이드 */
.banglang_story_pop_slider_wrap {
  position: relative;
  width: calc(100% - 1.25rem);
  margin-right: auto;
  margin-left: auto;
}

.banglang_story_pop_slider figure {
  position: relative;
  display: block;
  margin: 0;
  height: 0;
  padding-bottom: 65.2%;
  overflow: hidden;
}
.banglang_story_pop_slider figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.banglang_story_pop_slider__nav {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1.875rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

/* icons */
i.ico_el {
  display: block;
  background-color: currentColor;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  background-size: 100% 100%;
}

i.ico_login {
  width: 1.25rem;
  height: 1.25rem;
  mask-image: url("/kh-heritage-archives/assets/img/common/ico_user.svg");
  -webkit-mask-image: url("/kh-heritage-archives/assets/img/common/ico_user.svg");
}

i.ico_button_prev_arrow {
  width: 1.5rem;
  height: 1.5rem;
  mask-image: url("/kh-heritage-archives/assets/img/common/ico_button_prev_arrow.svg");
  -webkit-mask-image: url("/kh-heritage-archives/assets/img/common/ico_button_prev_arrow.svg");
}

i.ico_button_next_arrow {
  width: 1.5rem;
  height: 1.5rem;
  mask-image: url("/kh-heritage-archives/assets/img/common/ico_button_next_arrow.svg");
  -webkit-mask-image: url("/kh-heritage-archives/assets/img/common/ico_button_next_arrow.svg");
}

i.ico_story_pencil {
  width: 1rem;
  height: 1rem;
  mask-image: url("/kh-heritage-archives/assets/img/common/ico_story_pencil.svg");
  -webkit-mask-image: url("/kh-heritage-archives/assets/img/common/ico_story_pencil.svg");
}

i.ico_prev_page_arrow {
  width: 1.5rem;
  height: 1.5rem;
  mask-image: url("/kh-heritage-archives/assets/img/common/ico_prev_page_arrow.svg");
  -webkit-mask-image: url("/kh-heritage-archives/assets/img/common/ico_prev_page_arrow.svg");
}

i.ico_search {
  width: 1rem;
  height: 1rem;
  mask-image: url("/kh-heritage-archives/assets/img/common/ico_search.svg");
  -webkit-mask-image: url("/kh-heritage-archives/assets/img/common/ico_search.svg");
}

.ico_download {
  width: 1.25rem;
  height: 1.25rem;
  mask-image: url("/kh-heritage-archives/assets/img/common/ico_download.svg");
  -webkit-mask-image: url("/kh-heritage-archives/assets/img/common/ico_download.svg");
}

.ico_share {
  width: 1.25rem;
  height: 1.25rem;
  mask-image: url("/kh-heritage-archives/assets/img/common/ico_share.svg");
  -webkit-mask-image: url("/kh-heritage-archives/assets/img/common/ico_share.svg");
}

.ico_calendar {
  width: 0.875rem;
  height: 0.875rem;
  mask-image: url("/kh-heritage-archives/assets/img/common/ico_calendar.svg");
  -webkit-mask-image: url("/kh-heritage-archives/assets/img/common/ico_calendar.svg");
}

.ico_modify {
  width: 0.75rem;
  height: 0.75rem;
  mask-image: url("/kh-heritage-archives/assets/img/common/ico_modify.svg");
  -webkit-mask-image: url("/kh-heritage-archives/assets/img/common/ico_modify.svg");
}

.ico_delete {
  width: 0.75rem;
  height: 0.8125rem;
  mask-image: url("/kh-heritage-archives/assets/img/common/ico_delete.svg");
  -webkit-mask-image: url("/kh-heritage-archives/assets/img/common/ico_delete.svg");
}

.ico_like {
  width: 0.875rem;
  height: 0.875rem;
  mask-image: url("/kh-heritage-archives/assets/img/common/ico_like.svg");
  -webkit-mask-image: url("/kh-heritage-archives/assets/img/common/ico_like.svg");
}

.btn_ico_like.on .ico_like {
  mask-image: url("/kh-heritage-archives/assets/img/common/ico_like_on.svg");
  -webkit-mask-image: url("/kh-heritage-archives/assets/img/common/ico_like_on.svg");
}

.ico_view {
  width: 0.875rem;
  height: 0.875rem;
  mask-image: url("/kh-heritage-archives/assets/img/common/ico_view.svg");
  -webkit-mask-image: url("/kh-heritage-archives/assets/img/common/ico_view.svg");
}

.ico_comment {
  width: 0.875rem;
  height: 0.875rem;
  mask-image: url("/kh-heritage-archives/assets/img/common/ico_comment.svg");
  -webkit-mask-image: url("/kh-heritage-archives/assets/img/common/ico_comment.svg");
}

.ico_cancel {
  width: 0.75rem;
  height: 0.75rem;
  mask-image: url("/kh-heritage-archives/assets/img/common/ico_cancel.svg");
  -webkit-mask-image: url("/kh-heritage-archives/assets/img/common/ico_cancel.svg");
}

.ico_apply {
  width: 0.75rem;
  height: 0.75rem;
  mask-image: url("/kh-heritage-archives/assets/img/common/ico_apply.svg");
  -webkit-mask-image: url("/kh-heritage-archives/assets/img/common/ico_apply.svg");
}

body.main #contents {
  padding: 10px 0 20px;
}

/* main section */
.main_section {
  padding: 30px 0;
}

/* section 01 */
.main_section.section01 {
  padding-top: 0;
}

.section01_head {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 0.9375rem;
  min-height: 12.125rem;
  text-align: center;
  padding: 1.875rem;
  color: #fff;
  background: url("/kh-heritage-archives/assets/img/main/bg_book.jpg") no-repeat center/cover;
  overflow: hidden;
}
.section01_head::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.section01_head .inbox {
  position: relative;
}

.count_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 0.25rem;
}

.section02_body {
  margin-top: 1.875rem;
}

.main_link_list {
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.main_link_list a {
  display: block;
  color: #000;
}
body.pc .main_link_list a:hover {
  color: #E82727;
}

body.mobile .main_link_list a:active {
  color: #E82727;
}

.main_link_list__item {
  -ms-flex: 1;
      flex: 1;
}
.main_link_list__img {
  display: block;
  margin: 0;
  padding: 0;
}
.main_link_list__img img {
  display: block;
  width: 70px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.main_link_list__img figcaption {
  display: block;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-top: 0.9375rem;
  color: inherit;
}

/* section 02 */
.main_section.section02 {
  border-top: 1px solid #ededed;
}

.main_tit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 0.625rem;
  margin-bottom: 0.9375rem;
}
.main_tit h2 {
  font-weight: 600;
  line-height: 1.2;
}
.main_tit h2 em {
  color: #E82727;
  font-weight: inherit;
  font-style: inherit;
}
.main_tit__link a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.3125rem;
  line-height: 1;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.1875rem 0;
  color: #444;
}
body.pc .main_tit__link a:hover {
  color: #E82727;
}

body.mobile .main_tit__link a:active {
  color: #E82727;
}

.main_tit__link a i.ico_link_arrow {
  width: 0.476em;
  height: 0.865em;
  mask-image: url("/kh-heritage-archives/assets/img/common/ico_link_arrow.svg");
  -webkit-mask-image: url("/kh-heritage-archives/assets/img/common/ico_link_arrow.svg");
}

.main_banglang_slider_wrap {
  position: relative;
}

.main_banglang_slider {
  position: relative;
  overflow: visible;
  width: 100%;
}
.main_banglang_slider .swiper-slide {
  height: auto;
  width: 20.625rem;
  max-width: 100%;
}
.main_banglang_slider .inbox {
  height: 100%;
}
.main_banglang_slider .inbox a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.9375rem;
  height: 100%;
  background-color: #fff;
  border-radius: 0.9375rem;
  -webkit-box-shadow: 0.25rem 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0.25rem 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.05);
  padding: 1.5625rem 1.25rem;
  color: #000;
}
body.pc .main_banglang_slider .inbox a:hover h3 {
  color: #E82727;
}

body.mobile .main_banglang_slider .inbox a:active h3 {
  color: #E82727;
}

.main_banglang_slider .inbox figure {
  font-size: 0;
  width: 40%;
  max-width: 5.3125rem;
  height: 7.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main_banglang_slider .inbox figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-box-shadow: 0.125rem 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0.125rem 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
}
.main_banglang_slider .inbox .txt_box {
  -ms-flex: auto;
      flex: auto;
}

.main_banglang_slider__nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20.625rem;
  max-width: 100%;
  height: 1.875rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  pointer-events: none;
}

/* section 03 */
.main_section.section03 {
  padding: 20px 0;
}

.main_national_heritage_slider {
  position: relative;
  overflow: visible;
  width: 100%;
}
.main_national_heritage_slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.main_national_heritage_slider .swiper-slide {
  height: auto;
  width: 16.25rem;
  max-width: 100%;
}
.main_national_heritage_slider .inbox {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --spacing: 0.25rem;
  }
}
@layer utilities {
  .\!mt-2 {
    margin-top: calc(var(--spacing) * 2) !important;
  }
  .\!mt-5 {
    margin-top: calc(var(--spacing) * 5) !important;
  }
  .\!mt-\[0\.625rem\] {
    margin-top: 0.625rem !important;
  }
  .\!mt-\[0\.875rem\] {
    margin-top: 0.875rem !important;
  }
}

/*# sourceMappingURL=main.css.map */
