.mb-50 {
  margin-bottom: 50px !important;
}
.medical-bg {
  width: 100%;
  height: auto;
}
.bg-wrap {
  position: sticky;
  width: 100%;
  height: calc(100vh);
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-wrap h1 {
  font-size: 52px;
  font-weight: 800;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
  white-space: pre;
}
.bg-text-04 {
  color: #000 !important;
}
.text-area {
  width: 100%;
  height: 150vh;
}
.bg-01 {
  background: url("/image/site/medical_bg_01.png");
  background-color: hsl(0deg 0% 10%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-02 {
  background: url("/image/site/medical_bg_02.png");
  background-color: hsl(0deg 0% 10%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-03 {
  background: url("/image/site/medical_bg_03.png");
  background-color: hsl(0deg 0% 10%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-04 {
  background: url("/image/site/medical_bg_04.png");
  background-color: hsl(0deg 0% 60%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.medical-01,
section.medical-02 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.medical-title {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 40px;
}
.medical-title h2 {
  font-size: 52px;
  font-weight: 800;
  color: #000;
  letter-spacing: 0em;
  margin-bottom: 60px;
}
.medical-title p {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0em;
  color: #006468;
}
.medical-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.medical-box {
  position: relative;
}
.medical-box-text {
  position: absolute;
  top: 35px;
  left: 32px;
  color: #fff;
}
.medical-box-text h2 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
.medical-box-text p {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0em;
}
.medical-slide-wrap {
  margin-top: 70px;
  /* width: 2000px; */
  overflow: hidden;
}
.image-box {
  padding: 0 40px;
  background: #000;
  border-radius: 25px;
}
.medical-slide-wrap ul {
  display: flex;
  gap: 40px;
}
.medical-slide-wrap ul li p {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0em;
  color: #727272;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
section.medical-02 {
  margin-bottom: 250px;
}
.chart {
  margin-bottom: 250px;
}
.chart p {
  margin: 0 auto;
  font-size: 22px;
  font-weight: 800;
  line-height: 34px;
  letter-spacing: 0em;
  color: #727272;
  width: 680px;
  text-align: center;
}
.chart .thumb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.thumb-list{
    overflow:hidden;
    width:100%;
    height:auto;
    position:relative;
}
.thumb-list > p {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0em;
  color: #727272;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.thumb-list > img{
    width:680px;
    height:680px;
    border-radius:25px;
}
.swiper-slide > img{
    width:100%;
    height:100%;
    max-width:680px;
    max-height:680px;
    border-radius:25px;
}
.scroll-bg {
  position: relative;
  height: auto;
}
.s-bg-wrap {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-bg-wrap img {
  width: 110%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(1);
  transition: transform 0.5s linear;
  background-color: hsl(0deg 0% 10%);
}
.s-bg-wrap h2 {
  color: #fff;
  font-size: 52px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0em;
  z-index: 99;
  transition: all 1s;
  opacity: 0;
  text-shadow: 0 0 20px #00000063;
}
.s-bg-wrap p {
  color: #727272;
  width: 850px;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0em;
  z-index: 99;
  transition: all 1s;
  opacity: 0;
  margin-bottom: 120px;
}
.s-bg-wrap p > a {
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 0em;
  color: #167cdb;
  text-align: center;
}
.scroll-bg-wrap-02 {
  align-items: flex-end;
}
.scroll-bg > .scroll-bg-wrap-01.active h2 {
  opacity: 1;
}
.scroll-bg > .scroll-bg-wrap-01 img.active {
  border-radius: 25px;
}
.scroll-bg > .scroll-bg-wrap-02 img.active {
  border-radius: 25px;
}
.scroll-bg > .scroll-bg-wrap-02.active p {
  opacity: 1;
}
section.bg-review {
  position: relative;
  width: 100%;
  height: auto;
}
.bg-reiview-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.bg-reiview-wrap h2 {
  font-size: 52px;
  font-weight: 800;
  letter-spacing: 0em;
}
.bg-reiview-wrap h2 b {
  background: linear-gradient(270deg, #f18700 0%, #006468 100%);
  -webkit-background-clip: text; /* 텍스트에 그라디언트 적용 */
  -webkit-text-fill-color: transparent; /* 기본 색상 투명 처리 */
}
.review-list {
  position: relative;
  width: 100%;
  height: auto;
}
.review-list > p {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0em;
  color: #006468;
  margin-top: 60px;
  margin-bottom: 30px;
}
.review-list-ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.review-list-ul > li h2 {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0em;
  color: #000;
  margin-top: 17px;
  margin-bottom: 10px;
}
.review-list-ul > li p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  color: #9b9b9b;
}
.review-list-ul > li p b {
  color: #000;
  font-weight: 700;
}
.review-list a {
  width: 40px;
  height: 40px;
  background: #dfdfe2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  position: absolute;
  top: 50%;
}
.review-list a.left {
  left: -100px;
}
.review-list a.right {
  right: -100px;
}
/* .fade-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.fade-img.active {
    opacity: 1;
    z-index: 1;
} */
#fade-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bg-wrap h1 {
    width: 100%;
    font-size: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .bg-wrap {
    padding: 0 20px;
  }
  section {
    width: 100%;
    position: relative;
  }
  .chart {
    width: 100%;
  }
  .chart .thumb {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .thumb-list {
    width: 100%;
  }
  .thumb-list > img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .chart {
    margin-bottom: 50px;
  }
  .chart p {
    width: 100%;
    font-size: 18px;
  }
  .review-list-ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .bg-reiview-wrap {
    height: auto;
    margin-bottom: 50px;
  }
  .review-list a {
    display: none;
  }
  .medical-title h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .medical-title p {
    font-size: 20px;
  }
  .s-bg-wrap h2 {
    font-size: 20px;
  }
  .medical-list {
    gap: 20px;
    flex-direction: column;
  }
  .medical-slide-wrap ul {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  section.medical-01,
  section.medical-02 {
    height: auto;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .medical-box-text h2 {
    font-size: 22px;
  }
  .medical-box-text p {
    font-size: 18px;
  }
  .medical-slide-wrap ul li p {
    font-size: 18px;
  }
  .bg-reiview-wrap h2 {
    font-size: 24px;
  }
  .s-bg-wrap p {
    padding: 0 20px;
    font-size: 18px;
  }
}
