body.main #header{
	position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    background-color: #ffffff;
}
.header_top {
	width: 100%;
	background-color: #ffffff;
	border-bottom: 1px solid #ebe8e8;
}

.header_top .h_top_inner {
	max-width: 1280px;
	margin: 0 auto;
}

.header_top .h_top_inner .right_util {
	text-align: right;
}

.h_top_inner .right_util>li {
	display: inline-block;
	line-height: 35px;
	position: relative;
}

.h_top_inner .right_util>li:before {
	position: absolute;
	top: 11px;
	left: 0;
	width: 1px;
	height: 13px;
	background: #d2d2d2;
	content: '';
}

.h_top_inner .right_util>li:last-child:before {
	background: none;
}

.h_top_inner .right_util>li:first-child:before {
	background: none;
}

.h_top_inner .right_util>li>a {
	color: #262626;
	padding: 0 10px;
}

.h_top_inner .right_util>li>a:hover {
	text-decoration: underline;
}

.searchbtn>a {
	width: 50px;
	height: 35px;
	text-indent: -9999px;
	display: block;
	background: #282a2d url('../images/common/searchbtn.png') center
		no-repeat;
	text-align: center;
}

.bx_search {
	display: none;
	position: absolute;
	top: 47px;
	right: 18.5%;
}

.bx_search>input {
	width: 265px;
	height: 40px;
	z-index: 100;
	border: 2px solid #3f444e;
	border-radius: 3px;
	background: #fff;
	position: relative;
	padding-left: 10px;
}

.bx_search .search_img {
	position: absolute;
	top: 9px;
	right: 33px;
	z-index: 150;
}

.bx_search .btn_sclose {
	position: absolute;
	top: 7px;
	right: 10px;
	z-index: 150;
	width: 8%;
}

.top_nav {
	width: 100%;
	height:70px;
	position: relative;
	border-bottom: 1px solid #dbdbdb;
}

.top_nav .nav_inner {
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
	height:100%;
}

