@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:20px;}
.small2 {font-size:16px; font-weight:400;}

#table_wrap {background: #fff; margin:0 auto; padding:15px; margin:10px auto 50px auto;}
#table_wrap #table_content {width:100%; margin:15px auto;}
#table_content .top_area {min-height:150px; background:#bce1e0; align-items: center; font-size:16px; padding:0 30px; border-radius: 13px; margin-bottom:13px; padding:24px 0 10px 0;}
#table_content .top_area .wrap {text-align: center;}
#table_content .top_area .wrap form {margin:20px 0 10px 0;}
#table_content .top_area input[type='date'] {border:none;padding:8px 16px; border-radius: 4px; font-weight:800;  margin:0 5px; box-shadow:0px 0px 10px rgba(0,0,0,0.15); font-size:28px;}
#table_content .top_area .textbox {font-weight:400; font-size:24px;}
#table_content .top_area .textbox span {color:#fff; padding:4px;}

#table_content .contents{margin:0 auto; width:600px;}
#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:90px; margin:6px; 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:22px; font-weight:600}