/* 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: #111;
  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: 70px;
  left: 50%;
  gap: 10px;
  align-items: start;
  justify-content: center;
  transform: translateX(-50%);
  z-index: 100;
}

.scrolltrigger, .fadeDown, .fadeDown2, .fadeDown3, .point-txt, .st2-txt, .fadeUp, .fadeUp2, .fadeUp3, .fadeLeft, .fadeRight, .fadeRight2 {
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform, opacity;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
}

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

.main-container {
  max-width: 1300px;
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  padding-top: 200px;
  z-index: 3;
}

.main-tit {
  color: #FFF;
  font-size: 36px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.9px;
}

.main-div {
  display: flex;
  align-items: center;
  gap: 32px;
}

.main-logo {
  width: 381px;
}

.main-symbol-div {
  display: flex;
  box-sizing: border-box;
  padding: 5.466px 6.012px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1.093px solid #FFF;
}

.symbol-logo {
  width: 20.224px;
}

.main-img {
  width: 55.7%;
  position: absolute;
  right: 3%;
  bottom: 0;
  opacity: 0;
  transition: opacity 2.5s ease;
}

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

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

.main-img.show {
  opacity: 1;
}


/* section2 */
#section2 {
  background: url(../img/st2-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  overflow: hidden;
  padding: 120px 0;
}

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

.st2-pannel {
  max-width: 800px;
  width: 65%;
  margin-right: -55px;
}

.st2-pannel.mo-pannel {
  display: none;
}

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

.st2-top-div>div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.st2-top-div div p {
  color: #FFF;
  font-family: "Noto Serif KR";
  font-size: 56px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -1.4px;
  text-align: center;
}

.st2-top-div p {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
}

.fadeDown, .fadeDown2, .fadeDown3, .point-txt, .fadeUp, .fadeUp2, .fadeUp3, .boom, .fadeLeft, .fadeRight, .fadeRight2 {
  display: inline-block;
}

.st2-container {
  display: flex;
  max-width: 1300px;
  width: 90%;
  align-items: center;
  /* border: 1px solid rgba(255, 255, 255, 0.30); */
  background: rgba(51, 51, 51, 0.30);
  backdrop-filter: blur(6px);
  box-sizing: border-box;
  padding: 30px;
  position: relative;
}

.st2-container::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.05) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.st2-gif {
  width: 29%;
  aspect-ratio: 36 / 35;
  object-fit: cover;
}

.st2-wrap {
  display: flex;
  box-sizing: border-box;
  padding: 0 40px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 71%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.st2-wrap p:first-child {
  color: #FFF;
  text-align: center;
  font-family: "Gmarket Sans";
  font-size: 48px;
  font-weight: 500;
  line-height: 130%; /* 52px */
  letter-spacing: -1.2px;
}

#st2-number {
  display: inline-flex;
  width: 87px;
  justify-content: flex-end;
}

.st2-graph {
  width: 100%;
  display: flex;
  align-items: flex-end;
  /* gap: 12px; */
  overflow: visible;
  justify-content: space-between;
}

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

.bars {
  animation: barGrow 8s linear infinite;
  transform-origin: bottom left;
}

@keyframes barGrow {
  0% {
    clip-path: polygon(
      0% 100%,   /* 왼 아래 */
      100% 100%, /* 오른 아래 */
      100% 100%, /* 오른 아래 (완전 가림) */
      0% 100%    /* 왼 아래 */
    );
  }
  9% {
    clip-path: polygon(
      0% 100%,    /* 왼 아래는 그대로 */
      100% 100%,  /* 아래는 그대로 */

      /* 위쪽이 오른쪽으로 갈수록 낮게 설정 → 대각선 상승 효과 */
      100% 60%,   /* 오른쪽 막대는 아직 많이 가려짐 */
      0% 20%      /* 왼쪽 막대는 이미 많이 보임 */
    );
  }
  18% {
    clip-path: polygon(
      0% 100%,
      100% 100%,
      100% 0%,   /* 완전히 열림 */
      0% 0%
    );
  }
}

.st2-graph-div {
  max-width: 21px;
  width: calc(4.35% - 11.44px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.st2-graph-div .bar-img {
  transform-origin: bottom;
  clip-path: inset(100% 0 0 0);
}

.st2-graph-div>p {
  color: rgba(255, 255, 255, 0.70) !important;
  text-align: center;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: normal;
  letter-spacing: -0.35px !important;
  padding: 0 !important;
}

.st2-wrap p:last-child {
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
  padding-top: 8px;
  word-break: keep-all;
}


/* section3 */
#section3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}

.st3-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 16px;
  padding: 164px 0;
}

.st3-top-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.bg-div {
  width: 50%;
  position: relative;
}

.bg-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%);
}

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

.st3-top-sub {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.8px;
  display: flex;
  box-sizing: border-box;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  z-index: 3;
  background: #111;
}

.st3-top .st-tit p {
  color: #FFF;
  text-align: center;
  font-family: 'Gmarket Sans';
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 83.2px */
  letter-spacing: -1.6px;
  position: relative;
  z-index: 5;
}

.st3-bottom {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 180px 50px 80px;
  background: #FFFBF5;
  position: relative;
}

.st3-bottom-inner {
  width: 100%;
  background: url(../img/st3-bottom.png);
  background-position: top center !important;
  background-size: cover !important;
  display: flex;
  box-sizing: border-box;
  padding: 130px 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.st3-bottom-inner b {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif KR";
  font-size: 48px;
  line-height: 130%; /* 62.4px */
  letter-spacing: -1.2px;
}

.st3-bottom-inner p {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.6px;
}

.st3-img-div {
  width: 368px;
  position: absolute;
  right: 60px;
  bottom: 5px;
}

.st3-bottom-img {
  width: 100%;
}


/* section4 */
#section4 {
  gap: 50px;
  background: url(../img/st4-bg.png);
  background-position: top center !important;
  background-size: cover !important;
  overflow: hidden;
}

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

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

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

.trans-div {
  max-width: 1300px;
  width: 90%;
  height: 124px;
  position: relative;
}

.bg-txt {
  position: absolute;
  color: rgba(255, 255, 255, 0.50);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 135%; /* 32.4px */
  letter-spacing: -0.6px;
}

.bg-txt.tr {
  right: 10%;
  top: 42px;
}

.bg-txt.lb {
  left: 3%;
  bottom: -38px;
}

.bg-txt.rb {
  right: 3%;
  bottom: -38px;
}

.review-container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
  padding-top: 35px;
}

.review-swiper {
  width: 100%;
  height: 520px;
  display: flex;
  align-items: center;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform, opacity;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
}

.review-swiper .swiper-wrapper {
  align-items: center;
  height: auto;
}

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

.review-slide {
  width: 100%;
  position: relative;
  transition: transform 0.2s;
  transform-origin: center center;
  border: 1px solid #381F12;
}

.review-slide::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.30);
}

.review-slide .slide-img {
  width: 100%;
  box-shadow: 0 10.667px 32px 0 rgba(0, 0, 0, 0.20);
  position: relative;
}

.review-swiper .swiper-slide-active {
  z-index: 5;
}

.review-swiper .swiper-slide-active .review-slide {
  transform: scale(1.34);
  box-shadow: 0 10.667px 32px 0 rgba(0, 0, 0, 0.20);
}

