/* section15 */
#section15 {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 60px;
  flex-direction: column;
  border-bottom: 1px solid #FFF;
  background: #FCF8F4;
  border-top: 1px solid #E83F3F;
  margin-top: -2px;
  margin-bottom: -2px;
}

.st15-inner {
  width: 100%;
  display: flex;
  border-radius: 0px 0px 12px 12px;
  border-top: 1px solid #FCF8F4;
  background: #E83F3F;
  overflow: hidden;
}

.st15-left {
  display: flex;
  width: 600px;
  box-sizing: border-box;
  padding: 40px 40px 20px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.st15-left-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.st15-left .st-tit {
  color: #FCF8F4;
  text-align: center;
  text-shadow: 0px 0px 12px #FF8A9F;
}

.st15-left .st-tit span {
  color: #FFD97C;
}

.st15-left .st-sub-tit24 {
  text-align: left;
  line-height: 150%;
  word-break: keep-all;
}

.st15-bubble {
  width: 370px;
  margin-left: auto;
  margin-right: -20px;
  z-index: 5;
}

.st15-mo-bubble {
  display: none;
  width: 50%;
  z-index: 5;
}

.st15-img {
  position: absolute;
  width: 284px;
  bottom: 6%;
  left: -17%;
}

.st15-mo-img {
  width: 50%;
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
}

.st15-right {
  width: calc(100% - 600px);
  border-left: 1px solid #FCF8F4;
  background: rgba(0, 0, 0, 0.10);
  display: flex;
  padding: 60px 0px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
}

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

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

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

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

.store-item img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
}

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

.store-tit {
  width: 100%;
  border-radius: 50px;
  border: 1px solid rgba(252, 248, 244, 0.50);
  display: flex;
  box-sizing: border-box;
  padding: 6px 15px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-family: "Giants";
  font-size: 20px;
  line-height: normal;
  letter-spacing: -0.5px;
}

.store-content {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #FFF;
  text-align: center;
  font-family: "Giants Bold";
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.6px;
}

.store-content span {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 8px rgba(255, 200, 208, 0.50);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #EF643F;
  font-family: "Giants Bold";
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
}


/* section16 */
#section16 {
  background: #FCF8F4;
  display: flex;
  padding: 100px 0px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

#section16 .st-tit {
  color: #333;
}

#section16 .st-sub-tit24 {
  opacity: 0.9;
  font-family: "Pretendard";
  font-weight: 500;
}

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

.st16-container .st-sub-tit {
  box-sizing: border-box;
  padding: 10px 20px;
  gap: 10px;
  border-radius: 40px;
  background: #D72438;
}

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

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

.review-swiper-container img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
}


/* section17 */
#section17 {
  width: 100%;
  background: #FCF8F4;
  display: flex;
  box-sizing: border-box;
  padding: 0px 60px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.st17-inner {
  width: 100%;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  background: #222;
}

.st17-left {
  display: flex;
  width: 600px;
  box-sizing: border-box;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  background: url(../img/st17-left-bg.png);
  background-position: center center !important;
  background-size: cover !important;
}

.st17-logo {
  width: 253px;
}

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

.st17-right {
  width: calc(100% - 600px);
  display: flex;
  box-sizing: border-box;
  padding: 60px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  border-left: 1px solid #FCF8F4;
  background: url(../img/st17-right-bg.png);
  background-position: center center !important;
  background-size: cover !important;
}

.st17-right-wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.st17-right p, .st17-right-wrap {
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 20px;
}

.st17-right img {
  width: 100%;
}

.st17-right .st-sub-tit20 {
  opacity: 1;
  font-weight: 400 !important;
}

.st17-right-div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 125%; /* 35px */
  letter-spacing: -0.7px;
  flex-wrap: wrap;
}

.white-point {
  display: flex;
  box-sizing: border-box;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #FFF;
  color: #111;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 125%; /* 30px */
  letter-spacing: -0.6px;
}


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

.st18-container {
  display: flex;
  max-width: 1000px;
  width: 90%;
  padding: 60px 0px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.30);
  background: url(../img/st10-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  box-shadow: 0px 24px 32px 0px rgba(0, 0, 0, 0.10);
}

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

.st18-wrap {
  max-width: 640px;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.st18-wrap p {
  width: 100%;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  box-sizing: border-box;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #333;
  text-align: center;
  font-size: 24px;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.6px;
}

.marketing-open {
  background: #E83F3F;
  transition: 0s;
}

.marketing-open:hover {
  background: #D72438;
  transition: 0s;
}

#marketing-modal .modal-content p span {
  color: #111;
}


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

