/* --------------------- general */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@font-face {
  font-family: "BMDOHYEON";
  src: url("https://cdn.jsdelivr.net/gh/wizfile/font/BMDOHYEON.eot");
  src: url("https://cdn.jsdelivr.net/gh/wizfile/font/BMDOHYEON.woff")
    format("woff");
  font-style: normal;
}
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");

:root {
}

body {
  font-family: "Pretendard";
}

span.swiper-notification {
  display: none;
}

.fa-phone:before,
.fa-youtube:before {
  display: none;
}

/* --------------------- header */
/* -------- navigation */

.nav-container {
  width: 100%;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  background: #0000000f;
  transition: all 0.3s ease-in-out;
}

.nav-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.nav_bar {
  font-size: 16px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px;
}

.logo {
  flex: 0 0 auto;
}

.logo img {
  max-width: 100px;
}

.nav-bar .nav {
  text-align: center;
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}

.nav-menu {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  gap: 30px;
}

.menu__item.depth-1 {
  position: relative;
}

.menu__item.depth-1 .menu__link {
  position: relative;
  height: 60px;
  padding: 0 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap !important;
  transition: all 0.3s ease-in-out;
}

.menu__item.depth-1 .menu__link:hover {
  color: #00bc9e;
  font-weight: 600;
}

.menu__submenu {
  padding: 2.8rem 0.3125rem 5.625rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
}

.menu__veil {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #ddd;
  height: 535px;
}

.menu__veil.active {
  display: block;
}

.menu__item.depth-1.active .menu__submenu {
  display: block;
}

.menu__submenu .menu__item.depth-2 a.menu__link {
  display: block;
  font-size: 1.0625em;
  color: #555;
  font-weight: 400;
  word-break: keep-all;
  padding: 0 0.5em;
  line-height: 1.3;
  height: 50px;
}

.menu__submenu .menu__item.depth-2 a.menu__link:hover {
  color: #00bc9e;
  font-weight: 400;
}

.nav-container.scroll {
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.nav-container.scroll .menu__item.depth-1 .menu__link {
  color: #292929;
  transition: all 0.3s ease-in-out;
}
/* 스크롤 시 로고 색상 변경 (흰색 → 검정) */
.nav-container .logo img {
  transition: filter 0.3s ease-in-out;
}
.nav-container.scroll .logo img {
  filter: brightness(0) saturate(100%);
}
/* -------- main banner */

header .main-banner {
}
header .main-banner .swiper {
}
header .main-banner .mainBanner {
}

.swiper-pagination-main.swiper-pagination-bullets {
  bottom: 70px;
  left: 50%;
  width: 100%;
  position: relative;
  z-index: 100;
  transform: translateX(-2%);
}
.swiper-pagination-main .swiper-pagination-bullet {
  width: 20px;
  height: 8px;
  display: inline-block;
  border-radius: 5px;
  background: #d7d7d7;
  opacity: 0.5;
}

.swiper-pagination-main .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
  width: 40px;
  border-radius: 5px;
}

header .main-banner .slider-txt {
  position: absolute;
  top: 23%;
  left: 8%;
  z-index: 100;
}

header .main-banner .slider-txt.second-slide {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  text-align: center;
}

.numbers {
  padding-top: 80px;
}

.numbers ul {
  display: flex;
  justify-content: space-evenly;
}

.numbers .slide-txt {
  font-size: 40px;
  opacity: 0.9;
}

.numbers .num {
  font-size: 35px;
}

span.count {
  font-size: 65px;
  font-weight: 600;
  opacity: 1;
}

header .main-banner .slider-txt h2 {
  font-family: "BMDOHYEON";
  font-size: 85px;
}
header .main-banner .slider-txt h2 span {
  color: #00d9b6;
}
header .main-banner .slider-txt h3 {
  font-size: 48px;
  font-weight: 700;
  color: #00bc9e;
  padding: 20px 0 13px;
}
header .main-banner .slider-txt p {
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
}

header .main-banner .mainBanner .swiper-wrapper {
}
header .main-banner .mainBanner .swiper-wrapper .swiper-slide {
}
header .main-banner .mainBanner .swiper-wrapper .swiper-slide .text {
  display: none;
}

/* -------- hero header (new design) */
.hero-header {
  background: #e8ddd0;
  padding: 140px 0 120px;
  min-height: 900px;
  display: flex;
  align-items: center;
}

.hero-header .container {
  max-width: 1280px;
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}

.hero-wrapper {
  display: grid;
  grid-template-columns: 52fr 48fr; /* 좌측 콘텐츠 영역 확장으로 태그 1줄 확보 */
  gap: 60px;
  align-items: center;
}

/* Left Content Area */
.hero-content {
  padding: 0;
}

.hero-subtitle {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: #9d8b7a;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.hero-title {
  font-family: "BMDOHYEON";
  font-size: 72px;
  line-height: 1.3;
  color: #53473E;
  margin-bottom: 32px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.hero-description {
  font-size: 18px;
  line-height: 1.8;
  color: #53473E;
  margin-bottom: 42px;
  font-weight: 400;
}

/* CTA Buttons */
.hero-cta {
  display: flex;
  gap: 10px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
  padding: 16px 32px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.btn-primary {
  background: #5a4632;
  color: #ffffff;
  border: 2px solid #5a4632;
}

.btn-primary:hover {
  background: #4a3622;
  border-color: #4a3622;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(90, 70, 50, 0.25);
}

.btn-secondary {
  background: transparent;
  color: #5a4632;
  border: 2px solid #5a4632;
}

.btn-secondary:hover {
  background: #5a4632;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(90, 70, 50, 0.2);
}

/* Feature Tags */
.hero-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-tags .tag {
  padding: 10px 20px;
  background: #ffffff;
  border-radius: 22px;
  font-size: 13px;
  color: #5a4632;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Right Image Area */
.hero-image {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* 데스크탑에서는 태그 줄바꿈 방지로 한 줄 유지 */
@media screen and (min-width: 1025px) {
  .hero-tags {
    flex-wrap: nowrap;
  }
}

.before-after-container {
  position: relative;
  width: 100%;
  max-width: 500px;
}

.comparison-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  display: block;
}

.divider-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  height: 75%;
  background: linear-gradient(
    to bottom,
    transparent,
    #ffffff 15%,
    #ffffff 85%,
    transparent
  );
  z-index: 10;
}

.comparison-label {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
  z-index: 11;
  pointer-events: none;
}

.comparison-label span {
  background: #ffffff;
  padding: 6px 14px;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 700;
  color: #5a4632;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.5px;
}

.label-bottom {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  color: #7a6a5a;
  white-space: nowrap;
  text-align: center;
}

/* -------- floating */
header .floating-banner {
  position: fixed;
  background: #ffffff;
  top: 72%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 9999;
  border-radius: 40px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
header .floating-banner .container {
}
header .floating-banner .container .wrapper {
  padding: 10px;
}
header .floating-banner .container .wrapper .item {
  padding: 17px 0;
}

header .floating-banner .container .wrapper .item:nth-child(2) {
  border-top: 1px solid rgb(203, 203, 203);
  border-bottom: 1px solid rgb(203, 203, 203);
}

header .floating-banner .container .wrapper .item a {
}

header .floating-banner .container .wrapper .item a img {
  width: 57px;
  height: 57px;
}

/* -------- 상담 */

.reservation-banner {
  position: fixed;
  bottom: -100px;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: bottom 0.3s;
}
.reservation-banner .container {
}
.reservation-banner .container .wrapper {
}
.reservation-banner .container .wrapper .toggle_btn {
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  width: 25rem;
  background-color: #00bc9e;
  margin: 0 auto;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  padding: 0.6875rem;
  text-align: center;
}
.reservation-banner .container .wrapper .form {
  display: flex;
  background-color: #00bc9e;
  width: 100%;
  color: #fff;
  padding: 25px 0;
  justify-content: center;
  gap: 30px;
}

.reservation-banner .container .wrapper .form span {
  font-size: 40px;
  font-weight: 700;
}

.reservation-banner .container .wrapper .form input {
  background: #fff;
  color: #393838;
  border-radius: 20px;
  align-self: center;
  padding: 10px;
  font-size: 20px;
  width: unset;
}

.reservation-banner .container .wrapper .form input::placeholder {
  color: #aeaeae;
}

.reservation-banner .container .wrapper .form div {
  align-self: center;
}

.reservation-banner .container .wrapper .form div label {
  font-size: 20px;
}
.reservation-banner .container .wrapper .form .reserve-btn {
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  background-color: #222;
  border-radius: 20px;
  padding: 4px 30px;
  letter-spacing: 3px;
}
.reservation-banner.on {
  bottom: 0;
}
/* --------------------- section main */

section .container {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px;
  overflow: hidden;
}

/* Section heading styles */
section .container .wrapper .section-subtitle {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #00d9b6;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

section .container .wrapper .section-title {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #333;
}

section .container .wrapper .section-description {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #666;
  margin-bottom: 75px;
  line-height: 1.6;
}

section .container .wrapper h2 {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}

section .container .wrapper h2 span {
  color: #000000;
}

/* custom: Why section typography */
section .container .wrapper h2 .why-title {
  display: block;
  font-family: 'Pretendard', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  color: #000000;
}

/* Review section title */
section .container .wrapper h2 .review-title {
  display: block;
  text-align: center;
  font-family: 'ABeeZee', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 59px;
  color: #019982;
  width: 100%;
}

/* Review section subtitle */
section .container .wrapper h2 .review-sub {
  display: block;
  margin-top: 8px;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.7;
}

section .container .wrapper h2 .review-sub strong {
  font-weight: 600;
}

/* Before After Section */
.before-after-section {
  text-align: center;
  margin: 60px 0;
}

.ba-images {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 20px;
}

.ba-image {
  position: relative;
  max-width: 350px;
}

.ba-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.ba-label {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 30px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 600;
  color: white;
}

.before-label {
  background: #666;
}

.after-label {
  background: #3ca89a;
}

.ba-note {
  color: #999;
  font-size: 13px;
  margin-top: 15px;
}

/* Review Cards */
.review-cards {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 900px;
  margin: 40px auto;
  padding: 100px 20px;
}

.review-card {
  background: #f5f5f5;
  border: 2px solid #d0d0d0;
  border-radius: 20px;
  padding: 35px 40px;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  transition: all 0.5s ease;
  transform: scale(1);
  transform-origin: center center;
  position: relative;
}

.review-card.active {
  background: #e0f7f4 !important;
  border-color: #3ca89a !important;
  transform: scale(1.2) !important;
  box-shadow: 0 8px 25px rgba(60, 168, 154, 0.3) !important;
  z-index: 10 !important;
}

.review-avatar {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-content {
  flex: 1;
}

.review-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
}

.review-text {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
}

.review-text strong {
  font-weight: 600;
  color: #000;
}

section .container .wrapper h2 .why-sub {
  display: block;
  margin-top: 15px;
  padding-bottom: 75px;
  font-family: 'Pretendard', sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
  text-align: center;
  color: #000000;
  opacity: 0.8;
}

section .container .wrapper h2 .why-sub strong {
  font-weight: 600;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: unset;
}

/* --------------------- section cards */

section .container .wrapper .cards {
  display: flex;
  justify-content: center;
  gap: 40px;
}
section .container .wrapper .cards .card {
  border-radius: 20px;
  overflow: hidden;
  width: 320px;
}
section .container .wrapper .cards .card .card-img {
  width: 320px;
  height: 320px;
  background: #F7F7F7;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

section .container .wrapper .cards .card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section .container .wrapper .cards .card .first-card {
  background-image: url("../../assets/images/navigation/section6-01.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

section .container .wrapper .cards .card .second-card {
  background-image: url("../../assets/images/navigation/section6-02.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section .container .wrapper .cards .card .third-card {
  background-image: url("../../assets/images/navigation/section6-03.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

section .container .wrapper .cards .card .fourth-card {
  background-image: url("../../assets/images/navigation/section6-04.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

section .container .wrapper .cards .card .card-txt {
  width: 320px;
  height: 192px;
  color: #fff;
  padding: 20px 30px 0;
  background: #019982;
  box-sizing: border-box;
}

section .container .wrapper .cards .card .card-txt h5 {
  opacity: 0.75;
  font-family: 'Pretendard', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 5px;
}
section .container .wrapper .cards .card .card-txt h5 span {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
section .container .wrapper .cards .card .card-txt h3 {
  font-family: 'Pretendard', sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
  margin: 0 0 5px 0;
}
section .container .wrapper .cards .card .card-txt p {
  font-family: 'Pretendard', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  padding-top: 5px;
}

/* --------------------- section diamond */

section.diamond {
  background: url("../../assets/images/tooth-bg.jpg") no-repeat center, #FFFFFF;
  padding: 0 130px;
  isolation: isolate;
  position: relative;
  overflow: hidden;
}

section.diamond .container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}

section.diamond .diamond-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

section.diamond .diamond-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 63px 0;
  gap: 20px;
  width: 998px;
  flex-shrink: 0;
}

section.diamond .diamond-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 30px;
  gap: 30px;
  width: 100%;
  max-width: 998px;
  height: 106px;
  background: #FFFFFF;
  border-radius: 194px;
  box-sizing: border-box;
}

section.diamond .diamond-item .title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  min-width: 420px;
  height: 62px;
  background: #393838;
  border-radius: 40px;
  font-family: 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
  box-sizing: border-box;
}

section.diamond .diamond-item .txt {
  font-family: 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 33px;
  color: #029A83;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
}

section.diamond .diamond-right {
  position: absolute;
  right: -50px;
  top: -20px;
  z-index: 2;
}

section.diamond .diamond-right img {
  width: 650px;
  height: auto;
  display: block;
  background-blend-mode: hard-light;
}

/* --------------------- section tab */

section.tab-section,
section.doctor-section {
  background-image: url("../assets/images/tab-bg.jpg");
  overflow: hidden;
}

section.doctor-section .container .wrapper h2 {
  padding-bottom: 15px;
}
section.doctor-section .container .wrapper h5 {
  font-size: 32px;
  font-weight: 300;
  padding-bottom: 75px;
  text-align: center;
  opacity: 0.8;
}
section.doctor-section .container .wrapper h5 span {
  font-weight: 600;
}
/* Стили для вкладок */
section .container .wrapper .tabs {
  display: flex;
  cursor: pointer;
}
section .container .wrapper .tabs .tab {
  padding: 10px 20px;
  background-color: #3a3a3a;
  color: #fff;
  font-size: 30px;
  width: calc(100% / 3);
  text-align: center;
  padding: 30px 0;
}

section .container .wrapper .tabs .tab:nth-child(1) {
  border-top-left-radius: 18px;
}
section .container .wrapper .tabs .tab:nth-child(3) {
  border-top-right-radius: 18px;
}
section .container .wrapper .tabs .tab:hover {
  background-color: #019982;
}
section .container .wrapper .tabs .tab.active {
  background-color: #00bc9e;
  font-weight: 600;
}

section .container .wrapper .tab-content {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 0 0 5px 5px;
  display: none;
}
section .container .wrapper .tab-content.active {
  display: block;
}

section .container .wrapper .tab-content {
  background-color: #fff;
  height: 500px;
  background-color: #fff;
  height: 500px;
  padding: 90px 80px;
  justify-content: center;
  letter-spacing: -1px;
}

section .container .wrapper #tab1 {
  background-image: url("../assets/images/tab1.png");
  background-position: center right 50px;
  background-repeat: no-repeat;
  background-size: auto;
}
section .container .wrapper #tab2 {
  background-image: url("../assets/images/tab2.png");
  background-position: center right 50px;
  background-repeat: no-repeat;
  background-size: auto;
}
section .container .wrapper #tab3 {
  background-image: url("../assets/images/tab3.png");
  background-position: center right 50px;
  background-repeat: no-repeat;
  background-size: auto;
}

section .container .wrapper .tab-content .tab-txt h3 {
  font-size: 44px;
  font-weight: 700;
}
section .container .wrapper .tab-content .tab-txt h3 span {
  color: #00d8b5;
}
section .container .wrapper .tab-content .tab-txt p {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  padding: 30px 0;
}
section .container .wrapper .tab-content .tab-txt .btn {
  margin-top: 30px;
}
section .container .wrapper .tab-content .tab-txt .btn a {
  font-size: 24px;
  padding: 8px 30px;
  background: #393838;
  color: #fff;
  border-radius: 40px;
}

/* --------------------- section review slider */

.reviews {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

.reviews .thumb-slide {
  width: 46%;
  max-height: 535px;
  overflow: hidden;

  /* background: rgb(107, 88, 88) */
}

.reviews .thumb-slide .swiper-container {
  height: 535px;
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
  border-radius: 20px;
}

.reviews .thumb-slide .swiper-container .swiper-wrapper .swiper-slide {
  background: #fafafa;
  transform: scale(1.1);
  border-bottom: 1px solid #ddd;
}

.reviews .thumb-slide .swiper-container .swiper-wrapper .swiper-slide-active {
  border: 3px solid #00d9b6;
  background: #e2fcf9;
  border-radius: 20px;
  transform: scale(1.2);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 10px;
  z-index: 5;
}

.reviews .thumb-slide .swiper-container .swiper-wrapper .swiper-slide-next {
  /* margin-top: 1.5rem; */
  /* border-bottom: 1px solid black; */
  z-index: 4;
}

.reviews .main-slide {
  width: 59%;
}

.reviews .main-slide .swiper-container {
  min-height: 560px;
}

.reviews .main-slide .message.gray {
  text-align: center;
  color: #919191;
  font-size: 1.1em;
  padding: 5px 0;
}

.swiper-slide .review-img,
.swiper-slide .slide-content {
  display: flex;
}

.swiper-slide .slide-content {
  align-items: anchor-center;
  /* border: 1px solid black */

  gap: 2.375rem;
  padding: 1.3125rem 1.5rem;
  cursor: pointer;

  height: 100%;
}

.swiper-slide-active .slide-content {
  padding: 2rem 1.8rem;
}

.reviews
  .thumb-slide
  .swiper-container
  .swiper-wrapper
  .swiper-slide-next
  .slide-content {
  padding-top: 3rem;
}

/* ------ thumb slider slide css */
.reviews
  .thumb-slide
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .slide-content
  .icon {
  background: #efefef;
  border-radius: 50%;
}

.reviews
  .thumb-slide
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .slide-content
  .icon
  img {
  width: 80px;
  height: 80px;
}

.reviews
  .thumb-slide
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .slide-content
  .txt
  .review {
  display: none;
}

.reviews
  .thumb-slide
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .slide-content
  .txt
  .title {
  font-weight: 300;
  font-size: 20px;
}

/* ------ thumb slider active slide css */

.reviews
  .thumb-slide
  .swiper-container
  .swiper-wrapper
  .swiper-slide-active
  .slide-content
  .icon {
  background: #00d9b6;
}

.reviews
  .thumb-slide
  .swiper-container
  .swiper-wrapper
  .swiper-slide-active
  .slide-content
  .icon
  img {
  width: 100px;
  height: 100px;
}

.reviews
  .thumb-slide
  .swiper-container
  .swiper-wrapper
  .swiper-slide-active
  .slide-content
  .txt
  .review {
  display: block;
  font-size: 23px;
  font-weight: 600;
}

.reviews
  .thumb-slide
  .swiper-container
  .swiper-wrapper
  .swiper-slide-active
  .slide-content
  .txt
  .title {
  padding-bottom: 10px;
}

/* ------ main slider slide css */

.swiper-slide .review-img {
  gap: 1.5rem;
  padding-top: 20px;
  cursor: pointer;
}

.swiper-slide .review-img .before {
  padding-top: 6px;
  transform: scale(0.97);
  overflow: hidden;
}

.swiper-slide .review-img .after {
  transition: 50ms all;
  overflow: hidden;
}

.swiper-slide .review-img .before img,
.swiper-slide .review-img .after img {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.swiper-slide .review-img .after:hover img {
  border: 5px solid #00d9b6;
  transition: 50ms all;
}

.swiper-slide .review-img .before .txt,
.swiper-slide .review-img .after .txt {
  font-size: 1.5rem;
  /* line-height: 3.4375rem; */
  color: #fff;
  width: 100%;
  text-align: center;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  background: rgb(2, 154, 131);
  padding: 0.2rem 0 0.6rem;
}

.swiper-slide .review-img .after .txt {
  font-weight: 600;
  background: #00d9b6;
}

/* ------ review slider popup */

.popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1000;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: 250ms all;
}

.popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: 1s all;
}

.pc-popup-container {
  transform: translateY(-50%);
  transition: 500ms all;
  position: relative;
  width: 40%;
  margin: 2em auto;
  top: 50%;
  padding: 40px;
  background: #fff;
  border-radius: 01em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.popup-wrapper {
  display: flex;
}

.popup-content {
  width: 90%;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25vh; /* Центрирование по вертикали */
  width: 100%;
  gap: 60px;
}

.popup-content .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #00897b;
  width: 33.3%;
  position: relative;
}
.popup-content .item .icon {
  font-size: 48px;
  margin-bottom: 8px;
}
.item .icon img {
  width: 100px;
  height: 100px;
}

.popup-content .item .title {
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 1.3rem;
}
.popup-content .item .value {
  color: #333;
  font-size: 1.3rem;
  padding: 4px 0;
}

.popup-content .item:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  color: black;
  background: #d9d9d9;
  left: -17%;
  top: 45%;
}
.popup-content .item:first-child:before {
  display: none;
}

.is-visible .pc-popup-container {
  transition: 250ms all;
}

.pc-popup-container .popup-close {
  position: absolute;
  top: 10px;
  font-size: 0;
  right: 10px;
  width: 40px;
  height: 40px;
}

.pc-popup-container .popup-close::before,
.pc-popup-container .popup-close::after {
  content: "";
  position: absolute;
  top: 18px;
  width: 25px;
  height: 3px;
  background-color: #8f9cb5;
}

.pc-popup-container .popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 7px;
}

.pc-popup-container .popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

.pc-popup-container .popup-close:hover:before,
.pc-popup-container .popup-close:hover:after {
  background-color: #35a785;
  transition: 300ms all;
}

/* --------------------- section doctors */

section .container .wrapper .doctors {
}
section .container .wrapper .doctors ul.doctors-list {
  display: flex;
  gap: 5px;
}
section .container .wrapper .doctors ul.doctors-list .doctor {
  width: calc(100% / 5);
  height: 540px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
  transform: scale(0.9);
  transition: all 200ms ease-in-out;
  position: relative;
  opacity: 0.8;
}

section .container .wrapper .doctors ul.doctors-list .doctor:hover {
  opacity: 1;
  transform: scale(1);
  border: 3px solid #009981;
  transition: all 200ms ease-in-out;
}

section .container .wrapper .doctors ul.doctors-list .doctor .hover-gradient {
  position: absolute;
  display: block;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.9) 22%,
    rgba(255, 255, 255, 0.5) 35%,
    rgba(255, 255, 255, 0) 41%
  );
  height: 100%;
  width: 100%;
  transition: background 150ms ease-in-out;
}
section .container .wrapper .doctors ul.doctors-list .doctor .doctor-img {
  height: 470px;
}
section .container .wrapper .doctors ul.doctors-list .doctor .doctor-info {
  position: relative;
  color: #000;
  padding: 0 25px;
  font-size: 23px;
  bottom: 20px;
  background: #fff;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.9) 10%,
    rgba(255, 255, 255, 0) 20%
  );
}
section
  .container
  .wrapper
  .doctors
  ul.doctors-list
  .doctor:hover
  .doctor-info {
  color: #fff;
  background: unset;
}

section
  .container
  .wrapper
  .doctors
  ul.doctors-list
  .doctor:hover
  .hover-gradient {
  background: rgb(2, 154, 131);
  background: linear-gradient(
    0deg,
    rgba(2, 154, 131, 1) 0%,
    rgba(2, 154, 131, 0.9) 10%,
    rgba(2, 154, 128, 0.5) 18%,
    rgba(2, 154, 128, 0) 30%
  );
  transition: background 150ms ease-in-out;
}

section
  .container
  .wrapper
  .doctors
  ul.doctors-list
  .doctor
  .doctor-info
  .position {
}
section
  .container
  .wrapper
  .doctors
  ul.doctors-list
  .doctor
  .doctor-info
  .name {
  font-size: 28px;
}

/* --------------------- section map */

section.map-section {
  background: url("../../assets/images/tooth-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

section.map-section .container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
}

section.map-section .map-content-wrapper {
  display: flex;
  align-items: center;
  gap: 80px;
}

section.map-section .map-left-content {
  flex: 1;
}

section.map-section .map-main-title {
  font-size: 58px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 50px;
  line-height: 1.3;
}

section.map-section .container .wrapper {
  padding: 0;
  color: #fff;
}

section.map-section .container .wrapper h2 {
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 40px;
}

section .container .wrapper .tags {
  width: 100%;
  margin-bottom: 50px;
}

section .container .wrapper .tags ul.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

section .container .wrapper .tags ul.tags-list .tag {
  font-size: 20px;
  margin: 0;
}

section .container .wrapper .tags ul.tags-list .tag span {
  background-color: #000000;
  padding: 14px 28px;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
}

section .container .wrapper p.map-txt {
  padding-top: 0;
  font-size: 28px;
  line-height: 44px;
  font-weight: 300;
  color: #ffffff;
}

section .container .wrapper p.map-txt span {
  font-weight: 600;
}

section.map-section .map-right-content {
  flex: 0.8;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

section.map-section .map-right-content img {
  width: 115%;
  max-width: 200%;
  height: 100%;
  object-fit: contain;
  filter: brightness(1.1);
  opacity: 0.3;
}

/* --------------------- footer */

footer {
  background-color: #f5f5f5;
  padding: 80px 0;
}

footer .container {
  max-width: 1800px;
  margin: 0px 15%;
  padding: 0 50px;
}

footer .container .wrapper {
  display: flex;
  gap: 80px;
  align-items: stretch;
}

footer .container .wrapper .info-section {
  flex: 0 0 450px;
  padding-right: 40px;
}

footer .container .wrapper .map-section-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .container .wrapper .map {
  margin-top: 20px;
}

footer .location-section {
  text-align: center;
}

footer .container .wrapper .map .cont,
.wrap_controllers {
  display: none;
}

/* INFORMATION Title */
footer .info-title {
  font-size: 60px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 50px;
  letter-spacing: -1px;
}

/* Info Items */
footer .info-items {
  margin-bottom: 60px;
}

footer .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

footer .info-item i {
  font-size: 24px;
  color: #000000;
  margin-right: 15px;
  width: 30px;
}

footer .info-item .info-icon {
  width: 28px;
  height: 28px;
  margin-right: 15px;
  object-fit: contain;
}

footer .info-label {
  font-size: 18px;
  color: #000000;
  margin-right: 20px;
  min-width: 90px;
}

footer .info-value {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}

footer .info-link {
  font-size: 16px;
  color: #000000;
  text-decoration: none;
}

footer .info-link:hover {
  text-decoration: underline;
}

/* Location Section */

footer .location-section {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
}

footer .location-title {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}

footer .location-address {
  display: flex;
  align-items: baseline;
  gap: 15px;
}

footer .address-label {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

footer .address-text {
  font-size: 16px;
  color: #666666;
}

/* Hide old content */
footer .old-contact-section {
  display: none;
}

footer .container .wrapper .contact {
  background-image: url("../assets/images/contact-bg.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
  width: 100%;
}

footer .container .wrapper .contact .contact-wrapper {
  padding: 130px 120px 15px;
}
footer .container .wrapper .contact .title {
  font-weight: 700;
  font-size: 60px;
  line-height: 50px;
}

footer .container .wrapper .contact .title span {
  color: #00d9b6;
  font-size: 35px;
}

footer .container .wrapper .contact .board {
  padding-top: 50px;
  border-bottom: 1px solid #606060;
  width: 95%;
}

footer .container .wrapper .contact .board .tabs .tab {
  display: inline-block;
  padding-right: 30px;
  font-size: 35px;
  color: #808080;
  font-weight: 800;
}

footer .container .wrapper .contact .board .tabs .tab.active {
  color: #000;
}

footer .container .wrapper .contact .board .tab-content {
  padding: 45px 0;
  display: none;
  font-size: 23px;
}

footer .container .wrapper .contact .board .tab-content.active {
  display: block;
}

footer .container .wrapper .contact .board .tab-content .content-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: inside;
  list-style-type: disc;
}

footer .container .wrapper .contact .board .tab-content .content-wrapper ul li {
  padding: 12px 0;
}

footer .container .wrapper .contact .contact-info {
  padding-top: 50px;
}
footer .container .wrapper .contact .contact-info .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  font-size: 18px;
}

footer .container .wrapper .contact .contact-info .contact-item:nth-child(3) {
  align-items: flex-start;
}

footer
  .container
  .wrapper
  .contact
  .contact-info
  .contact-item:nth-child(3)
  .help {
  display: flex;
  align-items: center;
}

footer .container .wrapper .contact .contact-info .contact-item span {
  font-weight: 600;
  margin-right: 40px;
}

footer .container .wrapper .contact .contact-info .contact-item .item-s {
  font-size: 20px;
  font-weight: 300;
}

footer .container .wrapper .contact .contact-info .contact-item i.fas,
.help i.fas {
  width: 40px;
  height: 40px;
  background-size: contain;
}
footer .container .wrapper .contact .contact-info .contact-item .fa-phone {
  background-image: url("../assets/images/icon/phone.png");
}

footer .container .wrapper .contact .contact-info .contact-item .fa-kakaotalk {
  background-image: url("../assets/images/icon/kakao.png");
}
footer
  .container
  .wrapper
  .contact
  .contact-info
  .contact-item
  .help
  i.fa-clock {
  background-image: url("../assets/images/icon/clock.png");
}
footer .container .wrapper .contact .contact-info .contact-item .fa-youtube {
  background-image: url("../assets/images/icon/youtube.png");
}

.working-hours {
  padding-top: 10px;
}
.working-hours ul li {
  padding-bottom: 10px;
}
footer
  .container
  .wrapper
  .contact
  .contact-info
  .contact-item
  .working-hours
  ul
  li
  span {
  letter-spacing: 16px;
  margin-right: 0;
}

.contact-item i {
}

.contact-item strong {
  font-size: 25px;
}

.closed {
  color: red;
  font-size: 16px;
}
footer .container .wrapper .contact .contact-info .contact-item a {
  color: #000;
}

/********************************************* ONE DAY IMPLANT ************************************
*/
.container .wrapper .content {
  color: #292929;
}

#odi_main section .container .wrapper h2 {
  font-size: 50px;
  padding-bottom: 20px;
}

#odi_main .container .wrapper .content p {
  font-size: 22px !important;
}

/* --------------------- header */
#odi_header {
}
#odi_header .container {
}
#odi_header .container .wrapper {
}
#odi_header .container .wrapper .main-banner {
}
#odi_header .container .wrapper .main-banner img {
  position: relative;
}
#odi_header .container .wrapper .main-banner .txt {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 90px;
  color: #fff;
  text-shadow: 5px 0 #0000002c;
  font-family: "BMDOHYEON";
}

