@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');

/* DSEG7 Font */
@font-face {
  font-family: 'DSEG7';
  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');
}

/* Global */
html {
  scroll-behavior: smooth;
}

section {
  position: relative;
}

/* Responsive */
@media all and (max-width: 768px) {
  .w100 { width: 100%; }
}

/* Font Face */
@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;
}

/* Blink */
.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 Animation */
.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); }

/* Move Diagonal */
.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% { transform: translate(0, 0); }
  10%, 30%, 50%, 70% { transform: translate(-1.5%, -1.5%); }
  20%, 40%, 60% { transform: translate(1.5%, 1.5%); }
  80% { transform: translate(3%, 3%); }
  90% { transform: translate(-3%, -3%); }
}
@keyframes move-diagonal {
  0%, 100% { transform: translate(0, 0); }
  10%, 30%, 50%, 70% { transform: translate(-1.5%, -1.5%); }
  20%, 40%, 60% { transform: translate(1.5%, 1.5%); }
  80% { transform: translate(3%, 3%); }
  90% { transform: translate(-3%, -3%); }
}

/* Puff In */
.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% { transform: scaleX(2); filter: blur(4px); opacity: 0; }
  100% { transform: scaleX(1); filter: blur(0); opacity: 1; }
}
@keyframes puff-in-hor {
  0% { transform: scaleX(2); filter: blur(4px); opacity: 0; }
  100% { transform: scaleX(1); filter: blur(0); opacity: 1; }
}

/* Vibrate */
.vibrate-1 {
  -webkit-animation: vibrate-1 5s linear infinite both;
  animation: vibrate-1 5s linear infinite both;
}
@keyframes vibrate-1 {
  0%, 100% { transform: translate(0); }
  20% { transform: translate(-2px, 2px); }
  40% { transform: translate(-2px, -2px); }
  60% { transform: translate(2px, 2px); }
  80% { transform: translate(2px, -2px); }
}

.vibrate-3 {
  -webkit-animation: vibrate-3 7s linear infinite both;
  animation: vibrate-3 7s linear infinite both;
}
@keyframes vibrate-3 {
  0%, 100% { transform: translate(0); }
  10% { transform: translate(-2px, -2px); }
  20% { transform: translate(2px, -2px); }
  30% { transform: translate(-2px, 2px); }
  40% { transform: translate(2px, 2px); }
  50% { transform: translate(-2px, -2px); }
  60% { transform: translate(2px, -2px); }
  70% { transform: translate(-2px, 2px); }
  80% { transform: translate(-2px, -2px); }
  90% { transform: translate(2px, -2px); }
}

