@charset "UTF-8";

.ewha-table{width:100%;table-layout:fixed;border-top:1px solid #333;}
.ewha-table thead th{padding:15px;border-bottom:1px solid #d8d8d8;border-right:1px solid #d8d8d8;background-color:#f2f8f6;font-weight:700;color:#333;line-height:24px;word-wrap: break-word;text-align:center;text-indent:0;}
.ewha-table thead th.th-left{text-align:left !important;}
.ewha-table thead th.no-right{border-right:none !important}

.ewha-table tbody th{font-weight:700;color:#333;border-bottom:1px solid #d8d8d8;border-right:1px solid #d8d8d8;background-color:#f2f8f6;padding:7px 10px;word-wrap: break-word;text-align:center;line-height:24px;text-indent:0;}
.ewha-table tbody th.bo-right{border-right:1px solid #d8d8d8 !important;}
.ewha-table tbody th.th-left{text-align:left !important;}
.ewha-table tbody th.no-right{border-right:none !important;}
.ewha-table tbody td{padding:15px;border-bottom:1px solid #d8d8d8;border-right:1px solid #d8d8d8;background-color:#fff;font-weight:400;color:#333;line-height:24px;word-wrap: break-word;text-align:center;text-indent:0;}
.ewha-table tbody td.td-left{text-align:left !important;}
.ewha-table tbody td.no-botm{border-bottom:none !important;}
.ewha-table tbody td.td-gray{background:#f9f9f9;}

.ewha-table tfoot td{padding:15px;border-bottom:1px solid #d8d8d8;border-right:1px solid #d8d8d8;background-color:#f9f9f9;font-weight:400;color:#333;line-height:24px;word-wrap: break-word;text-align:center;text-indent:0;}
.ewha-table tfoot td.td-green{background-color:#f2f8f6;}

.ewha-table thead th.bo-right{border-right:1px solid #d8d8d8 !important;}
.ewha-table thead th.bo-bottom{border-bottom:1px solid #d8d8d8 !important;}
.ewha-table tbody td.bo-right{border-right:1px solid #d8d8d8 !important;}
.ewha-table tbody td.bo-bottom{border-right:1px solid #d8d8d8 !important;}
.ewha-table tbody td.no-right{border-right:none !important;}
.ewha-table tfoot td.no-right{border-right:none !important;}

/* 연혁 */
.h-col01{width:15%;}
.h-col02{width:85%;}
.history01-table .ewha-table tbody tr td{padding:15px 0 15px 52px;}

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

@media screen and (max-width:1024px) {

	/* 연혁 */
	.history01-table .ewha-table tbody tr td{padding:15px 32px;}

}
@media screen and (max-width:768px) {

    .ewha-table thead th{padding:7px 0;font-size:15px;line-height:23px;}
    .ewha-table tbody th{padding:7px;font-size:15px;line-height:23px;}
	.ewha-table tbody th.history-year{font-size:16px;line-height:24px;}	
    .ewha-table tbody td{padding:7px;font-size:15px;line-height:23px;}
	.ewha-table tfoot td{padding:7px;font-size:15px;line-height:23px;}
	.edit-mobile-sample .ewha-table thead th{padding:7px 0;font-size:15px;line-height:23px;}
	.edit-mobile-sample .ewha-table tbody th{padding:7px;font-size:15px;line-height:23px;}
	.edit-mobile-sample .ewha-table tbody td{padding:7px;font-size:15px;line-height:23px;}
	.edit-mobile-sample	.ewha-table tfoot td{padding:7px;font-size:15px;line-height:23px;}
	
  	/* 연혁 */
  	.h-col01{width:20%;}
	.h-col02{width:80%;}
  	
    /* scrollbox */
    .scrollbox > .ewha-table{width:800px;}
    .msg-touch-help {display:block;position:absolute;top:50px;left:50%;z-index:10;width:70px;height:70px;margin:0 0 0 -35px;}
    .msg-touch-help img {width:100%;}
    .scrollbox {position:relative;width:100%;overflow-x:auto;overflow-y:hidden;}

}
@media screen and (max-width:480px) {
	
	/* 연혁 */
	.h-col01{width:30%;}
	.h-col02{width:70%;}
	.history01-table .ewha-table tbody tr td{padding:15px 13px;}

}
@media screen and (max-width:320px) {
	
	/* 연혁 */
	.history01-table .ewha-table tbody tr td{padding:8px;}

}