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

.mobile {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

#section1 {
  width: 100%;
  position: relative;
  padding-top: 155px;
  background-image: url("../img/section1/pattern.png");
  background-repeat: repeat;
  background-size: 11%;
  overflow-x: hidden;
}

#section1 .title-wrap {
  display: flex;
  /* gap: 90px; */
  justify-content: center;
  align-items: end;
}

#section1 .title-wrap .star {
  max-width: 100px;
  height: auto;
  width: 80%;
  object-fit: contain;
  margin-bottom: 30px;
  animation: blink 1.5s linear infinite;
  -webkit-animation: blink 1.5s linear infinite;
}

#section1 .title-wrap .title-box {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  justify-content: center;
}

#section1 .title-wrap .title-box .mo-sub-tit {
  display: none;
}

#section1 .title-wrap .title-box .sub-tit {
  width: 80%;
  max-width: 653px;
  min-width: 300px;
}

#section1 .title-wrap .title-box .tit {
  width: 70%;
  max-width: 690px;
  padding-bottom: 36px;
  min-width: 240px;
}

#section1 .coffee-wrap {
  position: relative;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  z-index: 5;
  flex-wrap: wrap;
}

#section1 .coffee-wrap .coffee-div {
  max-width: 550px;
  min-width: 240px;
  height: auto;
  width: 50%;
  position: relative;
}

#section1 .coffee-wrap .coffee-div .outercircle-div {
  width: 105%;
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
}

#section1 .coffee-wrap .coffee-div .outercircle {
  width: 100%;
  animation: rotate 15s linear infinite;
  -webkit-animation: rotate 15s linear infinite;
}

#section1 .coffee-wrap .coffee-div .coffee {
  width: 100%;
  position: relative;
  z-index: 10;
}

#section1 .coffee-wrap .white-bg {
  min-height: 100px;
  width: 100%;
  background-color: #fffae3;
  position: relative;
  margin-top: -250px;
  z-index: -1;
}

#section1 .coffee-wrap .white-bg .top-fixed {
  position: relative;
  width: 100%;
}

#section1 .coffee-wrap .white-bg .top-fixed .wave {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#section1 .coffee-wrap .white-bg .top-fixed .wave img {
  width: 100%;
}

#section1 .coffee-wrap .white-bg .top-fixed .char {
  max-width: 280px;
  width: 18%;
  right: 10%;
  position: absolute;
  bottom: 0;
}

#section1 .coffee-wrap .white-bg .top-fixed .bg-text {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}

#section1 .coffee-wrap .white-bg .text-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 350px 0 50px;
  overflow: hidden;
  position: relative;
  margin-top: -1px;
  background: #FFFAE3;
}

#section1 .coffee-wrap .white-bg .text-wrap .bg {
  width: 100%;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 2;
}

#section1 .coffee-wrap .white-bg .text-wrap .bg-mo {
  width: 100%;
  position: absolute;
  top: 23%;
  left: 0;
  z-index: 2;
  display: none;
}

#section1 .coffee-wrap .white-bg .text-wrap .sub-text {
  max-width: 760px;
  width: 70%;
  z-index: 5;
}

#section1 .coffee-wrap .white-bg .text-wrap .mo-sub-text {
  display: none;
  z-index: 5;
}

.wave-down {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -0.5px;
  z-index: 7;
  overflow-x: hidden;
}


/* section2 */
#section2 {
  position: relative;
  z-index: 5;
  overflow: hidden;
  margin-top: -1px;
}

#section2 .ice-wrap {
  display: flex;
  justify-content: center;
  gap: 100px;
  padding: 60px 0 80px;
  background-color: #ee3d96;
  position: relative;
}

#section2 .ice-wrap .flower-wrapper {
  top: 50%;
  transform: translateY(-50%);
  left: -120px;
}

.ice-cream-img {
  width: 448px;
  aspect-ratio: 56 / 65;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.ice-cream-img .point {
  width: 97.277px;
  position: absolute;
  left: -2px;
  top: 30px;
}

.ice-cream {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

#section2 .ice-wrap .title {
  max-width: 512px;
  width: 47%;
}

#section2 .ice-wrap .mo-title {
  display: none;
}

.wave-up {
  width: 100%;
  position: absolute;
  top: -0.5px;
  left: 0;
  overflow-x: hidden;
}

#section2 .text-wrap {
  background-color: #ce0068;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 0 100px;
}

#section2 .text-wrap .char {
  max-width: 200px;
  width: 20%;
  position: absolute;
  left: 0;
  bottom: 0;
}

#section2 .text-wrap .mo-text {
  display: none;
  z-index: 3;
}

#section2 .text-wrap .text {
  max-width: 715px;
  width: 60%;
  z-index: 3;
}

#section2 .text-wrap .text500 {
  max-width: 430px;
  width: 25%;
  top: -45%;
  right: 16%;
  transform: rotate(2.673deg);
  flex-shrink: 0;
  position: absolute;
  z-index: 2;
  animation: bigSmall 1.5s linear infinite;
}

@keyframes bigSmall {
  0% {
    transform: scale(0.95) rotate(2.673deg);
  }
  50% {
    transform: scale(1.05) rotate(2.673deg);
  }
  100% {
    transform: scale(0.95) rotate(2.673deg);
  }
}

#section2 .ice-wrap .ice-cream-wrap {
  display: flex;
  gap: 100px;
  align-items: center;
  justify-content: center;
}


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

#section3 .st-tit-img {
  height: 166px;
}

#section3 div.st-sub-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-top: 20px;
}

#section3 div.st-sub-tit .w {
  display: flex;
  box-sizing: border-box;
  padding: 0 12px;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background: #EA5519;
}

#section3 div.st-sub-tit .line-div {
  width: 82px;
}

#section3 div.st-sub-tit .line {
  background: #FFF;
}

#section3 .wave-down {
  transform: rotate(180deg);
}

.st3-circle-wrap {
  width: 700px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  background: url(../img/st3-circle.png);
  background-size: cover;
  background-position: center center !important;
  overflow: hidden;
  position: relative;
}

.circular {
  animation: rotate 8s linear infinite;
  height: 111.5%;
  transform-origin: center center;
  width: 111.5%;
  position: absolute;
  margin: auto;
  z-index: 5;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 12s ease-in-out infinite;
  stroke: #EA5519;
  stroke-linecap: square;
}
  
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
  
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

.circle-inner {
  width: 600px;
  aspect-ratio: 1 / 1;
  border-radius: 1000px;
  border: 4px solid #FFF;
  background: #F1F1F5;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.circle-div {
  box-sizing: border-box;
  padding: 24px;
  width: 50%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 4px;
  background-size: cover !important;
}

.circle-div:first-child {
  background: url(../img/st3-circle-bg.png);
}

.circle-div:nth-child(2) {
  background: url(../img/st3-circle-bg2.png);
}

.circle-div:nth-child(3) {
  background: url(../img/st3-circle-bg3.png);
}

.circle-div:last-child {
  background: url(../img/st3-circle-bg4.png);
}

.circle-div:nth-child(2n-1) {
  border-right: 1px dashed #111;
  align-items: flex-end;
}

.circle-div:nth-child(n+3) {
  border-top: 1px dashed #111;
  justify-content: flex-start;
}

.circle-div p {
  color: #111;
}

.circle-div p:first-child {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
}

.circle-div:hover p {
  color: #EA5519;
}

.bg-typo {
  max-width: 1246px;
  width: 90%;
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
}

.st3-char-div {
  width: 196px;
  position: absolute;
  left: 74px;
  bottom: 1%;
  z-index: 10;
}

.st3-char {
  width: 100%;
}

/* marquee */
.marquee-swiper {
  width: 100%;
  background: #EA5519;
  padding: 15px 0;
  height: fit-content;
  overflow: hidden;
  margin-top: -1px;
  position: relative;
  z-index: 5;
}

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

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

.marquee-eng {
  width: 356px;
}

.marquee-kor {
  width: 261px;
}


/* flower */
.flower-wrapper {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
}

.flower-wrapper.bottom {
  justify-content: flex-end;
}

.flowerItem, .flowerItem2 {
  height: 189px;
}

#section4 .flower-wrapper.top {
  left: -80px;
  top: 304px;
}

#section4 .flower-wrapper.bottom {
  right: -110px;
  bottom: 30px;
}


