.fb {
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}
.share_box{
    text-align: center;
    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: #5CC2CF;
    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;
}
.keyword_box .keyword  li{
    width: auto;
    padding: 0 0px;
    display: inline;
}
.article-list .keyword_box li a,.keyword_box li a{
    color: #6B7A79;
    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: #0085CC;
}
.keyword_box.detail{
    margin:15px 0;
}   
.article-detail .pic{
    margin-bottom: 15px;
}
.article-list {
    margin: 0 -6px;
}
.article-list .item {
    width: 25%;
}
.article-list .item:nth-child(4n+1) {
    clear: left;
}
.article-list .box {
    margin: 0 auto 50px;
    padding: 25px 10%;
    background: url('../../images/common/border_dot_v.png') repeat-y;
    position: relative;
}
.article-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.article-list .item:nth-child(4n+1) .box {
    background: none;
}
.article-list .pic {
    position: relative;
    overflow: hidden;
    max-width: 220px;
    margin: 0 auto;
    border: 2px solid #DDD;
    border-radius: 50%;
}
.article-list .pic:before {
    content: '';
    display: block;
    background: url('../../images/common/article/hover.png') 50% 60% no-repeat rgba(255,255,255,0.5);
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.article-list .box:hover .pic:before {
    opacity: 1;
    background-position: 50% 50%;
}
.article-list .date {
    display: block;
    background: url('../../images/common/border_dot2_h.png') 0 100% repeat-x;
    color: #725333;
    font-size: 12px;
    letter-spacing: 0.05em;
    padding: 10px 0 6px;
}
.article-list .date:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/article/date_ic.png') no-repeat;
    width: 19px;
    height: 16px;
    margin: 0 6px 1px 0;
}
.article-list .name {
    color: #008B9F;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.06em;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px 0 3px;
    height: 26px;
}
.article-list .box:hover .name {
    color: #F94002;
}
.article-list .description {
    color: #888;
    font-size: 14px;
    letter-spacing: 0.06em;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 23px;
}
.article-detail .title {
    color: #5F370A;
    font-size: 20px;
    letter-spacing: 0.06em;
    text-align: center;
    margin: 0 0 15px;
}
.article-detail .date {
    display: block;
    color: #725333;
    font-size: 12px;
    letter-spacing: 0.05em;
    background: #FAF4E7;
    line-height: 20px;
    text-align: center;
    padding: 0 15px;
    border-radius: 10px;
    width: 132px;
    margin: 0 auto 30px;
}
.article-detail .date:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/article/date_ic.png') no-repeat;
    width: 19px;
    height: 16px;
    margin: 0 6px 1px 0;
}
.article-detail .editor {
    background: url('../../images/common/border_dot_h.png') repeat-x;
    padding: 28px 0;
}
@media screen and (max-width: 1000px) {
    .article-list .item {
        width: 50%;
    }
    .article-list .item:nth-child(4n+1) {
        clear: none;
    }
    .article-list .item:nth-child(2n+1) {
        clear: left;
    }
    .article-list .item:nth-child(2n+1) .box {
        background: none;
    }
}
@media screen and (max-width: 767px) {
    .article-list .box {
        margin-bottom: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 580px) {
    .article-list .item {
        width: 100%;
    }
    .article-list .item:nth-child(n) {
        clear: none;
    }
    .article-list .item:nth-child(n) .box {
        background: none;
    }
}