@charset "utf-8";
/* CSS Document */

.left_menu {
	background-color: #FFF;
	float: left;
	width: 248px;
}

.left_menu_title {
	border-bottom: 3px solid #2a3990;
	border-top: 3px solid #2a3990;
	font-size: 22px;
	font-weight: bold;
	height: 50px;
	padding-top: 24px;
	text-align: left;
	padding-left: 20px;
	color: #2A3990;
	
}


.sub_center {
	width: 1100px;
	padding-top: 10px;
	margin: auto;
}



.left_menu_list ul {
	list-style-type: none;
	margin: 0;
    padding: 0;
    background-color: #f1f1f1;
}
.left_menu_list ul li a {
	display: block;
	color: #000;
    padding: 15px 16px;
    text-decoration: none;
}

.left_menu_list li a.active{
	background-color: #2a3990;
    color: white;
	
}

.left_menu_list li a:hover:not(.active) {
    background-color: #999;
    color: white;
}

.left_menu_center {
	padding-top: 50px;
}

.small_sitemap {
	text-align: right;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 13px;
	border-bottom: 1px solid #eeeded;
	color: #b7b7b7;
}
.map_1 {
	font-size: 13px;
	text-align: left;
	border-top: 2px solid #267151;
	color: #333;
	letter-spacing: -1px;
	line-height: 30px;
	border-left:none;
	border-right:none;
}

.map_1 th{
	padding:10px 5px;
	text-align:left;
	border-bottom:1px solid #cccccc;

	
	}
.map_1 td{
	padding:10px 5px;
	text-align:left;
	border-bottom:1px solid #cccccc;

	
	
	}


.right_menu {
	float: right;
	width: 829px;
}


.menu_tab{
	overflow: hidden;
	width: 829px;
	
}
.menu_tab ul{
	padding-top:33px; 
	padding-left:0px; 
	border-width:1px 0;
	
}
.menu_tab li{
	list-style: none;
	position: relative;
	top: -20px;
	float: left;
	background-color: #ececec;
	width: 120px;
}
.menu_tab li a{
	display: block;
	padding: 10px 14px 12px;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
}
.menu_tab li a:hover{text-decoration:none}
.menu_tab li.active a{background:#2A3990; font-weight:bold;color:#ffffff}
.menu_tab li.active a:hover{
	text-decoration: none;
}

.menu_tab2{width:100%;overflow:hidden}
.menu_tab2 ul{padding:23px 0;border-width:1px 0}
.menu_tab2 li{list-style:none;position:relative;top:-20px;float:left;border:1px solid #a1a09c;width:175px;}
.menu_tab2 li a{display:block;padding:12px 16px 23px;text-decoration:none;text-align:center;}
.menu_tab2 li a:hover{text-decoration:none;}
.menu_tab2 li.active a{background:#ccc; font-weight:bold;color:#a1a09c;}
.menu_tab2 li.active a:hover{text-decoration:none;}


/* 공고 게시판  테이블 양식 */

table {
	font-size: 13px;
}
.searchframe {
	float: left;
	background-color: #F1F1F1;
}

.searching_frame {
	clear: both;

}
.searchimg {
	float: left;
	margin-right: 15px;
	height: 25px;
	font-size: 13px;
}

.searchbtn {
	float: right;
}
.searchbtn {
	float: right;
}
#textfield {
	background-color: #eeecec;
	height: 23px;
	width: 200px;
	border-top-width: 0px;
}
.board_1 {
	clear: both;
}
.board_1 {
	padding-top: 20px;
}
table {
	width: 100%;
	margin-bottom: 30px;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #d5d5d5;
}

table thead tr th {
	color: #FFF;
	background-color: #293990;
	height: 30px;
	font-size: 12px;
}
table tbody tr td {
	font-size: 14px;
	height: 30px;
	border-spacing: 0;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	background-color: #FFFFFF;
	padding:3px 11px;

}

table tbody tr td:last-child {
	border-right: 1px solid #e5e5e5;
}

/* 테두리 없는 테이블 */
table.border_none {
	border: 0px solid black;
}
table.border_none tr td {
	border-right:none;
	border-left:none;
	border-top:none;
	border-bottom:none;
}
table.border_none tbody tr td:last-child {
	border-right: 0px solid black;
}

/* 공고 게시판 테이블 양식 끝*/

/* 교육 및 검정시험 신청 양식*/

.agree_title {
	font-size: 17px;
	border-bottom: 2px solid #2A3990;
	padding-bottom: 20px;
}
.agree_smalltitle {
	font-size: 14px;
	background-image: url(../img/login_1/check.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
}
.agree_text {
	width: 100%;
}
.agree_text {
	text-align: right;
	font-size: 14px;
}
.agree_refer {
	font-size: 14px;
}

.button {
	background-color: #999999; /* Green */
	border: none;
	color: white;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
}

.s_button {
	background-color: #4A5B87; /* Green */
	border: none;
	color: white;
	padding: 3px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	cursor: pointer;
}
	
.agree_submit_1 {
	text-align: center;


}

.pagination{
	display: inline-block;
	text-align:center;
	width:100%;
	
}

.pagination a{
	padding: 8px 16px;
    text-decoration: none;
	
	
	
}

#grade{
	height:24px;
	
	
}


#job{
	height:24px;
	
	
}


/* 교육 및 검정시험 신청 양식 끝*/
