:root {
  --navy: #001A54;
  --beige: #E6D1B5;
  --pastel: #335594;
  --GRAY: #8F8F8F;
}

.sub-title-box {
  margin-bottom: 105px;
}

.intro-wrap {
  background: url(../img/sub/intro-sec01-bg.jpg) center/cover no-repeat;
  padding: 93px 0 122px;
}
.intro-wrap .intro-title {
  border-radius: 40px;
  background: url(../img/sub/intro-title-bg.jpg) center/cover no-repeat;
  padding: 44px 0;
  margin-bottom: 60px;
}
.intro-wrap .intro-title p {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.96px;
  color: #fff;
  text-align: center;
}
.intro-wrap .intro-title p strong {
  color: var(--beige);
  font-weight: inherit;
}
.intro-wrap .intro-con .text-box {
  padding-bottom: 60px;
  border-bottom: 1px solid var(--navy);
}
.intro-wrap .intro-con .text-box p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: -0.6px;
  text-align: center;
}
.intro-wrap .intro-con .text-box p strong {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.66px;
  color: var(--navy);
}
.intro-wrap .intro-con .sign-box {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.intro-wrap .intro-con .sign-box p {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.66px;
  color: #fff;
  border-radius: 300px;
  background-color: var(--navy);
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 14px;
}
.intro-wrap .intro-con .sign-box p::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/doctor-mark.png) center/cover no-repeat;
}
.intro-wrap .intro-con .sign-box .name-box {
  display: flex;
  align-items: center;
  gap: 14px;
}
.intro-wrap .intro-con .sign-box .name-box span {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.96px;
}

.doctor-wrap .doctor-box {
  background-color: #F4F3EE;
  padding: 165px;
  position: relative;
}
.doctor-wrap .doctor-box:before {
  content: url(../img/sub/y-mark.png);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.doctor-wrap .doctor-box .inner {
  display: flex;
  align-items: center;
  gap: 140px;
}
.doctor-wrap .doctor-box .doctor-img-box {
  width: 400px;
  background-color: #fff;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  align-items: end;
  justify-content: center;
  /* max-width: 400px;
  max-height: 600px; */
  padding-top: 42px;
}
.doctor-wrap .doctor-box .doctor-info-box {
  flex-grow: 1;
}
.doctor-wrap .doctor-box .doctor-info-box .doctor-name-box {
  display: flex;
  gap: 111px;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--navy);
  margin-bottom: 34px;
}
.doctor-wrap .doctor-box .doctor-info-box .doctor-name-box p {
  display: flex;
  align-items: center;
  gap: 14px;
}
.doctor-wrap .doctor-box .doctor-info-box .doctor-name-box p strong {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 64px */
  letter-spacing: -1.2px;
  color: var(--navy);
}
.doctor-wrap .doctor-box .doctor-info-box .doctor-name-box p span {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.66px;
}
.doctor-wrap .doctor-box .doctor-info-box .doctor-name-box .mark-box {
  display: flex;
  gap: 9px;
}
.doctor-wrap .doctor-box .doctor-info-box .doctor-name-box .mark-box li {
  max-width: 48px;
  text-wrap: nowrap;
}
.doctor-wrap .doctor-box .doctor-info-box .special-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.doctor-wrap .doctor-box .doctor-info-box .special-list li {
  width: -moz-max-content;
  width: max-content;
  border-radius: 300px;
  background-color: #fff;
  border: 1px solid var(--pastel);
  max-width: 390px;
  width: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.66px;
  color: var(--navy);
  
}
.doctor-wrap .doctor-box .doctor-info-box .special-list li:before {
  content: "";
  width: 28px;
  height: 28px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.doctor-wrap .doctor-box .doctor-info-box .special-list li.y-mark:before {
  background-image: url(../img/sub/doctor-mark01.png);
}
.doctor-wrap .doctor-box .doctor-info-box .special-list li.k-mark:before {
  background-image: url(../img/sub/doctor-mark02.png);
}
.doctor-wrap .doctor-box .doctor-info-box .info-list {
  display: flex;
  gap: 100px;
  margin-top: 40px;
}
.doctor-wrap .doctor-box .doctor-info-box .info-list li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.54px;
}
.doctor-wrap .doctor-box.white-box {
  background-color: #fff;
}
.doctor-wrap .doctor-box.white-box .doctor-img-box {
  background-color: #F4F3EE;
}
.doctor-wrap .doctor-box.white-box .doctor-info-box .special-list li {
  background-color: #F4F3EE;
}

.gallery-wrap {
  overflow: hidden;
  position: relative;
}
.gallery-wrap .text-box {
  position: absolute;
  bottom: 80px;
  left: 50%;
  z-index: 2;
  width: 100%;
  transform: translateX(-50%);
}
.gallery-wrap .text-box .title-box {
  max-width: 1422px;
  width: 100%;
  margin: 0 auto 100px;
}
.gallery-wrap .text-box .title-box * {
  color: #fff;
}
.gallery-wrap .text-box .title-box h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.5px;
  margin-bottom: 14px;
}
.gallery-wrap .text-box .title-box p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.54px;
}
.gallery-wrap .text-box .gallery-pagination {
  max-width: 1422px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 27px;
}
.gallery-wrap .text-box .gallery-pagination .swiper-pagination-bullet {
  height: 51px;
  width: 100%;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  opacity: 0.3;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.72px;
  font-weight: 400;
}
.gallery-wrap .text-box .gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  font-weight: 700;
}

.gallery-thumbs-wrap {
  overflow: hidden;
  padding: 60px 0 110px;
}
.gallery-thumbs-wrap .swiper-slide {
  max-width: 190px;
  border-radius: 14px;
  overflow: hidden;
  opacity: 0.3;
}
.gallery-thumbs-wrap .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}


@media (max-width: 1300px) {
  
.doctor-wrap .doctor-box .inner {
flex-direction: column;
}
}
