@charset "UTF-8";

.webzine {
    line-height: 1.5;
}

.board-list .cate {
    margin-bottom: 68px;
    background: #fff;
    border: 2px solid #9db3c9;
    border-radius: 5px;
}

.board-list .cate > ul {
    padding: 0 40px 0 15px;
}

.board-list .cate > ul a {
    padding: 20px 0;
    font-size: 17px;
    font-family: pr;
    background-image: linear-gradient(#121212, #121212);
    background-repeat: no-repeat;
    background-position: left 0 bottom 23px;
    background-size: 0 1px;
    transition: background-size .5s;
    line-height: 1.4;
}

.board-list .cate > ul a:hover {
    background-size: 100% 1px;
}

.board-list .cate > ul > li.active a {
    background-size: 100% 1px;
    color: #1d398d;
    font-family: pr;
}

.board-list .cate > ul > li a::before, .board-list .cate > ul > li.active a::before {
    content: '';
    position: absolute;
    left: -13px;
    top: 50%;
    margin-top: -3px;
    margin-left: 0;
    width: 4px;
    height: 4px;
    border-radius: 0;
    background-color: #63778e;
}

.board-list .cate > ul > li.active a::after {
    display: none;
}

.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 > ul > li > a {
    display: flex;
    padding: 40px;
    transition: background .35s;
    flex-wrap: wrap;
}

.webzine > ul > li > a:hover {
    background: #f1f6fa;
}

.webzine .thum {
    overflow: hidden;
    width: 260px;
    border-radius: 10px;
    position: relative;
    padding-bottom: 300px;
    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 {
    overflow: hidden;
    position: relative;
    display: -webkit-inline-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.webzine .conts .title em::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #121212;
    transition: width .35s;
}

.webzine a:hover .conts .title em::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: ' : ';
}

.view .txt {
    border-bottom: 0;
}

.view .pbl-header {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.view .pbl-header .thum {
    width: 300px;
}

.view .pbl-header .thum img {
    width: 100%;
}

.view .pbl-header .cont {
    padding: 20px 0 0 50px;
    width: calc(100% - 300px);
}

.view .pbl-header .cont p {
    font-size: 16px;
    line-height: 25px;
    color: #333333;
}

.view .objHeading_h3 {
    padding-left: 16px;
    line-height: 1.5;
    position: relative;
}

.view .objHeading_h3::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: 24px;
    border-radius: 20px;
    background-color: #222222;
}

.view .con-list1 li {
    margin-bottom: 20px;
}

.view .con-list1 li:last-child {
    margin-bottom: 0;
}

.pdf-attachment {
    margin-top: 50px;
    border-top: 1px solid #353e4d;
    border-bottom: 1px solid #353e4d;
    padding: 30px 40px 30px 80px;
    position: relative;
}

.pdf-attachment::before {
    content: "";
    display: block;
    position: absolute;
    left: 40px;
    top: 30px;
    width: 40px;
    height: 40px;
    background: #eeeff3 url(../images/ic-file.png) no-repeat center center;
    border-radius: 50%;
}

.pdf-attachment li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 20px;
    margin-bottom: 10px;
}

.pdf-attachment li:last-child {
    margin-bottom: 0;
}

.pdf-attachment li p {
    font-size: 17px;
    color: #666666;
    font-family: pl;
}

.pdf-attachment li p span {
    background-image: linear-gradient(#b2b2b2, #b2b2b2);
    background-repeat: no-repeat;
    background-position: left 0 bottom 0;
    background-size: 0 .1rem ;
    transition: background-size .25s;
}

.pdf-attachment li:hover p span {
    background-size: 100% .1rem;
}

.pdf-attachment li .file-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pdf-attachment li .file-links .down-btn, .pdf-attachment li .file-links .link-btn {
    display: inline-block;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    font-size: 15px;
    font-family: pr;
    color: #404040;
    background-color: transparent;
    padding: 7.5px 53px 7.5px 14px;
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.pdf-attachment li .file-links .down-btn:hover, .pdf-attachment li .file-links .link-btn:hover {
    background-color: #003675;
    color: white;
    border: 1px solid #003675;
}

.pdf-attachment li .file-links .down-btn {
    background-image: url(../images/ic-down.png)
}

.pdf-attachment li .file-links .down-btn:hover {
    background-image: url(../images/ic-down-on.png);
}

.pdf-attachment li .file-links .link-btn {
    background-image: url(../images/ic-view.png)
}

.pdf-attachment li .file-links .link-btn:hover {
    background-image: url(../images/ic-view-on.png);
}


._profLayerPopup{position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); display: none; align-items: center; justify-content: center; flex-direction: column;}
._profLayerPopup.active{display: flex;}
._profLayerPopup ._inner{background-color: white; width: 1000px; background-color: white; border-radius: 10px;}
._profLayerPopup ._prfTitle{padding: 20px 30px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; border-bottom: 1px solid #eaeaea;}
._profLayerPopup ._prfTitle p{font-size: 30px; font-family: pb; color: #111111;}
._profLayerPopup ._prfTitle ._blockClose{text-indent: -9999px; width: 26px; height: 26px; background: url(../images/btn-menu-close.png) no-repeat center center;}
._profLayerPopup ._prfContent{padding: 30px;}
._profLayerPopup .top-box{display: flex; flex-wrap: wrap; justify-content: space-between;}
._profLayerPopup .thumbnail{width: 200px; height: 0; padding-bottom: 250px; position: relative;}
._profLayerPopup .thumbnail img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
._profLayerPopup .prfl-name{width: calc(100% - 250px);}
._profLayerPopup .prof-rank strong{font-size: 25px; font-family: pb; color: #111111;}
._profLayerPopup .artclInfo{margin-top: 20px;}
._profLayerPopup dl{display: flex; flex-wrap: wrap; margin-bottom: 10px;}
._profLayerPopup dl:last-child{margin-bottom: 0;}
._profLayerPopup dl dt{font-size: 16px; width: 100px; font-family: pb; color: #111111;}
._profLayerPopup dl dd{font-size: 16px; font-family: pr; color: #333333;}
._profLayerPopup ._prFlDetail{margin-top: 30px;}
._profLayerPopup ._prFlDetail .title{font-size: 20px; font-family: pb; color: #111111;}
._profLayerPopup ._prFlDetail .con-box{margin-top: 15px;}
._profLayerPopup ._prFlDetail .con-box p{font-size: 16px; color: #333333;}