@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
/* ========================================
   Typography - Pretendard Font Styles (Mixins)
   ======================================== */
/* Tab Component */
.tab-guide .guide-title {
  font-family: Pretendard;
  font-size: 44px;
  font-weight: 200;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 2px solid #000000;
}
.tab-guide .tab-section {
  margin-bottom: 80px;
}
.tab-guide .tab-section .section-title {
  font-family: Pretendard;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 40px;
  color: #333;
}

.tab-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tab-container::-webkit-scrollbar {
  display: none;
}

.tab-item {
  flex: 1 1 0;
  background-color: #f5f5f5;
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 4px;
  text-decoration: none;
  width: 100%;
}
.tab-item:last-child {
  border-right: 1px solid #d4d4d4;
}
.tab-item.active {
  background-color: #ffffff;
  border-bottom: none;
}
.tab-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  text-align: center;
}
.tab-item span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.5px;
  color: #0b0b0b;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .tab-container {
    overflow-x: auto;
  }
  .tab-item {
    flex: 1 1 0;
  }
  .tab-container:has(> .tab-item:nth-child(5)) {
    position: relative;
  }
  .tab-container:has(> .tab-item:nth-child(5))::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #d4d4d4;
    z-index: 0;
    pointer-events: none;
  }
  .tab-container:has(> .tab-item:nth-child(5)) .tab-item {
    flex: 0 0 120px;
    border-bottom: none;
  }
  .tab-container:has(> .tab-item:nth-child(5)) .tab-item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #d4d4d4;
    z-index: 1;
    pointer-events: none;
  }
  .tab-container:has(> .tab-item:nth-child(5)) .tab-item.active {
    z-index: 2;
  }
  .tab-container:has(> .tab-item:nth-child(5)) .tab-item.active::after {
    background-color: #ffffff;
    z-index: 2;
    pointer-events: none;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .tab-container {
    overflow-x: auto;
  }
  .tab-item {
    flex: 1 1 0;
  }
  .tab-container:has(> .tab-item:nth-child(5)) {
    position: relative;
  }
  .tab-container:has(> .tab-item:nth-child(5))::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #d4d4d4;
    z-index: 0;
    pointer-events: none;
  }
  .tab-container:has(> .tab-item:nth-child(5)) .tab-item {
    flex: 0 0 120px;
    border-bottom: none;
  }
  .tab-container:has(> .tab-item:nth-child(5)) .tab-item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #d4d4d4;
    z-index: 1;
    pointer-events: none;
  }
  .tab-container:has(> .tab-item:nth-child(5)) .tab-item.active {
    z-index: 2;
  }
  .tab-container:has(> .tab-item:nth-child(5)) .tab-item.active::after {
    background-color: #ffffff;
    z-index: 2;
    pointer-events: none;
  }
}
/* Secondary Tab Component */
.tab-secondary-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #ffffff;
}

.tab-secondary-wrapper {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 100%;
}

.tab-secondary-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.5px;
  color: #0b0b0b;
  white-space: nowrap;
}

.tab-secondary-divider {
  width: 1px;
  height: 8px;
  background-color: #d4d4d4;
  flex-shrink: 0;
}

.tab-secondary-box {
  flex: 1;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tab-secondary-box::-webkit-scrollbar {
  display: none;
}

.tab-secondary-list {
  display: flex;
  gap: 8px;
  align-items: center;
}

.tab-secondary-item {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  gap: 10px;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  height: 38px;
}
.tab-secondary-item.active {
  background-color: #000000;
}
.tab-secondary-item.active span {
  color: #ffffff;
}
.tab-secondary-item:not(.active) {
  background-color: transparent;
}
.tab-secondary-item:not(.active) span {
  color: #9f9f9f;
}
.tab-secondary-item span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.5px;
}

@media (max-width: 767px) {
  .tab-secondary-container {
    padding: 20px 0;
    gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .tab-secondary-container {
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  .tab-secondary-container {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .tab-secondary-container {
    padding: 0;
  }
}
.tab-secondary-section {
  margin: 32px 0;
}