.st19-container {
  max-width: 1275px;
  width: 90%;
  display: flex;
  gap: 25px;
}

.st19-box {
  max-width: 300px;
  width: 25%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
}

.st19-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4px; 
  border-radius: 8px;
  background: linear-gradient(
    90deg,
    #A9A9A9 0%,
    #756D6D 11%,
    #A9A9A9 20%,
    #EDE7E7 33%,
    #756D6D 59%,
    #DBCCCC 79%,
    #FCEBEB 91%,
    #756D6D 100%
  );
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 5;
}

.st19-box img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.st19-box-inner {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 20px 0px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: #FFF;
  border-radius: 0 0 8px 8px;
}

.st19-box-tit {
  color: #505050;
  text-align: center;
  font-size: 20px;
  line-height: 145%; /* 29px */
  letter-spacing: -0.5px;
  display: flex;
  box-sizing: border-box;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid #505050;
}

.st19-box-sale {
  color: #222;
  text-align: center;
  font-family: "Giants";
  font-size: 32px;
  line-height: 145%; /* 46.4px */
  letter-spacing: -0.8px;
}

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

.st19-bottom .st-sub-tit24 {
  line-height: 150%;
  font-weight: 500;
}

.st19-bottom-tit {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}

.st19-bottom-tit img:last-child {
  transform: rotate(180deg);
}


/* section20 */
#section20 {
  background: #FCF8F4;
  display: flex;
  width: 100%;
  padding: 50px 60px 0;
  flex-direction: column;
  align-items: center;
}

.st20-top-inner {
  width: 100%;
  background: url(../img/st6-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  box-sizing: border-box;
  padding: 50px 0px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border-radius: 12px;
  box-shadow: 0px 24px 32px 0px rgba(0, 0, 0, 0.08);
}

.st20-tit {
    color: #FCF8F4;
    text-align: center;
    text-shadow: 0px 0px 12px #FF8A9F;
    font-family: "Giants";
    font-size: 50px;
    line-height: 145%; /* 72.5px */
    letter-spacing: -1.25px;
}

.st20-top-inner .st-sub-tit20 {
  opacity: 1;
}

.st20-top-inner .st-sub-tit24 {
  display: flex;
  box-sizing: border-box;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #FCF8F4;
}

.st20-bottom-inner {
  width: 90%;
  height: 480px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.st20-circle {
  max-width: 805px;
  width: 70%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15%;
}

.st20-img-div {
  width: 330px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  z-index: 5;
}

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

.st20-img-div::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 5px; 
  border-radius: 12px;
  background: linear-gradient(
    90deg,
    #A9A9A9 0%,
    #756D6D 11%,
    #A9A9A9 20%,
    #EDE7E7 33%,
    #756D6D 59%,
    #DBCCCC 79%,
    #FCEBEB 91%,
    #756D6D 100%
  );
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 5;
}


/* section21 */ 
#section21 {
  box-sizing: border-box;
  padding: 0 60px;
  background: #FCF8F4;
  border-bottom: 1px solid #E83F3F;
}

.st21-inner {
  width: 100%;
  background: #E83F3F;
  display: flex;
  box-sizing: border-box;
  padding: 100px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  border-radius: 12px 12px 0px 0px;
}

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

.st21-inner .st11-box-container {
  width: 90%;
  gap: 30px;
}

.st21-inner .st11-box {
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  padding: 10px 15px;
}


/* section22 */
#section22 {
  box-sizing: border-box;
  padding: 0 60px;
  background: #FCF8F4;
}

