@charset "utf-8";

/* ****************************************************************************************** *
 * GNUWIZ / wizwic 
 * latest basic style.css custom 
 * ****************************************************************************************** */

/* 새글 스킨 (latest) basic */
.exh_wrap{position:relative; padding:0; overflow:hidden; }
.exh_wrap h6 {font-size: 15px; display: none}
.exh_wrap .exh_title{line-height:1; font-size:12px;color:#253dbe}
.exh_wrap .exh_title a{display:inline-block; font-size:12px !important; font-weight: 300; color:#111; background-color: #e5e5e5; padding: 6px 10px}

.exh_wrap ul{padding:0; }
.exh_wrap li {margin-bottom:0; display: inline-block}
.exh_wrap li > div{float:left;}
.exh_wrap li a {display:block; line-height:1; color:#646873; font-size:12px; font-weight:400; }
.exh_wrap li a:hover {color:#3e4046}

.exh_wrap .lt_more{position:absolute; top:20px; right:20px; width:24px; height:24px; line-height:24px; color:#646873; background:#f7f7f7; 
	border-radius:0; text-align:center;	-webkit-transition:all .3s; transiton:all .3s;}
.exh_wrap .exh_info{width:60px; padding:0; text-align:right;}
.exh_wrap .exh_info .lt_nick{display:none;}

/* 아이콘 공통*/
.exh_wrap .exh_title a > span{padding-left:4px; color:#acafb9; font-size:12px;}
.exh_wrap .exh_title a > span.icon_box_lock{padding-left:0;}
.exh_wrap .exh_title a > span i{text-align:center;}
.exh_wrap .lt_cmt{font-weight:600;}

.exh_wrap .img_list { padding-top: 10px;}
.exh_wrap .gr_total { width: 100%; font-size: 13px; color: #333; font-weight: 300; margin-top: 7px; padding-top: 4px; padding-bottom: 6px; border-top: #ddd 1px dashed }
.exh_wrap .gr_total i {font-size: 12px; color: #aaa; padding-right: 5px; } 
.exh_wrap .gr_total strong { font-size: 15px; color: #111; }




/* ****************************************************************************************** *
 * 980px
 * ****************************************************************************************** */
@media screen and (max-width:980px) {
	
	.exh_wrap{margin-bottom:24px; border:0; box-shadow:0 1px 6px 0 rgba(0,0,0,0.1)}

}
/* 980px end */



/* ****************************************************************************************** *
 * 767px
 * ****************************************************************************************** */
@media screen and (max-width:767px) {
	
	.exh_wrap li{padding:5px 0;}

}
/* 767px end */



/* ****************************************************************************************** *
 * 480px
 * ****************************************************************************************** */
@media screen and (max-width:480px) {

	.exh_wrap {padding:10px 16px 12px;}
	.exh_wrap li a{font-size:13px;}	
	.exh_wrap .lat_title{line-height:40px; font-size:16px;}
	.exh_wrap .lt_more{top:16px;}
	.exh_wrap .exh_info{font-size:13px;}
	.exh_wrap .exh_title a > span{font-size:12px;}
}
/* 480px end */
