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

.mobile {
  display: none;
}

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

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

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

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

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

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

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

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

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

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


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

.main-container {
  max-width: 90%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding: 120px 0 40px;
}

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

.main-div>p:first-child {
  color:  #F5F5E8;
  font-family: "HCR Batang";
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.main-tit {
  color: #FFF;
  text-align: center;
  font-family: "Solmoe KimDaeGeon";
  font-size: 124px;
  line-height: normal;
  letter-spacing: -1.24px;
}

.main-img {
  max-width: 556px;
  width: 80%;
}


/* section2 */
#section2 {
  width: 100%;
  background: url(../img/st2-bg.jpg);
  background-position: bottom !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  gap: 200px;
  align-items: center;
  padding: 200px 0;
}

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

.st-tit-div {
  position: relative;
}

.home-icon {
  position: absolute;
  left: 50%;
  top: -144px;
  transform: translateX(-50%);
}

.st2-top-container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.sale-wrap {
  width: calc(50% - 10px);
  border-radius: 999px;
  background: rgba(91, 18, 122, 0.35);
  display: flex;
  box-sizing: border-box;
  padding: 12px;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}

.sale-tit {
  display: flex;
  width: 180px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  color: #9B1ECD;
  text-align: center;
  font-family: "HSBomBaram 3.0";
  font-size: 32px;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.8px;
  background: #FFF;
}

.sale-tit span {
  transform: translateY(10px);
}

.point-sale {
  background: #B600FF;
  box-shadow: 0px 0px 40px 0px rgba(91, 18, 122, 0.50);
}

.point-sale .sale-tit-div {
  width: 180px;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  padding: 6px;
  border-radius: 999px;
  border: 2px solid #C7A1E6;
}

.point-sale .sale-tit-div .sale-tit {
  width: 100%;
  color: #7A18A3;
}

.sale-wrap>p {
  color:#FFF;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.8px;
}

.sale-wrap>p span {
  font-size: 56px;
  letter-spacing: -1.4px;
}

.st2-bottom {
  max-width: 1000px;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
}

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

.profit-table tbody tr:first-child {
  background: rgba(255, 255, 255, 0.10);
}

.profit-table tbody tr:first-child td:first-child, .profit-table tbody tr:last-child td:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.profit-table tbody tr:first-child td:last-child, .profit-table tbody tr:last-child td:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.profit-table tbody tr:last-child {
  background: #5B127A;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
}

.profit-table td {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
  padding: 25px 0;
  border-bottom: 0.8px solid #F5F5E8;
}

.profit-table tr:first-child td, .profit-table tr:last-child td, .profit-table tr:nth-last-child(2) td {
  border: none !important;
}

.profit-table td:first-child {
  width: 30%;
}

.profit-table td:nth-child(2) {
  width: 50%;
}

.st2-bottom>div {
  color: #C7A1E6;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
}


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

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

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

.st3-sub-tit {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  color:#FFF;
  text-align: center;
  font-family: "HCR Batang Bold";
  font-size: 56px;
  line-height: 130%; /* 72.8px */
  letter-spacing: -1.4px;
}

.st3-sub-tit>span {
  display: flex;
  transform: rotate(-4deg);
  box-sizing: border-box;
  padding: 10px 24px 20px;
  justify-content: center;
  align-items: flex-end;
  border-radius: 15px;
  background: #1A1A1A;
  box-shadow: 0px 0px 12px 0px #FFEE50;
  color: #FFEE50;
  text-align: center;
  font-family: "HCR Batang Bold";
  font-size: 60px;
  line-height: 100%; /* 60px */
  letter-spacing: -1.5px;
}

.st3-sub-tit>span>span {
  font-family: 'HCR Batang Bold';
  font-size: 120px;
  line-height: 88px;
  letter-spacing: -3px;
}

#section3 .st-tit {
  font-family: 'HCR Batang Bold';
}

.st3-div {
  display: flex;
  box-sizing: border-box;
  padding: 25px 32px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-top: 1px solid #FFEE50;
  border-bottom: 1px solid #FFEE50;
  color: rgba(255, 255, 255, 0.80);
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
}

.st3-container {
  max-width: 1440px;
  width: 90%;
  display: flex;
  align-items: center;
  gap: 40px;
}

.st3-wrap {
  display: flex;
  width: calc(25% - 30px);
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.st3-wrap:hover {
  transform: translateY(-10px);
}

.st3-wrap-rate {
  display: flex;
  box-sizing: border-box;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #1A1A1A;
  box-shadow: 0px 0px 8px 0px rgba(168, 168, 168, 0.60);
  color: #A8A8A8;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
}

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

.st3-wrap-tit {
  color: #FFF;
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  line-height: 130%; /* 57.2px */
  letter-spacing: -1.1px;
}

.p-rate {
  color: #B600FF;
  box-shadow: 0px 0px 8px 0px #B600FF;
}

.b-rate {
  color: #3460FF;
  box-shadow: 0px 0px 8px 0px #3460FF;
}


/* section4 */
#section4 {
  background: url(../img/st4-bg.png);
  background-position: top center !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  box-sizing: border-box;
  padding: 200px 0 0;
  margin-top: -2px;
  overflow: hidden;
}

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

.st4-logo {
  width: 108px;
}

