/* 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;
}

.show-chk-div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.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 {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  top: 5%;
  left: 5%;
  gap: 10px;
  align-items: start;
  z-index: 100;
}


/* main */
#main {
  width: 100%;
  height: 100vh;
  background: #111;
  position: relative;
  overflow: hidden;
}

.bg-div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* .bg-div::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.20) 16.83%, rgba(0, 0, 0, 0.00) 100%);
} */

.bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-wave {
  position: absolute;
  left: 0;
  z-index: 7;
  bottom: -10%;
}

/* big-section */
.big-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: -2px;
}

/* section2 */
#section2 {
  width: 100%;
  background: #FFF;
  display: flex;
  box-sizing: border-box;
  padding: 100px 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: sticky;
  left: 0;
  top: 0;
  position: relative;
  z-index: 10;
}

.st2-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  overflow: hidden;
}

.st2-inner .st-tit {
  line-height: 120%;
}

.st2-container {
  max-width: 1320px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}

.st2-left {
  width: calc(72% - 40px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}

.main_loading {
  width: 100%;
  aspect-ratio: 970 / 344;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

div.main_loading__text-logo, div.main_loading__text-logo2 {
  position: absolute;
  left: 0;
  aspect-ratio: 970 / 344;
  width: 100%;
  color: currentColor;
}

@supports (-webkit-mask: url()) {
  div.main_loading__text-logo { background: #00614F; -webkit-mask: url(../img/st2-txt.png) no-repeat 4% / contain; }
  div.main_loading__text-logo::before, div.main_loading__text-logo2::before {
    content: '';
    animation: loading_wave_x 4s linear infinite both alternate, loading_wave_y 2.5s linear infinite both alternate;
    position: absolute;
    inset: 0;
    background: #002921;
    -webkit-mask: url(../img/text-wave.png) repeat no-repeat  0% -90%;
    z-index: 1;
    will-change: -webkit-mask;
  }
  div.main_loading__text-logo2 { background: #00614F; -webkit-mask: url(../img/st2-txt2.png) no-repeat 4% / contain; }
}

@keyframes loading_wave_x {
  100% {
    -webkit-mask-position-x: 0%;
  }
}

@keyframes loading_wave_y {
  0% {
    -webkit-mask-position-y: -10%;
  }
  100% {
    -webkit-mask-position-y: 15%;
  }
}

.st2-left-txt {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  color: #00614F;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 50px */
}

.st2-left-txt img {
  width: 135px;
}

.st2-inner>.st2-left-txt {
  display: none;
}

.st2-right {
  width: calc(28% - 40px);
  position: relative;
}

.st2-right iframe {
  width: 100%;
  aspect-ratio: 9 / 16;
  position: relative;
  z-index: 5;
}

.st2-right .player {
  width: 100%;
  height: 100%;
  max-width: unset;
  max-height: unset;
}

.st2-right-ellipse {
  width: 170%;
  aspect-ratio: 1 / 0.63;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-75deg);
  border-radius: 100%;
  background: #111;
}

.st2-none {
  width: 100%;
  height: 100vh;
}


/* section3 */
#section3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #FFF;
  margin-top: -5%;
}

.st3-top {
  width: 100%;
  box-sizing: border-box;
  padding: 140px 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background: #E6EFED;
  margin-top: -3%;
}

.st3-logo {
  width: 293px;
}

.st3-top-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.st3-top-div .st-sub-tit {
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 100%;
}

.st3-top-div .st-sub-tit span {
  display: flex;
  box-sizing: border-box;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #00614F;
}

.st3-top-div div {
  color:  #00614F;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 140%; /* 39.2px */
  letter-spacing: -0.7px;
}

.st3-bottom {
  width: 100%;
  background: #E6EFED;
  position: relative;
}

.st3-bottom-inner {
  width: 100%;
  height: 300px;
  background: #00614F;
  position: relative;
  margin-top: -2px;
}

.st3-fix {
  position: absolute;
  left: -200.031px;
  bottom: 620px;
  width: 580px;
  z-index: 10;
}

.st3-fix img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.ingredient-swiper-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30%;
  transform: translateY(-50%);
  overflow: hidden;
}

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

.ingredient-swiper-container img {
  width: 100%;
}


/* section4 */
#section4 {
  background: #FFF;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 80px 0 120px;
  flex-direction: column;
  align-items: center;
  gap: 120px;
  overflow: hidden;
}

#section4 .st-div p:last-child {
  color: #00614F;
  font-size: 96px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -2.4px;
  text-transform: uppercase;
}

.st4-container {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  width: 90%;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background: #FFF6E9;
}

.st4-circle-div {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  animation: rotate 30s linear infinite;
  -webkit-animation: rotate 30s linear infinite;
  z-index: 5;
}

.st4-circle {
  display: flex;
  width: 165px;
  height: 165px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 999px;
  background: #00614F;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%; /* 28px */
  letter-spacing: -0.5px;
  position: absolute;
  animation: rotate2 30s linear infinite;
  -webkit-animation: rotate2 30s linear infinite;
}

@keyframes rotate2 {
	0%	{transform: rotate(0deg); -webkit-transform:rotate(0deg);}
	100%	{transform: rotate(-360deg); -webkit-transform:rotate(-360deg);}
}

.circle-1st {
  left: 10%;
  top: -7%;
}

.circle-2nd {
  right: 10%;
  top: -7%;
}

.circle-3rd {
  top: 38%;
  left: -16%;
}

.circle-4th {
  top: 38%;
  right: -16%;
}

.circle-5th {
  bottom: -7%;
  left: 10%;
}

.circle-6th {
  bottom: -7%;
  right: 10%;
  padding-left: 3%;
}

.free {
  display: flex;
  transform: rotate(-8deg);
  box-sizing: border-box;
  padding: 6px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  left: 49.266px;
  top: -29.456px;
  border-radius: 99px;
  border: 1px solid #00614F;
  background: #FFF;
  color: #00614F;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.6px;
  white-space: nowrap;
}

.st4-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 350px;
  width: 80%;
}

.st4-mo-container {
  width: 90%;
  display: none;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 30px 20px;
}

.st4-mo-container .st4-circle {
  position: relative;
  animation: none;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
}


/* black-marquee */
.black-marquee-swiper {
  width: 100%;
  overflow: hidden;
  background: #111;
  padding: 20px 0;
  height: fit-content;
}

.black-marquee-swiper .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
}

.black-marquee-swiper .swiper-slide {
  width: fit-content !important;
}

.black-marquee-swiper .swiper-slide p {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  font-size: 50px;
  font-weight: 900;
  line-height: 100%; /* 50px */
  color: #111;
}

.black-marquee-swiper img {
  width: 366px;
}


/* section5 */
#section5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #00614F;
  overflow: hidden;
}

.st5-top {
  width: 100%;
  box-sizing: border-box;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.st5-top-container {
  max-width: 1320px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.st5-top-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.st5-top-left p {
  color: #FFF;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%; /* 48px */
  letter-spacing: -1px;
}

.st5-top-left div {
  color: #FFF;
  font-size: 88px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -2.2px;
}

.st5-top-left div span {
  font-size: 200px;
  line-height: 100%; /* 240px */
  letter-spacing: -5.4px;
}

.st5-top-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
  align-self: stretch;
}

.st5-top-right p {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  color:#FFF;
  font-size: 36px;
  font-weight: 500;
  line-height: 100%; /* 40px */
  letter-spacing: -0.9px;
}
.st5-marquee-wrap {
  width: 100vw;
  overflow: hidden;
  background: #FFF;
}
.st5-bottom {
  width: 100%;
  display: flex;
  width: max-content;
  animation: marqueeX 16s linear infinite;
  align-items: stretch;
}
@keyframes marqueeX {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.st5-item {
  min-width: 25vw;
  flex: 0 0 25vw;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #FFF;
}

.st5-item p {
  display: flex;
  box-sizing: border-box;
  padding: 20px 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-right: 1px solid #FFF;
  background: #00614F;
  color: #FFF;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%; /* 48px */
  letter-spacing: -1px;
}

.st5-item div {
  display: flex;
  box-sizing: border-box;
  padding: 40px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-right: 1px solid #00614F;
  border-bottom: 1px solid #00614F;
  background: #FFF;
  color: #00614F;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%; /* 32px */
  letter-spacing: -0.8px;
}

.st5-item:last-child p, .st5-item:last-child div {
  border-right: none;
}

.st5-item div>span {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.6px;
}

.st5-item div>span span {
  font-size: 48px;
  font-weight: 900;
  line-height: 100%; /* 48px */
  letter-spacing: -1.2px;
}


/* section6 */
#section6 {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 100px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #00614F;
  background: #FFF;
  position: relative;
}

.st6-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: sticky;
  left: 0;
  top: -13%;
}

.st6-top {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 40px 0;
  justify-content: center;
  align-items: center;
  gap: 60px;
  align-self: stretch;
  border: 2px solid #00614F;
  background: url(../img/stripe.png);
  background-repeat: repeat;
}

.st6-top .st-sub-tit {
  line-height: 140%;
}

.st6-top img {
  width: 270px;
}

.st6-bottom {
  width: 100%;
  background: #FFF;
  display: flex;
  align-items: stretch;
  border: 1px solid #00614F;
}

.st6-bottom-left {
  display: flex;
  width: 403px;
  box-sizing: border-box;
  padding: 40px;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #00614F;
  min-height: 466px;
}

.st6-bottom-img {
  width: 100%;
  position: relative;
}

.st6-img {
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
  opacity: 0;
}

.st6-img01 {
  opacity: 1;
}

.st6-bottom-right {
  width: calc(100% - 403px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.st6-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 72px;
  overflow: hidden;
}

.st6-item01 {
  height: 251px;
  border-top: none;
}

.num-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  border-top: 1px solid #00614F;
  box-sizing: border-box;
}

.num-wrap .num {
  background: #00614F;
  display: flex;
  width: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%; /* 56px */
  letter-spacing: -1px;
  height: 72px;
}

