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

.mobile {
  display: none;
}

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

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

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

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

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

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

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

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

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

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


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

.main-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 55px;
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
}

.main-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.main-wrap .st-tit {
  line-height: 100%;
}

.main-tit-img {
  width: 566px;
}

.main-logo-img {
  max-width: 350px;
  width: 70%;
  display: none;
}

.main-bubble-wrap {
  max-width: 1080px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
}

.main-bubble {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.main-bubble p {
  width: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 14px 0;
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 24px;
  line-height: 100%; /* 24px */
  border-radius: 50px;
  margin-top: -2px;
}

.left-bubble img {
  margin-right: 60px;
}

.left-bubble p {
  background: #60733E;
}

.right-bubble {
  align-items: flex-start;
  margin-top: 5%;
}

.right-bubble img {
  margin-left: 60px;
}

.right-bubble p {
  background: #E63D1E;
}


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

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

.st2-top-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #35421E;
  font-family: 'Paperlogy-Medium';
  font-size: 40px;
  line-height: 100%; /* 40px */
}

.st2-top-div .st-tit {
  border-radius: 50px;
  background: #35421E;
  box-sizing: border-box;
  font-family: 'Paperlogy-Medium';
  padding: 17px 32px;
  line-height: 100%;
  animation: blink 1.2s ease-in-out infinite;
  -webkit-animation: blink 1.2s ease-in-out infinite;
}

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

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

.st2-bubble {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.st2-bubble p {
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy-Medium';
  font-size: 24px;
  line-height: 100%; /* 24px */
  border-radius: 50px;
  background: #E63D1E;
  padding: 14px 27px;
}

.st2-bubble img {
  margin-top: -2px;
}

.st2-box-wrap {
  max-width: 1200px;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.st2-box {
  width: calc(33.3% - 20px);
 
}

.st2-box-container {
  width: 100%;
  border-radius: 40px 40px 0px 0px;
  background: #FFF;
  box-sizing: border-box;
  padding: 16px 16px 0;
}

.st2-box-container:hover {
  transform: scale(1.1);
}

.st2-box-inner {
  width: 100%;
  border-radius: 30px 30px 0px 0px;
  border-top: 2px solid #133307;
  border-right: 2px solid #133307;
  border-left: 2px solid #133307;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  justify-content: center;
  padding: 36px 0 45px;
}

.st2-box-inner div {
  position: relative;
}

.st2-box-inner div img {
  position: absolute;
  top: -40%;
  left: -25%;
}

.st2-box-inner div span {
  color: #133307;
  text-align: center;
  font-family: 'Paperlogy-Bold';
  font-size: 30px;
  line-height: 100%; /* 30px */
  position: relative;
  z-index: 5;
}

.st2-box-inner p {
  color: #133307;
  text-align: center;
  font-family: 'Paperlogy-Bold';
  font-size: 40px;
  line-height: 100%; /* 40px */
}


/* section3 */
#section3 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url(../img/st3-bg.png);
  background-size: cover !important;
  background-position: center center !important;
  z-index: 5;
}

.st3-bg {
  width: 50%;
  height: 100%;
  background: url(../img/st3-bg1.png);
  background-size: cover !important;
  background-position: center center !important;
  /* background-attachment: fixed; */
  display: none;
}

.st3-bg2 {
  width: 50%;
  height: 100%;
  background: url(../img/st3-bg2.png);
  background-size: cover !important;
  background-position: center center !important;
  /* background-attachment: fixed; */
  display: none;
}

.st3-container {
  max-width: 600px;
  width: 100%;
  background: #F7F6F4;
  padding: 140px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.st3-container .st-tit {
  line-height: 150%;
}

.st3-container .st-sub-tit {
  line-height: 150%;
}


/* section4 */
#section4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #FBFFF5;
}

.st4-sticky {
  width: 325px;
  aspect-ratio: 1 / 1;
  background: #35421E;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 100%;
  position: sticky;
  top: 50%;
  left: 487.5px;
  transform: translateY(-40%);
  opacity: 0;
}

.st4-sticky-inner {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy-ExtraBold';
  font-size: 32px;
  line-height: 150%; /* 60px */
  border-radius: 100%;
}

.st4-sticky-inner span {
  color: #FF5131;
  font-size: 50px;
}

.st4-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: -325px;
}

.st4-wrap {
  width: 100%;
  display: flex;
  align-items: stretch;
}

.st4-img-div {
  width: 650px;
}

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

.st4-div {
  width: calc(100% - 650px);
  background: #FBFFF5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  padding-left: 13%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.st4-div-tit {
  color: #35421E;
  font-family: 'Paperlogy-ExtraBold';
  font-size: 40px;
  line-height: 150%; /* 60px */
}

.st4-div-tit span {
  color: #FF5131;
}

.st4-div-sub {
  color: #133307;
  font-family: 'Paperlogy-Medium';
  font-size: 24px;
  line-height: 150%; /* 36px */
  margin-top: 10px;
  word-break: keep-all;
}