.st22-inner {
  width: 100%;
  background: url(../img/st17-right-bg.png) #222;
  background-position: center center !important;
  background-size: cover !important;
  border-radius: 0px 0px 12px 12px;
  border-top: 1px solid var(--ivory, #FCF8F4);
  display: flex;
  box-sizing: border-box;
  padding: 100px 0px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.st22-inner .st-top .semibold {
  color: #111;
  border-radius: 50px;
  background: #FCF8F4;
  display: flex;
  box-sizing: border-box;
  padding: 8px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}


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

#section23 .marquee {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.st23-tit {
    color: #FCF8F4;
    text-align: center;
    text-shadow: 0px 0px 12px #FF8A9F;
    font-family: "Giants";
    font-size: 48px;
    line-height: 125%; /* 72.5px */
    letter-spacing: -1.2px;
    z-index: 5;
}

.st23-container {
    max-width: 1080px;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.st23-wrap {
    width: 100%;
    display: flex;
}

.st23-wrap p {
    width: 50%;
    display: flex;
    box-sizing: border-box;
    padding: 0px 10px;
    gap: 12px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "Giants";
    font-size: 24px;
    line-height: normal;
    letter-spacing: -0.6px;
}

.st23-wrap p:first-child {
    border-bottom: 1px solid #F76464;
    background: #E83F3F;
    color: #FFF;
}

.st23-wrap p:last-child {
    border-bottom: 1.2px solid #F5D7DB;
    background: #FFF;
    color: #E83F3F;
    border-right: 1.2px solid #E83F3F;
}

.st23-wrap:first-child p {
    border-radius: 9.6px 9.6px 0px 0px;
}

.st23-wrap:last-child p {
    border-radius: 0 0 9.6px 9.6px;
}

.st23-wrap:first-child p:last-child {
    border-radius: 0px 9.6px 0px 0px !important;
    border-top: 1.2px solid #E83F3F;
    border-bottom: 1.2px solid #D5142B;
    font-family: "Giants Bold";
    font-size: 28.8px;
    letter-spacing: -0.72px;
}

.st23-wrap:last-child p:last-child {
    border-radius: 0 0 9.6px 0 !important;
    border-bottom: 1.2px solid #E83F3F;
}

.st23-logo {
    width: 132px;
}

.table-title {
    height: 88px !important;
    background: #D72438 !important;
    padding-top: 16px !important;
    border-bottom: 1px solid #FFF !important;
}

.table-title2 {
    height: 86px !important;
    padding-bottom: 16px !important;
}

.st23-circle {
    max-width: 935px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* section24 */
#section24 {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #FCF8F4;
  box-sizing: border-box;
  padding: 0 60px;
}

.st24-top-inner {
    width: 100%;
    background: url(../img/st17-right-bg.png) #222;
    background-position: center center !important;
    background-size: cover !important;
    display: flex;
    border-radius: 12px 12px 0px 0px;
    border-top: 1px solid #FCF8F4;
}

.st24-top-wrap {
    width: 50%;
    display: flex;
    box-sizing: border-box;
    padding: 60px 40px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.st24-top-wrap:last-child {
    border-left: 1px solid #F2F2F2;
}

.st24-hr {
    max-width: 200px;
    width: 90%;
    height: 1px;
    background: #FFF;
    border-bottom: 1px solid #FFF;
    border-top: none;
}

.st24-top-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.st24-box {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.st24-box p {
    max-width: 205px;
    width: calc(33.3% - 6.5px);
    border-radius: 6px;
    background: #FCF8F4;
    display: flex;
    box-sizing: border-box;
    padding: 6px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%; /* 30px */
    letter-spacing: -0.5px;
    white-space: nowrap;
}

.st24-big-box {
    max-width: 460px !important;
    width: 90% !important;
}

.st24-point-box {
    max-width: 420px !important;
    width: calc(66.6% - 3.5px) !important;
    background: #FFD97C !important;
}

.st24-bottom-inner {
    width: 100%;
    background: url(../img/st24-bottom-bg.png);
    background-position: center center !important;
    background-size: cover !important;
    border-radius: 0px 0px 12px 12px;
    border-top: 1px solid #F5D4C4;
    display: flex;
    padding: 100px 0px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.st24-bottom-container {
    width: 90%;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.st24-bottom-container img {
    max-width: 380px;
    width: 33.3%;
    border-radius: 8px;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.12);
}


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

.st25-tit {
    color: #222;
    text-align: center;
    font-family: "Giants";
    font-size: 50px;
    line-height: 145%; /* 72.5px */
    letter-spacing: -1.25px;
    position: relative;
    z-index: 5;
}

.process-container {
    max-width: 940px;
    width: 90%;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    box-sizing: border-box;
    padding: 20px;
    justify-content: center;
    gap: 2px 0px;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
}

.process-container::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 6px; 
    border-radius: 8px;
    background: linear-gradient(
      90deg,
      #A9A9A9 0%,
      #756D6D 11%,
      #A9A9A9 20%,
      #EDE7E7 33%,
      #756D6D 59%,
      #DBCCCC 79%,
      #FCEBEB 91%,
      #756D6D 100%
    );
    -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 5;
}

.process-wrap {
    width: 33.3%;
    aspect-ratio: 1 / 1.1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 0;
}

.svg-div {
    border-radius: 200px;
    background: linear-gradient(180deg, #4F2323 0%, #4F2323 100%);
    display: flex;
    width: 120px;
    aspect-ratio: 1 / 1;
    justify-content: center;
    align-items: center;
}

.r-div {
    background: #E83F3F !important;
}

.process-tit {
    color: #222;
    text-align: center;
    font-family: "Giants";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 34.8px */
    letter-spacing: -0.6px;
    word-break: keep-all;
}

.process-content {
    color: #505050;
    text-align: center;
    font-size: 18px;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.45px;
    word-break: keep-all;
}

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


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

#section26 .neon-tit {
    font-size: 48px;
    letter-spacing: -1.2px;
}

.st26-container {
    width: 90%;
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
}

.st26-box {
    border-radius: 12px;
    border: 1px solid rgba(252, 248, 244, 0.50);
    background: #111;
    display: flex;
    box-sizing: border-box;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    flex-shrink: 0;
}

.st26-box-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.st26-box-div div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #FCF8F4;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.45px;
}

.st26-logo {
    width: 110px;
}

.st26-box-div p, .st26-box>p {
    color: #333;
    font-family: "Pretendard";
    font-size: 18px;
    font-weight: 500;
    line-height: 150%; /* 27px */
    letter-spacing: -0.45px;
    word-break: keep-all;
}

.st26-box-div p {
    font-weight: 600 !important;
    display: flex;
    box-sizing: border-box;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #FCF8F4;
}

.coupon-div {
    width: 700px;
    transform: translateY(8px);
}

.coupon {
    width: 100%;
}

.mo-coupon {
  width: 100%;
  display: none;
}

#section26>div {
    color: #FFF;
    text-align: center;
    font-family: "Giants";
    font-size: 32px;
    line-height: 150%; /* 48px */
    letter-spacing: -0.8px;
}

.big-tit {
    color: #FFF;
    font-family: "Giants Bold";
    font-size: 40px;
    line-height: 150%;
    letter-spacing: -1px;
}


/* contact */
#contact {
    background: #FCF8F4;
    display: flex;
    box-sizing: border-box;
    padding: 100px 0px;
    flex-direction: column;
    align-items: center;
    gap: 45px;
    position: relative;
}

#contact .st11-div hr:first-child {
    background: linear-gradient(90deg, rgba(215, 36, 56, 0.00) 0%, #D72438 100%);
}

#contact .st11-div hr:last-child {
    background: linear-gradient(90deg, #D72438 0%, rgba(215, 36, 56, 0.00) 100%);
}

#contact .st11-div p {
    border: 1px solid #D72438;
}

