.n_gallery_wrap {clear:both; position:relative}
.n_title_wrap {width:100%; height:25px; border:1px solid #ccc}
.n_title a:link, .n_title a:visited, .n_title a:active, .n_title a:hover {float:left; text-decoration:none; padding-left:8px; white-space:nowrap; font-family:nanumgothic; color:#444; line-height:27px}
.n_icon {float:left; margin-left:5px; height:19px}
.n_right_wrap {float:right; padding-top:5px; padding-right:7px}
ul.n_thumb {margin:0 0 15px 0; padding:0 0 0 0; list-style:none; font-size:0; white-space:nowrap;}
ul.n_thumb:after {content: ""; display: block; clear: both;}
ul.n_thumb li {float:left;margin:1%;text-align:left;width:31.33%;overflow: hidden;}
ul.n_thumb li > div {overflow: hidden;/* box-shadow: 3px 3px 5px rgba(0,0,0,0.5); */}
ul.n_thumb li img{transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
ul.n_thumb li a {display: block;overflow: hidden;}
ul.n_thumb li p {font-size: 16px;}
ul.n_thumb li .n_tit {width: 100%; padding: 25px 15px;background: #fff;}
ul.n_thumb li:hover img {transform: scale(1.1); 
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
ul.n_thumb li:hover .n_tit {color: #195c8b;}


