﻿


.wrap{
    margin: 80px auto 0 auto !important;
}

.num_input {
    width: 100% !important;
    height: 68px !important;
    border: 1px solid #E4E4E4 !important;
    padding: 20px !important;
    background: url(/common/img/masterpage/down.svg) no-repeat 98% !important;
    background-size: 15px !important;
    line-height: unset !important;
}


.num {
    padding: 20px 0;
    width: 100%;
}

.wrap .btn1,
.wrap .g_btn{
    margin-top: 0;
    width: 200px;
    height: 62px;
    line-height: 62px;
    border-radius: 10px;
}

b{
    display: block;
    margin: 10px 0 20px 0;
}



/*약관동의*/
.agreeWrap{
    background: #FAFBFB;
    border: 1px solid #F7F7F7;
    padding:1.5rem;
    border-radius: 10px;
}

.notibox{
    margin-left: 1.1rem;
}

.agree_txt{
    margin-left: 0.2rem;
    line-height: 180%;
    color: #949CA2;
    font-size: 14px;
}

.check3txt{
    margin-top: 1rem;
    padding: 1rem 1rem 2rem;
    background: #fff;
    border-radius: 10px;
}

.chk_box{
    padding-left: 2rem;
}
.check3txt .chk_box{
    display: block;
    padding-left: 2.3rem;
    font-size: .93rem;
}



/*발급하기*/
.certin_btn{
    width: 85%;
    margin: 0 auto;
}
@media (max-width:984px){
    .certin_btn{
    width: 100%;
}
}


/*인증시간*/
.authTime{
    position: absolute;
    z-index: 99;
    color: var(--main-color);
    bottom: 20px;
    right: 31%;
}

@media (max-width:984px){
    .authTime{
    right: 26%;
}
}
@media (max-width:768px){
    .authTime{
        bottom: 22px;
    right: 30%;
}
}
@media (max-width:580px){
   .authTime{
    right: 35%;
}
}
@media (max-width:480px){
    .authTime{
        bottom: 25px;
    right: 43%;
}
}
@media (max-width:360px){
    .authTime{
    right: 50%;
}
}


/*가상계좌 발급내역*/
.virtTable {
    font-size: 15px;
}

.virtTable td{
    text-align: center;
}

.virtTable tr:first-of-type td{
    background: var(--bg-color);
    color: var(--g-color);
}





/*신용/체크카드*/
/*카드정보*/
.cardinfo,
.cardinfo colgroup,
.cardinfo colgroup col:first-child{
    width: 100%;
}

.cardinfo tr td:nth-child(1) input,
.cardinfo tr td:nth-child(2) input{
    margin-bottom: 12px;
}

/*충전금액*/
.chargeprice h3{
    margin-bottom: 6px;
}

.chargepri{
    color: #7c8286;
    font-size: 14px;
    margin-bottom: 0.93rem;
}

.chargepri span{
    color: var(--sub-color);
}