/* section4 */
#section4 {
  width: 100%;
  position: relative;
  background: url(../img/mandarin-check.png);
  background-repeat: repeat;
  background-size: 11%;
  display: flex;
  box-sizing: border-box;
  padding: 100px 0;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  align-self: stretch;
  overflow: hidden;
  margin-top: -1px;
}

.st4-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  justify-content: center;
  position: relative;
  z-index: 5;
}

.st4-item {
  width: 300px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.st4-item:nth-child(2n) {
  margin-top: 90px;
}

.st4-item-tit {
  color: #FFF;
  font-family: 'Paperlogy';
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%; /* 39.2px */
  display: flex;
  width: 240px;
  box-sizing: border-box;
  padding: 10px 28px;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  border: 2px solid #FFF;
}

.st4-item-tit span {
  font-family: 'Paperlogy';
  font-size: 32px;
  font-weight: 900;
  line-height: 140%; /* 44.8px */
}

.st4-item-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.st4-item img {
  width: 250px;
  transition: all 0.3s;
}

.st4-item-content {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.5px;
  word-break: keep-all;
}

.st4-item.active .st4-item-tit {
  background: #FFF100;
  color: #EA5519;
}

.st4-item.active img {
  width: 100%;
}

.st4-bottom {
  display: flex;
  box-sizing: border-box;
  padding: 8px 20px;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background: #FFFAE3;
  position: relative;
  z-index: 5;
}

.st4-bottom .line-div {
  width: 300px;
}

.line {
  width: 100%;
  height: 2px;
  display: block;
}

.st4-bottom .line {
  background: #EA5519;
}

/* section5 */
#section5 {
  width: 100%;
  position: relative;
  background: url(../img/yellow-check.png);
  background-repeat: repeat;
  background-size: 11%;
  display: flex;
  box-sizing: border-box;
  padding: 100px 0;
  flex-direction: column;
  align-items: center;
  gap: 70px;
  align-self: stretch;
  overflow: hidden;
  margin-top: -1px;
}