.top_nav .nav_inner .logo {
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.top_nav .nav_inner>ul {
	padding-left: 23%;
}

.top_nav .nav_inner>ul>li {
	display: inline-block;
	width: 15.5%;
	text-align: left;
	line-height: 71px;
	position: relative;
	padding-left: 10px;
}

.top_nav .nav_inner>ul>li:last-child {
	width: 19%;
}

.top_nav .nav_inner>ul>li.on>a {
	color: #2a6bac;
}

.top_nav .nav_inner>ul>li>a {
	font-size: 1.467em;
	color: #000;
	letter-spacing: -1.6px;
}

.h_top .h_top_inner .m_searchbtn {
	display: none;
	position: absolute;
	top: 1.8em;
	right: 1em;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background: #0b5eb7 url('../images/common/m_searchbtn.png') no-repeat center center;
	background-size: 60%;
}
.top_nav .depth2 {
	position: absolute;
	z-index: 150;
	top: 70px;
	left: 0;
	padding: 10px 0 0 17px;
	height: 0;
	overflow: hidden;
	width: 104%;
}
.top_nav .depth2:hover {
	background-color: #f2f2f2;
}
.depth2>li {
	margin-bottom: 6px;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: -0.9px;
}
.depth2>li.on>a {
	color: #2a6bac;
	text-decoration: underline;
}
.depth2>li>a>p {
	margin-top: -6px;
}
.depth2>li>a {
	font-size: 15px;
	color: #454545;
	position: relative;
}
.depth2>li>a:before {
	position: absolute;
	top: 8px;
	left: -8px;
	background: #777;
	width: 3px;
	height: 3px;
	content: '';
}
.depth2>li:hover>a {
	color: #2a6bac;
	text-decoration: underline;
}
.menu_bg {
	position: absolute;
	top: 105px;
	left: 0;
	background: #fff;
	width: 100%;
	height: 0;
	z-index: 100;
	border-bottom: 1px solid #dbdbdb;
}
/* 올메뉴 */
.menu_btn {
	display: none;
	background: url("../images/common/menu_btn.png") no-repeat center center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 1em;
	width: 2.667em;
	height: 2.333em;
	padding: 16px;
	border-radius: 5px;
	background-size: 88%;
}
.allmenu {
	display: none;
	position: fixed;
	width: 100%;
	max-width: 100%;
	left: -100%;
	z-index: 999;
	height: 100%;
	background-color: #fff;
	top: 0;
	overflow-y: scroll;
	/* min-width:320px; */
}
.allmenu_inner {
	position: relative;
}
.allmenu a {
	display: block;
	color: #fff;
	padding: 0 20px;
	position: relative;
}
.allmenu .allmenu_top {
	background: #0b5eb7;
	padding: 0 1em;
	line-height: 6em;
	overflow: hidden;
}
.allmenu .allmenu_top>li {
	color: #fff;
	font-size: 1.1em;
	float: left;
}
.allmenu_top>li>a {
	display: block;
	color: #fff;
	padding: 0 20px;
	position: relative;
}
.allmenu_top>li>a:before {
	position: absolute;
	top: 2.233em;
	left: 0;
	background: #d2d2d2;
	width: 1px;
	height: 13px;
	content: ''
}
.allmenu_top>li.fr>a {
	padding-left: 10px;
}
.allmenu_top>li.fr>a:before {
	background: none;
}

.allmenu .close_btn {
	font-size: 1em;
	padding: 5%
}
.allmenu .close_btn img {
	width: 2em;
	display: block;
}
.allmenu .close {
	position: absolute;
	top: 0;
	right: 0;
	background: #114c88 url("../images/common/close.png") no-repeat
		center center;
	text-indent: -9999px;
	width: 6.533em;
	height: 6em;
}
.allmenu .top_nav_m {
	padding: 0 1.333em 18.4em;
}
.allmenu .top_nav_m>li {
	position: relative;
}
.allmenu .top_nav_m>li.opend>a {
	color: #0f5289;
	border-bottom: 2px solid #0f5289;
	font-weight: bold;
}
.allmenu .top_nav_m>li>a {
	font-size: 1.800em;
	display: block;
	position: relative;
	padding: 30px 0;
	color: #222;
	border-bottom: 1px solid #c6c6c6;
}
.allmenu .top_nav_m>li>a:after {
	content: '';
	position: absolute;
	right: 3%;
	top: 50%;
	width: 0.8em;
	height: 0.8em;
	background: url("../images/common/m_plus.png") center center no-repeat;
	background-size: 100%;
	margin-top: -0.4em;
}
.allmenu .top_nav_m>li.opend>a:after {
	background: url("../images/common/m_minus.png") center center no-repeat;
	background-size: 100%;
}
.allmenu .top_nav_m .m_depth2 {
	font-size: 1.1em;
	display: none;
	background: #fff;
	border-bottom: 1px solid #c6c6c6;
	padding: 10px 0;
}

.allmenu .top_nav_m .m_depth2 li {
	position: relative;
	padding-left: 0;
	margin-bottom: 0;
}
.allmenu .top_nav_m .m_depth2>li>a {
	color: #555;
	font-size: 1.533em;
	position: relative;
	padding: 10px 0;
}
.allmenu .top_nav_m .m_depth2>li>a:before {
	content: '';
	background: #777;
	margin: -0.1em 0.5em 0 0;
	width: 5px;
	height: 5px;
	display: inline-block;
	vertical-align: middle;
}
.allmenu .top_nav_m .m_depth2.on>li>a {
	color: #fff
}
.allmenu .top_nav_m .m_depth2 .depth3 {
	background: #305d85;
	padding: 20px 55px;
}
.allmenu .top_nav_m .m_depth2 .depth3>li>a {
	line-height: 30px;
	position: relative;
}
.allmenu .top_nav_m .m_depth2 .depth3>li>a::before {
	position: absolute;
	top: 11px;
	left: -18px;
	content: '';
	background: #6e8fad;
	width: 5px;
	height: 5px;
}
.allmenu .top_nav_m .m_depth2 .opend>a {
	color: #2a6bac;
}
.depth3_m {
	display: none;
	background: #f2f2f2;
	padding: 10px;
	margin-left: 20px;
}

.depth3_m>li>a {
	line-height: 30px;
	position: relative;
	color: #555;
	padding-left: 0;
}

.m_depth2 li a.dep {
	padding-right: 22px;
	position: relative;
	white-space: nowrap;
	margin: 10px 0;
}

.m_depth2 li a.dep::after {
	background: url('../images/common/m_plus_dep3.png') no-repeat;
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin-left: 0.3em;
	margin-top: -6px;
	width: 18px;
	height: 18px;
}

.m_depth2 li.opend>a.dep::after {
	background: url('../images/common/m_minus_dep3.png') no-repeat;
}

.top_nav_m>li {
	cursor: pointer
}

.allmenu_bg {
	display: none;
	position: absolute;
	height: 100%;
	top: 0;
	width: 100%;
	background: #000;
	opacity: 0.6;
	z-index: 155;
}

/* sub_title */
.page_tit {
	margin-bottom: 1.5em;
	outline: none;
	background: #f0f0f0;
	width: 100%;
}

.page_tit_inner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 70px;
	text-align: center;
}

