@charset "euc-kr";
/* CSS Document */

/*board*/
.board_wrap{ font-size:.825em}

.board_st th,
.board_st td{ padding:12px 10px; border-bottom:1px solid #ddd; font-size:.85em;}
.board_st th{ color:#111; font-weight: bold; }
.board_st td{ color:#555}

.board_st td span.board_sub_tt {font-size:.875em; color:#777;}


.board_st{table-layout:fixed}
.board_st.list.tit th{ border:2px solid #666; border-left: none; border-right:none}
.board_st.list .no_con{ padding:100px 0}

.board_st.list td{ text-align:center}
.board_st.list td.w_tit{ text-align:left; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}

.board_st.list td a{ color:#555}
.board_st a:hover{ text-decoration:underline}

.board_st.list.notice td{ background:#f9f9f9}
.board_st.list.reply td{ background:#f9f9f9;}

.board_st.view{ border-top:1px solid #ddd}
.board_st.write,
.board_st.view.tit{ border-top:2px solid #666;}

.board_st.write th,
.board_st.view th{ background:#f5f5f5}

.board_st.write tr th.left { padding-left:3%; text-align:left; }
.board_st.write tr th.left1 { padding-left:4%; text-align:left; }
.board_st.write tr th span.red { color:#cc2229; font-weight:bold; }
.board_st.write tr td span.gr { color:#bbb; }

.board_view_con{ padding:20px}

/**/
.board_title{ display:inline-block; *display:inline; zoom:1; width:50%; font-size:1.75em; font-weight:600;color:#111;}

/**/
.board_icon{ display:inline-block; *display:inline; zoom:1; text-align:center; margin:0 3px}
.board_icon.new{ background:#666; color:#fff; width:20px; height:20px;font-size:.75em; line-height:18px; border-radius:20px;}
.board_icon.reply{ background:#aaa; color:#fff; width:20px; height:20px;font-size:.75em; line-height:17px; border-radius:5px;}
.board_icon.notice{ padding:0 10px; background:#007dc5; color:rgba(255,255,255,.9);height:20px; line-height:20px; border-radius:5px; font-size:.9em;}
.board_icon.down{ background:url(../images/board/icon_down.png) no-repeat; background-size:100% auto; width:14px; height:14px;}

/**/

.board_search{ text-align: right; padding-bottom:10px; line-height:.9;}
.search_select{ border:1px solid #ccc; line-height:32px; height:32px; padding:0 10px;}
.search_inp{ border:none; border-bottom:1px solid #ccc; line-height:30px; height:30px; min-width:150px; padding:0 5px; color:#aaa}
.search_inp:focus{ color:#111}
.search_btn{ line-height:30px; background:#444; color:#fff; border:none; padding:0 15px; border-radius:5px;}
.form_select{ *border:1px solid #111; line-height:32px; height:32px; width:20%;}


select{ border:1px solid #ddd; min-width:100px; appearance:none;-webkit-appearance:none; padding:0 30px 0 10px; background-image:url(../images/inc/icon_d_arrow.png); background-repeat:no-repeat; background-position:96% center; background-size:9px auto; background-color: #fff;}
select::-ms-expand{display:none;}



/**/
.board_btn_wrap{ text-align:right; margin-top:20px}
.board_btn_wrap2 { text-align:center; }
.board_btn_wrap_l{ float:left; margin-top:10px}
.board_btn{ line-height:30px; padding:0 15px;}
.board_btn.size1{ line-height:60px; padding:0 40px}
.board_btn.size2{ line-height:1; padding:5px; font-size:.938em}
.board_btn.c1{ background:#007dc5; border:1px solid #007dc5; color:#fff; cursor:pointer;}
.board_btn.c1:hover { background:#fff; border:1px solid #007dc5; color:#007dc5; cursor:pointer;}
.board_btn.c2{ background:#fff; border:1px solid #999; color:#666; cursor:pointer;}
.board_btn.c2:hover { background:#999; border:1px solid #999; color:#fff; cursor:pointer;}
.board_btn.c3{ background:#444; border:1px solid #444; color:#fff; cursor:pointer;}
.board_btn.c4{ background:#f1f1f1; border:1px solid #ccc; color:#666; cursor:pointer;}




/**/
.board_paging{ text-align:center; margin-top:60px;}
.board_paging button{ vertical-align:top; width:30px; height:30px; line-height:30px; border:1px solid #ddd; background:#fff; color:#333; font-family: Verdana, Arial, Helvetica, sans-serif}
.board_paging button:hover,
.board_paging button.on{ background:#444; color:#fff}
.board_paging button.icon{ background:#f1f1f1;}
.board_paging button.icon:hover{ background:#aaa}

/**/



/**/
.board_sub_tt{ color:#555; font-size:.938em; vertical-align: middle; display:inline-block; margin-left:5px; }

/**/
.w_no{ width:80px}
.w_tit{ width:auto}
.w_name{ width:100px}
.w_date{ width:100px}
.w_date2{ width:200px}
.w_down{ width:150px}
.w_hit{ width:100px}
.w_op{ width:100px}
.w_state{ width:150px}
.w_form_tit{ width:15%}
.w_auto{ width:auto}

.inp_w1{ width:15%}
.inp_w2{ width:30%}
.inp_w100{ width:100%}
.textarea_w1{ width:100%; height:200px;}
.textarea_w2{ width:99%; height:200px;}

.inp_w10{ width:10%}
.inp_w20{ width:20%}
.inp_w30{ width:30%}
.inp_w40{ width:40%}
.inp_w50{ width:50%}
.inp_w60{ width:60%}
.inp_w70{ width:70%}
.inp_w80{ width:80%}
.inp_w90{ width:90%}
.inp_w100{ width:100%}

/**/
.label_st{display:inline-block; *display:inline; zoom:1; padding:0 10px;}
.label_st > *{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; cursor:pointer;}
.label_st span{ margin-left:3px}

.input_st{display:inline-block; *display:inline; zoom:1; vertical-align:middle; border:1px solid #ccc; color:#666; box-sizing:border-box}
.input_st:focus,
.input_st:hover{ background:#f9f9f9}
input[type=text].input_st,
input[type=password].input_st{line-height:30px; height:30px;}
input[type=file].input_st{ background:none; border:none}
textarea.input_st{}
select.input_st{ height:30px;}
input[type=button].btn_st,
input[type=submit].btn_st{display:inline-block; *display:inline; zoom:1; vertical-align:middle; border:none}

.input_st.tel { width:9%; min-width:50px; }


.list.board_st td.w_tit > a { text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}


.board_btn, .search_btn {appearance:none; -webkit-appearance:none;}

/**/
.board_gallery{ padding-top:40px; border-top:2px solid #333;}
.board_photo_wrap{ margin:0 0 0 -20px; *zoom:1;}
.board_photo_wrap2 { margin:0 0 0 -20px;  }
.board_photo_wrap:after{ content:""; display:block; clear:both;}
.board_photo_wrap > li{ float:left; width:33.33%}
.board_photo_wrap2 > li{ float:left; width:33.33%}
.board_photo_wrap .list{ margin:0 0 40px 20px; padding-bottom:15px; cursor:pointer}
.board_photo_wrap2 .list{ margin:0 0 40px 20px;  }
.board_photo_wrap .list .img{ overflow:hidden;}
.board_photo_wrap .list .tit{ padding:25px 0 5px 0; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; font-family:notokrM,sans-serif; font-size:1.125em; color:#007dc5;}
.board_photo_wrap .list .name{ padding-bottom:5px; font-size:.875em; color:#444; line-height:16px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.board_photo_wrap .list .date{ padding-bottom:10px; line-height:16px;font-size:.813em; color:#bbb;}
.board_photo_wrap .list .comm{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; margin-left:15px; padding-left:28px; background:url(../images/inc/icon_comm.png) no-repeat left top; font-family: 'LatoWebBold'; color:#f7941e;}
.board_photo_wrap .list .txt{ font-size:.875em; color:#666; height:55px; line-height:1.3; overflow:hidden; font-family:notokrR,sans-serif;}
.board_photo_wrap .list .btn{ padding-top:30px;}
.board_photo_wrap .list .btn .st{ position:relative;display:inline-block; *display:inline; zoom:1; margin-left:15px; padding-bottom:5px; border-bottom:2px solid #000; font-weight:400; font-size:.875em; color:#222;}
.board_photo_wrap .list .btn .st:before{ content:""; position:absolute; top:5px; left:-13px; width:8px; height:8px; background:url(../images/inc/icon_plus.png) no-repeat -11px -11px;}
.board_photo_wrap .list:hover *{ transition:0.3s}
.board_photo_wrap .list:hover .img img { transform:scale(1.1,1.1);}
.board_photo_wrap .list:hover .tit,
.board_photo_wrap .list:hover .name,
.board_photo_wrap .list:hover .date,
.board_photo_wrap .list:hover .txt,
.board_photo_wrap .list:hover .btn{ padding-left:25px; padding-right:25px;}

.line_ani,
.line_ani_wrap{ position:relative; z-index:inherit}
.line_ani .line{ position:absolute; background:#007dc5; width:0; height:0}
.line_ani .line.lineT{ left:0; top:0; transition:width 0.4s;}
.line_ani .line.lineR{ right:0; top:0; transition:height 0.4s;}
.line_ani .line.lineB{ right:0; bottom:0; transition:width 0.4s;}
.line_ani .line.lineL{ left:0; bottom:0; transition:height 0.4s;}
.line_ani:hover .line.lineT,
.line_ani:hover .line.lineB{ width:100%; height:1px}
.line_ani:hover .line.lineR,
.line_ani:hover .line.lineL{ width:1px; height:100%}



/**/
.gall_box { position:relative; margin-left:-20px; overflow:hidden;}
.gall_box .gall_in {width:25%; float:left;}
.gall_box .gall_in > div {margin-left:20px; margin-bottom:35px;}

.gall_box .gall_in .gall_txt { font-family:ng,sans-serif; font-size:.938em; margin:0 5px; margin-top:13px; cursor:pointer; border-top:1px dashed #ddd; border-bottom:1px dashed #ddd; padding:7px 0; transition:.3s;}
.gall_box .gall_in .gall_txt .gall_tit { font-size:.875em; width:90%; margin:auto; }
.gall_box .gall_in .gall_txt .gall_tit p.gal_l_txt{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.gall_box .gall_in ul li {border:1px solid #ccc; transition:.3s;}

.gall_box .gall_in > div:hover ul li {border:1px solid #007dc5; }
.gall_box .gall_in > div:hover .gall_txt { border-top:1px dashed #007dc5; border-bottom:1px dashed #007dc5; }
.gall_box .gall_in > div:hover .gall_tit {color:#007dc5 }



/**/
.reserv_ps {text-align:right; font-size:.75em; color:#666;}
.ps_red {font-size:.75em; color:#C33;}
.reserv_st {margin-top:10px !important;}


@media all and (max-width:1023px){
	.w_state{width:60px}
	.w_date2{width:127px;}

	.w_hit{width:80px;}
	.w_date{width:120px;}
	.w_name{width:80px;}
	.inp_w1{width:25%;}
	.inp_w2{width:50%;}

	.search_btn {font-size:12px; padding:0 12px;}
}



@media all and (max-width:940px){
	.board_sub_tt{ color:#555; font-size:0.938em; display:block; margin-top:5px;}
	.inp_w1{width:30%;}
	.inp_w2{width:68%;}
	.board_st .board_none, .board_st tr th.w_date {display:none;}
	select { min-width:60px !important;}
}


@media all and (max-width:768px){
	.notice.board_icon{padding:0 3px;}

	.board_st th, .board_st td{padding:5px 5px; font-size:12px !important;}

	.board_photo_wrap > li{width:50%;}
	.w_no{width:34px}
	.w_state{width:40px;}
	.w_date2{width:100px;}
	.search_inp{min-width:100px; font-size:1.2em;}
	.search_select{font-size:1.2em;}

	.w_date{width:61px;}

	.w_hit{width:40px;}
	.w_name{width:90px !important;}

	.inp_w1{width:35%;}
	.inp_w2{width:100%;}
	.board_sub_tt{display:block; padding-top:5px;}

	.sub_agree_wrap{padding:10px;}

	.board_btn{line-height:30px; padding:0 5px;}

	.board_btn.c1{ background:#069; border:1px solid #069; color:#fff; cursor:pointer; width:120px; height:40px;}
	.board_btn.c2{ background:#fff; border:1px solid #999; color:#666; cursor:pointer; width:120px; height:40px;}

}
