

.model_imgs {
    overflow: hidden;
    display: table;
    width: 100%;
    height: 400px;
    border: 1px solid #dedede;
    box-sizing: border-box;
}

.model_imgs li {
    display: table-cell;
    width: 50%;
    padding: 17px;
    vertical-align: middle;
    text-align: center;
}

.model_imgs li:nth-child(1) {
    border-right:  1px solid #dedede;
}

.model_imgs img {
    display: inline-block;
    width: 70% !important;
}

.features_list li {
    position: relative;
    padding-left: 16px;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
}
.features_list li:after {
    content: '';
    position: absolute;
    top: 45%;
    left: 0;    
    width: 9px;
    height: 1px;
    background: #000000;
}

.mt_txt {
    padding-bottom: 5px;
    text-align: right;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 16px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    text-align: center;
    width: 100%;
}


caption { 
    position: static; 
    overflow: hidden; 
    width: 1px; 
    height: 1px; 
    margin: 0;  
    padding: 0;  
    font-size: 1px;  
    text-indent: -9999px;
}

table tr, table th, table td {
    border: 1px solid #d9d9d9;
    padding: 20px;
    vertical-align: middle;
}

table td.tb_tit {
    background: #f0f0f0;
}

table th, td.tit {
    background: #f0f0f0;
}