.page_tit_inner .titlearea {
	vertical-align: middle;
	text-align: center;
}

.page_tit_inner .titlearea>h2 {
	font-size: 2em;
	text-align: center;
	line-height: 70px;
	color: #1f1f1f;
}

.page_tit_inner .location {
	font-size: 0.867em;
	position: absolute;
	top: 30%;
	left: 0;
}

.page_tit_inner .location span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 12px;
	margin-left: 6px;
	color: #666;
	font-size: 16px;
}

.page_tit_inner .location span br {
	display: none;
}

.page_tit_inner .location span:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	width: 6px;
	height: 10px;
	background: url('../images/common/page_arrow.png') center center
		no-repeat;
	content: '';
}

.page_tit_inner .location span:first-child {
	margin-left: 0;
	padding-left: 0
}

.page_tit_inner .location span:first-child:before {
	background: none
}

.page_tit_inner .location .current {
	color: #232323;
	font-family: 'NBG_blod';
}

.page_tit_inner .location .home {
	background: #777 url('../images/common/home.png') center center
		no-repeat;
	background-size: 51%;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	text-indent: -1000px;
	overflow: hidden;
	margin-top: -3px;
}

.sub_btn {
	position: absolute;
	right: 0;
	top: 24%;
}

.sub_btn button {
	width: 35px;
	height: 35px;
	white-space: nowrap;
	text-indent: -1000px;
	overflow: hidden;
}

.sub_btn .addition {
	background: #777 url('../images/common/addition.png') center
		center no-repeat;
	border-radius: 50px;
}

.sub_btn .print {
	background: #777 url('../images/common/print.png') center center
		no-repeat;
	border-radius: 50px;
	background-size: 58%;
}

/* footer */
.site {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 25px;
}

.site_list {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
}

.site_list .slick-slide>a {
	display: block;
}

.site_list .rel_arrow #rel_prev {
	background: url(../images/common/rel_prev2.png) no-repeat;
	width: 35px;
	height: 35px;
	text-indent: -9999px;
	z-index: 10;
	position: absolute;
	top: 8px;
	left: 0;
}

.site_list .rel_arrow #rel_next {
	background: url(../images/common/rel_next2.png) no-repeat;
	width: 35px;
	height: 35px;
	text-indent: -9999px;
	z-index: 2;
	position: absolute;
	top: 8px;
	right: 0;
}

.site_list .rel_b {
	padding: 0 50px;
}

.site_list .rel_b .slick-list .slick-track .slick-slide>a>div {
	padding: 0 20px;
}

.f_top {
	width: 100%;
	height: 55px;
	background-color: #5d6268;
}

.f_top_inner {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}

.footnav {
	display: table;
}

.footnav>li {
	line-height: 55px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	position: relative;
}

.footnav>li:before {
	content: '';
	display: inline-block;
	width: 2px;
	height: 12px;
	background: #dedede;
	position: absolute;
	top: 22px;
	left: 0;
}

