@charset "utf-8";

.wrap_photo{word-break:break-all;}

/*게시판*/
.wrap_photo > ul{}
.wrap_photo > ul > li{position:relative;padding-bottom:70px;}
/*타이틀*/
.wrap_photo .title{display:none;}
.wrap_photo .title a{}
/*목록*/
.wrap_photo .list{}
.wrap_photo .list ul{}
.wrap_photo .list ul li{margin:0 10px;}
/*noData*/
.wrap_photo .list .nodata{font-size:18px;text-align:center;padding:30px 0;width:100%}
/*썸네일*/
.wrap_photo .thumb{width:100%;height:270px;}
.wrap_photo .thumb img{width:100%;height:100%;}
/*감싸기*/
.wrap_photo .con{background:#FFF;padding:20px;}
/*링크*/
.wrap_photo a.subject{display:block;}
/*제목*/
.wrap_photo .subjectText{font-size:18px;color:#222;line-height:1.2;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/*내용*/
.wrap_photo .content{display:none;}
/*날짜*/
.wrap_photo .date{font-size:16px;margin-top:10px;color:#888888;}
/*더보기*/
.wrap_photo .more{display:block;text-indent:-9999px;position:absolute;left:50%;bottom:0;margin-left:-25px;width:50px;height:50px;background:url(/sites/style_guide/images/common/plus_1_b.png) center no-repeat;}
/*활성화*/
.wrap_photo .list,
.wrap_photo .more{display:none}
.wrap_photo > ul > li.active .list,
.wrap_photo > ul > li.active .more{display:block}
.wrap_photo > ul > li.active .title a{}
/*CONTROL*/
.wrap_photo .paging,
.wrap_photo .playstop,
.wrap_photo .numbering{display:none;}
.wrap_photo .prevnext button{display:inline-block;width:50px;height:50px;font-size:0;background:url(/sites/style_guide/images/common/arrow_3_b.png) center no-repeat;position:absolute;bottom:0;left:50%;}
.wrap_photo .prevnext button.prev{transform:rotate(180deg);margin-left:-90px;}
.wrap_photo .prevnext button.next{margin-left:40px;}
@media only screen and (max-width:768px){
	.wrap_photo .subjectText{font-size:16px;}
}


/*HOVER************************************************************/
@media only screen and (min-width:1025px){
	.wrap_photo a.subject:hover img{box-shadow:-5px 5px 5px #888;transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);}
}