/* popup */
.pc {
  display: block;
}

.mobile {
  display: none;
}

.layer-popup {
  /* position: absolute; */
  z-index: 9999;
  background-color: #fff;
  box-shadow: 2px 3px 10px #555;
  border-radius: 10px;
  height: auto !important;
}

.layer-popup:nth-child(1) {
  left: 0;
}

.layer-popup img {
  width: 100%;
  height: auto !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.layer-popup .show-chk-wrap {
  display: flex;
  padding: 6px 10px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}

.layer-popup .show-chk-wrap a {
  font-size: 16px;
  color: #505050;
  cursor: pointer;
}

.layer-popup .show-chk-wrap a:hover {
  color: #222;
  font-weight: 600;
  transition: 0.3s;
}

.close-popup {
  box-sizing: border-box;
  padding: 4px 12px;
  border: 1px solid #999;
  border-radius: 4px;
}

.close-popup:hover {
  border: 1px solid #505050; 
  background-color:#505050; 
  color: #fff !important;
  transition: 0.3s;
}

.popup-space {
  /* width: 100%; */
  position: absolute;
  display: flex;
  top: 65px;
  left: 10px;
  gap: 0;
  align-items: center;
  z-index: 100;
  flex-wrap: wrap;
  gap: 20px;
}

/* main */
#main {
  width: 100%;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  padding: 127px 55px 55px;
}

#main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.bg-video-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; 
}

.main-container {
  width: 100%;
  height: 710px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  padding-top: 53px;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.main-top {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

.main-top>p {
  color: #FFF;
  text-align: center;
  font-family: 'Shilla_Culture(M)';
  font-size: 52px;
  font-weight: 500;
  line-height: 150%; /* 78px */
  letter-spacing: -1.3px;
}

.main-logo {
  width: 657px;
}

.main-img-div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40%;
}

.main-img {
  width: 748px;
  z-index: 5;
}

.main-bottom {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 40px 35px 43px;
}

.main-bottom>p {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 145%; /* 34.8px */
  letter-spacing: -0.12px;
}

.main-mo-tit {
  display: none;
}

.main-marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 10;
  display: flex;
  padding: 20px 0;
  flex-direction: column;
  align-items: flex-start;
  background: #111;
}

.main-marquee>.marquee-content {
  display: inline-flex;
  gap: 25px;
  animation: marquee 5s linear infinite;
}

.marquee-logo {
  width: 22px;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-28%);
  }
}


/* section2 */
#section2 {
  width: 100%;
  background: url(../img/section2/st2-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  box-sizing: border-box;
  padding: 100px 40px;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.section-top-tit {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-top-tit>p:first-child {
  color: #FFF;
  text-align: center;
  font-family: 'Shilla_Culture(M)';
  font-size: 62px;
  line-height: 150%; /* 93px */
  letter-spacing: -1.55px;
}

.section-top-tit>p:last-child {
  color: #FFF;
  text-align: center;
  font-family: 'Shilla_Culture(B)';
  font-size: 80px;
  line-height: 140%; /* 112px */
  letter-spacing: -2px;
}

.st2-container {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.st2-sm-box {
  display: flex;
  width: 360px;
  box-sizing: border-box;
  padding: 45px 50px 45px 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 20px 0px 0px 20px;
  background: #343D39;
}

.st2-sm-box:last-child {
  border-radius: 0px 20px 20px 0px;
}

.st2-sm-box>p {
  color: #FFF;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%; /* 42px */
  letter-spacing: -0.7px;
}

.st2-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.st2-wrap p {
  width: fit-content;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  box-sizing: border-box;
  padding: 5px 16px;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.90);
  font-size: 28px;
  font-weight: 600;
  line-height: 140%; /* 39.2px */
  letter-spacing: -0.7px;
}

.st2-img-box {
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0.60);
  box-shadow: -12px 16px 48px 0px rgba(0, 0, 0, 0.28);
  background: url(../img/section2/st2-img-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  width: 560px;
  height: 500px;
  padding: 60px 0px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
  position: relative;
}

.st2-img-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}

.st2-img-wrap img {
  width: 108px;
}

.st2-img-box>p:nth-child(2) {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px; /* 125% */
  letter-spacing: -0.8px;
}

.st2-img-box>p:nth-child(3) {
  color: #FFF;
  font-size: 60px;
  font-weight: 800;
  line-height: 150%; /* 90px */
  letter-spacing: -1.5px;
}

.arrow {
  position: absolute;
  width: 250px;
  right: -3%;
  z-index: 5;
  bottom: 0;
  animation: toUp 2s infinite;
}

@keyframes toUp {
  0% {
      transform: translateX(-200px) translateY(200px);
  }
  to {
      transform: translateX(0) translateY(20px);
  }
}


/* section3 */
#section3{
  background: url(../img/section3/st3-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  box-sizing: border-box;
  padding: 100px 40px;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  position: relative;
}

.section-top-tit2 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.section-top-tit2>p:first-child {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%; /* 60px */
  letter-spacing: -1px;
}

.section-top-tit2>p:last-child {
  color: #FFF;
  text-align: center;
  font-family: 'Shilla_Culture(B)';
  font-size: 80px;
  font-weight: 700;
  line-height: 140%; /* 112px */
  letter-spacing: -2px;
}

.point {
  color: #1BD687 !important;
}

.st3-tit {
  color: #111;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%; /* 48px */
  letter-spacing: -0.8px;
  border-radius: 100px;
  background: #1BD687;
  display: flex;
  box-sizing: border-box;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
}

.st3-container {
  max-width: 1280px; 
  width: 100%;
}

.st3-num-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  position: relative;
}

