@charset "utf-8";

/* 내용관리 */

.sub_tit {font-size: 23px; font-weight: bold; margin: 20px 0; position: relative;padding-left: 15px;}
.sub_tit:before {content: ""; position: absolute; width: 10px; height:10px ; background: #104277; top:50%; left:0%; transform: translate(-50%,-50%);}
.sub_content {display: inline-block; width:100%}

.sub_ul_menu {font-size:0;}
.sub_ul_menu li {display: inline-block; vertical-align: top; width:20%;}
.sub_ul_menu li a {display: inline-block; width:100%; font-size:10px; font-weight:500; background:#fff; border:1px solid #ccc;  padding:10px 0; border-right:none; text-align:center;}
.sub_ul_menu li:last-child  a{border-right:1px solid #ccc;}
.sub_ul_menu li.on a {background:#2168ca; color:#fff;}

.context {font-size:16px; padding-top:30px;}

#mysubmenu ul#mysub0 {display:block !important;}

.table_exe {width:100%; margin: 20px 0 100px; font-size: 12px;}
.table_exe h5 {font-size: 23px; margin-bottom: 20px; padding-left: 15px; position:relative}
.table_exe h5:before {content: ""; position: absolute; width: 10px; height:10px ; background: #104277; top:50%; left:0%; transform: translate(-50%,-50%);}
.table_exe table {width:100%;border-top:3px solid #104277;  padding: 7px 0; text-align:center;border-collapse : collapse; border-spacing : 0}
.table_exe thead {background-color: #f7f7f7; font-weight: bold;}
.table_exe table tr {height: 50px;border-bottom: 1px solid #ddd;}
.table_exe td {width:80%;}
.table_exe th {border-right:1px solid #ddd;background-color: #f7f7f7; font-weight: bold;}



.table_exe02 {width:100%; margin: 20px 0 100px;font-size: 12px;}
.table_exe02 h5 {font-size: 23px; margin-bottom: 20px; padding-left: 15px; position:relative}
.table_exe02 h5:before {content: ""; position: absolute; width: 10px; height:10px ; background: #104277; top:50%; left:0%; transform: translate(-50%,-50%);}
.table_exe02 table {width:100%;border-top:3px solid #104277;  padding: 7px 0; text-align:center;border-collapse : collapse; border-spacing : 0}
.table_exe02 thead {background-color: #f7f7f7; font-weight: bold;}
.table_exe02 table tr {height: 50px;border-bottom: 1px solid #ddd;}
.table_exe02 td {width:12.5%;}
.table_exe02 th {width:12.5%;border-right:1px solid #ddd;background-color: #f7f7f7; font-weight: bold;}
.td_th {border-right:1px solid #ddd;background-color: #f7f7f7;}

