

@charset "utf-8";

/*reset*/
.comment_file_list .btn_file,
.comment_entity_body_meta .author,
.comment_action .vote .like_num,
.comment_action .btn_share,
.comment_form_editor .comment_form_btn > button,
.temp_save .temp_save_num,
.board_comment .ly_popup li > a,
.pagination_seemore > a,
.temp_save_list .temp_title {
  text-decoration: none;
}

.comment_action .vote_list ul,
.comment_file_list ul {
  margin: 0;
  padding: 0;
}

.board_comment,
.board_comment label,
.board_comment table,
.board_comment input,
.board_comment textarea,
.board_comment select {
  font-size: 13px;
  font-family: 'Inter', 'Noto Sans KR' , sans-serif;
  color: #6a6e79;
}

.board_comment .xe-label {
  margin: 0;
}

.board_comment .ly_popup {
  display: none;
  position: absolute;
  z-index: 25;
}

.board_comment .ly_popup ul {
  min-width: 140px;
  padding: 8px 0;
  border: 1px solid #bebebe;
  border-radius: 4px;
  background-color: #fff;
  list-style: none;
}

.board_comment .ly_popup li {
  height: 30px;
}

.board_comment .ly_popup li > a {
  overflow: hidden;
  display: block;
  height: 100%;
  padding: 0 16px;
  font-size: 14px;
  line-height: 30px;
  color: #2c2e37;
}

.board_comment .ly_popup li > a:hover {
  background-color: #f4f4f4;
}

.temp_save {
  position: absolute;
  right: 0;
  top: -24px;
}

.temp_save .temp_save_num {
  font-size: 13px;
  color: #696e7a;
}

.temp_save .temp_save_num > strong {
  font-weight: normal;
  color: #399cf7;
}

.temp_save_list {
  width: 100%;
  height: 334px;
  padding-left: 24px;
  background-color: #fff;
}

.temp_save_list > ul {
  overflow-y: auto;
  height: 100%;
  position: relative;
  padding: 19px 24px 0 0;
  list-style: none;
}

.temp_save_list li {
  position: relative;
  padding: 9px 264px 9px 0;
  border-top: 1px solid #f4f4f4;
}

.temp_save_list li:first-child {
  padding-top: 0;
  border-top: 0;
}

.temp_save_list li:first-child .temp_info {
  padding-top: 0;
}

.temp_save_list .temp_info {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px 0;
}

.temp_save_list .temp_title {
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  color: #696a7a;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
}

.temp_info .xe-badge {
  float: left;
  margin-right: 10px;
}

.temp_info .temp_date {
  float: left;
  margin-right: 20px;
  font-size: 13px;
  color: #bebebe;
}

.temp_info .temp_date > span {
  margin-right: 6px;
}

.temp_info .btn_temp_delete {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #399cf7;
  line-height: 14px;
  font-size: 6px;
  color: #fff;
  text-align: center;
}

.temp_info .btn_temp_delete > i {
  line-height: 14px;
}

.comment_action .vote_list .bd_like_more_text {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  font-size: 14px;
}

/* Comment */
.board_comment {
  margin: 100px 0;
}

.board_comment .ly_popup {
  display: none;
  position: absolute;
  z-index: 25;
}

.board_comment .cke {
  border: 1px solid #ddd;
  border-radius: 0;
  min-height: 150px;
}

.comment_header {
    position: relative;
    padding-bottom: 15px;
    border-bottom: solid 1px #c0c0c0;
}

.comment_header::after {
    content: '';
    display: block; 
    clear: both;
}

.comment_header .total_count {
  display: inline-block;
  padding-right: 5px;
  border-bottom: 0;
  font-size: 16px;
  color: #141414;
  margin: 0;
  border-bottom: 0;
  height: auto;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: -0.23px;
}

.comment_header .total_count_num {
    font-size: 17px;
    font-weight: 600;
}

.comment_header .temp_save {
  top: auto;
  bottom: -9px;
}

.comment_form_controller:after {
  display: block;
  clear: both;
  content: "";
}

.comment_form_controller .xe-form-control {
  float: left;
  width: 120px;
  margin-right: 6px;
  font-size: 13px;
}

.comment_form_controller .xe-form-control.v2 {
  width: 200px;
}

.comment_form_editor .comment_form_btn > button {
  float: left;
  min-width: 80px;
  margin-left: 6px;
  font-size: 15px;
}

.comment_form_controller .comment_form_btn .btn_submit {
  border-color: #141414;
  background-color: #141414;
  color: #fff;
  padding: 9px 27px;
  border-radius: 0;
}