/* --------------------- section 1 */

#odi_1 {
  background-color: #dcf3ed;
}

#odi_1 .container .wrapper .content {
  text-align: center;
}

#odi_1 .container .wrapper .content p {
  font-weight: 300;
  padding: 20px 0;
}

#odi_1 .container .wrapper .content p:nth-child(2) {
  padding-bottom: 60px;
}

#odi_1 .container .wrapper .content p span {
  font-weight: 600;
}

#odi_1 .container .wrapper .content img {
  border-radius: 40px;
}

/* --------------------- section 2 */

#odi_2 {
  background: url("../assets/images/one_day/section2.jpg");
  background-position: top right;
  background-repeat: no-repeat;
}

#odi_2 .container .wrapper .content {
  text-align: center;
}

#odi_2 .container .wrapper .content p {
  font-weight: 300;
  line-height: 1.3;
}

#odi_2 .container .wrapper .content p span {
  font-weight: 600;
}

#odi_2 .container .wrapper .content .table {
  padding-top: 100px;
}

/* --------------------- section 3 */

#odi_3 .container .wrapper .content .point {
  display: flex;
  justify-content: space-evenly;
  gap: 50px;
  padding-bottom: 60px;
  /* justify-content: center;
  gap: 60px; */
}

#odi_3 .container .wrapper .content .point.second {
  gap: 60px;
  justify-content: flex-start;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

#odi_3 .container .wrapper .content .point .txt {
  align-self: center;
  display: flex;
  flex-direction: column;
  font-size: 30px;
}

#odi_3 .container .wrapper .content .point .txt span.number {
  padding-bottom: 15px;
  font-size: 33px;
  color: #0e9380;
}
#odi_3 .container .wrapper .content .point .txt span.color {
  font-weight: 700;
  padding-bottom: 15px;
}
#odi_3 .container .wrapper .content .point .txt span.color .green {
  color: #0e9380;
}
#odi_3 .container .wrapper .content .point .txt p {
  font-size: 18px;
  padding-top: 15px;
  position: relative;
}

#odi_3 .container .wrapper .content .point .txt p:before {
  content: "";
  position: absolute;
  width: 130%;
  height: 2px;
  background-color: #0e9380;
  top: -2px;
}

#odi_3 .container .wrapper .content .point img {
  border-radius: 20px;
}

/* --------------------- section 4, 5, 6 */

#odi_4 {
  background: url("../assets/images/one_day/section4.jpg");
  background-repeat: no-repeat;
}
#odi_5 {
  background: url("../assets/images/one_day/section5.jpg");
  background-repeat: no-repeat;
}
#odi_6 {
  background: url("../assets/images/one_day/section6.jpg");
  background-repeat: no-repeat;
}

#odi_4 .container,
#odi_5 .container,
#odi_6 .container {
  padding: 0;
  padding-top: 77px;
  max-width: 1920px;
}

#odi_6 .container {
  padding-bottom: 110px;
}

#odi_4 .container .wrapper .num,
#odi_5 .container .wrapper .num,
#odi_6 .container .wrapper .num {
  text-align: center;
  font-size: 20px;
  padding-bottom: 50px;
  color: #fff;
  font-weight: 500;
}

#odi_4 .container .wrapper .num span,
#odi_5 .container .wrapper .num span,
#odi_6 .container .wrapper .num span {
  background-color: #00d9b6;
  border-radius: 50%;
  padding: 12px 13px;
}

#odi_4 .container .wrapper .content,
#odi_5 .container .wrapper .content,
#odi_6 .container .wrapper .content {
  text-align: center;
  padding-top: 10px;
  font-weight: 300;
}

#odi_4 .container .wrapper .content p,
#odi_5 .container .wrapper .content p,
#odi_6 .container .wrapper .content p {
  line-height: 1.3;
}
#odi_4 .container .wrapper .content p:nth-child(2) {
  font-weight: 500;
  padding: 30px 0 50px;
}

#odi_4 .container .wrapper .content img {
  max-width: 1190px;
}

#odi_6 .container .wrapper .content p {
  padding: 20px 0 80px;
}

#odi_5 .container .wrapper .content .images {
  display: flex;
  justify-content: center;
}

#odi_5 .container .wrapper .content .images img {
  max-width: calc(980px / 2);
  margin: 0 80px;
}

#odi_5 .container .wrapper .content .images img:nth-child(2) {
  height: 100%;
  align-self: center;
  border-radius: 20px;
}

#odi_6 .container .wrapper .content img {
  border-radius: 20px;
  max-width: 720px;
}

/* --------------------- section 7 */

#odi_7 .container .wrapper .content {
}
#odi_7 .container .wrapper .content ul.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
  align-items: center;
}
#odi_7 .container .wrapper .content ul.steps li.step {
  width: calc((100% - 200px) / 3);
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}

#odi_7 .container .wrapper .content ul.steps li.step:after {
  position: absolute;
  content: "▶";
  top: 45%;
  right: -10%;
  font-size: 30px;
  color: #3a3a3a;
}

#odi_7 .container .wrapper .content ul.steps li.step:nth-child(3):after,
#odi_7 .container .wrapper .content ul.steps li.step:nth-child(6):after {
  content: " ";
}
#odi_7 .container .wrapper .content ul.steps li.step .title {
  background: #019982;
  color: #fff;
  padding: 20px;
  border-radius: 15px;
  font-size: 35px;
  margin: 0 5px;
}
#odi_7 .container .wrapper .content ul.steps li.step img {
  border-radius: 20px;
  margin: 15px 0 20px;
}
#odi_7 .container .wrapper .content ul.steps li.step .desc {
  font-size: 30px;
  font-weight: 600;
}

/* --------------------- section 8 */

#odi_8 {
  background-color: #f7f7f7;
}

#odi_8 .container {
  padding: 80px 20px;
}

#odi_8 .container .wrapper .candidates {
  text-align: center;
  padding: 50px 0;
}
#odi_8 .container .wrapper .candidates img {
  padding-right: 100px;
}

/* --------------------- section 9 */

#odi_9 .container .wrapper h2 {
  padding: 0;
}
#odi_9 .container .wrapper p {
  text-align: center;
  font-size: 33px;
  font-weight: 600;
  padding: 75px 0;
}
#odi_9 .container .wrapper .content .oneday {
  overflow: hidden;
  position: relative;
}
#odi_9 .container .wrapper .content .oneday .swiper-slide {
  text-align: center;
}
#odi_9 .container .wrapper .content .oneday .swiper-slide .images {
  text-align: center;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
}

#odi_9 .container .wrapper .content .oneday .swiper-slide .images .before,
#odi_9 .container .wrapper .content .oneday .swiper-slide .images .after {
  padding: 0 20px;
}

#odi_9 .container .wrapper .content .oneday .swiper-slide .images .txt {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  width: 100%;
  text-align: center;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  background: rgb(2, 154, 131);
  padding: 0.6rem;
}

#odi_9 .container .wrapper .content .oneday .swiper-slide .images .after .txt {
  background: #00d9b6;
}

.swiper-button-next,
.swiper-button-prev {
  top: 45%;
  color: #fff;
  background: #353535;
  border-radius: 50%;
  padding: 30px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-weight: 600;
  font-size: 1.6rem;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  margin-right: 6px;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  margin-left: 6px;
}

#odi_9 .container .wrapper .content .oneday .swiper-slide span.desc {
  color: #8f8989;
  font-size: 20px;
}
/* --------------------- section 10 */

#odi_10 {
  background: url("../assets/images/one_day/section10.png");
  background-repeat: no-repeat;
}

.questions {
  max-width: 1190px;
  margin: 0 auto;
  padding-top: 50px;
}
.question {
  display: flex;
  background: #fff;
  padding: 30px;
  border-radius: 100px;
  gap: 30px;
  margin-bottom: 50px;
}
.question .answer .title {
  font-weight: 800;
  font-size: 35px;
  padding-bottom: 10px;
}
.question .answer .txt {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3;
  word-break: keep-all;
}

.bubble {
  display: inline-block;
  background-color: #009688; /* Teal green like the image */
  color: white;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 2rem;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50% 50% 5% 50%; /* Top-left, top-right, bottom-right, bottom-left */
  position: relative;
  margin-top: 10px;
}

/********************************************* SENIOR IMPLANT ************************************
*/
.container .wrapper .content {
  color: #292929;
}

#senior_main section .container {
  padding: 90px 20px;
}

#senior_main section .container .wrapper h2 {
  font-size: 50px;
  padding-bottom: 20px;
}

#senior_main section .container .wrapper p {
  line-height: 1.3;
}

#senior_main section .container .wrapper .content {
  padding-top: 35px;
}

/* --------------------- header */
#senior_header {
}
#senior_header .container {
}
#senior_header .container .wrapper {
}
#senior_header .container .wrapper .main-banner {
}
#senior_header .container .wrapper .main-banner img {
  position: relative;
}
#senior_header .container .wrapper .main-banner .txt {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: "BMDOHYEON";
  text-shadow: 5px 0 #0000002c;
  /*  */
}

#senior_header .container .wrapper .main-banner .txt h1 {
  font-size: 75px;
}
#senior_header .container .wrapper .main-banner .txt h1 span {
  color: #00d8b5;
}
#senior_header .container .wrapper .main-banner .txt h4 {
  font-size: 37px;
  font-weight: 300;
  opacity: 0.9;
  padding: 20px;
  line-height: 1.45;
}

/* --------------------- senior section 01 */

#senior_1 {
  background: url("../assets/images/senior/section1-bg.png") no-repeat;
  background-size: contain;
}
#senior_1 .container {
}
#senior_1 .container .wrapper {
}
#senior_1 .container .wrapper .content {
}
#senior_1 .container .wrapper .content p {
  text-align: center;
  font-weight: 300;
  font-size: 28px;
  padding-bottom: 70px;
}

#senior_1 .container .wrapper .content .program-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
#senior_1 .container .wrapper .content .program-list li {
  display: flex;
  width: calc((100% - 100px) / 2);
  gap: 15px;
  border: 1px solid;
  padding: 10px 30px;
  border: 3px solid transparent;
  background: linear-gradient(to right, white, white) padding-box,
    linear-gradient(22deg, rgba(75, 187, 171, 1) 0%, rgba(49, 137, 198, 1) 100%)
      border-box;
  border-radius: 40px;
}

#senior_1 .container .wrapper .content .program-list li img {
  width: 50px;
  height: 45px;
}
#senior_1 .container .wrapper .content .program-list li .txt {
  font-size: 25px;
  align-self: center;
  font-weight: 500;
}

/* --------------------- senior section 02 */

#senior_2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 170px;
  background: linear-gradient(110.04deg, #019982 1.53%, #00D8B5 126.55%);
}

#senior_2 .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 90px 20px;
  max-width: 1580px;
}

#senior_2 .container .wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  width: 100%;
}

#senior_2 .container .wrapper h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 20px;
  width: 100%;
  font-family: 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
}

#senior_2 .container .wrapper h2 span {
  color: #FFFFFF;
}

#senior_2 .container .wrapper .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 35px 0 0;
  width: 100%;
}

#senior_2 .container .wrapper .content > p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 70px;
  width: 100%;
  font-family: 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
}

#senior_2 .container .wrapper .content > p span {
  font-weight: 400;
}

#senior_2 .container .wrapper .content .cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  width: 100%;
}

#senior_2 .container .wrapper .content .cards .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  margin: 0 auto;
  width: 490px;
  height: 650px;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.35));
  border-radius: 20px;
  overflow: hidden;
}

#senior_2 .container .wrapper .content .cards .card:first-child,
#senior_2 .container .wrapper .content .cards .card:nth-child(3) {
  background: #DCF3ED;
}

#senior_2 .container .wrapper .content .cards .card:nth-child(2) {
  background: #FFFFFF;
}

#senior_2 .container .wrapper .content .cards .card .card-txt {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 30px 30px 0;
  gap: 20px;
  width: 100%;
  height: 190px;
  box-sizing: border-box;
}

#senior_2 .container .wrapper .content .cards .card:first-child .card-txt,
#senior_2 .container .wrapper .content .cards .card:nth-child(3) .card-txt {
  background: #DCF3ED;
}

#senior_2 .container .wrapper .content .cards .card:nth-child(2) .card-txt {
  background: #FFFFFF;
}

#senior_2 .container .wrapper .content .cards .card .card-txt .card-number {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #019982;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  font-family: 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  flex-shrink: 0;
}

#senior_2 .container .wrapper .content .cards .card .card-txt .card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 320px;
  height: 160px;
}

