@import url('https://cdn.jsdelivr.net/gh/leetaewook/gmarket-sans-dynamic-subset/GmarketSans.css');
@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Recipekorea/Recipekorea.css');
@font-face {
    font-family: 'DSEG7';
    src: url('/Users/Event/event/issue864/font/DSEG7ClassicMini-Bold.woff');
    src: url('/Users/Event/event/issue864/font/DSEG7ClassicMini-Bold.woff') format(??�woff???),
    url('/Users/Event/event/issue864/font/DSEG7ClassicMini-Bold.woff2') format(??�woff2???),
    url('/Users/Event/event/issue864/font/DSEG7ClassicMini-Bold.ttf') format('truetype')
}
html {
scroll-behavior: smooth;
}

section {
position: relative;
}

@media all and (max-width: 768px) {
.w100 {
width: 100%;
}
}

@font-face {
font-family: 'GmarketSansMedium';
src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Gmarket Sans';
font-weight: 700;
font-style: normal;
font-display: swap;
src: url('https://cdn.jsdelivr.net/gh/fonts-archive/GmarketSans/GmarketSansBold.woff2') format('woff2'),
url('https://cdn.jsdelivr.net/gh/fonts-archive/GmarketSans/GmarketSansBold.woff') format('woff'),
url('https://cdn.jsdelivr.net/gh/fonts-archive/GmarketSans/GmarketSansBold.otf') format('opentype'),
url('https://cdn.jsdelivr.net/gh/fonts-archive/GmarketSans/GmarketSansBold.ttf') format('truetype');
}

[class^="sec"] {
font-family: 'Gmarket Sans';
font-weight: 700;
/* overflow: hidden; */
}

.blink-1 {
-webkit-animation: blink-1 2.5s infinite both;
animation: blink-1 2.5s infinite both;
}

@-webkit-keyframes blink-1 {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}

@keyframes blink-1 {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}

.blink-5 {
  -webkit-animation: blink-5 6s infinite both;
  animation: blink-5 6s infinite both;
}

@-webkit-keyframes blink-5 {
  0%, 8.33%, 16.66%, 100% {
    opacity: 1;
  }
  4.16%, 12.5% {
    opacity: 0;
  }
}

@keyframes blink-5 {
  0%, 8.33%, 16.66%, 100% {
    opacity: 1;
  }
  4.16%, 12.5% {
    opacity: 0;
  }
}


.scroll_wrap {
overflow: hidden;
}

.scroll_on {
opacity: 0;
transition: all 1.8s;
}

.scroll_on.active {
opacity: 1 !important;
transform: translate(0, 0) !important;
}

.scroll_on.type_top {
transform: translate(0, -20%);
}

.scroll_on.type_bottom {
transform: translate(0, 20%);
}

.scroll_on.type_left {
transform: translate(-20%, 0);
}

.scroll_on.type_right {
transform: translate(20%, 0);
}

@keyframes smooth-blink {
0%, 100% {
opacity: 1;
}
50% {
opacity: 0;
}
}
.move_deg {
  -webkit-animation: move-diagonal 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
          animation: move-diagonal 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

@-webkit-keyframes move-diagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translate(-1.5%, -1.5%);
            transform: translate(-1.5%, -1.5%);
  }
  20%, 40%, 60% {
    -webkit-transform: translate(1.5%, 1.5%);
            transform: translate(1.5%, 1.5%);
  }
  80% {
    -webkit-transform: translate(3%, 3%);
            transform: translate(3%, 3%);
  }
  90% {
    -webkit-transform: translate(-3%, -3%);
            transform: translate(-3%, -3%);
  }
}

