@charset "UTF-8";
/* bh (9haging@gmail.com) */
/* comment */
.bh_comment {
  padding-top: 50px;
  background-color: var(--bh_color_bg_main);
  padding: 8px 30px 20px 78px;
}
.bh_comment .comment_write_wrap {
  position: relative;
}
.bh_comment .comment_write_wrap .profile_img {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  border: 1px solid var(--bh_color_gray_300);
  overflow: hidden;
  margin-right: 15px;
}
.bh_comment .comment_write_wrap .profile_img img {
  height: 32px;
}
.bh_comment .comment_write_wrap .comment_input_wrap {
  width: 100%;
}
.bh_comment .comment_write_wrap .comment_input_wrap .comment_input {
  padding: 10px;
  width: 100%;
  min-height: 100px;
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 5px;
  background-color: var(--bh_color_gray_50);
}
.bh_comment .comment_write_wrap .comment_input_wrap .comment_input:focus {
  outline: none;
}
.bh_comment .comment_write_wrap .tool_wrap {
  padding-top: 15px;
}
.bh_comment .comment_write_wrap .tool_wrap .bh_bd_btn {
  float: right;
  width: 62px;
  font-size: 18px;
  font-weight: 500;
  line-height: 39px;
  background-color: var(--bh_color_main);
  border-radius: 5px;
  border: none;
  padding: 0;
}
.bh_comment .comment_write_wrap .tool_wrap .bh_bd_btn.delete {
  background-color: var(--bh_color_gray_400);
  margin-right: 10px;
}
.bh_comment .comment_write_wrap .tool_wrap .bh_bd_btn.delete:active, .bh_comment .comment_write_wrap .tool_wrap .bh_bd_btn.delete:focus {
  outline: none;
}
@media (max-width: 992px) {
  .bh_comment .comment_write_wrap .tool_wrap {
    padding-top: 5px;
  }
  .bh_comment .comment_write_wrap .tool_wrap .bh_bd_btn {
    font-size: 14px;
    line-height: 30px;
  }
}
.bh_comment .to_text {
  display: none;
}
.bh_comment .comment_item.depth .to_text {
  display: block;
}
.bh_comment .form_modify .comment_write_wrap, .bh_comment .form_reply .comment_write_wrap {
  padding: 40px 0 0 0;
}
.bh_comment .form_modify .comment_write_wrap .comment_input_wrap .comment_input, .bh_comment .form_reply .comment_write_wrap .comment_input_wrap .comment_input {
  background-color: var(--bh_color_white);
}
.bottom_list_btn {
  margin-top: 50px;
}
.bottom_list_btn a {
  display: inline-block;
  float: right;
  height: 53px;
  font-size: 18px;
  text-align: center;
  line-height: 51px;
  width: 94px;
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 5px;
  background-color: var(--bh_color_white);
  transition: all 0.3s;
}
.bottom_list_btn a:hover {
  background-color: var(--bh_color_main);
  border-color: var(--bh_color_main);
  color: var(--bh_color_white);
}
.bh_star_wrap {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl;
}
.bh_star_wrap * {
  font-size: 2rem;
  line-height: 18px;
}
.bh_star_wrap > input {
  display: none;
}
.bh_star_wrap > input + label {
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
}
.bh_star_wrap > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #888;
}
.bh_star_wrap > input:checked ~ label:before, .bh_star_wrap > input + label:hover ~ label:before, .bh_star_wrap > input + label:hover:before {
  content: "★";
  color: #e52;
  text-shadow: 0 0 1px #333;
}
.bh_star_wrap > .star-clear + label {
  text-indent: -9999px;
  width: 0.5em;
  margin-left: -0.5em;
}
.bh_star_wrap > .star-clear + label:before {
  width: 0.5em;
}
.bh_star_wrap:hover > input + label:before {
  content: "☆";
  color: #888;
  text-shadow: none;
}
.bh_star_wrap:hover > input + label:hover ~ label:before, .bh_star_wrap:hover > input + label:hover:before {
  content: "★";
  color: #e52;
  text-shadow: 0 0 1px #333;
}
.bh_star_wrap > span {
  display: inline-block;
  font-size: 14px;
  line-height: 13px;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
}
.bh_star_wrap > span:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #888;
}
.bh_star_wrap > span.selected:before {
  content: "★";
  color: #e52;
  text-shadow: 0 0 1px #333;
}
.bh_comment {
  padding: 0;
}
.bh_comment .comment_box {
  margin-top: 50px;
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 15px;
}
.bh_comment .comment_box .comment_write_wrap {
  padding: 19px 30px 20px 30px;
}
.bh_comment .comment_box .comment_text {
  padding: 19px 30px 20px 30px;
  border-bottom: 1px solid var(--bh_color_gray_300);
}
.bh_comment .comment_box .comment_write_wrap .profile_img {
  width: 32px;
  height: 32px;
}
.bh_comment .comment_box .comment_write_wrap .profile_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .bh_comment .comment_box {
    margin-top: 30px;
  }
  .bh_comment .comment_box .comment_write_wrap {
    padding: 15px;
  }
  .bh_comment .comment_box .comment_text {
    padding: 10px 15px;
  }
}
.bh_comment .comment_list_wrap {
  margin-top: 50px;
}
.bh_comment .comment_list_wrap > ul > li {
  position: relative;
  padding: 20px 30px 20px 80px;
  border-top: 1px solid var(--bh_color_gray_300);
}
.bh_comment .comment_list_wrap > ul > li:last-child {
  border-bottom: 1px solid var(--bh_color_gray_300);
}
.bh_comment .comment_list_wrap > ul > li.depth {
  padding-left: 100px;
  background-color: var(--bh_color_gray_50);
}
.color_scheme_dark .bh_comment .comment_list_wrap > ul > li.depth {
  background-color: #212121;
}
.bh_comment .comment_list_wrap > ul > li.depth::before {
  display: none;
  content: "";
  position: absolute;
  top: 17px;
  left: 20px;
  /*display: inline-block;*/
  width: 16px;
  height: 16px;
  border: 1px solid var(--bh_color_gray_300);
  border-width: 0 0 1px 1px;
  border-radius: 0 0 0 2px;
}
.bh_comment .comment_list_wrap > ul > li .bh_profile_wrap {
  position: relative;
  margin-left: -52px;
  padding-left: 52px;
}
.bh_comment .comment_list_wrap > ul > li .bh_profile_wrap .bh_profile_info {
  overflow: hidden;
}
.bh_comment .comment_list_wrap > ul > li .bh_profile_wrap .bh_profile_info .name {
  font-size: 14px;
}
.bh_comment .comment_list_wrap > ul > li .bh_profile_wrap .bh_profile_info .detail_time {
  font-size: 14px;
  color: var(--bh_color_gray_600);
}
.bh_comment .comment_list_wrap > ul > li .bh_profile_wrap .bh_profile_info .detail li {
  display: inline-block;
  color: var(--bh_color_gray_800);
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  background: url("../../../../modules/board/skins/bh/img/division_line.gif") no-repeat right 8px center;
  padding-right: 19px;
  overflow: hidden;
}
.bh_comment .comment_list_wrap > ul > li .bh_profile_wrap .bh_profile_info .detail li:last-child {
  background: none;
}
.bh_comment .comment_list_wrap > ul > li .bh_profile_wrap .bh_profile_info .detail li .detail_title {
  color: var(--bh_color_gray_800);
}
.bh_comment .comment_list_wrap > ul > li .bh_profile_wrap .bh_profile_info .detail li .detail_title > a {
  color: var(--bh_color_gray_800);
}
.bh_comment .comment_list_wrap > ul > li .bh_profile_wrap .bh_profile_info .detail li .detail_content {
  color: var(--bh_color_gray_700);
}
.bh_comment .comment_list_wrap > ul > li .bh_profile_wrap .bh_profile_info .detail li .detail_content > a {
  color: var(--bh_color_gray_700);
}
.bh_comment .comment_list_wrap > ul > li .bh_profile_wrap .bh_profile_info .detail li span > i {
  font-size: 0.9em;
  line-height: 1;
  margin-right: 3px;
  vertical-align: middle;
}
.bh_comment .comment_list_wrap > ul > li .bh_content {
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
  padding-top: 30px;
}
.color_scheme_dark .bh_comment .comment_list_wrap > ul > li .bh_content {
  background: #212121;
  border-color: transparent;
}
.bh_comment .comment_list_wrap > ul > li .bh_content .xe_content {
  font-size: 18px;
}
.bh_comment .comment_list_wrap > ul > li .bottom_btn_wrap {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--bh_color_gray_600);
  padding-top: 30px;
}
.bh_comment .comment_list_wrap > ul > li .bottom_btn_wrap i {
  padding-right: 5px;
}
.bh_comment .comment_list_wrap > ul > li .bottom_btn_wrap a {
  padding-right: 20px;
}
.bh_comment .comment_list_wrap > ul > li .bottom_btn_wrap .act_comment_vote i {
  color: var(--bh_color_point);
}
.bh_comment .comment_list_wrap > ul > li .bottom_btn_wrap .comment_btn {
  position: relative;
  display: flex;
}
.bh_comment .comment_list_wrap > ul > li .bottom_btn_wrap .comment_btn .hide_btn {
  display: none;
  position: absolute;
  right: -80px;
  top: 0;
}
.bh_comment .comment_list_wrap > ul > li .bottom_btn_wrap .comment_btn .hide_btn a {
  padding-right: 15px;
}
.bh_comment .comment_list_wrap > ul > li .bottom_btn_wrap .comment_btn .hide_btn.on {
  display: flex;
}
.bh_comment .comment_list_wrap > ul > li .act_comment_vote, .bh_comment .comment_list_wrap > ul > li .act_comment_vote_down {
  margin-left: 5px;
}
.bh_comment .comment_list_wrap > ul > li .act_comment_vote span, .bh_comment .comment_list_wrap > ul > li .act_comment_vote_down span {
  color: #888 !important;
}
.bh_comment .comment_list_wrap > ul > li .act_comment_vote.active span {
  color: #e74c3c !important;
}
.bh_comment .comment_list_wrap > ul > li .act_comment_vote_down.active span {
  color: #34495e !important;
}
.bh_comment .comment_list_wrap > ul > li .act_comment_report {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #999;
  font-size: 12px;
  font-weight: 300;
}
.bh_comment .comment_list_wrap > ul > li .bh_comment_file_list_wrap .bh_comment_file_title {
  color: var(--bh_color_gray_700);
  font-size: 14px;
}
.bh_comment .comment_list_wrap > ul > li .bh_comment_file_list_wrap .bh_comment_file_list {
  margin-top: 5px;
}
.bh_comment .comment_list_wrap > ul > li .bh_comment_file_list_wrap .bh_comment_file_list .bh_file_item .file_size {
  color: var(--bh_color_gray_700);
  font-size: 12px;
}
@media (max-width: 992px) {
  .bh_comment .comment_list_wrap {
    margin-top: 30px;
  }
  .bh_comment .comment_list_wrap > ul > li {
    padding-left: 52px;
  }
  .bh_comment .comment_list_wrap > ul > li .bh_content {
    padding-top: 15px;
  }
  .bh_comment .comment_list_wrap > ul > li .bh_content .xe_content {
    font-size: 14px;
  }
  .bh_comment .comment_list_wrap > ul > li .bottom_btn_wrap {
    padding-top: 15px;
  }
  .bh_comment .comment_list_wrap > ul > li .bottom_btn_wrap a {
    padding-right: 10px;
  }
}
.bh_comment .comment_list_wrap .bh_profile_img {
  position: absolute;
  top: 0px;
  left: 0;
  width: 40px;
  height: 40px;
}
.bh_comment .comment_list_wrap .bh_profile_img img {
  height: 40px;
  border: 1px solid #ddd;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.bh_comment .comment_item.depth {
  padding-top: 8px;
}
.bh_comment .comment_item.depth .bh_profile_img {
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
}
.bh_comment .comment_item.depth .bh_profile_img img {
  height: 30px;
}
.bh_comment .comment_item.depth .bh_profile_img.write_user {
  top: -23px;
}
.bh_comment .comment_item.depth .bh_profile_img.comment_user {
  top: 0;
}
@media (max-width: 992px) {
  .bh_comment .form_modify .comment_write_wrap, .bh_comment .form_reply .comment_write_wrap {
    padding-top: 10px;
  }
  .bh_comment .comment_list_wrap > ul > li.depth {
    padding-left: 60px;
  }
  .bh_comment .comment_list_wrap > ul > li.depth::before {
    display: none;
  }
  .bh_comment .comment_list_wrap > ul > li .bh_profile_wrap {
    position: relative;
    margin-left: -52px;
    padding-left: 52px;
  }
  .bh_comment .comment_list_wrap > ul > li .bh_profile_wrap .bh_profile_info .detail li {
    font-size: 13px;
    line-height: 17px;
    background: none;
  }
  .bottom_list_btn {
    margin-top: 30px;
  }
  .bottom_list_btn a {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
  }
}
.bh_comment .pagination {
  position: relative;
  text-align: center;
  margin: 10px auto;
}
.bh_comment .pagination > div {
  display: inline-block;
}
.bh_comment .pagination .direction {
  float: left;
  position: relative;
  width: 30px;
  height: 30px;
  color: var(--bh_color_gray_900);
  font-size: 0.95em;
  line-height: 30px;
  text-align: center;
  letter-spacing: -2px;
  vertical-align: middle;
  background-color: var(--bh_color_bg_main);
  border-top: solid 1px var(--bh_color_gray_300);
  border-right: solid 1px var(--bh_color_gray_300);
  border-bottom: solid 1px var(--bh_color_gray_300);
  margin-right: 0;
  margin-left: 0;
}
.bh_comment .pagination .direction:first-child {
  border-left: solid 1px var(--bh_color_gray_300);
}
.bh_comment .pagination .direction:hover {
  color: var(--bh_color_black);
  background-color: var(--bh_color_gray_100);
}
.bh_comment .pagination .direction.active {
  color: var(--bh_color_white);
  font-weight: 400;
  background: var(--bh_color_gray_800);
  border-color: var(--bh_color_gray_800);
}
/* -comment */
/*# sourceMappingURL=332e2be65c21aec0de53de83a4e8d876e4e6c36b._comment.scss.map */
