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

.mobile {
  display: none !important;
}

.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;
  cursor: pointer;
}

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

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

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


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

.main-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 54px;
  justify-content: center;
  align-items: center;
  transform: translateY(-3%);
}

.main-container>p:first-child {
  color: #FFF;
  text-align: center;
  font-family: Ansungtangmyun;
  font-size: 36px;
  font-style: normal;
  line-height: normal;
}

.main-logo {
  max-width: 550px;
  width: 90%;
}

.main-container>p:last-child {
  color: rgba(255, 255, 255, 0.80);
  text-align: center;
  font-family: "Puradak Gentle Gothic OTF";
  font-size: 28px;
  font-style: normal;
  line-height: normal;
  margin-top: 4px;
}

.main-img {
  width: 505px;
  width: 30%;
  position: absolute;
  right: 0;
  bottom: -140px;
  z-index: 3;
}


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

/* 서브타이틀 - 큰타이틀 */
.sb-div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.sb-div>p:first-child {
  color: rgba(78, 38, 27, 0.90);
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px; /* 135.714% */
  letter-spacing: -0.7px;
}

.sb-div>p:last-child, .st-tit {
  color: #4E261B;
  text-align: center;
  font-family: Ansungtangmyun;
  font-size: 56px;
  line-height: 130%; /* 72.8px */
}

.st2-container {
  max-width: 1240px;
  width: 90%;
  display: flex;
  gap: 60px;
  justify-content: center;
}

.st2-left-container {
  width: 400px;
  background: #FFF;
  position: relative;
  border-radius: 10px;
  white-space: nowrap;
  box-shadow: 8px 12px 32px 0px rgba(0, 0, 0, 0.10);
}

.st2-sale-wrap {
  display: flex;
  flex-direction: column;
  z-index: 5;
  position: relative;
}

.sale-div {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 22px 24px;
  flex-direction: column;
  gap: 8px;
  border-bottom: 1px solid rgba(145, 9, 0, 0.08);
}

.sale-div:last-child {
  border: none;
}

.sale-div>div {
  display: flex;
  align-items: end;
  gap: 10px;
  color: #333;
  font-family: Ansungtangmyun;
  font-size: 24px;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.6px;
}

.sale-div>div>span {
  font-family: Pretendard;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.45px;
}

.sale-div>b {
  color: #910900;
  font-size: 48px;
  line-height: 56px; /* 116.667% */
}

.pc-svg {
  position: absolute;
  right: -100px;
  top: 40px;
  z-index: 3;
}

.mo-svg {
  display: none;
  position: absolute;
  right: 30px;
  bottom: -40px;
  z-index: 3;
}

.customer-swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.customer-swiper-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.common-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 40%;
  left: 0;
}

.nav-btn {
  width: 56px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background:  rgba(0, 0, 0, 0.20);
  z-index: 50;
  cursor: pointer;
}

.nav-btn:hover {
  background: rgba(0, 0, 0, 0.60);
  transition: 0.3s;
}


/* section3 */
#section3 {
  overflow: hidden;
}

.st3-top-container {
  display: flex;
  background: url('../img/section3/st3-top-bg.png');
  background-size: cover !important;
  background-position: center center !important;
}

.st3-top-wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 100px 40px 100px 100px;
  background: transparent;
}

.st3-top-div1 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.st3-top-div1>p:first-child {
  color: #FFF;
  font-family: Ansungtangmyun;
  font-size: 56px;
  line-height: 130%; /* 72.8px */
}

.st3-top-div1>p:last-child {
  color: rgba(255, 255, 255, 0.90);
  font-size: 28px;
  line-height: 38px; /* 135.714% */
  letter-spacing: -0.7px;
}

.img-div {
  width: 50%;
  background: url(../img/section3/st3-img.png);
  background-position: center center !important;
  background-size: cover !important;
}

.st3-top-div2 {
  display: flex;
  flex-direction: column;
}

.st3-top-div2>p {
  color: #FFDF8C;
  font-family: Ansungtangmyun;
  font-size: 36px;
  line-height: 52px; /* 144.444% */
  letter-spacing: -0.9px;
  padding: 10px 0;
}

.underline {
  max-width: 504px;
  width: 100%;
}

.st3-top-content {
  color: #FFF;
  font-size: 18px;
  line-height: 145%; /* 26.1px */
  letter-spacing: -0.45px;
  word-break: keep-all;
}

.st3-img-container {
  width: 100%;
  display: flex;
}

.st3-img-container>img:first-child {
  width: 50%;
  object-fit: cover;
}

.st3-img-container>img:last-child {
  width: 50%;
  object-fit: cover;
}

.st3-bottom-container {
  width: 100%;
  background: url('../img/section3/st3-pattern.png');
  background-repeat: repeat;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
}

.st3-circle {
  position: absolute;
  /* left: 50%; */
  top: -27%;
  width: 360px;
  z-index: 5;
}

.st3-marquee {
  width: 100%;
  padding: 30px 0;
  background: rgba(0, 0, 0, 0.40);
  white-space: nowrap;
}

.st3-marquee>.marquee-content {
  display: inline-flex;
  gap: 40px;
  padding-left: 10%;
  animation: marquee 14s linear infinite;
  align-items: center;
}

.st3-marquee .marquee-content>p {
  text-align: center;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.50);
  color: transparent;
  font-size: 64px;
  font-weight: 900;
  letter-spacing: -1.6px;
}

.st6-marquee .marquee-content>.dot {
  color: rgba(255, 255, 255, 0.50);
}

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

.st3-bottom-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  padding: 100px 0;
}

.st3-bottom-wrap>p {
  width: 340px;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.6px;
}

.st3-bottom-wrap .bold {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.8px;
}

.st3-bottom-wrap>hr {
  display: block !important;
  width: 1px;
  height: 120px;
  background: rgba(255, 255, 255, 0.30);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 1 !important;
}


/* section4 */
#section4 {
  background: url(../img/section2/st2-bg.png);
  background-size: cover !important;
  background-position: center center !important;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow: hidden;
}

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

.bs-div>p:first-child {
  color: rgba(78, 38, 27, 0.70);
  text-align: center;
  font-family: Ansungtangmyun;
  font-size: 56px;
  line-height: 130%; /* 72.8px */
}

.bs-div>p:first-child>span {
  color: #4E261B;
}

.bs-div>p:last-child {
  color: rgba(78, 38, 27, 0.90);
  text-align: center;
  font-size: 28px;
  line-height: 38px; /* 135.714% */
  letter-spacing: -0.7px;
}

.st4-big-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.st4-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(148, 95, 92, 0.10);
  position: relative;
  padding-bottom: 20px;
}

.st4-left-circle {
  display: flex;
  padding: 16.034px;
  justify-content: center;
  align-items: center;
  border-radius: 1068.966px;
  border: 1.069px solid #4E261B;
  z-index: 3;
}

.st4-left-inner {
  display: flex;
  width: 650px;
  height: 580px;
  box-sizing: border-box;
  padding: 10.69px 40px 10.69px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  border-radius: 1068.966px;
  background: url('../img/section4/st4-circle-bg.png');
  background-position: center center !important;
  background-size: cover !important;
}

