@font-face {
  font-family: "Jalnan Gothic";
  src: url('./JalnanGothicTTF.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* popup */
.pc {
  display: block;
}

.mobile {
  display: none;
}
.br-tab,
.br-mo{
  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;
}
.tit-point{
  width: 124px;
  text-align: center;
  position: relative;
  color: var(--White, #FFF);
  text-align: center;
  font-family: Pretendard;
  font-weight: 700;
  padding: 11px 0px 11px;
  margin: 0 auto 28px;
}
.tit-point svg{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.default-padding{
  padding: 120px 0;
}

#page1 {
  position: relative;
  height: 200vh; /* 더 긴 스크롤 영역 */
  z-index: 1;
}
#page1 .video-wrapper {
  position: relative; /* sticky 제거! */
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
#page1 .video-wrapper .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
#page1 .video-bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Point_OrangeRed, #C12E1A);
}
#page1 .video-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c12e1a;
  clip-path: circle(200px at 50% 40%);
  z-index: 2;
  pointer-events: none;
}
#page1 .video-top video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page1 .video-bottom .flex-container{
  width: 100%;
  height: 100%;
  padding-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}
#page1 .video-bottom .flex-container:before{
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 40%;
  left: 0;
}
#page1 .video-bottom .flex-container .flex-wrap{
  width: 92%;
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#page1 .video-bottom .flex-container .flex-wrap:nth-child(2){
  bottom: 30%;
}
#page1 .video-bottom .flex-container .flex-wrap .item:nth-child(1){
  text-align: left;
}

#page1 .video-bottom .flex-container .flex-wrap .item:nth-child(2){
  text-align: right;
}
#page1 .video-bottom .flex-container .flex-wrap .sub-txt{
  color: var(--White, #FFF);
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.6px;
}
#page1 .video-bottom .flex-container .flex-wrap .tit{
  color: var(--White, #FFF);
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -1px;
}
#page1 .video-bottom .flex-container .bottom-txt{
  position: absolute;
  bottom: 7%;
  max-width: 1294px;
  width: 85%;
}
#page1 .video-top .content-wrap{
  opacity: 0;
  transform: translateY(30px);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  padding-top: 17%;
  z-index: 2;
}
#page1 .video-top .content-wrap img{
  width:70%;
  max-width: 685px;
}
#page1 .video-top .content-wrap .txt{
  color: var(--White, #FFF);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
  margin-top: 5%;
}
#page1 .video-top .content-wrap .count{
  color: var(--White, #FFF);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Pretendard;
  font-size: 220px;
  font-style: normal;
  font-weight: 900;
  line-height: 90%; /* 286px */
  letter-spacing: -5.5px;
}

#page2 {
  height: 100vh;
  background: #000;
  color: #fff;
}




#page3{
  overflow: hidden;
  position: relative;
  padding: 200px 0;
  z-index: 10;
  background: #fff;
}
#page3 .flex-wrap{
  display: flex;
  justify-content: space-between;
  max-width: 1360px;
  width: 92%;
  margin: 0 auto;
}
#page3 .flex-wrap .txt1{
  -webkit-text-stroke-width: 1.4px;
  -webkit-text-stroke-color: var(--Point_OrangeRed, #C12E1A);
  color: #fff;
  font-family: "Jalnan Gothic";
  font-weight: 400;
}
#page3 .flex-wrap .txt2{
  color: var(--Point_OrangeRed, #C12E1A);
  font-family: "Jalnan Gothic";
  font-weight: 400;
  word-break: keep-all;
}
#page3 .flex-wrap .txt3{
  margin: 44px 0;
}
#page3 .flex-wrap .txt3 .underline{
  position: relative;
}
#page3 .flex-wrap .txt3 .underline svg{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -10px;
}
#page3 .flex-wrap .txt4{
  line-height: 190%;
}
#page3 .flex-wrap .txt4 .t-style1{
  border-radius: 16px;
  border: 1px solid var(--Gray-950, #0F0F10);
  background: var(--White, #FFF);
  padding: 6px 10px;
  font-weight: 800;
}
#page3 .flex-wrap .txt4 .t-style2{
  border-radius: 16px;
  border: 1px solid var(--Gray-950, #0F0F10);
  background: var(--Gray-950, #0F0F10);
  padding: 6px 10px;
  font-weight: 800;
  color: #fff;
}
#page3 .flex-wrap .marquee-container {
  display: flex;
  height: 500px;
  position: relative;
  z-index: 2;
}

#page3 .flex-wrap .marquee-track {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
#page3 .flex-wrap .marquee-track.marquee-up{
  animation: scrollUp 20s linear infinite;
}
#page3 .flex-wrap .marquee-track.marquee-down{
  animation: scrollDown 20s linear infinite;
}

#page3 .flex-wrap .marquee-track img {
  width: 210px;
  border-radius: 10px;
  /*box-shadow: 0 5px 15px rgba(0,0,0,0.2);*/
}
#page3 .bottom-wrapper{
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
}
#page3 .bottom-wrapper .bottom{
  display: inline-block;
  white-space: nowrap;
  /*animation: scrollRight 100s linear infinite;*/
  font-size: 210px;
  font-weight: 900;
  color: rgba(248, 193, 198, 0.20);
  letter-spacing: 6.4px;
}
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#page4{
  overflow: hidden;
  background:
          linear-gradient(rgba(223, 203, 198, 0.4), rgba(223, 203, 198, 0.4)),
          url("../img/page4-bg.jpg") center / cover no-repeat;
  background-blend-mode: lighten;
  background-position: center center !important;
  background-size: cover !important;
  z-index: 10;
  position: relative;
}
#page4 .tit-wrap{
  text-align: center;
}
#page4 .tit-wrap .sub-txt{
  margin: 20px 0;
}
#page4 .tit-wrap .style1{
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--Point_OrangeRed, #C12E1A);
  font-family: "Jalnan Gothic";
  color: #fff;
}
#page4 .tit-wrap .style2{
  color: var(--Point_OrangeRed, #C12E1A);
  font-family: "Jalnan Gothic";
}
#page4 .pc-flex-wrap{
  display: flex;
  max-width: 1140px;
  width: 92%;
  margin: 160px auto 0;
  justify-content: center;
}
#page4 .pc-flex-wrap img{
  width: 33.33%;
  position: relative;
}
#page4 .pc-flex-wrap img.middle{
  bottom: 60px;
}
#page4 .mo-flex-wrap{
  display: none;
  width: 92%;
  margin: 60px auto 0;
  justify-content: center;
  align-items: center;
}
#page4 .mo-flex-wrap .img-wrap{
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
#page4 .mo-flex-wrap .img-wrap img{
  width: 100%;
}
#page5{
  padding: 160px 0 100px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
