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


/* main */
#main {
  width: 100%;
  height: 970px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.main-left {
  background: #755C4E;
  width: 33.33%;
  box-shadow: 4px 12px 24px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.main-mo-left {
  display: none;
  width: 100%;
  background: #2C1E16;
  align-items: center;
  overflow: hidden;
  padding: 8px 0;
  box-sizing: border-box;
}

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

.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: 330px;
}

.main-center {
  width: 33.33%;
  display: flex;
  box-sizing: border-box;
  padding: 60px 0 140px 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 60px;
  align-self: stretch;
  background: linear-gradient(180deg, #764335 0%, #4C1101 100%);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  z-index: 5;
  position: relative;
  overflow: hidden;
}

.main-logo {
  max-width: 335px;
  width: 75%;
}

.main-center-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  z-index: 3;
}

.main-center-div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-center-div p:first-child {
  color: #D2BA9F;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 34px;
  font-weight: 500;
  line-height: 120%; /* 40.8px */
  letter-spacing: -0.85px;
}

.main-center-div p:last-child {
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 108px */
  letter-spacing: 4.5px;
  background: linear-gradient(90deg, #D2BA9F 0%, #FFF 48.56%, #D2BA9F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-center-wrap>p, .main-right-wrap>p {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.6px;
}

.main-center-wrap>p span {
  box-sizing: border-box;
  padding: 2px 8px;
  color: #D2BA9F;
  background: #000;
  border-radius: 4px;
  font-weight: 800;
}

.main-center-bg {
  width: 800px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.main-right {
  width: 33.33%;
  display: flex;
  box-sizing: border-box;
  padding: 60px 60px 140px 60px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  align-self: stretch;
  background: url(../img/main-right-bg.png);
  background-position: center center !important;
  background-size: cover !important;
}

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

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

.main-right-div p:first-child {
  color: #D2BA9F;
  font-family: 'Paperlogy';
  font-size: 40px;
  font-weight: 700;
  line-height: 130%; /* 52px */
  letter-spacing: -1px;
}

.main-right-div p:last-child {
  color: #D2BA9F;
  font-family: 'Paperlogy';
  font-size: 70px;
  font-weight: 700;
  line-height: 130%; /* 91px */
}

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


/* section2 */
#section2 {
  padding: 50px 0 100px 0;
  background: url('../img/st2-bg.png');
  background-position: bottom center !important;
  background-size: cover !important;
  margin-top: -2px;
  z-index: 7;
  overflow: hidden;
  position: relative;
}

.st2-bg-icon {
  position: absolute;
  top: 200px;
}

.st2-bg-icon.left {
  left: 0;
}

.st2-bg-icon.right {
  right: 0;
}

#section2 .st-top .st-tit span {
  color: #FFF;
  background: #FFF;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #FFF;
  position: relative;
}

.billion {
  max-width: unset !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

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

.st2-sub-txt span {
  color: #764335;
  font-weight: 700;
}

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

.st2-item {
  width: calc(25% - 24px);
  aspect-ratio: 75 / 104;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.st2-item p {
  color: #4F2323;
  font-family: 'Paperlogy';
  font-size: 32px;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.8px;
  z-index: 3;
}

.st2-item div {
  display: flex;
  box-sizing: border-box;
  padding: 0 40px;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  color: #E87519;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: -1px;
  z-index: 3;
}

.st2-item div span {
  color: #E87519;
  text-align: center;
  font-size: 72px;
  line-height: 100%; /* 72px */
  letter-spacing: -1.8px;
}

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

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

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

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

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

.st2-item:nth-child(2) div span {
  font-size: 64px;
  font-weight: 700;
  line-height: 100%; /* 64px */
  letter-spacing: -1.6px;
}

.st2-item:hover p {
  color: #FFF;
  transition: 0.2s;
}


/* section3 */
#section3 {
  width: 100%;
  background: url(../img/st3-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

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

.st3-sticky-tit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.st3-sticky-tit p:first-child {
  color: #ECE5D8;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 36px;
  font-weight: 600;
  line-height: 130%; /* 46.8px */
}

.st3-sticky-tit p:last-child {
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 64px;
  font-weight: 700;
  line-height: 120%; /* 76.8px */
  letter-spacing: -1.6px;
  background: linear-gradient(124deg, #ECE5D8 47.58%, #D2BA9F 47.81%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.st3-sticky-wrap {
  display: flex;
  padding-top: 32px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 32px;
}

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

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

.st3-item p:first-child {
  color: #D2BA9F;
  font-family: 'Paperlogy';
  font-size: 28px;
  font-weight: 600;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
}

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

.st3-item div span {
  font-size: 80px;
  line-height: 100%; /* 80px */
  letter-spacing: -2px;
  margin-bottom: -8px;
}

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

.st3-badge {
  width: 100px;
  position: absolute;
  bottom: 13px;
  left: 270px;
  animation: bigSmall2 1.2s linear infinite;
}

.blink {
  animation: blink 2s linear infinite;
}

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

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

.st3-right {
  width: 60%;
  display: flex;
  box-sizing: border-box;
  padding: 100px 0;
  align-items: center;
  justify-content: center;
  gap: 60px;
  align-self: stretch;
  background: rgba(214, 204, 199, 0.08);
  backdrop-filter: blur(8px);
}

.st3-img-wrap {
  max-width: 660px;
  width: 90%;
  display: flex;
  align-items: stretch;
  gap: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.st3-img-div {
  max-width: 320px;
  width: calc(50% - 10px);
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  box-sizing: border-box;
  padding: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  aspect-ratio: 1 / 1;
  position: relative;
}

.st3-img-div p {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 24px;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.6px;
  z-index: 2;
}

.st3-img-div p span {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.45px;
  font-family: 'Pretendard';
}

.st3-img-div div {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2px;
  color: #FFDF8C;
  font-family: 'Paperlogy';
  font-size: 24px;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.6px;
  z-index: 2;
}

.st3-img-div div span {
  font-family: 'Pretendard';
  color: #FFDF8C;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%; /* 52px */
  letter-spacing: -1px;
}

.st3-img-div img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
}

.st3-img-div:hover img {
  transform: scale(1.15);
}


/* section4 */
#section4 {
  background: url(../img/bg.png);
  background-position: center center !important;
  background-size: cover !important;
  margin-top: -2px;
  z-index: 2;
  overflow: hidden;
}

#section4 .st14-icon.lt {
  left: -1.2px;
  top: -1.2px;
}

#section4 .st14-icon.rt {
  right: -1.2px;
  top: -1.2px;
}

#section4 .st14-icon.lb {
  left: -1.4px;
  bottom: -1px;
}

#section4 .st14-icon.rb {
  right: -1.4px;
  bottom: -1px;
}

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

.st4-wrap {
  width: calc(50% - 20px);
  display: flex;
  box-sizing: border-box;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFF;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.16);
}

.st4-wrap-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #764335;
  background: #FFF;
  position: relative;
}

.st4-left-img {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.st4-left-img p {
  color: #505050;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.6px;
}

.st4-left-img>img {
  width: 100%;
}

.st4-div {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0 30px 0;
  gap: 10px;
  color: #111;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 40px;
  font-weight: 400;
  line-height: 130%; /* 52px */
  letter-spacing: -1px;
}

.st4-wrap:last-child .st4-left-img {
  height: calc(100% - 144px);
}

.st4-circle-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px 60px;
  flex-wrap: wrap;
}

.st4-circle {
  display: flex;
  max-width: 200px;
  aspect-ratio: 1 / 1;
  width: calc(50% - 30px);
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 300px;
  position: relative;
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.8px;
  background-position: center center !important;
  background-size: cover !important;
}

.st4-badge {
  position: absolute;
  right: -18px;
  bottom: -22px;
}

.st4-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 5;
}

.st4-bottom div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
}

.st4-bottom div img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.st4-bottom div p {
  color: #111;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 52px */
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 2;
}

.st4-bottom div p span {
  border-radius: 50px;
  background: #AC4B36;
  display: flex;
  color: #FFF;
  box-sizing: border-box;
  padding: 8px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  animation: textY 1.2s linear infinite;
  -webkit-animation: textY 1.2s linear infinite;
}

@keyframes textY {
  0% {
    color: #FFF;
  }
  50% {
    color: #FFFC73;
  }
  100% {
    color: #FFF;
  }
}

.st4-bottom>p {
  color: #444;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 148%; /* 35.52px */
  letter-spacing: -0.6px;
}

.st4-bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 42%;
}


/* section5 */
#section5 {
  background: url(../img/st5-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  overflow: hidden;
}

#section5 .main-center-bg {
  width: 100%;
}

#section5 .st-sub-tit {
  color: #ECE5D8;
}

#section5 .st-tit {
  background: linear-gradient(124deg, #ECE5D8 47.58%, #D2BA9F 47.81%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#section5 .st2-sub-txt span {
  color: #FFDF8C;
}

.st5-container {
  width: 100%;
  height: 770px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 130px;
}

.reels-swiper {
  width: 100%;
  position: relative;
  margin-left: 10%;
}

.reels-phone {
  width: 425px;
  position: absolute;
  left: -60px;
  top: -23%;
  z-index: 3;
}

.reels-swiper .swiper-wrapper {
  align-items: flex-end;
}

.reels-swiper .swiper-slide {
  width: 300px !important;
  height: fit-content;
  border-radius: 40px;
  overflow: hidden;
  transform-origin: bottom;
  transition: transform .5s ease;
}

.reels-swiper .swiper-slide-active {
  transform: scale(1.21);
  z-index: 10;
}

.reels-swiper .swiper-slide-active video {
  width: 100%;
  aspect-ratio: 365 / 770;
}

