@font-face { font-family: 'MapoDPPA'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/MapoDPPA.woff') format('woff'); font-weight: normal; font-style: normal; }

html, body, header, nav, section, article, footer,div, h1, h2, h3, h4, h5, h6, ul, ol,label,li,dl,dd,dt, p, span, a, img{margin: 0;padding: 0;} 


body{
    color: #333;
    font-family: 'Noto Sans KR', sans-serif;
    
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
/*header*/
div#wrap{
    width: 90%;
    margin: auto;
    max-width: 550px;
}
/*headerstart*/
header{
     
   text-align: center;
   padding: 20px 0px;
   color: #666;
   font-size: 13px;
   font-weight: 800;
}
h1{ /*로고*/
    width: 80%;
    margin: auto;
    font-size: 13px;
    text-align: center;
    max-width: 300px;
    }
h1 img{
      width: 80%;
    }
header span{
    display: block; 
}
.text1{
    display: block;
    font-size: 13px;
    font-size:0.867rem;
    font-weight:normal;
    color:#333;
}

.text2{
    margin: 10px 0px;
    font-size:15px;
    font-size:0.938rem;
    font-weight:normal;
    color:#666;
}
/*tab start*/
div.tab{
    margin-top: 30px;
    margin: auto;
    position: relative;
    text-align: center;
}
div.tab button{
    display:block;
    float: left;
    width: 50%;
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 500;
    color: #7d7777;
    background: #fff;
    border: 0;
    outline: 0;
    border: 1px solid #959595;
    font-family: 'Noto Sans KR', sans-serif;
}
div.tab button.on{
    color: #fff;
    background-color: #6E3EFA;
    border:none;
    border: 1px solid #6E3EFA;
}
/*contents start*/
div.box{
    position: absolute;
    overflow: hidden;
    width: 100%;
    margin: auto;
    top: 30px;
    text-align: center;  
}
/*form start*/
form{
    margin-top: 50px;
}
form ul{
    text-align: left;
}
form ul li{
   overflow: hidden;
   margin-top: 30px;
   font-size: 14px;
   position: relative;
}
form ul li p{
    position: absolute;
    float: left;
    top:50%;
    width: 50px;
    margin-right: 10px;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    transform: translateY(-50%);
   
}
form ul li img{
    width: 10px;
    height: 10px;
}
form ul li:last-child span{
    display: block;
    margin-left: 21px;
}

form ul li div.inputWrap{
    float: right;
    width: calc(85% - 10px);    
}
form ul li div.inputWrap span{
    display: block;
    float: left;
    width:47.5%;
    text-align: center;
}
form ul li div.inputWrap span:nth-child(2){
    width:5%;
    line-height: 35px;
    font-family: 'MapoDPPA';
    color: #666;
}

form ul li input{
    width: 100%;
    height: 35px;
    border: 1px solid #959595;
    box-sizing: border-box;
    outline:0;
    font-size: 14px;
    text-align: center;
    border-radius: 10px;
    font-family: 'Noto Sans KR', sans-serif;
}
form ul li input#name{
    width: 100%;
}
input:focus{
    border: 1px solid #6E3EFA;
}
input:invalid {
  border: 1px solid red;
}
input[class="number"]{
    width: 100%;
}
input[class="email"]{
    width: 100%;   
}
/*validation 벨리데이션*/
div.vali{
    display: none;
    color: #f51938;
    font-size: 13px;
}
select{
    display: block;
    float: right;
    width: 100%;
    margin-top:10px;
    height: 35px;
    color:#666;
    border-radius: 10px;
    outline: 0;
}
form ul li span.dot{
    display: block;
    float: left;
    width: 4%;
}
form ul li span.tx{
    display: block;
    float: left;
}
/*확인버튼*/
form ul li:last-child div
{   
    width: 50%;
    margin: auto;
    padding: 10px 0px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    background: transparent linear-gradient( 270deg, #8743FF 0%, #4136F1 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #1466cc29;
    border-radius: 10px;
}
form ul li:last-child div a{
     color: #fff;
}