@charset "utf-8";

.wrap_photo{word-break:break-all;}

/*게시판*/
.wrap_photo > ul{height:100%;padding-left:30%;}
.wrap_photo > ul > li{height:100%;position:relative;}
/*타이틀*/
.wrap_photo .title{display:none;}
.wrap_photo .title a{font-size:32px;color:#253369;font-family: 'Montserrat', sans-serif;font-weight:600;letter-spacing:2px;line-height:1;cursor:auto;}
/*목록*/
.wrap_photo .list{}
.wrap_photo .list ul{}
.wrap_photo .list ul li{width:100%;margin-left:30px;}
/*noData*/
.wrap_photo .list .nodata{font-size:18px;text-align:center;padding:30px 0;width:100%}
/*컨텐츠*/
.wrap_photo .con{}
/*썸네일*/
.wrap_photo .thumb{width:100%;height:220px;}
.wrap_photo .thumb img{width:100%;height:100%;}
/*링크*/
.wrap_photo a.subject{display:block;}
/*제목*/
.wrap_photo .subjectText{font-size:20px;color:#222;line-height:1.2;font-weight:400;margin-top:20px;height:50px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;}
/*내용*/
.wrap_photo .content{display:none;}
/*날짜*/
.wrap_photo .date{font-size:16px;background:url(../images/icon_clock.png) left center no-repeat;padding-left:25px;margin-top:10px;}
/*더보기*/
.wrap_photo .more{display:block;text-indent:-9999px;position:absolute;left:-30px;top:0;width:30px;height:30px;background:url(/sites/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;text-indent:-9999px;position:absolute;bottom:0;width:100px;height:60px;margin-left:-43%;background:#0178f6 url(/sites/guide/images/common/btn_icon_4_w.png) center no-repeat;}
.wrap_photo .prevnext button.prev{left:0;transform:rotate(180deg);}
.wrap_photo .prevnext button.next{left:101px;}
@media only screen and (max-width:1280px){
	.wrap_photo{display:block;}
	.wrap_photo > ul{width:100%;padding-left:0;}
	.wrap_photo .list ul li{margin:0 15px;}
	.wrap_photo .more{position:relative;left:auto;top:auto;width:100%;height:70px;background:url(/sites/guide/images/common/plus_2_b.png) center no-repeat;}
	.wrap_photo .control button{bottom:auto;top:100px;width:50px;height:50px;margin-left:0;}
	.wrap_photo .prevnext button.prev{}
	.wrap_photo .prevnext button.next{left:auto;right:0;}
}
@media only screen and (max-width:768px){
	.wrap_photo .subjectText{font-size:16px;height:40px;}
}


/*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);}
	.wrap_photo .prevnext button:hover{background-color:#02142c}
}