@charset "utf-8";
/* 게시판 공통 요소 */
@import url('/Web-home/fnct/bbs/bbs_common/css/board_common_px.css');

.albumWrap{line-height: 1.5; border-bottom: 1px solid #8b9099;}
.albumWrap > ul {position: relative; display: flex; width: calc(100% + 52px); margin: 0; padding-top: 40px; background: none; flex-wrap: wrap;}
.albumWrap > ul::after {position: absolute; width: calc(100% - 52px); height: 2px; margin: 0; padding: 0; background: #2c2c2c; border: none; content: ''; left: 0; top: 0;}
.albumWrap > ul > li {position: relative; display: block; width: auto; height: auto; margin: 0; padding-right: 52px; padding-bottom: 55px; background: none; border: none;}
.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; display: block; width: auto; height: auto; margin: 0; padding: 0; background: none; border: none; left: 10px; top: 10px; z-index: 10;}
.albumWrap .thum {overflow: hidden; position: relative; display: block; width: auto; height: auto; margin: 0; padding: 0; background: none; border: none; border-radius: 10px; padding-bottom: 66.7%;}
.albumWrap .thum::after {position: absolute; width: 100%; height: 100%; margin: 0; padding: 0; background: rgba(0,0,0,.5) url('../../bbs_common/images/btn-movie.png') no-repeat center; border: none; transition: opacity .35s; opacity: 0; content: ''; left: 0; top: 0;}
.albumWrap a:hover .thum::after {opacity: 1;}
.albumWrap .thum img {display: block; width: 100%; position: absolute; left: 0; top: 0; height: 100%; object-fit: cover;}
.albumWrap .conts {margin-top: 25px;}
.albumWrap .conts .sub {display: none;}
.albumWrap .conts .row {display: flex; width: auto; height: auto; margin: 0; padding: 0; background: none; border: none; justify-content: space-between; align-items: start; flex-direction: column;}
.albumWrap .conts .title {display: flex; width: auto; height: auto; margin: 0; padding: 0; background: none; border: none; font-family: pm; font-size: 20px; color: #121212; align-items: center; width: 100%; flex-wrap: wrap;}
.albumWrap .conts .title em{width: calc(100% - 4rem)}
.albumWrap .conts .title em strong {overflow: hidden; position: relative; display: -webkit-inline-box; width: auto; height: auto; margin: 0; padding: 0; background: none; border: none; text-indent: 0; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.albumWrap .conts .title em strong::after {position: absolute; width: 0; height: 2px; margin: 0; padding: 0; background: #121212; border: none; transition: width .35s; content: ''; left: 0; bottom: 2px;}
.albumWrap .conts .title .link{display: inline-block; font-size: 0; background: url(../../bbs_common/images/ic-blank-black.png) no-repeat center center; width: 19px; height: 19px;}
.albumWrap a:hover .conts .title {font-family: pb; color: #121212;}
.albumWrap a:hover .conts .title em::after {width: 100%;}
.albumWrap .conts .title .new {position: relative; display: inline-flex; width: 27px; height: 27px; margin-left: 10px; padding: 0; background: url('../../bbs_common/images/ic-new.png') no-repeat center / cover; border: none; font-family: inherit; font-size: inherit; text-align: inherit; color: inherit; text-indent: -9999px; top: -1px; flex-shrink: 0;}
.albumWrap .detail .writer {display: none;}
.albumWrap .detail .view {display: none;}
.albumWrap .detail .file {display: none;}
.albumWrap .detail .date {background: none; border: none; font-family: pr; font-size: 15px; color: #666666;}
.albumWrap .detail .date strong {display: none;}

.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;}

.view .youtube_view {position: relative; display: block; width: auto; height: 0; margin: 0; padding-bottom: 56.25%; background: none; border: none;}
.view .youtube_view iframe {position: absolute; display: block; width: 100%; height: 100%; margin: 0; padding: 0; background: none; border: none; left: 0; top: 0;}
.view .att-img {margin-top: 50px;}
.view .lyric {margin-top: 50px; padding: 30px; background: #fafafa; border-radius: 10px; font-size: 18px; line-height: 24px}

@media screen and (max-width: 1200px) {
	.albumWrap > ul {width: calc(100% + 30px);}
	.albumWrap > ul::after  {width: calc(100% - 30px);}
	.albumWrap > ul > li {padding-right: 30px; padding-bottom: 30px;}
    .albumWrap > ul.boxtype5 > li,
	.albumWrap > ul.boxtype4 > li,
	.albumWrap > ul.boxtype3 > li {width: 50%;}
}

@media screen and (max-width: 800px) {
	.albumWrap > ul {padding-top: 40px;}
}

@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;}