#page5 .tit{
  text-align: center;
  font-weight: 400;
  color: #2C2C2E;
  margin-bottom: 280px;
}
#page5 .menu-slide-container{
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#page5 .menu-slide-container .swiper-wrapper{
  transition-timing-function: linear;
  max-height: 215px;
}
#page5 .menu-slide-container img{
  width: 100%;
}
#page5 .menu-slide-container2{
  margin: 60px 0;
}
#page5 .bg{
  position: absolute;
  top: 360px;
  text-align: center;
  width: 100%;
}
#page5 .bg .fade-text{
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Pretendard;
  font-size: 120px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 156px */
  width: 100%;
  color: #C12E1A;
  opacity: 0.2;
  animation: textFade 8s linear infinite;
  animation-delay: calc(var(--i) * 2s);
  animation-fill-mode: both;
}
@keyframes textFade {
  0%{
    opacity: 0.2;
  }
  24.99% {
    opacity: 1;
  }
  25%, 100% {
    opacity: 0.2;
  }
}


#page6{
  position: relative;
  z-index: 1;
}
#page6:after{
  content: "";
  width: 100%;
  height: 254px;
  left: 0;
  bottom: 0;
  background: var(--Point_OrangeRed, #C12E1A);
  position: absolute;
  z-index: -1;
}
#page6 .tit{
  margin-bottom: 20px;;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 800;
  text-align: center;
}
#page6 .tit .line{
  position: relative;
}
#page6 .tit .line:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 28px;
  border-radius: 4px;
  background: rgba(248, 193, 198, 0.40);
  top: 25px;
  left: 0;
  z-index: -1;
}
#page6 .txt{
  text-align: center;
}
#page6 .youtube-wrap{
  max-width: 1360px;
  width: 92%;
  margin: 100px auto 0;
  display: flex;
  gap: 8px;
}
#page6 .youtube-wrap .item {
  width: 25%;
}
#page6 .youtube-wrap .item .iframe-wrap{
  position:relative;
  height:0;
  padding-bottom:56.25%;
}

#page6 .youtube-wrap .item .iframe-wrap iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
#page7{
  position: relative;
  overflow: hidden;
}
#page7 .tit{
  margin-bottom: 20px;
  color: var(--Gray-800, #2C2C2E);
  text-align: center;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 60px */
  letter-spacing: -1px;
}
#page7 .tit .line{
  position: relative;
}
#page7 .tit .line:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 28px;
  border-radius: 4px;
  background: var(--Sub_SoftBeige, #E8D7C2);
  top: 25px;
  left: 0;
  z-index: -1;
}
#page7 .txt{
  text-align: center;
}
#page7 .flex-wrap{
  max-width: 1360px;
  margin: 100px auto 0;
  width: 92%;
  display: flex;
  gap: 20px;
  justify-content: center;
}
#page7 .flex-wrap img{
  width: 33.33%;
}
#page8{
  background: var(--CreamWhite, #F5F5F5);
  text-align: center;
}
#page8 .txt{
  font-weight: 800;
}
#page8 .tit{
  font-weight: 800;
}
#page8 .box{
  border-radius: 40px;
  background: rgba(141, 187, 238, 0.20);
  max-width: 758px;
  margin: 20px auto 0;
  text-align: center;
  padding: 24px 24px;
}
#page8 .box:nth-child(5){
  display: none;
}
#page8 .mo-img-container{
  display: none;
}
#page8 .pc-img-container{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  max-width: 1060px;
  width: 92%;
  margin: 100px auto 0;
}
#page8 .pc-img-container .left-wrap{
  width: 400px;
  padding-bottom: 65px;;
}
#page8 .pc-img-container .left-wrap img{
  width: 100%;
  margin-bottom: 16px;
}
#page8 .pc-img-container .left-wrap p{
  color: var(--Gray-400, #808082);
  text-align: center;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
}
#page8 .pc-img-container .right-wrap{
  width: 640px;
}
#page8 .pc-img-container .right-wrap img{
  width: 100%;
}
#page8 .pc-img-container .right-wrap .right-txt{
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.6px;
  margin: 16px 0;
}
#page8 .pc-img-container .right-wrap .txt-wrap {
  border-radius: 40px;
  background: var(--Point_OrangeRed, #C12E1A);
  padding: 12px 0;
  text-align: center;
  width: 464px;
  margin: 0 auto;
}
#page8 .pc-img-container .right-wrap .txt-wrap .style1{
  color: var(--White, #FFF);
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.8px;
}
#page8 .pc-img-container .right-wrap .txt-wrap .style2{
  color: var(--Point_OrangeRed, #C12E1A);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--White, #FFF);
  font-weight: 900;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.8px;
}
#page8 .icon {
  display: none;
}
#page8 .mo-img-container{
  flex-direction: column;
  width: 92%;
  max-width: 738px;
  margin: 0 auto;
  gap: 40px;
}
#page8 .mo-img-container .left-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#page8 .mo-img-container .left-wrap img{
  width: 60%;
}
#page8 .mo-img-container .left-wrap .txt{
  color: var(--Gray-400, #808082);
  font-weight: 600;
  line-height: 130%; /* 16.9px */
  letter-spacing: -0.325px;
  text-align: left;
}
#page8 .mo-img-container .right-wrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
#page8 .mo-img-container .right-wrap img{
  width: 100%;
}
#page8 .mo-img-container .right-wrap .right-txt{
  font-weight: 800;
}
#page8 .mo-img-container .right-wrap .txt-wrap{
  width: 100%;
  border-radius: 12.642px;
  background: var(--Point_OrangeRed, #C12E1A);
  padding: 10px;
}
#page8 .mo-img-container .right-wrap .txt-wrap .style1{
  color: var(--White, #FFF);
  font-weight: 700;
}
#page8 .mo-img-container .right-wrap .txt-wrap .style2{
  color: var(--Point_OrangeRed, #C12E1A);
  text-align: center;
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: var(--White, #FFF);
  font-weight: 900;
}
#page9{
  position: relative;
  text-align: center;
}
#page9 .p-logo{
  width: 242px;
}
#page9 .txt{
  margin: 24px 0;
}
#page9 .style1{
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--Point_OrangeRed, #C12E1A);
  font-family: "Jalnan Gothic";
  color: #fff;
}
#page9 .style2{
  color: var(--Point_OrangeRed, #C12E1A);
  font-family: "Jalnan Gothic";
}
#page9 .chart-tit{
  text-align: center;
  margin: 60px auto 100px;
}
#page9 .chart-tit .round{
  border-radius: 999px;
  background: rgba(248, 193, 198, 0.25);
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
  margin: 0 8px;
  display: inline-block;
  vertical-align: sub;
}
#page9 .chart{
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
#page9 .bottom{
  color: var(--Gray-300, #A0A0A2);
  font-weight: 600;
  margin-top: 40px;
}
#page9 .bg{
  position: absolute;
  left: 0;
  bottom: -30%;
  max-width: 680px;
  z-index: -1;
  width: 50%;
}



