@charset "utf-8";
/* CSS Document */

input,select,label,textarea{ 
	font-family:'나눔고딕',NanumGothic,NGW,'돋움',dotum,AppleGothic,sans-serif; margin:0; padding:0;
	border-radius:0; -webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0;
}
button{font-family:'나눔고딕',NanumGothic,NGW,'돋움',dotum,AppleGothic,sans-serif; margin:0; padding:0;cursor:pointer;}

#c2zboard {background:#fff;margin-bottom:80px;}

/*셀렉트박스 화살표 수정*/
#c2zboard .jqTransformSelectWrapper {
	border:1px solid #aeadad !important; .height:28px;
	background: #fff url('../../images/board/select_arrow.png') no-repeat right center;
	height:30px;
}
#c2zboard .jqTransformSelectWrapper ul {border:1px solid #aeadad !important;}

/* 게시판용 헤드 숨김 */
.header_hide {display:none !important;}

/*버튼 유형 및 색상 지정*/
.applyBtn{display:inline-block; *display:inline; zoom:1; text-align:center; color:#fff; background:#f55050; padding:2px 10px; margin:3px auto 0 auto; border:none;}
.applyBtn{color:#fff;}
.myClass{display:inline-block; *display:inline; zoom:1; text-align:center; color:#3e6492; background:#a0c8f9; padding:2px 10px; margin:3px auto 0 auto;}
.closeBtn{display:inline-block; *display:inline; zoom:1; text-align:center; color:#696868; background:#c9c9c9; padding:2px 10px; margin:3px auto 0 auto; cursor:default;}
.cancelBtn{background:#c9c9c9; color:#515151; display:inline-block; *display:inline; zoom:1; padding:2px 10px; margin:3px auto 0 auto; border:none;}
.grayBtn1{
	background:#f5f5f5; border:1px solid #aeadad; color:#474747; font-size:0.917em; line-height:1.545em; padding:0 0.727em; vertical-align:middle; margin:0; display:inline-block; *display:inline; zoom:1; 
	box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
}

.grayBtn2{
	background:#f8f8f8; border:1px solid #aeadad; color:#242121; font-size:1.083em; line-height:2.154em; padding:0; vertical-align:middle; margin:0; display:inline-block; *display:inline; zoom:1; 
	height:52px; /*line-height:52px;*/ vertical-align:middle;
	border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; -o-border-radius:4px;  
	box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
}
.grayBtn2:hover{
	font-weight:bold; border:1px solid #fa8f30; background:#fa8f30; color:#fff;
}

.navyBtn1{
	background:#22526d; border:1px solid #22526d; color:#fff; font-size:1.083em; line-height:2.154em; padding:0; vertical-align:middle; margin:0; display:inline-block; *display:inline; zoom:1; 
	height:52px; /*line-height:52px;*/ vertical-align:middle;
	border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; -o-border-radius:4px;  
	box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
}

.navyBtn1:hover{
	font-weight:bold; border:1px solid #fa8f30; background:#fa8f30; color:#fff;
}

.printBtn{
	background:url(../../images/board/btn_printBg.gif) 14px 7px no-repeat; display:inline-block; *display:inline; zoom:1; width:103px; height:30px; line-height:28px; padding:0 0 0 20px; border:1px solid #dbdbdb; 
	box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
}

.newfileup {background:#ed5e5e; border:1px solid #e63030; color:#fff; font-size:0.917em; line-height:1.545em; padding:2px 0.727em; vertical-align:middle; margin:0; display:inline-block; *display:inline; zoom:1; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px;}
.newfiledel {background:#aeadad; border:1px solid #838383; color:#fff; font-size:0.917em; line-height:1.545em; padding:2px 0.727em; vertical-align:middle; margin:0; display:inline-block; *display:inline; zoom:1; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px;}

div#view_top dl dd .nextBtn{
	background:url(../../images/board/btn_backBg.gif) 76px 7px no-repeat; display:inline-block; *display:inline; zoom:1; width:103px; height:30px; line-height:28px; padding:0; border:1px solid #dbdbdb; 
	box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
}

div#view_top dl dd .backBtn{
	background:url(../../images/board/btn_nextBg.gif) 14px 7px no-repeat; display:inline-block; *display:inline; zoom:1; width:103px; height:30px; line-height:28px; padding:0; border:1px solid #dbdbdb; 
	box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
}



/*상단 개인정보처리방침 알림*/
div#securityBox{
	display:none; clear:both; width:100%; border:1px solid #d0d0d0; padding:1em;
	box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
}
/*평생회원가입절차 게시판 상단문구 모바일에서도 보이게 처리 : kdy : 240402 */
div#securityBox.lifeuser{display:block}
.lifeuser > p:nth-of-type(1){margin-bottom:8px; color:#b84528}

.view{display:block !important;}
div#securityBox ul{padding:0; margin:0;}
div#securityBox ul li{background:url(../../images/board/board_topNot_blt.gif) no-repeat left 8px; margin:0; padding:0 0 6px 15px; line-height:200%;}

/*게시판 상단 영역*/
div#list_top{width:100%; padding:10px 0 10px 0; position:relative; *zoom:1;}
.pdt40{padding-top:40px !important;}
div#list_top:after {content:""; clear:both; display:block; height:0; visibility:none;}
div#list_top div.selectArea{width:100%; position:absolute; top:10px; left:0; *zoom:1;}
div#list_top div.selectArea:after {content:""; clear:both; display:block; height:0; visibility:none;}
div#list_top div.selectArea .selectCon{ width:80%;display:inline-block;float:left;padding:0;}
div#list_top div.selectArea button{
	width:19%; margin-left:1%; height:30px; line-height:30px; float:left;
	border-radius:0; -webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0;
} 

div#list_top div.pageNum{clear:both; float:left; height:30px; line-height:30px; padding:5px 0 0 0;}
div#list_top div.pageNum p{padding:0 5px 10px 0; float:left;}
div#list_top div.pageNum p span{color:#ff0000;}
div#list_top div.settingBtn{float:left; padding:5px 0 0 0;}
div#list_top div.settingBtn button.grayBtn1{
	margin:0 0 0 5px; padding:0 10px; height:30px; line-height:30px; background:#4d4f50; color:#fff; border:none;
	border-radius:0; -webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0;
}

div#list_top dl{padding:5px 0 0 0; float:right; height:30px; line-height:30px;}
div#list_top dl dd{float:left; background:url(../../images/board/b_blt01.gif) no-repeat left 12px; padding:0 10px 0 10px;}
div#list_top dl dd a.on{color:#c89233; font-weight:bold;}


/*게시물 리스트 영역*/
div.tableBox{width:100%; display:table; border-top:2px solid #5c5f61; border-bottom:1px solid #dbe0e3; }
div.tableBox li{display:table-row; .display:block; .border-top:1px solid #dbe0e3; *zoom:1; padding:5px 0;}
/*div.tableBox li:after {content:""; clear:both; display:block; height:0; visibility:none;}*/
div.tableBox li p{border-top:1px solid #dbe0e3; .border-top:none; display:table-cell; .display:block; .float:left; text-align:center; vertical-align:middle; padding:5px 0; line-height:150%; }

/*게시물 thead*/
ul.tableHeader{display:none;}

/*게시물 tbody*/
ul.tableBody{display:block; padding:0; margin:0;}
ul.tableBody li{background:#fff; line-height:150%; width:100%; padding:5px 0;}
/*ul.tableBody li div{display:table-cell; vertical-align:middle; text-align:center; padding:0; margin:0;}*/
ul.tableBody li div p{border-bottom:none; display:table-cell; .display:block; .float:left;  font-size:0.917em;}
ul.tableBody li p img{vertical-align:middle; margin-right:2px;}
ul.tableBody li div.notDta {border:1px solid;border-collapse:collapse;}

/* table스타일에서 colspan 사용하기 */
ul.tableBody li.colspan p.notData {border-right:none;padding:20px 0;width:100%;text-align:center;}

ul.noTable{display:block; width:100%; padding:0; margin:0;}
ul.noTable li{text-align:center; padding:6px 0; margin:0; line-height:150%; border-bottom:1px solid #dbe0e3; }

/*게시판-일반형*/
#list_table ul.tableBody li p.title strong{padding:0 3px; margin:0;}
#list_table ul.tableBody li p.title span.commentCol{color:#ff0101;}

/*게시판 하단(버튼) 영역*/
div#list_bottom{width:100%; margin:20px 0 10px 0; *zoom:1;}
div#list_bottom:after {content:""; clear:both; display:block; height:0; visibility:none;}
div#list_bottom div.btnBox{width:100%;}
div#list_bottom div.btnBox p{width:100%; padding:0; margin:0:}
div#list_bottom div.btnBox p button{width:49%; text-align:center; margin:0 2% 0 0;}
div#list_bottom div.btnBox p button:last-child{margin:0;}
div#list_bottom div.btnBox p.onlyBtn button{width:100%;}

div#list_bottom div.searchForm {width:100%; padding:0.833em 0 0 0;}
div#list_bottom div.searchForm .selectCon{width:31%;.width:29.9%; display:inline-block;float:left;padding:0;}

div#list_bottom div.searchForm fieldset{*zoom:1;}
div#list_bottom div.searchForm fieldset:after {content:""; clear:both; display:block; height:0; visibility:none;}
div#list_bottom div.searchForm div.inputBox{
	*zoom:1; width:69%; .width:68%;  float:left; padding:0; margin:0;
	box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
}
div#list_bottom div.searchForm div.inputBox:after {content:""; clear:both; display:block; height:0; visibility:none;}
div#list_bottom div.searchForm input[type=text]{
	line-height:30px; height:30px; .height:28px; .line-height:28px; .margin:0 1%; .width:69.5%; width:81%; border:1px solid #aeadad; margin-left:1%; vertical-align:middle; padding:0 6px; .padding:0 1%; .float:left;
	box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
}
div#list_bottom div.searchForm button{
	line-height:30px; margin:0; height:30px; font-size:0; display:inline-block; *display:inline; zoom:1; width:17%; .width:15%; background:#22526d url(../../images/board/b_btn_search.gif) no-repeat center; text-align:center; border:none;  float:right; 
	border-radius:0; -webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0;
}

div#list_bottom div.searchForm div.selectCon{
	box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
}


	/*앨범*/
	div#photo_list{clear:both; padding:0; margin:0; width:100%; border-top:2px solid #5c5f61; border-bottom:2px solid #5c5f61;}
	div#photo_list ul{padding:0; margin:0 0 2.5% 0; width:100%; *zoom:1;}
	div#photo_list ul:after {content:""; clear:both; display:block; height:0; visibility:none;}
	div#photo_list ul li{float:left; width:45%; margin:2.5% 0 0 4%; padding:0;}
	div#photo_list ul li.fourthLi{clear:both;}
	div#photo_list ul li.colspan {width:100% !important; margin:2.5% 0 0 0 !important; float:none !important;}
	div#photo_list ul li.colspan p {text-align:center;}

	div#photo_tb{
		/*background:#f5f5f5; border:1px solid #d6d6d6;*/ margin:0; padding:0; width:100%; border-bottom: 1px solid #b5b5b5;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}
	div#photo_tb .photoBox{width:100%; padding:0; margin:0;}
	div#photo_tb .photoBox img{width:100%; max-height:215px;}
	div#photo_tb .photoBox .expandImg{display:none;}
    div#photo_tb .photoBox .photo {border: 1px solid #d6d6d6;}
    div#photo_tb .photoBox .photo a {display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
	div#photo_tb .photo_tit {font-size:1.154em; color:#000000; padding:10px 10px 0 10px; height: 44px;}
	div#photo_tb .photo_tit a {color:#000; height: 30px; overflow: hidden; display:block;}
	div#photo_tb .photo_tit .re_no{color:#ff0101;}
	div#photo_tb .photo_date{padding: 0 10px 10px 10px; padding-top:0; color:#737070; *zoom:1; font-size:0.917em;}
	div#photo_tb .photo_date:after {content:""; clear:both; display:block; height:0; visibility:none;}

	/*테마형*/
	#theme_list{clear:both; padding:0; margin:0;}
	#theme_list ul.tableHeader{ display:none;}
	#theme_list ul.tableBody li>div{display:table-cell; border-bottom:1px solid #dbe0e3; .border-bottom:none; padding:1.667em 0; }
	#theme_list ul.tableBody li>div.num{width:10%; display:none;}
	#theme_list ul.tableBody li>div.contents{ *zoom:1; position:relative;}
	#theme_list ul.tableBody li>div.contents p, #theme_list ul.tableBody li>div.contents div{display:block; border:none;}
	#theme_list ul.tableBody li>div.contents p.themePhoto{
		float:left; width:268px; height:170px; border:1px solid #d7d7d7; padding:0; margin:0 1.667em ;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}
	#theme_list ul.tableBody li>div.contents dl{padding:0.500em 1.250em 0 0; margin:0; text-align:left;}
	#theme_list ul.tableBody li>div.contents dl dt {color:#444444; font-size:1.083em; font-weight:bold;}
	#theme_list ul.tableBody li>div.contents dl dt img{vertical-align:middle; margin-bottom:2px;}
	#theme_list ul.tableBody li>div.contents dl dt span.re_no{color:#ff0101;}
	#theme_list ul.tableBody li>div.contents dl dd{
		padding:0.200em 0 0 0; margin:0; line-height:2.000em; height:3.750em; overflow:hidden;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}
	#theme_list ul.tableBody li>div.contents div.themeInfo{float:left; padding:0.5em 0 0 0;}
	#theme_list ul.tableBody li>div.contents div.themeInfo p{display:inline-block; padding:0 1em; background:url(../../images/board/list_line.gif) no-repeat right 3px;}
	#theme_list ul.tableBody li>div.contents div.themeInfo p.themeWriter{color:#444444; padding-left:0;}
	#theme_list ul.tableBody li>div.contents div.themeInfo p.themeWriter span{display:none;}
	#theme_list ul.tableBody li>div.contents div.themeInfo p.themeDate{ color:#888888;}
	#theme_list ul.tableBody li>div.contents div.themeInfo p.thmeHits{ color:#888888; background:none;}
	#theme_list ul.tableBody li>div.contents div.themeInfo p.thmeHits span{display:none;}


	/*글보기*/
	div#view_top{clear:both; padding:1em 0 0 0; margin:0; *zoom:1;}
	div#view_top:after {content:""; clear:both; display:block; height:0; visibility:none;}
	div#view_top dl{float:right;}
	div#view_top dl dt{display:none;}
	div#view_top dl dd{float:left; padding:0 0 1.250em 0.5em;}
	div#view_top dl dd.firstLi{display:none;}

	#view_top h4{
		clear:both; display:block; border-top:2px solid #4c4e4f; border-bottom:1px solid #dbe0e3; background:#f5f7f8; line-height:130%; padding:1em 0 1em 1.667em; font-size:1.167em; .padding-top:0.3em;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}
	#view_top h4 p.num{display:inline; padding:0 0.909em 0 0; font-size:0.786em; font-weight:normal; color:#444444}

	#view_t_bar{
		clear:both; display:block; border-bottom:1px solid #dbe0e3; padding:0.818em 0 0.818em 1.818em; font-size:0.917em; *zoom:1;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}
	#view_t_bar:after {content:""; clear:both; display:block; height:0; visibility:none;}
	#view_t_bar span.memGrade{font-size:0.909em;}
	#view_t_bar p{
		padding:0 0.909em; float:left; margin:0; text-align:center; background:url(../../images/board/list_line.gif) left 3px no-repeat;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}
	#view_t_bar p.v_id{text-align:left; background:none;}
	#view_t_bar p.v_date span{font-weight:bold;}
	#view_t_bar p.v_hits span{font-weight:bold;}

	#view_contents{
		width:100%; .width:auto; padding:1em 1.667em 3.333em 1.667em; line-height:150%; border-bottom:2px solid #858788;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}

	#view_photo_tb{
		padding:3.333em 0 0 0; margin:0; text-align:center;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}

	#view_photo_tb img{max-width:100%; padding:1px; border:1px solid #e5e5e5; margin:0 0 10px 0;}

	#movie_tb { display:none;}
	#sound_player { display:none;}

	#view_file{padding:0;  margin:3.333em auto 0 auto ; width:100%;}
	#view_file dl{border:1px solid #dfdfdf; padding-bottom:3px;}
	#view_file dl dt{
		background:#f5f5f5 url(../../images/board/b_icon_file.gif) no-repeat 20px 8px; padding:0 0 0 3.077em; height:30px; line-height:30px; font-size:1.083em; color:#000;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}
	#view_file dl dd{
		background:url(../../images/board/b_icon_file02.gif) no-repeat 25px 11px; padding:0 3.636em 5px 3.636em; width:auto; height:30px; line-height:30px; *zoom:1; clear:both; font-size:0.917em; .position:relative;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}
	#view_file dl dd:after {content:""; clear:both; display:block; height:0; visibility:none;}

	#view_file dl dd button.downBtn{
		float:right; border:1px solid #dbdbdb; background:#f5f5f5; padding:0 3px; margin:6px 0 0 0; display:inline-block; zoom:1; *dispaly:inline; line-height:150%; height:auto; 
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;

		/*ie7*/
		.float:none; .position:absolute; .right:25px; .top:50%; .margin-top:-11px;
	}
	#view_button{
		margin:0; padding:1.167em 0; .padding-left:0 !important; .padding-right:0 !important;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}
	#view_button button{margin:0 0 0 1%; width:18.5%; .width:18%;}
	#view_button button.grayBtn2{.margin-left:1% !important;}
	

	#comment_tit{width:100%; background:url(../../images/board/commentTit_bg.gif) repeat-x left bottom; *zoom:1;}
	#comment_tit:after {content:""; clear:both; display:block; height:0; visibility:none;}
	#comment_tit p.comment01{
		border:2px solid #79736f; border-bottom-color:#fff; border-top-color:#ff6400; padding:1em 0; font-size:1.083em; width:30%; float:left; text-align:center;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}
	#comment_tit p.comment01 span{color:#ff6400;}

	#commentContents{
		width:100%; padding:0 0.583em;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}
	#comment_list{
		border-bottom: 1px dashed #d4c5b0; padding:1.167em 0.5em;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}
	#comment_list p.comment_l_tit{padding:0 0 0.667em 0; margin:0; color:#6a330a; font-weight:bold;}
	#comment_list p.comment_l_tit span{color:#6d685d; font-weight:normal;}
	#comment_list p.comment_l_tit button.deleteBtn{
		font-weight:normal; line-height:20px; height:20px; background:#b89175 url(../../images/board/btn_deleteBg.gif) no-repeat 5px 6px; padding:0 4px 0 15px; color:#fff; border:none;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
		border-radius:0; -webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0;
	}

	#commentBox{width:100%; margin:5px 0 10px 0;}
	#commentBox div.commentDiv{width:auto; border:1px solid #dfdfdf;  background:#f5f5f5; position:relative;}
	#commentBox div.commentDiv div.commentText{padding:10px 70px 10px 10px; width:auto;}
	#commentBox div.commentDiv div.commentText div{width:auto; border:1px solid #dfdfdf; background:#fff;}
	#commentBox div.commentDiv div textarea{width:99%; height:40px; border:none; padding:5px 0; margin:0 0 0 1%;}
	#commentBox div.commentDiv div.btnBox{ width:50px; margin:0; position:absolute; top:10px; right:10px;}
	#commentBox div.commentDiv div.btnBox button{width:50px; height:50px; line-height:50px;  background:#0d3f5e; color:#fff; border:none; cursor:pointer; padding:0;margin:0 !important;}


	/*글쓰기_오픈형*/
	p.write_notice{padding:1.667em 0;}
	#writeWrap{background:#fff;}

	#write_table{clear:both; padding:0; margin:0; width:100%;}
	#write_table table{border-collapse:collapse; width:100%; padding:0; margin:0; border-top:2px solid #4c4e4f;}
	#write_table table tbody th{background:#f0f4f7; padding:0.500em 1.667em; color:#145d94; line-height:150%; border-bottom:1px solid #dbe0e3; font-weight:bold; width:100px; vertical-align:middle;}
	#write_table table tbody td{border-bottom:1px solid #dbe0e3; position:relative;}
	#write_table table tbody td div.write_left{position:relative; font-size:1.091em; margin:0; padding:1em 0 0 1.667em;}
	#write_table table tbody td div.cellBox{width:auto; margin:0;  padding:0.500em 1.667em;}

	#write_table table tbody td input[type=text], #write_table table tbody td input[type=password]{
		width:100%; border:1px solid #9f9d98; height:30px; line-height:30px; padding:0; margin:0; vertical-align:middle;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}

	#write_table table tbody td p{padding-left:1.667em; padding-bottom:3px;}
	#write_table table tbody td p.write_right{font-size:1.083em;}
	#write_table table tbody td p.write_right #filecnt {font-weight:600; color:#f14947;}
	#write_table table tbody td textarea{
		width:100%; border:1px solid #9f9d98; height:60px; line-height:150%; padding:0; margin:0; vertical-align:middle;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}
	#write_table table tbody td p.write_left{padding-top:5px; padding-bottom:0;}
	div#write_input{
		width:100%; border:1px solid #dbe0e3; border-top:none;  padding:0; margin:0;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}
	div#write_bar{
		display:none;
		border-bottom:1px solid #dbe0e3; width:100%; *zoom:1; height:50px; padding:0;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top, #ffffff 0%, #f5f7f8 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f7f8)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ffffff 0%,#f5f7f8 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ffffff 0%,#f5f7f8 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ffffff 0%,#f5f7f8 100%); /* IE10+ */
		background: linear-gradient(to bottom, #ffffff 0%,#f5f7f8 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f7f8',GradientType=0 ); /* IE6-9 */
	}
	
	#write_table .frmLine {border:1px solid #ccc; margin: 0 1.667em 1em 1.667em; padding:0.5em 0.8em; font-weight:600;}
	#write_table .frmLine .delnoti {margin-bottom: 8px; display:block;}
	#write_table .delFlist li {line-height:150%;}
	#write_table .delFlist li a {color:#868686; font-weight:400;}
	#write_table .delFlist li:hover a {color:#4e4e4e; font-weight:600;}
	
