.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 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: 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: 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: 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); flex-direction: column; gap: 10px;}
.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; 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: 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;}
.view .con-list1 > ul > li{font-size: 17px; color: #555555; line-height: 30px; padding-left: 19px; position: relative;}
.view .con-list1 > ul > li::before{content:""; display: block; position: absolute; left: 0; top: 12px; width: 6px; height: 6px; border-radius: 50%; background-color: #4d4d4d;}
.view .con-list1 > ul > li .link-btn {line-height: 1.5;}
.link-btn{display: inline-block; border: 1px solid #36c0c9; border-radius: 5px; color: #36c0c9; padding: 6px 41px 6px 15px; font-size: 14px; font-family: pm; background-repeat: no-repeat; background-position: right 15px center; background-color: transparent; transition: background-color .3s; background-image: url(/sites/guide/images/guide/ic-link-arrow.png); background-size: 5px;}
.link-btn:hover{background-color: #36c0c9; background-image: url(/sites/guide/images/guide/ic-link-arrow-hover.png); color: white;}
.down-btn{display: inline-block; border: 1px solid #503992; border-radius: 5px; color: #503992; padding: 6px 41px 6px 15px; font-size: 14px; font-family: pm; background-repeat: no-repeat; background-position: right 15px center; background-color: transparent; transition: background-color .3s; background-image: url(/sites/guide/images/guide/ic-down.png); background-size: 14px;}
.down-btn:hover{background-color: #503992; background-image: url(/sites/guide/images/guide/ic-down-hover.png); color: white;}

.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 1px ;transition: background-size .25s;}
.pdf-attachment li:hover p span{background-size: 100% 1px;}
.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);}