.st4-container {
  max-width: 1440px;
  width: 90%;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.st4-wrap {
  width: calc(33.3% - 13px);
  border-radius: 36px;
  background: rgba(38, 38, 38, 0.60);
  display: flex;
  padding: 28px 0 41px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.st4-wrap.active {
  box-shadow: 0px 0px 16px 0px #B600FF;
}

.st4-wrap.active svg path {
  stroke: #B600FF;
}

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

.st4-div>p:first-child {
  color: #6B6B6B;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.6px;
  min-height: 62px;
  display: flex;
  align-items: center;
}

.st4-wrap.active .st4-div>p:first-child {
  color: #FFF;
}

.st4-div>p:last-child {
  color:  #A8A8A8;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 130%; /* 52px */
  letter-spacing: -1px;
}

.st4-wrap.active .st4-div>p:last-child {
  color: #B600FF;
}

.half-img {
  max-width: 850px;
  width: 50%;
  aspect-ratio: 1 / 0.5; 
  overflow: hidden;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.20);
}

.st4-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}


/* section5 */
#section5 {
  background: url(../img/st5-bg.png);
  background-position: top center !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  box-sizing: border-box;
  padding: 200px 0;
  margin-top: -2px;
  overflow: hidden;
}

#section5 .st-tit span {
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #6B6B6B;
  font-size: 72px;
  letter-spacing: -1.8px;
  color: transparent;
}

.st5-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.st5-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 160px;
}

.st5-wrap:nth-child(2n) {
  padding-left: 0;
  padding-right: 160px;
}

.st5-wrap:nth-child(n+3) {
  margin-top: -5%;
}

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

.st5-div>p:first-child {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: rgba(107, 107, 107, 0.50);
  font-family: "Happy Time";
  font-size: 100px;
  font-weight: 400;
  line-height: normal;
  color: transparent;
}

.st5-div>p:last-child {
  color: rgba(107, 107, 107, 0.50);
  font-size: 24px;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.6px;
}

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

.st5-main-tit>p {
  color: #F5F5E8;
  font-family: "HCR Batang Bold";
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.5px;
}

.st5-main-tit>p span {
  color: #D4A017;
}

.st5-img {
  width: 62%;
  margin-right: -8%;
}

.st5-wrap:nth-child(2n) .st5-img {
  width: 55%;
  margin-right: 0;
  margin-left: -8%;
}

.st5-wrap:last-child .st5-img {
  width: 60%;
}


/* section6 */
#section6 {
  background: url(../img/st6-bg.png);
  background-position: top center !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  box-sizing: border-box;
  padding: 200px 0;
  margin-top: -2px;
}

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

.st6-sub {
  width: 116px;
}

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

.st6-sub-tit {
  margin-top: -15px;
  width: min-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
}

.st6-sub-tit>p {
  width: fit-content;
  color:#F5F5E8;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
}

.tit-line {
  width: 100%;
}

.tab-container {
  max-width: 1020px;
  width: 90%;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.menu-tab {
  display: flex;
  width: calc(25% - 15px);
  padding: 20px 0px;
  justify-content: center;
  align-items: center;
  color: #A8A8A8;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.8px;
  border-radius: 36px;
  border: 2px solid #6B6B6B;
  background: rgba(13, 13, 13, 0.40);
  cursor: pointer;
}

.menu-tab:hover, .menu-tab.show {
  border: 2px solid #B600FF;
  background: #0D0D0D;
  box-shadow: 0px 0px 20px 0px rgba(182, 0, 255, 0.60);
  color: #FFF;
}

.menu-wrap {
  max-width: 1440px;
  width: 90%;
  display: none;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

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

.menu-item {
  width: calc(33.3% - 13.3px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.menu-item img {
  width: 100%;
  border-radius: 9px;
}

.menu-tit {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
}


/* section7 */
#section7 {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.st7-top {
  background: url(../img/st7-bg.png);
  background-position: bottom center !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  box-sizing: border-box;
  padding: 200px 0 100px;
}

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

.st7-sub {
  width: 184px;
}

.st7-top .st-tit {
  color: #262626;
}

.st7-top .st-tit span {
  color: #ED457A;
}

.st7-img-div {
  max-width: 1140px;
  width: 90%;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.st7-img {
  width: calc(50% - 10px);
  border-radius: 40px;
  box-shadow: 0px 0px 40px 0px rgba(155, 30, 205, 0.60);
}

.st7-img:hover {
  transform: translateY(-10px);
}

.st7-bottom {
  background: #D8B8F2;
  margin-top: -2px;
  position: relative;
}

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

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

.review-swiper-container img {
  width: 100%;
  border-radius: 40px;
}

.st7-bottom-linear {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 400px;
  background: linear-gradient(
    to bottom,
    rgba(216, 184, 242, 0) 0%,
    rgba(216, 184, 242, 1) 70%
  );
  z-index: 5;
}


/* section8 */
#section8 {
  background: url(../img/st8-bg.png);
  background-position: bottom center !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  box-sizing: border-box;
  padding: 128px 0;
  position: relative;
  overflow: hidden;
}

.clock {
  max-width: 700px;
  width: 60%;
  position: absolute;
  right: -8%;
  top: 0;
}

.st8-sub-div {
  box-sizing: border-box;
  padding: 4px;
  background: #000;
  border-radius: 999px;
  transform: rotate(-4deg);
}

.st8-sub {
  color: #FFEE50;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.6px;
  border-radius: 999px;
  border: 1.5px solid #1A1A1A;
  display: flex;
  box-sizing: border-box;
  padding: 14px 28px;
  justify-content: center;
  align-items: center;
}

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

.st8-div>.w {
  text-align: center;
  font-family: "HCR Batang Bold";
  font-size: 48px;
  line-height: 130%; /* 62.4px */
  letter-spacing: -1.2px;
}

.st8-div .st-tit {
  color: #D8B8F2;
  font-family: "HCR Batang Bold";
}

.st8-1st-marquee {
  width: 100%;
  background: #000;
  display: flex;
  padding: 6px 0px;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  margin-top: -1px;
}

.marquee-content {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  animation: marquee-rl 10s linear infinite;
}

.marquee-content>p {
  color: #9B1ECD;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.28px;
}

@keyframes marquee-rl {
  0% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(-20%);
  }
}

.st8-2nd-marquee {
  width: 100%;
  background: #9B1ECD;
  display: flex;
  padding: 6px 0px;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  margin-top: -1px;
  margin-bottom: -2px;
}

.st8-2nd-marquee>.marquee-content {
  animation: marquee-lr 10s linear infinite;
}

.st8-2nd-marquee>.marquee-content>p {
  color: #000;
}

@keyframes marquee-lr {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(20%);
  }
}


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

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

.st9-tit {
  color: #FFF;
  text-align: center;
  font-family: "HSBomBaram 3.0";
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -1.6px;
  white-space: nowrap;
}

.st9-tit span {
  color: #ED457A;
}

.st9-sub-tit {
  color: #F5F5E8;
  font-size: 32px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.8px;
  text-align: center;
}

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

.st9-map {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.st9-map>p {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
  border-radius: 12px;
  background: #262626;
  display: flex;
  padding: 14px 0px;
  justify-content: center;
  align-items: center;
}

.st9-map img {
  width: 100%;
  border-radius: 12px;
}

.point {
  background: #9B1ECD !important;
}

.double-arrow {
  width: 70px;
  animation: upDown 1.5s infinite;
}

#section9 .st-tit {
  display: flex;
  align-items: center;
  gap: 40px;
  line-height: 56px;
}

#section9 .st-tit span {
  color: #ED457A;
  display: flex;
  box-sizing: border-box;
  padding: 48px 18px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #000;
  transform: translateY(-23px);
  animation: blink 1.5s infinite;
}

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

