
/* 공통 */
.con_wrap { width:1300px; margin:0 auto; text-align: center; }
.s_tit { position:relative; line-height: 1; font-size: 42px; font-weight: 600; margin-bottom: 50px; }
.s_tit:before { content:""; display: block; width:30px; height:3px; background:#ae003a; margin:0 auto 20px; }
.s_tit.eng { font-size: 48px; font-family: 'Poppins', sans-serif; }
.se_con { padding:80px 0 100px; }

.bar_tit { padding-left: 18px; position:relative; font-size:25px; font-weight: bold; color:#333; text-align: left;
    margin-bottom: 25px; }
.bar_tit:before { content:""; position:absolute; left:0; top:2px; width:3px; height:24px; background: #ae003a; }
.bar_tit span { font-weight: 300; }

.list_type1 { border:1px solid #ddd; padding:50px; text-align: left; }
.list_type1 li { display: flex; margin-bottom: 18px; }
.list_type1 li:last-child { margin-bottom: 0; }
.list_type1 h2 { font-size:16px; font-weight: bold; width:25px; height: 25px; line-height: 25px; background:#000; color:#fff; text-align: center; font-family: 'Poppins', sans-serif; position:relative; top:2px; }
.list_type1 p { font-size:16px; font-weight: 300; word-break: keep-all; margin-left: 20px; line-height: 28px; }

.list_type2 { display: flex; }
.list_type2 li { flex:1; padding:45px; margin-right: 28px; text-align: center; border:1px solid #ddd; background:#fff; }
.list_type2 li:last-child { margin-right: 0 !important; }
.list_type2 h2 { font-size:16px; width:100%; line-height: 35px; background:#000; color:#fff; text-align: center; border-radius: 17.5px;  margin:0 auto; }
.list_type2 h2 span { position:relative; }
.list_type2 h2 span:before { content:""; display: inline-block; width:1px; height: 15px; background:#fff; margin:0 15px; position:relative; top:1px; }
.list_type2 p { margin-top: 30px; font-size:16px; line-height: 29px; text-align: center; word-break: keep-all; }
.list_type2 .ico { display: block; margin:20px auto; }

/* dataTable 기본  스타일 제거 */
table.dataTable {
    border-collapse: collapse !important;
}

.table_type1 { border-collapse: collapse; width:100%; border:1px solid #ddd !important; background:#fff; }
.table_type1 caption { display: none; }
.table_type1 thead th { background:#000; font-size:18px !important; color:#fff; border-top: 0 !important; font-weight: normal !important; line-height: 60px !important; }
.table_type1 thead th ~ th { border-left: 1px solid rgba(255,255,255,.27); }
.table_type1 tbody tr { border-top: 1px solid #ddd !important; }
.table_type1 tbody tr.bg_g { background:#f9f9f9; }
.table_type1 tbody th { font-size:18px; color:#333; font-weight: 500; line-height: 29px; }
.table_type1 tbody th b { display: inline-block; width:30px !important; height: 25px !important; background:#000; color:#fff; line-height: 25px !important; text-align: center; margin-right: 18px !important; font-size:16px; font-family: 'Poppins', sans-serif; font-weight: 600; }
.table_type1 tbody td { border-left: 1px solid #ddd !important; font-size:16px; color:#333; font-weight: 300 !important; padding:17px 0 !important; line-height: 25px !important; }


#cnstr1 { position:relative; overflow: hidden; line-height: 1; padding:30px 0 0; }
#cnstr1 > div:nth-of-type(even) { background:#f7f7f7; }

/* contents */
#s2 { padding:30px 0 100px; }
#s2 .s2_con { border-top: 1px solid #ddd; padding:50px 0 0; }
