@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
/* ========================================
   Typography - Pretendard Font Styles (Mixins)
   ======================================== */
/* Entrance Page */
.entrance-page {
  margin: 0 auto;
}
.entrance-page .info-box {
  background-color: #f5f5f5;
  padding: 24px 20px;
  margin-bottom: 40px;
}
.entrance-page .info-box .info-box-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.entrance-page .info-box {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.5px;
  color: #000000;
}
@media (min-width: 1280px) {
  .entrance-page .info-box {
    padding: 0px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .entrance-page {
    margin-top: 100px;
    margin-bottom: 120px;
    max-width: calc(100% - 32px);
  }
  .entrance-page .container-sub-title {
    font-family: Pretendard;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .entrance-page .container-sub-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .entrance-page {
    margin-top: 100px;
    margin-bottom: 120px;
    min-width: 688px;
    max-width: min(960px, 100% - 80px);
  }
  .entrance-page .container-sub-title {
    font-family: Pretendard;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .entrance-page .container-sub-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .entrance-page {
    margin-top: 120px;
    margin-bottom: 240px;
    width: 1080px;
  }
  .entrance-page .container-sub-title {
    font-family: Pretendard;
    font-size: 44px;
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .entrance-page .container-sub-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}

/* Entrance Header */
.entrance-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.entrance-title {
  font-family: Pretendard;
  font-size: 44px;
  font-weight: 200;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #000000;
}

/* Entrance Info Box */
.entrance-info-box {
  background-color: #f5f5f5;
  padding: 40px;
  margin-bottom: 120px;
}

.entrance-info-row {
  display: flex;
  gap: 20px;
}
.entrance-info-row.entrance-info-row-contact {
  display: flex;
  justify-content: space-between;
  gap: 0;
}

.entrance-info-label {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.5px;
  color: #000000;
  width: 120px;
  flex-shrink: 0;
}

.entrance-info-text {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.5px;
  color: #000000;
  flex: 1;
}

.entrance-info-content {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.entrance-info-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.entrance-info-location {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.5px;
  color: #000000;
  min-width: 40px;
  flex-shrink: 0;
  font-weight: 400;
}

.entrance-info-address {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.5px;
  color: #606060;
  flex: 1;
}

.entrance-info-number {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.5px;
  color: #606060;
  flex: 1;
}

.entrance-info-divider {
  display: flex;
  flex-direction: column;
  margin: 16px 0;
}
.entrance-info-divider::before {
  content: "";
  height: 1px;
  background-color: #e1e1e1;
  width: 100%;
}
.entrance-info-divider::after {
  content: "";
  height: 1px;
  background-color: #ffffff;
  width: 100%;
}

.entrance-contact-group {
  display: flex;
  gap: 20px;
  flex: 1;
  max-width: 50%;
}

/* Entrance Tabs */
.entrance-tabs {
  margin-bottom: 40px;
}

.entrance-secondary-tab {
  padding: 32px 0;
}

/* Entrance Content */
.entrance-content {
  display: flex;
  flex-direction: column;
}

.entrance-section {
  margin-bottom: 200px;
}
.entrance-section:last-child {
  margin-bottom: 0;
}

.entrance-section-title {
  font-family: Pretendard;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #000000;
  margin-bottom: 20px;
}

/* Entrance Tables */
.entrance-tables {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.entrance-table-wrapper {
  display: flex;
  flex-direction: column;
}

.entrance-table-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}

.entrance-table-title {
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.5px;
  color: #000000;
}

.entrance-table-note {
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  color: #767676;
}

.entrance-table {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #9f9f9f;
}

.entrance-table-row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #efefef;
}

.entrance-table-label {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.5px;
  color: #000000;
  background-color: rgba(245, 245, 245, 0.4);
  width: 140px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #efefef;
  flex-shrink: 0;
  text-align: center;
}

.entrance-table-content {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.5px;
  color: #000000;
  padding: 30px 40px;
  flex: 1;
  display: flex;
  align-items: center;
}
.entrance-table-content p {
  margin: 0;
  line-height: 1.6;
}

/* 반응형 - Tablet */
@media (min-width: 768px) and (max-width: 1279px) {
  .entrance-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .entrance-header .btn {
    width: 120px;
  }
  .entrance-title {
    font-family: Pretendard;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .tab-secondary-item span {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.5px;
  }
  .entrance-info-box {
    padding: 24px 20px;
    margin-bottom: 80px;
  }
  .entrance-info-row {
    flex-direction: column;
    gap: 8px;
  }
  .entrance-info-row.entrance-info-row-contact {
    flex-direction: column;
    gap: 16px;
  }
  .entrance-info-label {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.5px;
    width: auto;
  }
  .entrance-info-text {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.5px;
  }
  .entrance-info-content {
    max-width: none;
  }
  .entrance-info-item {
    width: 100%;
    justify-content: space-between;
  }
  .entrance-info-location {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.5px;
    min-width: 36px;
  }
  .entrance-info-address {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.5px;
  }
  .entrance-info-number {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.5px;
    flex: 1;
    text-align: right;
  }
  .entrance-info-divider {
    margin: 16px 0;
  }
  .entrance-contact-group {
    flex-direction: column;
    gap: 8px;
    max-width: none;
  }
  .entrance-tabs {
    margin-bottom: 40px;
  }
  .entrance-secondary-tab {
    padding: 32px 0;
  }
  .entrance-section-title {
    font-family: Pretendard;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.5px;
  }
  .entrance-tables {
    gap: 60px;
  }
  .entrance-table-title {
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.5px;
  }
  .entrance-table-header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
  }
  .entrance-table-label {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.5px;
    width: 80px;
    padding: 20px;
    border-right: 1px solid #efefef;
    border-bottom: none;
  }
  .entrance-table-content {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.5px;
    padding: 30px 16px;
  }
  .entrance-table-content .btn {
    width: 100px;
  }
}
/* 반응형 - Mobile */
@media (max-width: 767px) {
  .entrance-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .entrance-header .btn {
    width: 120px;
  }
  .entrance-title {
    font-family: Pretendard;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .entrance-info-box {
    padding: 24px 20px;
    margin-bottom: 80px;
  }
  .tab-secondary-item span {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.5px;
  }
  .entrance-info-row {
    flex-direction: column;
    gap: 8px;
  }
  .entrance-info-row.entrance-info-row-contact {
    flex-direction: column;
    gap: 16px;
  }
  .entrance-info-label {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.5px;
    width: auto;
  }
  .entrance-info-text {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.5px;
  }
  .entrance-info-content {
    max-width: none;
  }
  .entrance-info-item {
    width: 100%;
    justify-content: space-between;
  }
  .entrance-info-location {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.5px;
    min-width: 36px;
  }
  .entrance-info-address {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.5px;
  }
  .entrance-info-number {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.5px;
    flex: 1;
    text-align: right;
  }
  .entrance-info-divider {
    margin: 16px 0;
  }
  .entrance-contact-group {
    flex-direction: column;
    gap: 8px;
    max-width: none;
  }
  .entrance-tabs {
    margin-bottom: 40px;
  }
  .entrance-secondary-tab {
    padding: 16px 0;
  }
  .entrance-section-title {
    font-family: Pretendard;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.5px;
  }
  .entrance-tables {
    gap: 60px;
  }
  .entrance-table-header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 20px;
  }
  .entrance-table-title {
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.5px;
  }
  .entrance-table-note {
    font-family: Pretendard;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .entrance-table-label {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.5px;
    width: 80px;
    padding: 20px;
    border-right: 1px solid #efefef;
    border-bottom: none;
  }
  .entrance-table-content {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.5px;
    padding: 30px 16px;
  }
  .entrance-table-content .btn {
    width: 100px;
  }
}
.tablet-mobile-aside-btn-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  border-top: 1px solid #efefef;
  width: 100%;
  background-color: white;
  z-index: 100;
  display: flex;
  flex-direction: row;
  gap: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .tablet-mobile-aside-btn-wrapper {
    padding: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .tablet-mobile-aside-btn-wrapper {
    padding: 16px 40px;
  }
}
@media (min-width: 1280px) {
  .tablet-mobile-aside-btn-wrapper {
    flex-direction: column;
    gap: 0px;
    border-top: none;
    padding: 0;
    width: 104px;
    bottom: unset;
    left: unset;
    right: 0;
    top: 224px;
  }
}
.tablet-mobile-aside-btn-wrapper .aside-btn {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #d4d4d4;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    color: #000000;
    display: block;
    text-align: center;
}
@media (min-width: 1280px) {
  .tablet-mobile-aside-btn-wrapper .aside-btn {
      display: flex;
      flex-direction: column;
      gap: 4px;
      font-size: 14px;
      padding: 20px 0;
      border: 1px solid #efefef;
      border-right: none;
      white-space: nowrap;
      border-top: none;
  }
  .tablet-mobile-aside-btn-wrapper .aside-btn:first-child {
    border-top: 1px solid #efefef;
  }
}

/* Footer Layout */
.footer-layout {
  padding-bottom: 0;
}