@keyframes move-diagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translate(-1.5%, -1.5%);
            transform: translate(-1.5%, -1.5%);
  }
  20%, 40%, 60% {
    -webkit-transform: translate(1.5%, 1.5%);
            transform: translate(1.5%, 1.5%);
  }
  80% {
    -webkit-transform: translate(3%, 3%);
            transform: translate(3%, 3%);
  }
  90% {
    -webkit-transform: translate(-3%, -3%);
            transform: translate(-3%, -3%);
  }
}
.puff-in-hor {
  -webkit-animation: puff-in-hor 1.2s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
          animation: puff-in-hor 1.2s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

@-webkit-keyframes puff-in-hor {
  0% {
    -webkit-transform: scaleX(2);
            transform: scaleX(2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes puff-in-hor {
  0% {
    -webkit-transform: scaleX(2);
            transform: scaleX(2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
.vibrate-1 {
  -webkit-animation: vibrate-1 5s linear infinite both;
  animation: vibrate-1 5s linear infinite both
}

@-webkit-keyframes vibrate-1 {
  0% {
      -webkit-transform: translate(0);
      transform: translate(0)
  }
  20% {
      -webkit-transform: translate(-2px, 2px);
      transform: translate(-2px, 2px)
  }
  40% {
      -webkit-transform: translate(-2px, -2px);
      transform: translate(-2px, -2px)
  }
  60% {
      -webkit-transform: translate(2px, 2px);
      transform: translate(2px, 2px)
  }
  80% {
      -webkit-transform: translate(2px, -2px);
      transform: translate(2px, -2px)
  }
  100% {
      -webkit-transform: translate(0);
      transform: translate(0)
  }
}

@keyframes vibrate-1 {
  0% {
      -webkit-transform: translate(0);
      transform: translate(0)
  }
  20% {
      -webkit-transform: translate(-2px, 2px);
      transform: translate(-2px, 2px)
  }
  40% {
      -webkit-transform: translate(-2px, -2px);
      transform: translate(-2px, -2px)
  }
  60% {
      -webkit-transform: translate(2px, 2px);
      transform: translate(2px, 2px)
  }
  80% {
      -webkit-transform: translate(2px, -2px);
      transform: translate(2px, -2px)
  }
  100% {
      -webkit-transform: translate(0);
      transform: translate(0)
  }
}

.vibrate-3 {
  -webkit-animation: vibrate-3 7s linear infinite both;
  animation: vibrate-3 7s linear infinite both
}

@-webkit-keyframes vibrate-3 {
  0% {
      -webkit-transform: translate(0);
      transform: translate(0)
  }
  10% {
      -webkit-transform: translate(-2px, -2px);
      transform: translate(-2px, -2px)
  }
  20% {
      -webkit-transform: translate(2px, -2px);
      transform: translate(2px, -2px)
  }
  30% {
      -webkit-transform: translate(-2px, 2px);
      transform: translate(-2px, 2px)
  }
  40% {
      -webkit-transform: translate(2px, 2px);
      transform: translate(2px, 2px)
  }
  50% {
      -webkit-transform: translate(-2px, -2px);
      transform: translate(-2px, -2px)
  }
  60% {
      -webkit-transform: translate(2px, -2px);
      transform: translate(2px, -2px)
  }
  70% {
      -webkit-transform: translate(-2px, 2px);
      transform: translate(-2px, 2px)
  }
  80% {
      -webkit-transform: translate(-2px, -2px);
      transform: translate(-2px, -2px)
  }
  90% {
      -webkit-transform: translate(2px, -2px);
      transform: translate(2px, -2px)
  }
  100% {
      -webkit-transform: translate(0);
      transform: translate(0)
  }
}

@keyframes vibrate-3 {
  0% {
      -webkit-transform: translate(0);
      transform: translate(0)
  }
  10% {
      -webkit-transform: translate(-2px, -2px);
      transform: translate(-2px, -2px)
  }
  20% {
      -webkit-transform: translate(2px, -2px);
      transform: translate(2px, -2px)
  }
  30% {
      -webkit-transform: translate(-2px, 2px);
      transform: translate(-2px, 2px)
  }
  40% {
      -webkit-transform: translate(2px, 2px);
      transform: translate(2px, 2px)
  }
  50% {
      -webkit-transform: translate(-2px, -2px);
      transform: translate(-2px, -2px)
  }
  60% {
      -webkit-transform: translate(2px, -2px);
      transform: translate(2px, -2px)
  }
  70% {
      -webkit-transform: translate(-2px, 2px);
      transform: translate(-2px, 2px)
  }
  80% {
      -webkit-transform: translate(-2px, -2px);
      transform: translate(-2px, -2px)
  }
  90% {
      -webkit-transform: translate(2px, -2px);
      transform: translate(2px, -2px)
  }
  100% {
      -webkit-transform: translate(0);
      transform: translate(0)
  }
}

.shake-right{-webkit-animation:shake-right 10s cubic-bezier(.455,.03,.515,.955) infinite both;animation:shake-right 10s cubic-bezier(.455,.03,.515,.955) infinite both}
@-webkit-keyframes shake-right{0%,100%{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}10%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}20%,40%,60%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}30%,50%,70%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}80%{-webkit-transform:rotate(-1deg);transform:rotate(-1deg)}90%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}}@keyframes shake-right{0%,100%{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}10%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}20%,40%,60%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}30%,50%,70%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}80%{-webkit-transform:rotate(-1deg);transform:rotate(-1deg)}90%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}}
/*  */