.contact-div {
    display: flex;
    gap: 20px;
}

.contact-div>div {
    display: flex;
    box-sizing: border-box;
    padding: 2px 15px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    background: #E83F3F;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px; /* 110% */
    letter-spacing: -0.5px;
    min-height: 55px;
}

.contact-div>div:last-child {
    background: #222;
}

.contact-tit {
    color: #E83F3F;
    text-align: center;
    font-family: "Giants";
    font-size: 50px;
    line-height: 125%; /* 62.5px */
    letter-spacing: -1.25px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
}

.contact-tit img:last-child {
    transform: rotate(180deg);
}

.contact-container {
    max-width: 1200px;
    width: 90%;
    display: flex;
    position: relative;
    border-radius: 12px;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
    z-index: 5;
    overflow: hidden;
}

.contact-container::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 6px; 
    border-radius: 12px;
    background: linear-gradient(
      90deg,
      #A9A9A9 0%,
      #756D6D 11%,
      #A9A9A9 20%,
      #EDE7E7 33%,
      #756D6D 59%,
      #DBCCCC 79%,
      #FCEBEB 91%,
      #756D6D 100%
    );
    -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 5;
}

.contact-left {
    width: 390px;
    padding-top: 130px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: url(../img/contact-box-bg.png);
    background-position: center center !important;
    background-size: cover !important;
}

.contact-logo {
    width: 187px;
}

