.fb {
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}
.share_box{
    margin-bottom: 15px;
    text-align: center; 
}
.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: #056bc0;
    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: 0px 0 0;
}
.share_box .share-link .btn {
    width: 25px;
    padding: 3px 0 0;
}
/*keyword*/
.keyword_box{
    margin-top: 10px;
    font-size: 14px;
    position: relative;
    z-index: 35;
    padding: 10px 15px;
}
.keyword_box .keyword  li{
    width: auto;
    padding: 0 0px;
    display: inline;
}
.article-list .keyword_box li a,.keyword_box li a{
    color: #056CC0;
    line-height: 1;
    margin-bottom: 4px;
    margin-right: 2px;
    transition: all .3s ease;
    font-size: 14px;
    display: inline;
}
.article-list .keyword_box li a{
    color: #ccc;
}
.keyword_box li:last-child a:after{
    display: none;
}
.keyword_box li a:after{
    content: ',';
    display: inline;
}
.keyword_box li:hover a{
    color: #032A74;
}
.article-list .keyword_box li:hover a{
    color: #fff;
}
.keyword_box.detail{
    margin:15px 0;
}   
.article-detail .pic{
    margin-bottom: 15px;
}
.article-list {
    max-width: 1255px;
    margin: 0 auto;
}
.article-list .item {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 35px;
}
.article-list .item:nth-child(2n+1) {
    clear: left;
}
.article-list .item .box {
    display: flex;
    width: 100%;
    background: #02225D;
    position:relative;
    flex-wrap: wrap;
}
.article-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    z-index: 5;
}
.article-list .pic {
    text-align: center;
    width: 46%;
    vertical-align: middle;
    padding: 12px;
    background: url('../../images/common/article/pic_bg.png');
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.article-list .pic .pic-img {
    position: relative;
    display: inline-block;
}
.article-list .pic .pic-img:after {
    content: "";
    background: url('../../images/common/article/hover.png') 50% 60% no-repeat rgba(194,164,69,0.60);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.article-list .box:hover .pic-img:after {
    opacity: 1;
    background-position: 50% 50%;
}
.article-list .box:hover .pic-img:before {
    top: 50%;
}
.article-list .txt {
    width: 54%;
    position: relative;
    padding: 15px 20px 15px 50px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.article-list .date,
.article-detail .date {
    width: 64px;
    height: 64px;
    line-height: 1.1;
    padding: 14px 0 0 0;
    color: #F7F7F7;
    font-size: 13px;
    background: #02225D;
    border: 2px solid #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: -32px;
    z-index: 4;
}
.article-list .date b,
.article-detail .date b {
    display: block;
    font-size: 24px;
}
.article-list .name {
    color: #DCC677;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 67px;
}
.article-list .box:hover .name {
    text-decoration: underline;
}
.article-list .description {
    font-size: 13px;
    line-height: 1.3;
    color: #ccc;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 63px;
}
.article-list .more {
    max-width: 244px;
    display: block;
    line-height: 27px;
    color: #bbb;
    background: transparent;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #bbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.article-list .box:hover .more {
    color: #fff;
    background: #C2A445;
    border-color: #C2A445;
}
/****************** article-DETAIL ****************************/
.article-detail .date {
    position: static;
    margin: 0 auto 20px;
    display: block;
}
.article-detail .title {
    color: #01215D;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin: 0 0 30px;
}
/****************** RWD ****************************/
@media screen and (max-width: 1440px) {
    .article-list .item {
        width: 100%;
        padding: 0;
    }
    .article-list .pic {
        width: 280px;
    }
}
@media screen and (max-width: 600px) {
    .article-list .item {
        max-width: 300px;
        margin: 0 auto;
        margin-bottom: 35px;
        float: none;
    }
    .article-list .item .box,
    .article-list .pic,
    .article-list .txt {
        display: block;
        width: auto;
    }
    .article-list .txt {
        padding: 15px;
        position: static;
    }
    .article-list .date,
    .article-detail .date {
        left: auto;
        right: 5px;
    }
    .article-list .more {
        max-width: none;
    }
}
