/* 댓글 신고폼 {{{ */
.wz_cmtreport_popup {
  width: 360px;
  margin: 0 auto;
}

.wz_section_popup {
  box-shadow: 0 2px 4px rgb(0 0 0 / 5%), 0 7px 13px 1px rgb(0 0 0 / 15%);
}

.wz_cmtreport_popup .popup_head {
  height: 54px;
  border-bottom: 1px solid #f5f5f5;
  background-color: #fff;
}

.wz_cmtreport_popup .tit_popup {
  font-size: 18px;
  line-height: 55px;
  text-align: center;
}

.wz_cmtreport_popup .tit_report {
  display: block;
  padding: 27px 22px 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  background-color: #fff;
}

.wz_cmtreport_popup .list_report > li {
  padding: 0 20px;
  background-color: #fff;
}

.wz_cmtreport_popup .choice_wrap {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.wz_cmtreport_popup .choice_wrap .inp_radio {
  position: absolute;
  left: 0;
  top: 15px;
}

.wz_cmtreport_popup .choice_wrap .lab_radio {
  display: block;
  height: 45px;
  font-size: 16px;
  line-height: 43px;
  letter-spacing: -0.03em;
  color: #202020;
  flex:1;
}

.wz_cmtreport_popup .choice_wrap .wz_ico_check {
  margin-left: 20px;
}



.wz_cmtreport_popup .list_add {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 22px;
  color: #7f7f7f;
  letter-spacing: -0.15em;
}

.wz_cmtreport_popup .list_add:before {
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background-color: #dbdbdb;
  content: "";
}

.wz_cmtreport_popup .btn_group {
  overflow: hidden;
  padding: 15px;
}

.wz_cmtreport_popup .btn_comm {
  float: left;
  width: 50%;
}

.wz_cmtreport_popup .btn_comm .inner_btn {
  display: block;
  height: 38px;
  margin: 0 5px;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  background-color: #fff;
  font-size: 15px;
  line-height: 38px;
  color: #4a4a4a;
  text-align: center;
}

.wz_cmtreport_popup .btn_confirm .inner_btn {
  border-color: #ff6151;
  background-color: #ff6151;
  color: #fff;
}

.wz_cmtreport_popup .btn_group button {
  border: none;
  background-color: unset;
}

.wz_cmtreport_popup .txt_guide {
  display: block;
  padding-left: 14px;
  margin: 2px 20px 18px;
  text-indent: -14px;
  font-size: 13px;
  line-height: 17px;
  color: #999;
  letter-spacing: -0.03em;
}

.wz_cmtreport_popup .cmt_etc {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 9px;
  border: 0 none;
  box-sizing: border-box;
  background-color: #fff;
}

.wz_cmtreport_popup .cmt_etc_wrap {
  overflow: hidden;
  position: relative;
  min-height: 58px;
  border-radius: 4px;
  border: 1px solid #b0b4b6;
  font-size: 14px;
}

.wz_cmtreport_popup .cmt_etc::placeholder {
  font-size: 14px;
  color: #999;
}

.wz_cmtreport_popup li .desc_add {
  height:0px;
  opacity: 0;
  overflow: hidden;
  padding:0;
  transition: all 0.4s;
}

.wz_cmtreport_popup li.on .desc_add {
  height:auto;
  opacity: 1;
  padding: 9px 0 12px;
}

#btn_article_report {
  padding: 0 10px;
  color: #555;
  font-weight: normal;
  font-size: 1em;
  line-height: 35px;
  height: 35px;
  border-color: #d5d5d5;
  border-radius: 5px;
  border: 1px solid #b9bdd3;
  display: inline-block;
  text-align: center;
}

/* 댓글 신고폼 }}} */
