@import url('https://webfontworld.github.io/sunn/SUIT.css');
/* font-family: 'SUIT'; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
/* font-family: 'Noto Serif KR', serif; */
@import url('https://use.typekit.net/kiz4yhx.css');
/*font-family: "paganini",serif; */

p {
  font-size: 32px;
}

h2 {
  font-family: 'Noto Serif KR', serif;
  font-size: 48px;
  font-weight: 700;
}

section {
  height: 1080px;
  overflow: hidden;
}

html {
  font-family: 'SUIT', 'Noto Serif KR', serif;
  font-weight: 400;
}

.container {
  max-width: 1440px;

  margin: 0 auto;
}

.space {
  display: block;
}

.space-block {
  display: inline-block;
}

textarea {
  border-radius: 16px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 20px;
}

/* header */

header .main-menu li {
  cursor: pointer;
}

header .navigation .logo {
  display: none;
  text-indent: 9999em;
}

header {
  width: 100%;
  color: #fff;
  border-bottom: 1px solid #fff;
  background: rgba(117, 85, 41, 0.5);
  backdrop-filter: blur(7px);
  position: fixed;
  z-index: 9999;
}

header .navigation {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;

  & .logo-wrap {
    cursor: pointer;
  }
}

header .navigation .main-menu {
  display: flex;
  gap: 30px;
  font-size: 20px;
  align-items: center;
  text-align: center;

  & li {
    width: 180px;
  }
}

header .navigation .main-menu li a {
  width: 100%;
  height: 100%;
}

header .lang {
  color: #ffffff;
  font-weight: 600;
  position: relative;
  display: flex;
  justify-content: center;

  & .lang-icon {
    background-image: url(../img/g-icon.svg);
    width: 24px;
    height: 24px;
    cursor: pointer;
  }

  & .lang-wrap {
    width: 56px;
    height: 200px;
    background-color: #604b31;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    gap: 12px;
    top: 40px;
    z-index: 9999;
    padding: 16px 12px;
    border-radius: 8px;
    display: none;
    transition-duration: 2s;

    & li {
      cursor: pointer;
      position: relative;
    }
  }
}

header .lang {
  & .lang-icon:hover {
    opacity: 0.5;
  }
}

header .lang .lang-wrap :hover {
  opacity: 0.5;
}

header .lang .lang-wrap.lang-open {
  display: flex;
  justify-content: center;
}

.db {
  display: block;
}

header .navigation img,
header .main-menu li,
header .head-right .lang a {
  transition: opacity 0.2s ease;
}

header .navigation img:hover,
header .main-menu li:hover,
header .head-right .lang a:hover {
  opacity: 0.5;
}

header .head-right a {
  height: 34px;
}

header .head-right a div {
  width: 100%;
  height: 100%;
  background: url('../img/beautytour.svg') no-repeat;
  display: inline-block;
}

header .head-right a div:hover {
  background: url('../img/beautytour2.svg') no-repeat;
  display: inline-block;
}

header .lang a:hover {
  color: #fff;
}

@keyframes ZoomOut {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

#main {
  height: 100vh;
}

#main .main-bg {
  width: 100%;
  height: 100%;
  background-image: url(../img/main-bg.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation-name: ZoomOut;
  animation-duration: 2.5s;
  animation-timing-function: cubic-bezier(0.36, 0.66, 0.56, 0.81);
}

@keyframes downText {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

#main .inner {
  position: absolute;
  top: 350px;
  left: 240px;
  color: white;
  transition: 2s;

  & h3 {
    color: white;
    font-size: 49px;
    margin-bottom: 10px;
    animation-name: downText;
    animation-duration: 4s;
    animation-timing-function: cubic-bezier(0.36, 0.66, 0.56, 0.81);
  }

  & h2 {
    color: white;
    font-family: 'Noto Serif KR', serif;
    font-size: 80px;
    margin-bottom: 64px;
    font-weight: 700;
    animation-name: downText;
    animation-duration: 4s;
    animation-timing-function: cubic-bezier(0.36, 0.66, 0.56, 0.81);
  }

  & > p {
    color: white;
    font-size: 28px;
    font-weight: 500;
    transition: 2s;
    animation-delay: 0.5s;
    animation-name: downText;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    opacity: 0;
    animation-fill-mode: forwards;
    line-height: 40px;

    & span {
      font-weight: 500;
    }
  }
}