.st4-check-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.st4-check-wrap .check-div {
  align-items: flex-start;
}

.st4-check-wrap .check-div img {
  margin-top: 4px;
}


/* section5 */
#section5 {
  width: 100%;
  background: #FFF;
  padding: 140px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.st5-container {
  max-width: 1200px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}

.st5-box-wrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.st5-box {
  width: calc(25% - 15px);
  border-radius: 20px;
  aspect-ratio: 1 / 1.3;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  background-size: cover !important;
  background-position: center center !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}

.st5-box:hover {
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.07);
}

.st5-box::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: 1;
}

.st5-box::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(255, 81, 49, 0.80) 0%, rgba(255, 81, 49, 0.80) 100%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: 2;
  opacity: 0;
}

.st5-box:hover::after {
  opacity: 1;
}

.st5-box:nth-child(even) {
  margin-top: 10%;
}

.box1 {
  background: url(../img/st5-img.png);
}

.box2 {
  background: url(../img/st5-img2.png);
}

.box3{
  background: url(../img/st5-img3.png);
}

.box4 {
  background: url(../img/st5-img4.png);
}

.st5-box-div {
  box-sizing: border-box;
  padding: 60px 5px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transform: translateY(calc(100% - 140px));
  -webkit-transform: translateY(calc(100% - 140px));
  z-index: 5;
}

.st5-box:hover .st5-box-div {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.st5-box-div div {
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy-ExtraBold';
  font-size: 25px;
  line-height: 150%; /* 37.5px */
}

.st5-box:hover .st5-box-div p {
  opacity: 1;
}

.st5-box-div p {
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy-Medium';
  font-size: 20px;
  line-height: 150%; /* 30px */
  word-break: keep-all;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}


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

#section6 .st-tit {
  line-height: 100%;
}

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

.timer-wrap {
  width: 126px;
  aspect-ratio: 1 / 1;
  background: url(../img/timer.png);
  background-position: center center !important;
  background-size: cover !important;
  z-index: 5;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timer-wrap p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #35421E;
  font-family: 'Paperlogy-Medium';
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -1px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  white-space: nowrap;
}

.timer-wrap .num {
  color: #35421E;
  text-align: center;
  font-family: 'Paperlogy-ExtraBold';
  font-size: 40px;
  line-height: 100%; /* 40px */
  letter-spacing: -2px;
  margin-bottom: -5px;
}

.timer-icon {
  width: 140px;
  position: absolute;
  right: -6px;
  bottom: -6px;
  animation: rotate 1.8s infinite;
}

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

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

.st6-bubble p {
  background: #60733E;
  box-sizing: border-box;
  padding: 14px 35px;
  border-radius: 50px;
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy-Medium';
  font-size: 24px;
  line-height: 100%; /* 24px */
}

.st6-bubble p span {
  font-family: 'Paperlogy-ExtraBold';
}

.st6-bubble img {
  margin-top: -2px;
}

.st6-circle-wrap {
  max-width: 1200px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
}

.st6-circle {
  width: calc(33.3% - 13.33px);
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 400px;
  border: 1px solid #133307;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  background-position: center center !important;
}

.st6-circle p {
  color: #133307;
  text-align: center;
  font-family: 'Paperlogy-ExtraBold';
  font-size: 50px;
  line-height: 100%; /* 50px */
  position: relative;
  z-index: 5;
}

.st6-circle::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(0deg, rgba(9, 25, 3, 0.60) 0%, rgba(9, 25, 3, 0.60) 100%);
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 3;
}

.st6-circle.active p {
  color: #FFF;
}

.bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
  opacity: 0.4;
  transition: opacity 0.2s;
  z-index: 1;
  pointer-events: none;
  border-radius: 400px;
}

.st6-circle.active .bg-layer {
  opacity: 1;
}

.st6-circle.active::after {
  opacity: 1;
}


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

#section7 .st-tit {
  line-height: 100%;
}

.menu-container {
  max-width: 1200px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.tab-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  overflow: scroll;
}

.tab-wrap::-webkit-scrollbar {
  display: none;
}

.menu-tab {
  border-radius: 50px;
  background: #FFF;
  display: inline-flex;
  box-sizing: border-box;
  padding: 12px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #283510;
  text-align: center;
  font-family: 'Paperlogy-Medium';
  font-size: 24px;
  line-height: 100%; /* 24px */
  cursor: pointer;
  flex-shrink: 0;
}

.menu-tab.show, .menu-tab:hover {
  background: #B4CE87;
}

.menu-wrap {
  width: 100%;
  display: none;
  position: relative;
}

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

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

.menu-swiper-container .swiper-slide {
  width: 280px !important;
  height: fit-content;
}

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

.menu-item img {
  width: 100%;
}

.menu-item p {
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy-Medium';
  font-size: 23px;
  line-height: 100%; /* 24px */
  white-space: nowrap;
}

