/* 공통 */
.subtitle {
    font-family: 'GMarketSans';
    position: relative;
    padding-top: 50px;
    font-size: 60px;
    width: auto;
    height: auto;
    border-bottom: none;
    margin:0 ;
	font-weight:900;
}
.subtitle:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 2px;
    width: 90px;
    height: 12px;
    background: #ae4b4f;
}
.location {display:none;}
.subtitle .titlebline  {
	height:auto;
	border-bottom:none;
}

.cate_search {
    background: none;
    width: auto;
    margin: 20px 0;
}
input[type=text], input[type=password], input[type=date], input[type=tel], input[type=number], input[type=email], input[type=url], input[type=file], textarea, select {
	font-size:16px;
}

/* 출제경향분석 */


 .cate_bg_wrap li.select {
	background:black;
}
.cate_bg_wrap ul {display:flex;}
.cate_bg_wrap li {
	border:none;
	border-bottom:1px solid black;
	flex:1;
}
 .cate_bg_wrap {
	margin-top:20px;
	width:auto;
}



.exam .search_board {
	display:none;
}
.exam .cate_board {
    width: auto;
    float: none;
    display: block;
    padding: 0;
    box-sizing: border-box;
}
.exam .cate_board select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
	cursor:pointer;
}
.exam .pb5.pl10.font11 {display:none;}
.exam .tabType1 {background:none;}
.exam .tabType1 ul {display:flex;}
.exam .tabType1.fixwidth1 li.on:first-child {width:auto;}
.exam  .tabType1 li.on {background:none;}
.exam .tabType1 li.on a {    padding-top: 0;
    background: #ae4b4f;
    color: white;
    height: auto;
	border:none;}
	.exam .tabType1 li {
		flex:1;
		float:none;
		margin-right:0;
		height:50px;
		padding-bottom:0;
		border:1px solid #ccc;
		border-right:none;
	}
	.exam .tabType1 li:last-child {
		border-right:1px solid #ccc;;
	}
.exam .tabType1 li a {
	padding:0;
	border:none;
	line-height:50px;
	    text-align: center;
    
	font-size:16px;
	color:#222;
	
}
.exam .boardTblView {
	display:none;
}
.exam .bround {     display: flex;
    justify-content: center;
    margin: 10px 0;

	}




.enter_info .pb5.pl10.font11 {display:none;}
.enter_info .cate_board {display:none;}
.enter_info .search_board {    float: right;
    width: auto;
    display: flex;
    align-items: center;}
.enter_info .search_board input {
	height:40px;
}
.button_search {
	height:40px;
	margin-right: 42px;
}
.search_board label {
	font-size:14px;
	margin-left: 10px;
	position: relative;
}
.search_board .inputline {
	margin-right:32px;
}
.button_search {
	    position: absolute;
    top: -20px;
    right: 0;
}
.search_board label span {
    display: inline-block;
    margin: 0;
    width: 40px;
    height: 43px;
    border-radius: 0;
    text-align: center;
    line-height: 43px;
	    border: 1px solid #ae4b4f;
    background: #ae4b4f;
}
/* 게시판 CSS */

.boardTbl table {
	border-top:none;
}
.boardTbl table thead {
	border:none !important;
	background:black;
	color:white;
}
.boardTbl table th {
	line-height:1.4;
	color:white;
}
.boardTbl table th,
.boardTbl table td{
	background:none;
	font-size:16px;
	font-family: 'NanumSquare', sans-serif;
	    padding: 16px 10px;
}
.boardTbl tr:hover {
	background:auto;
}
.boardTbl thead tr:hover {
	background:black;;
}
.boardTbl tbody td {font-size:15px;}


.search_board {
	padding:0;
}

.paging .pagingContainer .list a {
	font-size:14px;
}
.paging .pagingContainer .list a:hover, .paging .pagingContainer .list a.on {
	    border: 1px solid black;;
    background: black;;
}
#one_line li {margin-left:0;}


.cate_board  {
width: auto;
    float: none;
    display: block;
	padding:0;
}

select {
	width:170px;
	height:40px;
}