#page10{
  text-align: center;
  position: relative;
  overflow: hidden;
}
#page10 .font32{
  margin-bottom: 6px;
}
#page10 .font48{
  font-weight: 800;
}
#page10 .red{
  color: var(--Point_OrangeRed, #C12E1A);
}
#page10 .step-wrap{
  max-width: 1020px;
  width: 92%;
  margin: 100px auto;
  gap: 20px;
  justify-content: center;
  display: flex;
}
#page10 .step-wrap .step{
  width: calc(25% - (20px / 3));
  border-radius: 80px;
  background: var(--White, #FFF);
  box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: var(--Point_OrangeRed, #C12E1A);
  height: 200px;
}
#page10 .step-wrap .step .line{
  width: 100%;
  height: 1px;
  background: var(--Point_OrangeRed, #C12E1A);
  display: inline-block;
  margin: 12px 0;
  transform: rotate(-3deg);
}
#page10 .step-wrap .step:hover{
  color: #fff;
  background: var(--Point_OrangeRed, #C12E1A);
}
#page10 .step-wrap .step:hover .line{
  background: #fff;
}
#page10 .img-wrap.mo-img-wrap{
  display: none;
}
#page10 .img-wrap{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1360px;
  width: 92%;
  gap: 20px;
  margin: 0 auto;
}
#page10 .img-wrap img{
  width: calc(33% - 10px);
}
#page10 .img-wrap img:nth-child(2){
  margin-top: 180px;
}
#page10 .img-wrap img:nth-child(3){
  margin-top: 360px;
}
#page10 .bg{
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  z-index: -1;
}
#page11{
  padding: 40px 60px;
  background: url("../img/page11-bg.png");
  background-size: cover !important;
  background-position: center center !important;
}
#page11 .top{
  margin-bottom: 188px;
  position: relative;
  text-align: left;
  color: #fff;
  font-weight: 600;
}
#page11 .top .line{
  width: 40px;
  height: 3px;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: #fff;
}
#page11 img{
  display: block;
  margin-left: auto;
  width: 140px;
}
#page12{
  background: url("../img/page12-bg.png");
  background-size: cover !important;
  background-position: center center !important;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#page12 .icon{
  display: none;
}
#page12 .txt{
  color: var(--Gray-800, #2C2C2E);
  text-align: center;
  font-family: Pretendard;
}
#page12 .tit{
  color: var(--Gray-800, #2C2C2E);
  text-align: center;
  font-family: Pretendard;
  font-weight: 800;
}
#page12 .tit .red{
  color: var(--Point_OrangeRed, #C12E1A);
}
#page12 .brand-tab-wrap{
  max-width: 442px;
  width: 92%;
  margin: 80px auto 60px;
  display: flex;
  gap: 8px;
  justify-content: center;
}
#page12 .brand-tab-wrap .tab{
  width: calc(33% - 4px);
  border-radius: 24px;
  border: 2px solid var(--Point_OrangeRed, #C12E1A);
  background: var(--White, #FFF);
  color: var(--Point_OrangeRed, #C12E1A);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
  padding: 16px 0;
  text-align: center;
  border-radius: 24px;
  cursor: pointer;
}
#page12 .brand-tab-wrap .tab:hover{
  background: #C12E1A;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
  color: #fff;
}
#page12 .brand-tab-wrap .tab.active{
  background: #C12E1A;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
  color: #fff;
}
#page12 .brand-tab-container{
  width: 100%;
  border-top: 1px solid #C12E1A;
}
#page12 .brand-tab-container .brand-tab-wrap{
  width: 92%;
  max-width: 1360px;
  margin: 0 auto;
  display: none;
  gap: 20px;
}
#page12 .brand-tab-container .brand-tab-wrap:nth-child(1){
  display: flex;
}
#page12 .brand-tab-container .brand-content{
  width: calc(25% - 5px);
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s ease forwards;
  position: relative;
}
#page12 .brand-tab-container .brand-content .line{
  width: 1px;
  background: #C12E1A;
  margin-bottom: 20px;
  display: inline-block;
}
#page12 .brand-tab-container .brand-content .line.short{
  height: 100px;
}
#page12 .brand-tab-container .brand-content .line.middle{
  height: 186px;
}
#page12 .brand-tab-container .brand-content .line.long{
  height: 328px;
}
#page12 .brand-tab-container .brand-content img{
  width: 100%;
}
#page12 .brand-tab-container .brand-content .title{
  margin: 36px auto 6px;
  color: var(--Gray-800, #2C2C2E);
  text-align: center;
  /* Heading/Desktop/Md */
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
}
#page12 .brand-tab-container .brand-content .date{
  position: absolute;
  top: -20px;
  text-align: center;
  background: #fff;
  color: #C12E1A;
  font-size: 32px;
  width: 210px;
  left: calc(50% - 105px);
  font-weight: 700;
}
#page12 .brand-tab-container .brand-content .date.middle{

}
#page12 .brand-tab-container .brand-content .mo-txt{
  display: none;
  position: absolute;
  top: -20px;
  text-align: center;
  background: #fff;
  color: #C12E1A;
  font-size: 32px;
  width: 210px;
  left: calc(50% - 105px);
  font-weight: 700;
}
.brand-content:nth-child(1) { animation-delay: 0.1s; }
.brand-content:nth-child(2) { animation-delay: 0.2s; }
.brand-content:nth-child(3) { animation-delay: 0.3s; }
.brand-content:nth-child(4) { animation-delay: 0.4s; }
.brand-content:nth-child(5) { animation-delay: 0.5s; }
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#page13{
  width: 100%;
  position: relative;
  height: 72px;
  border-top: 1px solid var(--Point_OrangeRed, #C12E1A);
  border-bottom: 1px solid var(--Point_OrangeRed, #C12E1A);

}
#page13 .text-wrapper{
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 10px;
}
#page13 .text-wrapper .text{
  display: inline-block;
  white-space: nowrap;
  animation: scrollRight 100s linear infinite;
}
#page13 .text-wrapper .text .style1{
  color: var(--Point_OrangeRed, #C12E1A);
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: var(--Point_OrangeRed, #C12E1A);
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 52px */
  letter-spacing: 2.4px;
  margin-right: 32px;
}
#page13 .text-wrapper .text .style2{
  color: var(--White, #FFF);
  -webkit-text-stroke-width: 1.4px;
  -webkit-text-stroke-color: var(--Point_OrangeRed, #C12E1A);
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 52px */
  letter-spacing: 2.4px;
  margin-right: 32px;
}
#page14 .inner{
  max-width: 1360px;
  width: 92%;
  margin: 0 auto;
}
#page14 .tit-wrap{
  text-align: left;
  margin-bottom: 60px;
}
#page14 .tit-wrap img{
  width: 280px;
  vertical-align: bottom;
}
#page14 .flex-wrap{
  width: 100%;
  display: flex;
  justify-content: center;
}
#page14 .flex-wrap .item{
  width: 25%;
  position: relative;
}
#page14 .flex-wrap .item:hover .cursor-wrap{
  opacity: 0;
}
#page14 .flex-wrap .item img{
  width: 100%;
  position: relative;
  z-index: 1;
}
#page14 .flex-wrap .item .cursor-wrap{
  opacity: 1;
  transition: opacity 0.4s ease;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
  display: flex;
  align-items: flex-start;
  padding: 40px 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
}

