@charset "UTF-8";
/* ============================================================
 nav
============================================================ */
@media (max-width: 768px) {
  #vac .sub-title ul {
    flex-direction: column;
    align-items: center;
  }

  #vac .sub-title li {
    max-width: 262px;
    width: 100%;
  }
}

/* ============================================================
 note
============================================================ */
#vac .note {
  background: var(--color-accent-light);
  padding-top: 120px;
  padding-bottom: 120px;
}

#vac .container {
  padding: 0 30px;
}

#vac .note-container {
  background: var(--color-white);
  border-radius: 60px;
  padding: 88px;
}

#vac .note-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-bottom: 80px;
}

#vac .note-title:before,
#vac .note-title:after {
  content: "";
  width: 100%;
  height: 16px;
  background: var(--color-primary-light);
  flex-grow: 1;
  margin-bottom: 0.5em;
}

#vac .note-title__icon img {
  width: 41px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#vac .note-title h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: 5.12px;
  white-space: nowrap;
}

#vac .note-desc p {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 4px solid var(--color-primary-light);
}

#vac .note-desc p:first-child {
  padding-top: 0;
}

#vac .note-desc p:last-child {
  border-bottom: none;
}

/* ===================== Responsive ===================== */
@media (max-width: 960px) {
  #vac .note-title:before {
    margin-left: -88px;
  }
  #vac .note-title:after {
    margin-right: -88px;
  }
}

@media (max-width: 768px) {
  #vac .note {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #vac .note-container {
    padding: 40px;
    padding-top: 88px;
  }
  #vac .note-title {
    position: relative;
    padding-bottom: 32px;
  }

  #vac .note-title h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 3.78px;
    text-align: center;
  }

  #vac .note-title__icon {
    position: absolute;
    bottom: calc(100% + 16px);
  }

  #vac .note-title__icon img {
    width: 30.769px;
    height: 48px;
  }
  #vac .note-title:before {
    margin-left: -40px;
  }
  #vac .note-title:after {
    margin-right: -40px;
  }
  #vac .note-desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2.52px;
  }
  #vac .note-desc p:last-child {
    border-bottom: 4px solid var(--color-primary-light);
  }
}

/* ============================================================
 bg-img
============================================================ */
#vac .bg-img {
  width: 100%;
  height: 400px;
  background-image: url("../img/vaccination/bg-img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  overflow: hidden;
  margin-bottom: 108px;
}
@media (max-width: 768px) {
  #vac .bg-img {
    height: 200px;
    margin-bottom: 72px;
  }
}

/* ============================================================
 vac-item
============================================================ */
#vac .vac-item {
  margin-bottom: 88px;
  width: 70vw;
}
#vac .vac-item:last-child {
  margin-bottom: 0;
}
#vac .vac-item-container {
  margin: 0 auto;
}

#vac .vac-item__title {
  height: 116px;
  display: flex;
  align-items: center;
  width: 100%;
}
#vac .vac-item__title p {
  font-size: 32px;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: 5.12px;
  max-width: 1200px;
  color: var(--color-black);
}

#vac .vac-item__desc {
  max-width: 1200px;
  margin-top: 24px;
  margin-bottom: 24px;
}

#vac .vac-item__desc p {
  max-width: 656px;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  padding-left: 24px;
}

/* left */
#vac .vac-item.left {
  border: 6px solid var(--color-primary-light);
  border-left: none;
}

#vac .vac-item.left .vac-item__title {
  background-color: var(--color-primary-light4);
}

#vac .vac-item.left .vac-item__title p {
  margin-right: auto;
  margin-left: 20vw;
}

#vac .vac-item.left .vac-item__desc p {
  border-left: 6px solid var(--color-primary-light);
  margin-right: auto;
  margin-left: 18vw;
}

/* right */
#vac .vac-item.right {
  border: 6px solid var(--color-accent-light);
  border-right: none;
  margin-left: auto;
}

#vac .vac-item.right .vac-item__title {
  background-color: var(--color-accent-light2);
}

#vac .vac-item.right .vac-item__title p {
  margin-left: 64px;
}

#vac .vac-item.right .vac-item__desc p {
  border-left: 6px solid var(--color-accent-light);
  margin-left: 96px;
}

/* ===================== Responsive ===================== */
@media (max-width: 1400px) {
  #vac .vac-item {
    width: 80vw;
  }
}

@media (max-width: 1200px) {
  #vac .vac-item {
    width: 85vw;
  }

  #vac .vac-item.left .vac-item__title p {
    margin-left: 10vw;
  }
  #vac .vac-item.left .vac-item__desc p {
    margin-left: 8vw;
  }
}
@media (max-width: 960px) {
  #vac .vac-item {
    margin-bottom: 40px;
    width: 88vw;
  }
  #vac .vac-item__title {
    height: 88px;
  }
  #vac .vac-item__title p {
    font-size: 21px;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 3.78px;
  }
  #vac .vac-item__desc p {
    font-size: 17px;
    max-width: 616px;
  }
  #vac .vac-item.left .vac-item__title p,
  #vac .vac-item.right .vac-item__title p {
    margin-left: 32px;
  }

  #vac .vac-item.left .vac-item__desc p,
  #vac .vac-item.right .vac-item__desc p {
    margin-left: 40px;
  }
}

@media (max-width: 768px) {
  #vac .vac-item {
    width: calc(100% - 15px);
  }
  #vac .vac-item__desc {
    max-width: 100%;
  }

  #vac .vac-item__desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2.52px;
    padding-left: 16px;
    padding-right: 16px;
    width: initial;
  }
  #vac .vac-item.left .vac-item__title p,
  #vac .vac-item.right .vac-item__title p,
  #vac .vac-item.right .vac-item__desc p,
  #vac .vac-item.left .vac-item__desc p {
    margin-left: 24px;
  }
  #vac .vac-item.right {
    margin-left: 15px;
  }
}
