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

.mobile {
  display: none;
}

.layer-popup {
  /* position: absolute; */
  z-index: 9999;
  background-color: #fff;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
  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;
  width: 95%;
}


/* main */
#main-section {
  width: 100%;
  position: relative;
}

#main {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.main-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.main-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-video::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.45) 0%, rgba(17, 17, 17, 0.45) 100%);
  position: absolute;
  left: 0;
  top: 0;
}

.main-container {
  display: flex;
  max-width: 1300px;
  width: 90%;
  padding-bottom: 100px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  z-index: 5;
}

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

.main-div p {
  color: #FFF;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  line-height: 125%; /* 52.5px */
  letter-spacing: -1.05px;
}

.logo-div {
  display: flex;
  padding: 10px 0;
  align-items: flex-start;
  gap: 10px;
}

.main-sub {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.5px;
  will-change: clip-path;
  transition-property: clip-path;
  transition-timing-function: ease-out;
}


/* section2 */
#section2 {
  width: 100%;
  background: #FFF;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  padding: 120px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: visible;
}

#section2 .pattern-div {
  bottom: unset;
  top: 0;
  transform: translateY(-100%);
} 

.st2-container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.st2-wrap {
  display: flex;
  box-sizing: border-box;
  padding-right: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  z-index: 10;
}

.st2-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.st2-arch {
  width: 386px;
  overflow: hidden;
}

.st2-arch img {
  width: 100%;
}

.st2-logo-div {
  display: flex;
  padding: 10px 0;
  align-items: flex-start;
  gap: 10px;
}

.st2-logo {
  width: 324px;
}

.st2-symbol {
  width: 64px;
}

.st2-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.st2-content p {
  color: #505050;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.5px;
  word-break: keep-all;
}

.st2-img-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}

.st2-img-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.st2-store {
  width: 850px;
  z-index: 5;
}

.st2-bubble-wrap {
  position: absolute;
  top: -17%;
  right: 18%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  z-index: 7;
}

.st2-bubble {
  display: flex;
  align-items: center;
  position: relative;
  display: flex;
  box-sizing: border-box;
  padding: 20px 16px;
  gap: 10px;
  border-radius: 12px;
  background: #FFF;
  color:#505050;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.4px;
  margin-right: 19%;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 8px 12px 40px 0 rgba(0, 0, 0, 0.12);
  z-index: 3;
}

.long-lasting {
  width: 143px;
}

.bubble-icon {
  width: 45px;
  position: absolute;
  right: 18px;
  bottom: -33px;
}

.st2-bubble-circle {
  width: 156px;
  aspect-ratio: 1 / 1;
  border-radius: 200px;
  border: 3px solid #FFF;
  overflow: hidden;
  transition: unset;
}

.st2-bubble-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brush-div {
  width: 593px;
  position: absolute;
  top: -30%;
  left: -2%;
  will-change: clip-path;
  transition-property: clip-path;
  transition-timing-function: ease-out;
}

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

.pattern-div {
  width: 100%;
  display: flex;
  align-items: flex-start;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

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

.pattern-div .pattern:nth-child(2) {
  margin-left: -1px;
} 

.mo-pattern {
  display: none;
}

.br-1280 {
  display: none;
}


/* section3 */
#section3 {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.feature {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  background: url(../img/st3-bg.png);
  background-position: center center !important;
  background-repeat: no-repeat;
  background-size: 150%;
}

.feature-overlay {
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  transition: none; /* JS로 제어 */
}

.st3-inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 120px
}

.st3-container {
  display: flex;
  max-width: 1300px;
  width: 90%;
  align-items: center;
  justify-content: center;
  gap: 80px;
  z-index: 5;
}

.st3-img {
  max-width: 590px;
  width: calc(47% - 40px);
  transition: unset;
}

.st3-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.wave-text {
  color: #FFF;
  text-align: center;
  font-size: 52px;
  font-weight: 600;
  line-height: 130%; /* 67.6px */
  letter-spacing: -1.3px;
}

.wave-text span {
  display: inline-block;
  animation: wave 2s ease-in-out infinite;
}

