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

.mobile {
  display: none;
}

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

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

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

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

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

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

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

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

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

.popup-space {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  top: 5%;
  left: 5%;
  gap: 10px;
  align-items: start;
  z-index: 100;
  width: 95%;
}


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

.main-left {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-left: 130px;
  padding-top: 80px;
}

.main-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

.main-video::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.60);
  position: absolute;
  left: 0;
  top: 0;
}

.main-tit-div {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  color: rgba(255, 255, 255, 0.80);
  text-align: center;
  font-family: "Gowun Batang";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 108%; /* 43.2px */
  letter-spacing: -1px;
  writing-mode: vertical-lr;
  z-index: 10;
  text-orientation: upright;
  will-change: clip-path;
  transition-property: clip-path;
  transition-timing-function: ease-out;
  transition: none;
} 

.main-circle {
  width: 715px;
  aspect-ratio: 1 / 1;
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  z-index: 20;
  display: flex;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  border: 1px solid rgba(102, 102, 102, 0.50);
}

.main-circle-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: rgba(102, 102, 102, 0.25);
}

.main-circle-inner li {
  position: absolute;
  width: 50%;
  height: 50%;
  background-position: 0 0;
  transition: all 0.5s;
  background-size: cover !important;
}

.main-circle-inner li.on {
  background-position: 0 -326.5px;
}

.main-circle01 {
  top: 0;
  left: 0;
  background: url(../img/main-circle1.png);
  border-right: 1px dashed #111;
  border-bottom: 1px dashed #111;
}

.main-circle02 {
  top: 0;
  right: 0;
  background: url(../img/main-circle2.png);
}

.main-circle03 {
  bottom: 0;
  left: 0;
  background: url(../img/main-circle3.png);
  border-right: 1px dashed #111;
}

.main-circle04 {
  bottom: 0;
  right: 0;
  background: url(../img/main-circle4.png);
  border-top: 1px dashed #111;
}

.main-right {
  width: 50%;
  background: url(../img/main-right.png);
  background-position: bottom center !important;
  background-size: cover !important;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.main-store {
  max-width: 673px;
  width: 95%;
}

.mo-store {
  width: 55%;
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.mo-store img {
  width: 100%;
}

.cloud {
  position: absolute;
  animation: leftRight 5s linear infinite;
}

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

.main-cloud.one {
  left: 45%;
  top: 17%;
}

.main-cloud.two {
  right: 10%;
  top: 32%;
}

.main-cloud.three {
  right: 20%;
  top: 52%;
}

.main-mo-tit {
  max-width: 550px;
  width: 80%;
  display: none;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 15%;
  transform: translateX(-50%);
}

.main-mo-tit p {
  color: #111;
  text-align: center;
  font-family: "Gowun Batang";
  font-size: 32px;
  font-weight: 700;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}


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

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

.mo-bg {
  display: none;
}

.st2-container {
  display: flex;
  max-width: 1300px;
  width: 90%;
  height: 400px;
  box-sizing: border-box;
  padding: 10px;
  justify-content: center;
  align-items: stretch;
  position: relative;
  border: 1px solid #111;
  background: #BB3F4F;
  z-index: 5;
}

.st2-con-tit {
  display: flex;
  max-width: 600px;
  width: 90%;
  padding: 16px 0;
  justify-content: center;
  align-items: center;
  gap: 16px;
  position: absolute;
  left: 50%;
  top: -41px;
  transform: translateX(-50%);
  border: 1px solid #FFF;
  background: radial-gradient(42.61% 100% at 47.25% 0%, #FFF 0%, #FFE7A4 100%);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.12);
  color: #111;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.8px;
  will-change: clip-path;
  transition-property: clip-path;
  transition-timing-function: ease-out;
  z-index: 7;
}

.st2-con-tit span {
  color: #AD2E3F;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  letter-spacing: -1.2px;
}

.st2-con-tit .red-point {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 70px;
  background: #AD2E3F;
}

.st2-con-tit .red-point.l {
  border-radius: 0 4px 4px 0;
  left: 0;
}

.st2-con-tit .red-point.r {
  border-radius: 4px 0 0 4px;
  right: 0;
}

.st2-wrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  border: 1px solid #111;
  background: #FFF;
}

.st2-item {
  width: 20%;
  height: 100%;
  display: flex;
  padding-bottom: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-right: 1px solid #111;
  position: relative;
}

.st2-item:last-child {
  border-right: none;
}

.st2-item .b-txt {
  display: flex;
  box-sizing: border-box;
  padding: 2px 10px;
  justify-content: center;
  align-items: center;
  background: #111;
  color: rgba(255, 255, 255, 0.80);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.6px;
}

.st2-item-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #111;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.8px;
}

.st2-item-txt .primary {
  font-size: 40px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -1px;
}

.st2-item .badge {
  display: flex;
  transform: rotate(-10.492deg);
  box-sizing: border-box;
  padding: 0 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 20.627px;
  bottom: 30.231px;
  background: #AD2E3F;
  color: #FFF;
  text-align: center;
  font-family: "Gowun Batang";
  font-size: 28px;
  font-weight: 700;
  line-height: 140%; /* 56px */
  letter-spacing: -0.7px;
  transition: none;
  will-change: transform;
  white-space: nowrap;
}

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

@keyframes tada-tilted {
  0% {
    transform: rotate(var(--base-rotate)) scale(1);
  }
  10%, 20% {
    transform: rotate(calc(var(--base-rotate) - 3deg)) scale(0.9);
  }
  30%, 50%, 70%, 90% {
    transform: rotate(calc(var(--base-rotate) + 3deg)) scale(1.1);
  }
  40%, 60%, 80% {
    transform: rotate(calc(var(--base-rotate) - 3deg)) scale(1.1);
  }
  100% {
    transform: rotate(var(--base-rotate)) scale(1);
  }
}

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


.g40 {
  font-size: 40px !important;
  letter-spacing: -1px !important;
  bottom: 20.231px !important;
}

.st2-img {
  width: 463px;
  position: absolute;
  left: -140px;
  bottom: -25px;
}

.st2-img2 {
  width: 432px;
  position: absolute;
  right: -140px;
  bottom: -85px;
}


/* section3 */
#section3 {
  width: 100%;
  background: url(../img/st3-pattern.png);
  background-position: center center !important;
  background-repeat: repeat;
  display: flex;
  align-items: stretch;
  position: relative;
}