.left-inner-top {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.left-inner-top>img {
  max-width: 357px;
  width: 60%;
}

.st4-blink {
  display: flex;
  align-items: center;
  animation: bg-blink 1.2s infinite;
  border-radius: 53.448px;
  background: #FFDF8C;
  display: flex;
  box-sizing: border-box;
  padding: 8px 11px;
  justify-content: center;
  align-items: center;
  gap: 5.345px;
}

.st4-blink>p {
  color: #111;
  text-align: center;
  font-family: Ansungtangmyun;
  font-size: 40px;
  line-height: 36.345px; /* 90.862% */
  letter-spacing: -1px;
}

.left-inner-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.count-div, .count-div2 {
  display: flex;
  align-items: center;
  gap: 10.69px;
}

.count-div>p {
  color: #FFF;
  text-align: center;
  font-size: 23.517px;
  font-weight: 500;
  line-height: 34.207px; /* 145.455% */
  letter-spacing: -0.588px;
}

.count-div>b {
  color: #FFF;
  text-align: center;
  font-size: 50px;
  line-height: 55.586px; /* 111.172% */
  letter-spacing: -1.25px;
}

.st4-right-circle {
  border-radius: 1063.83px;
  background: rgba(255, 255, 255, 0.35);
  display: flex;
  width: 468.085px;
  height: 425.532px;
  box-sizing: border-box;
  padding: 10.638px 0px 10.638px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10.638px;
  flex-shrink: 0;
  position: relative;
  margin-left: -115px;
  z-index: 3;
}

.st4-right-circle>p:first-child {
  position: absolute;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px; /* 130% */
  letter-spacing: -0.5px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.st4-right-circle>p:first-child>span {
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -0.7px;
}

.st4-right-circle>p:nth-child(2) {
  color: #4E261B;
  text-align: center;
  font-size: 23.404px;
  font-weight: 500;
  line-height: 34.043px; /* 145.455% */
  letter-spacing: -0.585px;
}

.count-div2>p {
  color: #4E261B;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 27.66px; /* 138.298% */
  letter-spacing: -0.5px;
}

.count-div2>b {
  color: #4E261B;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 44.681px; /* 111.702% */
  letter-spacing: -1px;
}

.st4-right-circle>p:last-child {
  color: rgba(17, 17, 17, 0.50);
  text-align: center;
  font-size: 15.957px;
  line-height: 25.532px; /* 160% */
  letter-spacing: -0.399px;
}

.st4-img {
  max-width: 400px;
  width: 25%;
  position: absolute;
  z-index: 1;
  right: -50px;
  bottom: -50px;
}

.st4-bubble {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  top: -1%;
  left: 57%;
}

.st4-bubble>p {
  color: #FFDF8C;
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  line-height: 46px; /* 109.524% */
  border-radius: 100%;
  background: #050300;
  display: flex;
  flex-direction: column;
  height: 150px;
  width: 150px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.11);
  animation: bubble-blink 1.2s linear infinite;
  z-index: 3;
}

.st4-bubble>p>span {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.st4-bubble>svg {
  position: absolute;
  bottom: 0;
  left: -5px;
}

.st4-bubble>svg path {
  animation: bubble-blink2 1.2s linear infinite;
}

@keyframes bubble-blink {
  0% {
    background: #050300;
  }
  50% {
    background: #D50004;
  }
  100% {
    background: #050300;
  }
}

@keyframes bubble-blink2 {
  0% {
    fill: #050300;
  }
  50% {
    fill: #D50004;
  }
  100% {
    fill: #050300;
  }
}

.st4-b-wave {
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
  transform: rotate(180deg);
}


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

.st5-container {
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  padding: 100px 0;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 12%, rgba(0, 0, 0, 0.00) 85%, #000 100%), url('../img/section5/st5-bg.png') lightgray 50% / cover no-repeat;
}

#section5 .bs-div {
  gap: 40px;
}

#section5 .bs-div>p:last-child {
  color: rgba(255, 223, 140, 0.90);
}

.st5-img-wrap {
  position: relative;
  max-width: 600px;
  width: 90%;
}

.certificate {
  width: 100%;
}

.st5-bubble {
  position: absolute;
  max-width: 320px;
  width: 50%;
  top: -12%;
  left: -36%;
}

.st5-wave {
  width: 100%;
  margin-top: -5px;
}


/* section6 */
#section6 {
  background: url('../img/section2/st2-bg.png');
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  padding-top: 100px;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  overflow: hidden;
}

.st6-container {
  max-width: 1240px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}

hr {
  display: block !important;
  opacity: 1;
  margin: 0;
}

.st6-container hr {
  width: 1px;
  height: 60px;
  background: #4E261B;
}

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

.st6-img {
  width: 50%;
  height: 400px;
  object-fit: cover;
}

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

.st6-div {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 50%;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 80px;
}

.st6-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

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

.st6-top-div>p {
  color: #4E261B;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -0.8px;
  white-space: nowrap;
}

.st6-top-div>hr {
  width: 100%;
  height: 1px;
  background: #4E261B !important;
  border: none !important;
  margin: 0 !important;
  transition: width 0.3s ease; 
}

.st6-div-tit {
  color: #4E261B;
  font-family: Ansungtangmyun;
  font-size: 40px;
  line-height: 130%; /* 52px */
  letter-spacing: -1px;
}

.st6-div-content {
  color: #505050;
  font-size: 20px;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
  word-break: keep-all;
}

.st6-bottom-tit {
  color: rgba(78, 38, 27, 0.90);
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.6px;
  text-align: center;
}

.st6-marquee {
  width: 100%;
  padding: 30px 0;
  white-space: nowrap;
}

.st6-marquee>.marquee-content {
  display: inline-flex;
  gap: 40px;
  padding-left: 10%;
  animation: marquee 14s linear infinite;
  align-items: center;
}

.st6-marquee .marquee-content>p {
  text-align: center;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #4E261B;
  font-size: 80px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -2px;
  color: transparent;
}

.st6-marquee .marquee-content>.dot {
  color: #4E261B;
}


/* section7 */
#section7 {
  width: 100%;
  display: flex;
  background: url('../img/section2/st2-bg.png');
  background-position: center center !important; 
  background-size: cover !important;
  padding: 100px 32px;
  justify-content: center;
  align-items: center;
  position: relative;
}

#section7 .sb-div {
  align-items: start;
}

.st7-container {
  max-width: 1280px;
  width: 100%;
  display: flex;
  align-items: start;
  gap: 70px;
  z-index: 10;
}

.st-container {
  max-width: 656px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.st7-table-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.st7-table-div {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.st7-table-div>p {
  color: #767676;
  font-size: 14px;
  line-height: normal;
  letter-spacing: -0.35px;
  word-break: keep-all;
}

table {
  width: 100%;
}

.st7-table {
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
}

table th {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.45px;
  border-bottom: 2px solid #222;
  height: 50px;
  box-sizing: border-box;
  padding: 0 20px;
}

.st7-table th:first-child {
  width: 35%;
}

table th:last-child {
  border-right: none !important;
}

table td {
  color: #222;
  font-size: 18px;
  line-height: normal;
  letter-spacing: -0.45px;
  background: #FFF;
}

.st7-table td {
  height: 45px;
  box-sizing: border-box;
  padding: 0 20px;
  border-right: 1px solid #D5CBB7;
  border-bottom: 1px solid #D5CBB7;
}

table td:first-child {
  font-weight: 600;
}

.st7-table td:first-child {
  background: #FFF6DE;
}

.st7-table tr:last-child td {
  background: #4E261B !important;
  color: #FFF;
  font-weight: 600;
  height: 64px !important;
  border: none !important;
}

.bold {
  font-weight: 700 !important;
}

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

table td:last-child {
   border-right: none !important;
}

.big-tit {
  font-size: 20px;
  line-height: normal;
  letter-spacing: -0.5px;
}

.sm-txt {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.35px;
}

.st7-right {
  width: 40%;
  display: flex;
}

.st7-graph {
  width: 490px;
  position: absolute;
  top: -2%;
  left: -28%;
}

.st7-right-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  box-sizing: border-box;
}

.st7-right-div {
  display: flex;
  flex-direction: column;
}

.st7-right-div>p:first-child {
  color: #FFF;
  font-size: 28px;
  line-height: 38px; /* 135.714% */
  letter-spacing: -0.7px;
}

.st7-right-div>p:last-child {
  color: #FFEE97;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: -0.75px;
}

.st7-right-div>p>span {
  font-size: 56px;
  line-height: 72px; /* 128.571% */
  letter-spacing: -1.4px;
}

.st7-div {
  position: absolute;
  width: 600px;
  height: 100%;
  right: 0;
  top: 0;
  background: url('../img/section7/st7-div.png');
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  display: flex;
  align-items: end;
  padding: 0 0 100px 50px;
}

.st7-right>.st7-right-wrap {
  display: none;
}


/* section8 */
#section8 {
  background: url('../img/section8/st8-bg.png');
  background-position: center center !important; 
  background-size: cover !important;
  display: flex;
  box-sizing: border-box;
  padding: 80px 32px;
  align-items: center;
  justify-content: center;
  margin-top: -3px;
  overflow: hidden;
}

