.fb {
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}
.share_box{
    margin-bottom: 15px;
    text-align: center;
}
.share-link li{
    display:inline-flex;
    line-height:0;
    align-items:center;
    justify-content:center;
    height: 25px;
}
.a2a_default_style .a2a_svg {
    display: none;
}
.share_box .share-link .btn ,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    color: #bbb;
    cursor: pointer;
    font-size:25px;
}
.share_box .share-link .btn.blogger:hover {
    color: #F26C38;
}
.share_box .share-link .btn.facebook:hover {
    color: #405D9A;
}
.share_box .share-link .btn.google:hover {
    color: #F34537;
}
.share_box .share-link .btn.twitter:hover {
    color: #000;
}
.share_box .share-link .btn.mail:hover {
    color: #F6C13D;
}
.share_box .share-link .btn.linkedin:hover {
    color: #0177B5;
}
.share_box .share-link .icon-ic-share-t:hover {
    color: #36465C;
}
.share_box .share-link .btn.line:hover {
    color: #00C300;
}
.share_box .share-link .icon-ic-share-linecall:hover {
    color: #00C300;
}
.share_box .share-link .icon-ic-share-w:hover {
    color: #F70B19;
}
.share_box .share-link .btn.pinterest:hover {
    color: #DE220A;
}
.share_box .share-link .btn.plurk:hover {
    color: #E9443D;
}
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    /* font-size: 25px; */
    /* width: 25px; */
    /* height: 30px; */
    line-height: normal;
    /* border-radius: 15px; */
    /* margin: 0; */
    padding: 0px 0 0;
}
.share_box .share-link .btn {
    width: 25px;
    padding: 0;
    height: auto;
    line-height: 1;
}
/*keyword*/
.keyword_box{
    margin-top: 10px;
    font-size: 14px;
    position: relative;
    z-index: 35;
}
.keyword_box .keyword  li{
    width: auto;
    padding: 0 0px;
    display: inline;
}
.article-list .keyword_box li a, .keyword_box li a{
    color: #999;
    line-height: 1;
    margin-bottom: 4px;
    margin-right: 2px;
    transition: all .3s ease;
    font-size: 14px;
    display: inline;
}
.keyword_box li:last-child a:after{
    display: none;
}
.keyword_box li a:after{
    content: ',';
    display: inline;
}
.keyword_box li:hover a{
    color: #2EB2AA;
}
.keyword_box.detail{
    margin:15px 0;
}  
.keyword_box.detail .tag{
    background: #ddd;
    display: inline-block;
    padding: 3px 5px;
    font-weight: bold;
} 
.article-detail .pic{
    max-width: 600px;
    margin: auto;
    margin-bottom: 24px;
    border-radius: 40px;
    overflow: hidden;
}
.article-list {
    margin: 0 -10px;
}
.article-list .item {
    width: 33.3%;
    padding: 0 16px;
}
.article-list .item:nth-child(3n+1) {
    clear: left;
}
.article-list .box {
    max-width: 456px;
    margin: 0 auto 40px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* margin: 0 auto; */
    padding: 12px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 0 12px rgb(0 0 0 / 8%);
    gap: 16px;
}
.article-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.article-list .box:hover {
    border-color: #2EB2AA;
}
.article-list .pic {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    flex-shrink: 0;
    /* max-width: 200px; */
    border-radius: 16px;
    z-index: 1;
    overflow: hidden;
}
.article-list .txt {
    /* padding: 10px 12px 60px; */
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.article-list .name {
    color: #111;
    font-size: 20px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    line-height: 1.4;
}
.article-list .box:hover .txt .name{
    color: #2EB2AA;
}
.article-list .date {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    background: #f8f8f8;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.2;
    padding:10px;
    border-radius: 30px;
    font-family: "Figtree", sans-serif;
    max-width: 130px;
    min-width: 130px;
    transition: all .3s;
}
.article-list .box:hover .date{
    background: #2EB2AA;
    color: #fff;
}
.article-list .description{
    color: #8B8B8B;
    font-size: 14px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
}
.article-list .keyword_box {
    margin: 4px 0 0;
    padding-top: 8px;
    border-top: 1px solid #dcdcdc;
}
.article-list .box:hover .more {
    background: #2EB2AA;
}
.article-header,
.article-detail {
    max-width: 1280px;
    margin: 0 auto;
}
.article-header .title {
    color: #000;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    line-height: 1.75;
    padding: 0;
    margin: 0;
}
.article-header .date {
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #2EB2AA;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.2;
    padding: 10px;
    border-radius: 30px;
    font-family: "Figtree", sans-serif;
    max-width: 130px;
    min-width: 130px;
    transition: all .3s;
    margin: 16px auto;
}
@media screen and (max-width: 1440px) {
    .article-detail {
        padding: 0 15px 30px;
        margin: 0 -15px;
    }
    .article-list {
        margin: 0 -6px;
    }
    .article-list .item {
        padding: 0 16px;
    }
}
@media screen and (max-width: 1000px) {
    .article-list {
        max-width: 760px;
        margin: 0 auto;
    }
    .article-list .item {
        width: 50%;
    }
    .article-list .item:nth-child(3n+1) {
        clear: none;
    }
    .article-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .article-header .title {
        font-size: 20px;
        padding: 0 0 25px;
    }
}
@media screen and (max-width: 600px) {
    .article-list {
        margin: 0 -6px;
    }
    .article-list .item {
        width: 100%;
        padding: 0 6px;
    }
    .article-list .item:nth-child(n) {
        clear: none;
    }
    .article-list .box {
        margin-bottom: 50px;
    }
    .article-list .description {
        height: auto;

    }
}