textarea {
  font-family: "Pretendard";
}

.submain .top_class {
  font-size: 18px;
  font-weight: 500;
  color: #949494;
}
.submain .main_text {
  font-size: 22px;
  font-weight: 700;
  color: #1F1F1F;
}

#main-content.none_footer {
  padding-bottom: 520px;
}

footer {
  bottom: 108px;
}

@media screen and (max-width: 1143px) {
  #main-content.none_footer {
    padding-bottom: 120px;
  }
}
div.comment {
  padding: 0 40px;
  margin: 0 0 60px;
  position: relative;
}
@media screen and (max-width: 1143px) {
  div.comment {
    padding: 0 24px 0;
    margin: 0 0 0;
  }
  div.comment:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #DFDFDF;
    margin-bottom: 36px;
    display: block;
  }
}
div.comment button.add_button {
  border-radius: 4px;
  background: #F5F5F5;
  font-size: 18px;
  font-weight: 500;
  color: #949494;
  height: 70px;
  width: 100%;
  margin-top: 60px;
  /*
  &::before{
    content:'';
    width:16px;
    height:16px;
    display: inline-block;
    background:url('/img/scss/icon/icon_down_16_94.svg');
    background-size:100%;
    margin-right:10px;
  }

   */
}
div.comment div.title_bar h3 {
  color: #1F1F1F;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
div.comment div.title_bar h3 span.count {
  color: #008DE0;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1143px) {
  div.comment button.add_button {
    height: 56px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 36px;
    /*
    &::before{
      width:12px;
      height:12px;
      background:url('/img/scss/icon/icon_down_12_94.svg');
      background-size:100%;
    }

     */
  }
  div.comment div.title_bar h3 {
    font-size: 18px;
    font-weight: 700;
  }
  div.comment div.title_bar h3 span.count {
    font-size: 18px;
    font-weight: 700;
  }
}
div.comment div.profile {
  width: 24px;
  height: 24px;
  background: url("/img/scss/icon/icon_profile_comment_c8.svg") no-repeat;
  background-size: 100%;
  position: relative;
  top: -2px;
}
div.comment form.writer {
  background-color: #FCFCFC;
  min-height: 108px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px 0 32px;
  z-index: 41;
  box-shadow: 0px 1.4px 3.9px 0px rgba(0, 0, 0, 0.04), 0px 11px 31px 0px rgba(0, 0, 0, 0.08);
  border-top: 1px solid var(--gray-300, #DFDFDF);
}
div.comment form.writer * {
  outline: none;
}
div.comment form.writer div.title_reply {
  width: 1280px;
  margin: 0 auto 16px;
  color: #949494;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
div.comment form.writer div.title_reply button.close {
  width: 16px;
  height: 16px;
  background: url("/img/scss/icon/icon_close_16_94.svg") no-repeat;
  display: inline-block;
}
div.comment form.writer div.input_area {
  background-color: #FFF;
  border: 1px solid #DFDFDF;
  width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 0;
  min-height: 60px;
  height: auto;
  border-radius: 6px;
}
div.comment form.writer div.input_area textarea {
  width: 100%;
  height: 60px;
  padding: 18px 16px;
  max-height: 108px;
  border: none;
  resize: none;
  color: #3F3F3F;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
}
div.comment form.writer div.input_area textarea::placeholder {
  color: #C8C8C8;
}
div.comment form.writer div.input_area div.button_area {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  width: auto;
  padding: 0 16px;
}
div.comment form.writer div.input_area div.button_area button {
  display: inline;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
}
div.comment form.writer div.input_area div.button_area button.submit {
  background: none;
  color: #008DE0;
}
div.comment form.writer div.input_area div.button_area button.submit:disabled {
  color: #949494;
}
@media screen and (max-width: 1143px) {
  div.comment form.writer {
    padding: 24px 24px 32px;
    min-height: 89px;
  }
  div.comment form.writer div.title_reply {
    width: 100%;
    margin: 0 0 12px;
    font-size: 14px;
  }
  div.comment form.writer div.input_area {
    width: 100%;
    min-height: 45px;
  }
  div.comment form.writer div.input_area textarea {
    height: 42px;
    min-height: 42px;
    padding: 12px 16px;
    font-size: 14px;
    max-height: 94px;
  }
  div.comment form.writer div.input_area div.button_area {
    padding: 0 16px 0 12px;
  }
  div.comment form.writer div.input_area div.button_area button {
    font-size: 12px;
  }
}
div.comment .comment_list {
  margin: 8px 0 0;
  padding: 0;
}
div.comment .comment_list li {
  padding: 24px 0;
  border-bottom: 1px solid #DFDFDF;
}
div.comment .comment_list li.block {
  color: #949494;
  font-size: 16px;
  font-weight: 500;
  padding: 24px 0;
  border: none;
  border-bottom: 1px solid #DFDFDF;
  display: flex;
  align-items: center;
}
div.comment .comment_list li.block::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 19px;
  background: url("/img/scss/icon/icon_rock_16_c8.svg") no-repeat;
  background-size: 100%;
  margin-right: 8px;
}
div.comment .comment_list li.none {
  display: flex;
  font-size: 18px;
  color: #777;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  padding: 60px 0;
  line-height: 32px;
  text-align: center;
}
div.comment .comment_list li.level_2 {
  padding: 20px 0 0 24px;
  border: none;
}
div.comment .comment_list li.level_2 div.profile {
  width: 16px;
  height: 16px;
  top: -1px;
}
div.comment .comment_list li.level_2:last-child {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 20px;
}
div.comment .comment_list li.level_2 + .level_1 {
  margin-top: 20px;
  border-top: 1px solid #DFDFDF;
}
div.comment .comment_list li.level_2.block {
  padding-left: 28px;
  position: relative;
  /*
  &::after{
    display: inline-block;
    content:'';
    width: 16px;
    height: 16px;
    background: url('/img/scss/icon/icon_reply_16_94.svg') no-repeat;
    background-size:100%;
    position: absolute;
    left:16px;
    top:50%;
    margin-top:-8px;

  }

   */
}
div.comment .comment_list li.level_2 div.info div.writer {
  /*
  &::before{
    display: inline-block;
    content:'';
    width: 16px;
    height: 16px;
    background: url('/img/scss/icon/icon_reply_16_94.svg') no-repeat;
    background-size:100%;
  }

   */
}
div.comment .comment_list li.level_2 div.text {
  padding-left: 22px;
}
div.comment .comment_list li.level_2 div.button_wrap div.left_area {
  padding-left: 22px;
}
div.comment .comment_list li div.info {
  display: flex;
  gap: 5px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
div.comment .comment_list li div.info div {
  font-size: 12px;
}
div.comment .comment_list li div.info div.writer {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #777;
}
div.comment .comment_list li div.info div.writer.admin {
  color: #008DE0;
}
div.comment .comment_list li div.info div.writer.admin div.profile {
  background-image: url("/img/scss/icon/icon_profile_comment_admin_16.svg");
}
div.comment .comment_list li div.info div.time {
  font-weight: 400;
  color: #949494;
}
div.comment .comment_list li div.info div.fnc {
  display: flex;
  align-items: center;
  position: relative;
}
div.comment .comment_list li div.info div.fnc button.comment_menu {
  width: 24px;
  height: 24px;
  background: url("/img/scss/icon/icon_menu_comment_24_94.svg");
}
div.comment .comment_list li div.info div.fnc div.comment_menu_button {
  position: absolute;
  width: 180px;
  right: 0;
  top: 44px;
  display: none;
  flex-direction: column;
  background: #FFF;
  box-shadow: 0px 1.4px 3.9px 0px rgba(0, 0, 0, 0.04), 0px 11px 31px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
div.comment .comment_list li div.info div.fnc div.comment_menu_button.on {
  display: flex;
}
div.comment .comment_list li div.info div.fnc div.comment_menu_button button {
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #EFEFEF;
  padding: 12px 16px;
  color: #3F3F3F;
  background: none;
  text-align: left;
}
div.comment .comment_list li div.info div.fnc div.comment_menu_button button:first-child {
  border: none;
}
div.comment .comment_list li div.info div.fnc div.comment_menu_button button.danger {
  color: #EB1527;
}
div.comment .comment_list li div.text {
  color: #3F3F3F;
  font-size: 18px;
  font-weight: 500;
  margin: 12px 0 16px;
  padding-left: 29px;
}
div.comment .comment_list li div.button_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.comment .comment_list li div.button_wrap div.left_area {
  padding-left: 29px;
  display: flex;
  gap: 16px;
}
div.comment .comment_list li div.button_wrap div.left_area button {
  width: auto;
  height: auto;
  border: none;
  padding: 0;
}
div.comment .comment_list li div.button_wrap div.left_area button.recommend_btn {
  width: auto;
  height: auto;
  border: none;
  padding: 0;
  color: #777;
}
div.comment .comment_list li div.button_wrap div.left_area button.recommend_btn span {
  color: #777;
}
div.comment .comment_list li div.button_wrap div.left_area button.recommend_btn::before {
  width: 16px;
  height: 16px;
  content: "";
  background: url("/img/scss/icon/icon_good_16_77.svg");
  background-size: 100%;
}
div.comment .comment_list li div.button_wrap div.left_area button.recommend_btn.on span {
  color: #008DE0;
}
div.comment .comment_list li div.button_wrap div.left_area button.recommend_btn.on::before {
  background: url("/img/scss/icon/icon_good_16_008DE0.svg");
}
div.comment .comment_list li div.button_wrap div.left_area button.reply_btn {
  color: #777;
  font-size: 16px;
  font-weight: 500;
  background: none;
}
div.comment .comment_list li div.button_wrap div.right_area div.time {
  color: #949494;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 1143px) {
  div.comment .comment_list li {
    padding: 16px 0;
  }
  div.comment .comment_list li.none {
    font-size: 14px;
    line-height: 21px;
    padding: 24px 0 0;
    border: none;
  }
  div.comment .comment_list li.block {
    font-size: 14px;
    padding: 24px 0;
  }
  div.comment .comment_list li.block::before {
    content: "";
    width: 12px;
    height: 12px;
    margin-right: 4px;
  }
  div.comment .comment_list li.level_2 {
    padding: 16px 0 0 30px;
    border: none;
  }
  div.comment .comment_list li.level_2 + .level_1 {
    margin-top: 16px;
    border-top: 1px solid #DFDFDF;
  }
  div.comment .comment_list li.level_2.block {
    padding-left: 41px;
    position: relative;
  }
  div.comment .comment_list li.level_2 div.text {
    padding-left: 21px;
  }
  div.comment .comment_list li.level_2 div.button_wrap div.left_area {
    padding-left: 21px;
  }
  div.comment .comment_list li div.info div {
    font-size: 12px;
  }
  div.comment .comment_list li div.info div.writer {
    font-size: 12px;
    font-weight: 500;
  }
  div.comment .comment_list li div.info div.time {
    font-size: 12px;
    font-weight: 400;
  }
  div.comment .comment_list li div.info div.fnc button.comment_menu {
    width: 16px;
    height: 16px;
    background: url("/img/scss/icon/icon_menu_comment_16_94.svg");
  }
  div.comment .comment_list li div.info div.fnc div.comment_menu_button {
    position: absolute;
    width: 170px;
    top: 20px;
  }
  div.comment .comment_list li div.info div.fnc div.comment_menu_button button :first-child {
    border: none;
  }
  div.comment .comment_list li div.text {
    color: #3F3F3F;
    font-size: 14px;
    font-weight: 500;
    margin: 8px 0 14px;
    padding-left: 30px;
  }
  div.comment .comment_list li div.button_wrap div.left_area {
    padding-left: 30px;
  }
  div.comment .comment_list li div.button_wrap div.left_area button {
    font-size: 12px;
  }
  div.comment .comment_list li div.button_wrap div.left_area button.recommend_btn {
    padding: 0;
  }
  div.comment .comment_list li div.button_wrap div.left_area button.reply_btn {
    font-size: 12px;
  }
  div.comment .comment_list li div.button_wrap div.right_area div.time {
    font-size: 12px;
    font-weight: 400;
  }
}

/*# sourceMappingURL=detail.css.map */
