@charset "utf-8";
body,
html {
	height: 100%;
	width: 100%;
	opacity: 1;
	position: relative;
	min-height: 830px;
}

#body_full {
	height: 100%;
	width: 100%;
}

.full {
	height: 100%;
	width: 100%;
}


/** S:해드 메뉴부분**/

header {
	position: fixed;
	width: 180px;
	height: 100%;
	background-color: #eeeeee;
	top: 0;
	left: 0;
	z-index: 9999;
	display: block;
	min-height: 830px;
}

header .header_in {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10005;
	background-color: #eeeeee;
}

header div.gen_len {
	height: 80px;
	position: relative;
}

header.open .header_in {
	background-color: #FFF;
	height: 340px;
}

header.open div.gen_len {
	border-bottom: 1px solid #dadada;
}

header div.gen_len a.logo {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 33px;
}

header div.gen_len .lang {
	padding-top: 33px;
}

header div.gen_len .lang ul {
	height: 30px;
}

header div.gen_len .lang ul li {
	width: 50%;
	float: left;
}

header div.gen_len .lang li a {
	display: block;
	height: 30px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	background-color: #c5c5c5;
	line-height: 30px;
	letter-spacing: 0;
	font-family: 'Nanum Gothic';
}

header div.gen_len .lang li a:hover,
header div.gen_len .lang li.active a {
	background-color: #444444;
}

header div.gen_len #menu {
	background-image: url(../images/gen/menu_bg.png);
	background-position: left -133px;
	background-repeat: repeat-x;
}


/*header div.gen_len #menu {}

header div.gen_len #menu>li {}*/

header div.gen_len #menu>li>a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 26px;
	text-align: left;
	background-color: #eeeeee;
}

header div.gen_len #menu>li>a:hover,
header div.gen_len #menu>li.active>a {
	background-color: transparent;
	color: #FFF;
}

header div.gen_len #menu>li>ul.sub {
	display: none;
}

header #sub_area {
	height: 100%;
	width: 150px;
	background-image: url(../images/gen/menu_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #006ab7;
	top: 0;
	left: 30px;
	position: absolute;
}

header #sub_area ul {
	padding-top: 130px;
}

header #sub_area ul li a {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	display: block;
	padding-left: 22px;
	text-align: left;
}

header #sub_area ul li.mtilen a {
	line-height: 20px;
	height: 70px;
	padding-top: 15px;
}

header #sub_area ul li a:hover,
header #sub_area ul li.hover a,
header #sub_area ul li.active a {
	background-image: url(../images/gen/menu_selected.png);
}

header div.gen_len #menu>li>ul.sub.none {
	opacity: 0;
}

header div.gen_len #menu>li>ul.sub li a {
	text-align: center;
	display: block;
	font-size: 13px;
	line-height: 30px;
}

header div.gen_len #menu>li>ul.sub li a:hover {
	font-weight: bold;
	color: #006ab7;
}

header.open div.gen_len .lang {
	background-color: #d3d3d3;
}

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9999;
}

@media only screen and (max-height: 830px) {
	header,
	footer {
		position: absolute;
	}
}

footer .clause {
	background-color: #e0e0e0;
	padding: 10px 20px;
	width: 180px;
}

footer .clause li a {
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	background-image: url(../images/icon_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

footer .contact {
	padding: 16px 20px 20px 20px;
}

footer .contact li {
	padding-bottom: 10px;
}

footer .contact dl dt {
	font-size: 12px;
	line-height: 16px;
}

footer .contact dl dd {
	font-size: 11px;
	line-height: 16px;
}

footer .contact li.cp {
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #d6d6d6;
}


/*.banner {
	border-bottom: #006ab7 1px solid;
}*/

.banner h1 {
	font-size: 35px;
	color: #006ab7;
	font-weight: bold;
	text-align: left;
	line-height: 94px;
	float: left;
}

.banner .navb {
	text-align: center;
	float: right;
	padding-top: 10px;
}

.banner .navb li {
	display: inline-block;
	padding: 0 2px;
	font-size: 12px;
	line-height: 84px;
}

.banner .navb li a {
	letter-spacing: -1px;
	font-size: 12px;
	line-height: 84px;
}

.banner .navb li:first-child a {
	letter-spacing: 0;
}

.banner .navb li:last-child {
	color: #006ab7;
	font-weight: bold;
}

#center_content>.row {
	padding-left: 180px;
}

#center_content>.row.no_submenu {
	padding-left: 30px;
}