.wave-text span:nth-child(1) {
  animation-delay: 0s;
}
.wave-text span:nth-child(2) {
  animation-delay: 0.2s;
}
.wave-text span:nth-child(3) {
  animation-delay: 0.4s;
}
.wave-text span:nth-child(4) {
  animation-delay: 0.6s;
}
.wave-text span:nth-child(5) {
  animation-delay: 0.8s;
}
.wave-text span:nth-child(6) {
  animation-delay: 1s;
}
.wave-text span:nth-child(7) {
  animation-delay: 1.2s;
}
.wave-text span:nth-child(8) {
  animation-delay: 1.4s;
}

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

.st3-content-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.st3-content-div p {
  position: relative;
  padding: 12px 65px 13px;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 140%; /* 39.2px */
  letter-spacing: -0.7px;
}

.st3-vector {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.st3-txt {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.5px;
}

.st3-txt p {
  height: 30px;
}

.st3-txt br {
  display: block;
}


/* section4 */
#section4 {
  width: 100%;
  background: #FFF;
  position: relative;
  box-sizing: border-box;
  padding: 100px 0 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.st4-container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.st4-container .st-tit {
  padding-top: 40px;
  text-align: left;
}

.st4-box {
  box-sizing: border-box;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(4px);
  position: relative;
  z-index: 5;
}

.dash-line {
  position: absolute;
  top: 80px;
  left: 61px;
  transition: unset;
}

.mo-dash {
  display: none;
}

.st4-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  z-index: 5;
}

.st4-item-num {
  display: flex;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #006343;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%; /* 20px */
  letter-spacing: -0.5px;
  flex-shrink: 0;
}

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

.st4-item-div p {
  color: #111;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%; /* 42px */
  letter-spacing: -0.7px;
  word-break: keep-all;
}

.st4-item-div div {
  color: #505050;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.5px;
  word-break: keep-all;
}

.st4-store {
  max-width: 1073px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}


/* section5 */
#section5 {
  width: 100%;
  background: #FFF;
  gap: 50px;
}

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

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

.menu-tab {
  display: flex;
  box-sizing: border-box;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #E5EFEC;
  color: rgb(0, 99, 67, 0.7);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
  cursor: pointer;
  border: 1px solid #E5EFEC;
}

.menu-tab:hover, .menu-tab.active {
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: radial-gradient(44.08% 39.13% at 50.38% 0%, #0F976B 0%, #006343 100%);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.12);
}

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

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

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

.menu-slide {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  background: #F6F4EF;
  border: 1px solid #F6F4EF;
}

.menu-slide img {
  width: 100%;
  border-radius: 4px;
}

.menu-slide p {
  display: flex;
  box-sizing: border-box;
  padding: 20px 5px;
  justify-content: center;
  align-items: center;
  color: #111;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.6px;
}

.menu-slide:hover {
  background: #006343;
  border: 1px solid #FFF;
}

.menu-slide:hover p {
  color: #FFF;
}

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

.nav-btn {
  cursor: pointer;
  opacity: 0.3;
}

.nav-btn:hover {
  opacity: 1;
}


/* section6 */
#section6 {
  background: #FFF;
  min-height: 250vh;
  position: relative;
}

.st6-sticky {
  height: 820px;
  position: sticky;
  top: 64px;
  left: 0;
  overflow: hidden;
}

.progress-bar { 
  width: 100%;
  height: 40px;
  background: #FFF;
  overflow: hidden;
}

.progress-line {
  width: 100%;
  height: 100%;
  background: url(../img/contact-box.png);
  background-position: center center !important;
  background-repeat: repeat;
}

.st6-inner {
  width: 100%;
  height: 100%;
  display: flex;
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 40px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

.slider { 
  display: flex;
  align-items: center;
  gap: 40px;
  width: max-content;
}

.card { 
  width: 380px;
}

.card img {
  width: 100%;
}

.phone {
  width: 400px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}



/* section7 */
#section7 {
  width: 100%;
  display: flex;
  align-items: stretch;
  height: 600px;
  position: relative;
}

.st7-div {
  width: 50%;
  background-position: center center !important;
  background-size: cover !important;
}

.st7-div.left {
 background: url(../img/st7-left.png);
}

.st7-div.right {
 background: url(../img/st7-right.png);
}

.st7-logo {
  max-width: 510px;
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* section8 */
#section8 {
  width: 100%;
  background: linear-gradient(180deg, #FFF 0%, #EEE 100%);
  will-change: clip-path;
  transition-property: clip-path;
  transition-timing-function: ease-out;
}

.process-container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0;
  position: relative;
  align-items: center;
  justify-content: center;
}

