@charset "UTF-8";
html {
  overflow-y: auto;
}

body {
  position: relative;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  min-width: 320px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.15;
  color: #222 !important;
}

#page-wrapper {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
}

.area {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1252px;
  padding-left: 26px;
  padding-right: 26px;
}
@media screen and (max-width: 991.98px) {
  .area {
    padding-left: 26px;
    padding-right: 26px;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #200b06;
  z-index: 999;
}
@media screen and (max-width: 991.98px) {
  #header {
    background-color: #210b06;
  }
}
#header .area {
  display: grid;
  align-items: center;
  column-gap: 47px;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  height: 82px;
}
@media screen and (max-width: 991.98px) {
  #header .area {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    height: 65px;
    padding-right: 26px;
    padding-left: 20px;
  }
}
#header .gnb {
  display: flex;
  align-items: center;
  gap: 50px;
  min-width: 0;
}
@media screen and (max-width: 991.98px) {
  #header .gnb {
    position: absolute;
    left: 0;
    z-index: 20;
    display: none;
    gap: 0;
    width: 100%;
    border-top: 1px solid rgba(241, 202, 168, 0.16);
    background-color: #200b06;
    text-align: center;
  }
}
#header .gnb a {
  color: #f1caa8;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 991.98px) {
  #header .gnb a {
    display: block;
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid rgba(241, 202, 168, 0.14);
    font-size: 14px;
  }
}
#header .gnb-right {
  justify-content: flex-start;
  gap: 42px;
  grid-column: 3;
}
@media screen and (max-width: 991.98px) {
  #header .gnb-right {
    gap: 0;
  }
}
#header .gnb-left {
  justify-content: flex-end;
  grid-column: 1;
}
@media screen and (max-width: 991.98px) {
  #header .gnb-left {
    top: 65px;
  }
}
@media screen and (max-width: 543.98px) {
  #header .gnb-left {
    top: 65px;
  }
}
@media screen and (max-width: 991.98px) {
  #header .gnb-right {
    top: 151px;
  }
}
@media screen and (max-width: 543.98px) {
  #header .gnb-right {
    top: 151px;
  }
}
#header .logo {
  flex: 0 0 auto;
  grid-column: 2;
}
@media screen and (max-width: 991.98px) {
  #header .logo img {
    width: 81px;
  }
}
#header .logo a {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-family: Gungsuh, "궁서", GmarketSans, "Pretendard Variable", "맑은 고딕", serif;
  font-weight: 700;
  line-height: 1;
}
#header .logo-stamp {
  display: none;
}
#header .logo-main {
  display: block;
  margin-right: 8px;
  font-size: 31px;
  white-space: nowrap;
}
@media screen and (max-width: 991.98px) {
  #header .logo-main {
    margin-right: 0;
    font-size: 38px;
  }
}
@media screen and (max-width: 543.98px) {
  #header .logo-main {
    font-size: 28px;
  }
}
#header .logo-sub {
  display: block;
  font-size: 31px;
  white-space: nowrap;
}
@media screen and (max-width: 991.98px) {
  #header .logo-sub {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  #header .logo-stamp {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    margin-top: 15px;
    margin-left: 3px;
    border: 1px solid #d93428;
    color: #d93428;
    font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
  }
}
@media screen and (max-width: 543.98px) {
  #header .logo-stamp {
    width: 11px;
    height: 11px;
    margin-top: 11px;
    margin-left: 2px;
    font-size: 6px;
  }
}
#header .menu-toggle {
  display: none;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  #header .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    width: 24px;
    height: 20px;
  }
}
@media screen and (max-width: 543.98px) {
  #header .menu-toggle {
    gap: 5px;
    width: 18px;
    height: 16px;
  }
}
#header .menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f1caa8;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
@media screen and (max-width: 543.98px) {
  #header .menu-toggle span {
    height: 2px;
  }
}
@media screen and (max-width: 991.98px) {
  #header.is-menu-open .gnb {
    display: flex;
    flex-direction: column;
  }
}
#header.is-menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
@media screen and (max-width: 543.98px) {
  #header.is-menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
}
#header.is-menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}
#header.is-menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
@media screen and (max-width: 543.98px) {
  #header.is-menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

#footer {
  padding: 166px 0 265px;
  background-color: #000000;
  color: #b8b8b8;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #footer {
    padding: 110px 0 280px;
  }
}
#footer .area {
  max-width: 1220px;
}
#footer .footer-title {
  margin-bottom: 31px;
  color: #bfbfbf;
  font-family: Gungsuh, "궁서", GmarketSans, serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 991.98px) {
  #footer .footer-title {
    margin-bottom: 18px;
    font-size: 34px;
  }
}
@media screen and (max-width: 543.98px) {
  #footer .footer-title {
    font-size: 29px;
  }
}
#footer .footer-title img {
  width: 420px;
}
@media screen and (max-width: 767.98px) {
  #footer .footer-title img {
    width: 202px;
  }
}
#footer .footer-info {
  color: #b9b9b9;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.18px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #footer .footer-info {
    font-size: 10px;
  }
}
#footer .footer-info .footer-company,
#footer .footer-info .footer-details {
  margin: 0;
}
#footer .footer-info .footer-company {
  font-size: inherit;
  font-weight: 700;
}
#footer .footer-info .footer-detail-row,
#footer .footer-info .footer-detail {
  display: flex;
  justify-content: center;
}
#footer .footer-info .footer-detail-row {
  gap: 0 8px;
}
#footer .footer-info .footer-detail {
  gap: 0.2em;
}
#footer .footer-info dt,
#footer .footer-info dd {
  margin: 0;
}
#footer .footer-info dt {
  font-weight: 700;
}
#footer .footer-info dd {
  font-weight: 400;
}
#footer .footer-info dt::after {
  content: ":";
}

