.board-list .div_info .div_content a.blurtext,
a.blur-txt {
  color: CurrentColor;
}

.article {
  border-radius: var(--border-radius) !important;
}

::selection {
  background: #414141 !important;
}

.article-thumb {
  position: relative;
  line-height: 64px;
  width: 200px;
  background: white;
}

.article-thumb>div {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;

}


.article-info {
  position: relative;
  padding: 8px;
}

span.date {
  font-weight: normal;
  opacity: 0.7;
  padding: 0 5px;
  float: right;
}

/*강조 효과들*/
.holoback {}

@keyframes fluid {
  from {
    background-position: top;
  }

  to {
    background-position: bottom;
  }
}

.bottom_menu {
  height: 50px;
}

.bottom_menu div {
  padding: 0 10px;
}

.bottom_menu a {
  margin: 8px !important;
}

.bottom_menu .del {
  display: inline-block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  text-indent: -999px;
  margin-left: 10px;
  background: #000;
  color: white;
  transform: rotate(45deg);
  float: right;
  margin: 16px 7px 0px 5px;
  font-weight: bold;
}

.bottom_menu .del:hover {
  color: #000;
  background: white;
}

.bottom_menu .del:before {
  content: "X";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 17px;
  text-indent: 0;
  text-align: center;
  font-size: 11px;
  transform: rotate(-45deg);
}

.bottom_menu .mod {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  text-indent: -999px;
  margin: 16px 5px 0px 5px;
  background: #000;
  color: white;
  transform: rotate(45deg);
  float: right;
  font-weight: bold;
}

.bottom_menu .mod:before {
  content: "M";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 17px;
  text-indent: 0;
  text-align: center;
  font-size: 11px;
  transform: rotate(-45deg);
}

.bottom_menu .mod:hover {
  color: #000;
  background: white;
}

.bottom_menu .re {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  text-indent: -999px;
  margin: 16px 5px 0px 5px;
  background: #000;
  color: white;
  transform: rotate(45deg);
  float: right;
  font-weight: bold;
}

.bottom_menu .re:before {
  content: "R";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 17px;
  text-indent: 0;
  text-align: center;
  font-size: 11px;
  transform: rotate(-45deg);
}

.bottom_menu .re:hover {
  color: #000;
  background: white;
}

.bottom_menu .write {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  text-indent: -999px;
  margin: 16px 5px 0px 5px;
  background: #000;
  color: white;
  transform: rotate(45deg);
  float: right;
  font-weight: bold;
}

.bottom_menu .write:before {
  content: "W";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 17px;
  text-indent: 0;
  text-align: center;
  font-size: 11px;
  transform: rotate(-45deg);
}

.bottom_menu .write:hover {
  color: #000;
  background: white;
}

.bottom_menu .list {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  text-indent: -999px;
  margin: 16px 5px 0px 5px;
  background: #000;
  color: white;
  transform: rotate(45deg);
  float: right;
  font-weight: bold;
}

.bottom_menu .list:before {
  content: "L";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 17px;
  text-indent: 0;
  text-align: center;
  font-size: 11px;
  transform: rotate(-45deg);
}

.bottom_menu .list:hover {
  color: #000;
  background: white;
}

/*해시태그 디자인*/

.link_hash_tag {
  font-size: 12px;
  position: relative;
  padding: 1px 6px 1px 14px;
  color: #0d0d0d;
  background-color: #ddd;
  border-radius: 3px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.3));
  transition-duration: 0.2s;
}

.link_hash_tag:before {
  content: "";
  width: 4px;
  position: absolute;
  height: 4px;
  left: 5px;
  top: 7px;
  background: #fff;
  color: #fff;
  border-radius: 50%;
  z-index: 2;
  filter: none;
}


.link_hash_tag:hover {
  background-color: #0d0d0d;
  color: #fff;
}

.link_hash_tag:hover:after {
  border-right-color: var(--article-hash);
}

.co-footer {
  line-height: 20px;
  padding-right: 17px;
  padding-bottom: 7px;
}

.co-footer:after {
  content: "";
  display: block;
  clear: both;
}

.co-footer .re {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-indent: -999px;
  color: #767676;
  padding-right: 2px;
}

.co-footer .del,
.co-footer .mod {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 4px;
  text-indent: -999px;
  color: #767676;
  border-left: 1px solid #ddd;
  padding-right: 2px;
}

.co-footer .re:hover,
.co-footer .del:hover,
.co-footer .mod:hover {
  background: var(--base-color);
  color: #000;
}


.co-footer .re::before,
.co-footer .del::before,
.co-footer .mod::before {
  display: block;
  text-indent: 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  font-weight: 400 !important;
}

.co-footer .re::before {
  content: "답글";
}

.co-footer .del::before {
  content: "삭제";
}

.co-footer .mod::before {
  content: "수정";
}