@font-face {
  font-family: "NanumSquare Neo Latin";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../font/NanumSquareNeoTTF-aLt.woff") format("woff");
  unicode-range: U+0000-00FF, U+0100-024F, U+2000-206F, U+20A0-20CF;
}

@font-face {
  font-family: "NanumSquare Neo Latin";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../font/NanumSquareNeoTTF-bRg.woff") format("woff");
  unicode-range: U+0000-00FF, U+0100-024F, U+2000-206F, U+20A0-20CF;
}

@font-face {
  font-family: "NanumSquare Neo Latin";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("../font/NanumSquareNeoTTF-cBd.woff") format("woff");
  unicode-range: U+0000-00FF, U+0100-024F, U+2000-206F, U+20A0-20CF;
}

@font-face {
  font-family: "NanumSquare Neo Latin";
  font-style: normal;
  font-weight: 800;
  font-display: block;
  src: url("../font/NanumSquareNeoTTF-dEb.woff") format("woff");
  unicode-range: U+0000-00FF, U+0100-024F, U+2000-206F, U+20A0-20CF;
}

@font-face {
  font-family: "NanumSquare Neo Latin";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../font/NanumSquareNeoTTF-eHv.woff") format("woff");
  unicode-range: U+0000-00FF, U+0100-024F, U+2000-206F, U+20A0-20CF;
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 100 900;
  font-display: block;
  src: url("../font/PretendardVariable.woff2") format("woff2");
}

:root {
  --font-latin: "NanumSquare Neo Latin", "Pretendard", "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-ko: "NanumSquare Neo Latin", "Pretendard", "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-num: "NanumSquare Neo Latin", "Pretendard", "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body,
input,
textarea,
select,
button {
  font-family: var(--font-latin) !important;
  font-synthesis: none;
}

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

.img-cover,
.hero__video,
.biz-card__img,
.ov-photo img,
.gr-band img,
.gr-body img,
.loc-main img,
.loc-card img,
[class*="__media"] img,
[class*="__photo"] img,
[class*="__thumb"] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[style*="background-image"],
[class*="bg"],
[class*="visual"],
.hero,
.hs-hero,
.gr-band,
.loc-visual {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.page-intro__title {
    margin-top: 24px;
}

.ats-login-msg {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  padding: 7px 12px;
  border-radius: 0 0 0 8px;
  background: rgba(0, 0, 0, .72);
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}

.ats-login-msg a {
  margin-left: 8px;
  color: #fff;
  text-decoration: underline;
}

.ats-board-wrap {
  width: min(1180px, calc(100% - 48px));
  min-height: 46vh;
  margin: 150px auto 90px;
}

.ats-page-title {
  margin: 0 0 34px;
  color: #111;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.18;
}

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

.inquiry-form,
.inquiry-view {
  color: #111;
}

.inquiry-form__grid,
.inquiry-view__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.inquiry-field,
.inquiry-field--full {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.inquiry-field--full {
  grid-column: 1 / -1;
}

.inquiry-field label,
.inquiry-view dt {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.inquiry-field input,
.inquiry-field select,
.inquiry-field textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background: #fff;
  color: #111;
  font-size: 16px;
}

.inquiry-field textarea {
  min-height: 220px;
  padding: 16px;
  line-height: 1.65;
  resize: vertical;
}

.inquiry-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 28px;
}

.inquiry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.inquiry-btn--secondary {
  background: #fff;
  color: #111;
}

.inquiry-view__grid {
  padding: 28px 0;
  border-top: 2px solid #111;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}

.inquiry-view dt {
  margin-bottom: 8px;
}

.inquiry-view dd {
  min-height: 26px;
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.65;
}

.inquiry-view__content {
  grid-column: 1 / -1;
  padding-top: 10px;
}

.page-inquiry #container {
  position: relative;
  height: auto !important;
  margin: 20px auto 120px;
  font-size: 1em;
  zoom: 1;
}

@media (max-width: 1024px) {
  .ats-board-wrap {
    width: min(100% - 32px, 1180px);
    margin-top: 110px;
  }

  .inquiry-form__grid,
  .inquiry-view__grid {
    grid-template-columns: 1fr;
  }

  .inquiry-actions {
    flex-direction: column-reverse;
  }

  .inquiry-btn {
    width: 100%;
  }
}

.ats-inquiry-wrap {
      width: min(calc(100% - (var(--gutter) * 2)), var(--layout-max));
    max-width: var(--layout-max);
  margin: 65px auto 155px;
}

.page-inquiry .ats-page-title {
  display: none;
}

.page-inquiry .inquiry-form,
.page-inquiry .inquiry-list,
.page-inquiry .inquiry-view {
  color: #1b1b1f;
}

.inquiry-kind {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 34px;
  padding: 0;
  margin: 0 0 36px;
  border: 0;
}

.inquiry-form__title,
.inquiry-kind legend,
.inquiry-list__head h2 {
  margin: 0 0 26px;
  color: #202026;
  font-size: 26px;
  font-weight: 800;
}

.inquiry-radio {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #29292e;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.inquiry-radio input {
  appearance: none;
  width: 22px;
  height: 22px;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 5px #fff;
}

.inquiry-radio input:checked {
  border-color: #d9d9d9;
  background: #0b4b9a;
}

.page-inquiry .inquiry-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 45px;
  row-gap: 38px;
}

.page-inquiry .inquiry-field {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-inquiry .inquiry-field--full {
  grid-column: 1 / -1;
}

.page-inquiry .inquiry-field label:not(.inquiry-file):not(.inquiry-file-delete) {
  color: #202026;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}

.page-inquiry .inquiry-field label span {
  color: #104b9d;
}

.page-inquiry .inquiry-field input,
.page-inquiry .inquiry-field textarea,
.page-inquiry .inquiry-file {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: #f8f8f8;
  color: #1b1b1f;
  font-size: 16px;
}

.page-inquiry .inquiry-field input,
.page-inquiry .inquiry-file {
  height: 62px;
  padding: 0 28px;
}

.page-inquiry .inquiry-field input::placeholder,
.page-inquiry .inquiry-field textarea::placeholder,
.page-inquiry .inquiry-file span {
  color: #9c9c9c;
}

.page-inquiry .inquiry-file {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}

.page-inquiry .inquiry-file input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.inquiry-file-delete {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #777;
  font-size: 14px;
}

.page-inquiry .inquiry-field textarea {
  min-height: 240px;
  padding: 26px 28px;
  line-height: 1.6;
  resize: vertical;
}

.inquiry-privacy {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 68px;
  margin: 26px 0 22px;
  padding: 0 18px;
  background: #f8f8f8;
  color: #202026;
  font-size: 16px;
}

.inquiry-privacy input {
  appearance: none;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid #d6d6d6;
  background: #fff;
}

.inquiry-privacy input:checked {
  background: #104b9d;
  box-shadow: inset 0 0 0 6px #fff;
}

.inquiry-privacy a {
  font-weight: 700;
}

.inquiry-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 24px;
}

.inquiry-captcha {
  min-height: 76px;
}

.page-inquiry .inquiry-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin: 0;
}

.inquiry-submit,
.page-inquiry .inquiry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 176px;
  min-height: 54px;
  padding: 0 28px;
  border: 2px solid #0b3368;
  border-radius: 999px;
  background: #fff;
  color: #0b3368;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
}

