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

.sub-top-box {
  background-image: url(../img/sub/sub-top01.jpg);
}

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

.clinic-top-wrap {
  padding-bottom: 172px;
}
.clinic-top-wrap .inner {
  display: flex;
  flex-direction: column;
  gap: 200px;
}
.clinic-top-wrap .inner .top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.clinic-top-wrap .inner .top-box .text-box {
  min-width: 513px;
}
.clinic-top-wrap .inner .top-box .text-box .title-box small {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.66px;
}
.clinic-top-wrap .inner .top-box .text-box .title-box h3 {
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.56px;
  color: var(--pastel);
  margin: 14px 0 40px;
}
.clinic-top-wrap .inner .top-box .text-box .title-box p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.54px;
}
.clinic-top-wrap .inner .top-box .img-box {
  position: relative;
}
.clinic-top-wrap .inner .top-box .img-box ul {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.clinic-top-wrap .inner .top-box .img-box ul li {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: var(--navy);
  border-radius: 500px;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.54px;
}
.clinic-top-wrap .inner .top-box .img-box ul li::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 25px;
  background: url(../img/sub/clinic-icon.svg) center/cover no-repeat;
}
.clinic-top-wrap .inner .top-box.re-box {
  flex-direction: row-reverse;
}