<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*** 메모 글쓰기 ***/
.memo-write .color-select {
  display: inline-block;
  position: relative;
  padding: 5px;
  height: 15px;
  border: 1px solid;
  /* border-color: @color-grey10; */
  vertical-align: middle;
}
.memo-write .color-select ul {
  display: none;
  position: absolute;
  left: -1px;
  top: 100%;
  padding: 5px 5px 0;
  border: 1px solid;
  /* border-color: @color-grey10; */
  z-index: 10;
}
.memo-write .color-select li {
  height: 15px;
  padding-bottom: 5px;
}
.memo-write .color-select .bg-unit {
  display: inline-block;
  width: 30px;
  height: 15px;
}
.memo-write .color-select input[type='radio'] {
  position: absolute;
  opacity: 0;
}
.memo-write .color-select label {
  cursor: pointer;
}
.memo-write .cwe-textarea {
  width: calc(100% - 35px) !important;
}
/*** 목록 ***/
.list-memo .no-document {
  margin-top: 25px;
}
.list-memo-notice .mu-notice-ctrl {
  margin-top: 10px;
}
.list-memo-notice .mu-notice-ctrl a {
  margin-right: 10px;
}
.list-memo .me-text {
  /* &amp;-updated{
				color: @color-point2;
			} */

}
.list-memo .me-text-new {
  font-family: 'Hepta Slab', sans-serif;
  /* color: @color-point; */

}
/*** 기본 목록 ***/
.lmd .mu {
  position: relative;
  /* border-color: @color-grey10; border-top-color: @color-black; */

  /* .my-article .mu-header{
			background-color: @bg-notice;
		} */

}
.lmd .mu-notice {
  position: relative;
  border-top: 1px solid;
  border-bottom: 1px solid;
  /* border-color: @color-grey10; background-color: @bg-notice; */

}
.lmd .mu-notice-text {
  position: absolute;
}
.lmd .mu-notice-icon {
  position: absolute;
  font-size: 18px;
}
.lmd .mu-header {
  /* border-color: @color-grey10; */

}
.lmd .mu-header .module {
  display: inline-block;
}
.lmd .mu-header .profile-image {
  position: absolute;
}
.lmd .mu-header .bt-send-msg {
  padding: 0 6px;
  margin: -2px 0 0 3px;
  height: 20px;
  line-height: 22px;
}
.lmd .mu-buttons:empty {
  display: none;
}
.lmd .me {
  /* &amp;-si{
			.si(13px); margin-top: 3px;
			&amp;--thumbs-up{
				.si-svg("thumbs-up",@color-black);
			}
			&amp;--thumbs-down{
				.si-svg("thumbs-down",@color-black);
			}
		} */

}
.lmd .me-nickname {
  position: relative;
}
.lmd .me-nickname + .me-comment {
  margin-left: 3px;
}
.lmd .me-text-new {
  display: inline-block;
  margin-top: -5px;
  vertical-align: middle;
}
.lmd .me-comment {
  display: inline-block;
  padding: 0 8px;
  margin: 0 13px 0px 0px;
  height: 26px;
  line-height: 26px;
  border-radius: 20px;
  vertical-align: middle;
}
.lmd .me-ctrl {
  position: absolute;
  right: 0;
  /* .lemon-style2{
				background-color: fade(@color-black,7%);
			} */

}
.lmd .me-vote {
  margin-top: 10px;
}
.lmd .me-vote .bt {
  display: inline-block;
  padding: 0px 8px;
  margin: 0 13px 0px 0px;
  height: 26px;
  line-height: 26px;
  border-radius: 20px;
  vertical-align: middle;
}
.lmd .me-vote .bt.has-vote {
  
}
.lmd .me-vote .bt .count {
  position: relative;
}
.lmd .au-content .article-spoiler {
  height: 100%;
}
.lmd .au-content .lm-message {
  margin: 25px 0;
}
.lmd .ae-category-wrap {
  display: inline-block;
  border-right: 1px solid;
  /* border-color: @color-grey10; */

}
.lmd .ae-extra + .au-content .lm-message {
  margin-top: 50px;
}
/*** 격자 목록 ***/
.lmg {
  /* .color--grey1{
		color: fade(@color-black,40%);
	} */

}
.lmg .list-memo-document {
  position: relative;
}
.lmg .mu {
  display: inline-block;
  box-sizing: border-box;
  /* background-color: @color-grey5; */
  border-radius: 5px;
}
.lmg .mu-notice {
  position: relative;
  min-height: 30px;
  /* background-color: @color-active; */
  border-radius: 5px;
}
.darkmode .lmg .mu-notice {
  border: 2px solid;
}
.lmg .mu-notice-icon {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 2px solid;
  /* border-color: @border-bold-color; background-color: fade(@color-white,70%); */
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
}
.lmg .mu-notice-icon .me-si--notice {
  /* .si(16px); .si-svg("notice",@color-black); */
  margin-top: 5px;
}
.darkmode .lmg .mu-notice-icon {
  border: 1px solid;
  line-height: 32px;
}
.lmg .mu-header {
  position: relative;
}
.lmg .mu-header .profile-image {
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: @color-white; */

}
.lmg .mu-body {
  margin-top: 15px;
}
.lmg .mu-body--secret {
  margin: 25px 0 10px;
  text-align: center;
}
.lmg .mu-body--secret form {
  margin-top: 10px;
}
.lmg .mu-body--secret .lemon-style {
  margin-bottom: 0;
  /* background-color: fade(@color-black,8%); */

}
.lmg .mu-body--secret .ip--small {
  vertical-align: top;
}
.lmg .mu-buttons {
  margin-top: 10px;
}
.lmg .mu-buttons:empty {
  display: none;
}
.darkmode .lmg .mu .profile-image {
  border: none !important;
}
.lmg .me-category-wrap {
  display: block;
  border-bottom: 1px dashed;
  /* border-color: fade(@color-black,15%); */
  text-align: center;
}
.lmg .me-date {
  /* color: fade(@color-black,50%); */

}
.lmg .me-date span {
  display: inline-block;
}
.lmg .me-date .day {
  float: left;
  display: inline-block;
  margin: -2px 10px 0 0;
  font: italic 30px "Georgia";
}
.lmg .me-date .month {
  text-transform: uppercase;
}
.lmg .me-date .bullet--new {
  position: absolute;
  left: -5px;
  top: -5px;
}
.lmg .me-comment {
  float: left;
}
.lmg .me-ctrl {
  float: right;
  position: relative;
  margin: -5px -5px -3px 0;
}
.lmg .me-ctrl .bt {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 0 5px 5px 0;
  /* &amp;.opened{
					background-color: fade(@color-black,10%);
				} */

}
.lmg .me-ctrl .bt .bt-svg--dot {
  vertical-align: middle;
}
.lmg .me-ctrl .lm-dropdown-box {
  padding: 2px 8px;
  border-radius: 10px 0 10px 10px;
  top: 0;
  right: 100%;
  left: auto;
  white-space: nowrap;
}
.lmg .me-extra {
  border-top: 1px dashed;
  border-bottom: 1px dashed;
}
.lmg .me-extra:empty {
  display: none;
}
.lmg .me-extra li {
  margin-bottom: 5px;
}
.lmg .me-extra .title {
  display: inline-block;
  margin-right: 5px;
}
.lmg .me-extra .content {
  display: inline-block;
}
.lmg .bt-vote {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  /* &amp;.voted .color--point{
			color: @color-active !important;
		} */

}
.lmg .bt-vote .voted-icon {
  color: transparent;
}
.lmg .bt-vote .me-si {
  margin-top: 2px;
}
.darkmode .lmg .bt-vote.voted .far,
.darkmode .lmg .bt-vote.my-vote .far {
  display: none;
}
.lmg .fa-stack {
  margin-top: -2px;
}
.lmg .xe_content img {
  border-radius: 15px;
}
/*** 댓글 ***/
.lmd .lm-comment .profile-image {
  border-radius: 0;
}
.lm-comment .comment-unit.best-comment {
  display: none;
}
.lm-comment--grid {
  border-top: none;
}
.lm-comment--grid:empty {
  display: none;
}
.lm-comment--grid .comment-unit {
  position: relative;
  border-top: 1px dashed;
  /* border-color: fade(@color-black,15%); */

}
.lm-comment--grid .comment-unit--reply {
  padding-left: 35px !important;
}
.lm-comment--grid .comment-unit--reply::before,
.lm-comment--grid .comment-unit--reply::after {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  /* background-color: fade(@color-black,15%); */

}
.lm-comment--grid .comment-unit--reply::before {
  top: 0;
  width: 1px;
  height: 100%;
}
.lm-comment--grid .comment-unit--reply::after {
  top: 26px;
  height: 1px;
  width: 15px;
}
.lm-comment--grid .comment-unit .profile-image {
  margin: 0 5px 0 0 !important;
  width: 24px;
  height: 24px;
  /* background-color: fade(@color-white,50%); */

}
.lm-comment--grid .cu-body {
  margin-top: 10px;
}
.lm-comment--grid .ce-ctrl {
  position: absolute;
  right: 15px;
  top: 15px;
}
.lm-comment--grid .ce-date {
  display: inline-block;
  opacity: 0.5;
  vertical-align: middle;
}
.comment-write {
  /* .cwe{
		&amp;-si{
			&amp;--square{
				.si-svg("square",@color-black);
			}
			&amp;--check-square{
				.si-svg("check-square",@color-point);
			}
		}
	} */

}
.lm-memo .comment-write--reply .cwu-form {
  height: auto;
  overflow: visible;
}
.lmd .comment-write--default .cwu-options {
  display: none;
}
.lmg .comment-write {
  padding: 0;
}
.lmg .comment-write--default {
  display: none;
  margin: 10px 0 0;
}
.lmg .comment-write--default .profile-image {
  display: none;
}
.lmg .comment-write.mode--text .cwu-body {
  min-height: 34px;
  /* background-color: fade(@color-black,8%); */

}
.lmg .comment-write .cwu-options {
  padding-top: 0;
}
.mode--guest .lmg .comment-write .cwu-options {
  height: auto;
}
.lmg .comment-write .cwe-textarea {
  width: calc(100% - 35px) !important;
  height: 34px;
  padding: 6px 10px;
}
.lmg .comment-write .cwe-check-secret {
  display: inline-block;
  margin-top: 10px;
}
.lmg .comment-write .cwe-user-info {
  margin-top: 10px;
}
.lmg .comment-write .bt-wrap .lm-bubble {
  margin-left: 0;
}
.lmg .comment-write .lbt--round {
  width: 24px;
  height: 24px;
  line-height: 22px;
}
.lmg .comment-write .bt-write-mode {
  display: none;
}
.lmg .comment-write--reply {
  margin-top: 10px;
}
.lmg .comment-write--reply .cwe-textarea {
  width: calc(100% - 50px) !important;
}
</pre></body></html>