* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.div {
	display: block;
}

.nanum-square {
	font-family: 'Nanum Square';
}

.titillium-web {
	font-family: 'Titillium Web';
}

.nova-square {
	font-family: 'Nova Square';
}

.left {
	float: left
}

.right {
	float: right
}

.c_blue {
	color: #08346b
}

.c_white {
	color: #fff
}

.clear {
	clear: both;
}

td a, .pg_wrap a {
	color: #444;
}

td a:visited, .pg_wrap a:visited{
	color: #08346b;
}


/*HEADER*/
.header_top {
	width: 980px;
	margin: 0 auto
}

.top_menu_wrap {
	font-size: 12px;
	font-family: Titillium Web;
	color: #757575;
}

.top_menu_wrap ul li {
	cursor: pointer;
	padding-left: 10px;
}

.lang_option {
	font-size: 12px;
	font-family: Titillium Web;
	color: #757575;
}

.footer_option {

	font-size: 12px;
	font-family: Titillium Web;
	color: #757575;

}

.header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 30;
	width: 100%;
	padding-top: 10px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	height: 92px
}

.top_menu_wrap .gnb_area {
	padding: 10px 0;
}

.top_menu_wrap ul li, .gnb_wrap ul li {
	display: inline;
}

.top_menu_wrap .gnb_area li {
	margin-left: 10px;
}

.gnb_wrap {
	display: block;
	float: left;
	width: 980px;
	font-family: "Titillium Web";
	font-size: 20px;
}

.gnb_wrap .gnb_area li:hover {
	cursor: pointer;
	border-bottom: 4px solid #08346b;
	margin-bottom: 0;
	padding-bottom: 9px
}

.gnb_wrap .sub_menu ul li:hover {
	cursor: pointer;
	border: 0;
	color: #08346b;
	margin-bottom: 0;
	padding-bottom: 0
}

.gnb_wrap .gnb_area li {
	margin-left: 90px;
}

.gnb_wrap .gnb_area .sub_menu li {
	margin-left: 0;
}

.gnb_form {
	display: block;
	float: right;
	text-align: left;
	margin-top: 20px
}

.section_contents {
	left: 50%;
	width: 980px;
}

.sub_menu {
	display: block;
	position: absolute;
	left: 0;
	top: 91px;
	background-color: #fff;
	border-top: 1px solid #08346b;
	width: 100%;
	padding: 15px 0 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 270px;
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	font-family: 'Nanum Square', 'Nanum Gothic', sans-serif;
}

.sub_menu_area {
	width: 980px;
	margin: 0 auto;
}

.sub_menu_form {
	display: block;
	float: left;
	width: 1000px;
	text-align: left;
	font-size: 17px
}

.dump_area {
	width: 338px;
	display: block;
	float: left;
	border: 1px solid #fff;

}

/*
.sub_menu_form ul {
	height: 240px;
}
*/

.sub_menu_form ul:nth-child(2) {
	width: 180px;
	float: left;
	display: block;
}

.sub_menu_form ul:nth-child(3) {
	width: 180px;
	float: left;
	display: block;

}

.sub_menu_form ul:nth-child(4) {
	width: 180px;
	float: left;
	display: block;
	letter-spacing: -1px;
}

.sub_menu_form ul:nth-child(5) {
	/*width: 185px;*/
	float: left;
	display: block;
	letter-spacing: -1px;
}

.sub_menu_form ul li {
	display: block !important;
	height: 35px;
	/*padding-bottom: 20px*/
}

.hidden {
	display: none;
	visibility: hidden;
}

/*TABLE BOARD*/

table.table_list {
	width: 100%;
	border-collapse: collapse;
	font-family: '돋음', 'dotum', sans-serif;
}

table.table_list thead th {
	padding: 10px 0 11px;
	border-top: 2px solid #08346b;
	border-bottom: 2px solid #ddd;
	color: #333;
	background: #fff;
}

table.tb {
	clear: both;
	border: 1px solid #ddd
}

table.tb02 {
	margin-top: 10px;
	clear: inherit;
	border: 1px solid #ddd
}

table.tb td {
	padding: 10px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #333;
	background: #fff;
}

table.tb td:first-child {
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
}

table.tb02 td:first-child {
	width: 100px;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
}

table.table_list tbody td {
	padding: 10px 0 8px;
	border-bottom: 1px solid #ddd;
	/*border: 1px solid #ebebeb;*/
	text-align: center;
	cursor: pointer;
}

table.wide_table tbody td {
	padding: 17px 0;
}

table.table_data {
	cursor: text;
	text-align: center;
	margin-bottom: 10px;
}

table.table_data td {
	background-color: #fefff6;
	cursor: text !important;
	border-right: 1px solid #ddd;
}

table.table_data thead th {
	background-color: #f8f9ff;
	cursor: text;
	border-top: 1px solid #5d5d5d;
}

table.table_list tbody td.subject {
	padding-left: 17px;
	text-align: left;
}

/*PAGING*/
.paging_comm {
	clear: both;
	position: relative;
	width: 100%;
	height: 44px;
	margin: 0 auto;
	color: #666;
	text-align: center;
	padding-top: 10px;
	line-height: 40px;
}