.st3-left {
  width: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.st3-left-div .st-tit {
  text-align: left;
}

.st3-txt {
  color: #FFF;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%; /* 39.2px */
  letter-spacing: -0.7px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.highlight-wrap {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding: 5px 10px;
}

.highlight {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #111;
  z-index: 1;
  transition: width 0.6s ease-out;
}

.highlight-txt {
  position: relative;
  z-index: 5;
  display: inline-block;
}

.st3-right {
  width: 50%;
  box-sizing: border-box;
  padding: 40px;
  background: url(../img/st3-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.st3-right>div {
  max-width: 480px;
  width: 100%;
  padding: 40px 0;
  border: 1px solid #FFF;
  background: linear-gradient(280deg, rgba(255, 255, 255, 0.90) 0%, rgba(221, 221, 221, 0.90) 88.22%);
  backdrop-filter: blur(8px);
  position: relative;
  color: #111;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.8px;
}

.st3-right .red-point {
  border-radius: 0 0 4px 4px;
  background: #AD2E3F;
  width: 160px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.st3-cloud.two {
  left: 45%;
  bottom: 45px;
}

.st3-cloud.one {
  right: 5%;
  top: 60px;
}


/* section4 */
#section4 {
  width: 100%;
  background: url(../img/st8-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
}

.st4-container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  margin-bottom: -15%;
}

.st4-left {
  max-width: 675px;
  width: 55%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.st4-left>p {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 140%; /* 67.2px */
  letter-spacing: -1.2px;
}

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

.minute-wrap {
  position: relative;
  width: 379px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.minute-div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #FFF;
  font-size: 52px;
  font-weight: 500;
  line-height: 125%; /* 48px */
  letter-spacing: -1.3px;
  transform: translateY(-45%);
}

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

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

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

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

.st4-img {
  position: relative;
  width: 95%;
  margin-top: -32%;
  z-index: 10;
}

.st4-right {
  width: 45%;
  display: flex;
  box-sizing: border-box;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.circle-div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.st4-circle {
  width: 220px;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  background: rgba(173, 46, 63, 0.75);
  border: 1px solid rgba(173, 46, 63, 0.75);
  backdrop-filter: blur(8px);
  color: #FFF;
  text-align: center;
  font-family: "Gowun Batang";
  font-size: 36px;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  letter-spacing: -0.9px;
  transition: none;
}

.st4-circle.two {
  border: 1px solid #AD2E3F;
  background: rgba(0, 0, 0, 0.30);
  margin-left: -8%;
}

.st4-txt {
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  font-family: "Gowun Batang";
  font-size: 28px;
  font-weight: 700;
  line-height: 140%; /* 39.2px */
  letter-spacing: -0.7px;
  word-break: keep-all;
}


/* marquee */
.marquee {
  width: 100%;
  overflow: hidden;
  padding: 16px 0;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  height: fit-content;
}

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

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

.marquee-div {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #505050;
  text-align: center;
  font-family: "Noto Serif KR";;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 20px */
  letter-spacing: -0.5px;
}

.marquee-div img {
  width: 100px;
  margin-top: -2px;
}


/* section5 */
#section5 {
  width: 100%;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  background: url(../img/st5-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}

.st5-container {
  width: 100%;
  display: flex;
  align-items: stretch;
  border: 1px solid #8F8F8F;
}

.st5-box {
  width: 33.3%;
  box-sizing: border-box;
  padding: 20px 20px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.50);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  position: relative;
}

.st5-box:last-child {
  border-right: none;
}

.st5-box-absol {
  width: 100%;
  height: 406px;
  box-sizing: border-box;
  padding: 40px 60px 40px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  gap: 60px;
  transform: translateY(120px);
  transition: transform 0.6s;
}

.st5-box-item-tit {
  width: 100%;
  position: relative;
  color: #FFF;
  font-size: 40px;
  font-weight: 400;
  line-height: 130%; /* 41.6px */
  letter-spacing: -1px;
  word-break: keep-all;
}

.st5-box-item {
  width: 100%;
  height: 406px;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  padding: 20px 30px 40px;
  gap: 60px;
  transform: translateY(100%);
  transition: transform 0.6s;
  position: relative;
  background: #AD2E3F;
}

.st5-box.st5_change .st5-box-absol, .st5-box.st5_change .st5-box-item {
  transform: translateY(0%);
}

.st5-box-num {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 20px;
  background: #AD2E3F;
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.7px;
  position: absolute;
  left: 0%;
  bottom: 100%;
}

.st5-box-item-txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.st5-box-item-txt p {
  width: 100%;
  position: relative;
  color: #FFF;
  font-size: 20px;
  line-height: 150%; /* 30px */
  letter-spacing: -0.5px;
  box-sizing: border-box;
  word-break: keep-all;
}

.mr-12 {
  margin-right: 12px;
}

.st5-box.black {
  padding: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px);
  cursor: default;
}

.black-circle {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 550px;
  border: 1px solid rgba(255, 255, 255, 0.50);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.black-circle p {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.8px;
  opacity: 0.8;
}

.black-circle div {
  color: #FFF;
  text-align: center;
  font-family: "Gowun Dodum";
  font-size: 20px;
  line-height: 150%; /* 30px */
  letter-spacing: -0.5px;
  opacity: 0.8;
}

.st5-mo-container {
  width: 100%;
  display: none;
  flex-wrap: wrap;
  align-items: stretch;
  border: 1px solid #8F8F8F;
}

.st5-mo-box {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

.st5-mo-box {
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px);
}

.st5-mo-box:last-child {
  border-bottom: none;
}

.st5-mo-item {
  max-width: 650px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.st5-mo-num {
  display: flex;
  box-sizing: border-box;
  padding: 10px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: rgba(173, 46, 63, 0.80);
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.6px;
}

.st5-mo-div {
  width: 100%;
  display: flex;
  padding: 32px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  background: rgba(173, 46, 63, 0.80);
  margin-top: -0.05px;
}


/* section6 */
#section6 {
  background: #111;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  overflow: hidden;
  position: relative;
}

.st6-cloud {
  z-index: 3;
}

.st6-cloud.one {
  left: 247px;
  top: 65px;
}

.st6-cloud.two {
  right: 60px;
  top: 210px;
}

.st6-cloud.three {
  left: 64px;
  top: 258px;
}

#section6 .st-tit span {
  position: relative;
}

#section6 .st-tit .dot {
  left: 20px;
}

#section6 .st-sub-tit {
  opacity: 0.8;
}

.menu-container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  z-index: 5;
}

.tab-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.05);
}

.menu-tab {
  cursor: pointer;
  display: flex;
  box-sizing: border-box;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-right: 1px solid #FFF;
  display: flex;
  box-sizing: border-box;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  font-family: "Gowun Batang";
  font-size: 28px;
  font-weight: 700;
  line-height: 140%; /* 39.2px */
  letter-spacing: -0.7px;
  transition: 0.2s;
}

.menu-tab:last-child {
  border-right: none;
}

.menu-tab:hover, .menu-tab.active {
  background: #FFF;
  color: #111;
}

.menu-wrap {
  width: 100%;
  display: none;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.menu-swiper {
  width: 100%;
}

.menu-slide {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  background: #F7F5F4;
  transition: 0.2s;
}

.menu-slide:hover {
  background: #BB3F4F;
}

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

.menu-slide p {
  width: 100%;
  display: flex;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #111;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.6px;
  transition: 0.2s;
}

.menu-slide:hover p {
  color: #FFF;
}

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

.nav-btn {
  cursor: pointer;
  opacity: 0.3;
}

.nav-btn:hover {
  opacity: 1;
}

.st6-bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 8%;
}

.st6-mo {
  display: none;
}

.view-more {
  display: flex;
  box-sizing: border-box;
  padding: 12px 32px 12px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.10);
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
  cursor: pointer;
  transition: 0.2s;
}

.view-more svg {
  transition: 0.2s;
}

.view-more:hover {
  background: #FFF;
  color: #111;
}

.view-more:hover svg path {
  fill: #111;
}

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


/* section7 */
#section7 {
  width: 100%;
  background: url(../img/common-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  position: relative;
  margin-bottom: -2px;
}

#section7 .st-sub-tit {
  opacity: 0.8;
}

.st7-container {
  max-width: 1300px;
  width: 90%;
  height: 500px;
  border: 1px solid #8F8F8F;
  position: relative;
  z-index: 5;
}

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

.st7-box-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  z-index: 3;
}

.st7-box {
  width: 33.3%;
  display: flex;
  box-sizing: border-box;
  padding: 0 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-right: 1px solid rgba(255, 255, 255, 0.50);
}

.st7-box:last-child {
  border-right: none;
}

.st7-box-div {
  width: 100%;
  display: flex;
  height: 406px;
  box-sizing: border-box;
  padding: 20px 50px 30px 50px;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-shrink: 0;
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: -0.6px;
  transition: background 0.2s;
}

.st7-box-div p {
  height: 180px;
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: -0.6px;
  word-break: keep-all;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transform: translateY(50%);
}

.st7-box.st7_change .st7-box-div {
  background: #AD2E3F;
}

.st7-box.st7_change .st7-box-div p {
  transform: none;
}

.st7-box-num {
  display: flex;
  box-sizing: border-box;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #AD2E3F;
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.8px;
}

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


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

.st8-deco {
  position: absolute;
}

.st8-deco.one {
  top: 0px;
  left: 45%;
}

.st8-deco.two {
  left: 3%;
  bottom: 0;
}

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

.st8-img {
  max-width: 620px;
  width: 50%;
}

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

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

.st8-top-div p:first-child {
  color: #FFF;
  text-align: center;
  font-family: "Gowun Batang";
  font-size: 56px;
  font-weight: 700;
  line-height: normal; /* 78.4px */
  letter-spacing: -1.4px;
}

.st8-top-div p:first-child span {
  font-size: 20px;
  letter-spacing: -0.5px;
}

.st8-top-div p:last-child {
  color: #FFF;
  text-align: center;
  font-size: 120px;
  font-weight: 900;
  line-height: 100%; /* 120px */
  letter-spacing: -3px;
  background: linear-gradient(180deg, #FFE1AC 22.73%, #E8BB6E 79.09%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.st8-txt {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.5px;
}

.st8-box {
  display: flex;
  box-sizing: border-box;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: radial-gradient(50% 66% at 50.11% 0%, #222 0%, #000 100%);
  position: relative;
}

.st8-box::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; 
  border-radius: inherit;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.5),
    rgba(255,255,255,0.1)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

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

.st8-box-div p {
  color: #FFF;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.7px;
}

.st8-box-div div {
  display: flex;
  box-sizing: border-box;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  background: #AD2E3F;
  color: #FFF;
  font-size: 68px;
  font-weight: 600;
  line-height: 120%; /* 81.6px */
  letter-spacing: -1.7px;
}

.st8-box-div .blink span {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1px;
}

.st8-box>p {
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
  letter-spacing: -0.375px;
}

.st8-content {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: -0.6px;
}


/* section9 */
#section9 {
  width: 100%;
  height: 440px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/st9-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  background-attachment: fixed;
}


/* section10 */
#section10 {
  width: 100%;
  background: url(../img/st10-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  padding: 120px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  overflow: hidden;
}

#section10 .st-tit span {
  position: relative;
}

.dot {
  position: absolute;
  top: 3px;
}

.dot.one {
  left: 6.5%;
}

.dot.two {
  left: 28%;
}

.dot.three {
  left: 46%;
}

#section10 .st-sub-tit {
  opacity: 0.8;
}

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