/*셀렉트박스 */
	#write_bar:after{content:""; clear:both; display:block; height:0; visibility:none; }
	#write_bar dl{float:left; padding:0 0 0 8px; margin:0; *zoom:1;}
	#write_bar dl:after{content:""; clear:both; display:block; height:0; visibility:none; }
	#write_bar dl dd {position:relative;float:left;padding:12px 0 0 0; margin:0; text-indent:0; }

	/*
	div#write_bar:after {content:""; clear:both; display:block; height:0; visibility:none;}
	div#write_bar dl{float:left; display:block; padding:0; margin:0 0 0 1em;}
	div#write_bar dl.write_edit{float:right; margin:0;}
	div#write_bar dl:first-child dd{margin-right:0.417em;}
	div#write_bar dl:first-child{margin-right:0;}
	div#write_bar dl dt{display:none;}
	div#write_bar dl dd{float:left; padding:0; margin:0;}
	*/

/* 파일첨부 추가 스타일 */
	.area_write {height:100px !important;}
	.upfile_list_area {height:80px !important;border:1px solid #ccc; margin:0.5em 1.667em 1em 1.667em; padding:0.5em; overflow-y:scroll;}
	.upfile_list_area .MultiFile-label {line-height:150%; margin:4px 0 0 0;}
	.upfile_list_area .MultiFile-label:first-child {margin:0;}
	.upfile_list_area .MultiFile-label a.MultiFile-remove {display:inline-block; padding: 0 10px; background:#90b000;}
	.upfile_list_area .MultiFile-label a.MultiFile-remove button {background:none; font-size:11px; color:#fff;}

	div#write_input div.areaBox{width:100%; padding:0; margin:0;}
	div#write_input div.areaBox div.cellBox{padding:0 0 0 1.667em; width:auto;}
	div#write_input div.areaBox textarea{
		width:100%; padding:10px 0; margin:0; border:none; height:180px;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}

	div#write_bt_btn{padding:1.667em 0;}
	div.btnBox{width:100%; text-align:center; }
	div.btnBox button{width:48%; margin:0 1%; padding:0.5em 0;}

	#write_table label{ margin-right:5px;}
	#write_table select{
		width:100%; border:1px solid #9f9d98; height:30px; line-height:30px; padding:0 0 0 0.667em; margin:0; vertical-align:middle;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}

	/*이미지 슬라이드*/
	#imageSlideBox{display:none;}

/*개인정보 수집 동의*/
div#agree{clear:both; padding:1.667em 0 0 0; margin:0;}
div#agree h4{background:url(../../images/board/agree_blt.gif) no-repeat 0.263em 4px; font-size:1.583em; color:#1e1f1d; padding:0 0 1em 1.5em; line-height:150%; }
div#agree_table{width:100%:}
div#agree_table table{width:100%; border-collapse:collapse; border-top:2px solid #4c4e4f;}
div#agree_table table tbody th{background:#f0f4f7; color:#407ba8; font-weight:bold; text-align:center; border-bottom:1px solid #dfdfdf; line-height:150%; padding:1em 0; width:20%;}
div#agree_table table tbody td{border-bottom:1px solid #dfdfdf; padding-left:1.250em;  padding:1em 0.667em; line-height:150%;}
div#agree div.agreeCheck{text-align:center; padding:1.667em 0;}
div#agree div.agreeCheck p.btns{ padding:1.667em 0;}
div#agree div.agreeCheck p.btns button{
	width:49%; margin:0 1% 0 0; height:52px; line-height:52px;
	box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
}
div#agree div.agreeCheck p.btns button.grayBtn2{margin:0 0 0 1%;}

/*비밀번호 입력*/
div#passWrap{position:fixed; top:0; left:0; width:100%; height:100%; z-index:1000; background:url(../../images/board/pw_bg.png) repeat;display:none;}
div#passForm{
	position:absolute; top:50%; left:50%; width:316px; margin:-92px 0 0 -158px; background:#fff; border:1px solid #dfdfdf; padding:0;
	box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
}
div#passForm div.passTit{
	width:100%;  height:2.353em; padding:0; margin:0; color:#000000; line-height:2.353em; font-size:1.417em; border-bottom:1px solid #fff; 
	box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 55%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(55%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 55%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 55%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 55%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 55%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9*/ 
}

