/* 모집요강 */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
/* ========================================
   Typography - Pretendard Font Styles (Mixins)
   ======================================== */
.title-position-center {
  display: flex;
  justify-content: center !important;
}

.fixed-btn {
  max-width: 128px;
}

.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: 100px;
    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;
  }
}

.tab-line-list {
  display: flex;
  gap: 24px;
  padding-top: 32px;
  border-bottom: 1px solid #efefef;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tab-line-list::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .tab-line-list {
    margin-right: -16px;
  }
}
.tab-line-list .tab-line-item {
  white-space: nowrap;
  padding: 0 5px 16px 5px;
  cursor: pointer;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.5px;
  color: #9f9f9f;
}
.tab-line-list .tab-line-item.active {
  color: #000000;
  border-bottom: 1px solid #000000;
}

.tab-secondary-list {
  padding: 24px 0 32px 0;
  overflow-x: auto;

  /* 스크롤바 숨기기 */
  -ms-overflow-style: none;  /* IE, Edge */
  scrollbar-width: none;  /* Firefox */
}

.tab-secondary-list::-webkit-scrollbar {
    display: none;  /* Chrome, Safari */
}

.body-img-container {
  margin-top: 40px;
}
.body-img-container .body-img-desktop {
  display: none;
}
@media (min-width: 1280px) {
  .body-img-container .body-img-desktop {
    display: block;
    width: 100%;
  }
}
.body-img-container .body-img-tablet {
  display: none;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .body-img-container .body-img-tablet {
    display: block;
    width: 100%;
  }
}
.body-img-container .body-img-mobile {
  display: none;
}
@media (max-width: 767px) {
  .body-img-container .body-img-mobile {
    display: block;
    width: 100%;
  }
}

.footer-layout {
    padding-bottom: 0;
}

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

.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%;
}
/* 반응형 - 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: 0;
  }
  .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;
  }

}

section h2.wait-complete {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    font-weight: 300;
    margin: 32px auto;
}