.reels-swiper video {
  width: 100%;
  aspect-ratio: 300 / 533;
  object-fit: cover;
}

.heart-container {
  position: absolute;
  left: 120px;
  top: -180px;
  width: 100px;
  height: 200px;
}

.heart {
  position: absolute;
  width: 20px;
  height: 20px;
  fill: red;
  opacity: 0;
}

.hashtag-wrap {
  width: 660px;
  position: absolute;
  top: 0;
  left: 60%;
  transform: translateX(-40%);
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.hashtag-div {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hashtag {
  display: inline-flex;
  box-sizing: border-box;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.50);
  color: rgba(255, 255, 255, 0.80);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 148%; /* 35.52px */
  letter-spacing: -0.6px;
}

.hashtag:nth-child(4) {
  margin-left: 8%;
}

.hashtag:hover {
  background: #FFF;
  color: #111;
}

.st5-icon {
  position: absolute;
}

.st5-icon.lt {
  left: 20px;
  top: 20px;
}

.st5-icon.lb {
  left: 20px;
  bottom: 20px;
  transform: rotate(270deg);
}

.st5-icon.rt {
  right: 20px;
  top: 20px;
  transform: rotate(90deg);
}

.st5-icon.rb {
  right: 20px;
  bottom: 20px;
  transform: rotate(180deg);
}


/* section6 */
#section6 {
  background: url(../img/st2-bg.png);
  background-position: bottom center !important;
  background-size: cover !important;
  margin-top: -2px;
  overflow: hidden;
  gap: 0;
}

#section6 .st2-sub-txt {
  color: #333;
}

#section6 .st2-sub-txt span {
  color: #AC4B36;
}

.st6-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.st6-img-wrap {
  width: 107%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-right: 60px;
  position: relative;
  margin-left: -7%;
}

.st6-big-img {
  width: 47%;
  aspect-ratio: 135 / 124;
  position: relative;
}

.st6-menu {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}

.st6-menu.active {
  opacity: 1;
  visibility: initial;
}

.st6-detail-wrap {
  width: 53%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.menu-detail {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  opacity: 0;
  display: flex;
  transition: opacity 0.2s;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  transform: translateY(-50%);
}

.menu-detail.active {
  opacity: 1;
}

.st6-detail-wrap p {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #191919;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 48px;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  letter-spacing: -1.2px;
}

.st6-detail-wrap p span {
  display: flex;
  box-sizing: border-box;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  background: #FF6528;
  color: #FFF;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 32px;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.8px;
}

.st6-detail-img {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}

.st6-detail-img img {
  width: calc(25% - 9px);
  border-radius: 12px;
}

.detail-tab-wrap {
  max-width: 1300px;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-top: -60px;
}

.detail-tab {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  opacity: 0.6;
  cursor: pointer;
  transition: 0.2s;
}

.detail-tab img {
  width: 100%;
}

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

.detail-tab:hover, .detail-tab.active {
  opacity: 1;
}


/* section7 */
#section7 {
  display: flex;
  padding: 100px 0 0;
  background: #F0EEEB;
  overflow: hidden;
}

#section7 .st2-sub-txt {
  color: #333;
}

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

.st7-box {
  width: calc(50% - 20px);
  border: 2px solid #D2BA9F;
  background: rgba(150, 108, 59, 0.90);
  display: flex;
  box-sizing: border-box;
  padding: 40px 0;
  flex-direction: column;
  align-items: center;
  position: relative;
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 32px;
  font-weight: 400;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.8px;
  overflow: hidden;
}

.st7-box:last-child {
  background: rgba(73, 40, 22, 0.90);
}

.phone-big-container {
  max-width: 1300px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -150px;
  margin-bottom: -20px;
  position: relative;
}

.phone-container {
  max-width: 365px;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.phone-swiper-container {
  width: 100%;
  aspect-ratio: 1 / 1.85;
  height: fit-content;
  border-radius: 50px 50px 0 0;
  overflow: hidden;
  z-index: 5;
}

.phone-swiper-container .swiper-slide {
  border-radius: 50px 50px 0 0;
  overflow: hidden;
  height: fit-content;
}

.phone-swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
}

.phone {
  width: 115%;
  position: absolute;
  left: 50%;
  top: -1.3%;
  transform: translateX(-50%);
  z-index: 5;
}

.phone-left-wrap {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.st7-img {
  width: 240px;
  position: absolute;
}

.st7-img.lt {
  top: 10%;
  left: -15%;
}

.st7-img.lb {
  width: 335px;
  left: 12%;
  bottom: 9%;
}

.st7-bubble-div {
  position: absolute;
  z-index: 3;
}

.st7-bubble {
  display: inline-flex;
  box-sizing: border-box;
  padding: 20px 30px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.30);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.80) 0%, #FFF 100%);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.09);
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px; /* 120% */
  letter-spacing: -0.5px;
}

.phone-left-wrap .st7-bubble-div {
  top: 17.5%;
  left: 6%;
}

.phone-right-wrap {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.st7-img.rt {
  top: 18%;
  right: -15%;
}

.st7-img.rb {
  right: 1%;
  bottom: 9%;
}

.phone-right-wrap .st7-bubble-div {
  right: 18%;
  bottom: 29.5%;
}

.phone-right-txt {
  position: absolute;
  top: 29%;
  left: 32%;
  color: #111;
  font-family: 'Paperlogy';
  font-size: 40px;
  font-weight: 600;
  line-height: 135%; /* 54px */
  letter-spacing: -1px;
  white-space: nowrap;
}

.phone-right-txt span {
  box-sizing: border-box;
  padding: 3px 8px;
  background: #F0832C;
}


/* section8 */
#section8 {
  width: 100%;
  background: url(../img/st8-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

#section8 .main-center-bg {
  width: 100%;
}

.st8-absol {
  max-width: 1300px;
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}

.st8-absol-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.st8-absol-wrap p {
  color: #FFDF8C;
  text-align: center;
  font-size: 96px;
  font-weight: 900;
  line-height: 130%; /* 124.8px */
  margin-top: -50px;
  background: linear-gradient(124deg, rgba(255, 184, 0, 1) 25%, rgba(213, 128, 0, 1) 45%,
  rgba(255, 220, 128, 1) 75%, rgba(213, 128, 0, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.st8-absol-div {
  display: flex;
  width: 280px;
  aspect-ratio: 1 / 1;
  padding: 15px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 600px;
  background: rgba(255, 145, 140, 0.10);
  color: #FFDF8C;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px; /* 150% */
}

.st8-absol-div span {
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

.st8-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  z-index: 5;
}

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

.st8-tit p {
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 32px;
  font-weight: 300;
  line-height: 52px; /* 162.5% */
  letter-spacing: -0.8px;
}

.st8-tit .st-tit {
  font-weight: 500;
  color: #FFDF8C;
  background: linear-gradient(124deg, rgba(255, 223, 140, 1) 25%, rgba(184, 141, 57, 1) 45%,
  rgba(255, 223, 140, 1) 75%, rgba(184, 141, 57, 1) 90%, rgba(255, 223, 140, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

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

.st8-top-div div {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.6px;
}

.st8-top-div p {
  box-sizing: border-box;
  padding: 6px 10px;
  color: #111;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
  background: linear-gradient(92deg, rgba(184, 141, 57) 0.46%, rgba(255, 223, 140) 22.14%, rgba(205, 156, 63) 45.83%, rgba(255, 223, 140) 74.56%, rgba(184, 141, 57) 101.27%);
}

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

.st8-img {
  width: 643px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
}

.st8-img img {
  width: 50%;
}

.st8-circle {
  width: 360px;
  aspect-ratio: 1 / 1;
  border-radius: 360px;
  border: 4px solid #FFDF8C;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.st8-rotate {
  border-radius: 100px;
  border: 3px solid #FFDF8C;
  background: #111;
  display: flex;
  width: 64px;
  aspect-ratio: 1 / 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%; /* 12.1px */
  position: absolute;   
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}

.st8-rotate span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.st8-circle-inner {
  display: flex;
  width: 272.432px;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  padding: 15px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 600px;
  background: rgba(255, 223, 140, 0.80);
  backdrop-filter: blur(8px);
}

.st8-circle-inner div {
  color: #111;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 42px; /* 150% */
}

.st8-circle-inner div span {
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

.st8-circle-inner p {
  color: rgba(17, 17, 17, 0.70);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}

.st8-container {
  max-width: 1300px;
  height: 182px;
  width: 90%;
  border: 2px solid #D2BA9F;
  background: rgba(57, 40, 31, 0.90);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
  z-index: 4;
}

.st8-con-tit {
  color: #FFF;
  font-family: 'Paperlogy';
  font-size: 32px;
  font-weight: 400;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.8px;
  margin-right: 32px;
}

.st8-con-txt {
  border-radius: 200px;
  background: rgba(255, 255, 255, 0.10);
  display: flex;
  box-sizing: border-box;
  padding: 20px 40px;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-right: 32px;
}

.st8-con-txt p {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
}

.st8-con-txt strong {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  line-height: 130%; /* 52px */
  letter-spacing: -1px;
}

.st8-con-point {
  border-radius: 200px;
  border: 8px solid #FFB800;
  background: #000;
  display: flex;
  width: 500px;
  height: 250px;
  padding: 20px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-left: 25px;
  animation: bigSmall 1.3s linear infinite;
  -webkit-animation: bigSmall 1.3s linear infinite;
}

@keyframes bigSmall {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(0.95);
  }
}

.st8-con-point p:first-child {
  color: #FFDF8C;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%; /* 52px */
  letter-spacing: -1px;
}

.st8-con-point p:last-child {
  color: #FFDF8C;
  text-align: center;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 80px;
  font-weight: 700;
  line-height: 130%; /* 104px */
  letter-spacing: -2px;
}


/* section9 */
#section9 {
  padding-bottom: 140px;
  background: linear-gradient(180deg, #764335 0%, #4C1101 100%), #AC4B36;
  position: relative;
  overflow: hidden;
}

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

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

#section9 .st-tit {
  background: linear-gradient(124deg, #ECE5D8 47.58%, #D2BA9F 47.81%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

#section9 .st14-icon.lt {
  left: -1.5px;
  top: -1.2px;
}

#section9 .st14-icon.lb {
  left: -1.5px;
  bottom: -1.2px;
}

#section9 .st14-icon.rt {
  right: -1.5px;
  top: -1.2px;
}

#section9 .st14-icon.rb {
  right: -1.5px;
  bottom: -1.2px;
}

.st9-receipt {
  width: calc(50% - 20px);
  display: flex;
  box-sizing: border-box;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFF;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.16);
}

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

.receipt-inner-top {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 40px;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  border-bottom: 1px solid #764335;
  position: relative;
}

.receipt-inner-top>p {
  color: #111;
  font-family: 'Paperlogy';
  font-size: 36px;
  font-weight: 600;
  line-height: 130%; /* 46.8px */
  letter-spacing: -0.9px;
  white-space: nowrap;
}

.st9-receipt:last-child .receipt-inner-top>p {
  font-size: 32px;
  letter-spacing: -0.8px;
}

.st9-badge {
  animation: blink 1.5s linear infinite;
  -webkit-animation: blink 1.5s linear infinite;
}

.receipt-inner-div {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}

.receipt-inner-div hr {
  width: 100%;
  border: none;
  height: 1px;
  background: rgba(0, 0, 0, 0.10);
}

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

.receipt-inner-div .sale-div p {
  color: #764335;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.4px;
}

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

.receipt-inner-div .sale-div div span {
  font-size: 28px;
  line-height: 100%; /* 28px */
  letter-spacing: -0.7px;
  margin-bottom: -2px;
}

.receipt-inner-div .profit-div p {
  color: #764335;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
}

.receipt-inner-div .profit-div p span {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.4px;
}

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

.receipt-inner-div .profit-div div span {
  color: #191919;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: -0.8px;
  margin-bottom: -2px;
}

.receipt-img {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.st9-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 2;
}

.st9-bottom div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
}

.st9-bottom div p:first-child {
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 32px;
  font-weight: 500;
  line-height: 100%; /* 32px */
  letter-spacing: -0.8px;
  z-index: 2;
}

.st9-bottom div p:nth-child(2) {
  color: #FFDF8C;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 48px;
  font-weight: 600;
  line-height: 130%; /* 62.4px */
  letter-spacing: -1.2px;
  z-index: 2;
}

.st9-bottom img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.st9-bottom>p {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 148%; /* 35.52px */
  letter-spacing: -0.6px;
}

.st9-bg {
  width: 100%;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
}

#big-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: url(../img/bg.png);
  background-position: bottom center !important;
  background-size: cover !important;
  overflow: hidden;
}


/* section10 */
.flower-icon {
  position: absolute;
}

.flower-icon.lt {
  width: 84px;
  top: 23%;
  left: 36px;
}

.flower-icon.lb {
  left: 60px;
  bottom: 21%;
}

.flower-icon.rt {
  top: 12%;
  right: 50px;
}

.flower-icon.rb {
  width: 84px;
  top: 37%;
  right: 70px;
}

.point-wrap {
  max-width: 1300px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.point-wrap hr {
  width: 1px;
  height: 50px;
  background: #764335;
  border: none;
  border-right: 1px solid #764335;
}

.point-wrap .point-item {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 2;
}

.point-wrap .point-item .text-wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 0 100px;
}

.point-wrap .point-item .text-wrap .num-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}