#center_content>.row .content_body {
	position: absolute;
	top: 0;
	left: 150px;
	width: 1010px;
	background-color: #FFF;
	z-index: 9600;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 40px;
}

#center_content>.row.no_submenu .content_body {
	width: 1160px;
}

#center_content>.row .left_bg {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	padding-left: 1340px;
	z-index: 9500;
}

#center_content>.row .left_bg .in {
	height: 100%;
	background-image: url(../images/gen/lbg2.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
}

.wing {
	position: fixed;
	left: 1340px;
	top: 130px;
	z-index: 9990;
}

@media only screen and (max-width:1400px) {
	#center_content>.row .content_body {
		padding-left: 50px;
		padding-right: 50px;
		width: 950px;
	}
	#center_content>.row .left_bg {
		padding-left: 1280px;
	}
	.wing {
		left: 1280px;
	}
	#center_content>.row.no_submenu .content_body {
		width: 1100px;
	}
}

.wing li:last-child {
	margin-top: 1px;
}

.content_area .content_in .nav {}

.content_area .content_in .nav-tabs {
	border: 0;
	height: 50px;
	margin-left: -1px;
}

.content_area .content_in .nav-tabs>li {
	width: 33.3333%;
	margin-bottom: 0;
	padding-left: 1px;
}

.content_area .content_in .nav-tabs>li a {
	display: block;
	height: 50px;
	line-height: 50px;
	background-color: #eeeeee;
	margin-right: 0;
	padding: 0;
	border-radius: 0;
	text-align: center;
	font-family: arial;
	font-size: 18px;
	letter-spacing: 0;
	color: #666666;
}

.content_area .content_in .nav-tabs.hangul>li a {
	font-family: 'Nanum Gothic';
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
}

.content_area .content_in .nav-tabs>li.active>a,
.content_area .content_in .nav-tabs>li.active>a:focus,
.content_area .content_in .nav-tabs>li.active>a:hover {
	background-color: #eeeeee;
	border: 0;
	text-align: center;
	color: #006ab7;
	border-bottom: 2px solid #006ab7;
	padding-top: 2px;
	line-height: 48px;
}

.tab-content {
	padding-top: 60px;
}


/**
 *			listtable 
 */

.list_table {
	width: 100%;
	border-top: #006ab7 2px solid;
	border-bottom: #006ab7 1px solid;
}

.list_table> thead>tr> th {
	border-bottom: #006ab7 1px solid;
	height: 50px;
	vertical-align: middle;
	color: #006ab7;
	font-size: 14px;
	text-align: center;
}

.list_table> tbody>tr> td {
	border-bottom: #e5e5e5 1px solid;
	line-height: 49px;
	vertical-align: middle;
	text-align: center;
}
.list_table> tbody>tr:last-child> td{
	
	border-bottom: #006ab7 1px solid;
}
.list_table> tbody>tr> td:first-child {
	height: 50px;
}

.list_table> tbody>tr> td.ct {
	text-align: center;
}

.list_table> tbody>tr> td.lf {
	text-align: left;
}

.list_table> tbody>tr> td.pl40 {
	padding-left: 40px;
}

.pageing {
	text-align: center;
	padding-top: 40px;
}

.pageing li {
	display: inline-block;
	margin-left: -1px;
}

.pageing li a,
.pageing li span {
	display: block;
	width: 36px;
	height: 36px;
	border: 1px solid #d9d9d9;
	line-height: 34px;
	text-align: center;
	font-family: Dotum;
}

.pageing li a {
	color: #a1a1a1;
}

.pageing li span {
	color: #FFF;
	font-weight: bold;
	background-color: #006ab7;
}