.line-div {
  width: 50px;
  will-change: clip-path;
  transition-property: clip-path;
  transition-timing-function: ease-out;
}

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

.process-box {
  width: calc(20% - 40px);
  aspect-ratio: 1 / 1;
  position: relative;
  display: flex;
  padding: 10px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 12px;
  border: 1px solid #006343;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.50) 100%);
  backdrop-filter: blur(6px);
}

.process-box p {
  color: #111;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.6px;
}

.process-num {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -16px;
  display: flex;
  box-sizing: border-box;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #006343;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: -0.5px;
  white-space: nowrap;
}

.none-line {
  display: none;
}


/* section9 */
#section9 {
  width: 100%;
  background: #FFF;
  overflow: hidden;
}

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

.cost-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  background: #FFF;
}

.cost-table th, .cost-table td {
  color: #111;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.6px;
  word-break: keep-all;
}

.cost-table th {
  width: 66.6%;
  height: 56px;
  box-sizing: border-box;
  padding: 0 16px;
  border-bottom: 2px solid #505050;
}

.cost-table th:first-child {
  width: 33.3%;
  max-width: 400px;
  border-radius: 12px 12px 0 0;
  background: #EEE;
}

.cost-table td {
  padding: 12px;
  height: 68px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.cost-table td:first-child {
  background: #EEE;
}

.cost-table tr:last-child td {
  border-bottom: none;
}

.cost-table .sm-txt {
  color: #999;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%; /* 25px */
  letter-spacing: -0.5px;
  margin-left: 8px;
  font-weight: 400 !important;
}

.cost-total {
  width: 100%;
  border-radius: 12px;
  background: #006343;
  display: flex;
  align-items: center;
  transition: unset;
}

.cost-total p {
  display: flex;
  width: 25%;
  box-sizing: border-box;
  padding: 20px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.6px;
}

.cost-total p:last-child {
  width: 75%;
}

.plus-txt {
  color: #505050;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.5px;
  word-break: keep-all;
}


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

.contact-box {
  display: flex;
  max-width: 1200px;
  width: 90%;
  box-sizing: border-box;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #006343;
  background: url(../img/contact-box.png);
  background-position: center center !important;
  background-repeat: repeat;
}

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

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

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

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

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

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

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

.item label span {
  color: #999;
}

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

.agree-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  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 rgba(17, 17, 17, 0.50);
}

.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: 18px !important;
  background-position: center center !important;
  background-color: #006343;
  background-repeat: no-repeat;
  border: none;
}

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

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

.c-btn {
  width: 160px;
  background: #006343;
  display: flex;
  box-sizing: border-box;
  padding: 0 40px;
  height: 48px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: #FFF;
  font-size: 20px;
  line-height: 130%; /* 140% */
  font-weight: 600;
  letter-spacing: -0.5px;
  border: none;
  border-radius: 8px;
}

.c-btn:hover {
  background: #004C33;
}

@media(max-width: 1400px) {
  #section2 {
    padding: 100px 0;
  }
  .st2-store {
    width: 750px;
  }
}

@media (max-width: 1280px) {
  .main-div p{
    font-size: 40px;
    letter-spacing: -1px;
  }
  .logo-div img:first-child {
    width: 360px;
  }
  .logo-div img:last-child {
    width: 70px;
  }
  .main-sub {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .br-1280 {
    display: block;
  }
  .st2-bubble-wrap {
    right: 12%;
    top: -25%;
  }
  .st3-inner {
    padding-bottom: 90px;
  }
  .st3-container {
    gap: 40px;
  }
  .wave-text {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st3-content-div p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st3-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #section4 {
    padding: 90px 0 100px;
  }
  .st4-container .st-tit {
    padding-top: 30px;
  }
  .st4-box {
    padding: 30px;
  }
  .dash-line {
    top: 55px;
    left: 48px;
  }
  .st4-item-num {
    width: 37px;
    height: 37px;
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st4-item-div p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st4-item-div div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st6-sticky {
    height: calc(100vh - 64px);
  }
  #section7 {
    height: 500px;
  }
  .process-container {
    gap: 35px 0;
  }
  .process-box {
    width: calc(20% - 28px);
  }
  .process-box img {
    width: 54px;
  }
  .process-box p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .process-num {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .line-div {
    width: 35px;
  }
  .cost-table th, .cost-table td {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.5px;
  }
  .cost-table td {
    height: 62px;
  }
  .cost-table .sm-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .plus-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #contact {
    padding: 90px 0 100px;
  }
  .contact-form {
    padding: 40px;
  }
}

@media(max-width: 1100px) {
  #section2 {
    padding: 100px 0 0;
  }
  .st2-container {
    width: 100%;
    flex-direction: column;
  }
  .st2-wrap {
    width: 90%;
  }
  .st2-content {
    width: 100%;
  }
  .st2-wrap, .st2-div {
    align-items: center;
    padding: 0;
  }
  .br-1280 {
    display: none;
  }
  .st2-img-mask {
    position: static;
    height: fit-content;
  }
  .st2-img-wrap {
    width: 100%;
    position: static;
    margin-top: 20%;
  }
  .st2-store {
    width: 80%;
  }
  .none-line {
    display: block;
  }
  .none-1100 {
    display: none;
  }
  .process-box {
    width: calc(25% - 26.25px);
  }
}