@keyframes blink {
  0% {
    box-shadow: 0px 0px 20px 0px #ED457A;
  }
  50% {
    /* box-shadow: 0px 0px 20px 0px #ED457A; */
    box-shadow: none;
  }
  100% {
    box-shadow: 0px 0px 20px 0px #ED457A;
  }
}


/* section10 */
#section10 {
  background: linear-gradient(180deg, #262626 0%, #000 100%);
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  box-sizing: border-box;
  padding: 200px 0;
  position: relative;
  margin-top: -2px;
}

.st10-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

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

.st10-sub {
  width: 143px;
}

.st10-top .st-tit {
  color: #F5F5E8;
}

.benefit-container {
  max-width: 1440px;
  width: 90%;
  display: flex;
  gap: 20px;
  z-index: 5;
}

.benefit-box {
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.benefit-num {
  border-radius: 12px;
  background: rgba(212, 160, 23, 0.30);
  display: flex;
  padding: 14px 0px;
  align-items: center;
  justify-content: center;
  color: #A8A8A8;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.6px;
}

.benefit-box.light .benefit-num {
  background: #D4A017;
  color: #FFF;
}

.benefit-inner {
  height: 100%;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  padding: 32px 0px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}

.benefit-inner>p:first-child {
  color: #A8A8A8;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.benefit-inner>p:first-child span {
  font-size: 20px;
  letter-spacing: -0.5px;
}

.benefit-inner>p:last-child {
  text-align: center;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #6B6B6B;
  font-size: 72px;
  font-weight: 700;
  line-height: 130%; /* 93.6px */
  letter-spacing: -1.8px;
  transform: rotate(-4deg);
  color: transparent;
}

.benefit-box.light .benefit-inner {
  background: #FFF;
}

.benefit-box.light .benefit-inner>p:first-child {
  color: #333;
}

.benefit-box.light .benefit-inner>p:last-child {
  color: #D4A017;
  -webkit-text-stroke-width: 0;
  font-weight: 900;
}

.benefit-table-div {
  max-width: 1000px;
  width: 90%;
  position: relative;
}

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

.benefit-table th, .benefit-table td {
  box-sizing: border-box;
  padding: 24px 1px;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
}

.benefit-table td {
  border-bottom: 0.8px solid #6B6B6B;
}

.benefit-table tr:last-child td, .benefit-table tr:nth-last-child(2) td {
  border: none !important;
}

.benefit-table th {
  border-top: 3px solid #6B6B6B;
  border-bottom: 3px solid #6B6B6B;
  font-weight: 700;
}

.benefit-table th span {
  font-size: 20px;
  letter-spacing: -0.5px;
}

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

.benefit-table tbody tr:last-child td {
  background: #D4A017;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.8px;
}

.benefit-table tbody tr:last-child td:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.benefit-table tbody tr:last-child td:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.badge {
  width: 180px;
  position: absolute;
  bottom: 6%;
  right: -7%;
  z-index: 3;
  animation: blink2 1.5s infinite;
}

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

.st10-marquee {
  width: 100%;
  background: #000;
  display: flex;
  padding: 6px 0px;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  margin-top: -1px;
}

.st10-marquee>.marquee-content>p {
  color: #1A1A1A;
}


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

#section11>p:first-child {
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 130%; /* 78px */
  letter-spacing: -1.5px;
}