/*
#sec1 {
  width: 100%;
} */

#sec1 {
  width: 100%;
}

#sec1 .sec1-bg {
  width: 100%;
  height: 100%;
  background-image: url(../img/sec1-bg.png);
  background-repeat: no-repeat;
  display: grid;

  grid-template-columns: 1fr 0.5fr 2.3fr 1fr 0.5fr 5fr 1fr;
  grid-template-rows: 1fr 0.5fr 0.5fr 1fr 0.5fr 3fr;

  & .bg1 {
    width: 100%;
    grid-column: 2 / span 2;
    grid-row: 2 / span 2;
  }

  & .bg2 {
    width: 100%;
    grid-column: 3 / span 2;
    grid-row: 3 / span 3;
    z-index: 1;
  }
}

#sec1 .sec1-bg .textarea {
  grid-column: 6 / 7;
  grid-row: 4 / 8;

  & h2 {
    font-size: 58px;
    margin-bottom: 40px;
    font-family: 'paganini', serif;
  }

  & div p {
    line-height: 140%;
  }
}

#partner {
  background: url(/img/img_partner-clinic_pc.jpg) no-repeat 70%;
  width: 100%;
  height: 1200px;
  margin-bottom: 80px;
  background-size: cover;

  & .inner {
    padding: 310px 11.6% 0;
  }

  & .text-area {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 90px;
    gap: 30px;

    & h2 {
      font-family: 'paganini', serif;
      font-size: 58px;
      color: white;
    }
  }

  & .link {
    background: url(/img/contact.png) no-repeat;
    width: 100%;
    height: 43px;
    cursor: pointer;
  }

  & .logos-bg {
    background-color: rgba(0, 0, 0, 0.13);
    border: 1px solid #fff;
    backdrop-filter: blur(7.5px);
    padding: 40px 10px;

    & .logos {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: center;

      & li {
        width: 15%;
        height: 100%;
        display: flex;
        justify-content: center;

        & img {
          width: 75%;
        }
      }

      & li:nth-child(4) img {
        width: 50%;
      }

      & li:nth-child(17) img {
        width: 50%;
      }
    }
  }
}

#sec2 {
  height: 1073px;
  background: linear-gradient(180deg, rgba(252, 243, 232, 0) 0%, #fcf3e8 100%);
  display: flex;
  position: relative;
}

#sec2 .sec2-bg {
  & > h2 {
    margin-bottom: 24px;
  }

  & > p {
    padding-bottom: 132px;
    line-height: 50px;
  }
}

#sec2 > img {
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: -1;
}

#sec2 .sec2-bg {
  padding-top: 367px;
  /* position: absolute;
  top: 40%;
  left: 20%; */
}

#sec2 .sec2-bg .bottom {
  display: flex;
  gap: 253px;

  & > div {
    display: flex;
    align-items: center;
    gap: 27px;

    & > div {
      font-size: 24px;

      & p {
        font-size: 23px;
      }

      & span {
        display: block;
      }
    }
  }
}

#sec2 .sec2-bg .menu1 > div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#sec2 .sec2-bg .bottom #sec3 {
  text-align: center;
}

.image-container img:not(:hover) {
  transition: transform 0.3s ease-in-out;
}

#sec3 {
  height: 672px;
  padding: 197px 0 211px 0;
}

#sec3 .textarea {
  margin-bottom: 140px;
  text-align: center;

  & h2 {
    margin-bottom: 24px;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 1rem));
  }
}

#sec3 .marquee-warp {
  width: 100vw;
  max-width: 100%;
  height: 900px;
  overflow-x: hidden;
  position: relative;
}

#sec3 .marketing {
  display: flex;
  gap: 20px;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 80s linear infinite;
}

#sec3 .marketing li img {
  border-radius: 16px;
  width: 386px;
  height: 386px;
}

#sec4 {
  height: 100%;
}