.st5-bg-icon-div {
  position: absolute;
  width: 74px;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.st5-bg-icon {
  width: 100%;
}

.st5-bg-icon.horizon {
  display: none;
}

.st5-txt-div {
  width: 519px;
  position: relative;
}

.st5-txt {
  width: 100%;
}

.st5-txt-point {
  width: 10%;
  position: absolute;
  right: 15%;
  top: -32%;
  animation: blink 1.5s linear infinite;
  -webkit-animation: blink 1.5s linear infinite;
}

.st5-container {
  margin-top: -20px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.st5-img-wrap {
  width: 452px;
  position: absolute;
  z-index: 5;
  left: 9%;
  bottom: -50px;
}

.st5-img-wrap img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.st5-swiper-container {
  width: 75%;
  overflow: hidden;
  position: relative;
}

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

.st5-swiper-container .swiper-slide {
  width: 148px !important;
}

.st5-swiper-container img {
  width: 100%;
  border-radius: 8px;
}

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

.st5-swiper-bg {
  position: absolute;
  top: 0;
  width: 105px;
  height: 100%;
  z-index: 3;
}

.st5-swiper-bg:first-child {
  left: -2px;
  background: linear-gradient(270deg, rgba(255, 212, 0, 0.00) 0%, #FFD400 100%);
}

.st5-swiper-bg:last-child {
  right: -2px;
  background: linear-gradient(270deg, #FFD400 19.71%, rgba(255, 212, 0, 0.00) 100%);
}


/* section6 */
#section6 {
  display: flex;
  box-sizing: border-box;
  padding: 100px 0;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  align-self: stretch;
  background: #F3F0DF;
  position: relative;
  overflow: hidden;
}

.st6-container {
  max-width: 1280px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
}

.st6-img-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}

.st6-img-div {
  width: calc(33.3% - 46.6px);
  position: relative;
}

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

.click-btn {
  color: #EA5519;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 24px;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: -0.6px;
  display: flex;
  width: 70%;
  height: 50px;
  box-sizing: border-box;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1.5px solid #EA5519;
  background: #FFEED8;
  box-shadow: 0 3px 0 0 #EA5519;
  z-index: 5;
  cursor: pointer;
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
}

.click-btn:hover {
  border: 1.5px solid #000;
  background: #EA5519;
  box-shadow: 0 3px 0 0 #9D2D00;
  color: #FFEED8;
}

.st6-container>p {
  color: rgba(255, 255, 255, 0.70);
  text-align: center;
  font-size: 24px;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.6px;
  margin-top: -25px;
}

.st6-bottom {
  box-sizing: border-box;
  padding: 20px 24px;
  border-radius: 12px;
  border: 4px solid #EA5519;
  background: #FFF;
}

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

.st6-bg div {
  width: 100%;
  height: 400px;
  background: #EA5519;
  margin-top: -1px;
}

.st6-bg img {
  width: 100%;
}

.st6-bg img:first-child {
  transform: rotate(180deg);
}

.st6-bg img:last-child {
  margin-top: -1px;
}

/* sale-popup */
.sale-popup {
  max-width: 900px;
  width: 90%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  box-sizing: border-box;
  padding: 40px;
  z-index: 70;
  display: none;
}

.sale-close {
  position: absolute;
  border: 1px solid #EA5519;
  box-sizing: border-box;
  padding: 4px;
  cursor: pointer;
  right: 20px;
  top: 20px;
}

.sale-close svg {
  width: 25px;
  height: 26px;
}

.sale-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: 40px;
}

.sale-tr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sale-tr.th {
  color: #EA5519;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.5px;
  height: 52px;
  box-sizing: border-box;
  padding: 0 10px;
  border-top: 2px solid #EA5519;
  border-bottom: 2px solid #EA5519;
}

.sale-tr p {
  width: 33.3%;
}

.sale-tr:nth-child(2) {
  margin-top: 20px;
}

.sale-tr.td {
  color: #505050;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.45px;
  box-sizing: border-box;
  padding: 8px 10px;
  background: #FFF;
  word-break: keep-all;
}

.sale-tr.td:nth-child(2) {
  border: 1px solid #EA5519;
}

.sale-tr.td:last-child {
  background: #EA5519;
  color: #FFF;
  height: 52px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.6px;
  margin-top: 15px;
}


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

.st7-container {
  max-width: 1340px;
  width: 90%;
  display: flex;
  box-sizing: border-box;
  padding: 20px 20px 0 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 45px 45px 0 0;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(12px);
  position: relative;
}

.st7-char {
  width: 299px;
  position: absolute;
  right: -50px;
  top: -142.427px;
  z-index: 7;
}

.st7-inner {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 50px 0;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  border-radius: 40px 40px 0 0;
  border-top: 4px solid #FF9600;
  border-right: 4px solid #FF9600;
  border-left: 4px solid #FF9600;
  backdrop-filter: blur(10px);
  position: relative;
}

.st7-video {
  max-width: 850px;
  width: 90%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
}

.st7-inner>p {
  color: #604C3F;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 32px;
  font-weight: 500;
  line-height: 130%; /* 41.6px */
}

.st7-img {
  width: 270px;
  position: absolute;
  left: 5px;
  bottom: 0.007px;
}

.st7-icon {
  position: absolute;
  left: 237.307px;
  bottom: 60px;
}


#section8 {
  width: 100%;
  background: url(../img/st8-bg.png);
  background-size: cover !important;
  background-position: center center !important;
  padding-top: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.st8-bg-img {
  position: absolute;
}

.st8-bg-img.img1 {
  width: 519px;
  left: -154.409px;
  top: -164.446px;
}

.st8-bg-img.img2 {
  width: 363px;
  left: 99.671px;
  bottom: 325.357px;
}

.st8-bg-img.img3 {
  width: 677px;
  right: -160.22px;
  top: 164.743px;
}

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

.st8-circle-wrap {
  position: relative;
  width: 512px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.st8-circle {
  width: 100%;
  animation: rotate 10s linear infinite;
  -webkit-animation: rotate 10s linear infinite;
}

.st8-img {
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 8px 16px 42px 0 rgba(0, 0, 0, 0.16);
  border-radius: 500px;
}

.st8-box-section {
  width: 100%;
  background: #FF9600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -150px;
  z-index: 5;
  position: relative;
}

.st8-char {
  display: none;
  position: absolute;
  width: 120px;
  left: 0;
  top: -127px;
}

.st8-box-container {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.st8-box {
  width: 25%;
  box-sizing: border-box;
  padding: 100px 0 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.st8-box:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.10);
}

.st8-box:hover {
  background: #FF6F00;
}

.st8-box b {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  line-height: 42px; /* 131.25% */
  letter-spacing: -0.8px;
}

.st8-box p {
  color: #FFF;
  font-family: 'Paperlogy';
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px; /* 135.714% */
  letter-spacing: -0.7px;
}

.st8-box div {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
  word-break: keep-all;
}


/* section9 */
#section9 {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 100px 0;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  align-self: stretch;
  background: url(../img/orange-check.png);
  background-size: 11%;
  background-repeat: repeat;
  position: relative;
  overflow: hidden;
}

.st9-container {
  max-width: 1100px;
  width: 90%;
  display: flex;
  align-items: flex-start;
  gap: 100px;
}

.st9-circle-wrap {
  position: relative;
  width: calc(50% - 50px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.st9-circle-img {
  width: 115%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
}

.st9-circle-text {
  width: 100%;
}

.st9-circle {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 500px;
  background: rgba(255, 255, 255, 0.10);
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  background-position: center center !important;
  background-size: cover !important;
}

.st9-circle.left-circle {
  background: url(../img/st9-circle.png);
}

.st9-circle.right-circle {
  background: url(../img/st9-circle2.png);
}

.st9-circle p:first-child {
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 32px;
  font-weight: 500;
  line-height: 130%; /* 41.6px */
}

.minute {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  font-family: 'Paperlogy';
  font-size: 100px;
  line-height: 130%; /* 125px */
  font-weight: 900;
  color: transparent;
  background: linear-gradient(180deg, #FFF100 0%, rgba(255, 241, 0, 0.50) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 100% 0%;
  background-repeat: no-repeat;
  background-position: bottom;
  animation: fillUp 2.5s ease-in-out infinite;
  -webkit-animation: fillUp 2.5s ease-in-out infinite;
}

.st9-circle-wrap.hovered .st9-circle-img {
  opacity: 1;
}

.st9-circle-wrap.hovered .st9-circle-text {
  animation: rotate 8s linear infinite;
}

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

.st9-circle-wrap.hovered .st9-circle {
  background-color: #222;
}

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

.st9-bottom {
  border-radius: 12px;
  border: 4px solid rgba(255, 255, 255, 0.70);
  background: #EA5519;
  box-sizing: border-box;
  padding: 16px 20px;
}

.st9-char {
  width: 377px;
  position: absolute;
  right: 20px;
  bottom: 0.008px;
  z-index: 7;
}


/* section10 */
#section10 {
  width: 100%;
  background: url(../img/st10-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
  display: flex;
  box-sizing: border-box;
  padding: 100px 0;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  overflow: hidden;
}

.st10-container {
  max-width: 1280px;
  width: 90%;
  display: flex;
  align-items: flex-end;
  gap: 40px;
  z-index: 5;
}

.st10-box-wrap {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.st10-char {
  width: 146px;
  margin-left: 40px;
}

.st10-box {
  width: calc(50% - 20px);
  display: flex;
  box-sizing: border-box;
  padding: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 12px;
  background: #FFFAE3;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.10);
  position: relative;
}

.char-feet {
  width: 48px;
  position: absolute;
  top: -20px;
  left: 30px;
  z-index: 3;  
}

.st10-box-wrap .st10-box {
  width: 100% !important;
  margin-top: -5px;
}

.st10-box-div {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 10px;
  height: 130px;
  justify-content: center;
  align-items: center;
}

.st10-box-div.st-sub-tit {
  border-radius: 12px;
  background: #07B5AF;
  color: #FFF;
  text-shadow: 0 3px 0 #604C3F;
  -webkit-text-stroke-width: 3px;
  font-weight: 900;
  -webkit-text-stroke-color: #604C3F;
  paint-order: stroke fill;
}

.st10-box-icon {
  width: calc(25% - 7.5px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.45px;
  border-radius: 12px;
  background: #EA5519;
}

.st10-box-txt {
  color: rgba(0, 0, 0, 0.70);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
  word-break: keep-all;
}

.st10-bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.st10-bg img {
  width: 100%;
}

.st10-bg-inner {
  width: 100%;
  height: 350px;
  background: linear-gradient(180deg, rgba(255, 150, 0, 0.50) 0%, #FF9600 65.8%);
}

.st10-bg .wave-up {
  background: transparent;
  z-index: 3;
}


/* section11 */
#section11 {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 100px 0;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  align-self: stretch;
  position: relative;
  background: url(../img/yellow-check.png);
  background-repeat: repeat;
  background-size: 11%;
  overflow-x: hidden;
}

#section11>.st-sub-tit {
  color: #FFF;
  text-shadow: 0 3px 0 #604C3F;
  -webkit-text-stroke-width: 3px;
  font-weight: 900;
  -webkit-text-stroke-color: #604C3F;
  paint-order: stroke fill;
}

.st11-container {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.st11-container img {
  position: relative;
  z-index: 5;
}

.st11-circle {
  display: flex;
  width: 200px;
  aspect-ratio: 1 / 1;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  background: #541800;
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 32px;
  font-weight: 500;
  line-height: 130%; /* 41.6px */
}

.st11-circle span {
  z-index: 5;
  white-space: nowrap;
}

.st11-circle.pink-circle {
  border: 16px solid rgba(238, 61, 150, 0.30);
  background: #EE3D96;
  position: relative;
}

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

.wave01 {
  transform: scale(1.6);
  background: #EE3D96;
  animation: spread 1.5s linear infinite;
  -webkit-animation: spread 1.5s linear infinite;
}

@keyframes spread {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  40% {
    transform: scale(1.2);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.4);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.st11-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 5;
}

.st11-bottom .w {
  display: flex;
  box-sizing: border-box;
  padding: 16px 20px;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  border: 4px solid #FFF;
  background: #EA5519;
  animation: blink 1.5s linear infinite;
}

.st11-img {
  width: 255px;
  position: absolute;
  left: 30px;
  bottom: 0;
}

.st11-bg-icon {
  width: 1130px;
  position: absolute;
}

.st11-bg-icon.icon1 {
  position: absolute;
  left: -530px;
  top: 99.992px;
}

.st11-bg-icon.icon2 {
  position: absolute;
  right: -190px;
  bottom: 31.008px;
}

/* section12 */ 
#section12 {
  width: 100%;
  box-sizing: border-box;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  background-image: 
    linear-gradient(transparent 62%, #EA5519 38%), 
    url("../img/st12-bg.png");
  background-position: center center !important;
  background-repeat: repeat;
  overflow: hidden;
}

.menu-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 5;
}

.menu-tab-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 10;
}

.menu-tab {
  display: flex;
  width: 160px;
  padding: 14px 0;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: rgba(234, 85, 25, 0.15);
  color: rgba(234, 85, 25, 0.65);
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 20px;
  font-weight: 600;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
  cursor: pointer;
}

.menu-tab.click {
  color: #FFF;
  background: #EA5519;
}

.menu-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  margin-top: 60px;
}

.menu-swiper-container {
  width: 100%;
}

.menu-swiper-container .swiper-wrapper {
  align-items: center;
}

.menu-swiper-container img {
  width: 100%;
  transform-origin: center center;
}

.menu-swiper-container .swiper-slide-active img {
  transform: scale(1.4);
}

.menu-nav-wrap {
  border-radius: 100px;
  border: 1px solid #FFF;
  display: flex;
  width: 470px;
  box-sizing: border-box;
  padding: 8px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}

.menu-button-back, .menu-button-forward {
  border-radius: 100px;
  background: #FFF;
  display: flex;
  box-sizing: border-box;
  padding: 12px;
  align-items: center;
  cursor: pointer;
}

.menu-button-back:hover, .menu-button-forward:hover {
  background: #FFF100;
}

#menu-name {
  color: #FFF;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
}

/* section13 */ 
#section13 {
  width: 100%;
  background-image: url("../img/section1/pattern.png");
  background-repeat: repeat;
  background-size: 11%;
  box-sizing: border-box;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
  overflow: hidden;
  position: relative;
  margin-top: -1px;
}

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

.review-swiper-container img {
  width: 100%;
  border-radius: 24px;
  transform: scale(0.95);
  transition: transform 0.3s;
}

.review-swiper-container .swiper-slide-active img {
  transform: scale(1.1);
}


/* section14 */
#section14 {
  width: 100%;
  background-image: url(../img/yellow-check.png);
  background-repeat: repeat;
  background-size: 11%;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 100px 0;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  overflow: hidden;
}

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