#page14 .flex-wrap .item .cursor-wrap .eng{
  color: #FFF;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 35.2px */
  letter-spacing: -0.8px;
}
#page14 .flex-wrap .item .cursor-wrap .kor{
  color: #FFF;
  font-family: Pretendard;
  margin-top: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.4px;
}
#page14 .flex-wrap .item:nth-child(1) .cursor-wrap{
  background: url("../img/page14-img-off1.png");
}
#page14 .flex-wrap .item:nth-child(2) .cursor-wrap{
  background: url("../img/page14-img-off2.png");
}
#page14 .flex-wrap .item:nth-child(3) .cursor-wrap{
  background: url("../img/page14-img-off3.png");
}
#page14 .flex-wrap .item:nth-child(4) .cursor-wrap{
  background: url("../img/page14-img-off4.png");
}
#page14 .flex-wrap .item:nth-child(5) .cursor-wrap{
  background: url("../img/page14-img-off5.png");
}
#page15{

}
#page15 .inner-wrap{
  max-width: 1360px;
  width: 92%;
  margin: 0 auto;
}
#page15 .inner-wrap .season-tab-wrap{
  width: 206px;
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
}
#page15 .inner-wrap .season-tab-wrap .tab{
  padding: 16px 0;
  text-align: center;
  border-radius: 24px;
  background: var(--White, #FFF);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
  cursor: pointer;
  width: 50%;
}
#page15.summer-on{
  background: #F1F8FE;
}
#page15.summer-on .inner-wrap .season-tab-wrap .tab{
  border: 2px solid #8DBBEE;
  color: #8DBBEE;
}
#page15.summer-on .inner-wrap .season-tab-wrap .tab:hover{
  background: #8DBBEE;
  color: #fff;
}
#page15.summer-on .inner-wrap .season-tab-wrap .tab.active{
  background: #8DBBEE;
}

#page15.winter-on{
  background: #FFFCFA;
}
#page15.winter-on .inner-wrap .season-tab-wrap .tab{
  border: 2px solid #CAB499;
  color: #CAB499;
}
#page15.winter-on .inner-wrap .season-tab-wrap .tab:hover{
  background: #CAB499;
  color: #fff;
}
#page15.winter-on .inner-wrap .season-tab-wrap .tab.active{
  background: #CAB499;
}

#page15 .inner-wrap .season-tab-wrap .tab.active{
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
  color: #fff;
}
#page15 .inner-wrap .winter-container{
  display: none;
}
#page15 .inner-wrap .tab-container .tit{
  color: var(--Gray-800, #2C2C2E);
  font-family: Pretendard;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -1.2px;
}
#page15 .inner-wrap .tab-container .tit .brawn{
  color: #CAB499;
}
#page15 .inner-wrap .tab-container .tit .blue{
  color: #64A5EE;
}
#page15 .inner-wrap .tab-container .flex-wrap{
  width: 100%;
  display: flex;
  margin-top: 60px;
  gap: 20px;
}
#page15 .inner-wrap .tab-container .flex-wrap img{
  width: calc(33.33% - 10px);
}
#page16 .title-wrap{
  max-width: 1360px;
  width: 92%;
  margin: 0 auto;
  text-align: left;
}
#page16 .title-wrap .tit-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
#page16 .title-wrap .tit-wrap .tit{
  color: var(--Point_OrangeRed, #C12E1A);
  font-weight: 700;
  width: 217px;
}
#page16 .title-wrap .tit-wrap hr{
  display: inline-block;
  border-top: 1px solid #C12E1A;
  width: calc(100% - 237px);
}
#page16 .title-wrap .txt1{
  color: var(--Gray-800, #2C2C2E);
  font-weight: 400;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.8px;
}
#page16 .title-wrap .txt2{
  font-weight: 800;
  line-height: 150%; /* 72px */
  letter-spacing: -1.2px;
}
#page16 .interior-tab-wrap{
  display: flex;
  gap: 8px;
  margin: 40px auto 100px;
  max-width: 1360px;
  width: 92%;
  justify-content: flex-start;
}
#page16 .interior-tab-wrap .tab{
  border-radius: 24px;
  padding: 16px 32px;
  text-align: center;
  font-weight: 700;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
  font-size: 20px;
  color: var(--Point_OrangeRed, #C12E1A);
  border: 1px solid #C12E1A;
  cursor: pointer;
}
#page16 .interior-tab-wrap .tab.active{
  background: var(--Point_OrangeRed, #C12E1A);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
  color: var(--White, #FFF);
}
#page16 .interior-tab-wrap .tab:hover{
  background: var(--Point_OrangeRed, #C12E1A);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
  color: var(--White, #FFF);
}
#page16 .interior-tab-container{}
#page16 .interior-tab-container .interior-slide-container{
  width: 100%;
  overflow: hidden;
  position: relative;
  display: none;
}
#page16 .interior-tab-container .interior-slide-container img{
  width: 100%;
}
#page16 .interior-tab-container .interior-slide-container:nth-child(1){
  display: block;
}
#page17{
  background-size: cover !important;
  background-position: center center;
  background: url("../img/page17-bg.png");
  overflow: hidden;
}
#page17 .flex-wrap{
  max-width: 1360px;
  margin: 0 auto;
  width: 92%;
  display: flex;
  gap: 70px;
}
#page17 .flex-wrap .text-wrap{
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3% 0;
}
#page17 .flex-wrap .text-wrap .txt1{
  color: var(--White, #FFF);
  font-family: "Jalnan Gothic";
  font-weight: 400;
  line-height: 130%;
}
#page17 .flex-wrap .text-wrap .txt1 .accent{
  -webkit-text-stroke-width: 1.4px;
  -webkit-text-stroke-color: var(--White, #FFF);
  font-family: "Jalnan Gothic";
  color: transparent;
}
#page17 .flex-wrap .text-wrap svg{
  width: 100%;
}
#page17 .flex-wrap .text-wrap .txt2{
  color: #ED2A10;
  font-family: "Jalnan Gothic";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 78px */
  letter-spacing: -1.5px;
}
#page17 .flex-wrap .text-wrap .txt3{
  color: #fff;
}
#page17 .flex-wrap img{
  width: 55%;
}
#page18 .txt1{
  text-align: center;
  font-weight: 600;
}
#page18 .round{
  border-radius: 999px;
  background: rgba(248, 193, 198, 0.25);
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
  display: inline-block;
  position: relative;
  top: 5px;
}
#page18 .txt2{
  text-align: center;
  margin: 20px auto 100px;
}
#page18 .txt2 .style1{
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--Point_OrangeRed, #C12E1A);
  font-family: "Jalnan Gothic";
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 88.4px */
  color: #fff;
}
#page18 .txt2 .style2{
  color: var(--Point_OrangeRed, #C12E1A);
  font-family: "Jalnan Gothic";
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 88.4px */
  letter-spacing: -1.7px;
}

#page18 .price-table {
  width: 92%;
  max-width: 1060px;
  margin: 0 auto;
  font-family: 'Pretendard', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

#page18 .price-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

#page18 .price-table thead th {
  background: rgba(232, 232, 234, 0.6);
  text-align: center;
  font-weight: bold;
  padding: 15px;
  border-bottom: none;
  font-size: 18px;
}

