@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{
  overflow: hidden;
}
.sec1_b{
  position: absolute;
  top: 3%;
  left: 48%;
  width: 8.6%;
}
.sec1_bb{
  position: absolute;
  top: -2%;
  right: -2%;
  width: 21.5%;
}
.sec1_blink{
  position: absolute;
  left: 47%;
  top: 39%;
  width: 27.5%;
}

.video_all {
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  z-index: 2;
}

.Vod {
  width: 100%;
  z-index: 2;
  position: relative;
  border-radius: 10px;
  border: 2px solid white;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: .5%;
}

#Video {
  width: 100%;
}

.volume {
  margin-left: auto;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding-right: 1.5%;
  box-sizing: border-box;
}

@media all and (max-width: 768px){
  .volume{
    width: 26%;
    /* margin: 0 auto; */
  }
}
.volume > img{
  opacity: .5;
}
.volume .hdn{
  position: absolute;
  top: 0;
  /* left: 0; */
  display: block;
  background-color: #fff;
  /* opacity: .5; */
}
.volume.off .hdn{
  display: none;
}

.box_a{
  position: absolute;
  top: 5%;
  left: 5%;
  width: 29.8%;
}
.box_b{
  position: absolute;
  top: 22%;
  right: 3%;
  width: 29.8%;
}
.box_c{
  position: absolute;
  top: 39%;
  left: 5%;
  width: 29.8%;
}
.box_d{
  position: absolute;
  top: 58.5%;
  right: 3%;
  width: 29.8%;
}
.box_e{
  position: absolute;
  top: 77%;
  left: 5%;
  width: 29.8%;
}
.gudie{
  border-radius: 16px;
  overflow: hidden;
}
@media all and (max-width: 768px){
  .gudie{
    border-radius: 12px;
  }
}
@media all and (max-width: 480px){
  .gudie{
    border-radius: 10px;
  }
}
.vvr {
  display: inline-block;
  transition: transform 1s ease-in-out;
  will-change: transform;
}
.sec1_m{
  position: absolute;
  top: 2%;
  left: 0%;
  width: 30.9%;
}
.sec1_z{
  position: absolute;
  top: 22%;
  left: 47%;
}
.sec1_zz{
  position: absolute;
  top: 27%;
  left: 47%;
}








.score_section{
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 2% 7%;
  box-sizing: border-box;
}
.score_section .bgg{
  padding: 5% 2%;
  background-color: #102538;
  border-radius: 50px;
  position: relative;
  z-index: 10;
}
.score_section .title{
  text-align: center;
  font-size: clamp(16px, 4vw, 30px);
  padding-bottom: 5%;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  word-break: keep-all;
}
.score_section .score_drop{
  width: 90%;
  height: clamp(18px, 4vw, 20px);
  margin: 0 auto;
  margin-bottom: clamp(35px, 4vw, 50px);
}
.score_section .scroe_list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  text-align: center;
  width: 100%;

  position: absolute;
  top: 0;
}
.score_section .scroe_list li{
  position: relative;
  padding-top: clamp(35px, 4vw, 50px);
  font-size: clamp(10px, 4vw, 15px);
  cursor: pointer;
  transition: .3s;
  color: #fff;
}
.score_section .scroe_list li:hover{
  transform: scale(1.1);
}
.score_section .scroe_list li.active{
  transform: scale(1.1);
}
.score_section .scroe_list li.active::before{
  content: '';
  display: inline-block;
  width: clamp(30px, 4vw, 35px);
  height: clamp(30px, 4vw, 35px);
  border-radius: 50%;
  background: #00e6ff;
  outline: 2px solid #fff;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.score_section .scroe_list li:hover:has(+ li.active)::before{
  transform: scale(1);
}
.score_section .areart{
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin: 0 auto;
  padding: 2% 0;
}
.score_section .areart div{
  font-size: clamp(10px, 3vw, 15px);
}
.score_section .areart div:last-child{
  text-align: right;
}
.score_section .texDiv{
  padding: 3% 0; 
  margin: 0 auto;
}
.score_section textarea{
  display: block;
  width: 90%;
  margin: 0 auto;
  border: 2px solid #00e6ff;
  outline: none;
  padding: 3%;
  font-size: clamp(14px, 4vw, 20px);
  font-family: 'Gmarket Sans';
  box-sizing: border-box;
  border-radius: 15px;
  resize: none;
  margin-bottom: 2%;
}
.sub_btn{
  margin: 0 auto;
  width: 38%;
  cursor: pointer;
}
.skjy{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45%;
  width: 100%;
  background: #87f3ff;
  z-index: 1;
}