.nav-wrap {
  width: 110%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 2;
}

.nav-btn {
  z-index: 5;
  cursor: pointer;
}

.nav-btn:hover {
  transform: scale(1.1);
}


/* marquee */
.marquee-swiper-container {
  width: 100%;
  background: #B9C89E;
  padding: 20px 0;
  height: fit-content;
  overflow: hidden;
}

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

.marquee-swiper-container .swiper-slide {
  width: 129px !important;
  height: fit-content;
}

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


/* section8 */
#section8 {
  width: 100%;
  background: linear-gradient(to bottom, #FFF 0%, #FFF 50%, #133307 50%, #133307 100%);
  box-sizing: border-box;
  padding: 140px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

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

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

.review-swiper-container .swiper-slide {
  width: 380px !important;
  background: #FFF;
  border-radius: 20px;
}

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


/* section9 */
#section9 {
  width: 100%;
  box-sizing: border-box;
  padding: 140px 0 80px;
  background: #F7F6F4;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.st9-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

.st9-container {
  max-width: 1200px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.st9-graph-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 5;
  margin-top: -50px;
}

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

.st9-graph-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  clip-path: inset(100% 0 0 0);
}

.rise {
  animation: riseGraph 3s forwards ease-in-out;
}

@keyframes riseGraph {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  50% {
    clip-path: inset(-10% 0 0 0);
  }
  100% {
    clip-path: inset(-10% 0 0 0); /* 마지막 상태 유지 (대기) */
  }
}

