@import url('https://cdn.jsdelivr.net/gh/leetaewook/gmarket-sans-dynamic-subset/GmarketSans.css');
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_tt{
  position: absolute;
  top: 22%;
  left: 19%;
  /* transform: translateX(-50%); */
  width: 64.4%;
}
.sec1_p{
  position: absolute;
  top: 47%;
  left: 66%;
  width: 17.7%;
}
.sec2_p{
  position: absolute;
  top: 1%;
  left: 9%;
  width: 70.6%;
  z-index: 2;
}
.sec2_i1{
  position: absolute;
  top: 0.9%;
  left: 47%;
  z-index: 1;
  width: 32.7%;
}
.sec2_i2{
  position: absolute;
  top: 2.1%;
  left: 9%;
  z-index: 1;
  width: 63.3%;
}
.sec2_p2{
  position: absolute;
  top: 93%;
  left: 7%;
  width: 85%;
  z-index: 2;
}
.sec2_i3{
  position: absolute;
  top: 92.8%;
  left: 6.2%;
  z-index: 1;
  width: 17.5%;
}
.sec2_i4{
  position: absolute;
  top: 94.1%;
  left: 33.3%;
  z-index: 1;
  width: 20.1%;
}
.sec3{
  overflow: hidden;
}
.sec3_i1{
  position: absolute;
  top: 12%;
  left: 1.5%;
  width: 79.2%;
}
.sec3_i2{
  position: absolute;
  top: 51%;
  right: -1%;
  width: 35.3%;
}
.sec2_x3{
  position: absolute;
  bottom: 1.7%;
  left: 21%;
  width: 57.7%;
}
.cks1{
  position: absolute;
  top: 51.2%;
  left: 10.2%;
  width: 7.4%;
  padding: 5%;
  box-sizing: content-box;
  cursor: pointer;
}
.cks2{
  position: absolute;
  top: 51.2%;
  left: 41.5%;
  width: 7.4%;
  padding: 5%;
  box-sizing: content-box;
  cursor: pointer;
}
.cks3{
  position: absolute;
  top: 51.2%;
  left: 72.5%;
  width: 7.4%;
  padding: 5%;
  box-sizing: content-box;
  cursor: pointer;
}
.cks4{
  position: absolute;
  top: 73.5%;
  left: 5.3%;
  width: 7.4%;
  padding: 5%;
  box-sizing: content-box;
  cursor: pointer;
}
[class^="cks"]{
  opacity: 0;
  transition: .3s;
}
[class^="cks"].active{
  opacity: 1;
}
.sec2_x3 {
  filter: grayscale(100%);
}
.sec2_x3.active {
  filter: grayscale(0%);
  transition: filter 1s ease-out;
}
.bu1{
  position: absolute;
  top: 79%;
  left: 32%;
  width: 12%;
}
.bu2{
  position: absolute;
  top: 82%;
  left: 27%;
  width: 12.4%;
}















.score_section{
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 3% 0 3%;
  background-color: #00327d;
}
.textaref{
  padding: 2% 0 0;
}
.score_section .title{
  text-align: center;
  font-size: clamp(16px, 4vw, 30px);
  padding-bottom: 5%;
  color: #00327d;
  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;
}
.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: #ffbb00;
  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: #999999;
  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 #00327d;
  outline: none;
  resize:none;
  padding: 3%;
  font-size: clamp(14px, 4vw, 20px);
  font-family: 'Gmarket Sans';
  box-sizing: border-box;
  border-radius: 6px;
  font-weight: 400;
}

.gd_box{
  width: 85%;
  margin: 0 auto;
  background-color: white;
  border-radius: 15px;
  padding: 5% 0;
  margin-bottom: 3%;
}
.submit{
  cursor: pointer;
}






  #form_table{
    font-family: 'GmarketSans';
  }
  #form_table{
    /* display: none; */
    padding: 5% 10% 0;
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
    background-color: white;
    position: relative;
    /* left: 0.25%;*/
  }
  #form_table .form-container{
    width: 100%;
    border-collapse: collapse;
  }
  #form_table .input-field{
    padding-left: 2%;
    box-sizing: border-box;
    border: 2px solid #b0b0b0;
  }
  #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;
  }
  #form_table .check_wrap [id^="check_btn"]:checked + label:before {
    content: '';
    background-color: #b1b1b1;
    border-color: #b1b1b1;
    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%;
            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%;
    }
  }
  @media all and (max-width: 450px) {
    .form-list{
      gap: 5px;
    }
    #form_table .input-field {
      height: 35px;
      border: 1px solid #b0b0b0;
    }
    #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;}
}