<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wook_discussions .wook-form-wrapper {
    margin: 0 0 20px 0;
}

/* 질문 답변 글 기본 */
#wook_discussions .wook-form-submit.show_avatar {
  margin-left: 65px;
}

#wook_discussions .wook-form-wrapper .wook_comment {
  width: 100%;
  height: 100px;
}

#wook_discussions textarea.wook_comment {
  padding: 10px;
}

#wook_discussions .wook-discuz-item.show_avatar {
  margin-left: 65px;
}

#wook_discussions .wook-discussion-meta .meta .wook-discussion__awaiting-approval {
	color: #718096;
}

.wook-thread-wrapper .wook-comment .wook-discussion-left {
  float: left;
}

.wook-form-wrapper .wook-field-comment img.avatar,
.wook-thread-wrapper .wook-comment img.avatar {
    margin: 0;
    box-shadow: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.wook-thread-wrapper .wook-comment .wook-discussion-label {
    text-align: center;
    margin-top: 10px;
  /* clear: both; */
}

.wook-thread-wrapper .wook-comment .wook-discussion-label em {
  display: inline-block;
  padding: 4px;
  letter-spacing: 2px;
  color: #fff;
  width: 42px;
  text-align: center;
  font-style: normal;
  font-size: 0.8rem;
}

.wook-thread-wrapper .wook-comment .wook-discussion-label .wook-discussion-item__label {
  left: 1em;
  background-color: #777;
}

.wook-thread-wrapper .wook-comment .wook-discussion-label .wook-discussion-reply-item__label {
  left: 2.2em;
  background-color: #346aff;
}


.wook-thread-wrapper .wook-comment .wook-discussion-right {
  position: relative;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgb(160, 174, 192);
  padding: 0;
  margin: 0 0 20px 0;
  padding: 0.5em 0.5em 0;
}

.wook-thread-wrapper .wook-comment.show_left .wook-discussion-right {
    margin-left: 65px;
}

.wook-thread-wrapper .wook-comment .wook-discussion-meta {
  font-size: 16px;
}

.wook-thread-wrapper .wook-comment .wook-discussion-right .wook-discussion-dash {
  margin: 0 5px 0 5px;
}

.wook-thread-wrapper .wook-comment .wook-form-wrapper {
  margin: 0 0 20px 0;
}

.wook-thread-wrapper .wook-reply {
  margin-left: 3em;
}

.wook-thread-wrapper .wook-form-wrapper {
  display: none;
}

.wook-thread-wrapper textarea.wpc_comment {
  width: 100%;
  height: 100px;

}

.wook-discussion-footer{
  margin-bottom: 20px;
}

.wook-thread-wrapper .wook-comment .wook-discussion-footer span:not(:last-child){
  margin-right: 10px;
}

.wook-thread-wrapper .wook-comment .wook-discussion-footer .wook_edit_comment,
.wook-thread-wrapper .wook-comment .wook-discussion-footer .wpc_cancel_edit,
.wook-thread-wrapper .wook-comment .wook-discussion-footer .wook_update_edited_comment {
  cursor: pointer;
}

/*답변 링크 버튼 */
.wook-reply-link{
  color: var(--global-palette-highlight);
  text-decoration: underline;
}

.wook-reply-link:hover{
  cursor: pointer;
  color: var(--global-palette-highlight-alt);
}


#wook_discuss_modal &gt; div#wook_response_info { width: 200px; background: none repeat scroll 0 0 #EDEDED; color:#444444; font-size: 18px; font-weight: normal; padding: 45px 10px 50px 10px!important; text-align: center; line-height:25px;}
#wook_discuss_modal &gt; div#wook_response_info { /*z-index: 10000;*/ }
#wook_discuss_modal &gt; div#wook_response_info a.close { background-position-x: right; background-position-y: top; }
#wook_discuss_modal &gt; div#wook_response_info img { margin-left: 57px; }
</pre></body></html>