@charset "utf-8";

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

.albumWrap {overflow:hidden; line-height: 1.5; }
.albumWrap > ul {position: relative; display: flex; flex-wrap: wrap; width: calc(100% + 2.5rem); padding-top: 4rem; padding-bottom: 1.5rem; border-bottom: 0.1rem solid #8b9099;}
.albumWrap > ul::after {content: ''; position: absolute; left: 0; top: 0; width: calc(100% - 2.5rem); height: 0.2rem; background: #2c2c2c;}
.albumWrap > ul > li {position: relative; padding-right: 2.5rem; padding-bottom: 2.2rem;}
.albumWrap > ul > li.no-data {text-align: center; width:100% !important; font-size: 1.7rem; color:#121212;}
.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: 1rem; top: 1rem; z-index: 10;}
.albumWrap .thum {overflow: hidden; height: 0; border-radius: .5rem; padding-bottom: 18rem; position: relative; background:#000;}
.albumWrap .thum::after {content:''; position: absolute; left:50%; top:50%; width: 6.1rem; height: 6.1rem; background:url('../images/play.png') no-repeat center / cover; transform: translate(calc(-50% + 0.05rem),calc(-50% + 0.05rem)); opacity:.9;}
.albumWrap a:hover .thum::after {background:url('../images/play-on.png') no-repeat center / cover;}
.albumWrap .noimg {border:.1rem solid #ccc;}
.albumWrap .thum img {width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0; opacity:.6;}

.albumWrap .conts {margin-top:1.5rem;}
.albumWrap .conts .sub {display: none;}
.albumWrap .conts .row {display: flex; flex-direction: column;}
.albumWrap .conts .title {display: flex; align-items: center; margin-bottom: .7rem;font-family: psb; font-size: 1.9rem; color: #121212; width: 100%;}
.albumWrap .conts .title em {position: relative; display: flex; flex-wrap: wrap; align-items: center;}
.albumWrap .conts .title em strong{display:-webkit-inline-box; height:5.7rem; line-clamp: 1; -webkit-line-clamp: 2; -webkit-box-orient:vertical; overflow:hidden; max-width: calc(100% - 4rem);}
.albumWrap .conts .title em strong .sj {background-image: linear-gradient(#256EF4, #256EF4); background-repeat: no-repeat; background-position: left 0 bottom 0; background-size: 0 1px; transition: background-size .5s;}
.albumWrap a:hover .conts .title em strong .sj {background-size:100% .1rem;}
.albumWrap a:hover .conts .title em strong{color:#256EF4;}
.albumWrap .conts .title .new {flex-shrink: 0; position: relative; top: -.1rem; display: inline-flex; width: 2.7rem; height: 2.7rem; margin-left: 1rem; background: url('../../bbs_common/images/ic-new.png') no-repeat center / cover; text-indent: -9999rem;}
.albumWrap .detail {display: flex; margin-top: 0.5rem; font-family: pl; font-size: 1.5rem; color: #666666; flex-direction: column;}
.albumWrap .detail li { position: relative; padding-right:1rem; margin-right:1rem;}
.albumWrap .detail li::after {content:''; position: absolute; right:0; top:.4rem; width:.1rem; height:1.3rem; background:#DFDFDF; display: none;}
.albumWrap .detail .view {display: none;}
.albumWrap .detail .file {display: none;}
.albumWrap .detail .date {font-family: pl; font-size: 1.5rem; color: #666666;}
.albumWrap .detail .date::after{display: none;}

.albumWrap .link{text-indent: -9999rem; display: inline-block; width: 1.6rem; height: 1.7rem; background: url(../../bbs_common/images/mil/ic-blank.png) no-repeat center center / cover; position: relative; top: .5rem;}



@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% + 3rem);}
	.albumWrap > ul::after  {width: calc(100% - 3rem);}
	.albumWrap > ul > li {padding-right: 3rem; padding-bottom: 3rem;}
}
@media screen and (max-width: 800px) {
	.albumWrap > ul {padding-top: 4rem;}
    .albumWrap .thum{height: 25rem;}
}
@media screen and (max-width: 660px) {
	.albumWrap > ul {width: 100%; padding-top: 4rem;}
	.albumWrap > ul::after  {width: 100%;}
	.albumWrap > ul > li {padding-right: 0; padding-bottom: 3rem;}
	.albumWrap > ul.boxtype5 > li,
	.albumWrap > ul.boxtype4 > li,
	.albumWrap > ul.boxtype3 > li,
	.albumWrap > ul.boxtype1 > li {width: 100%;}
	.albumWrap .conts .contentTxt {margin-top: 1rem;}
    .albumWrap .conts .title{width: 75%;}
	.albumWrap .detail {margin-top: 1rem;}
}

.view .attachment{display: none;}