.st10-cloud.one {
  left: 10%;
  top: 14%;
}

.st10-cloud.two {
  right: -2%;
  top: 35%;
}

.st10-cloud.three {
  left: 5%;
  top: 45%;
}

.st10-img-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.st10-store {
  max-width: 601px;
  width: 50%;
}

.st10-img {
  max-width: 530px;
  width: 45%;
  margin-left: -16%;
  margin-bottom: -2%;
}

.st10-content {
  width: 100%;
  aspect-ratio: 6.5 / 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-top: 15px;
}

.st10-item-wrap {
  width: 95%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
}

.st10-item-wrap hr {
  width: 1px;
  height: 80px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.50);
  z-index: 3;
  border: none;
  margin: auto 0;
}

.st10-content-bg {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.mo-content {
  display: none;
}

.st10-item {
  width: calc(20% - 39.2px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 3;
}

.st10-item p:first-child {
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  line-height: 125%; /* 55px */
  letter-spacing: -1.1px;
  background: linear-gradient(180deg, #FFE1AC 22.73%, #E8BB6E 79.09%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.st10-item p:last-child {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 125%; /* 22.5px */
  letter-spacing: -0.45px;
}

.st10-item p:last-child span {
  color: rgba(255, 255, 255, 0.60);
  font-size: 14px;
  line-height: 125%;
  letter-spacing: -0.35px;
}

.st10-content>p {
  color: rgba(255, 255, 255, 0.50);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%; /* 17.5px */
  letter-spacing: -0.35px;
  z-index: 5;
}


/* section11 */
#section11 {
  display: flex;
  box-sizing: border-box;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  align-self: stretch;
  background: #191919;
  overflow: hidden;
}

.st11-inner {
  width: 100%;
  background: url(../img/st11-pattern.png);
  background-position: center center !important;
  background-repeat: repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 65px;
   position: relative;
  overflow: hidden;
}

.st11-container {
  display: flex;
  max-width: 1300px;
  width: 90%;
  align-items: stretch;
  gap: 20px;
  z-index: 5;
}

.st11-box {
  width: calc(25% - 15px);
  aspect-ratio: 10 / 8.1;
  display: flex;
  box-sizing: border-box;
  padding: 20px 20px 0 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: #FFF;
  position: relative;
}

.st11-box div {
  color: #505050;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.6px;
}

.st11-box-num {
  display: flex;
  width: 48px;
  aspect-ratio: 1 / 1;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #AD2E3F;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.6px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}

.st11-circle-wrap {
  width: 1040px;
  aspect-ratio: 1 / 1;
  display: flex;
  box-sizing: border-box;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2000px;
  border: 5px solid #555;
  pointer-events: none;
}

.st11-circle-div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1000px;
  position: relative;
}

.st11-circle-div::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(25, 25, 25, 0.55) 0%, rgba(25, 25, 25, 0.55) 100%);
  border-radius: 1000px;
}

.st11-circle-div video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coin {
  width: 100%;
  position: absolute;
  left: 50%;
  top: -30%;
  transform: translateX(-50%);
}


/* section12 */
#section12 {
  background: url(../img/st12-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

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

.st12-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.st12-left .daily {
  margin-left: -1.5%;
}

.st12-left .st-tit {
  margin-top: -10px;
}

.st12-right {
  display: flex;
  box-sizing: border-box;
  padding: 0 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.delivery-box {
  display: flex;
  box-sizing: border-box;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(203, 52, 45, 0.90) 0%, rgba(156, 24, 26, 0.90) 100%);
  backdrop-filter: blur(6px);
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.8px;
  position: relative;
  overflow: hidden;
}

.delivery-box>span {
  display: flex;
  align-items: center;
  gap: 16px;
}

.delivery-box::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px; 
  border-radius: inherit;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.2),
    rgba(255,255,255,0.1)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.delivery-box .y {
  color: #FFD449 !important;
  display: flex;
  box-sizing: border-box;
  padding: 2px 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: rgba(0, 0, 0, 0.20);
}

#section12 .truck-div {
  position: absolute;
  left: 20px;
  bottom: -17px;
}

.truck-div .truck {
  will-change: transform;
  display: block;
}


/* section13 */
#section13 {
  background: url(../img/st13-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 75px;
  position: relative;
  overflow: hidden;
}

#section13 .st-sub-tit {
  color: rgba(255, 255, 255, 0.80);
}

.st13-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -1.5%;
}

.st13-left-circle {
  display: flex;
  width: 600px;
  aspect-ratio: 1 / 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  border-radius: 1000px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(226, 226, 226, 0.95) 100%);
  backdrop-filter: blur(8px);
  position: relative;
}

.st13-bubble {
  width: 175px;
  position: absolute;
  left: -16px;
  top: -20.034px;
  animation: scaleUp 1.8s linear infinite;
  z-index: 3;
}

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

.wave-pool {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.wave {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  background: rgba(255, 255, 255, 0.6); 
  mix-blend-mode: multiply;            
}

.st13-logo {
  width: 234px;
}

.st13-left-circle .circle-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.st13-left-circle .circle-wrap .circle-div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10.6px;
  color: #111;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.6px;
}

.circle-div .w  {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.6px;
  box-sizing: border-box;
  width: 259px;
  padding: 12px 32px;
  border-radius: 50px;
  background: #222;
}

.primary-bg {
  background: #BB3F4F !important;
}

.circle-div .w span {
  color: #FFF;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%; /* 56px */
  letter-spacing: -1.4px;
}

.st13-left-circle .circle-wrap>p {
  color: #505050;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.5px;
}

.st13-right-circle {
  width: 500px;
  margin-left: -113px;
  z-index: 3;
  position: relative;
}

.st13-right-circle img {
  width: 100%;
}

.st13-right-circle p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.5px;
  position: absolute;
  top: 50%;
  left: 36px;
  transform: translateY(-50%);
}

.st13-right-circle p .bold {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -0.7px;
}


/* section14 */
#section14 {
  background: url(../img/common-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  position: relative;
  overflow: hidden;
}

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

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

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

.profit-graph-div {
  max-width: 480px;
  width: 38%;
  position: relative;
}

.profit-graph {
  width: 100%;
}

.profit-rate {
  width: 57%;
  position: absolute;
  left: 50%;
  top: 2%;
  transform: translateX(-49%);
}

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

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

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

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

.profit-table-wrap {
  max-width: 750px;
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}

.profit-table-div {
  width: 100%;
  border: 1px solid #AD2E3F;
  background: #FFF;
}

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

.profit-table th, .profit-table td {
  color: #505050;
  height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.4px;
  padding: 5px 10px;
  word-break: keep-all;
}

.profit-table th {
  color: #111;
  font-weight: 500 !important;
  border-bottom: 1px solid #AD2E3F;
}

.profit-table td {
  border-bottom: 1px solid rgba(168, 20, 20, 0.00);
}

.primary2-bg {
  background: #F1EBE7;
}

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

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

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

.profit-20 {
  width: fit-content;
  color: #AD2E3F;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
  background: #FFF;
  display: flex;
  box-sizing: border-box;
  padding: 3px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

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

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

.profit-plus-txt {
  color: #505050;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
  word-break: keep-all;
}


/* section15 */
#section15 {
  background: url(../img/st15-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  position: relative;
  overflow: hidden;
}

.st15-cloud.one {
  left: 167px;
  top: 65px;
}

.st15-cloud.two {
  right: 60px;
  top: 160px;
}

.st15-cloud.three {
  left: 14px;
  bottom: 32px;
}

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

.st15-top .st-sub-tit {
  color: rgba(255, 255, 255, 0.80);
  display: flex;
  align-items: center;
  gap: 8px;
}

.st15-top .st-sub-tit>span {
  display: flex;
  align-items: center;
  gap: 12px;
}

.st15-top .st-sub-tit .img-span {
  display: flex;
  box-sizing: border-box;
  padding: 9px 9px 7px 7px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #FFF;
}

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

.interior-box {
  width: calc(50% - 10px);
  display: flex;
  box-sizing: border-box;
  padding: 40px;
  justify-content: center;
  align-items: center;
  background: #333;
  position: relative;
}

.interior-box.w-full {
  width: 100%;
}

.interior-img {
  width: 100%;
}

.interior-badge {
  position: absolute;
  left: 50%;
  top: 6px;
  transform: translateX(-50%);
  z-index: 3;
}

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

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

.interior-swiper .swiper-slide {
  width: 500px !important;
}

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


/* section16 */
#section16 {
  background: url(../img/common-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  position: relative;
  overflow: hidden;
}

.st16-img {
  position: absolute;
}

.st16-img.l {
  width: 550px;
  bottom: 100px;
  left: -210px;
}

.st16-img.r {
  width: 500px;
  top: 20px;
  right: -110px;
}

.cost-table-container {
  max-width: 1000px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 5;
}

.cost-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #505050;
  background: #FFF;
}

.cost-table th, .cost-table td {
  color: #2D0D0F;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
}

