/* gallery_board */
.gallery_board {width:100%; position: relative;}
.gallery_board > table {float:left; display:block; width:24% !important; margin:0 10px 20px 0; padding:0 !important;}
.gallery_board > table.board {width:100% !important}
.gallery_board > table td {overflow: hidden}
.gallery_board td.bbsnewf5 a img {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
.gallery_board td.bbsnewf5 a img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.gallery_board td.bbsnewf5 a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* gallery_board2 */
.gallery_board2 {width:100%; position: relative;}
.gallery_board2 > table {float:left; display:block; width:33% !important; margin:0 0 5px 0; padding: 0 10px 0 0;}
.gallery_board2 > table.board {width:100% !important; }
.gallery_board2 > table td {overflow: hidden}
.gallery_board2 td.bbsnewf5 a img {
  display: block;
  position: relative; 
  z-index: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.gallery_board2 td.bbsnewf5 a img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* gallery_subject */
.gallery_subject {position: relative; z-index: 10; border-top:1px solid #efefef}
.gallery_subject a {display: block; margin:10px 0 0 0;}
.gallery_subject a span.gallery_title {font-size:14px; color:#333; line-height:25px;}
.gallery_subject a span.gallery_title:hover {color: #0097e6;}
.gallery_subject br { display: none;}
.gallery_etc {float:left; padding:10px 5px 5px; font-size:13px !important; color:#555;}
 /* paging */
.board_paging {clear:both; width: 100%; text-align:center; margin-top:15px; margin-bottom:15px;}
.board_paging > b, .board_paging > a {display:inline-block; width:25px; height:25px; line-height:25px; text-align:center; border:1px solid #efefef}
.board_paging > b {color:#fff; border-color:#666; background:#666}
.board_paging > a {color:#666}
.board_paging > a:hover {color:#555; border-color:#cdcdcd; background:#f4f4f4}
/* search */
#ext_search {clear:both; width: 100%; position: relative; text-align:center;}
#ext_search select {font-size:13px; padding:3px 5px; border:1px solid #d8d8d8; cursor:pointer}
#ext_search select:focus, #ext_search select:hover {border-color:#e5e5e5}
#ext_search input[type=text] { width: 190px; font-size:13px; color:#555; padding:4px 5px 5px 5px; margin:0 0 0 4px; border:1px solid #d8d8d8;}
#ext_search input[type=text]:focus, #ext_search input[type=text]:hover {border-color:#e5e5e5}
#ext_search input[type=image] { padding:4px 5px 5px 5px;margin:0 0 0 4px;border:1px solid #d8d8d8;}
#check_all {margin-left:5px; vertical-align:-5px}

/* °Ô½ÃÆÇ ÀÐ±â */
.board_style {width:100%; margin-top:15px; margin-bottom:15px; border-top:2px solid #e5e5e5;}
.board_style input[type=file] {width:80%}
.board_style input[type=text], .board_style input[type=password] {width:80%; height:40px; border:1px solid #e8e8e8; color:#333; padding-left:10px; }
.board_style input[type=text]:focus, .board_style input[type=text]:hover, .board_style input[type=password]:focus, .board_style input[type=password]:hover {border-color:#d8d8d8}
.board_style select {height:40px; line-height:38px; border:1px solid #e0e0e0; cpadding:0 10px; ursor:pointer}
.board_style select:focus, .board_style select:hover {border-color:#d8d8d8}
.board_style tbody td {border-bottom:1px solid #efefef}
.board_style tbody td font, .board_style tbody td span, .board_style tbody td a {font-size:13px !important}
.board_btn {margin:5px 0;}

@media screen and (max-width:480px) { 
 .gallery_board2 {width:100%; margin-left:0;}
 .gallery_board2 > table {width:49% !important; margin:0 !important;}
 .gallery_board2 td.bbsnewf5 a > img {height:160px !important; min-width: 140px; max-width: 140px;}
}
@media (min-width:481px) and (max-width:640px) {
 .gallery_board2 {width:100%; position: relative;}
 .gallery_board2 > table {float:left; display:block; width:49% !important; margin:0 4px 0 0;}
 .gallery_board2 td.bbsnewf5 a > img {height:235px !important; min-width: 220px; max-width: 220px;}
}
@media (min-width:641px) and (max-width:767px) {
 .gallery_board2 {width:100%; position: relative;}
 .gallery_board2 > table {float:left; display:block; width:49% !important; margin:0 4px 0 0;}
 .gallery_board2 td.bbsnewf5 a > img {height:300px !important; min-width: 285px; max-width: 285px;}
}
@media (min-width:768px) and (max-width:991px) {
 .gallery_board td.bbsnewf5 a > img {height:230px !important; min-width: 210px; max-width: 210px;}
 .gallery_board2 td.bbsnewf5 a > img {height:230px !important; min-width: 210px; max-width: 210px;}
}
@media (min-width:992px) and (max-width:1199px) {
 .gallery_board2 td.bbsnewf5 a > img {height:210px !important; min-width: 195px; max-width: 195px;}
}
@media screen and (min-width: 1200px) {
 .board_style > div {width:830px;}
 #post_area img {height:auto !important; max-width:830px;}
 .gallery_board2 td.bbsnewf5 a > img {height:250px !important; min-width: 230px; max-width: 230px;}
}
#post_area {}
#post_area img {padding-bottom:5px;}
@media (max-width:767px) {
 .gallery_subject a span.gallery_title {font-size:13px; color:#333;}
 #post_area img {height:auto !important; max-width:100%;}
}

.cateform {font-size:13px; line-height:28px;}

.board-gallery #post_area {
 max-width:830px;
 text-align:center !important;
}
.board-list #post_area {
 max-width:830px;
}
#post_area img {
 padding-bottom:5px;
}
#post_area img {
 max-width:100%;
 height: auto
}