.st9-graph-bubble {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.st9-graph-bubble img {
  margin-top: -2px;
}

.left-graph-bubble {
  padding-right: 100px;
}

.left-graph-bubble p {
  box-sizing: border-box;
  padding: 14px 35px;
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 24px;
  line-height: 100%; /* 24px */
  border-radius: 50px;
  background: #60733E;
}

.left-graph {
  width: 240px;
  height: 116px;
  border-radius: 20px 20px 0px 0px;
  background: rgba(53, 66, 30, 0.80);
  backdrop-filter: blur(5px);
}

.st9-graph-tit {
  color: #FFF;
  font-family: 'Paperlogy-Bold';
  font-size: 30px;
  line-height: 100%; /* 30px */
}

.st9-graph-mo-tit {
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 18px;
  line-height: 150%; /* 24px */
  display: none;
  margin-top: -10px;
}

.right-graph-bubble p {
  box-sizing: border-box;
  padding: 24px 22px 18px;
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 24px;
  line-height: 100%; /* 24px */
  border-radius: 50px;
  background: #FF5131;
}

.right-graph-bubble p span {
  font-size: 40px;
}

.right-graph-bubble img {
  margin-right: -170px;
}

.right-graph {
  width: 240px;
  height: 422px;
  border-radius: 20px 20px 0px 0px;
  background: rgba(230, 61, 30, 0.80);
  backdrop-filter: blur(5px);
}

.st9-arrow-div {
  position: absolute;
  left: 50%;
  top: 19%;
  transform: translateX(-75%);
}

.st9-arrow-inner {
  position: relative;
  opacity: 0;
}

.st9-mo-arrow {
  display: none;
}

.right {
  animation: rightArrow 1s forwards ease-in-out;
}

@keyframes rightArrow {
  0% {
    opacity: 0;
    transform: translateX(-15%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.st9-arrow-div p {
  color: #000;
  text-align: center;
  font-family: 'Paperlogy-Bold';
  font-size: 24px;
  line-height: 100%; /* 24px */
  transform: rotate(-29deg);
  position: absolute;
  left: 32%;
  top: 36%;
}


/* text marquee */
.text-marquee {
  width: 100%;
  padding: 20px 0;
  background: #133307;
  overflow: hidden;
  white-space: nowrap;
}

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

.marquee-content p {
  color: #FFF;
  text-align: center;
  font-family: 'Paperlogy-ExtraBold';
  font-size: 30px;
  line-height: 100%; /* 30px */
}

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


/* section10 */
#section10 {
  width: 100%;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  box-sizing: border-box;
  padding: 140px 0;
  overflow: hidden;
}

.st10-container {
  max-width: 1200px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.check-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.check-div {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #133307;
  font-family: 'Paperlogy-Medium';
  font-size: 24px;
  line-height: 150%; /* 36px */
}

.table-wrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

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

table th, table td {
  color: #000;
  text-align: center;
  font-family: 'Paperlogy-Regular';
  font-size: 24px;
  line-height: 100%; /* 24px */
  text-align: center;
  height: 70px;
} 

table th {
  font-family: 'Paperlogy-Bold';
  border-top: 1px solid #35421E;
  border-right: 1px solid #35421E;
  border-bottom: 1px solid #35421E;
}

table td {
  border-right: 1px solid rgba(53, 66, 30, 0.40);
  border-bottom: 1px solid rgba(53, 66, 30, 0.40);
}

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

table th:last-child {
  color: #FF5131;
}

.free {
  color: #FFF;
  font-family: 'Paperlogy';
  border-radius: 50px;
  background: #FF5131;
  display: inline-flex;
  box-sizing: border-box;
  padding: 8px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: blink 1.2s ease-in-out infinite;
  -webkit-animation: blink 1.2s ease-in-out infinite;
}

.graph-div {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.st10-tit {
  width: 75%;
}

.graph {
  width: 100%;
  animation: scale 1.2s ease-in-out infinite;
  -webkit-animation: scale 1.2s ease-in-out infinite;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}


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

#section11 .st-tit {
  line-height: 100%;
}

.process-container {
  max-width: 1200px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.process-box {
  width: 190px;
  height: 260px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 2px 8px 20px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 18px 10px 0;
  justify-content: flex-start;
}

.process-num {
  color: #133307;
  text-align: center;
  font-family: 'Paperlogy-Medium';
  font-size: 20px;
  line-height: 100%; /* 20px */
}

.process-content {
  color: #133307;
  text-align: center;
  font-family: 'Paperlogy-Bold';
  font-size: 24px;
  line-height: 130%; /* 31.2px */
}

/* .process-box:hover {
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25) inset, 2px 2px 20px 0px #E63D1E;
} */


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

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

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

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

.contact-form input[type="text"], input[type="tel"] {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  height: 50px;
  padding: 12px 0px 12px 12px;
  color: #1A1A1A;
  font-family: 'Paperlogy-Regular';
  font-size: 20px;
  line-height: 100%; /* 21px */
  border-radius: 10px;
  border: 1px solid #FFF;
  background: #FFF;
}

.contact-form input[type="text"]:focus, .contact-form input[type="tel"]:focus {
  outline: none;
}

.contact-form input[type="text"]::placeholder, .contact-form input[type="tel"]::placeholder, textarea::placeholder {
  color: rgba(0, 0, 0, 0.40);
  font-family: 'Paperlogy-Regular';
  font-size: 20px;
  line-height: 100%; /* 21px */
}

textarea {
  width: 100%;
  display: flex;
  height: 150px;
  padding: 12px 0px 12px 12px;
  color: #1A1A1A;
  font-family: 'Paperlogy-Regular' !important;
  font-size: 20px !important;
  line-height: 100%; /* 21px */
  border-radius: 10px;
  border: 1px solid #FFF;
  background: #FFF;
  resize: none;
}

.s-btn-wrap {
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}

.form-tab {
  width: 50%;
  height: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  color: rgba(0, 0, 0, 0.40);
  font-family: 'Paperlogy-Regular';
  font-size: 20px;
  cursor: pointer;
  transition: 0.1s !important;
}

.this {
  color: #FFF;
  background: #2B9C2E;
  font-family: 'Paperlogy';
}

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

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

.contact-form .round-checkbox {
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 2px;
  appearance: none;
  position: relative;
  cursor: pointer;
  background: #FFF;
  border: 1px solid #FFF;
}

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

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

.contact-form .agree {
  color: #FFF;
  font-size: 18px !important;
  font-family: 'Paperlogy-Regular';
  line-height: 100% !important; 
  cursor: pointer;
}

.c-btn {
  width: 100%;
  background: #FF5131;
  display: flex;
  box-sizing: border-box;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 24px;
  font-family: 'Paperlogy-Bold';
  line-height: 100%; /* 140% */
  border: none;
  border-radius: 10px;
}

.c-btn:hover {
  background: #9B1512;
}

@media(min-width: 1700px) {
  .st4-sticky {
    width: 360px;
    left: 620px;
  }
  .st4-sticky-inner {
    font-size: 40px;
  }
  .st4-wrapper {
    margin-top: -360px;
  }
  .st4-img-div {
    width: 800px;
  }
  .st4-div {
    width: calc(100% - 800px);
  }
}

@media(max-width: 1500px) {
  .st4-sticky {
    width: 300px;
    left: 450px;
  }
  .st4-wrapper {
    margin-top: -300px;
  }
  .st4-img-div {
    width: 600px;
  }
  .st4-div {
    width: calc(100% - 600px);
  }
}

@media(max-width: 1400px) {
  .st4-sticky {
    left: 400px;
  }
  .st4-img-div {
    width: 550px;
  }
  .st4-div {
    padding-top: 80px;
    padding-bottom: 80px;
    width: calc(100% - 550px);
  }
}

@media (max-width: 1280px) {
  .main-wrap {
    gap: 20px;
  }
  .main-tit-img {
    width: 520px;
  }
  .main-wrap .st-tit {
    line-height: 150%;
  }
  .st3-container {
    padding: 100px 0;
    max-width: 550px;
  }
  .st4-sticky {
    left: 350px;
  }
  .st4-img-div {
    width: 500px;
  }
  .st4-div {
    width: calc(100% - 500px);
    gap: 20px;
  }
  .st4-div-tit {
    font-size: 32px;
  }
  .st4-div-sub, .st4-wrap .check-div {
    font-size: 20px;
  }
  .st4-wrap .check-div img {
    margin-top: 2px;
  }
  #section5 {
    padding: 100px 0;
  }
  .st5-box-div {
    padding: 30px 5px;
    transform: translateY(calc(100% - 110px));
    -webkit-transform: translateY(calc(100% - 110px));
    gap: 14px;
  }
  .st5-box-div div {
    font-size: 20px;
  }
  .st5-box-div p {
    font-size: 18px;
  }
  #section6, #section7, #section8 {
    padding: 120px 0;
  }
  .nav-wrap {
    width: 95%;
  }
  .nav-btn {
    background: rgba(0, 0, 0, 0.20);
  }
  .nav-btn:hover {
    transform: none;
    background: rgba(0, 0, 0, 0.50);
  }
  .marquee-swiper-container .swiper-slide {
    width: 100px !important;
  }
  .review-swiper-container .swiper-slide {
    width: 320px !important;
  }
  #section9 {
    padding: 120px 0 80px;
  }
  .left-graph-bubble p, .right-graph-bubble p {
    font-size: 20px;
  }
  .right-graph-bubble p span {
    font-size: 32px;
  }
  .left-graph, .right-graph {
    width: 200px;
  }
  .right-graph {
    height: 380px;
  }
  .st9-graph-tit {
    font-size: 28px;
  }
  .st9-arrow-inner img {
    width: 300px;
  }
  .st9-arrow-div p {
    font-size: 20px;
  }
  .marquee-content p {
    font-size: 28px;
  }
  #section10 {
    padding: 120px 0;
  }
  .check-wrap {
    gap: 30px;
  }
  table {
    width: 60%;
  }
  table th, table td {
    font-size: 20px;
    height: 65px;
  }
  .graph-div {
    width: 32%;
  }
  #section11 {
    padding: 120px 0;
  }
  .process-container {
    width: 740px;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  #contact {
    padding: 120px 0
  }
  .contact-form, .flex-input, .form-wrap {
    gap: 24px
  }
  .tab-wrap {
    justify-content: flex-start;
  }
}