.paging_comm span:hover {
	cursor: pointer;
	color: #08346b;
}

.paging_comm .pg_num_sel {
	border: 1px solid #08346b;
	color: #08346b;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-family: 'Titillium Web', sans-serif, NanumGothic, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, '굴림', Gulim, Helvetica, AppleGothic, sans-serif;
	font-weight: bold;
	line-height: 40px;
}

.paging_comm .pg_num_nor {
	border: 1px solid #ddd;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-family: 'Titillium Web', sans-serif, NanumGothic, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, '굴림', Gulim, Helvetica, AppleGothic, sans-serif;
}

.formwrap {
	display: block;
	margin-bottom: 9px;
}

.formwrap label {
	display: inline-block;
	width: 70px;
	font-size: 18px;
	font-weight: bold;
	color: #444;
	font-family: 'Nanum Square', 'Nanum Gothic', sans-serif;
}

.formwrap .shadowfield {
	position: relative;
	width: 300px;
	font-size: 16px;
	font-family: 'Nanum Square', 'Nanum Gothic', sans-serif;
	font-weight: normal;
	background: #fafafa;
	color: #444;
	line-height: 1.4;
	padding: 8px 12px;
	outline: none;
	/*transition: all 0.2s ease-in-out 0s;*/
	/*-webkit-transition: all 0.2s ease-in-out 0s;*/
	/*-moz-transition: all 0.2s ease-in-out 0s;*/
	border: 1px solid #ddd;
	/*border-radius: 6px 6px 6px 6px;*/
	box-shadow: 0 1px rgba(34, 25, 25, 0.2) inset, 0 1px #fff;
}

.formwrap .shadowfield:focus {
	border-color: #08346b;
	background: #fff;
	color: #5d5d5d;
	box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(8, 52, 107, 0.5);
	-moz-box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(8, 52, 107, 0.5);
	-webkit-box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(8, 52, 107, 0.5);
}

.search_box .formwrap {
	margin-bottom: 0;
	height: 42px
}

.formwrap .form_textarea {
	float: left;
	padding-top: 5px;
	margin-right: 3px;
}

/*SORT SEARCH*/
.list_search {
	clear: both;
	position: relative;
	width: 100%;
	height: 44px;
	margin: 0 auto;
	font-size: 14px;
	font-family: 'Nanum Square', 'Nanum Gothic', sans-serif;
	color: #444;
	text-align: center;
	padding-top: 30px;
	line-height: 40px;

	/*TODO*/
	padding-bottom: 200px;
}

.search_select {
	height: 40px;
	padding-left: 10px;
	color: #444;
	border: 1px solid #ddd;
	margin-right: 20px;
	float: left;
	margin-left: 110px
}

.search_box {
	float: left;
	height: 42px
}

.search_btn {
	/*float: left;*/
	padding: 0 30px;
	cursor: pointer;
	border: 1px solid #ddd;
	height: 40px
}

.search_btn.on {
	background-color: #08346b;
	color: #fff;
}

.search_btn:hover {
	border: 1px solid #08346b;
	color: #08346b;
}

/*FOOTER*/
.footer_wrap {
	background-color: #444;
	float:left;
	width:100%;
	height: 90px;
	border-top: 1px solid #ddd;
	margin-top: 50px;
	text-align: left;
}

.footer_box {
	position: relative;
	float: left
}

.footer_box img {
	position: relative;
	float: left;
	padding-right: 45px
}

.footer_link {
	font-size: 12px;
	line-height: 20px;
	display: block;
	float: left;
	color: #f4f4f4
}

.footer_link p a {
	color: #f4f4f4
}

.footer_link p:first-child {
	margin-bottom: 5px;
}

.footer {
	width: 980px;
	padding: 15px 0;
	margin: 0 auto
}

.btn {
	border: 1px solid #ddd;
	padding: 4px 6px;
}

.btn:hover {
	border: 1px solid #08346b;
	color: #08346b;
}

.td_select {
	height: 40px;
	outline: 0;
	border: 0;
	font-family: 'Nanum Square', 'Nanum Gothic', sans-serif, 'Titillium Web', sans-serif, NanumGothic, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, '굴림', Gulim, Helvetica, AppleGothic, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	font-weight: 600;
	cursor: pointer
}

.txt_left {
	text-align: left;
}

.pg_wrap {
	clear: both;
	margin: 0 0 20px;
	padding: 20px 0 0;
	text-align: center
}

.pg {
}

.pg_page, .pg_current {
	display: inline-block;
	padding: 0 8px;
	height: 25px;
	color: #000;
	letter-spacing: 0;
	line-height: 2.2em;
	vertical-align: middle
}

.pg a:focus, .pg a:hover {
	text-decoration: none
}

.pg_page {
	background: #e4eaec;
	text-decoration: none
}

.pg_start, .pg_prev {
	/* 이전 */
}

.pg_end, .pg_next {
	/* 다음 */
}

.pg_current {
	display: inline-block;
	margin: 0 4px 0 0;
	background: #333;
	color: #fff;
	font-weight: normal
}