.st3-num {
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.65);
  background: #000;
  display: flex;
  width: 120px;
  height: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%; /* 48px */
  letter-spacing: -0.8px;
  z-index: 5;
}

.st3-num.light {
  background: #136B36;
  color: #FFF;
}

.st3-num-wrap hr {
  width: 25%;
  display: block;
  border: 1px dashed #FFF;
  opacity: 1;
  margin: 0;
}

.mo-hr {
  display: none !important;
}

.st3-box-wrap {
  display: flex;
  gap: 28px;
  margin-top: -20px;
}

.st3-box {
  width: 33.3%;
  display: flex;
  box-sizing: border-box;
  padding: 60px 20px 20px 20px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex: 1 0 0;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.50);
  background: #322A2A;
}

.st3-box.light {
  border: 1px solid rgba(255, 255, 255, 0.50);
}

.st3-box>p {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  line-height: 150%; /* 36px */
  letter-spacing: -0.6px;
  word-break: keep-all;
  padding-bottom: 20px;
}

.bold {
  font-weight: 700;
}

.st3-img {
  width: 100%;
  border-radius: 8px;
}


/* section4 */
#section4 {
  background: url(../img/section4/st4-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  box-sizing: border-box;
  padding: 100px 40px 0;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.st4-bg-logo {
  position: absolute;
  right: 30px;
  top: 80px;
}

.st4-bg-logo2 {
  position: absolute;
  left: 30px;
  bottom: 79px;
}

.st4-container {
  max-width: 1280px;
  width: 100%;
  display: flex;
  gap: 40px;
  align-items: start;
  z-index: 5;
}

.st4-dish {
  width: 33.3%;
  background: url(../img/section4/dish.png);
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
}

.st4-dish:nth-child(2) {
  margin-top: 100px;
}

.dish-div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}

.dish-div>p {
  color: #505050;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.6px;
}

.dish-div>b {
  color: #000;
  text-align: center;
  font-size: 40px;
  line-height: 56px; /* 140% */
  letter-spacing: -1px;
}

.st4-ellipse {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}


/* section5 */
#section5 {
  background: #F0EDEA;
  display: flex;
  padding: 50px 40px 100px;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.st5-bubble {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.st5-bubble>p {
  display: flex;
  box-sizing: border-box;
  padding: 30px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #FFF;
  box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.11);
}

.st5-bubble>p>span {
  color: #E41817;
  text-align: center;
  font-family: 'Shilla_Culture(B)';
  font-size: 40px;
  font-weight: 700;
  line-height: 34px; /* 85% */
  letter-spacing: -1px;
}

.st5-bubble>svg {
  margin: 0 60px;
}

.st5-container {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}

hr {
  display: block !important;
  opacity: 1;
}

.st5-container hr {
  width: 1px;
  height: 60px;
}

.st5-container hr:first-child {
  background: #136B36;
  margin-bottom: -10px;
}

.st5-container hr:last-child {
  background: #136B36;
  margin-top: -10px;
}

.st5-wrap {
  width: 100%;
  display: flex;
}

.st5-img-div {
  width: 50%;
  overflow: hidden;
}

.st5-img {
  width: 100%;
  object-fit: cover;
}

.st5-img:hover {
  transform: scale(1.1);
}

.st5-div {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 50%;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 60px;
}

.st5-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.st5-top-div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.st5-top-div>p {
  color: #136B36;
  font-family: 'Shilla_Culture(M)';
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.8px;
  white-space: nowrap;
}

.st5-top-div>hr {
  width: 100%;
  height: 1px;
  background: #257657 !important;
  border: none !important;
  margin: 0 !important;
  transition: width 0.3s ease; 
}

.st5-div-tit {
  color: #111;
  font-family: 'Shilla_Culture(B)';
  font-size: 40px;
  font-weight: 700;
  line-height: 130%; /* 52px */
  letter-spacing: -1px;
}

.st5-div-tit>span, .st5-div-content>span {
  color: #136B36;
}

.st5-div-content {
  color: #505050;
  font-size: 20px;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
  word-break: keep-all;
}

.st5-div-content>span {
  font-weight: 600;
}

.st5-bg-logo {
  position: absolute;
}

.logo1 {
  top: 0;
  right: 40px;
}

.logo2 {
  left: 40px;
  top: 480px;
}

.logo3 {
  right: 40px;
  bottom: 480px;
}

.logo4 {
  left: 40px;
  bottom: 57px;
}

/* section6 */
#section6 {
  background: #136B36;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.st6-top-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  z-index: 10;
  position: relative;
  box-sizing: border-box;
  padding: 0 40px;
}

#section6 .section-top-tit>p:first-child {
  color: #136B36;
}