.point-wrap .point-item .text-wrap .num-wrap .line {
  height: 1px;
  background: #764335;
  width: 0; /* 시작값 */
}

.point-wrap .point-item .text-wrap .num-wrap .num {
  color: #764335;
  font-size: 32px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.8px;
  white-space: nowrap;
}

.point-wrap .point-item .tit {
  color: #764335;
  font-family: 'Paperlogy';
  font-size: 48px;
  font-weight: 700;
  line-height: 130%; /* 62.4px */
  letter-spacing: -1.2px;
  word-break: keep-all;
}

.point-wrap .point-item .text-wrap .txt {
  color: #505050;
  font-size: 24px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: -0.6px;
  word-break: keep-all;
  margin-top: 20px;
}

.point-wrap .point-item .img-wrap {
  height: 400px;
  width: 50%;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  overflow: hidden;
}

.point-wrap .point-item:nth-child(odd) .img-wrap {
  left: -1px;
}

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


/* section11 */
.st11-sub-txt {
  color: #555;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 148%; /* 29.6px */
  letter-spacing: -0.5px;
  margin-top: 24px;
}

.st11-sub-txt span {
  color: #AC4B36;
  font-weight: 800;
}

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

.st11-item {
  width: calc(25% - 22.5px);
  aspect-ratio: 7 / 9.5;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  border-radius: 200px 200px 0 0;
  background: #FFF;
  box-shadow: 10px 40px 40px 0 rgba(0, 0, 0, 0.06);
  position: relative;
}

.st11-item:nth-child(2n) {
  margin-top: 10%;
}

.st11-item-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.st11-item-inner {
  display: flex;
  box-sizing: border-box;
  padding-top: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
}

.st11-item-inner p {
  color: #764335;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 28px;
  font-weight: 700;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
}

.st11-item-inner div {
  display: flex;
  padding: 0 30px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 4px;
  flex-wrap: wrap;
  color:  #AC4B36;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 125%; /* 20px */
  letter-spacing: -0.4px;
}

.st11-item-inner div span {
  display: flex;
  box-sizing: border-box;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  color: #AC4B36;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 125%; /* 22.5px */
  letter-spacing: -0.45px;
  border-radius: 12px;
  background: #F1E7DE;
}

.st11-item img:last-child {
  width: 100%;
}


/* section10 */
.interior-container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.interior-wrap {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
}

.interior-main {
  max-width: 800px;
  width: calc(62% - 10px);
  position: relative;
}

.interior-main img {
  width: 100%;
  height: 100%;
  display: block;
}

.thumb-wrap {
  width: calc(38% - 10px);
  overflow: scroll;
  display: flex;
  gap: 20px;
  scroll-behavior: smooth;
  scroll-snap-type: none;
}

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

.thumb-grid {
  width: 100%;
  display: grid;
  grid-auto-flow: column;                 /* 열 방향 채우기 */
  grid-auto-columns: calc(50% - 10px);    /* 한 컬럼 너비 */
  grid-template-rows: repeat(2, 1fr);     /* 2줄 고정 */
  gap: 20px;
  scroll-snap-type: none;
}

.thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  opacity: 0.6;
  cursor: pointer;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s;
}

.thumb.active, .thumb:hover {
  opacity: 1;
}

.nav-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}

.nav-btn {
  display: flex;
  width: 54px;
  height: 54px;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.16);
  cursor: pointer;
  pointer-events: auto; 
}

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



/* section13 */
#section13 {
  background: url(../img/bg.png);
  background-position: bottom center !important;
  background-size: cover !important;
  padding: 150px 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.st13-bg-icon {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.st13-container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  position: relative;
}

.cost-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  filter: blur(8px);
}

.cost-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
}

.cost-table th {
  width: 18%;
  height: 56px;
  box-sizing: border-box;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #4A2F27;
  color: #4A2F27;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
}

.cost-table th:first-child {
  width: 20%;
  border-radius: 12px 12px 0 0;
  background:  #ECE5D8;
}

.cost-table th:last-child {
  width: 44%;
}

.cost-table tbody tr {
  background: #FFF;
}

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

.cost-table tr:last-child td {
  border: none;
}

.cost-table td span {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.4px;
  margin-left: 5px;
}

.cost-table td:first-child {
  background: #ECE5D8;
  color: #4A2F27;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
}

.cost-table tr:last-child td:first-child {
  border-radius: 0 0 12px 12px;
}

.total-div {
  width: 100%;
  border-radius: 12px;
  background: #AC4B36;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

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

.total-div p:first-child {
  width: 20%;
}

.total-div p:last-child {
  width: 44%;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
}

.st13-container>p {
  color: #767676;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.45px;
  word-break: keep-all;
  filter: blur(8px);
}

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

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

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

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

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


/* section14 */
#section14 {
  background: url(../img/st14-bg.png);
  background-position: bottom center !important;
  background-size: cover !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

.st14-icon {
  position: absolute;
}

.st14-icon.lt {
  left: -1.6px;
  top: -1.6px;
}

.st14-icon.rt {
  transform: rotate(90deg);
  right: -1.6px;
  top: -1.6px;
}

.st14-icon.lb {
  transform: rotate(270deg);
  left: -1.6px;
  bottom: -2px;
}

.st14-icon.rb {
  transform: rotate(180deg);
  right: -1.6px;
  bottom: -2px;
}

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

.process-box {
  width: calc(25% - 48px);
  display: flex;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 20px;
  border: 2px solid rgba(236, 229, 216, 0.55);
  background: rgba(148, 129, 112, 0.15);
  backdrop-filter: blur(6px);
}

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

.process-box-div p {
  color: #764335;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 24px;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.6px;
}

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

.pc-no-arrow {
  display: none;
}

/* contact */
#contact {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: url(../img/bg.png);
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
}

.contact-container {
  max-width: 1260px;
  width: 90%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 60px;
  z-index: 5;
}

