@charset "UTF-8";
/* ==========================================================================
   VARIABLES & MIXINS
   ========================================================================== */
/* ==========================================================================
   [SECTION 1] 치근단절제술 (Apicectomy) - 분리된 섹션 스타일
   ========================================================================== */
.apicectomy-banner {
  margin-top: 0;
}
@media (max-width: 768px) {
  .apicectomy-banner {
    margin-top: 0;
  }
}
.apicectomy-banner small {
  letter-spacing: -0.0375rem;
}
@media (max-width: 768px) {
  .apicectomy-banner small {
    letter-spacing: 0.0625rem;
  }
}

.apicectomy-info {
  padding: 6.25rem 0;
  display: flex;
  flex-direction: column;
  gap: 4.38rem;
}
@media (max-width: 1024px) {
  .apicectomy-info {
    padding: 4.5rem 1rem;
  }
}
@media (max-width: 768px) {
  .apicectomy-info {
    padding: 3.13rem 1rem;
  }
}
@media (max-width: 768px) {
  .apicectomy-info {
    gap: 3.12rem;
  }
}
.apicectomy-info .top_text {
  text-align: center;
}
.apicectomy-info .top_text p {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 2.0625rem */
  letter-spacing: -0.0375rem;
}
@media (max-width: 768px) {
  .apicectomy-info .top_text p {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.025rem;
  }
}