#section6 .section-top-tit>p:last-child {
  color: #111;
}

.st6-top-wrap {
  max-width: 1280px;
  width: 100%;
  display: flex;
  gap: 40px;
}

.st6-img {
  width: 60%;
  display: flex;
  gap: 8px;
  align-items: start;
}

.st6-video {
  width: 33.3%;
  aspect-ratio: 1 / 1.78;
  border-radius: 24px;
}

.st6-img-div {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 33.3%;
}

.st6-img-div .st6-video {
  width: 100%;
}

.st6-top-div {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 37px;
  align-items: end;
}

.st6-bubble {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.st6-bubble>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  display: flex;
  box-sizing: border-box;
  padding: 30px 40px;
  gap: 8px;
  border-radius: 50px;
  background: #FFF;
}

.st6-bubble>div>b {
  color: #E41817;
  text-align: center;
  font-size: 32px;
  line-height: 38px; /* 118.75% */
  letter-spacing: -0.8px;
}

.st6-bubble>div>p {
  color: #505050;
  text-align: center;
  font-size: 22px;
  line-height: 140%; /* 30.8px */
  letter-spacing: -0.55px;
}

.st6-bubble>svg {
  margin: 0 60px;
}

.count-box {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 10px 20px 10px 0px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 4px solid rgba(255, 255, 255, 0.10);
  background: linear-gradient(108deg, #017A31 1.52%, #004F1F 78.57%);
  box-shadow: 8px 16px 48px 0px rgba(0, 0, 0, 0.20);
}

.count-box>svg {
  flex-shrink: 0;
}

.counter {
  display: flex;
  align-items: end;
  gap: 10px; /* 숫자 간 간격 */
}

.digit {
  display: flex;
  width: 90px;
  height: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.65);
  color: #FFF;
  text-align: center;
  font-size: 100px;
  font-weight: 900;
  line-height: 150%; /* 150px */
}

.unit {
  color: #FFF;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 150%; /* 84px */
}

.st6-bg {
  background: #F0EDEA;
  height: 450px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.st6-ellipse {
  width: 100%;
  position: absolute;
  left: 0;
  top: 450px;
}

.review-swiper-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.review-swiper-container .swiper-wrapper {
  transition-timing-function: linear;
}

.review-swiper-container img {
  border-radius: 12px;
  width: 100%;
}

.swiper-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg, #136B36 15%, rgba(19, 107, 54, 0.00) 100%);
  z-index: 5;
}

.swiper-bg2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg, rgba(19, 107, 54, 0.00) 0%, #136B36 85%);
  z-index: 5;
}


/* section7 */
#section7 {
  width: 100%;
  overflow: hidden;
  background: url(../img/section7/st7-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
}

.st7-top-container {
  width: 100%;
  position: relative;
}

.st7-img-marquee {
  width: 100%;
  display: flex;
  white-space: nowrap;
  position: relative;
  background: #111;
}

.st7-marquee-img {
  width: 25%; /* 이미지 크기 */
  flex-shrink: 0; /* 크기 고정 */
}

.st7-marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 5;
  display: flex;
  padding: 30px 0;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.40);
}

.st7-marquee>.marquee-content {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  animation: marquee 3s linear infinite;
}

.st7-marquee>.marquee-content>p {
  text-align: center;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #FFF;
  color: transparent;
  font-family: Pretendard;
  font-size: 64px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -1.6px;
}

.st7-marquee>.marquee-content>svg {
  flex-shrink: 0;
}

.st7-circle-div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -200px;
  z-index: 10;
}

.st7-circle {
  width: 360px;
  aspect-ratio: 1 / 1;
  background: url(../img/section7/st7-circle.png);
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.12);
}

.st7-circle>p:first-child {
  color: #111;
  font-size: 25px;
  line-height: 38px; /* 152% */
  letter-spacing: -0.625px;
}

.st7-circle>p:nth-child(2) {
  color: #111;
  font-size: 62px;
  font-weight: 800;
  line-height: 130%; /* 80.6px */
}

.st7-circle>b {
  color: #111;
  font-size: 30px;
  line-height: 38px; /* 126.667% */
  letter-spacing: -0.75px;
}

.st7-bottom-container {
  box-sizing: border-box;
  padding: 100px 40px;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  line-height: 150%; /* 42px */
  letter-spacing: -0.7px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* section8 */
#section8 {
  width: 100%;
  overflow: hidden;
  background: url(../img/section8/st8-bg.png);
  background-position: center center!important;
  background-size: cover!important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  gap: 60px;
}

.st-tit {
  color: #FFF;
  text-align: center;
  font-family: 'Shilla_Culture(B)';
  font-size: 80px;
  font-weight: 700;
  line-height: 140%; /* 112px */
  letter-spacing: -2px;
}

.st8-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.tab-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.menu-tab, .interior-tab {
  border-radius: 50px;
  border: 1px solid #1BD687;
  color: #1BD687;
  display: flex;
  width: 160px;
  padding: 14px 0px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
  cursor: pointer;
}

.menu-tab:hover, .click, .interior-tab:hover, .show {
  background: #1BD687;
  color: #000;
}

.menu-wrap {
  width: 100%;
  display: none;
}

