section {
  width: 100%;
  height: auto;
}
.intro-section {
  position: relative;
  width: 100%;
  height: 100vh;
  transition: all 1s;
}
.scroll-wrap {
  height: 200vh;
}
.text-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 999;
}
.text-bg h2 {
  font-size: 52px;
  font-weight: 800;
  color: #fff;
}
.text-bg.black h2 {
  color: #000;
}
.text-bg p {
  font-size: 22px;
  font-weight: 700;
  color: #6f6f6f;
  margin-bottom: 10px;
}
.intro-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
}
.intro-bg-01 {
  background: url("/image/site/intro_bg_01.png");
  background-color: hsl(0deg 0% 20%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 1;
}
.intro-bg-02 {
  background: url("/image/site/intro_bg_01.png");
  background-color: hsl(0, 0%, 0%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.intro-bg-03 {
  background-color: #000;
}
.intro-bg-04 {
  background: url("/image/site/intro_bg_02.png");
  background-color: hsl(0, 0%, 70%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.intro-bg-05 {
  background: url("/image/site/intro_bg_02.png");
  background-color: hsl(0, 0%, 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.intro-bg-06 {
  background-color: #fff;
}
.sticky-content {
  position: sticky;
  background-color: #fff;
}
.intro-content {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  gap: 100px;
}
.content-image {
  position: relative;
  width: 50%;
}
.content-text {
  width: 50%;
}
.content-image > h2 {
  position: absolute;
  color: #fff;
  font-size: 46px;
  font-weight: 800;
  top: 45px;
  left: 45px;
}
.content-text h2 {
  font-size: 28px;
  font-weight: 800;
  color: #006468;
  margin-bottom: 22px;
}
.content-text p {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.content-text p.bold {
  font-weight: 800;
  margin-bottom: 50px;
}
.content-text a {
  font-size: 18px;
  font-weight: bold;
  color: #167cdb;
}
.scroll-bg {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("/image/site/intro_scroll_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.scroll-bg h2 {
  font-size: 52px;
  font-weight: 800;
}

.intro-image-list {
  margin-top: 220px;
  margin-bottom: 180px;
}
.inner > h2 {
  font-size: 52px;
  font-weight: 800;
  margin-bottom: 40px;
}
ul.info {
  margin-top: 50px;
  margin-bottom: 22px;
  display: flex;
  gap: 20px;
}
ul.info li {
  position: relative;
  background-color: #fff;
  width: 340px;
  height: 110px;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
ul.info li p.title {
  color: #ababab;
  font-size: 18px;
  font-weight: 500;
}
ul.info li p.time {
  color: #000;
  font-size: 22px;
  font-weight: 800;
}
p.info-text {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
p.info-text.gap-12 {
  margin-top: 22px;
  margin-bottom: 15px;
  gap: 15px;
}
.root_daum_roughmap {
  width: 100% !important;
  height: 500px !important;
}
.root_daum_roughmap .wrap_map {
  height: 450px !important;
}
.medical-info {
  margin-top: 50px;
  display: flex;
  gap: 100px;
}
.medical-list {
  display: flex;
  gap: 15px;
}
.medical-list > a {
  font-size: 28px;
  font-weight: 800;
  padding: 12px 30px;
  border: 2px solid #000;
  border-radius: 40px;
}
.medical-info .text-info {
  width: 70%;
}
.medical-info img {
  width: 200px;
  height: 200px;
}
.medical-info .text-info h2 {
  font-size: 28px;
  font-weight: 800;
  color: #006468;
  margin-bottom: 22px;
  margin-top: 45px;
}
.medical-info .text-info p {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 30px;
}
section.intro-map {
  margin-bottom: 240px;
}
.swiper-container {
  position: relative;
  /* width: 2000px; */
  overflow: hidden;
}
.swiper-slide > img {
  width: 688px;
}

@media screen and (max-width: 768px) {
  .text-bg h2 {
    font-size: 24px;
  }
  .scroll-bg h2 {
    font-size: 24px;
  }
  .content-image {
    width: 100%;
  }
  .content-image > h2 {
    font-size: 26px;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .intro-content {
    flex-direction: column;
  }
  .content-text {
    width: 100%;
  }
  .intro-content {
    height: auto;
    margin-bottom: 50px;
  }
  .text-bg p {
    padding: 0 20px;
    text-align: center;
  }
  .inner > h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .intro-image-list {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .medical-info {
    margin-top: 10px;
    flex-direction: column;
    gap: 40px;
  }
  .medical-info .text-info {
    width: 100%;
  }
  .medical-info .text-info h2 {
    font-size: 24px;
    margin-top: 20px;
  }
  .medical-info img {
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
  }
  .medical-info .logo-wrap {
    display: flex;
    justify-content: center;
  }
  .medical-list {
    overflow: scroll;
  }
  .medical-list > a {
    padding: 5px 15px;
    font-size: 16px;
  }
  ul.info li p.title {
    font-size: 14px;
  }
  ul.info li p.time {
    font-size: 14px;
  }
  ul.info {
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  ul.info li {
    width: 100%;
    height: 50px;
    gap: 5px;
  }
  p.info-text {
    font-size: 16px;
  }
}