.pageing li.pp a,
.pageing li.pp span,
.pageing li.p a,
.pageing li.p span,
.pageing li.nn a,
.pageing li.nn span,
.pageing li.n a,
.pageing li.n span {
	color: #d9d9d9;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -2px;
}


/**********
 *  view
 */

.bbs_view {}

.bbs_view>* {
	clear: both;
}

.bbs_view .subject_bar {
	border-top: #006ab7 2px solid;
	height: 50px;
	position: relative;
}

.bbs_view .subject_bar span.tt {
	font-size: 16px;
	line-height: 48px;
	padding: 0 20px;
}

.bbs_view .info_bar {
	background-color: #f8f8f8;
	height: 50px;
	padding: 0 20px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.bbs_view .info_bar ul li {
	line-height: 48px;
	font-size: 12px;
}

.bbs_view .info_bar ul li span {
	font-size: 13px;
	color: #666666;
}

.bbs_view .info_bar ul li:first-child {
	float: left;
}

.bbs_view .info_bar ul li:last-child {
	float: right;
}

.bbs_view .content {
	padding: 40px 30px;
	min-height: 300px;
}

.bbs_view .content * {
	line-height: 24px;
	font-size: 14px;
}

.bbs_view .content pre {
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.bbs_view .add_files {
	background-color: #f8f8f8;
	padding: 10px 20px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.bbs_view .add_files>* {
	display: block;
	float: left;
	line-height: 30px;
}

.bbs_view .add_files>span {
	color: #666;
}

.bbs_view .add_files:after {
	content: "";
	display: block;
	clear: both;
}

.bbs_view .add_files ul li a {
	padding-left: 30px;
	display: block;
	background-image: url(../images/gen/icon_06.png);
	background-position: 8px center;
	background-repeat: no-repeat;
}

.bbs_view .button_bar {
	padding: 20px 0;
}

.bbs_view .button_bar:after {
	content: "";
	display: block;
	clear: both;
}

.bbs_view .button_bar .btn {
	float: right;
	width: 100px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 13px;
}

.bbs_view .pn_bar {
	border-top: #006ab7 2px solid;
	margin-top: 30px;
}

.bbs_view .pn_bar ul li {
	border-bottom: 1px solid #e5e5e5;
}

.bbs_view .pn_bar ul li a {
	display: block;
	height: 49px;
	line-height: 49px;
	position: relative;
	padding-left: 140px;
	position: relative;
	font-size: 14px;
}

.bbs_view .pn_bar ul li a:before {
	display: block;
	position: absolute;
	padding-left: 25px;
	background-position: center left;
	background-repeat: no-repeat;
	left: 30px;
	color: #006ab7;
	font-size: 13px;
}

.bbs_view .pn_bar ul li:first-child a:before {
	content: "이전글";
	background-image: url(../images/gen/icon_04.png);
}

.bbs_view .pn_bar ul li:last-child a:before {
	content: "다음글";
	background-image: url(../images/gen/icon_05.png);
}


/*****
 * 
 */

.search_pad {
	padding: 20px 0;
	background-color: #e7e7e7;
}

.search_pad ul {
	text-align: center;
}

.search_pad ul li {
	display: inline-block;
	position: relative;
	padding: 0 5px;
}

.search_pad ul li select {
	width: 130px;
}

.search_pad ul li input {
	width: 300px;
	height: 35px;
	padding: 0 40px 0 5px;
	border: 1px solid #d7d7d7;
}

.search_pad ul li button {
	position: absolute;
	height: 35px;
	right: 5px;
	overflow: hidden;
	width: 35px;
	line-height: 3000px;
	top: 0;
	background-color: transparent;
	background-image: url(../images/gen/icon_08.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.pt50 {
	padding-top: 50px;
}

#unemail {
	position: absolute;
	z-index: 999999;
	background-color: #FFF;
	height: 280px;
	width: 500px;
	border-top: #006ab6 3px solid;
	display: none;
}

#unemail .in {
	padding: 30px 45px;
}

#unemail .in .title {
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding-top: 6px;
}

#unemail .in p {
	font-size: 16px;
	line-height: 26px;
	padding-top: 35px;
}

#unemail .b-close {
	position: absolute;
	right: 0;
	top: -50px;
}