a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

/*                login
======================================================= */
@media only screen and (max-width: 374px) {
  .sub__menu_wrap {
    display: block;
  }
}

@media only screen and (max-width: 374px) {
  .update_date_txt {
    padding-left: 45px;
  }
}

@media only screen and (max-width: 374px) {
  .fav_icon {
    margin-top: -3px;
  }
}

.back__btn {
  font-weight: 600;
  max-width: 240px;
  height: 60px;
  line-height: 58px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .back__btn {
    border-radius: 10px;
    height: 50px;
    line-height: 48px;
  }
}

.keyword__group {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .keyword__group {
    margin-top: 22px;
  }
}

.art__img {
  margin-top: 30px;
}

.reaction {
  margin-top: 51px;
}
@media only screen and (max-width: 767px) {
  .reaction {
    margin-top: 42px;
    max-width: 275px;
    margin: 42px auto 0;
  }
}

.favorite {
  margin-top: 27px;
}

.search__item {
  margin-top: 76px;
}
@media only screen and (max-width: 767px) {
  .search__item {
    margin-top: 54px;
  }
}

.item__group {
  padding: 44px 47px 48px;
}
@media only screen and (max-width: 767px) {
  .item__group {
    padding: 32px 17px 48px 17px;
  }
}

.keyword__txt {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .comment__wrap {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .user__icon {
    width: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .posted__textarea {
    padding: 19px 14px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .posted__txtarea_txt {
    margin-top: 2px;
    line-height: 1.428;
  }
}

@media only screen and (max-width: 767px) {
  .quote__wrap {
    margin-top: 0;
  }
}
.quote__wrap + .posted__textarea_name {
  padding-top: 12px;
}

@media only screen and (max-width: 767px) {
  .txt_count {
    margin-top: 15px;
    margin-left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .topic__submit {
    margin-top: -17px;
  }
}

@media only screen and (max-width: 767px) {
  .topic__submit_btn {
    font-size: 14px;
    max-width: 140px;
    height: 40px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .comment__date {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .under__menu {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .post__btn_wrap {
    margin-top: 53px;
    padding: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .content__group_side {
    margin-top: 64px;
  }
}

@media only screen and (max-width: 767px) {
  .single__ttl {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .single__date {
    margin-top: 17px;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .single__fav_icon {
    bottom: -18px;
  }
}