@charset "UTF-8";
/* ==========================================================================
   VARIABLES & MIXINS
   ========================================================================== */
/* --------------------------------------------------------
   [SECTION 1] 인트로 & 전문의 소개
   -------------------------------------------------------- */
.sub-content section.specialist-intro {
  padding: 6.25rem 0;
}
@media (max-width: 1024px) {
  .sub-content section.specialist-intro {
    padding: 4.5rem 1rem;
  }
}
@media (max-width: 768px) {
  .sub-content section.specialist-intro {
    padding: 3.13rem 1rem;
  }
}
@media (max-width: 768px) {
  .sub-content section.specialist-intro .desc {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.025rem;
  }
}
.sub-content section.specialist-intro .intro-wrap {
  padding-top: 4.37rem;
}
@media (max-width: 768px) {
  .sub-content section.specialist-intro .intro-wrap {
    padding-top: 1.88rem;
  }
}

/* --------------------------------------------------------
   [SECTION 2] 안전성 배너 (Full Banner)
   -------------------------------------------------------- */
.specialist-banner {
  margin-top: 0;
}

/* --------------------------------------------------------
   [SECTION 3] 안전성 카드 리스트 (Safe Cards)
   -------------------------------------------------------- */
.specialist-safe {
  padding: 6.25rem 0;
}
@media (max-width: 1024px) {
  .specialist-safe {
    padding: 4.5rem 1rem;
  }
}
@media (max-width: 768px) {
  .specialist-safe {
    padding: 3.13rem 1rem;
  }
}
.specialist-safe .safe-cards {
  display: flex;
  flex-direction: column;
  gap: 4.37rem;
}
@media (max-width: 768px) {
  .specialist-safe .safe-cards {
    gap: 1.88rem;
  }
}
.specialist-safe .safe-cards .safe-card {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.specialist-safe .safe-cards .safe-card .img-box {
  width: 50%;
  height: 28.125rem;
  position: relative;
}
.specialist-safe .safe-cards .safe-card .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}
.specialist-safe .safe-cards .safe-card .img-box .overlay {
  display: none;
}
.specialist-safe .safe-cards .safe-card .txt-box {
  width: 50%;
  padding: 2rem 6.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.specialist-safe .safe-cards .safe-card .txt-box h3 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 3rem */
  letter-spacing: -0.0625rem;
}
.specialist-safe .safe-cards .safe-card .txt-box p {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 2.0625rem */
  letter-spacing: -0.0375rem;
}
@media (max-width: 1024px) {
  .specialist-safe .safe-cards .safe-card {
    flex-direction: column;
    gap: 1.88rem;
  }
  .specialist-safe .safe-cards .safe-card .img-box {
    width: 100%;
  }
  .specialist-safe .safe-cards .safe-card .txt-box {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .specialist-safe .safe-cards .safe-card .img-box {
    height: auto;
  }
  .specialist-safe .safe-cards .safe-card .txt-box {
    gap: 0.88rem;
  }
  .specialist-safe .safe-cards .safe-card .txt-box h3 {
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 1.925rem */
    letter-spacing: -0.0625rem;
  }
  .specialist-safe .safe-cards .safe-card .txt-box p {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.025rem;
  }
}

/* ==========================================================================
   [SECTION 4] 당일 사랑니 발치 (Same Day) - 3개 섹션 분리
   ========================================================================== */
/* --------------------------------------------------------
   4-1. 인트로 (Hero)
   -------------------------------------------------------- */
.sameday-intro {
  padding: 6.25rem 0;
}
@media (max-width: 1024px) {
  .sameday-intro {
    padding: 4.5rem 1rem;
  }
}
@media (max-width: 768px) {
  .sameday-intro {
    padding: 3.13rem 1rem;
  }
}
.sameday-intro .content-box .main-img {
  width: 100%;
  border-radius: 0.625rem;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .sameday-intro .content-box .main-img {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 1.88rem;
  }
}
.sameday-intro .content-box .txt-wrap {
  margin: 0 auto;
}

/* 4-2. 원스톱 서비스 배너 (단독 섹션) */
.sameday-banner {
  margin-top: 0;
}
@media (max-width: 768px) {
  .sameday-banner .keywords {
    margin-top: 0.25rem;
  }
}

/* 4-3. 카드 리스트 섹션 (나머지) */
.sameday-types {
  padding: 6.25rem 0;
}
@media (max-width: 1024px) {
  .sameday-types {
    padding: 4.5rem 1rem;
  }
}
@media (max-width: 768px) {
  .sameday-types {
    padding: 3.13rem 1rem;
  }
}
.sameday-types .type-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.37rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1024px) {
  .sameday-types .type-grid {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .sameday-types .type-grid {
    gap: 0.87rem;
    margin-bottom: 1.87rem;
  }
}
.sameday-types .type-grid .type-card {
  width: calc((100% - 2.74rem) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.625rem;
}
@media (max-width: 1024px) {
  .sameday-types .type-grid .type-card {
    width: calc((100% - 4rem) / 3);
  }
}
@media (max-width: 768px) {
  .sameday-types .type-grid .type-card {
    width: 100%;
  }
}
.sameday-types .type-grid .type-card .img-frame {
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .sameday-types .type-grid .type-card .img-frame {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    text-align: left;
  }
}
.sameday-types .type-grid .type-card .img-frame img {
  border-radius: 0.625rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .sameday-types .type-grid .type-card .img-frame img {
    width: 12.5rem;
    margin-bottom: 0;
  }
}
.sameday-types .type-grid .type-card .img-frame .label {
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 3rem */
  letter-spacing: -0.0625rem;
  color: #639BA4;
}
@media (max-width: 1024px) {
  .sameday-types .type-grid .type-card .img-frame .label {
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 1.925rem */
    letter-spacing: -0.0625rem;
  }
}
@media (max-width: 768px) {
  .sameday-types .type-grid .type-card .img-frame .label {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 1.6875rem */
    letter-spacing: -0.05rem;
  }
}
.sameday-types .bottom-desc {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 2.0625rem */
  letter-spacing: -0.0375rem;
  text-align: center;
}
@media (max-width: 768px) {
  .sameday-types .bottom-desc {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.025rem;
  }
}