#section8 .sb-tit {
  text-align: left;
}

.st8-container {
  max-width: 1280px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.st8-div {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.sb-tit {
  font-family: Ansungtangmyun;
  font-size: 56px;
  line-height: 130%;
  text-align: center;
}

.sb-tit>span {
  font-size: 40px;
  line-height: 130%; /* 52px */
}

.st8-div>p:last-child {
  color: #FFF;
  font-size: 24px;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.6px;
  word-break: keep-all;
}

.st8-img-div {
  position: relative;
  width: 600px;
}

.st8-img {
  width: 100%;
}

.absolute-img {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: -25%;
  left: -15%;
}

.sauce {
  width: 150px;
}

.truck {
  width: 450px;
}


/* section9 */
#section9 {
  background: #111;
  display: flex;
  padding: 100px 0;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.st9-container {
  width: 100%;
  display: flex;
  margin-top: 60px;
}

.st9-img-div {
  width: 25%;
  height: 500px;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: end;
  align-items: start;
  background-position: center center !important;
  background-size: cover !important;
  position: relative; 
  overflow: hidden; 
}

.st9-img-div>p {
  color: #FFF;
  text-align: right;
  font-family: Ansungtangmyun;
  font-size: 32px;
  line-height: 42px; /* 131.25% */
  letter-spacing: -0.8px;
  writing-mode: vertical-rl;
  z-index: 3;
}

.st9-img-div:first-child {
  background-image: url('../img/section9/st9-img.png');
}

.st9-img-div:nth-child(2) {
  background-image: url('../img/section9/st9-img2.png');
}

.st9-img-div:nth-child(3) {
  background-image: url('../img/section9/st9-img3.png');
}

.st9-img-div:last-child {
  background-image: url('../img/section9/st9-img4.png');
}

.st9-img-div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s ease; 
  z-index: 1;
}

.st9-img-div:hover::before {
  background-color: rgba(0, 0, 0, 0.6);
}

.st9-marquee {
  width: 100%;
  padding: 40px 0;
  white-space: nowrap;
}

.st9-marquee>.marquee-content {
  display: inline-flex;
  gap: 20px;
  padding-left: 10%;
  animation: marquee2 4s linear infinite;
  align-items: center;
}

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

.marquee-div>img {
  width: 100%;
}

.marquee-div>p {
  color: rgba(255, 255, 255, 0.70);
  font-family: Ansungtangmyun;
  font-size: 20px;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
}

@keyframes marquee2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-40%);
  }
}


/* section10 */
#section10 {
  background: #111;
  display: flex;
  padding: 100px 0 20px;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  gap: 60px;
}

.st10-top-wrap {
  max-width: 1240px;
  box-sizing: border-box;
  padding: 0 32px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#section10 .sb-div {
  align-items: start;
}

#section10 .sb-div>p {
  color: rgba(255, 223, 140, 0.70);
  text-align: left;
}

.st10-content {
  color: rgba(255, 255, 255, 0.80);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.4px;
  word-break: keep-all;
}

.st10-content>span {
  color: rgba(255, 255, 255, 0.80);
  font-size: 20px;
  line-height: 24px; /* 120% */
  letter-spacing: -0.5px;
}

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

.interior-swiper-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* section11 */
#section11 {
  display: flex;
  box-sizing: border-box;
  padding: 100px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url('../img/section2/st2-bg.png');
  background-position: center center !important;
  background-size: cover !important;
}

.st11-container {
  max-width: 1240px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.st11-left-wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.st11-left-wrap>p {
  color: #231815;
  font-family: Ansungtangmyun;
  font-size: 56px;
  line-height: 72px; /* 128.571% */
}

.st11-content-div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.st11-content-div>p {
  color: #4E261B;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px; /* 135.714% */
  letter-spacing: -0.7px;
}

.st11-content {
  color: #444;
  font-family: Pretendard;
  font-size: 16px;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.st11-table-container {
  width: 600px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.st11-table-container>p {
  color: #333;
  font-size: 16px;
  line-height: 150%; /* 24px */
  letter-spacing: -0.4px;
  text-align: right;
}

.st11-table th, .st11-table td {
  text-align: center;
  color: #444;
}

.st11-table th {
  color: #FFF;
  background: #4E261B;
  height: 48px;
  font-size: 15px;
  line-height: 40px; /* 266.667% */
}

.st11-table th:first-child {
  width: 27%;
}

.st11-table th:last-child {
  width: 45%;
}

.st11-table td {
  height: 50px;
  border-bottom: 1px solid #B4B4B4;
  font-size: 16px;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.st11-table td:first-child {
  color: #231815;
}

.st11-table td:nth-child(2) {
  border-right: 1px solid #B4B4B4;
  border-left: 1px solid #B4B4B4;
}

.st11-table-container>div {
  color: #767676;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: -0.325px;
}


/* section12 */
#section12 {
  background: #4E261B;
  display: flex;
  padding: 130px 0 100px;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  position: relative;
  overflow: hidden;
}

.firework {
  width: 90%;
  position: absolute;
  left: 50%;
  top: -190px;
  transform: translateX(-50%);
}

#section12 .bs-div {
  position: relative;
  z-index: 3;
}

#section12 .bs-div>p:last-child {
  color: rgba(255, 255, 255, 0.90);
}

.st12-container {
  max-width: 1240px;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  z-index: 3;
}

.st12-wrap {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
}

.st12-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.st12-content-div {
  display: flex;
  flex-direction: column;
  gap: 30px;
  box-sizing: border-box;
  padding: 0 40px;
  background: #E6E1D8;
  height: 300px;
  justify-content: center;
  position: relative;
}

.st12-content-div>p:first-child {
  color: #222;
  font-family: Ansungtangmyun;
  font-size: 40px;
  line-height: 52px; /* 130% */
}

.st12-content-div>p:nth-child(2) {
  color: #505050;
  font-size: 20px;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
}

.st12-content-div .number {
  color: #D5CBB7;
  font-size: 64px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.6px;
  position: absolute;
  right: 21px;
  top: 20px;
}

.st12-img-div {
  width: 100%;
  background: rgba(0, 0, 0, 0.50);
  display: flex;
  justify-content: center;
  height: 300px;
}

.st12-truck {
  width: 80%;
}


/* section13 */
#section13 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, #4E261B 0%, #4E261B 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
  display: flex;
  padding: 100px 0 160px;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

#section13 .bs-div>p:first-child>span {
  color: rgba(255, 255, 255, 0.70) !important;
}

