.m_size {
    display: none;
}

.planinfo_sent {
    margin: 10px 0px 0px 0px;
}

    .planinfo_sent > a {
        color: #D6AF66;
    }

.btnM {
    margin-top: 20px;
}

.btnArea > .btnM {
    padding: 10px 10px;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-image: url("../images/modal_bg.png");
    padding: 0px 20px;
    box-sizing: border-box;
}

    .modal .modal_close_top_btn {
        display: block;
        position: fixed;
        top: 0px;
        right: 0px;
        background: transparent;
        border: 0px;
        color: #ffffff;
        cursor: pointer;
        font-size: 20px;
        z-index: 999;
    }

    .modal .modal_close_bottom_btn {
        display: block;
        position: fixed;
        left: 0px;
        bottom: 0px;
        background: #E8AE00;
        border: 0px;
        color: #ffffff;
        cursor: pointer;
        font-size: 20px;
        z-index: 999;
        padding: 10px;
        box-sizing: border-box;
    }

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: absolute;
    height: 80%;
    overflow-y: auto;
    padding: 0px;
    box-sizing: border-box;
    max-width: 530px;
}

    .modal-dialog .popup_img {
        width: 100%;
        display: block;
    }


.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity = 0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity = 50);
        opacity: .5;
    }

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.tb_term {
    text-align: left;
    margin-left: 10px;
}

.tb_left_align {
    text-align: left;
}

.table td, .table th {
    vertical-align: middle;
    text-align: center;
}

.input_tb {
    margin: 0 auto 0 auto;
    width: 90%;
    padding: 10px;
    border: 1.5px solid #DDE1E5;
}

    .input_tb th, .input_tb td {
        padding: 0.5rem;
    }

    .input_tb th, .input_tb td {
        padding: 0.5rem;
    }

        .input_tb td input {
            width: 100%;
        }

.signature-pad {
    border: 1.5px solid #DDE1E5;
    width: 250px;
    height: 60px;
    background-color: white;
}

.tb_title {
    background: #EEF2F6;
}

.tb_ckb {
    background: #EEF2F6;
}

.store_size {
    margin-right: 32%;
}

#price {
    display: inline-block;
}

.form-control {
    display: inline-block;
    width: 67.5%;
    float: left;
    /* margin-bottom: 15px; */
}

#search_bt {
    /* float: left;
    width: 30%; */
    margin: 0px 0px 15px 2.5%;
}

.detail {
    border: 1px solid #e0e0e0;
    width: 100%;
    height: 120px;
    padding: 10px;
}

.pay_img {
    width: 100%;
    margin: 0px auto 10px auto;
    background-size: contain;
}

.select {
    border: 3px solid #f00;
    border-radius: 12.5px;
}

#product_name, #product_price, #user_name {
    font-weight: bold;
}

.terms_lnk {
    text-align: right;
    margin: 0px 0px 0px 0px;
}



@media ( max-width : 768px ) {
    .btnArea {
        max-width: 100% !important;
        box-sizing: border-box;
        display: block;
        margin-top: 0px;
    }

        .btnArea .btnM {
            width: 48%;
            box-sizing: border-box;
            display: inline-block;
            margin-right: 2%;
            margin-left: 0px;
        }

            .btnArea .btnM:nth-child(2n) {
                margin-right: 0px;
            }

            .btnArea .btnM:nth-child(n+2) {
                margin-top: 10px;
            }

    .planinfo_sect_tit {
        font-size: 30px;
    }

    .m_size {
        display: block;
    }
}

@media ( max-width : 320px ) {
    .btnM {
        font-size: 14px;
    }

    .btnArea > .btnM {
        padding: 10px 5px;
    }
}
