@charset "utf-8";

/* 글자색 지정 ---------------------------------------------------------------------------------------------------- */

.fc_red {color:#ff5957 !important;} /* 빨간색 (접수중) */
.fc_blue1 {color:#20aff1 !important;} /* 밝은파랑 (신청완료) */
.fc_blue2 {color:#113184 !important;} /* 곤색 (강조) */
.fc_black {color:#323232 !important;} /* 일반-검정 */

/* 글자 크기 지정 ---------------------------------------------------------------------------------------------------- */

.fs_15 {font-size:15px !important;}
.fs_14 {font-size:14px !important;}
.fs_12 {font-size:14px !important;}

/* 버튼 종류 지정 ---------------------------------------------------------------------------------------------------- */

.btn_blue1 {color:#fff; background-color:#4b4b4b; border:0px; border-radius:3px;} /* 곤색배경, 흰글자 */
.btn_blue2 {color:#113184; background-color:#eef2f6; border:1px solid #113184;} /* 하늘색배경, 곤색테두리 */
.btn_white {color:#113184; background-color:#fff; border:1px solid #113184;} /* 흰색배경, 곤색테두리 */

/* 게시판 이외 내용 중 버튼 ---------------------------------------------------------------------------------------------------- */
.button_list {margin-top:20px;}
.button_list ul li {display: inline; margin: 0 3px; text-align: center;}
.button_list a {padding:10px 20px; display: inline-block;}

/*======= 게시판 상세관리자(글내용보기, 등록자정보..)================ */

.tab_list { margin:0 auto 30px;}
.tab_menu {	width:100%;	background:url(/images/common/bg_tab.gif) repeat-x 0 100%;	display:inline-block;}
.tab_menu li {float:left;margin-right:-1px;background:url(/images/common/bg_tab_right.gif) 100% 0 no-repeat !important;list-style:none;padding:0 !important}
.tab_menu li span {display:block}
.tab_menu li a {display:block;	background:url(/images/common/bg_tab_left.gif) 0 0 no-repeat;color:#666;line-height:28px;height:28px;width:110px;text-align:center;
text-decoration:none;font-size:13px;
}
.tab_menu li a.touch { font-size:14px;padding: 8px 12px 0; }
.tab_menu li a:hover {color:#333} 
.tab_menu li.selected {	background-position:100% -28px}
.tab_menu li.selected a {background-position:0 -28px;color:#333;font-weight:400;letter-spacing:-1px}

/*게시판 상세관리자(테이블) ----------------------------------------- */

.boardlist {border-top:1px solid #d2d2d2; width:100%; clear: both;font-size:14px;}
.boardlist th {border-bottom:1px solid #d2d2d2; color: #323232; font-size:15px; font-weight:normal; padding: 15px 5px;text-align:left;} 
.boardlist td {border-bottom: 1px solid #d2d2d2; color: #707070; padding: 15px 5px; text-align:left; line-height:1.5;}
.boardlist td textarea#admin_comment { width: 200px;}/* 20170329 서희진: 관리자화면 게시물 설정 textarea 강제로 값을 줌. */


/* 게시판 상세 관리자(로그정보) */

.log_table { border-bottom: 1px solid #555555; border-collapse: collapse; border-right: 1px solid #dfdfdf; border-top: 2px solid #1a4589; clear: both;    margin-bottom: 20px; width: 100%;}
.log_table th {  background-color: #eeeeee;  border-left: 1px solid #dfdfdf;  border-top: 1px solid #d1d1d1;  color: #6d6d70;  padding: 5px;  text-align: center;
}
.log_table td {  border-left: 1px solid #dfdfdf;  border-top: 1px solid #dfdfdf;  color: #6d6d70;  padding: 5px;  text-align: center}
.log_table .debug_box {  border: 0 none;  display: block;  height: 80px;  overflow-y: scroll}

/* 첨부파일 -------------------------------------------------------------------------- */
.fileUpload .file_name {background-color: #f7f7f7; border: 1px solid #d2d2d2; display: block; float: left; height: 32px; padding-left: 5px; width: 65%}
.fileUpload .fileUpload_button { float: left; height: 32px; overflow: hidden; position: relative; width: 121px}
.fileUpload .fileUpload_button label {color: #fff; background: #43474a; width: 121px; height: 34px; line-height: 34px; display: block; text-align: center; cursor: pointer; margin: 0;}
.fileUpload .fileUpload_button input:focus ~ label{	border:1px solid #f00}
.fileUpload .fileUpload_button span {color: #fff; background: #858585; width: 121px; height: 34px; line-height: 34px; display: block; text-align: center; cursor: pointer; margin: 0;}
/*.fileUpload .fileUpload_button span { color: #fff; display: block;line-height: 32px; text-align: center;background-color:#858585}*/
.fileUpload input.file_input { cursor: pointer; font-size: 20px; margin: 0; opacity: 0; padding: 0; position: absolute; right: 0; top: 0}
/*#buttonUpload {	cursor: pointer; display: block;  font-size: 14px; height: 32px; text-align: center; width: 70px;background:#222222;color:#fff;	border:none !important;position:absolute;top:-2px;	right:-75px}*/
.fileUpload{float: left;}
#buttonUpload {	cursor: pointer; display: block;  font-size: 14px; height: 32px; text-align: center; width: 70px;background:#222222;color:#fff;	border:none !important; float: left; font-weight: 300; margin: 0;}

/*첨부파일 추가버튼 주석처리 171123_김용선 (span의 넓이값이 줄어버림)*/
@media screen and (max-width: 850px){
	/*.fileUpload .fileUpload_button span{width: 63%;}*/
}

/*상단문구*/
.content_top_alert, .content_top_alert2 {background: url("/images/common/sub/content_boxico.png") no-repeat 35px 22px;  border:1px solid #1a4589; padding:10px 20px 25px 160px; position:relative; min-height:100px; ;margin-bottom:30px;}
/*.content_top_alert, .content_top_alert2 {border:1px solid #1a4589;padding:25px 20px 25px; position:relative;min-height:100px;font-size:14px;margin-bottom:30px;}*/


/*항목별 버튼 (본청자주하는질문 카테고리수정-171227전지은)*/
.cate_list{ overflow:hidden; border-left:1px solid #d2d2d2; margin-bottom:20px}
.cate_list li{ float:left; width:20.1%; box-sizing:border-box; text-align:center; background:#fafafa; margin:0 0 0 -1px;  }
.cate_list li.on{ background:#00688f; color:#FFF; padding:10px 0; border:1px solid #00687f}
.cate_list li a{ display:block; color:#333; padding:10px 0; border:1px solid #d2d2d2;}



/* 게시판 상단문구 ---------------------------------------------------------------------------------------------------- */

/*.board_guide { border:1px solid #d3d3d3; border-radius:2px; min-height:140px; margin-bottom:30px;}*/
.board_guide dl { margin:0; width:100%; padding:20px 0;}
.board_guide dt {color:#323232; font-size:18px; font-weight:600; margin:0 0 10px;}
.board_guide dd {color:#707070; font-size:16px;}
.board_guide dd li { font-size:14px; line-height:22px; background: url("/images/business/board/list_bl_1.png") no-repeat 0 11px !important; padding:0 0 0 9px;}
/*
.guide_img1 {background: url("/images/board/board_guige_img1.png") no-repeat #f8f9fb scroll 96% 50%;} /!* 게시판 상단문구 이미지 *!/
.guide_img2 {background: url("/images/board/board_guige_img2.png") no-repeat #f8f9fb scroll 96% 50%;}
.guide_img3 {background: url("/images/board/board_guige_img3.png") no-repeat #f8f9fb scroll 96% 50%;}
.guide_img4 {background: url("/images/board/board_guige_img4.png") no-repeat #f8f9fb scroll 96% 50%;}
.guide_img5 {background: url("/images/board/board_guige_img5.png") no-repeat #f8f9fb scroll 50% 35px;}
.guide_img6 {background: url("/images/board/board_guige_img6.png") no-repeat #f8f9fb scroll 50% 35px;}

.board_guide2 {border:1px solid #113184; padding:30px; margin-bottom:50px; text-align:center;}*/ /* 게시판 상단문구 박스 */

/* 게시판 관련 아이콘 */

span.icon_attach {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll 0 -129px;
    display: inline-block; /* 게시판목록-첨부파일 */
    height: 23px;
	margin-left:5px;
    text-indent: -5000px;
    vertical-align: middle;
    width: 23px;
}
span.icon_que {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -123px 0;
    display: block; /* 질문-Q */
	text-indent:-9999px;
	float:left;
    height: 26px;
	margin-right:10px;
    vertical-align: middle;
    width: 26px;
}
span.icon_asw {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -150px 0;
    display: block; /* 답하기-A */
	text-indent:-9999px;
	float:left;	
    height: 26px;
	margin-right:10px;
    vertical-align: middle;
    width: 26px;
}
span.icon_hwp {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -187px 0;
    display: inline-block; /* 한글파일 */
	font-size:0;
    height: 16px;
	margin-right:5px;
    vertical-align: middle;
    width: 16px;
}
span.icon_xls {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -185px -19px;
    display: inline-block; /* 엑셀파일 */
	font-size:0;
    height: 21px;
	margin-right:8px;
    vertical-align: middle;
    width: 20px;
}
span.icon_new1 {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -209px 0;
    display: inline-block; /* new */
    height: 20px;
	margin-left:5px;
    text-indent: -5000px;
    vertical-align: middle;
    width: 40px;
}
span.icon_position {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -294px 0;
    display: inline-block; /* 위치 */
	font-size:0;	
    height: 31px;
	margin-right:10px;
    vertical-align: middle;
    width: 31px;
}
span.icon_period {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -294px -36px;
    display: inline-block; /* 달력 */
	font-size:0;	
    height: 31px;
	margin-right:10px;
    vertical-align: middle;
    width: 31px;
}
span.icon_n_arrow {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -294px -74px;
    display: inline-block; /* 다음 화살표 */
    height: 10px;
	margin-right:0;
    text-indent: -5000px;
    vertical-align: middle;
    width: 31px;
}
span.icon_latest {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -260px 0;
    display: inline-block; /*최신순 */
	font-size:0;	
    height: 18px;
	margin-right:5px;
    vertical-align: middle;
    width:18px;
}
span.icon_recom {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -260px -19px;
    display: inline-block;
	font-size:0;	
    height: 16px;
	margin-right:5px;
    vertical-align: middle;
    width:18px;
}
span.icon_post_wr {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -260px -37px;
    display: inline-block;
	font-size:0;
	height: 18px;
	margin-right:5px;
    vertical-align: middle;
    width:18px;
}
span.icon_kind {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -294px -86px;
    display: inline-block; 
    height: 34px;
	margin-right:7px;
	font-size:0;
    vertical-align: middle;
    width:31px;
}
span.icon_man {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -294px -122px;
    display: inline-block; /* 관광후기-사람 */
    height: 34px;
	margin-right:7px;
	font-size:0;
    vertical-align: middle;
    width:31px;
}
span.icon_like1 {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -294px -158px;
    display: inline-block;  /* 좋아요1 */
    height: 34px;
	margin-right:7px;
	font-size:0;
    vertical-align: middle;
    width:31px;
}
span.icon_like2 {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -335px 0px;
    display: inline-block;   /* 좋아요2 */
    height: 13px;
	margin-right:5px;
	font-size:0;
    vertical-align: middle;
    width:18px;
}
span.icon_like3 {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -260px -58px;
    display: inline-block;   /* 좋아요2 */
    height: 11px;
	margin-right:5px;
	font-size:0;
    vertical-align: middle;
    width:13px;
}
span.icon_cm_delete {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -366px -3px;
    display: inline-block; /* 댓글-삭제*/
    height: 15px;
	margin-right:2px;
    text-indent: -5000px;
    vertical-align: middle;
    width:15px;
}
span.icon_cm_modify {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -385px -3px;
    display: inline-block;  /* 댓글-수정 */
    height: 15px;
	margin-right:2px;
    text-indent: -5000px;
    vertical-align: middle;
    width:15px;
}
span.icon_print1 {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -407px 0px;
    display: inline-block; /* 쿠폰-인쇄 */
	font-size:0;
    height: 21px;
	margin-right:5px;
    vertical-align: middle;
    width:19px;
}
span.icon_light1 {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -432px 0px;
    display: inline-block; /*전구 */
	font-size:0;
    height: 28px;
	margin:0 5px 0 28px;
    vertical-align: middle;
    width:23px;
}
span.icon_help1 {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -491px 0px;
    display: block; /* 도움말 느낌표1 */
	text-indent:-9999px;
    height: 18px;
	float:left;
	margin:2px 5px 0 28px;
    vertical-align: middle;
    width:18px;
}
span.icon_help2 {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -491px -19px;
    display: block; /* 도움말 느낌표2 */
	text-indent:-9999px;
    height: 30px;
	float:left;
	margin-right:8px;
    vertical-align: middle;
    width:27px;
}
span.icon_perform {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -525px 0px;
    display: inline-block; /* 공연 */
	font-size:0;
    height: 16px;
	margin-right:5px;
    vertical-align: middle;
    width:17px;
}
span.icon_exhibition {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -525px -16px;
    display: inline-block; /* 전시회 */
	font-size:0;
    height: 16px;
	margin-right:5px;
    vertical-align: middle;
    width:17px;
}
span.icon_etc {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -525px -32px;
    display: inline-block;
	font-size:0;
    height: 16px;
	margin-right:5px;
    vertical-align: middle;
    width:17px;
}
span.icon_charge {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -545px 0px;
    display: inline-block; /* 원표시 */
	font-size:0;
    height: 20px;
	margin-left:5px;
    vertical-align: middle;
    width:20px;
}
span.icon_nocharge {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -545px -20px;
    display: inline-block;
	font-size:0;
    height: 20px;
	margin-left:5px;
    vertical-align: middle;
    width:20px;
}
span.icon_key1 {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -129px -31px;
    display: block;
	text-indent:-9999px;
	float:left;
    height: 16px;
	margin:2px 7px 0 0;
    vertical-align: middle;
    width:12px; /* 열쇠1 */
}
span.icon_tourism {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -618px 0;
    display: inline-block;
	font-size:0;
    height: 30px;
	margin-right:7px;
    vertical-align: middle;
    width:30px; /* 관광지 */
}
span.icon_restaurant {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -650px 0;
    display: inline-block;
	font-size:0;
    height: 30px;
	margin-right:7px;
    vertical-align: middle;
    width:30px; /* 관광지 */
}
span.icon_stay {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -682px 0;
    display: inline-block;
	font-size:0;
    height: 30px;
	margin-right:7px;
    vertical-align: middle;
    width:30px; /* 관광지 */
}
span.icon_prosess1 {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll 0 -205px;
    display: inline-block;
	font-size:0;
    height: 97px;
	margin:0;
    vertical-align: middle;
    width:379px; /* 신청-접수-배정*/
}
span.icon_call1 {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -525px -63px;
    display: inline-block;
	font-size:0;
    height: 22px;
	margin-right:5px;
    vertical-align: middle;
    width:22px; /* 전화번호*/
}
span.icon_address1 {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -525px -91px;
    display: inline-block;
	font-size:0;
    height: 22px;
	margin-right:5px;
    vertical-align: middle;
    width:22px; /* 주소*/
}
span.icon_room {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -525px -115px;
    display: inline-block;
	font-size:0;
    height: 22px;
	margin-right:5px;
    vertical-align: middle;
    width:22px; /* 객실*/
}
span.icon_menu {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -525px -140px;
    display: inline-block;
	font-size:0;
    height: 22px;
	margin-right:5px;
	margin-top: 4px;
    vertical-align: top;
    width:22px; /* 음식점메뉴*/
}
span.icon_coupon_on {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -719px -0;
    display: inline-block;
	font-size:0;
    height: 34px;
	margin:0;
    vertical-align: middle;
    width:43px; /* 쿠폰 있을때*/
}
span.icon_up1 {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -366px -113px;
    display: inline-block;
	font-size:0;
    height: 32px;
	margin-right:3px;
    vertical-align: middle;
    width:36px; /* 화살표-위로*/
}
span.icon_down1 {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -407px -113px;
    display: inline-block;
	font-size:0;
    height: 32px;
	margin-right:3px;
    vertical-align: middle;
    width:36px; /* 화살표-아래로*/
}
span.icon_del1 {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -448px -113px;
    display: inline-block;
	font-size:0;
    height: 32px;
	margin:0;
    vertical-align: middle;
    width:36px; /* 화살표-아래로*/
}
span.icon_address2 {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -122px -53px;
    display: inline-block;
	font-size:0;
    height: 34px;
	margin-right:10px;
    vertical-align: middle;
    width:34px; /* 관광명소-주소*/
}
span.icon_call2 {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -122px -92px;
    display: inline-block;
	font-size:0;
    height: 34px;
	margin-right:10px;
    vertical-align: middle;
    width:34px; /* 관광명소-전화*/
}
span.icon_like4 {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -123px -133px;
    display: inline-block;
	font-size:0;
    height: 34px;
	margin-right:10px;
    vertical-align: middle;
    width:34px; /* 관광명소-추천*/
}
span.icon_coupon1 {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -179px -54px;
    display: inline-block;
	font-size:0;
    height: 21px;
	margin-right:10px;
    vertical-align: middle;
    width:36px; /* 쿠폰있음*/
}
span.icon_star1 {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -177px -79px;
    display: inline-block;
	font-size:0;
    height: 21px;
	margin-right:10px;
    vertical-align: middle;
    width:30px; /* 관심담기*/
}
span.icon_att_s {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -569px -119px;
	color:#fff;
	float:left;
	font-size:12px;
    height: 30px;
	margin-right:7px;
	margin-top:-2px;
	text-align:center;
    width:24px; /* 관광지-작은사이즈*/
}
span.icon_stay_s {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -213px -497px;
	color:#fff;
	float:left;
	font-size:12px;
    height: 30px;
	margin-right:7px;
	margin-top:-2px;
	text-align:center;
    width:24px; /* 숙박-작은사이즈*/
}
span.icon_food_s {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -239px -497px;
	color:#fff;
	float:left;
	font-size:12px;
    height: 30px;
	margin-right:7px;
	margin-top:-2px;
	text-align:center;
    width:24px; /* 음식점-작은사이즈*/
}
span.icon_food_good {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -345px -687px;
	display: inline-block;
	font-size:0;
	font-weight:bold;
    height: 28px;
	margin:0 3px 0 10px;
	text-align:center;
    width:28px;
	vertical-align:middle /* 모범음식점*/
}
span.icon_food_yeosu {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -378px -687px;
	display: inline-block;
	font-size:0;
	font-weight:bold;
    height: 28px;
	margin:0 3px 0 0;
	text-align:center;
    width:28px;
	vertical-align:middle /* 여수맛집*/
}
span.icon_att_b {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -644px -121px;
	color:#fff;
	display: inline-block;
	font-size:15px;
	font-weight:bold;
    height: 41px;
	margin:0;
	padding-top:3px;
	text-align:center;
    width:34px; /* 관광지-큰사이즈*/
}
span.icon_stay_b {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -199px -546px;
	color:#fff;
	display: inline-block;
	font-size:15px;
	font-weight:bold;
    height: 41px;
	margin:0;
	padding-top:3px;
	text-align:center;
    width:34px; /* 관광지-큰사이즈*/
}
span.icon_food_b {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -239px -546px;
	color:#fff;
	display: inline-block;
	font-size:15px;
	font-weight:bold;
    height: 41px;
	margin:0;
	padding-top:3px;
	text-align:center;
    width:34px; /* 음식점-큰사이즈*/
}
span.icon_att_b_slected {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -608px -121px;
	display: inline-block;
	font-size:0;
    height: 41px;
	margin:0;
	padding-top:3px;
	text-align:center;
    width:34px; /* 선택된 관광지*/
}
span.icon_stay_b_slected {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -199px -596px;
	display: inline-block;
	font-size:0;
    height: 38px;
	margin:0;
	padding-top:3px;
	text-align:center;
    width:32px;
	 /* 선택된 숙박*/
}
span.icon_food_b_slected {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -239px -596px;
	display: inline-block;
	font-size:0;
    height: 38px;
	margin:0;
	padding-top:3px;
	text-align:center;
    width:32px;
	 /* 선택된 음식점*/
}
span.icon_parking_off {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -31px -166px;
	display: inline-block;
	font-size:0;
    height: 29px;
	margin-right:5px;
	text-align:center;
    width:29px; 
	vertical-align: middle;/* 주차시설*/
}
span.icon_parking_on {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -0 -166px;
	display: inline-block;
	font-size:0;
    height: 29px;
	margin-right:5px;
	text-align:center;
    width:29px; 
	vertical-align: middle;/* 주차시설*/
}
span.icon_price {
    background: transparent url("/images/business/board/board_cont_bg.png") no-repeat scroll -345px -645px;
	display: inline-block;
	font-size:0;
    height: 39px;
	margin-right:10px;
	text-align:center;
    width:39px; 
	vertical-align: middle;/* 가격*/
}

/* 페이징 - 기본 ---------------------------------------------------------------------------------------------------- */

.paging {
    font-size: 0;
    margin: 40px 0;
    text-align: center;
    vertical-align: middle;
}

.paging a span {
    font-size: 0;
    height: 0;
    overflow: hidden;
    text-indent: -10000px;
}

.paging a.first {background: #fff url("/images/board/page_first.gif") no-repeat scroll 50% 50%;}
.paging a.prev {background: #fff url("/images/board/page_prev.gif") no-repeat scroll 50% 50%; margin: 0 0 0 -1px;}
.paging a.next {background: #fff url("/images/board/page_next.gif") no-repeat scroll 50% 50%; margin: 0 0 0 -1px;}
.paging a.last {background: #fff url("/images/board/page_last.gif") no-repeat scroll 50% 50%; margin: 0 0 0 -1px;}

.paging a.first, .paging a.prev, .paging a.next, .paging a.last, .paging .num a {
    border: 1px solid #d1ccc9;
    display: inline-block;
    height: 32px;
    vertical-align: top;
    width: 34px;
}
.paging .num a {
    font-family: "Verdana","Arial","Dotum","Tahoma","sans-serif";
    font-size: 12px !important;
    line-height: 32px;
    margin: 0 0 0 -1px;
    padding: 0;
}

.paging .num a.on {
	background-color:#fff;
	border: 1px solid #597cb6;
    color: #ff0000;
	font-weight:bold;
	text-decoration:underline;
}

.paging .num a:hover {
    color: #ff0000;
    text-decoration:underline;
}

/* 페이지 내 검색 (게시물 검색) -------------------------------------------------------------------------- */

#board_sch1, #search_form {text-align: center; vertical-align: middle; margin:0 0 50px; clear:both; font-size: 14px;}
#board_sch1 .srch, #search_form .srch { border:1px solid #d4d4d4; padding:20px;}
#board_sch1 .srch label, #search_form .srch label {margin-left: 6px; position: absolute; visibility: hidden;}
#board_sch1 .keyword, #search_form .keyword {
	background-color:#fff;
    border: 1px solid #323232;
	height:30px;
    line-height: 15px;
    margin-left: 1px;
    padding: 2px 5px;
    width: 345px;
}
#board_sch1 select, #search_form select {height: 36px; width: 100px; padding:0px 5px 5px 5px; border-color: #4b4b4b; margin-top: -1px;}
input.btn-normal {cursor: pointer;}
#board_sch1 .btn-sch, #search_form .btn-sch {height: 36px; padding-top: 0; color:#fff; padding:0 10px; cursor: pointer;}
.btn-gray {background: #4b4b4b; border: 1px solid #4b4b4b;}
.select-style {
    margin: 0;
	padding:0 0 0 5px;
    border: 1px solid #ccc;
    border-radius: 1px;
    overflow: hidden;
    background: #f8f9fb;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;	
}
#board_sch1 select:focus, #search_form select:focus {outline: none;}

/* 게시판 버튼 -------------------------------------------------------------------------- */

/* list 에서 글쓰기*/

/*.board_button {display: block; margin: 0 0 30px; text-align:center;}
.board_button ul {clear:both; margin:0 auto;}
.board_button ul li {background:none !important; margin-right:3px; display:inline-block; text-align:center !important;}
.board_button a {width:195px; padding:10px 0; display:block; color:#FFF;}
.board_button a:hover { background-color:#20aff1;}
.board_button a#btn_write { background-color:#113184; font-size:15px;}*/

#notice_list, .img_news1 {position:relative; clear:both;}

/* View 에서 버튼 목록 */

.board_button_list {display: block; margin: 0; position:relative;}
.board_button_list ul {float: right; margin-right: 0; margin-bottom:30px;}
.board_button_list ul li  {float: left; margin-left: 5px; text-align:center !important; background:none !important; padding:0 !important;}
.board_button_list a { width:98px; height:16px; border:1px solid #4b4b4b; display:inline-block !important; padding:10px 0; font-size:15px !important; color:#f8f8f8;text-align: center !important; line-height:1.2 !important; text-indent:0 !important; background:#4b4b4b !important; border-radius:3px; margin-left:10px;}
.board_button_list a:hover { text-decoration:none !important;}
a#btn_like { border:none !important; background:#20aff1; color:#FFF !important;}
.board_button_list input#v_btn_confirm, input#v_btn_reset { width:98px; height:38px; display:block; font-size:15px; text-align: center; cursor:pointer; font-weight:600;}

.script_button_list {display: block; margin: 0; position:relative;}
.script_button_list ul {float: right; margin-right: 0; margin-bottom:7px;}
.script_button_list ul li  {float: left; margin-left: 5px; text-align:center !important; background:none !important; padding:0 !important;}
.script_button_list a { width:98px; height:16px; border:1px solid #4b4b4b; display:block; padding:10px 0; font-size:15px; color:#f8f8f8;text-align: center !important; line-height:1.2 !important; text-indent:0 !important; background:#4b4b4b; border-radius:3px;}
.script_button_list a:hover { text-decoration:none !important;}
.script_button_list .a_btn { width:98px; display:block; font-size:15px; text-align: center; cursor:pointer; font-weight:600;}



/* 게시판 목록 내 수정, 삭제 */

a.l_btn_modify, a.l_btn_remove  { border:1px solid #cfcfcf; border-radius:2px; color:#474747; font-size:14px; width:58px; display: inline-block; margin:0 2px; padding:2px 4px;}



/* 기본게시판 상세 view -------------------------------------------------------------------------- */

#board_basic_view { border-top:2px solid #646464; clear:both; margin:0 0 30px 0; position:relative;}
#board_basic_view .news_tit, #board_basic_view .tit-box { margin-top:30px; color:#323232; border-bottom:1px solid #d2d2d2; padding:0 0 15px; font-weight:600;}
#board_basic_view .news_tit h3, #board_basic_view .tit-box h3 { font-size:21px; display:block; background:none !important; color:#323232 !important; font-weight:bold; padding:0 !important; margin:0 !important;}
#board_basic_view .news_tit dl, #board_basic_view .tit-box dl { margin:10px 0 0;display:inline-block;font-size:14px;}
#board_basic_view .news_tit dt, #board_basic_view .tit-box dt { color:#323232; float:left; margin-right:10px;} 
#board_basic_view .news_tit dd, #board_basic_view .tit-box dd { color:#707070; float:left; margin-right:50px;}

#board_basic_view .file_attach {border-bottom:1px solid #d2d2d2; padding:15px 0;}
#board_basic_view .file_attach h5 { font-size:14px; display:inline-block; vertical-align:top; margin-right:25px;}
#board_basic_view .file_attach ul {display:inline-block; margin:0;}
#board_basic_view .file_attach ul li{ background:none !important;}
#board_basic_view .file_attach ul li a { color:#707070;font-size:14px;}
#board_basic_view .file_attach ul li p { display:inline-block; font-size:12px; margin-left:10px;}
.board_cont {padding:20px 10px 50px; font-size:14px; color:#323232; text-align:center; border-bottom:1px solid #c5c5c5; }
.board_cont p { text-align:left; color:#747474;}
.board_cont img {margin:20px 0;}


/* 기본 글쓰기 폼 테이블 -------------------------------------------------------------------------- */

p.help_txt {font-size:15px; color:#323232; margin-bottom:30px;} /* 상단도움말 */

table.board_write {clear:both; width:100%; border-top:2px solid #646464; position:relative; margin-bottom:30px;}
table.board_write th {font-size:14px; background:#e7e7e7; font-weight:600; padding:20px; border-bottom:1px solid #c5c5c5; border-right:1px solid #c5c5c5; width:12%; min-width:100px; text-align:center; vertical-align: middle;}
table.board_write th em {font-size:15px; color:#fe5657; font-weight:600; font-style:normal; margin-left:3px;}
table.board_write td {font-size:14px; color:#323232; padding:20px; border-bottom:1px solid #c5c5c5; vertical-align: top;}
table.board_write td input {
    background-color: #fff;
    border: 1px solid #cdcdd1;
    height: 24px;
    padding-left: 5px;
	margin:2px 0;
}
table.board_write td input[type="button"]#save_process{padding: 0 6px;  background-color: #403a3a; color: #fff; border: 0; font-weight: 300; cursor: pointer;}
table.board_write td #photo_img {margin: 50px 0;}
table.board_write td hr {margin-bottom:20px;}
table.board_write td .radio label { margin:0 15px 0 3px;}

td input.w95 {width:95%;}
td input.w80 {width:80%;}
td input.w70 {width:70%;}
td input.w60 {width:60%;}
td input.w50 {width:50%;}
td input.w40 {width:40%;}
td input.w30 {width:30%;}
td input.w20 {width:20%; min-width:170px;}
td input.w10 {width:10%; min-width:60px;}
td.file_input {
    background-color: #ffffff !important;
    width: 70% !important;
}
table.board_write td select {height: 32px; width: 130px;}
textarea#contents {
	background-color: #ffffff;
    border: 1px solid #d2d2d2;
    min-height: 200px !important;
    padding-left: 5px;
    width: 95% !important;
}
p.save_files { display:inline-block;}
.btn_add {border: 1px solid #323232; color: #323232; display: inline-block; font-size: 14px; padding: 3px 10px; text-align: center; margin-top:11px;}
.wr_button_list {margin: 35px 0 0; text-align:center;}
.wr_button_list ul { margin:0 auto; display:inline-block;}
.wr_button_list ul li  {margin:0 5px; text-align:center; display:inline-block; zoom:1;}
.wr_button_list a { width:98px;display:block; font-size:15px; text-align: center; cursor:pointer; padding:10px 0;}

/* 댓글 등록 폼 -------------------------------------------------------------------------- */

#comment_form {position:relative; width:960px; margin:0 auto}
.comment_input {clear:both;}
.comment_input fieldset { width:100%;}
.comment_input textarea {
    background: #f6f6f6 none repeat scroll 0 0;
    border: #d2d2d2 solid 1px;
    color: #666666;
    float: left;
    font-size: 14px;
    height: 53px;
    line-height: 16px;
    margin: 0;
    overflow: auto;
    padding: 10px;
    vertical-align: top;
	width:89%
}
.comment_input input.btn_comment { background:#323440; color:#fff; min-width:75px; height:75px; cursor:pointer; border:none !important; margin:0 0 0 1%; width:7%;}	

.comment_list {margin:30px 0 0;}
.comment_list ul { clear:both;}
.comment_list ul li { clear:both; border-bottom:1px solid #d2d2d2; padding-bottom:25px !important; margin-bottom:25px; background:none !important;}
span.usr_name {font-size:15px; font-weight:bold; color:#323232; margin-right:7px;}
span.usr_date {font-size:12px; color:#707070; margin-right:7px;}
p.usr_comm {font-size:14px; color:#707070; margin-top:10px; line-height:1.6;}

/* 문화행사 캘린더 -------------------------------------------------------------------------- */

.calendar_mon {border-collapse: collapse; clear: both; width: 100%; border:1px solid #d2d2d2;}
.calendar_mon th.day {border:1px solid #d2d2d2; color:#323232; font-size:16px; font-weight:600; padding:10px 5px; text-align:center;}
.calendar_mon th.date {background: url("/images/board/calencar_th_bg1.gif") repeat-x 0 0;border-left:1px solid #d2d2d2; height:45px; font-weight:normal; text-align:center;}
.calendar_mon td {border-left:1px solid #d2d2d2;border-right:1px solid #d2d2d2;border-bottom:1px solid #d2d2d2; color:#323232; font-size:14px; height:130px; padding:10px; vertical-align:top;}
.calendar_mon td li { line-height:1.4 !important; margin-bottom:10px; background:none !important; padding:0 !important;}

/* 첨부파일 -------------------------------------------------------------------------- */
.fileUpload .file_name {
    background-color: #f8f9fb;
    border: 1px solid #d2d2d2;
    display: block;
    float: left;
    height: 32px;
    margin: 10px 0;
    padding-left: 5px;
    width: 600px;
}
.fileUpload .fileUpload_button {
    background-color: #5258a4;
    float: left;
    min-height: 32px;
    margin: 10px;
    overflow: hidden;
    position: relative;
    width: 121px;
}
.fileUpload .fileUpload_button span {
    color: #fff;
    display: block;
    text-align: center;
}
.fileUpload .fileUpload_button:hover span{
	background-color: #5258a4;
}
.fileUpload .fileUpload_button label{
	display:block;
    color: #fff;
    text-align:center;
	line-height:27px;
}
.fileUpload input.file_input {
    cursor: pointer;
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.sg_header a {right: 5px !important; padding: 1px 10px;}
#menu_search {width:93% !important; height:202px; border:1px solid #e4e4e4; }

/*관광안내책자(신청,답변게시판) 아이콘*/
.board_t1 td span.icon_reply, .board_t1 td.title span.icon_reply{float: left; width: 33px; height: 22px; margin-right: 5px; padding: 0; text-indent: -99999px; background: url("/images/board/reple_icon.png") no-repeat center center;}
.board_wrap .apply, .board_wrap .request{display: inline-block; background-color: #4264a3; color: #fff; padding: 0 30px; border-radius: 5px; height: 30px; line-height: 30px; font-weight: 300;}


/* 모듈 암호화 작업 추가 :2020-05-04  서희진 */
span.encrypt { font-size: 12px;border: 1px dotted #C05153; color:#D73538; border-radius: 3px;padding: 0 8px;margin-left: 3px;height: 17px;line-height: 17px;margin-top: 3px;font-weight: 500;}
