.share .tag-list {
  position: relative;
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;
}

.share .tag-list .tag-item {
  position: relative;
  display: inline-block;
  width: 140px;
  padding: 5px 0;
  background-color: transparent;
  text-align: center;
  border-radius: 99px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.share .tag-list .tag-item a {
  color: #2f4843;
}

.share .tag-list .tag-item.active a {
  color: #ffffff;
}

.share .tag-list .tag-item:hover:nth-child(4n + 3) {
  background-color: #8ddbcc;
}

.share .tag-list .tag-item:hover:nth-child(4n + 2) {
  background-color: #acdb8d;
}

.share .tag-list .tag-item:hover:nth-child(4n + 1) {
  background-color: #8dd0db;
}

.share .tag-list .tag-item:hover:nth-child(4n) {
  background-color: #dbd38d;
}

.share #glider {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 40px;
  z-index: 1;
  border-radius: 99px;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  z-index: -1;
}

.share #glider.glider-0 {
  background-color: #8dd0db;
}

.share #glider.glider-1 {
  background-color: #acdb8d;
}

.share #glider.glider-2 {
  background-color: #8ddbcc;
}

.share #glider.glider-3 {
  background-color: #dbd38d;
}

.share .share-list .share-box {
  padding: 10px;
  border: 1px solid #94e6d7;
  border-radius: 5px;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.share .share-list .share-box .share-img {
  margin-bottom: 8px;
  max-height: 400px;
  overflow: hidden;
  border-radius: 5px;
}

.share .share-list .share-box .share-img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.share .share-list .share-box .share-info .share-title {
  display: -webkit-box;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 66px;
}

.share .share-list .share-box .share-info .share-title a {
  font-size: 18px;
  color: #2f4843;
}

.share .share-list .share-box .share-info .share-text {
  font-size: 15px;
  color: #2f4843;
  display: -webkit-box;
  height: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 8px 0;
}

.share .share-list .share-box .share-info .share-tag ul {
  margin-bottom: 0;
}

.share .share-list .share-box .share-info .share-tag ul li.share-tag-item {
  display: inline-block;
  border-radius: 22px;
  height: 28px;
  color: #2f4843;
  padding: 0px 15px;
}

.share .share-list .share-box .share-info .share-tag ul li.share-tag-item:nth-child(3n + 2) {
  background-color: #d8eff3;
}

.share .share-list .share-box .share-info .share-tag ul li.share-tag-item:nth-child(3n + 1) {
  background-color: #f3edb7;
}

.share .share-list .share-box .share-info .share-tag ul li.share-tag-item:nth-child(3n) {
  background-color: #e3f3d8;
}

.share .share-list .share-box:hover {
  -webkit-box-shadow: 0 0 10px rgba(193, 226, 199, 0.69);
          box-shadow: 0 0 10px rgba(193, 226, 199, 0.69);
}

.share .share-list .share-box:hover .share-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.share .tag-list::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.share .tag-list::-webkit-scrollbar {
  height: 3px;
  background-color: #f5f5f5;
}

.share .tag-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #dbd38d;
}

.share-de .share-detail-area .title {
  font-size: 25px;
  font-weight: 500;
  color: #2f4843;
  border-bottom: 1px dotted #dbd38d;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .share-de .share-detail-area .title {
    font-size: 20px;
  }
}

.share-de .share-detail-area .date {
  font-size: 15px;
  color: #8dd0db;
}