#sec4 .sec4-bg {
  width: 100%;
  max-height: 100%;
  background-image: url(../img/sec4-bg.jpg);
  background-repeat: no-repeat;
}

#sec4 .content-area {
  padding: 10% 0;
  display: flex;
  gap: 50px;

  justify-content: space-between;
  align-items: flex-end;

  & div {
    color: #fff;

    & h2 {
      margin-bottom: 24px;
    }

    & p {
      font-size: 32px;
    }
  }

  & img {
    width: 585px;
    height: 744px;
  }
}

#sec4 .sec4-bg div p:last-of-type {
  font-size: 24px;
}

#sec5 {
  height: 3248px;
}

#sec5 > .textarea {
  text-align: center;
  margin: 160px 0 73px 0;
  position: relative;

  & div {
    width: 40%;
  }

  & h2 {
    font-weight: 700;
    margin-bottom: 24px;
  }
}

#sec5 > .textarea::after {
  content: '';
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fff;
  border-radius: 360px;
  background: #ffeed9;
  filter: blur(100px);
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#sec5 .inner .box {
  gap: 50px;
  display: flex;
  align-items: center;
  padding: 24px 0;
  justify-content: space-between;
  border-top: 1px solid #d9d9d9;

  & h3 {
    font-family: 'Noto Serif KR', serif;
    font-size: 28px;
    margin-bottom: 24px;
  }

  & p {
    font-size: 22px;
  }

  & img {
    min-width: 45%;
    width: 45%;
    height: 342px;
    object-fit: cover;
  }
}

#notice {
  background-color: #fbf8f4;
  height: 1750px;
}

#notice .wrap {
  display: flex;
  gap: 50px;
  padding-top: 232px;

  & .text-content {
    width: 50%;
  }

  & .form {
    width: 55%;
  }

  & .text-content h2:first-of-type {
    margin-bottom: 24px;
  }
}

#notice .wrap .form {
  & h5 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

#notice .wrap .input-field {
  & > div {
    margin-bottom: 56px;
  }

  & input {
    background-color: transparent;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #d9d9d9;
  }

  & input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-family: SUIT;
    font-size: 20px;
    font-weight: 400;
  }

  & h5 {
    font-family: 'Noto Serif KR', serif;
  }
}

#notice {
  background-color: #fbf8f4;
}

#notice .wrap .inquiry textarea {
  font-size: 20px;
}

#notice .wrap .inquiry textarea,
#notice .wrap .agree-box textarea {
  width: calc(100% - 40px);
  height: 240px;
  resize: none;
  margin-bottom: 20px;

  color: #000;
  font-family: SUIT;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

#notice .wrap .inquiry textarea {
  textarea::-webkit-input-placeholder {
    color: #a1a1a1;
    font-family: SUIT;
    font-size: 20px;
    font-weight: 400;
    white-space: pre;
  }
}

#notice .wrap .check__line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 56px;

  & span {
    font-size: 22px;
  }

  & input {
    width: 32px;
  }

  & input[type='checkbox'] {
    accent-color: #a28d7c;
  }
}

#notice .form button {
  width: 320px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #755529;
  float: right;
  color: #fff;
  text-align: center;
  font-family: SUIT;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}

footer {
  height: 244px;
  display: flex;
  align-items: center;
  background-color: #a28d7c;
  color: #fff;
  font-weight: 400;

  & p {
    font-size: 20px;
  }

  & .content-area {
    width: 100%;
  }

  & .footer-left {
    display: flex;
    justify-content: space-between;

    & img {
      margin-bottom: 40px;
      display: flex;
      align-items: center;
    }

    & .footer-icon {
      display: flex;
      gap: 20px;
    }
  }

  & .footer-right {
    & > div {
      font-size: 20px;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;

      & div:first-of-type span {
        font-weight: 700;
      }
    }
  }
}