.num-wrap .num-tit {
  width: calc(100% - 120px);
  color: #00614F;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%; /* 39.2px */
  letter-spacing: -0.7px;
  height: 72px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.st6-bottom-right .content {
  display: flex;
  box-sizing: border-box;
  padding: 30px;
  align-items: center;
  align-self: stretch;
  color: #00614F;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%; /* 39.2px */
  letter-spacing: -0.7px;
  transition: opacity 0.3s ease;
  border-top: 1px solid #00614F;
  word-break: keep-all;
}

.st6-none {
  width: 100%;
  height: 150vh;
}


/* section7 */
#section7 {
  width: 100%;
  background: url(../img/check-bg.png);
  background-repeat: repeat;
  display: flex;
  box-sizing: border-box;
  padding: 120px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.st7-inner {
  width: 100%;
  display: flex;
  border: 2px solid #00614F;
  background: #FFF;
  align-items: stretch;
  justify-content: center;
  height: 720px;
}

.st7-left {
  width: 640px;
  display: flex;
  box-sizing: border-box;
  padding: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  border-right: 2px solid #00614F;
  background: #E6EFED;
  position: relative;
  gap: 60px;
}

.st7-left>p {
  color: #00614F;
  font-size: 60px;
  font-weight: 900;
  line-height: 100%; /* 60px */
  letter-spacing: -1.5px;
}

.tab-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.menu-tab {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
  text-align: center;
  color: #00614F;
  font-size: 28px;
  font-weight: 500;
  line-height: 140%; /* 39.2px */
  letter-spacing: -0.7px;
  cursor: pointer;
  transition: 0.1s;
}

.menu-tab img {
  width: 49px;
  display: none;
}

.menu-tab.active {
  font-weight: 700;
  animation: smoothBlink 1s ease-in-out infinite;
}
@keyframes smoothBlink {
  0%   { opacity: 1; }
  20%  { opacity: 0.7; }
  40%  { opacity: 0.4; }
  60%  { opacity: 0.2; }
  80%  { opacity: 0.7; }
  100% { opacity: 1; }
}
.menu-tab.active img {
  display: block;
}

.nav-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 80px;
}

.nav-btn {
  display: flex;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: #00614F;
  cursor: pointer;
}

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

.st7-char {
  width: 178px;
  position: absolute;
  right: 27px;
  bottom: 0;
}

.st7-right {
  width: calc(100% - 640px);
  overflow: hidden;
}

.menu-wrap {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  flex-direction: column;
  gap: 40px;
  padding-top: 40px;
}

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

.menu-swiper-container {
  width: 100%;
  height: fit-content;
}

.menu-swiper-container .swiper-slide {
  width: 380px !important;
  height: auto;
}

.menu-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.menu-img {
  flex-shrink: 0;
  height: 380px;
  width: 100%;
  border-radius: 404px;
  background: #00614F;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-img img {
  width: 80%;
}

#menu-tab1 .menu-img img {
  width: 70%;
}

.menu-img  .sm-img {
  width: 60%;
}

.menu-item p {
  color: #00614F;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.8px;
}

/* section8 */
#section8 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFF6E9;
  overflow: hidden;
}

.st8-top {
  width: 100%;
  box-sizing: border-box;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.st8-top .st-sub-tit {
  line-height: 140%;
}

.st8-char {
  width: 111px;
}

.st8-line {
  position: absolute;
  left: 35px;
  bottom: 0;
}

.st8-middle {
  background: #FFF6E9;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.bg-wave {
  width: 150%;
}

.bg-bottom-wave {
  width: 150%;
  transform: rotate(180deg);
  margin-top: -2px;
}

.st8-middle-inner {
  width: 100%;
  background: #00614F;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  height: 470px;
  margin-top: -7%;
}

.st8-middle-div , .st8-bottom-div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
}

.st8-txt-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.st8-txt-div p {
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 140%; /* 67.2px */
  letter-spacing: -1.2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.st8-txt-div p span {
  display: flex;
  box-sizing: border-box;
  padding: 2px 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #FFF;
}

.st8-txt-div p .w {
  background: #00614F;
}

.st8-middle-inner .st8-txt-div p span {
  color: #00614F;
  display: flex;
  box-sizing: border-box;
  padding: 2px 5px;
  justify-content: center;
  align-items: center;
  background: #FFF;
}

.st8-img-div {
  max-width: 627px;
  position: relative;
}

.st8-middle-div .st8-img-div {
  margin-left: -50px;
}

.st8-img-div img {
  width: 100%;
}

.owner-div {
  position: absolute;
  right: -10px;
  bottom: 92px;
}

.st8-bottom-div .owner-div {
  right: unset;
  left: -30px;
  bottom: 92px;
}

.owner {
  display: flex;
  box-sizing: border-box;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  background: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  line-height: 140%; /* 39.2px */
  letter-spacing: -0.7px;
}

.owner.w {
  background: #00614F;
}

.st8-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: -3%;
  z-index: 12;
  position: relative;
}

.st8-bottom-inner {
  width: 100%;
  background: #FFF6E9;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  height: 470px;
  margin-top: -7%;
}

.st8-bottom-div .st8-img-div {
  margin-right: -50px;
}

/* section9 */
#section9 {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 100px 0;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border-top: 1px solid #00614F;
  background: #FFF;
}

#section9 .st-tit {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

#section9 .st-tit span {
  color: #FFF !important;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #00614F;
}

.point-container {
  max-width: 1480px;
  width: 95%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.point-box {
  display: flex;
  box-sizing: border-box;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 120px;
  width: 25%;
  background: #00614F;
  overflow: hidden;
}

.point-tit {
  color: #FFF;
  font-size: 40px;
  line-height: 120%; /* 48px */
  letter-spacing: -1px;
  text-transform: uppercase;
}

.point-box-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
}

.point-box-div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.point-box-div p {
  color: #FFF;
  text-align: right;
  font-size: 28px;
  font-weight: 600;
  line-height: 140%; /* 39.2px */
  letter-spacing: -0.7px;
  word-break: keep-all;
}

.point-box-div div {
  color: #00614F;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.45px;
  display: none;
  word-break: keep-all;
}

.point-box:hover {
  background: #FFF;
  outline: 1px solid #00614F;
}

.point-box:hover .point-tit, .point-box:hover .point-box-div p {
  color: #00614F;
}

.point-box:hover svg path {
  fill: #00614F;
}

.point-box:hover .point-box-div div {
  display: block;
}


/* section10 */
#section10 {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 100px 0;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  background: url(../img/st10-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
}
#section10:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.55) 0%, rgba(17, 17, 17, 0.55) 100%);
  top: 0;
  left: 0;
}
#section10 .st-sub-tit, #section10 .st-sub-tit span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 120%;
}

#section10 .st-sub-tit .primary {
  display: flex;
  box-sizing: border-box;
  padding: 6px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #FFF;
}

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

.st10-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 10;
}

.st10-wrap p:first-child {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: -1px;
}

.st10-wrap .st-sub-tit {
  box-sizing: border-box;
  padding: 10px;
  background: #00614F;
  line-height: 100%;
  position: relative;
  z-index: 10;
}

.person-container {
  max-width: 895px;
  width: 90%;
  box-sizing: border-box;
  padding: 60px;
  border: 2px solid #00614F;
  background: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 7;
}

.person-badge {
  display: flex;
  width: 160px;
  height: 160px;
  transform: rotate(-18deg);
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: -99.616px;
  top: -130px;
}

.person-badge img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.person-badge img:first-child {
  animation-name: fadeInOut;
}

.person-badge img:last-child {
  animation-name: fadeOutIn;
}

