@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');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.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_t{
  position: absolute;
  top: 12%;
  left: 62%;
  width: 25.2%;
}
.sec1_bub{
  position: absolute;
  top: 17%;
  left: 18%;
  width: 13.4%;
}
.s38{
  position: absolute;
  top: 79%;
  left: 15%;
  width: 25.8%;
}
.s40{
  position: absolute;
  top: 79%;
  left: 59%;
  width: 20.3%;
}
.th1{
  position: absolute;
  top: 15%;
  left: 13%;
  width: 21.2%;
}
.th2{
  position: absolute;
  top: 13%;
  left: 45%;
  width: 20%;
}
.tab_list{
  display: block;
  width: 100%;
  position: absolute;
  top: 48%;
}
.tab_list li{
  position: relative;
  display: none;
  width: 100%;
  z-index: 2;
}
.tab_list li.active{
  display: block;
}
.sec2_b1{
  position: absolute;
  top: 30%;
  left: 66%;
  width: 24.3%;
}
.sec2_b2{
  position: absolute;
  top: 39%;
  left: 71%;
  width: 24.7%;
}
.dummy_btn{
  position: absolute;
  top: 47%;
  width: 70%;
  height: 8%;
  display: flex;
  z-index: 10;
}
.dummy_btn div{
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.dummy_btn div .grp_cl{
  position: absolute;
  display: block;
  width: 28%;
  top: 20%;
  left: 60%;
}
.dummy_btn div.active .grp_cl{
  opacity: 0;
  visibility: hidden;
}
.sec3_tt{
  position: absolute;
  top: 5%;
  left: 17%;
  width: 66%;
}
.mn1{
  position: absolute;
  top: 23%;
  left: 42%;
  width: 38.3%;
}
.mn2{
  position: absolute;
  top: 30%;
  left: 44.2%;
  width: 44.7%;
}
.mn3{
  position: absolute;
  top: 40%;
  left: 40%;
  width: 41.6%;
}
.print{
  position: absolute;
  top: 84%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  width: 50.1%;
}
.print a{
  display: block;
  width: 100%;
}

.p_people{
  position: absolute !important;
  top: 38%;
  left: 6%;
  width: 34.5%;
  height: 54%;
}
.p_people .boax{
  width: 86%;
  margin: 0 auto;
  font-size: 1.5em;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media all and (max-width: 768px){
  .p_people .boax{
    font-size: clamp(0.85em, 2vw, 1.35em);
  }
}
@media all and (max-width: 400px){
  .name{
    word-break: keep-all;
    font-size: 0.9em;
    letter-spacing: -0.5px;
  }
}
.df_all{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 3%;
  padding-bottom: 3%;
}
.tag_a{
  display: none;
  background-color: #0ca493;
  color: #fff;
  padding: 2% 4%;
  border-radius: 6px;
  line-height: 1em;
  font-family: 'Pretendard';
  font-weight:600;
  white-space: nowrap;
}
.tag_b{
  display: none;
  background-color: #007468;
  color: #fff;
  padding: 2% 4%;
  border-radius: 6px;
  line-height: 1em;
  font-family: 'Pretendard';
  font-weight:600;
  white-space: nowrap;
}
.tag_a.active, .tag_b.active{
  display: block;
}
.img_gud{
  padding-top: 10%;
  padding-bottom: 7%;
}
.p_text{
  line-height: 1.35em;
  font-size: 0.85em;
  font-family: 'Gmarket Sans';
  font-style: normal;
  font-weight: 500;
  overflow-y: auto;
  height: 40%;
}
.dm_btn{
  position: absolute;
  top: 43%;
  left: 51%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 37%;
  gap: 2%;
}
.dm_btn li{
  position: relative;
  cursor: pointer;
  transition: .3s;
}
.dm_btn li .don{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .3s;
  visibility: hidden;
}
.dm_btn li.active .don{
  visibility: visible;
  opacity: 1;
}
.dm_btn li .hdn{
  position: absolute;
  top: -25%;
  left: 50%;
  width: 55%;
}
.dm_btn li.active .hdn{
  opacity: 0;
  visibility: hidden;
}
.texta{
  position: absolute;
  top: 56.5%;
  left: 47%;
  resize: none;
  border-radius: 12px;
  border: 2px solid #0ca493;
  width: 41.5%;
  font-size: clamp(0.75em, 2vw, 1.35em);
  font-family: 'Gmarket Sans';
  padding: 1% 2.5%;
}
.submit{
  position: absolute;
  bottom: 7%;
  left: 46%;
  width: 49%;
  height: 14%;
  cursor: pointer;
}
@media all and (max-width: 400px){
  .texta{
    padding: 8px 12px;
    border-radius: 6px;
  }
}









.scrollBar::-webkit-scrollbar{
  width: 6px;
}
.scrollBar::-webkit-scrollbar-thumb{
  height: 30%;
  background: #0ca493;
  border-radius: 10px;
}
.scrollBar::-webkit-scrollbar-track{
  background: rgba(215, 217, 219, 0.1);
}