
.histWrap {line-height: 1.5;}
/* [S] 탭 */
.histWrap .tab {margin-bottom: 55px;border: 1px solid #dfdfdf;border-right: 0;position: relative;top: 0;z-index: 3; background-color: white;}
.histWrap .tab::after {content: '';display: block;position: absolute;right: 0px;top: 0px;width: 1px;height: calc(100%);background: #dfdfdf;z-index: 1;}
.histWrap .tab .menuUItab{max-width: 1500px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.histWrap .tab .swiper-button-disabled{display: none;}
.histWrap .tab .prev,
.histWrap .tab .next{width: 35px; height: 35px; background-repeat: no-repeat; background-position: center center; background-size: cover; text-indent: -9999px;}
.histWrap .tab .prev{background-image: url(../images/btn-prev.png);}
.histWrap .tab .prev:hover{background-image: url(../images/btn-prev-on.png);}
.histWrap .tab .next{background-image: url(../images/btn-next.png);}
.histWrap .tab .next:hover{background-image: url(../images/btn-next-on.png);}

.histWrap .tab .hist-cate{width:100%; overflow: hidden;}
/* no slider */
.histWrap .tab .cate-now {display: flex;}
.histWrap .tab .cate-now li {border-right:1px solid #dfdfdf; flex:100%;}
@media screen and (max-width:600px) {
    .histWrap .tab .cate-now {flex-wrap:wrap;}
    .histWrap .tab .cate-now li {flex:50%;}
}
/* // no slider */

.histWrap .content-inner{display: flex; flex-wrap: wrap;}
.histWrap .history-content-box{width: 300px; margin-right: 50px;}
.histWrap .history-content{overflow: hidden; position: relative;}
.histWrap .history-content .history-pagination{position: absolute; left: 0; bottom: 10px; width: 100%; z-index: 2; text-align: center;}
.contWrap .history-content .history-pagination .swiper-pagination-bullet{width: 10px; height: 10px; background-color: #cccccc; opacity: 1; margin: 0 5px;}
.contWrap .history-content .history-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #02a3da;}
.histWrap .history-content-text{margin-top: 10px;}
.histWrap .history-content-text p{font-size: 16px; text-align: center; font-family: pm; background-color: white;}
.histWrap .content-inner .wrap-history{flex: 1;}


.histWrap .tab .hist-cate .centermode{justify-content: center; align-items: stretch;}
.histWrap .tab .hist-cate .swiper-slide{position: relative; text-align: center; height:auto;}
.histWrap .tab .hist-cate .swiper-slide::before {content:''; position: absolute; left:-1px;; top:0; width:1px; height:100%; background:#dfdfdf;}
.histWrap .tab .hist-cate .swiper-slide::after {content:''; position: absolute; right:0; top:0; width:1px; height:100%; background:#dfdfdf;}
.histWrap .tab .hist-cate a{position: relative; display: flex; align-items: center; justify-content: center; width: 100%; min-height:54px; height: 100%; padding: 0 20px; font-size: 19px; font-family: pbGOV; text-align: center; color: #979797; }
.histWrap .tab .hist-cate a::after{content:""; display: block; position: absolute; left:0 ; bottom: 0; width:100%; height: 3px; background-color: #dfdfdf; transition: width .5s;}

.histWrap .tab .hist-cate .active a,
.histWrap .tab .hist-cate a:hover{color: #246BEB}
.histWrap .tab .hist-cate .active a::after {background-color:#246BEB; width:calc(100% + 2px); left:-1px;}

.histWrap .prev,
.histWrap .next {display: none;}
/* [E] 탭 */

/* [S] 내용 */
.history-title-box h1 {margin-bottom: 24px; font-family: pbGOV; font-size: 32px; color:#1d1d1d;} 
.hist-list .box {position: relative;display: flex; padding-bottom: 24px;}
.hist-list .box:last-child {padding-bottom: 0;}
.hist-list .box::before {content:''; position: absolute; left:5px; top:15px; width:3px; height:100%; background:#dfdfdf;}
.hist-list .box:last-child::before {display: none;}
.hist-list .year {position: relative; flex-shrink: 0; width:160px; padding-left:24px; font-family: pbGOV; font-size: 24px; color:#246BEB;}
.hist-list .year::before {content:''; position: absolute; left:0; top:11px; width:14px; height:14px; background:#fff; border:3px solid #246BEB; border-radius:50%;}
.hist-list .row {margin-top:5px;}
.hist-list .line {display: flex; margin-bottom: 10px;}
.hist-list .line:last-child {margin-bottom: 0;}
.hist-list .line .date {position: relative; flex-shrink: 0; margin-right: 30px; padding-left: 15px;font-family: pbGOV; font-size: 17px; color:#2D2D2D; }
.hist-list .line .date::before {content:''; position: absolute; left:0; top:9px; width:6px; height:6px; background:#717171; }
.hist-list .line p {font-family: prGOV; font-size: 17px; color:#555;}

.hist-list ._noData {font-family: prGOV; font-size:17px; color:#555;}

@media screen and (max-width:767px) {
    .hist-list .box {flex-direction: column;}
    .hist-list .year {width:110px;}
    .hist-list .row {padding-left:24px;}
    .hist-list .line .date {margin-right: 10px;}
}
/* [E] 내용 */