.footnav>li:first-child:before {
	background: none;
}

.footnav>li:first-child {
	padding-left: 0;
}

.footnav>li>a {
	color: #dedede;
}

.footnav>li>a:hover {
	font-wegiht: bold;
	color: #fff;
}

.f_top_r {
	position: absolute;
	top: 0;
	right: 0;
}

.f_site {
	background: #414141 url(../images/common/f_site_arr.png)
		no-repeat 90%;
	width: 200px;
	line-height: 55px;
	padding: 0 20px;
}

.f_site>button {
	color: #fff;
	width: 100%;
	text-align: left;
}

.f_site .customSelect {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #333;
	border: 1px solid #888;
	padding: 0.5em 0;
	display: none;
	box-sizing: border-box;
	z-index: 100;
}

.f_site .customSelect>ul>li {
	padding: 0 1em;
	line-height: 10px;
}

.f_site .customSelect>ul>li>a {
	font-size: 14px;
	letter-spacing: -1.1px;
	line-height: 2.5em;
	color: #fff;
}

.custom_close {
	position: absolute;
	top: 8px;
	right: 8px;
	text-indent: -9999px;
	background: url(../images/common/close.png) no-repeat center
		center;
	background-size: 94%;
	cursor: pointer;
	width: 15px;
	height: 15px;
}

#footer .f_inner {
	margin: 0 auto;
	max-width: 1200px;
	padding: 2.143em 0;
	position: relative;
}

#footer .f_inner .f_log {
	position: absolute;
	top: 30px;
	left: 0;
}

#footer .f_inner address {
	padding: 0 10% 0 19%;
}

#footer .f_inner address>p {
	color: #757575;
	line-height: 27px;
}

#footer .f_inner address .f_st {
	color: #777;
}

#footer .f_inner .f_r_logo {
	position: absolute;
	top: 30px;
	right: 0;
}

#footer .f_inner .f_bot .mark {position: absolute;top: 30px;right: 45px;}

/* 게시판 */
.list_table_box {
	border: 1px solid #d0d0d0;
	padding: 2.778em;
}

