/* login !!!! */

main.login{
    padding: 0 20px 40px;
    height: 100vh;
    font-family: "pretendard-R";
    height: calc(100vh - 147px);
    min-height: fit-content;
}
main.login .logo{
    width: 118px;
    height: 40px;
    padding: 15px 0 20px 0;
    margin: 0 auto 29.88px;
}
.logo img {width: 118px;}
main.login .title p{
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    color: #222;
    margin-bottom: 41px;
    margin-left: 20px;
}
main.login .id_box{
    margin-bottom: 30px;
}
main.login .pw_box{
    margin-bottom: 24px;
}
main.login .cont_box >div>p{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-left: 20px;
    color: #222;
}
main.login .cont_box input{
    border-radius: 30px;
    background-color: #fff;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: none;
    font-size: 14px;
}
main.login .control{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main.login .find_pw{
    color: #686868;
    font-size: 13px;
}
main.login .btn_box{
    border-radius: 30px;
    background-color: #97e0d9;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin-top: 24px;
}
main.login .btn_box .B_login{
    display: block;
    width: 100%;
    height: 100%;
}

main.wallet_setting {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 0;
    font-family: "pretendard-R";
    
}

main.wallet_setting .cont_box img {
    width: 100%;
    height: 100%;
}

main.wallet_setting .cont_box {
    background: #fff;
    /* height: 100vh; */
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    height: calc(100vh - 84px);
    min-height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

main.wallet_setting .cont_box .title {
    display: flex;
    padding: 20px;
    gap: 8px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #eaeeef;
    align-items: center;
}

main.wallet_setting .cont_box .my_info {
    border-bottom: 1px solid #eaeeef;
}

main.wallet_setting .cont_box .my_info .img_box {
    width: 20px;
    height: 20px;
}

main.wallet_setting .cont_box .my_info .cont {
    padding: 12px 0 20px 16px;
    display: flex;
}

main.wallet_setting .cont_box .my_info .sub_title {
    width: 20%;
}

/* main.wallet_setting .cont_box .my_info .sub_title p {
    color: #949b9f;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 16px;
} */

main.wallet_setting .cont_box .my_info .sub_title p:last-child {
    margin-bottom: 0;
}

main.wallet_setting .cont_box .my_info .info_text p {
    font-size: 15px;
    margin-bottom: 16px;
}

main.wallet_setting .cont_box .my_info .info_text p:last-child {
    margin-bottom: 0;
}

main.wallet_setting .cont_box .title {
    justify-content: space-between;
    cursor: pointer;
}

main.wallet_setting .cont_box .my_info .title {
    justify-content: normal;
    cursor: default;
}

main.wallet_setting .cont_box .img_box {
    width: 24px;
    height: 24px;
}
main.wallet_setting .cont_box .my_info .sub_title {
    width: auto;
    flex: 1;
}
main.wallet_setting .cont_box .my_info .sub_title {
    display: flex;
    flex-flow: column;
}
main.wallet_setting .cont_box .my_info .sub_title li{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 16px;
}
main.wallet_setting .cont_box .my_info .sub_title li p:first-child{
    flex: 1;
    color: #949b9f;
    font-size: 15px;
    font-weight: bold;
    
}
main.wallet_setting .cont_box .my_info .sub_title li p:last-child{
    flex: 2;
}