.contact-left-div {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 0px 30px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.contact-left-div>p {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%; /* 27px */
    letter-spacing: -0.45px;
}

.contact-left-div>div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.contact-left-div>div hr {
    width: 100%;
    height: 1px;
    background: #FFF;
    border-top: none;
    border-bottom: 1px solid #FFF;
}

.contact-left-div>div span {
    white-space: nowrap;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 125%; /* 25px */
    letter-spacing: -0.5px;
}

.contact-form {
    width: calc(100% - 390px);
    display: flex;
    box-sizing: border-box;
    padding: 30px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    background: #FFF;
}

.flex-input {
    width: 100%;
    display: flex;
    gap: 12px;
}

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

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

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

.contact-form input[type="text"]::placeholder, .contact-form input[type="tel"]::placeholder, textarea::placeholder {
    color: #DDD;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; 
    letter-spacing: -0.4px;
}

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

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

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

.form-tab {
    width: fit-content;
    box-sizing: border-box;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #DDD;
    background: #FFF;
    color: #999;
    font-size: 16px;
    line-height: 130%;
    font-weight: 500;
    letter-spacing: -0.4px;
    cursor: pointer;
    transition: 0.1s !important;
}

.have {
    color: #E83F3F;
    border: 1px solid #E83F3F;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
}

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

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

.round-checkbox {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 50px;
    appearance: none;
    position: relative;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #999;
}

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

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

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

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

.c-btn {
  display: flex;
  height: 48px;
  box-sizing: border-box;
  padding: 12px 25px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: "Giants";
  font-size: 18px;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.45px;
  border: none;
  border-radius: 8px;
  background: #E83F3F;
}

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

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

@media(max-width: 1500px) {
  .st24-box p {
    width: calc(50% - 5px);
  }
}

@media(max-width: 1400px) {
  .st17-left {
    width: 500px;
  }
  .st17-right {
    width: calc(100% - 500px);
  }
  .st17-right-div {
    font-size: 24px;
    letter-spacing: -0.6px;
    gap: 8px;
  }
}

@media (max-width: 1280px) {
  #section15 {
    padding: 0 40px;
  }
  .st15-left {
    width: 500px;
  }
  .st15-right {
    width: calc(100% - 500px);
  }
  #section16, #section18 {
    padding: 80px 0;
  }
  #section17 {
    padding: 0 40px 50px;
  }
  .st17-left {
    width: 450px;
  }
  .st17-right {
    width: calc(100% - 450px);
  }
  .st17-right-div, .white-point {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st18-wrap p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #section19 {
    padding: 80px 0;
  }
  .st19-container {
    gap: 15px;
  }
  .st19-box-tit {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st19-box-sale {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st19-bottom-tit img {
    width: 30px;
  }
  #section20 {
    padding: 50px 40px 0;
  }
  .st20-tit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st20-bottom-inner {
    width: 95%;
    height: 420px;
  }
  .st20-img-div {
    width: 270px;
  }
  #section21, #section22 {
    padding: 0 40px;
  }
  .st21-inner, .st22-inner {
    padding: 80px 0;
    gap: 40px;
  }
  #section23, #section25, #section26, #contact {
    padding: 80px 0;
  }
  .st23-tit, .st25-tit, #section26 .neon-tit, .contact-tit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st23-wrap p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st23-wrap:first-child p:last-child {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #section24 {
    padding: 0 40px;
  }
  .st24-big-box {
    max-width: unset !important;
    width: 100% !important;
  }
  .st24-box p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st24-bottom-inner {
    padding: 80px 0;
  }
  .process-wrap {
    aspect-ratio: 1 / 1;
  }
  .svg-div {
    width: 100px;
  }
  .process-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .process-content {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
  #section26>div {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st26-container {
    gap: 25px;
  }
  .contact-tit img {
    width: 30px;
  }
  .contact-div {
    gap: 10px;
  }
  .contact-left {
    width: 330px;
  }
  .contact-form {
    width: calc(100% - 330px);
    padding: 30px 20px;
  }
}

@media(max-width: 1100px) {
  .st15-inner, .st17-inner {
    flex-direction: column;
  }
  .st15-left, .st15-right, .st17-left, .st17-right {
    width: 100%;
  }
  .st15-left {
    padding: 40px 12px 20px;
  }
  .st15-right {
    padding: 30px 0;
  }
  .st15-left, .st15-left-top, .st17-left, .st17-left-div {
    align-items: center;
  }
  .st15-left .st-sub-tit24 {
    text-align: center;
  }
  .st15-bubble, .st15-img {
    display: none;
  }
  .st15-mo-bubble, .st15-mo-img {
    display: inline-block;
  }
  .st17-left-div {
    gap: 12px;
  }
  .st17-left-div .neon-tit {
    text-align: center !important;
  }
  .st19-container {
    flex-wrap: wrap;
  }
  .st19-box {
    max-width: unset;
    width: calc(50% - 7.5px);
  }
  .st19-box-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st19-box-sale {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st24-top-wrap {
    padding: 60px 20px;
  }
}

@media(max-width: 1024px) {
  #section22 {
    padding: 0 40px 40px;
  }
  #section23 {
    background: url(../img/st23-mo-bg.png);
    background-position: center center !important;
    background-size: cover !important;
  }
  .st23-circle, #section23 .marquee {
    display: none;
  }
  .st24-top-inner {
    flex-direction: column;
    border-radius: 0;
    gap: 20px;
    background: #FCF8F4;
    padding: 40px 0;
  }
  .st24-top-wrap {
    width: 100%;
    border-radius: 12px;
    background: url(../img/st17-right-bg.png) #222;
    background-position: center center !important;
    background-size: cover !important;
  }
  .st24-box {
    width: 80%;
  }
  .st24-big-box {
    max-width: 480px !important;
  }
  .st24-top-wrap:last-child {
    border-left: none;
  }
  .st24-bottom-inner {
    border-radius: 12px;
  }
  .st24-bottom-container {
    gap: 16px;
  }
}

