@charset "UTF-8";

/* 공통 */

.main_container .tab-content {
    padding: 40px 0 0;
}

.tab-content p {
    margin-bottom: 0;
}

.tab-content .sub_title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}

.tab-content .sub_txt {
    font-size: 15px;
}


.tab-content .agreement_section:first-of-type {
    border-top: 1px solid #4C4E6499;
}

.tab-content .section_title {
    font-size: 18px;
    font-weight: 600;
    color: #0F172ACC;
    padding: 20px 20px 0;
}

.tab-content .agreement_section .section_box {
    background-color: #F9F8F9;
    border-top: 1px solid #4C4E6426;
    padding: 25px 30px;
}

.tab-content .agreement_section .agreement_checkbox {
    border: 1px solid #4C4E6426;
    background-color: #FAFEFF;
    padding: 20px 30px;
    margin-top: 20px;
}

.tg  {
    border-collapse: collapse;
    border-spacing:0;
    border-top: 2px solid #4C4E6426;
    background-color: #fff ;
    width: 100%;
}

.tg th {
    word-break:normal;
    text-align: center;
}

.tg td {
    word-break:normal;
    text-align: left;
    font-size: 15px;
    color: #0F172ACC;
}

.tg td.bd_0 {
    border: none;
}

.tg .tg-0lax {
    vertical-align: middle;
    border: 1px solid #4C4E6426;
    padding: 10px;
    overflow:hidden;
}

.tg.table_agreement td.tg-0lax:not(:last-child) {
    padding-bottom: 0;
}

/* 구매자신고 탭메뉴 */
.report_step1 .table_third_party th {
    background-color: #a9aab124;
    border-bottom: 1px solid #4C4E6426;
}

.report_step1 .agreement_section .section_box .info_txt p {
    margin-bottom: 10px;
    font-size: 15px;
}

.report_step1 .agreement_section>.info_txt {
    padding-left: 14px;
    color: #0F172ACC;
    font-size: 15px;
}


/* 구매자신고 탭메뉴 - 사용자입력 */
.report_step2 .table_car_num tbody tr {
    border-bottom: 1px solid #ddd;
}

.report_step2 .table_car_num th, .report_step2 .table_car_num td {
    border: none;
    text-align: center;
}

.report_step2 .table_car_num th {
    background-color: #F9F8F9;
    border-bottom: 0;
}

/* .report_step2 .table_car_num .form-control.d-inline-block.width {
    max-width: 150px;
} */

.report_step2 .table_car_num .com_btn_gray {
    padding: 8px 12px;
    width: 30%;
    height: 38.5px;
    margin-left: 10px;
}

.report_step2 .table_car_num .com_btn_blue,
.report_step2 .table_car_num .com_btn_red {
    padding: 8px 10px;
}


/* 모달팝업 */
.modal_car_num .modal_user_input {
    display: flex;
    justify-content: space-between;
    background: #F9F8F9;
    padding: 20px 10px;
}

.modal_car_num .modal_user_input .input_car_num {
    /* font-size: 16px; */
    padding: 0 6px;
    border: 1px solid #ddd;
}

/* .report_step2 .table_car_num .form-control.d-inline-block.width {
    max-width: none;
} */

.modal_car_num .modal_user_input button.custom_padding {
    padding: 6px 20px;
    border-radius: 0;
}

.report_step2 .table_user_form .td_radio .label_radio {
    margin-bottom: 6px;
}


@media (min-width: 343px) and (max-width: 767px) {
    .tab-content .section_title {
        padding-left: 0;
        font-size: 16px;
    }

    .tab-content .table_third_party.table_responsive tbody tr {
        display: flex;
        flex-direction: column;
    }

}


@media (min-width: 992px) {
    .report_step2 .table_car_num .com_btn_blue,
    .report_step2 .table_car_num .com_btn_red {
        width: 100px;
    }

}























