@charset "utf-8";
@import url(/Web-home/fnct/bbs/bbs_common/css/board_common_px.css);

/* 웹진 타입 */
.webzine{line-height: 1.5;}
.webzine > ul {border-top: 2px solid #2c2c2c; border-bottom: 1px solid #8b9099;}
.webzine > ul > li {border-bottom: 1px solid #e2e2e2;}
.webzine > ul > li:last-child{border-bottom: 0;}
.webzine > ul > li.no-data {padding:20px 0; text-align: center;}
.webzine a {display: flex; padding: 40px; transition: background .35s; flex-wrap: wrap;}
.webzine a:hover {background: #f1f6fa;}
.webzine .thum {overflow: hidden; width: 260px; border-radius: 10px; position: relative; padding-bottom: 168px; height: 0; border: 1px solid #dddddd;}
.webzine .thum img{position:absolute; left:0 ; top: 0; width: 100%; height: 100%; object-fit: cover;}
.webzine .conts {width: calc(100% - 260px); padding-top: 10px; padding-left: 40px; position: relative;}
.webzine .conts .sub {display: none;}
.webzine .conts .title {display: flex; align-items: center; font-family: pb; font-size: 20px; color: #121212;}
.webzine .conts .title em strong {overflow:hidden; position: relative; display:-webkit-inline-box; line-clamp: 1; -webkit-line-clamp: 1; -webkit-box-orient:vertical; max-width: calc(100% - 4rem);}
.webzine .conts .title em strong::after {content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: #121212; transition: width .35s;}
.webzine a:hover .conts .title em strong::after {width: 100%;}
.webzine .conts .title .new {flex-shrink: 0; position: relative; top: 2px; display: inline-flex; width: 27px; height: 27px; margin-left: 6px; background: url('../../bbs_common/images/ic-new.png') no-repeat center / cover; text-indent: -9999px;}
.webzine .conts .contentTxt {overflow: hidden; display: -webkit-box; margin-top: 15px; font-family: pm; font-size: 18px; line-height: 30px; color: #666666; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.webzine .conts .detail {display: flex; align-items: center; margin-top: 45px; position: absolute; left: 40px; bottom: 11px; width: calc(100% - 40px);}
.webzine .conts .detail li {position: relative; margin-right: 20px; padding-right: 20px; font-family: pm; font-size: 16px; color: #666666;}
.webzine .conts .detail li::after {content: ''; position: absolute; left: 100%; top: 4px; width: 1px; height: 15px; background: #dcdcdc;}
.webzine .conts .detail li:last-child::after {display: none;}
.webzine .conts .detail li strong {color: #2a2a2a; font-family: psb;}
.webzine .conts .detail li strong::after {content: ' : ';}
.webzine .conts .lock{text-indent: -9999rem; width: 1.4rem; height: 1.7rem; background: url(../images/ic-secret.png) no-repeat center center / cover; display: inline-block; position: relative; margin-left: 1rem; display: inline-flex; flex-shrink: 0; top: .4rem;}
.webzine .conts .clsdr{text-indent: -9999rem; width: 1.4rem; height: 1.7rem; background: url(../images/ic-secret.png) no-repeat center center / cover; display: inline-block; position: relative; margin-left: 1rem; display: inline-flex; flex-shrink: 0; top: .4rem;}
.webzine .conts .new{text-indent: -9999rem; width: 1.8rem; height: 1.8rem; background: url(/Web-home/fnct/bbs/bbs_common/images/ic-new.png) no-repeat center center / cover; display: inline-block; position: relative; margin-left: 1rem; display: inline-flex; flex-shrink: 0;}
.webzine .conts .link{text-indent: -9999rem; width: 1.4rem; height: 1.4rem; background: url(/Web-home/fnct/bbs/bbs_common/images/ic-blank2.png) no-repeat center center / cover; display: inline-block; position: relative; margin-left: 1rem; display: inline-flex; flex-shrink: 0;}

.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: 1100px) {
    .webzine a{padding: 30px;}
    .webzine .conts .title{font-size: 18px;}
	.webzine .conts .contentTxt {line-clamp: 2; -webkit-line-clamp: 2;}
	.webzine .conts {padding-left: 30px;}
	.webzine .conts .detail{left: 30px; width: calc(100% - 30px);}
	.webzine .conts .detail li {margin-right: 10px; padding-right: 10px;}
}

@media screen and (max-width: 800px) {
	.webzine .thum {width: 200px;}
	.webzine .conts {width: calc(100% - 200px);}
	.webzine .conts .detail li {font-size: 15px;}
}

@media screen and (max-width: 768px) {
	.webzine a {flex-direction: column; align-items: flex-start; padding: 20px;}
	.webzine .thum {width: 100%; text-align: center; padding-bottom: 65.3%;}
	.webzine .thum img {width: 100%;}
	.webzine .conts {width: 100%; padding-left: 0; padding-top: 15px;}
	.webzine .conts .detail {margin-top: 20px; position: static;}
	.webzine .conts .detail li {margin-right: 8px; padding-right: 8px; font-size: 14px;}
    .webzine .conts .title{font-size: 18px;}
	.webzine .conts .contentTxt {margin-top: 10px; font-size: 16px; line-height: 22px;}
    .webzine .conts .title .new{top: -1px;}
}

.view .attachment{display: none;}