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

.mobile {
  display: none;
}

.layer-popup {
  /* position: absolute; */
  z-index: 9999;
  background-color: #fff;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
  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;
  width: 95%;
}


/* component */
.lt-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.rt-icon {
  position: absolute;
  right: 0;
  top: 0;
}

.lb-icon {
  position: absolute;
  left: 0;
  bottom: 0;
}

.rb-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.top-wave, .top-icon {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

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

.line-animation {
  box-sizing: border-box;
  /* padding: 4px 10px 0 10px; */
  overflow: hidden;
  position: relative;
  color: #FFF;
  text-align: center;
  font-family: "Cafe24 ClassicType";
}

.line-animation::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #EA5619;
  transform: scaleX(var(--fill, 0));
  transform-origin: left center;
  z-index: -1;
  will-change: transform;
}


/* main */
#main {
  width: 100%;
  min-height: 100vh;
  height: 900px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  margin-bottom: -1px;
  overflow: hidden;
}

.main-left {
  width: 33.3%;
  height: 100%;
  background: url(../img/pattern-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  gap: 30px;
  box-sizing: border-box;
  padding: 100px 60px;
  justify-content: center;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.main-left-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.main-left-div p {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #E8DEC6;
  font-family: 'Paperlogy';
  font-size: 32px;
  font-weight: 900;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.8px;
  color: transparent;
  transition: unset;
}

.main-left-div .st-tit {
  text-align: left;
  -webkit-text-fill-color: #E8DEC6;
}

.main-mara-div {
  width: 85%;
  position: absolute;
  left: 50%;
  bottom: -10%;
  transform: translateX(-50%);
}

.main-mara-div img {
  width: 100%;
}

.marquee-lr-swiper, .marquee-rl-swiper {
  width: 100%;
  height: fit-content;
}

.marquee-lr-swiper .swiper-wrapper, .marquee-rl-swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.marquee-lr-swiper .swiper-slide, .marquee-rl-swiper .swiper-slide {
  width: auto !important;
}

.marquee-lr-swiper img, .marquee-rl-swiper img {
  width: 200px;
}

.main-center {
  width: 33.3%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/main-center.png);
  background-position: top center !important;
  background-size: cover !important;
  position: relative;
}

.main-center-icon {
  position: absolute;
  bottom: 0;
  height: 95%;
}

.main-center-icon.l {
  left: 0;
}

.main-center-icon.r {
  right: 0;
  transform: rotateY(180deg);
}

.main-tree {
  width: 135px;
  position: absolute;
}

.main-tree.l {
  left: 0;
  bottom: 35%;
}

.main-tree.r {
  right: 0;
  top: 28%;
  transform: rotateY(180deg);
  z-index: 4;
}

.main-center-div {
  width: 100%;
  display: inline-flex;
  box-sizing: border-box;
  padding-bottom: 110px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.main-center-div p {
  color: #381804;
  text-align: center;
  font-family: "Cafe24 ClassicType";
  font-size: 40px;
  line-height: 130%; /* 52px */
  letter-spacing: -1px;
}

.main-logo {
  max-width: 275px;
  width: 90%;
}

.main-model-div {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.main-model-div img {
  width: 100%;
}

.main-right {
  width: 33.3%;
  height: 100%;
  background: url(../img/main-right.png);
  background-position: center center !important;
  background-size: cover !important;
  box-sizing: border-box;
  padding: 100px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  gap: 32px;
}

.main-right-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.main-right-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.main-right-div p {
  color: #E3E18F;
  font-family: "Paperlogy";
  font-size: 18px;
  font-weight: 400;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.8px;
}

.main-right-div div {
  box-sizing: border-box;
  padding: 4px 24px;
  border-radius: 100px;
  border: 1.5px solid #E3E18F;
  background: linear-gradient(180deg, #1F1F1F 0%, #000 100%);
  color: #E3E18F;
  font-family: 'Paperlogy';
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.main-count {
  color: #E3E18F;
  font-family: 'Paperlogy';
  font-size: 44px;
  font-weight: 700;
  line-height: 130%; /* 83.2px */
}

.main-ellipse {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}

.main-center .main-ellipse {
  display: none;
}

.mo-icon {
  display: none;
}


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

.st2-icon.l {
  position: absolute;
  left: 0;
  top: 292px;
}

.st2-icon-div.r {
  position: absolute;
  right: 0;
  top: 100px;
  transform: rotateY(180deg);
}

.st2-icon.r {
  width: 100%;
}

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

.line-animation.ani2 {
  -webkit-text-fill-color: #EA5619;
  position: relative;
}

.st2-top .line-animation .highlighter {
  left: 47%;
}

.st2-top .line-animation .tit-line {
  bottom: 0;
}

.st2-content {
  color: #444;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 148%; /* 32.56px */
  letter-spacing: -0.55px;
  word-break: keep-all;
}

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

.st2-card {
  width: calc(25% - 24px);
  position: relative;
  aspect-ratio: 150 / 203;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.st2-card-img {
  position: absolute;
  width: 130%;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  backface-visibility: hidden;
  transition: transform 0.5s;
}

/* front 카드 (기본: 앞면) */
.st2-card-img.front {
  transform: translate(-50%, -50%) rotateY(0deg);
  z-index: 2;
}

/* back 카드 (기본: 뒤집혀서 안보임) */
.st2-card-img.back {
  transform: translate(-50%, -50%) rotateY(180deg);
  z-index: 1;
}

/* 호버 시 뒤집기 */
.st2-card:hover .st2-card-img.front {
  transform: translate(-50%, -50%) rotateY(-180deg);
}

.st2-card:hover .st2-card-img.back {
  transform: translate(-50%, -50%) rotateY(0deg);
}

.st2-card:hover .primary, .st2-card:hover div {
  color: #FFF !important;
  transition: 0.2s;
}

.st2-card .primary {
  color: #381804;
  font-family: 'Paperlogy';
  font-size: 32px;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.8px;
  position: relative;
  z-index: 5;
}

.st2-card .o {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  display: flex;
  align-items: flex-end;
  gap: 4px;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  padding-bottom: 16px;
}

.st2-card .o span {
  font-size: 52px;
  font-weight: 800;
  line-height: 100%; /* 52px */
}

.st2-card div {
  color: #4F2323;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.5px;
  word-break: keep-all;
  position: relative;
  z-index: 5;
}


/* section3 */
#section3 {
  width: 100%;
  background: url(../img/st3-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  box-sizing: border-box;
  padding: 100px 0;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.st3-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  will-change: clip-path;
  transition-property: clip-path;
  transition-timing-function: ease-out;
}

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

.st3-div .st-sub-tit {
  color: #E8DEC6;
}

.st3-div .st-tit {
  background: linear-gradient(124deg, #FFF7E5 24.66%, #E8DEC6 70.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.line-animation.ani1 {
  font-size: 72px;
  font-weight: 400;
  line-height: 120%; /* 86.4px */
  letter-spacing: -1.8px;;
}

.st3-container .line-animation.ani1 {
  background: linear-gradient(90deg, #EA5619 65.87%, #FF9970 84.62%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.st3-model-div {
  max-width: 307px;
  width: 25%;
  position: absolute;
  bottom: 0;
  right: 140px;
}

.st3-model-div img {
  width: 100%;
}


/* section4 */
#section4 {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
}

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

.bg-div::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
}

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

.st4-sticky {
  z-index: 5;
  display: flex;
  width: 624px;
  align-items: flex-start;
  justify-content: flex-start;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
}

.st4-sticky-wrap {
  box-sizing: border-box;
  padding: 100px 80px;
  width: 100%;
  position: sticky;
  top: 7%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.st4-sticky hr {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  border: none;
}

.st4-sticky-div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}

.st4-sticky-div:first-child {
  margin-top: 32px;
}

.st4-sticky-div .w {
  font-family: 'Paperlogy';
  font-size: 28px;
  font-weight: 600;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
}

.st4-sticky-div div {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  align-self: stretch;
  color: #FFFC94;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: -1px;
}

.st4-count {
  font-size: 64px;
  font-weight: 700;
  line-height: 100%; /* 64px */
  letter-spacing: -1.6px;
}

.blink {
  animation: none;
}

.blink.active {
  animation: blink 1.5s infinite;
}

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

.st4-sticky-div .sm-txt {
  color: rgba(255, 255, 255, 0.60);
  font-size: 16px;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.4px;
}

.st4-badge-div {
  width: 100px;
  position: absolute;
  right: -44px;
  top: 50%;
  transform: translateY(-45%);
}

.st4-badge-div img {
  width: 100%;
}

.st4-right {
  width: calc(100% - 624px);
  display: flex;
  box-sizing: border-box;
  padding: 100px 60px;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 40px;
  background: rgba(241, 231, 222, 0.10);
  backdrop-filter: blur(8px);
}

.st4-item {
  max-width: 337px;
  width: calc(50% - 20px);
}


/* section5 */
#section5 {
  width: 100%;
  background: #F7F2E9;
  display: flex;
  box-sizing: border-box;
  padding: 100px 0;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  overflow: hidden;
  position: relative;
}

.st5-vector {
  max-width: 413px;
  width: 45%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.st5-vector.l {
  left: 0;
}

.st5-vector.r {
  right: 0;
}

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

.st5-top .st6-sub {
  border: 1px solid  #381804;
  background: #FFF;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.12);
}

.st5-top .line-animation {
  -webkit-text-fill-color: #EA5619;
}

.st5-container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  z-index: 5;
}

.st5-box {
  width: calc(50% - 20px);
  box-sizing: border-box;
  padding: 15px;
  background: #FFF;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.12);
}

.st5-box-inner {
  width: 100%;
  border: 1px solid #381804;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}

.st5-box-top {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 40px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  border-bottom: 1px solid #381804;
}

.st5-box-tit {
  color: #111;
  font-family: 'Paperlogy';
  font-size: 32px;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.8px;
}

.st5-box-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}

.st5-box-wrap hr {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.10);
  border: none;
}

.st5-box-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.st5-box-div.div1 p {
  color: #381804;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.4px;
}

.st5-box-div.div1 div {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  color: #191919;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: -0.4px;
}

.st5-box-div.div1 .receipt-count {
  color: #191919;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%; /* 28px */
  letter-spacing: -0.7px;
  margin-bottom: -1%;
}

.st5-box-div.div2 p {
  color: #381804;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
}

.st5-box-div.div2 div {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  color: #191919;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: -0.5px;
}

.st5-box-div.div2 .receipt-count {
  color: #191919;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: -0.8px;
  margin-bottom: -1%;
}

.st5-badge {
  width: 110px;
  transition: unset;
  border-radius: 100%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.receipt-div {
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #FFF;
}

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

.st5-content {
  color: #111;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 48px */
  letter-spacing: -0.8px;
  word-break: keep-all;
}


/* section6 */
#section6 {
  width: 100%;
  background: #111;
  display: flex;
  box-sizing: border-box;
  padding: 100px 0;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  position: relative;
  overflow: hidden;
}

.st6-vector {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.st6-vector.mo-vector {
  display: none;
}

.st6-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  z-index: 5;
}

.st6-top .st-tit {
  background: linear-gradient(124deg, #FFF7E5 24.66%, #E8DEC6 70.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.st6-sub {
  color: #111;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 32px;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.8px;
  display: flex;
  max-width: 640px;
  width: 90%;
  box-sizing: border-box;
  padding: 16px 0;
  justify-content: center;
  align-items: center;
  gap: 16px;
  /* border: 1px solid #FFF; */
  background: radial-gradient(42.61% 100% at 47.25% 0%, #FFF 0%, #F0EBE0 100%);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
}

.st6-sub::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, transparent 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.st6-sub span {
  color: #EA5619;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 40px;
  font-weight: 700;
  line-height: 120%; /* 48px */
  letter-spacing: -1px;
}

.sub-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 70px;
  background: #EA5619;
}

.sub-icon.l {
  left: -1px;
  border-radius: 0 4px 4px 0;
}

.sub-icon.r {
  right: -1px;
  border-radius: 4px 0 0 4px;
}

.st6-container {
  display: flex;
  max-width: 1300px;
  width: 90%;
  justify-content: center;
  align-items: center;
  gap: 100px;
  z-index: 3;
}

.st6-circle {
  max-width: 600px;
  width: calc(49% - 50px);
  aspect-ratio: 1 / 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  z-index: 2;
}

.wave01 {
  transform: scale(0.8);
  background: #EA5619;
  opacity: 0.7;
}

.wave02 {
  transform: scale(0.9);
  background: #EA5619;
  opacity: 0.4;
}

.wave03 {
  transform: scale(1);
  background: #EA5619;
  opacity: 0.25;
}

.st6-img {
  max-width: 450px;
  width: 75%;
  transform: translateY(1%);
  z-index: 5;
}

.st6-bubble {
  max-width: 450px;
  width: 78%;
  position: absolute;
  left: 40%;
  bottom: 18%;
  z-index: 7;
}

.st6-wrap {
  display: flex;
  max-width: 525px;
  width: calc(47% - 50px);
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

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

.st6-div p {
  color:  #EA5619;
  font-family: 'Paperlogy';
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 62.4px */
  white-space: nowrap;
}

.st6-div p span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  color: transparent;
}

.st6-content {
  color: #FFF;
  font-size: 28px;
  font-weight: 500;
  line-height: 148%; /* 41.44px */
  letter-spacing: -0.7px;
}

.st6-content span {
  box-sizing: border-box;
  padding: 0 10px;
  margin-right: 4px;
  /* background:  #EA5619; */
  color: #FFF;
  font-family: "Pretendard";
  font-size: 44px;
  font-weight: 700;
  line-height: 120%; /* 52.8px */
  letter-spacing: -1.1px;
}

.tada {
  --base-rotate: 0deg;
  transform: rotate(var(--base-rotate));
  transform-origin: center;
}

@keyframes tada-tilted {
  0% {
    transform: rotate(var(--base-rotate)) scale(1);
  }
  5%, 10% {
    transform: rotate(calc(var(--base-rotate) - 3deg)) scale(0.9);
  }
  15%, 25%, 35%, 45% {
    transform: rotate(calc(var(--base-rotate) + 3deg)) scale(1.1);
  }
  20%, 30%, 40% {
    transform: rotate(calc(var(--base-rotate) - 3deg)) scale(1.1);
  }
  50% {
    transform: rotate(var(--base-rotate)) scale(1);
  }
}

.ani-tada {
  animation: tada-tilted 2s cubic-bezier(.215, .61, .355, 1) both infinite;
}


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

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

#section7 .st-sub-tit {
  color: #E8DEC6;
}

#section7 .st-tit {
  background: linear-gradient(124deg, #FFF7E5 24.66%, #E8DEC6 70.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#section7 .st-tit .line-animation {
  background: linear-gradient(124deg, #FFF7E5 24.66%, #E8DEC6 70.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #FFFC94;
  position: relative;
}

.line-animation span {
  z-index: 4;
  position: relative;
}

.highlighter {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tit-line {
  position: absolute;
  width: 105%;
  left: 50%;
  bottom: -5%;
  transform: translateX(-50%);
}

.st7-content {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 148%; /* 32.56px */
  letter-spacing: -0.55px;
}

.reels-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.reels-marquee .marquee-track {
  display: flex;
  width: max-content;
}

.reels-marq {
  width: 220px;   /* 원하는 크기로 조절 */
  margin-right: 20px;
  flex-shrink: 0;
  border-radius: 20px;
}

.track1 {
  animation: marqueeLeft 17s linear infinite;
}

/* 두 번째 트랙 (오른쪽 이동) */
.track2 {
  margin-top: 20px;
  animation: marqueeRight 17s linear infinite;
}

/* 왼쪽 이동 */
@keyframes marqueeLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}

/* 오른쪽 이동 */
@keyframes marqueeRight {
  0% {
    transform: translateX(-33.333%);
  }
  100% {
    transform: translateX(0);
  }
}

.heart-icon {
  width: 143px;
  border-radius: 60px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.20);
  position: absolute;
  transform-origin: 50% 50%;
  transition: unset;
  z-index: 12;
}

.heart-icon.first {
  left: 130px;
  top: 158px;
}

.heart-icon.second {
  left: 370px;
  top: 310px;
}

.heart-icon.third {
  right: 330px;
  top: 310px;
}

.heart-icon.fourth {
  right: 120px;
  top: 217px;
}

.reels-swiper {
  width: 100%;
  overflow: hidden;
}

.reels-swiper .swiper-slide {
  width: auto !important;
}

.reels {
  width: 340px;
  border-radius: 20px;
  border: 5px solid #FFF;
  overflow: hidden;
  background: #FFF;
  aspect-ratio: 1 / 1.7;
}

.reels iframe {
  border-radius: 20px !important;
  overflow: hidden;
}

.st7-model-div {
  width: 650px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.st7-model {
  width: 100%;
}

.heart {
  width: 150px;
  position: absolute;
  top: -80px;
  right: 100px;
}


/* section8 */
#section8 {
  width: 100%;
  background: url(../img/st12-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  box-sizing: border-box;
  padding: 100px 0 180px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  overflow: hidden;
  position: relative;
}

.st8-deco-div {
  display: flex;
  max-width: 1300px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.st8-deco-div img {
  animation: swing 3s ease-in-out infinite;
}

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

.menu-icon {
  max-width: 635px;
  width: 95%;
}

.menu-swiper {
  width: 100%;
  margin-top: 80px;
  position: relative;
}

.menu-nav-wrap {
  max-width: 560px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 10;
}

.menu-nav-btn {
  display: flex;
  width: 60px;
  aspect-ratio: 1 / 1;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  transition: 0.1s;
  pointer-events: initial;
  cursor: pointer;
}

.menu-nav-btn:hover {
  background: #FFF;
}

.menu-nav-btn:hover svg {
  transition: 0.1s;
}

.menu-nav-btn:hover svg path {
  fill: #EA5619;
}

.menu-swiper .swiper-slide {
  width: auto !important;
}

.menu-swiper .swiper-slide-active .menu-item {
  opacity: 1;
  gap: 20px;
  transform: scale(1.5);
  position: relative;
  z-index: 5;
}

.menu-item {
  width: 265px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  opacity: 0.6;
  transform: scale(0.95);
  transition: opacity 0.2s, transform 0.2s;
}

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

.menu-item p {
  color: #381804;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 24px;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.6px;
}

.menu-swiper .swiper-slide-active .menu-item p {
  color: #191919;
  font-weight: 700;
}


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

#section9 .st-sub-tit {
  color: #E8DEC6;
}

#section9 .st-tit, #section9 .line-animation {
  background: linear-gradient(124deg, #FFF7E5 24.66%, #E8DEC6 70.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #FFFC94;
}

#section9 .st-tit span {
  position: relative;
  z-index: 4;
}

#section9 .line-animation {
  padding: 4px 4px 0 10px;
  color: #FFFC94;
}

.st9-container {
  display: flex;
  max-width: 1300px;
  width: 90%;
  padding-top: 90px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.st9-left {
  max-width: 550px;
  width: 45%;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  border-radius: 12px 0 0 12px;
  background: #D9D9D9;
  position: relative;
}

.st9-img {
  width: 265px;
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
}

.st9-left-top {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 110px 20px 30px 20px;
  justify-content: center;
  align-items: flex-end;
  color: #444;
  font-family: 'Paperlogy';
  font-size: 32px;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.8px;
}

.st9-left-bottom {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 60px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.st9-left-bottom p {
  color: #767676;
  font-family: 'Paperlogy';
  font-size: 28px;
  font-weight: 600;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
}

.st9-left-bottom div {
  color: #767676;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 44px;
  font-weight: 600;
  line-height: 140%; /* 61.6px */
  letter-spacing: -1.1px;
}

.st9-right {
  max-width: 720px;
  width: 55%;
  border-radius: 12px;
  background: linear-gradient(180deg, #A5380E 0%, #D85936 100%);
  box-shadow: 8px 16px 40px 0 rgba(0, 0, 0, 0.20);
  display: flex;
  box-sizing: border-box;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
}

.st9-right video {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #FFF;
  overflow: hidden;
}

.st9-right-tit {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #FFF;
  font-family: 'Paperlogy';
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.8px;
}

.st9-right-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.st9-right-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.st9-right-div p {
  color: #FFF100;
  font-family: 'Paperlogy';
  font-size: 40px;
  font-weight: 700;
  line-height: 120%; /* 48px */
}

.st9-right-div div {
  color: #FFF100;
  font-family: 'Paperlogy';
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.72px;
  border-radius: 50px;
  border: 1px solid #FFF100;
  background: rgba(255, 255, 255, 0.10);
  display: flex;
  box-sizing: border-box;
  padding: 4px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.st9-bubble {
  max-width: 260px;
  width: 40%;
  top: -105px;
  right: -85px;
  position: absolute;
}

.st9-arrow-div {
  width: 280px;
  position: absolute;
  top: 53%;
  left: 44%;
  transform: translate(-50%, -50%);
}

.st9-arrow-div img {
  width: 100%;
}

.st9-model-div {
  max-width: 432px;
  width: 33%;
  position: absolute;
  left: 49%;
  transform: translateX(-50%);
  bottom: 323px;
}

.st9-model-div img {
  width: 100%;
}

.st9-bottom {
  display: flex;
  max-width: 1200px;
  width: 90%;
  box-sizing: border-box;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border: 1px solid #111;
  background: #EA5619;
  z-index: 5;
}

.st9-bottom p {
  width: 100%;
  border: 1px solid #111;
  background: #FFF;
  display: flex;
  padding: 40px 0;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #111;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%; /* 39.2px */
  letter-spacing: -0.7px;
}

.st9-vector {
  position: absolute;
  width: 323px;
  bottom: 0;
}

.st9-vector.l {
  left: 0;
}

.st9-vector.r {
  right: 0;
}


/* section10 */
#section10 {
  width: 100%;
  background: #F7F2E9;
  display: flex;
  box-sizing: border-box;
  padding: 50px 0 140px;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  overflow: hidden;
  position: relative;
  margin-top: -1px;
}

.st10-container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.st10-circle-wrap {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  box-sizing: border-box;
  padding-top: 100px;
}

.st10-big-circle {
  max-width: 710px;
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.st10-mara {
  max-width: 600px;
  width: 85%;
  border-radius: 100%;
  box-shadow: 12px 16px 40px 0 rgba(104, 76, 61, 0.40);
  position: relative;
  z-index: 5;
}

.st10-absol {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 56px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 10;
}

.st10-circle-item {
  width: 240px;
}

.st10-absol-wrap {
  width: 97%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.st10-absol-wrap:first-child {
  width: 82%;
}

.st10-absol-wrap:first-child .st10-circle-item:nth-child(2n-1) {
  margin-top: 90px;
}

.st10-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: -30px;
  z-index: 7;
}

.st10-bottom-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.st10-box {
  display: flex;
  width: 24%;
  height: 200px;
  box-sizing: border-box;
  padding: 15px;
  align-items: center;
  border: 2px solid #E8DEC6;
  background: rgba(17, 17, 17, 0.90);
  position: relative;
}

.st10-box-inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border: 1px solid #E8DEC6;
  align-self: stretch;
  color: #FFF;
  font-family: 'Paperlogy';
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
}

.st10-box-inner span {
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 32px;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
}

.st10-bottom-wrap>img {
  margin: 5px;
}

.st10-box-inner p {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 56px;
  font-weight: 700;
  line-height: 140%; /* 78.4px */
}

.st10-box-inner .sm-txt {
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
}

.st10-box:last-child {
  width: calc(52% - 184px);
  border: 2px solid #E8DEC6;
  background: #EA5619;
}


.st10-bottom>p {
  color: #111;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 32px;
  font-weight: 500;
  line-height: 150%; /* 48px */
  letter-spacing: -0.8px;
}


/* section11 */
#section11 {
  background: #381804;
  display: flex;
  box-sizing: border-box;
  padding: 100px 0;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  position: relative;
  overflow: hidden;
}

.st11-bg-icon {
  width: 488px;
  position: absolute;
}

.st11-bg-icon.l {
  left: -109px;
  top: 0.26px;
}

.st11-bg-icon.r {
  right: -34.87px;
  top: 795.26px;
}

#section11 .st-sub-tit {
  color: #E8DEC6;
}

#section11 .st-tit {
  background: linear-gradient(124deg, #FFF7E5 24.66%, #E8DEC6 70.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#section11 .st-tit .o {
  background: #EA5619;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#section11 .st-tit .br-1024 {
  display: none;
}

#section11 .line-animation span {
  position: relative;
  z-index: 4;
}

#section11 .line-animation {
  padding: 0;
  color: #FFFC94;
  font-family: 'Paperlogy';
}

.st11-box-container {
  max-width: 1200px;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 50px;
  z-index: 5;
}

.st11-box {
  max-width: 770px;
  width: calc(67% - 25px);
  border: 2px solid #FFF3D9;
  background: #463429;
  display: flex;
  padding: 50px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
}

.st11-box.second {
  width: calc(33% - 25px);
  padding: 50px 40px;
}

.st11-box-tit {
  display: flex;
  width: 300px;
  padding: 16px 0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  position: relative;
  border: 1px solid #FFF;
  background: radial-gradient(42.61% 100% at 47.25% 0%, #FFF 0%, #F0EBE0 100%);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.12);
  color: #111;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 32px;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.8px;
  position: relative;
}

.st11-box-tit span {
  color: #EA5619;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%; /* 48px */
  letter-spacing: -1px;
}

.st11-box-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 85px 0;
  flex-wrap: wrap;
  position: relative;
}

.st11-box-div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.st11-sm-box {
  width: 300px;
  display: inline-flex;
  box-sizing: border-box;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  background: #FFF3D9;
  z-index: 5;
  transition: unset;
}

.st11-box-wrap .store-img{
  width: 300px;
  position: relative;
  z-index: 5;
  transition: unset;
}
.st11-box-wrap .store-img.first,
.st11-box-wrap .store-img.second,
.st11-box-wrap .store-img.third{
  width: 45%;
}
.st11-box-wrap .store-img.fourth,
.st11-box-wrap .store-img.fifth{
  width: 100%;
}

.st11-sm-box img {
  width: 100%;
  border: 1px solid #381804;
  border-bottom: none;
}

.st11-sm-box p {
  width: 100%;
  border: 1px solid #381804;
  border-top: none;
  padding: 20px 0;
  color: #381804;
  font-family: 'Paperlogy';
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
}

.st11-square {
  max-width: 340px;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.st11-dashed {
  width: 2px;
  position: absolute;
  top: 43.5%;
  left: 50%;
  transform: translateX(-50%);
}

.st11-bottom-container {
  max-width: 1200px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  z-index: 5;
}

.st11-video, .st11-video img {
  width: 100%;
}

.st11-video {
  border: 1px solid #381804;
  cursor: pointer;
}

.st11-bottom-container .st9-bottom {
  width: 100%;
}

.st11-mo-icon {
  display: none;
}



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

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

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

.common-tab {
  display: flex;
  box-sizing: border-box;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #E8DEC6;
  cursor: pointer;
  color: #381804;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
  border: 1px solid #E8DEC6;
}

.common-tab:hover, .common-tab.active {
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: radial-gradient(44.08% 39.13% at 50.38% 0%, #965D36 0%, #381804 100%);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.12);
}

.interior-wrap {
  width: 100%;
  display: none;
  position: relative;
}

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

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

.interior-nav-wrap {
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 7;
}

.interior-nav-btn {
  display: flex;
  width: 54px;
  aspect-ratio: 1 / 1;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.50);
  background: rgba(0, 0, 0, 0.16);
  transition: 0.2s;
  cursor: pointer;
  pointer-events: initial;
}

.interior-nav-btn:hover {
  background: rgba(0, 0, 0, 0.50);
}


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

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

.profit-inner {
  max-width: 1280px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
}

.profit-container hr {
  width: 100%;
  display: inline-block !important;
  opacity: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background: #965D36;
}

.profit-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  gap: 16px;
  margin-top: 3%;
}

.profit-left p {
  color: #381804;
  font-family: 'Paperlogy';
  font-size: 28px;
  font-weight: 700;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
}

.profit-left div {
  font-family: "Cafe24 ClassicType";
  font-size: 56px;
  font-weight: 400;
  line-height: 130%; /* 72.8px */
  letter-spacing: -1.4px;
  background: linear-gradient(90deg, #381804 0%, #9E440B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.profit-graph-div {
  max-width: 521px;
  width: 40%;
  position: relative;
}

.profit-graph {
  width: 100%;
}

.profit-rate {
  width: 80%;
  position: absolute;
  left: 50%;
  top: -1%;
  transform: translateX(-50.2%);
}

.profit-rate img {
  width: 100%;
  animation: scale 0.8s infinite;
  transform-origin: center center;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.profit-img {
  max-width: 570px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30%;
  position: absolute;
}

.profit-img img {
  width: 100%;
}

.profit-table-wrap {
  max-width: 380px;
  width: 33%; 
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  z-index: 15;
  position: relative;
}

.profit-bubble {
  max-width: 240px;
  width: 63%;
  position: absolute;
  left: -5%;
  top: -31%;
}

.profit-table-div {
  width: 100%;
  border: 1px solid #965D36;
  background: url(../img/common-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  padding-top: 10px;
}

.profit-table {
  width: 100%;
  border-collapse: collapse;
}

.profit-table td {
  height: 40px;
  text-align: center;
  color: #505050;
  font-size: 16px;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.4px;
  box-sizing: border-box;
  padding: 0px 10px;
}

.profit-table td:nth-child(2) {
  color: #111;
}

.primary2-bg {
  background: #FFF;
}

.profit-result {
  width: 100%;
  height: 60px;
  background: #EA5619;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.profit-18 {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.45px;
  white-space: nowrap;
}

.profit-28 {
  font-family: "Paperlogy";
  font-size: 28px;
  font-weight: 700;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  white-space: nowrap;
}

.profit-20 {
  width: fit-content;
  color: #EA5619;
  font-family: "Paperlogy";
  font-weight: 700;
  font-size: 20px;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
  background: #FFF;
  display: flex;
  box-sizing: border-box;
  padding: 3px 10px;
  justify-content: center;
  align-items: center;
  animation: bg-change 1.2s linear infinite;
  white-space: nowrap;
}

@keyframes bg-change {
  0% {
    background: #FFF;
  }
  50% {
    background: #FFED4D;
  }
  100% {
    background: #FFF;
  }
}

.total-sale {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #381804;
  text-align: center;
  color: #381804;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.6px;
  position: absolute;
  left: 49.5%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.graph-count {
  color: #EA5619;
  font-family: 'Pretendard';
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.7px;
}

.won {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.5px;
}

.profit-etc {
  color: #505050;
  font-size: 15px;
  font-weight: 400;
  line-height: 130%; /* 19.5px */
  letter-spacing: -0.375px;
  word-break: keep-all;
}

.st13-model {
  width: 381px;
  position: absolute;
  bottom: 0;
  left: 8%;
  z-index: 10;
}


/* section14 */
#section14 {
  display: flex;
  box-sizing: border-box;
  padding: 100px 0 50px;
  align-items: center;
  justify-content: center;
  background: url(../img/pattern-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
  z-index: 5;
}

.process-container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  box-sizing: border-box;
  padding: 20px;
  justify-content: center;
  align-items: center;
  background: #FFF;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.16);
  position: relative;
}

.process-inner {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 50px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  position: relative;
  border: 1.5px solid #381804;
  background: #FFF;
}

.process-wrap {
  max-width: 1028px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px 12px;
}

.process-box {
  width: calc(33.3% - 42.6px);
  aspect-ratio: 5 / 4;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
  padding: 40px 0 10px;
  border-radius: 12px;
  border: 2px solid #E8DEC6;
  background: rgba(232, 222, 198, 0.25);
  backdrop-filter: blur(6px);
}

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

.process-box-div p {
  color: #381804;
  text-align: center;
  font-family: "Cafe24 ClassicType";
  font-size: 24px;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.6px;
}

.process-box-div div {
  color: #381804;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.4px;
  word-break: keep-all;
}

.mo-arrow {
  display: none;
}


/* section15 */
#section15 {
  display: flex;
  box-sizing: border-box;
  padding: 50px 0 100px;
  align-items: center;
  justify-content: center;
  gap: 60px;
  align-self: stretch;
  background: url(../img/pattern-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
  z-index: 5;
  margin-top: -1.5px;
}

.cost-container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  box-sizing: border-box;
  padding: 20px;
  justify-content: center;
  align-items: center;
  background: #FFF;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.16);
  position: relative;
}

.cost-inner {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 50px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  position: relative;
  border: 1.5px solid #381804;
  background: #FFF;
}

.cost-wrap {
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
  overflow: hidden;
}

.cost-table {
  width: 100%;
  border-collapse: collapse;
}

.cost-table th, .cost-table td {
  text-align: center;
  font-size: 20px;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
  word-break: keep-all;
}

.cost-table th {
  height: 56px;
  box-sizing: border-box;
  padding: 0 16px;
  color: #381804;
  font-weight: 700;
  border-bottom: 2px solid #381804;
}

.cost-table th:first-child {
  width: 260px;
}

.cost-table th:nth-child(2) {
  width: calc(100% - 500px);
}

.cost-table th:last-child {
  width: 240px;
}

.cost-table th:first-child {
  border-radius: 12px 12px 0 0;
  background: #E8DEC6;
}

.cost-table td {
  color: #505050;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  box-sizing: border-box;
  padding: 12px 16px;
}

.cost-table td:first-child {
  background: #ECE5D8;
  color: #381804;
  font-weight: 700;
}

.cost-table td:last-child {
  color: #111;
  font-weight: 700;
}

.cost-table td:nth-child(2) {
  text-align: left;
}

.through-line {
  color: #999;
  font-weight: 400;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
  text-decoration-line: line-through;
  margin-right: 10px;
}

.cost-table .br-1024 {
  display: none
}

.free-box {
  position: absolute;
  left: 0;
  top: 56px;
  width: 100%;
  height: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #EA5619;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.16);
  animation: blinkBorder 1s infinite;
}


@keyframes blinkBorder {
  0% {
    border-color: #EA5619;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.16);
  }
  49% {
    border-color: #EA5619;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.16);
  }
  50% {
    border-color: transparent;
    box-shadow: none;
  }
  99% {
    border-color: transparent;
    box-shadow: none;
  }
  100% {
    border-color: #EA5619;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.16);
  }
}

.free-box p {
  display: flex;
  transform: rotate(-10deg);
  box-sizing: border-box;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 10px solid #EA5619;
  color: #EA5619;
  font-family: 'Paperlogy';
  font-size: 80px;
  font-weight: 700;
  line-height: 130%; /* 104px */
  letter-spacing: 8px;
}

.cost-total-div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.cost-total {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  background: #A7948C;
}

.cost-total p {
  width: 260px;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.6px;
  box-sizing: border-box;
  padding: 13px 16px;
}

.total-through {
  text-decoration-line: line-through;
}

.cost-total p:last-child {
  width: 240px;
}

.cost-total:last-child {
  background: #EA5619;
}

.cost-badge {
  max-width: 270px;
  width: 30%;
  position: absolute;
  right: -100px;
  bottom: -74.26px;
  animation: swing2 3s cubic-bezier(.215, .61, .355, 1) both infinite;
  z-index: 3;
}

@keyframes swing2 {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(15deg);
  }
  10% {
    transform: rotate(-10deg);
  }
  15% {
    transform: rotate(5deg);
  }
  20% {
    transform: rotate(-5deg);
  }
  25% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}


/* contact */
#contact {
  box-sizing: border-box;
  width: 100%;
  padding: 150px 0 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/contact-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}

.contact-form-container {
  max-width: 1300px;
  width: 90%;
  box-sizing: border-box;
  padding: 20px;
  gap: 24px;
  background: #FFF;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.16);
}

.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1.5px solid #381804;
  background: #FFF;
  position: relative;
  box-sizing: border-box;
  padding: 50px 60px;
  gap: 60px;
}

.contact-form-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.flex-input {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.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: 44px;
  padding: 10px;
  color: #333;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px; /* 21px */
  letter-spacing: -0.4px !important;
  border-radius: 8px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  background: #FFF;
}

.contact-form input[type="text"]:disabled {
  background-color: #f5f5f5;
} 

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

.contact-form input[type="text"]::placeholder, .contact-form input[type="tel"]::placeholder, textarea::placeholder {
  color: rgba(51, 51, 51, 0.50);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

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

.item label {
  box-sizing: border-box;
  color: #333;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 24px !important; /* 23.4px */
  letter-spacing: -0.4px !important;
}

.radio-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 44px;
  justify-content: flex-start;
}

.radio input {
  position: absolute;
  opacity: 0;
  z-index: 3;   
}

.radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
}