/* Shake Right */
.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% { transform: rotate(0deg); transform-origin: 100% 50%; }
  10% { transform: rotate(1deg); }
  20%, 40%, 60% { transform: rotate(-2deg); }
  30%, 50%, 70% { transform: rotate(2deg); }
  80% { transform: rotate(-1deg); }
  90% { transform: rotate(1deg); }
}
@keyframes shake-right {
  0%, 100% { transform: rotate(0deg); transform-origin: 100% 50%; }
  10% { transform: rotate(1deg); }
  20%, 40%, 60% { transform: rotate(-2deg); }
  30%, 50%, 70% { transform: rotate(2deg); }
  80% { transform: rotate(-1deg); }
  90% { transform: rotate(1deg); }
}
.heartbeat{-webkit-animation:heartbeat 1.5s ease-in-out infinite both;animation:heartbeat 1.5s ease-in-out infinite both}
@keyframes heartbeat{from{transform:scale(1);transform-origin:center center;animation-timing-function:ease-out}10%{transform:scale(.96);animation-timing-function:ease-in}17%{transform:scale(1.05);animation-timing-function:ease-out}33%{transform:scale(.97);animation-timing-function:ease-in}45%{transform:scale(1);animation-timing-function:ease-out}}
#form_table{
  display: block !important;
}
.viw{
  cursor: pointer;
  transition: .3s;
}
.viw:hover{
  opacity: 0.925;
}
.viw.active{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.on_view{
  position: relative;
}
.state_tab{
  position: absolute;
  top: 0%;
  width: 100%;
  height: 8.5%;
  /* background-color: rgba(255, 0, 0, 0.363); */
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}
.state_tab li{
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.state_on_view{
  position: absolute;
  top: 0%;
  width: 100%;
  z-index: 2;
}
.video_all{
  position: absolute;
  top: 28%;
  left: 7%;
  width: 42%;
  z-index: 1;
}
#Vod{
  width: 100%;
  z-index: 2;
  position: relative;
  /* border-radius: 10px; */
  border: 1px solid white;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 1.5%;
  border-radius: 6px;
}
#Video{
  width: 100%;
}
.txt_top_sec{
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.step_go div{
  cursor: pointer;
  filter: grayscale(100%);
  transition: .3s;
}
.step_go div.active{
  filter: none;
}
.sec1_c1{
  position: absolute;
  top: 28.2%;
  left: 6.8%;
  width: 36.9%;
}
.sec1_c2{
  position: absolute;
  top: 31.7%;
  left: 6.8%;
  width: 14.5%;
}
.sec1_c3{
  position: absolute;
  top: 31.7%;
  left: 33.5%;
  width: 25.4%;
}
.sec1_quiz{
  position: absolute;
  bottom: 5.5%;
  left: 78%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 18%;
  gap: 4%;
}
.sec1_pop{
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: end;
  align-items: end;
  padding-bottom: 23%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  cursor: pointer;
}
.sec1_pop.active{
  display: flex;
}

/*  */
.fif{
  position: absolute;
  top: 39.2%;
  left: 50%;
  transform: translateX(-50%);
  width: 87.2%;
}
.sec2_c1{
  position: absolute;
  top: 28.2%;
  left: 6.8%;
  width: 51.8%;
}
.sec2_c2{
  position: absolute;
  top: 31.7%;
  left: 6.8%;
  width: 44.4%;
}
.sec2_quiz{
  position: absolute;
  bottom: 5.5%;
  left: 78%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 18%;
  gap: 4%;
}
.sec2_pop{
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: end;
  align-items: end;
  padding-bottom: 23%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  cursor: pointer;
}
.sec2_pop.active{
  display: flex;
}


/*  */
.sec3_c1{
  position: absolute;
  top: 28.2%;
  left: 47.8%;
  width: 22.2%;
}
.sec3_c2{
  position: absolute;
  top: 35%;
  left: 6.8%;
  width: 32%;
}
.sec3_quiz{
  position: absolute;
  bottom: 5.5%;
  left: 78%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 18%;
  gap: 4%;
}
.sec3_pop{
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: end;
  align-items: end;
  padding-bottom: 23%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  cursor: pointer;
}
.sec3_pop.active{
  display: flex;
}
.showblue{
  position: absolute;
  top: 70.5%;
  left: 34%;
  box-sizing: content-box;
  padding: 3% 4%;
  /* background-color: rgba(0, 255, 255, 0.336); */
  cursor: pointer;
  width: 5.1%;
  z-index: 2;
}
.showred{
  position: absolute;
  top: 70.5%;
  left: 78.8%;
  box-sizing: content-box;
  padding: 3% 4%;
  /* background-color: rgba(0, 255, 255, 0.336); */
  cursor: pointer;
  width: 5.1%;
  z-index: 2;
}
.show_blue{
  position: absolute;
  top: 59.4%;
  left: 36.3%;
  width: 8.3%;
  opacity: 0;
  transition: .7s;
  z-index: 1;
}
.show_red{
  position: absolute;
  top: 61.6%;
  left: 81.3%;
  width: 8.3%;
  opacity: 0;
  transition: .7s;
  z-index: 1;
}
.show_blue.active, .show_red.active{
  opacity: 1;
}
/*  */
.sec4_c1{
  position: absolute;
  top: 22.7%;
  left: 18.5%;
  width: 10.4%;
}
.sec4_c2{
  position: absolute;
  top: 35%;
  left: 6.8%;
  width: 32%;
}
.sec4_quiz{
  position: absolute;
  bottom: 5.5%;
  left: 78%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 18%;
  gap: 4%;
}
.sec4_pop{
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: end;
  align-items: end;
  padding-bottom: 23%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  cursor: pointer;
}
.sec4_pop.active{
  display: flex;
}
.realte{
  position: relative;
}
.buble{
  position: absolute;
  top: 38%;
  left: 77%;
  width: 18.6%;
}
.chk_1{
  position: absolute;
  top: 38%;
  left: 10.5%;
  box-sizing: content-box;
  padding: 2%;
  /* background-color: rgba(0, 255, 255, 0.336); */
  cursor: pointer;
  width: 4.2%;
  z-index: 2;
  transition: .3s;
  opacity: 0;
}
.chk_2{
  position: absolute;
  top: 38%;
  left: 58.2%;
  box-sizing: content-box;
  padding: 2%;
  /* background-color: rgba(0, 255, 255, 0.336); */
  cursor: pointer;
  width: 4.2%;
  z-index: 2;
  transition: .3s;
  opacity: 0;
}
.chk_1.active, .chk_2.active{
  opacity: 1;
}

.sec1, .sec2, .sec3, .sec4, .sec5{
  display: none;
}
.sec1.active, .sec2.active, .sec3.active, .sec4.active, .sec5.active{
  display: block;
}































/* form */
  #form_table{
    font-family: 'GmarketSans';
    background: linear-gradient(to right, #2b73d9 0%, #0a357f 100%);
  }
  #form_table{
    /* display: none; */
    padding: 0 0 5%;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    position: relative;
    /* left: 0.25%;*/
  }
  #form_table.active{
    display: block;
  }
  #form_table form{
    display: block;
    box-sizing: border-box;
    width: calc(96% - 2px);
    margin: 0 auto;
    background-color: white;
    padding: 0 4% 4%;
  }
  #form_table .form-container{
    width: 100%;
    border-collapse: collapse;
  }
  #form_table .input-field{
    padding-left: 2%;
    box-sizing: border-box;
    border: 2px solid #a1a0a3;
  }
  #form_table .input-field:focus{
    outline: none;
  }
  #form_table .agree_wrap{
    padding: 7% 0%;
  }
  #form_table td{
    padding: 1.5% 3.5%;
  }
  #form_table .text{
    width: 100%;
  }
  #form_table .tip{
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
  }
  #form_table .find-zipcode {
    display: flex;
  }
  #form_table .find-zipcode .zipcode{
    padding: 0 5.5%;
    margin-left: 2%;
    background-color: black;
    color: white;
    font-size: 20px;
    font-family: 'GmarketSans';
    outline: none;
    border: 1px solid white;
    cursor: pointer;
    transition: .2s;
  }
  #form_table .find-zipcode .zipcode:hover{
    background-color: grey;
  }
  #form_table .info_po{
    padding-bottom: 2%;
    font-size: 16px;
    line-height: 22px;
  }
  #form_table .marg_auto{
    display: block;
    width: 80%;
    margin-left: auto;
  }
  #form_table [class^="agree_chk"]{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 3%;
    display: flex;
    align-items: center;
    gap: 2%;
    cursor: pointer;
    padding: 0 0 0 20%;
  }
  #form_table .agree_wrap p{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 6%;
    color: #4d4d4d;
    padding: 0 0 0 20%;
  }
  #form_table .agree_wrap p em{
    font-weight: 600;
  }
  /* check form */
  #form_table .check_wrap [id^="check_btn"] {
    display: none;
  }
  #form_table .check_wrap [id^="check_btn"] + label {
    cursor: pointer;
  }
  #form_table .check_wrap [id^="check_btn"] + label:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid #b1b1b1;
    border-radius: 4px;
    background-color: white;
  }
  #form_table .check_wrap [id^="check_btn"]:checked + label:before {
    content: '';
    background-color: #b1b1b1;
    border-color: #b1b1b1;
    background-image: url('/Users/Event/event/issue1176/image/check.png');
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: 50%;
  }
  #wrap {
    display: none;
    position: absolute;
    border: 2px solid #a7a7a7;
    width: 50%;
    left: 40%;
    z-index: 500;
    height: 400px;
  }

  @media all and (max-width: 768px) {
    #wrap{
      max-width: 90% !important;
      left: 50%;
      transform: translateX(-50%);
      max-width: 600px;
    }
  }
  .form-list{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
    gap: 10px;
  }
  .form-list .form-item{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    /* gap: 5%; */
  }
  #form_table .tip{
    width: 20%;
  }
  #form_table .input-field{
    width: 80%;
    height: 70px;
  }
  #form_table .find-zipcode{
    width: 80%;
  }
  #form_table hr{
    display: block !important;
    width: 100%;
    position: relative;
  }
  .form-list .form-item.gender{
    justify-content: start;
  }
  .gender input[type='radio']{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
  }
  .gender input[type='radio']:checked {
    background-color: #145861;
    border: 3px solid white;
    box-shadow: 0 0 0 1.6px #145861;
  }
  .form-list .form-item.gender > div{
    margin-right: 3%;
  }
  .form-list .form-item .fsz{
    font-size: 20px;
    display: block;
    padding: 0 0 0 5px;
  }
  @media all and (max-width: 768px) {
    #form_table .input-field{
      height: 50px;
    }
    #form_table .tip{
      font-size: clamp(12px, 3vw, 18px);
    }
    #form_table [class^="agree_chk"]{
      font-size: clamp(13px, 3vw, 20px);
    }
    #form_table .find-zipcode .zipcode{
      font-size: clamp(10px, 3vw, 16px);
    }
    #form_table .info_po{
      font-size: clamp(8px, 2.5vw, 14px);
      line-height: clamp(12px, 2.5vw, 18px);
    }
    #form_table .agree_wrap p{
      font-size: clamp(10px, 3vw, 16px);
      line-height: clamp(20px, 3vw, 32px);
    }
    #form_table .agree_wrap p span{
      font-size: 0.9em; 
      color: #7e7e7e;
      line-height: clamp(16px, 3vw, 30px);
    }
    #form_table [class^="agree_chk"],
    #form_table .agree_wrap p{
      padding: 0 0 0 10%;
    }
    .form-list .form-item .tipera{
      font-size: 0.75em;
    }
  }
  @media all and (max-width: 450px) {
    .form-list{
      gap: 5px;
    }
    #form_table .input-field {
      height: 35px;
      border: 1px solid #bdb2d5;
    }
    #form_table .agree_wrap{
      padding-left: 0;
    }
    #form_table hr{
      width: 100%; position: relative; left: 0; transform: translateX(0%);
    }
    #form_table [class^="agree_chk"] span{
      top: 0;
    }
    #form_table .check_wrap [id^="check_btn"] + label:before{
      width: 15px;
      height: 15px;
    }
    #form_table .check_wrap [id^="check_btn"]:checked +    #wrap {
        display: none;
        position: absolute;
        border: 2px solid #a7a7a7;
        width: 50%;
        left: 40%;
        z-index: 500;
        height: 400px;
    }

    @media all and (max-width: 768px) {
        #wrap{
            max-width: 90%;
            left: 50%;
            transform: translateX(-50%);
            max-width: 600px;
        }
    } label:before{
      background-size: 15px;
    }
    #form_table [class^="agree_chk"],
    #form_table .agree_wrap p{
      padding: 0 0 0 0%;
    }
  }
  @media all and (max-width: 400px) {
    #form_table .tip{
      width: 25%;
    }
    #form_table .input-field,
    #form_table .find-zipcode,
    #form_table .marg_auto{
      width: 75%;
    }
  }
    @media screen and (max-width: 1024px) {
  #men, #women {
    width: 18px;
    height: 18px;
  }
  #form_table .check_wrap [id^="check_btn"]:checked + label:before{background-size: 20px;}
}