.inquiry-submit b {
  font-size: 30px;
  font-weight: 400;
  line-height: .8;
}

.page-inquiry .inquiry-btn {
  min-width: 112px;
  min-height: 46px;
  font-size: 15px;
}

.page-inquiry .inquiry-btn:not(.inquiry-btn--secondary) {
  background: #0b3368;
  color: #fff;
}

.inquiry-list__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.inquiry-list__head h2 {
  margin: 0;
}

.inquiry-list__head p {
  margin: 0;
  color: #777;
  font-size: 15px;
}

.inquiry-list__table {
  overflow-x: auto;
  border-top: 2px solid #111;
}

.inquiry-list table {
  width: 100%;
  border-collapse: collapse;
  min-width: 920px;
}

.inquiry-list caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.inquiry-list th,
.inquiry-list td {
  padding: 18px 14px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  font-size: 15px;
}

.inquiry-list th {
  color: #111;
  font-weight: 800;
}

.inquiry-list td {
  color: #333;
}

.inquiry-list__row {
  cursor: pointer;
  transition: background-color .2s ease;
}

.inquiry-list__row:hover,
.inquiry-list__row:focus-visible {
  background-color: #f5f7fa;
}

.inquiry-list__row:focus-visible {
  outline: 2px solid #0b4b9a;
  outline-offset: -2px;
}

.inquiry-list td a {
  font-weight: 700;
}

.inquiry-list__empty {
  height: 140px;
  text-align: center !important;
  color: #999 !important;
}

.inquiry-list__actions {
  margin-top: 30px !important;
}

.inquiry-view__head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.inquiry-view__head h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.3;
}

.inquiry-view__head p {
  margin: 8px 0 0;
  color: #777;
}

.inquiry-file-link {
  display: inline-flex;
  gap: 8px;
  color: #0b3368;
  font-weight: 700;
}

.inquiry-file-link span {
  color: #888;
  font-weight: 400;
}

@media (max-width: 1200px) {

}