.sec1_t1{
  position: absolute;
  top: 17%;
  left: 6.5%;
  width: 48%;
}
.sec1_t2{
  position: absolute;
  top: 19.5%;
  left: 6.5%;
  width: 41.2%;
}
.sec1_t3{
  position: absolute;
  top: 78%;
  left: 7.5%;
  width: 28.4%;
}
.sec1_ck1{
  position: absolute;
  top: 0.5%;
  left: 45.5%;
  width: 9.5%;
}
.sec1_ck2{
  position: absolute;
  top: 0.5%;
  left: 78.5%;
  width: 9.5%;
}
.sec1_ck3{
  position: absolute;
  bottom: 1.3%;
  left: 45.5%;
  width: 9.5%;
}
.sec1_ck4{
  position: absolute;
  bottom: 1.3%;
  left: 78.5%;
  width: 9.5%;
}
.sec2_01{
  position: absolute;
  top: 18%;
  left: 0%;
  width: 97.1%;
}
.sec2_02{
  position: absolute;
  top: 24.2%;
  right: 0%;
  width: 100%;
}
.sec2_03{
  position: absolute;
  top: 31%;
  left: 0%;
  width: 100%;
}
.sec2_04{
  position: absolute;
  top: 38%;
  left: 0%;
  width: 95%;
}
.sec2_ck1{
  position: absolute;
  top: 0.8%;
  left: 12.5%;
  width: 9.5%;
}
.sec2_ck2{
  position: absolute;
  top: 0.8%;
  left: 78.5%;
  width: 9.5%;
}
.sec2_ck3{
  position: absolute;
  bottom: 2%;
  left: 12.5%;
  width: 9.5%;
}
.sec2_ck4{
  position: absolute;
  bottom: 2%;
  left: 78.5%;
  width: 9.5%;
}

.ooo{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 80%;
  z-index: 10;
  width: 9%;
}
.x1{
  position: absolute;
  top: 65.5%;
  left: 0%;
  width: 100%;
}
.x2{
  position: absolute;
  top: 68.5%;
  left: 0%;
  width: 100%;
}
.x3{
  position: absolute;
  top: 71.5%;
  left: 0%;
  width: 100%;
}
.nom{
  transition: .3s;
}
.hdn{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.this{
  cursor: pointer;
}
.this.active .nom{opacity: 0;}
.this.active .ooo{opacity: 0;}
.this.active .hdn{opacity: 1;}



.sec3_ck1{
  position: absolute;
  top: 2%;
  left: 12.5%;
  width: 9.5%;
}
.sec3_ck2{
  position: absolute;
  top: 2%;
  left: 45.5%;
  width: 9.5%;
}
.sec3_ck3{
  position: absolute;
  bottom: 6%;
  left: 12.5%;
  width: 9.5%;
}
.sec3_ck4{
  position: absolute;
  bottom: 6%;
  left: 45.5%;
  width: 9.5%;
}
.choic{
  position: absolute;
  top: 56%;
  left: 25%;
  width: 65%;
  height: 9%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.choic li{
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.toptab{
  position: absolute;
  top: 0%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.toptab li{
  width: 100%;
}
.toptab li a{
  display: block;
  width: 100%;
  height: 100%;
}
.bottab{
  position: absolute;
  bottom: 0%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.bottab li{
  width: 100%;
}
.bottab li a{
  display: block;
  width: 100%;
  height: 100%;
}

.taber_a, .taber_b, .taber_c{
  display: none;
}
.taber_a.active, .taber_b.active, .taber_c.active{
  display: block;
}
.taber_a .toptab, .taber_a .bottab{
  height: 3%;
}
.taber_b .toptab, .taber_b .bottab{
  height: 4%;
}
.taber_c .toptab, .taber_c .bottab{
  height: 17%;
}

.popup{
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.popup.active{
  display: block;
}
.submit{
  position: absolute;
  bottom: 10%;
  width: 100%;
  height: 20%;
  cursor: pointer;
}


.arw2{
  position: absolute;
  top: 59.2%;
  left: 48%;
  width: 37.5%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.sec1_tt{
  position: absolute;
  top: 16%;
  left: 17%;
  width: 47.5%;
}
.blick{
  position: absolute;
  top: 63%;
  left: 27%;
  width: 64.3%;
}

@keyframes arw-grow {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 100%; /* 원래 비율 유지 */
    opacity: 1;
  }
}

.arw {
  overflow: hidden;       /* 내부 이미지가 잘리며 채워지는 느낌 */
}

.arw.animate {
  animation: arw-grow 3s ease forwards;
}


/* 컨테이너(현 구조 유지) */
.arw2{
  position:absolute; top:59.2%; left:48%; width:37.5%;
  display:flex; justify-content:flex-start; align-items:center;
  contain: layout paint; /* 주변 레이아웃 영향 최소화 */
}

/* 이미지 자체에 scaleX 적용 */
.arw{
  display:block; width:100%; height:auto;
  transform-origin:left center;   /* 왼쪽 고정 */
  transform:scaleX(0);            /* 시작: 0 */
  will-change:transform;
}

@keyframes arw-fill-x {
  to { transform:scaleX(1); }     /* 끝: 100% */
}

.arw.animate{
  animation: arw-fill-x 3s ease forwards;
}
