@CHARSET "UTF-8";

/* ========= ¼­ºê ÅÇ¸Þ´º µðÀÚÀÎ ========= */
.hisTab{position:relative; margin:30px 0; overflow:hidden;}
.hisTab> ul{display:table; table-layout:fixed; width:100%; }
.hisTab > ul > li{display:table-cell;}
.hisTab > ul > li > a{display: block; border: 1px solid #ccc; border-bottom:1px solid #2b405b; font-size:18px; text-align:center; line-height:58px;}
.hisTab > ul > li + li > a{border-left:none;}
.hisTab > ul > li > a._on{color: #fff; background-color: #194a96; border: 1px solid #5a7797; font-weight:500; background:#174793 url(./../images/tabMenubg.png) left center no-repeat;}
#newHist h3{font-size: 24px;color: #1e5ba8;margin: 40px 0 10px; font-weight:500;}
#newHist{overflow-x:auto; }
#newHist table{margin-bottom:30px;}
#newHist table{border-top:2px solid #6186bf}
#newHist table .year{width:170px;}
#newHist table caption{width:0; height:0; position:relative;}
#newHist table thead th{background-color:#ecf1f6; font-weight:500; border-bottom:1px solid #ddd; padding:10px 5px;border-right:1px solid #ddd; color:#0e2c5d;}
#newHist table thead th:last-child{border-right:none;}
#newHist table tbody td{border-bottom:1px solid #ddd; padding:10px 5px 10px 10px;  border-right:1px solid #ddd; font-weight:300; line-height:1.4;}
#newHist table tbody td:last-child{border-right:none;}
#newHist table tbody th{border-bottom:1px solid #ddd; padding:10px 5px; border-right:1px solid #ddd;background-color:#fbfbfb; font-weight:400; vertical-align:top;}
#newHist table tbody th:last-child{border-right:none;}
#newHist table tbody td._aL{text-align:left;}
@media only screen and (max-width:768px){
	.hisTab > ul > li{display: block; width: calc(50% - 1px); float: left; overflow: hidden; border-left:1px solid #ddd;}
}