.big-img-div {
  width: 800px;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  border: 8px solid #FFF;
  box-shadow: 12px 12px 0 0 #FF9600;
  overflow: hidden;
  background-size: cover !important;
  background-position: center center !important;
}

.big-img-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease;
  opacity: 1;
}

.interior-wrap {
  width: calc(100% - 880px);
  display: flex;
  box-sizing: border-box;
  padding: 20px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  flex: 1 0 0;
  align-self: stretch;
}

#section14>.interior-wrap {
  display: none;
}

.interior-div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  color: #604C3F;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 24px;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
}

.interior-div span {
  white-space: nowrap;
}

.interior-div hr {
  width: 100%;
  height: 1px;
  background: #604C3F;
  border: none;
}

.interior-wrap p {
  color: #604C3F;
  font-family: 'Paperlogy';
  font-size: 52px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 67.6px */
}

.interior-content {
  color: #604C3F;
  font-family: 'Paperlogy';
  font-size: 24px;
  font-weight: 400;
  line-height: 160%; /* 38.4px */
}

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

.interior-swiper-container .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
}

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

.interior-swiper-container .swiper-slide-active {
  border: 6px solid #FFF;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.30) 100%);
}


/* section15 */
#section15 {
  width: 100%;
  background-image: url("../img/section1/pattern.png");
  background-repeat: repeat;
  background-size: 11%;
  box-sizing: border-box;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  overflow: hidden;
}

.table-container {
  max-width: 1280px;
  width: 90%;
  display: flex;
  box-sizing: border-box;
  padding: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #FFF;
  position: relative;
}

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

table thead {
  border-top: 2px solid #111;
  border-bottom: 2px solid #111;
  background: #FF9600;
}

table th {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
  height: 56px;
  box-sizing: border-box;
  padding: 0 16px;
}

table th:first-child, table th:nth-child(2) {
  width: 300px;
  border-right: 1px solid #505050;
}

table td {
  color: #505050;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.45px;
  box-sizing: border-box;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  border-right: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  word-break: keep-all;
}

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

.border-b {
  border-bottom: 2px solid #000;
}

.cost-img {
  position: absolute;
  width: 190.8px;
  animation: blink 1.5s linear infinite;
  -webkit-animation: blink 1.5s linear infinite;
}

.cost-img.img1 {
  left: 409px;
  top: 112px;
}

.cost-img.img2 {
  left: 409px;
  bottom: 181.72px;
}

.cost-img.img3 {
  left: 409px;
  bottom: 31.27px;
}

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

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

.contact-inner {
  width: 65%;
  height: 100%;
  padding: 50px 0;
  background: url(../img/contact-img.png);
  background-position: center center !important;
  background-size: cover !important;
  background-attachment: fixed;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.contact-container {
  display: flex;
  width: 480px;
  box-sizing: border-box;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 8px 16px 42px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  margin-left: -240px;
}

.contact-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #604C3F;
  font-family: 'Paperlogy';
  font-size: 42px;
  font-weight: 600;
  line-height: 52px; /* 123.81% */
  letter-spacing: -1.05px;
}

.contact-logo {
  width: 195px;
}

.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

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

.input {
  width: 100%;
}

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

.contact-form input[type="text"]:focus, .contact-form input[type="tel"]:focus {
  border: 1px solid rgba(234, 133, 0) !important;
}

.contact-form input[type="text"]::placeholder,
.contact-form input[type="tel"]::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 {
  resize: none;
  height: 70px;
}

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

.form-tab {
  width: fit-content;
  box-sizing: border-box;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #767676;
  text-align: center;
  font-size: 16px;
  line-height: 24px; /* 150% */
  cursor: pointer;
  transition: 0.1s !important;
}

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

.form-tab .svg-box svg {
  opacity: 0;
  transition: opacity 0.1s;
}

.form-tab.this {
  color: #EA5519;
  font-weight: 600;
}

.form-tab.this .svg-box {
  border: 1px solid #EA5519;
}

.form-tab.this .svg-box svg {
  opacity: 1;
}

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

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

.contact-form .round-checkbox {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50px;
  appearance: none;
  position: relative;
  cursor: pointer;
  background: #fff;
  border: 1px solid #604C3F;
}

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

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

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

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

.c-btn {
  width: 100%;
  border-radius: 8px;
  background: #EA5519;
  display: flex;
  box-sizing: border-box;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: 'Paperlogy';
  font-size: 24px;
  font-weight: 700;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.6px;
  border: none;
}

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

@media(min-width: 1700px) {
  #section1 .coffee-wrap .white-bg .text-wrap .bg {
    top: -13%;
  }
  .contact-inner {
    width: 70%;
  }
}

@media(max-width: 1500px) {
  .st5-img-wrap {
    left: 0;
  }
  .st5-container {
    margin-bottom: 40px;
  }
  .st5-swiper-container {
    width: 100%;
  }
  .st5-bg-icon-div {
    width: 800px;
    left: unset;
    top: unset;
    bottom: 0;
    right: 20px;
  }
  .st5-bg-icon.vertical {
    display: none;
  }
  .st5-bg-icon.horizon {
    display: block;
  }
  .st7-img {
    width: 220px;
  }
  .st7-icon {
    left: 197.307px;
  }
  .st11-circle {
    width: 180px;
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st11-img {
    width: 230px;
  }
  .menu-wrap {
    margin-top: 40px;
  }
}

@media (max-width: 1400px) {
  #section1 .coffee-wrap .white-bg .text-wrap .bg {
    top: 15%;
  }
  #section1 .coffee-wrap .white-bg .top-fixed .char {
    max-width: 280px;
    width: 15%;
    right: 7%;
  }
  .st4-container {
    gap: 10px;
  }
  .st4-item {
    width: 280px;
  }
  .st4-item-tit {
    gap: 10px;
    width: auto;
    font-size: 24px;
    letter-spacing: -0.6px;
    padding: 7px 20px;
  }
  .st4-item-tit span {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st4-item img {
    width: 230px;
  }
  .st4-item-content {
    padding: 8px;
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st4-bottom .line-div {
    width: 250px;
  }
  .st7-icon {
    left: 167.307px;
  }
  .st10-box {
    padding: 30px;
  }
  .big-img-div {
    width: 700px;
  }
  .interior-container {
    gap: 60px;
  }
  .interior-wrap {
    width: calc(100% - 760px);
  }
}

@media (max-width: 1280px) {
  #section2 .ice-wrap .ice-cream-wrap {
    gap: 60px;
  }
  .ice-cream-img {
    width: 400px;
  }
  #section2 .text-wrap .text500 {
    top: -28%;
    right: 13%;
  }
  .wave-up, .wave-down, .st6-bg img, .st10-bg img {
    width: 150%;
  }
  #section3 {
    padding: 80px 0;
  }
  #section3 .st-tit-img {
    height: 144px;
  }
  .circle-div p:first-child {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.45px;
  }
  .st3-char-div {
    width: 160px;
  }
  #section3 div.st-sub-tit .line-div {
    width: 60px;
  }
  #section4 {
    padding: 80px 0;
  }
  .st4-item {
    width: 240px;
    gap: 8px;
  }
  .st4-item-tit {
    gap: 8px;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st4-item-tit span {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st4-item img {
    width: 190px;
  }
  .st4-item-content {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st4-bottom .line-div {
    width: 200px;
  }
  .marquee-eng {
    width: 286px;
  }
  .marquee-kor {
    width: 210px;
  }
  #section5, #section6 {
    padding: 80px 0;
  }
  .st5-txt-div {
    width: 475px;
  }
  .st5-container {
    margin-top: 30px;
  }
  .st5-img-wrap {
    width: 400px;
  }
  .st5-swiper-container .swiper-slide {
    width: 128px !important;
  }
  .st6-img-wrap {
    gap: 20px;
  }
  .st6-img-div {
    width: calc(33.3% - 13.3px);
  }
  .click-btn {
    height: auto;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #section7 {
    padding-top: 130px;
  }
  .st7-char {
    width: 249px;
    right: -35px;
    top: -123.427px;
  }
  .st7-icon {
    display: none;
  }
  .st7-inner>p {
    font-size: 28px;
  }
  #section8 {
    padding-top: 80px;
  }
  .st8-container {
    gap: 50px;
  }
  .st8-bg-img.img1 {
    width: 469px;
  }
  .st8-bg-img.img2 {
    width: 313px;
    left: 45.671px;
    bottom: 365.357px;
  }
  .st8-bg-img.img3 {
    width: 627px;
    right: -180.22px;
  }
  .st8-box-section {
    margin-top: -125px;
  }
  .st8-box {
    padding: 80px 0 50px;
  }
  #section9, #section10, #section11, #section12, #section15 {
    padding: 80px 0;
  }
  #section9 {
    gap: 80px;
  }
  .st9-char {
    width: 320px;
  }
  .st10-container {
    gap: 20px;
  }
  .st10-box {
    padding: 20px;
    gap: 15px;
  }
  .st10-box, .st10-box-wrap {
    width: calc(50% - 10px);
  }
  .st10-box-div {
    height: 110px;
    gap: 7px;
  }
  .st10-box-icon {
    width: calc(25% - 5.25px);
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st10-box-icon img {
    width: 56px;
  }
  .st11-container {
    gap: 15px;
  }
  .st11-bg-icon {
    width: 900px;
  }
  .st11-img {
    width: 210px;
  }
  .st11-circle {
    width: 160px;
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .menu-swiper-container .swiper-slide img {
    transform: scale(0.9);
  }
  .menu-swiper-container .swiper-slide-active img {
    transform: scale(1.4);
  }
  .menu-nav-wrap {
    width: 400px;
  }
  #menu-name {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  table th:first-child, table th:nth-child(2) {
    width: 200px;
  }
  table td {
    padding: 12px 10px;
  }
  #section14 {
    padding: 80px 0;
  }
  .big-img-div {
    width: 650px;
  }
  .interior-wrap {
    width: calc(100% - 710px);
    gap: 35px;
  }
  .interior-div, .interior-content {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .interior-wrap p {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .cost-img.img1 {
    left: 245px;
  }
  .cost-img.img2, .cost-img.img3 {
    left: 245px;
  }
  .contact-inner {
    width: 60%;
  }
  .contact-tit {
    font-size: 32px;
    line-height: 52px; /* 162.5% */
    letter-spacing: -0.8px;
  }
}

@media(max-width: 1150px) {
  #section2 .ice-wrap {
    padding: 60px 0;
  }
  #section2 .ice-wrap .ice-cream-wrap {
    gap: 40px;
  }
  .ice-cream-img {
    width: 350px;
  }
  #section10 {
    gap: 50px;
  }
  .st10-container {
    flex-direction: column;
    align-items: center;
  }
  .st10-box {
    padding: 30px;
  }
  .st10-box, .st10-box-wrap {
    width: 526.49px;
  }
  .st11-container {
    max-width: 650px;
  }
  .st11-circle {
    width: 180px;
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .big-img-div {
    width: 600px;
  }
  .interior-wrap {
    width: calc(100% - 660px);
  }
}