#senior_2 .container .wrapper .content .cards .card .card-txt h3 {
  font-family: 'Pretendard', sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 42px;
  color: #393838;
  margin: 0;
}

#senior_2 .container .wrapper .content .cards .card .card-txt p {
  font-family: 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #393838;
  padding: 5px 0;
  text-align: left;
  margin: 0;
}

#senior_2 .container .wrapper .content .cards .card .card-img {
  width: 100%;
  height: 477px;
  overflow: hidden;
}

#senior_2 .container .wrapper .content .cards .card:first-child .card-img,
#senior_2 .container .wrapper .content .cards .card:nth-child(3) .card-img {
  background: #DCF3ED;
}

#senior_2 .container .wrapper .content .cards .card:nth-child(2) .card-img {
  background: #FFFFFF;
}

#senior_2 .container .wrapper .content .cards .card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --------------------- senior section 03 */

#senior_3 {
  background: #fff;
}

#senior_3 .container .wrapper .content {
  text-align: center;
}

#senior_3 .container .wrapper .content .sub-title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}

#senior_3 .container .wrapper .content img {
  max-width: 700px;
  border-radius: 15px;
  margin-bottom: 40px;
}

#senior_3 .container .wrapper .content .desc-text {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}

#senior_3 .container .wrapper .content .main-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
}

/* --------------------- senior section 04 */

#senior_4 {
  background: #f5f5f5;
}

#senior_4 .container .wrapper .content {
  text-align: center;
}

#senior_4 .container .wrapper .content img {
  max-width: 700px;
  border-radius: 15px;
  margin-bottom: 40px;
}

#senior_4 .container .wrapper .content .desc-text {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

#senior_4 .container .wrapper .content .highlight-text {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

#senior_4 .container .wrapper .content .main-text {
  font-size: 18px;
  font-weight: 400;
  color: #666;
}

/* --------------------- senior section 05 */

#senior_5 {
  background: #f7f7f7;
}

#senior_5 .container .wrapper .content {
  text-align: center;
}

#senior_5 .container .wrapper .content p {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.8;
}
#senior_5 .container .wrapper .content p span {
  font-weight: 600;
}

#senior_5 .container .wrapper .content img {
  padding: 75px 0;
}

/* --------------------- senior section 06 */

#senior_6 {
  background: url("../assets/images/senior/section6.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}

#senior_6 .container .wrapper .content {
  text-align: center;
}

#senior_6 .container .wrapper .content p {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.8;
}
#senior_6 .container .wrapper .content p span {
  font-weight: 600;
}

#senior_6 .container .wrapper .content .img-list {
  padding: 75px 0 55px 0;
  white-space: nowrap;
}

#senior_6 .container .wrapper .content .img-list li {
  display: inline-block;
  padding: 0 13px;
}

#senior_6 .container .wrapper .content .img-list li img {
  max-width: 300px;
  height: auto;
  border-radius: 10px;
}

.img-list img {
}

/* --------------------- senior section 07 */

#senior_7 {
  background: url("../assets/images/one_day/section4.jpg");
  background-repeat: no-repeat;
}

#senior_main #senior_7 .container {
  padding: 0;
  padding-top: 90px;
  max-width: 1920px;
}

#senior_7 .container .wrapper .content {
  text-align: center;
  padding-top: 55px;
}

#senior_7 .container .wrapper .content p {
  font-size: 32px;
  font-weight: 300;
}
#senior_7 .container .wrapper .content p span {
  font-weight: 600;
}

#senior_7 .container .wrapper .content img {
  max-width: 400px;
  padding-top: 55px;
}

/* --------------------- senior section 08 */

#senior_8 {
  background: #f0f2ef;
}

#senior_8 .container .wrapper .content {
  text-align: center;
}

#senior_8 .container .wrapper .content .sub-title {
  font-size: 22px;
  font-weight: 400;
  color: #333;
  margin-bottom: 40px;
}

#senior_8 .container .wrapper .content img {
  max-width: 900px;
  border-radius: 15px;
  margin-bottom: 40px;
}

#senior_8 .container .wrapper .content .desc-text {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

#senior_8 .container .wrapper .content .main-text {
  font-size: 18px;
  font-weight: 400;
  color: #666;
}

/********************************************* DENTURES IMPLANT ************************************
*/
.container .wrapper .content {
  color: #292929;
}

#dentures_main section .container {
  padding: 90px 20px;
}

#dentures_main section .container .wrapper h2 {
  font-size: 50px;
  padding-bottom: 20px;
}

#dentures_main section .container .wrapper p {
  line-height: 1.3;
}

#dentures_main section .container .wrapper .content {
  padding-top: 35px;
}

/* --------------------- header */
#dentures_header {
}
#dentures_header .container {
}
#dentures_header .container .wrapper {
}
#dentures_header .container .wrapper .main-banner {
}
#dentures_header .container .wrapper .main-banner img {
  position: relative;
}
#dentures_header .container .wrapper .main-banner .txt {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: "BMDOHYEON";
  text-shadow: 5px 0 #0000002c;
  /*  */
}

#dentures_header .container .wrapper .main-banner .txt h1 {
  font-size: 75px;
}
#dentures_header .container .wrapper .main-banner .txt h1 span {
  color: #00d8b5;
}
#dentures_header .container .wrapper .main-banner .txt h4 {
  font-size: 37px;
  font-weight: 300;
  opacity: 0.9;
  padding: 20px;
  line-height: 1.45;
}

/* --------------------- dentures section 01 */

#dentures_1 {
  background: #fafafa;
}

#dentures_1 .container {
}
#dentures_1 .container .wrapper {
}
#dentures_1 .container .wrapper .content {
  text-align: center;
}

#dentures_1 .container .wrapper .content .txt p {
  font-size: 25px;
  line-height: 1.7;
  font-weight: 300;
}

#dentures_1 .container .wrapper .content .txt p span {
  font-weight: 600;
}
#dentures_1 .container .wrapper .content img {
  padding: 30px 0;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

/* --------------------- dentures section 02 */

#dentures_2 {
  background: #cdfff6;
  background: linear-gradient(
    109deg,
    rgba(230, 254, 249, 1) 0%,
    rgba(225, 229, 224, 1) 100%
  );
}

#dentures_main #dentures_2 .container .wrapper .content {
  padding: 0;
}

#dentures_2 .container .wrapper .candidates {
  text-align: center;
  padding: 50px 0;
}

#dentures_2 .container .wrapper .candidates img {
  padding-left: 40px;
  max-width: 900px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

/* --------------------- dentures section 03 */
#dentures_3 {
  background: #fafafa;
}

#dentures_3 .container .wrapper .content {
}
#dentures_3 .container .wrapper .content .content-wrapper {
  text-align: center;
  padding: 80px 0;
}
#dentures_3 .container .wrapper .content .content-wrapper .txt:first-child {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 180px;
}
#dentures_3 .container .wrapper .content .content-wrapper .txt:first-child div {
  font-size: 28px;
  font-weight: 600;
  padding: 0;
  line-height: 1.6;
}
#dentures_3 .container .wrapper .content .content-wrapper .txt:first-child div small {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 8px;
  line-height: 1.5;
}
#dentures_3 .container .wrapper .content .content-wrapper .txt:last-child {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 275px;
}
#dentures_3 .container .wrapper .content .content-wrapper .txt:last-child div {
  font-size: 28px;
  font-weight: 600;
  padding: 0;
  line-height: 1.6;
}
#dentures_3 .container .wrapper .content .content-wrapper .txt:last-child div small {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 8px;
  line-height: 1.5;
}
#dentures_3 .container .wrapper .content .content-wrapper img {
  padding: 20px 0 30px 40px;
  max-width: 1100px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

/* --------------------- dentures section 04 */

#dentures_4 {
  background: #e5e5e5;
}

#dentures_4 .container .wrapper .content {
  text-align: center;
}

#dentures_4 .container .wrapper .content .comparison-images {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

#dentures_4 .container .wrapper .content .comparison-images img {
  max-width: 450px;
  width: 100%;
  height: auto;
}

/* --------------------- dentures section 05 */

#dentures_5 {
  background: #fafafa;
}

#dentures_main section#dentures_5 .container .wrapper .content {
  padding-top: 60px;
}

#dentures_5 .container .wrapper .content .process-cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

#dentures_5 .container .wrapper .content .process-card {
  flex: 1;
  max-width: 320px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

#dentures_5 .container .wrapper .content .process-card .card-image {
  width: 100%;
  height: 280px;
  overflow: hidden;
}

#dentures_5 .container .wrapper .content .process-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#dentures_5 .container .wrapper .content .process-card .card-content {
  background: #00b89f;
  padding: 30px 25px;
  text-align: left;
  color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
}

#dentures_5 .container .wrapper .content .process-card .card-content .step {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

#dentures_5 .container .wrapper .content .process-card .card-content .title {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 15px 0;
  line-height: 1.3;
}

#dentures_5 .container .wrapper .content .process-card .card-content .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

/* Old styles - keeping for reference */
#dentures_5 .container .wrapper .content .point .txt span.color {
  font-weight: 700;
  padding-bottom: 15px;
}
#dentures_5 .container .wrapper .content .point .txt span.color .green {
  color: #0e9380;
}
#dentures_5 .container .wrapper .content .point .txt p {
  font-size: 18px;
  padding-top: 15px;
  position: relative;
}

#dentures_5 .container .wrapper .content .point .txt p:before {
  content: "";
  position: absolute;
  width: 130%;
  height: 2px;
  background-color: #0e9380;
  top: -2px;
}

#dentures_5 .container .wrapper .content .point img {
  border-radius: 20px;
}

/* --------------------- dentures section 06 */

#dentures_6 {
  background: #E5E5E5;
}

#dentures_6 .container .wrapper h2 {
  padding: 0;
  text-align: center;
  margin-bottom: 40px;
}

#dentures_6 .container .wrapper h2 .review-title {
  display: block;
  text-align: center;
  font-family: 'ABeeZee', sans-serif;
  color: #3ca89a;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 8px;
}

#dentures_6 .container .wrapper h2 .review-sub {
  display: block;
  margin-top: 8px;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
}

#dentures_6 .container .wrapper h2 .review-sub strong {
  font-weight: 600;
}

#dentures_6 .before-after-section {
  display: block;
  text-align: center;
  margin: 60px 0;
}

#dentures_6 .ba-images {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 20px;
}

#dentures_6 .ba-image {
  position: relative;
  max-width: 350px;
}

#dentures_6 .ba-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  display: block;
}

#dentures_6 .ba-label {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 30px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 600;
  color: white;
}

#dentures_6 .before-label {
  background: #666;
}

#dentures_6 .after-label {
  background: #3ca89a;
}

#dentures_6 .ba-note {
  color: #999;
  font-size: 13px;
  margin-top: 15px;
  display: block;
}

#dentures_6 .review-cards {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 900px;
  margin: 40px auto;
  padding: 100px 20px;
}

#dentures_6 .review-card {
  background: #f5f5f5;
  border: 2px solid #d0d0d0;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  transition: all 0.3s ease;
  position: relative;
}

#dentures_6 .review-avatar {
  flex-shrink: 0;
}

#dentures_6 .review-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

#dentures_6 .review-content {
  flex: 1;
}

#dentures_6 .review-name {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

#dentures_6 .review-text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

#dentures_6 .review-text strong {
  color: #333;
  font-weight: 600;
}

#dentures_6 .review-card.active {
  background: #e0f7f4 !important;
  border-color: #3ca89a !important;
  transform: scale(1.05) !important;
  box-shadow: 0 8px 20px rgba(60, 168, 154, 0.3);
}

/* --------------------- dentures section 07 */

#dentures_7 {
  background: #FAFAFA;
  padding: 100px 0;
}

#dentures_7 .container .wrapper {
  max-width: 900px;
  margin: 0 auto;
}

#dentures_7 .section-header {
  text-align: center;
  margin-bottom: 80px;
}

#dentures_7 .section-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.4;
}

#dentures_7 .section-header p {
  font-size: 40px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}

#dentures_7 .qa-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

#dentures_7 .qa-item {
  padding: 50px 40px;
  border-bottom: 1px solid #3ca89a;
}

#dentures_7 .qa-item:last-child {
  border-bottom: none;
}

#dentures_7 .question-label {
  font-size: 24px;
  font-weight: 600;
  color: #3ca89a;
  margin-bottom: 15px;
}

#dentures_7 .question-title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.5;
}

#dentures_7 .answer-text {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 1.8;
}

/* --------------------- teeth_whitening header */

#teeth_whitening_header {
  position: relative;
  width: 100%;
  height: 920px;
  overflow: hidden;
}

#teeth_whitening_header .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#teeth_whitening_header .hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#teeth_whitening_header .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

#teeth_whitening_header .container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#teeth_whitening_header .wrapper {
  width: 100%;
}

#teeth_whitening_header .hero-content {
  text-align: center;
  color: #fff;
}

#teeth_whitening_header .hero-content h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

#teeth_whitening_header .hero-content .subtitle {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  opacity: 0.95;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

/* --------------------- teeth_whitening section 01 */

#teeth_whitening_section_1 {
  background: #f5f5f5;
  padding: 100px 0;
}

#teeth_whitening_section_1 .container .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

#teeth_whitening_section_1 .section-content {
  text-align: center;
}

#teeth_whitening_section_1 .section-content h2 {
  font-size: 40px;
  font-weight: 700;
  color: #333;
  margin-bottom: 50px;
  line-height: 1.4;
}

#teeth_whitening_section_1 .description {
  margin-bottom: 60px;
}

#teeth_whitening_section_1 .description p {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  margin-bottom: 8px;
}

#teeth_whitening_section_1 .image-wrapper {
  max-width: 700px;
  margin: 0 auto;
}

#teeth_whitening_section_1 .image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* --------------------- teeth_whitening section 02 */

#teeth_whitening_section_2 {
  background: #ffffff;
  padding: 100px 0;
}

#teeth_whitening_section_2 .container .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

#teeth_whitening_section_2 h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #333;
  margin-bottom: 60px;
  line-height: 1.4;
}

#teeth_whitening_section_2 .cards-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}

#teeth_whitening_section_2 .whitening-card {
  flex: 1;
  min-width: 280px;
  max-width: 320px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#teeth_whitening_section_2 .whitening-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

#teeth_whitening_section_2 .card-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

#teeth_whitening_section_2 .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#teeth_whitening_section_2 .card-content {
  background: #3d3d3d;
  padding: 30px 25px;
  text-align: center;
}

#teeth_whitening_section_2 .card-number {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

#teeth_whitening_section_2 .card-text {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  margin: 0;
}

/* --------------------- teeth_whitening section 03 */

#teeth_whitening_section_3 {
  background: #f9f9f9;
  padding: 100px 0;
}

#teeth_whitening_section_3 .container .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

#teeth_whitening_section_3 h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #333;
  margin-bottom: 60px;
  line-height: 1.4;
}

#teeth_whitening_section_3 .before-after-wrapper {
  max-width: 1200px;
  margin: 0 auto 30px;
}

#teeth_whitening_section_3 .before-after-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

#teeth_whitening_section_3 .notice-text {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* --------------------- contouring header */

#contouring_header {
  position: relative;
  width: 100%;
  height: 920px;
  overflow: hidden;
}

#contouring_header .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#contouring_header .hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#contouring_header .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

#contouring_header .container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contouring_header .wrapper {
  width: 100%;
}

#contouring_header .hero-content {
  text-align: center;
  color: #fff;
}

#contouring_header .hero-content h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

#contouring_header .hero-content .subtitle {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  opacity: 0.95;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

/* --------------------- contouring section 01 */

#contouring_section_1 {
  position: relative;
  background: #FFFFFF;
  overflow: hidden;
}

#contouring_section_1 .background-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
}

#contouring_section_1 .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#contouring_section_1 .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 140px 315px;
  gap: 60px;
}

#contouring_section_1 .container .wrapper {
  max-width: 950px;
  margin: 0 auto;
}

#contouring_section_1 .section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#contouring_section_1 .doctor-name {
  font-family: 'Brush Script MT', cursive;
  font-size: 150px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 30px;
  opacity: 0.4;
}

#contouring_section_1 h2 {
  font-family: 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}

#contouring_section_1 .description {
  margin-bottom: 60px;
}

#contouring_section_1 .description p {
  font-family: 'Pretendard', sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 42px;
  text-align: center;
  color: #292929;
  margin-bottom: 0;
}

#contouring_section_1 .image-wrapper {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
}

#contouring_section_1 .image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 24px;
}

/* --------------------- contouring section 02 */

#contouring_section_2 {
  background: #e0f7f4;
  padding: 100px 0;
}

#contouring_section_2 .container .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

#contouring_section_2 h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #333;
  margin-bottom: 60px;
  line-height: 1.4;
}

#contouring_section_2 .cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}

#contouring_section_2 .contouring-card {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}

#contouring_section_2 .contouring-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

#contouring_section_2 .card-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

#contouring_section_2 .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#contouring_section_2 .card-content {
  flex: 1;
  background: #2d9e8c;
  padding: 25px 20px;
  text-align: left;
}

#contouring_section_2 .card-number {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  opacity: 0.9;
}

#contouring_section_2 .card-text {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  margin: 0;
}

/* --------------------- contouring section 03 */

#contouring_section_3 {
  background: #e5e5e5;
  padding: 100px 0;
}

#contouring_section_3 .container .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

#contouring_section_3 h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #333;
  margin-bottom: 60px;
  line-height: 1.4;
}

#contouring_section_3 .before-after-wrapper {
  max-width: 1000px;
  margin: 0 auto 30px;
  text-align: center;
}

#contouring_section_3 .before-after-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#contouring_section_3 .notice-text {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* --------------------- about header */

#about_header {
  position: relative;
  width: 100%;
  height: 920px;
  overflow: hidden;
  margin-top: -90px;
}

#about_header .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#about_header .hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#about_header .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

#about_header .container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#about_header .wrapper {
  text-align: center;
}

#about_header .hero-content {
  color: #fff;
}

#about_header .hero-content h1 {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

/* --------------------- location header */

#location_header {
  position: relative;
  width: 100%;
  height: 920px;
  overflow: hidden;
  margin-top: -90px;
}

#location_header .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#location_header .hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#location_header .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

#location_header .container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#location_header .wrapper {
  text-align: center;
}

#location_header .hero-content {
  color: #fff;
}

#location_header .hero-content h1 {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

/* --------------------- cavity header */

#cavity_header {
  position: relative;
  width: 100%;
  height: 920px;
  overflow: hidden;
}

#cavity_header .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#cavity_header .hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#cavity_header .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

#cavity_header .container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cavity_header .wrapper {
  text-align: center;
}

#cavity_header .hero-content {
  color: #fff;
}

#cavity_header .hero-content h1 {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

/* --------------------- cavity section 01 */

#cavity_section_1 {
  background: #f9f9f9;
  padding: 100px 0;
}

#cavity_section_1 .container .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

#cavity_section_1 .section-content {
  text-align: center;
}

#cavity_section_1 h2 {
  font-size: 40px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.4;
}

#cavity_section_1 .subtitle {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin-bottom: 50px;
  line-height: 1.6;
}

#cavity_section_1 .description {
  max-width: 900px;
  margin: 0 auto;
}

#cavity_section_1 .description p {
  font-size: 18px;
  font-weight: 400;
  color: #555;
  line-height: 1.8;
  margin: 0;
}

/* --------------------- cavity section 02 */

#cavity_section_2 {
  background: #e5e5e5;
  padding: 100px 0;
}

#cavity_section_2 .container .wrapper {
  max-width: 1300px;
  margin: 0 auto;
}

#cavity_section_2 h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #333;
  margin-bottom: 60px;
  line-height: 1.4;
}

#cavity_section_2 .cards-row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

#cavity_section_2 .cavity-card {
  flex: 1;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
  display: flex;
  flex-direction: column;
}

#cavity_section_2 .cavity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

#cavity_section_2 .card-image {
  width: 100%;
  height: 250px;
  background: #fff;
  overflow: hidden;
}

#cavity_section_2 .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

#cavity_section_2 .card-content {
  background: #17a2a2;
  padding: 25px 20px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#cavity_section_2 .step-label {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#cavity_section_2 .card-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 15px 0;
  line-height: 1.4;
}

#cavity_section_2 .card-description {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  margin: 0 0 15px 0;
}

#cavity_section_2 .arrow {
  font-size: 24px;
  color: #fff;
  margin: 15px 0;
}

#cavity_section_2 .treatment {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}

/* --------------------- cavity section 03 */

#cavity_section_3 {
  background: #fff;
  padding: 100px 0;
}

#cavity_section_3 .container .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

#cavity_section_3 h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #333;
  margin-bottom: 80px;
  line-height: 1.4;
}

#cavity_section_3 .process-flow {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

#cavity_section_3 .process-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

#cavity_section_3 .process-step {
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  min-height: 160px;
  width: 250px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#cavity_section_3 .process-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

#cavity_section_3 .process-step.teal {
  background: #b3e5e0;
}

#cavity_section_3 .process-step.white {
  background: #fff;
  border: 2px solid #e5e5e5;
}

#cavity_section_3 .step-number {
  width: 50px;
  height: 50px;
  background: #17a2a2;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto 20px;
}

#cavity_section_3 .step-text {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

#cavity_section_3 .process-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#cavity_section_3 .process-arrow img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* ============================================
   WISDOM HEADER: 사랑니 발치 히어로 섹션
   ============================================ */

#wisdom_header {
  position: relative;
  width: 100%;
  height: 920px;
  overflow: hidden;
}

#wisdom_header .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#wisdom_header .hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#wisdom_header .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

#wisdom_header .container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#wisdom_header .wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#wisdom_header .hero-content {
  text-align: center;
}

#wisdom_header h1 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* ============================================
   NOTICE HEADER: 공지사항 히어로 섹션
   ============================================ */