#page18 .price-table thead tr {
  border-radius: 20px;
  overflow: hidden;
}

#page18 .price-table thead th:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

#page18 .price-table thead th:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;

}

#page18 .price-table tbody td {
  padding: 15px 10px;
  border-bottom: none;
  text-align: center;
  word-break: keep-all;
  font-size: 18px;
}
#page18 .price-table tbody td:nth-child(1){
  color: var(--Gray-800, #2C2C2E);
  text-align: center;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.45px;
}
#page18 .price-table tbody td:nth-child(2){
  color: var(--Gray-600, #565658);
  text-align: left;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.45px;
}
#page18 .price-table tbody td:nth-child(3) {
  color: var(--Gray-200, #B8B8BA);
  text-align: center;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.45px;
}
#page18 .price-table tbody td:nth-child(4) {
  color: var(--Gray-700, #454547);
  text-align: center;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.45px;
}
#page18 .price-table tbody tr {
  border-bottom: 1px solid #ddd;
}

#page18 .price-table tfoot td {
  padding: 15px 10px;
  font-weight: bold;
  border-top: 2px solid #444;
  text-align: center;
}

#page18 .price-table td del {
  color: #999;
  margin-right: 6px;
}

#page18 .price-table td strong {
  color: #d00000;
}

#page18 .price-table .tfoot-label {
  color: var(--Gray-800, #2C2C2E);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.6px;
}
#page18 .price-table .tfoot-label2{
  color: var(--Gray-200, #B8B8BA);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.6px;
}
#page18 .price-table .tfoot-label3{
  color: var(--Point_OrangeRed, #C12E1A);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.6px;
}
#page18 .support-box {
  color: #fff;
  padding: 24px;
  margin-top: 30px;
  text-align: center;
  border-radius: 8px;
  background: var(--Point_OrangeRed, #C12E1A);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
}
#page18 .support-box p {
  color: var(--White, #FFF);
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.45px;
}
#page18 .support-box h3 {
  color: var(--White, #FFF);
  text-align: center;
  font-family: Pretendard;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; /* 78px */
  letter-spacing: -1.5px;
}
#page19{
  background: url("../img/page19-bg.jpg");
  background-size: cover !important;
  background-position: center center !important;
  text-align: center;
  padding: 120px 0 0;
  position: relative;
}
#page19:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #C12E1A;
  opacity: 0.7;
  top: 0;
  left: 0;
}
#page19 .c-logo{
  width: 242px;
  position: relative;
  z-index: 2;
}
#page19 .tit{
  color: var(--White, #FFF);
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}
#page19 .contact-container{
  border-radius: 80px 80px 0px 0px;
  background: var(--White, #FFF);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.20);
  padding: 100px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1000px;
  width: 92%;
  position: relative;
  z-index: 2;
}
#page19 .flex-wrap{
  width: 100%;
  display: flex;
  gap: 20px;

}
#page19 .flex-wrap .input-wrap{
  width: 33.33%;
  display: block;
  text-align: left;
}
#page19 .label{
  color: var(--Gray-800, #2C2C2E);
  /* Heading/Desktop/Sm */
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.45px;
  margin-bottom: 4px;
  text-align: left;
}
#page19 .required{
  color: var(--Point_OrangeRed, #C12E1A);
  /* Heading/Desktop/Sm */
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.45px;
}
#page19 input{
  border-radius: 8px;
  border: 1.2px solid var(--Gray-100, #D0D0D2);
  background: var(--White, #FFF);
  font-size: 14px;
  padding: 12px 16px;
  box-sizing: border-box;
  width: 100%;
}
#page19 .input-line{
  margin: 20px 0;
}
#page19 textarea{
  border-radius: 8px;
  border: 1.2px solid var(--Gray-100, #D0D0D2);
  background: var(--White, #FFF);
  font-size: 14px;
  padding: 16px;
  box-sizing: border-box;
  width: 100%;
  height: 200px;
  resize: none;
}
#page19 .agree-wrap{
  margin-top: 40px;
  display: flex;
  gap: 8px;
}
#page19 .agree-wrap label{
  color: var(--Gray-700, #454547);
  /* Body/Lg/Bold */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: -0.4px;
}
#page19 .agree-wrap input{
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  accent-color: #C12E1A; /* 원하는 색상 */
}
#page19 .submit{
  border-radius: 8px;
  background: var(--Point_OrangeRed, #C12E1A);
  padding: 16px 16px;
  color: var(--White, #FFF);
  /* Heading/Desktop/Md */
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
  margin-top: 16px;
}



@media (max-width: 1500px) {
  #page17 .flex-wrap .text-wrap .txt1{
    font-size: 36px;
  }
  #page17 .flex-wrap .text-wrap .txt2{
    font-size: 50px;
  }
}
@media (max-width: 1400px) {
  #page1 .video-bottom .flex-container .flex-wrap .sub-txt{
    font-size: 22px;
  }
  #page1 .video-bottom .flex-container .flex-wrap .tit{
    font-size: 35px;
  }
}
@media (max-width: 1350px) {
  #page1 .video-top .content-wrap .count{
    font-size: 200px;
  }
  #page14 .flex-wrap .item .cursor-wrap .eng{
    font-size: 30px;
  }
  #page17 .flex-wrap{
    gap: 40px;
  }
}
@media (max-width: 1300px) {

  #page3 {
    padding: 180px 0;
  }
  #page3 .bottom-wrapper .bottom{
    font-size: 200px;
  }
}
@media (max-width: 1280px) {
  #page1 .video-top .content-wrap .count{
    font-size: 180px;
  }
  .default-padding{
    padding: 140px 0;
  }
  #page1 .video-bottom .flex-container .flex-wrap .sub-txt{
    font-size: 20px;
  }
  #page1 .video-bottom .flex-container .flex-wrap .tit{
    font-size: 30px;
  }
  #page3 {
    padding: 160px 0;
  }
  #page3 .flex-wrap .marquee-track img {
    width: 190px;
  }
  #page3 .bottom-wrapper .bottom {
    font-size: 180px;
  }
  #page5 {
    padding: 140px 0 90px;
  }
  #page5 .bg{
    font-size: 100px;
  }
  #page5 .menu-slide-container2 {
    margin: 40px 0;
  }
  #page6 .tit .line:after{
    height: 28px;
    top: 20px;
  }
  #page7 .tit .line:after {
    height: 28px;
    top: 20px;
  }
  #page12 .brand-tab-container .brand-content .date{
    font-size: 25px;
  }
  #page14 .flex-wrap .item .cursor-wrap{
    padding: 30px 10px;
  }
  #page14 .flex-wrap .item .cursor-wrap .eng {
    font-size: 25px;
  }
  #page14 .flex-wrap .item .cursor-wrap .kor{
    font-size: 17px;
  }
  #page17 .flex-wrap .text-wrap .txt1 {
    font-size: 31px;
  }
  #page17 .flex-wrap .text-wrap .txt2 {
    font-size: 42px;
  }
  #page17 .flex-wrap .text-wrap .txt3{
    font-size: 17px;
  }
}