#section13 .bs-div>p:last-child {
  color: rgba(255, 255, 255, 0.90);
}

.st13-container {
  max-width: 1412px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 66px 0 65px;
  z-index: 3;
}

.st13-circle {
  width: 25%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: start;
  padding-top: 70px;
}

.st13-circle-inner {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  z-index: 3;
}

.st13-circle-inner>p:first-child {
  color: #FFF;
  text-align: right;
  font-family: Ansungtangmyun;
  font-size: 36px;
  line-height: 38px; /* 105.556% */
}

.st13-circle-inner>p:nth-child(2) {
  color: #FFF;
  font-size: 20px;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
}

.bg-circle {
  position: absolute;
  top: 0;
  left: 0;
}

.st13-circle:hover>.bg-circle path{
  fill: rgba(0, 0, 0, 0.30);
}


/* section14 */ 
#section14 {
  background:  #4E261B;
  display: flex;
  padding: 100px 0;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.process-container {
  max-width: 1240px;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}

.process-wrap {
  width: 25%;
  aspect-ratio: 1 / 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.process-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  background: #FFF;
  align-items: center;
  position: relative;
  justify-content: center;
  border: 1px solid #4E261B;
  z-index: 1;
}

.step {
  color: #4E261B;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  line-height: normal;
}

.process-svg-div {
  display: flex;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #222;
}

.process-tit {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.6px;
}

.next {
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  z-index: 3;
}

.next-b {
  width: 50px;
  position: absolute;
  bottom: -25px;
  z-index: 3;
}

.next-l {
  width: 50px;
  position: absolute;
  right: -25px;
  z-index: 3;
}

/* contact */
#contact {
  background:  #4E261B;
  padding-bottom: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: -2px;
}

.contact-container {
  max-width: 1240px;
  width: 90%;
  background: #FFF;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  z-index: 3;
}

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

.contact-tit-div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.contact-logo {
  width: 200px;
}

.contact-tit-div>p {
  color: #4F2323;
  font-family: Ansungtangmyun;
  font-size: 42px;
  line-height: 52px; /* 123.81% */
  letter-spacing: -1.05px;
}

.contact-num {
  display: flex;
  gap: 10px;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 20px;
}

.contact-num>b {
  color: #910900;
  font-size: 48px;
  line-height: 52px; /* 108.333% */
  letter-spacing: -1.2px;
}

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

.flex-input {
  display: flex;
  align-items: center;
  gap: 12px;
}

input[type="text"], textarea {
  width: 100%;
  border: 1px solid #B2B2B2;
  background: #FFF;
  display: flex;
  height: 44px;
  box-sizing: border-box;
  padding: 10px;
  align-items: center;
  font-size: 16px !important;
  line-height: 24px !important; /* 150% */
  letter-spacing: -0.4px !important;
}

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

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

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

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

.this {
  background: #222;
  color: #FFF;
  font-weight: 700;
}

.tab svg {
 display: none;
}

.this svg {
  display: block;
}

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

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

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

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

.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: #222;
  background-repeat: no-repeat;
  border: none;
}

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

.agree-open {
  text-decoration: underline;
  font-weight: 600 !important;
  cursor: pointer;
}

.c-btn {
  background: #4E261B;
  display: flex;
  width: 200px;
  box-sizing: border-box;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.6px;
  border: none;
}

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

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

.agree-modal {
  position: fixed;
  top: 2.5vh;
  width: 1080px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  cursor: pointer;
  z-index: 1001;
  box-sizing: border-box;
  padding: 0 48px;
  padding-top: 60px !important;
  padding-bottom: 20px !important;
  justify-content: initial !important;
  height:95vh;
  gap: 20px !important;
  display: none;
}

.agree-close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: end;
  cursor: pointer;
}

.agree-close > svg {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.80);
  padding: 6.4px 6.4px 5.6px 5.6px;
}

.agree-close>svg:hover {
  background: #000;
  transition: 0.3s;
}

.agree-modal>.title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.p24 {
  color: #111;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.6px;
}

.p40 {
  color:  #111;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px; /* 130% */
  letter-spacing: -1px;
}

.agree-modal>.content {
  margin-top: 20px;
  height: 87%;
  overflow: scroll;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #505050;
}

.agree-logo {
  width: 150px;
}

.mo-tit {
  display: none;
}

.modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 101 !important;
}

.text-left {
  text-align: left !important;
}

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

.free {
  /* position: absolute;
  left: 265px;
  top: 101px; */
  display: inline-flex;
  /* height: 124px; */
  box-sizing: border-box;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 2px solid #BA0C00;
  background: rgba(255, 255, 255, 0.90);
  color: #BA0C00 !important;
  text-align: center;
  font-family: Ansungtangmyun;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 24px !important; /* 150% */
  z-index: 10;
  animation: blink 1.5s infinite;
}

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


/* 매장 찾기 */
#map-page {
  width: 100%;
  background: linear-gradient(0deg, #4E261B 0%, #4E261B 100%);
  display: flex;
  padding: 100px 0px;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.map-container {
  position: relative;
  max-width: 1240px;
  width: 90%;
  overflow: hidden;
  display: flex;
  gap: 20px;
}

#map {
  width: calc(100% - 360px);
  height: 540px;
}

.store-list-container {
  width: 360px;
  background: #FFF;
  border: 1px solid #EEE;
  background: #FFF;
  overflow: hidden;
  height: 540px;
  z-index: 5;
}

.search-head {
  display: flex;
  box-sizing: border-box;
  padding: 12px 20px;
  justify-content: space-between;
  align-items: center;
  color: #222;
  text-align: center;
  font-size: 16px;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
  gap: 10px;
}

.search-head:first-child {
  border-bottom: 1px solid rgba(183, 162, 137, 0.20);
}

#map-page input[type="text"] {
  border: none !important;
  padding: 0 !important;
  height: 24px;
}

.select-box {
  display: flex;
  box-sizing: border-box;
  padding: 10px 20px;
  align-items: center;
  border-top: 1px solid rgba(183, 162, 137, 0.20);
  position: relative;
  background: #F6F6F6;
}

.select {
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #505050;
  text-align: center;
  font-size: 14px;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.35px;
}

.option-list{
  position: absolute;
  background: #fff;
  top: 44px;
  box-sizing: border-box;
  padding: 5px 20px;
  display: none;
  z-index: 100;
  border-radius: 12px;
  border: 1px solid rgba(183, 162, 137, 0.20);
}

.option {
  color: #505050;
  text-align: center;
  font-size: 14px;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.35px;
}

.list-wrap {
  overflow-y: scroll;
  height: calc(100% - 143px);
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(183, 162, 137, 0.20);
  overflow-y: scroll;
  background: #F6F6F6;

}

.rotate-180 {
  transform: rotate(180deg);
}

.store-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 10px 20px;
  flex-direction: column;
  border-top: 1px solid rgba(183, 162, 137, 0.20);
  cursor: pointer;
}

.store-item:first-child {
  border-top: none;
}