#notice_header {
  position: relative;
  width: 100%;
  height: 920px;
  overflow: hidden;
}

#notice_header .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#notice_header .hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#notice_header .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

#notice_header .container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#notice_header .wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#notice_header .hero-content {
  text-align: center;
}

#notice_header h1 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* ============================================
   WISDOM SECTION 1: 안전한 사랑니 발치
   ============================================ */

#wisdom_section_1 {
  background: #f8f9fa;
  padding: 100px 0;
}

#wisdom_section_1 .container .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

#wisdom_section_1 .section-content {
  text-align: center;
}

#wisdom_section_1 h2 {
  font-size: 40px;
  font-weight: 700;
  color: #333;
  margin-bottom: 40px;
  line-height: 1.4;
}

#wisdom_section_1 .description {
  margin-bottom: 60px;
}

#wisdom_section_1 .description p {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  margin: 8px 0;
}

#wisdom_section_1 .wisdom-image {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

#wisdom_section_1 .wisdom-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================================
   CAVITY SECTION 4: 치료 재료 비교
   ============================================ */

#cavity_section_4 {
  background: #ffffff;
  padding: 100px 0;
}

#cavity_section_4 .container .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

#cavity_section_4 h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #333;
  margin-bottom: 80px;
  line-height: 1.4;
}

#cavity_section_4 .materials-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#cavity_section_4 .materials-row {
  display: flex;
  justify-content: center;
  gap: 30px;
}

#cavity_section_4 .material-card {
  background: transparent;
  padding: 40px 30px;
  width: 500px;
  flex-shrink: 0;
}

#cavity_section_4 .material-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #00a79d;
  position: relative;
}

#cavity_section_4 .checkmark {
  flex-shrink: 0;
}

#cavity_section_4 .material-title {
  font-size: 24px;
  font-weight: 700;
  color: #00a79d;
  margin: 0;
  flex-grow: 1;
}

#cavity_section_4 .consult-link {
  font-size: 14px;
  color: #999 !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color 0.3s ease;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

#cavity_section_4 .consult-link:hover {
  color: #00a79d !important;
  background: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

#cavity_section_4 .consult-link:focus {
  outline: none !important;
  box-shadow: none !important;
  background: none !important;
}

#cavity_section_4 .material-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#cavity_section_4 .material-section h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0 0 10px 0;
}

#cavity_section_4 .material-section p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/********************************************* AWARDS ************************************
*/

#awards_main section .container {
  padding: 90px 20px;
}

#awards_main section .container .wrapper h2 {
  font-size: 50px;
  padding-bottom: 20px;
}

#awards_main section .container .wrapper p {
  line-height: 1.3;
}

#awards_main section .container .wrapper .content {
  padding-top: 35px;
}

/* --------------------- awards header */
#awards_header {
}
#awards_header .container {
}
#awards_header .container .wrapper {
}
#awards_header .container .wrapper .main-banner {
}
#awards_header .container .wrapper .main-banner img {
  position: relative;
}
#awards_header .container .wrapper .main-banner .txt {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: "BMDOHYEON";
  text-shadow: 5px 0 #0000002c;
  /*  */
}

#awards_header .container .wrapper .main-banner .txt h1 {
  font-size: 75px;
}
#awards_header .container .wrapper .main-banner .txt h1 span {
  color: #00d8b5;
}
#awards_header .container .wrapper .main-banner .txt h4 {
  font-size: 37px;
  font-weight: 300;
  opacity: 0.9;
  padding: 20px;
  line-height: 1.45;
}

/* --------------------- awards section 01 */

#awards_main section {
  background: url("../assets/images/awards/section-bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}
#awards_main section .container .wrapper .content {
  text-align: center;
}

#awards_main section .container .wrapper .content .txt {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4;
}
#awards_main section .container .wrapper .content .txt span {
  font-weight: 600;
}

#awards_main section .container .wrapper .content .img {
  padding: 60px 0;
}

#awards_main section .container .wrapper .content .img img {
  padding: 0 30px;
  max-width: 580px;
}

/********************************************* ABOUT ************************************
*/

#about_main section .container {
  padding: 90px 20px;
}

#about_main section .container .wrapper h2 {
  font-size: 50px;
  padding-bottom: 20px;
}

#about_main section .container .wrapper p {
  line-height: 1.3;
}

#about_main section .container .wrapper .content {
  padding-top: 35px;
}

/* --------------------- about header */
#about_header {
}
#about_header .container {
}
#about_header .container .wrapper {
}
#about_header .container .wrapper .main-banner {
}
#about_header .container .wrapper .main-banner img {
  position: relative;
}
#about_header .container .wrapper .main-banner .txt {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  text-shadow: 5px 0 #0000002c;
  /*  */
}

#about_header .container .wrapper .main-banner .txt h1 {
  font-size: 75px;
  font-family: "BMDOHYEON";
}
#about_header .container .wrapper .main-banner .txt h1 span {
  color: #00d8b5;
}
#about_header .container .wrapper .main-banner .txt h4 {
  font-size: 37px;
  font-weight: 300;
  opacity: 0.8;
  padding: 40px;
  line-height: 1.5;
}

/* --------------------- about section 01 */

#about_1 {
  background: #e6fffb;
  background: linear-gradient(
    149deg,
    rgba(230, 255, 251, 1) 0%,
    rgba(236, 246, 242, 1) 100%
  );
}

#dentures_main section#about_1 .container .wrapper .content {
  padding-top: 80px;
}

#about_1 .container .wrapper .content .point {
  display: flex;
  justify-content: space-evenly;
  gap: 50px;
  padding-bottom: 60px;
  /* justify-content: center;
  gap: 60px; */
}

#about_1 .container .wrapper .content .point.second,
#about_1 .container .wrapper .content .point.forth {
  gap: 60px;
  justify-content: flex-start;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

#about_1 .container .wrapper .content .point .txt {
  align-self: center;
  display: flex;
  flex-direction: column;
  font-size: 30px;
}

#about_1 .container .wrapper .content .point .txt span.number {
  padding-bottom: 15px;
  font-size: 33px;
  color: #0e9380;
}
#about_1 .container .wrapper .content .point .txt span.color {
  font-weight: 700;
  padding-bottom: 15px;
}
#about_1 .container .wrapper .content .point .txt span.color .green {
  color: #0e9380;
}
#about_1 .container .wrapper .content .point .txt p {
  font-size: 18px;
  padding-top: 15px;
  position: relative;
}

#about_1 .container .wrapper .content .point .txt p:before {
  content: "";
  position: absolute;
  width: 130%;
  height: 2px;
  background-color: #0e9380;
  top: -2px;
}

#about_1 .container .wrapper .content .point img {
  border-radius: 20px;
}

/* --------------------- about section 02 */

#about_2 {
  background: #f7f7f7;
}

#about_main #about_2 .container .wrapper .content {
  padding: 90px 0 150px;
}

#about_2 .container .wrapper .content .about_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

#about_2 .container .wrapper .content .about_cards li.card {
  flex: 1 1 20%;
  max-width: 338px;
  min-height: 453px;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
}

#about_2 .container .wrapper .content .about_cards li.card:nth-child(2),
.about_cards li.card:nth-child(4) {
  position: relative;
  top: 70px;
}

#about_2 .container .wrapper .content .about_cards li.card:nth-child(1) {
  background-image: url("/gangnamafter/assets/images/about/card01.png");
  background-size: contain;
}
#about_2 .container .wrapper .content .about_cards li.card:nth-child(2) {
  background-image: url("/gangnamafter/assets/images/about/card02.png");
  background-size: contain;
}
#about_2 .container .wrapper .content .about_cards li.card:nth-child(3) {
  background-image: url("/gangnamafter/assets/images/about/card03.png");
  background-size: contain;
}
#about_2 .container .wrapper .content .about_cards li.card:nth-child(4) {
  background-image: url("/gangnamafter/assets/images/about/card04.png");
  background-size: contain;
}

#about_2 .container .wrapper .content .about_cards li.card .card-content {
  position: relative;
}
#about_2 .container .wrapper .content .about_cards li.card .card-content .txt {
  font-size: 23px;
  padding: 10px;
}

#about_2
  .container
  .wrapper
  .content
  .about_cards
  li.card
  .card-content
  .txt
  .title {
  font-size: 40px;
  font-weight: 800;
  padding: 10px 0;
}

/* --------------------- about section 03 */

#about_3 {
  background: #eef4f2;
}
/* #about_main #about_3 .container .wrapper .content {padding: 0;} */

#about_3 .container .wrapper p {
  text-align: center;
  font-size: 33px;
  font-weight: 300;
  padding: 55px 0 25px 0;
}
#about_3 .container .wrapper p span {
  font-weight: 600;
}

.video-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
}

.video-list li {
  flex: 1;
  background-color: white;
  border-radius: 42px;
}

.video-list li .video-content {
  display: flex;
  align-items: center;
  width: 100%;
}

.video-list li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* border-radius:24px; */
  user-select: none;
}
.video-list li .img {
  width: 40%;
}

.video-list li .txt {
  font-size: 2.3em;
  padding-left: 40px;
  width: 60%;
}

.video-list li .txt span {
  font-weight: 600;
}

/********************************************* DOCTORS ************************************
*/

#doctors_main section .container {
  padding: 90px 20px;
}

#doctors_main section .container .wrapper h2 {
  font-size: 50px;
  padding-bottom: 20px;
}

#doctors_main section .container .wrapper p {
  line-height: 1.3;
}

#doctors_main section .container .wrapper .content {
  padding-top: 35px;
}

/* --------------------- doctors header */
#doctors_header {
}
#doctors_header .container {
}
#doctors_header .container .wrapper {
}
#doctors_header .container .wrapper .main-banner {
}
#doctors_header .container .wrapper .main-banner img {
  position: relative;
}
#doctors_header .container .wrapper .main-banner .txt {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  text-shadow: 5px 0 #0000002c;
  /*  */
}

#doctors_header .container .wrapper .main-banner .txt h1 {
  font-size: 75px;
  font-family: "BMDOHYEON";
}
#doctors_header .container .wrapper .main-banner .txt h1 span {
  color: #00d8b5;
}
#doctors_header .container .wrapper .main-banner .txt h4 {
  font-size: 37px;
  font-weight: 300;
  opacity: 0.8;
  padding: 40px;
  line-height: 1.5;
}

/* --------------------- doctors section 01 */

#doctors_1 {
  background: url("../assets/images/doctors/section1_bg.jpg");
  background-size: contain;
}

#doctors_1 .container .wrapper .content {
  text-align: center;
}

#doctors_1 .container .wrapper .content p {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.8;
  padding-top: 50px;
}

/* --------------------- doctors section 02 */

#doctors_main #doctors_2 .container {
  max-width: 1920px;
  padding: 0;
}
#doctors_main #doctors_2 .container .wrapper .content {
  padding-top: 0px;
}

#doctors_2 .container .wrapper .content .doctor {
  display: flex;
}
#doctors_2 .container .wrapper .content .doctor:nth-child(2n + 1) {
  background: #f7f7f7;
}
#doctors_2 .container .wrapper .content .info {
  width: 60%;
  padding: 120px 40px 0px 200px;
}
#doctors_2 .container .wrapper .content .img {
  width: 60%;
  text-align: center;
}

#doctors_2 .container .wrapper .content .img img {
}
#doctors_2 .container .wrapper .content .info .title {
  font-weight: 700;
  font-size: 33px;
}
#doctors_2 .container .wrapper .content .info .title span {
  color: #00d9b6;
  font-size: 115px;
}

#doctors_2 .container .wrapper .content .info .name {
  padding-top: 30px;
}
#doctors_2 .container .wrapper .content .info .doctor_name {
  font-weight: 700;
  font-size: 55px;
  margin-bottom: 5px;
}
#doctors_2 .container .wrapper .content .info .doctor_info {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
}
#doctors_2 .container .wrapper .content .info .doctor_info .field {
  color: #029783;
}
#doctors_2 .container .wrapper .content .info .doctor_info .position {
}

#doctors_2 .container .wrapper .content .info .exp {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.7;
}
#doctors_2 .container .wrapper .content .info .exp .col-6 {
  width: 50%;
}

/* --------------------- doctors section 03 */

#doctors_3 {
  background: #f0f2ef;
  background: linear-gradient(
    149deg,
    rgba(240, 242, 239, 1) 0%,
    rgba(235, 247, 245, 1) 100%
  );
}

#doctors_main #doctors_3 .container .wrapper .content {
  text-align: center;
  padding-top: 60px;
}

#doctors_3 .container .wrapper .content p {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.5;
}
#doctors_3 .container .wrapper .content p span {
  font-weight: 600;
}

#doctors_3 .container .wrapper .content img {
  margin: 55px 0;
  max-width: 920px;
  border-radius: 30px;
}

/********************************************* SENIOR FIT ************************************
*/
#seniorfit_main section .container {
  padding: 90px 20px;
}

#seniorfit_main section .container .wrapper h2 {
  font-size: 50px;
  padding-bottom: 20px;
}

#seniorfit_main section .container .wrapper p {
  line-height: 1.3;
}

#seniorfit_main section .container .wrapper .content {
  padding-top: 35px;
}

/* --------------------- senior fit header */
#seniorfit_header {
}
#seniorfit_header .container {
}
#seniorfit_header .container .wrapper {
}
#seniorfit_header .container .wrapper .main-banner {
}
#seniorfit_header .container .wrapper .main-banner img {
  position: relative;
}
#seniorfit_header .container .wrapper .main-banner .txt {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: "BMDOHYEON";
  text-shadow: 5px 0 #0000002c;
  /*  */
}

#seniorfit_header .container .wrapper .main-banner .txt h1 {
  font-size: 75px;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px;
}

/* --------------------- senior fit section 01 */

#seniorfit_1 {
  background: #e6fffb;
  background: linear-gradient(
    149deg,
    rgba(230, 255, 251, 1) 0%,
    rgba(235, 247, 243, 1) 100%
  );
}

#seniorfit_1 .container .wrapper .content {
  text-align: center;
}

#seniorfit_1 .container .wrapper .content p {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4;
}
#seniorfit_1 .container .wrapper .content p span {
  font-weight: 600;
}

#seniorfit_1 .container .wrapper .content img {
  padding: 75px 0;
}

/* --------------------- senior fit section 02 */

#seniorfit_2 {
  background: #fff;
}

#seniorfit_2 .container .wrapper .content {
  text-align: center;
}

#seniorfit_main #seniorfit_2 .container .wrapper .content {
  padding-top: 65px;
}

#seniorfit_2 .container .wrapper .content .sub-title {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  margin-bottom: 40px;
}

#seniorfit_2 .container .wrapper .content .sub-title span {
  font-weight: 600;
}

#seniorfit_2 .container .wrapper .content .care-cards {
  display: flex;
  justify-content: center;
  gap: 50px;
  position: relative;
}

#seniorfit_2 .container .wrapper .content .care-card .care-line {
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  height: 6px;
  background: #fff;
  z-index: 2;
}

#seniorfit_2 .container .wrapper .content .care-card {
  background: #f0f0f0;
  border-radius: 15px;
  padding: 50px 40px;
  width: 240px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#seniorfit_2 .container .wrapper .content .care-card .card-icon {
  margin-bottom: 30px;
  position: relative;
  z-index: 4;
}

#seniorfit_2 .container .wrapper .content .care-card .card-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  z-index: 3;
}

#seniorfit_2 .container .wrapper .content .care-card .card-icon img {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 4;
}

#seniorfit_2 .container .wrapper .content .care-card .card-text {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
}

/* --------------------- senior fit section 03 */

#seniorfit_3 {
  background: #e6fffb;
  background: linear-gradient(
    149deg,
    rgba(230, 255, 251, 1) 0%,
    rgba(235, 247, 243, 1) 100%
  );
}

#seniorfit_3 .container .wrapper .content p {
  text-align: center;
  font-weight: 300;
  font-size: 28px;
  padding-bottom: 70px;
}

#seniorfit_3 .container .wrapper .content p span {
  font-weight: 500;
}

#seniorfit_3 .container .wrapper .content .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
}
#seniorfit_3 .container .wrapper .content .cards .card {
  border-radius: 20px;
  overflow: hidden;
  width: calc((100% - 15px) / 3.5);
}
#seniorfit_3 .container .wrapper .content .cards .card .card-img {
  width: 100%;
  height: 250px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

#seniorfit_3 .container .wrapper .content .cards .card .first-card {
  background-image: url("../assets/images/senior_fit/card01.jpg");
  background-size: contain;
}

#seniorfit_3 .container .wrapper .content .cards .card .second-card {
  background-image: url("../assets/images/senior_fit/card02.jpg");
  background-size: contain;
}
#seniorfit_3 .container .wrapper .content .cards .card .third-card {
  background-image: url("../assets/images/senior_fit/card03.jpg");
  background-size: contain;
}
#seniorfit_3 .container .wrapper .content .cards .card .forth-card {
  background-image: url("../assets/images/senior_fit/card04.jpg");
  background-size: contain;
}
#seniorfit_3 .container .wrapper .content .cards .card .fifth-card {
  background-image: url("../assets/images/senior_fit/card05.jpg");
  background-size: contain;
}

#seniorfit_3 .container .wrapper .content .cards .card .card-txt {
  background-color: #019982;
  width: 100%;
  color: #fff;
  padding: 20px 30px;
  text-align: center;
}

#seniorfit_3 .container .wrapper .content .cards .card .card-txt h5 {
  opacity: 0.75;
  font-size: 14px;
  text-align: center;
  padding-bottom: 20px;
}
#seniorfit_3 .container .wrapper .content .cards .card .card-txt h5 span {
  font-size: 20px;
}
#seniorfit_3 .container .wrapper .content .cards .card .card-txt h3 {
  font-size: 35px;
  font-weight: 600;
  margin: 5px 0 10px 0;
}
#seniorfit_3 .container .wrapper .content .cards .card .card-txt p {
  font-size: 17px;
  line-height: 25px;
  padding: 0;
  font-weight: 400;
}

/* --------------------- senior fit section 04 */

#seniorfit_4 {
  background: url("../assets/images/senior_fit/section4-bg.jpg");
  background-size: contain;
}
#seniorfit_4 .container .wrapper .content {
  min-height: 830px;
}
#seniorfit_main #seniorfit_4 .container .wrapper p {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  padding-top: 40px;
}

#seniorfit_main #seniorfit_4 .container .wrapper p::before {
  content: '"';
  font-weight: bold;
  position: relative;
  top: -50px;
  left: 11%;
  /* 17->11 */
  font-size: 50px;
  line-height: 0;
  font-style: italic;
}
#seniorfit_main #seniorfit_4 .container .wrapper p::after {
  content: '"';
  font-weight: bold;
  position: relative;
  top: 70px;
  right: 29%;
  /* 23-> 29 */
  font-size: 50px;
  line-height: 0;
  font-style: italic;
}
#seniorfit_4 .container .wrapper .content .senior_cards {
  display: flex;
  justify-content: space-around;
  padding-top: 100px;
}

#seniorfit_4 .container .wrapper .content .senior_cards li {
  background: #009a82;
  color: white;
  text-align: center;
  width: 25%;
  margin: 0 30px;
  border-radius: 25px;
  padding: 80px 0;
  position: relative;
}

#seniorfit_4 .container .wrapper .content .senior_cards li:nth-child(2),
#seniorfit_4 .container .wrapper .content .senior_cards li:nth-child(3) {
  top: 70px;
}

#seniorfit_4 .container .wrapper .content .senior_cards li .card-txt {
}
#seniorfit_4 .container .wrapper .content .senior_cards li .card-txt .nmb {
  font-size: 30px;
  padding-bottom: 10px;
}
#seniorfit_4 .container .wrapper .content .senior_cards li .card-txt .title {
  font-weight: 700;
  font-size: 35px;
  padding-bottom: 30px;
}
#seniorfit_4 .container .wrapper .content .senior_cards li .card-txt .txt {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.3;
}

/* --------------------- senior section 05 */

#seniorfit_5 {
  background: linear-gradient(
    180deg,
    rgba(230, 254, 249, 1) 0%,
    rgba(225, 229, 224, 1) 100%
  );
}

#seniorfit_main #seniorfit_5 .container .wrapper .content {
  padding: 0;
}

#seniorfit_5 .container .wrapper .candidates {
  text-align: center;
  padding: 50px 0;
  position: relative;
}

#seniorfit_5 .container .wrapper .candidates img {
  max-width: 100%;
  height: auto;
}

#seniorfit_5 .container .wrapper .candidates .candidate-texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#seniorfit_5 .container .wrapper .candidates .text-item {
  position: absolute;
  text-align: center;
  font-size: 25px;
  color: #333;
}

#seniorfit_5 .container .wrapper .candidates .text-item p {
  margin: 0;
  line-height: 1.5;
}

#seniorfit_5 .container .wrapper .candidates .text-item span {
  font-weight: 600;
}

#seniorfit_5 .container .wrapper .candidates .text-left-top {
  top: 40%;
  left: 6%;
}

#seniorfit_5 .container .wrapper .candidates .text-right-top {
  top: 40%;
  right: 6%;
}

#seniorfit_5 .container .wrapper .candidates .text-left-bottom {
  top: 69%;
  left: 22%;
}

#seniorfit_5 .container .wrapper .candidates .text-right-bottom {
  top: 69%;
  right: 16%;
}

#seniorfit_5 .container .wrapper .candidates .text-center-bottom {
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
}

/* --------------------- senior section 06 */

#seniorfit_6 {
  background: #282828;
}

#seniorfit_main #seniorfit_6 .container .wrapper h2 {
  color: #ffffff;
}

#seniorfit_main #seniorfit_6 .container .wrapper .content .horizontal-card {
  display: flex;
  max-width: 1250px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 80px;
}