@media(max-width: 1024px) {
  .menu-slide p {
    font-size: 20px;
    letter-spacing: -0.5px;
    padding: 15px 0;
  }
  #section3 {
    background: url(../img/st3-bg.png);
    background-position: center !important;
    background-size: cover !important;
  }
  #section3::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(51, 51, 51, 0.55);
    backdrop-filter: blur(12px);
  }
  .st3-inner {
    padding: 90px 0;
  }
  .feature {
    display: none;
  }
  #section6 {
    height: 100vh;
  }
  .st6-sticky {
    height: 680px;
    top: 50px;
  }
  .st6-inner {
    padding-top: 60px;
  }
  .slider {
    gap: 30px;
  }
  .card {
    width: 320px;
  }
  .phone {
    width: 340px;
  }
  .progress-bar {
    height: 30px;
  }
}

@media(max-width: 900px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .layer-popup .show-chk-wrap {
    margin-top: 0;
  }
  .layer-popup .show-chk-wrap a {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
  }
  .layer-popup .show-chk-wrap .x-btn {
    padding: 0 15px;
  }
  .main-container {
    padding-bottom: 70px;
    gap: 24px;
  }
  .main-div p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .logo-div img:first-child {
    width: 320px;
  }
  .logo-div img:last-child {
    width: 60px;
  }
  .main-sub {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .pattern {
    width: 120% !important;
  }
  #section2 {
    padding: 80px 0 0;
  }
  .st2-div {
    gap: 15px;
  }
  .st2-arch {
    width: 310px;
  }
  .st2-logo {
    width: 245px;
  }
  .st2-symbol {
    width: 49px;
  }
  .st3-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .st3-content, .st3-content-div {
    align-items: center;
    gap: 20px;
  }
  .st3-img {
    max-width: 500px;
    width: 100%;
  }
  .st3-txt {
    text-align: center;
  }
  #section4 {
    padding: 80px 0 0;
    flex-direction: column;
  }
  .st4-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .st4-container .st-tit {
    padding: 0;
    text-align: center;
  }
  .st4-box {
    width: 100%;
    padding: 20px;
    gap: 24px;
  }
  .dash-line {
    height: 395px;
    top: 55px;
    left: 38px;
  }
  .st4-item {
    gap: 15px;
  }
  .st4-item-div {
    gap: 6px;
  }
  .st4-store {
    position: static;
    margin-top: -5%;
  }
  .menu-container {
    width: 100%;
    gap: 16px;
  } 
  .menu-wrap {
    gap: 16px;
  }
  .nav-btn {
    width: 40px;
    height: 40px;
  }
  #section7 {
    height: 450px;
  }
  .process-container {
    gap: 30px 15px;
  }
  .process-box {
    width: calc(25% - 11.25px);
    gap: 15px;
  }
  .process-box img {
    width: 45px;
  }
  .process-box p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .process-num {
    font-size: 16px;
    letter-spacing: -0.4px;
    top: -13.6px;
  }
  .line-div {
    display: none !important;
  }
  .cost-container {
    gap: 8px;
  }
  #contact {
    padding: 80px 0 100px;
  }
  .contact-box {
    padding: 8px;
  }
  .contact-form {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .layer-popup {
    position: fixed;
    top: 5%;
    left: 5%;
  }
  #section2 {
    padding: 70px 0 0;
  }
  .st2-wrap {
    gap: 30px;
  }
  .st2-content p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st2-bubble-wrap {
    top: -18%;
  }
  .brush-div {
    left: -8%;
  }
  .st2-bubble {
    padding: 11.88px 9.504px;
    gap: 5.94px;
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .long-lasting {
    width: 125px;
  }
  .st2-bubble-circle {
    width: 135px;
  }
  .st2-store {
    width: 90%;
  }
  .st3-inner {
    padding: 70px 0;
  }
  #section4 {
    padding: 70px 0 0;
  }
  .st4-container {
    width: 100%;
    padding: 0 16px;
  }
  #section5 {
    padding: 70px 0;
    gap: 40px;
  }
  .menu-slide {
    padding: 5px;
    border-radius: 8px;
  }
  .menu-slide p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .process-container {
    width: 100%;
  }
  .cost-container {
    width: 100%;
  }
  #contact {
    padding: 70px 16px 100px;
    gap: 40px;
  }
  .contact-box {
    width: 100%;
  }
  .contact-form {
    padding: 25px;
  }
}

