@import url('font.css');
html,body {width:100%;height:100%; margin:0;}
ul,ol,dl {list-style:none; padding:0; margin:0;}
a,a:link,a:visited,a:hover  {text-decoration:none !important;}
html,input,button,select,textarea {font-family: 'NanumSQ';font-size:14px}

.on {background:#13918b !important;}
.off {background:#0a4956;}
.small {font-size:17.48px;}
.small2 {font-size:16.03px; font-weight:400}

#table_wrap {background: #fff; margin:0 auto; width:1120px;box-shadow:0px 0px 56px rgba(0,0,0,0.25);border-radius: 20px; padding:15px; margin:50px auto;}
#table_wrap #table_content {width:100%; margin:15 auto;}
#table_content .top_area {height:150px; background:#bce1e0; display:flex; align-items: center; font-size:20.4px; padding:0 30px; border-radius: 13px; margin-bottom:13px;}
#table_content .top_area .wrap {display:flex;align-items: center; width:100%}
#table_content .top_area .wrap form {margin:0 180px 0 40px;   }
#table_content .top_area select {border:none;padding:6px 8px 12px 10px; border-radius: 4px; font-weight:800;  margin:0 5px; box-shadow:0px 0px 10px rgba(0,0,0,0.15);font-size:20.4px;}
#table_content .top_area .textbox {font-weight:400; text-align:right;}
#table_content .top_area .textbox span {color:#fff; padding:4px;}

#table_content .contents .box {padding:25px 0; border-bottom:2px solid #b7ceee; display:flex;}
#table_content .contents .box:last-child {border:none; padding-bottom:13px;}
#table_content .contents .box .title {width:165px; background:#193fbc; color:#fdff3f; font-size:32px; font-weight:800; text-align:center;border-radius:13px; line-height:1.4em; display:flex; align-items:center; justify-content:center; margin-right:13px;}
#table_content .contents .box ul {display:flex;}
#table_content .contents .box ul li {width:200px; height:73px; margin:13px; background:#0a4956;}
#table_content .contents .box ul li.empty {background:#e3f6e7;}
#table_content .contents .box ul li a {color:#fff; width:100%; height:100%; display:flex;justify-content:center; align-items:center; text-align:center; flex-direction:column; font-size:20.4px; font-weight:600}