.medical-nav {
  padding-top: 44px;
}
@media screen and (min-width: 900px) {
  .medical-nav {
    padding-top: 65px;
  }
}

.medical-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
.medical-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.medical-nav__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.medical-nav__title-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5; /* 30px */
  letter-spacing: 1.6px;
}
@media screen and (min-width: 900px) {
  .medical-nav__title-text {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}

.medical-nav__title-sub {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5; /* 21px */
  letter-spacing: 1.12px;
  border-radius: 24px;
  background: #1391e6;
  padding: 7px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
}
.medical-nav__title-sub-r {
  background: #ee5a6d;
}

.medical-nav__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
@media screen and (min-width: 600px) {
  .medical-nav__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .medical-nav__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .medical-nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.medical-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  padding-block: 14px;
  padding-inline: 14px;
  border-radius: 12px;
  border: 1px solid #1391e6;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .medical-nav__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 900px) {
  .medical-nav__item {
    border: 2px solid #1391e6;
    padding-block: 16px;
    padding-inline: 30px;
    font-size: 24px;
    letter-spacing: 1.92px;
  }
}
.medical-nav__item:hover {
  background: #dff1fd;
}
.medical-nav__item:hover .medical-nav__item-name {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
@media screen and (min-width: 900px) {
  .medical-nav__item:hover .medical-nav__item-name {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.medical-nav__item:hover .medical-nav__item-arrow {
  opacity: 1;
}

.medical-nav__item-name {
  color: #1391e6;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5; /* 30px */
  letter-spacing: 1.6px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 900px) {
  .medical-nav__item-name {
    font-size: 24px;
    letter-spacing: 1.92px;
  }
}

.medical-nav__item-arrow {
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 900px) {
  .medical-nav__item-arrow {
    bottom: -4px;
  }
}
.medical-nav__item-arrow img {
  width: 20px;
}

.medical {
  padding-top: 100px;
  padding-bottom: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .medical {
    padding-top: 159px;
    gap: 42px;
  }
}
.medical::after {
  content: "";
  position: absolute;
  background: url("../img/deco-wave.png") repeat top left/84px auto;
  width: 100%;
  height: 32px;
  bottom: -2px;
  background-position: -21px 0;
}
@media screen and (min-width: 900px) {
  .medical::after {
    background-position: -30px 0;
  }
}

.medical__bg-top img {
  width: 100%;
}

.medical-bg__area {
  background: #dff1fd;
  padding-top: 30px;
  padding-bottom: 17.0666666667vw;
}
@media screen and (min-width: 900px) {
  .medical-bg__area {
    padding-top: 2px;
    padding-bottom: 11.1111111111vw;
  }
}
@media screen and (min-width: 1200px) {
  .medical-bg__area {
    padding-bottom: 6.640625vw;
  }
}

.medical__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
  margin-top: 40px;
}
@media screen and (min-width: 900px) {
  .medical__contents {
    margin-top: 58px;
    gap: 41px;
  }
}

.medical__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  background: #ffffff;
  padding: 20px;
}
@media screen and (min-width: 900px) {
  .medical__content {
    padding: 60px;
  }
}

.medical__content-heading {
  position: relative;
  padding-bottom: 18px;
  border-bottom: 1px solid #888888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
}
@media screen and (min-width: 900px) {
  .medical__content-heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    padding-bottom: 34px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.medical__content-heading-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4; /* 140% */
  letter-spacing: 1.6px;
}
@media screen and (min-width: 900px) {
  .medical__content-heading-title {
    font-size: 28px;
    letter-spacing: 2.24px;
    line-height: 1.5;
  }
}

.medical__content-heading--text {
  font-weight: 700;
  letter-spacing: 1.12px;
  line-height: normal;
  color: #1391e6;
}
@media screen and (min-width: 900px) {
  .medical__content-heading--text {
    line-height: 1.5;
  }
}

.medical__content-heading-tag {
  position: absolute;
  width: 80px;
  height: 60px;
  right: 0;
  top: -20px;
  z-index: 20;
}
@media screen and (min-width: 900px) {
  .medical__content-heading-tag {
    width: 100px;
    height: 80px;
    top: -62px;
  }
}

.medical__tag-image svg {
  width: 80px;
  height: 60px;
  fill: #1391e6;
}
@media screen and (min-width: 900px) {
  .medical__tag-image svg {
    width: 100px;
    height: 80px;
  }
}
.medical__tag-image-r svg {
  fill: #ee5a6d;
}

.medical__tag-text {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5; /* 21px */
  letter-spacing: 1.12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 80px;
  height: 60px;
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .medical__tag-text {
    font-size: 16px;
    letter-spacing: 1.28px;
    width: 100px;
    height: 80px;
    top: -4px;
  }
  .medical__tag-text-r {
    letter-spacing: 5px;
  }
}

.medical__content-body {
  padding-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 900px) {
  .medical__content-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    padding-top: 36px;
  }
}

.medical__body-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  font-weight: 500;
}
@media screen and (min-width: 900px) {
  .medical__body-texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.medical__body-text {
  font-weight: 500;
}

.medical__content-image {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .medical__content-image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.guidance__bg-bottom {
  position: absolute;
  bottom: 0;
  display: block;
  bottom: 14.6666666667vw;
  z-index: 20;
  position: relative;
}
@media screen and (min-width: 768px) {
  .guidance__bg-bottom {
    bottom: 14.7135416667vw;
  }
}
@media screen and (min-width: 900px) {
  .guidance__bg-bottom {
    bottom: 9.21875vw;
  }
}
.guidance__bg-bottom img {
  width: 100%;
}