/*갤러리목록 스타일*/

#list_gallery{}
#list_gallery dl{margin:2em 0; }
#list_gallery dl dt {width:50%; }
#list_gallery dl:nth-child(even) dt{order:2;}
#list_gallery dl dt  span.ga_image{display:Block; background-size:cover; background-position:center;   text-align:center; font-size:1.2em; color:#999;}
#list_gallery dl dt span.no_image{position:relative; display:Block; background:#DDD url(../../../../../img/logo.png) center center no-repeat; background-size:auto; text-align:center; font-size:1em; color:#999;}
#list_gallery dl dt span.no_image:after{position:absolute; left:0; right:0;  line-height:1em; bottom:1em; content:"NO IMAGE";}

#list_gallery dl dd {width:50%; padding:2em; text-align:center; }
#list_gallery dl dd h4 {font-size:2em; line-height:130%;font-weight:700;}
#list_gallery dl dd h6 {font-size:1.2em; line-height:130%;font-weight:300;}
#list_gallery dl dd p {margin-top:1em; font-size:1.2em; }
#list_gallery dl dd a {position:absolute; bottom:0; right:0; background:#00085f; color:#FFF; padding:.2em 1em;}

#list_gallery .empty_list{width:100%; padding:5em; height:20em; line-height:16em}
#list_gallery dl label{position:absolute; top:0; right:0;margin-right:0; z-index:3;}



@media (max-width:750px){
#list_gallery dl.dlw {display:block}
#list_gallery dl dt {width:100%; }
#list_gallery dl dd {width:100%; }
#list_gallery dl dd h4 {font-size:1.5em;  }
#list_gallery dl dd p {margin-top:1em; font-size:1em; }

}