.menu-swiper-container, .side-swiper-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.menu-swiper-container img, .side-swiper-container img {
  width: 100%;
}

.contain-active {
  display: flex !important;
}

.menu-nav-wrap {
  box-sizing: border-box;
  padding: 0 20px;
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-swiper-container .swiper-bg, .side-swiper-container .swiper-bg {
  background: linear-gradient(90deg, #080808 15%, rgba(8, 8, 8, 0.50) 30%, rgba(8, 8, 8, 0.00) 100%);
}

.menu-swiper-container .swiper-bg2, .side-swiper-container .swiper-bg2 {
  background: linear-gradient(90deg, rgba(8, 8, 8, 0.00) 0%, rgba(8, 8, 8, 0.50) 30%, #080808 85%);
}

.nav-btn {
  display: flex;
  width: 48px;
  height: 72px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.50);
  z-index: 10;
  cursor: pointer;
}

.nav-btn:hover {
  background: #000;
}


/* section9 */
#section9 {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #080808;
  margin-top: -2px;
}

.st9-ellipse {
  width: 100%;
}

.st9-container {
  width: 100%;
  background: #174A45;
  display: flex;
  box-sizing: border-box;
  padding: 0px 40px 100px 40px;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  margin-top: -0.3px;
  position: relative;
}

.st9-bg-logo {
  position: absolute;
  right: 30px;
  top: 100px;
}

.st9-bg-logo2 {
  position: absolute;
  left: 30px;
  bottom: 132px;
}

.st9-img-wrap {
  max-width: 1180px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.st9-img {
  width: 100%;
}

.st9-img-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.st9-bubble {
  width: 350px;
  height: 168px;
  position: absolute;
  white-space: nowrap;
  background: url(../img/section9/st9-bubble.png);
  background-position: center center !important;
  background-size: cover !important;
  color: #222;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.6px;
  display: inline-flex;
  padding-top: 25px;
  padding-left: 44px;
}

.st9-bubble2 {
  width: 350px;
  height: 178px;
  position: absolute;
  white-space: nowrap;
  background: url(../img/section9/st9-bubble2.png);
  background-position: center center !important;
  background-size: cover !important;
  color: #222;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.6px;
  display: inline-flex;
  padding-top: 28px;
  padding-left: 50px;
  left: -80px;
  top: 50px;
}

.bubble1 {
  right: -80px;
  top: -80px;
}

.bubble3 {
  width: 370px;
  height: 175px;
  right: 60px;
  bottom: 90px;
}

.st9-bubble>p>span, .st9-bubble2>p>span {
  color: #136B36;
  font-weight: 600;
}


/* section10 */
#section10 {
  display: flex;
  box-sizing: border-box;
  padding: 100px 40px;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  background: linear-gradient(0deg, #174A45 0%, #174A45 100%), url(<path-to-image>) lightgray 0px -980.585px / 100% 177.273% no-repeat;
  position: relative;
}

.st10-bg-logo {
  position: absolute;
  right: 30px;
  top: -0.112px;
}

.st10-bg-logo2 {
  position: absolute;
  left: 30px;
  top: 480.888px;
}

.st10-container {
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.interior-wrap {
  width: 100%;
  display: none;
  flex-direction: column;
  gap: 20px;
}

.interior-swiper-container, .exterior-swiper-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.interior-swiper-container img, .exterior-swiper-container img {
  width: 100%;
}

.interior-nav-wrap {
  position: absolute;
  top: 42%;
  width: 100%;
  display: none;
  justify-content: space-between;
  align-items: center;
}

.thumb-wrap {
  width: 100%;
  display: flex;
  gap: 10px;
  overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: none; /* IE, Edge 스크롤바 숨기기 */
  margin-top: 20px;
}

.thumb-wrap::-webkit-scrollbar {
  display: none; /* 크롬, 사파리 스크롤바 숨기기 */
}

.thumb, .ex-thumb {
  width: calc(25% - 5px) !important;
  aspect-ratio: 1 / 0.6;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  position: relative; 
  transition: all 0.3s ease;
}

.thumb::after, .ex-thumb::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65); 
  transition: opacity 0.3s ease;
  opacity: 1;
  z-index: 1;
}

.thumb.active::after, .ex-thumb.active::after {
  opacity: 0; 
}

.thumb:hover::after, .ex-thumb:hover::after {
  opacity: 0.5; 
}

.interior-swiper-pagination, .exterior-swiper-pagination {
  width: 100%;
  margin-top: -10px;
}

.interior-swiper-pagination .swiper-pagination-bullet, .exterior-swiper-pagination .swiper-pagination-bullet {
  height: 2px;
  background: rgba(255, 255, 255, 0.20) !important;
  opacity: 1 !important;
  border-radius: 0;
  margin: 0 !important;
}

.exterior-swiper-pagination .swiper-pagination-bullet {
  width: 25%;
}

.interior-swiper-pagination .swiper-pagination-bullet-active, .exterior-swiper-pagination .swiper-pagination-bullet-active {
  background: #1BD687 !important;
}

/* 1450px */
.huge-br {
  display: none;
}

/* 1024px */
.big-br {
  display: none;
}

/* 900px */
.mi-br {
  display: none;
}

/* 600px */
.mo-br {
  display: none;
}

@media(min-width: 1700px) {
  .main-marquee>.marquee-content {
      animation: marquee 2s linear infinite;
  }
  @keyframes marquee {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-12%);
    }
  }
}

