@charset "utf-8";
/* CSS Document */

/* 게시판 하단 버튼 */
/*.btnGrp { float:right; margin:0; overflow:hidden; text-align:right; }*/
.btnGrp { margin:10px 0; overflow:hidden; text-align:right; }
.btnGrp a, .boardNavigation .btnGrp button, a.btn, button.btn { display:inline-block; height:33px; padding-left:20px; font-size:1em; font-weight:bold; color:#fff; text-align:center; background:url('/images/comm/board/bgBtn.gif') 0 0 no-repeat; }
.btnGrp a span, .boardNavigation .btnGrp button span, a.btn span, button.btn span { display:inline-block; height:33px; padding-right:20px; line-height:30px; background:url('/images/comm/board/bgBtn.gif') right 0 no-repeat; }
.btnGrp a:visited{ color:#fff;}
.btnGrp a:active{ color:#fff;}

.btnGrp_board { float:right; margin-top:10px; overflow:hidden; text-align:right; }
.btnGrp_board a, .boardNavigation .btnGrp button, a.btn, button.btn { display:inline-block; height:33px; padding-left:20px; font-size:1em; font-weight:bold; color:#fff; text-align:center; background:url('/images/comm/board/bgBtn.gif') 0 0 no-repeat; }
.btnGrp_board a span, .boardNavigation .btnGrp button span, a.btn span, button.btn span { display:inline-block; height:33px; padding-right:20px; line-height:30px; background:url('/images/comm/board/bgBtn.gif') right 0 no-repeat; }
.btnGrp_board a:visited{ color:#fff;}
.btnGrp_board a:active{ color:#fff;}

.btnGrp .pt10 {
    padding-top: 10px;
}

/* 게시판 : 검색 */
.board-srch { position:relative; z-index:1000; overflow:hidden; margin:0 0 15px 0;  }
.board-srch div { position:relative;  border-radius:6px; float:right; height:26px; overflow:hidden; padding-right:30px; text-align:right; border:1px solid #d7d7d7;  }
.board-srch select { float:left; width:80px; padding:3px 0;  font-size:1em; border:0; color:#666; background:#fff; }
.board-srch input.txt { float:left; width:140px; height:26px; line-height:26px; padding:0 5px; background:#f7f7f7; border:0;  }
.board-srch button.btnSearch { position:absolute; right:0; top:0; width:30px; height:26px; font-size:0; background:url('/images/board/button/btnSrch.gif') no-repeat;}

.boardTop { position:relative; overflow:hidden; margin-bottom:8px; z-index:1; }
.boardTop .board-srch { margin:0; }
.boardTop .board-total { position:absolute; left:0; top:5px; z-index:1001; }
.boardTop .board-total span { display:inline-block; margin:0 10px 0 0; }
.boardTop .board-total strong { color:#2c2c2c; }

/* 게시판 : 텍스트 */
.board-text { position:relative; border-top:1px solid #2c2c2c; margin-top:20px; }
.board-text > table { width:100%;  }
/*
.board-text > table thead th, .board-text td { padding:10px 0; text-align:center; background:url('/images/board/bgTxtList.gif') right bottom no-repeat; }
.board-text > table thead th { border-bottom:1px solid #999; background:url('/images/board/bgTxtList.gif') right bottom no-repeat #f8f8f8; font-size:1.05em; color:#111; }
*/
.board-text > table thead th, .board-text td { padding:10px 0; text-align:center;}
.board-text > table thead th { border-bottom:1px solid #999; font-size:1.05em; color:#111; }
.board-text > table  td {  border-bottom:1px solid #d9d9d9;   }
.board-text > table  td.link { padding:15px 0px 15px 15px; text-align:left;  }
.board-text > table  td.link a { color:#111; }
.board-text > table  td.link a:hover {font-weight:bold;},
.board-text > table  td.link a:focus,
.board-text > table  td.link a:active { color:#111; border-bottom:1px solid #111;padding:15px 0;  }
.board-text > table  tr th:last-child, .board-text  tr td:last-child { background-image:none; }


/* 게시판 : 텍스트 뷰 */
.board-text .tit { padding:15px 0 15px 20px; font-size:1em !important; font-weight:bold; color:#333; border-top:1px solid #999; border-bottom:1px solid #999; }
.board-text .tit strong { display:inline-block; margin:0 30px 0 0; padding:0 32px 0 0; background:url('/images/board/bgInfo.gif') right center no-repeat; }
.board-text .infoBox { overflow:hidden; padding:15px 0 15px 20px; font-size:12px;  border-bottom:1px solid #999; background:#effaff; margin-bottom:10px; }
.board-text .infoBox li { float:left; color:#666; width:33%; }
.board-text .infoBox li strong { display:inline-block; margin:0 30px 0 0; padding:0 30px 0 0; background:url('/images/board/bgInfo.gif') right center no-repeat; color:#333 }
.board-text .infoBox_last { overflow:hidden; padding:15px 0 15px 20px;  font-size:12px;  border-bottom:1px solid #d7d7d7; background:#fcfcfc; }
.board-text .infoBox_last li {float:left;color:#666;width:90%;font-size: .9rem;}
.board-text .infoBox_last li strong { display:inline-block; margin:0 30px 0 0; padding:0 40px 0 0; background:url('/images/board/bgInfo.gif') right center no-repeat;  }
.board-text .infoBox_last li.grade { float:left;  color:#666; width:95%; }
.board-text .infoBox_last li.grade strong { display:inline-block; margin:0 15px 0 0; padding:0 20px 0 0; background:url('/images/board/bgInfo.gif') right center no-repeat;  }
.board-text .viewBox { overflow:hidden; color:#666; padding:20px; border-bottom: 1px solid #999; line-height:160%; }
.board-text .viewBox p { line-height:160%; }

/*공지*/
.inform_bg{ width:100%; height:100%; margin:10px 0 20px 0; background-color:#efefef; border-radius:6px;}	
.inform_bg img { float:left; width:103px; height:70px; margin:10px 15px 0 0 ;}
.inform_bg ul {display:block; font-size:12px; color:#5e5e5e; font-family:NGNormal; line-height:18px; padding:15px 20px 15px 130px;}
.inform_bg ul li {background:url('/images/template/common/sub/check.png') no-repeat 0 7px; padding-left:11px; padding-top:5px; font-size:12.8px;}
.inform_bg ul li span { color:#eb2915;}

/* 페이징 */
.board-paging { clear:both; margin:30px 0; text-align:center; font-family:'Nanum'; }
.board-paging a { display:inline-block; }
.board-paging span { margin:0 10px; }
.board-paging span a { margin:0 2px; color:#666; border:1px solid #e9e9e9; width:32px; vertical-align:middle; padding:6px 0 7px 0; display:inline-block;}
.board-paging span a:hover, .board-paging span a:focus, .board-paging span a:active { color:#fff; border:1px solid #222; background:#222;}
.board-paging span strong {  margin:0 2px; color:#fff; border:1px solid #222; background:#222; display:inline-block; width:32px; vertical-align:middle; padding:6px 0 7px 0; font-weight:normal; font-family:'NanumBold';}
.board-paging span em { display:none; font-style:normal;}
.page-mobile { display:none; }

/*담당자 이름 & 전화번호*/
.contactUs {width:100%; *width:99.7%; height:40px; padding:5px 0; background:#fdfdfd; box-sizing:border-box; border-top:2px solid #5f85bf; border-right:1px solid #dfdfdf; border-left:1px solid #dfdfdf; font-size:17px; clear:both}
.contactUs dl dt {float:left; line-height:30px; padding:0 20px; border-left:1px solid #CCC; font-family:"NanumBold";}
.contactUs dl dt:nth-of-type(1) {border-left:0 none;}
.contactUs dl dd {width:16%;float:left; line-height:30px; word-break: break-all; font-family:"Nanum";}

.survey_wrap{ padding-top:100px;}
.survey{ border:1px solid #dfdfdf; font-size:12px;}
.survey_tit{ background:#fcfcfc; padding:15px 15px 15px 20px; border-bottom:1px solid #dfdfdf;}
.survey_tit h4{ background:url("/images/common/survey_tit.gif") no-repeat 0 0; text-indent:-50000px; width:258px; height:28px;}
.survey_tit p{ margin:0 0 0 37px; color:#555;}

/******************  식단 시작  *******************/
.food_tb {
	width:630px;
	border-collapse:collapse;
	margin:0 auto;
}
.food_tb td {
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-size:11px;
}
.food_tb th {
	
	border-top:2px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	background-color:#F5F5F5;
	color:#333333;
	font-weight:bold;
	font-size:13px;
}
.food_tb textarea {
	width:80px;
	height:130px;
	padding:3px 0 3px 7px;
	font-size:11px;
	color:#2E2E2E;
	overflow-x:hidden;
}
.food_tb font{
	font-size:14px;
}
#foodType {
	border:1px solid #becddd;
	background-color:#FFF;
	width:120px;
	height:20px;
	margin:0 0 5px 0;
}
.food_input{
	width:95%;
	border:0;
}
.food_input_m{
	width:97%;
	border:0;
}
.food_month{  
	height:20px;
	padding-top:20px;
}
.food_month span{
	margin: 0 30px;
	valign:top;
	width:80px; 
	color:#000; 
	font-size:23px;
	font-weight:bold;
}
.food_month img{
	vertical-align:bottom;
}
.food_font{
	font-size:13px;
	font-family:돋움, airal, 굴림;
	border-bottom:1px solid #3b7dc6;
}
#foodView, #foodMod{
	height:30px;
	float:right;
	margin-right:100px;
	valign:top;
}

/******************  식단 끝  *******************/

/* 첨부파일 */
/*.board-text .fieldBox { padding:15px 20px; border-top:1px solid #d7d7d7; border-bottom:1px solid #999; }*/
.board-text .fieldBox { padding:15px 20px; border-top:1px solid #d7d7d7; border-bottom:1px solid #999;}
.board-text .fieldBox dl { overflow:hidden; color:#666; line-height:1.5em; }
.board-text .fieldBox dt { float:left; padding:0 13px 0 0; margin:0 13px 0 0; font-weight:bold; background:url('/images/board/bgTxtList.gif') right center no-repeat;  }
.board-text .fieldBox dd { float:left; }
.board-text .fieldBox dd a { display:inline-block; padding:0 25px 0 0; color:#666;  background:url('/images/board/icoFile.png') right center no-repeat; }
.board-text .fieldBox dd a:hover,
.board-text .fieldBox dd a:focus,
.board-text .fieldBox dd a:active { color:#e60000;  }
/*.board-text .fieldBox dd a:active { font-weight:bold; color:#e60000;  }*/

/* 이전글 다음글 */
.listNavi { clear:both; overflow:hidden; margin:20px 0; border:1px solid #999; border-left:0; border-right:0;  }
.listNavi li { overflow:hidden; }
.listNavi li.next { border-top:1px solid #d7d7d7; }
.listNavi li.next a { background-image:url('/images/board/bgNextList.gif');  }
.listNavi li a { display:block; overflow:hidden; padding:15px 20px; background:url('/images/board/bgPrevList.gif') 20px center no-repeat;}
.listNavi li a strong { display:inline-block; padding:0 20px; background:url('/images/board/bgTxtList.gif') right center no-repeat;  }
.listNavi li a span { display:inline-block; padding-left:20px; }

/* 모바일전용 게시판 */
table.mb{ display:none;}

.fileOn { display:inline-block; width:16px; height:13px; margin-left:10px; font-style:normal; text-indent:-1000px; background:url('/images/board/icoFile.png') 0 center no-repeat; }


/* common form element */
input.inpTxt, input.inpFile { padding:3px 1px; border:1px solid #abadb3; background:#fff; }
input.file + div{position:relative !important;display:inline-block !important;}
input.inpFile { margin:0 3px 0 0; }
textarea.txtArea { padding:5px; border:1px solid #abadb3; background:#fff; }
select.selTxt { min-width:80px; height:25px; }

/* 공통 댓글 */
.replyWrap { position:relative; margin-top:40px; padding-bottom:50px; }
	/* 프로필 */
	.boxProfile { display:none; position:absolute; width:450px; height:360px; overflow:hidden; padding:15px; border:2px solid #e60013; box-shadow:2px 2px 2px #777; background:#fff; box-sizing:border-box; z-index:100; }
	.boxProfile h1 { font-size:1.65em; color:#000; }
    .boxProfile button { position:absolute; right:15px; top:15px; width:23px; height:23px; overflow:hidden; text-indent:-1000px; background:url('/images/board/btnLayerClose.gif') 0 0 no-repeat; }
    .boxProfile table { margin:15px 0; border-top:2px solid #454545; border-left:1px solid #d9d9d9; }
    .boxProfile th, .boxProfile td { padding:10px; text-align:left; border-right:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; }
    .boxProfile th { background:#f7f7f7; color:#404040; }
    .boxProfile td { line-height:160%; color:#7a7a7a; }
    .boxProfile a { display:block; text-align:center; }
    .boxProfile .txtProfile { height:60px; overflow:auto; overflow-x:hidden; }
	
	/* 댓글 공간*/
	.boxReply { overflow:hidden; border:1px solid #b3bcc4; box-sizing:border-box; color:#707070; width:100%;}
		/* 헤더 */
		.reply-head { overflow:hidden; padding:20px; color:#444; }
		.reply-head .info { overflow:hidden; }
		.reply-head .info span { float:left; display:block; font-size:0.9em; }
		.reply-head .info strong { margin-left:3px; color:#e60000; line-height:160%; }
		.reply-head .info span.warning { float:right; }
		.reply-head .write { clear:both; overflow:hidden; position:relative; }
		.reply-head .write textarea { float:left; width:86%; margin-right:10px; height:80px;  }
		.reply-head .write button { position:absolute; right:0; top:0; width:93px; height:70px; overflow:hidden; margin-left:10px; text-align:center;  text-indent:-1000px; color:#fff; font-size:1.2em; background:url('/images/board/btnReply.gif') 0 0 no-repeat #e60013; }
		.reply-head p { margin-top:10px; }
		.reply-head  p strong { margin:0 3px 0 0; color:#e60000;  }		
		.boxReply textarea { padding:8px; border:1px solid #abadb3; background:#fff; box-sizing:border-box; }
		/* 바디 */
		.reply-body { overflow:hidden; padding:0 15px; border-top:1px dashed #cfd0d0; background:#f7f7f7;  }
		.reply-body > ul > li { position:relative; overflow:hidden; padding:15px 10px; border-top:1px solid #cfd0d0; }
		.reply-body > ul > li:first-child { border-top:0; }
		.reply-body > ul > li .user a { color:#222;}
		.reply-body > ul > li .user img{ vertical-align:middle; margin-right:5px;}
		.reply-body > ul > li .user span { margin-left:12px; padding-left:13px; font-size:0.75em; background:url('/images/board/bgReplyInfo.gif') 0 center no-repeat; }
		.reply-body > ul > li .comment { margin-top:10px; }
		.reply-body > ul > li .comment p { width:80%; padding:0; line-height:160%; word-break: break-all; }
		.reply-body > ul > li .comment .btn { width:84px; height:30px;  overflow:hidden; margin-left:10px; text-align:center;  text-indent:-1000px; color:#fff; font-size:1.2em; background:url('/images/board/btnReply_mod.gif') 0 0 no-repeat #4d4d4d;  }
		.reply-body > ul > li .comment textarea { width:80%; height:80px;   }
		.reply-body > ul > li .comment * { vertical-align:middle; }
		.reply-body .btnMore { margin-top:10px; background:url('/images/board/bgReplyMore.gif') center 0 no-repeat; }
		.reply-body .btnMore a { display:block; line-height:50px; color:#333; text-align:center; }
		.reply-body .btnMore a img { margin-left:10px; vertical-align:middle; }
		.reply-btn { position:absolute; right:20px; top:10px; }
		.reply-btn button { margin-left:8px; }
		.reply-btn .delete { padding-left:8px; background:url('/images/board/bgReplyBtn.gif') 0 center no-repeat; }
		.reply-btn .cancel { color:#e60000;  }
		.noReply { margin:20px 0 20px 40%; padding-left:50px; line-height:160%; font-family:NGBold; background:url('/images/board/bgNoReply.gif') 0 center no-repeat; }
		.snsReply { clear:both; overflow:hidden; margin-top:30px; }
		.snsReply .tit { margin:0 0 10px 0; font-size:1.4em; color:#3b5998; }
		/* 추천 반대 */
		.reply-body .upDown{width:75px; float:right; margin:-16px 0 0;}
		.reply-body .upDown .line{ height:18px; padding:3px 0 0; margin:0;}
		.reply-body .upDown .line em{float:left; padding:0 0 0 15px; background:url('/images/board/ico_down.gif') no-repeat 2px center; font-size:0.95em; color:#666; text-align:left;}
		.reply-body .upDown .line em a{cursor:pointer;color:#666 !important; text-decoration:none !important;}
		.reply-body .upDown .line em.up{color:#ec2000; background:url('/images/board/ico_up.gif') no-repeat 2px center;}
		.reply-body .upDown .line em.symp{background:url('/images/board/set_open.png') no-repeat left 2px;}
		.reply-body .upDown .line strong{float:right; font-size:0.75em; color:#999;}
		/* 댓글의 댓글 */
		.reply-body .reples a.cmtsum { display:inline-block; margin:10px 0 4px 0; padding-right:12px; color:#666; font-size:0.95em; background:url('/images/board/ico_cmtsum2.gif') no-repeat; }
		.reply-body .reples a.cmtsum em { font-weight:bold; }
		.reply-body .reples a.cmtsum:active, .reples a.cmtsum:hover { color:#666666 !important; text-decoration:underline; }
		.reply-body .reples a.show { background-position:100% 6px; _background-position:100% 4px; }
		.reply-body .reples a.hide { background-position: 100% -15px; _background-position:100% -16px; color:#999 !important;}
		.reply-body .reples a.hide:link, .reples a.hide:hover, .reples a.hide:active, .reples a.hide:visited{color:#9fa0a0 !important;}
		.reply-body .reples a .num{color:#ec2000;}
		/* 댓글의 댓글 숨김영역*/
		.reples .reple_bubble {}
		.reple_bubble .replewrite-wrap { padding:3px 0; border:0; }
		.reple_bubble .replewrite-wrap legend { position:absolute; left:-99999px; font-size:0; width:0; height:0; line-height:0; }
		.reples .reple_bubble .replewrite {position:relative; width:80%; border:1px solid #d8d8d8; background-color:#fff;}
		.reples .reple_bubble .replewrite input[type=image] {position:absolute; right:-37px; bottom:-1px;}
		.reples .reple_bubble .replewrite input[type=text] {width:97%; height:30px; margin:0; padding:10px; font-size:1em; border:0; resize:none;}
		.reples .reple_bubble .reple_list {margin:18px 9px 0 9px; padding:0;}
		.reples .reple_bubble .reple_list li {padding-bottom:18px; list-style:none;}
		.reples .reple_bubble .reple_list li:last-child {padding:0;}
		.reples .reple_bubble .reple_list li div.user_info span {padding:0 3px 0 12px; font-size:0.75em; color:#888;}
		.reples .reple_bubble .reple_list li div.user_info a {color:#555 !important;}
		.reples .reple_bubble .reple_list li div.user_info a img { vertical-align:middle;}
		.reples .reple_bubble .reple_list li div.user_info .new{vertical-align:middle; padding:0 0 0 2px;}
		.reples .reple_bubble .reple_list li p {display:inline-block; position:relative; width:70%; margin:5px 0 0; padding:7px 10px; border:1px solid #e7e7e7; text-align:left; color:#555; background-color:#fff; line-height:18px; word-break: break-all;}
		.reples .reple_bubble .reple_list li p .mobileRe {margin-top:-2px; padding:0 5px 0 0; vertical-align:middle;}
		.reples .reple_bubble .reple_list li span.arrow_l {position:absolute; left:-9px; top:8px; display:inline-block; width:9px; height:8px; background:url('/images/board/ico_bubble_arrow.gif') no-repeat 0 0;}
		.reples .reple_bubble .reple_list li span.arrow_r {position:absolute; right:-9px; top:8px; display:inline-block; width:9px; height:8px; background:url('/images/board/ico_bubble_arrow.gif') no-repeat 0 -8px;}


/* 게시판 : 작성 */
.board-write { position:relative; border-top:2px solid #2c2c2c; }
.board-write > table { width:100%;}
.board-write .tit { padding:15px 0; overflow:hidden;}
.board-write .tit .inputTxt { width:81%;}
.board-write .label {font-weight:bold; color:#333; display:inline-block; float:left; width:15%; margin:0 1% 0 2%; line-height:22px; background:url('/images/board/bgInfo.gif') right center no-repeat;}
.board-write .inputTxt {padding:0 1%; height:22px; border:1px solid #abadb3;}
.inputTxt.type01{width:12%;}
.inputTxt.type02{width:20%;}
.inputTxt.type03{width:30%;}
.inputTxt.type04{width:40%;}
.inputTxt.type05{width:50%;}
.inputTxt.type79{width:79%;}
.inputTxt.type76{width:76%;}
.board-write .infoBox { overflow:hidden; padding:15px 0; border-top:1px dashed #d7d9da; border-bottom:1px solid #999;}
.board-write .infoBox li {margin:0; color:#666;}
.board-write .infoBox_last {overflow:hidden;padding: 15px 0 15px 0;border-bottom:1px solid #d7d7d7;background:#fcfcfc;}
.board-write .infoBox_last li {margin:15px 0 0 0;color:#666;font-size: .9rem;display: inline;}
.board-write .selectTxt {height:24px; line-height:24px; border:1px solid #abadb3;}
/*.board-write .viewBox { overflow:hidden; color:#666; padding:15px 0; border-bottom: 1px solid #999;}*/
.board-write .viewBox { overflow:hidden; color:#666; padding:15px 0;}
.board-write .textarea { width:78%; height:200px; padding:0 1%; margin:0; border:1px solid #abadb3; }

/* 241025 */
.board-write .label {line-height: 2rem;}
.board-write .info01 input {margin: 0 0 0 1%;}
.board-write .info02 input  {padding-left: 0.5rem;padding-right:1.5rem;min-width: 6rem;height: 2rem;font-size:0.75rem;line-height: 2rem;vertical-align:middle;border:1px solid #dcdcdc;-webkit-appearance: none;-moz-appearance: none;appearance: none;width: 70%!important;}
.board-write .infoBox_last select {padding-left: 0.5rem;padding-right:1.5rem;min-width:6rem;height: 2rem;font-size:0.75rem;line-height: 2rem;vertical-align:middle;border:1px solid #dcdcdc;width: 40%!important;}
.board-write .infoBox_last .inAddBtn {background: #3667d7;border-radius:.3rem;height: 2rem;line-height: 2rem;margin: 0 1%;padding: 0 .5rem;color:#fff;font-size:.9rem}; 

/* 첨부파일 */
/*.board-write .fieldBox { padding:15px 0; border-top:1px solid #d7d7d7; border-bottom:1px solid #999; }*/
.board-write .fieldBox { padding:15px 0; border-bottom:1px solid #999; }
.board-write .fieldBox dl { overflow:hidden; color:#666; line-height:1.5em;}
.board-write .fieldBox dl dd { float:left; width:81%}
.board-write .fileWrap { position:relative; }
.board-write .fileWrap .file { display:block; padding-right:82px;}
.board-write .fileWrap .file input { padding:0 5px; height:25px; width:97%; border:1px solid #abadb3; }
.board-write .fileWrap .fileBg { position:absolute; right:6px; top:0; display:inline-block; width:65px; height:27px; background:url('/images/board/btnFileSearch.gif') 0 0 no-repeat; }
.board-write .fileWrap .fileBg input { filter:alpha(opacity:0); opacity:0; width:65px; height:27px; cursor:pointer; }
.board-write .fileWrap + .fileWrap { margin-top:10px;}

/* 포토게시판 */
.board-imgTxt { border-top:2px solid #c0c0c0;  }
.board-imgTxt li { position:relative; min-height:115px; overflow:hidden; padding:15px 0 15px 28%; border-bottom:1px solid #d9d9d9; }
.board-imgTxt li a { display:block; overflow:hidden;}
.board-imgTxt li div { position:absolute; left:0; top:15px; width:24%; height:110px; line-height:110px; overflow:hidden; text-align:center;  }
.board-imgTxt li div img { width:180px; height:110px;}
.board-imgTxt li h1 { font-size:1.2em; color:#222; font-weight:bold; }
.board-imgTxt li p { margin-top:5px; line-height:180%; }
.board-imgTxt li p span { display:inline-block; padding:0 10px 0 0; margin:0 10px 0 0; background:url('/images/board/bgBar-small.gif') right center no-repeat; }
.pic_box{ position:relative; padding:22px 2% 7px 0; background:#f3f3f3; border:1px solid #ddd; overflow:hidden;}
.pic_box img{ margin:0 0 15px 2%; width:18%; height:80px; float:left;}/* 이미지 전부 %줬구요 a태그와 이미지사이에 공백해결로 플롯속성 줬어요 혹시나 하위태그에 영향 받는거 있으면 클리어 속성 주면 댈거에요ㅠ 이사님 제가요 오늘 약속이 있어서 기다리다가 어쩔수 없이 가요,, 정말 죄송해요.. */

/* 241025 */
.board-write .infoBox_last .remove-btn {background: #f3242e;border-radius:.3rem;height: 1.5rem;line-height: 1.5rem;margin: 0 1%;padding: 0 .5rem;color:#fff;font-size:.9rem}; 




/******************  달력 시작  *******************/

.facil_bbs_head_tit {
	float:left;
	width:638px;
	height:40px;
	padding:0px 0px 8px 30px;
}
.calendar_tb{border-top:2px solid #ffffff;
	border-left:2px solid #ffffff;
	border-collapse:collapse;
	font-size:11px;
	table-layout: fixed;
	}
.bbs_location {
	float:right;
	padding:0px 20px 0px 0px;
}
.calendar_tb font {
	font-size:11px; 
}
.calendar_tb td{
	border-bottom:2px solid #ffffff;
	border-right:2px solid #ffffff;
	font-size:11px;
	padding:4px;
	color:#666666; 
	height:10px;
}
.calendar_tb th{
	border-bottom:2px solid #ffffff;
	border-right:2px solid #ffffff;
	font-size:11px;
	height:10px;
}
.table_style02 {
	border-collapse:collapse;
	border-right:1px solid #c7d4ea;
	border-top:1px solid #c7d4ea;
	}
.table_style02 th {
	border-left:1px solid #c7d4ea;
	border-bottom:1px solid #c7d4ea;
	background-color:#dce6f6;
	color:#3d5b8c;
	font-size:12px;
	padding:6px;
}
.table_style02 td {
	color:#666666;
	font-size:12px;
	text-align:center;
	padding:6px;
	border-left:1px solid #c7d4ea;
	border-bottom:1px solid #c7d4ea;
}
.Table_cal { 
	font-size:11px;
	border-collapse:collapse;
	border:none;
}
.Table_cal th {
	font-size:11px;
	border:none;
	border-bottom:1px solid #e4e4e4;
	background-color:#ffffff;
	padding:4px 6px;
	color:#666666;
}
.Table_cal td {
	font-size:11px;
	border:none;
	border-bottom:1px solid #e4e4e4;
	padding:4px 6px;
}
.entr_tb {
	border-collapse:collapse;
	border-top:1px solid #d9d9d9;
}
.entr_tb th, .entr_tb td {
	border-top:1px solid #d9d9d9;
	padding:4px 0 4px 5px;
	font-size:12px;
	color:#666666;
}
.entr_tb th {
	font-size:12px;
	background-color:#f8f8f8;
	font-weight:normal;
}
.entr_input {
	border:1px solid #bec9d6;
	padding:2px;
	font-size:12px;
	color:#666666;
}
.btn_a {
	float:right;
	margin-right:10px;
}
.list_blue {
	font-size:11px;
	color:#7e7e7e;
	line-height:18px;
	padding:0;
	margin:0;
}
.list_blue li{
	background:url(/images/comm/calendar/list_icon.gif) no-repeat 0 6px;
	font-size:12px;
	padding:0 0 0 9px;
	margin:0;
}
/******************  달력 끝  *******************/

/*의견나눔터 2015-02-04*/
.del_info{ padding:20px 3%; width:94%;}
.del_info h3{ font-size:22px; padding:30px 0 0 0px; font-family:NGBold; margin-bottom:10px;}
.del_info h3 strong{ color:#1e7bcb; }
.del_info p{ line-height:20px; clear:both; display:block; margin:0px 0; }
.del_info .title { background:url('/images/template/00005/sub/bullet.png') no-repeat 0 0px; padding-left:24px; line-height:20px; margin-bottom:-10px; clear:both; }
.del_info .title2 { background:url('/images/template/00005/sub/bullet.png') no-repeat 0 0px; padding-left:24px; line-height:20px; margin-bottom:0px; clear:both; }
.del_info ul{ border:1px solid #ddd; padding:5px 0px 5px 25px; margin:0 0 10px; }
.del_info p strong{ color:#1e7bcb;}

/* 게시판 입력 테이블*/
.board-write-tb{width:100%; border-top:2px solid  #393f46; border-bottom:1px solid #999;}
.board-write-tb th { padding:15px 0 13px 12px; background:#f7f7f7; border-top:1px solid #d9d9d9; text-align:left; vertical-align:top; color:#666; }
.board-write-tb td { padding:11px 0 9px 20px; border-top:1px solid #d9d9d9; border-top:1px solid #d9d9d9; }
.board-write-tb .inputTxt {width:95%; padding:0 5px; height:22px; border:1px solid #abadb3;}
				.inputTxt.type01{width:12%;}
				.inputTxt.type02{width:20%;}
				.inputTxt.type03{width:30%;}
				.inputTxt.type04{width:40%;}
				.inputTxt.type05{width:50%;}
.board-write-tb .selectTxt {height:24px; line-height:24px; border:1px solid #abadb3; }
.board-write-tb .selectTxt.w100 { margin-right:5px; width:100px; }
.board-write-tb .textarea { width:95%; height:200px; padding:4px 5px; margin:0; border:1px solid #abadb3; }
.board-write-tb .fileWrap { position:relative; }
.board-write-tb .fileWrap .file { display:block; padding-right:93px;}
.board-write-tb .fileWrap .file input { padding:0 5px; height:25px; width:97%; border:1px solid #abadb3; }
.board-write-tb .fileWrap .fileBg { position:absolute; right:17px; top:0; display:inline-block; width:65px; height:27px; background:url(/images/board/btnFileSearch.gif) 0 0 no-repeat; }
.board-write-tb .fileWrap .fileBg input { filter:alpha(opacity:0); opacity:0; width:65px; height:27px; cursor:pointer; }
.board-write-tb .fileWrap + .fileWrap { margin-top:10px;}

.newData { display:inline-block; vertical-align:middle; width:11px; height:13px; margin-left:10px; font-style:normal; text-indent:-1000px; background:url('/images/board/icoNew.gif') 0 center no-repeat; }

/* 배너드래그 */
.banner_box{ position:relative; padding:22px 0 15px 2%; background:#f3f3f3; border:1px solid #ddd; overflow:hidden;}
.banner_box p{ margin-bottom:16px;}
.banner_box .btnTy1{ position:absolute; right:2%; top:15px;}
.banner_list { width:100%;}
.banner_list li {float:left; width:18%; margin-right:2%; margin-bottom:10px;}
.banner_list li img { border:1px solid #ddd; width:100%; background:#fff;}
.banner_list li span { padding-top:12px; color:#555; text-align:center; display:block;}

/*개인정보수집동의*/
.privacy_agree{ overflow:hidden; }
.privacy_agree .check{ display:block; width:7%; float:left; text-align:center; padding:10px 0;}
.privacy_agree dl{ display:block; width:90%; float:right; border-left:1px solid #ddd; padding:10px 0 10px 2%; }
.privacy_agree dl dt{ font-family:'NGBold'; color:#333; font-size:14px; }
.privacy_agree dl dd{ font-family:'NGNormal'; color:#888; margin-top:10px; line-height:18px; }

/* 라운드 테이블 */
.tableTy2 .dataArea { position:relative; width:100%}
.tableTy2 .dataArea + .dataArea { margin-top:10px}
.tableTy2 table.data { width:100%; border:1px solid #c6c6c6; background:#fff}
.tableTy2 table.data th { height:27px; padding:7px 5px 7px 16px; color:#555; text-align:left; font-family: NGBold; font-size:12px;  border-top:1px solid #e1e1e1; background-color:#fcfcfc}
.tableTy2 table.data td { padding:7px 0px 7px 0px; border-top:1px solid #e1e1e1}
.tableTy2 table.data tr:first-child th,
.tableTy2 table.data tr:first-child td { border-top-width:0}
.tableTy2 table.data+table.data { margin-top:10px}
.tableTy2 .dataArea .rtl, .tableTy2 .dataArea .rtr,
.tableTy2 .dataArea .rbl, .tableTy2 .dataArea .rbr { position:absolute; z-index:2; width:6px; height:6px; background:url("/images/template/00005/sub/radius_bg.png") 0 0 no-repeat}
.tableTy2 .dataArea .rtl { top:0; left:0; background-position:0 0; *top:1px}
.tableTy2 .dataArea .rtr { top:0; right:0; background-position:-6px 0; *top:1px}
.tableTy2 .dataArea .rbl { bottom:0; left:0; background-position:0 -6px}
.tableTy2 .dataArea .rbr { bottom:0; right:0; background-position:-6px -6px}
.tableTy2 textarea {  line-height:19px; padding:3px 0 0 7px; border:1px solid #dfdfdf; border-left-color:#bcbcbc; border-top-color:#bcbcbc; -webkit-appearance:none; }

/* 라운드 테이블 */
.tableTy3 .dataArea { position:relative; width:100%}
.tableTy3 .dataArea + .dataArea { margin-top:10px}
.tableTy3 table.data { width:100%; border:1px solid #c6c6c6; background:#fff}
.tableTy3 table.data th { height:27px; padding:7px 5px 7px 16px; color:#555; text-align:left; font-family: NGBold; font-size:12px;  border-top:1px solid #e1e1e1; background-color:#fcfcfc}
.tableTy3 table.data td { padding:7px 12px 7px 12px; border-top:1px solid #e1e1e1}
.tableTy3 table.data tr:first-child th,
.tableTy3 table.data tr:first-child td { border-top-width:0}
.tableTy3 table.data+table.data { margin-top:10px}
.tableTy3 .dataArea .rtl, .tableTy3 .dataArea .rtr,
.tableTy3 .dataArea .rbl, .tableTy3 .dataArea .rbr { position:absolute; z-index:2; width:6px; height:6px; background:url("/images/template/00005/sub/radius_bg.png") 0 0 no-repeat}
.tableTy3 .dataArea .rtl { top:0; left:0; background-position:0 0; *top:1px}
.tableTy3 .dataArea .rtr { top:0; right:0; background-position:-6px 0; *top:1px}
.tableTy3 .dataArea .rbl { bottom:0; left:0; background-position:0 -6px}
.tableTy3 .dataArea .rbr { bottom:0; right:0; background-position:-6px -6px}
.tableTy3 textarea {  line-height:19px; padding:3px 0 0 7px; border:1px solid #dfdfdf; border-left-color:#bcbcbc; border-top-color:#bcbcbc; -webkit-appearance:none; }

.subjectList-web { display:inline !important; }
.subjectList-mobile { display:none; }

/* 문서뷰어 관련 */
.previewConvert { background:white !important }

/* caption 제거 */
caption {visibility:hidden;overflow:hidden;width:0;height:0;font-size:0;line-height:0;}

/* 모바일 첨부데이터 안내문구 */
.mobile_file_info{display:none}
.file_info{margin: 5px 0 5px 0; font-size: 12px; font-weight: bold; color: #d84444;}

/* VOD 동영상 사이즈 */
#vodDiv{width:100%; height:400px;}

/* 설문조사 */
.surveyData textarea{width:98%;}
.suvery_input{width:80%;}

/* 게시판 미디어 쿼리 */
@media screen and (max-width : 700px) {
	.board-imgTxt li {min-height:85px;}
    .board-imgTxt li div { height:80px; line-height:80px;  background:none; }
    .board-imgTxt li div img { width:100%; height:auto; }
    .viewBox img { width:100% !important; height:auto !important; }
    
    /* 게시판 : 텍스트 뷰 */
	.board-text .tit strong {display: inline-block; margin: 0 4px 0 0; padding: 0 4px 0 0; background: url(/images/board/bgInfo.gif) right center no-repeat;}
	.board-text .infoBox li { width:100%; }
	.board-text .infoBox li + li{ margin:15px 0 0; }
	.board-text .infoBox_last li { width:100%; }
	.board-text .infoBox_last li + li{ margin:15px 0 0; }
	
	/* 모바일 첨부데이터 안내문구 */
	.mobile_file_info{display:block; font-size:12px; padding-top:5px}
	
	/* VOD 동영상 사이즈 */
	#vodDiv{width:100%; height:400px;}
}

@media (max-width:620px) {
	
	/* 설문조사 */
	.suvery_input{width:70%;}
}

@media screen and (max-width :479px) {
    .reples .page-web { display:inline;}
	.reples .page-mobile { display:none !important;}
	.page-web { display:none; }
    .page-mobile { display:inline !important; }
	table.wb { display:none; }
    table.mb { display:inline-table;}
    .inform_bg img {display:none;}
    .inform_bg ul {padding: 15px 20px 15px 20px;}
    input.inpFile { width:150px !important; }
	.board-imgTxt li p.cont { display:none;}
	.board-imgTxt li {min-height:65px;}
	.board-imgTxt li h1 {font-weight: normal;font-size:1em}
	.subjectList-web { display:none !important; }
	.subjectList-mobile { display:block !important; }
	.td-web { display:none; }
	
	/* 모바일 첨부데이터 안내문구 */
	.mobile_file_info{display:block; font-size:12px; padding-top:5px;padding-bottom:5px;}
	/* VOD 동영상 사이즈 */
	#vodDiv{width:100%; height:200px;}

	/* 설문 조사 */
	table.surveyList { display:none; }
   
}

@media screen and (max-width :430px) {

    .board-srch select { min-width:50px !important; width:50px !important; }
    .board-srch input.txt { width:80px;   }
    .boardTop .board-total span {margin:0 2px 0 0;  }
    .boardTop .board-total strong { color:#2c2c2c; }
    
    /* 모바일 첨부데이터 안내문구 */
	.mobile_file_info{display:block; font-size:12px; padding-top:5px; padding-bottom:5px;}
	
	/* VOD 동영상 사이즈 */
	#vodDiv{width:100%; height:200px;}

	/* 설문조사 */
	.suvery_input{width:60%;}
}

.nonPdTB2{
	width:80%;
}

/* 241025 */
.board-write .infoBox_last .exAddBtn {background: #3667d7; border-radius:.3rem; height:2rem; line-height:2rem; margin: 0 1%; padding: 0 .5rem; color:#fff; font-size:.9rem}; 