@media screen and (max-width: 1440px) and (min-width: 577px) {
  .container {
    max-width: 100%;
    padding: 0 32px;
  }

  h2 {
    font-size: 40px;
  }

  p {
    font-size: 26px;
  }

  .space {
    display: inline-block;
  }

  .space-block {
    display: block;
  }

  header .navigation > .main-menu {
    display: none;
  }

  #main .inner {
    top: 300px;
    left: 50px;

    & h3 {
      font-size: 30px;
      margin-bottom: 10px;
      animation-name: downText;
      animation-duration: 4s;
      animation-timing-function: cubic-bezier(0.36, 0.66, 0.56, 0.81);
    }

    & h2 {
      color: white;
      font-family: 'Noto Serif KR', serif;
      font-size: 60px;
      margin-bottom: 40px;
      font-weight: 700;
      animation-name: downText;
      animation-duration: 4s;
      animation-timing-function: cubic-bezier(0.36, 0.66, 0.56, 0.81);
    }

    & > p {
      color: white;
      font-size: 28px;
      font-weight: 500;
      transition: 2s;
      animation-delay: 0.5s;
      animation-name: downText;
      animation-duration: 2s;
      animation-timing-function: ease-in-out;
      opacity: 0;
      animation-fill-mode: forwards;
      line-height: 40px;

      & span {
        font-weight: 500;
      }
    }
  }

  #sec1 .sec1-bg {
    grid-template-columns: 1fr 0.5fr 2fr 1fr 0.5fr 4fr 1fr;
    grid-template-rows: 1fr 0.5fr 0.5fr 1fr 0.5fr 3fr;

    & .bg1 {
      width: 100%;
      min-width: 250px;
      grid-column: 2 / 4;
      grid-row: 2 / span 2;
    }

    & .bg2 {
      width: 100%;
      min-width: 300px;
      grid-column: 3 / span 2;
      grid-row: 3 / span 3;
      z-index: 1;
    }

    & .textarea {
      grid-column: 6 / span 1;
      grid-row: 3 / span 3;

      & h2 {
        font-size: 45px;
      }

      & div > p {
        font-size: 20px;
      }
    }
  }

  #partner .logos-bg .logos > li {
    width: 20%;
  }

  #sec2 .sec2-bg {
    width: 80%;

    & > p {
      padding-bottom: 50px;
    }
  }

  #sec2 .sec2-bg .bottom {
    gap: 50px;
    flex-direction: column;

    & > div {
      & > div {
        display: flex;
        flex-direction: column;
        flex: 1;
        margin-left: 27px;
        font-size: 24px;
      }
    }

    & .flag-img {
      width: 250px;
    }
  }

  #sec3 {
    padding: 15% 0;
  }

  #sec4 .sec4-bg .content-area {
    padding: 200px 36px;
    background-position: 45% 50%;

    & div {
      & h2 {
        font-size: 34px;
      }

      & p {
        font-size: 19px;
      }
    }

    & img {
      width: 50%;
      height: 70%;
      object-fit: cover;
    }
  }
}

#sec5 .inner .box {
  & p {
    padding-right: 30px;
  }
}

