@charset "utf-8";
.kids_sec1 {
    margin: 1rem 0 3rem;
}
.kids_sec2 {margin-bottom:3rem}
.table_inner table:first-of-type {border-right: 0;}
.table_inner table tbody > tr > td:last-child, .table_inner table tr > th:last-child {border-right:0}


/* 모바일 */ 
@media all and (max-width:1000px) {
    p, li, td, th {font-size:4.5vw}
    .spon_how dt, .spon_how dd {width:100%}
    .table_inner table:first-of-type {border-right:1px solid #ddd}
}