@media screen and (max-width: 768px) {
  #men, #women {
    width: 16px;
    height: 16px;
  }
  #form_table .check_wrap [id^="check_btn"]:checked + label:before{background-size: 18px;}
}

@media screen and (max-width: 480px) {
  #men, #women {
    width: 15px;
    height: 15px;
  }
}

@media screen and (max-width: 400px) {
  #men, #women {
    width: 15px;
    height: 15px;
  }
  #form_table .check_wrap [id^="check_btn"]:checked + label:before{background-size: 16px;}
}

[class^="taber"]{
  display: none;
}
[class^="taber"].active{
  display: block;
}
.submit_Btn{
  cursor: pointer;
}

/* 우편우편우편우편 */
.postcode-modal{position:fixed;inset:0;background:rgba(0,0,0,.55);display:none;z-index:9999}
.postcode-modal.active{display:block}
.postcode-dialog{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(720px,92vw);height:min(640px,88vh);background:#fff;border-radius:12px;box-shadow:0 12px 32px rgba(0,0,0,.25);overflow:hidden}
.postcode-close{position:absolute;right:30px;top:4px;width:40px;height:40px;border:0;background:transparent;font-size:30px;cursor:pointer;color:#444;z-index:2}
.postcode-layer{width:100%;height:100%}
@media (max-width:768px){.postcode-dialog{display: none; width:100vw;height:100vh;border-radius:0}.postcode-close{right:30px;top:3px;font-size:35px}}
.body-locked{overflow:hidden}