@media(max-width: 1100px) {
  #section4 {
    padding: 80px 0 100px;
    align-items: center;
    gap: 60px;
  }
  .st4-sticky {
    position: static;
    transform: none;
    opacity: 1;
    width: 360px;
  }
  .st4-sticky-inner {
    font-size: 40px;
  }
  .st4-wrapper {
    margin-top: 0;
  }
  .st4-img-div {
    width: 450px;
  }
  .st4-div {
    padding-left: 60px;
    width: calc(100% - 450px);
  }
}

@media(max-width: 1024px) {
  #section2 {
    padding: 120px 0;
  }
  .st2-box-wrap {
    flex-wrap: wrap;
  }
  .st2-box {
    width: calc(50% - 15px); 
  }
  .st2-box-container {
    border-radius: 40px;
    padding: 16px;
  }
  .st2-box-inner {
    border-radius: 30px;
    border: 2px solid #133307;
    padding: 36px 0;
  }
  .st5-container {
    gap: 60px;
    align-items: center;
  }
  .st5-container .st-tit {
    text-align: center;
  }
  .st5-box-wrap {
    flex-wrap: wrap;
  }
  .st5-box {
    width: calc(50% - 10px);
    aspect-ratio: 1 / 1.15;
  }
  .st5-box-div {
    padding: 60px 5px;
    transform: translateY(calc(100% - 140px));
    -webkit-transform: translateY(calc(100% - 140px));
  }
  .st5-box-div div {
    font-size: 28px;
  }
  .st5-box-div p {
    font-size: 24px;
  }
  .st5-box:nth-child(2) {
    margin-top: 17%;
  }
  .st5-box:nth-child(3) {
    margin-top: -17%;
  }
  .st5-box:nth-child(4) {
    margin-top: 0;
  }
  .st9-graph-wrap {
    margin-top: -20px;
  }
  .left-graph-bubble p, .right-graph-bubble p {
    font-size: 18px;
  }
  .right-graph-bubble p span {
    font-size: 28px;
  }
  .left-graph, .right-graph {
    width: 170px;
  }
  .right-graph {
    height: 340px;
  }
  .st9-graph-tit {
    font-size: 24px;
  }
  .st9-arrow-inner img {
    width: 250px;
  }
  .st9-arrow-div p {
    font-size: 18px;
  }
}

