  @charset "UTF-8";

.table-wrap{overflow:hidden;}
.ajou-table{margin-right:-1px;width:100%;border-top:2px solid #0066b3;border-spacing:0;border-collapse:separate;text-align:center;table-layout:fixed;}
.ajou-table th{padding:15px 10px 16px;border-right:1px solid #e5eaf0;border-bottom:1px solid #e5eaf0;font-weight:500;font-size:20px;color:#000;line-height:32px;letter-spacing:-0.5px;word-wrap:break-word;}
.ajou-table thead th{background-color:#f8fafc;}
.ajou-table.table-innerth-sty tbody th{background-color:#f8fafc;}
/*
.ajou-table tbody th{background-color:#f8f8f8;}
*/
/*add*/
body table th{background-color:none;}


.ajou-table td{padding:18px 15px 16px;border-bottom:1px solid #e5eaf0;border-right:1px solid #e5eaf0;font-size:20px;color:#333;line-height:32px;word-wrap:break-word;letter-spacing:-0.5px;}7
.ajou-table td.td-left{text-align:left !important;}
.ajou-table td.no-bottom{border-bottom:none !important;}
.ajou-table th.no-right,.ajou-table td.no-right{border-right:none !important;}
/* scrollbox */
.msg-touch-help{display:none;}

@media screen and (max-width:768px) {
    .ajou-table th{padding:7px;font-size:18px;line-height:28px;}
	.ajou-table td{padding:7px;font-size:18px;line-height:28px;}
	.ajou-table td.td-left{padding-left:12px;}

	/* scrollbox */
	.scrollbox{position:relative;width:100%;overflow-x:auto;overflow-y:hidden;}
    .scrollbox .ajou-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%;}
}

@media screen and (max-width:480px){
	.ajou-table th, .ajou-table td{font-size: 16px;line-height: 26px;}
	
}