.contact-left {
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 2px solid #FFF;
  background: linear-gradient(128deg, rgba(233, 233, 233, 0.80) 6.41%, rgba(255, 255, 255, 0.95) 98.71%);
  box-shadow: 0 16px 40px 0 rgba(7, 26, 49, 0.12);
  backdrop-filter: blur(12px);
}

.contact-left-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.contact-left-inner {
  display: flex;
  height: calc(100% - 400px);
  justify-content: center;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}

.contact-left-inner p {
  color: #333;
  font-family: 'Paperlogy';
  font-size: 24px;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.6px;
}

.contact-left-inner p span {
  color: #000;
  font-family: Pretendard;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.8px;
}

.contact-left-inner img {
  width: 80px;
}

.contact-form {
  display: flex;
  width: calc(100% - 460px);
  box-sizing: border-box;
  padding: 50px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border: 2px solid #FFF;
  background: linear-gradient(128deg, rgba(233, 233, 233, 0.80) 6.41%, rgba(255, 255, 255, 0.95) 98.71%);
  box-shadow: 0 16px 40px 0 rgba(7, 26, 49, 0.12);
  backdrop-filter: blur(12px);
}

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

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

.contact-form input[type="text"], input[type="tel"], textarea, .contact-modal-form input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  height: 44px;
  padding: 10px;
  color: #333;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px !important; 
  letter-spacing: -0.4px !important;
  border-radius: 8px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  background: #FFF;
}

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

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

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

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

.input {
  width: 100%;
}

.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: #A02020;
}

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