.review-swiper .swiper-slide-active .review-slide::after {
  opacity: 0;
}

.slide-icon {
  width: 98px;
  position: absolute;
  right: -10px;
  top: -25px;
  z-index: 3;
}

.nav-wrap {
  width: 400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
}

.review-container .nav-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.nav-btn {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  background: #111;
  cursor: pointer;
}

.nav-btn:hover {
  background: #381F12;
}

.st4-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
}

.st4-txt p:first-child {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif KR";
  font-size: 40px;
  font-weight: 500;
  line-height: 130%; /* 52px */
  letter-spacing: -1px;
}

.st4-txt p:last-child {
  color: #FFF;
  text-align: center;
  font-family: "Gmarket Sans";
  font-size: 56px;
  line-height: 130%; /* 72.8px */
  letter-spacing: -1.4px;
}

#number3 {
  width: 103px;
  display: inline-flex;
  justify-content: flex-end;
}


/* section5 */
#section5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.st5-top-wrap {
  width: 100%;
  height: 450vh;
}

.st5-top {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-self: center;
  position: relative;
  position: sticky;
  height: 100vh;
  top: 0;
  left: 0;
}

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

.wood-line {
  position: absolute;
  left: 0;
  width: 10px;
  height: 0;
  background: url(../img/wood.png);
  border: none;
  transition-timing-function: ease-out;
}

.st5-top-left .left-div {
  display: flex;
  box-sizing: border-box;
  padding-left: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}

.st5-left-tit {
  color: #111;
  font-family: "Gmarket Sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 67.6px */
  letter-spacing: -1.6px;
}

.st5-left-txt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  color: #333;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.8px;
}

.st5-left-txt span {
  color: #FFF;
  display: flex;
  box-sizing: border-box;
  padding: 3px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #111;
}

.st5-right {
  width: 50%;
  height: 100%;
  position: relative;
}

.st5-right-item {
  width: 100%;
  height: 100%;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center !important;
  background-size: cover !important;
  opacity: 0;
  transition: opacity 0.7s ease;
}

.st5-right-item.active {
  opacity: 1;
  transition: opacity 0.7s ease;
}

.st5-circle {
  width: 470px;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 500px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(17, 17, 17, 0.95);
  margin: 45px 0;
  z-index: 5;
}

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

.wave {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.90);
  pointer-events: none;
}

.wave01 {
  /* transform: scale(1.4); */
  background: rgba(17, 17, 17, 0.90);
}

.wave02 {
  /* transform: scale(1.2); */
  background: rgba(17, 17, 17, 0.90);
}

.st5-circle-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 2;
}

.st5-circle-div p {
  width: 214px;
  background: #fff;
  color: #000;
  padding: 3px 0;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
}

.st5-circle-div b {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif KR";
  font-size: 52px;
  font-weight: 700;
  line-height: 120%; /* 67.6px */
  letter-spacing: -1.3px;
}

.st5-circle-div b.b1 {
  font-size: 46px;
  line-height: 120%;
  letter-spacing: -1.15px;
}

.st5-circle-div b.b2 {
  font-size: 70px;
  line-height: 120%;
  letter-spacing: -1.75px;
}

.st5-circle-div .bg-colored{
  background: #FFEFC2;

}
.st5-circle-div .colored{
  color: #FFEFC2;
}

.st5-circle>p {
  color: #FFF;
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
  z-index: 2;
}

.st5-bottom {
  width: 100%;
  height: 290px;
  background: url(../img/st5-bottom.png);
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.st5-bottom-wrap {
  max-width: 1300px;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.st5-bottom-div {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.st5-bottom-div p {
  color: #222;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.6px;
}

.st5-bottom-div div {
  color: #222;
  text-align: center;
  font-family: "Gmarket Sans";
  font-size: 52px;
  font-weight: 500;
  line-height: 130%; /* 67.6px */
  letter-spacing: -1.3px;
}

.vs {
  display: flex;
  /* padding-top: 10px; */
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100px;
  background: #381F12;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif KR";
  font-size: 32px;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.8px;
  transform: translate(-50%, -50%);
}


/* section6 */
#section6 {
  background: url(../img/st6-bg.png);
  background-position: center center !important;
  background-size: cover !important;
}

.receipt-container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}

.receipt-wrap {
  width: calc(48% - 10px);
  box-sizing: border-box;
  padding: 10px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
  background: url(../img/wood.png);
  background-position: center center !important;
  background-size: cover !important;
}

.receipt-inner {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  flex: 1 0 0;
  background: url(../img/st5-bg.png);
  background-position: center center !important;
  background-size: cover !important;
}

.receipt-div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.60);
}

.receipt-div p:first-child {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.8px;
}

.receipt-div p:last-child {
  color: #381F12;
}

.receipt-table {
  width: 100%;
  margin-top: 15px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 16px;
}

.receipt-table-div {
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.receipt-table-div p {
  color: #333;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.8px;
}

.receipt-table-div p:first-child {
  width: 31%;
}

.receipt-table p:nth-child(2) {
  width: 50%;
  text-align: center;
  font-weight: 700;
}

.receipt-table p:last-child {
  width: 20%;
  text-align: right;
  font-weight: 700;
}

.point-div {
  background: #381F12;
  padding: 12px;
  margin-top: 20px;
}

.point-div p {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  line-height: 140%; /* 50.4px */
  letter-spacing: -0.9px;
}

.st6-txt {
  color: #FFF;
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: -0.8px;
}


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

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

.st7-ellipse-div {
  position: relative;
  /* height: 240px; */
  clip-path: ellipse(50% 100% at 50% 0%);
}

.st7-ellipse {
  width: 785px;
}

.st7-ellipse-img {
  width: 645px;
  height: 335px;
  position: absolute;
  top: -80px;
  left: 52%;
  transform: translateX(-50%);
  overflow: hidden;
}

.st7-ellipse-img img {
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hr-div {
  width: fit-content;
  height: 50px;
}

.st7-top hr {
  width: 1px;
  height: 0;
  background: #381F12;
  border: none;
}

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

.st7-tit p:first-child {
  color: #381F12;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 145%; /* 46.4px */
  letter-spacing: -0.8px;
}

.st7-tit p:last-child {
  color: #381F12;
  text-align: center;
  font-family: "Noto Serif KR";
  font-size: 52px;
  font-weight: 700;
  line-height: 130%; /* 67.6px */
  letter-spacing: -1.3px;
}

.st7-swiper {
  max-width: 1300px;
  width: 90%;
  overflow: hidden;
  padding: 0 0 30px;
}

.st7-swiper .swiper-slide .st7-circle {
  width: 100%;
  margin-left: 0;
}

.st7-swiper .swiper-slide-active {
  z-index: 5;
}

.st7-swiper .swiper-slide-active .st7-circle::before {
  opacity: 1;
}

.st7-container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* display: none; */
}

.st7-circle {
  display: flex;
  width: 460px;
  aspect-ratio: 46 / 45;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 400px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  cursor: pointer;
}

.st7-circle:nth-child(n+2) {
  margin-left: -3%;
}

.st7-circle::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center !important;
  background-size: cover !important;
  transition: opacity 0.3s;
  opacity: 0;
  border-radius: 400px;
}

.st7-container .st7-circle:hover::before {
  opacity: 1;
}

