@charset "utf-8";

.wrap_photo{word-break:break-all;}

/*게시판*/
.wrap_photo > ul{}
.wrap_photo > ul > li{}
/*타이틀*/
.wrap_photo .title{}
.wrap_photo .title a{display:inline-block;font-size:20px;font-weight:500;line-height:1;padding:10px 0;}
/*목록*/
.wrap_photo .list{margin-top:20px;position:relative;}
.wrap_photo .list ul{}
.wrap_photo .list ul li{}
/*noData*/
.wrap_photo .list .nodata{font-size:18px;text-align:center;padding:60px;width:100%;}
/*컨텐츠*/
.wrap_photo .con{}
/*링크*/
.wrap_photo a.subject{display:block;position:relative;}
/*썸네일*/
.wrap_photo .thumb{width:100%;max-height:370px;overflow:hidden;display:flex;align-items:center;justify-content:center;}
.wrap_photo .thumb img{width:100%;}
/*제목*/
.wrap_photo .subjectText{padding:12px;color:#FFF;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;position:absolute;left:0;bottom:0;width:100%;padding:15px 10px;background:rgba(0,0,0,0.6);}
/*내용*/
.wrap_photo .content{display:none;}
/*날짜*/
.wrap_photo .date{display:none;}
/*더보기*/
.wrap_photo .more{text-indent:-9999px;position:absolute;right:0;top:0;width:40px;height:40px;border: 1px solid #888;background:#FFF 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 .control button{}
.wrap_photo .paging,.wrap_photo .playstop,.wrap_photo .numbering{display:none;}
.wrap_photo .prevnext button{display:block;text-indent:-9999px;position:absolute;top:calc(50% - 30px);width:40px;height:60px;border: 1px solid #888;background:rgba(0,0,0,0.6) url(/sites/style_guide/images/common/arrow_4_w.png) center no-repeat;}
.wrap_photo .prevnext button.prev{left:0;transform:rotate(180deg);}
.wrap_photo .prevnext button.next{right:0;}

@media only screen and (max-width:768px){
}


/*HOVER************************************************************/
@media only screen and (min-width:1025px){
	.wrap_photo .prevnext button:hover{background-color:#02142c}
}