.list_table {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.list_table.blue table {
	border-top: 2px solid #365285;
}

.list_table.blue table thead tr th {
	border-bottom: 0;
}

.list_table table {
	width: 100%;
	border-bottom: 1px solid #d1d1d1;
	table-layout: fixed;
	border-top: 2px solid #46474c;
}

.list_table table>thead>tr>th, .list_table table>tbody>tr>td {
	padding: 12px 10px;
	text-align: center;
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1
}

.list_table table>tbody>tr>td {
	color: #666;
}

.list_table table>tbody>tr>td.tel>p {
	background: url('../images/sub/call.gif') no-repeat 25% 30%;
}

.list_table table>thead>tr>th {
	background: #fafafa;
	font-size: 15px;
	color: #333;
	border-bottom: 1px solid #46474c;
}

.list_table table>thead>tr>th:first-child {
	border-left: 0
}

.list_table table>tbody>tr>td:first-child {
	border-left: 0
}

.list_table table>tbody>tr>td.le {
	text-align: left;
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 90%;
}

.list_table table>tbody>tr>td.file {
	background: url('../images/common/file.gif') no-repeat center
		center;
	text-indent: -9999px;
	background-size: 1em;
	width: 18px;
}

.list_table table>tbody>tr>td.left {
	text-align: left;
	padding-left: 3%;
}

.list_top {
	margin-bottom: 20px;
	overflow: hidden;
	display: table;
	width: 100%;
}

.list_left {
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}

.list_left .mb5 label {
	color: #333;
	margin-right: 5px;
}

.mb5_search {
	color: #fff;
	padding: 5.1px 10px;
	background: #666;
	line-height: 25px;
	vertical-align: middle;
}

.list_right {
	/*display: table-cell;*/
	vertical-align: middle;
	margin-top:10px;
}

.list_right .btn.line {
	border: 1px solid #2452a7;
	color: #2452a7;
	background: url(../images/common/list_right.png) no-repeat 5px;
	padding-left: 3%;
	line-height: 2em;
	height: 2em;
}

.list_table .bbs-footer {
	display: table;
	width: 100%;
	padding: 1em 0;
}

.list_table .bbs-stat {
	display: table-cell;
	text-align: left;
	color: #777;
	font-size: 1em;
}
/* .list_table .bbs-btn { display: table-cell; text-align: right; } */
.pageNavi {
	text-align: center;
	padding-top: 25px;
}

.pageNavi a {
	display: inline-block;
	vertical-align: middle;
	padding: 3px;
	border: 1px solid #e1e1e1;
	width: 30px;
	height: 30px;
}

.pageNavi a:first-child {
	margin-left: 0;
}

.pageNavi a.on {
	background: #2a6bac;
	color: #fff;
}

.pageNavi a.left {
	background: url('../images/common/left.gif') no-repeat center
		center;
	background-size: 52%;
	text-indent: -9999px;
}

.pageNavi a.left2 {
	background: url('../images/common/left2.gif') no-repeat center
		center;
	background-size: 52%;
	text-indent: -9999px;
}

.pageNavi a.right {
	background: url('../images/common/right2.gif') no-repeat center
		center;
	background-size: 52%;
	text-indent: -9999px;
}

.pageNavi a.right2 {
	background: url('../images/common/right.gif') no-repeat center
		center;
	background-size: 52%;
	text-indent: -9999px;
}

.search {
	text-align: center;
	padding: 20px 0 30px;
}

.search input {
	width: 210px;
	border: 1px solid #d2d2d2;
	padding-left: 10px;
	vertical-align: middle;
}

.search button.board_search {
	color: #fff;
	padding: 2.1px 10px;
	background: #666;
	line-height: 25px;
	vertical-align: middle;
}

.right_btn {
	text-align: right;
}

.right_btn>button {
	color: #fff;
	padding: 2.5px 10px;
	background: #666;
}

.input_btn>button {
	color: #fff;
	padding: 2.5px 10px;
	background: #666;
}

.input_btn .in_btn_r {
	float: right;
}

.input_btn .in_btn_r>button {
	color: #fff;
	padding: 2.5px 10px;
	background: #666;
}

/* 게시판 view */
.bbs_view {
	border-top: 1px solid #333;
	max-width: 1200px;
	margin: 0 auto;
}

.bbs_view table {
	width: 100%;
	border-bottom: 1px solid #d1d1d1;
}

.colummn_writer table{
	border-bottom: 1px solid #d1d1d1;
}


.bbs_view table>tbody>tr>th, .bbs_view table>tbody>tr>td {
	padding: 15px 10px;
	text-align: center;
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1
}



.bbs_view table>thead>tr>th {
	padding: 15px 10px;
	text-align: center;
	/*border-top: 1px solid #d1d1d1;*/
	border-left: 1px solid #d1d1d1
}

.bor table>thead>tr>th{border-left: 0}

.bbs_view table>tbody>tr>td {
	color: #666;
	text-align:left;
}

.bbs_view table>tbody>tr>td.th_top_b {
	display: block;
}

.bbs_view table>tbody>tr>th {
	background: #f3f3f3;
	font-size: 15px;
	color: #333;
}

.bbs_view table>tbody>tr>th .red {
	color: #f45652;
	display: inline-block !important;
}

.bbs_view table>tbody>tr>th:first-child {
	border-left: 0
}

.bbs_view table>tbody>tr>td:first-child {
	border-left: 1
}

.bbs_view table>tbody>tr>td.le {
	text-align: left;
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 50%;
}

.bbs_view.recen {
	max-width: 600px;
	margin: 20px auto;
	border-bottom: 0 !important;
}

.recen table>tbody>tr>th, .recen table>tbody>tr>td{border-top:0;border-bottom: 1px solid #d1d1d1;}


.bbs_view.recent01 {
	position: relative;
}

.bbs_view .bbs_foot {
	border-top: 1px solid #000;
	font-size: 0.88em;
	margin-top: 30px;
}

.bbs_view .bbs_foot dl {
	position: relative;
	padding-left: 8.462em;
	border-bottom: 1px solid #ccc
}

.bbs_view .bbs_foot dt {
	position: absolute;
	left: 10px;
	top: 10px;
	display: block;
	width: 6.154em
}

.bbs_view .bbs_foot dd {
	padding: 10px 20px;
	position: relative;
	padding-right: 6em;
	height: 45px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 97%;
}

.bbs_view .bbs_foot dd .date {
	position: absolute;
	right: 0;
	top: 10px;
	width: 5.846em;
	text-align: center
}

.bbs_view .bbs_foot dt:after {
	content: '';
	width: 0.538em;
	height: 0.385em;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: right center;
	right: 0;
	top: 50%;
	margin-top: -0.26em;
	position: absolute;
}

.tableLabel {
	padding-top: 20px;
}

.tableLabel table>tbody>tr>td {
	text-align: center;
}

.tableLabel table>tbody>tr>td:first-child {
	border-left: 1px solid #d1d1d1;
}

.tableLabel table>thead>tr>th:last-child {
	border-right: 1px solid #d1d1d1;
}

.tableLabel table>tbody>tr>td:last-child {
	border-right: 1px solid #d1d1d1;
}

.tableLabel table>thead>tr>th {
	padding: 12px 7px
}

.tableLabel table>tbody>tr>th, .tableLabel table>tbody>tr>td {
	padding: 12px 7px
}

.img_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	padding: 2.667em;
	border-right: 1px solid #dadade;
	height: 100%;
	text-align: center;
}

.img_left .img_left_inner .img>img {
	width: 160px;
	height: 180px;
}

.img_left .img_left_inner .img_btn>label {
	border: 1px solid #2473c2;
	padding: 5px 10px 5px 20px;
	color: #2473c2;
	display: block;
	max-width: 135px;
	margin: 15px auto;
	background: url(../images/common/img_btn_arr.png) no-repeat 10px;
}

.img_left .img_left_inner .img_btn>label>input {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	display: none;
}

.rece_tit {
	padding-left: 21.7%;
}

.view-content {
	text-align: left;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 35px;
	min-height: 300px;
	padding:3em 2em;
}

.view-content.bot {
	border-bottom: 0;
}

.view-content p {
	margin: 0;
	padding: 0;
	font-size:15px; 
	font-family: 'NotoSansKR-Regular', sans-serif;
	color: #777;
    font-weight: 400;
    line-height: 22px;
}
/* .colummn_writer{padding-top:30px;} */
.ipt_text .cont_text {
	width: 100%;
	height: 150px;
	margin-bottom: 1.333em;
	display: block;
}

.ipt_text .cont_text.write {
	margin-bottom: 0;
}

.file_input {
	position: relative;
}

.file_input label input {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	display: none;
}

.file_input label {
	position: relative;
}

.file_input .inputST1, .file_route2 {
	width: 100%;
	margin-bottom: 5px;
}

.file_input>label {
	width: 6.692em;
	font-size: 0.867em;
	background: #888;
	border: 1px solid #717171;
	height: 2.3em;
	color: #fff;
	vertical-align: middle;
	padding: 6px;
}

.list_tit {
	margin-top: 5px;
}

.list_tit a{display:block;}

.file_input.write>label {
	padding: 1px 15px;
	position: absolute;
	top: 0;
	right: 0;
	margin-bottom: 2.667em;
}

/* 갤러리게시판 */
.gallery_list>ul {
	margin: -0.7em;
}

.gallery_list>ul>li {
	float: left;
	width: 25%;
	padding: 0.7em;
}

.gallery_list>ul>li:first-child {
	margin-left: 0;
}

.gallery_list>ul>li>div {
	border: 1px solid #ccc;
}

.gallery_list>ul>li>div>a{display:block;}

.gallery_list>ul>li .img {
	position: relative;
	height: 0;
	padding-bottom: 60%;
	overflow: hidden;
	background-color: #d4d4d4;
}

.gallery_list>ul>li .img .img_inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: table;
}