.st7-circle.first {
  background: url(../img/st7-circle1.png), rgba(44, 44, 44, 0.30);
}

.st7-circle.first::before {
  background: url(../img/st7-circle1.png), #2C2C2C;
}

.st7-circle.second {
  background: url(../img/st7-circle2.png), rgba(44, 44, 44, 0.30);
}

.st7-circle.second::before {
  background: url(../img/st7-circle2.png), #2C2C2C;
}

.st7-circle.third {
  background: url(../img/st7-circle3.png), rgba(44, 44, 44, 0.30);
}

.st7-circle.third::before {
  background: url(../img/st7-circle3.png), #2C2C2C;
}

.st7-circle.point {
  z-index: 5;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.25);
}

.st7-circle.point::before {
  opacity: 1;
}

.st7-circle p:first-child {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.8px;
  z-index: 3;
}

.st7-circle p:last-child {
  color: #FFF;
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  line-height: 140%; /* 61.6px */
  letter-spacing: -1.1px;
  z-index: 3;
}

.st7-txt {
  color: #381F12;
  text-align: center;
  font-family: "GmarketSansMedium";
  font-size: 32px;
  font-weight: 500;
  line-height: 135%; /* 56px */
  letter-spacing: -0.8px;
}

.interview-container {
  max-width: 1300px;
  width: 90%;
  overflow: hidden;
  position: relative;
}

.mo-interview {
  display: none;
}

.interview-container .nav-wrap {
  width: 100%;
  left: 0;
  top: 50%;
  gap: 16px;
  margin-top: 20px;
  justify-content: center;
}

.interview-container .nav-wrap .nav-btn.inactive {
  pointer-events: none;
  opacity: 0.3;
}

.interview-swiper, .interview-mo-swiper {
  width: 100%;
}

.interview-swiper .swiper-wrapper {
  transition-property: transform;
  transition-timing-function: linear;
}

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

.interview-card {
  display: flex;
  width: 780px;
  box-sizing: border-box;
  padding: 40px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  flex-shrink: 0;
  background: url(../img/interview-card.png);
  background-position: center center !important;
  background-size: cover !important;
  box-shadow: 12px 4px 24px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  cursor: pointer;
  transition: background 0.6s;
  box-shadow: 12px 4px 24px 0 rgba(0, 0, 0, 0.08);
  transition: transform 1.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

.interview-swiper .swiper-slide-active {
  background: url(../img/interview-card.png);
  z-index: 10;
  margin-right: -600px;
}

/* 두 번째 카드 */
.interview-swiper .swiper-slide.next1 {
  margin-right: -600px;
  z-index: 8;
}

.interview-swiper .swiper-slide.next1 .interview-card::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.20) 0%, rgba(17, 17, 17, 0.20) 100%);
}

/* 세 번째 카드 */
.interview-swiper .swiper-slide.next2 {
  margin-right: -600px;
  z-index: 5;
}

.interview-swiper .swiper-slide.next2 .interview-card::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.50) 0%, rgba(17, 17, 17, 0.50) 100%);
}

/* 네 번째 카드 */
.interview-swiper .swiper-slide.next3 {
  z-index: 3;
}

.interview-swiper .swiper-slide.next3 .interview-card::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.70) 0%, rgba(17, 17, 17, 0.70) 100%);
}

.interview-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 122px;
  z-index: 3;
}

.interview-tit {
  position: relative;
  display: flex;
  width: 472px;
  box-sizing: border-box;
  padding-left: 50px;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.interview-tit div {
  color: #381F12;
  font-family: "Gmarket Sans";
  font-size: 40px;
  line-height: 125%; /* 50px */
  letter-spacing: -1px;
}

.interview-tit p {
  color: #222;
  font-family: "GmarketSansMedium";
  font-size: 28px;
  line-height: 125%; /* 35px */
  letter-spacing: -0.7px;
}

.interview-div {
  display: flex;
  box-sizing: border-box;
  padding-left: 50px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.interview-div p {
  box-sizing: border-box;
  padding: 0 4px;
  color: #222;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
}

.go-video {
  display: flex;
  box-sizing: border-box;
  padding: 12px 16px 12px 20px;
  align-items: center;
  gap: 2px;
  background: #111;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
}

.go-video:hover {
  background: #381F12;
}

.interview-img {
  width: 420px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100px);
  transition: all 1.5s;
}

.interview-swiper .swiper-slide-active .interview-card .interview-img, .interview-mo-swiper .swiper-slide-active .interview-card .interview-img {
  /* transform: translateX(0); */
  animation: imgX 0.7s ease-out forwards;
  will-change: opacity, transform;
  transition-property: transform, opacity;
  transition-timing-function: ease-out;
}

@keyframes imgX {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.interview-tit .wood-line {
  height: 100%;
}


/* section8 */
#section8 {
  width: 100%;
  background: #111;
  display: flex;
  padding-top: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.st8-logo {
  max-width: 381px;
  width: 35%;
}

.st8-container {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.st8-item {
  width: 33.3%;
  display: flex;
  box-sizing: border-box;
  padding: 70px 25px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  background-position: top center !important;
  background-size: cover !important;
  position: relative;
}

.st8-item:nth-child(2)::before {
  content: "";
  position: absolute;
  inset: 0;
  padding-left: 1px;
  padding-right: 1px;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

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

.st8-item-div p {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif KR";
  font-size: 32px;
  font-weight: 400;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.8px;
}

.st8-item>p {
  color: rgba(255, 255, 255, 0.80);
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 135%; /* 32.4px */
  letter-spacing: -0.6px;
}

/* section9 */
#section9 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.st9-left {
  width: 100%;
  height: 652px;
  overflow: hidden;
}

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

.st9-right {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 80px 0;
  background: url(../img/st5-bg.png);
  background-position: center center !important;
  background-size: cover !important;
}

.st9-right-wrap {
  display: flex;
  padding-left: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}

.st9-right-wrap>p {
  color: #111;
  font-family: "Gmarket Sans";
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 65px */
  letter-spacing: -1.3px;
}

.st9-right-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.st9-right-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  color: #333;
  font-size: 24px;
  line-height: 145%; /* 34.8px */
  letter-spacing: -0.6px;
  word-break: keep-all;
}

.st9-right-div span {
  color: #FFF;
  display: flex;
  box-sizing: border-box;
  padding: 2px 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #381F12;
  font-weight: 500;
}


/* section10 */
#section10 {
  background: url(../img/st10-bg.png);
  background-position: bottom center !important;
  background-size: cover !important;
}

#section10 .st-tit {
  color: #FFEFC2;
  line-height: 135%;
}

#section10 .st-tit .w {
  font-family: 'GmarketSansMedium';
  font-size: 48px;
  line-height: 135%; /* 64.8px */
  letter-spacing: -1.2px;
}

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

.st10-box {
  width: 25%;
  aspect-ratio: 65 / 102;
  display: flex;
  box-sizing: border-box;
  padding: 40px 25px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
}

.st10-box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center !important;
  background-size: cover !important;
  transition: opacity 1s;
}

.st10-box:hover::before {
  opacity: 0;
}

.st10-box.first {
  background: url(../img/st10-box1.png) 114.928% 100% no-repeat, #111;
}

.st10-box.first::before {
  background: url(../img/st10-box1-b.png);
}

.st10-box.second {
  background: url(../img/st10-box2.png)114.928% 100% no-repeat, #111;
}