@media (max-width: 1024px) {
  #section1 .coffee-wrap .white-bg .text-wrap .bg {
    top: 30%;
  }
  #section1 .coffee-wrap .white-bg .text-wrap {
    padding: 320px 0 50px;
  }
  #section1 .title-wrap .star {
    width: 12%;
  }
  #section1 .title-wrap .star-l {
    margin-left: 30px;
  }
  #section1 .title-wrap .star-r {
    margin-right: 30px;
  }

  #section2 .text-wrap .text500 {
    top: -26%;
    right: 11%;
    width: 29%;
  }

  #section2 .text-wrap .text {
    width: 55%;
  }

  #section2 .text-wrap .flower {
    height: 41%;
  }
  #section2 .ice-wrap .flower {
    height: 25%;
  }
  #section2 .ice-wrap .ice-swiper-container {
    max-width: 300px;
  }
  #section2 .ice-wrap .ice-cream-wrap {
    justify-content: center;
  }
  .flowerItem, .flowerItem2 {
    height: 159px;
  }
  #section4 .flower-wrapper.bottom {
    bottom: 300px;
  }
  .st4-container {
    max-width: 800px;
    flex-wrap: wrap;
    gap: 0 13px;
  }
  .st4-item {
    width: 350px;
  }
  .st4-item-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st4-item-tit span {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st4-item img {
    width: 300px;
  }
  .st4-item-content {
    font-size: 20px;
    left: -0.5px;
  }
  .st5-container {
    margin-top: 50px;
  }
  .st5-img-wrap {
    width: 350px;
    bottom: -30px;
  }
  .st6-img-wrap {
    gap: 0;
  }
  .st6-img-div {
    width: 33.3%;
  }
  .st7-inner>p {
    font-size: 24px;
    width: 90%;
    text-align: right;
  }
  .st8-bg-img.img1 {
    width: 409px;
    left: -134.409px;
    top: -154.446px;
  }
  .st8-bg-img.img2 {
    width: 263px;
    left: -40.671px;
    bottom: 310.357px;
  }
  .st8-bg-img.img3 {
    width: 527px;
    right: -190.22px;
  }
  .st8-box-section {
    margin-top: -90px;
  }
  .st8-box {
    padding: 60px 0 40px;
  }
  .st8-box b {
    font-size: 28px;
    line-height: 38px; /* 131.25% */
    letter-spacing: -0.7px;
  }
  .st8-box p {
    font-size: 24px;
    line-height: 34px; /* 135.714% */
    letter-spacing: -0.6px;
  }
  .st8-box div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st9-container {
    gap: 70px;
  }
  .st9-circle-wrap {
    width: calc(50% - 35px);
  }
  .st9-circle p:first-child {
    font-size: 28px;
  }
  .st9-char {
    width: 280px;
    right: 5px;
  }
  .minute {
    font-size: 80px;
  }
  .review-swiper-container img {
    border-radius: 16px;
  }
  table th {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.45px;
  }
  table th:first-child, table th:nth-child(2) {
    width: 180px;
  }
  table td {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
  .table-container {
    padding: 30px;
  }
  .cost-img {
    width: 170.8px;
  }
  .cost-img.img1 {
    left: 215px;
    top: 103px;
  }
  .cost-img.img2, .cost-img.img3 {
    left: 215px;
  }
  .cost-img.img2 {
    bottom: 175.72px;
  }
  .cost-img.img3 {
    bottom: 18.27px;
  }
  .big-img-div {
    width: 90%;
  }
  .interior-container .interior-wrap {
    display: none;
  }
  #section14>.interior-wrap {
    display: flex;
    width: 90%;
    margin: 0 auto;
    align-items: center;
    gap: 25px;
  }
  .interior-wrap p, .interior-content {
    text-align: center;
  }
}

@media(max-width:950px) {
  table td br {
    display: none;
  }
}

