@charset "utf-8";
/* board */

/*search*/
.search_form {height:68px; margin:auto; width:790px;background:url(/ko/Assets/Images/Board/bg_search_form.gif) no-repeat; text-align:center; font:12px dotum; padding-top:9px;}
.search_form input{margin:-1px 0 1px ; font-size:12px; vertical-align:middle; border-spacing:0; position:relative; padding:0;}
.search_form input.btn_search{padding:0;width:80px; height:25px;background:url(/ko/Assets/Images/Board/btn_search.gif) no-repeat;border-spacing:0;border:none; text-indent:-9999px; cursor:pointer;}
.search_form li{display:inline-block;padding-right:14px;padding-top:5px}

.search_form2 {height:63px; margin:auto; width:790px;background:url(/ko/Assets/Images/Board/bg_search_form.gif) no-repeat; text-align:center;font:12px dotum; padding-top:14px;}
.search_form2 input{margin:-1px 0 1px ; font-size:12px; vertical-align:middle; border-spacing:0; position:relative;}
.search_form2 .btn_search{margin-left:5px;width:80px; height:25px;background:url(/ko/Assets/Images/Board/btn_search.gif) no-repeat;border-spacing:0;border:none; text-indent:-9999px; cursor:pointer;}
.search_form2 li{display:inline-block; padding-right:1px}
.search_form2 .inputtxt {border:1px solid #ccc; height:18px; padding:0; width:180px}
.search_form2 span{font-size:0}

/*이미지 목록 갯수*/
.imglist_form {height:63px; margin:auto; width:790px;background:url(/ko/Assets/Images/Board/bg_search_form.gif) no-repeat; text-align:center;font:12px dotum; padding-top:14px;}
.imglist_form li{display:inline-block;padding-right:6px}
.imglist_form .btn_img12 {width:55px; height:25px;background:url(/ko/Assets/Images/Board/btn_img_12.gif) no-repeat;border-spacing:0;border:none; text-indent:-9999px; cursor:pointer}
.imglist_form .btn_img36 {width:55px; height:25px;background:url(/ko/Assets/Images/Board/btn_img_36.gif) no-repeat;border-spacing:0;border:none; text-indent:-9999px; cursor:pointer}
.imglist_form .btn_img72 {width:55px; height:25px;background:url(/ko/Assets/Images/Board/btn_img_72.gif) no-repeat;border-spacing:0;border:none; text-indent:-9999px; cursor:pointer}
.imglist_form .btn_img108 {width:55px; height:25px;background:url(/ko/Assets/Images/Board/btn_img_108.gif) no-repeat;border-spacing:0;border:none; text-indent:-9999px; cursor:pointer}
.imglist_form .btn_img144 {width:55px; height:25px;background:url(/ko/Assets/Images/Board/btn_img_144.gif) no-repeat;border-spacing:0;border:none; text-indent:-9999px; cursor:pointer}
.imglist_form .btn_img180 {width:55px; height:25px;background:url(/ko/Assets/Images/Board/btn_img_180.gif) no-repeat;border-spacing:0;border:none; text-indent:-9999px; cursor:pointer}

/*board_list*/
.board_list {margin:auto; width:790px; color:#202020; background-color:#fff; min-height:400px;}
.board_list p{font:12px dotum;height:21px}
.board_list span.red_bold {color:#e61c12; font-weight:bold; text-decoration:underline}
.board_list table{border-collapse:0; border-top:2px solid #434343; width:790px; margin:auto;}
.board_list th{border-bottom:1px solid #d0d0d0;background:#f3f3f3 url(/ko/Assets/Images/Board/line_left.gif) repeat-y 0 0 ; height:40px; font-family:daumregular;font-size:14px}
.board_list th:first-child {background-image:none;}
.board_list td{height:40px;border-bottom:1px solid #d0d0d0;background:#fff url(/ko/Assets/Images/Board/line_left.gif) repeat-y 0 0 ; text-align:center; font:12px dotum;color:#707070}
.board_list td.last{border-right:none;}
.board_list td:first-child{background-image:none;}
.board_list td.title{color:#393939; text-align:left; text-indent:20px;}
.board_list td.title a:link{ text-decoration:none; color:#393939;}
.board_list td.title a:visited{ text-decoration:none; color:#393939;}
.board_list td.title a:hover{ text-decoration:none; color:#e61c12;}

/*board_view 뉴스*/
.board_list th.title{color:#393939; text-align:left; padding-left:15px;border-right:none;padding-top:20px; padding-right:20px; font:bold 14px dotum; line-height:18px}
.board_list th.category{color:#393939; text-align:left; text-indent:20px; border-right:none;}
.board_list th p{ font-size:12px; color:#707070; padding-top:5px; padding-bottom:5px}
.board_list th.listtitle{text-align:left; text-indent:20px}

.board_list td.file {border:none; background:url(/ko/Assets/Images/Board/line_dotted.gif) repeat-x bottom; height:38px; text-align:left; text-indent:15px}
.board_list th.filetitle {border:none; background:url(/ko/Assets/Images/Board/line_dotted.gif) repeat-x bottom; height:38px; text-align:left ; font-family:daumregular; color:#434343; font-size:14px; text-indent:20px}
.board_list td a{text-decoration:none;color:#707070; }
.board_list td a:visited{text-decoration:none;color:#707070;}
.board_list td a:hover{text-decoration:none;color:#393939;}
.board_list td img{vertical-align:middle}
.board_list td.text {padding:25px 20px 30px 20px;  min-height:200px;border-right:none;font:12px dotum; text-align:left; line-height:18px; vertical-align:top; }
.board_list td.text p {height:auto}
.board_list th.prev{background:#f3f3f3 url(/ko/Assets/Images/Board/bl_prev.gif) no-repeat 20px 20px; text-indent:37px; text-align:left;}
.board_list th.next{background:#f3f3f3 url(/ko/Assets/Images/Board/bl_next.gif) no-repeat 20px 20px; text-indent:37px; text-align:left;}
.board_list td.listtitle{text-align:left; text-indent:20px; }

.board_list th.board_none{background-image:none}

/*board_view 재단활동*/
.board_view {margin:auto; width:790px; color:#202020; background-color:#fff;}
.board_view table{border-collapse:0; border-top:2px solid #434343; width:790px; margin:auto;}
.board_view th:first-child {height:40px;border-bottom:1px solid #d0d0d0;border-left:none;text-align:center;  color:#434343}
.board_view th {height:40px;border-bottom:1px solid #d0d0d0;border-left:1px solid #d0d0d0;text-align:center;color:#434343; background-color:#f3f3f3; font-family:daumregular; font-size:14px;}
.board_view td.title {height:40px;border-bottom:1px solid #d0d0d0;border-left:none;text-align:left; font:bold 14px dotum; color:#393939}
.board_view td {height:40px;border-bottom:1px solid #d0d0d0;background:#fff url(/ko/Assets/Images/Board/line_left.gif) repeat-y 0 0 ;text-align:left; color:#707070;text-indent:20px; font:12px dotum;}
.board_view td a:link{ text-decoration:none; color:#707070;font:12px dotum;}
.board_view td a:visited{text-decoration:none; color:#707070;font:12px dotum}
.board_view td a:hover{text-decoration:none; color:#393939;font:12px dotum}
.board_view th.prev{background:#f3f3f3 url(/ko/Assets/Images/Board/bl_prev.gif) no-repeat 20px 20px; text-indent:37px; text-align:left;}
.board_view th.next{background:#f3f3f3 url(/ko/Assets/Images/Board/bl_next.gif) no-repeat 20px 20px; text-indent:37px; text-align:left;}
.board_view td img{vertical-align:middle}
.board_view td.txt {min-height:200px;padding:25px 20px 30px 20px; background-image:none; vertical-align:top; text-indent:0; line-height:18px}
.board_view th.filetitle {border:none; background:url(/ko/Assets/Images/Board/line_dotted.gif) repeat-x bottom; height:36px; text-align:center ; font-family:daumregular; color:#434343; font-size:14px; text-indent:20px}
.board_view td.filetitle {border:none; background:url(/ko/Assets/Images/Board/line_dotted.gif) repeat-x bottom; height:36px; text-align:left ; text-indent:20px}


/*게시판버튼*/
.btn_board {padding-top:20px;margin:auto; width:790px; text-align:right}
.btn_board .btn_list{width:60px; height:25px;background:url(/ko/Assets/Images/Board/btn_list.gif) no-repeat;border-spacing:0;border:none; text-indent:-9999px; cursor:pointer; display:inline-block; font-size:0}

/*포토게시판*/
.board_photo {margin:auto; width:790px; color:#202020; background-color:#fff; display:block}
.board_photo p{font:12px dotum;height:21px}
.board_photo ul{display:block}
.board_photo li{float:left;padding-right:10px;}

.board_photo li a:link img{border:none;overflow:hidden}
.board_photo li a:visited img{border:none;}
.board_photo li a:hover img{outline:5px solid #e61c12;}
.board_photo li:nth-child(4n){padding:0}
.board_photo li.n4{padding:0}

.board_photo li ul{width:160px; font:12px dotum;text-align:center; margin:auto;}
.board_photo li ul li{line-height:16px; padding-top:5px; height:39px; text-align:center; width:160px; /*width:160px; overflow:hidden;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;*/}

/*포토갤러리 팝업*/
.photo_popup {visibility: hidden; width:650px; height:450px; background-color:#fff; z-index:1100; position:absolute; top:200px; left:130px;}
.photo_popup .photolayer{width:640px; height:280px; margin:auto;}
.photo_popup .phototitle{height:25px;width:600px; margin:auto;font-family:daumregular;color:#393939; font-size:14px; padding-top:20px}

.photo_btn { position:absolute; width:640px; top:210px}
.btn_photoprev{width:30px; height:30px;background:url(/ko/Assets/Images/Board/btn_photo_prev.gif) no-repeat;border-spacing:0;border:none; text-indent:-9999px; cursor:pointer; float:left;}
.btn_photonext{width:30px; height:30px;background:url(/ko/Assets/Images/Board/btn_photo_next.gif) no-repeat;border-spacing:0;border:none; text-indent:-9999px; cursor:pointer; float:right;}

span.btn_photo_close { position:absolute; display:inline-block; top:20px; right:20px;}
span.pagenumber {font-family:Tahoma; color:#787878;  position:absolute; display:block;top:-12px;width:569px; text-align:right;}
span.pagenumber strong{font-family:Tahoma; color:#e61c12}

/*pagenumber*/
.pagenumber {margin:auto; width:790px; text-align:center; padding-top:30px; padding-bottom:50px; clear:both}
.pagenumber .btn_prev_first{width:16px; height:14px;background:url(/ko/Assets/Images/Board/btn_prev_first.gif) no-repeat;border-spacing:0;border:none; text-indent:-9999px; display:inline-block; position:relative; top:2px}
.pagenumber .btn_prev{width:16px; height:14px;background:url(/ko/Assets/Images/Board/btn_prev.gif) no-repeat;border-spacing:0;border:none; text-indent:-9999px;display:inline-block; position:relative; top:2px}
.pagenumber .btn_next{width:16px; height:14px;background:url(/ko/Assets/Images/Board/btn_next.gif) no-repeat;border-spacing:0;border:none; text-indent:-9999px;display:inline-block; position:relative; top:2px}
.pagenumber .btn_next_end{width:16px; height:14px;background:url(/ko/Assets/Images/Board/btn_next_end.gif) no-repeat;border-spacing:0;border:none; text-indent:-9999px;display:inline-block;position:relative; top:2px}
.pagenumber span a{padding:5px 8px 4px 8px; color:#797171; font:bold 12px dotum; word-spacing:10px; text-decoration:none;}
.pagenumber span strong {padding:5px 8px 4px 8px; color:#e61c12; font:bold 12px dotum; word-spacing:10px; text-decoration:none; border:1px solid #e61c12}

/*pagenumber_photo*/
.pagenumber_photo {margin:auto; width:790px; text-align:center; padding-top:22px; padding-bottom:50px; clear:both}
.pagenumber_photo .btn_prev_first{width:16px; height:14px;background:url(/ko/Assets/Images/Board/btn_prev_first.gif) no-repeat;border-spacing:0;border:none; text-indent:-9999px;display:inline-block; position:relative; top:2px}
.pagenumber_photo .btn_prev{width:16px; height:14px;background:url(/ko/Assets/Images/Board/btn_prev.gif) no-repeat;border-spacing:0;border:none; text-indent:-9999px;display:inline-block; position:relative; top:2px}
.pagenumber_photo .btn_next{width:16px; height:14px;background:url(/ko/Assets/Images/Board/btn_next.gif) no-repeat;border-spacing:0;border:none; text-indent:-9999px;display:inline-block; position:relative; top:2px}
.pagenumber_photo .btn_next_end{width:16px; height:14px;background:url(/ko/Assets/Images/Board/btn_next_end.gif) no-repeat;border-spacing:0;border:none; text-indent:-9999px;display:inline-block; position:relative; top:2px}
.pagenumber_photo span a{padding:5px 8px 4px 8px; color:#797171; font:bold 12px dotum; word-spacing:10px; text-decoration:none;}
.pagenumber_photo span strong {padding:5px 8px 4px 8px; color:#e61c12; font:bold 12px dotum; word-spacing:10px; text-decoration:none; border:1px solid #e61c12}