@media(max-width: 950px) {
  .st24-box {
    width: 90%;
  }
}

@media(max-width: 900px) {
  #section15 {
    padding: 0 20px;
  }
  #section17 {
    padding: 0 20px 50px;
  }
  .store-swiper-container .swiper-slide {
    width: 250px !important;
  }
  .store-item {
    gap: 10px;
  }
  .store-div {
    gap: 5px;
  }
  .store-tit {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .store-content {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .store-content span {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st16-container .st-sub-tit {
    border-radius: 8px;
  }
  .st17-right-div, .white-point {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st17-left {
    padding: 40px 20px;
  }
  .st17-logo {
    width: 220px;
  }
  .st17-right {
    padding: 40px 0;
    gap: 30px;
  }
  .st17-right p, .st17-right-wrap {
    padding-left: 20px;
  }
  .white-point {
    padding: 4px 10px;
  }
  .st18-wrap img {
    width: 40px;
  }
  .st18-wrap p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st19-box-tit {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st19-box-sale {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st19-bottom .st-tit {
    gap: 8px;
  }
  .st19-bottom-tit img {
    width: 25px;
  }
  #section20 {
    padding: 40px 20px 0;
  }
  .st20-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  #section20 .st-top .st-sub-tit24 {
    font-size: 20px;
    letter-spacing: -0.5px
  }
  .st20-bottom-inner {
    height: 380px;
  }
  .st20-img-div {
    width: 220px;
  }
  #section21 {
    padding: 0 20px;
  }
  .st21-inner .st11-box-container {
    gap: 20px;
  }
  #section22 {
    padding: 0 20px 40px;
  }
  .st23-tit, .st25-tit, #section26 .neon-tit, .contact-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st23-wrap p {
    font-size: 18px;
    letter-spacing: -0.45px;
    height: 55px;
  }
  .st23-logo {
    width: 115px;
  }
  .st23-wrap:first-child p:last-child {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .table-title, .table-title2 {
    height: 70px !important;
  }
  #section24 {
    padding: 0 20px;
  }
  .st24-box {
    width: 100%;
  } 
  .process-wrap {
    gap: 12px;
  }
  .svg-div {
    width: 80px;
  }
  .svg-div img {
    width: 30px;
  }
  .process-tit {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .process-content {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st25-bg {
    background-attachment: unset;
    height: 400px;
  }
  .st26-container {
    width: 100%;
    flex-direction: column;
    gap: 30px;
  }
  .coupon-div {
    max-width: 600px;
    width: 90%;
  }
  #section26>div {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .big-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .contact-div {
    width: 90%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact-tit {
    gap: 8px;
  }
  .contact-tit img {
    width: 25px;
  }
  .contact-container {
    flex-direction: column;
  }
  .contact-left, .contact-form {
    width: 100%;
  }
  .contact-left {
    padding-top: 80px;
    gap: 60px;
  }
  .contact-left-div {
    position: static;
  }
}

@media (max-width: 768px) {
  #section15 {
    padding: 0 12px;
  }
  .st15-mo-bubble {
    width: 60%;
  }
  #section16 {
    padding: 60px 0;
  }
  #section17 {
    padding: 0 12px 50px;
  }
  .st17-left {
    padding: 40px 12px;
  }
  .st17-left, .st17-left-div {
    align-items: flex-start;
  }
  .st17-left-div .neon-tit {
    text-align: left !important;
  }
  .st17-right p, .st17-right-wrap {
    padding-left: 12px;
  }
  #section18 {
    padding: 60px 12px;
  }
  .st18-container {
    width: 100%;
    padding: 60px 12px;
    gap: 30px;
  }
  .st18-top {
    gap: 12px;
  }
  #section19 {
    padding: 60px 0;
    gap: 40px;
  }
  .st19-container {
    gap: 10px;
  }
  .st19-box {
    max-width: unset;
    width: calc(50% - 5px);
  }
  .st19-box-inner {
    padding: 15px 0;
    gap: 6.6px;
  }
  .st19-box-tit {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st19-box-sale {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #section20 {
    padding: 20px 12px 0;
  }
  .st20-bottom-inner {
    height: 320px;
  }
  .st20-img-div {
    width: 200px;
  }
  #section21 {
    padding: 0 12px;
  }
  .st21-inner {
    padding: 60px 0;
    gap: 30px;
  }
  .st21-inner .st11-box-container {
    flex-direction: column;
  }
  .st21-inner .st11-box-container .st11-box {
    width: 100%;
    max-width: unset;
    aspect-ratio: unset;
    flex-direction: row;
    gap: 16px;
  }
  .st21-inner .st11-box-container .st11-box p br {
    display: none;
  }
  .st21-inner .st11-box-container .st11-box img {
    width: 55px;
  }
  #section22 {
    padding: 0 12px 40px;
  }
  .st22-inner {
    padding: 60px 12px;
  }
  #section23 {
    padding: 60px 0;
  }
  #section24 {
    padding: 0 12px;
  }
  .st24-top-inner {
    padding: 20px 0;
  }
  .st24-top-wrap {
    padding: 60px 12px;
    gap: 30px;
  }
  .st24-big-box {
    max-width: 390px !important;
  }
  .st24-bottom-inner {
    padding: 60px 0;
  }
  #section25 {
    padding: 60px 0;
    gap: 30px;
  }
  .process-container {
    width: 95%;
  }
  .process-container {
    padding: 10px 0;
  }
  #section26 {
    padding: 60px 0;
    gap: 40px;
  }
  #contact {
    padding: 60px 12px;
    gap: 45px;
  }
  .contact-container {
    width: 100%;
  }
}

