
/* 최신글 */
.lastet_boards {padding: 142px 0;}
.sec-tit {font-weight: 700;line-height: 1.2;font-size: 40px;display: block;color: #222;text-align: center;}
.sec-news .tab-panel {position: relative;}
.sec-news .sec-tit {margin-bottom: .25em;}
.sec-news .tab-list {display: flex;justify-content: center;margin-bottom: 35px;font-size: 20px;}
.sec-news .tab-list li {padding: 0 .95em;position: relative;}
.sec-news .tab-list .tab-btn {font-weight: 500;color: #555;height: 2.5em;padding: 0 .2em;display: flex;align-items: center;justify-content: center;position: relative;}
.sec-news .tab-list .tab-btn::after {content: "";background: #555;transform: scaleX(0);position: absolute;left: 0;bottom: 0;height: 4px;width: 100%;transition: .3s;}
.sec-news .tab-list .tab-btn.active::after {background: #3b69dd;transform: scaleX(1);}
.sec-news .tab-panel .board-content .list {display: flex;height: 270px;}
.sec-news .tab-panel .board-content .item {width: calc((100% - 40px) / 3);padding: 30px;flex-shrink: 0;display: flex;flex-direction: column;position: relative;border-radius: 5px;font-size: 16px;animation: fade-right .8s both paused;}
.sec-news .tab-panel.aos-animate .item, .sec-news .tab-panel.aos-animate .more-wrap {animation-play-state: running;}
.sec-news .tab-panel .board-content .item:nth-child(1) {animation-delay: 0s;}
.sec-news .tab-panel .board-content .item:nth-child(2) {animation-delay: .1s;}
.sec-news .tab-panel .board-content .item:nth-child(3) {animation-delay: .2s;}
.sec-news .tab-panel .board-content .item+.item {margin-left: 20px;}
.sec-news .tab-panel .board-content .item .top {position: relative;z-index: 5;display: flex;flex-direction: column;}
.sec-news .tab-panel .board-content .item .top .cate {color: #fff;background-color: #444;line-height: 1.5;align-self: flex-start;padding: .125em .525em;border-radius: 4px;margin-bottom: .75em;}
.sec-news .tab-panel .board-content .item .top .cate-1 {background-color: #3b69dd;}
.sec-news .tab-panel .board-content .item .top .cate-2 {background-color: #4aa97d;}
.sec-news .tab-panel .board-content .item .top .cate-3 {background-color: #de51a6;}
.sec-news .tab-panel .board-content .item .top .tit {font-size: 24px;overflow: hidden;display: inline-block;max-width: 100%;text-overflow: ellipsis;vertical-align: middle;line-height: 1.4;white-space: normal;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-break: keep-all;word-wrap: break-word;max-height: 4.24em;color: #222;font-weight: 500;letter-spacing: -0.02em;text-decoration-line: underline;text-decoration-color: rgba(0, 0, 0, 0);text-underline-offset: .2em;}
.sec-news .tab-panel .board-content .item .bottom {position: relative;margin-top: auto;z-index: 5;display: flex;flex-wrap: wrap;align-items: flex-end;height: 1.5em;justify-content: space-between;align-content: flex-end;}
.sec-news .tab-panel .board-content .item .bottom .date {position: relative;line-height: 1.2;color: #7a7a7a;padding-left: 23px;font-weight: 400;margin-right: .5em;}
.sec-news .tab-panel .board-content .item .bottom .date b {display: inline-block;font-weight: inherit;}
.sec-news .tab-panel .board-content .item .bottom .date::before {content: "";height: 1.1em;position: absolute;left: 0;top: 0;width: 18px;background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAxOCAxOCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTMuNSAzLjAwNTg2SDE1Ljc1VjE1Ljc1SDIuMjVWMy4wMDU4Nkg0LjVWMi4yNUg1Ljk5NDE0VjMuMDA1ODZIMTIuMDA1OVYyLjI1SDEzLjVWMy4wMDU4NlpNMTQuMjU1OSAxNC4yNTU5VjYuNzVIMy43NDQxNFYxNC4yNTU5SDE0LjI1NTlaTTguMjQ0MTQgMTIuNzYxN0w3LjE4OTQ1IDExLjY4OTVMNS45OTQxNCAxMC41MTE3TDcuMDY2NDEgOS40Mzk0NUw4LjI0NDE0IDEwLjYzNDhMMTAuOTMzNiA3Ljk0NTMxTDEyLjAwNTkgOUw4LjI0NDE0IDEyLjc2MTdaJyBmaWxsPScjN0E3QTdBJy8+PC9zdmc+Cg==) no-repeat center / contain;}
.sec-news .tab-panel .board-content .item::before, .sec-news .tab-panel .board-content .item::after {content: "";content: "";position: absolute;width: 100%;height: 100%;left: 0;top: 0;border-radius: inherit;border: 1px solid #e0e0e0;pointer-events: none;}
.sec-news .tab-panel .board-content .item::before, .sec-news .tab-panel .board-content .item::after {content: "";content: "";position: absolute;width: 100%;height: 100%;left: 0;top: 0;border-radius: inherit;border: 1px solid #e0e0e0;pointer-events: none;}
.sec-news .tab-panel .board-content .item::after {background-image: linear-gradient(#ffffff, #FFFFFF), linear-gradient(45deg, #01ABDA, #CBD929);border: 3px solid rgba(0, 0, 0, 0);background-clip: content-box, border-box;background-origin: border-box;opacity: 0;transition: opacity .3s;}
.sec-news .no-data {width: 100%;display: flex;justify-content: center;align-items: center;height: 100%;font-size: 20px;}
.sec-news .tab-panel .more-wrap {bottom: calc(100% + 50px);animation: fade-up .9s both paused;}
.sec-news .tab-panel .board-content .item .top .cont {overflow: hidden;display: inline-block;max-width: 100%;text-overflow: ellipsis;vertical-align: middle;line-height: 1.4;white-space: normal;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-break: keep-all;word-wrap: break-word;height: 4.24em;max-height: 4.24em;color: #666;margin-top: .5em;position: relative;z-index: 5;font-weight: 300;}
.more-wrap {position: absolute;right: 0;}
.more-link {display: flex;align-items: center;color: #222;padding: 0 1.25em;font-size: 16px;justify-content: center;}
.more-link .txt {margin-right: .5em;font-weight: 500;}
.more-link .ico {width: 22px;position: relative;}
.more-link .ico::before {content: "";padding-top: 100%;display: block;}
.more-link .ico::after {content: "";position: absolute;width: 100%;height: 100%;left: 0;top: 0;transition: transform .3s;background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);background-size: calc(100% - 6px) 2px, 2px calc(100% - 6px);background-position: center;background-repeat: no-repeat;}
.more-link:hover .ico::after {transform: rotate(90deg);}