/* common */
.res_tbl_wrap {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

    .res_tbl_wrap table {
        display: table;
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

        .res_tbl_wrap table thead tr th {
            border-bottom: 2px solid #121212;
        }

        .res_tbl_wrap table thead tr th,
        .res_tbl_wrap table tbody tr td {
            text-align: left;
            padding: 0.8125vw 1.25vw;
            font-size: 15px;
            font-size: 1.3vw;
            line-height: 1.375vw;
        }

        .res_tbl_wrap table tbody tr td {
            border-bottom: 1px solid #efefef;
        }

/* desktop only */
@media screen and (min-width: 1200px) {
    .res_tbl_wrap table thead tr th,
    .res_tbl_wrap table tbody tr td {
        padding: 12px 20px;
        font-size: 16px;
        line-height: 22px;
    }
}

/* mobile only */
@media screen and (max-width: 990px) {
    .res_tbl_wrap table col {
        width: 100% !important;
    }

    .res_tbl_wrap table thead {
        display: none;
    }

    .res_tbl_wrap table tbody tr {
        border-bottom: 1px solid #efefef;
    }

        .res_tbl_wrap table tbody tr td {
            width: 100%;
            display: flex;
            margin-bottom: 2px;
            padding: 5px;
            border-bottom: none;
            font-size: 14px;
            line-height: 18px;
        }

            .res_tbl_wrap table tbody tr td:first-child,
            .res_tbl_wrap table tbody tr th:first-child {
                padding-top: 16px;
            }

            .res_tbl_wrap table tbody tr td:last-child,
            .res_tbl_wrap table tbody tr th:last-child {
                padding-bottom: 15px;
            }

            .res_tbl_wrap table tbody tr td:before {
                display: inline-block;
                margin-right: 12px;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100px;
                flex: 0 0 100px;
                font-weight: 700;
            }
}


.col-title {
    width: 142px;
    font-size: 16px !important;
    font-weight: bold;
    text-align: center !important;
}

.col-th-title {
    font-size: 18px !important;
    font-weight: bold !important;
}

.gift {
    color: red;
}

.gift-list {
    color: #0d6efd;
    width: 100%;
    /*object-fit: contain;
    display: inline-flex;*/
    /*margin-top: 10px;*/
}

.gift_Table tr td div {
    width: 200px;
}

.txt-box {
    display: flex;
    margin-top: 10px;
}

.txt-box input{
    margin-right:5px;
}

    .text-center {
        margin-top: 10px !important;
    }

#pw-help, #pw-help-1 {
    width: 371px;
    height: 45px;
}

.Required{
    width:270px;
}

.form-control:read-only {
    opacity: 1;
}