@keyframes fadeInOut {
  0% { opacity: 0; }
  40% { opacity: 1; }
  75% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes fadeOutIn {
  0% { opacity: 1; }
  40% { opacity: 0; }
  75% { opacity: 0; }
  100% { opacity: 1; }
}

.person-gif {
  width: 75%;
  margin-top: -3%;
}

.person-wrap {
  display: flex;
  justify-content: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

.person-wrap img {
  width: 100%;
}

.person-item {
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 12px;
}

.person-item_bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.person-item_bottom img {
  width: 57px;
}

.person-item_top {
  width: 22%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.person-item_top_absol {
  position: absolute;
  opacity: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.st10-char {
  width: 144px;
}

.st10-video {
  max-width: 895px;
  width: 90%;
  border: 1px solid #FFF;
  display: inline-flex;
  box-sizing: border-box;
  padding: 10px;
  align-items: center;
  justify-content: center;
  z-index: 15;
}

.st10-gif {
  width: 50%;
  position: relative;
}

.st10-gif p {
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #111;
  color: #FFF;
  paint-order: stroke fill;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%; /* 48px */
  letter-spacing: -1px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  white-space: nowrap;
  z-index: 5;
}

.st10-gif p.text-right {
  left: unset;
  right: 20px;
}

.st10-gif img {
  width: 100%;
}

.minute-wrap {
  position: relative;
  width: 328px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -145px;
  z-index: 10;
}

.minute-div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #FFF;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%; /* 48px */
  letter-spacing: -1px;
  text-transform: uppercase;
  transform: translateY(45%);
}

.minute-div > p {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  font-size: 80px;
  line-height: 120%; /* 125px */
  font-weight: 900;
  letter-spacing: -2px;
  color: transparent;
  background: linear-gradient(to top, #FFF 0%, #FFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 100% 0%;
  background-repeat: no-repeat;
  background-position: bottom;
  animation: fillUp 2.5s ease-in-out infinite;
}

@keyframes fillUp {
  0% {
    background-size: 100% 0%;
    background-position: bottom;
  }
  100% {
    background-size: 100% 100%;
    background-position: bottom;
  }
}

.st10-circle {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  animation: rotate 2.5s infinite;
  transform-origin: center center;
}

@keyframes rotate {
  0% {
    transform: rotate(-50sdeg);
  }
  100% {
    transform: rotate(40deg);
  }
}

/* green-marquee */
.green-marquee-swiper {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  border: 1px solid #00614F;
  background: #00614F;
}

.green-marquee-swiper .swiper-wrapper {
  height: fit-content;
  transition-timing-function: linear;
}

.green-marquee-swiper .swiper-slide {
  width: auto !important;
  height: fit-content;
}

.green-marquee-swiper .swiper-slide p {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  letter-spacing: -1.2px;
  text-transform: uppercase;
}


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

.st11-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.st11-top .st-tit {
  display: flex;
  align-items: center;
  font-weight: 700;
  gap: 12px;
}

.st11-top span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.st11-top .st-tit .point {
  box-sizing: border-box;
  padding: 2px 20px;
  color: #FFF !important;
  background: #00614F;
}

.st11-top hr {
  max-width: 1000px;
  width: 90%;
  height: 1px;
  border: none;
  background: #00614F;
  margin: 0;
  padding: 0;
}

.st11-sub-tit {
  color: #00614F;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 140%; /* 56px */
  letter-spacing: -1px;
}

.st11-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  position: relative;
}

.st11-wrap-bg {
  max-width: 1004px;
  width: 100%;
  height: 366px;
  border-radius: 1004px;
  background: radial-gradient(50% 50% at 50% 50%, #FFDFDF 0%, rgba(255, 223, 223, 0.00) 100%);
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.st11-box {
  display: flex;
  box-sizing: border-box;
  padding: 32px;
  justify-content: center;
  align-items: center;
  gap: 60px;
  border: 1px solid #FF5151;
  background: #FFF;
  overflow: hidden;
  position: relative;
  color: #FF5151;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 120%; /* 48px */
  letter-spacing: -1px;
  z-index: 5;
}

.st11-box span {
  color: #FF5151;
  text-align: center;
  font-size: 120px;
  font-weight: 900;
  line-height: 120%; /* 144px */
  letter-spacing: -3px;
  z-index: 5;
}

.st11-circle {
  position: absolute;
  right: -78px;
  top: -155px;
}

.st11-wrap>p {
  color: #FF5151;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%; /* 56px */
  letter-spacing: -1px;
  z-index: 5;
}

.receipt-wrap {
  width: 90%;
  position: relative;
  overflow: hidden;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.receipt-wrap img{
  width: calc(33.3% - 13.4px);
}

.receipt-wrap::-webkit-scrollbar {
  display: none;
}

.receipt-wrap.mobile {
  display: none;
}



/* section12 */
#section12 {
  display: flex;
  width: 100%;
  padding-top: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  border-top: 1px solid #00614F;
  border-bottom: 1px solid #00614F;
  background: #FFF;
  overflow: hidden;
}

.star {
  width: 416px;
  animation: clipReveal 3s ease-out infinite;
  -webkit-animation: clipReveal 3s ease-out infinite;
}

@keyframes clipReveal {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  50% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

#section12 .st-sub-tit {
  line-height: 120%;
}

.st12-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}

.st12-wrap>p {
  width: 100%;
  color: rgba(0, 97, 79, 0.50);
  text-align: center;
  font-size: 16px;
  line-height: 100%; /* 16px */
  letter-spacing: -0.4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -36px;
}

.st12-box-wrap {
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.st12-box {
  position: relative;
  display: flex;
  box-sizing: border-box;
  padding: 32px;
  justify-content: center;
  align-items: center;
  gap: 40px;
  background: #00614F;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.6px;
  overflow: hidden;
}

.st12-box span {
  font-size: 60px;
  font-weight: 900;
  line-height: 120%; /* 72px */
  letter-spacing: -1.5px;
}

.st12-circle {
  position: absolute;
  right: -78px;
  top: -105px;
}

.st12-box:nth-child(2) {
  background: #FFF;
  border: 1px solid #00614F;
}

.review-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.phone {
  width: 360px;
  z-index: 10;
  margin-bottom: -30px;
}

.review-swiper-container {
  width: 100%;
  position: absolute;
  padding-top: 65px;
  top: 0;
  left: 0;
}

.review-swiper-container .swiper-slide {
  width: 320px !important;
}

.review-swiper-container img {
  width: 100%;
  border: 2px solid #00614F;
  aspect-ratio: 32 / 45;
  object-fit: cover;
}

.review-swiper-container .swiper-slide-active img {
  border: none;
}


/* section13 */
#section13 {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 100px 0;
  justify-content: center;
  align-items: center;
  gap: 40px;
  background: url(../img/check-bg.png);
  background-repeat: repeat;
  position: relative;
  overflow: hidden;
}

.cost-table-container {
  max-width: 1320px;
  width: 90%;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  border: 1px solid #00614F;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(4px);
  z-index: 5;
  position: relative;
}

table {
  width: 100%;
  border-collapse: collapse;
  filter: blur(8px);
}

table th {
  height: 50px;
  box-sizing: border-box;
  padding: 0 20px;
  background: #00614F;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%; /* 39.2px */
  letter-spacing: -0.6px;
}

table td {
  height: 50px;
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid #00614F;
  background: #FFF;
  color: #00614F;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.45px;
}

table .point-td {
  color: #FF5151;
  font-weight: 800;
}

.line-through {
  font-weight: 400;
  text-decoration: line-through;
}

.sm-td {
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.3px;
}

.total-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  animation: blink 1.5s linear infinite;
  -webkit-animation: blink 1.5s linear infinite;
  position: relative;
  z-index: 5;
  filter: blur(8px);
}

.total-div p {
  color: #FF5151;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%; /* 56px */
  letter-spacing: -1px;
}

.total-div div {
  color: #FF5151;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.plus-txt {
  color: rgba(255, 255, 255, 0.70);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%; /* 28px */
  letter-spacing: -0.5px;
  z-index: 5;
  filter: blur(8px);
}

.st13-circle-div {
  position: absolute;
  width: 610px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 92px 73px;
}

.st13-circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: rotate 20s linear infinite;
  -webkit-animation: rotate 20s linear infinite;
}

.top-circle {
  left: -191px;
  top: -134px;
}

.bottom-circle {
  right: -166px;
  bottom: -158px;
}

.st13-img {
  width: 100%;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.cost-box {
  display: flex;
  max-width: 600px;
  width: 90%;
  height: 450px;
  padding: 40px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  background: #00614F;
  box-shadow: 4px 8px 40px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 10;
}

.cost-box-logo {
  width: 320px;
}

.cost-box div {
  display: flex;
  box-sizing: border-box;
  padding: 20px 30px;
  flex-direction: column;
  align-items: center;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 140%; /* 56px */
  letter-spacing: -1px;
  cursor: pointer;
}

.cost-box div span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.cost-box p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  line-height: 150%; /* 30px */
  letter-spacing: -0.5px;
}


/* contact */
#contact {
  width: 100%;
  box-sizing: border-box;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#FFF 80%, #00614F 20%);
}

.contact-tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.contact-tit .line-tit {
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #00614F;
  color: #FFF;
}

.contact-txt-box {
  max-width: 800px;
  width: 90%;
  display: flex;
  box-sizing: border-box;
  padding: 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #00614F;
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%; /* 49px */
  letter-spacing: -0.8px;
  word-break: keep-all;
}

.contact-form {
  display: flex;
  max-width: 800px;
  width: 90%;
  box-sizing: border-box;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  background: #FFF;
  border: 1px solid #00614F;
}

.contact-form-div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form input[type="text"], input[type="tel"], textarea {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  height: 48px;
  padding: 12px 0px 12px 12px;
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.35px;
  border: 1px solid #E4E4E4;
  background: #FFF;
}

.contact-form input[type="text"]:focus, .contact-form input[type="tel"]:focus, textarea:focus {
  outline: none;
  border: 1px solid #00614F !important;
  box-shadow: none !important;
}

.contact-form input[type="text"]::placeholder, .contact-form input[type="tel"]::placeholder, textarea::placeholder {
  color: #8E8E8E;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%; /* 150% */
  letter-spacing: -0.45px;
}

textarea {
  resize: none;
  height: 100px;
}

.item label {
  box-sizing: border-box;
  color: #00614F;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 140% !important; /* 23.4px */
  letter-spacing: -0.45px !important;
  white-space: nowrap;
}

.sort-wrap {
  flex-direction: row;
  gap: 60px;
  align-items: center;
  padding: 12px 0;
}

.s-btn-wrap {
  width: calc(100% - 112px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.form-tab {
  width: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #00614F;
  font-size: 18px;
  line-height: 140%; /* 150% */
  letter-spacing: -0.45px;
  cursor: pointer;
  transition: 0.1s !important;
  gap: 20px;
}

.sort-check {
  display: flex;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  border: 1px solid #00614F;
  background: #FFF;
}

.sort-check img {
  width: 70%;
  opacity: 0;
  transition: opacity 0.2s;
}

.this .sort-check {
  background: #00614F;
}

.this .sort-check img {
  opacity: 1;
}

.form-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.agree-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
}

.contact-form .agree {
  font-weight: 500 !important;
}

.contact-form .agree-open {
  font-weight: 700 !important;
}

.c-btn {
  width: 200px;
  background: #00614F;
  display: flex;
  box-sizing: border-box;
  padding: 8px 20px;
  height: 58px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.6px;
  border: none;
  margin: 0 auto;
  border-radius: 0;
}

.c-btn:hover {
  background: #00352B;
}


/* special */
#special-section {
  width: 100%;
  box-sizing: border-box;
  padding: 80px 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background: #00614F;
  position: relative;
  overflow: hidden;
}

.special-container {
  max-width: 1480px;
  width: 90%;
  height: 640px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.special-img-div {
  width: 411px;
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 10;
}

.special-img-div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#special-section .bg-wave {
  position: absolute;
  left: 0;
  bottom: 0;
}

.special-swiper-container {
  max-width: 1186px;
  width: 80%;
  height: 540px;
  overflow: hidden;
  margin-top: 20px;
}

.special-swiper-container .swiper-wrapper {
  align-items: flex-start;
}

.special-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  scale: 0.88;
  opacity: 0.3;
  display: flex;
  box-sizing: border-box;
  padding: 20px 0 16px;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  background: #FFF;
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.8px;
  transform-origin: left;
}

.special-item span {
  color: #00614F;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%; /* 67.2px */
  letter-spacing: -1px;
}

.special-swiper-container .swiper-slide-active .special-item {
  scale: 1;
  opacity: 1;
  border: 4px solid #BCEFE4;
  padding-left: 180px;
}

.special-swiper-container .swiper-slide-next .special-item {
  scale: 0.95;
  opacity: 0.8;
  transform: translateY(5%);
  color: #00352B;
  padding-left: 160px;
}

.special-swiper-container .swiper-slide-next .special-item span {
  color: #00352B;
}

.special-swiper-container .swiper-slide-next + div .special-item {
  scale: 0.88;
  opacity: 0.6;
  transform: translateY(-5%);
  color: #004538;
  padding-left: 150px;
}

.special-swiper-container .swiper-slide-next + div .special-item span {
  color: #004538;
}

.special-swiper-container .swiper-slide-next + div + div .special-item {
  scale: 0.83;
  opacity: 1;
  transform: translateY(-23%);
  color: #004538;
  background: rgba(255, 255, 255, 0.40);
  padding-left: 130px;
}