.s-name {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.s-address {
  color: #505050;
  font-size: 14px;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.35px;
}

.s-number {
  color: #4E261B;
  font-size: 16px;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.total {
  color: #D8222B;
}

.no-store {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.total-store {
  color: #910900;
  font-weight: 700;
}

/* 1500px */
.big-br {
  display: none;
}

/* 1150px */
.big-br2 {
  display: none;
}

/* 900px */
.mi-br {
  display: none;
}

/* 768px */
.ta-br {
  display: none;
}

/* 650px */
.mo-br {
  display: none;
}

@media(min-width: 1700px) {
  .st4-img {
    max-width: 450px;
  }
  .st-container {
    max-width: 750px;
  }
  .st7-graph {
    width: 600px;
  }
}

@media(max-width: 1500px) {
  .st3-top-wrap {
    padding: 100px 80px;
  }
  .big-br {
    display: block;
  }
}

@media (max-width: 1350px) {
  .main-img {
    width: 40%;
  }
  .st2-container {
    align-items: center;
  }
  .sale-div>div {
    font-size: 18px;
    line-height: 25.5px; /* 141.667% */
    letter-spacing: -0.45px;
  }
  .sale-div>div>span {
    font-size: 13.5px;
    line-height: 19.5px;
    letter-spacing: -0.337px;
  }
  .sale-div>b {
    font-size: 36px;
    line-height: 42px; /* 116.667% */
  }
  .customer-swiper-container {
    height: 480px;
  }
  .st3-top-wrap {
    padding: 100px 60px;
  }
  .st4-img {
    width: 30%;
  }
  .st7-div {
    width: 40%;
  }
  .st8-div {
    gap: 40px;
  }
  .st8-img-div {
    width: 500px;
  }
  .sauce {
    width: 130px;
  }
  .truck {
    width: 400px;
  }
  .st13-container {
    padding: 0;
    width: 90%;
    margin-left: -30px;
  }
  .st13-circle-inner {
    width: 80%;
  }
  .st13-circle-inner>p:nth-child(2) {
    margin-left: 20px;
  }
}

@media(max-width: 1250px) {
  .st3-top-wrap {
    padding: 100px 40px;
  }
  .st6-div {
    padding: 0 40px;
  }
  .st7-div {
    width: 35%;
  }
  .st7-graph {
    left: -47%;
  }
  .st11-table-container {
    width: 550px;
  }
  .st11-left-wrap {
    gap: 40px;
  }
  .st12-img-div, .st12-img {
    height: 250px;
  }
  #section13 {
    gap: 40px;
  }
  .st13-circle-inner {
    gap: 20px;
  }
  .st13-circle-inner>p:first-child {
    font-size: 28px;
    line-height: 38px; /* 135.714% */
    letter-spacing: -0.7px;
  }
  .st13-circle-inner>p:nth-child(2) {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .st13-circle>svg {
    width: 110%;
  }
  .step {
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
  }
  .process-svg-div {
    width: 80px;
    height: 80px;
  }
  .process-svg-div>svg {
    width: 50px;
    height: 50px;
  }
  .process-tit {
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
  }
  .next, .next-b, .next-l {
    width: 40px;
  }
  .next, .next-l {
    right: -20px;
  }
  .next-b {
    bottom: -20px;
  }
  .free {
    left: 250px;
  }
  .store-list-container {
    width: 300px;
  }
  #map {
    width: calc(100% - 300px);
  }
}

@media(max-width: 1150px) {
  .st2-container {
    gap: 30px;
  }
  .pc-svg {
    right: -60px;
  }
  .sb-div>p:first-child, .st3-top-div1>p:last-child, .bs-div>p:last-child {
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
  }
  .sb-div>p:last-child, .st3-top-div1>p:first-child, .bs-div>p:first-child, .st11-left-wrap>p, .st-tit {
    font-size: 40px;
    line-height: 52px; /* 130% */
    letter-spacing: -1px;
  }
  .st3-top-wrap {
    padding: 80px 40px;
  }
  .st3-top-div1 {
    gap: 16px;
  }
  .st3-top-div2>p {
    font-size: 28px;
    line-height: 38px; /* 135.714% */
    letter-spacing: -0.7px;
  }
  .underline {
    max-width: 380px;
  }
  .st4-left-inner {
    width: 600px;
    height: 530px;
    gap: 20px;
  }
  .left-inner-top {
    gap: 15px;
  }
  .st4-right-circle {
    width: 420px;
    height: 380px;
    gap: 5px;
  }
  .st4-blink>p {
    font-size: 28px;
    line-height: 38px; /* 135.714% */
    letter-spacing: -0.7px;
  }
  .count-div>p {
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
  }
  .count-div>b {
    font-size: 40px;
    line-height: 52px; /* 130% */
    letter-spacing: -1px;
  }
  .count-div2>p {
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
  }
  .count-div2>b {
    font-size: 36px;
    line-height: 54px; /* 130% */
    letter-spacing: -0.9px;
  }
  .st4-right-circle>p:last-child {
    font-size: 13px;
    line-height: 18px; /* 138.462% */
    letter-spacing: -0.325px;
  }
  .st4-bubble>p {
    width: 130px;
    height: 130px;
    font-size: 32px;
    line-height: 28px;
    letter-spacing: -0.8px;
  }
  .st4-bubble>p>span {
    font-size: 24px;
    line-height: 24px; /* 141.667% */
    letter-spacing: -0.6px;
  }
  .st5-bubble {
    width: 35%;
    left: -20%;
  }
  .big-no-br {
    display: none;
  }
  .st-container {
    max-width: 600px;
  }
  .st8-img-div {
    width: 400px;
  }
  .st8-img {
    height: 400px;
    object-fit: cover;
  }
  .absolute-img {
    bottom: -18%;
  }
  .truck {
    width: 350px;
  }
  .sb-tit {
    font-size: 32px;
    line-height: 42px; /* 131.25% */
    letter-spacing: -0.8px;
  }
  .big-br2 {
    display: block;
  }
  .st9-img-div {
    height: 400px;
  }
  .marquee-div {
    width: 180px;
  }
  .st10-top-wrap {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
  .st11-content-div>p {
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
  }
  .firework {
    width: 100%;
    top: -130px;
  }
  .st12-content-div {
    height: 250px;
    gap: 20px;
    padding: 0 30px;
  }
  .st12-content-div>p:first-child {
    font-size: 32px;
    line-height: 42px; /* 131.25% */
    letter-spacing: -0.8px;
  }
  .st12-content-div>p:nth-child(2) {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .st12-content-div .number {
    right: 20px;
    font-size: 48px;
    line-height: 62px; /* 129.167% */
    letter-spacing: -1.2px;
  }
  #section13 {
    gap: 20px;
    padding: 100px 0 130px;
  }
  .st13-circle-inner {
    gap: 20px;
    width: 90%;
  }
  .process-box {
    gap: 18px;
  }
  .agree-modal {
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    transform: none;
  }
}

@media(max-width: 1024px) {
  .main-img {
    width: 65%;
    bottom: -180px;
  }
  .st3-top-container {
    flex-direction: column;
  }
  .st3-top-wrap {
    width: 100%;
    padding: 100px 100px 50px;
  }
  .img-div {
    width: 100%;
    aspect-ratio: 1.5 / 1;
  }
  .st3-img-container>img {
    aspect-ratio: 1 / 1.2;
  }
  .st3-circle {
    width: 60%;
    top: unset;
    bottom: 65%;
  }
  .st3-marquee {
    padding: 100px 0 30px;
  }
  .st3-bottom-wrap {
    flex-direction: column;
    gap: 10px;
    padding: 50px 0 100px;
  }
  .st3-bottom-wrap>hr {
    height: 60px;
  }
  .st3-bottom-wrap>p {
    width: auto;
  }
  .st4-left-inner {
    width: 550px;
    height: 480px;
    gap: 20px;
  }
  .left-inner-top {
    gap: 15px;
  }
  .st4-right-circle {
    width: 380px;
    height: 340px;
  }
  .st-container {
    max-width: 530px;
  }
  .st11-table-container {
    width: 470px;
  }
  .free {
    left: 220px;
  }
}

@media(max-width: 950px) {
  .st11-container {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
  .st11-table-container {
    width: 100%;
  }
  .st11-content-div .big-br2 {
    display: none;
  }
  .st11-table th {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
  .st11-table td {
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
  }
  .st11-table-container>div {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
  }
  #section13 {
    gap: 50px;
    padding: 100px 0 170px;
  }
  .st13-container {
    flex-wrap: wrap;
    row-gap: 70px;
  }
  .st13-circle {
    width: 40%;
  }
  .st13-circle-inner {
    width: 70%;
  }
  .process-wrap {
    aspect-ratio: 1 / 1.2;
  }
  .free {
    left: 53%;
  }
  .text-left {
    text-align: center !important;
  }
  .st11-table .big-br2 {
    display: none;
  }
}

@media(max-width: 900px) {
  .main-img {
    bottom: -150px;
  }
  .mi-br {
    display: block;
  }
  .st2-container {
    width: 80%;
    flex-direction: column;
    gap: 60px;
  }
  .pc-svg {
    display: none;
  }
  .mo-svg {
    display: block;
  }
  .customer-swiper-container {
    height: auto;
  }
  .st4-left-inner {
    width: 420px;
    height: 350px;
    gap: 12px;
  }
  .left-inner-top {
    gap: 10px;
  }
  .st4-right-circle {
    width: 350px;
    height: 310px;
    gap: 3px;
    margin-left: -90px;
  }
  .st4-blink {
    padding: 2.509px 3.45px;
  }
  .st4-blink>svg {
    width: 15px;
    height: 20px;
  }
  .st4-blink>p, .st4-bubble>p>span {
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
  }
  .count-div>p {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .count-div>b, .st6-div-tit {
    font-size: 28px;
    line-height: 38px; /* 135.714% */
    letter-spacing: -0.7px;
  }
  .count-div2>p, .st4-right-circle>p:first-child {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
  }
  .count-div2>b, .st4-right-circle>p:first-child>span, .st6-top-div>p {
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
  }
  .st4-right-circle>p:last-child {
    font-size: 11px;
    line-height: 16.5px; /* 150% */
    letter-spacing: -0.275px;
  }
  .st4-bubble>p {
    width: 100px;
    height: 100px;
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
  }
  .st5-bubble {
    display: none;
  }
  .st6-div-content {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .st6-img {
    height: 350px;
  }
  .st6-bottom-tit {
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
  }
  #section7 {
    flex-direction: column;
    gap: 40px;
    padding: 100px 0 0;
    overflow: hidden;
  }
  .st7-container {
    width: 90%;
  }
  .st-container {
    max-width: none;
    width: 100%;
    gap: 30px;
  }
  .st7-div {
    position: static;
    width: 100%;
    flex-direction: column;
    padding: 41.196px 18.75px 40.484px 18.75px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 33.07px;
  }
  .st7-right-wrap {
    width: 60%;
    flex-direction: row;
    justify-content: space-between;
  }
  .st7-graph {
    position: static;
    width: 90%;
  }
  .st8-container {
    flex-direction: column;
    align-items: start;
    gap: 60px;
  }
  .st8-img-div {
    width: 100%;
    display: flex;
    justify-content: end;
  }
  .st8-img {
    width: 90%;
    height: auto;
  }
  .big-br2 {
    display: none;
  }
  .absolute-img {
    left: 0;
    bottom: -20%;
  }
  .sauce {
    width: 180px;
  }
  .truck {
    width: 500px;
  }
  .st9-img-div>p {
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
  }
  .marquee-div {
    width: 160px;
  }
  .marquee-div>p {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .st12-container {
    gap: 20px;
  }
  .st12-wrap {
    width: calc(50% - 10px);
  }
  .st12-img-div, .st12-img {
    height: 200px;
  }
  .st12-content-div {
    height: 200px;
    gap: 15px;
  }
  .st12-content-div>p:first-child {
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
  }
  .st12-content-div>p:nth-child(2) {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
  }
  .st12-content-div .number {
    font-size: 40px;
    line-height: 52px; /* 130% */
    letter-spacing: -1px;
  }
  .agree-modal {
    padding: 0 20px;
  }
  .map-container {
    flex-direction: column;
    gap: 20px;
  }
  .store-list-container, #map {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .layer-popup {
    max-width: 90%;
    top: 5%;
    left: 5%;
  }
  .st6-div {
    padding: 0 20px;
    gap: 15px;
  }
  .st6-img {
    height: 300px;
  }
  .ta-br {
    display: block;
  }
  .st7-right-div>p:first-child {
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
  }
  .st7-right-div>p:last-child {
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
  }
  .st7-right-div>p:last-child>span {
    font-size: 40px;
    line-height: 52px; /* 130% */
    letter-spacing: -1px;
  }
  .st12-content-div {
    padding: 0 20px;
  }
  #section14 {
    gap: 30px;
  }
  .process-wrap {
    width: 50%;
    aspect-ratio: 1 / 1;
  }
  .step {
    font-size: 30px;
    line-height: normal;
  }
  .process-svg-div {
    width: 100px;
    height: 100px;
  }
  .process-svg-div>svg {
    width: 64px;
    height: 65px;
  }
  .process-tit {
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
  }
  .next, .next-b, .next-l {
    display: none;
  }
  .contact-container {
    padding: 20px;
  }
  .step1 {
    order: 1;
  }
  .step2 {
    order: 2;
  }
  .step3 {
    order: 3;
  }
  .step4 {
    order: 4;
  }
  .step5 {
    order: 5;
  }
  .step6 {
    order: 6;
  }
  .step7 {
    order: 7;
  }
  .step8 {
    order: 8;
  }
  .free {
    left: 48%;
  }
  .text-left {
    text-align: left !important;
    padding-left: 30px;
  }
}

@media (max-width: 750px) {
  .st4-container {
    padding-top: 10px;
  }
  .st4-left-circle {
    padding: 5.029px;
  }
  .st4-left-inner {
    width: 320px;
    height: 260px;
  }
  .left-inner-top>img {
    width: 50%;
  }
  .st4-right-circle {
    width: 230px;
    height: 200px;
    margin-left: -70px;
  }
  .st4-blink>svg {
    width: 8.324px;
    height: 10.059px;
  }
  .st4-blink>p {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .count-div>p {
    font-size: 11px;
    line-height: 16px; /* 145.455% */
    letter-spacing: -0.275px;
  }
  .count-div>b {
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
  }
  .st4-right-circle>p:nth-child(2) {
    font-size: 11px;
    line-height: 16px; /* 145.455% */
    letter-spacing: -0.275px;
  }
  .count-div2>p, .st4-right-circle>p:first-child {
    font-size: 10px;
    line-height: 13px; 
    letter-spacing: -0.25px;
  }
  .count-div2>b {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .st4-right-circle>p:first-child>span {
    font-size: 13px;
    line-height: 18px; /* 138.462% */
    letter-spacing: -0.325px;
  }
  .st4-right-circle>p:last-child {
    font-size: 8.783px;
    line-height: 11.919px;
    letter-spacing: -0.22px;
  }
  .st4-bubble {
    display: none;
  }
  .ta-no-br {
    display: none;
  }
  .sauce {
    width: 150px;
  }
  .truck {
    width: 450px;
  }
  .st9-container {
    flex-wrap: wrap;
  }
  .st9-img-div {
    width: 50%;
    height: 350px;
  }
  .marquee-div {
    width: 200px;
  }
  .marquee-div>p {
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
  }
  #section13 {
    gap: 20px;
  }
  .st13-container {
    row-gap: 20px;
  }
  .st13-circle-inner {
    width: 80%;
  }
}

@media(max-width: 700px) {
  .st12-container {
    flex-direction: column;
  }
  .st12-wrap {
    width: 100%;
    aspect-ratio: 1 / 1;
  }
  .st12-img, .st12-img-div, .st12-content-div {
    height: 50%;
  }
  .st12-content-div>p:first-child {
    font-size: 40px;
    line-height: 52px; /* 130% */
  }
  .st12-content-div>p:nth-child(2) {
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
  }
  .st12-content-div .number {
    font-size: 64px;
    letter-spacing: -1.6px;
  }
}

@media (max-width: 650px) {
  .main-container {
    gap: 32px;
    transform: translateY(-2%);
  }
  .main-container>p:first-child {
    font-size: 21.6px;
  }
  .main-container>p:last-child {
    font-size: 16.8px;
    margin-top: 2px;
  }
  .main-img {
    width: 75%;
    bottom: -130px;
  }
  #section2 {
    padding: 100px 0 50px;
  }
  .st2-container {
    width: 90%;
  }
  .sb-div>p:first-child, .st3-top-div1>p:last-child, .bs-div>p:last-child {
    font-size: 18px;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.45px;
  }
  .sb-div>p:last-child, .st3-top-div1>p:first-child, .bs-div>p:first-child, .st11-left-wrap>p, .st-tit {
    font-size: 28px;
    line-height: 130%; /* 36.4px */
  }
  .common-nav {
    top: 45%;
  }
  .nav-btn {
    width: 23.753px;
    height: 33.933px;
  }
  .nav-btn>svg {
    width: 15.27px;
    height: 15.27px;
  }
  .customer-swiper-container {
    border-radius: 4.242px;
  }
  .st3-top-wrap {
    padding: 100px 50px 50px;
  }
  .st3-top-div2>p {
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
  }
  .underline {
    max-width: 330px;
  }
  .st3-top-content {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
  }
  .st3-circle {
    width: 90%;
  }
  .st3-img-container>img {
    aspect-ratio: 1 / 1.6;
  }
  .marquee-content>p {
    font-size: 40px !important;
    letter-spacing: -1px !important;
  }
  .st3-bottom-wrap>p:first-child {
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
  }
  .st3-bottom-wrap>p:last-child {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
  }
  .bs-div {
    gap: 16px;
  }
  .st4-img {
    width: 35%;
    right: 0.202px;
    bottom: -23.062px;
    z-index: 5;
  }
  .st4-b-wave {
    z-index: 7;
  }
  .st5-container {
    padding: 100px 0 50px;
  }
  .mo-br {
    display: block;
  }
  #section6 {
    gap: 30px;
  }
  .st6-div {
    padding: 20px 10px;
  }
  .st6-top {
    gap: 5px;
  }
  .st6-top-div>p {
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.4px;
  }
  .st6-div-tit {
    font-size: 18px;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.45px;
  }
  .st6-div-content  {
    font-size: 13px;
    line-height: 18px; /* 138.462% */
    letter-spacing: -0.325px;
  }
  .st6-img {
    height: 240px;
  }
  .st6-bottom-tit {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .st6-marquee {
    display: flex;
    align-items: center;
    height: 115px;
    padding: 10px 0;
  }
  .st7-container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .st7-table th:first-child {
    width: 25%;
  }
  .st7-graph {
    width: 100%;
  }
  .st7-right-wrap {
    width: 80%;
  }
  #section8 {
    padding: 80px 20px;
  }
  .st8-div>p:last-child {
    font-size: 18px;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.45px;
  }
  .sauce {
    width: 120px;
  }
  .truck {
    width: 400px;
  }
  .sb-tit {
    font-size: 28px;
    line-height: 150%;
  }
  .absolute-img {
    bottom: -25%;
  }
  #section9 {
    padding: 100px 0 50px;
  }
  #section10 {
    padding: 50px 0 20px;
  }
  .st10-top-wrap {
    padding: 0 20px;
    gap: 16px;
  }
  #section11 {
    padding: 100px 20px;
  }
  .st11-left-wrap {
    gap: 30px;
  }
  .st11-table-container {
    gap: 8.8px;
  }
  .st11-table th {
    font-size: 15px;
    line-height: 40px; /* 266.667% */
  }
  .st11-table td {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  .st11-table-container>div {
    font-size: 13px;
    line-height: 150%; /* 19.5px */
    letter-spacing: -0.325px;
  }
  .st11-content-div>p {
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
  }
  #section12 {
    gap: 40px;
  }
  .firework {
    width: 150%;
  }
  #section13 {
    padding: 100px 0 150px;
    gap: 0;
  }
  .st13-container {
    gap: 0;
  }
  .st13-circle {
    padding-top: 90px;
  }
  .st13-circle-inner>p:first-child {
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
  }
  .st13-circle-inner>p:nth-child(2) {
    font-size: 13px;
    line-height: 18px; /* 138.462% */
    letter-spacing: -0.325px;
  }
  #contact {
    padding-bottom: 230px;
  }
  .flex-input {
    flex-direction: column;
  }
  .form-wrap {
    flex-direction: column;
    gap: 12px;
    align-items: start;
  }
  .c-btn {
    width: 100%;
  }
  .contact-logo {
    width: 140px;
  }
  .contact-tit-div>p {
    font-size: 29.4px;
    line-height: 36.4px; /* 123.81% */
    letter-spacing: -0.735px;
  }
  .contact-num {
    gap: 7px;
    padding: 7px 14px;
  }
  .contact-num>svg {
    width: 37.8px;
    height: 37.8px;
  }
  .contact-num>b {
    font-size: 33.6px;
    line-height: 36.4px; /* 108.333% */
    letter-spacing: -0.84px;
  }
  .agree-modal {
    gap: 40px !important;
  }
  .agree-modal>.title>.p24 {
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
  }
  .agree-modal>.title>.p40 {
    font-size: 28px;
    line-height: 38px; /* 135.714% */
    letter-spacing: -0.7px;
  }
  .agree-logo {
    width: 100px;
  }
  .free {
    left: 48%;
    top: 92px;
  }
  .text-left {
    padding-left: 20px;
  }
  #map-page {
    padding: 50px 0 100px;
    gap: 30px;
  }
  .store-list-container {
    height: 450px;
  }
  #map {
    height: 300px;
  }
  .st11-table .big-br2 {
    display: block;
  }
}