.st10-box.second::before {
  background: url(../img/st10-box2-b.png);
}

.st10-box.third {
  background: url(../img/st10-box3.png) 132.695% 115.459% no-repeat, #111;
}

.st10-box.third::before {
  background: url(../img/st10-box3-b.png);
}

.st10-box.fourth {
  background: url(../img/st10-box4.png) 143.156% 124.562% no-repeat, #111;
}

.st10-box.fourth::before {
  background: url(../img/st10-box4-b.png);
}

.st10-box p {
  color: #FFF;
  font-family: "Noto Serif KR";
  font-size: 36px;
  font-weight: 600;
  line-height: 130%; /* 46.8px */
  letter-spacing: -0.9px;
  z-index: 3;
}

.st10-box div {
  color: rgba(255, 255, 255, 0.80);
  font-size: 20px;
  font-weight: 400;
  line-height: 135%; /* 27px */
  letter-spacing: -0.5px;
  word-break: keep-all;
  z-index: 3;
}

.st10-txt {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 145%; /* 46.4px */
  letter-spacing: -0.8px;
}


/* section11 */
#section11 {
  background: url(../img/st5-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  gap: 70px;
}

.st11-img {
  max-width: 500px;
  width: 40%;
  position: absolute;
  right: 0;
  top: -8%;
  overflow-x: hidden;
}

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

.st11-top {
  max-width: 1300px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.st11-top .st-tit {
  color: #111;
  text-align: left;
}

.st11-txt {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.6px;
  word-break: keep-all;
}

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

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

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

.interior-container .nav-wrap {
  width: auto;
  gap: 16px;
  justify-content: center;
}

.interior-popup {
  max-width: 940px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 55;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

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

.interior-popup.active {
  opacity: 1;
  visibility: visible;
}

.interior-close {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  background: #111;
  cursor: pointer;
  z-index: 10;
}

.interior-close:hover {
  background:#381F12;
}

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

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

.interior-popup .nav-wrap {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}


/* section12 */
#section12 {
  background: url(../img/st12-bg.png);
  background-position: top center !important;
  background-size: cover !important;
  padding: 80px 0;
}

#section12 .st-tit {
  font-family: 'GmarketSansMedium';
  line-height: 125%;
}

.st12-container {
  width: 100%;
  height: 510px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.20);
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  overflow: hidden;
}

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

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

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

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

.st12-box-absol {
  width: 100%;
  height: 406px;
  box-sizing: border-box;
  padding: 20px 46px 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;
}

.st12-box-item-tit {
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  color: #FFF;
  font-family: "Noto Serif KR";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.8px;
}

.st12-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: #381F12;
}

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

.st12-box-num {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 30px;
  background: #381F12;
  color: rgba(255, 255, 255, 0.50);
  font-size: 32px;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.8px;
  position: absolute;
  left: 0%;
  bottom: 100%;
}

.st12-box-item-txt {
  width: 100%;
  position: relative;
  color: rgba(255, 255, 255, 0.80);
  font-size: 20px;
  line-height: 150%; /* 30px */
  letter-spacing: -0.5px;
  box-sizing: border-box;
  height: 126px;
  display: flex;
  align-items: center;
  word-break: keep-all;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.st12-swiper {
  width: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.st12-swiper .swiper-slide {
  width: 255px !important;
}

.st12-slide-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.st12-slide-box .st12-box-num {
  width: fit-content;
  justify-content: flex-start;
  position: static;
}

.st12-slide-inner {
  width: 100%;
  display: flex;
  padding: 15px 20px 30px 20px;
  flex-direction: column;
  align-items: center;
  background: #381F12;
  margin-top: -1px;
}

.st12-slide-box .st12-box-item-tit {
  width: 100%;
  height: 130px;
  text-align: center;
  justify-content: center;
}

.st12-slide-box .st12-box-item-txt {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding-top: 20px;
  height: 100px;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
}

.st12-swiper .nav-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 320px;
}

.st12-txt {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  color: #FFF;
  font-family: "Noto Serif KR";
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 145%; /* 46.4px */
  letter-spacing: -0.8px;
}


/* section13 */
#section13 {
  background: #FFF;
}

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

.st13-top img {
  width: 208px;
}

.cost-container {
  max-width: 1300px;
  width: 95%;
  position: relative;
}

.cost-table {
  width: 100%;
}

.cost-box-wrap {
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
}

.cost-box {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  width: 380px;
  height: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 56px;
}

.cost-logo {
  display: flex;
  box-sizing: border-box;
  padding: 10px 11px;
  align-items: center;
  border: 2px solid #FFF;
}

.cost-logo img {
  width: 37px;
}

.cost-box-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  white-space: nowrap;
}

.cost-box-div div {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%; /* 33px */
  letter-spacing: -0.55px;
}

.cost-box-div p {
  display: flex;
  box-sizing: border-box;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.10);
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.7px;
  white-space: nowrap;
}


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

#contact .st-top {
  gap: 12px;
}

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

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

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

.input {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-tab {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid #C5C6CC;
  background: #FFF;
  color: #767676;
  font-size: 16px;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
  cursor: pointer;
  transition: 0.1s !important;
}

.have {
  color: #FFF;
  border: 1px solid #111;
  font-weight: 700;
  background: #111;
}

.svg-box {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #DDD;
}

.svg-box svg {
  display: none;
}

.have .svg-box {
  border: 1px solid #FFF;
}

.have .svg-box svg {
  display: block;
}

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

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

.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.16);
}

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

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

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

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

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

.c-btn:hover {
  background: #381F12;
}

@media(min-width: 1700px) {
  .st8-item {
    padding: 85px 25px;
  }
  .st11-img {
    max-width: 550px;
  }
}

@media(max-width: 1500px) {
  .popup-space {
    top: 60px;
  }
  .main-container {
    padding: 150px 0;
  }
  .main-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .main-logo {
    width: 320px;
  }
  .main-div {
    gap: 25px;
  }
  .main-symbol-div {
    padding: 2.946px 3.241px;
  }
  .symbol-logo {
    width: 18px;
  }
  .st2-wrap p:first-child {
    font-size: 40px;
    letter-spacing: -1px;
  }
  #st2-number {
    width: 73px;
  }
  .st3-img-div {
    right: 60px;
  }
  .st3-bottom-inner {
    padding: 110px 0;
  }
  .st3-img-div {
    width: 335px;
    right: 40px;
  }
  .st5-top-left .left-div {
    padding-left: 40px;
  }
  .interview-card {
    width: 720px;
  }
  .interview-swiper .swiper-slide-active, .interview-swiper .swiper-slide.next1, .interview-swiper .swiper-slide.next2 {
    margin-right: -520px;
  }
  .interview-inner {
    gap: 76px;
  }
  .interview-img {
    width: 380px;
  }
  .st9-left {
    height: 596px;
  }
  .st9-right {
    padding: 80px 0;
  }
  .st9-right-wrap {
    padding-left: 60px;
  }
  .st9-right-wrap>p {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st9-right-div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st10-box div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st11-img {
    top: 3%;
  }
  .st12-container {
    height: 480px;
  }
  .st12-box-absol {
    height: 376px;
    padding: 20px 36px 30px;
  }
  .st12-box-item {
    height: 376px;
    padding: 20px 20px 30px;
  }
  .st12-box-item-tit {
    height: 145px;
  }
  .st12-box-absol {
    gap: 50px;
  }
}

