/* -------- social -------- */
.fb {
    overflow: hidden;
}
.share_box{
    margin-bottom: 15px;
}
.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: #c8c8c8;
    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: 30px;
    border-radius: 15px;
    margin: 0;
    padding: 6px 0 0;
}
.share_box .share-link .btn {
    width: 25px;
    padding: 3px 0 0;
}
/* -------- keyword -------- */
.keyword_box:before{
    content: 'KEYWORD';
    display: block;
    font-weight: 600;
    color: #202020;
    letter-spacing: 0.85px;
    font-family: 'Montserrat', serif;
}
.keyword_box{
    margin-top: 10px;
    font-size: 14px;
    position: relative;
    z-index: 35;
    text-align: left;
    background: url(../../images/common/bg1.jpg);
    border-radius: 0;
    padding: 15px 20px;
}
.keyword_box .keyword  li{
    width: auto;
    padding: 0;
    display: inline;
}
.article-list .keyword_box li a,
.keyword_box li a{
    color: #666;
    line-height: 1;
    margin-bottom: 4px;
    margin-right: 2px;
    transition: all .5s ease;
    font-size: 14px;
    display: inline;
    letter-spacing: 0.85px;
}
.keyword_box li:last-child a:after{
    display: none;
}
.keyword_box li a:after{
    content: ',';
    display: inline;
}
.keyword_box li:hover a{
    color: #A33037;
}
.keyword_box.detail{
    margin: 15px 0;
}   
.article-detail .pic{
    margin-bottom: 15px;
    text-align: left;
    margin-top: 15px;
}
/* ------- article ------- */
.article-list {
    margin: 20px -20px 0;
}
.article-list li {
    position: relative;
    text-align: center;
    width: calc(100% / 3);
    padding: 0 20px;
    margin: 0 auto 40px;
}
.article-list li:nth-child(3n+1) {
    clear: left;
}
.article-list li .box {
    margin: 0 auto;
    position: relative;
    transition: all 0.5s ease;
}
.article-list li .cover {
    position:absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 30;
    font-size: 0;
}
.article-list li .pic {
    position: relative;
    box-sizing: border-box;
    border-radius: 15px;
}
.article-list li .text {
    position: relative;
    box-sizing: border-box;
}
.article-list .sort {
    position: relative;
    box-sizing: border-box;
    color: #333;
    letter-spacing: 0.85px;
    background: #e5e5e5;
    padding: 0 20.38px;
    border-radius: 30px;
    line-height: 24px;
}
.article-list li .name {
    position: relative;
    box-sizing: border-box;
    text-align: left;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    height: 22px;
    margin: 10px 0;
}
.article-list li .box:hover .name {
    color: #A33037;
}
.article-list li .description {
    position: relative;
    box-sizing: border-box;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
    letter-spacing: 0.8px;
    line-height: 1.5;
    height: 45px;
}
.article-list li .article_top {
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    margin: 20px 0;
    padding: 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.article-list .date {
    position: relative;
    box-sizing: border-box;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5;
    line-height: 1.2;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: baseline;
    line-height: 1;
    font-family: 'Montserrat', serif;
    transition: all 0.5s ease;
}
.article-list .date .years {
    order: 1;
}
.article-list .date .month{
    order: 2;
}
.article-list .date .day {
    order: 3;
}
.article-list .date .month::before,
.article-list .date .day::before {
    content: '.';
}
/* -------- detail-main -------- */
.article-detail {
    position: relative;
    box-sizing: border-box;
}
.article-date {
    font-size: 20px;
    color: #212121;
    font-weight: 600;
    font-family: 'Montserrat', serif;
}
.article-title {
    position: relative;
    box-sizing: border-box;
    margin: 10px 0;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.5;
}
/* -------- rwd -------- */
@media screen and (max-width: 1100px) {
    .article-list {
        margin: 0 -15px;
    }
    .article-list li {
        padding: 0 25px;
        margin: 0 auto 30px;
    }
    .article-list li .name {
        font-size: 16px;
    }
    .article-list li .description {
        line-height: 1.5;
        height: 40px;
        font-size: 14px;
    }
    .article-list .date .day {
        font-size: 30px;
    }
    .article-list .date .month,
    .article-list .date .years {
        font-size: 14px;
    }
    .keyword_box {
        padding: 10px 15px;
    }
    .keyword_box:before,
    .keyword_box:before {
        letter-spacing: 0.8px;
        font-size: 14px;
    }
    .article-date {
        font-size: 16px;
    }
    .article-title {
        font-size: 18px;
    }
    .keyword_box {
        padding: 10px 15px;
    }
}
@media screen and (max-width: 900px) {
    .article-list {
        max-width: 700px;
        margin: 0 auto;
    }
    .article-list li {
        width: 50%;
    }
    .article-list li:nth-child(3n+1) {
        clear: none;
    }
    .article-list li:nth-child(2n+1) {
        clear: left;
    }
    .article-list li {
        padding: 0 15px;
    }
}
@media screen and (max-width: 600px) {
    .article-list{
        max-width: 400px;
    }
    .article-list li {
        width: 100%;
        margin: 0 auto 40px;
    }
}