@media(max-width: 1000px) {
  .main-bubble-wrap {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .main-bubble p {
    width: 450px;
    padding: 17px 0;
  }
  .left-bubble img {
    margin-right: 30px;
  }
  .right-bubble {
    margin-top: 0;
  }
  .right-bubble img {
    margin-left: 30px;
  }
  .st4-img-div {
    width: 400px;
  }
  .st4-div {
    padding-left: 50px;
    width: calc(100% - 400px);
  }
}

@media(max-width: 900px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .layer-popup .show-chk-wrap {
    margin-top: 0;
  }
  .layer-popup .show-chk-wrap a {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
  }
  .layer-popup .show-chk-wrap .x-btn {
    padding: 0 15px;
  }
  #main {
    background: url(../img/main-mo-bg.png);
  }
  .main-container {
    position: relative;
    transform: none;
  }
  .main-tit-img {
    display: none;
  }
  .main-logo-img {
    display: block;
  } 
  #section2 {
    gap: 60px;
  }
  .st2-top {
    gap: 20px;
  }
  .st2-top-div {
    font-size: 36px;
  }
  .st2-container {
    gap: 40px;
  }
  .st2-bubble p, .st6-bubble p {
    font-size: 20px;
  }
  .st3-container {
    padding: 80px 0;
    max-width: 480px;
  }
  .st4-wrapper {
    align-items: center;
    gap: 40px;
  }
  .st4-wrap {
    width: 90%;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .st4-img-div, .st4-div {
    width: 100%;
  }
  .st4-img-div {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 1 / 0.6;
  }
  .st4-div {
    align-items: center;
    padding: 0;
  }
  .st4-check-wrap {
    width: 100%;
    align-items: center;
    gap: 6px;
  }
  .st4-div-sub {
    margin-top: 0;
  }
  .st4-wrap .check-div {
    word-break: keep-all;
    justify-content: center;
    text-align: center;
  }
  .st4-wrap .check-div img {
    margin-top: 4px;
  }
  .st4-div-tit {
    font-size: 40px;
  }
  .st4-div-sub, .st4-wrap .check-div {
    font-size: 24px;
  }
  #section5 {
    gap: 60px;
  }
  .st5-box-div div {
    font-size: 25px;
  }
  .st5-box-div p {
    font-size: 20px;
  }
  .st6-div {
    gap: 40px;
  }
  .timer-wrap {
    width: 108px;
  }
  .timer-wrap p {
    gap: 7px;
  }
  .timer-icon {
    width: 120px;
  }
  .st6-circle-wrap {
    margin-top: -10px;
  }
  .st6-circle p {
    font-size: 40px;
  }
  .tab-wrap {
    gap: 10px;
  }
  .menu-tab {
    font-size: 20px;
  }
  #section8 {
    padding: 80px 0 100px;
  }
  .review-swiper-container .swiper-slide {
    width: 300px !important;
  }
  .st9-graph-wrap {
    margin-top: 0;
  }
  .st9-graph-inner {
    gap: 15px;
  }
  .st9-graph-div {
    gap: 20px;
  }
  .left-graph-bubble p, .right-graph-bubble p {
    font-size: 16px;
  }
  .right-graph-bubble p span {
    font-size: 24px;
  }
  .left-graph, .right-graph {
    width: 150px;
  }
  .right-graph {
    height: 300px;
  }
  .st9-graph-tit {
    font-size: 20px;
  }
  .st9-arrow-inner img {
    width: 200px;
  }
  .st9-arrow-div p {
    left: 30%;
    top: 34%;
  }
  .st9-bg {
    width: 120%;
  }
  .text-marquee>.marquee-content {
    gap: 30px;
  }
  .marquee-content p {
    font-size: 24px;
  }
  #section10 {
    padding: 80px 0;
  }
  .check-wrap {
    gap: 20px;
  }
  .check-div {
    font-size: 20px;
  }
  table th, table td {
    font-size: 18px;
    height: 63px;
  }
  .free {
    font-size: 20px !important;
  }
  .graph-div {
    width: 35%;
  }
  .process-container {
    width: 720px;
    gap: 20px;
  }
  .process-box {
    gap: 24px;
    height: 240px;
  }
  .process-num {
    font-size: 18px;
  }
  .process-content {
    font-size: 20px;
  }
  .flex-input {
    gap: 15px
  }
}