@media (max-width: 1024px) {
  .ats-inquiry-wrap {
    /* width: min(100% - 32px, 1000px); */
  }

  .ats-inquiry-wrap {
    margin-top: 44px;
    margin-bottom: 90px;
  }

  .page-inquiry .inquiry-form__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .page-inquiry .inquiry-field label:not(.inquiry-file):not(.inquiry-file-delete) {
    font-size: 20px;
  }

  .inquiry-privacy {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 18px;
  }

  .inquiry-bottom {
    grid-template-columns: 1fr;
  }

  .page-inquiry #captcha_mp3,
  .page-inquiry #captcha_audio,
  .page-inquiry .inquiry-captcha audio,
  .contact__captcha-widget #captcha_mp3,
  .contact__captcha-widget #captcha_audio,
  .contact__captcha-widget audio {
    display: none !important;
  }

  .page-inquiry .inquiry-actions,
  .inquiry-list__head,
  .inquiry-view__head {
    flex-direction: column;
    align-items: stretch;
  }

  .inquiry-submit {
    width: 100%;
  }
}

/* Sitemap navigation */
.hdr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 70;
  width: 100%;
  padding: clamp(12px, 1.1979vw, 23px) 0 0;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}

.hdr__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - (var(--gutter) * 2)), var(--layout-max));
  max-width: var(--layout-max);
  margin-inline: auto;
}

.hdr__logo {
  display: block;
  flex: 0 0 auto;
}

.hdr__logo img {
  width: clamp(118px, 10.1378vw, 195px);
  height: auto;
  object-fit: contain;
}

.hdr__nav {
  display: flex;
  align-items: center;
  gap: 0;
}

.hdr__menu {
  display: flex;
  align-items: center;
  gap: clamp(26px, 2.6042vw, 50px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.hdr__item {
  position: relative;
}

.hdr__link {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  color: #fff;
  font-size: clamp(12.5px, 1.0417vw, 20px);
  font-weight: 900;
  line-height: 2.4;
  text-decoration: none;
  white-space: nowrap;
}

.hdr--scrolled {
  background-color: rgba(4, 18, 44, 0.94);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
  padding-top: clamp(8px, 0.5208vw, 10px);
  padding-bottom: clamp(8px, 0.5208vw, 10px);
}

.hdr__menu-btn {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hdr__menu-btn::before,
.hdr__menu-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.hdr__menu-btn img {
  display: block;
  filter: invert(1);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.hdr__menu-btn[aria-expanded="true"] img {
  opacity: 0;
  transform: scale(0.7);
}

.hdr__menu-btn[aria-expanded="true"]::before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg);
}

.hdr__menu-btn[aria-expanded="true"]::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.page-board .hdr:not(.hdr--scrolled) .hdr__link {
  color: #000;
}

.page-board .hdr:not(.hdr--scrolled) .hdr__menu-btn img {
  filter: none;
}

.hdr__item--has .hdr__link::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  display: none;
}

.hdr__submenu {
  position: absolute;
  top: calc(100% - 4px);
  left: 50%;
  min-width: 218px;
  margin: 0;
  padding: 12px 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(2, 37, 98, 0.12);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  visibility: hidden;
}

.hdr__item:hover .hdr__submenu,
.hdr__item:focus-within .hdr__submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.hdr__sublink {
  display: block;
  padding: 10px 18px;
  color: #111 !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
}

.hdr__sublink:hover,
.hdr__sublink:focus {
  background: rgba(16, 75, 157, 0.08);
  color: #104b9d !important;
}

.idx-menu {
  position: fixed;
  inset: 0;
  z-index: 60;
  padding: 24px;
  background: rgba(2, 12, 30, 0.96);
}

.idx-menu[hidden] {
  display: none !important;
}

.idx-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 72px;
}

.idx-menu__top,
.idx-menu__group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
  padding: 6px 8px;
}

.idx-menu__group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.idx-menu__group summary {
  cursor: pointer;
  list-style: none;
}

.idx-menu__group summary::-webkit-details-marker {
  display: none;
}

.idx-menu__group summary::after {
  content: "+";
  flex: 0 0 auto;
  margin-left: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

.idx-menu__group[open] summary::after {
  content: "-";
}

.idx-menu__subnav {
  display: grid;
  gap: 2px;
  padding: 0 0 14px 18px;
}

.idx-menu__subnav a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  padding: 7px 8px;
}

.idx-menu__subnav a:hover,
.idx-menu__subnav a:focus,
.idx-menu__top:hover,
.idx-menu__top:focus {
  color: #fff;
}

@media (max-width: 1024px) {
  .hdr {
    padding: 18px 0 0;
  }

  .hdr--scrolled {
    padding: 8px 0;
  }

  .hdr__inner {
    width: calc(100% - (var(--gutter) * 2));
  }

  .hdr__logo img {
    width: 118px;
  }

  .hdr__nav {
    display: none;
  }

  .hdr__menu {
    display: none;
  }

  .hdr__menu-btn {
    display: inline-flex;
  }
}