@media (max-width: 1100px) {
  #page1 .video-top .content-wrap .count{
    font-size: 160px;
  }
  #page1 .video-bottom .flex-container .flex-wrap .sub-txt{
    font-size: 18px;
  }
  #page1 .video-bottom .flex-container .flex-wrap .tit{
    font-size: 25px;
  }

  #page3 .flex-wrap .marquee-track img {
    width: 170px;
  }

}
@media (max-width: 1024px) {
  .br-tab{
    display: block;
  }
  .default-padding{
    padding: 100px 0;
  }
  #page19{
    padding: 100px 0 0;
  }
  .tit-point{
    padding: 12px 0 11px;
  }
  #page1 .video-top .content-wrap .count{
    font-size: 140px;
  }
  #page1 .video-top {
    clip-path: circle(150px at 50% 40%);
  }
  #page1 .video-bottom .flex-container .bottom-txt{
    bottom: 0;
  }
  #page3 {
    padding: 140px 0;
  }
  #page3 .flex-wrap{

    flex-wrap: wrap;
  }
  #page3 .flex-wrap .text-wrap{
    text-align: center;
    width: 100%;
  }

  #page3 .flex-wrap .marquee-container {
    justify-content: center;
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
  }
  #page3 .flex-wrap .marquee-track img {
    width: 250px;
  }
  #page4 .pc-flex-wrap{
    display: none;
  }
  #page4 .mo-flex-wrap{
    display: flex;
  }
  #page5 {
    padding: 120px 0 80px;
  }
  #page5 .tit {
    margin-bottom: 200px;
  }
  #page5 .bg {
    font-size: 80px;
    top: 310px;
  }
  #page5 .menu-slide-container2 {
    margin: 20px 0;
  }
  #page6 .tit .line:after{
    height: 25px;
    top: 20px;
  }
  #page6 .youtube-wrap{
    flex-wrap: wrap;
    gap: 15px;
    margin: 80px auto 0;
  }
  #page6 .youtube-wrap .item{
    width: calc(50% - 7.5px);
  }
  #page7 .tit .line:after{
    height: 25px;
    top: 20px;
  }
  #page7 .flex-wrap{
    margin: 80px auto 0;
  }
  #page9 .bg{
    bottom: -25%;
  }
  #page8 .tit{
    line-height: 130%; /* 36.4px */
  }
  #page8 .box:nth-child(4){
    display: none;
  }
  #page8 .box:nth-child(5){
    display: block;
    width: 92%;
  }
  #page8 .box .blue{
    color: #64A5EE;
    font-weight: 600;
    line-height: 150%; /* 19.5px */
    letter-spacing: -0.325px;
    marbin-bottom: 8px;
  }
  #page8 .box .blue:nth-child(3){
    margin-top: 30px;
  }
  #page8 .icon{
    display: block;
    margin: 40px auto;
    width: 150px;
    height: 80px;
  }
  #page8 .mo-img-container{
    display: flex;
  }
  #page8 .pc-img-container{
    display: none;
  }
  #page9 .chart-tit{
    margin: 40px auto 80px;
  }
  #page10 .step-wrap{
    margin: 80px auto;
  }
  #page10 .img-wrap img:nth-child(2) {
    margin-top: 150px;
  }
  #page10 .img-wrap img:nth-child(3) {
    margin-top: 300px;
  }
  #page12 .icon{
    display: inline-block;
    margin-bottom: 15px;;
    width: 50px;
  }
  #page12 .brand-tab-container .brand-content .title{
    font-size: 18px;
    margin: 26px auto 6px;
  }
  #page12 .brand-tab-container .brand-content .line.short{
    height: 80px;
  }
  #page12 .brand-tab-container .brand-content .line.middle{
    height: 166px;
  }
  #page12 .brand-tab-container .brand-content .line.long{
    height: 308px;
  }
  #page14 .flex-wrap{
    background: url("../img/page14-mo-bg.png");
    background-size: cover !important;
    background-position: center center !important;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #page14 .flex-wrap .item{
    width: 50%;
  }
  #page14 .flex-wrap .item:hover img{
    opacity: 1;
  }
  #page14 .flex-wrap .item img{
    opacity: 0;
    transition: opacity 0.4s ease;
    position: relative;
    z-index: 2;
  }
  #page14 .flex-wrap .item .cursor-wrap{
    background: transparent !important;
    z-index: 1;
    padding: 40px 20px;
    justify-content: flex-start;
  }
  #page14 .flex-wrap .item .cursor-wrap .eng {
    font-size: 35px;
  }
  #page14 .flex-wrap .item .cursor-wrap .kor {
    font-size: 25px;
  }
  #page17 .flex-wrap{
    flex-wrap: wrap;
  }
  #page17 .flex-wrap .text-wrap{
    width: 100%;
  }
  #page17 .flex-wrap img{
    width: 112%;
    position: relative;
    left: -6%;
  }
  #page17 .flex-wrap .text-wrap .txt1 {
    font-size: 40px;
  }
  #page17 .flex-wrap .text-wrap .txt3 {
    font-size: 20px;
  }
  #page17 .flex-wrap .text-wrap svg {
    width: 100%;
    text-align: left;
    height: 6px;
    margin: 15px 0;
  }
  #page18 .txt2 {
    margin: 20px auto 80px;
  }
  #page19 .contact-container{
    padding: 80px;
  }

}
@media(max-width: 980px) {
  #page1 .video-top .content-wrap{
    padding-top: 25%;
  }
  #page1 .video-top .content-wrap .count {
    font-size: 120px;
  }
  #page12 .brand-tab-container{
    border-top: none;
  }
  #page12 .brand-tab-container .brand-tab-wrap{
    flex-wrap: wrap;
    width: 100%;
  }
  #page12 .brand-tab-container .brand-tab-wrap .brand-content{
    width: 100%;
    display: flex;
    gap: 20px;
    padding-right: 20px;
  }
  #page12 .brand-tab-container .brand-tab-wrap .brand-content:nth-child(even){
    flex-direction: row-reverse;
    padding-left: 20px;
    padding-right: 0px;
  }
  #page12 .brand-tab-container .brand-tab-wrap .brand-content .line-wrap,
  #page12 .brand-tab-container .brand-tab-wrap .brand-content .data-wrap{
    width: 50%;
  }
  #page12 .brand-tab-container .brand-tab-wrap .brand-content .line-wrap{
    display: flex;
    align-items: center;
  }
  #page12 .brand-tab-container .brand-tab-wrap .brand-content .line{
    width: 100%;
    height: 1px !important;
  }
  #page12 .brand-tab-container .brand-content .title {
    font-size: 22px;
  }
  #page12 .brand-tab-container .brand-content .date {
    font-size: 27px;
    top: calc(49% - 21px);
    left: calc(50% - 210px);
  }
  #page12 .brand-tab-container .brand-content .date.middle{
    display: none;
  }
  #page12 .brand-tab-container .brand-content .mo-txt{
    font-size: 22px;
    top: calc(59% - 21px);
    display: block;
    text-align: right;
    left: calc(50% - 239px);
  }
  #page16 .interior-tab-wrap{
    margin: 40px auto 80px;
  }
  #page16 .title-wrap .tit-wrap .tit{
    width: 192px;
  }
  #page16 .title-wrap .tit-wrap hr{
    width: calc(100% - 217px);
  }


}
@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;
  }
  #page10 .img-wrap img:nth-child(2) {
    margin-top: 100px;
  }
  #page10 .img-wrap img:nth-child(3) {
    margin-top: 200px;
  }
  #page10 .step-wrap{
    flex-wrap: wrap;
  }
  #page10 .step-wrap .step{
    width: calc(50% - 10px);
  }
  #page14 .tit-wrap{
    margin-bottom: 40px;
    line-height: 150%; /* 23.4px */
    text-align: center;
  }
  #page19 .contact-container{
    padding: 60px;
  }
}