#seniorfit_main #seniorfit_6 .container .wrapper .content .horizontal-card.two {
  flex-direction: row-reverse;
}
#seniorfit_main
  #seniorfit_6
  .container
  .wrapper
  .content
  .horizontal-card
  .left {
  flex: 1;
  padding: 40px 80px;
  background-color: #fff;
  align-self: center;
}
#seniorfit_main
  #seniorfit_6
  .container
  .wrapper
  .content
  .horizontal-card
  .left
  h2 {
  color: #009688;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
}

#seniorfit_main
  #seniorfit_6
  .container
  .wrapper
  .content
  .horizontal-card
  .left
  h2:after {
  content: "";
  position: absolute;
  left: 0;
  top: unset;
  bottom: 0;
  width: 70%;
  height: 2px;
  background-color: #0e9380;
}

#seniorfit_main
  #seniorfit_6
  .container
  .wrapper
  .content
  .horizontal-card
  .left
  p {
  line-height: 1.5;
  font-size: 20px;
  margin-bottom: 8px;
}

#seniorfit_main
  #seniorfit_6
  .container
  .wrapper
  .content
  .horizontal-card.one
  .right {
  flex: 0.9;
  background: url("../assets/images/senior_fit/horizontal-card01.jpg") center
    center / cover no-repeat;
  min-height: 350px;
}
#seniorfit_main
  #seniorfit_6
  .container
  .wrapper
  .content
  .horizontal-card.two
  .right {
  flex: 0.9;
  background: url("../assets/images/senior_fit/horizontal-card02.jpg") center
    center / cover no-repeat;
  min-height: 350px;
}

#seniorfit_main
  #seniorfit_6
  .container
  .wrapper
  .content
  .horizontal-card
  .highlight {
  background: #00d9b6;
  color: 000;
  font-weight: 700;
  padding: 0 3px;
  font-weight: 700;
}

/********************************************* NAVIGATION IMPLANT ************************************
*/
.container .wrapper .content {
  color: #292929;
}

#navigation_main section .container {
  padding: 90px 20px;
}

#navigation_main section .container .wrapper h2 {
  font-size: 50px;
  padding-bottom: 20px;
}

#navigation_main section .container .wrapper p {
  line-height: 1.3;
}

#navigation_main section .container .wrapper .content {
  padding-top: 35px;
}

/* --------------------- header */
#navigation_header {
}
#navigation_header .container {
}
#navigation_header .container .wrapper {
}
#navigation_header .container .wrapper .main-banner {
}
#navigation_header .container .wrapper .main-banner img {
  position: relative;
}
#navigation_header .container .wrapper .main-banner .txt {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: "BMDOHYEON";
  text-shadow: 5px 0 #0000002c;
  /*  */
}

#navigation_header .container .wrapper .main-banner .txt h1 {
  font-size: 75px;
}
#navigation_header .container .wrapper .main-banner .txt h1 span {
  color: #00d8b5;
}

/* --------------------- navigation section 1 */

#navigation_1 {
  background-color: #f7f7f7;
}

#navigation_1 .container .wrapper .content {
  text-align: center;
}

#navigation_1 .container .wrapper .content p {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4;
}

#navigation_1 .container .wrapper .content p:nth-child(2) {
  padding-bottom: 60px;
}

#navigation_1 .container .wrapper .content p span {
  font-weight: 600;
}

#navigation_1 .container .wrapper .content img {
  padding: 75px 0;
}

/* --------------------- navigation section 02 */

#navigation_2 {
  background: #ccfef5;
  background: linear-gradient(
    109deg,
    rgba(230, 254, 249, 1) 0%,
    rgba(225, 229, 224, 1) 100%
  );
}

#navigation_main #navigation_2 .container .wrapper h2 {
  padding-bottom: 10px;
}

#navigation_2 .container .wrapper h4 {
  font-size: 37px;
  font-weight: 600;
  opacity: 0.9;
  line-height: 1.45;
  color: #00d8b5;
  text-align: center;
  padding-bottom: 20px;
}

#navigation_2 .container .wrapper .content {
  text-align: center;
}

#navigation_2 .container .wrapper .content p {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4;
}

#navigation_2 .container .wrapper .content p:nth-child(3) {
  padding: 30px 0;
}

#navigation_2 .container .wrapper .content p span {
  font-weight: 600;
}

#navigation_2 .container .wrapper .content .list {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0px 0px 35px 0px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  justify-content: space-evenly;
}

#navigation_2 .container .wrapper .content .list .item {
  width: 33.33%;
  font-size: 50px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  letter-spacing: -5px;
  color: #c8c5cc;
}
#navigation_2 .container .wrapper .content .list .item:nth-child(2) {
  border: 1px solid #525252;
  border-top: 0;
  border-bottom: 0;
}

/* --------------------- navigation section 03 */

#navigation_3 {
  background: url("../assets/images/navigation/section3-bg.jpg");
  background-size: contain;
}

#navigation_3 .container .wrapper .num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  width: 3.225rem;
  height: 3.225rem;
  background-color: #00d9b6;
  border-radius: 50%;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
}

#navigation_3 .container .wrapper .content .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  padding: 50px 0;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

#navigation_3 .container .wrapper .cards .card {
  width: calc(100% / 2.5);
}

#navigation_3 .container .wrapper .content p {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4;
  padding: 15px 0;
  text-align: center;
}

/* --------------------- navigation section 04 */

#navigation_4 {
  background: url("../assets/images/navigation/section4-bg.jpg");
  background-size: contain;
}

#navigation_4 .container .wrapper .num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  width: 3.225rem;
  height: 3.225rem;
  background-color: #00d9b6;
  border-radius: 50%;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
}

#navigation_4 .container .wrapper .content .img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0;
}

#navigation_4 .container .wrapper .content .img img {
  padding: 0 20px;
}

#navigation_4 .container .wrapper .content p {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4;
  padding: 15px 0;
  text-align: center;
}
/* --------------------- navigation section 05 */

#navigation_5 {
  background: url("../assets/images/navigation/section5-bg.jpg");
  background-size: contain;
}

#navigation_5 .container .wrapper .num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  width: 3.225rem;
  height: 3.225rem;
  background-color: #00d9b6;
  border-radius: 50%;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
}

#navigation_main section .container .wrapper .content {
  text-align: center;
}

#navigation_5 .container .wrapper .content img {
  padding: 30px 0 65px 0;
}

#navigation_5 .container .wrapper .content p {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4;
  padding: 15px 0;
  text-align: center;
}

/* --------------------- navigation section 06 */

#navigation_6 {
  background: #ccfef5;
  background: linear-gradient(
    109deg,
    rgba(230, 254, 249, 1) 0%,
    rgba(225, 229, 224, 1) 100%
  );
}

#navigation_6 .container .wrapper .content .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 40px;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

#navigation_6 .container .wrapper .cards .card {
  width: unset;
  width: calc((100% - 15px) / 2.5);
  min-height: 320px;
  background-color: #f7f7f7;
}

section .container .wrapper .cards .card .first-card {
  background-image: url("/gangnamafter/assets/images/navigation/section6-01.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

section .container .wrapper .cards .card .second-card {
  background-image: url("/gangnamafter/assets/images/navigation/section6-02.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

section .container .wrapper .cards .card .third-card {
  background-image: url("/gangnamafter/assets/images/navigation/section6-03.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

section .container .wrapper .cards .card .forth-card {
  background-image: url("../assets/images/navigation/section6-04.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f7f7f7;
}

#navigation_6 .container .wrapper .cards .card .card-txt {
  text-align: left;
}

#navigation_6 .container .wrapper .cards .card .card-txt h5 {
  font-size: 25px;
  padding-bottom: 15px;
  opacity: 1;
}

#navigation_6 .container .wrapper .cards .card .card-txt h3 {
  font-size: 30px;
  font-weight: 500;
  margin: 5px 0 10px 0;
}

/* --------------------- navigation section 07 */

#navigation_7 {
  background: #f7f7f7;
}

#navigation_7 .container .wrapper .content img {
  max-width: 820px;
}

/* --------------------- navigation section 08 */

#navigation_8 {
  background: #ccfef5;
  background: linear-gradient(
    109deg,
    rgba(230, 254, 249, 1) 0%,
    rgba(225, 229, 224, 1) 100%
  );
}

#navigation_main section .container .wrapper .content {
  text-align: center;
}

#navigation_8 .container .wrapper .content img {
  padding: 30px 0 65px 0;
}

#navigation_8 .container .wrapper .content p {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4;
  padding: 15px 0;
  text-align: center;
}

#navigation_8 .container .wrapper .content p span {
  font-weight: 600;
}

/* --------------------- navigation section 9 */

#navigation_9 {
  background: #fafafa;
}

#navigation_9 .container .wrapper .content {
  display: flex;
  justify-content: space-evenly;
}

#navigation_main #navigation_9 .container .wrapper .content {
  padding-top: 65px;
}

#navigation_9 .container .wrapper .content .img {
  align-self: center;
}
#navigation_9 .container .wrapper .content .txt,
#navigation_9 .container .wrapper .content .txt .list li.list-item .txt {
  align-self: center;
}

#navigation_9 .container .wrapper .content .txt .title {
  font-size: 35px;
  line-height: 1.4;
  padding-bottom: 40px;
}
#navigation_9 .container .wrapper .content .txt span {
  font-weight: 600;
}

#navigation_9 .container .wrapper .content .txt .list li.list-item {
  display: flex;
  font-size: 28px;
  padding: 20px 0;
  gap: 10px;
}

/* --------------------- navigation section 10 */

#navigation_10 {
  background: #ccfef5;
  background: linear-gradient(
    109deg,
    rgba(230, 254, 249, 1) 0%,
    rgba(225, 229, 224, 1) 100%
  );
}
#navigation_10 .container .wrapper .candidates {
  text-align: center;
  padding-left: 110px;
}
/* --------------------- navigation section 11 */

#navigation_11 {
  background: #e9f8f3;
  min-height: 1050px;
}

#navigation_11 .container .wrapper p {
  text-align: center;
  font-size: 33px;
  font-weight: 600;
  padding: 45px 0 75px;
}

/* --------------------- navigation section 12 */

#navigation_12 {
  background: url("../assets/images/one_day/section10.png");
  background-repeat: no-repeat;
}

#navigation_main #navigation_12 .container .wrapper .content {
  text-align: left;
}

/********************************************* INSURANCE IMPLANT ************************************
*/
.container .wrapper .content {
  color: #292929;
}

#insurance_main section .container {
  padding: 90px 20px;
}

#insurance_main section .container .wrapper h2 {
  font-size: 50px;
  padding-bottom: 20px;
}

#insurance_main section .container .wrapper p {
  line-height: 1.3;
}

#insurance_main section .container .wrapper .content {
  padding-top: 35px;
}

/* --------------------- header */
#insurance_header {
}
#insurance_header .container {
}
#insurance_header .container .wrapper {
}
#insurance_header .container .wrapper .main-banner {
}
#insurance_header .container .wrapper .main-banner img {
  position: relative;
}
#insurance_header .container .wrapper .main-banner .txt {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: "BMDOHYEON";
  text-shadow: 5px 0 #0000002c;
  /*  */
}

#insurance_header .container .wrapper .main-banner .txt h1 {
  font-size: 75px;
}
#insurance_header .container .wrapper .main-banner .txt h1 span {
  color: #00d8b5;
}

/* --------------------- insurance section 01 */

#insurance_1 {
  background: url("../assets/images/insurance/section1-bg.png");
  background-size: contain;
}

#insurance_1 .container .wrapper .content .img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0;
}

#insurance_1 .container .wrapper .content .img img {
  padding: 0 20px;
}

#insurance_1 .container .wrapper .content .img img:first-of-type {
  width: 40%;
  align-self: center;
}
#insurance_1 .container .wrapper .content .img img:last-of-type {
  width: 60%;
}

#insurance_1 .container .wrapper .content p {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4;
  padding: 15px 0;
  text-align: center;
}

/* --------------------- insurance section 02 */

#insurance_2 {
  background: url("../assets/images/insurance/section2-bg.png");
  background-size: contain;
}

#insurance_2 .container .wrapper .content .img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0;
}

#insurance_2 .container .wrapper .content .img img {
  padding: 0 20px;
}

#insurance_2 .container .wrapper .content .img img:first-of-type {
  width: 40%;
  align-self: center;
}
#insurance_2 .container .wrapper .content .img img:last-of-type {
  width: 60%;
}

#insurance_2 .container .wrapper .content p {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4;
  padding: 15px 0;
  text-align: center;
}

/* --------------------- insurance section 03 */

#insurance_3 {
  background: url("../assets/images/insurance/section3-bg.jpg");
  background-size: contain;
}

#insurance_main section#insurance_3 .container .wrapper .content {
  padding-top: 80px;
}

#insurance_3 .container .wrapper .content .point {
  display: flex;
  justify-content: space-evenly;
  gap: 50px;
  padding-bottom: 60px;
  /* justify-content: center;
  gap: 60px; */
}

#insurance_3 .container .wrapper .content .point.second,
#insurance_3 .container .wrapper .content .point.forth {
  gap: 60px;
  justify-content: flex-start;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

#insurance_3 .container .wrapper .content .point .txt {
  align-self: center;
  display: flex;
  flex-direction: column;
  font-size: 30px;
}

#insurance_3 .container .wrapper .content .point .txt span.number {
  padding-bottom: 15px;
  font-size: 33px;
  color: #0e9380;
}
#insurance_3 .container .wrapper .content .point .txt span.color {
  font-weight: 700;
  padding-bottom: 15px;
}
#insurance_3 .container .wrapper .content .point .txt span.color .green {
  color: #0e9380;
}
#insurance_3 .container .wrapper .content .point .txt p {
  font-size: 18px;
  padding-top: 15px;
  position: relative;
}

#insurance_3 .container .wrapper .content .point .txt p:before {
  content: "";
  position: absolute;
  width: 130%;
  height: 2px;
  background-color: #0e9380;
  top: -2px;
}

#insurance_3 .container .wrapper .content .point img {
  border-radius: 20px;
}

/* --------------------- insurance section 04 */

#insurance_4 {
  background: #282828;
}

#insurance_main #insurance_4 .container .wrapper h2 {
  color: #ffffff;
}

#insurance_main #insurance_4 .container .wrapper .content .horizontal-card {
  display: flex;
  max-width: 1250px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 80px;
}

#insurance_main #insurance_4 .container .wrapper .content .horizontal-card.two {
  flex-direction: row-reverse;
}
#insurance_main
  #insurance_4
  .container
  .wrapper
  .content
  .horizontal-card
  .left {
  flex: 1;
  padding: 40px 80px;
  background-color: #fff;
  align-self: center;
}
#insurance_main
  #insurance_4
  .container
  .wrapper
  .content
  .horizontal-card
  .left
  h2 {
  color: #009688;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
}

#insurance_main
  #insurance_4
  .container
  .wrapper
  .content
  .horizontal-card
  .left
  h2:after {
  content: "";
  position: absolute;
  left: 0;
  top: unset;
  bottom: 0;
  width: 70%;
  height: 2px;
  background-color: #0e9380;
}

#insurance_main
  #insurance_4
  .container
  .wrapper
  .content
  .horizontal-card
  .left
  ul,
#insurance_main
  #insurance_4
  .container
  .wrapper
  .content
  .horizontal-card
  .left
  ul
  li {
  line-height: 1.5;
  font-size: 20px;
  margin-bottom: 8px;
  list-style: inside;
  list-style-type: disc;
}

#insurance_main
  #insurance_4
  .container
  .wrapper
  .content
  .horizontal-card.one
  .right {
  flex: 1;
  background: url("../assets/images/insurance/horizontal-card01.png") center
    center / cover no-repeat;
  min-height: 350px;
}
#insurance_main
  #insurance_4
  .container
  .wrapper
  .content
  .horizontal-card.two
  .right {
  flex: 1.1;
  background: url("../assets/images/insurance/horizontal-card02.png") center
    center / cover no-repeat;
  min-height: 350px;
}

#insurance_main #insurance_4 .container .wrapper .content .txt {
  color: #c1c1c1;
  color: #c1c1c1;
  font-size: 27px;
  line-height: 2;
  font-weight: 300;
  max-width: 1013px;
  margin: 0 auto;
}

/* --------------------- insurance section 05 */

#insurance_5 {
  background: #ddf3ee;
}
#insurance_5 .container .wrapper .content {
  text-align: center;
}

#insurance_5 .container .wrapper .content p {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4;
  padding-top: 60px;
}

#insurance_5 .container .wrapper .content p span {
  font-weight: 600;
}

#insurance_5 .container .wrapper .content img {
  border-radius: 30px;
}

/********************************************* FULL IMPLANT IMPLANT ************************************
*/
.container .wrapper .content {
  color: #292929;
}

#full_main section .container {
  padding: 90px 20px;
}

#full_main section .container .wrapper h2 {
  font-size: 50px;
  padding-bottom: 20px;
}

#full_main section .container .wrapper p {
  line-height: 1.3;
}

#full_main section .container .wrapper .content {
  padding-top: 35px;
}

/* --------------------- header */
#full_header {
}
#full_header .container {
}
#full_header .container .wrapper {
}
#full_header .container .wrapper .main-banner {
}
#full_header .container .wrapper .main-banner img {
  position: relative;
}
#full_header .container .wrapper .main-banner .txt {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: "BMDOHYEON";
  text-shadow: 5px 0 #0000002c;
  /*  */
}

#full_header .container .wrapper .main-banner .txt h1 {
  font-size: 75px;
}
#full_header .container .wrapper .main-banner .txt h1 span {
  color: #00d8b5;
}

/* --------------------- full intro section */

#full_intro {
  background-color: #fafafa;
  padding: 80px 20px;
}

#full_intro .container .wrapper .intro-boxes {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
}

#full_intro .container .wrapper .intro-box {
  flex: 1;
  text-align: center;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

#full_intro .container .wrapper .intro-box .box-icon {
  margin-bottom: 20px;
}

#full_intro .container .wrapper .intro-box .box-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

#full_intro .container .wrapper .intro-box .box-title {
  font-size: 22px;
  font-weight: 700;
  color: #292929;
  margin-bottom: 15px;
  line-height: 1.4;
}

#full_intro .container .wrapper .intro-box .box-text {
  font-size: 16px;
  font-weight: 300;
  color: #666;
  line-height: 1.6;
}

/* --------------------- full section 01 */

#full_1 {
  background-color: #fafafa;
}

#full_1 .container .wrapper .content {
  display: flex;
  align-items: center;
  gap: 60px;
  text-align: left;
}

#full_1 .container .wrapper .content .content-image {
  flex: 0 0 auto;
  width: 45%;
}

#full_1 .container .wrapper .content .content-image img {
  width: 100%;
  height: auto;
  display: block;
}

#full_1 .container .wrapper .content .content-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

#full_1 .container .wrapper .content .text-headline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
}

#full_1 .container .wrapper .content .text-headline .headline-main {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  color: #292929;
}

#full_1 .container .wrapper .content .text-headline .headline-sub {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: #292929;
}

#full_1 .container .wrapper .content .text-description {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#full_1 .container .wrapper .content .text-description p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  color: #292929;
  margin: 0;
}

#full_1 .container .wrapper .content p {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.8;
}

#full_1 .container .wrapper .content p span {
  font-weight: 600;
}

/* --------------------- full section 02 */

#full_2 .container .wrapper .content {
  display: flex;
  align-items: stretch;
  gap: 30px;
  text-align: left;
}

#full_2 .container .wrapper .content .comparison-column,
#full_2 .container .wrapper .content .info-column {
  flex: 1;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 600px;
}

#full_2 .container .wrapper .content .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#full_2 .container .wrapper .content .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#full_2 .container .wrapper .content .content-text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding: 60px 40px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(232, 232, 232, 0.85) 0%,
    rgba(240, 240, 240, 0.75) 50%,
    rgba(248, 248, 248, 0.65) 100%
  );
}

#full_2 .container .wrapper .content .comparison-column .content-text h2 {
  font-size: 36px;
  font-weight: 700;
  color: #292929;
  margin-bottom: 30px;
  text-align: left;
}

#full_2 .container .wrapper .content .comparison-items {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

#full_2 .container .wrapper .content .comparison-item {
  margin-bottom: 0;
}

#full_2 .container .wrapper .content .comparison-label {
  display: inline-block;
  padding: 10px 20px;
  background: #292929;
  color: #fff;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

#full_2 .container .wrapper .content .comparison-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#full_2 .container .wrapper .content .comparison-item ul li {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

#full_2 .container .wrapper .content .comparison-item ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #00d9b6;
  font-weight: 700;
  font-size: 20px;
}

#full_2 .container .wrapper .content .info-column .content-text h2 {
  font-size: 36px;
  font-weight: 700;
  color: #292929;
  margin-bottom: 30px;
  text-align: left;
}

#full_2 .container .wrapper .content .info-sections {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#full_2 .container .wrapper .content .info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 0;
}

#full_2 .container .wrapper .content .info-label {
  flex: 0 0 auto;
  padding: 10px 20px;
  background: #292929;
  color: #fff;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

#full_2 .container .wrapper .content .info-arrow {
  flex: 0 0 auto;
  font-size: 24px;
  color: #333;
  line-height: 1;
}

#full_2 .container .wrapper .content .info-description {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
}

/* --------------------- full section 03 */

#full_3 {
  background: #fafafa;
}

#full_3 .container .wrapper .content {
  text-align: center;
  padding-top: 60px;
}

#full_3 .container .wrapper .content .info-icon {
  margin-bottom: 30px;
}

#full_3 .container .wrapper .content .info-icon img {
  width: 100px;
  height: auto;
  display: inline-block;
}

#full_3 .container .wrapper .content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #292929;
  margin-bottom: 50px;
}

