@charset "utf-8";

@import url("../default_/style.css");

.board_banner_default ul{float:left; width:100%; border-top:1px #ddd solid; border-bottom:1px #ddd solid;}

.board_banner_default ul li{float:left; width:20%; display:table-cell; text-align:center;  padding:20px 0 20px 0; }
.board_banner_default ul li div{ width:90%; margin:0 auto;  position:relative;}
.board_banner_default ul li div .photo {position:relative;  width:100%; margin:0 auto; }
.board_banner_default ul li div .photo img {width:100%; height:60px; max-height:50px;}

.board_banner_default ul li div dl {width:100%;padding:5px 0 0 0; text-align:left !important;  }
.board_banner_default ul li div dl dt{font-size:0.9em; font-weight:bold;  overflow: hidden; white-space: nowrap;text-overflow: ellipsis; color:#000;}
.board_banner_default ul li div dl dt a{ color:#000;}
.board_banner_default ul li div dl dd {text-justify: inter-word; font-size:11px !important; color:#808080; word-break:break-all; vertical-align:middle; }
.board_banner_default ul li div dl dd span{color:#808080; font-weight:bold;}
.board_banner_default ul li div dl dd a:hover{color:#ea1515;}


.board_banner_default ul li.no_images{ width:100%; text-align:center; }




/*모바일1*/
@media all and (min-width:320px) and (max-width:480px)  {
.board_banner_default ul li{width:50%; }

}

/*모바일1*/
@media all and (min-width:481px) and (max-width:640px)  {

/*일반*/
.board_gallery_default ul li{ width:33%; }
.board_gallery_default ul li div{width:90%;}
.board_gallery_default ul li div .photo { width:100%;}
.board_gallery_default ul li div .photo img {width:100%; height:120px;  max-width:100%;}

.board_gallery_default ul li div dl {width:90%;}




}