@media screen and (max-width: 1230px) {
  footer {
    & .footer-right > div {
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
    }
  }

  @media screen and (max-width: 665px) {
    footer {
      height: 400px;

      & .footer-left {
        flex-direction: column;
      }
    }
  }

  @media screen and (max-width: 576px) {
    .container {
      max-width: 100%;
      padding: 0 16px;
    }

    h2 {
      font-size: 34px;
    }

    p {
      font-size: 22px;
    }

    .space {
      display: inline-block;
    }

    .space-block {
      display: block;
    }

    header {
      position: absolute;
      top: 0%;
    }

    header .lang {
      & .lang-wrap {
        width: 26px;
      }
    }

    header .navigation .main-menu {
      display: none;
    }

    #main {
      height: 800px;
    }

    #main .main-bg {
      background-image: url(../img/m-main-bg.png);
      height: 800px;
    }

    @keyframes ZoomOut {
      0% {
        transform: scale(1.1);
      }

      100% {
        transform: scale(1);
      }
    }

    header {
      border: none;
      background-color: transparent;
    }

    .logo-wrap img {
      width: 210px;
    }

    header .navigation {
      height: 52px;
      gap: 10px;
    }

    #main .inner {
      width: 90%;
      top: 40%;
      left: 5%;
      text-align: center;

      & h3 {
        font-size: 28px;
        font-weight: 500;
      }

      & h2 {
        font-size: 40px;
        margin-bottom: 17px;
        font-weight: 600;
      }

      & p {
        font-size: 20px;
        font-weight: 300;
        line-height: 30px;
      }
    }

    @keyframes downText {
      0% {
        transform: translateY(0px);
        opacity: 0;
      }

      100% {
        transform: translateY(0px);
        opacity: 1;
      }
    }

    #sec1 {
      height: 650px;
    }

    #sec1 .sec1-bg {
      width: 100%;
      grid-template-columns: 0.5fr 0.7fr 1fr 1fr 1fr 0.5fr;
      grid-template-rows: 0.5fr 0.5fr 1.5fr 0.3fr 1fr 0.5fr;

      & .bg1 {
        grid-column: 2 / span 2;
        grid-row: 2 / span 3;
      }

      & .bg2 {
        grid-column: 3 / span 2;
        grid-row: 3;
        grid-row-end: 4;
      }

      & .textarea {
        grid-column: 2;
        grid-column-end: 6;
        grid-row: 5;

        & h2 {
          font-size: 34px;
        }

        & p {
          font-size: 19px;
        }
      }
    }

    #partner {
      background: url(/img/img_partner-clinic_m.jpg) no-repeat;
      background-size: cover;
      height: 1080px;
      padding: 100px 30px;
      box-sizing: border-box;

      & .inner {
        padding: 0;
      }

      & .logos-bg {
        & .logos {
          & li {
            width: 20%;
            display: flex;
            justify-content: center;

            & img {
              width: 100%;
            }
          }
        }
      }

      & .text-area {
        width: 100%;
      }
    }

    #sec2 {
      padding: 0;
      height: 1000px;

      & > img {
        width: 130%;
        object-fit: cover;
        left: 20px;
      }
    }

    #sec2 .sec2-bg {
      top: 250px;
      left: 0%;

      & > p {
        width: 80%;
        font-size: 19px;
        padding-bottom: 60px;
        line-height: 30px;
      }

      & .bottom {
        gap: 0px;
        flex-direction: column;

        & > div {
          margin-bottom: 30px;
        }

        & > h2 {
          font-size: 34px;
        }

        & > img {
          width: 90px;
          height: 90px;
        }

        & .menu1 p,
        .menu2 p {
          font-size: 17px;
        }
      }
    }

    #sec2 .bottom .menu1 > img,
    #sec2 .bottom .menu2 > img {
      width: 25%;
    }

    #sec2 .bottom .menu1 div img {
      width: 80%;
    }

    #sec2 .sec2-bg .bottom > div {
      white-space: normal;
    }

    #sec2 .sec2-bg .bottom > div > div span {
      font-size: 17px;
    }

    #sec3 {
      height: 440px;
      padding: 60px 0 0 0;
    }

    #sec3 .textarea {
      margin-bottom: 70px;

      & h2 {
        font-size: 34px;
        margin-bottom: 16px;
      }

      & p {
        font-size: 19px;
      }
    }

    #sec3 .marketing li img {
      width: 160px;
      height: 160px;
    }

    #sec4 {
      height: 100%;
    }

    #sec4 .sec4-bg div p:last-of-type {
      font-size: 15px;
    }

    #sec4 .sec4-bg .content-area {
      padding: 10%;
      gap: 30px;
      flex-direction: column;

      background-position: 45% 50%;

      & div {
        & h2 {
          font-size: 34px;
        }

        & p {
          font-size: 19px;
        }
      }

      & img {
        width: 70%;
        height: 448px;
        object-fit: cover;
      }
    }

    #sec4 .sec4-bg img {
      width: 300px;
      height: 380px;
    }

    #sec4 .content-area {
      & div {
        margin-top: 0px;

        & h2 {
          margin-bottom: 24px;
        }

        & p {
          font-size: 32px;
        }
      }

      & img {
        width: 585px;
        height: 744px;
      }
    }

    #sec5 {
      height: 500%;
    }

    #sec5 .inner {
      & p {
        margin-bottom: 16px;
      }
    }

    #sec5 .inner .box {
      flex-direction: column;
      padding: 16px 0 50px 0;
      gap: 30px;
      margin: 0 auto;
      width: 100%;

      & h2 {
        font-size: 34px;
      }

      & p {
        font-size: 19px;
      }

      & h3 {
        font-size: 18px;
      }

      & p {
        font-size: 16px;
      }

      & img {
        width: 98%;
        object-fit: cover;
        height: 160px;
      }
    }

    #sec5 .inner .text-content {
      width: 100%;
    }

    #notice {
      height: 100%;
      padding-bottom: 50px;
    }

    #notice .wrap {
      flex-direction: column;
      padding-top: 60px;

      & .text-content {
        width: 100%;
        margin-bottom: 80px;

        & h2 {
          font-size: 28px;
        }

        & p {
          font-size: 19px;
        }
      }
    }

    #notice .wrap .form {
      width: 100%;

      & h5 {
        font-size: 20px;
      }

      & input::-webkit-input-placeholder {
        font-size: 18px;
        font-weight: 400;
      }
    }

    #notice .form button {
      width: 100%;
      border-radius: 8px;
    }

    #notice .wrap .inquiry textarea,
    #notice .wrap .agree-box textarea {
      height: 160px;
    }

    textarea {
      border-radius: 8px;
      border: 1px solid #f0f0f0;
      background: #fff;
    }

    #notice .wrap .agree-box textarea {
      font-size: 14px;
    }

    #notice .wrap .check__line {
      & span {
        font-size: 16px;
      }

      & input {
        width: 24px;
        left: 241px;
        top: -30%;
        border-radius: 4px;
        border: 3px solid #d9d9d9;
      }
    }

    footer {
      height: 400px;

      & .content-area {
        flex-direction: column;
        align-items: baseline;
      }

      & p {
        font-size: 16px;
      }
    }

    footer .footer-left {
      flex-direction: column-reverse;
    }

    footer .footer-right {
      flex-direction: column;

      & > div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
      }

      & .copyright {
        font-size: 15px;
      }
    }
  }
}

