
*{
    list-style:  none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
body{
    margin: auto;
}
#wrap{
    width: 100%;
}

#contents_area{
    width: 1200px;
    padding: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: auto;
}
#contents_area div:not(#otp_msg){
    margin: 20px 0;
}

#contents_area form{
    padding: 20px;
    background-color: #EBEBEB;
    width: 35%;
    margin: auto;
    font-size: 20px;
    line-height: 30px;
}
#contents_area form h2{

    font-size: 23px;

}
#contents_area select{
    display: block;
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: gray;;
    border: 1px solid #e7e9ed;
}
#contents_area span{
    display: block;
}

#contents_area input:not([type="submit"], #phone, #otp_code){
    width: 100%;
    height: 50px;
    font-size: 18px;
    border: 1px solid #e7e9ed;
}
#contents_area #phone, #otp_code{
    width: 300px;
    height: 50px;
    font-size: 18px;
    border: 1px solid #e7e9ed;
}
.btn-otp { margin-left: 5px; padding: 15px 10px; border: 0; background:#fff; cursor:pointer; border-radius:6px; }
.btn-otp[disabled] { opacity:.5; cursor:not-allowed; }

#contents_area input[type="submit"]{
    background-color: #03ADEF;
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
    margin: auto;
    margin-top: 25px;
    margin-left: 20px;
    font-size: 25px;
    font-weight: 500;
    width: 70%;
    padding: 15px;
}