.comment_form_controller .comment_form_btn .btn_submit:hover {
  border-color: #399cf7;
  background-color: #399cf7;
}

.comment_form_group {
  float: right;
  margin-top: 10px;
}

.comment_form_group:after {
  display: block;
  clear: both;
  content: "";
}

.comment_form_input {
  float: left;
  margin: 10px 11px 0 0;
}

.comment_form_option {
  float: left;
  height: 38px;
  margin: 10px 14px 0 0;
  /* line-height: 38px; */
}

.comment_form_option input[type=checkbox] {
  margin-right: 7px;
}

.comment_form_btn {
  float: right;
}

.comment_form_btn:after {
  display: block;
  clear: both;
  content: "";
}

.comment_list {
    margin-bottom: 16px;
}
.comment_list .no_comment {
  text-align: center;
  padding: 20px 0;
  color: #888;
  font-size: 14px;
}

.comment_entity {
  position: relative;
  padding: 0px 15px;
  padding-right: 0;
  font-size: 14px;
}

.comment_entity:before {
content: "";
  position: absolute;
  top: 0;
  left: 0; 
  height: 100%;
  border-left: 1px solid #c0c0c0;
}

.comment_entity .hide {
  display: none;
}

.comment_entity.folding .comment_entity_avatar {
  height: 40px !important;
}

.comment_entity.folding .comment_entity_avatar img {
  height: 40px !important;
  width: 40px !important;
}

.comment_entity.folding .comment_action,
.comment_entity.folding .comment_entity_body_content {
  display: none;
}

.comment_entity.folding .comment_entity_body,
.comment_entity.folding .comment_entity_body_meta {
  height: 40px;
  line-height: 40px;
}

.comment_entity_tool {
  position: relative;
  float: right;
}

.comment_entity_tool:after {
  display: block;
  clear: both;
  content: "";
}

.comment_entity_tool {
    .comment_modify+.comment_delete {

        &::after {

            content: '';
            display: block;
            width: 1px;
            background-color: #e0e0e0;
            height: 10px;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -5px;
        }
    }
}

.comment_entity .comment_modify,
.comment_entity .comment_delete,
.comment_entity .comment_more_view {
position: relative;
  float: left;
  height: 20px;
  padding:0 6px;
  color: rgba(118, 118, 118 ,0.9);
  text-align: center;
  font-size: 13px;
  text-decoration: none;
}

.comment_entity .comment_more_view.on+.ly_popup {
  display: block;
}

.comment_entity .comment_more {
  float: left;
}

.comment_entity .comment_more .ly_popup {
  top: 30px;
  right: 0;
}

.comment_entity .comment_modify:hover,
.comment_entity .comment_delete:hover,
.comment_entity .comment_more_view:hover,
.comment_entity .comment_more_view.on {
  color: #696e7a;
}

.comment_entity .mermaid {
  width: auto;
}

.comment_entity .mention {
  background: #ebeef0;
  border-radius: 2px;
  margin: 0 1px;
  padding: 1px 2px;
  color: #263238;
  cursor: default;
}

.comment_entity .hashtag {
  background: #ebeef0;
  border-radius: 2px;
  margin: 0 1px;
  padding: 1px 2px;
  color: #2577ef;
  cursor: pointer;
}

.comment_entity .hashtag:active,
.comment_entity .hashtag:hover {
  border-color: #c1c7d0;
}

.comment_entity .hashtag+.hashtag {
  margin-left: 1px;
}

.comment_entity .hashtag .color {
  display: inline-block;
  overflow: hidden;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  border-radius: 2px;
  font-size: 0;
}

.comment_entity:active .comment_entity_action,
.comment_entity:focus .comment_entity_action,
.comment_entity:hover .comment_entity_action {
  display: block;
}

.comment_entity_body {
  margin-left: 15px;
  flex-grow: 1;
}

.comment_entity_body img {
  max-width: 100%;
  /*max-height: 180px;*/
  height: auto;
}

.comment_entity_body pre code {
  font-size: 13px;
}

.comment_entity_body_meta {
    margin-bottom: 5px;
    line-height: 20px;
}

.comment_entity_body_meta::after {
    content: '';
    display: block;
    clear: both;
}
.comment_entity_body_meta .comment_entity_body_meta-tit{
    display: inline-block;
}

.comment_entity_body_meta .mb_author {
  display: inline-block;
}

.comment_entity_body_meta .author {
    color: #141414;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    display: block;
}

