@charset "utf-8";

@import url(/Web-home/fnct/bbs/bbs_common/css/board_common_px.css);


/* 앨범 타입 */
.albumWrap {overflow:hidden; line-height: 1.5;}
.albumWrap > ul {position: relative; display: flex; flex-wrap: wrap; width: calc(100% + 52px); padding-top: 40px; border-bottom: 1px solid #8b9099;}
.albumWrap > ul::after {content: ''; position: absolute; left: 0; top: 0; width: calc(100% - 52px); height: 2px; background: #2c2c2c;}
.albumWrap > ul > li {position: relative; padding-right: 52px; padding-bottom: 56px;}
.albumWrap > ul > li.no-data {text-align: center; width:100% !important;}
.albumWrap > ul.boxtype5 > li {width: 20%;}
.albumWrap > ul.boxtype4 > li {width: 25%;}
.albumWrap > ul.boxtype3 > li {width: 33.333%;}
.albumWrap > ul.boxtype2 > li {width: 50%;}
.albumWrap > ul.boxtype1 > li {width: 100%;}
.albumWrap .deleteArtclSeqs {position: absolute; left: 10px; top: 10px; z-index: 10;}
.albumWrap .thum {overflow: hidden; height: 0; border-radius: 10px; padding-bottom: 310px; position: relative;}
.albumWrap .thum img {width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0;}
.albumWrap .conts {margin-top: 26px;}
.albumWrap .conts .sub {display: none;}
.albumWrap .conts .row {display: flex; justify-content: space-between; align-items: center;}
.albumWrap .conts .title {display: flex; align-items: center; font-family: pm; font-size: 20px; color: #121212; width: 80%;}
.albumWrap .conts .title em {overflow:hidden; position: relative; display:-webkit-inline-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient:vertical;}
.albumWrap .conts .title em::after {content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: #121212; transition: width .35s;}
.albumWrap .conts .title .link{display: inline-block; width: 10px; height: 10px; background: url(../images/ic-blank-black.png) no-repeat center center / cover; text-indent: -9999px;}
.albumWrap a:hover .conts .title {font-family: pb; color:#121212;}
.albumWrap a:hover .conts .title em::after {width: 100%;}
.albumWrap .conts .title .new {flex-shrink: 0; position: relative; top: -1px; display: inline-flex; width: 27px; height: 27px; margin-left: 10px; background: url('../../bbs_common/images/ic-new.png') no-repeat center / cover; text-indent: -9999px;}
.albumWrap .detail .writer {display: none;}
.albumWrap .detail .view {display: none;}
.albumWrap .detail .file {display: none;}
.albumWrap .detail .date {font-family: pr; font-size: 16px; color: #666666;}
.albumWrap .detail .date strong {display: none;}

.view .top-slide-wrap {overflow: hidden; max-width:1150px; margin:0 auto;}
.view .top-slide-wrap .slider {text-align: center;}
.view .top-slide-wrap .slider img {width: 100%;position: absolute; top:0; left:0; height:100%; object-fit: cover;}
.view .top-slide-wrap .slider .cover {position: relative; display: block; overflow: hidden; padding-bottom:65.3%;}
.view .bottom-slide-wrap {position: relative; padding: 50px 40px 0 40px;}
.view .bottom-slide-wrap .slider {overflow: hidden; padding-bottom:55px;}
.view .bottom-slide-wrap .slider .cover {position: relative; display: flex; background: #000; }
.view .bottom-slide-wrap .slider img {width: 100%; opacity: .3; transition: opacity .35s; aspect-ratio:3 / 2; object-fit: cover; }
.view .bottom-slide-wrap .swiper-slide-active {box-shadow:10px 10px 16px rgba(0,0,0,0.2);}
.view .bottom-slide-wrap .slider .cover:hover img,
.view .bottom-slide-wrap .swiper-slide-active img {opacity: 1;}
.view .bottom-slide-wrap .album-prev,
.view .bottom-slide-wrap .album-next {position: absolute; top: 50%; width: 20px; height: 35px; text-indent: -99999px; transform: translate(0, -50%);}
.view .bottom-slide-wrap .album-prev {left: 0; background: url('../../bbs_common/images/btn-photo-prev.png') no-repeat center;}
.view .bottom-slide-wrap .album-next {right: 0; background: url('../../bbs_common/images/btn-photo-next.png') no-repeat center;}

.before_nect_use .bbs-anchor li .artcl-text{max-width: calc(100% - 60px);}
.before_nect_use .bbs-anchor li .link{display: inline-block; font-size: 0; background: url(../../bbs_common/images/ic-blank-black.png) no-repeat center center; width: 19px; height: 19px;}
.before_nect_use .bbs-anchor li.prev-list{padding-right: 30px;}
.before_nect_use .bbs-anchor li.prev-list p{margin-right: 0;}
.before_nect_use .bbs-anchor li.prev-list .link{float: right;  top: 5px;}
.before_nect_use .bbs-anchor li.next-list{padding-left: 30px;}
.before_nect_use .bbs-anchor li.next-list p{margin-left: 0;}
.before_nect_use .bbs-anchor li.next-list .link{float: right; top: 5px; margin-left: 10px;}

@media screen and (max-width:1200px) {
	.albumWrap > ul.boxtype5 > li,
	.albumWrap > ul.boxtype4 > li,
	.albumWrap > ul.boxtype3 > li {width: 50%;}
}
@media screen and (max-width: 1100px) {
	.albumWrap > ul {width: calc(100% + 30px);}
	.albumWrap > ul::after  {width: calc(100% - 30px);}
	.albumWrap > ul > li {padding-right: 30px; padding-bottom: 30px;}
}
@media screen and (max-width: 800px) {
	.albumWrap > ul {padding-top: 40px;}
    .albumWrap .thum{height: 250px;}
}
@media screen and (max-width: 660px) {
	.albumWrap > ul {width: 100%; padding-top: 40px;}
	.albumWrap > ul::after  {width: 100%;}
	.albumWrap > ul > li {padding-right: 0; padding-bottom: 30px;}
	.albumWrap > ul.boxtype5 > li,
	.albumWrap > ul.boxtype4 > li,
	.albumWrap > ul.boxtype3 > li,
	.albumWrap > ul.boxtype1 > li {width: 100%;}
	.albumWrap .conts .contentTxt {margin-top: 10px;}
    .albumWrap .conts .title{width: 75%;}
	.albumWrap .detail {margin-top: 10px;}
}

.view .attachment{display: none;}