.fb {
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
}
.share_box {
  margin-bottom: 15px;
  text-align: center;
}
.share-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.share_box li {
  line-height: unset !important;
  line-height: unset !important;
  margin: 0 2px;
}
.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: #c4b7a7;
  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: 32px;
  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;
  border-top: 1px solid #dbdbdb;
  padding-top: 7px;
}
.keyword_box .keyword li {
  width: auto;
  padding: 0 0px;
  display: inline;
}
.article-list .keyword_box li a,
.keyword_box li a {
  color: #bfada4;
  line-height: 1;
  margin-bottom: 4px;
  margin-right: 2px;
  transition: all 0.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: #a57055;
}
.keyword_box.detail {
  margin: 15px 0;
  border-top: unset;
}
.article-detail .pic {
  margin-bottom: 15px;
}
/*------------ article ------------*/
.article-list {
  margin: 0 -15px;
}
.article-list li {
  width: 25%;
  padding: 0 15px 50px;
}
.article-list li:nth-child(4n + 1) {
  clear: left;
}
.article-list li .box {
  transition: all 0.3s;
  position: relative;
  max-width: 304px;
  margin: 0 auto;
}
.article-list li .box .cover2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 30;
  font-size: 0px;
}
.article-list li .box:hover {
}
.article-list li .pic {
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
}
.article-list li .date,
.article-date {
  position: relative;
  text-align: center;
  display: block;
  line-height: 1;
  margin: 0 0px 5px;
}
.article-list li .date b,
.article-date b {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -20px auto 5px;
  padding: 0;
  border-radius: 0;
  width: 135px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-weight: normal;
  color: #9e7a4e;
  background: #fbf8f3;
  transition: all 0.3s ease;
  border-radius: 10px 10px 0px 0;
}
.article-date b {
  margin: 0 auto;
}
.article-list li .date i,
.article-date i {
  transition: all 0.2s;
  display: inline-block;
  display: none;
}
.article-list li .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 64px;
  line-height: 1.5;
  color: #858585;
  margin: 0 0 15px;
}
.article-list .box:hover .description {
}
.article-list li .name {
  color: #525252;
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Serif TC", serif;
  height: 60px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
  line-height: 1.5;
}
.article-list .box:hover .name {
  color: #9e7a4e;
}
/*------------ detail-main ------------*/
.article-detail {
}
.article-title {
  font-size: 22px;
  color: #525252;
  font-weight: 600;
  font-family: "Noto Serif TC", serif;
  margin: 20px 0 5px;
  text-align: center;
}
.article-date {
  margin: 0 auto 10px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1280px) {
  .article-list li {
    width: calc((100% / 3) - 0.1px);
  }
  .article-list li:nth-child(4n + 1) {
    clear: none;
  }
  .article-list li:nth-child(3n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 900px) {
  .article-list li {
    width: 50%;
  }
  .article-list li:nth-child(3n + 1) {
    clear: none;
  }
  .article-list li:nth-child(2n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .article-date b {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .article-list {
    margin: 0;
  }
  .article-list li {
    width: 100%;
    padding: 0 0 40px;
  }
}