@media (max-width: 1280px) {
  #main {
    height: auto;
    aspect-ratio: 1 / 0.7;
  }
  .main-container {
    padding: 120px 0;
  }
  .main-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .main-logo {
    width: 280px;
  }
  .symbol-logo {
    width: 16px;
  }
  #section2 {
    padding: 100px 0;
  }
  .st2-top-div div {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st2-top-div p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st2-container {
    padding: 24px 30px;
  }
  .st2-wrap p:first-child {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st2-wrap p:last-child {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st2-graph-div>p {
    font-size: 12px !important;
    letter-spacing: -0.3px !important;
  }
  #st2-number {
    width: 58px;
  }
  .st3-top {
    padding: 120px 0;
  }
  .st3-top-sub {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st3-top .st-tit p {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .st3-bottom {
    padding: 30px 130px 30px 50px;
  }
  .st3-bottom-inner {
    padding: 90px 0;
  }
  .st3-img-div {
    width: 255px;
    right: 20px;
  }
  .st3-bottom-inner b {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st3-bottom-inner p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st4-sub-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .bg-txt {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .bg-txt.tr {
    right: 25%;
    top: 12px;
  }
  .bg-txt.lb {
    left: 12%;
    bottom: 10px;
  }
  .bg-txt.rb {
    right: 10%;
    bottom: 10px;
  }
  .st4-txt p:first-child {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st4-txt p:last-child {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  #number3 {
    width: 88px;
  }
  .trans-div {
    margin-bottom: -30px;
  }
  .review-swiper .swiper-slide {
    width: 280px !important;
  }
  .st5-top-left .left-div {
    padding-left: 30px;
  }
  .st5-left-tit {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st5-left-txt {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  /* .st5-right {
    height: 640px;
  } */
  .st5-circle {
    width: 380px;
  }
  .st5-circle-div p {
    width: 170px;
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st5-circle-div b.b1 {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st5-circle-div b.b2 {
    font-size: 64px;
    letter-spacing: -1.6px;
  }
  .st5-circle>p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st5-bottom-div p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st5-bottom-div div {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .vs {
    width: 90px;
    height: 90px;
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .receipt-wrap {
    width: calc(49% - 10px);
  }
  .receipt-inner {
    padding: 30px 25px;
  }
  .receipt-div p:first-child, .receipt-table-div p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .receipt-table {
    gap: 12px;
    margin-top: 10px;
  }
  .point-div {
    margin-top: 15px;
  }
  .point-div p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st6-txt {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #section7 {
    padding-bottom: 90px;
    gap: 50px;
  }
  .st7-circle p:first-child {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st7-circle p:last-child {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st7-tit p:first-child {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st7-tit p:last-child {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st7-txt {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .interview-card {
    width: 630px;
  }
  .interview-card .wood-line {
    width: 8px;
  }
  .interview-swiper .swiper-slide-active, .interview-swiper .swiper-slide.next1, .interview-swiper .swiper-slide.next2 {
    margin-right: -455px;
  }
  .interview-tit div {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .interview-tit p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .interview-img {
    width: 350px;
  }
  #section8 {
    padding-top: 90px;
  }
  .st8-item-div p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st8-item>p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st9-left {
    height: 512.5px;
  }
  .st9-right {
    padding: 60px 0;
  }
  .st9-right-wrap {
    padding-left: 40px;
  }
  .st9-right-wrap>p {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st9-right-div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #section10 .st-tit .w {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st10-box p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st10-box div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st10-txt {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #section11 {
    gap: 60px;
  }
  .st11-txt {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st12-container {
    height: 440px;
  }
  .st12-box {
    padding: 0 8px;
  }
  .st12-box-absol {
    height: 350px;
    padding: 20px 28px 30px;
  }
  .st12-box-item {
    height: 350px;
    padding: 20px 20px 30px;
  }
  .st12-box-num, .st12-txt {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st12-box-item-tit {
    height: 130px;
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st12-box-item-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st13-top img {
    width: 180px;
  }
  .cost-box {
    height: 480px;
    gap: 40px;
  }
  .cost-box-div {
    gap: 20px;
  }
}

@media(max-width: 1150px) {
  .review-swiper .swiper-slide {
    width: 250px !important;
  }
}

@media(max-width: 1100px) {
  .st2-wrap{
    padding: 0 10px 0 30px;
  }
  .st2-graph-div {
    width: calc(5% - 10.45px);
  }
  .st2-graph-div>p {
    font-size: 10px !important;
    letter-spacing: -0.25px !important;
  }
  .receipt-div p:first-child, .receipt-table-div p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .point-div p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st10-container {
    flex-wrap: wrap;
  }
  .st10-box {
    aspect-ratio: 4 / 5;
    width: 50%;
  }
  .st10-box p {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st10-box div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st12-box {
    padding: 0;
  }
}

@media(max-width: 1024px) {
  .popup-space {
    top: 54px;
  }
  .main-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .main-logo {
    width: 260px;
  }
  .symbol-logo {
    width: 15px;
  }
  .st2-container {
    align-items: stretch;
  }
  #st2-number {
    width: auto;
  }
  .st3-bottom {
    padding: 30px 90px 30px 30px;
  }
  .st3-img-div {
    width: 300px;
  }
  .review-container {
    width: 100%;
  }
  .nav-btn {
    background: rgba(17, 17, 17, 0.70);
    backdrop-filter: blur(4px);
  }
  .st5-left-tit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st5-left-txt {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st5-top-wrap {
    height: auto;
  }
  .st5-top {
    height: auto;
    flex-direction: column;
    position: static;
  }
  .st5-top-left, .st5-right {
    width: 100%;
  }
  .st5-top-left {
    padding: 70px 40px;
    justify-content: flex-start;
  }
  .st5-right {
    height: 540px;
  }
  .st5-circle {
    width: 340px;
  }
  .st5-circle-div p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st5-circle>p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st5-bottom-div p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st5-bottom-div div {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .receipt-container {
    justify-content: center;
  }
  .receipt-wrap {
    width: calc(50% - 10px);
  }
  .vs {
    width: 80px;
    height: 80px;
    font-size: 24px;
    letter-spacing: -0.6px;
    /* padding-top: 5px; */
  }
  .receipt-table-div p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .point-div p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st7-circle p:first-child {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st7-circle p:last-child {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .interview-card {
    width: 570px;
  }
  .interview-swiper .swiper-slide-active, .interview-swiper .swiper-slide.next1, .interview-swiper .swiper-slide.next2 {
    margin-right: -455px;
  }
  .interview-tit, .interview-div {
    padding-left: 30px;
  }
  .interview-tit div {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .interview-tit p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .interview-img {
    width: 320px;
    height: 100%;
    object-fit: cover;
  }
  .st9-left {
    height: 429.7px;
  }
  .st9-right {
    padding: 40px 0;
  }
  .st9-right-wrap {
    padding-left: 24px;
    border-width: 8px;
  }
  .st9-right-wrap>p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st9-right-div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st11-img {
    top: 5%;
  }
  .interior-container {
    width: 100%;
  }
  .interior-swiper {
    width: 90%;
  }
  .interior-container .nav-wrap {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    justify-content: space-between;
  }
  .interior-popup .nav-wrap {
    display: flex;
  }
  .st12-container {
    height: 400px;
  }
  .st12-box-absol, .st12-box-item {
    height: 300px;
  }
  .st12-box-num {
    padding: 7.5px 22.5px 7.5px 15px;
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st12-box-item-tit {
    height: 100px;
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st12-box-item-txt {
    height: 100px;
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .cost-box {
    padding: 40px;
    width: auto;
    height: auto;
    gap: 30px;
  }
  .cost-box-div {
    gap: 10px;
  }
}

@media(max-width: 950px) {
  .st12-container {
    display: none;
  }
  .st12-swiper {
    display: flex;
  }
  .st12-box-item-tit, .st12-box-num {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st12-box-item-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
}

@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-img {
    width: 68.7%;
    right: -8%;
  }
  .main-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .main-logo {
    width: 230px;
  }
  .symbol-logo {
    width: 13.5px;
  }
  #section2 {
    padding: 80px 0;
  }
  .st2-pannel {
    width: 80%;
    margin-right: -50px;
  }
  .st2-top-div div p {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st2-top-div p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st2-container {
    flex-direction: column;
    padding: 0;
  }
  .st2-gif, .st2-wrap {
    width: 100%;
  }
  .st2-gif {
    aspect-ratio: 3 / 2;
  }
  .st2-wrap {
    padding: 24px 16px;
  }
  .st2-graph-div {
    max-width: unset;
    width: calc(4% - 6px);
  }
  .st2-graph-div>p {
    font-size: 12px !important;
    letter-spacing: -0.3px !important;
  }
  .st3-top-sub {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st3-top .st-tit p {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st3-bottom {
    padding: 210px 30px 30px;
  }
  .st3-bottom-inner {
    padding: 80px 0 50px;
  }
  .st3-bottom-inner b {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st3-bottom-inner p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st3-img-div {
    right: 50%;
    transform: translateX(50%);
  }
  .st3-img-div {
    width: 220px;
    bottom: unset;
    top: -8%;
  }
  #section4 {
    gap: 30px;
  }
  .st4-top {
    gap: 12px;
  }
  .st4-sub-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .trans-div {
    height: 95px;
  }
  .bg-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .bg-txt.tr {
    right: 25%;
    top: 0px;
  }
  .bg-txt.lb {
    left: 12%;
    bottom: 0px;
  }
  .bg-txt.rb {
    right: 10%;
    bottom: 25px;
  }
  .st4-txt {
    gap: 8px;
  }
  .st4-txt p:first-child {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st4-txt p:last-child {
    font-size: 40px;
    letter-spacing: -1px;
  }
  #number3 {
    width: 73px;
  }
  .trans-div {
    margin-bottom: 0;
  }
  .review-swiper .swiper-slide {
    width: 300px !important;
  }
  .st5-bottom {
    height: auto;
    padding: 60px 0;
  }
  .st5-bottom-wrap {
    width: 95%;
  }
  .st5-bottom-div div {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .vs {
    width: 70px;
    height: 70px;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .receipt-container {
    flex-direction: column;
  }
  .receipt-wrap {
    width: 100%;
  }
  .receipt-table-div p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .point-div {
    padding: 8px;
  }
  .point-div p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st6-txt {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #section7 {
    padding-bottom: 80px;
  }
  .st7-top {
    gap: 12px;
  }
  .st7-ellipse-div {
    display: flex;
    justify-content: center;
  }
  .st7-ellipse {
    width: 700px;
  }
  .st7-ellipse-img {
    width: 600px;
    left: 50%;
  }
  .st7-tit p:first-child {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st7-tit p:last-child {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st7-circle {
    gap: 6px;
  }
  .st7-circle p:first-child {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st7-circle p:last-child {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st7-txt {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .interview-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pc-interview {
    display: none;
  }
  .mo-interview {
    display: flex;
  }
  .interview-swiper {
    width: 90%;
    overflow: hidden;
  }
  .interview-swiper .swiper-slide {
    width: 100% !important;
  }
  .interview-container .nav-wrap {
    width: 100%;
    justify-content: space-between;
    position: absolute;
    transform: translateY(-50%);
  }
  .interview-card {
    width: 100%;
  }
  .interview-card .wood-line {
    width: 6px;
  }
  .interview-swiper .swiper-slide-active, .interview-swiper .swiper-slide.next1, .interview-swiper .swiper-slide.next2 {
    margin-right: 0;
  }
  .interview-tit div {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .interview-tit p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #section8 {
    padding-top: 80px;
  }
  .st8-item {
    gap: 20px;
  }
  .st8-item-div {
    gap: 15px;
  }
  .st8-item-div svg {
    height: 48px;
  }
  .st8-item-div p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st8-item>p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #section9 {
    flex-direction: column;
  }
  .st9-left, .st9-right {
    width: 100%;
  }
  .st9-left {
    aspect-ratio: 4 / 3;
    height: auto;
  }
  .st9-right-wrap {
    width: 100%;
    padding: 0 24px;
  }
  .st9-right-wrap>p {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st9-right-div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #section10 .st-tit .w {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st10-box p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st10-box div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st10-txt {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #section11 {
    gap: 50px;
  }
  .st11-img {
    width: 35%;
    top: -11%;
  }
  .st12-txt {
    font-size: 24px;
    letter-spacing: -0.6px;
    gap: 4px;
  }
  .st12-txt svg {
    width: auto;
    height: 10px;
  }
  .st13-top img {
    width: 150px;
  }
  .cost-box {
    padding: 30px;
    gap: 20px;
  }
  .cost-box-div div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .cost-box-div p {
    font-size: 24px;
    letter-spacing: -0.6px;
    padding: 8px 12px;
  }
  .contact-form {
    padding: 30px;
  }
  .flex-input {
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .popup-space {
    width: 100%;
  }
  .layer-popup {
    position: fixed;
    top: 50px !important;
    left: 5%;
  }
  #main {
    aspect-ratio: 1 / 0.8;
  }
  .main-img {
    width: 78%;
    right: -16%;
  }
  #section2 {
    padding: 60px 16px;
  }
  .st2-container {
    width: 100%;
  }
  .st2-pannel {
    width: 105%;
    margin-right: -40px;
  }
  .st3-bottom {
    padding: 170px 16px 30px;
  }
  .st3-img-div {
    width: 180px;
    top: -5%;
  }
  #section6 {
    gap: 50px;
  }
  #section7 {
    padding-bottom: 60px;
    gap: 40px;
  }
  .st7-swiper {
    display: none;
  }
  .st7-container {
    flex-wrap: wrap;
    display: flex;
  }
  .st7-circle {
    gap: 3.17px;
    width: 51%;
  }
  .st7-circle.second {
    order: 1;
    margin: 0 auto;
  }
  .st7-circle.first {
    order: 2;
    margin-top: -10%;
  }
  .st7-circle.third {
    order: 3;
    margin-top: -10%;
  }
  .st7-ellipse {
    width: 600px;
  }
  .st7-ellipse-img {
    width: 570px;
    top: -55px;
  }
  .interview-tit div {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .interview-tit p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #section8 {
    padding-top: 60px;
  }
  .st8-item {
    padding: 60px 0;
  }
  .st10-box {
    aspect-ratio: 4 / 5.5;
  }
  #section11 {
    gap: 40px;
  }
  .st11-top {
    gap: 16px;
  }
  .st11-top, .interior-container {
    width: 100%;
    padding: 0 16px;
  }
  .interior-swiper {
    width: 100%;
  }
  #section12 {
    padding: 70px 0;
  }
  .cost-logo {
    padding: 7px 8px;
  }
  .cost-logo img {
    width: 32px;
  }
  .cost-box-div div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .cost-box-div p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #contact {
    padding: 60px 16px;
  }
  .contact-form {
    width: 100%;
    padding: 20px;
  }
}

@media (max-width: 650px) {
  .layer-popup {
    top: 44px !important;
  }
  #main {
    background: url(../img/main-mo-bg.png);
    aspect-ratio: unset;
    height: auto;
    padding: 120px 27px 300px;
    min-height: 100vh;
  }
  .main-container {
    padding: 0;
    width: 100%;
    gap: 40px;
    justify-content: flex-start;
  }
  .main-pc-img {
    display: none;
  }
  .main-mo-img {
    display: block;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
  }
  .st2-top-div div p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st2-top-div p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st2-wrap {
    padding: 24px 16px;
  }
  .st2-wrap p:first-child {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st2-wrap p:last-child {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st2-graph-div {
    gap: 6px;
  }
  .st2-graph-div>p {
    font-size: 8px !important;
    letter-spacing: -0.2px !important;
  }
  .st3-top {
    padding: 60px 0 100px;
  }
  .st3-top-bg {
    flex-wrap: wrap;
  }
  .bg-div {
    width: 100%;
    height: 50%;
  }
  .st3-top-sub {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st3-top .st-tit p {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st3-bottom-inner b {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st3-bottom-inner p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st3-bottom {
    padding: 120px 16px 30px;
  }
  .st3-img-div {
    width: 150px;
    top: -5%;
  }
  #section4 {
    gap: 20px;
  }
  .st4-sub-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .trans-div {
    height: 85px;
  }
  .bg-txt {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .review-container {
    padding-top: 15px;
  }
  .review-swiper .swiper-slide {
    width: 260px !important;
  }
  .review-swiper {
    height: 420px;
  }
  .review-swiper .swiper-slide-active .review-slide {
    transform: scale(1.2);
  }
  .st4-txt {
    gap: 6px;
    padding-top: 0;
  }
  .st4-txt p:first-child {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st4-txt p:last-child {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  #number3 {
    width: 58px;
  }
  .st5-top-left .left-div {
    gap: 12px;
  }
  .wood-line {
    width: 8px;
  }
  .st5-left-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st5-left-txt {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st5-right {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .st5-right-item {
    position: static;
    height: 410px;
    opacity: 1;
  }
  .st5-right-item:first-child {
    order: 1;
  }
  .st5-right-item:nth-child(2) {
    order: 3;
  }
  .st5-right-item:last-child {
    order: 2;
  }
  .st5-circle {
    width: 280px;
    gap: 9.615px;
  }
  .st5-circle-div {
    gap: 10px;
  }
  .st5-circle-div p {
    width: 140px;
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st5-circle-div b.b1 {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st5-circle-div b.b2 {
    font-size: 56px;
    letter-spacing: -1.4px;
    margin-top: -10px;
  }
  .st5-circle>p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st5-top-left {
    padding: 50px 0;
  }
  .st5-bottom {
    padding: 40px 0;
  }
  .st5-bottom-div {
    gap: 4px;
  }
  .st5-bottom-div p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st5-bottom-div div {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .vs {
    width: 55px;
    height: 55px;
    font-size: 18px;
    letter-spacing: -0.45px;
    /* padding-top: 2px; */
  }
  .receipt-wrap {
    padding: 5px;
  }
  .receipt-inner {
    padding: 20px 15px;
    gap: 7.5px;
  }
  .receipt-div {
    padding-bottom: 7.5px;
  }
  .receipt-div p:first-child, .receipt-table-div p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .point-div {
    margin-top: 10px;
    padding: 6px;
  }
  .point-div p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st6-txt {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st7-top {
    gap: 8px;
  }
  .hr-div {
    height: 40px;
  }
  .st7-tit p:first-child {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st7-tit p:last-child {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st7-circle p:first-child {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st7-circle p:last-child {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st7-txt {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st7-ellipse {
    width: 480px;
  }
  .st7-ellipse-img {
    width: 420px;
    top: -40px;
    left: 52%;
  }
  .interview-inner {
    height: 100%;
    justify-content: space-between;
    gap: 20px;
  }
  .interview-card {
    padding: 20px 0;
    aspect-ratio: 1 / 0.65;
    box-shadow: 5.077px 1.692px 10.154px 0 rgba(0, 0, 0, 0.08);
  }
  .interview-card .wood-line {
    width: 4px;
  }
  .interview-tit, .interview-div {
    padding-left: 20px;
  }
  .interview-tit div {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .interview-tit p, .interview-div p, .go-video {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .interview-tit {
    gap: 8px;
  }
  .interview-div {
    gap: 6px;
  }
  .go-video {
    padding: 6px 8px;
    gap: 1px;
  }
  .go-video svg {
    width: ;
  }
  .interview-img {
    width: auto;
    height: 90%;
    top: unset;
    bottom: 0;
  }
  .st8-item-div {
    gap: 12px;
  }
  .st8-item-div svg {
    height: 38px;
  }
  .st8-item-div p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st8-item>p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st9-right-wrap>p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st9-right-div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  #section10 .st-tit .w {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st10-container {
    width: 100%;
  }
  .st10-box {
    padding: 32px 20px 0;
    aspect-ratio: 4 / 6;
  }
  .st10-box::before {
    opacity: 0;
  }
  .st10-box.first {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.50) 0%, rgba(17, 17, 17, 0.00) 100%), url(../img/st10-box1.png) 116.533% 109.197% no-repeat, #111;
  }
  .st10-box.second {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.50) 0%, rgba(17, 17, 17, 0.00) 100%), url(../img/st10-box2.png) 289.549% 112.042% no-repeat, #000;
  }
  .st10-box.third {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.50) 0%, rgba(17, 17, 17, 0.00) 100%), url(../img/st10-box3.png) 132.695% 115.459% no-repeat, #111;
  }
  .st10-box.fourth {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.50) 0%, rgba(17, 17, 17, 0.00) 100%), url(../img/st10-box4.png) 143.156% 124.562% no-repeat, #111;
  }
  .st10-box p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st10-box div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st10-txt {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st11-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .interior-popup {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .st12-swiper .swiper-slide {
    width: 240px !important;
  }
  .st12-swiper .nav-wrap {
    width: 300px;
  }
  .st12-box-item-tit, .st12-box-num {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st12-slide-box .st12-box-item-tit {
    height: 120px;
  }
  .st12-slide-box .st12-box-item-txt {
    height: 100px;
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st12-txt {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st13-top img {
    width: 120px;
  }
  .cost-box {
    padding: 20px;
  }
  #contact .st-top {
    gap: 8px;
  }
  .contact-form {
    padding: 16px;
  }
  .flex-input {
    flex-direction: column;
  }
  .email-input {
    flex-wrap: wrap;
  }
  .email-input>input[type="text"] {
    width: 100%;
  }
  .item .select-wrap {
    width: calc(100% - 24px);
  }
  .form-wrap {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .agree-wrap {
    gap: 4px;
  }
  .contact-form .agree {
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: -0.35px !important;
  }
  .c-btn {
    width: 100%;
    font-size: 16px;
    letter-spacing: -0.4px;
  }
}

@media(max-width: 550px) {
  .interview-card {
    aspect-ratio: 1 / 0.75;
  }
}

@media (max-width: 480px) {
  .main-tit {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .main-logo {
    width: 205.368px;
  }
  .main-div {
    gap: 17.25px;
  }
  .main-symbol-div {
    border-width: 0.589px;
  }
  .symbol-logo {
    width: 10.901px;
  }
  .main-img {
    width: 110%;
  }
  .st2-pannel.pc-pannel {
    display: none;
  }
  .st2-pannel.mo-pannel {
    display: block;
    margin-right: -25px;
  }
  .st2-gif {
    aspect-ratio: 3 / 2.5;
  }
  .st2-top-div p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st2-wrap p:last-child {
    font-size: 16px;
    letter-spacing: -0.4px;
    padding-top: 3.061px;
  }
  .st2-graph-div {
    width: calc(4.5% - 6px);
    gap: 4px;
  }
  .st2-graph-div>p {
    font-size: 6px !important;
    letter-spacing: -0.15px !important;
  }
  .st3-top .st-tit p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st3-bottom {
    padding: 70px 16px 30px;
  }
  .st3-img-div {
    width: 110px;
  }
  .st4-sub-tit {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .trans-div {
    height: 72px;
  }
  .bg-txt {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .bg-txt.lb {
    left: 10%;
    bottom: 3px;
  }
  .bg-txt.tr {
    right: 20%;
  }
  .bg-txt.rb {
    right: 7%;
    bottom: 20px;
  }
  .review-swiper .swiper-slide {
    width: 242px !important;
  }
  .review-swiper {
    height: 390px;
  }
  .nav-btn {
    width: 40px;
    height: 40px;
  }
  .nav-btn svg {
    width: 24px;
    height: 24px;
  }
  .st4-txt p:first-child {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st4-txt p:last-child {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #number3 {
    width: 52px;
  }
  .st5-left-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st5-right-item {
    height: 310px;
  }
  .st5-circle {
    width: 240px;
  }
  .st5-circle-div p {
    width: 120px;
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st5-circle-div b.b1 {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st5-circle-div b.b2 {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st5-circle>p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st5-bottom-wrap {
    width: 100%;
  }
  .st5-bottom-div div {
    font-size: 22px;
    letter-spacing: -0.55px;
  }
  .vs {
    width: 40px;
    height: 40px;
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .receipt-div p:first-child, .receipt-table-div p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .point-div p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st6-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st7-ellipse {
    width: 330px;
  }
  .st7-ellipse-img {
    width: 300px;
    top: -30px;
  }
  .st7-tit p:first-child {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st7-tit p:last-child {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st7-circle p:first-child {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st7-circle p:last-child {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st7-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .interview-tit div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .interview-tit p, .interview-div p, .go-video {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .go-video svg {
    width: 20px;
    height: 20px;
  }
  .st8-logo {
    width: 44%;
  }
  .st9-left {
    aspect-ratio: 4 / 3.2;
  }
  #section10 .st-tit .w {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st10-box {
    padding: 32px 12px 0;
  }
  .st10-box p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st10-box div {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st10-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st11-txt {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .interior-close {
    width: 40px;
    height: 40px;
  }
  .interior-close svg {
    width: 30px;
    height: 30px;
  }
  .st12-slide-box .st12-box-item-txt {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st12-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st12-txt svg {
    height: 8px;
  }
  .st13-top img {
    width: 95px;
  }
  .cost-box {
    padding: 15px;
    gap: 15px;
  }
  .cost-logo {
    padding: 4.564px 5.12px;
    border-width: 1.113px;
  }
  .cost-logo img {
    width: 25px;
  }
  .cost-box-div div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .cost-box-div p {
    font-size: 18px;
    letter-spacing: -0.45px;
    padding: 6px 8px;
  }
}

@media (max-width: 400px) {
  .st2-wrap p:first-child {
    font-size: 24px;
    letter-spacing: -0.6px;
    padding: 3.826px 0;
  }
  .st2-wrap p:last-child {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st2-graph-div>p {
    font-size: 5px !important;
    letter-spacing: -0.125px !important;
  }
  .st4-txt p:first-child {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st4-txt p:last-child {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #number3 {
    width: 45px;
  }
  .st5-right-item {
    height: 250px;
  }
  .st5-circle {
    width: 202px;
  }
  .st5-circle-div p {
    width: 100px;
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .st5-circle-div b.b1 {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st5-circle-div b.b2 {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st5-circle>p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st5-bottom-div div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .vs {
    font-size: 12.8px;
    letter-spacing: -0.32px;
  }
  .receipt-div p:first-child, .receipt-table-div p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .point-div p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st6-txt {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st7-ellipse {
    width: 280px;
  }
  .st7-ellipse-img {
    width: 240px;
  }
  .st7-tit p:last-child {
    font-size: 26px;
    letter-spacing: -0.65px;
  }
  .interview-card {
    aspect-ratio: 1 / 0.85;
  }
  .interview-tit p, .interview-div p, .go-video {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .go-video svg {
    width: 15px;
    height: 15px;
  }
  .interview-img {
    height: 80%;
  }
  .st9-right-wrap {
    padding: 0 10px 0 24px;
  }
  .cost-logo img {
    width: 24px;
  }
  .cost-box-div div {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .cost-box-div p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
}

@media(max-width: 372px) {
  .st9-right-wrap {
    padding: 0 10px 0 15px;
    border-width: 6px;
  }
  .st9-right-wrap>p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st9-right-div {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
}

@media (max-width: 370px) {
  .st2-top-div div p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st2-graph-div {
    width: calc(5.5% - 6px);
  }
  .st7-circle p:first-child {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st7-circle p:last-child {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st8-item-div svg {
    height: 33px;
  }
  .st8-item-div p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st8-item>p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st10-box {
    padding: 20px 12px 0;
    gap: 20px;
  }
  .st10-box p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st10-box div {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st10-txt {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .cost-logo img {
    width: 20px;
  }
  .cost-box-div div {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .cost-box-div p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
}

@media(max-width: 350px) {
  .st2-top-div div p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st2-wrap p:first-child {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st2-wrap p:last-child {
    font-size: 13px;
    letter-spacing: -0.325px;
  }
  .st3-top .st-tit p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .bg-txt {
    font-size: 13px;
    letter-spacing: -0.325px;
  }
  .st4-txt p:first-child {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st4-txt p:last-child {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #number3 {
    width: 37px;
  }
  .review-swiper .swiper-slide {
    width: 210px !important;
  }
  .review-swiper {
    height: 340px;
  }
  .st5-left-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st5-bottom-div p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st5-bottom-div div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .vs {
    width: 30px;
    height: 30px;
    font-size: 11px;
    letter-spacing: -0.275px;
  }
  .receipt-inner {
    padding: 15px 12px;
  }
  .receipt-table-div p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .point-div p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st7-tit p:first-child {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st7-tit p:last-child {
    font-size: 22px;
    letter-spacing: -0.55px;
  }
  #section11 .st-tit, #section12 .st-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
}

