.groupSection{padding:30px 0;border-bottom:1px dashed #ddd;}
.groupSection:first-child{padding-top:0;}
.groupSection:last-child{border-bottom:none;}
.groupSection .sectionTitle{font-size:15px;font-weight:500;position:relative;height:35px;}
.groupSection .sectionTitle:after{content:'';display:block;position:absolute;height:2px;width:30px;background-color:#5394da;bottom:10px;left:0;}
.groupSection .sectionData{font-size:13px;line-height:180%;}
.groupSection .sectionData .customsTable{display:flex;}
.contents .contentsTable ul, .contents .sectionListContents{padding:0 0 0 20px;margin:0;}
.contents .contentsTable ul li, .contents .sectionListContents li{padding:0;margin:0;}
.contents .contentsTable td.tc{text-align:center;padding:10px 0;}

@media all and (max-width:900px) {
    .groupSection .sectionData .customsTable{flex-wrap:wrap;}
    .contents .contentsTable td.tc{padding:10px;}
}