.special-swiper-container .swiper-slide-next + div + div .special-item span {
  color: #004538;
}

.special-swiper-container .swiper-slide-next + div + div + div .special-item {
  scale: 0.78;
  opacity: 1;
  transform: translateY(-48%);
  color: #CCDFDC;
  background: rgba(255, 255, 255, 0.20);
  padding-left: 100px;
}

.special-swiper-container .swiper-slide-next + div + div + div .special-item span {
  color: #CCDFDC;
}


/* section14 */
#section14 {
  background: #00614F;
  margin-top: -5px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.st14-inner {
  display: flex;
  box-sizing: border-box;
  padding: 0 0 120px;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  align-self: stretch;
  background: #FFF;
  margin: -2%;
}

#section14 .st-sub-tit, #section15 .st-sub-tit {
  font-weight: 600;
}

#section14 .st-tit span {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #00614F;
  color: #FFF !important;
}

.st14-container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.st14-wrap {
  width: calc(55% - 60px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
}

.st14-wrap.right {
  width: calc(45% - 60px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}

.st14-wrap-tit {
  width: 100%;
  height: 77px;
  color: #FFF;
  text-align: center;
  font-size: 38.4px;
  font-weight: 700;
  line-height: 140%; /* 53.76px */
  letter-spacing: -0.96px;
  border-radius: 14.4px;
  background: #00614F;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.st14-wrap.right .st14-wrap-tit {
  height: 58px;
  font-size: 28.8px;
  letter-spacing: -0.72px;
  background: #5B5B5B;
  border-radius: 10.8px;
}

.st14-wrap-tit img {
  width: 264px;
}

.st14-div {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
}

.st14-wrap.right .st14-div {
  gap: 10px;
}

.st14-div p {
  display: flex;
  width: calc(33.3% - 13.3px);
  aspect-ratio: 1 / 0.99;
  justify-content: center;
  align-items: center;
  border-radius: 14.4px;
  background: #E6EFED;
  color: #111;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.8px;
}

.st14-wrap.right .st14-div p {
  width: calc(33.3% - 6.66px);
  aspect-ratio: 1 / 1.2;
  border-radius: 12.96px;
  background: #E4E4E4;
  color: #111;
  font-size: 24px;
  letter-spacing: -0.6px;
}

.st14-container svg {
  animation: leftRight 1.3s linear infinite;
  -webkit-animation: leftRight 1.3s linear infinite;
}

@keyframes leftRight {
  0% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(-5px);
  }
}

.st14-inner>p {
  color: #00614F;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 140%; /* 56px */
  letter-spacing: -1px;
}


/* section15 */
#section15 {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 120px 0 160px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  background: #E6EFED;
  overflow: hidden;
  position: relative;
}

#section15 .st-tit span {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #00614F;
  color: #E6EFED !important;
  margin-right: 10px;
}

.st15-container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.st15-item {
  width: calc(25% - 67.5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.st15-item img {
  width: 98%;
}

.st15-item p {
  display: flex;
  width: 100%;
  height: 64px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #FFF;
  color: #00614F;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.8px;
}

.st15-txt {
  color: #00614F;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.8px;
}

#section15 .main-wave {
  bottom: -8%;
}


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

#section16 .st-tit {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FFF;
  color: transparent;
  display: flex;
  align-items: center;
  gap: 20px;
}

#section16 .st-tit img {
  width: 410px;
}

.st16-container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
}

.st16-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
}

.st16-wrap p {
  color: #FFF;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 140%; /* 78.4px */
  letter-spacing: -1.4px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.st16-wrap p span {
  color: #FF454E;
  line-height: 120%;
  display: flex;
  box-sizing: border-box;
  padding: 2px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #FFF;
}

.st16-wrap p img {
  background: #111;
  display: flex;
  width: 430px;
  box-sizing: border-box;
  padding: 9.75px 9.34px 9.25px 8.66px;
  justify-content: center;
  align-items: center;
}

.st16-wrap>img {
  width: 605px;
  margin-top: 20px;
}

.st16-img {
  width: calc(100% - 645px);
}

.st16-txt {
  color: #00614F;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%; /* 72px */
  letter-spacing: -1.2px;
  text-transform: uppercase;
  display: flex;
  box-sizing: border-box;
  padding: 6px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #FFF;
}


/* section17 */
#section17 {
  width: 100%;
  background: url(../img/b-check-bg.png);
  background-repeat: repeat;
  display: flex;
  box-sizing: border-box;
  padding: 120px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  position: relative;
  overflow: hidden;
}

#section17 .top-circle {
  left: unset;
  right: -236px;
  top: -179.5px;
}

#section17 .bottom-circle {
  right: unset;
  left: -221px;
  bottom: -120.5px;
}

.st17-container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  z-index: 5;
}

.st17-box {
  width: calc(33.3% - 61.1px);
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 12px;
  border: 4px solid #FFF;
  background: rgba(255, 246, 233, 0.95);
  backdrop-filter: blur(12px);
}

.st17-box p {
  color: #222;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.8px;
}

.st17-txt {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 140%; /* 56px */
  letter-spacing: -1px;
  z-index: 3;
}

.st17-char {
  width: 191px;
  position: absolute;
  right: 39px;
  bottom: -0.5px;
  z-index: 4;
}


@media(min-width: 2100px) {
  .main-wave {
    bottom: -6%;
  }
  .st6-inner {
    top: 2%;
  }
  .st6-bottom-left {
    width: 650px;
  }
  .st6-bottom-right {
    width: calc(100% - 650px);
  }
  .st6-img {
    width: 70%;
  }
  .st6-img:nth-child(n+3) {
    width: 80%;
  }
  .num-wrap .num-tit {
    height: 95px;
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .num-wrap .num {
    font-size: 56px;
    letter-spacing: -1.4px;
    height: 95px;
  }
  .st6-item {
    height: 95px;
  }
  .st6-item01 {
    height: 345px;
  }
  .st6-bottom-right .content {
    font-size: 40px;
    letter-spacing: -1px;
    padding: 40px; 
  }
}

@media(min-width: 1700px) and (max-width: 2099px) {
  .main-wave {
    bottom: -13%;
  }
  #section3 .bg-bottom-wave {
    top: -18%;
  }
  .st3-fix {
    width: 630px;
    bottom: 650px;
    left: -180px;
  }
  .st3-bottom-inner {
    height: 340px;
  }
  .st6-inner {
    top: -4%;
  }
}

@media(max-width: 1550px) {
  .st2-left-txt img {
    width: 120px;
  }
}