.email-input {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

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

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

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

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

.contact-form .round-checkbox:checked {
  background-image: url("../img/w-check.png");
  background-size: 16px !important;
  background-position: center center !important;
  background-color: #764335;
  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 {
  color: #764335 !important;
  font-weight: 600 !important;
}

.c-btn {
  width: 160px;
  background: #764335;
  display: flex;
  box-sizing: border-box;
  padding: 0 40px;
  height: 48px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 18px;
  line-height: 130%; /* 140% */
  font-weight: 600;
  letter-spacing: -0.45px;
  border: none;
  border-radius: 50px;
}

.c-btn:hover {
  background:#4B2B22;
}

.contact-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 640px;
  background: url(../img/contact-bg.png);
  background-position: bottom center !important;
  background-size: cover !important;
  background-attachment: fixed;
}

@media(min-width: 1700px) {
  .st3-sticky {
    width: 35%;
    padding: 100px 40px 100px 80px;
  }
  .st3-right {
    width: 65%;
  }
  .st3-img-wrap {
    max-width: 1000px;
  }
  .st3-img-div {
    width: calc(33.3% - 13.33px);
  }
}

@media(max-width: 1559px) {
  .st3-sticky {
    width: 43%;
    padding: 100px 40px;
  }
  .st3-right {
    width: 57%;
  }
}

@media(max-width: 1450px) {
  .st2-item p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st2-item div {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st2-item div span {
    font-size: 64px;
    letter-spacing: -1.6px;
  }
  .st2-item:nth-child(2) div span {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .st5-icon {
    width: 100px;
  }
  .st6-img-wrap {
    width: 90%;
    margin-left: 0;
    flex-direction: column;
    padding-right: 0;
  }
  .st6-big-img {
    max-width: 950px;
    width: 80%;
  }
  .st6-detail-wrap {
    width: 100%;
    aspect-ratio: 3 / 1;
    margin-top: -5%;
  }
  .menu-detail {
    align-items: center;
    gap: 12px;
  }
  .st6-container {
    gap: 20px;
  }
  .detail-tab-wrap {
    margin-top: 0;
  }
  .st7-img {
    width: 200px;
  }
  .st7-img.lt {
    top: 13%;
    left: -3%;
  }
  .st7-img.lb {
    width: 295px;
    left: 20%;
    bottom: 6%;
  }
  .st7-bubble {
    font-size: 18px;
    line-height: 22px; /* 120% */
    letter-spacing: -0.45px;
    padding: 15px 25px;
  }
  .phone-left-wrap .st7-bubble-div {
    top: 20.5%;
    left: 17%;
  }
  .st7-img.rt {
    top: 22%;
    right: 0%;
  }
  .st7-img.rb {
    right: 12%;
    bottom: 6%;
  }
  .phone-right-txt {
    top: 29%;
    left: 32%;
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .phone-right-wrap .st7-bubble-div {
    right: 22%;
    bottom: 29.5%;
  }
  .st8-con-point {
    width: 450px;
    height: 225px;
  }
  .st8-con-point p:first-child {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st8-con-point p:last-child {
    font-size: 72px;
    letter-spacing: -1.8px;
  }
  .receipt-inner-top {
    padding: 30px 20px;
    gap: 20px;
  }
  .st9-badge {
    width: 100px;
  }
  .point-wrap .point-item .text-wrap {
    padding: 0 60px;
  }
  .st11-item-inner p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st11-item-inner div {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st11-item-inner div span {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st11-item img:last-child {
    height: 47%;
    object-fit: cover;
  } 
  .cost-table th, .total-div p {
    width: 170px;
  }
  .cost-table th:first-child, .total-div p:first-child {
    width: 200px;
  }
  .cost-table th:last-child, .total-div p:last-child {
    width: calc(100% - 540px);
  }
}

@media (max-width: 1280px) {
  #main {
    height: 900px;
  }
  .marquee-lr-swiper img, .marquee-rl-swiper img {
    width: 280px;
  }
  .main-center-div p:first-child {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .main-center-div p:last-child {
    font-size: 80px;
    letter-spacing: -2px;
  }
  .main-center-wrap>p, .main-right-wrap>p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .main-right {
    padding: 60px 30px 140px;
  }
  .main-right-div p:first-child {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .main-right-div p:last-child {
    font-size: 64px;
  } 
  #section2 {
    padding: 50px 0 80px;
  }
  .st2-bg-icon {
    width: 250px;
    top: 150px;
  }
  .st2-container {
    gap: 24px;
  }
  .st2-item {
    width: calc(25% - 18px);
  }
  .st2-item p {
    font-size: 24px;
    letter-spacing: -0.7px;
  }
  .st2-item div {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st2-item div span {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .st2-item:nth-child(2) div span {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .billion {
    width: 350px;
  }
  .st2-sub-txt {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st3-sticky {
    padding: 80px 40px;
    gap: 40px;
  }
  .st3-right {
    padding: 80px 0;
  }
  .st3-sticky-wrap {
    gap: 20px;
    padding-top: 16px;
  }
  .st3-sticky-tit {
    gap: 8px;
  }
  .st3-sticky-tit p:first-child {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st3-sticky-tit p:last-child {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .st3-item p:first-child {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st3-item div {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st3-item div span {
    font-size: 72px;
    letter-spacing: -1.8px;
  }
  .st3-badge {
    left: 240px;
  }
  .st3-img-div {
    gap: 8px;
    padding: 16px;
  }
  .st3-img-div p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st3-img-div p span {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st3-img-div div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st3-img-div div span {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st4-container {
    gap: 20px;
  }
  .st4-wrap {
    width: calc(50% - 10px);
  }
  .st4-left-img p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st4-div, .st4-bottom div p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st4-wrap:last-child .st4-left-img {
    height: calc(100% - 124px);
  }
  .st4-circle-wrap {
    gap: 30px;
  }
  .st4-circle {
    width: calc(50% - 15px);
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st4-badge {
    width: 50%;
  }
  .st4-bottom>p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st4-bottom div img {
    width: 130%;
  }
  .st5-icon {
    width: 80px;
  }
  .st5-container {
    height: 670px;
  }
  .reels-phone {
    width: 355px;
    left: -50px;
  }
  .reels-swiper .swiper-slide {
    width: 250px !important;
  }
  .hashtag-wrap img {
    width: 90px;
  }
  .hashtag-wrap {
    left: 67%;
    width: 560px;
    gap: 20px;
  }
  .hashtag-div {
    gap: 12px;
  }
  .hashtag {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st6-detail-wrap p {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st6-detail-wrap p span {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .detail-tab p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .phone-big-container {
    margin-top: 0;
    padding-top: 40px;
  }
  .st7-img.lt {
    top: unset;
    right: 28%;
    left: unset;
    bottom: 8%;
  }
  .st7-img.lb {
    width: 295px;
    left: 3%;
    bottom: unset;
    top: -2%;
    z-index: 8;
  }
  .st7-bubble-div {
    z-index: 8;
  }
  .st7-bubble {
    font-size: 18px;
    line-height: 22px; /* 120% */
    letter-spacing: -0.45px;
    padding: 15px 25px;
  }
  .phone-left-wrap .st7-bubble-div {
    top: 52.5%;
    left: 17%;
  }
  .st7-img.rt {
    top: 0%;
    right: unset;
    left: 130px;
  }
  .st7-img.rb {
    right: 10%;
    bottom: 18%;
  }
  .phone-right-txt {
    top: 32%;
    left: 200px;
  }
  .phone-right-wrap .st7-bubble-div {
    right: 30%;
    bottom: 7.5%;
  }
  .point-wrap .point-item .text-wrap .num-wrap .num {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .point-wrap .point-item .tit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .point-wrap .point-item .text-wrap .txt {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .point-wrap .point-item .img-wrap {
    height: 350px;
  }
  .st8-absol-div {
    width: 240px;
  }
  .st8-absol-div {
    font-size: 24px;
    letter-spacing: -0.6px;
    line-height: 28px;
  }
  .st8-absol-div span {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: -1px;
  }
  .st8-absol-wrap p {
    font-size: 80px;
    letter-spacing: -2px;
  }
  .st8-tit p {
    font-size: 28px;
    line-height: 48px;
    letter-spacing: -0.7px;
  }
  .st8-container {
    height: 173px;
  }
  .st8-top-div div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st8-top-div p, .st8-con-txt p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st8-con-tit, .st8-con-point p:first-child {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st8-con-txt strong {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st8-con-point {
    width: 370px;
    height: 200px;
  }
  .st8-con-point p:last-child {
    font-size: 64px;
    letter-spacing: -1.6px;
  }
  .st9-container {
    gap: 20px;
  }
  .st9-receipt {
    width: calc(50% - 10px);
  }
  .receipt-inner-top {
    flex-wrap: wrap;
    align-items: center;
  }
  .receipt-inner-top>p {
    width: 100%;
    text-align: center;
  }
  .receipt-inner-top>p br {
    display: none !important;
  }
  .receipt-inner-div {
    width: 60%;
  }
  .receipt-img {
    padding: 20px;
  }
  .st9-bottom div p:first-child {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st9-bottom div p:nth-child(2) {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st9-bottom>p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st11-container {
    gap: 20px;
  }
  .st11-item {
    width: calc(25% - 15px);
  }
  .st11-item-inner div {
    padding: 0 15px;
  }
  .interior-wrap, .thumb-grid {
    gap: 10px;
  }
  .thumb-grid {
    grid-auto-columns: calc(50% - 5px);
  }
  .interior-main {
    width: calc(62% - 5px);
  }
  .thumb-wrap {
    width: calc(38% - 5px);
  }
  #section13 {
    padding: 120px 0 50px;
  }
  .st9-bg-icon, .st13-bg-icon {
    width: 120%;
  }
  .cost-table th, .cost-table td, .cost-table td:first-child {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.45px;
  }
  .total-div p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .process-box img {
    width: 56px;
  }
  .process-box-div p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .process-box-div div {
    font-size: 15px;
    letter-spacing: -0.375px;
  }
  .contact-container {
    gap: 40px;
  }
  .contact-left {
    width: 350px;
  }
  .contact-form {
    padding: 40px 30px;
    width: calc(100% - 390px);
  }
  .flex-input {
    gap: 24px;
  }
  .contact-left-inner img {
    width: 70px;
  }
}

@media(max-width: 1150px) {
  .st3-sticky-tit p:first-child {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st3-sticky-tit p:last-child {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st3-item p:first-child {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st3-item div {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st3-item div span {
    font-size: 64px;
    letter-spacing: -1.6px;
  }
  .st3-badge {
    width: 90px;
    left: 220px;
    bottom: 20px;
  }
}

@media(max-width: 1100px) {
  .st8-container {
    flex-wrap: wrap;
    height: auto;
    gap: 20px 0;
  }
  .st8-con-tit {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .st8-con-tit br {
    display: none;
  }
  .st8-con-txt {
    margin-right: 0;
  }
  .st8-con-point {
    margin-left: 0;
  }
  .st11-container {
    gap: 30px 20px;
    flex-wrap: wrap;
  }
  .st11-item {
    width: calc(50% - 10px);
    border-radius: 250px 250px 0 0;
    margin-top: 0 !important;
  }
  .st11-item-inner p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st11-item-inner div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st11-item-inner div span {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st11-item img:last-child {
    height: auto;
  } 
  .st11-item-inner div {
    padding: 0 25px;
  }
  .process-box {
    width: calc(33.3% - 42.6px);
  }
  .pc-no-arrow {
    display: block;
  }
  .mi-no-arrow {
    display: none;
  }
}

@media(max-width: 1024px) {
  #main {
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }
  .main-left {
    display: none;
  }
  .main-center, .main-right {
    width: 100%;
  }
  .main-mo-left {
    display: flex;
  }
  .marquee-lr-swiper img, .marquee-rl-swiper img {
    width: 240px;
  }
  .main-center {
    padding: 120px 0 60px;
    gap: 45px;
  }
  .main-center-bg {
    width: 100%;
    bottom: -3%;
  }
  .main-right {
    padding: 60px 30px;
  }
  .main-right-wrap {
    gap: 24px;
  }
  .main-right-div p:first-child {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .main-right-div p:last-child {
    font-size: 70px;
  } 
  .st2-bg-icon {
    width: 200px;
    top: 120px;
  }
  .st2-container {
    flex-wrap: wrap;
  }
  .st2-item {
    width: calc(45% - 12px);
  }
  .st2-item p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st2-item div {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st2-item div span {
    font-size: 72px;
    letter-spacing: -1.8px;
  }
  .st2-item:nth-child(2) div span {
    font-size: 64px;
    letter-spacing: -1.6px;
  }
  .st4-left-img p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st4-wrap:last-child .st4-left-img {
    height: calc(100% - 113px);
  }
  .st5-container {
    align-items: center;
    height: auto;
    gap: 140px;
    padding-top: 80px;
  }
  .heart-container {
    left: 28%;
    top: -150px;
  }
  .reels-phone {
    width: 380px;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
  }
  .reels-swiper {
    margin-left: 0;
  }
  .reels-swiper .swiper-wrapper {
    align-items: center;
  }
  .reels-swiper .swiper-slide {
    transform-origin: center;
    transform: scale(0.9);
  }
  .reels-swiper .swiper-slide-active {
    transform: scale(1.3);
    z-index: 3;
  }
  .hashtag-wrap {
    justify-content: center;
    position: static;
    transform: none;
    padding: 0;
  }
  .st4-div {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st6-detail-wrap p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st6-detail-wrap p span {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .detail-tab p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st7-container {
    gap: 20px;
  }
  .st7-box {
    width: calc(50% - 10px);
    font-size: 28px;
    letter-spacing: -0.7px;
    padding: 30px 0;
  }
  .st8-absol-div {
    width: 200px;
    font-size: 20px;
    letter-spacing: -0.5px;
    gap: 10px;
    line-height: 24px;
  }
  .st8-absol-div span {
    font-size: 32px;
    line-height: 34px;
    letter-spacing: -0.8px;
  }
  .st8-absol-wrap p {
    font-size: 72px;
    letter-spacing: -1.8px;
    margin-top: -40px;
  }
  .st9-container {
    flex-direction: column;
    align-items: center;
  }
  .st9-receipt {
    width: 70%;
  }
  .receipt-inner-top>p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .point-wrap .point-item .text-wrap {
    padding: 0 40px;
  }
  .cost-table th, .total-div p {
    width: 140px;
  }
  .cost-table th:first-child, .total-div p:first-child {
    width: 170px;
  }
  .cost-table th:last-child, .total-div p:last-child {
    width: calc(100% - 450px);
  }
  .cost-table th, .cost-table td, .cost-table td:first-child, .total-div p:last-child, .st13-container>p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
  .cost-table td span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.35px;
  }
  .cost-table th {
    height: 50px;
    padding: 0 2px;
  }
  .cost-table td {
    padding: 12px 2px;
  }
  .total-div p {
    padding: 13px 2px;
  }
  .total-div p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .contact-container {
    flex-direction: column;
    gap: 50px;
  }
  .contact-left {
    width: 100%;
    border: none;
    background: transparent;
    box-shadow: none;
  }
  .contact-left-img, .contact-left-inner img, .contact-left-inner p br {
    display: none;
  }
  .flex-input {
    flex-direction: column;
  }
  .contact-form {
    padding: 30px 20px;
    width: 100%;
  }
}

@media(max-width: 1000px) {
  #section3 {
    flex-direction: column;
  }
  .st3-sticky {
    width: 100%;
    position: static;
  }
  .st3-sticky-tit {
    width: 100%;
    align-items: center;
  }
  .st3-sticky-wrap {
    padding-top: 0;
  }
  .st3-right {
    width: 100%;
  }
  .st3-badge {
    width: 90px;
  }
  .st3-img-wrap {
    max-width: unset;
  }
  .st3-img-div {
    max-width: unset;
  }
  .st3-img-div:nth-child(n+5) {
    display: none;
  }
}

@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;
  }
  .marquee-lr-swiper img, .marquee-rl-swiper img {
    width: 200px;
  }
  .st2-bg-icon {
    width: 150px;
    top: 80px;
  }
  .st2-item {
    width: calc(47% - 12px);
  }
  .st2-item p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st2-item div {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st2-item div span {
    font-size: 64px;
    letter-spacing: -1.6px;
  }
  .st2-item:nth-child(2) div span {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .billion {
    width: 300px;
  }
  .st2-sub-txt, .st11-sub-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
    margin-top: 16px;
  }
  .st4-container {
    flex-direction: column;
  }
  .st4-wrap {
    width: 100%;
  }
  .st4-left-img {
    padding: 20px;
  }
  .st4-left-img p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st4-wrap:last-child .st4-left-img {
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .st4-circle {
    max-width: 270px;
    width: calc(45% - 15px);
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st4-div {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st4-badge {
    width: 45%;
    right: -8.333px;
    bottom: -10.476px;
  }
  .st4-bottom div p .w {
    padding: 6px 16px;
  }
  .st5-icon {
    width: 60px;
  }
  .st5-icon.lt {
    top: 10px;
    left: 10px;
  }
  .st5-icon.lb {
    bottom: 10px;
    left: 10px;
  }
  .st5-icon.rt {
    top: 10px;
    right: 10px;
  }
  .st5-icon.rb {
    bottom: 10px;
    right: 10px;
  }
  .st5-container {
    gap: 130px;
    padding-top: 100px;
  }
  .reels-swiper {
    height: 435px;
  }
  .reels-swiper .swiper-slide {
    width: 220px !important;
    border-radius: 30px;
  }
  .reels-phone {
    width: 335px;
  }
  .hashtag-wrap {
    gap: 15px;
    width: 515px;
  }
  .hashtag-div {
    gap: 8px;
  }
  .hashtag {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st6-detail-wrap p {
    font-size: 28px;
    letter-spacing: -0.7px;
    gap: 8px;
  }
  .st6-detail-wrap p span {
    font-size: 20px;
    letter-spacing: -0.5px;
    padding: 8px 12px;
  }
  .st6-detail-img {
    gap: 8px;
  }
  .st6-detail-img img {
    width: calc(25% - 6px);
  }
  .detail-tab p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st7-box {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st7-img {
    width: 170px;
  }
  .st7-img.lt {
    right: 32%;
  }
  .st7-img.lb {
    width: 250px;
  }
  .st7-img.rt {
    left: 28%;
  }
  .st7-img.rb {
    bottom: 23%;
  }
  .st7-bubble {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.4px;
  }
  .phone-left-wrap .st7-bubble-div {
    top: 50.5%;
    left: 24%;
  }
  .phone-right-wrap .st7-bubble-div {
    right: 35%;
  }
  .phone-right-txt {
    top: 25%;
    left: 45%;
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st8-absol-div {
    width: 170px;
    font-size: 18px;
    letter-spacing: -0.45px;
    line-height: 22px;
  }
  .st8-absol-div span {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.7px;
  }
  .st8-absol-wrap p {
    font-size: 64px;
    letter-spacing: -1.6px;
  }
  .st8-tit p {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.6px;
  }
  .st8-top-div div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st8-top-div p, .st8-con-txt p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st8-con-tit, .st8-con-point p:first-child {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st8-con-txt strong {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st8-con-point {
    width: 320px;
    height: 170px;
  }
  .st8-con-point p:last-child {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .st9-receipt {
    width: 85%;
  }
  .receipt-inner-top {
    padding: 20px 16px;
  }
  .st9-bottom div p:first-child {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st9-bottom div p:nth-child(2) {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st9-bottom>p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st9-bottom img {
    width: 120%;
  }
  .flower-icon.lt {
    width: 50px;
    top: 23%;
    left: 20px;
  }
  .flower-icon.lb {
    width: 84px;
    left: 35px;
    bottom: 21%;
  }
  .flower-icon.rt {
    width: 70px;
    right: 20px;
  }
  .flower-icon.rb {
    width: 60px;
    top: 50%;
    right: 30px;
  }
  .st11-item-inner p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st11-item-inner div {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st11-item-inner div span {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .interior-container {
    align-items: center;
  }
  .nav-wrap {
    justify-content: center;
  }
  .interior-wrap {
    flex-direction: column;
  }
  .interior-main, .thumb-wrap {
    width: 100%;
  }
  .interior-main img {
    height: auto;
  }
  .thumb-grid {
    gap: 8px;
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
  }
  .thumb {
    width: calc(25% - 6px);
    height: auto;
    flex-shrink: 0;
  }
  .point-wrap .point-item .text-wrap {
    padding: 0 30px;
  }
  .point-wrap .point-item .text-wrap .num-wrap .num {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .point-wrap .point-item .tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .point-wrap .point-item .text-wrap .txt {
    font-size: 18px;
    letter-spacing: -0.45px;
    margin-top: 10px;
  }
  .point-wrap .point-item .img-wrap {
    height: 300px;
  }
  #section13 {
    padding: 80px 0 70px;
  }
  .st9-bg-icon, .st13-bg-icon {
    width: 150%;
  }
  .cost-table th, .cost-table td, .cost-table td:first-child, .total-div p:last-child, .st13-container>p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.35px;
  }
  .cost-table {
    border-radius: 8px;
  }
  .cost-table th:first-child {
    border-radius: 8px 8px 0 0;
  }
  .cost-table tr:last-child td:first-child {
    border-radius: 0 0 8px 8px;
  }
  .cost-table th, .total-div p {
    width: 100px;
  }
  .cost-table th:first-child, .total-div p:first-child {
    width: 130px;
  }
  .cost-table th:last-child, .total-div p:last-child {
    width: calc(100% - 330px);
  }
  .total-div {
    border-radius: 8px;
  }
  .total-div p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st14-inner {
    gap: 50px;
  }
  .process-container {
    gap: 30px 10px;
  }
  .process-box {
    width: calc(33.3% - 34.6px);
    gap: 12px;
  }
  .process-box img {
    width: 50px;
  }
  .process-box-div {
    gap: 6px;
  }
  .process-box-div p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .process-box-div div {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .process-container svg {
    width: 32px;
    height: 32px;
  }
  .contact-bg {
    height: 550px;
    background-attachment: unset;
  }
  .cost-box {
    top: 50%;
  }
}

@media (max-width: 768px) {
  .layer-popup {
    position: fixed;
    top: 5%;
    left: 5%;
  }
  .marquee-lr-swiper img, .marquee-rl-swiper img {
    width: 180px;
  }
  #section2 {
    padding: 70px 0;
  }
  .st3-sticky {
    padding: 70px 16px 40px;
  }
  .st3-right {
    padding: 24px 16px 48px;
  }
  .st3-img-wrap {
    width: 95%;
  }
  .st4-container {
    width: 100%;
  }
  #section5 {
    padding: 70px 0;
  }
  .st6-container, .st6-img-wrap, .detail-tab-wrap {
    width: 100%;
  }
  .st7-img {
    width: 140px;
  }
  .st7-img.lb {
    width: 220px;
    top: -4%;
  }
  .st7-img.rt {
    left: 30%;
    top: -2%;
  }
  .st7-bubble {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.35px;
  }
  .phone-right-txt {
    left: 43%;
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #section8 {
    padding: 70px 0;
  }
  .st8-container {
    width: 93%;
  }
  .st8-absol-div {
    width: 150px;
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 20px;
  }
  .st8-absol-div span {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.7px;
  }
  .st8-absol-wrap p {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .st8-tit p {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -0.5px;
  }
  .st8-top-div div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st8-top-div p, .st8-con-txt p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st8-con-tit, .st8-con-point p:first-child {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st8-con-txt strong {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st8-con-point {
    width: 270px;
    height: 140px;
    border: 2.8px solid #FFB800;
  }
  .st8-con-point p:last-child {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  #section9, #section10 {
    padding: 70px 0;
  }
  .st9-receipt {
    width: 90%;
  }
  .point-wrap {
    width: 100%;
  }
  .point-wrap .point-item .text-wrap {
    padding: 0 16px;
  }
  .point-wrap .point-item .img-wrap {
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .interior-container {
    width: 100%;
  }
  #section13 {
    padding: 80px 16px 70px;
  }
  .st13-container {
    width: 100%;
  }
  .st14-container {
    width: 100%;
  }
  .st14-inner {
    padding: 40px 0;
    gap: 40px;
  }
  .contact-container {
    width: 100%;
    gap: 40px;
  }
  .contact-bg {
    height: 480px;
  }
  .cost-box div {
    padding: 20px;
    font-size: 32px;
    letter-spacing: -0.8px;
  }
}

@media(max-width: 700px) {
  .st4-wrap, .st14-container {
    padding: 10px;
  }
  .process-container {
    gap: 20px 2px;
  }
  .process-box {
    width: calc(50% - 18px);
  }
  .mi-no-arrow {
    display: block;
  }
  .ta-no-arrow, .pc-no-arrow {
    display: none;
  }
}

@media (max-width: 650px) {
  .main-center {
    padding: 110px 0 60px;
    gap: 32px;
  }
  .main-center-wrap {
    gap: 15px;
  }
  .main-right {
    padding: 60px 20px;
  }
  .main-right-wrap {
    gap: 20px;
  }
  .marquee-lr-swiper img, .marquee-rl-swiper img {
    width: 150px;
  }
  .st2-bg-icon {
    width: 125px;
    top: unset;
    bottom: 0;
  }
  .st2-container {
    gap: 12px;
  }
  .st2-item {
    width: calc(50% - 6px);
    gap: 8px;
  }
  .st2-item p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st2-item div {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st2-item div span {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .st2-item:nth-child(2) div span {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .billion {
    width: 250px;
  }
  .st3-sticky-tit p:first-child {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st3-sticky-tit p:last-child {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st3-item {
    gap: 8px;
  }
  .st3-item p:first-child {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st3-item div {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st3-item div span {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .st3-badge {
    left: 200px;
    bottom: 23px;
  }
  .st3-img-div {
    gap: 3.75px;
  }
  .st3-img-div p, .st3-img-div div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st3-img-div p span {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st3-img-div div {
    gap: 0.938px;
  }
  .st3-img-div div span {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st3-img-div {
    padding: 12px;
    border-radius: 8px;
  }
  .st4-left-img p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st4-div, .st4-bottom div p, .st4-circle {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st4-div {
    padding: 4.762px 0 14.286px 0;
  }
  .st4-bottom div {
    gap: 3px;
  }
  .st4-bottom div p .w {
    padding: 4px 12px;
  }
  .st4-bottom div img {
    width: 110%;
  }
  .st4-bottom>p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st4-wrap:last-child .st4-left-img {
    padding: 10px;
  }
  .st5-icon {
    width: 40px;
  }
  .heart-container {
    left: 15%;
    top: -110px;
  }
  .hashtag-wrap {
    width: 420px;
  }
  .hashtag-wrap img {
    width: 70px;
  }
  .hashtag {
    font-size: 16px;
    letter-spacing: -0.4px;
    padding: 2px 6px;
  }
  .st7-container {
    gap: 10px;
  }
  .st7-box {
    width: calc(50% - 5px);
    padding: 20px 0;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .phone-big-container {
    padding-top: 20px;
    margin-bottom: -30px;
  }
  .st7-img {
    width: 120px;
  }
  .st7-img.lb {
    width: 190px;
  }
  .st7-img.rb {
    right: 14%;
  }
  .st7-bubble {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.35px;
    border-radius: 25px;
  }
  .phone-right-txt span {
    padding: 1px 3px;
  }
  .phone-swiper-container, .phone-swiper-container .swiper-slide {
    border-radius: 40px 40px 0 0;
  }
  .phone-container {
    width: 45%;
  }
  .st7-img.lt {
    right: 40%;
  }
  .st7-img.rt {
    left: 35%;
    top: -1%;
  }
  .phone-right-txt {
    left: 48%;
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #section8 {
    gap: 30px;
  }
  .st8-absol-div {
    width: 120px;
    font-size: 14px;
    letter-spacing: -0.35px;
    line-height: 18px;
    gap: 0;
  }
  .st8-absol-div span {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.6px;
  }
  .st8-absol-wrap p {
    font-size: 48px;
    letter-spacing: -1.2px;
    margin-top: -30px;
  }
  .st8-top {
    gap: 14px;
  }
  .st8-tit {
    gap: 5px;
  }
  .st8-tit p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.45px;
  }
  .st8-top-div div {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st8-top-div p {
    font-size: 15px;
    letter-spacing: -0.375px;
    padding: 3px 5px;
  }
  .st8-img {
    width: 450px;
  }
  .st8-absol {
    width: 80%;
    top: unset;
    bottom: 25%;
  }
  .st8-absol-div {
    background: #554136;
  }
  .st8-circle {
    width: 300px;
    border-width: 2px;
  }
  .st8-circle-inner {
    width: 240px;
    gap: 8px;
  }
  .st8-circle-inner div {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
  }
  .st8-circle-inner div span {
    font-size: 33.6px;
    line-height: 33.6px;
    letter-spacing: -0.825px;
  }
  .st8-circle-inner p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st8-container {
    padding: 20px 0 10px;
    gap: 10px 0;
    margin-top: 150px;
  }
  .st8-container svg {
    width: 35px;
    height: 35px;
  }
  .st8-con-txt {
    padding: 10px 20px;
    border-radius: 100px;
    gap: 2px;
  }
  .st8-con-txt p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st8-con-tit, .st8-con-point p:first-child {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st8-con-txt strong {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st8-con-point {
    width: 200px;
    height: 110px;
    gap: 2px;
    border-radius: 70px;
    padding: 7px 0;
  }
  .st8-con-point p:last-child {
    font-size: 36px;
    letter-spacing: -0.9px;
  }
  .st9-receipt {
    padding: 10px;
  }
  .receipt-img {
    padding: 10px 0;
  }
  .receipt-img img {
    width: 95%;
  }
  #section9 .st14-icon {
    display: none;
  }
  .st9-bottom div p:first-child {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st9-bottom div p:nth-child(2) {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st9-bottom>p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st9-bottom img {
    width: 115%;
  }
  .point-wrap hr {
    width: 0.5px;
    height: 25px;
  }
  .point-wrap .point-item .text-wrap {
    padding: 0 8px;
    gap: 5px;
  }
  .point-wrap .point-item .text-wrap .num-wrap {
    gap: 5px;
  }
  .point-wrap .point-item .text-wrap .num-wrap .num {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .point-wrap .point-item .tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .point-wrap .point-item .text-wrap .txt {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .flower-icon.lt {
    display: none;
  }
  .flower-icon.lb {
    width: 12%;
    left: 21%;
    bottom: unset;
    top: 45%;
  }
  .flower-icon.rt {
    width: 17%;
    right: 7%;
    top: 10%;
  }
  .flower-icon.rb {
    display: none;
  }
  .st2-sub-txt, .st11-sub-txt {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st6-detail-wrap p {
    font-size: 24px;
    letter-spacing: -0.6px;
    gap: 4px;
  }
  .st6-detail-wrap p span {
    font-size: 18px;
    letter-spacing: -0.45px;
    padding: 5px 8px;
  }
  .detail-tab p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  #section6 .st2-bg-icon {
    display: none;
  }
  .st6-detail-img img {
    border-radius: 4px;
  }
  .st11-container {
    width: 95%;
    gap: 20px 12px;
  }
  .st11-item {
    width: calc(50% - 6px);
  }
  .st11-item-inner p {
    font-size: 18px;
    letter-spacing: -0.45px;
  } 
  .st11-item-inner div span {
    font-size: 14px;
    letter-spacing: -0.35px;
    padding: 2px 4px;
    border-radius: 6px;
  }
  .st11-item-inner div {
    width: 100%;
    padding: 0 10px;
    font-size: 12px;
    letter-spacing: -0.3px;
    gap: 2px;
  }
  .nav-btn {
    width: 40px;
    height: 40px;
  }
  .nav-btn svg {
    width: 24px;
    height: 24px;
  }
  .cost-table th, .cost-table td, .cost-table td:first-child, .total-div p:last-child, .st13-container>p {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.325px;
  }
  .st13-container {
    gap: 16px;
  }
  .cost-container {
    gap: 8px;
  }
  .st13-container>p {
    text-align: left;
  }
  .cost-table td span {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.325px;
  }
  .cost-table th {
    height: 45px;
  }
  .cost-table {
    border-radius: 4px;
  }
  .cost-table th:first-child {
    border-radius: 4px 4px 0 0;
  }
  .cost-table tr:last-child td:first-child {
    border-radius: 0 0 4px 4px;
  }
  .cost-table th, .total-div p {
    width: 60px;
  }
  .cost-table th:first-child, .total-div p:first-child {
    width: 80px;
  }
  .cost-table th:last-child, .total-div p:last-child {
    width: calc(100% - 200px);
  }
  .total-div {
    border-radius: 4px;
  }
  .total-div p {
    font-size: 15px;
    letter-spacing: -0.375px;
  }
  #section14 {
    padding: 50px 16px;
  }
  .process-box {
    border-radius: 12px;
  }
  .contact-left-img {
    aspect-ratio: 1 / 0.9;
  }
  .contact-form {
    padding: 20px 16px;
  }
  .email-input {
    flex-wrap: wrap;
  }
  .email-input>input[type="text"] {
    width: 100%;
  }
  .item .select-wrap {
    width: calc(100% - 24px);
  }
  .form-wrap {
    flex-direction: column;
    gap: 12px;
  }
  #section11, #section12 {
    padding-top: 35px;
  }
  #section13 {
    padding-bottom: 35px;
  }
  .cost-box {
    height: 460px;
    gap: 25px;
  }
  .cost-box-logo {
    width: 75px;
  }
  .cost-box div span svg {
    width: 27.994px;
    height: 28px;
  }
  .cost-box p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
}

@media(max-width: 550px) {
  .st3-badge {
    left: unset;
    bottom: 0;
    right: 0;
  }
}

@media (max-width: 480px) {
  .marquee-lr-swiper img, .marquee-rl-swiper img {
    width: 120px;
  }
  .main-center-div p:last-child {
    font-size: 72px;
    letter-spacing: -1.8px;
  }
  .main-center-wrap>p, .main-right-wrap>p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .main-center-wrap>p span {
    padding: 2px 6px;
  }
  .st2-item p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st2-item div {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st2-item div span {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st2-item:nth-child(2) div span {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .billion {
    width: 210px;
  }
  .st3-sticky-tit p:last-child {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st3-img-div p, .st3-img-div div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st3-img-div p span {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st3-img-div div span {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #section4 .st-top {
    width: 100%;
  }
  .st4-left-img p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st4-div, .st4-bottom div p, .st4-circle {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st4-bottom div img {
    width: 110%;
  }
  .st4-bottom>p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st4-wrap:last-child .st4-left-img {
    padding: 0;
  }
  .st4-circle {
    width: calc(43% - 15px);
  }
  .st5-container {
    gap: 140px;
    padding-top: 100px;
  }
  .heart-container {
    left: 9%;
  }
  .st5-icon {
    width: 30px;
  }
  .reels-phone {
    width: 315px;
  }
  .reels-swiper {
    height: 380px;
  }
  .reels-swiper .swiper-slide {
    width: 190px !important;
    border-radius: 20px;
    transform: scale(1);
  }
  .reels-swiper .swiper-slide-active {
    transform: scale(1.4);
  }
  .hashtag-wrap {
    width: 375px;
  }
  .hashtag-wrap img {
    width: 55px;
  }
  .hashtag {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st6-detail-wrap {
    margin-top: -3%;
  }
  .st6-detail-wrap p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st6-detail-wrap p span {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .detail-tab p {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st7-box {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .phone-big-container {
    margin-top: 20px;
  }
  .st7-box .st14-icon {
    width: 18px;
  }
  .st7-img {
    width: 100px;
  }
  .st7-img.lb {
    width: 150px;
    top: -12%;
    left: 0;
  }
  .st7-img.rb {
    bottom: 30%;
    right: unset;
    left: 46%;
  }
  .phone-left-wrap .st7-bubble-div {
    top: 45.5%;
    left: 18%;
  }
  .phone-right-wrap .st7-bubble-div {
    bottom: 50px;
    right: 28%;
  }
  .st7-bubble {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.25px;
  }
  .phone-container {
    width: 43%;
  }
  .phone-swiper-container, .phone-swiper-container .swiper-slide {
    border-radius: 30px 30px 0 0;
  }
  .st7-img.lt {
    right: 35%;
    bottom: 50px;
  }
  .st7-img.rt {
    left: 30%;
    top: -30px;
  }
  .phone-right-txt {
    left: 46%;
    top: 70px;
    font-size: 15px;
    letter-spacing: -0.375px;
  }
  .st8-absol {
    bottom: 23%;
  }
  .st8-tit p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.4px;
  }
  .st8-img {
    width: 370px;
  }
  .st8-container {
    padding: 20px 0 10px;
    gap: 10px 0;
  }
  .st8-container .st14-icon {
    width: 20px;
  }
  .st8-container svg {
    width: 28px;
    height: 28px;
  }
  .st8-con-txt p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st8-con-tit, .st8-con-point p:first-child {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st8-con-point {
    width: 160px;
    height: 90px;
  }
  .st8-con-point p:last-child {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st9-receipt {
    width: 95%;
  }
  .receipt-inner-top>p {
    font-size: 28px !important;
    letter-spacing: -0.7px !important;
  }
  .receipt-inner-div {
    width: 100%;
  }
  .receipt-inner-div .sale-div p, .receipt-inner-div .sale-div div {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .receipt-inner-div .sale-div div span {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .receipt-inner-div .profit-div p, .receipt-inner-div .profit-div div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .receipt-inner-div .profit-div div span {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .receipt-inner-div .profit-div p span {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st9-badge {
    width: 85px;
    position: absolute;
    right: 10px;
    bottom: 8.5px;
  }
  .point-wrap .point-item .text-wrap .num-wrap .num {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .point-wrap .point-item .tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .point-wrap .point-item .text-wrap .txt {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st11-item-inner p {
    font-size: 16px;
    letter-spacing: -0.4px;
  } 
  .st11-item-inner div span {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st11-item-inner div {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .st11-item img:last-child {
    height: 45%;
  }
  .cost-table th, .cost-table td, .cost-table td:first-child, .total-div p:last-child, .st13-container>p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.3px;
  }
  .cost-table td span {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.3px;
  }
  .cost-table th {
    height: 40px;
  }
  .cost-table th, .total-div p {
    width: 56px;
  }
  .cost-table th:first-child, .total-div p:first-child {
    width: 54px;
  }
  .cost-table th:last-child, .total-div p:last-child {
    width: calc(100% - 190px);
  }
  .total-div p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .process-box img {
    width: 40px;
  }
  .process-box {
    gap: 8px;
  }
  .process-box-div {
    gap: 4px;
  }
  .process-box-div p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .process-box-div div {
    font-size: 13px;
    letter-spacing: -0.325px;
  }
  .st14-icon {
    width: 40px;
  }
  .contact-bg {
    height: 340px;
  }
  
}

@media(max-width: 400px) {
  .st2-item p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st2-item div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st2-item div span {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st2-item:nth-child(2) div span {
    font-size: 36px;
    letter-spacing: -0.9px;
  }
  .st3-smtxt {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st4-left-img p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st4-div, .st4-bottom div p, .st4-circle {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st4-bottom div img {
    width: 105%;
  }
  .st4-bottom>p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st5-container {
    padding-top: 80px;
    gap: 120px;
  }
  .reels-swiper {
    height: 350px;
  }
  .reels-swiper .swiper-slide {
    width: 160px !important;
  }
  .reels-phone {
    width: 265px;
  }
  .heart-container {
    top: -95px;
  }
  .hashtag-wrap {
    width: 320px;
  }
  .hashtag:nth-child(4) {
    margin-left: 4%;
  }
  .hashtag-wrap img {
    width: 45px;
  }
  .hashtag {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .detail-tab p {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .st7-box {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .phone-container {
    width: 155px;
  }
  .st7-img {
    width: 90px;
  }
  .st7-img.lb {
    width: 130px;
    top: -15%;
    left: 0;
  }
  .st7-img.rb {
    left: 46%;
  }
  .phone-big-container {
    margin-bottom: -10px;
  }
  .phone-left-wrap .st7-bubble-div {
    top: 45.5%;
    left: 18%;
  }
  .phone-right-wrap .st7-bubble-div {
    bottom: 20px;
    right: 28%;
  }
  .st7-bubble {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.25px;
  }
  .phone-swiper-container, .phone-swiper-container .swiper-slide {
    border-radius: 20px 20px 0 0;
  }
  .st7-img.lt {
    right: 35%;
    bottom: 20px;
  }
  .st7-img.rt {
    left: 30%;
    top: -35px;
  }
  .phone-right-txt {
    top: 50px;
    left: 43.5%;
    font-size: 15px;
    letter-spacing: -0.375px;
  }
  .st8-absol {
    width: 85%;
  }
  .receipt-inner-div .sale-div p, .receipt-inner-div .sale-div div {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .receipt-inner-div .sale-div div span {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .receipt-inner-div .profit-div p, .receipt-inner-div .profit-div div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .receipt-inner-div .profit-div div span {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .receipt-inner-div .profit-div p span {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st9-badge {
    width: 70px;
  }
  .point-wrap .point-item .text-wrap .num-wrap .num {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .point-wrap .point-item .tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .point-wrap .point-item .text-wrap .txt {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st11-item-inner p {
    font-size: 14px;
    letter-spacing: -0.35px;
  } 
  .st11-item-inner div span {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .st13-container>p {
    font-size: 11px;
    letter-spacing: -0.275px;
  }
  .process-container svg {
    width: 20px;
    height: 20px;
  }
  .process-box {
    width: calc(50% - 12px);
  }
  .st14-icon {
    width: 35px;
  }
  .cost-box div {
    padding: 15px;
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .cost-box div span svg {
    width: 23px;
    height: 24px;
  }
}

@media(max-width: 370px) {
  .main-right {
    padding: 60px 16px;
  }
  .main-right-div p:first-child {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .main-right-div p:last-child {
    font-size: 64px;
  }
  .st2-item p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st2-item div span {
    font-size: 36px;
    letter-spacing: -0.9px;
  }
  .st2-item:nth-child(2) div span {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .billion {
    width: 180px;
  }
  .st3-img-wrap {
    width: 100%;
    gap: 16px;
  }
  .st3-img-div {
    width: calc(50% - 8px);
    padding: 10px;
  }
  .st3-img-div p, .st3-img-div div {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st3-img-div div span {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st4-circle, .st4-bottom div p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st4-bottom>p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .phone-container {
    width: 150px;
  }
  .st7-img {
    width: 80px;
  }
  .st7-img.lb {
    width: 115px;
  }
  .phone-right-txt {
    left: 80px;
    font-size: 13px;
    letter-spacing: -0.325px;
  }
  .st8-img {
    width: 340px;
  }
  .st8-circle {
    width: 270px;
  }
  .st8-circle-inner {
    width: 230px;
  }
  .st8-rotate {
    width: 58px;
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st8-rotate span {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st9-bottom div p:first-child {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st9-bottom div p:nth-child(2) {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st9-bottom>p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st11-container {
    width: 100%;
  }
  .st11-item-inner div, .st11-item-inner div span {
    font-size: 9px;
    letter-spacing: -0.225px;
  }
  .process-box-div p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .process-box-div div {
    font-size: 11px;
    letter-spacing: -0.275px;
  }
}

@media(max-width: 350px) {
  .st2-sub-txt, .st11-sub-txt {
    font-size: 15px;
    letter-spacing: -0.375px;
  }
  .st3-item p:first-child {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st3-sticky-tit p:last-child {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st3-item div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st3-item div span {
    font-size: 48px;
    letter-spacing: -1.2px;
    margin-bottom: -4px;
  }
  .st3-smtxt {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st3-badge {
    width: 80px;
  }
  .st4-left-img p {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st4-circle-wrap {
    gap: 20px;
  }
  .st4-div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st4-circle {
    width: calc(45% - 10px);
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st5-container {
    padding-top: 60px;
    gap: 100px;
  }
  .st8-container {
    margin-top: 120px;
  }
  .st8-absol {
    bottom: 23%;
  }
  .st8-absol-div {
    width: 100px;
    font-size: 12px;
    letter-spacing: -0.3px;
    line-height: 14px;
  }
  .st8-absol-div span {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.5px;
  }
  .st8-absol-wrap p {
    font-size: 40px;
    letter-spacing: -1px;
    margin-top: -20px;
  }
  .reels-swiper {
    height: 310px;
  }
  .reels-swiper .swiper-slide {
    width: 140px !important;
  }
  .reels-phone {
    width: 230px;
  }
  .hashtag-wrap {
    width: 275px;
    gap: 10px;
  }
  .hashtag-wrap img {
    width: 40px;
  }
  .hashtag-div {
    gap: 6px;
  }
  .hashtag {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .detail-tab p {
    font-size: 9px;
    letter-spacing: -0.225px;
  }
  .phone-container {
    width: 130px;
  }
  .st7-img {
    width: 75px;
  }
  .st7-img.lb {
    width: 105px;
  }
  .st7-img.rb {
    bottom: 25%;
  }
  .phone-right-txt {
    left: 68px;
  }
  .st8-container svg {
    width: 20px;
    height: 20px;
  }
  .st8-con-point {
    width: 130px;
    height: 70px;
  }
  .st8-con-point p:last-child {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .receipt-inner-top {
    padding: 20px 10px;
  }
  .receipt-inner-top>p {
    font-size: 24px !important;
    letter-spacing: -0.6px !important;
  }
  .receipt-inner-div .sale-div p, .receipt-inner-div .sale-div div {
    font-size: 11px;
    letter-spacing: -0.275px;
  }
  .receipt-inner-div .sale-div div span {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .receipt-inner-div .profit-div p, .receipt-inner-div .profit-div div {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .receipt-inner-div .profit-div div span {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .receipt-inner-div .profit-div p span {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st9-badge {
    width: 55px;
  }
  .point-wrap .point-item .text-wrap .num-wrap .num {
    font-size: 15px;
    letter-spacing: -0.375px;
  }
  .point-wrap .point-item .tit {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .point-wrap .point-item .text-wrap .txt {
    font-size: 11px;
    letter-spacing: -0.275px;
  }
  .cost-box {
    height: 420px;
  }
  .cost-box div {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .cost-box div span svg {
    width: 20px;
    height: 21px;
  }
  .cost-box p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
}