@charset "utf-8";

.wrap_photo{word-break:break-all;height:100%;background:#FFF;padding:35px;}

/*게시판*/
.wrap_photo > ul{display:flex;justify-content:flex-start;align-contents:center;}
.wrap_photo > ul > li{}
/*타이틀*/
.wrap_photo .title{}
.wrap_photo .title a{display:inline-block;font-size:22px;color:#222;font-weight:400;line-height:1;}
.wrap_photo > ul > li.active .title a{color:#222;}
/*목록*/
.wrap_photo .list{position:absolute;top:85px;left:35px;width:calc(100% - 70px);}
.wrap_photo .list ul{}
.wrap_photo .list ul li{}
/*noData*/
.wrap_photo .list .nodata{font-size:18px;text-align:center;padding:30px 0;width:100%}
/*감싸기*/
.wrap_photo a.subject{display:block;position:relative;}
/*썸네일*/
.wrap_photo .thumb{height:270px;overflow:hidden;}
.wrap_photo .thumb img{height:100%;width:100%;}
/*컨텐츠*/
.wrap_photo .con{position:absolute;bottom:0;left:0;width:100%;background-color:rgba(0,0,0,0.5);}
/*제목*/
.wrap_photo .subjectText{font-size:16px;color:#FFF;line-height:1.2;padding:17px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/*내용*/
.wrap_photo .content{display:none;}
/*날짜*/
.wrap_photo .date{display:none;}
/*더보기*/
.wrap_photo .more{display:block;text-indent:-9999px;position:absolute;right:32px;top:32px;width:30px;height:30px;background:url(/sites/style_guide/images/common/plus_3_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}
/*CONTROL*/
.wrap_photo .paging,
.wrap_photo .playstop,
.wrap_photo .numbering{display:none;}
.wrap_photo .prevnext button{display:inline-block;width:40px;height:50px;font-size:0;background:rgba(0,0,0,0.7) url(/sites/style_guide/images/common/arrow_3_w.png) center no-repeat;position:absolute;top:calc(50% - 20px);}
.wrap_photo .prevnext button.prev{transform:rotate(180deg);left:0;}
.wrap_photo .prevnext button.next{right:0;}
@media only screen and (max-width:420px){
}


/*HOVER****************************************/
@media only screen and (min-width:1025px){
}