@media(max-width: 1520px) {
  .st7-inner {
    height: 700px;
  }
  .st7-left {
    width: 550px;
    padding: 60px 40px;
  }
  .st7-left p {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .st7-right {
    width: calc(100% - 550px);
  }
  .menu-tab {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .nav-btn {
    width: 70px;
    height: 70px;
  }
  .st8-txt-div p {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .owner {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st8-img-div {
    max-width: 570px;
  }
  .point-container {
    width: 90%;
    flex-wrap: wrap;
  }
  .point-box {
    width: 50%;
    outline: 1px solid #FFF;
  }
  .point-box-div div {
    display: block;
    color: #FFF;
  }
  .point-box:hover .point-box-div div {
    color: #00614F;
  }
}

@media(max-width: 1450px) {
  .st2-left-txt {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st2-left-txt img {
    width: 105px;
  }
  .st3-fix {
    width: 520px;
    bottom: 580px;
  }
  .nav-wrap {
    gap: 60px;
  }
  #special-section {
    padding: 60px 0 80px;
  }
  .special-container {
    height: 750px;
  }
  .special-img-div {
    width: 511px;
  }
  .special-swiper-container {
    height: 690px;
    margin-top: 35px;
  }
  .special-item {
    padding: 10px 0 8px;
    flex-direction: column;
    gap: 6px;
  }
  #section15 {
    padding: 120px 0 140px;
  }
}

@media(max-width: 1400px) {
  .st12-box {
    padding: 25px;
    gap: 25px;
  }
  .st5-item div {
    padding: 40px 20px;
  }
  .st15-item p {
    height: 57px;
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st17-box p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
}

@media(max-width: 1350px) {
  .main-wave {
    bottom: -5%;
  }
  .st8-txt-div p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .owner {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st8-img-div {
    max-width: 520px;
  }
  .st8-middle-inner, .st8-bottom-inner {
    height: 420px;
  }
}

@media (max-width: 1280px) {
  #section2 {
    padding: 100px 0 80px;
  }
  .st2-left {
    width: calc(70% - 40px);
  }
  .st2-right {
    width: calc(30% - 40px);
  }
  .st2-left-txt {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st2-left-txt img {
    width: 95px;
  }
  .st3-top {
    padding: 120px 0 80px;
  }
  .st3-top-div div {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st3-fix {
    width: 470px;
    bottom: 500px;
    left: -130px;
  }
  .st3-bottom-inner {
    height: 270px;
  }
  #section4 {
    gap: 130px;
  }
  #section4 .st-div p:last-child {
    font-size: 88px;
    letter-spacing: -2.2px;
  }
  .st4-circle {
    width: 140px;
    height: 140px;
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .free {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st4-img {
    max-width: 350px;
  }
  .black-marquee-swiper .swiper-slide p {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .black-marquee-swiper img {
    width: 270px;
  }
  .st5-top-left div {
    font-size: 72px;
    letter-spacing: -2px;
  }
  .st5-top-left div span {
    font-size: 180px;
    letter-spacing: -2px;
  }
  .st5-top-right p {
    font-size: 32px;
    letter-spacing: -0.8px;
    gap: 16px;
  }
  .st5-item div {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st5-item div>span {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st5-item div>span span {
    font-size: 40px;
    letter-spacing: -0.5px;
  }
  .st6-inner {
    top: -10%;
  }
  .st6-img {
    width: 80%;
  }
  .st6-top img {
    width: 250px;
  }
  .st6-bottom-left {
    min-height: 450px;
  }
  .st6-item01 {
    height: 235px;
  }
  .st6-item .content {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st6-none {
    height: 140vh;
  }
  #section7 {
    padding: 100px 40px;
  }
  .st7-inner {
    height: 600px;
  }
  .st7-left {
    width: 465px;
    padding: 60px 40px;
  }
  .st7-left>p {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .menu-tab {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st7-left {
    gap: 60px;
  }
  .nav-btn {
    width: 60px;
    height: 60px;
  }
  .st7-char {
    width: 148px;
  }
  .st7-right {
    width: calc(100% - 465px);
  }
  .menu-wrap {
    padding-top: 20px;
  }
  .menu-swiper-container .swiper-slide {
    width: 320px !important;
  }
  .menu-img {
    height: 320px;
  }
  .menu-item p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st8-line {
    width: 210px;
  }
  #section9, #section10, #section11, #section13, #contact {
    padding: 100px 0;
  }
  #section10 {
    gap: 80px;
  }
  #section10>.st-sub-tit {
    flex-direction: column;
  }
  .person-badge {
    width: 140px;
    height: 140px;
    top: -95px;
    right: -60px;
  }
  .point-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .point-box-div p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .green-marquee-swiper .swiper-slide p {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st11-sub-tit, .st11-wrap>p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st11-box {
    padding: 20px 32px;
  }
  .st11-box span {
    font-size: 100px;
    letter-spacing: -2.5px;
  }
  .st11-circle {
    right: -85px;
  }
  .st11-wrap-bg {
    height: 285px;
  }
  #secion12 {
    padding-top: 100px;
  }
  #section12 .st-sub-tit {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .star {
    width: 320px;
  }
  .st12-circle {
    right: -85px;
  }
  .st12-box {
    padding: 20px;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st12-box span {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .st13-circle-div {
    width: 550px;
  }
  .phone {
    width: 320px;
  }
  .review-swiper-container .swiper-slide {
    width: 280px !important;
  }
  .total-div {
    gap: 30px;
  }
  .total-div p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .plus-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
    width: 90%;
    text-align: left;
  }
  #special-section {
    padding: 40px 0 100px;
  }
  .special-container {
    height: 650px;
  }
  .special-swiper-container {
    height: 620px;
  }
  .special-img-div {
    width: 461px;
    top: -30px;
  }
  .special-item {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .special-item span {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st14-inner {
    margin-top: -2px;
    padding: 20px 0 100px;
  }
  .st14-wrap {
    gap: 18px;
  }
  .st14-wrap.right {
    gap: 12px;
  }
  .st14-wrap-tit {
    height: 70px;
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st14-wrap-tit img {
    width: 245px;
  }
  .st14-wrap.right .st14-wrap-tit {
    height: 52px;
    font-size: 26px;
    letter-spacing: -0.65px;
  }
  .st14-div {
    gap: 15px;
  }
  .st14-div p {
    width: calc(33.3% - 10px);
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st14-wrap.right .st14-div p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st14-container svg {
    width: 65px;
    height: 65px;
  }
  .st14-inner>p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  #section15 {
    padding: 100px 0 120px;
    gap: 50px;
  }
  .st15-container {
    gap: 15px;
  }
  .st15-item {
    width: calc(25% - 60px);
  }
  .st15-item p {
    height: 52px;
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st15-txt {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #section16 {
    padding: 100px 0;
  }
  .st16-container {
    gap: 10px;
  }
  .st16-wrap p {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st16-wrap p img {
    width: 400px;
  }
  .st16-wrap>img {
    width: 540px;
  }
  .st16-img {
    width: calc(100% - 550px);
  }
  .st16-txt {
    font-size: 40px;
    letter-spacing: -1px;
  }
  #section17 {
    padding: 100px 0;
  }
  .st17-box img {
    width: 90px;
  }
  .st17-box p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st17-txt {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st17-char {
    width: 150px;
  }
}

@media(max-width: 1200px) {
  .st12-box {
    width: 33.3%;
    gap: 12px;
    flex-direction: column;
  }
  .st16-wrap p {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st16-wrap p img {
    width: 370px;
  }
  .st16-wrap>img {
    width: 500px;
  }
  .st16-img {
    width: calc(100% - 510px);
  }
}

@media(max-width: 1100px) {
  .st5-item {
    min-width: 29vw;
    flex: 0 0 29vw;
  }
  .st8-txt-div p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st8-img-div {
    max-width: 450px;
  }
  .st8-middle-inner, .st8-bottom-inner {
    height: 400px;
  }
  #special-section {
    padding: 40px 0;
  }
  .special-container {
    flex-direction: column;
    gap: 0;
    height: auto;
  }
  .special-img-div {
    width: 50%;
    position: relative;
    top: 0;
    aspect-ratio: 53/80;
  }
  .special-swiper-container {
    width: 100%;
    margin-top: -10%;
    z-index: 15;
  }
  .special-item {
    transform-origin: center;
    padding: 10px 0 8px !important;
  }
  .st15-item p {
    height: 45px;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
}

@media(max-width: 1024px) {
  .st2-container {
    gap: 40px;
  }
  .st2-left {
    width: calc(70% - 20px);
    gap: 40px;
  }
  .st2-right {
    width: calc(30% - 20px);
  }
  .st2-left-txt {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st2-left-txt img {
    width: 85px;
  }
  .st3-bottom-inner {
    height: 300px;
  }
  #section4 {
    gap: 140px;
  }
  #section4 .st-div p:last-child {
    font-size: 72px;
    letter-spacing: -1.8px;
  }
  .st4-container {
    max-width: 600px;
  }
  .st4-circle {
    width: 130px;
    height: 130px;
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .free {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st4-img {
    max-width: 300px;
  }
  .st6-top {
    gap: 40px;
  }
  .st6-top .st-sub-tit {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st6-top img {
    width: 270px;
  }
  .st6-bottom-left {
    width: 350px;
  }
  .st6-img {
    width: 90%;
  }
  .st6-bottom-right {
    width: calc(100% - 350px);
  }
  .st6-item .content {
    padding: 30px 25px;
  }
  .st7-inner {
    flex-direction: column;
    height: auto;
  }
  .st7-left, .st7-right {
    width: 100%;
  }
  .st7-left {
    gap: 40px;
    align-items: center;
    border-right: none;
  }
  .st7-left>p br {
    display: none;
  }
  .tab-wrap {
    align-items: center;
    gap: 20px;
  }
  .nav-wrap {
    gap: 40px;
  }
  .nav-btn svg {
    width: 32px;
    height: 32px;
  }
  .menu-wrap {
    padding: 60px 0;
  }
  .person-container {
    padding: 40px;
  }
  .person-badge {
    right: -30px;
  }
  .st14-inner {
    padding: 0 0 100px;
  }
  .st14-container {
    flex-direction: column;
  }
  .st14-wrap {
    width: 100%;
  }
  .st14-wrap.right {
    width: 75%;
  }
  .st14-div p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st14-wrap.right .st14-div p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  @keyframes leftRight {
    0% {
      transform: translateY(-5px) rotate(90deg);
    }
    50% {
      transform: translateY(5px) rotate(90deg);
    }
    100% {
      transform: translateY(-5px) rotate(90deg);
    }
  }
  .st15-container svg {
    width: 40px;
    height: 40px;
  }
  .st15-item {
    width: calc(25% - 52.5px);
  }
  .st15-item p {
    height: 39px;
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st16-container {
    flex-direction: column;
    gap: 24px;
  }
  .st16-wrap {
    align-items: center;
  }
  .st16-img {
    width: 80%;
  }
  .st16-wrap p {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st16-wrap p img {
    width: 400px;
  }
  .st16-wrap>img {
    width: 540px;
  }
  .st17-container {
    gap: 15px;
  }
  .st17-container svg {
    width: 32px;
  }
  .st17-box {
    width: calc(33.3% - 41.3px);
  }
  .st17-box img {
    width: 80px;
  }
  .st17-box p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st17-txt {
    display: flex;
    box-sizing: border-box;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.70);
  }
  .st17-char {
    width: 120px;
  }
}

@media(max-width: 950px) {
  .st8-middle-div {
    flex-direction: column;
    gap: 7px;
  }
  .st8-bottom-div {
    flex-direction: column-reverse;
    gap: 7px;
  }
  .st8-middle-inner, .st8-bottom-inner {
    height: 510px;
  }
  .st8-middle-div, .st8-bottom-div {
    top: 60%;
  }
  .st8-txt-div {
    align-items: center;
  }
  .st8-img-div {
    margin: 0 !important;
  }
  .bg-wave, .bg-bottom-wave {
    width: 200%;
  }
  .person-container {
    justify-content: center;
    gap: 40px;
  }
  .st10-char {
    width: 124px;
  }
  .person-item {
    width: 100px;
  }
}

@media(max-width: 900px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .receipt-wrap.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;
  }
  #section2 {
    padding: 80px 0 60px;
  }
  .st2-container {
    flex-direction: column;
    gap: 60px;
  }
  .st2-left {
    width: 100%;
  }
  .st2-left .st2-left-txt {
    display: none;
  }
  .st2-inner>.st2-left-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }
  .st2-right {
    width: 55%;
  }
  .st2-none {
    margin-top: -80%;
    height: 150vh;
  }
  .st3-logo {
    width: 240px;
  }
  .st3-top {
    padding: 100px 0 80px;
  }
  .st3-top-div .st-sub-tit {
    flex-direction: column;
  }
  .st3-top-div div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st3-bottom-inner {
    height: 280px;
  }
  #section4 {
    padding: 80px 0 120px;
    gap: 120px;
  }
  #section4 .st-div p:last-child {
    font-size: 64px;
    letter-spacing: -1.6px;
  }
  .st4-container {
    max-width: 550px;
  }
  .st4-img {
    max-width: 270px;
  }
  .black-marquee-swiper .swiper-slide p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .black-marquee-swiper img {
    width: 220px;
  }
  .st5-top {
    padding: 80px 0;
  }
  .st5-top-left div {
    font-size: 72px;
    letter-spacing: -1.8px;
  }
  .st5-top-left div span {
    font-size: 160px;
  }
  .st5-top-right {
    gap: 40px;
  }
  .st5-top-right p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st5-item div {
    font-size: 25px;
    letter-spacing: -0.7px;
  }
  .st5-item div>span {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st5-item div>span span {
    font-size: 37px;
    letter-spacing: -0.5px;
  }
  .st5-item {
    min-width: 33vw;
    flex: 0 0 33vw;
  }
  .st5-item p{
    font-size: 35px;
  }
  #section6 {
    padding: 60px 20px;
  }
  .st6-inner {
    top: -5%;
  }
  .st6-top {
    padding: 25px 0;
  }
  .st6-top .st-sub-tit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st6-top img {
    width: 250px;
  }
  .st6-item {
    height: 73px;
  }
  .st6-item01 {
    height: 196px;
  }
  .st6-bottom-left {
    width: 300px;
    min-height: 415px;
  }
  .st6-img {
    width: 100%;
  }
  .st6-bottom-right {
    width: calc(100% - 300px);
  }
  .st6-item .content {
    padding: 20px;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .num-wrap .num {
    font-size: 32px;
    letter-spacing: -0.8px;
    width: 80px;
  }
  .st6-item .num-tit {
    width: calc(100% - 80px);
  }
  #section7 {
    padding: 80px 20px;
  }
  .st8-top {
    padding: 80px 0;
  }
  .st8-char {
    width: 95px;
  }
  .st8-line {
    width: 190px;
    left: 25px;
  }
  #section9, #section10, #section11, #section13, #contact {
    padding: 80px 0;
  }
  #section9 .st-tit {
    gap: 15px;
  }
  .point-box {
    gap: 80px;
  }
  .point-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .point-box-div p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .point-box-div div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  #section10 {
    gap: 60px;
  }
  .st10-gif p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .person-gif {
    width: 70%;
  }
  .person-badge {
    width: 120px;
    height: 120px;
    top: -70px;
  }
  .person-container {
    padding: 40px 20px;
    gap: 30px;
  }
  .green-marquee-swiper {
    padding: 15px 0;
  }
  .green-marquee-swiper .swiper-slide p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st11-top .st-tit, .st11-top span {
    gap: 8px;
  }
  .st11-sub-tit, .st11-wrap>p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #section12 {
    padding-top: 80px;
  }
  #section12 .st-sub-tit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .star {
    width: 260px;
  }
  .st12-box-wrap {
    gap: 10px;
  }
  .st12-box {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st12-box span {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .receipt-wrap{
    width: 100%;
  }
  .receipt-wrap img{
    width: 100%;
  }
  .phone {
    width: 300px;
    margin-bottom: -10px;
  }
  .review-swiper-container .swiper-slide {
    width: 280px !important;
  }
  .st13-circle-div {
    width: 500px;
  }
  .cost-table-container {
    padding: 30px;
  }
  table th {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  table td {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .total-div p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .plus-txt {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .contact-txt-box {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .contact-form {
    padding: 30px;
  }
  .special-swiper-container {
    height: 550px;
  }
  .special-item {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .special-item span {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #section14 .st-tit {
    line-height: 120%;
  }
  .st14-inner {
    gap: 50px;
  }
  .st14-div p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st14-wrap.right .st14-div p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st14-inner>p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #section15 {
    padding: 80px 0 100px;
  }
  .st15-container {
    flex-wrap: wrap;
    gap: 30px 15px;
  }
  .st15-item {
    width: calc(35% - 40px);
    gap: 15px;
  }
  .st15-container svg:nth-child(4) {
    display: none;
  }
  .st15-container svg {
    width: 50px;
    height: 50px;
  }
  .st15-txt {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #section15 .main-wave {
    bottom: -5%;
  }
  #section16 {
    padding: 80px 0;
  }
  #section16 .st-tit {
    flex-direction: column;
    gap: 10px;
    line-height: 120%;
  }
  #section16 .st-tit img {
    width: 390px;
  }
  .st16-wrap p {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st16-wrap p span {
    padding: 1px 5px;
  }
  .st16-wrap p img {
    width: 370px;
    padding: 6.875px 6.67px 6.625px 6.33px;
  }
  .st16-wrap>img {
    width: 500px;
  }
  .st16-img {
    width: 90%;
  }
  .st16-txt {
    font-size: 32px;
    letter-spacing: -0.8px;
    margin-top: -15px;
  }
  #section17 {
    padding: 80px 0;
  }
  .st17-container {
    flex-wrap: wrap;
    gap: 30px;
  }
  .st17-container svg {
    display: none;
  }
  .st17-box {
    width: calc(40% - 15px);
  }
  .st17-box:first-child {
    margin: 0 100px;
  }
  .st17-txt {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st17-char {
    width: 100px;
    right: 20px;
  }
}

@media(max-width: 800px) {
  .person-gif {
    width: 65%;
  }
  .st10-char {
    width: 100px;
  }
  .person-item {
    width: 80px;
    gap: 8px;
  }
  .person-item_bottom img {
    width: 43px;
  }
  .person-badge {
    width: 100px;
    height: 100px;
    top: -60px;
    right: -10px;
  }
  .st5-item div {
    padding: 30px 20px;
  }
  .st5-item {
    min-width: 38vw;
    flex: 0 0 38vw;
  }
}

@media (max-width: 768px) {
  .layer-popup {
    position: fixed;
    top: 5%;
    left: 5%;
  }
  #section2 {
    padding: 60px 16px;
  }
  .st2-container {
    width: 95%;
  }
  .st2-inner, .st2-container {
    gap: 40px;
  }
  .st3-top {
    padding: 80px 0 100px;
    gap: 20px;
  }
  #section4 {
    padding: 60px 16px;
    gap: 40px;
  }
  .st4-container {
    max-width: unset;
  }
  .st4-img {
    max-width: unset;
    width: 45%;
  }
  .st4-circle-div{
    width: 85%;
    height: 85%;
  }
  .free {
    font-size: 20px;
    letter-spacing: -0.5px;
    left: 50%;
    transform: translateX(-50%) rotate(-8deg);
    top: -19.456px;
  }
  .st5-top {
    padding: 60px 0;
  }
  .st5-top-container {
    gap: 60px;
    flex-direction: column;
  }
  .st5-top-left, .st5-top-right {
    align-items: center;
  }
  .st5-top-left div, .st5-top-left div span {
    font-size: 140px;
    letter-spacing: -3.5px;
  }
  .st5-top-right p {
    justify-content: center;
    font-size: 32px;
    letter-spacing: -0.8px;
    gap: 12px;
  }
  #section6 {
    padding: 40px 20px;
  }
  .st6-top {
    flex-direction: column-reverse;
    padding: 30px 0;
  }
  .st6-top img {
    max-width: 350px;
    width: 75%;
  }
  .st6-top .st-sub-tit {
    text-align: center;
  }
  .st6-bottom {
    flex-direction: column;
  }
  .st6-bottom-left, .st6-bottom-right {
    width: 100%;
    min-height: unset;
  }
  .st6-bottom-left {
    display: none;
  }
  .st6-inner {
    position: static;
  }
  .st6-none {
    display: none;
  }
  .st6-img {
    width: 60%;
    position: static;
    transform: none;
  }
  .st6-img:nth-child(n+2) {
    display: none;
  }
  .st6-item {
    height: auto !important;
  }
  #section7 {
    padding: 60px 20px;
  }
  .st7-char {
    width: 120px;
  }
  .st8-top {
    padding: 60px 0;
  }
  .st8-txt-div p {
    font-size: 24px;
    letter-spacing: -0.6px;
    gap: 8px;
  }
  .st8-img-div {
    max-width: 400px;
  }
  .st8-middle-inner, .st8-bottom-inner {
    height: 430px;
  }
  .owner {
    font-size: 18px;
    letter-spacing: -0.45px;
    padding: 10px 24px;
  }
  #section9 {
    padding: 60px 20px;
    gap: 40px;
  }
  .point-container {
    width: 100%;
  }
  .point-box {
    gap: 60px;
    padding: 20px;
  }
  #section10 {
    padding: 60px 20px;
    gap: 40px;
  }
  #section10 .st-sub-tit>span:last-child {
    flex-direction: column;
  }
  .st10-wrap .st-sub-tit {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .person-container, .st10-video {
    width: 100%;
  }
  .st10-video {
    flex-direction: column;
  }
  .st10-gif {
    width: 100%;
  }
  .st10-gif p, .st10-gif p.text-right {
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    font-size: 40px;
    letter-spacing: -1px;
  }
  .green-marquee-swiper .swiper-slide p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #section11 {
    padding: 60px 0;
    gap: 40px;
  }
  .st11-top .st-tit {
    flex-direction: column;
  }
  .st11-top hr, .receipt-wrap {
    width: 100%;
  }
  .st11-top, .st11-wrap {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .st11-box {
    gap: 40px;
  }
  .receipt-wrap {
    gap: 8px;
    box-sizing: border-box;
    padding: 0 20px;
    overflow: scroll;
    justify-content: flex-start;
  }
  #section12 {
    padding-top: 60px;
    gap: 40px;
  }
  #section12 .st-tit {
    line-height: 120%;
  }
  .st12-box-wrap {
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
  }
  .st12-box {
    width: calc(33% - 5px);
  }
  .st12-wrap>p {
    bottom: -28px;
  }
  #section13, #contact {
    padding: 60px 20px;
  }
  #section13 {
    gap: 20px;
  }
  .st13-circle-div {
    width: 450px;
    padding: 62px 72px;
  }
  .top-circle {
    left: -125px;
  }
  .bottom-circle {
    right: -125px;
  }
  .cost-table-container, .plus-txt {
    width: 100%;
  }
  .contact-txt-box, .contact-form {
    width: 100%;
  }
  .st14-inner {
    padding: 0 0 80px;
  }
  #section15 {
    padding: 70px 0 90px;
    gap: 40px;
  }
  #section16 {
    padding: 70px 0;
    gap: 50px;
  }
  #section17 {
    padding: 70px 0;
  }
  .st17-container {
    gap: 23px;
  }
  .st17-item {
    width: calc(45% - 11.5px);
  }
  .st17-item:first-child {
    margin: 0 50px;
  }
}

