.line{
    margin-top: 040px;
    margin-bottom: 25px;
}
.detail_content{
    margin-top: 30px;
}
.matching_topic{
    font-weight: 500;
    font-size: 22pt;
    color: #282828;
    line-height: 1.2;
    margin-bottom: 30px;
}
.matching_sub_topic {
    font-weight: 500;
    font-size: 19px;
    color: #282828;
    margin-bottom: 2px;
    line-height: 1.4;
}
.matching_sub_detail {
    font-weight: 500;
    font-size: 15px;
    color: #444444;
    margin-bottom: 0px;
}
.maching_grid_container{
    margin-top: 50px;
}
.maching_grid_color {
    background-color: #f5f5f5;
    padding: 8px;
    font-weight: 500;
    color: #333333;
    letter-spacing: 1.2px;
    font-size: 18px;
    margin-bottom: 20px;
}
.maching_grid_img{
    padding-left: 10px;
    margin-top: -3px;
}
.maching_gridcontent{
    margin-top: 50px;
    margin-bottom: 50px;
}
.maching_sub_div{
    margin-top: 15px;
    margin-bottom: 30px;
}
.maching_txt_grid{
    margin-top: 20px;
    margin-bottom: 35px;
}
.detail_txt{
    font-weight: 500;
    font-size: 17px;
    color: #444444;
    margin-bottom: 8px;

}
.detail_txt2{
    font-weight: 500;
    font-size: 14px;
    color: #444444;
    margin-bottom: 5px;

}
.detail_txt_red{
    color: #ff0000;
}
.matching_tbl_div{
    margin-top: 25px;
}
.matching_tbl_1{
    width: 56%;
}
.matching_tbl_tr1{
   background-color: #ff9c00;
    color: #ffffff;
}
.matching_tbl_th{
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 55%;
}
.matching_tbl_th1{
    border-right: 1px solid #ffffff;
}
.matching_tbl_tr_h{
    height: 55px;
}
.matching_tbl_tr_c{
   background-color: #f6f6f6;
}
.matching_tbl_td{
   border-right: 1px solid #bdbdbd;
}
.matching_tbl_1 td , .matching_tbl_2 td , .matching_tbl_3 td{
    padding-left:5%;
}
.matching_tbl_br_1{
    border-radius: 10px 0px 0px 0px;
}
.matching_tbl_br_2{
    border-radius: 0px 10px 0px 0px;
}
.matching_tbl1_bb{
    border-bottom: 3px solid #ff9c00;
}
.maching_info_grid{
    margin-top: 20px;
}
.matching_info_txt{
    color: #444444;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 0px;
}
.matching_tbl_2{
    width: 90%;
}
.matching_tbl_3{
    width: 57%;
}
.matching_tbl1_th{
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.matching_tbl3_br_1{
    border-radius: 10px 10px 0px 0px;
}
.mt3_w1{
  width: 30%;
}
.mt3_w2{
   width: 70%;
}
.matching_marginb{
    margin-bottom: 70px;
}

@media (max-width: 1024px) {
    .line {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 50px;
    }
}
@media (max-width: 992px) {


    .matching_content {
        margin-top: 17px;
    }
    .matching_gridcontent {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}

@media (max-width: 768px) {
    .matching_tbl_1 {
        width: 90%;
    }
}
@media (max-width: 500px) {
    .matching_tbl_1 {
        width: 100%;
    }
    .matching_tbl_2 {
        width: 100%;
    }.matching_tbl_3 {
        width: 100%;
    }
    .matching_tbl_1 td, .matching_tbl_2 td, .matching_tbl_3 td {
        padding-left: 2%;
    }
}
@media (max-width: 320px) {
    .matching_topic {
        font-size: 19pt;
    }
    .matching_sub_topic {
        font-size: 17px;
    }
    .detail_txt {
        font-size: 12px;
    }
    .matching_tbl_1 td, .matching_tbl_2 td, .matching_tbl_3 td {
        padding-left: 2%;
        font-size: 12px;
    }
}