@charset "utf-8";

/*전체감싸기*/
.wrap-photoGallery{box-sizing:border-box;}
/*타이틀*/
.wrap-photoGallery h2{color:#FFF;font-size:16px;font-family: 'Titillium Web', sans-serif;font-weight:700;line-height:1;background-color:rgba( 0,0,0,0.7 );padding:15px;position:absolute;left:0;top:0;width:100%;z-index:1;}
/*게시판*/
.wrap-photoGallery > ul{word-break:break-all;}
.wrap-photoGallery > ul > li{}
/*탭*/
.wrap-photoGallery .title{display:none;}
/*목록*/
.wrap-photoGallery .list{}
.wrap-photoGallery .list ul{}
.wrap-photoGallery .list ul li{}
/*noData*/
.wrap-photoGallery .nodata{font-size:18px;text-align:center;padding:60px 0;width:100%;}
/*링크*/
.wrap-photoGallery .subject{display:block;line-height:1.3;min-height:263px;}
/*썸네일*/
.wrap-photoGallery .thumb{height:190px;overflow:hidden;}
.wrap-photoGallery .thumb img{width:100%;}
/*감싸기*/
.wrap-photoGallery .con{padding:10px 0;position:relative;}
/*카테고리*/
.wrap-photoGallery .cate{display:none;}
/*제목*/
.wrap-photoGallery .subjectText{display:block;font-size:20px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#000;}
/*내용*/
.wrap-photoGallery .content{display:none;}
/*날짜*/
.wrap-photoGallery .date{display:block;font-size:14px;color:#666;padding-top:10px;}
.wrap-photoGallery .date i{font-style:normal;}
.wrap-photoGallery .date em{font-style:normal;}
/*더보기*/
.wrap-photoGallery a.more{display:block;text-indent:-9999px;width:50px;height:50px;background:rgba(0,0,0,0.1) url(/images/regional/common/plus_3_w.png) center no-repeat;position:absolute;right:0;bottom:0;}
/*활성화*/
.wrap-photoGallery > ul > li .list,
.wrap-photoGallery a.more{display:none}
.wrap-photoGallery > ul > li.active .list,
.wrap-photoGallery > ul > li.active a.more{display:block}
/*콘트롤*/
.wrap-photoGallery button{display:inline-block;cursor:pointer;text-indent:-9999px;box-sizing:border-box;width:50px;height:50px;position:absolute;bottom:0;}
.wrap-photoGallery .prevnext{}
.wrap-photoGallery .prevnext button{background:rgba(0,0,0,0.1) url(/images/prime/common/arrow_4_r_w.png) no-repeat center;}
.wrap-photoGallery .prevnext button.prev{right:102px;transform:rotate(180deg);}
.wrap-photoGallery .prevnext button.next{right:51px;border-left:0;}
.wrap-photoGallery .control{display:none;}
.wrap-photoGallery .control .paging{}
@media only screen and (min-width:1025px){
	.wrap-photoGallery a:hover{text-decoration:underline;}
	.wrap-photoGallery a.more:hover,
	.wrap-photoGallery .prevnext button:hover{transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);background-color:rgba(0,0,0,0.3);}
}
@media only screen and (max-width:768px){
	.wrap-photoGallery{height:auto !important;}
	.wrap-photoGallery .thumb{height:auto;max-height:250px;}
}