.gallery_list>ul>li .img .img_inner p {
	display: table-cell;
	vertical-align: middle;
}

.gallery_list>ul>li .img img {
	width: 100%;
}

.gallery_list>ul>li .img a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.gallery_list>ul>li .txt {
	padding: 20px 20px;
	border-top: 1px solid #d1d1d1;
	height:98px;
}

.gallery_list>ul>li .txt .title {
	font-size: 15px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}

.gallery_list>ul>li .txt .desc {
	text-align: left;
	font-size: 14px;
	color: #666;
	background: url(../images/common/desc.png) no-repeat left center;
	padding-left: 20px;
}

/* 강연/언론 게시판 */
.bbs_list {
	border-top: 2px solid #46474c;
}

.bbs_list>ul>li {
	padding: 30px 20px;
	border-bottom: 1px solid #dadade;
}

.bbs_list>ul>li .list_tit>a>h3 {
	color: #2a6bac;
	font-size: 1.133em;
	margin-bottom: 1.3em;
}

.list_tit .tit {
	overflow: hidden;
	width: 100%;
	height: 60px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 20px;
	text-overflow: ellipsis;
}

.pathDate {
	padding-top: 15px;
}

.pathDate .dete_r {
	float: right;
	width: 19%;
}

.pathDate .dete {
	background: url(../images/common/desc.png) no-repeat left center;
	padding-left: 20px;
}

