/* Spoqa Han Sans Neo - Thin */
@font-face {
  font-family: 'Spoqa Han Sans Neo';
  src: url('./fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

/* Spoqa Han Sans Neo - Light */
@font-face {
  font-family: 'Spoqa Han Sans Neo';
  src: url('./fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

/* Spoqa Han Sans Neo - Regular */
@font-face {
  font-family: 'Spoqa Han Sans Neo';
  src: url('./fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* Spoqa Han Sans Neo - Medium */
@font-face {
  font-family: 'Spoqa Han Sans Neo';
  src: url('./fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

/* Spoqa Han Sans Neo - Bold */
@font-face {
  font-family: 'Spoqa Han Sans Neo';
  src: url('./fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('./fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

html {
  font-size: 16px;
}

body,
html {
  font-family: 'Spoqa Han Sans Neo', 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', '돋움', sans-serif;
  font-weight: 400;
}

body {
  width: 100%;
  color: #535353;
  line-height: 1.3;
  font-size: 16px;
  letter-spacing: -1.5px;
}

* {
  box-sizing: border-box;
}

.mo {
  display: none;
}

.pc {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: bottom;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.inner {
  width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.point-color {
  color: #ff9701;
}

.point-color2 {
  color: #fc8164;
}

h2 {
  font-size: 58px;
  font-weight: 700;
  color: #000;
}

.bold {
  font-weight: 700;
}

.Montserrat {
  font-family: 'Montserrat' !important;
  letter-spacing: -1px;
}

/* 헤더 ----------------------------------------------------------------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}

header.back {
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

header.hide {
  top: -120px;
}

header .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header nav ul {
  display: flex;
  align-items: center;
  gap: 60px;
  color: #898989;
  font-size: 22px;
}

/* 퀵 ----------------------------------------------------------------------------------------------------------- */
.quick-menu {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 11;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.quick-link.consult img {
  width: auto;
  height: auto;
}

.quick-link {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #535353;
  box-shadow: 0 4px 16px rgba(83, 83, 83, 0.3);
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.quick-link.consult {
  background: linear-gradient(90deg, #ff9701, #fc8164);
}

.quick-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 151, 1, 0.4);
}

.quick-link i {
  font-size: 34px;
  color: #fff;
  margin-bottom: 2px;
}

.quick-link span {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
}

/* 탑 버튼 숨김/표시 애니메이션 */
.quick-link.top-btn.hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

/* 섹션 ----------------------------------------------------------------------------------------------------------- */

section {
  position: relative;
  width: 100%;
  padding: 150px 0;
  overflow-x: hidden;
}

.main-section {
  padding: 150px 0 0;
  background: url('../images/background1.png');
  overflow: hidden;
}

.main-section .container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.main-section .content-block {
  height: 750px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 45px;
}

.main-section .content-block .subtitle {
  font-size: 24px;
  color: #c9c9c9;
}

.main-section .content-block .main-title {
  font-size: 58px;
  font-weight: 700;
  color: #000;
}

.main-section .content-block .main-title .waviy,
.main-section .content-block .main-title .waviy2 {
  display: inline-block;
  animation: waviy 1.5s;
}

.main-section .content-block .main-title .waviy:nth-child(1) {
  animation-delay: .1s;
}

.main-section .content-block .main-title .waviy:nth-child(2) {
  animation-delay: .2s;
}

.main-section .content-block .main-title .waviy:nth-child(3) {
  animation-delay: .3s;
}

.main-section .content-block .main-title .waviy:nth-child(4) {
  animation-delay: .4s;
}

.main-section .content-block .main-title .waviy:nth-child(5) {
  animation-delay: .5s;
}

.main-section .content-block .main-title .waviy2:nth-child(1) {
  animation-delay: .6s;
}

.main-section .content-block .main-title .waviy2:nth-child(2) {
  animation-delay: .7s;
}

.main-section .content-block .main-title .waviy2:nth-child(3) {
  animation-delay: .8s;
}


.main-section .content-block .description {
  font-size: 24px;
  color: #535353;
  line-height: 1.5;
}

.main-section .content-block .btn-consult {
  width: 240px;
  height: 60px;
  border-radius: 50px;
  background: linear-gradient(90deg, #ff9701, #fc8164);
  font-weight: 500;
  color: #fff;
  font-size: 22px;
  margin-top: 90px;
}

.main-section .visual-block {
  width: 400px;
  height: 750px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-section .visual-wrapper .img01 {
  position: absolute;
  right: 20%;
  bottom: -20px;
  z-index: 1;
}

.main-section .visual-wrapper .img02 {
  position: absolute;
  left: 20%;
  bottom: 80px;
  transform: scale(0.2);
}

.main-section .visual-wrapper .img02.active {
  animation: heartGrow .7s ease-out forwards;
}

.main-section .visual-wrapper .img03 {
  position: absolute;
  top: 12%;
  right: 5%;
}

.main-section .visual-wrapper .img03.active {
  animation: bounceEffect 1.5s ease-in-out forwards;
}

@keyframes heartGrow {
  0% {
    transform: translateX(-50%) scale(0.2);
    opacity: 0;
  }

  85% {
    transform: translateX(-50%) scale(1.1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}

@keyframes bounceEffect {
  0% {
    transform: translateY(0) scale(1);
  }

  20% {
    transform: translateY(-10px) scale(1.05);
  }

  40% {
    transform: translateY(0) scale(1);
  }

  60% {
    transform: translateY(-6px) scale(1.03);
  }

  80% {
    transform: translateY(0) scale(1);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes waviy {

  0%,
  40%,
  100% {
    transform: translateY(0)
  }

  20% {
    transform: translateY(-20px)
  }
}

/* section2 ------------------------------------------------------------------------------------------------------- */
.section2 {
  background: linear-gradient(to top, #fff4ec, #ffffff);
}

.check-point-area {
  margin-top: 80px;
  display: flex;
  gap: 80px;
}

.check-point {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.check-point .Montserrat {
  color: #c9c9c9;
  font-size: 24px;
}

.check-point p {
  font-size: 34px;
  font-weight: 700;
}

.check-point .desc {
  font-size: 24px;
  line-height: 1.5;
}

.check-point .desc span {
  color: #535353;
}

.check-point .icon {
  position: absolute;
  top: 0;
  right: -20px;
}

.certificate-slide-area {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}

.certificate-slide-area .image-wrapper {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: flex-end;
  gap: 40px;
  animation: slideAnimation 30s linear infinite;
}

.certificate-slide-area .image-wrapper img {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

@keyframes slideAnimation {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.section2 .kiosk-image {
  width: 1440px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.section2 .kiosk-image img {
  position: absolute;
  bottom: 0;
  right: 0;
  vertical-align: bottom;
}

/* section3 -------------------------------------------------------------------------------------------------------- */
.section3 {
  background-color: #fff;
  text-align: center;
  padding-bottom: 100px;
}

.tag-animation-area {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.color-tag {
  width: 0;
  height: 75px;
  display: inline-block;
  background-color: #ff9701;
  color: #fff;
  border-radius: 12px;
  transition: width 0.3s linear;
}

.color-tag.active {
  width: 126px;
}

.section3 .image-wrapper {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* section4 -------------------------------------------------------------------------------------------------------- */
.section4 {
  width: 100%;
  height: 250vh;
  position: relative;
  padding: 0;
  text-align: center;
  background-color: #fff;
  overflow: visible;
}

.section4 .scroll-area {
  padding-top: 50px;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
  overflow: hidden;
}

.section4 .top {
  font-size: 34px;
  font-weight: 500;
}

.section4 .hight-light-area {
  margin-top: 30px;
}

.section4 .hight-light-area p {
  color: #c9c9c9;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.6;
  transition: color 0.3s ease-in-out;
}

.section4 .hight-light-area p.active {
  color: #000;
}

.section4 .image-area {
  position: relative;
  margin-top: 100px;
}

.section4 .image-area img {
  vertical-align: bottom;
}

.section4 .circle {
  position: absolute;
  z-index: 1;
  animation-name: float;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.section4 .circle.circle1 {
  bottom: 10%;
  left: 30%;
  animation-duration: 4s;
  animation-delay: 0s;
}

.section4 .circle.circle2 {
  top: 10%;
  right: 30%;
  animation-duration: 6s;
  animation-delay: 1s;
}

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

/* section5 -------------------------------------------------------------------------------------------------------- */
.section5 {
  background: linear-gradient(to bottom, #fff6ee, #ffffff);
  text-align: center;
}

.section5 .content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.section5 .content .item {
  width: 740px;
  height: 340px;
  border-radius: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  opacity: 0;
  transition: all .5s .2s ease-in-out;
}

.section5 .content .item.item1 {
  background-color: rgba(255, 201, 194, 0.5);
}

.section5 .content .item.item2 {
  background-color: rgba(255, 217, 162, 0.5);
}

.section5 .content.aos-animate .item.item1 {
  opacity: 1;
  transform: translateX(40px);
}

.section5 .content.aos-animate .item.item2 {
  opacity: 1;
  transform: translateX(-40px);
}

.section5 .content .item .title {
  font-size: 34px;
  font-weight: 700;
}

.section5 .content .item .icon-wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.section5 .content .item .icon-wrapper .icon-bax {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
}

.section5 .content .item .icon-wrapper .icon-bax .icon {
  width: 120px;
  height: 120px;
}

.section5 .content .item .icon-wrapper .icon-bax .icon img {
  width: 100%;
}

/* section6 -------------------------------------------------------------------------------------------------------- */
.section6 {
  background: url('../images/background1.png');
  text-align: center;
}

.section6 .content {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section6 .content .item {
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding: 65px 0;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}

.section6 .content .item .text-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.section6 .content .item .text-area h3 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
}

.section6 .content .item .text-area .desc {
  font-size: 24px;
  line-height: 1.5;
  width: fit-content;
}

.section6 .content .item .text-area .desc .point {
  width: fit-content;
  position: relative;
  font-weight: 700;
  margin: 0 auto;
}

.section6 .content .item .text-area .desc .point::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 21px;
  background-color: #ff9701;
  opacity: .2;
  z-index: 0;
  border-radius: 10px;
  transition: width 0.3s 2s ease-in-out;
}

.section6 .content .item .text-area .desc .point span {
  position: relative;
  z-index: 1;
}

.section6 .content .item.aos-animate .text-area .desc .point::before {
  width: 100%;
}

/* section7 -------------------------------------------------------------------------------------------------------- */
.section7 {
  width: 100%;
  height: 400vh;
  position: relative;
  padding: 0;
  text-align: center;
  background-color: #fff;
  overflow: visible;
}

.section7 .scroll-area {
  padding-top: 100px;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 10;
  background: linear-gradient(to top, #fff4ec, #ffffff);
  overflow: hidden;
}

.section7 .scroll-area .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.section7 .scroll-area .image-wrapper {
  position: relative;
  height: 100%;
}

.section7 .scroll-area .image-wrapper .step {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.section7 .scroll-area .image-wrapper .step.active {
  opacity: 1;
}

.section7 .scroll-area .image-wrapper .kiosk {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.section7 .scroll-area .image-wrapper .kiosk img {
  height: 100%;
}

.section7 .scroll-area .image-wrapper .character {
  position: absolute;
  bottom: 0;
}

.section7 .scroll-area .image-wrapper .text {
  position: absolute;
  top: 35%;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  text-align: left;
}

.section7 .scroll-area .image-wrapper .text .small {
  font-size: 24px;
  color: #535353;
  font-weight: 400;
  margin-top: 15px;
}

.section7 .scroll-area .image-wrapper .step:nth-child(1) .character {
  left: 20%;
}

.section7 .scroll-area .image-wrapper .step:nth-child(2) .character {
  right: 20%;
}

.section7 .scroll-area .image-wrapper .step:nth-child(3) .character {
  left: 20%;
}

.section7 .scroll-area .image-wrapper .step:nth-child(4) .character {
  right: 20%;
}

.section7 .scroll-area .image-wrapper .character img {
  animation-delay: .4s;
  animation-duration: .8s;
}

.section7 .scroll-area .image-wrapper .character {
  height: 65%;
}

.section7 .scroll-area .image-wrapper .character img {
  height: 100%;
  width: auto;
}

.section7 .scroll-area .image-wrapper .step:nth-child(1) .text {
  left: 65%;
}

.section7 .scroll-area .image-wrapper .step:nth-child(2) .text {
  right: 65%;
}

.section7 .scroll-area .image-wrapper .step:nth-child(3) .text {
  left: 65%;
}

.section7 .scroll-area .image-wrapper .step:nth-child(4) .text {
  right: 65%;
}

.section7 .scroll-area .image-wrapper .text div {
  animation-delay: .8s;
  animation-duration: .8s;
}

/* section8 -------------------------------------------------------------------------------------------------------- */
.section8 {
  text-align: center;
}

.section8 h3 {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -1px;
  margin-top: 50px;
}

.section8 h3 span {
  color: #000;
  font-weight: 700;
}

.section8 .insta-images {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.section8 .insta-images .image-box {
  position: relative;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.section8 .insta-images .image-box .randomImg {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1;
  transition: opacity 1s ease;
  opacity: 1;
}

.insta-images .image-box .randomImg.fade-out {
  opacity: 0;
}

.section8 .insta-images .tag {
  position: absolute;
  z-index: 2;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  border: 2px solid #ff9701;
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
}

.section8 .insta-images.aos-animate .tag {
  animation: bounce 6s ease-in infinite;
}

.section8 .insta-images .tag:nth-child(1) {
  bottom: 28%;
  left: -4%;
}

.section8 .insta-images .tag:nth-child(2) {
  top: -6%;
  left: 51%;
  animation-delay: 1s;
}

.section8 .insta-images .tag:nth-child(3) {
  bottom: 14%;
  right: -5%;
  animation-delay: 2s;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  5% {
    transform: translateY(-6px);
  }

  10% {
    transform: translateY(0);
  }

  15% {
    transform: translateY(-6px);
  }

  20% {
    transform: translateY(0);
  }
}

.reveiw-slide-area {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
}

.reveiw-slide-area .image-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  animation: slideAnimation 30s linear infinite;
}

/* section9 -------------------------------------------------------------------------------------------------------- */
.section9 {
  background-color: #ffe7c4;
  text-align: center;
}

.section9 .content {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section9 .item {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section9 .item h3 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
}

.section9 .item .desc {
  font-size: 24px;
  line-height: 1.5;
}

@keyframes slideAnimation {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* 푸터 ----------------------------------------------------------------------------------------------------------- */
footer {
  width: 100%;
  background-color: #f8f8f8;
  padding: 100px 0;
}

footer .footer-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  text-align: center;
}

footer .company-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

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

footer .company-name {
  font-weight: 700;
}

/* 도입문의 팝업 ----------------------------------------------------------------------------------------------------- */
.popup_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 710px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 50px 0;
  z-index: 1;
}

.popup .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}

.popup .close-btn img {
  width: 30px;
}

.popup .form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}


.popup .form label {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #515151;
}

.popup .form label .red {
  color: #ff0b72;
}

.popup .form input[type="text"],
.popup .form textarea {
  width: 280px;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  font-family: 'NotoSans';
}

.popup .form textarea {
  height: 80px;
  resize: none;
  margin-bottom: 0;
}

.popup .form .form-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.popup .form-right {
  display: flex;
  flex-direction: column;
}

.popup .form-right .terms {
  width: 280px;
  height: 253px;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  overflow-y: scroll;
  box-sizing: border-box;
}

.popup .form .checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.popup .form .checkbox input {
  margin-right: 5px;
}

.popup .form .checkbox label {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 500;
}

.popup .submit-btn {
  width: 240px;
  height: 46px;
  background: linear-gradient(90deg, #ff9701, #fc8164);
  color: #fff;
  border: none;
  border-radius: 23px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  margin-top: auto;
}

.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

/* 반응형 --------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1440px) {

  html {
    font-size: 10px;
  }

  .pc {
    display: none;
  }

  .mo {
    display: block;
  }

  .inner {
    width: 100%;
    padding: 0 20px;
  }

  h2 {
    font-size: 58px;
  }

  /* 헤더 ----------------------------------------------------------------------------------------------------------- */
  header {
    background-color: #fff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    height: 60px;
  }

  header nav {
    width: 100%;
    height: calc(100vh - 60px);
    position: absolute;
    top: 60px;
    right: -100%;
    background-color: #fff;
    padding: 50px 0;
    transition: right 0.3s ease-in-out;
  }

  header nav.active {
    right: 0;
  }

  header nav ul {
    flex-direction: column;
  }

  header .main-logo {
    width: 96px;
  }

  header .hamburger {
    font-size: 32px;
    color: #000;
  }

  /* 퀵 ----------------------------------------------------------------------------------------------------------- */
  .quick-menu {
    bottom: 30px;
    right: 10px;
    gap: 10px;
  }

  .quick-link {
    gap: 0;
  }

  /* 설치상담 버튼 - 기존 이미지 크기 유지 */
  .quick-link.consult img {
    width: 25px;
  }

  /* 탑 버튼 - 모바일 크기 조정 */
  .quick-link {
    width: 80px;
    height: 80px;
  }

  .quick-link.top-btn i {
    font-size: 22px;
  }

  .quick-link span {
    font-size: 14px;
  }

  /* 섹션 ----------------------------------------------------------------------------------------------------------- */

  section {
    padding: 100px 0;
  }

  .main-section .content-block {
    width: 40%;
    flex-shrink: 0;
  }

  .main-section .content-block .main-title {
    font-size: 32px;
  }

  .main-section .content-block .description {
    font-size: 18px;
  }

  .main-section .visual-block {
    height: 600px;
    width: 100%;
  }

  .main-section .visual-wrapper .img01 {
    height: 600px;
    width: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .main-section .visual-wrapper .img02 {
    width: 450px;
    left: 50%;
    transform: translateX(-50%) scale(0.2);
  }

  /* section2 ------------------------------------------------------------------------------------------------------- */
  .section2 h2 {
    text-align: center;
  }

  .certificate-slide-area {
    margin-top: 0;
  }

  .certificate-slide-area .image-wrapper {
    height: 450px;
    animation: slideAnimation 10s linear infinite;
  }

  .certificate-slide-area .image-wrapper img {
    width: auto;
    height: 250px;
  }

  .section2 .kiosk-image {
    width: 100%;
    height: 45%;
    top: auto;
    bottom: 0;
  }

  .section2 .kiosk-image img {
    height: 100%;
    right: 50%;
    transform: translateX(50%);
  }

  /* section3 -------------------------------------------------------------------------------------------------------- */
  .section3 h2 {
    text-align: center;
    line-height: 1.5;
  }

  .tag-animation-area {
    flex-wrap: wrap;
    row-gap: 0;
  }

  .tag-animation-area span:nth-child(1) {
    width: 100%;
  }

  .section3 .image-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .section3 .image-wrapper img {
    width: 100%;
  }

  /* section4 -------------------------------------------------------------------------------------------------------- */
  .section4 .top {
    font-size: 26px;
  }

  .section4 .hight-light-area p {
    font-size: 36px;
  }

  .section4 .image-area .main {
    width: 60%;
  }

  /* section5 -------------------------------------------------------------------------------------------------------- */
  .section5 .content {
    flex-direction: column;
    gap: 20px;
  }

  .section5 .content .item {
    width: 100%;
    max-width: 720px;
    height: 220px;
    border-radius: 16px;
  }

  .section5 .content.aos-animate .item.item1,
  .section5 .content.aos-animate .item.item2 {
    transform: translateX(0);
  }

  .section5 .content .item .title {
    font-size: 21px;
  }

  .section5 .content .item .icon-wrapper {
    gap: 20px;
  }

  .section5 .content .item .icon-wrapper .icon-bax .icon {
    width: 70px;
    height: 70px;
  }

  .section5 .content .item .icon-wrapper .icon-bax p {
    font-size: 14px;
  }

  /* section6 -------------------------------------------------------------------------------------------------------- */
  .section6 .content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
  }

  .section6 .content .item {
    width: 100%;
    max-width: 720px;
    flex-direction: row;
    padding: 40px 0;
    gap: 20px;
    justify-content: center;
  }

  .section6 .content .item .icon {
    width: 20%;
  }

  .section6 .content .item .icon img {
    width: 100%;
    height: auto;
  }

  .section6 .content .item .text-area {
    gap: 10px;
    text-align: left;
    align-items: flex-start;
  }

  .section6 .content .item .text-area h3 {
    font-size: 22px;
  }

  .section6 .content .item .text-area .desc {
    font-size: 16px;
    line-height: 1.5;
  }

  .section6 .content .item .text-area .desc .point {
    margin: 0;
  }

  .section6 .mo-flex {
    display: flex;
    gap: 5px;
  }

  /* section8 -------------------------------------------------------------------------------------------------------- */

  .section8 h3 {
    font-size: 20px;
    margin-top: 20px;
  }

  .section8 .insta-images {
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
  }

  .section8 .insta-images .image-box {
    width: 304px;
    height: 446px;
    flex-shrink: 0;
  }

  .section8 .insta-images .image-box .boxImg {
    width: 100%;
    height: auto;
  }

  .section8 .insta-images .image-box .randomImg {
    width: 100%;
    top: 9%;
  }

  .section8 .insta-images .tag {
    font-size: 16px;
    padding: 10px 20px;
    border-width: 1px;
  }

  .section8 .insta-images .tag:nth-child(1) {
    bottom: -5%;
    left: 10%;
  }

  .section8 .insta-images .tag:nth-child(2) {
    top: -5%;
    left: 61%;
  }

  .section8 .insta-images .tag:nth-child(3) {
    bottom: -15%;
    right: 0;
  }

  .reveiw-slide-area .image-wrapper {
    gap: 20px;
  }

  .reveiw-slide-area .image-wrapper img {
    width: 220px;
  }

  .section9 .item {
    padding: 40px 20px;
    border-radius: 16px;
  }

  .section9 .item h3 {
    font-size: 18px;
  }

  .section9 .item .desc {
    font-size: 16px;
  }

  /* 푸터 ----------------------------------------------------------------------------------------------------------- */
  footer {
    padding: 50px 0;
    font-size: 12px;
  }

  footer .footer-content {
    gap: 30px;
  }

  footer .company-info {
    gap: 5px;
  }

  footer .contact-details {
    flex-direction: column;
    gap: 5px;
  }

  footer .footer-logo {
    width: 95px;
  }


}

@media screen and (max-width: 720px) {

  h2 {
    font-size: 28px;
  }

  .main-section {
    padding: 50px 0 0;
  }

  .main-section .container {
    flex-direction: column;
  }

  .main-section .content-block {
    width: 100%;
    height: auto;
    gap: 20px;
  }

  .main-section .content-block .subtitle {
    font-size: 14px;
  }

  .main-section .content-block .main-title {
    font-size: 32px;
  }

  .main-section .content-block .description {
    font-size: 16px;
  }

  .main-section .content-block .btn-consult {
    width: 160px;
    height: 40px;
    margin-top: 10px;
    font-size: 16px;
  }

  .main-section .visual-block {
    height: 470px;
    width: 100%;
  }

  .main-section .visual-wrapper .img01 {
    height: 460px;
  }

  .main-section .visual-wrapper .img02 {
    width: 330px;
    left: 50%;
    transform: translateX(-50%) scale(0.2);
  }


  .main-section .visual-wrapper .img03 {
    top: 7%;
    width: 50px;
  }

  /* section2 ------------------------------------------------------------------------------------------------------- */
  .check-point-area {
    margin-top: 50px;
    flex-direction: column;
    gap: 30px;
  }

  .check-point .icon {
    width: 80px;
    top: auto;
    bottom: 0;
    right: 0;
  }

  .check-point .icon img {
    width: 100%;
  }

  .check-point .Montserrat {
    font-size: 16px;
  }

  .check-point p {
    font-size: 24px;
  }

  .check-point .desc {
    font-size: 16px;
  }

  /* section3 -------------------------------------------------------------------------------------------------------- */
  .color-tag {
    height: 43px;
  }

  .color-tag.active {
    width: 75px;
  }

  /* section4 -------------------------------------------------------------------------------------------------------- */
  .section4 .top {
    font-size: 18px;
  }

  .section4 .scroll-area {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .section4 .hight-light-area p {
    font-size: 28px;
  }

  .section4 .image-area {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }

  .section4 .image-area .main {
    width: 120%;
  }

  .section4 .circle.circle1 {
    bottom: 5%;
    left: 0;
  }
  
  .section4 .circle.circle2 {
    top: -10%;
    right: 10%;
  }

  /* section7 -------------------------------------------------------------------------------------------------------- */
  .section7 {
    height: auto;
  }

  .section7 .scroll-area {
    height: auto;
    position: relative;
    z-index: 0;
  }

  .section7 .scroll-area .inner {
    gap: 0;
  }

  .section7 .scroll-area .image-wrapper {
    display: flex;
    flex-direction: column;
  }

  .section7 .scroll-area .image-wrapper .step {
    width: 100%;
    height: 80vh;
    position: relative;
    opacity: 1;
  }

  .section7 .scroll-area .image-wrapper .kiosk {
    height: 80%;
  }

  .section7 .scroll-area .image-wrapper .character {
    height: 45%;
  }

  .section7 .scroll-area .image-wrapper .character img {
    height: 100%;
    width: auto;
  }

  .section7 .scroll-area .image-wrapper .step:nth-child(1) .character {
    left: -20%;
  }

  .section7 .scroll-area .image-wrapper .step:nth-child(2) .character {
    right: -20%;
  }

  .section7 .scroll-area .image-wrapper .step:nth-child(3) .character {
    left: -20%;
  }

  .section7 .scroll-area .image-wrapper .step:nth-child(4) .character {
    right: -20%;
  }

  .section7 .scroll-area .image-wrapper .text {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: 10%;
    text-align: center;
    font-size: 22px;
  }

  .section7 .scroll-area .image-wrapper .text .small {
    font-size: 14px;
    margin-top: 5px;
  }


  /* section8 -------------------------------------------------------------------------------------------------------- */

  .section8 .insta-images .image-box {
    width: 160px;
    height: 234px;
  }

  .section8 .insta-images .tag:nth-child(1) {
    bottom: -10%;
  }

  .section8 .insta-images .tag:nth-child(2) {
    top: -13%;
  }

  .section8 .insta-images .tag:nth-child(3) {
    bottom: -25%;
  }

  /* 도입문의 -------------------------------------------------------------------------------------------------------- */
  .popup {
    width: 100%;
    transform: none;
    top: auto;
    left: auto;
    bottom: 0;
    border-radius: 20px 20px 0 0;
    padding: 60px 20px;
    box-sizing: border-box;
    display: none;
  }

  .popup .form .form-left {
    width: 100%;
  }

  .popup .form input[type="text"],
  .popup .form textarea {
    width: 100%;
    height: 35px;
  }

  .popup .form textarea {
    height: 70px;
  }

  .popup .form label {
    font-size: 15px;
  }

  .popup .form-right .terms {
    width: 100%;
    height: 80px;
  }

  .popup .submit-btn {
    width: 100%;
    border-radius: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }

}

/* 팝업 ----------------------------------------------------------------------------------------------------------- */
.popup-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}

.popup-content {
  width: 90%;
  height: 500px;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.popup-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-image {
  width: 100%;
  max-width: 500px;
}

.popup-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.popup-button-group {
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.popup-button-group .popup-button {
  padding: 5px 15px;
  border: none;
  outline: none;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

.popup-button-group .popup-button:first-child {
  border-right: 1px solid #eee;
}

@media (max-width: 767px) {

  /* 모바일 팝업 스타일 */
  .popup-content {
    flex-direction: column;
  }

  .popup-item {
    position: relative;
  }

  .popup-item:first-child {
    z-index: 2;
  }

  .popup-item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}