@font-face {
    font-family: "NanumBarunGothic";
    src: url("../fonts/NanumBarunGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/NanumBarunGothic.woff") format("woff"), url("../fonts/NanumBarunGothic.ttf") format("truetype");
}

input, select {
    vertical-align: middle;
}
button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    display: block;
}
input {
    border: 1px solid #e2e2e5;
    font-size: 16px;
    line-height: 100%;
    padding: 7px 5px;
}



/* board_common */
.board th, .board td, .board button, .board select, .board input, .board dt, .board dd, .board textarea{font-size:14px;}

/* search */
.boardSearch{border:1px solid #e0e0e0; margin:10px 0; clear:both;}
.boardSearch .KeywordSearch{width:300px; height:auto; padding:15px 0; margin:0 auto; overflow:hidden;}
.boardSearch .KeywordSearch .SelectBox{float:left; width:75px;}
.boardSearch .KeywordSearch .SelectBox select{padding:4px;}
.boardSearch .KeywordSearch .KeyWord{float:left; padding:4px; width:158px;}
.boardSearch .KeywordSearch button{float:left; background:#595c6d; color:#fff; padding:4px 10px; margin:0 0 0 10px;}

/* paginate */
.paginate{text-align:center; width:100%; clear:both; padding:30px 0;}
.paginate a, .paginate strong{color:#474747; display:inline-block; padding:3px 0 0 0; margin:0 2px; width:25px; height:22px; font-family:Tahoma, Serif; font-weight:bold; vertical-align:top; border:1px solid #e0e0e0;}
.paginate strong{color:#bb451c; }
.paginate a.pre{font-size:0; background:url("image/bt_prev1.gif") no-repeat 50% 50% #fff; margin:0 5px;}
.paginate a.pre_end{font-size:0; background:url("image/bt_prev2.gif") no-repeat 50% 50% #fff;}
.paginate a.next{font-size:0; background:url("image/bt_next1.gif") no-repeat 50% 50% #fff; margin:0 5px;}
.paginate a.next_end{font-size:0; background:url("image/bt_next2.gif") no-repeat 50% 50% #fff;}

/* button */
.boardBtn{text-align:right; margin:15px 0;}
.boardBtn button{display:inline; background:#595c6d; color:#fff; padding:5px 25px; margin:0 0 0 8px; border-radius:100px;}
.boardBtn a{display:inline; background:#595c6d; color:#fff; padding:8px 25px; margin:0 0 0 8px; border-radius:100px;}

.boardBtn_bb{text-align:right; margin:15px 0;}
.boardBtn_bb button{display:inline; background:#5d9ad2; color:#fff; padding:5px 25px; margin:0 0 0 8px;}
.boardBtn_bb a{display:inline; background:#5d9ad2; color:#fff; padding:8px 25px; margin:0 0 0 8px;}

.boardBtn_bbc{text-align:center; margin:15px 0;}
.boardBtn_bbc button{display:inline; background:#5d9ad2; color:#fff; padding:5px 25px; margin:0 0 0 8px;}
.boardBtn_bbc a{display:inline; background:#5d9ad2; color:#fff; padding:8px 25px; margin:0 0 0 8px;}



.boardBtn2{text-align:right; margin:15px 0;height:30px;}
.boardBtn2 li{list-style:none;float:right;}
.boardBtn2 li a{display:inline; background:#595c6d; color:#fff; padding:5px 25px; margin:0 0 0 8px;}

/* list */
.boardListBasic{width:100%; height:auto;}
#Board{border-top:3px solid #595c6d; width:100%; height:auto;}
#Board thead th{border-bottom:1px solid #ccc; padding:10px;}
#Board tbody th,#Board tbody td{border-bottom:1px solid #e0e0e0; padding:10px; font-weight:normal;}
#Board .numbering{font-size:11px;}
#Board .writer, #Board .registerDate{text-align:center;}

/* view */
.boardViewBasic{width:100%; height:auto;}
.boardViewBasic .contentsWrap{padding:20px; line-height:150%; height:300px;}
.boardNextPrev{width:100%; height:auto; margin:10px 0 0 0; border-top:1px solid #e0e0e0;}
.boardNextPrev th, .boardNextPrev td{border-bottom:1px solid #e0e0e0; padding:10px 0;}

/* view */
.boardViewBasic2{width:100%; height:auto;margin:50px 0 0 0;}
.boardViewBasic2 .contentsWrap{padding:20px; line-height:150%; height:300px;}
.boardNextPrev{width:100%; height:auto; margin:10px 0 0 0; border-top:1px solid #e0e0e0;}
.boardNextPrev th, .boardNextPrev td{border-bottom:1px solid #e0e0e0; padding:10px 0;}

/* write */
.boardWriteBasic{width:100%; height:auto; border-top:3px solid #595c6d;}
.boardWriteBasic th, .boardWriteBasic td{border-bottom:1px solid #e0e0e0; padding:10px 0 10px 0;}
.boardWriteBasic input{padding:4px 3px; font-size:14px;}
.boardWriteBasic table td.editarea{text-indent:0; padding:0; width:100%; height:300px;}
.boardWriteBasic table td.editarea textarea{width:100%; height:300px;}

/* comment */
.comment{margin:10px 0 0 0; width:100%; padding:0 0 16px 0; border-top:3px solid #595c6d;}
.comment .com_tit{text-indent:35px; padding:2px 0 13px 0; margin:10px 0 0 0; width:100%; border-bottom:1px solid #dedede;}
.comment .com_write{width:100%; height:auto;}
.comment .com_write ul{text-align:right; margin:10px 0 0 0;}
.comment .com_write ul li{display:inline; padding:0 3px;}
.comment .com_write ul li input{display:inline-block; width:15px; height:15px; margin:10px 5px 0 0;}
.comment .com_write textarea{width:100%; height:80px; line-height:140%;margin:13px 0 0 0;}
.comment .com_write p.bt{text-align:center; width:100%; height:auto; margin:10px 0;}
.comment .com_write p.bt button{display:inline; background:#595c6d; color:#fff; padding:5px 25px; margin:0 0 0 8px;}
.comment .com_list{width:100%; height:auto; padding:23px 0 11px 0; border-bottom:1px solid #dedede; position:relative;}
.comment .com_list dl dt{font-weight:bold; padding-left:15px;}
.comment .com_list dt span.TimesRe{font-size:0.94em; font-weight:normal; color:#797979; display:inline-block; padding-left:9px;}
.comment .com_list dl dd{padding:10px 15px; line-height:140%;}
.comment .com_list .btArea{ position:absolute; top:24px; left:220px;}
.comment .com_list .btArea li{list-style:none;}
.comment .com_list .btArea li a{background:#595c6d; color:#fff; padding:2px 5px; font-size:11px;float:left;margin:1px;}


/*입사지원서 스타일 2014-08-06 웅*/
.boardWriteBasic td.cbpdr5{padding:10px 0 10px 5px;}
.boardWriteBasic td.cbpdr55{padding:10px 5px 10px 5px;}
.boardWriteBasic td.cbgb{text-align:center;font-weight:bold;background-color:#eee;}
.boardWriteBasic td.lbgb{padding-left:10px;font-weight:bold;background-color:#eee;}
.tt_title{padding:20px 0 10px 0;font-size:20px;}
.boardBtnC{text-align:center; margin:20px 0 0 0;padding-bottom:100px}
.boardBtnC button{display:inline; background:#1d5393; color:#fff; padding:5px 25px; margin:0 0 0 8px;font-weight:bold;font-size:20px;}
.jlttapDiv{
	width:100%;
	border-bottom:2px solid #eaeacc;
	float:left;
	margin-bottom:20px;
}
.jlttap{
	color:#000;
	list-style:none;
	padding:10px;
	border-top:2px solid #eaeaea;
	border-left:2px solid #eaeaea;
	border-right:2px solid #eaeaea;
	width:120px;
	text-align:center;
	margin:0 3px;
	cursor:pointer;
	float:left;
	font-weight:bold;
	background-color:#eee;
}
.tapon{
	color:#fff;
	list-style:none;
	padding:10px;
	border-top:2px solid #5d9ad2;
	border-left:2px solid #5d9ad2;
	border-right:2px solid #5d9ad2;
	width:120px;
	text-align:center;
	margin:0 3px;
	cursor:pointer;
	float:left;
	font-weight:bold;
	background-color:#5d9ad2;
}
.pri_area{
	border:0px solid red;
}
.pri_area p{
	border:0px solid red;
}
.pri_area_text{
	border:0px solid red;
}
.pri_area_chk{
	border:0px solid red;
}

/* event_list */
.EventList{float:left; width:100%; height:auto; margin-bottom:50px;}
.EventList ul li{float:left; width:216px; margin:50px 0 0 25px;}
.EventList ul li a{display:block; width:auto; height:auto; border:3px solid #d9dde0;}
.EventList ul li dl{padding:20px 18px;}
.EventList ul li dl dt{color:#464646; font-size:20px; overflow:hidden; width:170px; text-overflow:ellipsis; white-space:nowrap;}
.EventList ul li dl dd{font-size:17px; padding:10px 0 0 0;}
.EventGroup .board, .EventGroup .comment{margin:50px 0 0 0;}
.EventViewPage{text-align:center;}




/* 갤러리 게시판 */
.GalleryList{width:100%; height:auto; }
.GalleryList ul{float:left; width:100%; border-top:3px solid #595c6d; margin:15px 0 0 0;}
.GalleryList ul li{float:left; width:218px;  margin:20px 11px;}
.GalleryList ul li a{display:block; width:auto; height:auto; border:1px solid #d9dde0; padding:11px;}
.GalleryList ul li div.img{overflow: hidden; width:194px; height:145px;}
.GalleryList ul li img{width:100%; }
.GalleryList ul li dt{font-size:18px; margin:13px 0 0 0; color:#525252; overflow:hidden; width:190px; text-overflow:ellipsis; white-space:nowrap;}
.GalleryList ul li dt span{display:inline-block; background:#e2625a; font:bold 12px 'Dotum'; color:#fff; padding:5px; margin:0 5px 0 0;}
.GalleryList ul li dd{margin:13px 0 9px 0; letter-spacing:0;}




#bsubcatediv ul {
    margin: 4px 0 2px;
    padding: 5px 0;
}
#bsubcatediv li {
    display: inline;
    list-style: none outside none;
    margin: 0 10px 0 10px;
}
#bsubcatediv li.on{    
	border-bottom: 2px solid #2F9D27;
	font-weight: bold;
}



/* ------------------------ Tab ----------------------------*/

.tabcategory {
    margin-bottom: 15px;margin-top: 20px;
}
.tabcategory {
    height: 36px;
    overflow: hidden;
}
.tabcategory li:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}
.tabcategory li {
    float: left;
}
.tabcategory li a {
    background: none repeat scroll 0 0 #F9F9FB;
    border: 1px solid #E6E6E6;
    color: #888888;
    display: block;
    height: 28px;
    line-height: 28px;
    margin-right: -1px;
    position: relative;
    text-align: center;
    width: 122px;
}

.tabcategory .on a:before {
    /*background: url("image/bg_tab_on.png") no-repeat scroll 0 0 transparent;*/
    bottom: -16px;
    content: "";
    display: block;
    height: 16px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 11px;
}
.tabcategory .on a {
    background: none repeat scroll 0 0 #00aef0;
    border: 1px solid #498fcd;
    color: #FFFFFF;
}