#full_3 .container .wrapper .content .info-sections {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#full_3 .container .wrapper .content .info-item {
  text-align: left;
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

#full_3 .container .wrapper .content .info-item h3 {
  font-size: 24px;
  font-weight: 700;
  color: #292929;
  margin-bottom: 15px;
}

#full_3 .container .wrapper .content .info-item p {
  font-size: 16px;
  font-weight: 300;
  color: #555;
  line-height: 1.8;
  margin: 0;
}

#full_main section#full_3 .container .wrapper .content {
  padding-top: 80px;
}

#full_3 .container .wrapper .content ul.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}
#full_3 .container .wrapper .content ul.steps li.step {
  width: calc((100% - 200px) / 2);
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  max-width: 560px;
}

#full_3 .container .wrapper .content ul.steps li.step:nth-child(1):after,
#full_3 .container .wrapper .content ul.steps li.step:nth-child(3):after {
  position: absolute;
  content: "▶";
  top: 45%;
  right: -13%;
  font-size: 30px;
  color: #3a3a3a;
}

/* #full_3 .container .wrapper .content ul.steps li.step:nth-child(3):after,
#full_3 .container .wrapper .content ul.steps li.step:nth-child(6):after {
  content: " ";
} */
#full_3 .container .wrapper .content ul.steps li.step .title {
  background: #019982;
  color: #fff;
  padding: 20px;
  border-radius: 15px;
  font-size: 35px;
  margin: 0 5px;
}
#full_3 .container .wrapper .content ul.steps li.step img {
  border-radius: 20px;
  margin: 15px 0 20px;
}
#full_3 .container .wrapper .content ul.steps li.step .desc {
  font-size: 30px;
  font-weight: 600;
}

/* old */

#full_3 .container .wrapper .content .point {
  display: flex;
  justify-content: space-evenly;
  gap: 300px;
  padding-bottom: 60px;
  /* justify-content: center;
  gap: 60px; */
}

#full_3 .container .wrapper .content .point.second,
#full_3 .container .wrapper .content .point.forth {
  gap: 80px;
  justify-content: flex-start;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

#full_3 .container .wrapper .content .point .txt {
  align-self: center;
  display: flex;
  flex-direction: column;
  font-size: 30px;
}

#full_3 .container .wrapper .content .point .txt span.number {
  padding-bottom: 15px;
  font-size: 33px;
  color: #0e9380;
}
#full_3 .container .wrapper .content .point .txt span.color {
  font-weight: 700;
  padding-bottom: 15px;
}
#full_3 .container .wrapper .content .point .txt span.color .green {
  color: #0e9380;
}
#full_3 .container .wrapper .content .point .txt p {
  font-size: 18px;
  padding-top: 15px;
  position: relative;
}

#full_3 .container .wrapper .content .point .txt p:before {
  content: "";
  position: absolute;
  width: 400%;
  height: 2px;
  background-color: #0e9380;
  top: -2px;
}

#full_3 .container .wrapper .content .point img {
  border-radius: 20px;
}

/* --------------------- full section 04 */

#full_4 {
  background: #fafafa;
}

#full_4 .container .wrapper .content {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 500px;
}

#full_main #full_4 .container .wrapper .content {
  padding-top: 65px;
}

#full_4 .container .wrapper .content .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#full_4 .container .wrapper .content .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#full_4 .container .wrapper .content .content-text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding: 80px 60px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(232, 232, 232, 0.85) 0%,
    rgba(240, 240, 240, 0.75) 50%,
    rgba(248, 248, 248, 0.65) 100%
  );
}

#full_4 .container .wrapper .content .content-text .text-headline {
  margin-bottom: 20px;
}

#full_4 .container .wrapper .content .content-text .text-headline h2 {
  font-size: 36px;
  font-weight: 700;
  color: #292929;
  line-height: 1.4;
  margin: 0;
}

#full_4 .container .wrapper .content .content-text .text-description {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#full_4 .container .wrapper .content .content-text .text-description p {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  margin: 0;
}

/* --------------------- full section 02 */

#full_5 {
  background: #fafafa;
}

#dentures_main #full_5 .container .wrapper .content {
  padding: 0;
}

#full_5 .container .wrapper .candidates {
  text-align: center;
  padding: 50px 0;
}

#full_5 .container .wrapper .candidates img {
  padding-left: 40px;
}

/* --------------------- full section 06 */

#full_6 {
  background: #cdfff6;
  background: linear-gradient(
    109deg,
    rgba(230, 254, 249, 1) 0%,
    rgba(225, 229, 224, 1) 100%
  );
}

#full_main #full_6 .container .wrapper h2 {
  padding-bottom: 75px;
}

/* --------------------- full section 07 */

#full_7 {
  background: #fafafa;
  background: url("../assets/images/one_day/section10.png");
}

#full_7 .answer {
  width: 95%;
}

/********************************************* EQUIPMENT ************************************
*/
.container .wrapper .content {
  color: #292929;
}

#equipment_main section .container {
  padding: 90px 20px;
}

#equipment_main section .container .wrapper h2 {
  font-size: 50px;
  padding-bottom: 20px;
}

#equipment_main section .container .wrapper p {
  line-height: 1.3;
}

#equipment_main section .container .wrapper .content {
  padding-top: 35px;
}

/* --------------------- header */
#equipment_header {
}
#equipment_header .container {
}
#equipment_header .container .wrapper {
}
#equipment_header .container .wrapper .main-banner {
}
#equipment_header .container .wrapper .main-banner img {
  position: relative;
}
#equipment_header .container .wrapper .main-banner .txt {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: "BMDOHYEON";
  text-shadow: 5px 0 #0000002c;
  /*  */
}

#equipment_header .container .wrapper .main-banner .txt h1 {
  font-size: 75px;
}
#equipment_header .container .wrapper .main-banner .txt h1 span {
  color: #00d8b5;
}
#equipment_header .container .wrapper .main-banner .txt h4 {
  font-size: 37px;
  font-weight: 300;
  opacity: 0.9;
  padding: 20px;
  line-height: 1.45;
}

/* --------------------- eqipment section 01 */
#equipment_1 {
  background: url("../assets/images/equipment/section1-bg.jpg");
  background-size: contain;
}

#equipment_1 .container .wrapper .content {
  text-align: center;
}
#equipment_1 .container .wrapper .content img {
  max-width: 1180px;
  width: 100%;
  padding: 75px 0;
}

#equipment_1 .container .wrapper .content p {
  color: #00d9b6;
  font-size: 45px;
  font-weight: 300;
  line-height: 1.2;
  padding-top: 50px;
}

#equipment_1 .container .wrapper .content p span {
  font-weight: 600;
  text-decoration: underline;
}

/* --------------------- eqipment section 02 */

#equipment_main #equipment_2 .container {
  padding: 0;
  padding-top: 90px;
  max-width: unset;
  width: unset;
  margin: 0;
}

#equipment_main #equipment_2 .container .wrapper .content {
  padding-top: 0;
}

#equipment_2
  .container
  .wrapper
  .content
  .equipment-list
  .equipment-item:nth-child(2n) {
  background-color: #f7f7f7;
}

#equipment_2
  .container
  .wrapper
  .content
  .equipment-list
  .equipment-item
  .wrapper {
  display: flex;
  max-width: 1500px;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
  min-height: 550px;
  gap: 80px;
}

#equipment_2
  .container
  .wrapper
  .content
  .equipment-list
  .equipment-item
  .wrapper.reverse {
  flex-direction: row-reverse;
}

#equipment_2
  .container
  .wrapper
  .content
  .equipment-list
  .equipment-item
  .wrapper
  .txt {
  align-self: center;
  font-size: 32px;
  font-weight: 300;
}

#equipment_2
  .container
  .wrapper
  .content
  .equipment-list
  .equipment-item
  .wrapper
  .txt
  .title {
  font-weight: 700;
  font-size: 45px;
  padding-bottom: 20px;
  color: #000;
}
#equipment_2
  .container
  .wrapper
  .content
  .equipment-list
  .equipment-item
  .wrapper
  .txt
  p {
  line-height: 1.8;
}

#equipment_2
  .container
  .wrapper
  .content
  .equipment-list
  .equipment-item
  .wrapper
  .img {
  max-width: 600px;
  align-self: center;
}

#equipment_2
  .container
  .wrapper
  .content
  .equipment-list
  .equipment-item
  .wrapper
  .img.flex-end {
  align-self: flex-end;
}

/* --------------------- eqipment section 03 */
#equipment_3 {
  background: url("../assets/images/equipment/section3-bg.jpg");
  background-size: contain;
}

#equipment_3 .container .wrapper .content {
  text-align: center;
}

#equipment_3 .container .wrapper .content p {
  font-size: 33px;
  font-weight: 300;
  line-height: 1.6;
}
#equipment_3 .container .wrapper .content p span {
  font-weight: 600;
  text-decoration: underline;
}

#equipment_3 .container .wrapper .content .img-list {
  padding: 75px 0 55px 0;
  white-space: nowrap;
}

#equipment_3 .container .wrapper .content .img-list li {
  display: inline-block;
  padding: 0 13px;
}

/* --------------------- eqipment section 04 */

#equipment_4 {
  background-color: #fafafa;
}

#equipment_main section#equipment_4 .container .wrapper .content {
  padding-top: 80px;
}

#equipment_4 .container .wrapper .content .point {
  display: flex;
  justify-content: space-between;
  gap: 120px;
  padding-bottom: 60px;
  max-width: 1180px;
  margin: 0 auto;
}

#equipment_4 .container .wrapper .content .point.second,
#equipment_4 .container .wrapper .content .point.forth {
  gap: 90px;
  justify-content: flex-start;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

#equipment_4 .container .wrapper .content .point .txt {
  align-self: center;
  display: flex;
  flex-direction: column;
  font-size: 30px;
}

#equipment_4 .container .wrapper .content .point .txt span.number {
  padding-bottom: 15px;
  font-size: 33px;
  color: #0e9380;
}
#equipment_4 .container .wrapper .content .point .txt span.color {
  font-weight: 700;
  padding-bottom: 15px;
}
#equipment_4 .container .wrapper .content .point .txt span.color .green {
  color: #0e9380;
}
#equipment_4 .container .wrapper .content .point .txt p {
  font-size: 18px;
  padding-top: 15px;
  position: relative;
}

#equipment_4 .container .wrapper .content .point .txt p:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0e9380;
  top: -2px;
}

#equipment_4 .container .wrapper .content .point img {
  border-radius: 20px;
}

/********************************************* TREATMENT ************************************
*/
.container .wrapper .content {
  color: #292929;
}

#treatment_main #treatment_intro .container {
  padding: 90px 20px;
}

#treatment_main section .container .wrapper h2 {
  font-size: 50px;
  padding-bottom: 20px;
}

#treatment_main section .container .wrapper p {
  line-height: 1.3;
}

#treatment_main section .container .wrapper .content {
  padding-top: 35px;
  max-width: 1580px;
  margin: 0 auto;
}

/* --------------------- header */
#treatment_header {
}
#treatment_header .container {
}
#treatment_header .container .wrapper {
}
#treatment_header .container .wrapper .main-banner {
}
#treatment_header .container .wrapper .main-banner img {
  position: relative;
}
#treatment_header .container .wrapper .main-banner .txt {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: "BMDOHYEON";
  text-shadow: 5px 0 #0000002c;
  /*  */
}

#treatment_header .container .wrapper .main-banner .txt h1 {
  font-size: 75px;
}
#treatment_header .container .wrapper .main-banner .txt h1 span {
  color: #00d8b5;
}
#treatment_header .container .wrapper .main-banner .txt h4 {
  font-size: 37px;
  font-weight: 300;
  opacity: 0.9;
  padding: 20px;
  line-height: 1.45;
}

/* --------------------- nav tabs */

.nav-tabs {
  display: flex;
  padding: 35px 0;
  font-size: 32px;
  font-weight: 600;
  justify-content: space-around;
  border-bottom: 2px solid #b7b7b7;
  background: #f7f7f7;
}
.nav-tabs li {
  font-size: 55px;
}
.nav-tabs li.active {
  color: #00d9b6;
  text-decoration: underline;
  text-underline-offset: 47px;
}
.nav-tabs li a {
  color: #292929;
}

.nav-tabs li.active a {
  color: #00d9b6;
}

/* --------------------- treatment section 00 */

#treatment_main {
  background: #f0f2ef;
}

.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}

#treatment_main section#treatment_intro .container .wrapper .content {
  padding-top: 80px;
}

#treatment_main .container .wrapper .content .point {
  display: flex;
  justify-content: space-evenly;
  gap: 50px;
  padding-bottom: 60px;
  /* justify-content: center;
  gap: 60px; */
}

#treatment_main .container .wrapper .content .point.second,
#treatment_main .container .wrapper .content .point.forth {
  gap: 60px;
  justify-content: flex-start;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

#treatment_main .container .wrapper .content .point .txt {
  align-self: center;
  display: flex;
  flex-direction: column;
  font-size: 30px;
}

#treatment_main .container .wrapper .content .point .txt span.number {
  padding-bottom: 15px;
  font-size: 33px;
  color: #0e9380;
}
#treatment_main .container .wrapper .content .point .txt span.color {
  font-weight: 700;
  padding-bottom: 15px;
}
#treatment_main .container .wrapper .content .point .txt span.color .green {
  color: #0e9380;
}
#treatment_main .container .wrapper .content .point .txt p {
  font-size: 18px;
  padding-top: 15px;
  position: relative;
}

#treatment_main .container .wrapper .content .point .txt p:before {
  content: "";
  position: absolute;
  width: 400px;
  height: 2px;
  background-color: #0e9380;
  top: -2px;
}

#treatment_main .container .wrapper .content .point img {
  border-radius: 20px;
}

#treatment_main .container.main {
  max-width: unset;
  padding: 0;
  margin: 0;
}

section.block {
  padding: 120px 0;
}
/* --------------------- treatment section 01 */

#treatment_1,
#treatment_2,
#treatment_3 {
  background: #e7fcf7;
}

.full-content .content p {
  text-align: center;
  font-weight: 300;
  font-size: 28px;
  padding-bottom: 70px;
}
.full-content .content p span {
  font-weight: 600;
}

#treatment_main section .container .wrapper .cards {
  justify-content: center;
  max-width: 1480px;
  margin: 0 auto;
}

#treatment_main section .container .wrapper .cards .card {
  padding: 0px 20px;
  max-width: 300px;
  height: 400px;
  background: #ffffff;
  margin: 0 15px;
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}
#treatment_main section .container .wrapper .cards .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

#treatment_main section .container .wrapper .cards .card .card-wrapper .num {
  color: #009981;
  font-size: 28px;
}
#treatment_main section .container .wrapper .cards .card .card-wrapper .img {
  align-self: center;
  padding: 15px 0;
}
#treatment_main section .container .wrapper .cards .card .card-wrapper .title {
  font-size: 25px;
  font-weight: 700;
  padding: 15px 0;
}
#treatment_main
  section
  .container
  .wrapper
  .cards
  .card
  .card-wrapper
  .title
  span {
  color: #009981;
}
#treatment_main section .container .wrapper .cards .card .card-wrapper .txt {
  font-size: 15px;
}

/* --------------------- treatment section 02 */

.checklist {
  background: #f7f7f7;
}

.checklist .content .program-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 30px 0;
}
.checklist .content .program-list li {
  display: flex;
  width: calc((100% - 100px) / 2);
  gap: 15px;
  border: 1px solid;
  padding: 25px 30px;
  border: 3px solid transparent;
  background: linear-gradient(to right, white, white) padding-box,
    linear-gradient(22deg, rgb(57, 57, 57) 0%, rgba(57, 57, 57, 1) 100%)
      border-box;
  border-radius: 50px;
}

.checklist .content .program-list li img {
  width: 50px;
  height: 45px;
}
.checklist .content .program-list li .txt {
  font-size: 28px;
  align-self: center;
  font-weight: 500;
}

/* --------------------- treatment section 03 */

.type {
  background: #282828;
}

.type h2 {
  color: #ffffff;
}

.type .content .horizontal-card {
  display: flex;
  max-width: 1250px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 80px;
}

.type .content .horizontal-card.two,
.type .content .horizontal-card.four,
.type .content .horizontal-card.two-2,
.type .content .horizontal-card.two-3,
.type .content .horizontal-card.four-3 {
  flex-direction: row-reverse;
}
.type .content .horizontal-card .left {
  flex: 1;
  padding: 40px 80px;
  background-color: #fff;
  align-self: center;
}
.type .content .horizontal-card .left h2 {
  color: #009688;
  font-size: 32px !important;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
}

.type .content .horizontal-card .left h2:after {
  content: "";
  position: absolute;
  left: 0;
  top: unset;
  bottom: 0;
  width: 70%;
  height: 2px;
  background-color: #0e9380;
}

.type .content .horizontal-card .left p {
  line-height: 1.5 !important;
  font-size: 20px !important;
  margin-bottom: 8px;
  padding: 0 !important;
  text-align: left !important;
  font-weight: 400 !important;
}

.type .content .horizontal-card.one .right {
  flex: 0.9;
  background: url("../assets/images/treatment/horizontal-card01.png") center
    center / cover no-repeat;
  min-height: 350px;
}
.type .content .horizontal-card.two .right {
  flex: 0.9;
  background: url("../assets/images/treatment/horizontal-card02.png") center
    center / cover no-repeat;
  min-height: 350px;
}
.type .content .horizontal-card.three .right {
  flex: 0.9;
  background: url("../assets/images/treatment/horizontal-card03.png") center
    center / cover no-repeat;
  min-height: 350px;
}
.type .content .horizontal-card.four .right {
  flex: 0.9;
  background: url("../assets/images/treatment/horizontal-card04.png") center
    center / cover no-repeat;
  min-height: 350px;
}

.type .content .horizontal-card.one-2 .right {
  flex: 0.9;
  background: url("../assets/images/treatment/horizontal-card01-2.png") center
    center / cover no-repeat;
  min-height: 350px;
}
.type .content .horizontal-card.two-2 .right {
  flex: 0.9;
  background: url("../assets/images/treatment/horizontal-card02-2.png") center
    center / cover no-repeat;
  min-height: 350px;
}

.type .content .horizontal-card.one-3 .right {
  flex: 0.9;
  background: url("../assets/images/treatment/horizontal-card01-3.png") center
    center / cover no-repeat;
  min-height: 350px;
}
.type .content .horizontal-card.two-3 .right {
  flex: 0.9;
  background: url("../assets/images/treatment/horizontal-card02-3.png") center
    center / cover no-repeat;
  min-height: 350px;
}
.type .content .horizontal-card.three-3 .right {
  flex: 0.9;
  background: url("../assets/images/treatment/horizontal-card03-3.png") center
    center / cover no-repeat;
  min-height: 350px;
}
.type .content .horizontal-card.four-3 .right {
  flex: 0.9;
  background: url("../assets/images/treatment/horizontal-card04-3.png") center
    center / cover no-repeat;
  min-height: 350px;
}

/* --------------------- treatment section 04 */

.warning {
  background: #cdfff6;
  background: linear-gradient(
    109deg,
    rgba(230, 254, 249, 1) 0%,
    rgba(225, 229, 224, 1) 100%
  );
}

.warning .content .warning-list {
  max-width: 1180px;
  margin: 0 auto;
}

.warning .content .warning-list li {
  background: #ddf3ee;
  border-radius: 25px;
  margin-bottom: 30px;
  text-align: center;
  padding: 40px 0px;
}
.warning .content .warning-list li .inner {
}
.warning .content .warning-list li .inner img {
  max-width: 120px;
}
.warning .content .warning-list li .inner p {
  padding: 0 !important;
  font-weight: 500 !important;
  padding-top: 30px !important;
}

/* --------------------- treatment section 04 */
.qa {
  background: #fafafa;
  background: url("../assets/images/one_day/section10.png");
}

.qa .answer {
  width: 85%;
}

/********************************************* ANESTHESIA ************************************
*/
.container .wrapper .content {
  color: #292929;
}

#anesthesia_main section .container {
  padding: 90px 20px;
}

#anesthesia_main section .container .wrapper h2 {
  font-size: 50px;
  padding-bottom: 20px;
}

#anesthesia_main section .container .wrapper p {
  line-height: 1.3;
}

#anesthesia_main section .container .wrapper .content {
  padding-top: 35px;
  text-align: center;
}

/* --------------------- header */
#anesthesia_header {
}
#anesthesia_header .container {
}
#anesthesia_header .container .wrapper {
}
#anesthesia_header .container .wrapper .main-banner {
}
#anesthesia_header .container .wrapper .main-banner img {
  position: relative;
}
#anesthesia_header .container .wrapper .main-banner .txt {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: "BMDOHYEON";
  text-shadow: 5px 0 #0000002c;
  /*  */
}

#anesthesia_header .container .wrapper .main-banner .txt h1 {
  font-size: 75px;
}
#anesthesia_header .container .wrapper .main-banner .txt h1 span {
  color: #00d8b5;
}
#anesthesia_header .container .wrapper .main-banner .txt h4 {
  font-size: 37px;
  font-weight: 300;
  opacity: 0.9;
  padding: 20px;
  line-height: 1.45;
}

/* --------------------- anesthesia section 01 */
#anesthesia_1 {
  background: url("../assets/images/equipment/section1-bg.jpg");
  background-size: contain;
}

#anesthesia_1 .container .wrapper .content {
  text-align: center;
}
#anesthesia_1 .container .wrapper .content img {
  max-width: 850px;
  width: 100%;
  padding: 45px 0;
}

#anesthesia_1 .container .wrapper .content p {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.8;
  padding-bottom: 35px;
}

#anesthesia_1 .container .wrapper .content p span {
  font-weight: 600;
}

/* --------------------- eqipment section 02 */

