/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
a{text-decoration:none;color:inherit;}
input,button,select{border:none;background:none;outline:none;}
input:focus,button:focus,select:focus{outline:none;}
button{padding:0;}
img{vertical-align:top;}
/* reset */

.UserInput{
  font-family: 'GmarketSans';
}
.UserInput{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.UserInput .box_tag{
  width: 95%;
  margin: 0 auto;
}
.UserInput .input-field{
  padding-left: 2%;
  box-sizing: border-box;
  border: 2px solid #b0b0b0;
}
.UserInput .agree_wrap{
  padding: 5% 0%;
}
.UserInput .tip{
  font-size: 24px;
  font-weight: 600;
  white-space: nowrap;
}
.UserInput .input-field{
  font-size: 24px;
}
.UserInput .find-zipcode{
  display: flex;
}
.UserInput .find-zipcode .zipcode{
  padding: 0 5.5%;
  margin-left: 2%;
  font-size: 20px;
  font-family: 'GmarketSans';
  outline: none;
  cursor: pointer;
}
.UserInput .info_po{
  padding-bottom: 2%;
  font-size: 16px;
  line-height: 22px;
}
.UserInput .marg_auto{
  display: block;
  width: 80%;
  margin-left: auto;
}
.UserInput .check_box{
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5%;
  padding-bottom: 3%;
}
.UserInput .check_box input{
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.UserInput .check_box label{
  cursor: pointer;
}
.UserInput .agree_grid{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.55em;
  margin-bottom: 6%;
  padding: 0 0 0 20%;
}
.UserInput .agree_grid em{
  font-weight: 500;
  padding-right: 5px;
}
/* #wrap{
  display: none;
  position: absolute;
  border: 2px solid #a7a7a7;
  width: 50%;
  right: 0%;
  z-index: 500;
  height: 400px;
}
@media all and (max-width: 768px){
  #wrap{
    max-width: 90% !important;
    right: auto;
    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{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.UserInput .tip{
  width: 20%;
}
.UserInput .input-field{
  width: 80%;
  height: 70px;
}
.UserInput .find-zipcode{
  width: 80%;
}
.form-list .form-item.gender{
  justify-content: start;
}
.gender input[type='radio']{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.gender input[type='radio']:checked{
  width: 12px;
  height: 12px;
}
.form-list .form-item.gender div{
  display: flex;
  align-items: center;
}
.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){
  .UserInput .input-field{
    height: 50px;
  }
  .UserInput .tip, .UserInput .input-field, .form-list .form-item .fsz{
    font-size: clamp(12px, 3vw, 18px);
  }
  .UserInput [class^="agree_chk"]{
    font-size: clamp(13px, 3vw, 20px);
  }
  .UserInput .find-zipcode .zipcode{
    font-size: clamp(10px, 3vw, 16px);
  }
  .UserInput .info_po{
    font-size: clamp(8px, 2.5vw, 14px);
    line-height: clamp(12px, 2.5vw, 18px);
  }
  .UserInput .agree_grid{
    font-size: clamp(10px, 3vw, 16px);
    line-height: clamp(20px, 3vw, 32px);
  }
  .UserInput .agree_grid{
    padding: 0 0 0 10%;
  }
  .UserInput .check_box{
    font-size: clamp(14px, 3vw, 16px);
  }
  #wrap{
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 600px;
  }
}
@media all and (max-width: 450px){
  .form-list{
    gap: 5px;
  }
  .UserInput .input-field{
    height: 35px;
    border: 1px solid #b0b0b0;
  }
  .UserInput .agree_grid{
    padding-left: 0;
  }
}
@media all and (max-width: 400px){
  .UserInput .tip{
    width: 25%;
  }
  .UserInput .input-field,
  .UserInput .find-zipcode,
  .UserInput .marg_auto{
    width: 75%;
  }
}
#men, #women{
  width: 20px;
  height: 20px;
  padding: 5px;
  display: block;
}
@media screen and (max-width: 768px){
  #men, #women{
    width: 17px;
    height: 17px;
    padding: 5px;
  }
}
.submit_btn{
  text-align: center;
}


/* score_section */
.score_section{
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding: 10% 0;
  font-family:'Gmarket Sans';
}
.score_section .score_form{
  position: relative;
}
.score_section .title{
  text-align: center;
  font-size: 30px;
  padding-bottom: 5%;
  width: 90%;
  margin: 0 auto;
  word-break: keep-all;
  line-height: 1.25em;
}
.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%;
  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;
  margin: 0 auto;
  padding: 2% 0;
  font-family:'Gmarket Sans';
  font-weight: lighter;
  width: 90%;
}
.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;
  outline: none;
  padding: 3%;
  font-size: clamp(14px, 4vw, 20px);
  font-family: 'Gmarket Sans';
  box-sizing: border-box;
  resize: none;
}
@media screen and (max-width: 768px){
  .score_section .title{
    font-size: clamp(16px, 3.5vw, 25px);
  }
}