.pathDate .dete_r>a {
	color: #1f70c1;
	background: url(../images/common/dete_r.png) no-repeat right
		center;
	padding-right: 8%;
}

/* 통합검색 탭메뉴 */
.tabMenu {
	display: table;
	width: 100%;
	height: 50px;
}

.tabMenu>a {
	display: table-cell;
	vertical-align: middle;
	width: 20%;
	text-align: center;
	box-sizing: border-box;
	line-height: 1.2;
	padding: 0.5em 0;
	border-right: 1px solid #d6d6d6;
    background-color: #f5f5f5;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #858585;
}
.tabMenu>a:first-child {
	border-left: 1px solid #ddd;
}

.tabMenu>a:last-child {
	border-right: 1px solid #ddd;
}

.tabMenu>a.active {
	background-color: #fff;
    border: 1px solid #858585;
    border-bottom: 1px solid #fff;
    color: #2a6bac;
    font-weight: bold;
}

.tabMenu>a span {
	white-space: nowrap;
}

.tabCont>.cont {
	padding: 2em 0;
	display: none;
}

.tabCont>.cont.active {
	display: block;
}
/* 통합검색 */
.searchResult {
	text-align: left;
	margin-bottom: 3.5em;
}

#sub_contents {
	margin-bottom: 3em;
	text-align: center;
	margin-top: 106px;
}

.searchArea {
	background-color: #f8f8f8;
	padding: 2em;
}

.searchArea>.inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.searchOption {
	margin-bottom: 1em;
}

.searchOption .ipt_group {
	display: inline-block;
	margin-right: 0.5em;
}

.searchOption .ipt_group+.ipt_group {
	margin-top: 0.5em;
}

.searchOption .datepicker {
	display: inline-block;
}

.searchOption .datepicker .ipt {
	max-width: 200px;
}

.searchInput {
	width: 100%;
	display: table;
	margin: 0 -5px;
}

.searchInput>* {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 5px;
}
/* .searchInput .select { width: 120px; }
.searchInput .select select { width: 100%; } */
.searchInput .input input {
	width: 100%;
	padding: 0.5em;
}

.searchInput .button {
	width: 120px;
}

.searchInput .button .btn {
	width: 100%;
	height: 2em;
	line-height: 1em;
}

.searchTab {
	margin-top: 1em;
}

.searchState {
	background-color: #f8f8f8;
	padding: 2em 1em;
	font-size: 1.125em;
	text-align: center;
	margin: 2em 0;
}

.searchState>strong {
	color: #2a6bac;
}

.searchTab .tabMenu>a {
	width: 10%;
}

