@charset "utf-8";

table{font-size:16px}

/* 게시판 리스트 */
.boardTable {border-top:1px #333 solid; width:100%;}
.boardTable thead th {padding:23px 20px; color:#333; font-weight:400; background:#f9f9f9; border-bottom:1px #ddd solid;}
.boardTable tbody td {padding:25px 20px; border-bottom:1px #efefef solid; color:#333; text-align:center;}
.boardTable tbody td.title {padding-left:20px; text-align:left;}
.boardTable tbody td.title a {color:#333;}
.boardTable tbody td.title a + img {display:inline-block; vertical-align:middle; margin-left:5px;}
.boardTable tbody td.title:hover {text-decoration:underline;}
.boardTable tbody tr.crucial {background:#fbf9f5; color:#333;}
.boardTable tbody tr.crucial .vital, .boardTable tbody tr.crucial .title {font-weight:bold;}
.boardTable tbody tr .btn_del {font-size:11px; color:#fff; font-weight:normal; padding:3px 10px 0 10px; line-height:18px;}

/* 게시판 탭 */
ul.TabMenu {display:table; width:100%; margin:40px 0px; table-layout:fixed;}
ul.TabMenu li {display:table-cell; height:60px; line-height:60px; text-align:center; font-size:16px; color:#777; border:1px solid #ddd; border-left:none; border-bottom:1px solid #0054b1; background:#f5f5f7; box-sizing:border-box;}
ul.TabMenu li:first-child {border-left:1px solid #ddd;}
ul.TabMenu li.selected {color:#0054b1; border:1px solid #0054b1; border-bottom:1px solid #fff; background:#fff;}
ul.TabMenu li a {display:block; width:100%; height:60px; font-weight:600;}


/*예약확인*/
.reserv_confirm .boardTable td.title:hover {text-decoration:none;}


@media(max-width:1024px){
	.boardTable,
	.boardTable thead,
	.boardTable tbody,
	.boardTable tr,
	.boardTable th,
	.boardTable td {display:block}
	.boardTable thead tr {position:absolute;left:-9999px;top:-9999px;}
	.boardTable tr:after {content:""; display:block; clear:both}
	.boardTable tbody tr {padding:10px 0; border-bottom:1px #efefef solid;}
	.boardTable tbody td {padding:3px 10px; border-bottom:0; color:#333; text-align:left;}
	.boardTable tbody td:nth-child(1), .boardTable tbody td:nth-child(n+5) {display:none}
	.boardTable tbody td.title {padding-left:10px;}
	.boardTable tbody td.title a {width:100%; font-size:15px; font-weight:600;}
}

/* 게시판 검색 */
.srchBox {position:relative; width:100%; padding:20px 30px; margin-top:30px; text-align:center; background:#fafafa;}
.srchBox form {width:100%; max-width:1000px; margin:0 auto;}
/*.srchBox select.select {display:inline-block; width:30%; height:50px; text-indent:20px; font-size:16px; border:1px solid #ddd; color:#333; background:#fff url(/images/common/btn_select_arrow.png) right 20px no-repeat; background-size:32px; -webkit-appearance:none; border-radius:0;}*/
.srchBox select.select {display:inline-block; width:30%; height:50px; text-indent:20px; font-size:16px; border:1px solid #ddd; color:#333;background-size:32px; -webkit-appearance:none; border-radius:0;}
.srchBox input.inputTxt {display:inline-block; width:59%; height:50px; text-indent:20px; font-size:16px; border:1px solid #ddd; vertical-align:middle;}
.srchBox input.btnSrch {display:inline-block; width:10%; height:50px; line-height:36px; padding:0 !important; font-size:16px; color:#fff; border:0; background:#3d3f49;}
@media(max-width:1024px){
	.srchBox {padding:20px 10px; margin-top:20px;}
	.srchBox:before {position:absolute; top:0; left:-15px; width:calc(100% + 30px); height:170px; background:#fafafa; content:''; z-index:-1;}
	.srchBox select.select {display:block; width:100%; height:40px; font-size:14px; background-position:right 16px;}
	.srchBox input.inputTxt {display:block; width:100%; height:40px; margin:5px 0; font-size:14px; -webkit-appearance:none;}
	.srchBox input.btnSrch {display:block; width:100%; height:40px; line-height:30px; font-size:14px;}


/*예약현황*/
.reserv_confirm .boardTable td.title {font-size:1.3rem; font-weight:600; margin-bottom:0;}
.reserv_confirm .boardTable td.date {color:#777; font-size:1rem; margin-bottom:10px;}

}



/* board-common:paging */
.paging_wrap{clear:both; display:block; text-align:center; font-size:0; vertical-align:middle;}
.paging_wrap *{vertical-align:middle;}
.paging_wrap a{overflow:hidden; display:inline-block; width:40px; height:40px; margin:0 4px; border:1px #ccc solid;}
.paging_wrap a:before {display:inline-block; font-family:'xeicon'; font-size:20px; line-height:40px;}
.paging_wrap a.first{border:0;}
.paging_wrap a.first:before {content:'\f100'; font-family:'FontAwesome'; font-size:19px;}
.paging_wrap a.prev{border:0;}
.paging_wrap a.prev:before {content:'\f104'; font-family:'FontAwesome'; font-size:19px;}
.paging_wrap a.next{border:0;}
.paging_wrap a.next:before {content:'\f105'; font-family:'FontAwesome'; font-size:19px;}
.paging_wrap a.last{border:0;}
.paging_wrap a.last:before {content:'\f101'; font-family:'FontAwesome'; font-size:19px;}
.paging_wrap .num{display:inline-block; width:40px; height:40px; box-sizing:border-box; font-size:15px; font-weight:400; line-height:40px; vertical-align:middle; color:#777; background-color:#fff;}
.paging_wrap span.num{color:#1a5bb1; border:1px #1a5bb1 solid;}
@media (max-width: 768px){
	.paging_wrap{margin-top:20px;padding-bottom:30px;}
	.paging_wrap a,
	.paging_wrap .num{width:30px; height:30px; line-height:30px;}
}

/* paging */ 
.paging {margin-top:30px; min-height:30px; text-align:center;}
.paging p{display:inline-block; overflow:hidden;}
.paging strong{display:inline-block;  padding:0 10px; vertical-align:top; line-height:30px; background:#f47321; color:#fff; margin-left:8px}
.paging a {display:inline-block; width:45px; height:45px; line-height:44px !important; margin:0 2px; font-size:16px; outline:none; border:1px #ddd solid;}
.paging a.this {color:#000; border:1px #000 solid;}
.paging .first {padding:0 !important;}
.paging .prev {padding:0 !important; margin-left:5px;}
.paging .next {padding:0 !important; margin-right:5px; margin-left:5px;}
.paging .end {padding:0 !important;}
.paging a:hover, .paging a:focus{text-decoration:none; color:#233688;}

@media (max-width: 768px){
	.paging {margin-top:20px;}
	.paging a {width:35px; height:35px; line-height:34px !important; margin:0 2px; font-size:15px;}
}

/* 게시판 상세보기 */
.viewForm {border-top:1px solid #333;}
.viewForm {table-layout:fixed; width:100%;}
.viewForm thead th {background:#f8f9fb; border-bottom:1px solid #ddd; padding:23px 20px; text-align:left; color:#333;}
.viewForm td {border-bottom:1px solid #dedede; }
.viewForm td.viewDiv{padding:20px 0;}
.viewForm td.viewDiv img{max-width:100%}
.viewForm td.viewDiv .txt{padding:0 20px; line-height:23px;color:#666; }
.viewForm th .eventTit{overflow:hidden}
.viewForm th .eventTit p{float:left; color:#333;}
.viewForm th .eventTit p.date{float:right; font-size:12px; font-weight: normal; line-height: 20px; color:#666;}
.viewForm td .fileAdd {padding:15px 20px 16px}
.viewForm td .fileAdd .txt {font-weight:bold; color:#666; font-size:12px;}
.viewForm td .fileAdd .file {background:url('../images/icon_bar1x12.gif') no-repeat left 0; padding-left:11px; margin-left:6px}
.viewForm td .fileAdd .file a {padding-left:12px; margin-right:20px; background:url('../images/icon_file.gif') no-repeat 0 0;}
.viewForm td .fileAdd .file a:hover {text-decoration:underline; color:#27a18f;}

/* 게시판 상세보기 - 신규 */
.board_view {border-top:1px #333 solid;}
.board_view h4 {padding:23px 20px 20px; font-size:18px; font-weight:400; background:#f9f9f9; border-bottom:1px #ddd solid;}
.view_info {padding:15px 20px; font-size:15px; border-bottom:1px #ddd solid;}
.view_info li {display:inline-block;}
.view_info strong {padding-right:10px; font-weight:500;}
.view_info strong:after {padding-left:10px; color:#e4e4e4; font-weight:normal; content:'|'}
.view_info span {color:#444; margin-right:30px;}
.view_content {width:100%; padding:30px 20px;}
.view_content .content_body p img {width:auto !important;height:auto !important;max-width:100%;}

/* 게시판 상세보기 - 첨부파일 */
.fileArea {overflow:hidden; padding:15px 20px; border-top:1px #efefef solid; border-bottom:1px #ddd solid;}
.fileArea p {float:left; width:8%; display:block; vertical-align:top; font-weight:500;}
.fileArea p:after {padding-left:10px; margin-right:10px; color:#d7d7d7; content:'|';}
.fileArea ul.fileDown {float:left; width:90%; overflow:hidden;}
.fileArea ul.fileDown li {position:relative; display:inline-block; margin-right:20px; padding-left:20px; letter-spacing:-0.6px;}
.fileArea ul.fileDown li:last-child {margin-right:0;}
.fileArea ul.fileDown li:before {position:absolute; left:0; top:50%; transform:translate(0px, -50%); font-family:'xeicon'; color:#999; font-size:16px; content:'';}
.fileArea ul.fileDown li a:hover {color:#084d98; text-decoration:underline;}
.fileArea ul.fileDown li .nofile {color:#999;}

@media (max-width: 1000px){
	.fileArea p {width:12%; margin-bottom:10px;}


}
@media (max-width: 768px){
	.board_view h4 {padding:18px 15px 16px; font-size:16px;}
	.view_info {padding:10px 15px; font-size:13px;}
	.view_info li {line-height:20px;}
	.view_info strong {padding-right:4px;}
	.view_info strong:after {padding-left:4px;}
	.view_info span {margin-right:10px;}
	.view_content {font-size:14px; padding:30px 15px;}

	.fileArea {padding:15px; font-size:13px;}
	.fileArea p {width:auto;}
	.fileArea ul.fileDown {float:left; width:auto;}
	.fileArea ul.fileDown li {background-position:0 1px;}

	/* 게시판 - 탭 */
	ul.TabMenu {display:table; table-layout:fixed; width:100%; margin-bottom:40px; border-top:1px #256ac7 solid;}
	ul.TabMenu li {display:table-cell; height:50px; line-height:50px; text-align:center; font-size:14px; color:#555; border:0; border-bottom:1px solid #ddd; background:#f5f5f7; box-sizing:border-box;}
	ul.TabMenu li:first-child {border-left:0;}
	ul.TabMenu li.selected {color:#0054b1; border:0; border-bottom:3px solid #0054b1; background:#f5f5f7;}
	ul.TabMenu li a {display:block; width:100%; height:50px; font-weight:600; white-space:nowrap;}


}

/* 신규 버튼 */
.btn_wrap_right {position:relative; margin-top:30px; text-align:right; font-size:14px;}
.btn_wrap_right .btnType {display:inline-block;padding:12px 20px;}
.btn_wrap_right a:hover {text-decoration:underline;}
.btn_wrap_right .type1 {background:#5d6c8d; color:#fff;}
.btn_wrap_right .type2 {background:#fff; border:1px #bbb solid; color:#666;}
.btn_wrap_right .gray {background:#bbb; color:#fff;}
.editBtnWrap {position:absolute; top:0; left:0;}
.editBtnWrap input, .editBtnWrap a {margin:0 !important;}
.editBtnWrap a {height:38px; vertical-align:middle; cursor:pointer;}
.editBtnWrap a:hover {text-decoration:underline;}

@media (max-width: 768px){
	.btn_wrap_right {overflow:hidden; margin-top:10px;}
	.btn_wrap_right .editBtnWrap .btnType {padding:8px 10px;}
	.editBtnWrap {position:relative; float:left; text-align:left;}
	.btn_wrap_right .editBtnWrap + a {float:right;}
}

/* 게시판 상세보기 - 질문답변 */
.viewForm .answerBox {border:1px solid #c5c5c5; margin-top:15px;}
.viewForm .answerBox .anPerson {background:#f8f9fb url('../images/ans_icon.gif') no-repeat 19px 10px ; border-bottom:1px solid #e4e4e4; padding:9px 20px 11px;}
.viewForm .answerBox .anPerson strong {background:url('../images/icon_bar1x12.gif') no-repeat right 0; color:#666; padding-right:12px; padding-left:77px; margin-right:11px;}
.viewForm .answerBox .anTxt {padding:10px 20px 10px;}

/* 구 버튼 */
.btnSty2 {text-align:right; margin-top:20px;}
.btnSty2 a {display:inline-block; padding:7px 20px 7px 20px; margin-left:5px;font-weight:500}
.btnSty2 .list,
.btnSty2 .write2{background:#2d86d9; border-radius:5px; color:#fff;font-size:14px}
.btnSty2 .reply,
.btnSty2 .edit,
.btnSty2 .del,
.btnSty2 .write  {background:#b8b8b8; border-radius:5px; color:#fff;}

.btnSty_big {text-align:center; margin-top:20px;}
.btnSty_big a {display:inline-block; padding:10px 20px 6px 20px; margin-left:5px; font-weight:bold; font-size:12px; font-family:"돋움";}
.btnSty_big .write_cor {background:#2d86d9; border-radius:5px; color:#fff;font-size:14px}
.btnSty_big input {display:inline-block; padding:10px 20px 8px 20px; margin-left:5px; font-weight:bold; font-size:12px; font-family:"돋움";}

/* 이전다음글 */
.listForm {clear:both; border-bottom:1px solid #ddd; border-top:1px solid #ddd; margin-top:20px; color:#666; word-wrap:break-word;}
.listForm .prvLine th,
.listForm .prvLine td {border-bottom:1px solid #ddd;}
.listForm td {text-align:center; line-height:18px; padding:6px 0;}
.listForm th {text-align:left; padding:14px 20px 18px; line-height:18px; border-right:1px solid #dedede; background:#f8f9fb;}
.listForm td.txt {text-align:left; padding-left:20px;}
.listForm td.txt a:hover {color:#00a392; text-decoration:underline;}
.listForm td.txt a {color:#666}
.listForm table tr.prvLine th span {background:url('../images/icon_prvLine.gif') no-repeat 50px 5px ; display:block;}
.listForm table tr.nxtLine th span {background:url('../images/icon_nxtLine.gif') no-repeat 50px 5px ; display:block;}

/* 이전다음글 - 신규 */
.movePage {clear:both; margin-top:50px;}
.movePage li strong {display:inline-block; width:15%; padding:14px 0; text-align:center; vertical-align:middle;}
.movePage li a {display:inline-block; overflow:hidden; width:70%; margin-left:2%; white-space:nowrap; text-overflow:ellipsis; vertical-align:middle; color:#222;}
.movePage li a:hover {text-decoration:underline;}
.movePage li strong {position:relative; vertical-align:middle; font-weight:500;}
.movePage li strong:after {top:50%; transform:translate(0,-50%);}
.movePage li.prev {border-top:1px #ddd solid; border-bottom:1px solid #e1e1e1;}
.movePage li.prev strong:after {position:absolute; left:20px; font-family:'xeicon'; color:#333; content:'';}
.movePage li.next {border-bottom:1px #ddd solid;}
.movePage li.next strong:after {position:absolute; left:20px; font-family:'xeicon'; color:#333; content:'';}
.movePage li:first-child {border-top:1px #ddd solid;}
.movePage li:last-child {border-bottom:1px #ddd solid !important;}

@media (max-width: 768px){
	.movePage {margin-top:0; margin-bottom:20px; font-size:13px;}
	.movePage li strong {width:18%;}
	.movePage li.prev strong, .movePage li.next strong {background:#f8f8f8;}
	.movePage li.prev strong:after, .movePage li.next strong:after {display:none;}
	.movePage li time {display:none;}
}

/* 코멘트 쓰기 */
.comments {margin-top:30px;}
.comments_write {margin-top:-1px; border:1px solid #dcdcdc; padding:15px; background:#f7f7f7; font-size:12px;}
input.InputLine {padding:10px 2px; text-indent:5px; font-size:12px; color:#666; border:1px #c4c4c4 solid;}
select.SelectDef {border:1px solid #abadb3; min-height:24px; color:#707070; font-size:12px; height:26px;/*text-indent:5px;*/ padding-left:5px; line-height:26px;}
.reply_write p {display:inline-block;}
.reply_write strong {color:#666;}
.reply_write input {margin-right:10px;}
.writer {display:table; width:100%; table-layout:fixed; margin-top:5px;}
.writer div {display:table-cell;}
.writer div textarea { width:100%; padding:10px; line-height:14px; height:60px; color:#666; vertical-align:top; font-family:"Nanum Gothic", sans-serif;}
.writer div:last-child {width:60px;}
.regist {width:100%; height:60px; color:#666; font-weight:600; text-align:center; background:#fff; border:1px #ccc solid; border-left:0; cursor:pointer;}

.comment_List {}
.comment_List .id {border-top:1px dashed #cdcdcd; padding:15px 10px 5px 10px;}
.comment_List li:first-child .id {border-top:1px #cdcdcd solid;}
.comment_List li:last-child {border-bottom:1px #cdcdcd solid;}
.comment_List .id strong {background:url('../images/icon_bar1x12.gif') no-repeat right 2px; color:#666; padding-right:12px; margin-right:11px;}
.comment_List .id strong img {vertical-align:3px;}
.comment_List .id span {color:#888; font-size:12px;}
.comment_List .btn_mini {float:right;}
.comment_List .btn_mini a {display:inline-block; padding:2px 6px 0 6px; vertical-align:top; font-size:11px; border:1px #c5c5c5 solid; border-radius:3px; background:#fff;}
.comment_List .desc {padding:0 10px 15px 10px; }
.passW {padding:10px 0;text-align:center; border-top:1px #dcdcdc solid; background:#f5f6fa;}
.passW strong {color:#666; margin-right:5px;}
.passW .btn_del {display:inline-block; padding:10px 10px; border:1px #a7a9ac solid; background:#a7a9ac; color:#fff; font-size:12px; font-weight:bold; vertical-align:middle;}
span.tit_coment {vertical-align:middle; padding-right:10px; margin-right:5px; font-size:13px; font-weight:600; color:#5d6c8d; background:url('/skin/board/basic/images/icon_bar1x12.gif') no-repeat right 2px;}
span.tit_coment i {margin-right:5px;}

@media (max-width: 768px){
	.reply_write p {display:block; margin-bottom:5px;}
	span.tit_coment {margin-bottom:5px;}
	
}

/* 게시판 글쓰기 */
.writeForm {width:100%; border-top:1px #333 solid;}
.writeForm thead th {padding:15px 0 15px 20px; line-height:12px; text-align:left; color:#333; font-weight:normal; border:1px #ccc solid; background:#f8f8f8;font-size:0.75rem}
.writeForm tbody th {height:60px; padding:0 20px; text-align:left; color:#222; font-size:14px; font-weight:600; background:#f9fafb; border-bottom:1px #e6e6e6 solid;}
.writeForm tbody td {height:60px; padding:16px 20px; border-bottom:1px #e6e6e6 solid;}
.writeForm tbody td textarea {width:625px; height:250px; background:#f8f8f8;}
.writeForm tbody tr:last-child td, .writeForm tbody tr:last-child th {border-bottom:1px #ccc solid;}
.writeForm tbody td input[type="text"] {min-height:40px; padding:0 10px; border:1px solid #ccc; border-radius:0; outline:none;}
.writeForm tbody td > span {vertical-align:-5px;}
.writeForm tbody td select {background-position:98% 50% !important;}
.noti {margin-top:5px;}
.noti .radioBox {display:inline-block;}
.add_file {margin-bottom:5px;}
.add_file a.btn_gray {display:inline-block; padding:3px 10px 2px 10px; border-radius:3px; background:#aaa; color:#fff; font-size:11px;}
.fileRoot {width:100%; min-height:20px !important; padding: 5px !important; font-size:inherit; font-family:inherit; border:1px #e0e0e0 solid;}

@media (max-width: 768px){
	.writeForm tbody th {height:30px; padding:0 10px;}
	.writeForm tbody td {height:30px; padding:10px 10px;}
	
}

/* 게시판 삭제 */
.pwField {margin:20px auto; padding:100px; text-align:center; background:#f9f9f9;}
.pwField h4 {font-size:18px; font-weight:600; color:#333; margin-bottom:20px;}
.pwField input.inputText {width:220px; height:38px; line-height:38px; margin-bottom:5px; padding-left:10px; border:1px #bbb solid; text-align:left;}
.pwField .btn-confirm {display:block; width:220px; margin:0 auto; padding:15px 0; font-size:15px; color:#fff; font-weight:600; background:#256ac7;;}
a.btn_add {display:inline-block; line-height:100%;border-radius:3px; background:#fff url('/skin/board/basic/images/ico_plus.jpg') no-repeat 50% 50% ;width:19px; height:19px;border:1px solid #ddd;text-align:center; vertical-align:middle;}
a.btn_add_del {display:inline-block; line-height:100%;font-size:0.8rem;background:#666;padding:12px 15px;color:#fff;border-radius:2px;}

/* 첨부파일 */
.fileTable {border-top:1px #afafaf solid;}
.fileTable thead th {min-height:20px; padding:3px 0 0 0; color:#666; font-size:11px; background:#f6f6f7; border-bottom:1px #ddd solid; text-align:center;}
.fileTable tbody td {padding:12px 0 12px 0; border-bottom:1px #dedede solid; color:#666; text-align:center;}
.fileTable tbody tr.crucial {background:#fbf9f5; color:#666;}
.fileTable tbody tr.crucial .vital, .fileTable tbody tr.crucial .title {font-weight:bold;}
.fileTable tbody tr .btn_del {font-size:11px; color:#fff; font-weight:normal; padding:2px 8px 0 8px; line-height:17px;}
.fileTable tbody input.fileRoot {height:22px; line-height:130%; padding:4px 0 0 5px; font-size:11px; border:1px #d4d4d4 solid; color:#666; vertical-align:middle; display:inline;}

/* 자동등록방지 */
.captchaImg {float:left; border:1px #dedede solid;}
.captchaArea {float:left; margin-top:13px; margin-left:20px;}
.captchaArea img {vertical-align:-3px; margin-right:4px; }
.captchaArea input.code {width:145px; margin-top:5px; ime-mode:inactive}

legend{display:none}

@media (max-width:1000px){
table{font-size:14px}
}
@media (max-width:768px){
table{font-size:13px}
}