div#passForm div.passTit h4{
	width:auto;padding:0 0 0 1.118em;	
	
}
div#passForm div.passInput{
	border-top:1px solid #dfdfdf; width:100%; padding:1.417em 0;
	box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
}
div#passForm div.passInput:after {content:""; clear:both; display:block; height:0; visibility:none;}

div#passForm div.passInput div{padding:0 1.417em; width:auto;}
div#passForm div.passInput div p{font-size:1.250em; line-height:150%; padding:0;}
div#passForm div.passInput div div.inputBox{ border:1px solid #b5b5b5; padding:0 0.667em; width:auto; margin:1em 0; }
div#passForm div.passInput div input{
	width:100%; height:30px; line-height:30px; padding:0; margin:0; border:none; .border:0;
	box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
}
div#passForm div.passInput div button{width:49%; height:35px; line-height:35px; margin:0 1% 0 0; float:left;}
div#passForm div.passInput div button.grayBtn2{margin:0 0 0 1%;}


	/* 금파공고 사이버 영역 */
	#hisTab {width:auto; border-bottom: 1px solid #a1a1a1; margin:0 0 3px 0; position: relative; padding: 0 22px 0 23px;}
	#hisTab .tablist {*zoom:1; overflow: hidden; position: relative;}

	#hisTab .tablist > div {text-align: center; font-size: 2.692em; font-family: NSR; display:none;}
	#hisTab .tablist > div a {display: inline-block; border-bottom: 3px solid #115e99;padding-bottom:18px;}
	#hisTab .tablist > div.on {display:block;}
	/* #hisTab .tablist .slick-list {padding-top:10px;}
	#hisTab .tablist:after {content:""; clear:both; display:block; height:0; visibility:none;}
	#hisTab .tablist .slick-slide {float: left; width: 33.3%; .width: 33%; position: relative;}
	#hisTab .tablist .slick-slide span.bg {display: none;}
	#hisTab .tablist .slick-slide a {height: 37px; line-height: 37px; text-align: center; color: #fff; background: #115e99; display: block; border-right: 1px solid #aed5f3; font-size: 1.154em;}
	#hisTab .tablist .slick-slide:hover a {background: #053b65;}
	#hisTab .tablist .slick-slide.slick-active {background: #053b65;}
	#hisTab .tablist .slick-slide.slick-active a {background: #053b65; font-size: 1.444em; font-family: NGW; font-weight: 600; line-height: 25px;}
	#hisTab .tablist .slick-slide.slick-active span.bg {display: block; position: absolute; right: 0; top: 0; width: 7px; height: 10px; background: url(../../images/board/list_bg.gif) 0 0 no-repeat; margin-right: -7px;} */
	#hisTab .move_btn p {position: absolute; bottom: 17px;}
	#hisTab .move_btn p button {display: block; width: 50px; height: 18px; font-size: 0; line-height: 0; text-indent: -9999px; overflow: hidden; padding: 0;}
	#hisTab .move_btn p.prev {left: 0;}
	#hisTab .move_btn p.prev button {background: url(../../images/board/list_prev_btn.gif) 0 0 no-repeat;}
	#hisTab .move_btn p.next {right: 0;}
	#hisTab .move_btn p.next button {background: url(../../images/board/list_next_btn.gif) 0 0 no-repeat;}

	/* #cyberBoardWrap #board_view {border-top: 1px solid #c4c4c4; padding-top: 12px;} */
	#cyberBoardWrap #board_view .view_btn {*zoom:1; margin-bottom: 12px; position: absolute; right: 12px; top: 50%; margin-top: -16px;}
	#cyberBoardWrap #board_view .view_btn:after {content:""; clear:both; display:block; height:0; visibility:none;}
	#cyberBoardWrap #board_view .view_btn p {float: left; margin-left: 5px;}
	#cyberBoardWrap #board_view .view_btn p button {display: block; width: 32px; height: 32px; font-size: 0; text-indent: -9999px; overflow: hidden;}
	#cyberBoardWrap #board_view .view_btn p.prev_read button {background: url(../../images/board/prev_read.png) 0 0 no-repeat;}
	#cyberBoardWrap #board_view .view_btn p.prev_read:hover button {background: url(../../images/board/prev_read_a.png) 0 0 no-repeat;}
	#cyberBoardWrap #board_view .view_btn p.next_read button {background: url(../../images/board/next_read.png) 0 0 no-repeat;}
	#cyberBoardWrap #board_view .view_btn p.next_read:hover button {background: url(../../images/board/next_read_a.png) 0 0 no-repeat;}

	#cyberBoardWrap #view_contents {width: auto; border-bottom: 1px solid #6a6e6d;}
	#cyberBoardWrap #view_contents #contentsArea {padding: 10px;}
	#cyberBoardWrap #view_contents #contentsArea div {line-height: 150%; padding: 5px 0;}

	/* #cyberBoardWrap #view_photo_tb {padding:0; margin:0;} */
	/* #cyberBoardWrap #view_photo_tb .vp_item {display: none;} */
	/* #cyberBoardWrap #view_photo_tb .vp_item:first-child {display: block;} */
	#cyberBoardWrap .vp_item img{border:1px solid #eeeeee; padding:5px; width:auto; max-width:98%;}

	#cyberBoardWrap .slick-dots {text-align:center; padding: 12px 0;}
	#cyberBoardWrap .slick-dots>li {display:inline-block; .display:inline;}
	#cyberBoardWrap .slick-dots>li button {width: 14px; height: 14px; background: url(../../images/board/slide_blt.gif) 0 0 no-repeat; font-size: 0; line-height: 0; text-indent: -9999px; overflow: hidden; margin: 0 3px;}
	#cyberBoardWrap .slick-dots>li.slick-active button {background: url(../../images/board/slide_blt_on.gif) 0 0 no-repeat;}

	#cyberBoardWrap #view_photo_tb .slide_btn {text-align: center; padding: 12px 0;}
	#cyberBoardWrap #view_photo_tb .slide_btn a {display: inline-block; }
	#cyberBoardWrap #view_photo_tb .slide_btn a.on {}

	#cyberBoardWrap #view_contents .b_titBox {border-top: 1px solid #c4c4c4; background: #f5f5f5; padding: 10px 110px 10px 15px; border-bottom: 1px dashed #c4c4c4; position: relative;}
	#cyberBoardWrap #view_contents .b_titBox h4 {font-family: NGW; font-weight: 600; line-height: 150%; width: 100%; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; word-wrap: normal !important; font-size: 1.154em;}
	#cyberBoardWrap #view_contents .b_titBox .year {position: absolute; right: 15px; top: 50%; margin-top: -11px; background: #ec3910; padding: 0 24px; height: 22px; line-height: 22px; color: #fff;
		border-radius: 11px; -webkit-border-radius: 11px; -o-border-radius: 11px; -moz-border-radius: 11px;
	}
	

	#cyberBoardWrap #list_bottom.viewBtnBox {padding: 20px 0 30px 0;}
	#cyberBoardWrap #list_bottom.viewBtnBox .btn_box {*zoom:1; padding: 20px 0 10px 0;}
	#cyberBoardWrap #list_bottom.viewBtnBox .btn_box:after {content:""; clear:both; display:block; height:0; visibility:none;}
	#cyberBoardWrap #list_bottom.viewBtnBox .btn_box .buttonBox {float: left; width: 33.3%; .width: 33%; text-align: center;}
	#cyberBoardWrap #list_bottom.viewBtnBox .btn_box .buttonBox p {margin-left: 6px; border: 1px solid #5b5b5b;}
	#cyberBoardWrap #list_bottom.viewBtnBox .btn_box .buttonBox.buttonBox2 p {border: 1px solid #1b3c93;}
	#cyberBoardWrap #list_bottom.viewBtnBox .btn_box .buttonBox:first-child p {margin: 0;}
	#cyberBoardWrap #list_bottom.viewBtnBox .btn_box .buttonBox button {width: 100%; padding: 9px 0; background: #878787; color: #fff;}
	#cyberBoardWrap #list_bottom.viewBtnBox .btn_box .buttonBox.buttonBox2 button {background: #2b4faf;}
	#cyberBoardWrap #list_bottom.viewBtnBox .btn_box .buttonBox button span {display: inline-block; padding-left: 22px;}
	#cyberBoardWrap #list_bottom.viewBtnBox .btn_box .buttonBox button.modiBtn span {background: url(../../images/board/chboard_btn_bg01.gif) 0 50% no-repeat;}
	#cyberBoardWrap #list_bottom.viewBtnBox .btn_box .buttonBox button.delBtn span {background: url(../../images/board/chboard_btn_bg02.gif) 0 50% no-repeat;}
	#cyberBoardWrap #list_bottom.viewBtnBox .btn_box .buttonBox button.writeBtn span {background: url(../../images/board/chboard_btn_bg03.gif) 0 50% no-repeat;}

	#cyberBoardWrap #commentWrap{
		width:auto; border:1px solid #e1e1e1;
		border-radius:3px 3px 0 0; -webkit-border-radius:3px 3px 0 0; -moz-border-radius:3px 3px 0 0; -o-border-radius:3px 3px 0 0; -ms-border-radius:3px 3px 0 0; 
	}
	#cyberBoardWrap #commentWrap div.commentTop{
		padding:10px 15px; width:auto; background:#f9f9fb; font-size:1.077em; border-bottom:1px solid #e1e1e1; font-weight:600;
		border-radius:3px 3px 0 0; -webkit-border-radius:3px 3px 0 0; -moz-border-radius:3px 3px 0 0; -o-border-radius:3px 3px 0 0; -ms-border-radius:3px 3px 0 0; 
	}
	#cyberBoardWrap #commentWrap div.commentTop h4{font-weight:600;}
	#cyberBoardWrap #commentWrap div.commentTop h4 span{color:#f72f2f;}
	#cyberBoardWrap #commentWrap div.commentList{padding:15px 10px 0 10px; width:auto; margin:0;}
	#cyberBoardWrap #commentWrap div.commentList ul li{padding:0 15px 15px 15px; margin-bottom:15px; border-bottom:1px dashed #b5b5b5;}
	#cyberBoardWrap #commentWrap div.commentList ul .replyComment{ background:url(../../images/board/comment_reply.gif) no-repeat 15px top; padding-left:40px;}
	#cyberBoardWrap #commentWrap div.commentList ul li div.replyComment{margin-top:10px; }
	#cyberBoardWrap #commentWrap div.commentList ul li div.commentBox{padding:0; margin:0; *zoom:1; position:relative;}
	#cyberBoardWrap #commentWrap div.commentList ul li div.commentBox:after {content:""; clear:both; display:block; height:0; visibility:none;}
	#cyberBoardWrap #commentWrap div.commentList ul li div.commentBox div.c_info{padding:0 0 5px 0; margin:0; *zoom:1;}
	#cyberBoardWrap #commentWrap div.commentList ul li div.commentBox div.c_info:after {content:""; clear:both; display:block; height:0; visibility:none;}
	#cyberBoardWrap #commentWrap div.commentList ul li div.commentBox div.c_info p.leftBox{float:left;}
	#cyberBoardWrap #commentWrap div.commentList ul li div.commentBox div.c_info p.leftBox span.name{color:#6a330a; font-weight:600;}
	#cyberBoardWrap #commentWrap div.commentList ul li div.commentBox div.c_info p.leftBox span.date{color:#6d685d; padding-left:5px;}
	#cyberBoardWrap #commentWrap div.commentList ul li div.commentBox div.c_info p.rightBox{float:right;}
	#cyberBoardWrap #commentWrap div.commentList ul li div.commentBox div.c_info p.rightBox a{color:#929191; font-size:0.923em }
	#cyberBoardWrap #commentWrap div.commentList ul li div.commentBox div.c_info p.rightBox a.delTxt{padding-right:5px;}
	#cyberBoardWrap #commentWrap div.commentList ul li div.commentBox div.c_info p.rightBox a.repTxt{padding-left:5px;background:url(../../images/board/view_lineBg.gif) no-repeat left center; }
	#cyberBoardWrap #commentWrap div.commentList ul li div.commentBox div.c_info p.rightBox a.delTxt2{padding-left:5px; color:#34701a;}
	#cyberBoardWrap #commentWrap div.commentList ul li div.commentBox div.c_con{line-height:130%;}
	#cyberBoardWrap #commentWrap div.commentList ul li div.commentBox div.textareaBox{width:auto; margin:0 70px 0 0; padding:0 0 0 5px; border:1px solid #d2d2d2; height:50px;}
	#cyberBoardWrap #commentWrap div.commentList ul li div.commentBox div.textareaBox textarea{padding:2px 0 0 0; width:100%; border:0; height:48px;}
	#cyberBoardWrap #commentWrap div.commentList ul li div.commentBox div.rbtnBox{position:absolute; top:0; right:0;}
	#cyberBoardWrap #commentWrap div.commentList ul li div.commentBox div.rbtnBox button{
		border:1px solid #6a6e6d; border-right-color:#5a5d5c; border-bottom-color:#5a5d5c; background:#6a6e6d; color:#fff; font-weight:600; text-align:center; width:48px; height:48px;
		border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; -o-border-radius:3px; 
		box-sizing:content-box; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; -o-box-sizing:content-box; -ms-box-sizing:content-box; 
	}
	#cyberBoardWrap #commentWrap div.comPage{padding:0 0 20px 0; margin:0 15px;text-align:center;}
	#cyberBoardWrap #commentWrap div.comPage a{display:inline-block; *display:inline; zoom:1; padding:0 10px; background:url(../../images/board/comment_page.gif) no-repeat left 2px; color:#929191;}
	#cyberBoardWrap #commentWrap div.comPage a.comP1{background:none;}
	#cyberBoardWrap #commentWrap div.comPage a:first-child{background:none;}
	#cyberBoardWrap #commentWrap div.comPage a.comP{background:none; letter-spacing:-1px; padding:0 2px;}
	#cyberBoardWrap #commentWrap div.comPage a.currentPage{color:#f76c90;  font-weight:600;}
	#cyberBoardWrap #commentWrap div.commentInputBox{position:relative; padding:10px 15px; margin:5px 0 0 0; width:auto; border-top:1px solid #e1e1e1; }
	#cyberBoardWrap #commentWrap div.commentInputBox div.textareaBox{width:auto; margin:5px 70px 0 0; padding:0 0 0 5px; border:1px solid #d2d2d2; height:48px;}
	#cyberBoardWrap #commentWrap div.commentInputBox div.textareaBox textarea{padding:2px 0 0 0; width:100%; border:0; height:46px;}
	#cyberBoardWrap #commentWrap div.commentInputBox div.rbtnBox{position:absolute; bottom:10px; right:15px;}
	#cyberBoardWrap #commentWrap div.commentInputBox div.rbtnBox button{
		border:1px solid #6a6e6d; border-right-color:#5a5d5c; border-bottom-color:#5a5d5c; background:#6a6e6d; color:#fff; font-weight:600; text-align:center; width:48px; height:48px;
		border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; -o-border-radius:3px; 
		box-sizing:content-box; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; -o-box-sizing:content-box; -ms-box-sizing:content-box; 
	
	}
	#cyberBoardWrap #commentWrap div.commentInputBox p.smallTxt{padding:0 0 5px 0; width:auto; font-size:0.923em color:#868686;}


	/* 동영상 게시판 */
	#photo_list.movie .photoWrap {border-bottom: 1px solid #b5b5b5; margin: 0 2%;}

	#photo_list.movie .photoWrap .photoBox {position:relative; height:169px; background:url(../../images/board/b_list_noMovie.gif) no-repeat center top;}
	#photo_list.movie .photoWrap .photoBox a {position:absolute; top:0; left:0; height:169px; width:100%;}
	#photo_list.movie .photoWrap .photoBox a span {font-size:0; line-height:0; display:none;}
	#photo_list.movie .photoWrap .photoBox a:after {content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, .7) url(../../images/board/btn_play_movie1.png) no-repeat 50% 50%; z-index: 20;}
	#photo_list.movie .photoWrap:hover .photoBox a:after  {background-image: url(../../images/board/btn_play_movie2.png);}
	#photo_list.movie .video-js {width:100%; height:100%; z-index: 10;}

	#photo_list.movie .photoCon {padding: 10px; height: 60px; width: auto; margin: 0;}

	/*
	#photo_list.movie .photoBox {position: relative; height: 169px; background: #eaeaec url(../../images/board/b_list_noMovie.gif) 50% 50% no-repeat;}
	#photo_list.movie .photoBox a {display: block; width: 100%; height: 169px; background: url(../../images/board/b_list_moviePlay.png) 50% 50% no-repeat; font-size: 0; line-height: 0; overflow: hidden; position: absolute; left: 0; top: 0; z-index:99; cursor:pointer;}
	#photo_list.movie .photoBox span {display: block; height: 169px; overflow: hidden;}
	#photo_list.movie .photoBox span img {display: block; width: 100%;}
	
	*/

	#photo_list.movie .photoCon .title {height: 50px; line-height: 150%;}
	#photo_list.movie .photoCon .title a {display: block; font-size:1.308em; font-weight:600; height: 40px; overflow: hidden;}
	#photo_list.movie .photoCon .title:hover a {text-decoration: underline;}

	#photo_list.movie .bottomCon {color:#9f9f9f; font-size:0.923em; *zoom:1;}
	#photo_list.movie .bottomCon:after {content:""; clear:both; display:block; height:0; visibility:none;}
	#photo_list.movie .bottomCon .leftBox{float:left;}
	#photo_list.movie .bottomCon .rightBox{float:right; *zoom:1;}
	#photo_list.movie .bottomCon .rightBox:after {content:""; clear:both; display:block; height:0; visibility:none;}
	#photo_list.movie .bottomCon .rightBox div.comment{float:left; background:url(../../images/board/b_list_comment.gif) no-repeat left center; padding:0 5px 0 15px; color:#ec4141;}
	#photo_list.movie .bottomCon .rightBox div.hit{float:left;}

	.youtubeplay {padding-top:30px;}

	/* 첨부파일 일괄다운 스타일 적용 190211  design KJH */
	#view_file .btn_file1 {float:right; margin:3px 25px 2px 5px; padding:3px 15px 3px 25px; background:#0ca8f0 url(../../images/board/btn_board_dw.gif) no-repeat 5px center; border:1px solid #0188c7; color:#fff}