.searchResult>.top {
	border-bottom: 2px solid #666;
	padding-bottom: 0.5em;
	font-weight: bold;
	overflow: hidden;
}
.searchResult>.top .tit {
	font-size: 1.250em;
	color: #2a6bac;
	margin-right: 1em;
}

.searchResult>.top .txt_top {
	color: #999;
	padding: 15px 0;
}

.searchResult>.top .txt_top strong {
	color: #333;
}

.searchResult>.list li {
	border-bottom: 1px solid #999;
	padding: 1em;
}

.searchResult>.list li .tit {
	margin-bottom: 1em;
	font-weight: bold;
	color: #333;
}

.searchResult>.list li .txt {
/*	margin-bottom: 1em;*/
}

.searchResult>.list li .pathDate {
	color: #999;
}

.searchResult .bottom {
	float: right;
	font-size: 0.875em;
	color: #333;
}

.btn.black {
	background: #555;
	margin-top: 0;
	padding: 7px 1em;
}

.btn.purple {
	margin-top: 0;
	padding: 7px 1em;
	background: #2a6bac;
}

.input.top_keyword {
	border: 0;
}
/*채용게시판*/
.recruitment_1{margin-top:-20px;margin-bottom:20px;font-size:12px;}
h4.tit4 {
	position: relative;
	padding-left: 17px;
	color: #333;
	font-size: 1.1em;
	font-family: 'NotoSansKR-Medium';
	text-align: left;
	line-height: 30px;
	margin-left: 17px;
}
h4.tit4:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 4px;
	border-top: 3px solid transparent;
	border-left: 5px solid #fff;
	border-bottom: 3px solid transparent;
	z-index: 10;
}
h4.tit4:after {
	content: '';
	position: absolute;
	background-color: #1f70c1;
	width: 12px;
	height: 12px;
	left: 0;
	top: 9px;
}
.view-content p.b_txt{margin-left:20px;}
.view-content p.par_mat{margin-top:0.5em}
.mat{margin-top:1em}
.cy_table2{   
	border: 1px solid #ccc;
	border-top: 2px solid #3f85bc;
    padding: 20px;
    margin-top: 12px;
   }
.cy_table2 p{line-height:25px;}
.btn_dis{margin-left:20px;margin-top:10px;}
.btn_online{
	background: rgb(23, 73, 126); 
	margin: 0px; 
	padding: 4px 10px; 
	color: #ffffff; 
	font-weight: 600; 
	max-height: 1000000px; 
	text-decoration-line: none;
	}
	
.view-content hr.one{
	color: #000066; 
	border: 1.5px solid #000066; 
}
.family-site{position: absolute;top:0;right:0;}
.family{display: inline-block;vertical-align: top;}
.family{
    position: relative;
    width: 200px;
    height:55px;
}
.family > a{
	display:block;
	width:100%;
	height:100%;
	line-height: 55px;
	padding: 0 20px;
	box-sizing: border-box;
    background-color: #414141;
    font-size: 13px;
    color:#ffffff;
	box-sizing: border-box;	
}
.family > a::after{
    position: absolute;
    top:50%;
    margin-top: -4px;
    right:12px;
    content:"";
    width:13px;
    height:8px;
    background:url("../images/common/f_site_arr.png") no-repeat center center;
    transform: rotate(0deg);
    transition: all 0.5s;
}
.family > a.on::after{
	transform: rotate(180deg);
}
.family ul{
	display:none;
	position:absolute;
	right:0;
	bottom:55px;
	width:100%;
    background:#414141;
    border-bottom: 0;
	box-sizing: border-box;
	z-index: 3;
	padding:10px 0;
}
.family ul li{
	font-weight:bold;
	line-height: 2.2;
}
.family ul li a{
    width:100%;
    display: block;
	font-size: 15px;
    font-weight: normal;
    color:#ffffff;
    padding:0 12px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.family ul li a:hover{
    background-color:#379de1;
    color:#ffffff;
}

@media (max-width: 768px){
  .family-site{
    position: static;
    widows: 100%;
    margin: 20px auto 0;
  }
  .family{
    width:100%;
  }
  
}