@media (max-width: 700px) {
  .st12-box {
    font-size: 15px;
  }
  .st12-box span {
    font-size: 40px;
  }
}

@media (max-width: 650px) {
  .st2-inner {
    top: -80px;
  }
  .st2-left {
    width: 90%;
  }
  .main_loading {
    justify-content: center;
    aspect-ratio: 325 / 123;
  }
  div.main_loading__text-logo { -webkit-mask: url(../img/st2-mo-txt.png) no-repeat 4% / contain; }
  div.main_loading__text-logo2 {-webkit-mask: url(../img/st2-mo-txt2.png) no-repeat 4% / contain; }
  div.main_loading__text-logo, div.main_loading__text-logo2 {
    aspect-ratio: 325 / 123;
  }
  .st2-right {
    width: 65%;
  }
  .st2-left-txt img {
    width: 70px;
  }
  .st2-left-txt {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #section3 {
    margin-top: -10%;
  }
  .st3-top {
    padding: 80px 0;
    margin-top: -5%;
  }
  .st3-logo {
    width: 200px;
  }
  .st3-top-div div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st3-fix {
    width: 400px;
    bottom: 430px;
    left: -110px;
  }
  .st3-bottom-inner {
    height: 220px;
  }
  .ingredient-swiper-container {
    top: 25%;
  }
  .st4-container {
    width: 100%;
  }
  #section4 .st-div p:last-child {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .st4-circle-div {
    width: 78%;
    height: 78%;
  }
  .free {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
  .black-marquee-swiper .swiper-slide p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .black-marquee-swiper img {
    width: 195px;
  }
  .st5-item {
    min-width: 40vw;
    flex: 0 0 40vw;
  }
  .st5-top-container {
    gap: 40px;
  }
  .st5-item div {
    padding: 30px 10px;
    flex-direction: column;
    gap: 20px;
  }
  .st5-top-left div, .st5-top-left div span {
    font-size: 120px;
    letter-spacing: -3.2px;
  }
  .st5-top-right {
    gap: 25px;
  }
  #section6 {
    padding: 0;
  }
  .st6-top .st-sub-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st6-bottom {
    border: none;
  }
  .st7-left {
    padding: 40px 10px;
    gap: 30px;
  }
  .st7-left>p {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .menu-tab {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st7-char {
    display: none;
  }
  .menu-swiper-container .swiper-slide {
    width: 280px !important;
  }
  .menu-img {
    height: 280px;
  }
  #menu-tab1 .menu-img img {
    width: 72%
  }
  .menu-item p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st8-char {
    width: 80px;
  }
  .st8-line {
    width: 168px;
    left: 20px;
  }
  .st8-txt-div p {
    font-size: 20px;
    letter-spacing: -0.5px;
    gap: 4px;
  }
  .st8-img-div {
    max-width: 350px;
  }
  .st8-middle-inner, .st8-bottom-inner {
    height: 370px;
  }
  .st8-middle-div .owner-div, .st8-bottom-div .owner-div {
    bottom: 70px;
  }
  .owner {
    font-size: 16px;
    letter-spacing: -0.4px;
    padding: 8px 16px;
  }
  .bg-wave, .bg-bottom-wave {
    width: 350%;
  }
  .st8-bottom {
    margin-top: -5%;
  }
  #section9{
    overflow: hidden;
  }
  #section9 .st-tit {
    gap: 8px;
  }
  .point-container {
    border: 1px solid #00614F;
    align-items: unset;
    width: calc(100% + 42px);
  }
  .point-box {
    width: 50%;
    background: #FFF;
    outline: none;
    border-bottom: 1px solid #00614F;
  }
  .point-box:nth-child(1){
    border-right: 1px solid #00614F;
  }
  .point-box:last-child {
    border-bottom: none;
  }
  .point-box:nth-child(3) {
    border-bottom: none;
    border-right: 1px solid #00614F;
  }
  .point-tit {
    color: #00614F;
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .point-box svg path {
    fill: #00614F;
  }
  .point-box-div p {
    color: #00614F;
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .point-box-div div {
    color: #00614F;
    font-size: 15px;
    letter-spacing: -0.45px;
  }
  .st10-wrap .st-sub-tit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .person-gif {
    width: 62%;
    margin-top: -4%;
  }
  .st10-char {
    width: 90px;
  }
  .person-item {
    width: 60px;
  }
  .person-item_bottom img {
    width: 40px;
  }
  .st10-gif p, .st10-gif p.text-right {
    font-size: 32px;
    letter-spacing: -0.8px;
    bottom: 10px;
  }
  .minute-wrap {
    margin-top: -110px;
  }
  .minute-div {
    transform: translateY(30%);
  }
  .green-marquee-swiper {
    padding: 10px 0;
  }
  .green-marquee-swiper .swiper-slide p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st11-top {
    gap: 12px;
  }
  .st11-top .st-tit, .st11-top span {
    gap: 4px;
  }
  .st11-wrap>p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st11-box {
    padding: 20px 25px;
    gap: 30px;
  }
  #section12 .st-sub-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .star {
    width: 216px;
  }
  .review-swiper-container img {
    border: 1px solid #00614F;
  }
  .st13-circle-div {
    width: 400px;
    padding: 57px;
  }
  .cost-table-container {
    padding: 20px;
  }
  table th {
    height: 52px;
    padding: 0 8px;
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  table td {
    height: 52px;
    padding: 0 8px;
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .cost-box {
    height: 400px;
  }
  .cost-box-logo {
    width: 270px;
  }
  .cost-box div {
    font-size: 32px;
    letter-spacing: -0.8px;
    padding: 20px;
  }
  .cost-box div span svg {
    width: 27.994px;
    height: 28px;
  }
  .cost-box p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .total-div {
    gap: 20px;
  }
  .total-div p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .plus-txt {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .contact-txt-box {
    font-size: 24px;
    letter-spacing: -0.6px;
    padding: 20px;
  }
  .contact-form {
    padding: 20px;
  }
  .agree-wrap {
    justify-content: center;
  }
  .c-btn {
    height: 54px;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st12-box {
    padding: 15px 5px;
    font-size: 12px;
  }
  .st12-box span {
    font-size: 35px;
  }
  #special-section {
    padding: 0 0 40px;
  }
  .special-swiper-container {
    height: 500px;
  }
  .special-item {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .special-item span {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .special-swiper-container .swiper-slide-active .special-item {
    border-width: 2px;
  }
  .st14-container {
    gap: 16px;
  }
  .st14-container svg {
    width: 50px;
    height: 50px;
  }
  .st14-inner {
    gap: 40px;
    margin-top: -5%;
  }
  .st14-wrap {
    gap: 12px;
  }
  .st14-wrap.right {
    gap: 8px;
  }
  .st14-wrap-tit {
    height: 62px;
    font-size: 28px;
    letter-spacing: -0.7px;
    gap: 5px;
    border-radius: 12px;
  }
  .st14-wrap-tit img {
    width: 210px;
  }
  .st14-wrap.right .st14-wrap-tit {
    height: 48px;
    font-size: 24px;
    letter-spacing: -0.6px;
    border-radius: 9.6px;
  }
  .st14-div {
    gap: 10px;
  }
  .st14-wrap.right .st14-div {
    gap: 8px;
  }
  .st14-div p {
    width: calc(33.3% - 6.7px);
    font-size: 20px;
    letter-spacing: -0.5px;
    border-radius: 14.4px;
  }
  .st14-wrap.right .st14-div p {
    width: calc(33.3% - 5.7px);
    font-size: 18px;
    letter-spacing: -0.45px;
    border-radius: 11.52px;
  }
  .st14-inner>p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #section15 .st-tit span {
    margin-right: 0;
  }
  .st15-container {
    gap: 20px 10px;
  }
  .st15-item {
    width: calc(42% - 30px);
    gap: 8px;
  }
  .st15-item p {
    border-radius: 6px;
  }
  .st15-container svg {
    width: 40px;
    height: 40px;
  }
  .st15-txt {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #section15 .main-wave {
    bottom: -7%;
  }
  #section16 .st-tit img {
    width: 340px;
  }
  .st16-wrap {
    gap: 2px;
  }
  .st16-wrap p {
    font-size: 32px;
    letter-spacing: -0.8px;
    gap: 5px;
  }
  .st16-wrap p img {
    width: 290px;
    padding: 4.875px 4.67px 4.625px 4.33px;
  }
  .st16-wrap>img {
    width: 420px;
  }
  .st16-img {
    width: 108%;
  }
  .st16-txt {
    font-size: 28px;
    letter-spacing: -0.7px;
    padding: 6px 5px;
  }
  #section17 .top-circle {
    width: 320px;
    right: -190.5px;
    top: -154.5px;
    padding: 36.197px;
  }
  #section17 .bottom-circle {
    width: 320px;
    left: -166px;
    bottom: -125.5px;
    padding: 36.197px;
  }
  .st17-box {
    width: calc(48% - 11.5px);
    gap: 5.333px;
    border-radius: 5.333px;
    border: 1.778px solid #FFF;
  }
  .st17-box:first-child {
    margin: 0 50px;
  }
  .st17-box img {
    width: 65px;
  }
  .st17-box p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st17-txt {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st17-char {
    width: 90px;
    right: 10px;
  }
}

@media(max-width: 600px) {
  .point-box{
    padding: 11px;
  }
  .point-box-div p {
    font-size: 20px;
  }
  .point-tit{
    font-size: 28px;
  }
}

@media(max-width: 550px) {
  .st10-char {
    width: 80px;
  }
  .person-item {
    width: 50px;
    gap: 4px;
  }
  .person-item_bottom img {
    width: 35px;
  }
  .st11-box {
    padding: 20px;
    width: 100%;
    flex-direction: column;
    gap: 8px;
  }
  .st11-circle {
    right: -120px;
  }
  .point-box-div p {
    font-size: 18px;
  }
  .point-box-div div {
    font-size: 13px;
  }
  .st4-circle {
    width: 100px;
    height: 100px;
    font-size: 12px;
    letter-spacing: -0.4px;
  }
  .free {
    font-size: 15px;
    letter-spacing: -0.6px;
  }
  #section15 .st-tit {
    font-size: 44px;
    letter-spacing: -1.1px;
  }
  .st15-item {
    width: calc(45% - 30px);
  }
}


@media (max-width: 480px) {
  .st2-inner {
    top: -60px;
  }
  .st2-left {
    width: 95%;
  }
  .st2-right {
    width: 75%;
  }
  .st2-left-txt img {
    width: 52px;
  }
  .st2-left-txt {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st2-none {
    height: 110vh;
  }
  .st3-logo {
    width: 183px;
  }
  .st3-top-div .st-sub-tit span {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st3-top-div div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st3-fix {
    width: 330px;
    bottom: 360px;
  }
  .st3-bottom-inner {
    height: 170px;
  }
  #section4 .st-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  #section4 .st-div p:last-child {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st4-mo-container {
    gap: 25px 20px;
  }
  .free {
    font-size: 13px;
    letter-spacing: -0.5px;
  }
  .st4-circle {
    width: 80px;
    height: 80px;
    font-size: 10px;
    letter-spacing: -0.4px;
  }
  .black-marquee-swiper .swiper-slide p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .black-marquee-swiper img {
    width: 183px;
  }
  .st5-item p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st5-item {
    min-width: 45vw;
    flex: 0 0 45vw;
  }
  .st5-item div {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st5-item div>span span {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st6-img {
    width: 90%;
  }
  .st6-item .content {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st7-left>p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .menu-wrap {
    padding: 40px 0;
  }
  .menu-tab {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st8-char {
    width: 70px;
  }
  .st8-line {
    width: 142px;
    left: 15px;
  }
  .st8-top .st-sub-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st8-middle-div, .st8-bottom-div {
    top: 58%;
  }
  .st8-middle-inner, .st8-bottom-inner {
    height: 310px;
  }
  .st8-img-div {
    max-width: 270px;
  }
  .st8-middle-div .owner-div, .st8-bottom-div .owner-div {
    bottom: 50px;
  }
  .owner {
    font-size: 14px;
    letter-spacing: -0.35px;
    padding: 6px 12px;
  }
  .point-box-inner{
    gap: 20px;
  }
  .point-box {
    gap: 20px;
  }
  .point-tit {
    font-size: 20px;
  }
  .point-box-div p {
    font-size: 15px;
  }
  .point-box-div div {
    font-size: 10px;
  }
  .point-box-inner svg{
    width: 90px;
  }
  .person-container {
    justify-content: space-between;
  }
  .person-gif {
    width: 75%;
  }
  .st10-char {
    width: 70px;
  }
  .person-item {
    width: 45px;
  }
  .person-badge {
    width: 80px;
    height: 80px;
    top: -40px;
    right: -10px;
  }
  .st10-wrap p:first-child, .st10-wrap .st-sub-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .green-marquee-swiper .swiper-slide p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #section12 .st-tit {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st12-box-wrap {
    gap: 20px;
  }
  .st12-box {
    width: 100%;
    padding: 10px 5px;
    font-size: 10px;
    letter-spacing: -0.6px;
  }
  .st12-box span {
    font-size: 30px;
  }
  .phone {
    width: 380px;
  }
  .review-swiper-container .swiper-slide {
    width: 340px !important;
  }
  .st13-circle-div {
    width: 350px;
  }
  .top-circle {
    left: -110px;
    top: -100px;
  }
  .bottom-circle {
    right: -110px;
    bottom: -100px;
  }
  table th {
    height: 48px;
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  table td {
    height: 48px;
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .sort-wrap {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    padding: 0;
  }
  .s-btn-wrap {
    width: 100%;
  }
  .form-tab {
    gap: 10px;
  }
  #contact .st-sub-tit:last-child {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  #special-section {
    padding: 20px 0;
  }
  .special-container {
    width: 95%;
  }
  .special-img-div {
    width: 60%;
  }
  .special-swiper-container {
    height: 430px;
  }
  .special-item {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .special-item span {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .cost-box {
    height: 380px;
  }
  .cost-box-logo {
    width: 240px;
  }
  .cost-box p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st14-inner {
    margin-top: -2%;
  }
  .st14-wrap-tit {
    height: 48px;
    font-size: 22px;
    letter-spacing: -0.55px;
  }
  .st14-wrap-tit img {
    width: 146px;
  }
  .st14-wrap.right .st14-wrap-tit {
    height: 38.4px;
    font-size: 17.6px;
    letter-spacing: -0.44px;
  }
  .st14-div p {
    aspect-ratio: 1 / 1.2;
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st14-wrap.right .st14-div p {
    aspect-ratio: 3 / 4;
    font-size: 15px;
    letter-spacing: -0.375px;
  }
  #section15 .st-tit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  #section14 .st-tit span, #section15 .st-tit span, #section16 .st-tit {
    -webkit-text-stroke-width: 1.5px;
  }
  .st15-container {
    gap: 5px;
  }
  .st15-item {
    width: calc(45% - 26px);
  }
  .st15-item p {
    height: 32px;
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st15-container svg {
    width: 32px;
    height: 32px;
  }
  #section16 .st-tit img {
    width: 293px;
  }
  .st16-wrap {
    align-items: flex-start;
    width: 90%;
  }
  .st16-wrap p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st16-wrap p span {
    font-size: 30px;
    letter-spacing: -0.75px;
  }
  .st16-wrap p img {
    width: 230px;
  }
  .st16-wrap>img {
    width: 100%;
    margin-top: 15px;
  }
  .st16-txt {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st17-box {
    width: calc(50% - 11.5px);
  }
  .st17-box:first-child {
    margin: 0 10px;
  }
  .st17-box img {
    width: 55px;
  }
  .st17-box p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st17-txt {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #section17 .top-circle {
    width: 270px;
    right: -130.5px;
    top: -124.5px;
  }
  #section17 .bottom-circle {
    width: 270px;
    left: -106px;
    bottom: -75.5px;
  }
  .st17-char {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
  }
}

@media(max-width: 440px) {
  #section15 .st-tit {
    font-size: 36px;
    letter-spacing: -0.9px;
  }
}

@media(max-width: 400px) {
  .st2-none {
    height: 100vh;
  }
  .st3-top {
    padding: 60px 0;
  }
  .st3-fix {
    width: 280px;
    bottom: 280px;
    left: -80px;
  }
  .st3-bottom-inner {
    height: 130px;
  }
  .ingredient-swiper-container {
    top: 20%;
  }

  .black-marquee-swiper .swiper-slide p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st7-left {
    gap: 25px;
  }
  .st7-left>p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st8-top .st-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st8-line {
    width: 110px;
    left: 12px;
  }
  .st8-middle-div, .st8-bottom-div {
    top: 60%;
  }
  .st8-middle-inner, .st8-bottom-inner {
    height: 260px;
  }
  .st8-img-div {
    max-width: 220px;
  }
  .st8-txt-div p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st8-middle-div .owner-div, .st8-bottom-div .owner-div {
    bottom: 30px;
  }
  .owner {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st10-char {
    width: 57px;
  }
  .person-item {
    width: 40px;
  }
  .person-item_bottom img {
    width: 30px;
  }
  .st11-circle {
    right: -180px;
  }
  .phone {
    width: 350px;
  }
  .review-swiper-container .swiper-slide {
    width: 310px !important;
  }
  .st13-circle-div {
    width: 270px;
    padding: 40px;
  }
  .top-circle {
    left: -80px;
    top: -81px;
  }
  .bottom-circle {
    right: -80px;
    bottom: -81px;
  }
  table td {
    font-size: 11px;
    letter-spacing: -0.275px;
  }
  .total-div {
    gap: 10px;
  }
  .special-swiper-container {
    height: 410px;
  }
  .special-item {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  #section14 .st-tit, #section15 .st-tit, #section16 .st-tit, #section17 .st-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  #section14 .st-sub-tit, #section15 .st-sub-tit, #section17 .st-sub-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st15-item {
    width: calc(48% - 22.5px);
  }
  .st15-container svg {
    width: 25px;
    height: 25px;
  }
  #section15 .main-wave {
    bottom: -5%;
  }
  .st17-container {
    gap: 20px;
  }
  .st17-box {
    width: calc(50% - 10px);
  }
  .st17-box img {
    width: 45px;
  }
  .st17-box p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  #section17 .top-circle, #section17 .bottom-circle {
    width: 240px;
  }
  .st17-char {
    top: 47%;
  }
}

@media(max-width: 370px) {
  .st2-inner {
    top: -40px;
  }
  .st2-left-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st2-inner .st-tit, #section9 .st-tit, #section9 .st-sub-tit, .st11-top .st-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }

  .st5-top-left p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st5-top-left div, .st5-top-left div span {
    font-size: 120px;
    letter-spacing: -3.2px;
  }
  .st5-top-right {
    gap: 30px;
  }
  .st5-top-right p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st5-item p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st5-item div {
    padding: 20px 10px;
    font-size: 20px;
    letter-spacing: -0.5px;
    gap: 12px;
  }
  .st5-item div>span {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st5-item div>span span {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st6-top .st-sub-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st6-item .content {
    padding: 20px 15px;
  }
  .st7-left>p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .menu-tab {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .nav-wrap {
    gap: 30px;
  }
  .nav-btn {
    width: 50px;
    height: 50px;
  }
  .menu-swiper-container .swiper-slide {
    width: 250px !important;
  }
  .menu-img {
    height: 250px;
  }
  .menu-item p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .point-box-div p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .point-box-div div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  #section10>.st-sub-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st10-wrap p:first-child, .st10-wrap .st-sub-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st10-char {
    width: 54px;
  }
  .person-item {
    width: 35px;
  }
  .person-item_bottom img {
    width: 27px;
  }
  .st10-gif p, .st10-gif p.text-right {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .minute-wrap {
    width: 298px;
  }
  .st11-sub-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st11-box {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st11-box span {
    font-size: 88px;
    letter-spacing: -2.2px;
  }
  .st11-wrap>p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .star {
    width: 185px;
  }
  #section12 .st-sub-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #section12 .st-tit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st12-box {
    padding: 25px;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .phone {
    width: 315px;
  }
  .review-swiper-container .swiper-slide {
    width: 275px !important;
  }
  .st13-circle-div {
    width: 240px;
    padding: 30px;
  }
  .top-circle {
    left: -60px;
    top: -71px;
  }
  .bottom-circle {
    right: -60px;
    bottom: -71px;
  }
  .cost-table-container, .contact-form {
    padding: 15px;
  }
  .total-div {
    width: 100%;
    gap: 10px;
  }
  .total-div p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .total-div .st-sub-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .cost-box {
    height: 360px;
    padding: 30px 10px;
  }
  .cost-box-logo {
    width: 210px;
  }
  .cost-box div {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .cost-box div span svg {
    width: 24px;
    height: 25px;
  }
  .st14-div p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st14-wrap.right .st14-div p {
    font-size: 13px;
    letter-spacing: -0.275px;
  }
  .st15-item p {
    height: 27px;
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st15-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #section15 .st-tit {
    line-height: 120%;
  }
  #section15 .st-tit span {
    margin-right: 0;
  }
  .st16-txt {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #section17 {
    gap: 50px;
  }
  .st17-container {
    gap: 12px;
  }
  .st17-box {
    width: calc(50% - 6px);
  }
  .st17-char {
    width: 80px;
    top: 49%;
  }
}

@media(max-width: 320px) {
  .cost-box div {
    padding: 20px 15px;
  }
  .st16-wrap {
    width: 100%;
  }
  .st17-box img {
    width: 40px;
  }
  .st17-box p {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st17-char {
    width: 70px;
    top: 50%;
  }
  .st17-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
}