@media (max-width: 768px) {
  .layer-popup {
    position: fixed;
    top: 5%;
    left: 5%;
  }
  #section2 {
    padding: 100px 20px;
    gap: 40px;
  }
  .st2-box-wrap {
    width: 100%;
    gap: 20px;
  }
  .st2-box {
    width: calc(50% - 10px);
  }
  .st2-top-div {
    flex-direction: column;
    gap: 10px;
  }
  #section3 {
    background: none;
    flex-direction: column;
  }
  .st3-bg, .st3-bg2 {
    width: 100%;
    display: inline-block;
    aspect-ratio: 3 / 2;
  }
  .st3-container {
    max-width: unset;
    width: 100%;
    padding: 60px 0;
  }
  #section4 {
    padding: 60px 20px 100px;
    gap: 40px;
  }
  .st4-sticky {
    width: 335px;
  }
  .st4-sticky-inner {
    font-size: 32px;
  }
  .st4-wrap {
    width: 100%;
  }
  .st4-wrap .check-div img {
    margin-top: 2px;
  }
  .st4-div-tit {
    font-size: 32px;
  }
  .st4-div-sub, .st4-wrap .check-div {
    font-size: 20px;
  }
  #section5 {
    padding: 100px 20px;
    gap: 40px;
  }
  .st5-container {
    width: 100%;
    gap: 40px;
  }
  .st5-box-div {
    padding: 30px 5px;
    transform: translateY(calc(100% - 90px));
    -webkit-transform: translateY(calc(100% - 90px));
  }
  #section6 {
    padding: 100px 20px;
  }
  .st6-circle-wrap {
    width: 100%;
  }
  #section7 {
    padding: 100px 20px;
    gap: 40px;
  }
  .menu-container {
    width: 100%;
    gap: 30px;
  }
  .tab-wrap {
    width: 100%;
    justify-content: flex-start;
  }
  #section8 {
    padding: 60px 0 100px;
  }
  #section9 {
    padding: 100px 20px;
    gap: 40px;
  }
  .st9-container {
    width: 100%;
    align-items: center;
    gap: 40px;
  }
  #section9 .st-tit {
    text-align: center;
  }
  .st9-graph-wrap {
    justify-content: center;
    gap: 60px;
  }
  .st9-graph-bubble {
    display: none;
  }
  .left-graph, .right-graph {
    width: 180px;
  }
  .st9-arrow-div {
    transform: none;
    left: 31%;
    top: 5%;
  }
  .st9-pc-arrow {
    display: none;
  }
  .st9-mo-arrow {
    display: inline-block;
    width: 120px !important; 
  }
  .st9-arrow-div p {
    left: -5%;
    top: 15%;
  }
  .st9-graph-tit {
    font-size: 24px;
  }
  .st9-graph-mo-tit {
    display: inline-block;
  }
  .st9-bg {
    width: 180%;
  }
  #section10 {
    padding: 60px 20px;
    gap: 40px;
  }
  .st10-container {
    width: 100%;
  }
  .check-wrap {
    flex-direction: column;
    gap: 6px;
  }
  .table-wrap {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: center;
  }
  table {
    width: 100%;
  }
  .graph-div {
    width: 70%;
    gap: 20px;
  }
  .st10-tit {
    width: 70%;
  }
  @keyframes scale {
    0% {
      transform: scale(0.95);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(0.95);
    }
  }
  #section11 {
    padding: 100px 20px;
    gap: 40px;
  }
  .process-container {
    width: 100%;
  }
  .process-box {
    width: 27%;
    height: 215px;
  }
  .process-num {
    font-size: 16px;
  }
  .process-content {
    font-size: 18px;
  }
  .process-box img {
    height: 65px;
  }
  #contact {
    padding: 100px 20px;
    gap: 40px;
  }
  .contact-form {
    width: 100%;
  }
}

@media (max-width: 650px) {
  .main-container {
    gap: 40px;
  }
  .main-bubble-wrap {
    gap: 10px;
  }
  .main-bubble p {
    width: 380px;
    font-size: 20px;
  }
  .st2-top-div {
    font-size: 32px;
  }
  .st2-top-div .st-tit {
    padding: 12px 16px;
    border-radius: 25px;
  }
  .st2-box {
    width: 100%;
  }
  .st2-box-container {
    border-radius: 20px;
  }
  .st2-box-inner {
    padding: 26px 0 30px;
    border-radius: 15px;
  }
  .st2-bubble {
    width: 100%;
  }
  .st2-bubble p {
    width: 70%;
    font-size: 18px;
    line-height: 150%;
    border-radius: 25px;
  }
  .st4-div {
    gap: 10px;
  }
  .st4-div-tit {
    font-size: 28px;
  }
  .st4-div-sub, .st4-wrap .check-div {
    font-size: 16px;
  }
  .st4-wrap .check-div {
    gap: 6px;
  }
  .st4-wrap .check-div img {
    margin-top: 0;
  }
  .st5-box-wrap {
    gap: 17px;
  }
  .st5-box {
    width: calc(50% - 8.5px);
    border-radius: 10px;
    aspect-ratio: 1 / 1.2;
  }
  .st5-box-div {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .st5-box-div div {
    font-size: 20px;
  }
  .st5-box-div p {
    font-size: 16px;
    opacity: 1;
  }
  .st5-box:nth-child(2) {
    margin-top: 20%;
  }
  .st5-box:nth-child(3) {
    margin-top: -20%;
  }
  #section6 .st-tit {
    line-height: 150%;
  }
  .st6-bubble p {
    font-size: 18px;
    border-radius: 25px;
    padding: 12px 30px;
  }
  .st6-circle-wrap {
    flex-wrap: wrap;
  }
  .st6-circle {
    width: calc(50% - 10px);
  }
  .st6-circle:last-child {
    margin-top: -7%;
  }
  .menu-tab {
    border-radius: 25px;
  }
  #section8 {
    background: linear-gradient(to bottom, #FFF 0%, #FFF 40%, #133307 40%, #133307 100%);
  }
  .st9-graph-wrap {
    justify-content: center;
    gap: 40px;
  }
  .left-graph, .right-graph {
    width: 150px;
  }
  .st9-arrow-div {
    left: 28%;
  }
  .st9-graph-tit {
    font-size: 20px;
  }
  .st9-graph-mo-tit {
    font-size: 16px;
  }
  .text-marquee>.marquee-content {
    gap: 20px;
  }
  .marquee-content img {
    width: 6px;
  }
  .marquee-content p {
    font-size: 20px;
  }
  .check-div {
    gap: 6px;
    font-size: 18px;
  }
  .check-div img {
    width: 24px;
  }
  #section11 .st-sub-tit, #section11 .st-tit {
    line-height: 150%;
  }
  .process-arrow {
    display: none;
  }
  .process-container {
    gap: 17px;
  }
  .process-box {
    width: calc(50% - 8.5px);
    border-radius: 10px;
  }
  .arrow-div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .arrow-div img {
    transform: rotate(90deg);
  }
  .contact-form {
    gap: 10px;
  }
  .flex-input {
    flex-direction: column;
    gap: 10px;
  }
  .form-wrap {
    margin-top: 12px;
    gap: 22px;
  }
}