@media (max-width: 650px) {
  .main-container {
    padding-bottom: 50px;
    gap: 16px;
  }
  .main-div p {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .logo-div {
    padding: 5px 0;
  }
  .logo-div img:first-child {
    width: 290px;
  }
  .logo-div img:last-child {
    width: 50px;
  }
  .main-sub {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st2-arch {
    width: 280px;
  }
  .st2-logo-div {
    gap: 7px;
  }
  .st2-logo {
    width: 227px;
  }
  .st2-symbol {
    width: 45px;
  }
  .st2-content {
    gap: 20px;
  }
  .st2-content p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st2-img-wrap {
    margin-top: 17%;
  }
  .st2-bubble-wrap {
    top: -17%;
    right: 17%;
  }
  .st2-bubble-circle {
    width: 110px;
    border: 1.782px solid #FFF;
  }
  .st2-bubble {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .bubble-icon {
    width: 37px;
    bottom: -24px;
  }
  .long-lasting {
    width: 110px;
  }
  .brush-div {
    top: -23%;
    width: 80%;
  }
  .br-1280 {
    display: block;
  }
  .pattern {
    width: 150% !important;
  }
  .wave-text {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st3-content-div p {
    font-size: 20px;
    letter-spacing: -0.5px;
    padding: 10px 50px 10px 45px;
  }
  .st4-box {
    padding: 20px 10px;
    gap: 16px;
    border-radius: 8px;
  }
  .dash-line {
    height: fit-content;
    top: 30px;
    left: 27px;
  }
  .pc-dash {
    display: none;
  }
  .mo-dash {
    display: block;
  }
  .st4-item {
    gap: 10px;
  }
  .st4-item-num {
    width: 34px;
    height: 34px;
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st4-item-div {
    gap: 4px;
  }
  .st4-item-div p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st4-item-div div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .menu-container, .menu-wrap {
    gap: 12px;
  }
  .menu-tab {
    font-size: 18px;
    letter-spacing: -0.45px;
    padding: 8px 32px;
  }
  .menu-slide p {
    font-size: 16px;
    letter-spacing: -0.4px;
    padding: 10px 5px;
  }
  .nav-btn {
    width: 32px;
    height: 32px;
  }
  .st6-sticky {
    height: 650px;
  }
  .st6-inner {
    padding-top: 66px;
  }
  .slider {
    gap: 20px;
  }
  .card {
    width: 280px;
  }
  .phone {
    width: 300px;
  }
  .progress-bar {
    height: 24px;
  }
  #section7 {
    height: 400px;
  }
  .st7-logo {
    width: 70%;
  }
  .process-container {
    gap: 20px 10px;
  }
  .process-box {
    width: calc(50% - 5px);
    aspect-ratio: unset;
    padding: 30px 0;
    gap: 10px;
    border-radius: 8px;
  }
  .cost-container {
    gap: 6px;
  }
  .cost-table th, .cost-table td {
    font-size: 18px;
    line-height: 125%;
    letter-spacing: -0.45px;
  }
  .cost-table td {
    padding: 12px 4px;
    height: 55px;
  }
  .cost-total p {
    width: 33.3%;
    font-size: 20px;
    letter-spacing: -0.5px;
    padding: 16px 4px;
  }
  .cost-total p:last-child {
    width: 66.6%;
  }
  .cost-table .sm-txt {
    font-size: 16px;
    letter-spacing: -0.4px;
    margin-left: 8px;
  }
  .plus-txt {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .contact-box {
    padding: 6px;
  }
  .contact-form {
    padding: 20px;
  }
  .flex-input {
    flex-wrap: wrap;
  }
  .form-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .c-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .main-div p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .logo-div img:first-child {
    width: 270px;
  }
  .logo-div img:last-child {
    width: 45px;
  }
  .main-sub {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st2-content {
    gap: 12px;
  }
  .st2-content p {
    font-size: 15px;
    letter-spacing: -0.375px;
  }
  .st2-img-wrap {
    margin-top: 23%;
  }
  .st2-bubble-wrap {
    top: -22%;
  }
  .st2-bubble-circle {
    width: 92px;
  }
  .st2-bubble {
    font-size: 10px;
    letter-spacing: -0.25px;
    border-radius: 7.128px;
  }
  .bubble-icon {
    width: 34px;
    bottom: -23px;
  }
  .long-lasting {
    width: 90px;
  }
  .brush-div {
    top: -32%;
  }
  .pattern {
    display: none;
  }
  .mo-pattern {
    display: block;
    width: 110% !important;
  }
  .wave-text {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st3-content-div p {
    font-size: 18px;
    letter-spacing: -0.45px;
    padding: 10px 35px 10px 45px;
  }
  .st3-txt {
    font-size: 15px;
    letter-spacing: -0.375px;
  }
  .dash-line {
    height: 320px;
    left: 25px;
  }
  .st4-item-num {
    width: 30px;
    height: 30px;
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st4-item-div p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st4-item-div div {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .menu-tab {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .menu-slide p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  #section6 {
    height: 150vh;
  }
  .st6-sticky {
    height: 550px;
  }
  .card {
    width: 250px;
  }
  .phone {
    width: 270px;
  }
  #section7 {
    height: 360px;
  }
  .st7-logo {
    width: 68%;
  }
  .process-box p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .process-box img {
    width: 40px;
  }
  .cost-table th, .cost-table td:first-child {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.375px;
  }
  .cost-table td {
    height: 48px;
  }
  .cost-table .sm-txt {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .plus-txt {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
}

@media(max-width: 400px) {
  .main-div p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .logo-div img:first-child {
    width: 250px;
  }
  .logo-div img:last-child {
    width: 40px;
  }
  .st2-bubble-wrap {
    right: 15%;
    top: -60px;
  }
  .st2-bubble {
    font-size: 9.504px;
    letter-spacing: -0.238px;
    margin-right: 15%;
  }
  .bubble-icon {
    width: 27px;
    bottom: -18px;
  }
  .long-lasting {
    width: 85px;
  }
  .brush-div {
    top: -32%;
  }
  .st3-content-div p {
    font-size: 17px;
    letter-spacing: -0.425px;
  }
}

@media(max-width: 390px) {
  .dash-line {
    height: 350px;
  }
}

@media(max-width: 370px) {
  .st2-img-wrap {
    margin-top: 30%;
  }
  .st2-bubble-wrap {
    right: 4%;
    top: -80px;
  }
  .st2-bubble-circle {
    width: 85px;
  }
  #section7 {
    height: 300px;
  }
  .st7-logo {
    width: 70%;
  }
  .cost-table td {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.4px;
  }
  .cost-table th, .cost-table td:first-child {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.325px;
  }
  .cost-table th {
    height: 50px;
  }
  .cost-table th, .cost-total p {
    width: 110px;
  }
  .cost-table th:last-child, .cost-total p:last-child {
    width: calc(100% - 110px);
  }
  .cost-table td {
    height: 45px;
  }
  .cost-table .sm-txt {
    font-size: 12px;
    letter-spacing: -0.3px;
    margin-left: 6px;
  }
  .cost-total p {
    font-size: 18px;
    letter-spacing: -0.45px;
    padding: 12px 4px;
  }
  .plus-txt {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
}

@media(max-width: 330px) {
  .dash-line {
    height: 370px;
  }
}