.cost-table th {
  height: 56px;
  padding: 0 16px;
  border-bottom: 2px solid #2D0D0F;
}

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

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

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

.cost-table td {
  height: 68px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.cost-table td:nth-child(2) {
  color: #505050;
  font-weight: 400;
}

.cost-table th:first-child, .cost-table td:first-child {
  background: #EBEBEB;
}

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

.table-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: #505050;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%; /* 25px */
  letter-spacing: -0.5px;
}

.table-point {
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.table-point .line-through {
  color: #999;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px; /* 175% */
  letter-spacing: -0.4px;
  text-decoration-line: line-through;
}

.table-div p {
  color: #505050;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 125%; /* 17.5px */
  letter-spacing: -0.35px;
  word-break: keep-all;
}

.sm-txt {
  color: #505050;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px; /* 175% */
  letter-spacing: -0.4px;
}

.cost-table-total {
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid #111;
  background: #AD2E3F;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cost-table-total p {
  display: flex;
  width: 240px;
  box-sizing: border-box;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.6px;
}

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

.plus-txt p {
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%; /* 20px */
  letter-spacing: -0.4px;
  word-break: keep-all;
}


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

.contact-form-container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  box-sizing: border-box;
  padding: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #111;
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.12);
  z-index: 5;
}

.contact-form {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  background: #FFF;
  border: 1px solid #030303;
}

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

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

.contact-form input[type="text"], input[type="tel"] {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  height: 44px;
  padding: 10px;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 21px */
  letter-spacing: -0.4px;
  border: 1px solid rgba(17, 17, 17, 0.50);
  background: #FFF;
}

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

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

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

.item label span {
  color: #999;
}

.s-btn-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}

.form-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: 0.1s !important;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.svg-div {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: rgba(17, 17, 17, 0.20);
  display: flex;
  justify-content: center;
  align-items: center;
}

.svg-div svg {
  width: 20px;
  height: 20px;
  display: none;
}

.form-tab.have .svg-div {
  background: #111;
}

.form-tab.have .svg-div svg {
  display: block;
}

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

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

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

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

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

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

.c-btn:hover {
  background: #AD2E3F;
}