@media screen and (max-width: 400px) {
  header .logo-wrap img {
    width: 80%;
  }

  footer {
    & .footer-logo {
      & img {
        width: 60%;
      }
    }

    & .footer-left {
      & .footer-icon {
        gap: 0px;
        flex-wrap: wrap;

        & img {
          width: 70%;
        }
      }
    }
  }
}

.package {
  padding-top: 96px;
  padding-left: 32px;
  padding-right: 32px;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  & .product {
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    gap: 48px;
    & .product-item {
      width: 100%;
      & img {
        width: 100%;
        height: auto;
      }
      & .title {
        margin-top: 30px;
        font-family: 'Noto Serif Kr';
        font-size: 31px;
        font-weight: 700;
      }
      & .includes {
        margin-top: 20px;
        & p {
          font-size: 28px;
          font-weight: 600;
        }
        & ul {
          padding-left: 18px;
          & li {
            font-size: 22px;
            list-style: initial;
            margin-top: 10px;
          }
        }
      }
      & .price {
        margin-top: 20px;
        font-size: 38px;
        font-weight: 700;
      }
    }
  }
}

@media screen and (max-width: 576px) {
  header.package-header {
    background: rgba(117, 85, 41, 0.5);
    backdrop-filter: blur(7px);
  }
  .package {
    padding-top: 52px;
    padding-left: 16px;
    padding-right: 16px;
    & .product {
      margin-top: 60px;
      margin-bottom: 60px;
      display: flex;
      flex-direction: column;
      gap: 40px;
      & .product-item {
        width: 100%;
        & img {
          width: 100%;
          height: auto;
        }
        & .title {
          margin-top: 20px;
          font-size: 28px;
          font-weight: 700;
        }
        & .includes {
          margin-top: 20px;
          & p {
            font-size: 22px;
            font-weight: 600;
          }
          & ul {
            padding-left: 18px;
            & li {
              font-size: 18px;
              list-style: initial;
              margin-top: 10px;
            }
          }
        }
        & .price {
          margin-top: 20px;
          font-size: 28px;
          font-weight: 700;
        }
      }
    }
  }
}