@media(max-width: 550px) {
  .st2-left-container {
    width: 300px;
  }
  .st3-top-wrap {
    padding: 100px 20px 50px;
  }
  .img-div {
    aspect-ratio: 1 / 1;
  }
  .st3-circle {
    bottom: 68%;
  }
  .st4-left-circle {
    padding: 5.029px;
  }
  .st4-left-inner {
    width: 230px;
    height: 200px;
  }
  .left-inner-top>img {
    width: 50%;
  }
  .st4-right-circle {
    width: 170px;
    height: 140px;
    margin-left: -50px;
  }
  .st4-blink>svg {
    width: 8.324px;
    height: 10.059px;
  }
  .st4-blink>p {
    font-size: 12.547px;
    line-height: 11.4px; /* 90.862% */
    letter-spacing: -0.314px;
  }
  .count-div>p {
    font-size: 7.377px;
    line-height: 10.73px; /* 145.455% */
    letter-spacing: -0.184px;
  }
  .count-div>b {
    font-size: 15.683px;
    line-height: 17.436px; /* 111.172% */
    letter-spacing: -0.392px;
  }
  .st4-right-circle>p:nth-child(2) {
    font-size: 7.341px;
    line-height: 10.678px; /* 145.455% */
    letter-spacing: -0.184px;
  }
  .count-div2>p, .st4-right-circle>p:first-child {
    font-size: 6.273px;
    line-height: 8.676px; /* 138.298% */
    letter-spacing: -0.157px;
  }
  .count-div2>b {
    font-size: 12.547px;
    line-height: 14.015px; /* 111.702% */
    letter-spacing: -0.314px;
  }
  .st4-right-circle>p:first-child>span {
    font-size: 8.783px;
    line-height: 11.919px;
    letter-spacing: -0.22px;
  }
  .st4-right-circle>p:last-child {
    font-size: 5.005px;
    line-height: 8.009px; /* 160% */
    letter-spacing: -0.125px;
  }
  .mo-no-br2 {
    display: none;
  }
  .sauce {
    width: 100px;
  }
  .truck {
    width: 300px;
  }
  .st12-content-div>p:first-child {
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
  }
  .st12-content-div>p:nth-child(2) {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
  }
  .st12-content-div .number {
    font-size: 40px;
    line-height: 52px; /* 130% */
    letter-spacing: -1px;
  }
  .firework {
    width: 200%;
    top: -170px;
  }
  .st-container {
    margin-left: 0;
  }
  .st13-circle {
    width: 45%;
  }
  .process-box {
    gap: 12.5px;
    border-top: none;
    border-right: none;
  }
  .step {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .process-svg-div {
    width: 80px;
    height: 80px;
  }
  .process-svg-div>svg {
    width: 50px;
    height: 50px;
  }
  .process-tit {
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
  }
}

@media (max-width: 480px) {
  .st4-container {
    padding-bottom: 60px;
  }
  .st4-left-inner {
    width: 205px;
    height: 180px;
    padding: 3.353px 12.547px 3.353px 0px;
  }
  .left-inner-top>img {
    width: 55%;
  }
  .st4-right-circle {
    width: 150px;
    height: 130px;
    margin-left: -35px;
    padding: 3.337px 0px 3.337px 15.683px;
  }
  .st4-right-circle>p:first-child {
    left: 5px;
  }
  .mo-no-br {
    display: none;
  }
  .st7-table th, .st7-table td {
    font-size: 14px;
    line-height: normal;
    letter-spacing: -0.35px;
  }
  .st7-table th:first-child, .st7-table td:first-child {
    padding: 0px 10px;
  }
  .st7-table tr:last-child {
    height: 80px;
  }
  .big-tit {
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.4px;
  }
  .st7-right-wrap {
    width: 90%;
  }
  .st7-right-div>p:first-child {
    font-size: 16.8px;
    line-height: 22.8px; /* 135.714% */
    letter-spacing: -0.42px;
  }
  .st7-right-div>p:last-child {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.45px;
  }
  .st7-right-div>p:last-child>span {
    font-size: 33.6px;
    line-height: 43.2px; /* 128.571% */
    letter-spacing: -0.84px;
  }
  .st7-graph {
    width: 120%;
  }
  .sauce {
    width: 80px;
  }
  .truck {
    width: 250px;
  }
  .st9-img-div {
    height: 270px;
  }
  .st9-img-div>p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
  }
  .marquee-div {
    width: 140px;
  }
  .marquee-div>p {
    font-size: 16px;
    line-height: 21px; /* 131.25% */
    letter-spacing: -0.4px;
  }
  .st11-table-container>p, .st11-table-container>div {
    font-size: 11px;
    line-height: 150%; /* 16.5px */
    letter-spacing: -0.275px;
  }
  .st11-table th, .st11-table td {
    font-size: 12px;
    line-height: 18px; /* 150% */
  }
  .st11-table th:first-child {
    width: 27%;
  }
  .firework {
    width: 250%;
    top: -150px;
    left: 30%;
  }
  .st13-container {
    margin-top: -30px;
    margin-left: -15px;
  }
  .st13-circle-inner {
    gap: 10px;
  }
  .st13-circle-inner>p:first-child {
    font-size: 17.496px;
    line-height: 18.468px; /* 105.556% */
  }
  .st13-circle-inner>p:nth-child(2) {
    font-size: 9.72px;
    line-height: 13.608px; /* 140% */
    letter-spacing: -0.243px;
  }
  .st13-circle {
    padding-top: 110px;
  }
  .st13-circle:nth-child(3), .st13-circle:last-child {
    margin-top: -20px;
  }
  .step {
    font-size: 16px;
  }
  .process-svg-div {
    width: 70px;
    height: 70px;
  }
  .process-svg-div>svg {
    width: 52px;
    height: 52px;
  }
  .process-tit {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
  }
  .st11-table td {
    height: 28px;
  }
  .free {
    /* height: 72px; */
    padding: 4.647px 5.809px;
    /* left: 44%;
    top: 79px; */
    font-size: 10px !important;
    line-height: 12px !important; /* 120% */
    border-radius: 2.324px;
  }
}