@media(max-width: 1450px) {
  .huge-br {
    display: block;
  }
}

@media(max-width: 1350px) {
  .main-top>p {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .main-logo {
    width: 600px;
  }
  .main-bottom>p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .main-img {
    width: 680px;
  }
  .section-top-tit>p:first-child {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .section-top-tit>p:last-child, .section-top-tit2>p:last-child, .st-tit {
    font-size: 64px;
    letter-spacing: -1.6px;
  }
  .st2-sm-box>p, .st2-wrap p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st2-sm-box {
    width: 320px;
  }
  .st2-img-box>p:nth-child(2) {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st2-img-box>p:nth-child(3) {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st2-img-box {
    width: 480px;
  }
  .arrow {
    width: 250px;
  }
  .section-top-tit2>p:first-child {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st3-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st3-num {
    width: 100px;
    height: 100px;
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st3-num-wrap hr {
    width: 26%;
  }
  .st3-box>p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st6-bubble>div>b {
    font-size: 28px;
    line-height: 38px; /* 135.714% */
    letter-spacing: -0.7px;
  }
  .st6-bubble>div>p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .bubble1 {
    right: -40px;
  }
  .st9-bubble2 {
    left: -40px;
  }
}

@media(max-width: 1250px) {
  .main-img {
    width: 640px;
  }
  .st4-dish>svg {
    width: 80px;
    height: 80px;
  }
  .dish-div>p {
    font-size: 20px;
    line-height: 28px; 
    letter-spacing: -0.5px;
  }
  .dish-div>b {
    font-size: 28px;
    line-height: 38px; 
    letter-spacing: -0.7px;
  }
  .st5-div {
    padding: 0 40px;
  }
  .st6-top-div {
    width: 44%;
  }
  .count-box>svg {
    width: 120px;
    height: 120px;
  }
  .digit {
    width: 80px;
    height: 88px;
    font-size: 64px;
    letter-spacing: -1.6px;
  }
  .unit {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st6-bubble>div>b {
    font-size: 24px;
    line-height: 28.5px;
    letter-spacing: -0.6px;
  }
  .st6-bubble>div>p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st9-img-logo {
    width: 82px;
    height: 108px;
  }
}

@media(max-width: 1150px) {
  .main-container {
    height: auto;
  }
  .main-pc-tit {
    display: none;
  }
  .main-bottom {
    justify-content: center;
    padding: 60px 0;
  }
  .main-img-div {
    position: static;
    transform: none;
    margin-top: 40px;
    margin-bottom: -30px;
  }
  .main-mo-tit {
    display: block;
    text-align: center;
  }
  .st2-sm-box>p, .st2-wrap p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st2-sm-box {
    width: 270px;
    padding: 30px 40px 25px 20px;
  }
  .st2-img-box>p:nth-child(2) {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st2-img-box>p:nth-child(3) {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st2-img-wrap img {
    width: 90px;
  }
  .st2-img-box {
    width: 420px;
    height: 450px;
  }
  .arrow {
    width: 250px;
  }
  .st3-num-wrap hr {
    width: 24%;
  }
  .st3-box-wrap {
    gap: 12px;
  }
  .st3-box {
    padding: 50px 15px 15px 15px;
  }
  .st4-container {
    gap: 20px;
  }
  .st5-div {
    padding: 0 30px;
  }
  .st5-top-div>p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st5-div-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st5-div-content {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st6-top-div {
    width: 43.5%;
  }
  .st6-bubble>div {
    padding: 22.5px 30px;
  }
  .count-box>svg {
    width: 100px;
    height: 100px;
  }
  .digit {
    width: 70px;
    height: 75px;
    font-size: 60px;
  }
  .unit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st7-marquee-img {
    width: 33.3%;
  }
  .st7-marquee {
    padding: 20px 0;
  }
  .st7-marquee>.marquee-content>p {
    font-size: 48px;
    line-height: 62px; /* 129.167% */
    letter-spacing: -1.2px;
  }
  .st7-circle-div {
    bottom: -150px;
  }
  .st7-circle {
    width: 300px;
    height: 300px;
  }
  .st7-circle>p:first-child {
    font-size: 20.833px;
    line-height: 31.667px; /* 152% */
    letter-spacing: -0.521px;
  }
  .st7-circle>p:nth-child(2) {
    font-size: 51.667px;
    line-height: 130%; /* 67.167px */
  }
  .st7-circle>b {
    color: #111;
    font-size: 25px;
    line-height: 31.667px; /* 126.667% */
    letter-spacing: -0.625px;
  }
  .st7-bottom-container {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st9-bubble, .st9-bubble2 {
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
  }
  .bubble1 {
    width: 300px;
    height: 140px;
    padding-left: 40px;
    top: -50px;
  }
  .st9-bubble2 {
    width: 300px;
    height: 155px;
  }
  .bubble3 {
    width: 320px;
    height: 155px;
    padding-left: 42px;
  }
  .thumb, .ex-thumb {
    width: 33% !important;
  }
}

@media (max-width: 1024px) {
  .st2-container {
    width: 65%;
    flex-direction: column;
    align-items: unset;
  }
  .st2-sm-box {
    width: 330px;
    border-radius: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.10);
    padding: 35px 40px 35px 20px;
  }
  .st2-sm-box:first-child {
    order: 1;
  }
  .st2-sm-box:last-child {
    order: 2;
    margin-left: auto;
    margin-top: -180px;
  }
  .st2-img-box {
    order: 3;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: -10px;
  }
  .big-br {
    display: block;
  }
  .bubble3 {
    right: 40px;
    bottom: 65px;
  }
  .st9-img-logo {
    width: 70px;
    height: 96px;
  }
}

@media(max-width: 1000px) {
  .st4-dish>svg {
    width: 70px;
    height: 70px;
  }
  .dish-div>p {
    font-size: 18px;
    line-height: 26px; 
    letter-spacing: -0.45px;
  }
  .dish-div>b {
    font-size: 24px;
    line-height: 34px; 
    letter-spacing: -0.6px;
  }
  .st6-top-wrap {
    flex-direction: column;
    align-items: center;
  }
  .st6-img {
    width: 100%;
  }
  .st6-top-div {
    width: fit-content;
    gap: 20px;
    margin: 0 auto;
    align-items: center;
  }
  .count-box {
    width: fit-content;
  }
  .st6-bg {
    height: 850px;
  }
  .st6-ellipse {
    top: 850px;
  }
}

@media(max-width: 900px) {
  .main-container {
    padding-top: 70px;
  }
  .main-logo {
    width: 80%;
  }
  .main-img-div {
    width: 105%;
  }
  .main-img {
    width: 100%;
  }
  .st2-container {
    width: 80%;
    flex-direction: column;
    align-items: unset;
  }
  .mi-br {
    display: block;
  }
  .st3-container {
    display: flex;
    gap: 50px;
  }
  .st3-num-wrap, .st3-box-wrap {
    flex-direction: column;
  }
  .st3-num-wrap hr {
    width: 1px;
    height: 100%;
    margin-top: -15px;
  }
  .st3-num {
    width: 110px;
    height: 110px;
    margin-top: -15px;
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st3-num:first-child {
    margin-top: 0;
  }
  .st3-box-wrap {
    margin-top: 20px;
    gap: 30px;
  }
  .st3-box {
    width: 100%;
    padding: 60px 20px 20px 20px;
  }
  .st3-box>p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .mo-hr {
    display: inline-block !important;
  }
  .mo-hr2 {
    display: inline-block;
    width: 1px;
    height: 100px !important;
    opacity: 1;
    border: 1px dashed #FFF;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 94px;
    margin-top: -10px;
  }
  .st4-dish {
    gap: 10px;
  }
  .dish-div {
    gap: 3px;
  }
  #section5 {
    padding: 120px 40px 100px;
    gap: 40px;
  }
  .st5-wrap {
    flex-direction: column-reverse;
  }
  .st5-wrap:nth-child(2n-1) {
    flex-direction: column;
  }
  .st5-img-div {
    width: 100%;
  }
  .st5-div {
    width: 100%;
    padding: 20px 0 50px;
  }
  .st5-container>hr {
    display: none !important;
  }
  .st5-top-div>p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st5-div-tit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st5-div-content {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .menu-tab, .interior-tab {
    width: 120px;
    padding: 10px 0;
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
  }
  .st9-container {
    padding: 0 0 100px;
  }
  .st9-img {
    aspect-ratio: 1.4 / 1;
    object-fit: cover;
  }
  .st9-img-logo {
    display: none;
  }
  .st9-bubble-wrap {
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .st9-bubble, .st9-bubble2 {
    position: static;
  }
  .bubble1, .bubble3 {
    margin-left: auto;
  }
  .thumb, .ex-thumb {
    width: 45% !important;
  }
  .pc {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .layer-popup .show-chk-wrap {
    margin-top: 0;
  }
  .layer-popup .show-chk-wrap a {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
  }
  .layer-popup .show-chk-wrap .x-btn {
    padding: 0 15px;
  }
}

@media(max-width: 800px) {
  #section4 {
    gap: 48px;
  }
  .st4-bg-logo, .st4-bg-logo2, .st5-bg-logo, .st9-bg-logo, .st9-bg-logo2, .st10-bg-logo, .st10-bg-logo2 {
    display: none;
  }
  .st4-container {
    flex-direction: column;
    gap: 0;
  }
  .st4-dish {
    width: 60%;
    gap: 20px;
  }
  .st4-dish:nth-child(2), .st4-dish:last-child {
    margin-top: -40px;
  }
  .st4-dish:nth-child(2) {
    margin-left: auto;
  }
  .st4-dish>svg {
    width: 90px;
    height: 90px;
  }
  .dish-div>p {
    font-size: 24px;
    line-height: 34px; 
    letter-spacing: -0.6px;
  }
  .dish-div>b {
    font-size: 32px;
    line-height: 42px; 
    letter-spacing: -0.8px;
  }
}

@media (max-width: 768px) {
  .layer-popup {
    position: absolute;
    top: 0;
    left: 0;
  }
  .main-top>p {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .section-top-tit>p:first-child {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .section-top-tit>p:last-child, .section-top-tit2>p:last-child, .st-tit {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .st2-sm-box {
    width: 280px;
  }
  .section-top-tit2>p:first-child {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st3-tit, .st3-box>p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st3-num {
    width: 90px;
    height: 90px;
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .mo-hr2 {
    left: 84px;
  }
  .swiper-bg, .swiper-bg2 {
    width: 100px;
  }
}

@media (max-width: 700px) {
  .st2-container {
    width: 90%;
  }
}

@media(max-width: 650px) {
  #section4 {
    padding: 80px 20px 0;
  }
  .st4-dish:nth-child(2), .st4-dish:last-child {
    margin-top: -20px;
  }
  .st4-dish>svg {
    width: 80px;
    height: 80px;
  }
  .dish-div>p {
    font-size: 20px;
    line-height: 28px; 
    letter-spacing: -0.5px;
  }
  .dish-div>b {
    font-size: 24px;
    line-height: 34px; 
    letter-spacing: -0.6px;
  }
  #section5 {
    padding: 120px 20px 40px;
  }
  .st5-bubble>p>svg:first-child {
    display: none;
  }
  .st5-bubble>p {
    gap: 8px;
    padding: 15px 25px;
  }
  .st5-bubble>p>svg:nth-child(2) {
    width: 170px;
    height: 52px;
  }
  .st5-bubble>p>span {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.8px;
  }
  .st5-bubble>svg {
    width: 50px;
    height: 25px;
    margin: 0 40px;
  }
  .st5-top-div>p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st5-div {
    gap: 20px;
  }
  .st5-div-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st5-div-content {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st7-marquee {
    order: 1;
  }
  .st7-top-container {
    order: 2;
  }
  .st7-bottom-container {
    order: 3;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st7-marquee {
    padding: 16.875px 0;
  }
  .st7-marquee>.marquee-content {
    gap: 22.5px;
  }
  .st7-marquee>.marquee-content>p {
    font-size: 40px;
    letter-spacing: -1px;
    -webkit-text-stroke-width: 0.84375px;
    -webkit-text-stroke-color: #FFF;
  }
  .st7-marquee-img {
    width: 50%;
  }
  .st7-circle-div {
    bottom: -130px;
  }
  .st7-bottom-container {
    padding: 160px 20px 80px;
  }
}

@media(max-width: 600px) {
  #main {
    padding: 100px 30px;
    min-height: unset;
  }
  .main-top>p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .main-bottom>p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #section2, #section3 {
    padding: 80px 20px;
  }
  .st2-container {
    width: 100%;
  }
  .section-top-tit>p:first-child {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .section-top-tit>p:last-child, .section-top-tit2>p:last-child, .st-tit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .section-top-tit2>p:first-child {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st3-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st3-container {
    gap: 25px;
  }
  .st3-num {
    width: 80px;
    height: 80px;
    font-size: 22px;
    letter-spacing: -0.55px;
  }
  .st3-box-wrap {
    gap: 12px;
  }
  .st3-box {
    padding: 40px 10px 10px 10px;
    border-radius: 10px;
  }
  .st3-box>p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .mo-hr2 {
    height: 80px !important;
    left: 59px;
  }
  #section6 {
    padding: 40px 0 80px;
  }
  .st6-top-container {
    padding: 0 20px;
    gap: 40px;
  }
  .st6-bubble>div {
    gap: 6px;
    border-radius: 37.5px;
  }
  .st6-bubble>div>b {
    font-weight: 600 !important;
  }
  .st6-bg {
    height: 550px;
  }
  .st6-ellipse {
    top: 550px;
  }
  .main-marquee {
    padding: 15px 0;
  }
  .marquee-logo {
    width: 15.714px;
    height: 20px;
  }
  .count-box {
    padding: 10px 20px;
    border: 2px solid rgba(255, 255, 255, 0.10);
  }
  .mo-br {
    display: block;
  }
  #section8 {
    padding: 80px 0;
    gap: 40px;
  }
  .st8-container {
    gap: 20px;
  }
  .tab-wrap {
    gap: 16px;
  }
  .menu-tab, .interior-tab {
    width: 100px;
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .nav-btn {
    width: 30px;
    height: 40.5px;
  }
  .menu-nav-wrap {
    padding: 0;
    top: 43%;
  }
  .nav-btn>svg {
    width: 16.2px;
    height: 16.2px;
  }
  .st9-ellipse {
    display: none;
  }
  .st9-container {
    padding: 80px 0 40px;
  }
  .st9-bubble, .st9-bubble2 {
    font-size: 18px;
    line-height: 25.5px;
    letter-spacing: -0.45px;
  }
  .st9-img {
    aspect-ratio: 1.1 / 1;
  }
  .bubble1 {
    width: 275px;
  }
  .st9-bubble2 {
    width: 275px;
    height: 140px;
    padding-top: 24px;
    padding-left: 48px;
  }
  .bubble3 {
    width: 280px;
    height: 135px;
    padding-left: 36px;
    padding-top: 23px;
  }
  #section10 {
    padding: 40px 0 80px;
  }
  .thumb-wrap, .interior-swiper-pagination, .exterior-swiper-pagination {
    display: none;
  }
  .interior-nav-wrap {
    display: flex;
  }
  .interior-swiper-container img, .exterior-swiper-container img {
    aspect-ratio: 1 / 0.6;
    object-fit: cover;
  }
  .st6-img-div>svg {
    width: 52px;
    height: 44px;
  }
  .layer-popup {
    left: 5% !important;
  }
}

@media(max-width: 550px) {
  .st4-dish {
    gap: 10px;
  }
  .st4-dish>svg {
    width: 60px;
    height: 60px;
  }
  .dish-div>p {
    font-size: 16px;
    line-height: 24px; 
    letter-spacing: -0.4px;
  }
  .dish-div>b {
    font-size: 22px;
    line-height: 32px; 
    letter-spacing: -0.55px;
  }
}

@media (max-width: 480px) {
  .main-top>p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .main-img-div {
    width: 108%;
  }
  .main-logo {
    width: 85%;
  }
  .main-bottom>p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .section-top-tit>p:first-, .section-top-tit2>p:first-child  {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .section-top-tit>p:last-child, .section-top-tit2>p:last-child, .st-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st2-sm-box>p, .st2-wrap p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st2-wrap p  {
    padding: 2.5px 8px;
  }
  .st2-sm-box {
    width: 60%;
    padding: 22.5px 25px 22.5px 15px;
    gap: 10px;
  }
  .st2-sm-box:last-child {
      margin-top: -160px;
  }
  .st2-img-box {
    padding: 30px 0;
    width: 90%;
    height: auto;
    aspect-ratio: 1 / 0.75;
    gap: 15px;
  }
  .st2-img-box>p:nth-child(2) {
    font-size: 16px;
    line-height: 20px; /* 125% */
    letter-spacing: -0.4px;
  }
  .st2-img-box>p:nth-child(3) {
    font-size: 30px;
    letter-spacing: -0.75px;
    margin-top: -10px;
  }
  .st2-img-wrap {
    gap: 2px;
  }
  .st2-img-wrap img {
    width: 54px;
  }
  .arrow {
    width: 150px;
  }
  .st3-tit {
    font-size: 18px;
    letter-spacing: -0.45px;
    padding: 6px 16px;
  }
  .st3-num {
    width: 60px;
    height: 60px;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st3-box>p {
    font-size: 16px;
    letter-spacing: -0.4px;
    white-space: nowrap;
  }
  .section-top-tit2>p:first-child {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .mo-hr2 {
    left: 49px;
  }
  .st5-bubble, .st5-bubble>p {
    width: 100%;
    padding: 15px 0;
  }
  .st5-bubble>p>svg:nth-child(2) {
    width: 146px;
    height: 28px;
  }
  .st5-bubble>p>span {
    font-size: 28px;
    line-height: 40px; /* 142.857% */
    letter-spacing: -0.7px;
  }
  .st5-top-div>p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st5-div-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st5-div-content {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .st5-bubble>svg {
    width: 36px;
    height: 18px;
    margin: 0 60px;
  }
  .swiper-bg, .swiper-bg2 {
    width: 80px;
  }
  .st6-top-div, .st6-bubble, .st6-bubble>div, .count-box {
    width: 100%;
  }
  .st6-top-div {
    margin: 0;
  }
  .st6-bubble>div {
    padding: 22.5px 0;
  }
  .count-box>svg {
    width: 80px;
    height: 80px;
  }
  .counter {
    gap: 6px;
  }
  .digit {
    width: 54px;
    height: 60px;
  }
  .unit {
    font-size: 33.6px;
    line-height: 150%; /* 50.4px */
  }
  .st6-bubble>svg {
    width: 53.25px;
    height: 27px;
    margin: 0 45px;
  }
  .st7-bottom-container {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st7-marquee>.marquee-content>p {
    font-size: 36px;
    letter-spacing: -0.9px;
  }
  .st7-marquee>.marquee-content>svg {
    width: 4.5px;
    height: 4.5px;
  }
  @keyframes marquee {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-60%);
    }
  }
  .main-marquee>.marquee-content {
    animation: marquee 10s linear infinite;
  }
  .st7-marquee>.marquee-content {
    animation: marquee 2s linear infinite;
  }
  .st9-img {
    aspect-ratio: 0.9 / 1;
  }
  .st9-bubble-wrap {
    gap: 0;
  }
}

@media(max-width: 400px) {
  .st2-img-box {
    aspect-ratio: 1 / 0.85;
  }
  .st4-dish>svg {
    width: 48px;
    height: 48px;
  }
  .dish-div>p {
    font-size: 14px;
    line-height: 17px; /* 121.429% */
    letter-spacing: -0.35px;
  }
  .dish-div>b {
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
  }
}

@media(max-width: 370px) {
  .st2-img-box {
    aspect-ratio: 1 / 0.9;
  }
  .st3-container {
    gap: 15px;
  }
  .st3-box {
    width: 98%;
  }
}