@media (max-width: 768px) {
  .br-mo{
    display: block;
  }
  .default-padding{
    padding: 80px 0;
  }
  #page1 .video-top .content-wrap{
    padding-top: 35%;
  }
  #page1 .video-top .content-wrap .count {
    font-size: 100px;
  }
  #page19{
    padding: 80px 0 0;
  }
  .tit-point {
    width: 115px;
    padding: 13px 0 10px;
  }
  .layer-popup {
    position: fixed;
    top: 5%;
    left: 5%;
  }
  #page1 .video-top {
    clip-path: circle(100px at 50% 40%);
  }
  #page3 {
    padding: 100px 0;
  }

  #page3 .bottom-wrapper {
    bottom: -45px;
  }
  #page4 .tit-wrap .sub-txt {
    margin: 10px 0;
  }
  #page4 .mo-flex-wrap {
    margin: 40px auto 0;
  }
  #page4 .tit-wrap svg{
    width: 80px;
  }
  #page5 {
    padding: 100px 0 80px;
  }
  #page5 .bg {
    font-size: 60px;
    top: 310px;
  }
  #page6:after{
    height: 180px;
  }
  #page7 .flex-wrap {
    margin: 60px auto 0;
    gap: 10px;
  }
  #page7 .flex-wrap img{
    width: cale(33% - 3px);
  }
  #page8 .mo-img-container .left-wrap img{
    width: 53%;
  }
  #page8 .mo-img-container .left-wrap{
    gap: 8px;
  }
  #page8 .mo-img-container .left-wrap img {
    width: 47%;
  }
  #page9 .chart-tit .round{
    width: 25px;
    height: 25px;
  }
  #page8 .icon{
    width: 100px;
    height: 55px;
  }
  #page9 .bg{
    bottom: -20%;
  }
  #page9 .chart-tit{
    margin: 40px auto 60px;
  }
  #page10 .step-wrap{
    margin: 60px auto 100px;
    flex-wrap: wrap;
  }
  #page10 .pc-img-wrap{
    display: none;
  }
  #page10 .img-wrap.mo-img-wrap{
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  #page10 .mo-img-wrap div{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  #page10 .mo-img-wrap div:nth-child(1){
    padding-bottom: 60px;
  }
  #page10 .mo-img-wrap div img{
    width: 100%;
  }
  #page10 .img-wrap img:nth-child(2),
  #page10 .img-wrap img:nth-child(3) {
    margin-top: 0px;
  }
  #page10 .bg {
    bottom: 29%;
    width: 150%;
  }
  #page11{
    padding: 20px;
    background: url("../img/page11-bg-mo.png");
  }
  #page11 .top{
    margin-bottom: 150px;
  }
  #page12 .brand-tab-wrap{
    margin: 60px auto 40px;
  }
  #page12 .brand-tab-wrap .tab{
    font-size: 18px;
    padding: 13px 0;
  }
  #page13{
    height: 62px;
  }
  #page13 .text-wrapper .text .style1,
  #page13 .text-wrapper .text .style2{
    font-size: 30px;
    margin-right: 20px;
  }
  #page14 .flex-wrap .item .cursor-wrap .eng {
    font-size: 30px;
  }
  #page14 .flex-wrap .item .cursor-wrap .kor {
    font-size: 20px;
  }
  #page15 .inner-wrap .season-tab-wrap .tab{
    font-size: 18px;
    padding: 13px 0;
  }
  #page15 .inner-wrap .tab-container .flex-wrap{
    margin-top: 40px;
  }
  #page16 .interior-tab-wrap{
    margin: 40px auto 60px;
  }
  #page16 .interior-tab-wrap .tab {
    padding: 13px 26px;
    font-size: 17px;
  }
  #page16 .title-wrap .tit-wrap .tit{
    width: 198px;
  }
  #page16 .title-wrap .tit-wrap hr{
    width: calc(100% - 218px);
  }
  #page17 .flex-wrap {
    gap: 20px;
  }
  #page18 .round{
    width: 29px;
    height: 29px;
    top: 6px;
  }
  #page18 .txt2 {
    margin: 20px auto 60px;
  }
  #page18 .price-table thead th{
    padding: 12px;
  }
  #page18 .price-table tbody td {
    padding: 12px 8px;
  }
  #page18 .price-table thead th,
  #page18 .price-table tbody td{
    font-size: 16px;
  }
  #page18 .price-table .tfoot-label,
  #page18 .price-table .tfoot-label2,
  #page18 .price-table .tfoot-label3{
    font-size: 20px;
  }
  #page18 .support-box h3{
    font-size: 50px;
  }
  #page19 .contact-container{
    padding: 60px 40px;
    border-radius: 32px 32px 0px 0px;

  }
  #page19 .tit{
    margin-bottom: 80px;
  }
  #page19 .flex-wrap{
    flex-wrap: wrap;
  }
  #page19 .flex-wrap .input-wrap{
    width: 100%;
  }
}