#anesthesia_main #anesthesia_2 .container {
  padding: 0;
  padding-top: 90px;
  max-width: unset;
  width: unset;
  margin: 0;
}

#anesthesia_main #anesthesia_2 .container .wrapper .content {
  padding-top: 0;
}

#anesthesia_2
  .container
  .wrapper
  .content
  .equipment-list
  .equipment-item:nth-child(2n) {
  background-color: #f7f7f7;
}

#anesthesia_2
  .container
  .wrapper
  .content
  .equipment-list
  .equipment-item
  .wrapper {
  display: flex;
  max-width: 1580px;
  width: 100%;
  justify-content: space-evenly;
  margin: 0 auto;
  min-height: 450px;
  gap: 50px;
}

#anesthesia_2
  .container
  .wrapper
  .content
  .equipment-list
  .equipment-item
  .wrapper.reverse {
  flex-direction: row-reverse;
}

#anesthesia_2
  .container
  .wrapper
  .content
  .equipment-list
  .equipment-item
  .wrapper
  .txt {
  align-self: center;
  font-size: 28px;
  font-weight: 300;
}

#anesthesia_2
  .container
  .wrapper
  .content
  .equipment-list
  .equipment-item
  .wrapper
  .txt
  .title {
  font-weight: 700;
  font-size: 37px;
  padding-bottom: 20px;
  color: #000;
}
#anesthesia_2
  .container
  .wrapper
  .content
  .equipment-list
  .equipment-item
  .wrapper
  .txt
  p {
  line-height: 1.8;
}
#anesthesia_2
  .container
  .wrapper
  .content
  .equipment-list
  .equipment-item
  .wrapper
  .txt
  .green {
  padding-bottom: 15px;
  font-size: 37px;
  color: #00d5b2;
  font-weight: 700;
}

#anesthesia_2
  .container
  .wrapper
  .content
  .equipment-list
  .equipment-item
  .wrapper
  .img {
  max-width: 300px;
  align-self: center;
}

#anesthesia_2
  .container
  .wrapper
  .content
  .equipment-list
  .equipment-item:last-of-type
  .wrapper
  .img {
  max-width: 450px;
}

/* --------------------- anesthesia section 03 */

#anesthesia_3 {
  background: url("../assets/images/anesthesia/section3-bg.jpg");
  background-size: contain;
}
/* --------------------- anesthesia section 04 */

#anesthesia_4 {
  background: #fafafa;
}

#anesthesia_main #anesthesia_4 .container .wrapper .content {
  padding: 0;
}

#anesthesia_4 .container .wrapper .candidates {
  text-align: center;
  padding: 50px 0;
}

#anesthesia_4 .container .wrapper .candidates img {
  padding-right: 40px;
}

/* --------------------- anesthesia section 05 */

#anesthesia_5 {
  background: url("../assets/images/anesthesia/section5-bg.jpg");
  background-size: contain;
}

#anesthesia_main #anesthesia_5 .container .wrapper h2 {
  color: #fff;
}

.review-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 940px;
  margin: 0 auto;
}

.review-box .review {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  background: #fff;
  border-radius: 35px;
  padding: 20px 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  font-size: 30px;
  font-weight: 300;
  text-align: left;
}

.review-box .review:nth-of-type(2n) {
  flex-direction: row-reverse;
  text-align: right;
}

.review-box .review .avatar img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #00d9b6;
}

.review-box .review .text {
  margin-left: 16px;
}

.review-box .review .text .name {
  display: block;
  color: #00dbb0;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 15px;
}

/********************************************* OSTEM ************************************
*/
.container .wrapper .content {
  color: #292929;
}

#ostem_main section .container {
  padding: 90px 20px;
}

#ostem_main section .container .wrapper h2 {
  font-size: 50px;
  padding-bottom: 20px;
}

#ostem_main section .container .wrapper p {
  line-height: 1.3;
}

#ostem_main section .container .wrapper .content {
  padding-top: 35px;
}

/* --------------------- header */
#ostem_header {
}
#ostem_header .container {
}
#ostem_header .container .wrapper {
}
#ostem_header .container .wrapper .main-banner {
}
#ostem_header .container .wrapper .main-banner img {
  position: relative;
}
#ostem_header .container .wrapper .main-banner .txt {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: "BMDOHYEON";
  text-shadow: 5px 0 #0000002c;
  /*  */
}

#ostem_header .container .wrapper .main-banner .txt h1 {
  font-size: 75px;
}
#ostem_header .container .wrapper .main-banner .txt h1 span {
  color: #00d8b5;
}
#ostem_header .container .wrapper .main-banner .txt h4 {
  font-size: 37px;
  font-weight: 300;
  opacity: 0.9;
  padding: 20px;
  line-height: 1.45;
}

/* --------------------- ostem section 01 */

#ostem_1 {
  background: #ccfef5;
  background: linear-gradient(
    109deg,
    rgba(230, 254, 249, 1) 0%,
    rgba(225, 229, 224, 1) 100%
  );
}

#ostem_main #ostem_1 .container .wrapper h2 {
  padding-bottom: 10px;
}

#ostem_1 .container .wrapper h4 {
  font-size: 37px;
  font-weight: 600;
  opacity: 0.9;
  line-height: 1.45;
  color: #00d8b5;
  text-align: center;
  padding-bottom: 20px;
}

#ostem_1 .container .wrapper .content {
  text-align: center;
}

#ostem_1 .container .wrapper .content p {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4;
}

#ostem_1 .container .wrapper .content p:nth-child(3) {
  padding: 30px 0;
}

#ostem_1 .container .wrapper .content p span {
  font-weight: 600;
}

#ostem_1 .container .wrapper .content .list {
  margin: 75px 0;
  padding: 0px 0px 35px 0px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  justify-content: space-evenly;
}

#ostem_1 .container .wrapper .content .list .item {
  width: 33.33%;
  font-size: 50px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  letter-spacing: -5px;
  color: #c8c5cc;
}
#ostem_1 .container .wrapper .content .list .item:nth-child(2) {
  border: 1px solid #525252;
  border-top: 0;
  border-bottom: 0;
}

/* --------------------- ostem section 2 */

#ostem_2 {
  background: #fafafa;
}

#ostem_main #ostem_2 .container {
  padding: 0 20px;
}

#ostem_2 .container .wrapper {
  text-align: center;
  padding: 90px 0;
}

#ostem_main #ostem_2 .container .wrapper h2 {
  padding: 20px 0;
}

#ostem_2 .container .wrapper .content {
  display: flex;
  justify-content: space-evenly;
}

#ostem_main #ostem_2 .container .wrapper .content {
  padding-top: 65px;
}

#ostem_2 .container .wrapper .content .img {
  align-self: center;
}
#ostem_2 .container .wrapper .content .txt,
#ostem_2 .container .wrapper .content .txt .list li.list-item .txt {
  align-self: center;
  text-align: left;
}

#ostem_2 .container .wrapper .content .txt .title {
  font-size: 35px;
  line-height: 1.4;
  padding-bottom: 40px;
}
#ostem_2 .container .wrapper .content .txt span {
  font-weight: 600;
}

#ostem_2 .container .wrapper .content .txt .list li.list-item {
  display: flex;
  font-size: 28px;
  padding: 20px 0;
  gap: 10px;
}

#ostem_2 .container .wrapper .content p {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.5;
  padding-bottom: 30px;
}

/* --------------------- ostem section 3 */

#ostem_3 {
  background-color: #ddf3ee;
}

#ostem_3 .container .wrapper .content .features {
  gap: 20px;
  padding: 20px;
  font-family: sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1380px;
  margin: 0 auto;
}

#ostem_3 .container .wrapper .content .features .feature-box {
  background-color: #00d9b6;
  color: white;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: calc(100% / 3);
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#ostem_3 .container .wrapper .content .features .feature-box .icon {
  font-size: 40px;
  margin-bottom: 15px;
}

#ostem_3 .container .wrapper .content .features .feature-box h3 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 700;
}

#ostem_3 .container .wrapper .content .features .feature-box p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

#ostem_3 .container .wrapper .content p {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4;
  padding: 15px 0;
}

#ostem_3 .container .wrapper .content p:last-of-type {
  padding: 25px 0;
}

/* --------------------- ostem section 04 */

#ostem_4 {
  background: #ccfef5;
  background: linear-gradient(
    109deg,
    rgba(230, 254, 249, 1) 0%,
    rgba(225, 229, 224, 1) 100%
  );
}

#ostem_4 .container .wrapper .content {
  text-align: center;
}

#ostem_4 .container .wrapper .content img {
  padding: 90px 0;
  max-width: 800px;
}

/* --------------------- ostem section 05 */

#ostem_5 .container .wrapper .content {
  text-align: center;
}

#ostem_5 .container .wrapper .content img {
  padding: 30px 0 65px 0;
  max-width: 800px;
}

#ostem_5 .container .wrapper .content p {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.6;
  padding: 15px 0;
  text-align: center;
}

#ostem_5 .container .wrapper .content p span {
  font-weight: 600;
}

/* --------------------- ostem section 6 */

#ostem_6 {
  background-color: #dcf3ed;
}

#ostem_6 .container .wrapper .content .features {
  gap: 20px;
  padding: 20px;
  font-family: sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1380px;
  margin: 0 auto;
}

#ostem_6 .container .wrapper .content .features .feature-box {
  background-color: #00d9b6;
  color: white;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: calc(100% / 3);
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#ostem_6 .container .wrapper .content .features .feature-box .icon {
  font-size: 40px;
  margin-bottom: 15px;
}

#ostem_6 .container .wrapper .content .features .feature-box h3 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 700;
}

#ostem_6 .container .wrapper .content .features .feature-box p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}

#ostem_6 .container .wrapper .content p {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4;
  padding: 15px 0;
}

#ostem_6 .container .wrapper .content p:last-of-type {
  line-height: 1.6;
  padding: 25px 0;
}

/* --------------------- ostem section 07 */
#ostem_7 {
  background-size: contain;
}
#ostem_main #ostem_7 .container .wrapper .content {
  text-align: center;
  padding-top: 0;
}

#ostem_7 .container .wrapper .content p {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.6;
  padding: 15px 0;
}

#ostem_7 .container .wrapper .content .img-list {
  padding: 75px 0 55px 0;
  white-space: nowrap;
}

#ostem_7 .container .wrapper .content .img-list li {
  display: inline-block;
  padding: 0 13px;
  width: 33.3%;
}

/* --------------------- ostem section 8*/

#ostem_8 {
  background: #e9f8f3;
  min-height: 1050px;
}

#ostem_8 .container .wrapper p {
  text-align: center;
  font-size: 33px;
  font-weight: 600;
  padding: 45px 0 75px;
}

/********************************************* BONES ************************************
*/
.container .wrapper .content {
  color: #292929;
}

#bones_main section .container {
  padding: 90px 20px;
}

#bones_main section .container .wrapper h2 {
  font-size: 50px;
  padding-bottom: 20px;
}

#bones_main section .container .wrapper p {
  line-height: 1.3;
  font-size: 28px;
  font-weight: 300;
  padding-bottom: 20px;
}

#bones_main section .container .wrapper .content {
  padding-top: 35px;
}

/* --------------------- header */
#bones_header {
}
#bones_header .container {
}
#bones_header .container .wrapper {
}
#bones_header .container .wrapper .main-banner {
}
#bones_header .container .wrapper .main-banner img {
  position: relative;
}
#bones_header .container .wrapper .main-banner .txt {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: "BMDOHYEON";
  /*  */
}

#bones_header .container .wrapper .main-banner .txt h1 {
  font-size: 75px;
}
#bones_header .container .wrapper .main-banner .txt h1 span {
  color: #00d8b5;
}

/* --------------------- bones section 1 */

#bones_1 {
  background: #ccfef5;
  background: linear-gradient(
    109deg,
    rgba(230, 254, 249, 1) 0%,
    rgba(225, 229, 224, 1) 100%
  );
}

#bones_1 .container .wrapper .sub-desc {
  text-align: center;
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}

#bones_1 .container .wrapper .candidates {
  text-align: center;
  padding: 50px 0;
  position: relative;
  display: inline-block;
}

#bones_1 .container .wrapper .candidates img.base-img {
  display: block;
  max-width: 100%;
  height: auto;
}

#bones_1 .container .wrapper .candidates img.overlay-img {
  position: absolute;
  height: auto;
}

#bones_1 .container .wrapper .candidates img.overlay-img.center {
  top: 26%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 570px;
}

#bones_1 .container .wrapper .candidates img.overlay-img.left-top {
  top: 28%;
  left: 12%;
  transform: translate(-50%, -50%);
  max-width: 120px;
}

#bones_1 .container .wrapper .candidates img.overlay-img.right-top {
  top: 28%;
  right: 12%;
  transform: translate(50%, -50%);
  max-width: 120px;
}

#bones_1 .container .wrapper .candidates img.overlay-img.left-bottom {
  top: 58%;
  left: 26%;
  transform: translate(-50%, -50%);
  max-width: 120px;
}

#bones_1 .container .wrapper .candidates img.overlay-img.right-bottom {
  top: 58%;
  right: 26%;
  transform: translate(50%, -50%);
  max-width: 120px;
}

#bones_1 .container .wrapper .candidates img.overlay-img.center-bottom {
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 120px;
}

#bones_1 .container .wrapper .candidates .candidate-texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#bones_1 .container .wrapper .candidates .text-item {
  position: absolute;
  text-align: center;
  font-size: 25px;
  color: #333;
}

#bones_1 .container .wrapper .candidates .text-item p {
  margin: 0;
  line-height: 1.5;
}

#bones_1 .container .wrapper .candidates .text-left-top {
  top: 40%;
  left: 6%;
}

#bones_1 .container .wrapper .candidates .text-right-top {
  top: 40%;
  right: 6%;
}

#bones_1 .container .wrapper .candidates .text-left-bottom {
  top: 69%;
  left: 22%;
}

#bones_1 .container .wrapper .candidates .text-right-bottom {
  top: 69%;
  right: 16%;
}

#bones_1 .container .wrapper .candidates .text-center-bottom {
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
}

/* --------------------- bones section 2 */

#bones_2 .container .wrapper .content {
}
#bones_2 .container .wrapper .content ul.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
  align-items: center;
}
#bones_2 .container .wrapper .content ul.steps li.step {
  width: calc((100% - 200px) / 3);
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}

#bones_2 .container .wrapper .content ul.steps li.step:after {
  position: absolute;
  content: "▶";
  top: 45%;
  right: -10%;
  font-size: 30px;
  color: #3a3a3a;
}

#bones_2 .container .wrapper .content ul.steps li.step:nth-child(3):after,
#bones_2 .container .wrapper .content ul.steps li.step:nth-child(6):after {
  content: " ";
}
#bones_2 .container .wrapper .content ul.steps li.step .title {
  background: #019982;
  color: #fff;
  padding: 20px;
  border-radius: 15px;
  font-size: 35px;
  margin: 0 5px;
}
#bones_2 .container .wrapper .content ul.steps li.step img {
  border-radius: 20px;
  margin: 15px 0 20px;
}
#bones_2 .container .wrapper .content ul.steps li.step .desc {
  font-size: 30px;
  font-weight: 600;
}

/* --------------------- full process section */

#full_process .container .wrapper .content {
}
#full_process .container .wrapper .content ul.steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#full_process .container .wrapper .content ul.steps li.step {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}

#full_process .container .wrapper .content ul.steps li.step:nth-child(1):after {
  position: absolute;
  content: "▶";
  top: 45%;
  right: -20px;
  font-size: 30px;
  color: #3a3a3a;
}
#full_process .container .wrapper .content ul.steps li.step:nth-child(3):after {
  position: absolute;
  content: "▶";
  top: 45%;
  right: -20px;
  font-size: 30px;
  color: #3a3a3a;
}

#full_process .container .wrapper .content ul.steps li.step .title {
  background: #019982;
  color: #fff;
  padding: 20px;
  border-radius: 15px;
  font-size: 35px;
  margin: 0 5px;
}
#full_process .container .wrapper .content ul.steps li.step img {
  border-radius: 20px;
  margin: 15px 0 20px;
  width: 100%;
  max-width: 500px;
  height: auto;
}
#full_process .container .wrapper .content ul.steps li.step .desc {
  font-size: 30px;
  font-weight: 600;
}

#full_process .container .wrapper h2 span {
  color: #00d9b6;
}

/* --------------------- full differentiation section */

#full_differentiation {
  background-color: #e7fcf7;
}

#full_differentiation .container .wrapper {
  padding: 80px 20px;
}

#full_differentiation .container .wrapper .title-box {
  max-width: 800px;
  margin: 0 auto 60px;
  padding: 25px 40px;
  border: 1px solid #333;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #292929;
  background-color: #fff;
}

#full_differentiation .container .wrapper .content {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
}

#full_differentiation .container .wrapper .content .content-image {
  flex: 0 0 50%;
  width: 50%;
}

#full_differentiation .container .wrapper .content .content-image img {
  width: 100%;
  height: auto;
  display: block;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

#full_differentiation .container .wrapper .content .content-text-box {
  flex: 1;
  padding: 40px 50px;
  border: 1px solid #333;
  background-color: #fff;
  border-radius: 10px;
}

#full_differentiation .container .wrapper .content .content-text-box .differentiation-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#full_differentiation .container .wrapper .content .content-text-box .differentiation-list li {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
  color: #292929;
  padding-left: 30px;
  position: relative;
}

#full_differentiation .container .wrapper .content .content-text-box .differentiation-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #00d9b6;
  font-weight: 700;
  font-size: 24px;
}

/* ---------------------bones section 03,04 */

#bones_4 {
  background: url("../assets/images/one_day/section4.jpg");
  background-repeat: no-repeat;
}
#bones_3 {
  background: url("../assets/images/one_day/section5.jpg");
  background-repeat: no-repeat;
}

#bones_4 .container,
#bones_3 .container {
  padding: 0;
  padding-top: 77px;
  max-width: 1920px;
}

#bones_main #bones_4 .container {
  padding-bottom: 0;
}

#bones_4 .container .wrapper .num,
#bones_3 .container .wrapper .num {
  text-align: center;
  font-size: 20px;
  padding-bottom: 50px;
  color: #fff;
  font-weight: 500;
}

#bones_4 .container .wrapper .num span,
#bones_3 .container .wrapper .num span {
  background-color: #00d9b6;
  border-radius: 50%;
  padding: 12px 13px;
}

#bones_4 .container .wrapper .content,
#bones_3 .container .wrapper .content {
  text-align: center;
  padding-top: 10px;
  font-weight: 300;
}

#bones_4 .container .wrapper .content p,
#bones_3 .container .wrapper .content p {
  line-height: 1.3;
  font-size: 28px;
  font-weight: 300;
  padding-bottom: 20px;
}
#bones_4 .container .wrapper .content p:nth-child(2) {
  padding: 30px 0 50px;
}

#bones_3 .container .wrapper .content p span {
  font-weight: 600;
}

#bones_4 .container .wrapper .content img {
  max-width: 800px;
}

#bones_3 .container .wrapper .content .images {
  display: flex;
  justify-content: center;
  padding: 60px 0;
}

#bones_3 .container .wrapper .content .images img {
  max-width: calc(980px / 2);
  margin: 0 80px;
}

#bones_3 .container .wrapper .content .images img:first-child {
  margin-right: 10px;
}
#bones_3 .container .wrapper .content .images img:last-child {
  margin-left: 10px;
}

/* --------------------- section 05, 06 */

#bones_5 {
  background-color: #dcf3ed;
}

#bones_5 .container .wrapper .content {
  text-align: center;
}

#bones_5 .container .wrapper .content p {
  font-weight: 300;
  padding: 20px 0;
  line-height: 1.5;
}

#bones_5 .container .wrapper .content p span {
  font-weight: 600;
}

#bones_5 .container .wrapper .content img {
  border-radius: 40px;
  margin: 45px 0;
  max-width: 800px;
}

/* --------------------- bones section 06 (M치과 뼈이식 임플란트란?) */

#bones_6 {
  background: #ffffff;
  padding: 90px 0;
}

#bones_6 .container .wrapper {
  text-align: center;
}

#bones_6 .container .wrapper h2 {
  font-family: 'Pretendard', sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}

#bones_6 .container .wrapper .content p {
  font-family: 'Pretendard', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}

#bones_6 .container .wrapper .content .section-image {
  display: flex;
  justify-content: center;
}

#bones_6 .container .wrapper .content .section-image img {
  max-width: 900px;
  width: 100%;
  border-radius: 30px;
  margin: 0;
}

/* --------------------- bones section 07 (care-cards) */

#bones_main #bones_7 {
  background: #E2FCF9;
}

#bones_main #bones_7 .container .wrapper .content {
  text-align: center;
}

#bones_main #bones_7 .container .wrapper .content .care-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

#bones_main #bones_7 .container .wrapper .content .care-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 64px 26px;
  gap: 10px;
  width: 280px;
  height: 340px;
  background: #FFFFFF;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

#bones_main #bones_7 .container .wrapper .content .care-card .care-line {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 13px;
  background: #E2FCF9;
  z-index: 2;
}

#bones_main #bones_7 .container .wrapper .content .care-card .card-icon {
  margin-bottom: 30px;
  position: relative;
  z-index: 4;
}

#bones_main #bones_7 .container .wrapper .content .care-card .card-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: #E2FCF9;
  border-radius: 50%;
  z-index: 3;
}

#bones_main #bones_7 .container .wrapper .content .care-card .card-icon img {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 4;
}

#bones_main #bones_7 .container .wrapper .content .care-card .card-text {
  font-family: 'Pretendard', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  color: #292929;
}

/* --------------------- bones section 08 (Q&A) */

#bones_8 {
  background: #f8f8f8;
}

#bones_8 .answer {
  width: 95%;
}

/********************************************* LOCATION ************************************
*/

/* --------------------- location section 01 */