/*MOBILE MODE*/
@media only screen and (min-width:0) and (max-width:767px){
	span.memGrade{display:none;}
	
	/*게시판 일반형*/
	#list_table div.tableBox{display:inherit; border-bottom:1px solid #dbe0e3; }	
	#list_table ul.tableBody li{
		border-top:1px solid #dbe0e3; display:block;  padding-left:15px; padding-right:15px; width:auto;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}
	#list_table ul.tableBody li:first-child{border-top:none;}
	#list_table ul.tableBody li p{display:inline-block; *zoom:1; *display:inline; margin:0; border-top:none;}
	#list_table ul.tableBody li.noticeLine{background:#fffce5; font-weight:bold;}
	#list_table ul.tableBody li.noticeLine .num{display:inline-block; *zoom:1; *display:inline;}
	#list_table ul.tableBody li.noticeLine p.title{padding-left:5px;}
	#list_table ul.tableBody li.replyLine{border-top:none;}
	#list_table ul.tableBody li .num{display:none;}
	#list_table .title{font-size:1.091em; display:inline !important;}
	#list_table .file{padding-left:5px; .padding-right:5px;}
	#list_table .name{ background:url(../../images/board/list_line.gif) left 5px no-repeat; .background-position:left 9px; padding:0 0 0 10px; .padding-top:5px; .padding-right:10px; margin:0 10px 0 0;}
	#list_table .date{background:url(../../images/board/list_line.gif) left 5px no-repeat; .background-position:left 9px; padding:0 0 0 10px; .padding-top:5px; .padding-right:10px; margin:0 10px 0 0;}
	#list_table ul.tableBody li p.hits{display:none;}
	#list_table ul.tableBody li p.title{text-align:left;}
	#list_table ul.tableBody li p.title a{color:#4e4e4e;}
	#list_table ul.tableBody li p.title a:hover{color:#4e4e4e; text-decoration:underline;}
	#list_table ul.tableBody li p.date{color:#888888;}	

	/* 앨범 */
	div#photo_tb div.photoBox p.photo{position:relative; width: 100%; height: 215px; background: #fbfbfb url(../../images/board/no_img_bg.png) 50% 50% no-repeat;}

	/* 사이버 역사관 */
	#view_contents {padding: 1em;}

	/*자유게시판 */
	#public_board {width:100%; background:#fff; border:none; border-radius:10px;}
	#public_board p {background:none;}
	#public_board p .public_tit {display:none;}
	#public_board .public_list {padding:10px; border-radius:10px; border:1px solid #ddd;}
	#public_board .public_list li {background:url(../../images/board/public_arrow.gif) no-repeat left 5px; padding-bottom:10px; padding-left:13px; font-size:13px;line-height:20px;}

}