.none {
  display: none !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

@media screen and (min-width: 375px) {
  .none-xs {
    display: none !important;
  }
}

@media screen and (min-width: 375px) {
  .block-xs {
    display: block !important;
  }
}

@media screen and (min-width: 544px) {
  .none-sm {
    display: none !important;
  }
}

@media screen and (min-width: 544px) {
  .block-sm {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .none-md {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .block-md {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .inline-block-md {
    display: inline-block !important;
  }
}

@media screen and (min-width: 992px) {
  .none-lg {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .block-lg {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  .none-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .block-xl {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .inline-block-lg {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1200px) {
  .inline-block-xl {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1440px) {
  .none-xxl {
    display: none !important;
  }
}

@media screen and (min-width: 1440px) {
  .block-xxl {
    display: block !important;
  }
}

@media screen and (min-width: 1600px) {
  .block-xxxl {
    display: block !important;
  }
}

@media screen and (min-width: 1300px) {
  .none-1300 {
    display: none !important;
  }
}

@media screen and (min-width: 1300px) {
  .block-1300 {
    display: block !important;
  }
}

@media screen and (max-width: 543.98px) {
  .sm-none {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .md-none {
    display: none;
  }
}

@media screen and (max-width: 991.98px) {
  .lg-none {
    display: none;
  }
}

@media screen and (max-width: 1199.98px) {
  .xl-none {
    display: none !important;
  }
}

@media screen and (max-width: 1439.98px) {
  .xxl-none {
    display: none !important;
  }
}

@media screen and (max-width: 1599.98px) {
  .xxxl-none {
    display: none !important;
  }
}

.a11y-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.text-ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* =================================================
            모달
================================================= */
.modal {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  box-sizing: border-box;
  padding: 20px;
  opacity: 0;
  /* 배경 (overlay 역할) */
}
.modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.modal.is-open {
  visibility: visible;
  opacity: 1;
}
.modal table table {
  width: 100%;
  margin-top: 5px;
  text-align: center;
  table-layout: fixed;
}
.modal table table th {
  background-color: #4e4e4e;
  color: #ffffff;
}
.modal table table th:not(:last-child) {
  border-right: 1px solid #dddddd;
}
.modal table table tr {
  border-top: 1px solid #dddddd;
}
.modal table table tr:last-child {
  border-bottom: 1px solid #dddddd;
}
.modal table table tr td:not(:last-child) {
  border-right: 1px solid #dddddd;
}

.modal-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  max-height: 70vh;
  padding: 35px 24px;
  border: 1px solid #dddddd;
  border-radius: 20px;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media screen and (max-width: 991.98px) {
  .modal-content {
    padding: 24px 16px;
  }
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 991.98px) {
  .modal-header {
    margin-bottom: 16px;
  }
}
.modal-header h2 {
  margin: 0;
  font-weight: 700;
}
.modal-header .modal-close {
  width: 24px;
  cursor: pointer;
}

.modal-body {
  overflow-y: auto;
  min-height: 200px;
  font-size: 14px;
  line-height: 1.6;
}

/* 열기 버튼 */
body.is-modal-open {
  overflow: hidden;
}

.detail-modal {
  position: fixed;
  inset: 0;
  z-index: 950;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  padding: 8px 36px;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
}
.detail-modal.is-open {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 991.98px) {
  .detail-modal {
    align-items: flex-start;
    padding: 56px 12px 0;
  }
}

.detail-modal-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1400px;
  max-height: calc(100vh - 200px);
  border-radius: 50px;
  background-color: #ffffff;
}
@media screen and (max-width: 991.98px) {
  .detail-modal-content {
    max-height: calc(100vh - 120px);
    border-radius: 28px;
  }
}

.detail-modal-scroll {
  overflow-y: auto;
  max-height: calc(100vh - 200px);
  padding: 70px 124px 95px;
}
@media screen and (max-width: 991.98px) {
  .detail-modal-scroll {
    max-height: calc(100vh - 120px);
    padding: 44px 20px 100px;
  }
}

.detail-close {
  position: absolute;
  top: 70px;
  right: 124px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.detail-close::before, .detail-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 5px;
  border-radius: 5px;
  background-color: #0056fb;
  transform-origin: center;
}
.detail-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.detail-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 991.98px) {
  .detail-close {
    inset: auto 0 0;
    width: 100%;
    height: 94px;
    background-color: #ffffff;
  }
  .detail-close::before, .detail-close::after {
    width: 30px;
    height: 4px;
  }
}

.detail-head {
  margin-bottom: 76px;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .detail-head {
    margin-bottom: 54px;
  }
}

.detail-subtitle {
  color: #666666;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 991.98px) {
  .detail-subtitle {
    font-size: 14px;
  }
}

.detail-head h2 {
  margin-top: 15px;
  color: #0056fb;
  font-family: "Paperozi", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  .detail-head h2 {
    margin-top: 10px;
    font-size: 40px;
  }
}

.detail-section:not(:last-child) {
  margin-bottom: 70px;
}
@media screen and (max-width: 991.98px) {
  .detail-section:not(:last-child) {
    margin-bottom: 40px;
  }
}
.detail-section h3 {
  margin-bottom: 28px;
  color: #111111;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  .detail-section h3 {
    margin-bottom: 18px;
    font-size: 24px;
  }
}

.detail-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 991.98px) {
  .detail-list {
    gap: 14px;
  }
}

.detail-row {
  display: grid;
  grid-template-columns: 210px 1fr;
  min-height: 78px;
  padding: 17px 30px;
  border: 1px solid #bfd1ff;
  border-radius: 10px;
  background-color: #f5f8ff;
}
@media screen and (max-width: 991.98px) {
  .detail-row {
    display: block;
    min-height: 0;
    padding: 13px 16px 15px;
    border-radius: 10px;
  }
}
.detail-row dt {
  place-self: baseline baseline;
  min-height: 42px;
  padding: 8px 18px;
  border-radius: 20px;
  background-color: #0056fb;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (max-width: 991.98px) {
  .detail-row dt {
    min-height: 28px;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 14px;
  }
}
.detail-row dd {
  padding-top: 5px;
  color: #111111;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
}
@media screen and (max-width: 991.98px) {
  .detail-row dd {
    margin-top: 9px;
    font-size: 14px;
  }
}

/*=================================================
            공통 요소
=================================================*/
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes swing {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
  75% {
    transform: rotate(-8deg);
  }
}