.contact-img {
  max-width: 1560px;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

@media(min-width: 1700px) {
  .st4-container {
    margin-bottom: -10%;
  }
  .st5-box-item, .st5-box-absol {
    height: 500px;
  }
}

@media(max-width: 1550px) {
  .st5-box {
    padding: 20px 15px 0;
  }
  .st5-box-item-tit {
    font-size: 36px;
    letter-spacing: -0.9px;
  }
  .st5-box-num {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st5-box-item {
    padding: 20px 20px 30px;
  }
  .st5-box-absol {
    padding: 40px 35px 30px;
  }
  .mr-12 {
    margin-right: 6px;
  }
}

@media(max-width: 1500px) {
  .main-left {
    padding-left: 80px;
  }
  .st4-left, .st4-right {
    width: 50%;
  }
  .st4-right {
    padding: 30px;
  }
  .st7-box-div {
    padding: 20px 30px 30px;
  }
  .st7-box-div p {
    transform: translateY(40%);
  }
  .st8-container {
    gap: 80px;
  }
  .st11-box div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st11-box img {
    width: 70px;
  }
  .coin {
    top: -20%;
  }
  .st12-container {
    gap: 50px;
  }
  .st12-right {
    padding: 0;
  }
  .delivery-box {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .delivery-box img {
    width: 38px;
  }
  .st15-cloud.one {
    left: 3%;
  }
  .st15-cloud.two {
    right: 3%;
  }
  .st16-img.l {
    width: 500px;
    bottom: unset;
    top: 10px;
  }
  .st16-img.r {
    width: 450px;
  }
}

@media(max-width: 1450px) {
  .st5-box-item, .st5-box-absol {
    height: 370px;
  }
  .st5-box-absol {
    padding: 20px 35px 30px;
  }
}

@media(max-width: 1400px) {
  .st5-box-item, .st5-box-absol {
    height: 340px;
  }
  .st5-box-absol {
    padding: 30px 35px;
  }
  .st5-box-item-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st5-box-num {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st5-box-item-txt p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .black-circle img {
    width: 170px;
  }
  .black-circle p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .black-circle div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
}

@media (max-width: 1280px) {
  #main {
    min-height: unset;
    height: 800px;
  }
  .main-cloud.one {
    width: 125px;
  }
  .main-cloud.two {
    width: 100px;
  }
  .main-cloud.three {
    width: 170px;
  }
  .main-left {
    padding-left: 40px;
    padding-top: 65px;
  }
  .main-tit-div {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .main-circle {
    width: 600px;
    padding: 20px;
  }
  .main-circle li.on {
    background-position: 0 -279px;
  }
  #section2 {
    gap: 80px;
  }
  .st2-container {
    height: auto;
  }
  .st2-wrap {
    flex-wrap: wrap;
    gap: 20px;
    background: transparent;
    justify-content: center;
    padding: 60px 0 30px;
  }
  .st2-item {
    height: auto;
    aspect-ratio: 7 / 8;
    background: #FFF;
    width: calc(30% - 13.3px);
    border-right: 1px solid #111 !important;
    border-bottom: 1px solid #111;
  }
  .st3-txt {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st3-right {
    gap: 24px;
  }
  .st3-right>div {
    padding: 30px;
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st3-cloud.one {
    width: 120px;
    right: 3%;
  }
  .st3-cloud.two {
    width: 170px;
  }
  #section4 {
    padding-top: 100px;
  }
  .st4-left>p {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .minute-wrap {
    width: 330px;
  }
  .minute-div {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .minute-div p {
    font-size: 72px;
    letter-spacing: -1.8px;
  }
  .st4-right {
    padding: 20px 10px;
  }
  .st4-circle {
    width: 190px;
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st4-txt {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #section5 {
    padding-top: 100px;
  }
  .st5-sub {
    width: 370px;
  }
  .st5-box {
    padding: 15px 10px 0;
  }
  .st5-box-item, .st5-box-absol {
    height: 310px;
  }
  .st5-box-absol {
    padding: 30px 25px;
  }
  .st5-box-item {
    padding: 15px 15px 30px;
  }
  .st5-box-item-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st5-box-num {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st5-box-item-txt p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .black-circle img {
    width: 150px;
  }
  .black-circle p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .black-circle div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .menu-tab {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .menu-slide p {
    padding: 15px 0;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st6-cloud.one {
    width: 120px;
  }
  .st6-cloud.two {
    width: 170px;
  }
  .st6-cloud.three {
    width: 90px;
  }
  .st7-container {
    height: 460px;
  }
  .st7-box-div {
    padding: 20px 30px 30px;
    height: 370px;
  }
  .st7-box-div p {
    height: 160px;
    font-size: 20px;
    letter-spacing: -0.5px;
    transform: translateY(45%);
  }
  .st7-box-num {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st8-deco {
    width: 250px;
  }
  .st8-container {
    gap: 60px;
  }
  .st8-top-div {
    gap: 6px;
  }
  .st8-top-div p:first-child {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st8-top-div p:first-child span {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st8-top-div p:last-child {
    font-size: 108px;
    letter-spacing: -2.4px;
  }
  .st8-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st8-box-div p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st8-box-div div {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .st8-box-div .blink span {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st8-box>p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st8-content {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #section9 {
    height: 370px;
  }
  #section9 img {
    width: 240px;
  }
  #section10 {
    padding: 100px 0 40px;
  }
  .st10-content {
    padding-top: 5px;
    gap: 10px;
  }
  .st10-item-wrap {
    gap: 15px;
  }
  .st10-item {
    width: calc(20% - 24.8px);
    gap: 5px;
  }
  .st10-item p:first-child {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st10-item p:last-child {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st10-item p:last-child span, .st10-content>p {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st10-item-wrap hr{
    height: 70px;
  }
  .st10-cloud.one {
    width: 100px;
    left: 2%;
  }
  .st10-cloud.two {
    width: 150px;
    right: 3%;
  }
  .st10-cloud.three {
    width: 80px;
    left: 0;
  }
  #section11 {
    padding: 30px;
  }
  .st11-container {
    gap: 32.5px 10px;
  }
  .st11-box {
    width: calc(25% - 7.5px);
    padding: 15px 20px 0;
    aspect-ratio: 10 / 8.5;
  }
  .st11-box-num {
    top: -22.5px;
    width: 45px;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st11-circle-wrap {
    width: 900px;
  }
  .coin {
    top: -17%;
  }
  #section12 {
    padding: 100px 0 260px;
  }
  .st12-container {
    gap: 40px;
    flex-direction: column;
  }
  .st12-right {
    gap: 24px;
  }
  #section12 .truck-div {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .st13-left-circle {
    width: 550px;
    gap: 30px;
  }
  .st13-logo {
    width: 200px;
  }
  .st13-left-circle .circle-wrap .circle-div, .circle-div .w {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
  }
  .circle-div .w {
    width: 235px;
  }
  .circle-div .w span {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st13-left-circle .circle-wrap>p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st13-right-circle {
    width: 450px;
    margin-left: -102px;
  }
  .st13-right-circle p {
    left: 28px;
  }
  .st15-top .st-sub-tit img {
    width: 95px;
  }
  .st15-cloud.one {
    width: 140px;
  }
  .st15-cloud.two {
    width: 180px;
  }
  .st15-cloud.three {
    width: 105px;
  }
  .interior-box {
    padding: 25px;
  }
  #contact {
    padding: 100px 0 120px;
  }
  .contact-form {
    padding: 40px;
  }
}

@media(max-width: 1100px) {
  .st5-container {
    display: none;
  }
  .st5-mo-container {
    display: flex;
  }
  .st5-box-item-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st5-box-item-txt p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .mr-12 {
    margin-right: 12px;
  }
  .black-circle {
    width: 100%;
    max-width: 600px;
  }
  .black-circle img {
    width: 200px;
  }
  .black-circle p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .black-circle div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #section7 {
    padding: 100px 0 0;
  }
  .st7-container {
    width: 100%;
  }
  .st7-box-div {
    padding: 20px 10px 30px;
  }
  .st11-inner {
    border: 1px solid #FFF;
  }
  .st11-container {
    max-width: 650px;
    flex-wrap: wrap;
  }
  .st11-box {
    width: calc(50% - 5px);
    aspect-ratio: 5 / 4;
  }
  .st11-circle-wrap {
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
  }
  .st11-circle-div, .st11-circle-div::after {
    border-radius: 0;
  }
  .coin {
    display: none;
  }
}

@media(max-width: 1024px) {
  #main {
    height: 700px;
  }
  .main-left {
    padding-top: 50px;
  }
  .main-tit-div {
    gap: 20px;
  }
  .main-circle {
    width: 550px;
    padding: 20px;
  }
  .main-circle li.on {
    background-position: 0 -254px;
  }
  .st2-con-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st2-con-tit span {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st2-con-tit .red-point {
    height: 55px;
  }
  .st2-item {
    padding-bottom: 20px;
  }
  .st2-item .b-txt {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st2-item-txt {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st2-item-txt .primary {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st2-item .badge {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .g40 {
    font-size: 32px !important;
    letter-spacing: -0.8px !important;
  }
  .st2-img {
    width: 400px;
  }
  .st2-img2 {
    width: 370px;
  }
  .st3-left-div {
    gap: 30px;
  }
  .st3-right>div {
    padding: 20px 0;
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st3-right .red-point {
    width: 120px;
    height: 5px;
  }
  #section4 {
    padding: 100px 0;
  }
  .st4-container {
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin-bottom: 0;
  }
  .st4-left {
    width: 100%;
  }
  .st4-img {
    max-width: 650px;
  }
  .st4-right {
    width: 100%;
    padding: 0;
  }
  .menu-container {
    width: 100%;
    gap: 40px;
  }
  .tab-wrap {
    max-width: 90%;
  }
  .st8-deco {
    width: 200px;
  }
  .st8-container {
    flex-direction: column;
    gap: 40px;
  }
  .st8-img {
    max-width: 650px;
    width: 90%;
  }
  .st8-deco.one {
    left: unset;
    top: 2%;
    right: -5%;
  }
  .st8-deco.two {
    top: 2%;
    left: -5%;
    bottom: unset;
    top: 43%;
  }
  .pc-content {
    display: none;
  }
  .st10-content-bg {
    height: 100%;
  }
  .mo-content {
    display: block;
  }
  .st10-content {
    padding: 30px 0;
    gap: 10px;
  }
  .st10-item-wrap {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .st10-item-wrap .no-hr {
    display: none;
  }
  .st10-item {
    width: 32%;
  }
  .st12-left .daily {
    width: 240px;
  }
  .delivery-box {
    font-size: 24px;
    letter-spacing: -0.6px;
    gap: 8px;
  }
  .delivery-box img {
    width: 35px;
  }
  .st13-left-circle {
    width: 450px;
  }
  .st13-bubble {
    width: 150px;
  }
  .st13-logo {
    width: 180px;
  }
  .st13-left-circle .circle-wrap .circle-div, .circle-div .w {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.45px;
  }
  .circle-div .w {
    width: 210px;
  }
  .circle-div .w span {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st13-left-circle .circle-wrap>p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st13-right-circle {
    width: 370px;
    margin-left: -84px;
  }
  .st13-right-circle p {
    left: 25px;
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st13-right-circle p .bold {
    font-size: 24px;
    letter-spacing: -0.45px;
  }
  .profit-inner {
    flex-direction: column;
    gap: 50px;
  }
  .profit-graph-div {
    max-width: 600px;
    width: 90%;
  }
  .profit-table-wrap {
    width: 90%;
  }
  .profit-container hr {
    top: 40%;
    left: 50%;
    width: 1px;
    height: 54%;
    display: block !important;
    transform: translate(-50%, -50%);
  }
  .profit-table td:nth-child(2) {
    text-align: right;
  }
  .interior-box {
    padding: 20px;
  }
  .interior-swiper .swiper-slide {
    width: 450px !important;
  }
  .cost-table th, .cost-table td, .table-point, .table-div, .marquee-div {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.45px;
  }
  .table-point .line-through, .sm-txt {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.35px;
  }
  .cost-table th:first-child {
    width: 170px;
  }
  .cost-table th:last-child {
    width: 190px;
  }
  .cost-table th:nth-child(2) {
    width: calc(100% - 360px);
  }
  .cost-table td {
    height: 62px;
  }
  .cost-table-total p {
    width: 170px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.5px;
  }
  .st16-img.l {
    width: 380px;
    left: -150px;
  }
  .st16-img.r {
    width: 350px;
  }
  .marquee-div img {
    width: 85px;
  }
}

@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;
  }
  #main {
    height: 100vh;
  }
  .main-cloud {
    display: none;
  }
  .main-left {
    padding: 0;
  }
  .main-tit-div {
    display: none;
  }
  .main-mo-tit {
    display: flex;
  }
  .main-circle {
    top: 50%;
    width: 550px;
    padding: 15px;
  }
  .main-circle li.on {
    background-position: 0 -259px;
  }
  .pc-store {
    display: none;
  }
  .mo-store {
    display: block;
  }
  .pc-bg {
    display: none;
  }
  .mo-bg {
    display: block;
  }
  .st2-wrap {
    padding: 40px 0 25px;
    gap: 10px;
  }
  .st2-con-tit {
    gap: 8px;
    font-size: 24px;
    letter-spacing: -0.6px;
    top: -36px;
  }
  .st2-con-tit span {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st2-con-tit .red-point {
    height: 50px;
  }
  .st2-item {
    width: calc(30% - 6.6px);
    aspect-ratio: 4 / 5;
    gap: 8px;
  }
  .st2-item .b-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st2-item-txt {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st2-item-txt .primary {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st2-item .badge {
    font-size: 20px;
    letter-spacing: -0.5px;
    right: 10px;
  }
  .g40 {
    font-size: 28px !important;
    letter-spacing: -0.7px !important;
  }
  .st2-img {
    width: 350px;
  }
  .st2-img2 {
    width: 320px;
  }
  #section3 {
    flex-direction: column;
    padding: 90px 20px 40px;
    gap: 50px;
  }
  .st3-left, .st3-right {
    width: 100%;
  }
  .st3-left {
    padding: 0;
  }
  .st3-left-div {
    align-items: center;
    gap: 24px;
  }
  .st3-left .st-tit {
    text-align: center;
  }
  .st3-txt {
    align-items: center;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st3-right {
    padding: 40px 16px;
  }
  .st3-right>div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st3-cloud {
    display: none;
  }
  #section4 {
    padding: 90px 0;
  }
  .st4-left>p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .minute-wrap {
    width: 280px;
  }
  .minute-div {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .minute-div p {
    font-size: 64px;
    letter-spacing: -1.6px;
  }
  .st4-img {
    max-width: 600px;
    margin-top: -27%;
  }
  .st4-circle {
    width: 160px;
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st4-txt {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #section5 {
    padding-top: 90px;
  }
  .st5-sub {
    width: 340px;
  }
  .st5-mo-num {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st5-box-item-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st5-box-item-txt p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .black-circle {
    max-width: 550px;
  }
  .black-circle img {
    width: 170px;
  }
  .black-circle p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .black-circle div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #section6 .st-tit .dot {
    left: 14px;
  }
  .menu-container {
    gap: 30px;
  }
  .menu-tab {
    font-size: 20px;
    letter-spacing: -0.5px;
    padding: 10px 25px;
  }
  .menu-slide p {
    padding: 10px 0;
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .view-more {
    font-size: 18px;
    letter-spacing: -0.45px;
    padding: 10px 24px 10px 30px;
  }
  .st6-cloud.one {
    width: 90px;
    left: 8%;
    top: 40px;
  }
  .st6-cloud.two {
    width: 140px;
    right: -1%;
    top: 30%;
  }
  .st6-cloud.three {
    width: 80px;
    left: 5%;
    top: unset;
    bottom: 50px;
  }
  #section7 {
    padding: 90px 0 0;
  }
  .st7-container {
    height: 400px;
  }
  .st7-box-div {
    height: 340px;
  }
  .st7-box-div p {
    height: 150px;
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st7-box-num {
    font-size: 24px;
    letter-spacing: -0.6px;
    padding: 5px 20px;
  }
  #section9 {
    height: 300px;
    background: url(../img/st9-mo-bg.png);
  }
  #section9 img {
    width: 190px;
  }
  #section10 {
    padding: 90px 0 40px;
  }
  .dot {
    width: 4px;
    top: 0;
  }
  .st10-cloud.one {
    top: -2%;
  }
  .st10-cloud.two {
    top: 8%;
    right: 5%;
  }
  .st10-cloud.three {
    top: 26%;
    left: 2%;
  }
  .st10-content {
    padding: 20px 0;
  }
  .st10-item p:first-child {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st10-item p:last-child {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st10-item p:last-child span {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .st10-item-wrap hr {
    height: 55px;
  }
  #section11 {
    padding: 20px;
  }
  #section12 {
    padding: 80px 0 240px;
  }
  #section13 {
    gap: 65px;
  }
  .st13-left-circle {
    width: 380px;
    gap: 20px;
  }
  .st13-left-circle .circle-wrap {
    gap: 10px;
  }
  .st13-bubble {
    width: 130px;
  }
  .st13-logo {
    width: 140px;
  }
  .st13-left-circle .circle-wrap .circle-div, .circle-div .w {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
  .circle-div .w {
    padding: 6px 16px;
    width: 160px;
  }
  .circle-div .w span {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st13-left-circle .circle-wrap>p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st13-right-circle {
    width: 310px;
    margin-left: -70px;
  }
  .st13-right-circle p {
    left: 22px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.4px;
  }
  .st13-right-circle p .bold {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
  .st15-top .st-sub-tit {
    gap: 8px;
  }
  .st15-top .st-sub-tit img {
    width: 88px;
  }
  .interior-box {
    width: 100%;
  }
  .interior-badge {
    width: 90px;
  }
  .interior-swiper .swiper-slide {
    width: 550px !important;
  }
  .st15-cloud.one {
    width: 110px;
  }
  .st15-cloud.two {
    width: 140px;
  }
  .st15-cloud.three {
    width: 90px;
  }
  #section16 {
    gap: 50px;
  }
  .cost-table-container {
    gap: 8px;
  }
  .cost-table th, .cost-table td, .table-point, .table-div, .marquee-div {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.4px;
  }
  .table-point .line-through, .sm-txt, .table-div p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.3px;
  }
  .cost-table th:first-child {
    width: 130px;
  }
  .cost-table th:last-child {
    width: 130px;
  }
  .cost-table th:nth-child(2) {
    width: calc(100% - 270px);
  }
  .cost-table td {
    height: 55px;
  }
  .cost-table-total p {
    width: 130px;
    font-size: 18px;
    letter-spacing: 20px;
    letter-spacing: -0.45px;
    padding: 8px 12px;
  }
  .cost-table-total p:last-child {
    width: 150px;
  }
  .plus-txt p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st16-img.l {
    width: 350px;
    left: -120px;
  }
  .st16-img.r {
    width: 300px;
    right: -100px;
  }
  #contact {
    padding: 80px 0 120px;
  }
  .contact-form-container {
    padding: 12px;
  }
  .contact-form {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .main-mo-tit {
    max-width: 620px;
    display: flex;
    top: 13%;
  }
  .main-circle {
    width: 500px;
    padding: 13.846px;
  }
  .main-circle li.on {
    background-position: 0 -235.16px;
  }
  .mo-store {
    width: 52%;
  }
  #section2 {
    padding: 70px 16px;
  }
  .st2-container {
    width: 100%;
    gap: 60px;
  }
  .st2-item {
    aspect-ratio: 4 / 5.5;
  }
  .layer-popup {
    position: fixed;
    top: 5%;
    left: 5%;
  }
  #section3 {
    padding: 70px 16px 40px;
  }
  #section4 {
    padding: 70px 0;
  }
  #section5 {
    padding-top: 70px;
    gap: 40px;
  }
  .st5-mo-box {
    padding: 10px;
  }
  #section6 {
    gap: 45px;
  }
  .menu-container {
    gap: 24px;
  }
  #section7 {
    padding: 70px 0 0;
    gap: 40px;
  }
  .st7-box {
    padding: 0 10px;
  }
  .st7-box-div {
    padding: 30px 0;
  }
  .st7-box-div p {
    text-align: center;
  }
  #section8 {
    padding: 70px 20px;
  }
  .st8-img {
    width: 100%;
  }
  .st8-container {
    width: 100%;
  }
  #section10 {
    padding: 70px 0 40px;
    gap: 40px;
  }
  #section11 {
    padding: 10px;
  }
  .st11-inner {
    gap: 60px;
    padding: 70px 12px;
  }
  .st11-container {
    width: 100%;
  }
  #section12 {
    padding: 70px 0 220px;
  }
  .truck-div .truck {
    width: 450px;
  }
  #section13 {
    gap: 55px;
  }
  #section14 {
    padding: 70px 0;
    gap: 40px;
  }
  .profit-graph-div, .profit-table-wrap {
    max-width: unset;
  }
  .profit-table-wrap {
    padding: 0 10px;
  }
  .profit-table th, .profit-table td {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .profit-result {
    height: 45px;
  }
  .profit-18 {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .profit-28 {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .profit-20 {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #section15 {
    padding: 70px 0;
  }
  .interior-badge {
    width: 74px;
  }
  #section16 {
    padding: 70px 10px;
    gap: 40px;
  }
  .cost-table-container {
    width: 100%;
  }
  .contact-form, .flex-input {
    gap: 24px;
  }
  #contact {
    padding: 70px 0 140px;
    gap: 40px;
  }
}

@media (max-width: 650px) {
  #main {
    height: 850px;
  }
  .main-mo-tit {
    max-width: 620px;
    width: 85%;
    display: flex;
    top: 125px;
  }
  .main-mo-tit p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .main-circle {
    width: 420px;
  }
  .main-circle li.on {
    background-position: 0 -195.16px;
  }
  .mo-store {
    width: 55%;
  }
  .st2-container {
    padding: 5px;
  }
  .st2-wrap {
    padding: 30px 0 12px;
  }
  .st2-con-tit {
    padding: 6px 0;
    font-size: 18px;
    letter-spacing: -0.45px;
    top: -23.5px;
  }
  .st2-con-tit span {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st2-con-tit .red-point {
    width: 4px;
    height: 30px;
  }
  .st2-item {
    width: calc(45% - 5px);
    aspect-ratio: 7 / 7.5;
  }
  .st2-item .b-txt {
    font-size: 16px;
    letter-spacing: -0.4px;
    padding: 1px 5px;
  }
  .st2-item-txt {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st2-item-txt .primary {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st2-item .badge {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .g40 {
    font-size: 24px !important;
    letter-spacing: -0.6px !important;
  }
  .st2-img {
    width: 280px;
    left: -15%;
  }
  .st2-img2 {
    width: 270px;
    right: -10%;
    bottom: -2%;
  }
  .st3-right {
    gap: 16px;
    background-attachment: unset;
  }
  .st3-txt, .st3-right>div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .highlight-wrap {
    padding: 2px 5px;
  }
  .st4-left {
    gap: 10px;
  }
  .st4-left>p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .minute-wrap {
    width: 240px;
  }
  .minute-div {
    font-size: 32px;
    letter-spacing: -0.8px;
    gap: 5.5px;
  }
  .minute-div p {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .st4-img {
    max-width: 550px;
    margin-top: -140px;
  }
  .st4-circle {
    width: 140px;
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st4-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st5-sub {
    width: 320px;
  }
  .st5-mo-num {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st5-box-item-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st5-box-item-txt p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st5-mo-box.black {
    padding: 0;
  }
  .black-circle {
    gap: 20px;
  }
  .black-circle img {
    width: 140px;
  }
  .black-circle p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .black-circle div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .menu-tab {
    font-size: 18px;
    letter-spacing: -0.45px;
    padding: 8px;
  }
  .menu-slide p {
    font-size: 18px;
    letter-spacing: -0.45px;
    padding: 8px;
  }
  .menu-slide {
    padding: 5px;
  }
  .nav-btn {
    width: 40px;
    height: 40px;
  }
  .view-more {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st6-cloud.one {
    width: 80px;
    left: 3%;
    top: 20px;
  }
  .st6-cloud.two {
    width: 105px;
    right: -1%;
  }
  .st6-cloud.three {
    width: 65px;
    left: 0;
  }
  .st6-pc {
    display: none;
  }
  .st6-mo {
    display: block;
  }
  .st7-container {
    height: 320px;
  }
  .st7-box {
    align-items: center;
  }
  .st7-box-div {
    height: calc(100% - 36px);
    padding: 30px 0;
  }
  .st7-box-div p {
    transform: none;
    font-size: 16px;
    letter-spacing: -0.4px;
    text-align: center;
  }
  .st7-box-num {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st8-deco {
    width: 150px;
  }
  .st8-top-div p:first-child {
    font-size: 42px;
    letter-spacing: -1.05px;
  }
  .st8-top-div p:last-child {
    font-size: 90px;
    letter-spacing: -2.25px;
  }
  .st8-txt {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st8-box {
    padding: 15px;
    gap: 9px;
  }
  .st8-box-div {
    gap: 15px;
  }
  .st8-box-div p {
    font-size: 21px;
    letter-spacing: -0.525px;
  }
  .st8-box-div div {
    font-size: 51px;
    letter-spacing: -1.275px;
    padding: 3px 12px;
  }
  .st8-box-div .blink span {
    font-size: 30px;
    letter-spacing: -0.75px;
  }
  .st8-box>p {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st8-content {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #section9 {
    height: 270px;
    background-attachment: unset;
    background: url(../img/st9-mo-bg.png);
  }
  #section9 img {
    width: 170px;
  }
  .dot {
    width: 3px;
    top: 1px;
  }
  .st10-cloud.one {
    width: 80px;
    top: -10%;
  }
  .st10-cloud.two {
    width: 105px;
    top: 5%;
  }
  .st10-cloud.three {
    width: 63px;
    top: 17%;
  }
  .st10-item p:first-child {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st10-item p:last-child {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st10-item p:last-child span {
    font-size: 8px;
    letter-spacing: -0.2px;
  }
  .st10-item-wrap hr {
    height: 40px;
  }
  .st10-content>p {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .st10-store {
    width: 70%;
  }
  .st10-img {
    width: 53%;
    margin-left: -33%;
  }
  .st11-box {
    padding: 10px 5px 0;
    gap: 8px;
    aspect-ratio: 16 / 15;
  }
  .st11-box img {
    width: 55px;
  }
  .st11-box div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st11-box-num {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #section12 {
    padding: 70px 0 200px;
    background-attachment: unset;
    background: url(../img/st12-mo-bg.png);
  }
  .st12-container, .st12-left {
    align-items: center;
  }
  .st12-right {
    width: 100%;
  }
  .delivery-box {
    width: 100%;
    font-size: 20px;
    letter-spacing: -0.5px;
    gap: 4px;
    padding: 8px;
    border-radius: 4px;
    flex-wrap: wrap;
  }
  .delivery-box::after{
    border-radius: 4px;
  }
  .delivery-box img {
    width: 25px;
  }
  .truck-div .truck {
    width: 350px;
  }
  .st13-left-circle {
    width: 300px;
    gap: 10px;
  }
  .st13-left-circle .circle-wrap {
    gap: 5px;
  }
  .st13-bubble {
    width: 110px;
  }
  .st13-logo {
    width: 100px;
  }
  .st13-left-circle .circle-wrap .circle-div {
    gap: 2.67px;
  }
  .st13-left-circle .circle-wrap .circle-div, .circle-div .w {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.35px;
  }
  .circle-div .w {
    padding: 3px 8px;
    width: 120px;
    border-radius: 12.5px;
  }
  .circle-div .w span {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st13-left-circle .circle-wrap>p {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st13-right-circle {
    width: 260px;
    margin-left: -60px;
  }
  .st13-right-circle p {
    left: 15px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.35px;
  }
  .st13-right-circle p .bold {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.45px;
  }
  .profit-graph-div, .profit-table-wrap {
    width: 100%;
  }
  .profit-table th, .profit-table td {
    height: 30px;
    padding: 5px;
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .profit-result {
    gap: 10px;
  }
  .profit-18 {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .profit-28 {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .profit-20 {
    font-size: 16px;
    letter-spacing: -0.4px;
    padding: 1.5px 5px 0;
  }
  .st15-top .st-sub-tit {
    gap: 6px;
  }
  .st15-cloud {
    display: none;
  }
  .st15-top .st-sub-tit {
    flex-direction: column;
    gap: 6px;
  }
  .st15-top .st-sub-tit>span {
    gap: 6px;
  }
  .st15-top .st-sub-tit .img-span {
    padding: 7.29px 6.75px 5.25px 5.25px;
    border-radius: 9px;
  }
  .st15-top .st-sub-tit img {
    width: 80px;
  }
  .st15-container {
    gap: 10px;
  }
  .interior-box {
    padding: 12px;
  }
  .interior-badge {
    top: -5px;
    width: 65px;
  }
  .interior-swiper .swiper-slide {
    width: 500px !important;
  }
  .cost-table th, .cost-table td, .table-point, .table-div, .marquee-div {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.35px;
  }
  .table-point .line-through, .sm-txt {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .cost-table th {
    padding: 0 8px;
    height: 50px;
  }
  .cost-table td {
    padding: 4px;
  }
  .cost-table th:first-child {
    width: 110px;
  }
  .cost-table th:last-child {
    width: 110px;
  }
  .cost-table th:nth-child(2) {
    width: calc(100% - 230px);
  }
  .cost-table td {
    height: 50px;
  }
  .cost-table-total p {
    width: 110px;
    font-size: 16px;
    letter-spacing: 18px;
    letter-spacing: -0.4px;
    padding: 6px 8px;
  }
  .cost-table-total p:last-child {
    width: 120px;
  }
  .table-point {
    gap: 4px;
  }
  .plus-txt p {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st16-img.l {
    width: 280px;
    left: -100px;
  }
  .marquee {
    padding: 8px;
  }
  .marquee-div {
    gap: 8px;
  }
  .marquee-div img {
    width: 70px;
  }
  .st16-img.r {
    width: 250px;
    right: -80px;
  }
  .contact-form-container {
    padding: 8px;
  }
  .contact-form {
    padding: 30px 20px;
  }
  .flex-input {
    flex-direction: column;
  }
  .form-wrap {
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
  }
  .c-btn {
    width: 100%;
    font-size: 18px;
    letter-spacing: -0.45px;
  }
}

@media (max-width: 550px) {
  .main-mo-tit p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st7-container {
    height: 300px;
  }
  .st7-box-div {
    height: calc(100% - 33.4px);
  }
  .st7-box-div p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st7-box-num {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st13-left-circle {
    width: 260px;
  }
  .st13-bubble {
    width: 100px;
  }
  .st13-logo {
    width: 90px;
  }
  .st13-left-circle .circle-wrap .circle-div, .circle-div .w {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.3px;
  }
  .circle-div .w {
    width: 110px;
  }
  .circle-div .w span {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st13-left-circle .circle-wrap>p {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .st13-right-circle {
    width: 200px;
    margin-left: -44px;
  }
  .st13-right-circle p {
    left: 11px;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: -0.25px;
  }
  .st13-right-circle p .bold {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.35px;
  }
  .interior-swiper .swiper-slide {
    width: 430px !important;
  }
  .table-point {
    flex-direction: column;
    gap: 2px;
  }
}

@media (max-width: 480px) {
  #main {
    height: 800px;
  }
  .main-mo-tit p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .main-circle {
    width: 350px;
  }
  .main-circle-inner li.on {
    background-position: 0 -160.16px;
  }
  .mo-store {
    width: 80%;
  }
  .st2-con-tit {
    font-size: 16px;
    letter-spacing: -0.4px;
    top: -21.4px;
  }
  .st2-con-tit span {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st2-item {
    width: calc(47% - 5px);
    aspect-ratio: 7 / 8.5;
  }
  .st2-item .b-txt {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st2-item-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st2-item .badge {
    font-size: 16px;
    letter-spacing: -0.4px;
    bottom: 20px;
  }
  .g40 {
    font-size: 20px !important;
    letter-spacing: -0.45px !important;
    bottom: 15px !important;
  }
  .st2-img {
    width: 230px;
  }
  .st2-img2 {
    width: 220px;
  }
  .st3-left {
    justify-content: flex-start;
  }
  .st3-txt {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st3-left-div {
    align-items: flex-start;
  }
  .st3-left .st-tit, .st3-txt {
    text-align: left;
  }
  .st3-txt {
    align-items: flex-start;
  }
  .st4-left>p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .minute-wrap {
    width: 200px;
  }
  .minute-div {
    font-size: 28px;
    letter-spacing: -0.7px;
    gap: 5.5px;
  }
  .minute-div p {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st4-img {
    margin-top: -110px;
  }
  .st4-circle {
    width: 125px;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st4-txt {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st5-mo-num {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .black-circle p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #section6 .st-tit .dot {
    left: 10px;
  }
  .menu-tab, .menu-slide p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st7-container {
    height: 250px;
  }
  .st7-box-div {
    height: calc(100% - 28.2px);
  }
  .st7-box-div p {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st7-box-num {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st8-txt {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st8-content {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  #section9 {
    height: 240px;
  }
  #section9 img {
    width: 140px;
  }
  .st10-content {
    padding: 15px 0;
  }
  .st10-item p:first-child {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st10-item p:last-child {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .st11-container {
    gap: 30px 10px;
  }
  .st11-box img {
    width: 40px;
  }
  .st11-box div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st11-box-num {
    width: 40px;
    top: -20px;
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  #section12 {
    padding: 70px 0 170px;
  }
  .delivery-box {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .truck-div .truck {
    width: 300px;
  }
  .st13-left-circle {
    width: 210px;
  }
  .st13-bubble {
    width: 80px;
  }
  .st13-logo {
    width: 70px;
  }
  .st13-left-circle .circle-wrap .circle-div, .circle-div .w {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: -0.25px;
  }
  .circle-div .w {
    width: 100px;
  }
  .circle-div .w span {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st13-left-circle .circle-wrap>p {
    font-size: 8px;
    letter-spacing: -0.2px;
  }
  .st13-right-circle {
    width: 160px;
    margin-left: -35px;
  }
  .st13-right-circle p {
    left: 9px;
    font-size: 8px;
    line-height: 12px;
    letter-spacing: -0.2px;
  }
  .st13-right-circle p .bold {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.3px;
  }
  .profit-inner {
    width: 92%;
  }
  .profit-table th, .profit-table td {
    height: 25px;
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .profit-result {
    height: 35px;
  }
  .profit-18 {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .profit-28 {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .profit-20 {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .interior-badge {
    width: 55px;
  }
  .interior-swiper .swiper-slide {
    width: 350px !important;
  }
  .cost-table th, .cost-table td, .table-point, .table-div, .marquee-div {
    font-size: 12px;
    line-height: 125%;
    letter-spacing: -0.3px;
  }
  .table-div p {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.25px;
  }
  .table-point .line-through, .sm-txt {
    line-height: 125%;
  }
  .cost-table th {
    padding: 0 8px;
    height: 40px;
  }
  .cost-table th:first-child {
    width: 90px;
  }
  .cost-table th:last-child {
    width: 90px;
  }
  .cost-table th:nth-child(2) {
    width: calc(100% - 180px);
  }
  .cost-table td {
    height: 45px;
  }
  .cost-table-total p {
    width: 90px;
    font-size: 14px;
    letter-spacing: 18px;
    letter-spacing: -0.35px;
  }
  .cost-table-total p:last-child {
    text-align: right;
    justify-content: flex-end;
  }
  .plus-txt p {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .st16-img.r {
    width: 170px;
    left: -30px;
    top: -50px;
    right: unset;
  }
  .st16-img.l {
    width: 200px;
    right: -50px;
    top: -50px;
    left: unset;
  }
  .marquee-div img {
    width: 60px;
  }
}

@media (max-width: 400px) {
  #main {
    height: 740px;
  }
  .main-mo-tit {
    width: 90%;
  }
  .main-circle {
    width: 320px;
  }
  .main-circle-inner li.on {
    background-position: 0 -160.16px;
  }
  .st2-item {
    aspect-ratio: 7 / 9;
  }
  .st2-item .b-txt {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st2-item-txt {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st2-item-txt .primary {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st2-item .badge {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st2-img {
    width: 190px;
  }
  .st2-img2 {
    width: 180px;
  }
  .minute-wrap {
    width: 190px;
  }
  .minute-div {
    font-size: 26px;
    letter-spacing: -0.65px;
  }
  .minute-div p {
    font-size: 45px;
    letter-spacing: -1.125px;
  }
  .st4-circle {
    width: 110px;
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .menu-tab, .menu-slide p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st8-deco {
    width: 150px;
  }
  .st10-item p:first-child {
    font-size: 22px;
    letter-spacing: -0.55px;
  }
  #section12 {
    padding: 70px 0 150px;
  }
  .delivery-box {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .truck-div .truck {
    width: 285px;
  }
  .profit-table th, .profit-table td {
    height: 20px;
    font-size: 8px;
    letter-spacing: -0.2px;
  }
  .profit-result {
    height: 30px;
  }
  .profit-18 {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .profit-28 {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .profit-20 {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .interior-badge {
    top: -3px;
    width: 45px;
  }
  .interior-swiper .swiper-slide {
    width: 270px !important;
  }
  .cost-table th, .cost-table td, .table-point, .table-div, .marquee-div {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .table-div p {
    font-size: 9px;
    letter-spacing: -0.225px;
  }
  .cost-table th {
    height: 35px;
  }
  .cost-table th:first-child {
    width: 65px;
  }
  .cost-table th:last-child {
    width: 75px;
  }
  .cost-table th:nth-child(2) {
    width: calc(100% - 140px);
  }
  .cost-table td {
    height: 42px;
  }
  .cost-table-total p {
    width: 65px;
    font-size: 12px;
    letter-spacing: 14px;
    letter-spacing: -0.3px;
  }
  .st16-img.r {
    width: 150px;
    left: -30px;
    top: -50px;
  }
  .st16-img.l {
    width: 160px;
    right: -40px;
    top: -30px;
  }
  .marquee-div img {
    width: 50px;
  }
}

@media (max-width: 370px) {
  #main {
    height: 700px;
  }
  .main-mo-tit p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .main-circle {
    width: 290px;
    padding: 10px;
  }
  .main-circle-inner li.on {
    background-position: - -134px;
  }
  .mr-12 {
    margin-right: 6px;
  }
  .st5-mo-div {
    padding: 25px 16px;
  }
  .st5-box-item-txt p, .black-circle div {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st5-box-item-txt {
    gap: 4px;
  }
  .black-circle {
    gap: 12px;
  }
  .tab-wrap {
    max-width: 95%;
  }
  .menu-tab, .menu-slide p {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st7-container {
    height: 220px;
  }
  .st7-box-div {
    height: calc(100% - 25.6px);
  }
  .st7-box-div p {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .st7-box-num {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  #section8 {
    padding: 70px 16px;
  }
  .st8-top-div p:first-child {
    font-size: 38px;
    letter-spacing: -0.95;
  }
  .st8-top-div p:first-child span {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st8-top-div p:last-child {
    font-size: 82px;
    letter-spacing: -2px;
  }
  .st8-box {
    padding: 10px;
  }
  .st8-box-div {
    gap: 12px;
  }
  .st8-box-div p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st8-box-div div {
    font-size: 46px;
    letter-spacing: -1.15px;
  }
  .st8-box-div .blink span {
    font-size: 26px;
    letter-spacing: -0.65px;
  }
  .st11-inner {
    gap: 56px;
  }
  .st11-container {
    gap: 26px 10px;
  }
  .st11-box div {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st11-box-num {
    width: 32px;
    top: -16px;
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .delivery-box {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st13-left-circle {
    width: 160px;
  }
  .st13-bubble {
    width: 60px;
    left: -4px;
  }
  .st13-logo {
    width: 60px;
  }
  .st13-left-circle .circle-wrap .circle-div, .circle-div .w {
    font-size: 8px;
    line-height: 12px;
    letter-spacing: -0.2px;
  }
  .circle-div .w {
    width: 80px;
  }
  .circle-div .w span {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st13-left-circle .circle-wrap>p {
    font-size: 6px;
    letter-spacing: -0.15px;
  }
  .st13-right-circle {
    width: 120px;
    margin-left: -26px;
  }
  .st13-right-circle p {
    left: 6px;
    font-size: 6px;
    line-height: 10px;
    letter-spacing: -0.15px;
  }
  .st13-right-circle p .bold {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: -0.25px;
  }
  .profit-28 {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .profit-20 {
    padding: 2.5px 5px 0;
  }
  #contact {
    padding: 70px 0 120px;
  }
  .s-btn-wrap {
    gap: 24px;
  }
  .agree-wrap {
    gap: 8px;
  }
  .contact-form .agree {
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: -0.35px !important;
  }
  .contact-form .round-checkbox {
    width: 25px;
    height: 25px;
  }
  .st16-img.r {
    width: 130px;
    left: -45px;
    top: -30px;
  }
  .st16-img.l {
    width: 140px;
    right: -50px;
    top: -20px;
  }
}

@media(max-width: 350px) {
  .st2-item-txt {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st2-item-txt .primary {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st2-item .badge {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .g {
    font-size: 16px !important;
    letter-spacing: -0.4px !important;
  }
  .st2-img {
    width: 150px;
  }
  .st2-img2 {
    width: 140px;
  }
  .st3-right {
    padding: 35px 16px;
  }
  .st3-right>div {
    padding: 15px 0;
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st3-right .red-point {
    height: 4px;
  }
  .st10-item p:first-child {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st10-item-wrap hr {
    height: 35px;
  }
  .interior-box {
    padding: 10px;
  }
  .interior-badge {
    width: 40px;
  }
  .interior-swiper .swiper-slide {
    width: 240px !important;
  }
}

@media(max-width: 330px) {
  .main-mo-tit {
    width: 100%;
    gap: 30px;
    justify-content: center;
  }
  .st11-box div {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
}