@media (max-width: 900px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .layer-popup .show-chk-wrap {
    margin-top: 0;
  }
  .layer-popup .show-chk-wrap a {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
  }
  .layer-popup .show-chk-wrap .x-btn {
    padding: 0 15px;
  }
  #section1 .coffee-wrap .white-bg .text-wrap .bg {
    top: 36%;
  }
  .ice-cream-img {
    width: 300px;
  }
  .wave-up, .wave-down, .st6-bg img, .st10-bg img {
    width: 200%;
  }
  #section3 .st-tit-img {
    height: 128px;
  }
  .st3-circle-wrap {
    width: 600px;
  }
  .circle-inner {
    width: 510px;
  }
  .circular {
    height: 110.5%;
    width: 110.5%;
  }
  .circle-div {
    padding: 15px;
  }
  .circle-div p:first-child {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
  .st3-char-div {
    width: 140px;
  }
  #section3 div.st-sub-tit .line-div {
    width: 50px;
  }
  .st4-bottom .line-div {
    width: 150px;
  }
  .marquee-swiper {
    padding: 12px 0;
  }
  .st5-bg-icon-div {
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
  .st5-container {
    margin-top: 70px;
  }
  .st5-txt-div {
    width: 425px;
  }
  .st6-container {
    width: 95%;
  }
  .click-btn {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st6-container>p {
    font-size: 20px;
    letter-spacing: -0.5px;
    margin-top: 0;
  }
  .st6-bg {
    bottom: 100px;
  }
  .st7-char {
    width: 219px;
    right: -27px;
    top: -105.427px;
  }
  .st7-container {
    padding: 15px 15px 0 15px;
  }
  .st7-img {
    width: 190px;
    left: 0;
  }
  .st8-circle-wrap {
    width: 460px;
  }
  .st8-img {
    width: 78%;
  }
  .st8-box b {
    font-size: 24px;
    line-height: 34px; /* 131.25% */
    letter-spacing: -0.6px;
  }
  .st8-box p {
    font-size: 20px;
    line-height: 28px; /* 135.714% */
    letter-spacing: -0.5px;
  }
  .st8-box div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st9-circle p:first-child {
    font-size: 24px;
  }
  .minute {
    font-size: 72px;
  }
  .st9-char {
    width: 240px;
  }
  .st10-char {
    width: 125px;
  }
  .char-feet {
    width: 40px;
  }
  .st10-box {
    padding: 20px;
  }
  .st10-box, .st10-box-wrap {
    width: 526.49px;
  }
  .st10-box-div {
    height: 95px;
  }
  .st10-box-icon {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st10-box-icon img {
    width: 48px;
  }
  .st10-box-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st11-container {
    max-width: 600px;
  }
  .st11-circle {
    width: 160px;
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st11-img {
    width: 175px;
    left: 0;
  }
  .st11-bg-icon {
    width: 800px;
  }
  .st11-bg-icon.icon1 {
    left: -400px;
  }
  .menu-swiper-container .swiper-slide-active img {
    transform: scale(1.5);
  }
  .table-container {
    padding: 20px;
  }
  table th:first-child, table th:nth-child(2) {
    width: 150px;
  }
  table td:last-child {
    text-align: left !important;
  }
  .cost-img {
    width: 150.8px;
  }
  .cost-img.img1 {
    left: 168px;
    top: 103px;
  }
  .cost-img.img2, .cost-img.img3 {
    left: 168px;
  }
  .cost-img.img2 {
    bottom: 175.72px;
  }
  .cost-img.img3 {
    bottom: 11.27px;
  }
  .contact-inner {
    width: 70%;
  }
  .contact-container {
    margin-left: -130px;
  }
  .sale-popup .st-sub-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .sale-popup {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .layer-popup {
    position: fixed;
    top: 5%;
    left: 5%;
  }
  #section1 {
    padding-top: 140px;
  }
  #section1 .coffee-wrap .white-bg .text-wrap .bg {
    display: none;
  }
  #section1 .coffee-wrap .white-bg .text-wrap .bg-mo {
    display: inline-block;
  }
  #section1 .coffee-wrap .white-bg {
    margin-top: -200px;
  }
  #section1 .coffee-wrap .white-bg .text-wrap {
    padding: 270px 0 50px;
  }
  #section1 .title-wrap .star,
  #section1 .coffee-wrap .white-bg .top-fixed .char,
  #section1 .coffee-wrap .white-bg .text-wrap .sub-text,
  #section1 .title-wrap .title-box .sub-tit,
  #section2 .text-wrap .text500,
  #section2 .text-wrap .char,
  #section2 .ice-wrap .title,
  #section2 .text-wrap .text {
    display: none;
  }
  #section1 .title-wrap .title-box .tit {
    width: 55%;
  }
  #section1 .coffee-wrap .white-bg .text-wrap .mo-sub-text {
    display: block;
    max-width: 530px;
    min-width: 230px;
  }
  #section1 .title-wrap .title-box .mo-sub-tit {
    display: flex;
    max-width: 400px;
    min-width: 300px;
    width: 80%;
  }
  #section2 .ice-wrap .ice-cream-wrap {
    flex-direction: column;
  }
  #section2 .ice-wrap .mo-title {
    min-width: 256px;
    display: flex;
    width: 70%;
  }
  #section2 .ice-wrap {
    padding: 40px 0;
  }
  #section2 .text-wrap {
    padding: 70px 0;
  }
  #section2 .text-wrap .mo-text {
    display: flex;
    min-width: 295px;
    width: 60%;
  }
  .flowerItem, .flowerItem2 {
    height: 139px;
  }
  #section3 {
    padding: 70px 0;
  }
  #section3 .st-tit-img {
    height: 192px;
  }
  .st3-circle-wrap {
    width: 500px;
  }
  .circle-inner {
    width: 425px;
  }
  .circle-div p:first-child {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
  .st3-char-div {
    width: 110px;
    left: 50%;
    transform: translateX(-50%);
  }
  #section4 {
    padding: 70px 0;
  }
  .st4-item {
    width: 300px;
  }
  .st4-item-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st4-item-tit span {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st4-item img {
    width: 250px;
  }
  .st4-item-content {
    font-size: 18px;
    left: -0.45px;
  }
  #section5 {
    padding: 70px 0;
    gap: 30px;
  }
  .st5-container {
    margin-top: 100px;
    margin-bottom: 35px;
  }
  .st5-img-wrap {
    width: 350px;
  }
  .st5-txt-div {
    width: 400px;
  }
  #section6 {
    padding: 70px 0;
    gap: 40px;
  }
  .click-btn {
    font-size: 14px;
    letter-spacing: -0.35px;
    bottom: 13%;
  }
  #section7 {
    padding: 100px 16px 0;
  }
  .st7-container {
    width: 100%;
    padding: 10px 10px 0;
  }
  .st7-inner {
    padding: 50px 20px;
    gap: 40px;
  }
  .st7-video {
    width: 100%;
  }
  .st7-inner>p {
    width: 100%;
  }
  .st7-img {
    left: -20px;
  }
  #section8 {
    padding-top: 70px;
  }
  .st8-circle-wrap {
    width: 410px;
  }
  .st8-container {
    gap: 40px;
  }
  .st8-box-section {
    margin-top: -80px;
  }
  #section9 {
    padding: 70px 0;
    gap: 50px;
  }
  .st9-container {
    gap: 55px;
  }
  .st9-circle-wrap {
    width: calc(50% - 27.5px);
  }
  .st9-circle p:first-child {
    font-size: 20px;
  }
  .minute {
    font-size: 64px;
  }
  .st9-char {
    width: 200px;
  }
  #section10, #section11 {
    padding: 70px 0;
    gap: 40px;
  }
  .st11-container {
    width: 100%;
  }
  .st11-img {
    width: 140px;
  }
  .st11-bg-icon {
    width: 700px;
  }
  .st11-bg-icon.icon1 {
    left: -300px;
  }
  #section12 {
    padding: 70px 0 50px;
    gap: 40px;
  }
  #section13 {
    padding: 70px 0;
  }
  #section15 {
    padding: 70px 16px;
    gap: 40px;
  }
  .table-container {
    width: 100%;
  }
  #section14 {
    padding: 70px 0;
    gap: 40px;
  }
  #section14>.interior-wrap {
    width: 100%;
    padding: 0 16px;
  }
}

@media(max-width: 750px) {
  .st8-bg-img.img2 {
    bottom: 50%;
  }
  .st8-box {
    width: 48%;
    padding: 30px 0;
  }
  .st8-box:first-child, .st8-box:nth-child(2) {
    padding: 60px 0 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  }
  .st8-box:nth-child(2) {
    border-right: 1px solid rgba(0, 0, 0, 0.10);
  }
}