#location_1 {
  background: #cdfff6;
  background: linear-gradient(
    109deg,
    rgba(230, 255, 251, 1) 0%,
    rgba(225, 229, 224, 1) 100%
  );
}

#location_1 .container .wrapper .content {
  text-align: center;
}

#location_1 .container .wrapper .content p {
  text-align: center;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.5;
}

#location_1 .container .wrapper .content p .green {
  color: #00d9b6;
}

#location_1 .container .wrapper .content p .underlined {
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 2px;
}

#location_1 .container .wrapper .content ul.schedule {
  display: flex;
  justify-content: space-evenly;
  padding: 70px 0;
}

#location_1 .container .wrapper .content .date {
  background: #00d9b6;
  color: #fff;
  font-weight: 600;
  font-size: 31px;
  padding: 18px 30px;
  border-radius: 40px;
  width: 250px;
}

#location_1 .container .wrapper .content .time {
  font-weight: 300;
  font-size: 32px;
  padding-top: 30px;
}

/* --------------------- location section 02 */

#location_2 {
  background: #f7f7f7;
}

#location_2 .container .wrapper h2 {
  padding-bottom: 0;
}
#location_2 .container .wrapper .subtitle {
  text-align: center;
  color: #29292920;
  letter-spacing: 85px;
  font-size: 30px;
  padding-left: 85px;
  padding-bottom: 75px;
}
#location_2 .container .wrapper .content {
  text-align: center;
}

#location_2 .container .wrapper .content p {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.5;
  padding-top: 50px;
}

/* --------------------- location section 03 */

#location_3 {
  background: #cdfff6;
  background: linear-gradient(
    109deg,
    rgba(230, 255, 251, 1) 0%,
    rgba(225, 229, 224, 1) 100%
  );
}

#location_3 .container .wrapper .subtitle {
  text-align: center;
  color: #29292920;
  letter-spacing: 20px;
  font-size: 20px;
  padding-bottom: 10px;
}

.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}

.tab-panel--wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0;
}
.tab-panel--wrapper.full {
  max-width: 1360px;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
}

.bus-list__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 0;
}

.location,
.bus {
  display: flex;
  align-items: center;
  gap: 30px;
}

.busstop-icon,
.bus-icon {
  width: 40px;
}

.busstop-name {
  font-weight: 600;
  font-size: 35px;
}

.bus-number {
  font-weight: 300;
  font-size: 33px;
}

.subways li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  gap: 100px;
}

.line {
  font-weight: 600;
  font-size: 35px;
  width: 150px;
  text-align: center;
}

.station {
  font-weight: 300;
  font-size: 25px;
  width: 280px;
}

.parking {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

#location_3 .container .wrapper p {
  font-weight: 300;
  line-height: 1.5;
  padding: 50px 0;
}

#location_3 .container .wrapper .txt {
  background: #00d9b6;
  color: #fff;
  font-weight: 600;
  padding: 7px 40px;
  font-size: 33px;
}

#location_3 .container .wrapper .nav-tabs {
  display: flex;
  padding: 35px 0;
  justify-content: space-around;
  text-align: center;
  background: none;
  border: none;
}

#location_3 .container .wrapper .nav-tabs li {
  font-size: 30px;
  width: 33.3%;
  background: #f7f7f7;
  padding: 10px 0;
  margin: 0 5px;
  border-radius: 5px;
  font-weight: 300;
  text-decoration: none;
}

#location_3 .container .wrapper .nav-tabs li a {
  color: #292929;
}

#location_3 .container .wrapper .nav-tabs li.active {
  background: #00d9b6;
  color: #fff;
  font-weight: 600;
}

#location_3 .container .wrapper .nav-tabs li.active a {
  color: #fff;
}

.small-parking {
  padding-right: 50px;
}
.big-parking {
  padding-left: 50px;
}

.parking .txt01,
.parking .txt02 {
  text-align: left;
}
.parking .txt01 {
  font-weight: 300;
}

.parking .txt02 {
  font-weight: 700;
  font-size: 45px;
  padding: 10px 0;
}

.address {
  padding-top: 25px;
}

.address span {
  background: #292929;
  color: #fff;
  font-size: 27px;
  font-weight: 300;
  padding: 10px 60px;
  border-radius: 40px;
}

/********************************************* REVIEW ************************************
*/

#community_main section .container {
  padding: 90px 20px;
}

#community_main section .container .wrapper h2 {
  font-size: 50px;
  padding-bottom: 20px;
}

#community_main section .container .wrapper p {
  line-height: 1.3;
}

#community_main section .container .wrapper .content {
  padding-top: 20px;
  max-width: 992px;
  margin: 0 auto;
}

#community_main .navigation .container {
  padding: 0;
}

#community_main .navigation .container .wrapper ul {
  display: flex;
  padding: 25px 0;
  font-size: 32px;
  font-weight: 600;
  justify-content: space-evenly;
}

#community_main .navigation .container .wrapper ul li a {
  color: #292929;
}

#community_main .navigation .container .wrapper ul li a.active,
#community_main .navigation .container .wrapper ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 33px;
  color: #00d8b5;
}

#community_main .navigation {
  background: #fafafa;
  border-bottom: 3px solid #bbbbbb;
}

#community_main {
  background: #ccfef5;
  background: linear-gradient(
    109deg,
    rgba(230, 254, 249, 1) 0%,
    rgba(225, 229, 224, 1) 100%
  );
}

/* --------------------- header */
#community_header {
}
#community_header .container {
}
#community_header .container .wrapper {
}
#community_header .container .wrapper .main-banner {
}
#community_header .container .wrapper .main-banner img {
  position: relative;
}
#community_header .container .wrapper .main-banner .txt {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: "BMDOHYEON";
  /*  */
}

#community_header .container .wrapper .main-banner .txt h1 {
  font-size: 75px;
}
#community_header .container .wrapper .main-banner .txt h1 span {
  color: #00d8b5;
}
#community_header .container .wrapper .main-banner .txt h4 {
  font-size: 37px;
  font-weight: 300;
  opacity: 0.9;
  padding: 20px;
  line-height: 1.45;
}

/* table */

section.price-table {
  font-size: 20px;
}

#community_main section .container .wrapper .price-table h2 {
  background-color: #009a82;
  color: white;
  padding: 15px 10px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  margin-top: 40px;
  font-size: 1.3rem;
  font-weight: 500;
  border: 1px solid #e9e9e9;
}

#community_main .price-table .note {
  font-size: 0.8rem;
  color: #ffd;
}

#community_main .price-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
}
#community_main .price-table th,
#community_main .price-table td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
}

#community_main .price-table th {
  background-color: #e0f7f6;
  font-weight: bold;
}

#community_main .price-table td.tit {
  width: 330px;
  font-weight: 600;
}
#community_main .price-table td.column {
  width: 330px;
}

#community_main .price-table th.dark-bg {
  background: #33bea7;
  color: #fff;
}

/********************************************* REVIEWS ************************************
*/

#reviews_main {
  background: #ccfef5;
  background: linear-gradient(
    109deg,
    rgba(230, 254, 249, 1) 0%,
    rgba(225, 229, 224, 1) 100%
  );
}
#reviews_main section .container {
  padding: 90px 20px;
  max-width: 73.4375rem;
  width: 100%;
  margin: auto;
}

#reviews_main section .container .wrapper h2 {
  font-size: 50px;
  padding-bottom: 20px;
}

#reviews_main section .container .wrapper p {
  line-height: 1.3;
}

#reviews_main section .container .wrapper .content {
  padding-top: 35px;
}

/* --------------------- reviews header */
#reviews_header {
}
#reviews_header .container {
}
#reviews_header .container .wrapper {
}
#reviews_header .container .wrapper .main-banner {
}
#reviews_header .container .wrapper .main-banner img {
  position: relative;
}
#reviews_header .container .wrapper .main-banner .txt {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: "BMDOHYEON";
  /*  */
}

#reviews_header .container .wrapper .main-banner .txt h1 {
  font-size: 75px;
}
#reviews_header .container .wrapper .main-banner .txt h1 span {
  color: #00d8b5;
}
#reviews_header .container .wrapper .main-banner .txt h4 {
  font-size: 37px;
  font-weight: 300;
  opacity: 0.9;
  padding: 20px;
  line-height: 1.45;
}

/********************************************* SOI ************************************
*/

#soi_main section .container {
  padding: 90px 20px;
}

#soi_main section .container .wrapper h2 {
  font-size: 50px;
  padding-bottom: 20px;
}

#soi_main section .container .wrapper p {
  line-height: 1.3;
}

#soi_main section .container .wrapper .content {
  padding-top: 35px;
}

/* --------------------- header */
#soi_header {
}
#soi_header .container {
}
#soi_header .container .wrapper {
}
#soi_header .container .wrapper .main-banner {
}
#soi_header .container .wrapper .main-banner img {
  position: relative;
}
#soi_header .container .wrapper .main-banner .txt {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: "BMDOHYEON";
  /*  */
}

#soi_header .container .wrapper .main-banner .txt h1 {
  font-size: 75px;
}

/* --------------------- SOI section 01 */

#soi_1 {
  background: #1e9291;
  color: #ffff;
}

#soi_1 .container .wrapper .content {
  text-align: center;
}

#soi_1 .container .wrapper .content img {
  padding: 30px 0 65px 0;
  max-width: 800px;
}

#soi_1 .container .wrapper .content p {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
  padding: 15px 0;
  text-align: center;
  color: #ffff;
}

#soi_1 .container .wrapper .content p span {
  font-weight: 600;
}

/* --------------------- SOI section 02 */

#soi_2 .container .wrapper h2 span {
  color: #1e9291;
}

#soi_2 .container .wrapper .content {
  text-align: center;
}

#soi_2 .container .wrapper .content img {
  position: relative;
  right: -200px;
}

#soi_2 .container .wrapper .content p {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.6;
  padding: 15px 0;
  text-align: center;
}

#soi_2 .container .wrapper .content .content__wrapper {
  display: flex;
  margin-top: 50px;
}

#soi_2 .container .wrapper .content .content__wrapper .txt ul li {
  border: 2px solid #1e9291;
  border-radius: 50px;
  font-size: 50px;
  font-weight: 700;
  background: #1e9291;
  color: #fff;
  padding: 8px 55px;
  margin-bottom: 15px;
}

#soi_2 .container .wrapper .content .content__wrapper .txt ul li:nth-child(2) {
  color: #1e9291;
  background: #fff;
}

/* --------------------- SOI section 03 */

#soi_3 {
  background: #1e9291;
  color: #ffff;
}

#soi_main section#soi_3 .container .wrapper h2 {
  padding: 0;
}

#soi_main section#soi_3 .container .wrapper .content {
  text-align: center;
  padding: 0;
}

#soi_3 .container .wrapper .content p {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
  padding: 15px 0;
  text-align: center;
  color: #ffff;
  padding-bottom: 25px;
}

#soi_3 .container .wrapper .content p span {
  font-weight: 600;
}
/* --------------------- SOI section 04 */

#soi_4 {
  background: #fff;
  background: url("../assets/images/soi/section4.png");
  background-repeat: no-repeat;
  background-position: 100px 0px;
}

#soi_main section#soi_4 .container .wrapper h2 {
  color: #1e9291;
}
#soi_main section#soi_4 .container .wrapper .content {
  padding: 0;
}

#soi_4 .container .wrapper .content p {
  font-size: 30px;
  line-height: 1.4;
  padding: 15px 0;
  text-align: center;
  font-weight: 700;
}

#soi_4 .container .wrapper .content .ostem_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0;
}
#soi_4 .container .wrapper .content .ostem_cards .card {
  width: calc(100% / 4 - 50px);
  overflow: hidden;
  /* background: transparent; */
}
#soi_4 .container .wrapper .content .ostem_cards .card-title {
  background: #009688;
  color: white;
  font-weight: bold;
  padding: 25px 0;
  font-size: 14px;
  text-align: center;
  font-size: 30px;
}
#soi_4 .container .wrapper .content .ostem_cards .card img {
  width: 100%;
  height: auto;
  display: block;
}

/* --------------------- SOI section 05,06,07 */

#soi_5 {
}

#soi_main section#soi_5 .container,
#soi_main section#soi_6 .container,
#soi_main section#soi_7 .container {
  padding: 70px 20px;
}

#soi_main section#soi_5 .container .wrapper .content,
#soi_main section#soi_6 .container .wrapper .content,
#soi_main section#soi_7 .container .wrapper .content {
  text-align: center;
  padding-top: 0;
}
#soi_5,
#soi_7 {
  background: #1e9291;
}
#soi_5 .container .wrapper .content,
#soi_7 .container .wrapper .content {
  color: #fff;
}
#soi_6 {
  background: #e3e3e3;
}

#soi_5 .container .wrapper .content,
#soi_6 .container .wrapper .content,
#soi_7 .container .wrapper .content {
}

#soi_5 .container .wrapper .content .title,
#soi_6 .container .wrapper .content .title,
#soi_7 .container .wrapper .content .title {
  font-family: "Abril Fatface", serif;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
}

#soi_5 .container .wrapper .content .title:after,
#soi_6 .container .wrapper .content .title:after,
#soi_7 .container .wrapper .content .title:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 15%;
  background: #fff;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}

#soi_6 .container .wrapper .content .title:after {
  background: #1e9291;
}
#soi_6 .container .wrapper .content .title,
#soi_main section#soi_6 .container .wrapper .content h2 {
  color: #1e9291;
}

#soi_main section#soi_5 .container .wrapper .content h2,
#soi_main section#soi_6 .container .wrapper .content h2,
#soi_main section#soi_7 .container .wrapper .content h2 {
  font-size: 53px;
  padding-bottom: 15px;
}

#soi_5 .container .wrapper .content .txt,
#soi_6 .container .wrapper .content .txt,
#soi_7 .container .wrapper .content .txt {
  font-size: 40px;
  line-height: 1.2;
}
#soi_5 .container .wrapper .content .txt span,
#soi_6 .container .wrapper .content .txt span,
#soi_7 .container .wrapper .content .txt span {
  font-weight: 700;
  font-size: 45px;
}

#soi_main section#soi_5 .container .wrapper .content img,
#soi_main section#soi_6 .container .wrapper .content img,
#soi_main section#soi_7 .container .wrapper .content img {
  padding: 45px 0;
}

/********************************************* PDRN ************************************
*/

#pdrn_header section .container {
  padding: 90px 20px;
}

#pdrn_header section .container .wrapper h2 {
  font-size: 50px;
  padding-bottom: 20px;
}

#pdrn_header section .container .wrapper p {
  line-height: 1.3;
}

#pdrn_header section .container .wrapper .content {
  padding-top: 35px;
}

/* --------------------- header */
#pdrn_header {
}
#pdrn_header .container {
}
#pdrn_header .container .wrapper {
}
#pdrn_header .container .wrapper .main-banner {
}
#pdrn_header .container .wrapper .main-banner img {
  position: relative;
}
#pdrn_header .container .wrapper .main-banner .txt {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: "BMDOHYEON";
  /*  */
}

#pdrn_header .container .wrapper .main-banner .txt h1 {
  font-size: 75px;
}

/* --------------------- PDRN section 01 */

#pdrn_1 {
  background: #d0d0d0;
  /* color: #ffff; */
}
#pdrn_1 .container {
  padding: 90px 20px;
}
#pdrn_1 .container .wrapper h2 {
  padding-bottom: 35px;
}
#pdrn_1 .container .wrapper h2 span {
  color: #1e9291;
}

#pdrn_1 .container .wrapper .content {
  text-align: center;
}

#pdrn_1 .container .wrapper .content img {
  max-width: 860px;
}

#pdrn_1 .container .wrapper .content p {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
  padding: 15px 0;
  text-align: center;
}

#pdrn_1 .container .wrapper .content p span {
  font-weight: 900;
}

/* --------------------- PDRN section 02 */

#pdrn_2 {
  background: #fff;
  background: url("../assets/images/pdrn/section2-bg.jpg");
  background-repeat: no-repeat;
}
#pdrn_2 .container {
  padding: 90px 20px;
}
#pdrn_2 .container .wrapper h2 {
  padding-bottom: 35px;
}
#pdrn_2 .container .wrapper h2 span {
  color: #1e9291;
}

#pdrn_2 .container .wrapper .content {
  text-align: center;
}

#pdrn_2 .container .wrapper .content img {
  max-width: 700px;
}

#pdrn_2 .container .wrapper .content p {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
  padding: 15px 0;
  margin-top: 70px;
  text-align: center;
  color: #000;
}

/* --------------------- PDRN section 03 */

#pdrn_3 {
  background: #d0d0d0;
}
#pdrn_3 .container {
  padding: 90px 20px;
}

#pdrn_3 .container .wrapper h2 span {
  color: #1e9291;
}

#pdrn_3 .container .wrapper .content {
  text-align: center;
}

#pdrn_3 .container .wrapper .content p {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
  padding: 15px 0;
  text-align: center;
  margin-top: 60px;
}

#pdrn_3 .container .wrapper .content p span {
  font-weight: 900;
}
#pdrn_3 .container .wrapper .content .pdrn-cards {
  display: flex;
  justify-content: center;
}
#pdrn_3 .container .wrapper .content .pdrn-cards .card {
  width: unset;
  overflow: hidden;
  background: none;
}

#pdrn_3 .container .wrapper .content .pdrn-cards .card img {
  margin: 0 40px;
}

#pdrn_3 .container .wrapper .content .pdrn-cards .arrow {
  align-self: center;
  font-size: 35px;
}

.lat {
  background: transparent !important;
}
.lat ul {
  padding: 10px 0;
}
.lat li {
  position: relative;
  border-bottom: none !important;
}
.lat li a {
  font-weight: 400 !important;
  font-size: 23px;
  line-height: 20px;
  vertical-align: middle;
}
.lat li a:hover {
  color: #00bc9e !important;
}
.lat .lat_title,
.lat .lt_more,
.lt_info,
.lat .fa-download {
  display: none !important;
}

/* ========================================
   Responsive Styles - Hero Header
   ======================================== */

/* Tablet */
@media screen and (max-width: 1024px) {
  .hero-wrapper {
    gap: 50px;
    grid-template-columns: 48fr 52fr;
  }

  .hero-title {
    font-size: 54px;
  }

  .hero-description {
    font-size: 15px;
  }

  .hero-cta .btn-primary,
  .hero-cta .btn-secondary {
    padding: 15px 30px;
    font-size: 14px;
  }

  #dragstage_area {
    max-width: 550px;
  }
}

/* Mobile */
@media screen and (max-width: 768px) {
  .hero-header {
    padding: 80px 0 60px;
    min-height: auto;
  }

  .hero-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .hero-content {
    padding: 0;
    text-align: center;
  }

  .hero-subtitle {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .hero-title {
    font-size: 42px;
    margin-bottom: 20px;
  }

  .hero-description {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .hero-cta {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
  }

  .hero-cta .btn-primary,
  .hero-cta .btn-secondary {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .hero-tags {
    justify-content: center;
  }

  .hero-tags .tag {
    padding: 8px 16px;
    font-size: 13px;
  }

  .hero-image {
    order: -1;
  }

  .before-after-container {
    max-width: 400px;
  }

  .label-bottom {
    bottom: -30px;
    font-size: 11px;
  }
}

/* Small Mobile */
@media screen and (max-width: 480px) {
  .hero-header {
    padding: 60px 0 40px;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-description {
    font-size: 15px;
    line-height: 1.6;
  }

  .hero-cta .btn-primary,
  .hero-cta .btn-secondary {
    padding: 14px 24px;
    font-size: 14px;
  }

  .hero-tags .tag {
    padding: 7px 14px;
    font-size: 12px;
  }

  .before-after-container {
    max-width: 100%;
  }

  .comparison-label {
    padding: 0 15px;
  }

  .comparison-label span {
    padding: 6px 12px;
    font-size: 12px;
  }

  .label-bottom {
    font-size: 10px;
    bottom: -25px;
  }
}

/* --------------------- Dragstage Before/After Feature */
#dragstage_area {
  position: relative;
  width: 100%;
  max-width: 620px; /* 이미지 영역을 소폭 축소해 좌측 공간 확보 */
  height: auto;
  aspect-ratio: 700 / 830;
}

.dragstage {
}

.dragstage img {
  width: 100%;
  height: auto;
}

.dragstage .stageimage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.dragstage .stageimage img {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dragstage .coverimage {
  overflow: visible !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  max-width: none;
}

.dragstage .coverimage img {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: none;
  clip: rect(0px, 328px, auto, 0px);
}

.dragstage .coverimage:hover {
  cursor: e-resize;
}

.dragstage .active .handle {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  bottom: 0;
  z-index: 100;
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
}

.dragstage .active .handle:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #ffffff;
  content: "";
}

.dragstage .active .handle:after {
  position: absolute;
  bottom: 108px;
  left: 0px;
  width: 41px;
  height: 41px;
  margin-left: -12px;
  background: url("../../git_www_clinic_zeah/assets/images/sub/icon_mouse.png")
    no-repeat;
  background-size: contain;
  content: "";
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
}

.dragstage .active .handle.on {
  opacity: 1;
}

.dragstage .active .handle > span {
  display: block;
  font-size: 12px;
  color: #fff;
  margin-top: 90px;
  text-align: center;
}

.dragstage .active .handle.drag_start:after {
  opacity: 1;
}

.dragstage .atxt {
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
  color: #999;
  line-height: 1.5;
}

/* Responsive: Large screens (up to 1500px) */
@media all and (max-width: 1500px) {
  #dragstage_area {
    max-width: 50vw;
  }
}

/* Responsive: Mobile (up to 991.9px) */
@media all and (max-width: 991.9px) {
  #dragstage_area {
    width: auto;
    height: auto;
    max-width: 500px;
    margin: 0 auto 30px;
  }
}