@media (max-width: 400px) {
  .st4-container {
    padding-bottom: 50px;
  }
  .sauce {
    width: 65px;
  }
  .truck {
    width: 215px;
  }
  .absolute-img {
    bottom: -20%;
  }
  .st9-img-div {
    height: 250px;
  }
  .st9-img-div>p {
    font-size: 16px;
    line-height: 21px; /* 131.25% */
    letter-spacing: -0.4px;
  }
  .marquee-div>p {
    font-size: 14px;
    line-height: 19.6px; /* 140% */
    letter-spacing: -0.35px;
  }
  .st12-content-div>p:first-child {
    font-size: 20px;
    line-height: 26px; /* 130% */
  }
  .st12-content-div>p:nth-child(2) {
    font-size: 10px;
    line-height: 14px; /* 140% */
    letter-spacing: -0.25px;
  }
  .st12-content-div .number {
    font-size: 32px;
    line-height: normal;
    letter-spacing: -0.8px;
    right: 15.5px;
    top: 10px;
  }
  .process-svg-div {
    width: 60px;
    height: 60px;
  }
  .process-svg-div>svg {
    width: 42px;
    height: 42px;
  }
  .step {
    font-size: 15px;
  }
  .process-svg-div {
    width: 50px;
    height: 50px;
  }
  .process-svg-div>svg {
    width: 32px;
    height: 32px;
  }
  .process-tit {
    font-size: 12px;
    line-height: 17px; /* 141.667% */
    letter-spacing: -0.3px;
  }
  .store-list-container {
    height: 400px;
  }
  #map {
    height: 240px;
  }
}

@media(max-width: 380px) {
  #section13 {
    padding: 100px 0 140px;
  }
  .st13-container {
    margin-top: -50px;
  }
  .st13-circle {
    padding-top: 120px;
  }
  .st13-circle:nth-child(3), .st13-circle:last-child {
    margin-top: -30px;
  }
  .st13-circle-inner {
    width: 87%;
  }
}

@media(max-width: 370px) {
  .st11-table th, .st11-table td {
    font-size: 11px;
    line-height: 16px;
}
}
