@charset "utf-8";

/*구조*/
.organB_photo2{height:100%;}
.organB_photo2 .container{}
.organB_photo2 ul.inner{}
.organB_photo2 ul.inner > li{}

/*타이틀*/
.organB_photo2 .title{padding-bottom:30px;}
.organB_photo2 .title a{font-size:30px;color:#FFF;font-family:'Dream Bold';line-height:1;position:relative;padding:5px 10px 0 0;display:inline-block;}
.organB_photo2 .title a::before{content:"";display:block;width:10px;height:10px;border-radius:100%;background:#00a993;position:absolute;right:0;top:0;}
.organB_photo2 .inner > li.active .title a{}

/*목록*/
.organB_photo2 .list{}
.organB_photo2 .list ul{display:flex;flex-wrap:wrap;}
.organB_photo2 .list ul li{width:25%;}

/*noData*/
.organB_photo2 .list .nodata{font-size:18px;color:#FFF;text-align:center;padding:40px 0;width:100%;}

/*링크*/
.organB_photo2 a.subject{}

/*썸네일*/
.organB_photo2 .thumb{overflow:hidden;width:100%;height:220px;position:relative;}
.organB_photo2 .thumb img{display:none;max-width:unset;width:100%;object-fit:cover;}
.organB_photo2 .thumb::before{content:"";display:block;width:100%;height:100%;background:rgba(0,0,0,0.5) url(../images/more.png) no-repeat center;position:absolute;left:0;top:0;opacity:0;}
.organB_photo2 .thumb::after{content:"";display:block;width:50px;height:50px;border:4px solid #FFF;border-radius:100%;position:absolute;left:calc(50% - 25px);top:calc(50% - 25px);opacity:0;}

/*컨텐츠*/
.organB_photo2 .con{padding:25px;background:rgba(0,0,0,0.3);}

/*제목*/
.organB_photo2 .subjectText{line-height:1;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.organB_photo2 .subjectText span{font-size:19px;color:#FFF;font-family:'Dream Medium';}

/*내용*/
.organB_photo2 .content{line-height:1;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:10px 0;}
.organB_photo2 .content span{font-size:14px;color:#c0c0c0;font-family:'Dream Regular';}

/*날짜*/
.organB_photo2 .dateA{font-size:12px;color:#c0c0c0;line-height:1;}
.organB_photo2 .dateB{display:none;}

/*더보기*/
.organB_photo2 .more{display:block;text-indent:-9999px;width:20px;height:20px;background:url(../images/more.png) no-repeat center;position:absolute;right:0;top:10px;}

/*활성화*/
.organB_photo2 .list,
.organB_photo2 .more{display:none}
.organB_photo2 .inner > li.active .list,
.organB_photo2 .inner > li.active .more{display:block}

/*CONTROL*/
.organB_photo2 .control{display:none;}

/*HOVER*/
@media only screen and (min-width:1281px){
	.organB_photo2 a.subject:hover .thumb::before,
	.organB_photo2 a.subject:hover .thumb::after{opacity:1;transition:0.5s;}
	.organB_photo2 a.subject:hover .con{background:rgba(0,0,0,0.6);transition:0.5s;}
}
@media all and (max-width:1700px) {
}
@media only screen and (max-width:1280px){
	.organB_photo2 .title a{font-size:24px;}
	.organB_photo2 .content{line-height:1;height:unset;word-wrap:unset;white-space:nowrap;}
	.organB_photo2 .more{top:4px;}
}
@media only screen and (max-width:768px){
	.organB_photo2 .list ul li{width:50%;}
	.organB_photo2 .title{padding-bottom:20px;}
	.organB_photo2 .title a{font-size:20px;}
	.organB_photo2 .thumb{height:150px;}
	.organB_photo2 .con{padding:15px;}
	.organB_photo2 .subjectText{line-height:1.5;height:45px;white-space:unset;word-wrap:break-word;}
	.organB_photo2 .subjectText span{font-size:14px;}
	.organB_photo2 .content,
	.organB_photo2 .dateA{display:none;}
}