@media (max-width: 480px) {
  .main-wrap .st-tit {
    font-size: 28px;
  }
  .main-logo-img {
    width: 80%;
  }
  .main-bubble-wrap {
    width: 100%;
    padding: 0 20px;
  }
  .main-bubble {
    width: 100%;
  }
  .main-bubble p {
    width: 100%;
    font-size: 18px;
  }
  .st2-top-div, .st2-top-div .st-tit {
    font-size: 24px;
  }
  .st2-bubble p, .st6-bubble p, .st6-bubble, .st6-div {
    width: 100%;
  }
  .st3-bg, .st3-bg2 {
    aspect-ratio: 3 / 2.5;
  }
  .st4-check-wrap {
    width: fit-content;
    box-sizing: border-box;
    align-items: flex-start;
    margin: 0 auto;
  }
  .st4-wrap .check-div {
    text-align: left;
  }
  .st5-box {
    aspect-ratio: 8 / 11;
  }
  .st5-box-div div {
    font-size: 18px;
  }
  .st5-box-div p {
    font-size: 14px;
  }
  .st6-circle {
    width: 100%;
    margin: 0 !important;
  }
  .st6-circle p {
    font-size: 50px;
  }
  .st6-bubble p {
    padding: 12px 0;
  }
  .menu-swiper-container .swiper-slide {
    width: 100% !important;
  }
  .marquee-swiper-container .swiper-slide {
    width: 85px !important;
  }
  .st9-graph-wrap {
    justify-content: space-between;
    gap: 0;
  }
  .st9-arrow-div {
    left: 24%;
  }
  .st9-bg {
    width: 240%;
  }
  .marquee-content p {
    font-size: 18px;
  }
  table th, table td {
    font-size: 16px;
    height: 60px;
  }
  .graph-div {
    width: 85%;
  }
  .st10-tit {
    width: 80%;
  }
  .process-box {
    height: 200px;
  }
  .process-content {
    font-size: 16px;
  }
  .process-box img {
    height: 54px;
  }
}

@media(max-width: 400px) {
  .main-wrap .st-tit {
    font-size: 24px;
  }
  .st5-box-div div {
    font-size: 16px;
  }
  .st5-box-div p {
    font-size: 13px;
  }
  .st9-arrow-div {
    left: 45px;
  }
  .marquee-content p {
    font-size: 16px;
  }
}

@media(max-width: 370px) {
  .st2-box-container {
    padding: 12px;
  }
  .st2-box-inner {
    gap: 30px;
  }
  .st2-box-inner p {
    font-size: 32px;
  }
  .st4-sticky {
    width: 100%;
  }
  .st4-div-tit {
    font-size: 24px;
  }
  .st4-div-sub, .st4-wrap .check-div {
    font-size: 14px;
  }
  .st4-wrap .check-div img {
    width: 20px;
  }
  .st5-box-wrap {
    gap: 10px;
  }
  .st5-box {
    width: calc(50% - 5px);
  }
  .st5-box-div div {
    font-size: 15px;
  }
  .st5-box-div p {
    font-size: 12px;
  }
  .st9-arrow-div {
    left: 60px;
  }
  .st9-arrow-div p {
    left: -17%;
    top: 15%;
  }
  .st9-mo-arrow {
    width: 100px !important;
  }
  .left-graph, .right-graph {
    width: 130px;
  }
  .right-graph {
    height: 250px;
  }
  table th, table td {
    font-size: 14px;
    height: 56px;
  }
  .process-container {
    gap: 10px;
  }
  .process-box {
    width: calc(50% - 5px);
  }
}
