v.webzine{line-height: 1.5;}

.board-list .cate {margin-bottom: 6.8rem;background: #fff;border: 2px solid #9db3c9;border-radius: .5rem;}
.board-list .cate > ul {padding: 0 4rem 0 1.5rem;}
.board-list .cate > ul a {padding: 2rem 0;font-size: 1.7rem;font-family: pr;background-image: linear-gradient(#121212, #121212);background-repeat: no-repeat;background-position: left 0 bottom 2.3rem;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: -1.3rem;top: 50%;margin-top: -.3rem;margin-left: 0;width: .4rem;height: .4rem;border-radius: 0;background-color: #63778e;}
.board-list .cate > ul > li.active a::after{display: none;}

.webzine > ul {border-top: .2rem solid #2c2c2c; border-bottom: .1rem solid #8b9099;}
.webzine > ul > li {border-bottom: .1rem solid #e2e2e2;}
.webzine > ul > li:last-child{border-bottom: 0;}
.webzine > ul > li.no-data {padding:2rem 0; text-align: center;}
.webzine a {display: flex; padding: 4rem; transition: background .35s; flex-wrap: wrap;}
.webzine a:hover {background: #f1f6fa;}
.webzine .thum {overflow: hidden; width: 26rem; border-radius: 1rem; position: relative; padding-bottom: 30rem; height: 0; border: .1rem solid #dddddd;}
.webzine .thum img{position:absolute; left:0 ; top: 0; width: 100%; height: 100%; object-fit: cover;}
.webzine .conts {width: calc(100% - 26rem); padding-top: 1rem; padding-left: 4rem; position: relative;}
.webzine .conts .sub {display: none;}
.webzine .conts .title {display: flex; align-items: center; font-family: pb; font-size: 2rem; color: #121212;}
.webzine .conts .title em {overflow:hidden; position: relative; display:-webkit-inline-box; line-clamp: 3; -webkit-line-clamp: 3; -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: .2rem; display: inline-flex; width: 2.7rem; height: 2.7rem; margin-left: .6rem; background: url('../../bbs_common/images/ic-new.png') no-repeat center / cover; text-indent: -9999rem;}
.webzine .conts .contentTxt {overflow: hidden; display: -webkit-box; margin-top: 1.5rem; font-family: pm; font-size: 1.8rem; line-height: 3rem; color: #666666; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.webzine .conts .detail {display: flex; align-items: start; margin-top: 4.5rem; position: absolute; left: 4rem; bottom: 1.1rem; width: calc(100% - 4rem); flex-direction: column; gap: 1rem;}
.webzine .conts .detail li {position: relative; margin-right: 2rem; padding-right: 2rem; font-family: pm; font-size: 1.6rem; color: #666666;}
.webzine .conts .detail li::after {content: ''; position: absolute; left: 100%; top: .4rem; width: 1px; height: 1.5rem; background: #dcdcdc; display: none;}
.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: 5rem;}
.view .pbl-header .thum{width: 30rem;}
.view .pbl-header .thum img{width: 100%;}
.view .pbl-header .cont{padding: 2rem 0 0 5rem; width: calc(100% - 30rem);}
.view .pbl-header .cont p{font-size: 1.6rem; line-height: 2.5rem; color: #333333;}
.view .objHeading_h3{padding-left: 1.6rem; line-height: 1.5; position: relative;}
.view .objHeading_h3::before{content:""; display: block; position: absolute; left: 0; top: .5rem; width: .5rem; height: 2.4rem; border-radius: 2rem; background-color: #222222;}
.view .con-list1 li{margin-bottom: 2rem;}
.view .con-list1 li:last-child{margin-bottom: 0;}
.view .con-list1 > ul > li{font-size: 1.7rem; color: #555555; line-height: 3rem; padding-left: 1.9rem; position: relative;}
.view .con-list1 > ul > li::before{content:""; display: block; position: absolute; left: 0; top: 1.2rem; width: .6rem; height: .6rem; border-radius: 50%; background-color: #4d4d4d;}
.view .con-list1 > ul > li .link-btn {line-height: 1.5;}

.link-btn{display: inline-block; border: .1rem solid #36c0c9; border-radius: .5rem; color: #36c0c9; padding: .6rem 4.1rem .6rem 1.5rem; font-size: 1.4rem; font-family: pm; background-repeat: no-repeat; background-position: right 1.5rem center; background-color: transparent; transition: background-color .3s; background-image: url(../../images/guide/ic-link-arrow.png); background-size: 1.7rem;}
.link-btn:hover{background-color: #36c0c9; background-image: url(../../images/guide/ic-link-arrow-hover.png); color: white;}
.down-btn{display: inline-block; border: .1rem solid #503992; border-radius: .5rem; color: #503992; padding: .6rem 4.1rem .6rem 1.5rem; font-size: 1.4rem; font-family: pm; background-repeat: no-repeat; background-position: right 1.5rem center; background-color: transparent; transition: background-color .3s; background-image: url(../../images/guide/ic-down.png); background-size: 1.4rem;}
.down-btn:hover{background-color: #503992; background-image: url(../../images/guide/ic-down-hover.png); color: white;}

.pdf-attachment{margin-top: 5rem; border-top: .1rem solid #353e4d; border-bottom: .1rem solid #353e4d; padding: 3rem 4rem 3rem 8rem; position: relative;}
.pdf-attachment::before{content:""; display: block; position: absolute; left: 4rem; top: 3rem; width: 4rem; height: 4rem; 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 2rem; margin-bottom: 1rem;}
.pdf-attachment li:last-child{margin-bottom: 0;}
.pdf-attachment li p{font-size: 1.7rem; 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: .8rem;}
.pdf-attachment li .file-links .down-btn,
.pdf-attachment li .file-links .link-btn{display: inline-block; border: .1rem solid #b2b2b2; border-radius: .5rem; font-size: 1.5rem; font-family: pr; color: #404040; background-color: transparent; padding: .75rem 5.3rem .75rem 1.4rem; background-repeat: no-repeat; background-position: right 1.5rem center;}
.pdf-attachment li .file-links .down-btn:hover,
.pdf-attachment li .file-links .link-btn:hover{background-color: #003675; color: white; border: .1rem 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);}