.apicectomy-cases .cases-list .grid-layout {
  display: flex;
  align-items: stretch;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .apicectomy-cases .cases-list .grid-layout {
    flex-direction: column;
    align-items: stretch;
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .apicectomy-cases .cases-list .grid-layout {
    max-width: none;
    background-color: #97b6bb;
  }
}
.apicectomy-cases .cases-list .treatment-img {
  flex: 1;
}
@media (max-width: 1024px) {
  .apicectomy-cases .cases-list .treatment-img {
    height: 400px;
    overflow: hidden;
  }
  .apicectomy-cases .cases-list .treatment-img img.pc-only {
    display: none !important;
  }
  .apicectomy-cases .cases-list .treatment-img img.mo-only {
    display: block;
    width: 100%;
  }
}
.apicectomy-cases .cases-list .tit-row {
  flex: 1;
  color: #fff;
  background-color: #97b6bb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.5rem;
  padding: 3.44rem 6.25rem;
}
@media (max-width: 1024px) {
  .apicectomy-cases .cases-list .tit-row {
    align-items: center;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .apicectomy-cases .cases-list .tit-row {
    padding: 1.87rem 1rem;
    border-radius: 0;
    width: 100%;
    background-color: transparent;
  }
}
.apicectomy-cases .cases-list .tit-row .list-box {
  display: flex !important;
  flex-direction: column;
  gap: 0.62rem;
  width: 46.5625rem;
}
.apicectomy-cases .cases-list .tit-row .list-box.mo-only {
  display: none !important;
}
@media (max-width: 768px) {
  .apicectomy-cases .cases-list .tit-row .list-box {
    width: 100%;
  }
  .apicectomy-cases .cases-list .tit-row .list-box.pc-only {
    display: none !important;
  }
  .apicectomy-cases .cases-list .tit-row .list-box.mo-only {
    display: flex !important;
  }
}
.apicectomy-cases .cases-list .tit-row .list-box .item {
  background: #fff;
  border-radius: 50px;
  padding: 0.62rem 0 0.62rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.apicectomy-cases .cases-list .tit-row .list-box .item .num-circle {
  background: #97b6bb;
  color: #fff;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 2.0625rem */
  letter-spacing: -0.0375rem;
  flex-shrink: 0;
}
.apicectomy-cases .cases-list .tit-row .list-box .item p {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 2.0625rem */
  letter-spacing: -0.0375rem;
  color: #212323;
}
.apicectomy-cases .cases-list .tit-row .list-box .item p span {
  color: #639BA4;
}
@media (max-width: 768px) {
  .apicectomy-cases .cases-list .tit-row .list-box .item {
    gap: 0.25rem;
    padding: 0.5rem 0.62rem;
  }
  .apicectomy-cases .cases-list .tit-row .list-box .item .num-circle {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.025rem;
  }
  .apicectomy-cases .cases-list .tit-row .list-box .item p {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.025rem;
  }
}

.apicectomy-steps .step-process .grid-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.37rem;
}
@media (max-width: 1024px) {
  .apicectomy-steps .step-process .grid-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .apicectomy-steps .step-process .grid-box {
    gap: 1.88rem 0.88rem;
  }
}
.apicectomy-steps .step-process .grid-box .step-item {
  display: flex;
  flex-direction: column;
}
.apicectomy-steps .step-process .grid-box .step-item .img-frame {
  position: relative;
  width: 100%;
}
.apicectomy-steps .step-process .grid-box .step-item .img-frame img {
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
}
.apicectomy-steps .step-process .grid-box .step-item .img-frame h3 {
  position: absolute;
  top: 100%;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 2.0625rem */
  letter-spacing: -0.0375rem;
  color: #fff;
  background-color: #97b6bb;
  border-radius: 100%;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .apicectomy-steps .step-process .grid-box .step-item .img-frame h3 {
    bottom: 0.81rem;
    left: 0.56rem;
    top: unset;
    transform: none;
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.025rem;
  }
}
.apicectomy-steps .step-process .grid-box .step-item .txt-frame {
  text-align: center;
  margin-top: 2.8rem;
}
@media (max-width: 768px) {
  .apicectomy-steps .step-process .grid-box .step-item .txt-frame {
    margin-top: 0.88rem;
  }
}
.apicectomy-steps .step-process .grid-box .step-item .txt-frame .step-desc {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 2.0625rem */
  letter-spacing: -0.0375rem;
}
.apicectomy-steps .step-process .grid-box .step-item .txt-frame .step-desc span.pc-only {
  display: inline-block !important;
}
@media (max-width: 768px) {
  .apicectomy-steps .step-process .grid-box .step-item .txt-frame .step-desc {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.025rem;
  }
  .apicectomy-steps .step-process .grid-box .step-item .txt-frame .step-desc span.pc-only {
    display: none !important;
  }
}

.apicectomy-hint {
  margin-top: 0;
}

/* --------------------------------------------------------
   [SECTION 2] MTA 신경치료
   -------------------------------------------------------- */
.mta-section {
  padding: 6.25rem 0;
}
@media (max-width: 1024px) {
  .mta-section {
    padding: 4.5rem 1rem;
  }
}
@media (max-width: 768px) {
  .mta-section {
    padding: 3.13rem 1rem;
  }
}
@media (max-width: 768px) {
  .mta-section .big-visual {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.green-bar {
  margin-top: 0;
}

/* --------------------------------------------------------
   [SECTION 3] 잇몸치료 (Gum Treatment)
   -------------------------------------------------------- */
.gum-section {
  padding: 6.25rem 0;
  display: flex;
  flex-direction: column;
  gap: 4.38rem;
}
@media (max-width: 1024px) {
  .gum-section {
    padding: 4.5rem 1rem;
  }
}
@media (max-width: 768px) {
  .gum-section {
    padding: 3.13rem 1rem;
  }
}
@media (max-width: 768px) {
  .gum-section {
    gap: 3.12rem;
  }
}
.gum-section .top_text {
  text-align: center;
}
.gum-section .top_text p {
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 2.4375rem */
  letter-spacing: -0.05rem;
}
@media (max-width: 768px) {
  .gum-section .top_text p {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 1.6875rem */
    letter-spacing: -0.05rem;
  }
}
.gum-section .tooth-banner {
  position: relative;
}
.gum-section .tooth-banner .bg-img {
  overflow: hidden;
}
.gum-section .tooth-banner .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .gum-section .tooth-banner .bg-img {
    height: 25rem;
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.gum-section .tooth-banner .txt-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 87.5rem;
  color: #fff;
}
.gum-section .tooth-banner .txt-content .eng {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 2.0625rem */
  letter-spacing: 0.125rem;
}
@media (max-width: 768px) {
  .gum-section .tooth-banner .txt-content .eng {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: 0.0625rem;
  }
}
.gum-section .tooth-banner .txt-content h2 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 3.5rem */
  letter-spacing: -0.09375rem;
  margin: 0.25rem 0 1.25rem;
}
@media (max-width: 768px) {
  .gum-section .tooth-banner .txt-content h2 {
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 2.625rem */
    letter-spacing: -0.09375rem;
  }
}
.gum-section .tooth-banner .txt-content p {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 2.0625rem */
  letter-spacing: -0.0375rem;
}
@media (max-width: 768px) {
  .gum-section .tooth-banner .txt-content p {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.025rem;
  }
}
.gum-section .stage-list .grid-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.37rem;
  justify-content: center;
}
@media (max-width: 1024px) {
  .gum-section .stage-list .grid-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 768px) {
  .gum-section .stage-list .grid-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.88rem 0.87rem;
  }
}
.gum-section .stage-list .grid-wrap .stage-card {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}
@media (max-width: 768px) {
  .gum-section .stage-list .grid-wrap .stage-card {
    gap: 0.88rem;
  }
}
.gum-section .stage-list .grid-wrap .stage-card .img-area {
  position: relative;
}
.gum-section .stage-list .grid-wrap .stage-card .img-area .thumb {
  border-radius: 0.625rem;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.gum-section .stage-list .grid-wrap .stage-card .img-area .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gum-section .stage-list .grid-wrap .stage-card .txt-area {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .gum-section .stage-list .grid-wrap .stage-card .txt-area {
    gap: 0.88rem;
  }
}
.gum-section .stage-list .grid-wrap .stage-card .txt-area .badge {
  background-color: #97b6bb;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.19rem 0.94rem;
  border-radius: 62.5rem;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  .gum-section .stage-list .grid-wrap .stage-card .txt-area .badge {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 1.6875rem */
    letter-spacing: -0.05rem;
  }
}
.gum-section .stage-list .grid-wrap .stage-card .txt-area .cond {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 2.0625rem */
  letter-spacing: -0.0375rem;
}
@media (max-width: 768px) {
  .gum-section .stage-list .grid-wrap .stage-card .txt-area .cond {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.025rem;
  }
}
.gum-section .stage-list .grid-wrap .stage-card .txt-area .method {
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 2.4375rem */
  letter-spacing: -0.05rem;
  color: #639BA4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.gum-section .stage-list .grid-wrap .stage-card .txt-area .method svg {
  width: 1.125rem;
}
@media (max-width: 768px) {
  .gum-section .stage-list .grid-wrap .stage-card .txt-area .method {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 1.6875rem */
    letter-spacing: -0.05rem;
  }
}