﻿
input{
        margin-bottom: 0;
}

/*내용*/
/*btn*/
.clickbtn{
    width: 38% !important;
    background-color: #fff;
    color: #979797 !important;
    border: 1px solid #b4b4b4 !important;
    text-align: center;
    border-radius: 50px;
    text-indent: 0;
    cursor: pointer;
    font-size: 1rem;
}

.clickbtn:hover{
    background-color: #b4b4b4;
    color: #fff !important;
}




.btn-check{
    border: 1px solid #b4b4b4 !important;
    background-color: #fff;
    color: #979797 !important;
    border-radius: 50px;
    text-indent: 0;
    cursor: pointer;
}

.btn-check:hover{
    background-color: #979797;
    color: #fff !important;
}


.us_phone{
    margin-right: 8px;
}

/*대표 전화번호*/
.mainnum td{
    width: 100%;
    display: flex !important;
    justify-content: space-between;
}

.us_select{
    width: 60%;
}


/*email*/
.divWrap3{
    display: flex !important;
    align-items: center;
    column-gap: 10px;
}
.divWrap3>input{
    text-align: center !important;
    background: #F8F8F8 !important;
}


.dash{
    margin-bottom: 10px;
}

.mailad{
    min-width: 6.5rem;
    width: auto;
}


/*주소*/
.wrap .add input{
    background: #F8F8F8;
    padding-right: 20px ;
}
.wrap .add .prev_btn{
    background: #fff;
    padding-right: 0;
}

.btn-st4{
    float: right;
}

/*탈퇴*/
.quitwrap{
   display: flex;
    justify-content: flex-end; 
}

.quitBtn{
    width: 90px;
    height: 40px;
    text-indent: 0;
    cursor: pointer;
    color: #949494;
    text-align: center;
    border-radius: unset;
    display: inline-block;
    margin: 3rem auto;
    font-size: 1rem;
    text-decoration: underline;
    background: #F7FAFF;
}

/*모달 공통*/
.issueVirtModal{
    width: 700px;
    position: relative;
}

@media (max-width:1080px) {

    .issueVirtModal{
        width: 90%;
    }

}


/*개통 전화번호 모달*/
.issueVirtModal p{
    font-weight: 500;
    word-break: keep-all;
}

.modalcontants h2{
    margin-bottom: 2rem;
}

.modalTb tr:first-child th{
    height: 50px;
    background-color: #EFF6FF;
}

.modalTb tr th{
    background-color: #EFF6FF;
    height: 60px;
}

.modalTb tr td{
    padding: 0 0.5rem;
}


/*회원탈퇴 모달*/
.modalconWrap div span{
    display: block;
    margin-bottom: 0.5rem;
}

.modalconWrap div span:last-child{
    margin-bottom: 1rem;
}

.modalconWrap .btnWrap{
    width: 100%;
    column-gap: 6px;
}

/*버튼*/
.popup_prevbtn{
    height: 62px;
}

.popup_nextbtn{
    margin-top: 0;
    color: #fff !important;
}

.popup_nextbtn:hover{
    background: #3b3b3b;
}

@media (max-width:984px) {

    .popup_prevbtn{
        width: 100%;
    }

    .popup_nextbtn{
    margin-top: 1rem;
}

}