@charset "UTF-8";

.ajou-gs-table{width:100%;table-layout:fixed;border-top:2px solid #0b419b;border-spacing:0;}
.ajou-gs-table table{table-layout:unset;}
.ajou-gs-table thead th{padding:12px 10px 13px;border-right:1px solid #ddd;border-bottom:1px solid #ddd;background-color:#fafafa;font-weight:500;font-size:17px;color:#000;line-height:24px;text-align:center;letter-spacing:-0.5px;word-wrap:break-word;}
.ajou-gs-table thead th.th-left{text-align:left !important;}
.ajou-gs-table thead th.no-right{border-right:none !important}

.ajou-gs-table tbody th{padding:12px 10px 13px;border-right:1px solid #ddd;border-bottom:1px solid #ddd;background-color:#fafafa;font-weight:500;font-size:17px;color:#000;line-height:24px;text-align:center;letter-spacing:-0.5px;word-wrap:break-word;}
.ajou-gs-table tbody th.bo-right{border-right:1px solid #ddd !important;}
.ajou-gs-table tbody th.th-left{text-align:left !important;}
.ajou-gs-table tbody th.no-right{border-right:none !important;}
.ajou-gs-table tbody td{padding:12px 10px 13px;border-right:1px solid #ddd;border-bottom:1px solid #ddd;font-size:16px;color:#333;line-height:23px;word-wrap:break-word;text-align:center;letter-spacing:-0.5px;}
.ajou-gs-table tbody td.td-left{text-align:left !important;}
.ajou-gs-table tbody td.no-bottom{border-bottom:none !important;}

.ajou-gs-table thead th.bo-right{border-right:1px solid #ddd !important;}
.ajou-gs-table thead th.bo-bottom{border-bottom:1px solid #ddd !important;}
.ajou-gs-table tbody td.bo-right{border-right:1px solid #ddd !important;}
.ajou-gs-table tbody td.bo-bottom{border-right:1px solid #ddd !important;}
.ajou-gs-table tbody td.no-right{border-right:none !important;}
.ajou-gs-table tbody td.td-bg{background:#f3f3f3;}

.ajou-gs-table tfoot th{padding:12px 10px 13px;border-right:1px solid #ddd;border-bottom:1px solid #ddd;background-color:#fafafa;font-weight:500;font-size:17px;color:#000;line-height:24px;text-align:center;letter-spacing:-0.5px;word-wrap:break-word;}
.ajou-gs-table tfoot td{padding:12px 10px 13px;border-right:1px solid #ddd;border-bottom:1px solid #ddd;background-color:#fff;font-weight:500;font-size:16px;color:#333;line-height:23px;text-align:center;letter-spacing:-0.5px;word-wrap:break-word;}
.ajou-gs-table tfoot td.no-right{border-right:none !important;}

/* scrollbox */
.msg-touch-help {display:none;}

@media screen and (max-width:768px) {
  .ajou-gs-table thead th{padding:7px 0;font-size:14px;line-height:22px;}
  .ajou-gs-table tbody th{padding:7px;font-size:14px;line-height:22px;}
  .ajou-gs-table tbody td{padding:7px;font-size:14px;line-height:22px;}
  .ajou-gs-table tbody td.td-left{padding-left:7px;}

  .scrollbox .ajou-gs-table{width:800px;}
  .scrollbox .ajou-gs-table table{width:100%;}

  /* scrollbox */
  .scrollbox .ajou-gs-table{width:800px;}
  .msg-touch-help {display:block;position:absolute;top:50px;left:50%;z-index:10;margin:0 0 0 -35px;width:70px;height:70px;}
  .msg-touch-help img {width:100%;}
  .scrollbox {position:relative;width:100%;overflow-x:auto;overflow-y:hidden;}
  }