@media (max-width: 650px) {
  .st15-left {
    padding: 40px 12px 30px;
  }
  .st15-mo-bubble {
    width: 65%;
  }
  .store-swiper-container .swiper-slide {
    width: 200px !important;
  }
  .store-item img {
    border-radius: 4px;
  }
  .store-tit {
    font-size: 14px;
    letter-spacing: -0.35px;
    border-radius: 25px;
    padding: 3px 7.5px;
  }
  .store-content {
    font-size: 16px;
    letter-spacing: -0.4px;
    gap: 6px;
  }
  .store-content span {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #section16 .st-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  #st16-container .st-sub-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st17-right-div, .white-point {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st17-right .st-sub-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st17-left-div .neon-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st17-logo {
    width: 171px;
  }
  .st18-wrap {
    width: 100%;
  }
  .st18-wrap p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st19-box {
    border-radius: 4.4px;
    border-width: 2.2px;
    box-shadow: 0px 2.2px 8.8px 0px rgba(0, 0, 0, 0.12);
  }
  .st19-box::before {
    border-width: 2.2px;
  }
  .st19-box img {
    border-radius: 4.4px 4.4px 0 0;
  }
  .st19-box-inner {
    padding: 11px 0;
    border-radius: 0 0 4.4px 4.4px;
  }
  .st19-box-tit {
    font-size: 14px;
    letter-spacing: -0.35px;
    padding: 2.75px 8.25px;
    border-radius: 27.5px;
    border-width: 0.55px;
  }
  .st19-box-sale {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st19-bottom .st-tit {
    gap: 4px;
  }
  .st19-bottom-tit img {
    width: 20px;
  }
  .st20-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #section20 .st-top .st-sub-tit24, .st22-inner .st-sub-tit24 {
    font-size: 18px;
    letter-spacing: -0.45px
  }
  .st20-bottom-inner {
    height: 280px;
  }
  .st20-circle {
    width: 90%;
    bottom: -20%;
  }
  .st20-img-div {
    display: none;
  }
  .st21-inner .st11-box-container .st11-box {
    align-items: center;
    justify-content: center;
  }
  .st21-inner .st-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st23-wrap p {
    font-size: 16px;
    letter-spacing: -0.4px;
    height: 45px;
  }
  .st23-logo {
    width: 100px;
  }
  .st23-wrap:first-child p:last-child {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .table-title, .table-title2 {
    height: 60px !important;
  }
  .table-title {
    border-bottom: 0.5px solid #FFF;
  }
  .st23-wrap:first-child p {
    border-radius: 4.8px 4.8px 0px 0px;
  }
  .st23-wrap p:first-child {
    border-bottom: 0.5px solid #F76464;
  }
  .st23-wrap:first-child p:last-child {
    border-radius: 0px 4.8px 0px 0px !important;
    border-top: 0.6px solid #E83F3F;
    border-bottom: 0.6px solid #D5142B;
  }
  .st23-wrap:last-child p {
    border-radius: 0 0 4.8px 4.8px;
  }
  .st23-wrap:last-child p:last-child {
    border-radius: 0 0 4.8px 0 !important;
    border-bottom: 0.6px solid #E83F3F;
  }
  .st23-wrap p:last-child {
    border-bottom: 0.6px solid #F5D7DB;
    border-right: 0.6px solid #E83F3F;
  }
  .st24-top-wrap .neon-tit, .st24-bottom-inner .neon-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st24-point-box {
    background: transparent !important;
    color: #FFF !important;
    padding: 0 !important;
  }
  .st24-hr {
    background: rgba(255, 255, 255, 0.50);
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
  }
  .st24-bottom-container {
    flex-direction: column;
  }
  .st24-bottom-container img {
    max-width: unset;
    width: 100%;
    border-radius: 6.4px;
    box-shadow: 0px 6.4px 19.2px 0px rgba(0, 0, 0, 0.12);
  }
  .process-container {
    border-width: 2.196px;
    box-shadow: 0px 2.928px 4.391px 0px rgba(0, 0, 0, 0.08);
  }
  .process-container::before {
    padding: 2.196px;
  }
  .process-wrap {
    gap: 6px;
    padding: 10px 0;
  }
  .svg-div {
    width: 70px;
  }
  .svg-div img {
    width: 25px;
  }
  .process-tit {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .process-content {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st25-bg {
    height: 350px;
  }
  .st26-box>p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st26-box>p span {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #section26>div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .big-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .contact-container::before {
    padding: 3px;
  }
  .contact-left {
    gap: 50px;
  }
  .contact-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
    gap: 4px;
  }
  .contact-tit img {
    width: 17px;
  }
  .contact-form {
    padding: 30px 12px;
  }
  .contact-form .form-wrap {
    flex-direction: column;
    gap: 28px;
  }
  .c-btn {
    width: 100%;
  }
}

@media(max-width: 550px) {
  .svg-div {
    width: 60px;
  }
  .svg-div img {
    width: 20px;
  }
  .process-tit {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .process-content {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .coupon-div {
    max-width: 312px;
  }
  .pc-coupon {
    display: none;
  }
  .mo-coupon {
    display: block;
  }
}

@media (max-width: 480px) {
  .st15-mo-bubble {
    width: 80%;
  }
  .st15-mo-img {
    width: 60%;
  }
  .store-swiper-container .swiper-slide {
    width: 150px !important;
  }
  .store-tit {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .store-content {
    font-size: 12px;
    letter-spacing: -0.3px;
    gap: 6px;
  }
  .store-content span {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st18-wrap p {
    justify-content: flex-start;
    text-align: left;
  }
  .st19-box-tit {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st19-box-sale {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st19-bottom .st-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st19-bottom-tit img {
    width: 16px;
  }
  .st20-bottom-inner {
    height: 230px;
  }
  .st20-circle {
    width: 100%;
    bottom: -20%;
  }
  .st21-inner .st11-box-container .st11-box p br {
    display: block;
  }
  .st21-inner .st11-box-container .st11-box img {
    width: 48px;
  }
  .st23-wrap p {
    font-size: 14px;
    letter-spacing: -0.35px;
    height: 40px;
  }
  .st23-logo {
    width: 80px;
  }
  .st23-wrap:first-child p:last-child {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .table-title, .table-title2 {
    height: 50px !important;
  }
  .table-title {
    padding-top: 10px !important;
  }
  .st24-box p {
    width: 100%;
  }
  .st24-big-box {
    width: 85% !important;
    justify-content: flex-start !important;
  }
  .process-wrap {
    aspect-ratio: 1 / 1.05;
  }
  .svg-div {
    width: 45px;
  }
  .svg-div img {
    width: 15px;
  }
  .process-tit {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .process-content {
    font-size: 8px;
    letter-spacing: -0.2px;
  }
  .st25-bg {
    height: 280px;
  }
  #section26>div {
    font-size: 19.2px;
    letter-spacing: -0.48px;
  }
  .big-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .flex-input {
    flex-direction: column;
    gap: 24px;
  }
}

@media(max-width: 400px) {
  .st19-box-tit {
    font-size: 11px;
    letter-spacing: -0.275px;
  }
  .st19-box-sale {
    font-size: 17.6px;
    letter-spacing: -0.44px;
  }
  .st23-wrap p {
    font-size: 12px;
    letter-spacing: -0.3px;
    height: 35px;
  }
  .st23-logo {
    width: 67px;
  }
  .st23-wrap:first-child p:last-child {
    font-size: 14.4px;
    letter-spacing: -0.36px;
  }
  .table-title, .table-title2 {
    height: 40px !important;
  }
  .st24-big-box {
    width: 95% !important;
  }
}