/*TABLET MODE*/
@media only screen and (min-width:768px) and (max-width:1023px){	
	/*상단 개인정보처리방침 알림*/
	div#securityBox{display:block;padding:15px 40px 15px 105px; background:url(../../images/board/security_icon.gif) no-repeat left bottom; min-height:107px; .padding-left:0; .padding-right:0;}
	div#securityBox ul{.margin-left:105px; .margin-right:40px;}

	/*게시판 상단 영역*/
	div#list_top {position:relative;}
	.pdt40{padding-top:10px !important;}
	div#list_top div.selectArea{ position:relative; width:250px; /*min-width:60%;*/ float:left; padding:5px 0 0 5px; top:auto;}
	div#list_top div.selectArea .selectCon{width:167px;}
	/*	div#list_top div.selectArea p.selText{width:130px;} */
	div#list_top div.selectArea button{width:73px; margin-top:0; margin-left:5px; padding:0 20px;} 
	div#list_top div.selectArea ul.selList{width:130px; top:35px; left:5px;}

	div#list_top div.settingBtn button.grayBtn1{margin:0; padding:0 20px; height:30px; line-height:30px; }


	/*게시판 리스트(본문)영역*/

	/*멤버 등급 아이콘*/
	span.memGrade{ background:#efc931; font-size:0.833em; color:#51430a; display:inline-block; *display:inline; zoom:1; width:40px; text-align:center; line-height:1.600em; margin-right:8px;}
	
		/*게시판 thead*/
		ul.tableHeader{display:table-header-group;}
		ul.tableHeader li{display:table-row; background:#f5f7f8;  .padding:0; .margin:0;}
		ul.tableHeader li p{font-size:1.25em; line-height:150%; padding:8px 0; border-right:1px solid #dbe0e3; font-family:NGB; .margin:0;}
		ul.tableHeader li div{display:table-cell;  .display:block; .float:left;   vertical-align:middle; text-align:center; .margin:0;}
		ul.tableHeader li div p{border-bottom:none; display:table-cell;  .display:block; .float:left; .margin:0;}
		ul.tableHeader li p:liast-child{border-right:none;}
		ul.tableHeader li p.hits{border-right:none;}

		/*게시물 바디*/
		ul.tableBody{display:table-row-group; padding:0; margin:0;}
		ul.tableBody li{background:#fff; line-height:150%; width:100%; .padding:0; .margin:0;}
		ul.tableBody li p{
			border-right:1px solid #dbe0e3; padding:10px 0; .margin:0;
			box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
		}
		ul.tableBody li div{display:table-cell; vertical-align:middle; text-align:center; padding:0; margin:0;}
		ul.tableBody li div p{border-bottom:none; display:table-cell; font-size:0.917em;  border-right:1px solid #dbe0e3; .margin:0;}
		ul.tableBody li p img{vertical-align:middle; margin-right:2px;}
		
		/*게시판 공통*/
		#list_table li.noticeLine{background:#fffce5; font-weight:bold;}
		#list_table ul.tableBody li p.title a{color:#4e4e4e;}
		#list_table ul.tableBody li p.title a:hover{color:#4e4e4e; text-decoration:underline;}
		#list_table ul.tableBody li p.date,#list_table ul.tableBody li p.hits, #list_table ul.tableBody li p.num, #list_table ul.tableBody li p.file{color:#888888;}
		#list_table ul.tableBody li p.file span{font-size:0.818em;}
		#list_table ul.tableBody li p.file img{vertical-align:middle;}
		ul.tableBody li p.hits{border-right:none;}
		
		/*게시판 일반형*/
		div.normalBody ul.tableBody .title{padding-left:15px !important; padding-right:15px !important; text-align:left; .padding-left:0 !important; .padding-right:0 !important;}
		div.normalBody li.replyLine .title{background-position:50px 11px; padding-left:15px !important; .padding-left:0 !important;}
		div.normalBody li.replyLine .title img{vertical-align:middle; .padding-left:15px;}
		div.normalBody li.replyLine .title a{.padding-left:0;}
		div.normalBody .num{width:9.18%;}
		div.normalBody .title{width:47.59%;}
		div.normalBody .title a{.padding-left:15px; .padding-right:5px; display:inline-block;}
		div.normalBody .file{width:9.18%;}
		div.normalBody .name{width:13%;}
		div.normalBody .date{width:10.27%;}
		div.normalBody .hits{width:8.78%;}


		/*알림형*/
		div.noticeBody ul.tableBody .title{padding-left:15px !important; text-align:left; .padding-left:0 !important;}
		div.noticeBody .num{width:9.18%;}
		div.noticeBody .title{width:60.59%;}
		div.noticeBody .title a{.padding-left:15px; display:inline-block;}
		div.noticeBody .file{width:9.18%;}
		div.noticeBody .date{width:10.27%;}
		div.noticeBody .hits{width:8.78%;}

		/*공개형*/
		div.openBody ul.tableBody .title{/*background:url(../../images/board/b_list_lock.gif) no-repeat 10px 11px;*/ padding-left:15px !important; text-align:left; .padding-left:0 !important;}
		div.openBody li.replyLine .title{background-position:50px 11px; padding-left:15px !important; .padding-left:0 !important;}
		div.openBody li.replyLine .title img{padding-right:20px; vertical-align:middle;}
		div.openBody .num{width:9.18%;}
		div.openBody .title{width:47.59%;}
		div.openBody .title a{.padding-left:35px; display:inline-block;}
		div.openBody .file{width:9.18%;}
		div.openBody .name{width:13%;}
		div.openBody .date{width:10.27%;}
		div.openBody .hits{width:8.78%;}

		/*상담형*/
		div.consultBody ul.tableBody .title{padding-left:15px !important; padding-right:15px !important; text-align:left; .padding-left:0 !important; .padding-right:0 !important;}
		div.consultBody .num{width:9.18%;}
		div.consultBody .reply{width:13%; color:#888888;}
		div.consultBody .title{width:47.59%;}
		div.consultBody .title a{.padding-left:15px; display:inline-block;}
		div.consultBody .file{width:9.18%;}
		div.consultBody .date{width:10.27%;}
		div.consultBody .hits{width:8.78%;}


		/*앨범*/
		div#photo_list ul{padding:0; margin:0 0 4% 0; width:100%; *zoom:1;}
		div#photo_list ul li{float:left; width:30%; margin:2.5% 0 0 2.5%; padding:0;}
		div#photo_list ul li.fourthLi{clear:none;}
		div#photo_list ul li.fifthLi{clear:both;}
		div#photo_tb div.photoBox_date{display:block;}
		div#photo_tb div.photoBox p.photo{position:relative; width: 100%; height: 215px; background: #fbfbfb url(../../images/board/no_img_bg.png) 50% 50% no-repeat;}

		/*테마형*/
		#theme_list ul.tableHeader{display:table-header-group;}
		#theme_list ul.tableHeader li div{font-size:1.250em; font-weight:bold; line-height:150%; padding:8px 0; border-right:1px solid #dbe0e3; border-bottom:1px solid #dbe0e3;}
		#theme_list ul.tableBody li>div.num{width:5%; display:table-cell;}
		#theme_list ul.tableBody li>div.contents div.themeInfo{float:none; padding:0; position:absolute; top:0; right:0; padding:1.667em 0;}
		#theme_list ul.tableBody li>div.contents div.themeInfo p.thmeHits span{display:inline;}

	
	/*게시판 하단(버튼) 영역*/
	div#list_bottom div.btnBox{float:right; text-align:right; width:auto;}
	div#list_bottom div.btnBox p button{
		width:100px; text-align:center; margin-right:5px; height:30px; line-height:30px; .height:28px; .line-height:25px; padding:0 !important;
		border-radius:0; -webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0;
	}
	div#list_bottom div.btnBox p.onlyBtn button{width:150px;}
	
	div#list_bottom div.searchForm{float:left; padding-top:0; width:350px; .width:400px;}
	div#list_bottom div.searchForm .selectCon {width:100px; margin:0 5px 0 0;}
	div#list_bottom div.searchForm div.inputBox{display:inline; width:245px; .width:auto;}
	div#list_bottom div.searchForm input[type=text]{width:200px; margin:0 5px 0 0; height:30px; line-height:30px; .height:28px; .line-height:25px; float:left; }
	div#list_bottom div.searchForm button{float:left; width:40px; margin:0;}
/****************************************160817 수정 시작***************************************************/
	/*글보기
	div#view_top dl dd.firstLi{display:block;}*/
/****************************************160817 수정 끝***************************************************/
	#view_t_bar{
		clear:both; display:block; border-bottom:1px solid #dbe0e3; padding:0.818em 0 0.818em 1.667em; font-size:0.917em; *zoom:1;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}
	#view_t_bar:after {content:""; clear:both; display:block; height:0; visibility:none;}
	#view_t_bar span.memGrade{font-size:0.909em;}
	#view_t_bar p{
		padding:0; float:left; margin:0; text-align:center; background:url(../../images/board/list_line.gif) left 3px no-repeat;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}
	#view_t_bar p.v_id{width:58%; padding:0; text-align:left; background:none;}
	#view_t_bar p.v_date{width:30%}
	#view_t_bar p.v_date span{font-weight:bold;}
	#view_t_bar p.v_hits{width:10%; float:right;}
	#view_t_bar p.v_hits span{font-weight:bold;}
	
	#movie_tb {display:block; background:#f9f9f7; border:1px solid #ccccc2; width:auto; height:auto; max-width:600px; min-width:400px;  padding:0; margin:3.333em auto 0 auto;}
	#movie_tb .movieArea{max-width:600px; max-height:300px;  margin:10px; background:#000; text-align:center;}
	#movie_tb p.movie_btn {text-align:right; padding-right:10px; padding-bottom:10px; font-size:0; line-height:0;}
	#movie_tb p.movie_btn img{margin-left:5px;}
	
	#sound_player {display:block; position:relative; background:url(../../images/board/player_sound_bg.gif) no-repeat; width:200px; height:71px; margin:3.333em auto 0 auto;}
	#sound_player h1 {position:absolute; top:13px; left:14px;  font-size:0; line-height:0; padding:0; margin:0;}
	#sound_player p.sound_tit {position:absolute; top:23px; left:20px; width:160px;}
	#sound_player p.sound_btn {position:absolute; left:144px; top:45px; font-size:0; line-height:0; padding:0; margin:0; }
	#sound_player p.sound_close {position:absolute; right:15px; top:11px; font-size:0; line-height:0; padding:0; margin:0;}
	
	#view_button{padding:1.167em 100px;}
	
	#comment_tit div p.comment01{width:15%;}

	/*글쓰기*/
	#write_table table tbody th{width:15%;}
	#write_table table tbody td input[type=text], #write_table table tbody td input[type=password]{width:52%; display:inline-block;}
	#write_table table tbody td input[type=text].writeTitle{width:100%;}
	#write_table table tbody td p{width:44.5%; display:block; font-size:0.917em; letter-spacing:-1px; position:absolute; top:50%; left:55%; margin-top:-5px; padding:0;}
	#write_table table tbody td p.write_left{position:static; font-size:1.091em; margin:0; padding-top:0.7em; padding-left:1.667em;}
	#write_table table tbody td div.write_left{position:relative; font-size:1.091em; margin:0; padding:1em 0 0 1.667em;}
	#write_table table tbody td p.write_right{
		position:absolute; top:20px; right:1.667em;  padding:0.7em 1.667em 0 0; text-align:right; 
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}
	#write_table table tbody td textarea{height:126px;}

	#write_table dl dd textarea{height:126px;}
	div#write_bar{display:block;}
	div#write_input div.areaBox textarea{height:250px;}

	div#write_bt_btn{padding:1.667em 0;}
	div.btnBox{width:100%; text-align:center; }
	div.btnBox button, div.btnBox a{width:150px; margin:0 10px;}

	/*개인정보수집 동의*/
	div#agree div.agreeCheck p.btns button{width:180px; margin:0 2px; height:52px; line-height:52px;}


	/* 금파공고 사이버 역사관 영역 */
	#hisTab .tablist .slick-slide {width: 20%; .width: 19.8%;}

	#cyberBoardWrap #board_view {position: relative;}

	/* #cyberBoardWrap #view_photo_tb {padding-top: 25px;} */
	/* #cyberBoardWrap .vp_item {margin: 0 110px;} */

	#cyberBoardWrap #list_bottom.viewBtnBox {width: 450px; margin: 0 auto;}	

	/*자유게시판 */
	#public_board {width:100%; background:#fff; border:1px solid #ddd; border-radius:10px; position:relative; padding-bottom:35px;}
	#public_board p {background:url(../../images/board/public_icon.gif) no-repeat 18px 10px; height:77px;}
	#public_board p .public_tit {font-weight:600; position:absolute; bottom:10px; left:25px; font-size:15px;}
	#public_board .public_list {position:absolute; top:10px; left:105px; padding:5px 20px 5px 0;}
	#public_board .public_list li {background:url(../../images/board/public_arrow.gif) no-repeat left 5px; padding-bottom:10px; padding-left:13px; font-size:13px;line-height:20px;}




}

/*PC MODE*/
@media only screen and (min-width:1024px){	
	/*상단 개인정보처리방침 알림*/
	div#securityBox{display:block;padding:15px 40px 15px 105px; background:url(../../images/board/security_icon.gif) no-repeat left bottom; min-height:107px; .padding-left:0; .padding-right:0;}
	div#securityBox ul{.margin-left:105px; .margin-right:40px;}

	/*게시판 상단 영역*/
	div#list_top {position:relative;}
	.pdt40{padding-top:10px !important;}
	div#list_top div.selectArea{ position:relative; width:250px; /*min-width:60%;*/ float:left; padding:5px 0 0 5px; top:auto;}
	div#list_top div.selectArea .selectCon{width:167px;}
	/*	div#list_top div.selectArea p.selText{width:130px;} */
	div#list_top div.selectArea button{width:73px; margin-top:0; margin-left:5px; padding:0 20px;} 
	div#list_top div.selectArea ul.selList{width:130px; top:35px; left:5px;}

	div#list_top div.settingBtn button.grayBtn1{margin:0; padding:0 20px; height:30px; line-height:30px; }

	/*평생회원 가입절차 게시판 상담 문구 : kdy css 추가 : 240402*/
	div#securityBox.lifeuser{display:block}
	div#securityBox.lifeuser ul li{background-position:left 10px}
	.lifeuser{font-size:1.077em}
	.lifeuser > p:nth-of-type(2){margin-top:5px}

	/*게시판 리스트(본문)영역*/
	
	/*멤버 등급 아이콘*/
	span.memGrade{ background:#efc931; font-size:0.833em; color:#51430a; display:inline-block; *display:inline; zoom:1; width:40px; text-align:center; line-height:1.600em; margin-right:8px;}
	
		/*게시판 thead*/
		ul.tableHeader{display:table-header-group;}
		ul.tableHeader li{display:table-row; background:#f5f7f8;  .padding:0; .margin:0;}
		ul.tableHeader li p{font-size:1.25em; line-height:150%; padding:8px 0; border-right:1px solid #dbe0e3; font-family:NGB; .margin:0;}
		ul.tableHeader li div{display:table-cell;  .display:block; .float:left;   vertical-align:middle; text-align:center; .margin:0;}
		ul.tableHeader li div p{border-bottom:none; display:table-cell;  .display:block; .float:left; .margin:0;}
		ul.tableHeader li p:liast-child{border-right:none;}
		ul.tableHeader li p.hits{border-right:none;}

		/*게시물 바디*/
		ul.tableBody{display:table-row-group; padding:0; margin:0;}
		ul.tableBody li{background:#fff; line-height:150%; width:100%; .padding:0; .margin:0;}
		ul.tableBody li p{
			border-right:1px solid #dbe0e3; padding:10px 0; .margin:0;
			box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
		}
		ul.tableBody li div{display:table-cell; vertical-align:middle; text-align:center; padding:0; margin:0;}
		ul.tableBody li div p{border-bottom:none; display:table-cell; font-size:0.917em;  border-right:1px solid #dbe0e3; .margin:0;}
		ul.tableBody li p img{vertical-align:middle; margin-right:2px;}
		
		/*게시판 공통*/
		#list_table li.noticeLine{background:#fffce5; font-weight:bold;}
		#list_table ul.tableBody li p.title a{color:#4e4e4e;}
		#list_table ul.tableBody li p.title a:hover{color:#4e4e4e; text-decoration:underline;}
		#list_table ul.tableBody li p.date,#list_table ul.tableBody li p.hits, #list_table ul.tableBody li p.num, #list_table ul.tableBody li p.file{color:#888888;}
		#list_table ul.tableBody li p.file span{font-size:0.818em;}
		#list_table ul.tableBody li p.file img{vertical-align:middle;}
		ul.tableBody li p.hits{border-right:none;}

		/*게시판 일반형*/
		div.normalBody ul.tableBody .title{padding-left:15px !important; padding-right:15px !important; text-align:left; .padding-left:0 !important; .padding-right:0 !important;}
		div.normalBody li.replyLine .title{background-position:50px 11px; padding-left:15px !important; .padding-left:0 !important;}
		div.normalBody li.replyLine .title img{vertical-align:middle; .padding-left:15px;}
		div.normalBody li.replyLine .title a{.padding-left:0;}
		div.normalBody .num{width:9.18%;}
		div.normalBody .title{width:47.59%;}
		div.normalBody .title a{.padding-left:15px; .padding-right:5px; display:inline-block;}
		div.normalBody .file{width:9.18%;}
		div.normalBody .name{width:13%;}
		div.normalBody .date{width:10.27%;}
		div.normalBody .hits{width:8.78%;}

		/*알림형*/
		div.noticeBody ul.tableBody .title{padding-left:15px !important; padding-right:15px !important; text-align:left; .padding-left:0 !important; .padding-right:0 !important;}
		div.noticeBody .num{width:9.18%;}
		div.noticeBody .title{width:60.59%;}
		div.noticeBody .title a{.padding-left:15px; display:inline-block;}
		div.noticeBody .file{width:9.18%;}
		div.noticeBody .date{width:10.27%;}
		div.noticeBody .hits{width:8.78%;}
		
		/*공개형*/
		div.openBody ul.tableBody .title{/*background:url(../../images/board/b_list_lock.gif) no-repeat 10px 11px;*/ padding-left:15px !important; text-align:left; .padding-left:0 !important;}
		div.openBody li.replyLine .title{background-position:50px 11px; padding-left:15px !important; .padding-left:0 !important;}
		div.openBody li.replyLine .title img{padding-right:20px; vertical-align:middle;}
		div.openBody .num{width:9.18%;}
		div.openBody .title{width:47.59%;}
		div.openBody .title a{.padding-left:35px; display:inline-block;}
		div.openBody .file{width:9.18%;}
		div.openBody .name{width:13%;}
		div.openBody .date{width:10.27%;}
		div.openBody .hits{width:8.78%;}

		/*상담형*/
		div.consultBody ul.tableBody .title{padding-left:15px !important; padding-right:15px !important; text-align:left; .padding-left:0 !important; .padding-right:0 !important;}
		div.consultBody .num{width:9.18%;}
		div.consultBody .reply{width:13%; color:#888888;}
		div.consultBody .title{width:47.59%;}
		div.consultBody .title a{.padding-left:15px; display:inline-block;}
		div.consultBody .file{width:9.18%;}
		div.consultBody .date{width:10.27%;}
		div.consultBody .hits{width:8.78%;}

		/*앨범*/
		div#photo_list ul{padding:0; margin:0 0 2.5% 0; width:100%; *zoom:1;}
		/* div#photo_list ul li{float:left; width:30%; margin:2.5% 0 0 2.5%; padding:0;} */
		div#photo_list ul li {float:left; margin:2.5% 0 0 0; width:25%; .width:24.7%}
		div#photo_list ul li.fourthLi{clear:none;}
		div#photo_list ul li.sixthLi{clear:both;}

		div#photo_tb {margin:0 2%; width:auto;}
		div#photo_tb div.photoBox{position:relative;}
		div#photo_tb div.photoBox p.photo{position:relative; /*width: 268px;*/ height: 168px; background: #fbfbfb url(../../images/board/no_img_bg.png) 50% 50% no-repeat;}
		div#photo_tb div.photoBox img {max-height:168px;}
		div#photo_tb div.photoBox p.expandImg{position:absolute; top:0; left:0; width:100%; display:block;}
		div#photo_tb div.photoBox p.photo:hover{z-index:70;}
		div#photo_tb:hover div.photoBox p.photo{z-index:70; cursor:pointer}
		div#photo_tb div.photoBox p.expandImg img{width:100%;}
		div#photo_tb div.photoBox:hover div.expandImg{display:block;}
		div#photo_tb div.photoBox p.expandImg:hover{ display:block;}


		/*테마형*/
		#theme_list ul.tableHeader{display:table-header-group;}
		#theme_list ul.tableHeader li div{font-size:1.250em; font-weight:bold; line-height:150%; padding:8px 0; border-right:1px solid #dbe0e3; border-bottom:1px solid #dbe0e3;}
		#theme_list ul.tableBody li>div.num{width:5%; display:table-cell;}
		#theme_list ul.tableBody li>div.contents div.themeInfo{float:none; padding:0; position:absolute; top:0; right:0; padding:1.667em 0;}
		#theme_list ul.tableBody li>div.contents div.themeInfo p.thmeHits span{display:inline;}


	/*게시판 하단(버튼) 영역*/
	div#list_bottom div.btnBox{float:right; text-align:right; width:auto;}
	div#list_bottom div.btnBox p button{
		width:100px; text-align:center; margin-right:5px; height:30px; line-height:30px; .height:28px; .line-height:25px;padding:0 !important;
		border-radius:0; -webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0;
	}
	div#list_bottom div.btnBox p.onlyBtn button{width:150px;}
	
	div#list_bottom div.searchForm{float:left; padding-top:0; width:350px; .width:400px;}
	div#list_bottom div.searchForm .selectCon {width:100px; margin:0 5px 0 0;}
	div#list_bottom div.searchForm div.inputBox{display:inline; width:auto;}
	div#list_bottom div.searchForm input[type=text]{width:200px; margin:0 5px 0 0; height:30px; line-height:30px; .height:28px; .line-height:25px; float:left; }
	div#list_bottom div.searchForm button{float:left; width:40px; margin:0; }

	/*글보기*/
	div#view_top dl dd.firstLi{display:block;}
	
	#view_t_bar{
		clear:both; display:block; border-bottom:1px solid #dbe0e3; padding:0.818em 0 0.818em 1.667em; font-size:0.917em; *zoom:1;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}
	#view_t_bar:after {content:""; clear:both; display:block; height:0; visibility:none;}
	#view_t_bar span.memGrade{font-size:0.909em;}
	#view_t_bar p{
		padding:0; float:left; margin:0; text-align:center; background:url(../../images/board/list_line.gif) left 3px no-repeat;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}
	#view_t_bar p.v_id{width:58%; padding:0; text-align:left; background:none;}
	#view_t_bar p.v_date{width:30%;}
	#view_t_bar p.v_date span{font-weight:bold;}
	#view_t_bar p.v_hits{width:10%; float:right;}
	#view_t_bar p.v_hits span{font-weight:bold;}
	
	#movie_tb {display:block; background:#f9f9f7; border:1px solid #ccccc2; width:auto; height:auto; max-width:600px; min-width:400px;  padding:0; margin:3.333em auto 0 auto;}
	#movie_tb .movieArea{max-width:600px; max-height:300px;  margin:10px; background:#000; text-align:center;}
	#movie_tb p.movie_btn {text-align:right; padding-right:10px; padding-bottom:10px; font-size:0; line-height:0;}
	#movie_tb p.movie_btn img{margin-left:5px;}
	
	#sound_player {display:block; position:relative; background:url(../../images/board/player_sound_bg.gif) no-repeat; width:200px; height:71px; margin:3.333em auto 0 auto;}
	#sound_player h1 {position:absolute; top:13px; left:14px;  font-size:0; line-height:0; padding:0; margin:0;}
	#sound_player p.sound_tit {position:absolute; top:23px; left:20px; width:160px;}
	#sound_player p.sound_btn {position:absolute; left:144px; top:45px; font-size:0; line-height:0; padding:0; margin:0; }
	#sound_player p.sound_close {position:absolute; right:15px; top:11px; font-size:0; line-height:0; padding:0; margin:0;}
	
	#view_button{padding:1.167em 100px;}
	
	#comment_tit div p.comment01{width:15%;}

	/*글쓰기_오픈형*/
	#write_table table tbody th{width:15%;}
	#write_table table tbody td input[type=text], #write_table table tbody td input[type=password]{width:52%; display:inline-block;}
	#write_table table tbody td input[type=text].writeTitle{width:100%;}
	#write_table table tbody td p{width:44.5%; display:block; font-size:0.917em; letter-spacing:-1px; position:absolute; top:50%; left:55%; margin-top:-5px; padding:0;}
	#write_table table tbody td p.write_left{position:static; font-size:1.091em; margin:0; padding:1em 0 0 1.667em;}
	#write_table table tbody td div.write_left{position:relative; font-size:1.091em; margin:0; padding:1em 0 0 1.667em; }
	#write_table table tbody td p.write_right{
		position:absolute; top:20px; right:1.667em; padding:0.7em 1.667em 0 0; text-align:right;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}
	#write_table table tbody td textarea{height:126px;}
	
	div#write_bar{display:block;}
	div#write_input div.areaBox textarea{height:250px;}

	div#write_bt_btn{padding:1.667em 0;}
	div.btnBox{width:100%; text-align:center; }
	div.btnBox button, div.btnBox a{width:150px; margin:0 10px;}
	#write_table table tbody td.title p {width:auto; padding:0 0 5px 1.667em; font-size:1em; letter-spacing:0; position:relative; top:auto; left:auto;margin-top:3px;}

	/*이미지 슬라이드*/
	#imageSlideBox{display:block; position:fixed; top:0; left:0; width:100%; height:100%; background:url(../../images/board/trans60.png) repeat; z-index:100;}
	#imageSlide{ position:absolute; top:50%; left:50%; width:945px; height:697px; margin:-348px 0 0 -472px; padding:0; border:1px solid #dfddd8; background:url(../../images/board/slide_bg.gif);}
	#imageSlide div.topArea{width:100%; height:60px; background:#0d3f5e; border-bottom:1px solid #245b5b; position:relative;}
	#imageSlide div.topArea h4{
		color:#fff; font-size:1.750em; height:60px; line-height:60px; width:100%; padding:0 0 0 1.429em; margin:0;
		box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
	}
	#imageSlide div.topArea ul.btnBox{ padding:0; margin:0; position:absolute; right:15px; top:10px;}
	#imageSlide div.topArea ul.btnBox li{position:absolute; top:0; border:1px solid #0a0909; padding:0; margin:0;}
	#imageSlide div.topArea ul.btnBox li a.slideBtn{background:#1d5b82; display:block; text-align:center; color:#fff; font-size:1.250em;  height:37px; line-height:37px;}
	#imageSlide div.topArea ul.btnBox li a.slideBtn:hover{ background:#fae819; color:#0d3f5e;}

	#imageSlide div.topArea ul.btnBox li.autoLi{right:114px;} 
	#imageSlide div.topArea ul.btnBox li.autoLi a.slideBtn{	width:113px; }
	#imageSlide div.topArea ul.btnBox li.stopLi{right:48px;} 
	#imageSlide div.topArea ul.btnBox li.stopLi a.slideBtn{	width:54px; }
	#imageSlide div.topArea ul.btnBox li.closeLi{right:0;}
	#imageSlide div.topArea ul.btnBox li.closeLi a.closeBtn{background:url(../../images/board/slide_close.gif) no-repeat; width:37px; height:37px; font-size:0; line-height:0; padding:0; margin:0; display:block; cursor:pointer;} 
	#imageSlide div.topArea ul.btnBox li.closeLi a.closeBtn:hover{background:url(../../images/board/slide_close_a.gif) no-repeat;}	
	
	#imageSlide div.bodyArea{width:100%; height:636px; position:relative;}
	#imageSlide div.bodyArea div.imgArea{display:table; width:100%;}
	#imageSlide div.bodyArea div.imgArea p{display:table-cell; vertical-align:middle; text-align:center; height:636px;}
	#imageSlide div.bodyArea div.imgArea p img{width:100%; max-width:783px; border:1px solid #4a84a8;}
	#imageSlide div.bodyArea ul.btnBox{position:absolute; top:0; left:0; width:100%; height:100%;}
	#imageSlide div.bodyArea ul.btnBox li{position:absolute; top:50%; border:none; padding:0; margin:0; background:none; margin-top:-23px; width:17px; height:47px;}
	#imageSlide div.bodyArea ul.btnBox li a{ font-size:0; line-height:0; cursor:pointer; display:block; width:17px; height:47px; border:none; padding:0; margin:0; background:none;}
	#imageSlide div.bodyArea ul.btnBox li.backBtn{left:30px;}
	#imageSlide div.bodyArea ul.btnBox li.backBtn a.backBtn{background:url(../../images/board/slide_back.gif) no-repeat;}
	#imageSlide div.bodyArea ul.btnBox li.nextBtn{right:30px;}
	#imageSlide div.bodyArea ul.btnBox li.nextBtn a.nextBtn{background:url(../../images/board/slide_next.gif) no-repeat;}

	/*개인정보수집 동의*/
	div#agree div.agreeCheck p.btns button{width:180px; margin:0 2px; height:52px; line-height:52px;}


	/* 금파공고 사이버 역사관 영역 */
	#hisTab .tablist .slick-slide {width: 12.5%; .width: 12.4%;}
	
	#cyberBoardWrap #board_view {position: relative;}
	#cyberBoardWrap .vp_item {/*margin: 0 110px;*/}
	#cyberBoardWrap .vp_list {/*margin: 0 50px;*/ padding-top: 25px; margin-bottom:10px;}
	#cyberBoardWrap #list_bottom.viewBtnBox {width: 450px; margin: 0 auto;}	

	/* 동영상 게시판 */
	/* #photo_list.movie .photoBox a  {width:153px;} */

	/*자유게시판 */
	#public_board {width:100%; background:#fff; border:1px solid #ddd; border-radius:10px; position:relative ;padding-bottom:35px;}
	#public_board p {background:url(../../images/board/public_icon.gif) no-repeat 18px 10px; height:77px;}
	#public_board p .public_tit {font-weight:600; position:absolute; bottom:10px; left:25px; font-size:15px;}
	#public_board .public_list {position:absolute; top:10px; left:105px; padding:5px 20px 5px 0;}
	#public_board .public_list li {background:url(../../images/board/public_arrow.gif) no-repeat left 5px; padding-bottom:10px; padding-left:13px; font-size:13px;line-height:20px;}

}


@media only screen and (min-width:800px){
	div#photo_tb  p.photo_date{display:block;}
	div#photo_tb p.photo_date span.photoHits{float:right;}
}

@media only screen and (max-width:550px){
	/* 테마형 */
	#theme_list ul.tableBody li>div.contents p.themePhoto {float:none; margin: 0 auto 10px auto;}
}

@media only screen and (max-width:500px){
	div#photo_list ul li {width:268px; margin: 2.5% auto 0 auto; float:none;}
}


/* VIDEI FIX */
.play_movie0-dimensions.vjs-fluid {padding-top: 0 !important;}

/* 게시판 다운로드 버튼 수정 220526 */
#view_file dl dd {position:relative;min-height:22px; height:auto; line-height:120%; margin:5px 0;padding:5px 100px 5px 42px; background-position:25px 50%}
#view_file dl dd button.downBtn {position:absolute; top:50%;right:24px;margin-top:-11px}
#view_file dl {padding:0}
#view_button button {margin-left:0.4%; letter-spacing:-1px}