.custom-radio {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  transition: background 0.2s ease;
  background: rgba(17, 17, 17, 0.20);
}

.custom-radio::after {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
  background-image: url("../img/check.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* 선택됐을 때 체크 표시 */
.radio input:checked + .custom-radio::after {
  transform: translate(-50%, -50%) scale(1);
}

.radio input:checked + .custom-radio {
  background: #111; /* 또는 원하는 색 */
}

.radio-text {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.item .select-wrap {
  position: relative;
}

.item .select-wrap .select-box {
  width: 100%;
  display: flex;
  height: 44px;
  box-sizing: border-box;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  background: #FFF;
  color: rgba(51, 51, 51, 0.50);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.item .select-wrap .select-box.selected {
  color: #333 !important;
}

.item .select-wrap .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.item .select-wrap .select-child {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  background: #FFF;
  box-sizing: border-box;
  position: absolute;
  top: 47px;
  left: 0;
  font-size: 16px;
  max-height: 185px;
  overflow-y: scroll;
  display: none;
  z-index: 10;
}

.item .select-wrap .select-child .option {
  margin-bottom: 10px;
  cursor: pointer;
}

.item .select-wrap .select-child .option:hover {
  color: #381804;
}

.item .select-wrap .select-child .option:nth-last-child(1) {
  margin-bottom: 0;
}

.form-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.agree-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.contact-form .round-checkbox {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50px;
  appearance: none;
  position: relative;
  cursor: pointer;
  background: #FFF;
  border: 1.2px solid rgba(168, 168, 168, 0.30);
}

.contact-form .round-checkbox:checked::before {
  font-size: 100%;
  color: #fff;
  position: relative;
}

.contact-form .round-checkbox:checked {
  background-image: url("../img/check.png");
  background-size: 17px !important;
  background-position: center center !important;
  background-color: #381804;
  background-repeat: no-repeat;
  border: none;
}

.contact-form .agree {
  color: #333;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px !important;
  letter-spacing: -0.4px !important;
  cursor: pointer;
}

.contact-form .agree-open {
  font-weight: 600 !important;
  color: #381804;
}

.c-btn {
  width: 160px;
  height: 48px;
  background: #381804;
  display: flex;
  box-sizing: border-box;
  padding: 0px 40px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  border: none;
  border-radius: 8px;
  border-radius: 50px;
}

.c-btn:hover {
  background: #48261D;
}


/* section17 */
#section17 {
  width: 100%;
  background: url(../img/common-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  box-sizing: border-box;
  padding: 150px 0 100px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  position: relative;
  margin-top: -1.5px;
  overflow: hidden;
}

.store-container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.store-top-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.total-store {
  color: #381804;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.48px;
}

.total-store span {
  color: #EA5619;
  font-weight: 600;
}

.store-pagination {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pagination {
  color: rgba(17, 17, 17, 0.50);
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.4px;
}

.pagination .this {
  color: #111 !important;
}

.pagination-btn {
  width: 40px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.50);
  background: rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.pagination-btn:hover {
  background: rgba(0, 0, 0, 0.50);
}

.pagination-btn.disabled {
  opacity: .3;
  pointer-events: none;
}

.store-detail-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 48px;
}

.store-item {
  width: calc(33.3% - 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 8px 16px 48px 0 rgba(0, 0, 0, 0.08);
  background: #FFF;
  transition: 0.1s;
}

.store-item:hover {
  background: #FFF3D9;
}

.store-item-img {
  width: 100%;
  aspect-ratio: 5 / 3;
  overflow: hidden;
}

.store-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.store-item-inner {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 24px 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.store-tit {
  color: #222;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
  word-break: keep-all;
}

.store-address {
  color: #505050;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.45px;
  word-break: keep-all;
}

@media(min-width: 1600px) {
  .main-left, .main-right {
    padding: 100px;
  }
  .st4-item {
    max-width: 400px;
  }
  .st13-model {
    left: 13%;
  }
}

@media(max-width: 1500px) {
  .st4-sticky {
    width: 560px;
  }
  .st4-sticky-wrap {
    padding: 80px 60px;
    top: 4%;
  }
  .st4-sticky-div:first-child {
    margin-top: 20px;
  }
  .st4-sticky-div .w {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st4-sticky-div div {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st4-count {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .st4-badge-div {
    right: -10px;
  }
  .st4-right {
    width: calc(100% - 560px);
    padding: 80px 30px;
    gap: 40px 20px;
  }
  .st4-item {
    width: calc(50% - 15px);
  }
}

@media(max-width: 1400px) {
  #main {
    height: 850px;
  }
  .st5-box-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st5-box-top, .receipt-div {
    padding: 40px 30px;
  }
  .st5-badge {
    width: 100px;
  }
  .st6-div img {
    width: 100px;
  }
  .st6-div p {
    font-size: 40px;
  }
  .st6-content {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st6-content span {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .heart-icon.first {
    left: 90px;
    top: 200px;
  }
  .heart-icon.second {
    left: 270px;
  }
  .heart-icon.third {
    right: 230px;
  }
  .heart-icon.fourth {
    right: 70px;
  }
  .st7-model-div {
    width: 550px;
  }
  .st10-bottom-wrap {
    flex-wrap: wrap;
    gap: 24px 16px;
  }
  .st10-box {
    width: 45%;
    height: 180px;
    padding: 12px;
  }
  .st10-box:last-child {
    width: 55%;
  }
  .st11-sm-box {
    width: 270px;
  }
  #section13 {
    padding: 120px 0 80px;
  }
  .st13-model {
    left: 4%;
  }
  .profit-left {
    width: calc(40% - 25px);
    order: 1;
  }
  .profit-container hr {
    display: none !important;
  }
  .profit-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 50px;
  }
  .profit-wrap {
    height: auto;
  }
  .profit-table-wrap {
    width: calc(50% - 25px);
    order: 2;
  }
  .profit-graph-div {
    max-width: 600px;
    width: 70%;
    order: 3;
  }
  .st13-model {
    left: 2%;
  }
}

@media (max-width: 1280px) {
  .top-wave, .top-icon, .bottom-icon {
    width: 140%;
  }
  #main {
    height: 800px;
  }
  .main-left, .main-right {
    padding: 100px 40px;
  }
  .main-mara-div {
    width: 90%;
  }
  .main-right-div p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .main-right-div div {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .main-count {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .st2-icon, .st2-icon-div.r {
    width: 185px;
  }
  .st2-container {
    gap: 20px;
  }
  .st2-card {
    width: calc(25% - 15px);
  }
  .st2-card .primary {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st2-card .o {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st2-card .o span {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st2-card div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st2-content {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st3-model-div {
    right: 80px;
  }
  .line-animation.ani1 {
    font-size: 64px;
    letter-spacing: -1.6px;
  }
  .st4-sticky {
    width: 470px;
  }
  .st4-sticky-wrap {
    padding: 80px 40px;
    top: 7%;
  }
  .st4-sticky-div:first-child {
    margin-top: 10px;
  }
  .st4-sticky-div .w {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st4-sticky-div div {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st4-count {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st4-badge-div {
    width: 95px;
    right: 0;
  }
  .st4-right {
    width: calc(100% - 470px);
    padding: 80px 20px;
  }
  .st4-item {
    width: calc(50% - 15px);
  }
  .st5-box .lt-icon, .st5-box .rt-icon, .st5-box .lb-icon, .st5-box .rb-icon {
    width: 25px;
  }
  .st5-box-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st5-box-top, .receipt-div {
    padding: 30px 25px;
  }
  .st5-box-wrap {
    gap: 12px;
  }
  .st5-box-div.div1 p, .st5-box-div.div1 div {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st5-box-div.div1 .receipt-count {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st5-box-div.div2 p, .st5-box-div.div2 div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st5-box-div.div2 .receipt-count {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st5-badge {
    width: 90px;
  }
  .st5-content {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st6-sub {
    max-width: 600px;
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st6-sub span {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .sub-icon {
    height: 60px;
  }
  .st6-container {
    gap: 80px;
  }
  .st6-circle {
    width: calc(50% - 40px);
  }
  .st6-wrap {
    width: calc(48% - 40px);
  }
  .st7-content {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .heart-icon {
    width: 120px;
  }
  .heart-icon.first {
    left: 60px;
  }
  .heart-icon.second {
    left: 170px;
  }
  .heart-icon.third {
    right: 130px;
  }
  .heart-icon.fourth {
    right: 40px;
  }
  .st7-model-div {
    width: 500px;
  }
  .menu-swiper {
    margin-top: 70px;
  }
  .menu-swiper .swiper-slide-active .menu-item {
    transform: scale(1.4);
  }
  .st8-deco-div img {
    width: 37px;
  }
  .st9-img {
    width: 230px;
    top: -100px;
  }
  .st9-left-top {
    padding: 90px 20px 30px;
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st9-left-bottom {
    padding: 40px 20px;
    gap: 12px;
  }
  .st9-left-bottom p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st9-left-bottom div {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st9-right {
    padding: 20px;
  }
  .st9-right-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st9-right-tit img {
    width: 160px;
  }
  .st9-right-div p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st9-right-div div {
    font-size: 64px;
    letter-spacing: -1.6px;
  }
  .st9-arrow-div {
    width: 245px;
    top: 56%;
  }
  .st9-bubble {
    right: -60px;
  }
  #section10 {
    padding: 50px 0 120px;
  }
  .st10-circle-wrap {
    padding-top: 80px;
  }
  .st10-circle-item {
    width: 210px;
  }
  .st11-box-container {
    gap: 30px;
  }
  .st11-box-wrap {
    gap: 65px;
  }
  .st11-box {
    width: calc(63% - 15px);
    padding: 40px 30px;
  }
  .st11-box-tit {
    width: 260px;
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st11-box-tit span {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st11-box.second {
    width: calc(37% - 15px);
    padding: 40px 30px;
  }
  .st11-sm-box {
    width: 250px;
    padding: 6px;
  }
  .process-box {
    padding: 35px 0 10px;
    aspect-ratio: 5 / 4.5;
  }
  .cost-table th:first-child, .cost-total p {
    width: 200px;
  }
  .cost-table th:last-child, .cost-total p:last-child {
    width: 180px;
  }
  .cost-table th:nth-child(2) {
    width: calc(100% - 380px);
  }
  .cost-badge {
    width: 230px;
    right: -20px;
    bottom: -150px;
  }
  #contact {
    padding: 120px 0 100px;
  }
  .contact-form {
    padding: 40px 30px;
    gap: 50px;
  }
  #section17 {
    padding: 120px 0 100px;
  }
  .store-detail-wrap {
    gap: 30px;
  }
  .store-item {
    width: calc(33.3% - 20px);
  }
  .store-item-inner {
    padding: 20px;
  }
  .store-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
}

@media(max-width: 1100px) {
  #main {
    flex-direction: column;
    height: auto;
    min-height: unset;
  }
  .main-tree {
    width: 240px;
  }
  .main-center {
    height: 100vh;
    width: 100%;
    order: 1;
    overflow: hidden;
  }
  .main-model-div {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5%;
  }
  .main-left {
    display: none;
    width: 100%;
    order: 2;
    padding: 70px 40px 20px;
    margin-bottom: -1px;
    z-index: 3;
  }
  .main-right {
    width: 100%;
    order: 3;
    padding: 70px 40px;
    gap: 40px;
  }
  .main-mara-div {
    width: 45%;
    bottom: unset;
    top: 60%;
    transform: translateY(-50%);
    left: unset;
    right: -8%;
  }
  .main-right .main-mara-div {
    top: 50%;
  }
  #main>.main-ellipse {
    display: none;
  }
  .main-center .main-ellipse {
    display: block;
  }
  .st2-container {
    gap: 12px;
  }
  .st2-card {
    width: calc(25% - 9px);
    gap: 12px;
  }
  .st2-card .primary {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st2-card .o {
    font-size: 24px;
    letter-spacing: -0.6px;
    padding-bottom: 12px;
  }
  .st2-card .o span {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st2-card div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st5-box {
    width: calc(50% - 7.5px);
  }
  .st5-box-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st5-box-div.div1 p, .st5-box-div.div1 div {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st5-box-div.div1 .receipt-count {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st5-box-div.div2 p, .st5-box-div.div2 div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st5-box-div.div2 .receipt-count {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st5-badge {
    width: 80px;
  }
  .st6-container {
    flex-direction: column;
    gap: 40px;
  }
  .st6-circle {
    width: 93%;
  }
  .st6-wrap {
    width: 100%;
    align-items: center;
    gap: 20px;
  }
  .st6-content {
    text-align: center;
  }
  .process-box {
    aspect-ratio: 1 / 1;
  }
}

@media(max-width: 1024px) {
  .top-wave, .top-icon, .bottom-icon {
    width: 170%;
  }
  .st4-sticky {
    width: 380px;
  }
  .st4-sticky-wrap {
    padding: 60px 30px;
    gap: 24px;
  }
  .st4-sticky-div {
    gap: 12px;
  }
  .st4-sticky-div div {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st4-count {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st4-sticky-div .sm-txt {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st4-badge-div {
    width: 80px;
    right: -10px;
  }
  .st4-right {
    width: calc(100% - 380px);
    gap: 30px 15px;
    padding: 60px 20px;
  }
  .st4-item {
    width: calc(50% - 7.5px);
  }
  .reels-marq {
    width: 200px;  
  }
  #section9 {
    padding: 100px 0 160px;
  }
  .st9-img {
    width: 180px;
    top: -80px;
  }
  .st9-left-top {
    padding: 75px 10px 20px;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st9-left-bottom {
    padding: 30px 10px;
    gap: 8px;
  }
  .st9-left-bottom p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st9-left-bottom div {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st9-right {
    padding: 10px;
  }
  .st9-right-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st9-right-tit img {
    width: 140px;
  }
  .st9-right-div p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st9-right-div div {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .st9-arrow-div {
    width: 215px;
    top: 58%;
  }
  .st9-bubble {
    right: -60px;
  }
  .st9-model-div {
    bottom: 268px;
  }
  .st9-bottom {
    padding: 6px;
  }
  .st9-bottom p {
    font-size: 24px;
    letter-spacing: -0.6px;
    padding: 30px 0;
  }
  .st9-vector {
    width: 150px;
  }
  .st10-absol, .st10-absol-wrap {
    width: 100%;
  }
  .st10-absol-wrap:first-child {
    width: 90%;
  }
  .st10-box {
    width: 42%;
  }
  .st10-box-inner {
    font-size: 24px;
    letter-spacing: -0.6px
  }
  .st10-box-inner span {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st10-box-inner p {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st10-box-inner .sm-txt {
    font-size: 18px;
  }
  .st10-bottom>p {
    font-size: 28px;
    letter-spacing: -0.45px;
  }
  #section11 .st-tit .br-1024 {
    display: block;
  }
  .st11-box {
    padding: 30px 20px;
    width: calc(62% - 15px);
    gap: 24px;
  }
  .st11-box.second {
    width: calc(38% - 15px);
    padding: 30px 20px;
  }
  .st11-box-wrap {
    gap: 40px;
  }
  .st11-sm-box {
    width: 220px;
  }
  .st11-sm-box p {
    padding: 12px 0;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .profit-left {
    width: calc(50% - 25px);
  }
  .process-wrap {
    gap: 40px 8px;
  }
  .process-wrap>svg {
    width: 35px;
    height: 35px;
  }
  .process-box {
    width: calc(33.3% - 34px);
  }
  .process-box img {
    width: 55px;
  }
  .process-box-div p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .process-box-div div {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .cost-table th, .cost-table td {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.45px;
  }
  .cost-table .br-1024 {
    display: block;
  }
  .free-box {
    height: 240px;
  }
  .free-box p {
    font-size: 72px;
    letter-spacing: 7px;
  }
  .cost-total p {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.5px;
  }
  .contact-form {
    padding: 40px 30px;
  }
  .flex-input {
    gap: 24px;
  }
}

@media(max-width: 1000px) {
  .st5-box-tit {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st5-box-div.div1 p, .st5-box-div.div1 div {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .st5-box-div.div1 .receipt-count {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st5-box-div.div2 p, .st5-box-div.div2 div {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st5-box-div.div2 .receipt-count {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st5-badge {
    width: 80px;
  }
}

@media(max-width: 900px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .layer-popup .show-chk-wrap {
    margin-top: 0;
  }
  .layer-popup .show-chk-wrap a {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
  }
  .layer-popup .show-chk-wrap .x-btn {
    padding: 0 15px;
  }
  .top-wave, .top-icon, .bottom-icon {
    width: 200%;
  }
  .main-left-div p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .main-right-div p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .main-right-div div {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .main-count {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  #section2 {
    padding: 80px 0;
  }
  .st2-icon, .st2-icon-div.r {
    width: 140px;
  }
  .st2-icon-div.r {
    top: 60px;
  }
  .st2-icon.l {
    top: 330px;
  }
  .st2-top {
    gap: 30px;
  }
  .st2-container {
    gap: 20px 16px;
    flex-wrap: wrap;
  }
  .st2-card {
    width: calc(50% - 8px);
    aspect-ratio: 80 / 111;
  }
  .st2-card .primary {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st2-card .o {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st2-card .o span {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .st2-card div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #section3 {
    padding: 80px 0 60px;
  }
  .line-animation.ani1 {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .st3-model-div {
    right: 20px;
  }
  #section4 {
    flex-direction: column;
    overflow: hidden;
  }
  .st4-sticky {
    width: 100%;
  }
  .st4-sticky-wrap {
    position: static;
    padding: 60px 40px;
  }
  .st4-sticky-div:first-child {
    margin-top: 0;
  }
  .st4-sticky-div .w {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st4-sticky-div div {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st4-count {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .st4-sticky-div .sm-txt {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st4-badge-div {
    width: 120px;
    right: unset;
    left: 350px;
  }
  .st4-right {
    width: 100%;
    padding: 60px 40px;
  }
  #section5, #section6 {
    padding: 80px 0;
  }
  .st5-top {
    gap: 24px;
  }
  .st5-container {
    flex-direction: column;
    gap: 40px;
  }
  .st5-box {
    padding: 10px;
    width: 100%;
  }
  .st5-box-tit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st5-box-div.div1 p, .st5-box-div.div1 div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st5-box-div.div1 .receipt-count {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st5-box-div.div2 p, .st5-box-div.div2 div {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st5-box-div.div2 .receipt-count {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st5-badge {
    width: 125px;
  }
  .st5-content {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st6-top {
    gap: 24px;
  }
  .st6-sub {
    max-width: 520px;
    padding: 12px 0;
    font-size: 24px;
    letter-spacing: -0.6px;
    gap: 12px;
  }
  .st6-sub span {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .sub-icon {
    height: 45px;
    width: 6px;
  }
  #section7 {
    padding: 80px 0;
    gap: 50px;
  }
  .st7-content {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .heart-icon {
    width: 100px;
  }
  .heart-icon.first {
    left: 40px;
  }
  .heart-icon.second {
    left: 120px;
  }
  .heart-icon.third {
    right: 80px;
  }
  .heart-icon.fourth {
    right: 30px;
  }
  .st7-model-div {
    width: 450px;
  }
  .reels {
    width: 300px;
  }
  .reels iframe {
    min-width: unset !important;
  }
  #section8 {
    padding: 80px 0 130px;
  }
  .st8-deco-div {
    display: none;
  }
  .menu-swiper {
    margin-top: 50px;
  }
  .menu-swiper .swiper-slide-active .menu-item {
    transform: scale(1.3);
  }
  #section9 {
    padding: 80px 0 120px;
  }
  .st9-container {
    padding-top: 70px;
  }
  .st9-img {
    width: 150px;
    top: -65px;
  }
  .st9-left-top {
    padding: 60px 10px 15px;
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st9-left-bottom {
    padding: 25px 10px;
    gap: 8px;
  }
  .st9-left-bottom p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st9-left-bottom div {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st9-right {
    padding: 10px;
  }
  .st9-right-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st9-right-tit img {
    width: 120px;
  }
  .st9-right-div p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st9-right-div div {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st9-arrow-div {
    width: 185px;
  }
  .st9-bubble {
    right: -60px;
    top: -70px;
  }
  .st9-model-div {
    bottom: 223px;
  }
  .st9-bottom p {
    font-size: 20px;
    letter-spacing: -0.5px;
    padding: 30px 0;
  }
  #section9 .st9-vector {
    display: none;
  }
  #section10 {
    padding: 50px 0 100px;
    gap: 50px;
  }
  .st10-box {
    padding: 12px;
    height: 150px;
  }
  .st10-box-inner {
    font-size: 21px;
    letter-spacing: -0.525px;
  }
  .st10-box-inner span {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st10-box-inner p {
    font-size: 42px;
    letter-spacing: -1.025px;
  }
  .st10-box-inner .sm-txt {
    font-size: 15px;
  }
  .st10-box:last-child {
    width: 65%;
  }
  .st10-bottom>p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .plus-icon, .equal-icon {
    width: 40px;
  }
  .st10-bottom-wrap>img {
    margin: 0;
  }
  #section11 {
    padding: 80px 0;
    gap: 50px;
  }
  .st11-bg-icon {
    display: none;
  }
  .st11-box-container {
    flex-direction: column;
    gap: 24px;
  }
  .st11-box {
    max-width: unset !important;
    width: 100% !important;
  }
  .st11-box-tit {
    max-width: 300px;
    width: 80%;
    padding: 12px 0;
    font-size: 24px;
    letter-spacing: -0.6px;
    gap: 8px;
  }
  .st11-box-tit span {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st11-sm-box {
    width: 300px;
  }
  .st11-box.second .st11-box-wrap {
    justify-content: space-between;
  }
  .st11-box-wrap .store-img.fourth, .st11-box-wrap .store-img.fifth{
    width: 45%;
  }
  .st11-dashed {
    top: 25.5%;
    height: 150px;
    transform: rotate(90deg) translateX(-50%);
  }
  #section12 {
    padding: 80px 0;
    gap: 50px;
  }
  #section13 {
    padding: 90px 0 70px;
  }
  .profit-inner {
    gap: 20px;
    z-index: 10;
  }
  .profit-left {
    max-width: 600px;
    width: 90%;
    align-items: center;
    margin-bottom: 12px;
  }
  .profit-left p, .profit-left div {
    text-align: center;
  }
  .profit-graph-div {
    order: 2;
  }
  .profit-table-wrap {
    max-width: 500px;
    width: 90%;
    order: 3;
    align-items: center;
  }
  .profit-etc {
    text-align: center;
  }
  .profit-result {
    padding: 0 30px;
    justify-content: space-between;
  }
  .profit-container hr {
    top: 50%;
    left: 50%;
    width: 1px;
    height: 40%;
    display: block !important;
    transform: translate(-50%, -50%);
  }
  .profit-bubble {
    display: none;
  }
  .st13-model {
    max-width: 315px;
    width: 40%;
    left: -6%;
    bottom: 440px;
  }
  #section14 {
    padding: 80px 0 40px;
  }
  .process-container {
    padding: 15px;
  }
  .process-inner {
    gap: 50px;
    padding: 40px 20px;
  }
  .process-wrap {
    gap: 30px 8px;
  }
  .process-wrap>svg {
    width: 30px;
    height: 30px;
  }
  .process-box {
    width: calc(33.3% - 30.6px);
    padding: 15px 0 10px;
    gap: 10px;
    justify-content: center;
  }
  .process-box img {
    width: 50px;
    height: 50px;
  }
  .process-box-div {
    gap: 4px;
  }
  .process-box-div p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .process-box-div div {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  #section15 {
    padding: 40px 0 80px;
  }
  .cost-container {
    padding: 15px;
  }
  .cost-inner {
    padding: 40px 20px;
  }
  .cost-table .br-1024 {
    display: none;
  }
  .cost-badge {
    width: 180px;
    bottom: -120px;
  }
  .free-box p {
    font-size: 64px;
    letter-spacing: 6px;
  }
  #contact {
    padding: 120px 0 80px;
  }
  .contact-form-container {
    padding: 15px;
  }
  .lt-icon, .rt-icon, .lb-icon, .rb-icon {
    width: 25px;
    height: 25px;
  }
  #section17 {
    padding: 100px 0 80px;
  }
  .store-item {
    width: calc(50% - 15px);
  }
  .total-store {
    font-size: 20px;
    letter-spacing: -0.5px
  }
  .store-pagination .pagination {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .store-item-inner {
    padding: 18px 15px;
  }
}

@media (max-width: 768px) {
  .layer-popup {
    position: fixed;
    top: 5%;
    left: 5%;
  }
  .top-wave, .top-icon, .bottom-icon {
    width: 230%;
  }
  #section2 {
    padding: 70px 0;
  }
  .st2-top {
    gap: 20px;
  }
  .st2-card .primary {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st2-card .o {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st2-card .o span {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st2-card div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #section5, #section6 {
    padding: 70px 0;
    gap: 40px;
  }
  .st5-top {
    gap: 20px;
  }
  .st5-box-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st5-box-div.div1 p, .st5-box-div.div1 div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st5-box-div.div1 .receipt-count {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st5-box-div.div2 p, .st5-box-div.div2 div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st5-box-div.div2 .receipt-count {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st5-badge {
    width: 110px;
  }
  .st6-top {
    gap: 20px;
  }
  .st6-bubble {
    width: 72%;
  }
  #section7 {
    padding: 70px 0;
    gap: 40px;
  }
  .heart-icon.first {
    left: 25px;
    top: 328px;
  }
  .heart-icon.second {
    left: 1px;
    top: 392px;
  }
  .heart-icon.third {
    top: 385px;
    right: 20.25px;
  }
  .heart-icon.fourth {
    right: 35px;
    top: 327.375px;
  }
  .st7-model-div {
    width: 400px;
  }
  .heart{
    width: 100px;
    right: 140px;
    top: -60px;
  }
  #section8 {
    padding: 70px 0 120px;
  }
  #section9 {
    padding: 70px 16px 100px;
  }
  .st9-container {
    width: 100%;
    padding-top: 70px;
  }
  .st9-img {
    width: 140px;
    top: -55px;
  }
  .st9-left-top {
    padding: 60px 10px 15px;
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st9-left-bottom {
    padding: 25px 10px;
    gap: 4px;
  }
  .st9-left-bottom p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st9-left-bottom div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st9-right {
    gap: 6px;
  }
  .st9-right-tit {
    font-size: 18px;
    letter-spacing: -0.45px;
    gap: 2.5px;
  }
  .st9-right-tit img {
    width: 100px;
  }
  .st9-right-div {
    gap: 2px;
  }
  .st9-right-div p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st9-right-div div {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st9-arrow-div {
    width: 165px;
  }
  .st9-bubble {
    width: 37%;
    right: -35px;
    top: -55px;
  }
  .st9-model-div {
    bottom: 183px;
  }
  .st9-bottom {
    width: 100%;
  }
  .st9-bottom p {
    padding: 24px 0;
  }
  #section10 {
    padding: 40px 0 70px;
    gap: 40px;
  }
  .st10-container {
    width: 100%;
  }
  .st10-bottom {
    width: calc(100% - 32px);
  }
  .st10-circle-item {
    width: 180px;
  }
  #section11 {
    padding: 70px 0;
    gap: 40px;
  }
  .st11-box-container {
    width: calc(100% - 32px);
  }
  .st11-box {
    gap: 20px;
  }
  .st11-sm-box {
    width: 260px;
  }
  .st11-bottom-container {
    width: calc(100% - 32px);
    gap: 20px;
  }
  .st11-dashed {
    top: 20.5%;
  }
  #section12 {
    padding: 70px 0;
    gap: 40px;
  }
  #section13 {
    padding: 70px 16px 40px;
  }
  .profit-container, .profit-inner, .profit-left, .profit-table-wrap {
    width: 100%;
  }
  .profit-graph-div {
    width: 93%;
  }
  .st13-model {
    bottom: 410px;
  }
  #section14 {
    padding: 70px 16px 40px;
  }
  .process-container {
    width: 100%;
  }
  .process-inner {
    gap: 40px;
  }
  .process-wrap {
    gap: 20px 4px;
  }
  .process-box {
    width: calc(50% - 19px);
    aspect-ratio: 5 / 4;
  }
  .process-wrap .pc-arrow {
    display: none;
  }
  .mo-arrow {
    display: block;
  }
  #section15 {
    padding: 40px 16px 70px;
  }
  .cost-container {
    width: 100%;
  }
  .cost-table th, .cost-table td {
    height: auto;
    padding: 12px 6px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.4px;
  }
  .cost-table th:first-child, .cost-total p {
    width: 140px;
  }
  .cost-table th:last-child, .cost-total p:last-child {
    width: 130px;
  }
  .cost-table th:nth-child(2) {
    width: calc(100% - 270px);
  }
  .through-line {
    margin-right: 4px;
  }
  .free-box {
    top: 46px;
    height: 217px;
  }
  .free-box p {
    font-size: 56px;
    letter-spacing: 5px;
  }
  .cost-total p {
    font-size: 18px;
    letter-spacing: 20px;
    letter-spacing: -0.45px;
  }
  #contact {
    padding: 100px 16px 70px;
  }
  .contact-form-container {
    width: 100%;
    padding: 10px;
  }
  .contact-form {
    padding: 40px 20px;
    gap: 40px;
  }
  #section17 {
    padding: 100px 16px 70px;
  }
  .store-container {
    width: 100%;
  }
  .store-detail-wrap {
    width: 98%;
  }
}

@media (max-width: 650px) {
  .top-icon, .bottom-icon {
    width: 250%;
  }
  .top-wave {
    width: 290%;
  }
  .main-center-div {
    gap: 16px;
  }
  .main-tree {
    width: 180px;
  }
  .main-center-div p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .main-model-div {
    width: 100%;
    bottom: -2%;
  }
  .main-ellipse {
    height: 50px;
  }
  .main-left {
    padding: 70px 16px 20px;
  }
  .main-right {
    padding: 70px 16px;
  }
  .main-left-div p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .main-right-div p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .main-right-div div {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .main-count {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .main-mara-div {
    width: 50%;
  }
  .st2-icon, .st2-icon-div.r {
    width: 100px;
  }
  .st2-icon-div.r {
    top: 30px;
  }
  .st2-icon.l {
    top: 350px;
  }
  .st2-card {
    gap: 8px;
  }
  .st2-card .primary {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st2-card .o {
    font-size: 20px;
    letter-spacing: -0.5px;
    padding-bottom: 10px;
    gap: 2px;
  }
  .st2-card .o span {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st2-card div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st2-content {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #section3 {
    padding: 60px 0 40px;
  }
  .line-animation.ani1 {
    font-size: 48px;
    letter-spacing: -1.2px;
    padding: 0 5px;
  }
  .st3-model-div {
    display: none;
  }
  .st4-sticky-wrap {
    padding: 40px 16px;
    gap: 20px;
  }
  .st4-sticky-div {
    gap: 8px;
  }
  .st4-sticky-div .w {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st4-sticky-div div {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st4-count {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st4-sticky-div .sm-txt {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st4-badge-div {
    width: 100px;
    left: 300px;
  }
  .st4-right {
    padding: 40px 16px;
    gap: 20px 10px;
  }
  .st4-item {
    width: calc(50% - 5px);
  }
  .st5-vector {
    width: 55%;
  }
  .st5-box .lt-icon, .st5-box .rt-icon, .st5-box .lb-icon, .st5-box .rb-icon {
    width: 20px;
  }
  .st5-box {
    padding: 7.5px;
  }
  .st5-box-top, .receipt-div {
    padding: 20px;
  }
  .st5-box-wrap {
    gap: 8px;
  }
  .st5-box-div {
    gap: 2px;
  }
  .st5-box-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st5-box-div.div1 p, .st5-box-div.div1 div {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st5-box-div.div1 .receipt-count {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st5-box-div.div2 p, .st5-box-div.div2 div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st5-box-div.div2 .receipt-count {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st5-badge {
    width: 95px;
  }
  .st5-content {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st6-vector.pc-vector {
    display: none;
  }
  .st6-vector.mo-vector {
    display: block;
  }
  .st6-sub {
    max-width: 380px;
    padding: 8px 0;
    font-size: 18px;
    letter-spacing: -0.45px;
    gap: 8px;
  }
  .st6-sub span {
    font-size: 24px;
    letter-spacing: -0.4px;
  }
  .sub-icon {
    width: 5px;
    height: 37px;
  }
  .st6-div img {
    width: 80px;
  }
  .st6-div p {
    font-size: 32px;
  }
  .st6-content {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st6-content span {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st7-content {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .reels {
    width: 270px;
    border-radius: 15px;
    border-width: 3px;
    aspect-ratio: 1 / 1.85;
  }
  .reels iframe {
    border-radius: 15px !important;
  }
  .st7-model-div {
    width: 350px;
  }
  .reels-marq {
    border-radius: 12px;
  }
  #section8 {
    padding: 70px 0 100px;
  }
  .menu-swiper {
    margin-top: 30px;
  }
  .menu-swiper .swiper-slide-active .menu-item {
    transform: scale(1.2);
  }
  .menu-nav-wrap {
    max-width: 480px;
  }
  .common-tab {
    padding: 8px 32px;
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st9-container {
    padding-top: 40px;
  }
  .st9-img {
    width: 100px;
    top: -45px;
  }
  .st9-left {
    width: 43%;
    border-radius: 5.538px 0 0 5.538px; 
  }
  .st9-left-top {
    padding: 45px 10px 6px;
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st9-left-bottom {
    padding: 17px 10px;
  }
  .st9-left-bottom p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st9-left-bottom div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st9-right {
    width: 57%;
    border-radius: 3.323px;
    box-shadow: 2.215px 4.431px 11.077px 0 rgba(0, 0, 0, 0.20);
  }
  .st9-right-tit {
    font-size: 16px;
    letter-spacing: -0.4px;
    align-items: center;
  }
  .st9-right-tit img {
    width: 80px;
  }
  .st9-right-div p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st9-right-div div {
    font-size: 28px;
    letter-spacing: -0.7px;
    padding: 2px 8px;
    border-radius: 24px;
  }
  .st9-arrow-div {
    width: 145px;
  }
  .st9-bubble {
    width: 35%;
    right: -20px;
    top: -45px;
  }
  .st9-model-div {
    width: 37%;
    bottom: 203px;
  }
  .st9-bottom p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st10-circle-wrap {
    padding-top: 60px;
  }
  .st10-absol-wrap {
    width: 100% !important;
  }
  .st10-absol-wrap:first-child .st10-circle-item:first-child {
    margin-left: 25px;
  }
  .st10-absol-wrap:first-child .st10-circle-item:last-child {
    margin-right: 25px;
  }
  .st10-absol-wrap:first-child .st10-circle-item:nth-child(2n-1) {
    margin-top: 70px;
  }
  .st10-circle-item {
    width: 28%;
  }
  .st10-absol {
    gap: 30px;
  }
  .st10-bottom {
    gap: 20px;
    margin-top: 20px;
  }
  .st10-bottom-wrap {
    flex-direction: column;
    gap: 8px;
  }
  .st10-bottom-wrap>img {
    width: 30px;
  }
  .st10-box {
    max-width: 430px;
    width: 100%;
  }
  .st10-box:last-child {
    max-width: 430px;
    width: 100%;
  }
  .st10-bottom>p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st11-box {
    border-width: 0.883px;
  }
  .st11-box-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
    padding: 8px 0;
  }
  .st11-box-tit span {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st11-sm-box {
    width: 220px;
    padding: 4.416px;
  }
  .st11-sm-box p {
    padding: 8.831px 0;
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st11-box-wrap {
    gap: 40px 20px;
  }
  .st11-dashed {
    top: 13.5%;
  }
  .interior-nav-wrap {
    width: 92%;
  }
  .interior-nav-btn {
    width: 44px;
  }
  .interior-nav-btn svg {
    width: 28px;
    height: 28px;
  }
  .profit-left p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .profit-left div {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .total-sale {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .graph-count {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .process-container, .cost-container {
    padding: 10px;
  }
  .process-inner, .cost-inner {
    padding: 40px 12px;
  }
  .cost-table th, .cost-table td {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.35px;
  }
  .cost-table th:first-child {
    width: 90px;
  }
  .cost-table th:last-child {
    width: 120px;
  }
  .cost-table th:nth-child(2) {
    width: calc(100% - 210px);
  }
  .free-box {
    top: 44px;
    height: 227px;
    border-width: 2px;
  }
  .free-box p {
    font-size: 48px;
    letter-spacing: 4px;
    border-width: 5px;
  }
  .cost-total p {
    width: 110px;
    font-size: 16px;
    letter-spacing: 20px;
    letter-spacing: -0.4px;
    padding: 13px 4px;
  }
  .cost-total p:last-child {
    width: 105px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.45px;
  }
  #contact {
    background-attachment: unset;
  }
  .flex-input {
    flex-wrap: wrap;
  }
  .form-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .c-btn {
    width: 100%;
    border-radius: 50px;
  }
  .lt-icon, .rt-icon, .lb-icon, .rb-icon {
    width: 20px;
    height: 20px;
  }
  .store-detail-wrap {
    gap: 16px;
  }
  .store-item {
    width: calc(50% - 8px);
  }
  .store-item-inner {
    padding: 12px 10px;
  }
  .total-store {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .store-pagination .pagination {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .store-item-img {
    aspect-ratio: 5 / 3.2;
  }
  .store-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .store-address {
    font-size: 16px;
    line-height: 135%;
    letter-spacing: -0.4px;
  }
}

@media(max-width: 550px) {
  .st5-box-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st5-box-div.div1 p, .st5-box-div.div1 div {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st5-box-div.div1 .receipt-count {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st5-box-div.div2 p, .st5-box-div.div2 div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st5-box-div.div2 .receipt-count {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st5-badge {
    width: 80px;
  }
  .st11-sm-box {
    width: 180px;
  }
  .st11-dashed {
    width: 1px;
    height: 100px;
    top: 15.5%;
  }
  .process-box {
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 480px) {
  .top-wave {
    width: 380%;
  }
  .lt-icon, .rt-icon, .lb-icon, .rb-icon {
    width: 20px;
    height: 20px;
  }
  .main-tree {
    width: 135px;
  }
  .main-logo {
    max-width: 245px;
  }
  .main-left-div p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .main-right-div p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .main-right-div div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .main-count {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .main-mara-div {
    width: 55%;
    right: -12%;
  }
  .main-model-div {
    bottom: -1%;
  }
  .main-ellipse {
    height: 40px;
  }
  .main-center-icon {
    height: 90%;
    bottom: 5%;
  }
  .main-center-icon.pc-icon {
    display: none;
  }
  .main-center-icon.mo-icon {
    display: block;
  }
  .main-right .main-mara-div {
    top: 45%;
  }
  .st2-icon, .st2-icon-div.r {
    width: 70px;
  }
  .st2-container {
    width: 93%;
  }
  .st2-card .primary {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st2-card .o {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st2-card .o span {
    font-size: 36px;
    letter-spacing: -0.9px;
  }
  .st2-content {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .line-animation.ani1 {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st4-sticky-div .w {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st4-sticky-div div {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st4-count {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st4-sticky-div .sm-txt {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st4-badge-div {
    width: 80px;
    left: 260px;
  }
  .st5-box .lt-icon, .st5-box .rt-icon, .st5-box .lb-icon, .st5-box .rb-icon {
    width: 15px;
  }
  .st5-box-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st5-box-div.div1 p, .st5-box-div.div1 div {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .st5-box-div.div1 .receipt-count {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st5-box-div.div2 p, .st5-box-div.div2 div {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st5-box-div.div2 .receipt-count {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st5-badge {
    width: 70px;
  }
  .st5-content {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st6-sub {
    max-width: 320px;
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st6-sub span {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .sub-icon {
    height: 35px;
    width: 4px;
  }
  .st6-wrap {
    align-items: flex-start;
  }
  .st6-div img {
    width: 70px;
  }
  .st6-div p {
    font-size: 28px;
  }
  .st6-content {
    text-align: left;
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st6-content span {
    font-size: 24px;
    letter-spacing: -0.6px;
    padding: 0 5px;
  }
  .heart-icon.first {
    top: 298px;
  }
  .heart-icon.second {
    top: 362px;
  }
  .heart-icon.third {
    bottom: 80px;
  }
  .heart-icon.fourth {
    top: 293px;
  }
  .reels {
    width: 250px;
    aspect-ratio: 1 / 1.9;
  }
  .st7-model-div {
    width: 300px;
  }
  #section8 {
    padding: 70px 0;
  }
  .menu-swiper {
    margin-top: 0px;
  }
  .menu-nav-btn {
    width: 44px;
  }
  .menu-nav-btn svg {
    width: 24px;
    height: 24px;
  }
  .menu-swiper .swiper-slide-active .menu-item, .menu-item {
    transform: scale(1);
    gap: 16px;
  }
  .st9-container {
    padding-top: 30px;
  }
  .st9-img {
    width: 90px;
    top: -35px;
  }
  .st9-left-top {
    padding: 40px 10px 6px;
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st9-left-bottom p {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st9-left-bottom div {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st9-right-tit {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st9-right-tit img {
    width: 65px;
  }
  .st9-right-div p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st9-right-div div {
    font-size: 22px;
    letter-spacing: -0.55px;
  }
  .st9-arrow-div {
    width: 115px;
    top: 56%;
  }
  .st9-bubble {
    right: -20px;
    top: -35px;
  }
  .st9-model-div {
    width: 41%;
    left: 48%;
  }
  .st10-absol-wrap:first-child .st10-circle-item:nth-child(2n-1) {
    margin-top: 40px;
  }
  .st10-circle-item {
    width: 25%;
  }
  .st10-absol {
    gap: 20px;
  }
  .st10-big-circle {
    width: 75%;
  }
  .st11-box-tit {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st11-box-tit span {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st11-sm-box {
    width: 150px;
  }
  .st11-dashed {
    height: 90px;
    top: 15.5%;
  }
  .st11-sm-box p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  #section11 .st9-vector {
    width: 120px;
  }
  .profit-left p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .profit-left div {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .total-sale {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .graph-count {
    font-size: 20px;
    letter-spacing: -0.45px;
  }
  .profit-etc {
    font-size: 13px;
    letter-spacing: -0.325px;
  }
  .profit-28 {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .profit-result {
    gap: 10px;
    padding: 0 15px 0 30px;
  }
  .process-wrap>svg {
    width: 25px;
    height: 25px;
  }
  .process-box {
    width: calc(50% - 16.5px);
    padding: 10px 0;
  }
  .process-box img {
    width: 40px;
    height: 40px;
  }
  .process-box-div p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .process-box-div div {
    font-size: 13px;
    letter-spacing: -0.325px;
  }
  .cost-table th, .cost-table td {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .cost-table th:first-child {
    width: 60px;
  }
  .cost-table th:last-child {
    width: 85px;
  }
  .cost-table th:nth-child(2) {
    width: calc(100% - 145px);
  }
  .free-box {
    top: 44px;
    height: 227px;
  }
  .free-box p {
    font-size: 40px;
    letter-spacing: 3px;
    padding: 10px 20px;
  }
  .cost-total p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .cost-badge {
    width: 150px;
    bottom: -90px;
  }
  .total-store {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .store-tit {
    font-size: 18px;
    letter-spacing: -0.4px;
  }
  .store-address {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
}

@media(max-width: 400px) {
  .top-wave {
    width: 430%;
  }
  .main-right .main-mara-div {
    top: 40%;
  }
  .st2-card .primary {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st2-card .o {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st2-card .o span {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .line-animation.ani1 {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st4-sticky-div div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st4-badge-div {
    width: 70px;
    left: 250px;
  }
  .st5-box-top, .receipt-div {
    padding: 20px 15px;
  }
  .st5-box-tit {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st5-box-div.div1 p, .st5-box-div.div1 div {
    font-size: 8px;
    letter-spacing: -0.2px;
  }
  .st5-box-div.div1 .receipt-count {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st5-box-div.div2 p, .st5-box-div.div2 div {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st5-box-div.div2 .receipt-count {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st5-badge {
    width: 60px;
  }
  .st5-content {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st6-div img {
    width: 60px;
  }
  .st6-div p {
    font-size: 24px;
  }
  .st6-content {
    font-size: 15px;
    letter-spacing: -0.375px;
  }
  .st6-content span {
    font-size: 22px;
    letter-spacing: -0.55px;
  }
  .menu-item {
    width: 250px;
  }
  .common-tab {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st9-container {
    padding-top: 20px;
  }
  .st9-img {
    width: 75px;
    top: -30px;
  }
  .st9-left-top {
    padding: 30px 10px 6px;
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .st9-left-bottom p {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .st9-left-bottom div {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st9-right-tit {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st9-right-tit img {
    width: 55px;
  }
  .st9-right-div p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st9-right-div div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st9-arrow-div {
    width: 105px;
    top: 52.5%;
  }
  .st9-bubble {
    top: -25px;
  }
  .st9-model-div {
    width: 39%;
  }
  .st10-circle-wrap {
    padding-top: 40px;
  }
  .st10-absol-wrap:first-child .st10-circle-item:nth-child(2n-1) {
    margin-top: 30px;
  }
  .st10-circle-item {
    width: 23%;
  }
  .st10-absol {
    gap: 15px;
  }
  .st10-bottom>p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st11-sm-box {
    width: 130px;
  }
  .st11-sm-box p {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st11-dashed {
    height: 60px;
    top: 22.5%;
  }
  .profit-left div {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .total-sale {
    font-size: 15px;
    letter-spacing: -0.375px;
  }
  .graph-count {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .profit-result {
    padding: 0 15px 0 20px;
  }
  .profit-28 {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .profit-etc {
    font-size: 11px;
    letter-spacing: -0.275px;
  }
  .st13-model {
    width: 44%;
    bottom: 400px;
    left: -8%;
  }
  .process-box {
    aspect-ratio: 1 / 1.2;
  }
  .store-tit {
    font-size: 16px;
    letter-spacing: -0.35px;
  }
  .store-address {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
}

@media(max-width: 370px) {
  #section2 .st-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st2-container {
    gap: 15px 10px;
  }
  .st2-card {
    width: calc(50% - 5px);
    gap: 6px;
  }
  .st2-card .primary {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st2-card .o {
    font-size: 14px;
    letter-spacing: -0.35px;
    padding-bottom: 6px;
  }
  .st2-card .o span {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st2-card div {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st5-box-tit {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st5-box-div.div1 .receipt-count {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st5-box-div.div2 p, .st5-box-div.div2 div {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .st5-box-div.div2 .receipt-count {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st5-badge {
    width: 55px;
  }
  #section7 .line-animation {
    display: inline-block;
    margin-top: 4px;
  }
  .heart-icon {
    width: 90px;
  }
  .heart-icon.first {
    top: 350px;
  }
  .heart-icon.second {
    top: 420px;
  }
  .heart-icon.fourth {
    top: 345px;
  }
  .reels {
    width: 230px;
    aspect-ratio: 1 / 1.95;
  }
  .st7-model-div {
    width: 250px;
    left: -3%;
  }
  .st10-box {
    padding: 10px;
    height: 130px;
  }
  .st10-box-inner {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st10-box-inner span {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st10-box-inner p {
    font-size: 36px;
    letter-spacing: -0.9px;
  }
  .st10-box-inner .sm-txt {
    font-size: 14px;
  }
  #section11 .st-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st11-box {
    padding: 20px 12px;
  }
  .st11-sm-box {
    width: 110px;
    padding: 3px;
  }
  .st11-sm-box p {
    font-size: 10px;
    letter-spacing: -0.25px;
    padding: 6px 0;
  }
  .st11-dashed {
    top: 24.5%;
  }
  #section11 .st9-vector {
    width: 100px;
  }
  .profit-table td {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .profit-result {
    padding: 0 10px 0 15px;
  }
  .profit-18 {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .profit-20, .profit-28 {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .cost-table th, .cost-table td {
    font-size: 10px;
    letter-spacing: -0.25px;
    padding: 8px 6px;
  }
  .cost-table th:first-child {
    width: 45px;
  }
  .cost-table th:last-child {
    width: 75px;
  }
  .cost-table th:nth-child(2) {
    width: calc(100% - 120px);
  }
  .free-box {
    top: 35px;
    height: 195px;
  }
  .cost-badge {
    width: 130px;
    bottom: -70px;
  }
  .cost-total p {
    width: 90px;
  }
  .store-detail-wrap {
    gap: 12px;
  }
  .store-item {
    width: calc(50% - 6px);
  }
}

@media(max-width: 350px) {
  .main-center-div p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .main-logo {
    max-width: 220px;
  }
  .st2-content {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st4-sticky-div .w {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st4-sticky-div div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st4-count {
    font-size: 36px;
    letter-spacing: -0.9px;
  }
  .st4-sticky-div .sm-txt {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st4-badge-div {
    width: 65px;
    left: unset;
    right: 0;
  }
  .st4-right {
    padding: 40px 10px;
  }
  .st4-item {
    width: calc(50% - 5px);
  }
  .menu-item {
    width: 230px;
  }
  .menu-item p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st9-left-top {
    font-size: 8px;
    letter-spacing: -0.2px;
  }
  .st9-left-bottom p {
    font-size: 9px;
    letter-spacing: -0.225px;
  }
  .st9-left-bottom div {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .st9-right-tit {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .st9-right-tit img {
    width: 47px;
  }
  .st9-right-div p {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st9-right-div div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st9-arrow-div {
    width: 95px;
  }
  .st9-bubble {
    top: -20px;
  }
  .st10-box-inner p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st10-box-inner .sm-txt {
    font-size: 13px;
  }
  .total-sale {
    font-size: 13px;
    letter-spacing: -0.325px;
  }
  .graph-count {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .process-wrap>svg {
    width: 20px;
    height: 20px;
  }
  .process-box {
    width: calc(50% - 14px);
    gap: 8px;
  }
  .process-box img {
    width: 35px;
    height: 35px;
  }
  .process-box-div p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .process-box-div div {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .cost-table td {
    padding: 8px 4px;
  }
  .radio-wrap {
    gap: 24px;
  }
  .store-item-img {
    aspect-ratio: 5 / 3.5;
  }
}

@media(max-width: 330px) {
  .st5-box-tit {
    font-size: 15px;
    letter-spacing: -0.375px;
  }
  .st5-box-div.div1 .receipt-count {
    font-size: 13px;
    letter-spacing: -0.325px;
  }
  .st5-box-div.div2 p, .st5-box-div.div2 div {
    font-size: 9px;
    letter-spacing: -0.225px;
  }
  .st5-box-div.div2 .receipt-count {
    font-size: 15px;
    letter-spacing: -0.375px;
  }
  .st5-badge {
    width: 52px;
  }
  .st11-sm-box {
    width: 100px;
  }
  .st11-dashed {
    height: 40px;
    top: 30.5%;
  }
}