@media (max-width: 600px) {
  #page1 .video-top .content-wrap img {
    width: 85%;
  }
  #page1 .video-top .content-wrap{
    padding-top: 45%;
  }
  #page1 .video-top .content-wrap .txt{
    margin-top: 15%;
  }
  #page1 .video-top .content-wrap .count {
    font-size: 80px;
  }
  #page1 .video-bottom .flex-container .flex-wrap .sub-txt{
    font-size: 17px;
  }
  #page1 .video-bottom .flex-container .flex-wrap .tit{
    font-size: 25px;
  }
  #page1 .video-bottom .flex-container .flex-wrap:nth-child(1) {
    bottom: 15%;
  }
  #page1 .video-bottom .flex-container .flex-wrap:nth-child(2) {
    bottom: 18%;
  }
  #page3 .flex-wrap .txt4{
    line-height: 230%;
  }
  #page3 .flex-wrap .marquee-track img {
    width: 200px;
  }
  #page6:after{
    height: 160px;
  }
  #page6 .youtube-wrap {
    flex-wrap: wrap;
    gap: 8px;
    margin: 60px auto 0;
  }
  #page6 .youtube-wrap .item {
    width: calc(50% - 4px);
  }
  #page6 .tit .line:after{
    height: 25px;
    top: 15px;
  }
  #page12 .brand-tab-container .brand-content .title {
    font-size: 19px;
  }
  #page12 .brand-tab-container .brand-content .date {
    font-size: 24px;
    width: 160px;
    left: calc(50% - 180px);
  }
  #page12 .brand-tab-container .brand-content .mo-txt {
    font-size: 18px;
    top: calc(61% - 21px);
    display: block;
    text-align: right;
    left: calc(50% - 155px) !important;
    width: 120px;
  }
  #page14 .flex-wrap .item .cursor-wrap .eng {
    font-size: 27px;
  }
  #page14 .flex-wrap .item .cursor-wrap .kor {
    font-size: 17px;
  }
  #page14 .tit-wrap img{
    width: 200px;
  }
  #page15 .inner-wrap .tab-container .flex-wrap{
    gap: 10px;
  }
  #page15 .inner-wrap .tab-container .flex-wrap img{
    width: calc(33.33% - 5px);
  }
  #page16 .title-wrap .tit-wrap .tit{
    width: 180px;
  }
  #page16 .title-wrap .tit-wrap hr{
    width: calc(100% - 200px);
  }
  #page17 .flex-wrap .text-wrap .txt1 {
    font-size: 33px;
  }
  #page17 .flex-wrap .text-wrap .txt2 {
    font-size: 40px;
  }
  #page18 .price-table thead th,
  #page18 .price-table tbody td{
    font-size: 15px;
  }
  #page18 .price-table .tfoot-label,
  #page18 .price-table .tfoot-label2,
  #page18 .price-table .tfoot-label3{
    font-size: 18px;
  }
  #page18 .support-box h3 {
    font-size: 40px;
  }
  #page18 .round {
    width: 23px;
    height: 23px;
    top: 4px;
  }
  #page19 .tit{
    margin-bottom: 60px;
  }
  #page19 .contact-container {
    padding: 40px 20px;
  }
}

@media (max-width: 480px) {
  .default-padding{
    padding: 60px 0;
  }
  .tit-point {
    width: 105px;
    padding: 15px 0 5px;
  }
  #page1 .video-top .content-wrap{
    padding-top: 45%;
  }
  #page1 .video-top .content-wrap .txt{
    margin-top: 15%;
  }
  #page1 .video-top .content-wrap .count {
    font-size: 60px;
  }
  #page1 .video-bottom .flex-container .flex-wrap .sub-txt{
    font-size: 14px;
  }
  #page1 .video-bottom .flex-container .flex-wrap .tit{
    font-size: 24px;
  }
  #page1 .video-bottom .flex-container .flex-wrap:nth-child(1) {
    bottom: 15%;
  }
  #page1 .video-bottom .flex-container .flex-wrap:nth-child(2) {
    bottom: 18%;
  }
  #page3 {
    padding: 80px 0;
  }
  #page3 .flex-wrap .marquee-track img {
    width: 170px;
  }
  #page3 .bottom-wrapper {
    bottom: -20px;
  }
  #page3 .bottom-wrapper .bottom{
    font-size: 80px;
  }
  #page4 .tit-wrap svg{
    width: 60px;
  }
  #page5 {
    padding: 80px 0 60px;
  }
  #page5 .tit {
    margin-bottom: 130px;
  }
  #page5 .bg {
    font-size: 42px;
    top: 250px;
    margin: 0 auto 20px;
  }
  #page6:after{
    height: 120px;
  }
  #page6 .tit .line:after{
    height: 15px;
    top: 15px;
  }
  #page7 .tit .line:after{
    height: 15px;
    top: 15px;
  }
  #page7 .flex-wrap {
    margin: 48px auto 0;
    gap: 8px;
  }
  #page7 .flex-wrap img{
    width: cale(33% - 2.5px);
  }
  #page8 .icon {
    width: 100px;
    height: 55px;
    margin: 20px auto;
  }
  #page8 .txt{
    font-size: 14px;
  }
  #page10 .img-wrap,
  #page10 .mo-img-wrap div{
    gap: 8px
  }
  #page11 .top{
    margin-bottom: 76px;
  }
  #page11 img{
    width: 88px;
  }
  #page12 .brand-tab-wrap{
    margin: 30px auto 60px;
  }
  #page12 .brand-tab-wrap .tab{
    font-size: 15px;
    padding: 10px 0;
  }
  #page12 .brand-tab-container .brand-content .title.toolong {
    font-size: 15px;
  }
  #page12 .brand-tab-container .brand-content .title {
    font-size: 18px;
    margin: 16px auto 6px;
  }
  #page12 .brand-tab-container .brand-content .date {
    font-size: 18px;
    width: 120px;
    left: calc(50% - 130px);
  }
  #page12 .brand-tab-container .brand-content .mo-txt {
    font-size: 14px;
    top: calc(61% - 21px);
    display: block;
    text-align: right;
    left: calc(50% - 120px) !important;
    width: 100px;
  }
  #page13{
    height: 42px;
  }
  #page13 .text-wrapper{
    bottom: 5px;
  }
  #page13 .text-wrapper .text .style1,
  #page13 .text-wrapper .text .style2{
    font-size: 20px;
    margin-right: 12px;
  }
  #page15 .inner-wrap .season-tab-wrap{
    margin-bottom: 20px;
    width: 134px;
  }
  #page14 .flex-wrap .item .cursor-wrap .eng {
    font-size: 22px;
  }
  #page14 .flex-wrap .item .cursor-wrap .kor {
    font-size: 14px;
  }
  #page15 .inner-wrap .season-tab-wrap .tab {
    font-size: 16px;
    padding: 10px 0;
  }
  #page16 .interior-tab-wrap{
    margin: 20px auto 40px;
  }
  #page16 .interior-tab-wrap .tab {
    padding: 10px 22px;
    font-size: 14px;
  }
  #page16 .title-wrap .tit-wrap .tit{
    width: 121px;
  }
  #page16 .title-wrap .tit-wrap hr{
    width: calc(100% - 141px);
  }
  #page17 .flex-wrap .text-wrap .txt1 {
    font-size: 20px;
  }
  #page17 .flex-wrap .text-wrap .txt2 {
    font-size: 36px;
  }
  #page17 .flex-wrap .text-wrap .txt3{
    font-size: 15px;
  }
  #page18 .txt2 {
    margin: 20px auto 40px;
  }
  #page18 .price-table thead th{
    padding: 8px;
  }
  #page18 .price-table tbody td {
    padding: 8px 8px;
  }
  #page18 .price-table thead th,
  #page18 .price-table tbody td{
    font-size: 12px;
  }
  #page18 .price-table .tfoot-label,
  #page18 .price-table .tfoot-label2,
  #page18 .price-table .tfoot-label3{
    font-size: 15px;
  }
  #page18 .support-box p{
    font-size: 14px;
  }
  #page18 .support-box h3 {
    font-size: 32px;
  }
  #page19 .tit{
    margin-bottom: 40px;
  }
  #page19 .label{
    font-size: 16px;
  }
  #page19 .agree-wrap label{
    font-size: 14px;
  }
  #page19 .agree-wrap input{
    vertical-align: top;
  }
  #page19 .submit{
    font-size: 16px;
  }
}