.comment_entity_body_meta .author.on~.ly_popup {
  display: block;
}

.comment_entity_body_meta .date {
  margin-left: 6px;
  color: #bebebe;
  font-size: 13px;
  display: inline-block;
}

.comment_entity_body_meta .secret {
  color: #000;
  margin-left: 3px;
}

.comment_entity_avatar {
  position: relative;
  float: left;
}

.comment_entity_avatar img {
  width: 28px;
  height: 28px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.comment_entity_avatar .alphabet-avatar {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
}

.comment_entity_avatar .social_badge {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 2px;
  font-family: xeicon;
  background: #383838;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  opacity: .9;
}

.comment_entity_avatar .social_badge.kakao {
  display: block;
  background: #fccf00;
}

.comment_entity_avatar .social_badge.kakao:before {
  content: "\ead6";
}

.comment_entity_avatar .social_badge.google {
  display: block;
  background: #e53343;
}

.comment_entity_avatar .social_badge.google:before {
  content: "\ead0";
}

.comment_entity_avatar .social_badge.facebook {
  display: block;
  background: #3c569a;
}

.comment_entity_avatar .social_badge.facebook:before {
  content: "\eac7";
}

.comment_entity_avatar .social_badge.github {
  display: block;
  background: #333;
}

.comment_entity_avatar .social_badge.github:before {
  content: "\eace";
}

.comment_entity_avatar .social_badge.naver {
  display: block;
  background: #2db400;
}

.comment_entity_avatar .social_badge.naver:before {
  content: "\eade";
}

.comment_entity_avatar .social_badge.twitter {
  display: block;
  background: #1ab2f0;
}

.comment_entity_avatar .social_badge.twitter:before {
  content: "\eaf6";
}

.comment_entity.active {
  padding-left: 15px;
  box-shadow: 4px 0 0 #546673 inset;
  background: rgba(239, 243, 250, .35);
}

.comment_entity {
    margin-left: 55px;
    display: flex;
   /*  padding-bottom: 24px; */
   /*  margin-bottom: 24px; */
}

  .depth1+.depth1 {
    padding-bottom: 24px;
  }
  .depth1+.depth0 {
    margin-top: 24px;
  }

.comment_entity.depth0 {
    padding: 24px 0;
    margin-left: 0;
    border-top: 1px solid #ececec;
    margin-bottom: 0;
}
.comment_entity.depth0:first-child {
    border-top: 0;
}

.comment_entity.depth0:before {
  border: 0;
}

.comment_entity.depth0 .comment_entity_body {

}

.comment_entity.depth0 .comment_entity_avatar {
  height: 50px;
}

.comment_entity.depth0 .comment_entity_avatar img {
    width: 40px;
    height: 40px;
}

.comment_entity.depth0 .comment_entity_avatar .alphabet_avatar {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}


/* @아이디 불러오기 기능 개발 전까지 들여쓰기 스타일 */
/* .comment_entity.depth1 {
    padding-left: 70px;
  }
  
  .comment_entity.depth2 {
    padding-left: 130px;
  }
  
  .comment_entity.depth3 {
    padding-left: 190px;
  }
  
  .comment_entity.depth4 {
    padding-left: 250px;
  }
  
  .comment_entity.depth5 {
    padding-left: 310px;
  }
  
  .comment_entity.depth6 {
    padding-left: 370px;
  }
  
  .comment_entity.depth1:before {
    left: 48px;
  }
  
  .comment_entity.depth2:before {
    left: 108px;
  }
  
  .comment_entity.depth3:before {
    left: 168px;
  }
  
  .comment_entity.depth4:before {
    left: 228px;
  }
  
  .comment_entity.depth5:before {
    left: 288px;
  }
  
  .comment_entity.depth6:before {
    left: 348px;
  }
  
  .comment_action {
    padding-top: 7px;
  } */

  /*  */

.comment_action {
  padding-top: 7px;
}

.comment_action:after {
  display: block;
  clear: both;
  content: "";
}

.comment_action .btn_share {
display: block;
  float: left;
  color: #bebebe;
  margin: 0 12px 0 0;
  font-size: 13px;
}

.comment_action .btn_share.on,
.comment_action .btn_share:active,
.comment_action .btn_share:focus,
.comment_action .btn_share:hover {
  color: #696e7a;
}

.comment_action .btn_share i {
  height: 18px;
  margin-right: 5px;
  line-height: 18px;
}

.comment_action .vote {
  float: left;
  margin-right: 16px;
}

.comment_action .vote .btn_share.like:active,
.comment_action .vote .btn_share.like:focus,
.comment_action .vote .btn_share.like:hover,
.comment_action .vote .like.on,
.comment_action .vote .btn_share.dissent:active,
.comment_action .vote .btn_share.dissent:focus,
.comment_action .vote .btn_share.dissent:hover,
.comment_action .vote .dissent.on {
  color: #ff6464;
}

.comment_action .vote .btn_share.like,
.comment_action .vote .btn_share.dissent {
  margin-right: 0;
}

.comment_action .vote .like_num,
.comment_action .vote .dissent_num {
  margin-right: 0;
}

.comment_share_area {
  display: none;
  float: left;
}

.comment_action .share.on~.comment_share_area {
  display: block;
}

.comment_action .share_service {
  margin: 0 0 0 -4px;
  padding: 0;
  list-style: none;
}

.comment_action .share_service li {
  float: left;
}

.comment_action .share_service li > a {
  float: left;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin-right: 3px;
  border-radius: 2px;
  background: #696e7a;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 13px;
}

.comment_action .share_service li a.facebook:active,
.comment_action .share_service li a.facebook:hover {
  background: #3b5998;
}

.comment_action .share_service li a.twitter:active,
.comment_action .share_service li a.twitter:hover {
  background: #25a6de;
}

.comment_action .share_service li a.permalink:active,
.comment_action .share_service li a.permalink:hover {
  background: #2a2d36;
}

.comment_action .share_service li a * {
  line-height: 18px !important;
}

.comment_action .sharelink {
  border: none;
  color: #696e7a;
}

.comment_action_area {
  clear: both;
}

.comment_action_area .comment_form {
  margin: 15px 0 10px;
}

.comment_action_area .comment_action_area_avatar {
  float: left;
  width: 28px;
  height: 28px;
}

.comment_action_area .comment_action_area_avatar img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.comment_action_area .comment_action_area_avatar+.comment_form {
  margin-left: 43px;
}

.comment_action_area.modify {
  clear: initial;
}

.comment_file_list {
  margin: -7px 0 13px;
}

.comment_file_list .btn_file {
  color: #696e7a;
  font-size: 12px;
}

.comment_file_list .btn_file.on~ul {
  display: block;
}

.comment_file_list ul {
  display: none;
  list-style: none;
}

.comment_file_list li {
  margin-top: 5px;
  font-size: 12px;
}

.comment_file_list li a {
  color: #bebebe;
}

.comment_file_list li a:hover {
  color: #696e7a;
}

.comment_action .vote_list {
  display: none;
  clear: both;
}

.comment_action .vote_list ul {
  display: inline-block;
  overflow: hidden;
  padding-top: 4px;
  list-style: none;
}

.comment_action .vote_list li {
  position: relative;
  float: left;
  margin: 0 4px 5px 0;
}

.comment_action .vote_list li.on:before {
  position: absolute;
  top: 0;
  left: 1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fe6462;
  content: "";
}

.comment_action .vote_list img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.pagination_seemore {
  padding: 20px 0;
}

.pagination_seemore > a {
  display: block;
  border: 1px solid #eee;
  border-radius: 4px;
  height: 50px;
  color: #696e7a;
  line-height: 50px;
  text-align: center;
  font-size: 13px;
}

.pagination_seemore > a:active,
.pagination_seemore > a:hover {
  border-color: #f4f4f4;
  background-color: #f4f4f4;
}

.comment_action .vote .btn_share.like {
    background-image: url(../img/assent.svg) ;
    margin-right: 4px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    opacity: 0.5;
}

.comment_action .vote .btn_share.dissent {
    background-image: url(../img/dissent.svg) ;
    margin-right: 4px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    opacity: 0.5;
    margin-top: 2px;
}

.comment_action .vote .bd_hidden {
  display: none;
}

.board_comment .xe_content {
  color: #696e7a;
}

.board_comment .xe_content .xe-content p, .board_comment .xe_content .xe-content p, .board_comment .xe_content .xe_content p, .board_comment .xe_content .cke_editable p {
  font-size: 14px;
  letter-spacing: -0.2px;
  color: #484848;
  line-height: 22px;
}

.board_comment .xe_content blockquote,
.board_comment .xe_content table {
  font-size: 14px;
}

.board_comment .xe_content pre {
  font-size: 13px;
}



.comment-reply-author {
    color: #2684ff;
}

.xe-comment-right-box {
    float: right;
}

.board_comment .cke_top {
    background-color: #fbfbfc;
}