@media (max-width: 650px) {
  #section1 .coffee-wrap .white-bg .text-wrap .bg-mo {
    top: 35%;
  }
  #section2 .ice-wrap .flower-wrapper {
    top: 40%;
    transform: translateY(-50%);
    left: -120px;
  }
  .wave-up, .wave-down, .st6-bg img, .st10-bg img  {
    width: 250%;
  }
  .flowerItem, .flowerItem2 {
    height: 119px;
  }
  #section3 .st-tit-img {
    height: 168px;
  }
  #section3 div.st-sub-tit {
    gap: 6px;
  }
  #section3 div.st-sub-tit {
    gap: 4px;
  }
  .st3-circle-wrap {
    width: 450px;
  }
  .circle-inner {
    width: 381px;
    border-width: 2px;
  }
  .circle-div {
    gap: 2px;
    padding: 12px;
  }
  .circle-div p:first-child {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.35px;
  }
  .bg-typo {
    width: 140%;
  }
  .st4-item {
    width: 250px;
    gap: 5px;
  }
  .st4-item-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
    gap: 5px;
    padding: 5px 14px;
  }
  .st4-item-tit span {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st4-item img {
    width: 200px;
  }
  .st4-item-content {
    padding: 5px;
    font-size: 16px;
    left: -0.4px;
  }
  .st4-bottom {
    gap: 6px;
  }
  .st4-bottom .line-div {
    width: 120px;
  }
  .marquee-swiper {
    padding: 8px 0;
  }
  .marquee-eng {
    width: 226px;
  }
  .marquee-kor {
    width: 168px;
  }
  .st5-container {
    margin-top: 100px;
  }
  .st5-swiper-container .swiper-slide {
    width: 100px !important;
  }
  .st5-slide {
    gap: 5px;
  }
  .st5-swiper-container img {
    border-radius: 4px;
  }
  .st5-img-wrap {
    width: 300px;
  }
  .st5-txt-div {
    width: 350px;
  }
  .st6-bottom {
    padding: 20px 16px;
    border-radius: 8px;
    border-width: 2px;
  }
  .click-btn {
    padding: 6px 0;
    border-radius: 2.653px;
    border: 0.497px solid #EA5519;
    box-shadow: 0 0.995px 0 0 #EA5519;
    font-size: 12px;
    letter-spacing: -0.3px;
    bottom: 13%;
  }
  .st6-container>p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st6-bg {
    bottom: 50px;
  }
  .st6-bg div {
    height: 338px;
  }
  .st7-inner {
    border-width: 2px;
  }
  .st7-video {
    border-radius: 6px;
  }
  .st7-char {
    width: 194px;
    right: -20px;
    top: -93.427px;
  }
  .st7-inner>p {
    font-size: 18px;
  }
  .st8-bg-img.img1 {
    width: 359px;
    left: -154.409px;
    top: -174.446px;
  }
  .st8-bg-img.img2 {
    width: 223px;
    bottom: 54%;
  }
  .st8-bg-img.img3 {
    width: 417px;
    right: -160.22px;
    top: 9%;
  }
  .st8-circle-wrap {
    width: 360px;
  }
  .st8-box {
    gap: 8px;
  }
  .st8-char {
    display: block;
  }
  .st9-container {
    gap: 45px;
  }
  .st9-circle-wrap {
    width: calc(50% - 22.5px);
  }
  .st9-circle {
    gap: 6px;
  }
  .st9-circle p:first-child {
    font-size: 18px;
  }
  .minute {
    font-size: 56px;
  }
  .st9-bottom {
    padding: 16px;
    border-radius: 8px;
    border-width: 2px;
  }
  .st9-char {
    width: 160px;
  }
  .st10-char {
    width: 115px;
  }
  .char-feet {
    width: 35px;
  }
  .st10-box, .st10-box-wrap {
    width: 90%;
  }
  .st10-box {
    border-radius: 6px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.10);
    gap: 10px;
    padding: 16px;
  }
  .st10-box-div {
    height: 85px;
    gap: 5px;
  }
  .st10-box-div.st-sub-tit {
    border-radius: 6px;
  }
  .st10-box-icon {
    width: calc(25% - 3.75px);
    font-size: 12px;
    letter-spacing: -0.3px;
    border-radius: 6px;
    gap: 3px;
  }
  .st10-box-icon img {
    width: 48px;
  }
  .st10-box-txt {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  @keyframes spread {
    0% {
      transform: scale(1);
      opacity: 0.8;
    }
    40% {
      transform: scale(1.35);
      opacity: 0.6;
    }
    70% {
      transform: scale(1.7);
      opacity: 0.3;
    }
    100% {
      transform: scale(2);
      opacity: 0;
    }
  }
  .st11-container {
    max-width: 480px;
    gap: 10px;
  }
  .st11-container img {
    width: 15px;
  }
  .st11-circle {
    width: 130px;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st11-bottom .w {
    padding: 16px;
    border-radius: 8px;
    border-width: 2px;
  }
  .st11-img {
    width: 110px;
    left: 0;
    z-index: 7;
  }
  .st11-bg-icon {
    width: 95%;
  }
  .st11-bg-icon.icon1 {
    display: none;
  }
  .st11-bg-icon.icon2 {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6px;
  }
  .menu-tab {
    width: 115px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.45px;
    padding: 10px 0;
  }
  .menu-wrap {
    margin-top: 20px;
  }
  #menu-name {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .menu-nav-wrap {
    width: 340px;
    padding: 4px;
  }
  .menu-button-back, .menu-button-forward {
    padding: 8px;
  }
  .menu-button-back svg, .menu-button-forward svg {
    width: 20px;
    height: 18px;
  }
  .review-swiper-container img {
    border-radius: 8px;
  }
  .table-container {
    padding: 10px;
  }
  table th {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
    padding: 6px 4px;
    height: auto;
  }
  table td {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.35px;
    padding: 12px 4px;
  }
  table th:first-child, table th:nth-child(2) {
    width: 110px;
  }
  .cost-img {
    width: 120.8px;
  }
  .cost-img.img1 {
    left: 116px;
    top: 73px;
  }
  .cost-img.img2, .cost-img.img3 {
    left: 116px;
  }
  .cost-img.img3 {
    bottom: 7.27px;
  }
  .contact-inner {
    background-attachment: unset;
    justify-content: center;
    width: 100%;
  }
  .contact-container {
    max-width: 480px;
    width: 90%;
    padding: 20px;
    margin: 0;
    gap: 20px;
  }
  .contact-logo {
    width: 150px;
    font-size: 32px;
    line-height: 52px;
    letter-spacing: -0.8px;
  }
  .c-btn {
    padding: 10px 24px;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .big-img-div {
    border-radius: 4.5px;
    border-width: 3px;
    box-shadow: 4.5px 4.5px 0 0 #FF9600;
  }
  .interior-swiper-container .swiper-slide {
    border-radius: 6px;
  }
  .interior-swiper-container .swiper-slide-active {
    border-width: 3px;
  }
  .interior-div, .interior-content {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .interior-wrap p {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .sale-popup {
    padding: 20px;
  }
  .sale-popup .st-sub-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .sale-close {
    right: 10px;
    top: 10px;
  }
  .sale-close svg {
    width: 20px;
    height: 21px;
  }
  .sale-table {
    margin-top: 30px;
  }
  .sale-tr.th {
    height: 44px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.45px;
  }
  .sale-tr.td {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
    padding: 6px 10px;
  }
  .sale-tr:nth-child(2) {
    margin-top: 15px;
  }
  .sale-tr.td:last-child {
    height: 44px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
    margin-top: 10px;
  }
}

@media(max-width: 550px) {
  .st3-circle-wrap {
    width: 430px;
  }
  .circle-inner {
    width: 365px;
  }
  .st4-item {
    width: 220px;
  }
  .st4-item img {
    width: 190px;
  }
  .st9-circle p:first-child {
    font-size: 16px;
  }
  .minute {
    font-size: 48px;
  }
}

@media (max-width: 480px) {
  #section1 .coffee-wrap .white-bg .text-wrap .bg-mo {
    top: 15%;
    width: 120%;
    left: 50%;
    transform: translateX(-50%);
  }
  #section1 .coffee-wrap .coffee-div {
    width: 60%;
  }
  #section1 .coffee-wrap .white-bg {
    margin-top: -150px;
  }
  #section1 .coffee-wrap .white-bg .text-wrap {
    padding: 200px 0 30px;
  }
  .ice-cream-img {
    width: 250px;
  }
  .ice-cream-img .point {
    width: 70px;
  }
  .flowerItem, .flowerItem2 {
    height: 90px;
  }
  #section3 .st-tit-img {
    height: 126px;
  }
  #section3 div.st-sub-tit {
    gap: 6px;
  }
  #section3 div.st-sub-tit .line-div {
    width: 34px;
  }
  .st3-circle-wrap {
    width: 370px;
  }
  .circle-inner {
    width: 315px;
  }
  .circle-div p:first-child {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.3px;
  }
  .st3-char-div {
    width: 90px;
  }
  #section4 .flower-wrapper.bottom {
    bottom: 200px;
  }
  .st4-item {
    width: 180px;
  }
  .st4-item-tit {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st4-item-tit span {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st4-item img {
    width: 160px;
  }
  .st4-item-content {
    font-size: 16px;
    left: -0.4px;
  }
  .st4-bottom .line-div {
    width: 80px;
  }
  .marquee-eng {
    width: 178px;
  }
  .marquee-kor {
    width: 130.5px;
  }
  #section5 {
    gap: 25px;
  }
  .st5-container {
    margin-top: 80px;
  }
  .st5-swiper-container .swiper-slide {
    width: 85px !important;
  }
  .st5-img-wrap {
    width: 230px;
  }
  .st5-txt-div {
    width: 260px;
  }
  .st5-bg-icon-div {
    width: 90%;
  }
  .st6-container {
    width: 98%;
  }
  .click-btn {
    padding: 4px 0;
    font-size: 10px;
    letter-spacing: -0.25px;
    bottom: 14.5%;
  }
  .st6-container>p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st6-bottom {
    width: 90%;
  }
  .st6-bg {
    bottom: 17.54px;
  }
  .st7-img {
    width: 145px;
  }
  .st8-bg-img.img1 {
    width: 319px;
    left: -124.409px;
    top: -174.446px;
  }
  .st8-bg-img.img2 {
    width: 183px;
    bottom: 58%;
    left: -30.671px;
  }
  .st8-bg-img.img3 {
    width: 317px;
    right: -120.22px;
  }
  .st8-circle-wrap {
    width: 280px;
  }
  .st8-box-section {
    margin-top: -55px;
  }
  .st8-box b {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
  }
  .st8-box p {
    font-size: 18px;
    letter-spacing: 26px;
    letter-spacing: -0.45px;
  }
  .st8-box div {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st8-char {
    width: 100px;
    top: -106px;
  }
  .st9-container {
    gap: 35px;
  }
  .st9-circle-wrap {
    width: calc(50% - 17.5px);
  }
  .st9-circle p:first-child {
    font-size: 14px;
  }
  .minute {
    font-size: 40px;
  }
  .st9-char {
    width: 140px;
  }
  .st10-char {
    width: 95px;
    margin-left: 20px
  }
  .char-feet {
    width: 30px;
    left: 15px;
    top: -15px;
  }
  .st10-box-div {
    height: 65px;
  }
  .st10-box-icon {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .st10-box-icon img {
    width: 36px;
  }
  .st10-box-txt {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st11-container {
    max-width: 380px;
  }
  .st11-container img {
    width: 11px;
  }
  .st11-circle {
    width: 100px;
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st11-img {
    width: 71px;
  }
  #section12 {
    background-image: linear-gradient(transparent 65%, #EA5519 35%), url(../img/st12-bg.png);
  }
  .menu-tab {
    width: 100px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
  #menu-name {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .menu-nav-wrap {
    width: 290px;
  }
  .menu-button-back, .menu-button-forward {
    padding: 6px;
  }
  .menu-button-back svg, .menu-button-forward svg {
    width: 16px;
    height: 14px;
  }
  .menu-swiper-container .swiper-slide img {
    transform: scale(0.7);
  }
  .menu-swiper-container .swiper-slide-active img {
    transform: scale(1.4);
  }
  table th {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.35px;
  }
  table td {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.3px;
  }
  table th:first-child, table th:nth-child(2) {
    width: 80px;
  }
  .cost-img {
    width: 81px;
  }
  .cost-img.img1 {
    left: 87px;
    top: 80px;
  }
  .cost-img.img2, .cost-img.img3 {
    left: 87px;
  }
  .cost-img.img2 {
    bottom: 155.72px;
  }
  .cost-img.img3 {
    bottom: 6px;
  }
  .interior-div, .interior-content {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .interior-wrap p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .contact-container {
    padding: 20px;
  }
  .contact-logo {
    width: 117px;
  }
  .sale-popup {
    padding: 40px 16px 16px;
  }
  .sale-close {
    top: 0;
    right: 0;
    background: #EA5519;
  }
  .sale-close svg path {
    stroke: #FFF;
  }
  .sale-popup .st-sub-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .sale-tr.th {
    height: 40px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
  .sale-tr.td {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.35px;
  }
  .sale-tr.td:last-child {
    height: 40px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.45px;
  }
}

@media(max-width: 420px) {
  .cost-img.img1 {
    top: 100px;
  }
  .cost-img.img2 {
    bottom: 175.72px;
  }
  .cost-img.img3 {
    bottom: 14px;
  }
}

@media(max-width: 400px) {
  .ice-cream-img {
    width: 200px;
  }
  .ice-cream-img .point {
    width: 50px;
  }
  .flowerItem, .flowerItem2 {
    height: 70px;
  }
  .st3-circle-wrap {
    width: 350px;
  }
  .circle-inner {
    width: 297px;
  }
  .circle-div p:first-child {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: -0.25px;
  }
  #section4 .flower-wrapper.bottom {
    bottom: 150px;
  }
  .st4-item {
    width: 150px;
  }
  .st4-item:nth-child(3) {
    margin-top: -30px;
  }
  .st4-item-tit, .st4-item-tit span {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st4-item img {
    width: 125px;
  }
  .st4-item-content {
    font-size: 14px;
    left: -0.35px;
  }
  .st5-container {
    margin-top: 80px;
  }
  .st5-swiper-container .swiper-slide {
    width: 74px !important;
  }
  .st5-img-wrap {
    width: 216px;
  }
  .click-btn {
    font-size: 8px;
    letter-spacing: -0.2px;
  }
  .st6-container>p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st6-bottom {
    padding: 20px 5px;
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st7-img {
    width: 125px;
  }
  .st7-inner>p {
    font-size: 16px;
  }
  .st8-bg-img.img1 {
    width: 269px;
    left: -107.409px;
    top: -140.446px;
  }
  .st8-bg-img.img2 {
    width: 170px;
    left: -35.671px;
  }
  .st8-bg-img.img3 {
    width: 275px;
    right: -110.22px;
    top: 11%;
  }
  .st8-circle-wrap {
    width: 230px;
  }
  .st8-box b {
    font-size: 19.2px;
    line-height: 25.2px;
    letter-spacing: -0.48px;
  }
  .st8-box p {
    font-size: 16.8px;
    line-height: 22.8px;
    letter-spacing: -0.42px;
  }
  .st8-box div {
    font-size: 13px;
    letter-spacing: -0.325px;
  }
  .st8-char {
    left: -5px;
    width: 86px;
    top: -91px;
  }
  .st9-container {
    gap: 30px;
  }
  .st9-circle-wrap {
    width: calc(50% - 15px);
  }
  .st9-circle p:first-child {
    font-size: 11px;
  }
  .minute {
    font-size: 32px;
  }
  .st9-bottom {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st9-char {
    width: 130px;
  }
  .st10-char {
    width: 74px;
  }
  .char-feet {
    width: 25px;
    top: -10px;
  }
  .st10-box-icon {
    font-size: 9px;
    letter-spacing: -0.225px;
  }
  .st10-box-icon img {
    width: 32px;
  }
  .st10-box-txt {
    font-size: 13px;
    letter-spacing: -0.325px;
  }
  #menu-name {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .menu-nav-wrap {
    width: 260px;
  }
  .menu-swiper-container .swiper-slide-active img {
    transform: scale(1.5);
  }
}

@media(max-width: 370px) {
  .st3-circle-wrap {
    width: 320px;
  }
  .circle-inner {
    width: 272px;
  }
  .st10-box, .st10-box-wrap {
    width: 95%;
  }
  .st10-box {
    padding: 12px;
  }
  .st11-container {
    max-width: 320px;
  }
  .st11-container img {
    width: 9px;
  }
  .st11-circle {
    width: 85px;
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .sale-popup {
    padding: 30px 10px 10px;
  }
  .sale-close svg {
    width: 15px;
    height: 16px;
  }
  .sale-tr.th {
    height: 36px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.35px;
  }
  .sale-tr.td {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.3px;
    padding: 6px 2px;
  }
  .sale-tr.td:last-child {
    height: 36px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
}

@media(max-width: 360px) {
  .st4-item {
    width: 130px;
  }
  .st4-item-tit, .st4-item-tit span {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st4-item img {
    width: 115px;
  }
  .st4-item-content {
    font-size: 12px;
    left: -0.3px;
  }
  .st7-inner {
    padding: 40px 12px;
    gap: 30px;
  }
  .st8-box {
    width: 50%;
  }
  .st9-container {
    gap: 25px;
  }
  .st9-circle-wrap {
    width: calc(50% - 12.5px);
  }
  .st9-circle p:first-child {
    font-size: 9.6px;
  }
  .minute {
    font-size: 30px;
  }
  .st9-bottom {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  table td {
    font-size: 11px;
    letter-spacing: -0.275px;
    line-height: 16px;
    padding: 8px 4px;
  }
  table th:first-child, table th:nth-child(2) {
    width: 70px;
  }
  .cost-img {
    left: 70px !important;
  }
  .cost-img.img1 {
    top: 82px;
  }
  .cost-img.img2 {
    bottom: 145.72px;
  }
  .cost-img.img3 {
    bottom: 8px;
  }
}

@media(max-width: 350px) {
  .st3-circle-wrap {
    width: 300px;
  }
  .circle-inner {
    width: 254px;
  }
  .click-btn {
    font-size: 7px;
    letter-spacing: -0.175px;
  }
  .st7-inner>p {
    font-size: 14px;
  }
}

@media(max-width: 340px) {
  .interior-content {
    font-size: 15px;
    letter-spacing: -0.375px;
  }
}

