@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: 1720px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 991.98px) {
  .area {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#header {
  padding: 44px 0;
}
@media screen and (max-width: 991.98px) {
  #header {
    padding: 22px 0;
  }
}
#header .area {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  #header .area {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#header .logo {
  width: 231px;
}
@media screen and (max-width: 991.98px) {
  #header .logo {
    width: 138px;
  }
}
#header .tel {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #e4edff;
  background-color: #0056fb;
  border-radius: 18px;
  padding: 8px 12px;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  #header .tel {
    font-size: 16px;
    padding: 7px 10px 7px 8px;
    border-radius: 15px;
    gap: 3px;
  }
}
#header .tel img {
  width: 29px;
  height: 29px;
}
@media screen and (max-width: 991.98px) {
  #header .tel img {
    width: 19px;
    height: 19px;
  }
}
#header .info {
  margin-top: auto;
  margin-left: 20px;
  font-size: 16px;
  color: #656769;
  line-height: 1.3;
}
@media screen and (max-width: 991.98px) {
  #header .info {
    margin-top: 10px;
    font-size: 12px;
    order: 3;
    width: 100%;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 374.98px) {
  #header .info {
    font-size: 3.2085561497vw;
  }
}
#header .info .bold {
  font-weight: 600;
}
@media screen and (max-width: 991.98px) {
  #header .info .bold {
    margin-right: 15px;
  }
}

#footer {
  padding: 60px 0 230px;
  background-color: #fff;
  color: #999999;
  line-height: 1.55;
}
@media screen and (max-width: 991.98px) {
  #footer {
    padding: 28px 0 75px;
  }
}
#footer .area {
  max-width: 1220px;
}
#footer .footer-info-wrap {
  margin-bottom: 58px;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  #footer .footer-info-wrap {
    margin-bottom: 38px;
  }
}
#footer .footer-info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 0;
  color: #5b5e5f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
  margin-left: -24px;
}
@media screen and (max-width: 991.98px) {
  #footer .footer-info {
    font-size: 14px;
    margin-left: -15px;
    margin-bottom: 3px;
  }
}
#footer .footer-info li {
  display: inline-flex;
  align-items: center;
}
#footer .footer-info li::before {
  content: "";
  width: 1px;
  height: 15px;
  margin: 0 12px;
  background-color: #999999;
}
@media screen and (max-width: 991.98px) {
  #footer .footer-info li::before {
    height: 11px;
    margin: 0 8px;
  }
}
#footer .footer-notice {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 991.98px) {
  #footer .footer-notice {
    font-size: 12px;
  }
}
#footer .footer-notice p {
  margin: 0;
}
#footer .footer-notice .footer-url {
  color: #000;
}
#footer .footer-link {
  display: inline-block;
  margin-top: 34px;
  color: #0056fb;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 7px;
}
@media screen and (max-width: 991.98px) {
  #footer .footer-link {
    margin-top: 28px;
    font-size: 14px;
  }
}

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

.modal-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 600px;
  max-height: 70vh;
  padding: 35px 24px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ddd;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
}
@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 {
  font-weight: 700;
  margin: 0;
}
.modal-header .modal-close {
  width: 24px;
  cursor: pointer;
}

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

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

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

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

.detail-modal-scroll {
  max-height: calc(100vh - 200px);
  padding: 70px 124px 95px;
  overflow-y: auto;
}
@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;
  left: 50%;
  top: 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 {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 94px;
    background-color: #fff;
  }
  .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: #666;
  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: #111;
  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 {
  align-self: baseline;
  justify-self: 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: #111;
  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);
  }
}