#section11>p:last-child {
  color: #A8A8A8;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%; /* 52px */
  letter-spacing: -1px;
}

@keyframes colorChange {
  0% {
    color: #ED457A;
  }
  50% {
    color: #A8A8A8;
  }
  100% {
    color: #ED457A;
  }
}

.color-change {
  animation: colorChange 1.5s infinite;
}

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

.contact-container {
  max-width: 1440px;
  width: 90%;
  display: flex;
  align-items: flex-start;
  justify-content: center
}

.contact-left {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.contact-sub {
  width: 152px;
}

.contact-right {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form {
  display: flex;
  width: 600px;
  box-sizing: border-box;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  background: #FFF;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

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

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

.contact-form input[type="text"], input[type="tel"] {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  height: 44px;
  padding: 12px 0px 12px 12px;
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.35px;
  border-radius: 8px;
  border: 1.2px solid rgba(168, 168, 168, 0.30);
  background: #FFF;
}

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

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

.item label {
  box-sizing: border-box; 
  padding: 0px 4px;
  color: #262626;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 150% !important; /* 23.4px */
  letter-spacing: -0.4px !important;
}

.item label span {
  color: #ED457A;
}

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

.form-tab {
  width: 50%;
  height: 44px;
  box-sizing: border-box;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1.2px solid rgba(168, 168, 168, 0.30);
  background: #FFF;
  color: #6B6B6B;
  font-size: 14px;
  line-height: 24px; /* 150% */
  font-weight: 500;
  letter-spacing: -0.35px;
  cursor: pointer;
  transition: 0.1s !important;
}

.have {
  color: #9B1ECD;
  border: 2px solid #9B1ECD;
  font-weight: 700;
}

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

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

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

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

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

.agree {
  color: #333;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 150% !important; 
  letter-spacing: -0.35px !important;
  cursor: pointer;
}

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

.c-btn {
  width: 100%;
  background: #9B1ECD;
  display: flex;
  box-sizing: border-box;
  padding: 12px;
  height: 48px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: #FFF;
  font-size: 16px;
  line-height: 150%; /* 140% */
  font-weight: 700;
  letter-spacing: -0.4px;
  border: none;
  border-radius: 8px;
}

.c-btn:hover {
  background: #7A18A3;
}


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

.plus-big-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.plus-swiper-container, .plus-swiper-container2 {
  width: 100%;
  overflow: hidden;
}

.plus-swiper-container .swiper-wrapper, .plus-swiper-container2 .swiper-wrapper {
  transition-timing-function: linear;
}

.plus-swiper-container .swiper-slide, .plus-swiper-container2 .swiper-slide {
  width: 460px !important;
}

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

.plus-item img {
  width: 100%;
  border-radius: 9px;
}

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

@media(max-width: 1450px) {
  .benefit-num {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .benefit-inner>p:last-child {
    font-size: 64px;
    letter-spacing: -1.6px;
  }
  .benefit-inner>p:first-child {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .benefit-inner>p:first-child span {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
}

@media(max-width: 1400px) {
  #section2, #section3, #section5, #section6, #section9, #section10, #plus-menu {
    padding: 150px 0;
  }
  #section2 {
    gap: 150px;
  }
  .st2-top {
    gap: 80px;
  }
  .home-icon {
    width: 190px;
  }
  .point-sale .sale-tit-div, .sale-tit {
    width: 160px;
  }
  .sale-tit, .sale-wrap>p{
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .sale-wrap>p span {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  #section4 {
    padding: 150px 0 0;
  }
  .st5-wrap {
    padding-left: 100px;
  }
  .st5-wrap:nth-child(2n) {
    padding-left: 0;
    padding-right: 100px;
  }
  .st5-div>p:first-child {
    font-size: 80px;
    letter-spacing: -2px;
  }
  .st5-div>p:last-child {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st5-main-tit>p {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st6-top {
    gap: 32px;
  }
  .st6-top-div {
    gap: 15px;
  }
  .st6-sub-tit>p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .menu-tab {
    font-size: 24px;
    letter-spacing: -0.6px;
    padding: 16px 0px;
  }
  .menu-tit, .plus-item p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st7-top {
    padding: 150px 0 100px;
  }
  .st7-sub {
    width: 160px;
  }
  #section8 {
    padding: 100px 0;
  }
  .st8-sub {
    font-size: 18px;
    letter-spacing: -0.45px;
    padding: 10px 20px;
  }
  .st8-div>.w {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .marquee-content>p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st9-sub-tit, .st9-map>p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #section9 .st-tit {
    gap: 30px;
  }
  #section9 .st-tit span {
    padding: 36px 18px 2px;
  }
  .st10-sub {
    width: 120px;
  }
  .benefit-table th, .benefit-table td {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .benefit-table th span {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .benefit-table tbody tr:last-child td {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #section11>p:first-child {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  #section11>p:last-child {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .plus-swiper-container .swiper-slide, .plus-swiper-container2 .swiper-slide {
    width: 410px !important;
  }
}

@media (max-width: 1280px) {
  .main-div>p:first-child {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .main-tit {
    font-size: 96px;
    letter-spacing: -2.4px;
  }
  #section2 {
    gap: 120px;
  }
  .st2-top {
    gap: 60px;
  }
  .home-icon {
    width: 160px;
  }
  .point-sale .sale-tit-div, .sale-tit {
    width: 140px;
  }
  .sale-wrap {
    gap: 20px;
  }
  .sale-tit, .sale-wrap>p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .sale-tit span {
    transform: translateY(7px);
  }
  .sale-wrap>p span {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st2-bottom {
    gap: 40px;
  }
  .profit-table td {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st2-bottom>div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #section3, #section5, #section6, #section9, #plus-menu {
    padding: 120px 0;
    gap: 80px;
  }
  .st3-sub-tit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st3-sub-tit>span>span {
    font-size: 88px;
    line-height: 66px;
    letter-spacing: -2.2px;
  }
  .st3-sub-tit>span {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st3-tit-div {
    gap: 40px;
  }
  .st3-div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st3-container {
    gap: 20px;
  }
  .st3-wrap {
    width: calc(25% - 15px);
    gap: 20px;
  }
  .st3-wrap-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  #section4 {
    padding: 120px 0 0;
    gap: 80px;
  }
  .st4-logo {
    width: 80px;
  }
  .st4-div>p:first-child {
    font-size: 20px;
    letter-spacing: -0.5px;
    min-height: 52px;
  }
  .st4-wrap {
    gap: 12px;
    width: calc(33.3% - 13.5px);
  }
  .st4-wrap svg {
    width: 40px;
    height: 40px;
  }
  .st4-div>p:last-child {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  #section5 .st-tit span {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .st5-wrap {
    padding-left: 80px;
  }
  .st5-wrap:nth-child(2n) {
    padding-left: 0;
    padding-right: 80px;
  }
  .st5-div>p:first-child {
    font-size: 64px;
    letter-spacing: -1.6px;
  }
  .st5-div>p:last-child {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st5-main-tit>p {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st6-top {
    gap: 20px;
  }
  .st6-sub-tit>p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .menu-tab, .menu-tit, .plus-item p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st7-top {
    padding: 120px 0 100px;
    gap: 80px;
  }
  .st7-sub {
    width: 140px;
  }
  .st7-bottom-linear {
    height: 300px;
  }
  .marquee-content>p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st9-top {
    gap: 0;
  }
  .st9-tit {
    font-size: 56px;
    letter-spacing: -1.4px;
    line-height: 130%;
  }
  .st9-sub-tit {
    line-height: 140%;
  }
  #section10 {
    padding: 120px 0;
    gap: 60px;
  }
  .benefit-container {
    gap: 12px;
  }
  .benefit-box {
    width: calc(25% - 9px);
  }
  .benefit-num {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .benefit-inner>p:last-child {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .benefit-inner>p:first-child {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .benefit-inner>p:first-child span {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .benefit-table th, .benefit-table td {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .benefit-table th span {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .benefit-table tbody tr:last-child td {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .badge {
    right: -3%;
  }
  #section11 {
    padding: 80px 0;
  }
  #section11>p:first-child {
    font-size: 40px;
    letter-spacing: -1px;
  }
  #section11>p:last-child {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .contact-left {
    width: calc(100% - 600px);
  }
  .contact-sub {
    width: 130px
  }
  .contact-right {
    width: fit-content;
  }
}

@media(max-width: 1100px) {
  .st4-wrap {
    padding: 16px 0 28px;
  }
  .st5-wrap {
    padding-left: 60px;
  }
  .st5-wrap:nth-child(2n) {
    padding-left: 0;
    padding-right: 60px;
  }
  .benefit-num {
    font-size: 16px;
    letter-spacing: -0.4px;
    padding: 12px 0px;
  }
  .benefit-inner>p:last-child {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .benefit-inner>p:first-child {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .benefit-inner>p:first-child span {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
}

@media(max-width: 1024px) {
  .point-sale .sale-tit-div, .sale-tit {
    width: 120px;
  }
  .sale-tit, .sale-wrap>p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .sale-tit span {
    transform: translateY(5px);
  }
  .sale-wrap>p span {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .profit-table td {
    font-size: 20px;
    letter-spacing: -0.5px;
    padding: 20px 0;
  }
  .st2-bottom>div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st3-wrap-rate {
    font-size: 18px;
    letter-spacing: -0.45px;
    padding: 12px 18px;
  }
  .st3-wrap-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .contact-left {
    width: calc(100% - 500px);
  }
  .contact-form {
    width: 500px;
  }
}

@media(max-width: 1000px) {
  .benefit-container {
    flex-wrap: wrap;
  }
  .benefit-box {
    width: calc(50% - 6px);
  }
  .benefit-inner>p:first-child {
    height: 52px;
    gap: 0;
  }
}

@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-container {
    padding: 90px 0 40px;
  }
  .main-div {
    gap: 20px;
  }
  .main-div>p:first-child {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .main-tit {
    font-size: 80px;
    letter-spacing: -0.8px;
  }
  #section2 {
    padding: 120px 0;
    gap: 80px;
  }
  .st2-top {
    gap: 32px;
  }
  .home-icon {
    width: 120px;
    top: -74px;
  }
  .st2-top-container {
    gap: 10px;
    row-gap: 15px;
  }
  .sale-wrap {
    width: calc(50% - 5px);
    padding: 8px;
    gap: 10px;
  }
  .point-sale .sale-tit-div, .sale-tit {
    width: 100px;
  }
  .point-sale .sale-tit-div {
    padding: 3px;
  }
  .profit-table td {
    font-size: 18px;
    letter-spacing: -0.45px;
    padding: 16px 0;
  }
  .profit-table tr:last-child td {
    padding: 20px 0;
  }
  .st2-bottom {
    gap: 24px;
  }
  .st2-bottom>div {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  #section3, #section5, #section10 {
    padding: 100px 0;
  }
  .st3-sub-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st3-sub-tit>span>span {
    font-size: 72px;
    line-height: 52px;
    letter-spacing: -1.8px;
  }
  .st3-sub-tit>span {
    font-size: 32px;
    letter-spacing: -0.8px;
    padding: 10px 15px 20px;
  }
  .st3-div {
    font-size: 16px;
    letter-spacing: -0.4px;
    padding: 15px 20px;
  }
  .st3-container {
    gap: 10px;
  }
  .st3-wrap {
    width: calc(50% - 5px);
  }
  .st3-wrap-rate {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st3-wrap-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #section4 {
    gap: 60px;
    padding: 100px 0 0;
  }
  .st4-top {
    gap: 30px;
  }
  .st4-logo {
    width: 60px;
  }
  .st4-container {
    gap: 12px;
  }
  .st4-wrap {
    width: calc(50% - 6px);
  }
  .half-img {
    width: 70%;
  }
  #section5 .st-tit span {
    font-size: 48px;
    letter-spacing: -1.2px;
    -webkit-text-stroke-width: 1.5px;
  }
  .st5-wrap {
    padding-left: 40px;
  }
  .st5-wrap:nth-child(2n) {
    padding-left: 0;
    padding-right: 40px;
  }
  .st5-wrap-tit {
    gap: 20px;
  }
  .st5-div>p:first-child {
    font-size: 56px;
    letter-spacing: -1.4px;
    -webkit-text-stroke-width: 2px;
  }
  .st5-div>p:last-child {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st5-main-tit>p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  #section6, #plus-menu {
    padding: 100px 0;
    gap: 60px;
  }
  .st6-sub-tit>p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .tab-container, .menu-wrap {
    gap: 10px;
  }
  .menu-tab, .menu-tit, .plus-item p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .menu-tab {
    width: calc(25% - 8px);
  }
  .menu-item {
    width: calc(50% - 5px);
  }
  .st7-top {
    padding: 100px 0 80px;
    gap: 60px;
  }
  .st7-top-div {
    gap: 20px;
  }
  #section8 {
    padding: 80px 0;
  }
  .st8-sub-div {
    padding: 2px;
  }
  .st8-sub {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st8-div>.w {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .clock {
    right: -15%;
    top: 10%;
  }
  .marquee-content>p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #section9 {
    padding: 100px 0;
    gap: 60px;
  }
  .st9-tit {
    font-size: 48px;
    letter-spacing: -1.2px;
    line-height: 130%;
  }
  .st9-sub-tit, .st9-map>p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st9-map>p {
    padding: 12px 0;
  }
  .double-arrow {
    width: 55px;
  }
  #section9 .st-tit {
    flex-direction: column;
    gap: 0;
  }
  #section9 .st-tit span {
    padding: 24px 18px 0px;
    transform: translateY(-5px);
  }
  .st10-top {
    gap: 20px;
  }
  .st10-sub {
    width: 100px;
  }
  .benefit-table th, .benefit-table td {
    font-size: 20px;
    letter-spacing: -0.5px;
    padding: 16px 0;
  }
  .benefit-table th span {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .benefit-table tbody tr:last-child td {
    font-size: 24px;
    letter-spacing: -0.6px;
    padding: 20px 0;
  }
  .badge {
    width: 150px;
  }
  #section11>p:first-child {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  #section11>p:first-child {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  #section11>p:last-child {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .contact-left {
    gap: 28px;
    width: calc(100% - 450px);
  }
  .contact-sub {
    width: 108px;
  }
  .contact-form {
    width: 450px
  }
  .plus-swiper-container .swiper-slide, .plus-swiper-container2 .swiper-slide {
    width: 360px !important;
  }
}

@media (max-width: 768px) {
  .layer-popup {
    position: fixed;
    top: 5%;
    left: 5%;
  }
  #section2, #section3 {
    padding: 100px 20px;
    gap: 60px;
  }
  .st2-top {
    width: 100%;
  }
  .sale-wrap>p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .sale-wrap>p span {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .point-sale .sale-tit-div, .sale-tit {
    width: 90px;
  }
  .profit-table tbody tr:first-child td:first-child, .profit-table tbody tr:last-child td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .profit-table tbody tr:first-child td:last-child, .profit-table tbody tr:last-child td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .st3-tit-div {
    gap: 20px;
  }
  .st3-sub-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st3-sub-tit>span>span {
    font-size: 56px;
    line-height: 36px; 
    letter-spacing: -1.4px;
  }
  .st3-sub-tit>span {
    font-size: 28px;
    letter-spacing: -0.7px;
    border-radius: 5.583px;
  }
  .st3-container {
    width: 100%;
    flex-wrap: wrap;
    row-gap: 32px;
  }
  .st3-wrap {
    width: calc(50% - 5px);
    box-sizing: border-box;
    padding: 0px 8px;
    gap: 12px;
  }
  .st3-div {
    font-size: 14px;
    letter-spacing: -0.35px;
    padding: 9.306px 11.911px;
  }
  .st3-wrap-rate {
    font-size: 16px;
    letter-spacing: -0.4px;
    border-radius: 8px;
  }
  .st3-wrap-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #section4 {
    padding: 80px 32px 0;
    gap: 40px;
  }
  .st4-top {
    gap: 20px;
  }
  .st4-logo {
    width: 50px;
  }
  .st4-container {
    width: 100%;
  }
  .st4-wrap {
    border-radius: 16px;
  }
  #section5 {
    padding: 80px 0;
    gap: 60px;
  }
  #section5 .st-tit span {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st5-container {
    gap: 14.423px;
  }
  .st5-div>p:first-child {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st5-div>p:last-child {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st5-main-tit>p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st5-wrap:nth-child(n+3) {
    margin-top: 0;
  }
  #section6, #section9 {
    padding: 80px 20px;
    gap: 40px;
  }
  .st6-top {
    gap: 12px;
  }
  .st6-top-div {
    gap: 20px;
  }
  .tab-container, .menu-wrap {
    width: 100%;
    gap: 6px;
  }
  .menu-wrap {
    row-gap: 20px;
  }
  .menu-tab, .menu-tit, .plus-item p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .menu-tab {
    width: calc(25% - 5px);
    border-radius: 18px;
    border: 1.2px solid #6B6B6B;
    padding: 12px 0;
  }
  .menu-tab:hover, .menu-tab.show {
    border: 1.2px solid #B600FF;
  }
  .menu-item {
    width: calc(50% - 3px);
    gap: 6px;
  }
  .menu-item img {
    border-radius: 4px;
  }
  .st7-top {
    padding: 80px 0 40px;
    gap: 30px;
  }
  .st7-sub {
    width: 115px;
  }
  .st7-img-div {
    gap: 6px;
  }
  .st7-img {
    width: calc(50% - 3px);
    border-radius: 12px;
    box-shadow: 0px 0px 20px 0px rgba(155, 30, 205, 0.60);
  }
  .review-swiper-container img {
    border-radius: 3px;
  }
  .st7-bottom-linear {
    height: 250px;
  }
  #section8 {
    padding: 60px 0;
    gap: 12px;
  }
  .st8-sub {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st8-div>.w {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .clock {
    width: 50%;
  }
  .marquee-content>p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st9-tit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st9-sub-tit, .st9-map>p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st9-container {
    width: 100%;
  }
  .st9-map {
    gap: 6px;
  }
  .st9-map>p {
    border-radius: 8px;
  }
  .st9-map img {
    border-radius: 3.554px;
  }
  #section9 .st-tit span {
    padding: 18px 18px 0px;
  }
  #section10 {
    padding: 80px 20px;
    gap: 40px;
  }
  .benefit-box {
    gap: 6px;
  }
  .benefit-container, .benefit-table-div {
    width: 100%;
  }
  .benefit-num, .benefit-inner {
    border-radius: 8px;
  }
  .benefit-table-div {
    margin-top: 20px;
  }
  .benefit-table th {
    border-top: 2px solid #6B6B6B;
    border-bottom: 2px solid #6B6B6B;
  }
  .benefit-table th, .benefit-table td {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .benefit-table tbody tr:last-child td {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .benefit-table tbody tr:last-child td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .benefit-table tbody tr:last-child td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .badge {
    width: 135px;
    right: -1.5%;
  } 
  .contact-form {
    padding: 30px;
  }
  #plus-menu {
    padding: 80px 0;
    gap: 40px;
  }
  .plus-big-container {
    gap: 20px;
  }
  .plus-swiper-container .swiper-slide, .plus-swiper-container2 .swiper-slide {
    width: 320px !important;
  }
}

@media(max-width: 700px) {
  .contact-container {
    flex-direction: column;
    gap: 20px;
  }
  .contact-left, .contact-right, .contact-form {
    width: 100%;
  }
  .contact-left {
    align-items: center;
  }
}

@media (max-width: 650px) {
  .main-container {
    padding: 60px 0 40px;
  }
  .main-div>p:first-child {
    font-size: 22px;
    letter-spacing: -0.55px;
  }
  .main-div>p:first-child span {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .main-tit {
    font-size: 64px;
    letter-spacing: -0.6px;
  }
  #section2, #section3 {
    padding: 80px 20px;
  }
  .home-icon {
    width: 100px;
    top: -60px;
  }
  .st2-top-container {
    gap: 6px;
  }
  .point-sale .sale-tit-div, .sale-tit {
    width: 80px;
  }
  .sale-tit {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .sale-wrap {
    width: calc(50% - 3px);
  }
  .sale-wrap>p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .sale-wrap>p span {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .profit-table td {
    font-size: 15px;
    letter-spacing: -0.375px;
    padding: 15px 0;
    border-bottom: 0.5px solid rgba(245, 245, 232, 0.60);
  }
  .profit-table tr:last-child td {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st2-bottom {
    width: 100%;
  }
  .st2-bottom>div {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st3-sub-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st3-sub-tit>span>span {
    font-size: 44px;
    line-height: 32px; 
    letter-spacing: -1.1px;
  }
  .st3-sub-tit>span {
    font-size: 22px;
    letter-spacing: -0.55px;
    padding: 8px 8px 13px;
  }
  #section3 .st-tit {
    font-size: 30px;
    letter-spacing: -0.75px;
    white-space: nowrap;
  }
  .st3-wrap-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st4-wrap {
    width: 100%;
    gap: 8px;
    padding: 0;
    height: 200px;
  }
  .st4-div>p:first-child {
    min-height: unset;
  }
  .st4-wrap.active {
    box-shadow: 0px 0px 12px 0px #B600FF;
  }
  .half-img {
    width: 90%;
  }
  #section5 .st-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  #section5 .st-tit span {
    font-size: 32px;
    letter-spacing: -0.8px;
    -webkit-text-stroke-width: 1px;
  }
  .st5-wrap {
    padding-left: 20px;
  }
  .st5-wrap:nth-child(2n) {
    padding-left: 0;
    padding-right: 20px;
  }
  .st5-wrap-tit {
    gap: 10px;
  }
  .st5-div>p:first-child {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st5-div>p:last-child {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st5-main-tit>p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .menu-tab:hover, .menu-tab.show {
    box-shadow: 0px 0px 12px 0px rgba(182, 0, 255, 0.60);
  }
  .st7-bottom-linear {
    height: 200px;
  }
  #section8 {
    padding: 50px 0;
    gap: 8px;
  }
  .st8-sub {
    font-size: 12px;
    letter-spacing: -0.3px;
    padding: 6px 12px;
    font-weight: 500;
  }
  .st8-div>.w {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #section8 .st-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .clock {
    width: 50%;
  }
  .st8-1st-marquee, .st8-2nd-marquee, .st10-marquee {
    padding: 4px;
  }
  .marquee-content>p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st9-tit {
    font-size: 36px;
    letter-spacing: -0.9px;
  }
  .st9-sub-tit, .st9-map>p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st9-map>p {
    font-weight: 600;
    padding: 8px 0;
  }
  .st9-container {
    flex-direction: column;
  }
  .st9-map {
    width: 100%;
  }
  #section9 .st-tit span {
    padding: 20px 12px 0px;
    line-height: 40px;
  }
  #section10 .st-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st10-sub {
    width: 85px;
  }
  .benefit-num {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .benefit-inner>p:last-child {
    font-size: 40px;
    letter-spacing: -1px;
    -webkit-text-stroke-width: 3px;
  }
  .benefit-inner>p:first-child {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .benefit-table th, .benefit-table td {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .benefit-table th span {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .benefit-table tbody tr:last-child td {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .benefit-table td {
    border-bottom: 0.5px solid #6B6B6B;
  }
  #section11 {
    padding: 60px 0;
    gap: 8px;
  }
  #section11>p:first-child {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #section11>p:last-child {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #contact {
    padding: 80px 20px;
  }
  .contact-container {
    width: 100%;
  }
  .contact-form {
    padding: 20px;
  }
  .plus-swiper-container .swiper-slide, .plus-swiper-container2 .swiper-slide {
    width: 270px !important;
  }
}

@media(max-width: 600px) {
  .sale-tit {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .sale-wrap>p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .sale-wrap>p span {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
}

@media(max-width: 550px) {
  .point-sale .sale-tit-div, .sale-tit {
    width: 120px;
  }
  .sale-top-container {
    flex-direction: column;
  }
  .sale-wrap {
    width: 100%;
    gap: 20px;
  }
  .sale-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .sale-wrap>p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .sale-wrap>p span {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st5-div>p:first-child {
    font-size: 32px;
    letter-spacing: -0.8px;
    -webkit-text-stroke-width: 0.72px;
  }
  .st5-div>p:last-child {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .st5-main-tit>p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st6-sub-tit>p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
}

@media (max-width: 480px) {
  .main-tit {
    font-size: 56px;
    letter-spacing: -0.56px;
  }
  .main-img {
    width: 90%;
  }
  .point-sale .sale-tit-div, .sale-tit {
    width: 90px;
  }
  .sale-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .sale-wrap>p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .sale-wrap>p span {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st3-div {
    font-size: 13px;
    letter-spacing: -0.325px;
    font-weight: 500;
  }
  .st3-wrap-rate {
    padding: 8px 14px;
  }
  .st4-wrap {
    height: 180px;
  }
  .half-img {
    width: 100%;
  }
  .st5-main-tit>p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st5-wrap:nth-child(2) {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu-tab {
    padding: 8px 0;
  }
  .menu-tit, .plus-item p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st7-bottom-linear {
    height: 140px;
  }
  #section8 {
    padding: 32px 0;
  }
  .st8-div>.w {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #section8 .st-tit {
    font-size: 27px;
    letter-spacing: -0.675px;
  }
  .clock {
    top: 12%;
    right: -12%;
  }
  .double-arrow {
    width: 40px;
  }
  .benefit-inner>p:first-child {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .badge {
    width: 120px;
    right: -3.5%;
  } 
  #section11>p:first-child {
    font-size: 26px;
    letter-spacing: -0.65px;
  }
  #section11>p:last-child {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .plus-swiper-container .swiper-slide, .plus-swiper-container2 .swiper-slide {
    width: 220px !important;
  }
}

@media(max-width: 400px) {
  .sale-wrap {
    gap: 10px;
  }
  .st5-wrap:nth-child(2) .st5-img {
    width: 50%;
  }
  .st5-wrap:nth-child(3) .st5-img {
    width: 58%;
  }
  .st5-wrap:last-child .st5-img {
    width: 59%;
  }
  .clock {
    top: 20%;
    right: -15%;
  }
  .badge {
    right: -4.5%;
  } 
}

@media(max-width: 370px) {
  #section3 .st-tit, #section10 .st-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
}
