@charset "utf-8";
.click-dummy {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lemon-style {
  display: inline-block;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px 8px 20px 8px;
}
.lemon-style2 {
  display: inline-block;
  height: 23px;
  line-height: 24px;
  border-radius: 10px 10px 10px 0;
}
.icon-notice {
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
}
.icon-notice .si {
  vertical-align: middle;
}
.lm-board {
  position: relative;
}
.lm-board-alert {
  position: absolute;
  left: 50%;
  z-index: 300;
}
.lm-board-alert>div {
  position: fixed;
  bottom: 10%;
  height: 32px;
  line-height: 32px;
  margin-top: -16px;
  opacity: 0;
  white-space: nowrap;
}
.lm-board .xe_content pre {
  position: relative;
  padding: 10px 15px;
  border: 1px solid;
  background-image: url("../../../../modules/modules/board/skins/lemon_onepage/images/bg_pre.png");
  overflow-x: auto;
  word-wrap: normal;
  z-index: 1;
}
.darkmode .lm-board .xe_content pre {
  background-image: url("../../../../modules/modules/board/skins/lemon_onepage/images/bg_preD.png");
}
.lm-board .xe_content a {
  text-decoration: underline;
}
.lm-board .xe_content a:hover {
  text-decoration: none;
}
.list-search-key {
  margin-bottom: 15px;
}
.list-search-key .bt-area {
  display: inline-block;
  margin-left: 5px;
}
.list-search-key .bt-search {
  text-decoration: underline;
}
.list-search-key .bt-search:hover {
  text-decoration: none;
}
.list .bullet--category {
  margin-right: 2px;
}
.list-footer {
  padding-top: 15px;
}
.list-footer .bt-write {
  float: right;
}
.list-footer .manage-articles {
  display: none;
  vertical-align: top;
}
.list-footer .manage-articles.active {
  display: inline-block;
}
.list-wrap .lu {
  position: relative;
}
.list-wrap .lu-check-area {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  transition-property: width, margin-left;
  transition-duration: 0.3s;
}
.list-wrap .lu-check-area.active {
  width: 20px;
  height: auto;
}
.list-wrap .lu-info:empty {
  display: none;
}
.list-wrap .le-thumbnail {
  position: relative;
}
.list-wrap .le-thumbnail.no-thumbnail::after {
  content: none !important;
}
.list-wrap .le-thumbnail.no-thumbnail .no-thumbnail-bg {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: repeat;
  -webkit-mask-position: left top;
  -webkit-mask-size: 15px 15px;
  mask-repeat: repeat;
  mask-position: left top;
  mask-size: 15px 15px;
}
.list-wrap .le-board {
  display: inline-block;
  padding: 2px 8px;
}
.list-wrap .le-title {
  word-break: break-all;
}
.list-wrap .le-comment {
  font-family: 'Hepta Slab', sans-serif;
}
.list-wrap .le-summary {
  word-break: break-all;
}
.list-wrap .le-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-bottom: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: text-top;
}
.list-wrap .le-icon .icon {
  margin-top: 2px;
  text-indent: -9999px;
}
.list-wrap .le-icon--normal {
  border: 1px solid;
}
.list-wrap .le-icon--image {
  border: 1px solid;
}
.list-wrap .le-icon--image .icon {
  margin-top: 1px;
}
.list-wrap .le-icon--file {
  border: 1px solid;
}
.list-wrap .le-icon--youtube {
  border: 1px solid;
}
.list-wrap .le-icon-secret {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
.list-wrap .le-icon-notice {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 50%;
  border: 1px solid;
  box-sizing: border-box;
  text-align: center;
}
.list-wrap .le-icon-notice .le-si {
  margin-top: 3px;
  text-indent: -9990px;
  overflow: hidden;
}
.list-wrap .le-extra {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid;
  box-sizing: border-box;
  margin-top: 10px;
  overflow: hidden;
}
.list-wrap .le-extra:empty {
  display: none;
}
.list-wrap .le-extra th {
  padding: 10px;
  border: 1px solid;
  white-space: nowrap;
  text-align: right;
}
.list-wrap .le-extra td {
  padding: 10px;
  border: 1px solid;
  word-break: break-all;
}
.font-en--lt .list-wrap .le-si--eye {
  margin: 1px 2px 0 0;
}
.font-en--th .list-wrap .le-si--eye {
  margin-top: 1px;
}
.list-wrap .no-document {
  padding: 50px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
}
.list-wrap {
  border: 2px solid;
  border-color: #333;
  border-radius: 15px;
}
.list-title {
  padding: 10px 12px;
  border-bottom: 1px solid;
  border-color: #333;
  font-weight: normal;
  text-align: center;
}
.list-category--inline {
  padding: 5px 0;
  border-bottom: 1px solid;
  border-color: #333 !important;
  text-align: center;
}
.list-category--inline>ul>li {
  display: inline-block;
  margin: 0 12px;
}
.list-category--inline>ul>li>a {
  display: inline-block;
  padding: 5px 0;
}
.list-category--inline li.active {
  font-weight: bold;
}
.list-category--inline .icon-arrow {
  margin-left: 3px;
}
.list-category--inline .icon-help {
  margin: -2px 0 0 1px;
  vertical-align: middle;
}
.list-paging {
  position: relative;
  height: 36px;
  text-align: center;
}
.list-paging .lp-button {
  display: inline-block;
  position: absolute;
  top: 0;
  padding: 0 12px;
  border-color: #333;
}
.list-paging .lp-button--prev {
  left: 0;
  border-right: 1px solid;
}
.list-paging .lp-button--next {
  right: 0;
  border-left: 1px solid;
}
.list-paging .lp-numbers {
  display: inline-block;
}
.list-paging .lp-numbers .page-number {
  display: inline-block;
  margin: 0 5px;
}
.ldo .lu {
  position: relative;
  padding: 12px;
  border-bottom: 1px dashed;
  border-color: #333;
}
.ldo .lu:last-of-type {
  border-bottom: 1px solid;
  border-color: #333;
}
.ldo .le-category {
  margin-right: 5px;
}
.ldo .le-si {
  vertical-align: middle;
}
.ldo .le-si--eye2 {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3C/svg%3E");
  background-color: #333;
}
.ldo .le-si--vote2 {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3'%3E%3C/path%3E%3C/svg%3E");
  background-color: #333;
}
.ldo .le-si--vote2.best {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3'%3E%3C/path%3E%3C/svg%3E");
  background-color: #ff682d;
}
.lm-article .bt-voted-who {
  display: inline-block;
  vertical-align: middle;
}
.lm-article .bt-voted-who--profile>button {
  position: relative;
  height: 34px;
  white-space: nowrap;
}
.lm-article .bt-voted-who--profile>button .fa-stack {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
}
.lm-article .bt-voted-who--profile>button .fas {
  font-size: 0.9em;
}
.lm-article .bt-voted-who--text {
  padding-top: 8px;
}
.lm-article .bt-voted-who .profile-image {
  position: relative;
  border: 2px solid;
  vertical-align: top;
}
.lm-article .bt-voted-who .profile-image:first-of-type {
  left: 0;
  z-index: 3;
}
.lm-article .bt-voted-who .profile-image:nth-of-type(2) {
  margin-left: -18px;
  z-index: 2;
}
.lm-article .bt-voted-who .profile-image:nth-of-type(3) {
  margin-left: -18px;
  z-index: 1;
}
.lm-article .bt-voted-who .profile-image:nth-of-type(4),
.lm-article .bt-voted-who .profile-image:nth-of-type(5) {
  display: none;
}
.au-buttons--style2 {
  position: relative;
}
.lm-mobile .ae-si--eye {
  margin-top: 1px;
}
.ae-si--clock {
  vertical-align: middle;
  margin-top: -2px;
}
.lm-mobile .ae-icon-secret {
  vertical-align: middle;
  margin-top: -4px;
}
.ae-comment--bottom {
  float: left;
  padding: 0 10px;
  height: 30px;
  line-height: 26px;
}
.au-buttons--style1 .ae-vote {
  float: left;
}
.au-buttons--style2 .ae-vote {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.au-buttons--style2 .ae-vote .bt-vote {
  display: inline-block;
  min-width: 60px;
  height: 60px;
  border: 2px solid;
  border-color: #333;
}
.au-buttons--style2 .ae-vote .bt-vote .count {
  display: block;
  margin-top: 4px;
}
.darkmode .ae-vote .lbt.bg--yellow {
  background-color: transparent !important;
}
.ae-voted-who {
  margin: 25px 0 -25px;
  font-size: 11px;
}
.ae-voted-who h3 {
  display: none;
}
.ae-voted-who li {
  display: inline-block;
  width: 55px;
  margin: 0 3px 10px;
  word-break: break-all;
  vertical-align: top;
}
.no-profile .ae-voted-who li {
  width: auto;
}
.ae-voted-who .nickname {
  display: inline-block;
  margin-top: 3px;
  line-height: 140%;
  word-break: break-all;
}
.no-profile.ae-voted-who .nickname {
  margin-top: 0;
}
.article-share .inner {
  padding: 30px 15px;
  text-align: center;
}
.article-share-list {
  margin-bottom: 15px;
}
.article-share-list>a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 18px 18px 18px 5px;
  overflow: hidden;
  margin: 0 5px 10px 5px;
}
.article-share-list img {
  width: 36px;
  height: 36px;
}
.article-files li {
  position: relative;
  word-break: break-all;
  border-bottom: 1px solid;
}
.article-files li:last-child {
  border-bottom: none;
}
.article-files li>a {
  display: block;
}
.article-files-icon {
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 20px;
  transition-property: opacity;
  transition-duration: 0.3s;
  text-align: center;
  font-size: 18px;
}
.article-files-icon.off {
  opacity: 1;
}
a:hover .article-files-icon.off {
  opacity: 0;
}
.article-files-icon.on {
  opacity: 0;
}
a:hover .article-files-icon.on {
  opacity: 1;
}
.article-files .file-down-count {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
  letter-spacing: 0.1em;
}
.lo-content {
  width: 100%;
}
.lo-content .lcu ol,
.lo-content .lcu ul {
  list-style: none;
  padding: 15px;
  margin: 0;
}
.lo-content .lcu ol li,
.lo-content .lcu ul li {
  word-break: break-all;
}
.lo-content .lcu ol .desc,
.lo-content .lcu ul .desc {
  margin-top: 5px;
  color: rgba(51,51,51,0.6);
}
.lo-content .lcu ul li {
  position: relative;
  padding-left: 10px;
}
.lo-content .lcu ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 1px;
  background-color: #333;
}
.lo-content .lcu ol {
  counter-reset: counter2;
}
.lo-content .lcu ol li {
  counter-increment: counter2;
}
.lo-content .lcu ol li::before {
  content: counter(counter2) ".";
  display: inline-block;
  margin-right: 5px;
}
.use-number.lo-content .lcu ol li::before {
  content: counter(counter) "-" counter(counter2);
  margin-right: 10px;
}
.lo-content .bg-color1 {
  background-color: #def7d5;
}
.lo-content .bg-color2 {
  background-color: #f5e8f4;
}
.lo-content .bg-color3 {
  background-color: #eeeef0;
}
.lo-content .bg-color4 {
  background-color: #e9e7de;
}
.lo-content .bg-color5 {
  background-color: #fbeedc;
}
.lo-content .bg-color6 {
  background-color: #fefde2;
}
.lm-layout .xe_content .lo-content a {
  color: #333;
  text-decoration: none;
}
.lm-layout .xe_content .lo-content a:hover {
  text-decoration: underline;
}
.lo-content1.use-number {
  counter-reset: counter;
}
.lo-content1-unit {
  width: 100%;
  border: 2px solid;
  border-color: #333;
  box-sizing: border-box;
  border-radius: 15px;
}
.use-number .lo-content1-unit {
  counter-increment: counter;
}
.use-number .lo-content1-unit::before {
  content: counter(counter) ".";
  position: absolute;
}
.lo-content1-unit h3 {
  margin: 0 15px;
  border-bottom: 1px solid;
  border-color: #333;
  font-weight: normal;
}
.use-number .lo-content1-unit h3 {
  padding-left: 20px !important;
}
.lo-content2-unit {
  font-size: 0;
}
.lo-content2-unit h3 {
  font-weight: normal;
}
.lo-content2-unit .best--1 {
  position: relative;
  border: 2px solid;
  border-color: #333;
  border-radius: 15px;
}
.lo-content2-unit .best--1::after {
  content: '';
  position: absolute;
  top: 15px;
  height: calc(100% - 30px);
  width: 1px;
  background-color: #333;
}
.lo-content2-unit .best--1-count {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.lo-content2-unit .best--1-count h3 {
  margin-bottom: 15px;
}
.lo-content2-unit .best--1-count .text-en {
  display: inline-block;
  margin-top: 15px;
}
.lo-content2-unit .best--1-content {
  display: table-cell;
  padding: 15px 20px;
}
.lo-content2-unit .best--1-info {
  margin-top: 10px;
  color: rgba(51,51,51,0.6);
  white-space: nowrap;
}
.lo-content2-unit .best--1-info>div {
  display: table;
  width: 100%;
}
.lo-content2-unit .best--1-info>div>span {
  display: table-cell;
}
.lo-content2-unit .best--1-info .line {
  width: 80%;
  padding: 0 10px;
}
.lo-content2-unit .best--1-info .line span {
  display: inline-block;
  width: 100%;
  height: 1px;
  margin-top: -3px;
  background-color: rgba(51,51,51,0.15);
  vertical-align: middle;
}
.lo-content2-unit .best--5-content {
  padding: 15px 0 0 !important;
}
.lo-content2-unit .best--5-content li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lo-content2-unit .honor ul {
  padding: 0;
  font-size: 0;
  border: 2px solid;
  border-color: #333;
  border-radius: 15px;
  padding: 15px;
}
.lo-content2-unit .honor ul li {
  position: relative;
  padding-left: 95px;
  box-sizing: border-box;
}
.lo-content2-unit .honor ul li::before {
  content: none;
}
.lo-content2-unit .honor ul li .profile-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
}
.cu-member-only {
  text-align: center;
}
.lm-comment {
  border-top: 1px solid;
}
.lm-comment .comment-unit {
  position: relative;
}
.lm-comment .cu-notice {
  position: relative;
  min-height: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid;
}
.lm-comment .cu-message {
  padding: 25px 15px;
}
.has-comment.lm-comment .cu-message {
  margin-bottom: -1px;
  border-bottom: 1px solid;
}
.lm-comment .cu-list {
  position: relative;
}
.has-comment-spoiler.lm-comment .cu-list {
  min-height: 135px;
}
.lm-comment .cu-header>span:not(.ce-nickname) {
  margin-left: 5px;
  vertical-align: middle;
}
.lm-comment .cu-profile {
  position: absolute;
  left: 0;
  top: 0;
}
.lm-comment .cu-guest-time {
  border-bottom: 1px solid;
}
.lm-comment .cu-secret-guest {
  margin-top: 10px;
}
.lm-comment .cu-secret .ip {
  width: 150px;
  vertical-align: middle;
}
.lm-comment .cu-secret .lbt--square {
  vertical-align: middle;
}
.lm-comment .ce-icon-secret {
  display: inline-block;
  margin-right: 3px;
  margin-left: 0;
  font-size: 12px;
  vertical-align: middle;
}
.lm-comment .ce-rank {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 2px solid;
  text-align: center;
  font-size: 10px;
}
.darkmode .lm-comment .ce-rank {
  border: 1px solid;
}
.lm-comment .ce-best {
  display: inline-block;
  margin: -2px 5px 0 0 !important;
  text-transform: uppercase;
}
.lm-comment .ce-best svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.lm-comment .ce-best-text {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 2px solid;
}
.lm-comment .ce-text-writer {
  display: inline-block;
  padding: 3px 6px 2px;
  margin-top: -2px;
  border-radius: 10px 10px 10px 0;
}
.darkmode .lm-comment .ce-text-writer {
  padding: 0 0 2px !important;
  background-color: transparent;
  border-bottom: 2px solid;
  border-radius: 0;
}
.lm-comment .ce-text-parent {
  display: inline-block;
  margin-bottom: 5px;
}
.lm-comment .ce-text-parent i {
  margin-right: 3px;
}
.lm-comment .ce-vote .writer-vote {
  display: inline-block;
  position: relative;
  height: 23px;
  vertical-align: middle;
}
.lm-comment .ce-vote .writer-vote .profile-image {
  width: 23px;
  height: 23px;
}
.lm-comment .ce-vote .writer-vote .fas {
  font-size: 0.9em;
}
.lm-comment .ce-si {
  vertical-align: text-top;
  margin-top: 1px;
}
.lm-comment .ce-si--lock {
  margin-top: -1px;
}
.lm-comment .ce-si--notice {
  margin-top: 1px;
}
.lm-comment .ce-reload {
  margin: 25px 0 -25px;
  text-align: center;
}
.lm-comment .ce-reload-alert {
  display: inline-block;
  padding: 0 5px;
  margin-top: 5px;
  min-width: 5px;
  height: 22px;
  line-height: 22px;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
}
.lm-comment .ce-reload-alert.active {
  opacity: 1;
}
.lm-comment .ce-paging--decimal {
  padding-top: 15px;
  text-align: center;
}
.lm-comment .ce-paging--decimal .page-num {
  display: inline-block;
  padding: 0 5px;
}
.lm-comment--basic .comment-unit {
  border-bottom: 1px solid;
}
.lm-comment--basic .ce-nickname {
  font-weight: 500;
  vertical-align: middle;
}
.lm-comment--basic .ce-reply-button a {
  margin-right: 10px;
}
.lm-comment--basic .ce-vote--buttons {
  float: right;
  display: inline-block;
  margin: 0 -5px 0 0;
}
.lm-comment--basic .ce-vote--buttons .bt {
  margin-left: 5px;
  padding: 3px 5px;
}
.lm-comment--basic .ce-vote .writer-vote {
  margin-right: -5px;
}
.lm-comment--basic .ce-vote .writer-vote .fa-stack {
  position: absolute;
  left: -5px;
  bottom: -1px;
}
.lm-comment--basic .ce-ctrl {
  position: absolute;
  right: 15px;
  top: 20px;
}
.lm-comment--basic .ce-ctrl a {
  margin-left: 5px;
}
.lm-comment--basic .ce-paging--prev {
  border-bottom: 1px solid;
}
.lm-comment--basic .ce-paging-line {
  height: 5px;
  border-bottom: 1px solid;
}
.no-profile.lm-comment--bubble .comment-unit {
  padding-left: 0;
}
.lm-comment--bubble .comment-unit.my-comment .cu-body {
  border-left: 10px solid;
}
.lm-comment--bubble .comment-unit.best-comment .cu-body {
  border-left: none;
}
.lm-comment--bubble .cu-header {
  margin-bottom: 8px;
}
.lm-comment--bubble .cu-body {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 0 10px 10px 0;
}
.lm-comment--bubble .ce-vote--view {
  margin-bottom: 10px;
}
.lm-comment--bubble .ce-vote--view:empty {
  display: none;
}
.lm-comment--bubble .ce-vote--view>span {
  display: inline-block;
  padding: 2px 5px;
}
.lm-comment--bubble .ce-vote .writer-vote .fa-stack {
  position: absolute;
  left: 5px;
  bottom: 2px;
}
.lm-comment--bubble .ce-paging-line {
  height: 25px;
  border-bottom: 3px double;
}
.lm-comment--bubble .xe_content {
  margin-bottom: 5px;
}
.lm-comment--faq {
  border-top: none;
}
.lm-comment--faq .comment-unit {
  position: relative;
}
.lm-comment--faq .ce-ctrl {
  position: absolute;
}
.lm-comment--faq .ce-ctrl a {
  margin-left: 5px;
}
.lm-comment--faq .ce-nickname {
  display: inline-block;
}
.lm-comment .lm-spoiler {
  height: calc(100% + 2px);
}
.lm-comment .bullet--new {
  margin: 0 0 1px 5px;
}
.darkmode .lm-comment .profile-image.bordered {
  border: none;
}
.comment-write {
  position: relative;
}
.comment-write .profile-image {
  position: absolute;
  left: 0;
}
.comment-write .cwu-message {
  text-align: center;
}
.comment-write .cwu-body {
  position: relative;
}
.mode--text.comment-write .cwu-body {
  min-height: 40px;
  border-radius: 0 20px 20px 0;
}
.comment-write .cwu-options {
  padding-top: 10px;
}
mode--guest .comment-write .cwu-options {
  height: 30px;
}
.comment-write .cwu-options .unit {
  margin-right: 10px;
}
.comment-write .cwe-textarea {
  float: left;
  margin: 0;
  width: calc(100% - 25px) !important;
  height: 40px;
  padding: 9px 15px;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  resize: none;
  overflow: hidden;
}
.use-sticker.comment-write .cwe-textarea {
  width: calc(100% - 70px) !important;
}
.lm-comment-form .comment-write .cwe-textarea {
  width: calc(100% - 70px) !important;
}
.comment-write .cwe-check-secret {
  overflow: hidden;
  cursor: pointer;
}
.comment-write .cwe-check-secret input {
  position: absolute;
  opacity: 0;
}
.comment-write .cwe-check-secret input:checked + span .checked {
  display: inline-block;
}
.comment-write .cwe-check-secret input:checked + span .unchecked {
  display: none;
}
.lm-layout .comment-write .cwe-check-secret .checked {
  display: none;
}
.comment-write .cwe-user-info {
  display: inline-block;
}
.mode--text.comment-write .cwe-user-info {
  float: right;
}
.mode--text.comment-write .cwe-user-info .ip {
  margin-left: 10px;
}
.mode--editor.comment-write .cwe-user-info .ip {
  margin-right: 10px;
}
.comment-write .cwe-si {
  vertical-align: middle;
  margin-top: -1px;
}
.comment-write .bt-area {
  display: inline-block;
  position: absolute;
}
.mode--text.comment-write .bt-area {
  right: 5px;
  bottom: 5px;
}
.mode--editor.comment-write .bt-area {
  right: 0;
  top: calc(100% + 10px);
}
.comment-write .bt-area .lm-bubble {
  margin-left: 2px;
}
.comment-write .bt-area button {
  vertical-align: bottom;
}
.comment-write .bt-area .bt-sticker button {
  margin: 0 -2px -2px 0;
}
.comment-write .bt-area .bt-sticker .cwe-si-wrap {
  position: relative;
  z-index: 1;
}
.comment-write .bt-area .bt-sticker .cwe-si-wrap::after {
  content: '';
  position: absolute;
  left: 2px;
  top: 1px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  z-index: -1;
}
.comment-write--reply {
  display: none;
}
.lm-comment-form .comment-write--reply {
  margin: 0;
}
.comment-write--reply .cwe-textarea {
  width: calc(100% - 65px) !important;
}
.comment-write--reply .cwu-form {
  height: 0;
  overflow: hidden;
}
.stk_display {
  position: relative;
  clear: both;
}
.comment-write--reply .stk_display {
  margin-top: 0;
}
.comment-write--reply .stk_display::before,
.comment-write--reply .stk_display::after {
  content: none;
}
.stk_display.display-toggle {
  display: none;
}
.comment-write--default .stk_display .bt_close {
  display: none;
}
.comment-write--reply .stk_display .bt_close {
  display: inline-block;
}
.stk_display .sticker_pack {
  position: relative;
  height: auto !important;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.stk_display .sticker_pack>ul>li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.stk_display .sticker_pack>ul>li a {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition-property: opacity;
  transition-duration: 0.3s;
  opacity: 0.5;
}
.stk_display .sticker_pack>ul>li a:hover {
  opacity: 1;
}
.stk_display .sticker_pack>ul>li.on {
  position: relative;
}
.stk_display .sticker_pack>ul>li.on a {
  opacity: 1;
}
.stk_display .sticker_pack div>img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.stk_display .sticker_pack .bt_module {
  display: inline-block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
  text-align: center;
}
.stk_display .sticker_pack .bt_module.bt_left {
  left: 0;
}
.stk_display .sticker_pack .bt_module.bt_right {
  right: 0;
}
.stk_display .sticker_pack .bt_module a {
  display: inline-block;
  width: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.stk_display .sticker_pack .bt_module .lm-bubble-button {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.stk_display .sticker_pack a svg {
  width: 22px;
  margin-top: 8px;
}
.stk_display .stk_body {
  text-align: center;
}
.stk_display .stk_body>ul>li {
  display: inline-block;
}
.stk_display .stk_body>ul>li a {
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.stk_display .stk_body .no_sticker {
  padding: 25px;
}
.board-write {
  position: relative;
}
.board-write .wu-notice {
  position: relative;
  padding: 15px 15px 15px 50px;
  border-bottom: 1px solid;
  line-height: 160%;
}
.board-write .wu-notice-icon {
  position: absolute;
  left: 15px;
  top: 15px;
}
.board-write .wu-header {
  position: relative;
}
.board-write .wu-header .bt-area {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
.board-write .wu-options-color {
  display: inline-block;
  margin-right: 10px;
}
.board-write .wu-options-color .color-indicator {
  padding: 0 10px;
  width: 100px;
  height: 26px;
  border: 1px solid;
  vertical-align: middle;
}
.board-write .wu-options-color .jPicker {
  margin-left: 5px;
  vertical-align: middle;
}
.board-write .wu-options .lm-check {
  margin-right: 10px;
}
.board-write .wu-options .notice-type {
  border: 1px solid;
}
.board-write .wu-body .bt-area {
  position: relative;
}
.board-write .wu-body .bt-area--left {
  position: absolute;
  left: 0;
  top: 0;
}
.board-write .wu-body .bt-area--left button {
  margin-left: 0;
}
.board-write .we-category {
  position: relative;
}
.board-write .we-category .click-disable {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.board-write .we-title .ip {
  width: 100%;
}
.board-write .we-textarea {
  padding: 15px;
  border: none;
  box-sizing: border-box;
  overflow: auto;
}
.board-write .we-extra:empty {
  display: none;
}
.board-write .we-extra .keZip input {
  border: none;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
}
.board-write .we-extra .keZip label {
  display: inline-block;
  width: 80px;
}
.board-write .we-extra .tel {
  margin-right: 5px;
}
.skin-setting {
  display: none;
}
.skin-setting-inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.9);
  z-index: 99;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  color: #FFF;
}
.skin-setting .meesage {
  display: none;
}
.skin-setting h1 {
  display: none;
  margin: 0;
}
.skin-setting section:first-of-type {
  display: none;
  margin: 0;
}
.skin-setting section h2 {
  margin-bottom: 30px;
  padding: 20px 0;
  border: 2px solid;
  border-color: #555;
  font-weight: normal;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.15em;
  font-family: 'IropkeBatangM', 'IropkeBatangOTFM', 'NanumMyeongjo', 'Batang', serif;
  cursor: pointer;
}
.skin-setting .x_control-group {
  display: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(255,255,255,0.1);
}
.skin-setting .x_control-label {
  letter-spacing: 0.15em;
}
.skin-setting .x_controls {
  margin-top: 15px;
  overflow: hidden;
}
.skin-setting .x_controls label {
  margin-right: 10px;
  line-height: 180%;
}
.skin-setting .x_controls textarea,
.skin-setting .x_controls input[type=text],
.skin-setting .x_controls input[type=file] {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid;
  border-color: rgba(255,255,255,0.3);
  background-color: rgba(255,255,255,0.1);
  line-height: 140%;
  color: #FFF;
  z-index: 1;
}
.skin-setting .x_controls textarea:focus,
.skin-setting .x_controls input[type=text]:focus,
.skin-setting .x_controls input[type=file]:focus {
  border: 1px solid;
  border-color: #ffffff;
}
.skin-setting .x_icon-question-sign {
  display: none;
}
.skin-setting .x_help-block {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  opacity: 0.5;
}
.skin-setting .bt-area {
  padding-bottom: 60px;
  text-align: center;
}
.skin-setting .bt-area .bt {
  margin: 0 10px;
  width: 80px;
  line-height: 34px;
  background-color: transparent !important;
  border: 1px solid !important;
  border-color: #555 !important;
}
.skin-setting .bt-area .bt i,
.skin-setting .bt-area .bt svg {
  color: #ccc;
}
.click-dummy {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lemon-style {
  display: inline-block;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px 8px 20px 8px;
}
.lemon-style2 {
  display: inline-block;
  height: 23px;
  line-height: 24px;
  border-radius: 10px 10px 10px 0;
}
.icon-notice {
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
}
.icon-notice .si {
  vertical-align: middle;
}
.lm-board {
  position: relative;
}
.lm-board-alert {
  position: absolute;
  left: 50%;
  z-index: 300;
}
.lm-board-alert>div {
  position: fixed;
  bottom: 10%;
  height: 32px;
  line-height: 32px;
  margin-top: -16px;
  opacity: 0;
  white-space: nowrap;
}
.lm-board .xe_content pre {
  position: relative;
  padding: 10px 15px;
  border: 1px solid;
  background-image: url("../../../../modules/modules/modules/board/skins/lemon_onepage/images/bg_pre.png");
  overflow-x: auto;
  word-wrap: normal;
  z-index: 1;
}
.darkmode .lm-board .xe_content pre {
  background-image: url("../../../../modules/modules/modules/board/skins/lemon_onepage/images/bg_preD.png");
}
.lm-board .xe_content a {
  text-decoration: underline;
}
.lm-board .xe_content a:hover {
  text-decoration: none;
}
.list-search-key {
  margin-bottom: 15px;
}
.list-search-key .bt-area {
  display: inline-block;
  margin-left: 5px;
}
.list-search-key .bt-search {
  text-decoration: underline;
}
.list-search-key .bt-search:hover {
  text-decoration: none;
}
.list .bullet--category {
  margin-right: 2px;
}
.list-footer {
  padding-top: 15px;
}
.list-footer .bt-write {
  float: right;
}
.list-footer .manage-articles {
  display: none;
  vertical-align: top;
}
.list-footer .manage-articles.active {
  display: inline-block;
}
.list-wrap .lu {
  position: relative;
}
.list-wrap .lu-check-area {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  transition-property: width, margin-left;
  transition-duration: 0.3s;
}
.list-wrap .lu-check-area.active {
  width: 20px;
  height: auto;
}
.list-wrap .lu-info:empty {
  display: none;
}
.list-wrap .le-thumbnail {
  position: relative;
}
.list-wrap .le-thumbnail.no-thumbnail::after {
  content: none !important;
}
.list-wrap .le-thumbnail.no-thumbnail .no-thumbnail-bg {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: repeat;
  -webkit-mask-position: left top;
  -webkit-mask-size: 15px 15px;
  mask-repeat: repeat;
  mask-position: left top;
  mask-size: 15px 15px;
}
.list-wrap .le-board {
  display: inline-block;
  padding: 2px 8px;
}
.list-wrap .le-title {
  word-break: break-all;
}
.list-wrap .le-comment {
  font-family: 'Hepta Slab', sans-serif;
}
.list-wrap .le-summary {
  word-break: break-all;
}
.list-wrap .le-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-bottom: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: text-top;
}
.list-wrap .le-icon .icon {
  margin-top: 2px;
  text-indent: -9999px;
}
.list-wrap .le-icon--normal {
  border: 1px solid;
}
.list-wrap .le-icon--image {
  border: 1px solid;
}
.list-wrap .le-icon--image .icon {
  margin-top: 1px;
}
.list-wrap .le-icon--file {
  border: 1px solid;
}
.list-wrap .le-icon--youtube {
  border: 1px solid;
}
.list-wrap .le-icon-secret {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
.list-wrap .le-icon-notice {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 50%;
  border: 1px solid;
  box-sizing: border-box;
  text-align: center;
}
.list-wrap .le-icon-notice .le-si {
  margin-top: 3px;
  text-indent: -9990px;
  overflow: hidden;
}
.list-wrap .le-extra {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid;
  box-sizing: border-box;
  margin-top: 10px;
  overflow: hidden;
}
.list-wrap .le-extra:empty {
  display: none;
}
.list-wrap .le-extra th {
  padding: 10px;
  border: 1px solid;
  white-space: nowrap;
  text-align: right;
}
.list-wrap .le-extra td {
  padding: 10px;
  border: 1px solid;
  word-break: break-all;
}
.font-en--lt .list-wrap .le-si--eye {
  margin: 1px 2px 0 0;
}
.font-en--th .list-wrap .le-si--eye {
  margin-top: 1px;
}
.list-wrap .no-document {
  padding: 50px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
}
.list-wrap {
  border: 2px solid;
  border-color: #333;
  border-radius: 15px;
}
.list-title {
  padding: 10px 12px;
  border-bottom: 1px solid;
  border-color: #333;
  font-weight: normal;
  text-align: center;
}
.list-category--inline {
  padding: 5px 0;
  border-bottom: 1px solid;
  border-color: #333 !important;
  text-align: center;
}
.list-category--inline>ul>li {
  display: inline-block;
  margin: 0 12px;
}
.list-category--inline>ul>li>a {
  display: inline-block;
  padding: 5px 0;
}
.list-category--inline li.active {
  font-weight: bold;
}
.list-category--inline .icon-arrow {
  margin-left: 3px;
}
.list-category--inline .icon-help {
  margin: -2px 0 0 1px;
  vertical-align: middle;
}
.list-paging {
  position: relative;
  height: 36px;
  text-align: center;
}
.list-paging .lp-button {
  display: inline-block;
  position: absolute;
  top: 0;
  padding: 0 12px;
  border-color: #333;
}
.list-paging .lp-button--prev {
  left: 0;
  border-right: 1px solid;
}
.list-paging .lp-button--next {
  right: 0;
  border-left: 1px solid;
}
.list-paging .lp-numbers {
  display: inline-block;
}
.list-paging .lp-numbers .page-number {
  display: inline-block;
  margin: 0 5px;
}
.ldo .lu {
  position: relative;
  padding: 12px;
  border-bottom: 1px dashed;
  border-color: #333;
}
.ldo .lu:last-of-type {
  border-bottom: 1px solid;
  border-color: #333;
}
.ldo .le-category {
  margin-right: 5px;
}
.ldo .le-si {
  vertical-align: middle;
}
.ldo .le-si--eye2 {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3C/svg%3E");
  background-color: #333;
}
.ldo .le-si--vote2 {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3'%3E%3C/path%3E%3C/svg%3E");
  background-color: #333;
}
.ldo .le-si--vote2.best {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3'%3E%3C/path%3E%3C/svg%3E");
  background-color: #ff682d;
}
.lm-article .bt-voted-who {
  display: inline-block;
  vertical-align: middle;
}
.lm-article .bt-voted-who--profile>button {
  position: relative;
  height: 34px;
  white-space: nowrap;
}
.lm-article .bt-voted-who--profile>button .fa-stack {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
}
.lm-article .bt-voted-who--profile>button .fas {
  font-size: 0.9em;
}
.lm-article .bt-voted-who--text {
  padding-top: 8px;
}
.lm-article .bt-voted-who .profile-image {
  position: relative;
  border: 2px solid;
  vertical-align: top;
}
.lm-article .bt-voted-who .profile-image:first-of-type {
  left: 0;
  z-index: 3;
}
.lm-article .bt-voted-who .profile-image:nth-of-type(2) {
  margin-left: -18px;
  z-index: 2;
}
.lm-article .bt-voted-who .profile-image:nth-of-type(3) {
  margin-left: -18px;
  z-index: 1;
}
.lm-article .bt-voted-who .profile-image:nth-of-type(4),
.lm-article .bt-voted-who .profile-image:nth-of-type(5) {
  display: none;
}
.au-buttons--style2 {
  position: relative;
}
.lm-mobile .ae-si--eye {
  margin-top: 1px;
}
.ae-si--clock {
  vertical-align: middle;
  margin-top: -2px;
}
.lm-mobile .ae-icon-secret {
  vertical-align: middle;
  margin-top: -4px;
}
.ae-comment--bottom {
  float: left;
  padding: 0 10px;
  height: 30px;
  line-height: 26px;
}
.au-buttons--style1 .ae-vote {
  float: left;
}
.au-buttons--style2 .ae-vote {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.au-buttons--style2 .ae-vote .bt-vote {
  display: inline-block;
  min-width: 60px;
  height: 60px;
  border: 2px solid;
  border-color: #333;
}
.au-buttons--style2 .ae-vote .bt-vote .count {
  display: block;
  margin-top: 4px;
}
.darkmode .ae-vote .lbt.bg--yellow {
  background-color: transparent !important;
}
.ae-voted-who {
  margin: 25px 0 -25px;
  font-size: 11px;
}
.ae-voted-who h3 {
  display: none;
}
.ae-voted-who li {
  display: inline-block;
  width: 55px;
  margin: 0 3px 10px;
  word-break: break-all;
  vertical-align: top;
}
.no-profile .ae-voted-who li {
  width: auto;
}
.ae-voted-who .nickname {
  display: inline-block;
  margin-top: 3px;
  line-height: 140%;
  word-break: break-all;
}
.no-profile.ae-voted-who .nickname {
  margin-top: 0;
}
.article-share .inner {
  padding: 30px 15px;
  text-align: center;
}
.article-share-list {
  margin-bottom: 15px;
}
.article-share-list>a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 18px 18px 18px 5px;
  overflow: hidden;
  margin: 0 5px 10px 5px;
}
.article-share-list img {
  width: 36px;
  height: 36px;
}
.article-files li {
  position: relative;
  word-break: break-all;
  border-bottom: 1px solid;
}
.article-files li:last-child {
  border-bottom: none;
}
.article-files li>a {
  display: block;
}
.article-files-icon {
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 20px;
  transition-property: opacity;
  transition-duration: 0.3s;
  text-align: center;
  font-size: 18px;
}
.article-files-icon.off {
  opacity: 1;
}
a:hover .article-files-icon.off {
  opacity: 0;
}
.article-files-icon.on {
  opacity: 0;
}
a:hover .article-files-icon.on {
  opacity: 1;
}
.article-files .file-down-count {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
  letter-spacing: 0.1em;
}
.lo-content {
  width: 100%;
}
.lo-content .lcu ol,
.lo-content .lcu ul {
  list-style: none;
  padding: 15px;
  margin: 0;
}
.lo-content .lcu ol li,
.lo-content .lcu ul li {
  word-break: break-all;
}
.lo-content .lcu ol .desc,
.lo-content .lcu ul .desc {
  margin-top: 5px;
  color: rgba(51,51,51,0.6);
}
.lo-content .lcu ul li {
  position: relative;
  padding-left: 10px;
}
.lo-content .lcu ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 1px;
  background-color: #333;
}
.lo-content .lcu ol {
  counter-reset: counter2;
}
.lo-content .lcu ol li {
  counter-increment: counter2;
}
.lo-content .lcu ol li::before {
  content: counter(counter2) ".";
  display: inline-block;
  margin-right: 5px;
}
.use-number.lo-content .lcu ol li::before {
  content: counter(counter) "-" counter(counter2);
  margin-right: 10px;
}
.lo-content .bg-color1 {
  background-color: #def7d5;
}
.lo-content .bg-color2 {
  background-color: #f5e8f4;
}
.lo-content .bg-color3 {
  background-color: #eeeef0;
}
.lo-content .bg-color4 {
  background-color: #e9e7de;
}
.lo-content .bg-color5 {
  background-color: #fbeedc;
}
.lo-content .bg-color6 {
  background-color: #fefde2;
}
.lm-layout .xe_content .lo-content a {
  color: #333;
  text-decoration: none;
}
.lm-layout .xe_content .lo-content a:hover {
  text-decoration: underline;
}
.lo-content1.use-number {
  counter-reset: counter;
}
.lo-content1-unit {
  width: 100%;
  border: 2px solid;
  border-color: #333;
  box-sizing: border-box;
  border-radius: 15px;
}
.use-number .lo-content1-unit {
  counter-increment: counter;
}
.use-number .lo-content1-unit::before {
  content: counter(counter) ".";
  position: absolute;
}
.lo-content1-unit h3 {
  margin: 0 15px;
  border-bottom: 1px solid;
  border-color: #333;
  font-weight: normal;
}
.use-number .lo-content1-unit h3 {
  padding-left: 20px !important;
}
.lo-content2-unit {
  font-size: 0;
}
.lo-content2-unit h3 {
  font-weight: normal;
}
.lo-content2-unit .best--1 {
  position: relative;
  border: 2px solid;
  border-color: #333;
  border-radius: 15px;
}
.lo-content2-unit .best--1::after {
  content: '';
  position: absolute;
  top: 15px;
  height: calc(100% - 30px);
  width: 1px;
  background-color: #333;
}
.lo-content2-unit .best--1-count {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.lo-content2-unit .best--1-count h3 {
  margin-bottom: 15px;
}
.lo-content2-unit .best--1-count .text-en {
  display: inline-block;
  margin-top: 15px;
}
.lo-content2-unit .best--1-content {
  display: table-cell;
  padding: 15px 20px;
}
.lo-content2-unit .best--1-info {
  margin-top: 10px;
  color: rgba(51,51,51,0.6);
  white-space: nowrap;
}
.lo-content2-unit .best--1-info>div {
  display: table;
  width: 100%;
}
.lo-content2-unit .best--1-info>div>span {
  display: table-cell;
}
.lo-content2-unit .best--1-info .line {
  width: 80%;
  padding: 0 10px;
}
.lo-content2-unit .best--1-info .line span {
  display: inline-block;
  width: 100%;
  height: 1px;
  margin-top: -3px;
  background-color: rgba(51,51,51,0.15);
  vertical-align: middle;
}
.lo-content2-unit .best--5-content {
  padding: 15px 0 0 !important;
}
.lo-content2-unit .best--5-content li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lo-content2-unit .honor ul {
  padding: 0;
  font-size: 0;
  border: 2px solid;
  border-color: #333;
  border-radius: 15px;
  padding: 15px;
}
.lo-content2-unit .honor ul li {
  position: relative;
  padding-left: 95px;
  box-sizing: border-box;
}
.lo-content2-unit .honor ul li::before {
  content: none;
}
.lo-content2-unit .honor ul li .profile-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
}
.cu-member-only {
  text-align: center;
}
.lm-comment {
  border-top: 1px solid;
}
.lm-comment .comment-unit {
  position: relative;
}
.lm-comment .cu-notice {
  position: relative;
  min-height: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid;
}
.lm-comment .cu-message {
  padding: 25px 15px;
}
.has-comment.lm-comment .cu-message {
  margin-bottom: -1px;
  border-bottom: 1px solid;
}
.lm-comment .cu-list {
  position: relative;
}
.has-comment-spoiler.lm-comment .cu-list {
  min-height: 135px;
}
.lm-comment .cu-header>span:not(.ce-nickname) {
  margin-left: 5px;
  vertical-align: middle;
}
.lm-comment .cu-profile {
  position: absolute;
  left: 0;
  top: 0;
}
.lm-comment .cu-guest-time {
  border-bottom: 1px solid;
}
.lm-comment .cu-secret-guest {
  margin-top: 10px;
}
.lm-comment .cu-secret .ip {
  width: 150px;
  vertical-align: middle;
}
.lm-comment .cu-secret .lbt--square {
  vertical-align: middle;
}
.lm-comment .ce-icon-secret {
  display: inline-block;
  margin-right: 3px;
  margin-left: 0;
  font-size: 12px;
  vertical-align: middle;
}
.lm-comment .ce-rank {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 2px solid;
  text-align: center;
  font-size: 10px;
}
.darkmode .lm-comment .ce-rank {
  border: 1px solid;
}
.lm-comment .ce-best {
  display: inline-block;
  margin: -2px 5px 0 0 !important;
  text-transform: uppercase;
}
.lm-comment .ce-best svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.lm-comment .ce-best-text {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 2px solid;
}
.lm-comment .ce-text-writer {
  display: inline-block;
  padding: 3px 6px 2px;
  margin-top: -2px;
  border-radius: 10px 10px 10px 0;
}
.darkmode .lm-comment .ce-text-writer {
  padding: 0 0 2px !important;
  background-color: transparent;
  border-bottom: 2px solid;
  border-radius: 0;
}
.lm-comment .ce-text-parent {
  display: inline-block;
  margin-bottom: 5px;
}
.lm-comment .ce-text-parent i {
  margin-right: 3px;
}
.lm-comment .ce-vote .writer-vote {
  display: inline-block;
  position: relative;
  height: 23px;
  vertical-align: middle;
}
.lm-comment .ce-vote .writer-vote .profile-image {
  width: 23px;
  height: 23px;
}
.lm-comment .ce-vote .writer-vote .fas {
  font-size: 0.9em;
}
.lm-comment .ce-si {
  vertical-align: text-top;
  margin-top: 1px;
}
.lm-comment .ce-si--lock {
  margin-top: -1px;
}
.lm-comment .ce-si--notice {
  margin-top: 1px;
}
.lm-comment .ce-reload {
  margin: 25px 0 -25px;
  text-align: center;
}
.lm-comment .ce-reload-alert {
  display: inline-block;
  padding: 0 5px;
  margin-top: 5px;
  min-width: 5px;
  height: 22px;
  line-height: 22px;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
}
.lm-comment .ce-reload-alert.active {
  opacity: 1;
}
.lm-comment .ce-paging--decimal {
  padding-top: 15px;
  text-align: center;
}
.lm-comment .ce-paging--decimal .page-num {
  display: inline-block;
  padding: 0 5px;
}
.lm-comment--basic .comment-unit {
  border-bottom: 1px solid;
}
.lm-comment--basic .ce-nickname {
  font-weight: 500;
  vertical-align: middle;
}
.lm-comment--basic .ce-reply-button a {
  margin-right: 10px;
}
.lm-comment--basic .ce-vote--buttons {
  float: right;
  display: inline-block;
  margin: 0 -5px 0 0;
}
.lm-comment--basic .ce-vote--buttons .bt {
  margin-left: 5px;
  padding: 3px 5px;
}
.lm-comment--basic .ce-vote .writer-vote {
  margin-right: -5px;
}
.lm-comment--basic .ce-vote .writer-vote .fa-stack {
  position: absolute;
  left: -5px;
  bottom: -1px;
}
.lm-comment--basic .ce-ctrl {
  position: absolute;
  right: 15px;
  top: 20px;
}
.lm-comment--basic .ce-ctrl a {
  margin-left: 5px;
}
.lm-comment--basic .ce-paging--prev {
  border-bottom: 1px solid;
}
.lm-comment--basic .ce-paging-line {
  height: 5px;
  border-bottom: 1px solid;
}
.no-profile.lm-comment--bubble .comment-unit {
  padding-left: 0;
}
.lm-comment--bubble .comment-unit.my-comment .cu-body {
  border-left: 10px solid;
}
.lm-comment--bubble .comment-unit.best-comment .cu-body {
  border-left: none;
}
.lm-comment--bubble .cu-header {
  margin-bottom: 8px;
}
.lm-comment--bubble .cu-body {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 0 10px 10px 0;
}
.lm-comment--bubble .ce-vote--view {
  margin-bottom: 10px;
}
.lm-comment--bubble .ce-vote--view:empty {
  display: none;
}
.lm-comment--bubble .ce-vote--view>span {
  display: inline-block;
  padding: 2px 5px;
}
.lm-comment--bubble .ce-vote .writer-vote .fa-stack {
  position: absolute;
  left: 5px;
  bottom: 2px;
}
.lm-comment--bubble .ce-paging-line {
  height: 25px;
  border-bottom: 3px double;
}
.lm-comment--bubble .xe_content {
  margin-bottom: 5px;
}
.lm-comment--faq {
  border-top: none;
}
.lm-comment--faq .comment-unit {
  position: relative;
}
.lm-comment--faq .ce-ctrl {
  position: absolute;
}
.lm-comment--faq .ce-ctrl a {
  margin-left: 5px;
}
.lm-comment--faq .ce-nickname {
  display: inline-block;
}
.lm-comment .lm-spoiler {
  height: calc(100% + 2px);
}
.lm-comment .bullet--new {
  margin: 0 0 1px 5px;
}
.darkmode .lm-comment .profile-image.bordered {
  border: none;
}
.comment-write {
  position: relative;
}
.comment-write .profile-image {
  position: absolute;
  left: 0;
}
.comment-write .cwu-message {
  text-align: center;
}
.comment-write .cwu-body {
  position: relative;
}
.mode--text.comment-write .cwu-body {
  min-height: 40px;
  border-radius: 0 20px 20px 0;
}
.comment-write .cwu-options {
  padding-top: 10px;
}
mode--guest .comment-write .cwu-options {
  height: 30px;
}
.comment-write .cwu-options .unit {
  margin-right: 10px;
}
.comment-write .cwe-textarea {
  float: left;
  margin: 0;
  width: calc(100% - 25px) !important;
  height: 40px;
  padding: 9px 15px;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  resize: none;
  overflow: hidden;
}
.use-sticker.comment-write .cwe-textarea {
  width: calc(100% - 70px) !important;
}
.lm-comment-form .comment-write .cwe-textarea {
  width: calc(100% - 70px) !important;
}
.comment-write .cwe-check-secret {
  overflow: hidden;
  cursor: pointer;
}
.comment-write .cwe-check-secret input {
  position: absolute;
  opacity: 0;
}
.comment-write .cwe-check-secret input:checked + span .checked {
  display: inline-block;
}
.comment-write .cwe-check-secret input:checked + span .unchecked {
  display: none;
}
.lm-layout .comment-write .cwe-check-secret .checked {
  display: none;
}
.comment-write .cwe-user-info {
  display: inline-block;
}
.mode--text.comment-write .cwe-user-info {
  float: right;
}
.mode--text.comment-write .cwe-user-info .ip {
  margin-left: 10px;
}
.mode--editor.comment-write .cwe-user-info .ip {
  margin-right: 10px;
}
.comment-write .cwe-si {
  vertical-align: middle;
  margin-top: -1px;
}
.comment-write .bt-area {
  display: inline-block;
  position: absolute;
}
.mode--text.comment-write .bt-area {
  right: 5px;
  bottom: 5px;
}
.mode--editor.comment-write .bt-area {
  right: 0;
  top: calc(100% + 10px);
}
.comment-write .bt-area .lm-bubble {
  margin-left: 2px;
}
.comment-write .bt-area button {
  vertical-align: bottom;
}
.comment-write .bt-area .bt-sticker button {
  margin: 0 -2px -2px 0;
}
.comment-write .bt-area .bt-sticker .cwe-si-wrap {
  position: relative;
  z-index: 1;
}
.comment-write .bt-area .bt-sticker .cwe-si-wrap::after {
  content: '';
  position: absolute;
  left: 2px;
  top: 1px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  z-index: -1;
}
.comment-write--reply {
  display: none;
}
.lm-comment-form .comment-write--reply {
  margin: 0;
}
.comment-write--reply .cwe-textarea {
  width: calc(100% - 65px) !important;
}
.comment-write--reply .cwu-form {
  height: 0;
  overflow: hidden;
}
.stk_display {
  position: relative;
  clear: both;
}
.comment-write--reply .stk_display {
  margin-top: 0;
}
.comment-write--reply .stk_display::before,
.comment-write--reply .stk_display::after {
  content: none;
}
.stk_display.display-toggle {
  display: none;
}
.comment-write--default .stk_display .bt_close {
  display: none;
}
.comment-write--reply .stk_display .bt_close {
  display: inline-block;
}
.stk_display .sticker_pack {
  position: relative;
  height: auto !important;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.stk_display .sticker_pack>ul>li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.stk_display .sticker_pack>ul>li a {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition-property: opacity;
  transition-duration: 0.3s;
  opacity: 0.5;
}
.stk_display .sticker_pack>ul>li a:hover {
  opacity: 1;
}
.stk_display .sticker_pack>ul>li.on {
  position: relative;
}
.stk_display .sticker_pack>ul>li.on a {
  opacity: 1;
}
.stk_display .sticker_pack div>img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.stk_display .sticker_pack .bt_module {
  display: inline-block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
  text-align: center;
}
.stk_display .sticker_pack .bt_module.bt_left {
  left: 0;
}
.stk_display .sticker_pack .bt_module.bt_right {
  right: 0;
}
.stk_display .sticker_pack .bt_module a {
  display: inline-block;
  width: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.stk_display .sticker_pack .bt_module .lm-bubble-button {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.stk_display .sticker_pack a svg {
  width: 22px;
  margin-top: 8px;
}
.stk_display .stk_body {
  text-align: center;
}
.stk_display .stk_body>ul>li {
  display: inline-block;
}
.stk_display .stk_body>ul>li a {
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.stk_display .stk_body .no_sticker {
  padding: 25px;
}
.board-write {
  position: relative;
}
.board-write .wu-notice {
  position: relative;
  padding: 15px 15px 15px 50px;
  border-bottom: 1px solid;
  line-height: 160%;
}
.board-write .wu-notice-icon {
  position: absolute;
  left: 15px;
  top: 15px;
}
.board-write .wu-header {
  position: relative;
}
.board-write .wu-header .bt-area {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
.board-write .wu-options-color {
  display: inline-block;
  margin-right: 10px;
}
.board-write .wu-options-color .color-indicator {
  padding: 0 10px;
  width: 100px;
  height: 26px;
  border: 1px solid;
  vertical-align: middle;
}
.board-write .wu-options-color .jPicker {
  margin-left: 5px;
  vertical-align: middle;
}
.board-write .wu-options .lm-check {
  margin-right: 10px;
}
.board-write .wu-options .notice-type {
  border: 1px solid;
}
.board-write .wu-body .bt-area {
  position: relative;
}
.board-write .wu-body .bt-area--left {
  position: absolute;
  left: 0;
  top: 0;
}
.board-write .wu-body .bt-area--left button {
  margin-left: 0;
}
.board-write .we-category {
  position: relative;
}
.board-write .we-category .click-disable {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.board-write .we-title .ip {
  width: 100%;
}
.board-write .we-textarea {
  padding: 15px;
  border: none;
  box-sizing: border-box;
  overflow: auto;
}
.board-write .we-extra:empty {
  display: none;
}
.board-write .we-extra .keZip input {
  border: none;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
}
.board-write .we-extra .keZip label {
  display: inline-block;
  width: 80px;
}
.board-write .we-extra .tel {
  margin-right: 5px;
}
.skin-setting {
  display: none;
}
.skin-setting-inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.9);
  z-index: 99;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  color: #FFF;
}
.skin-setting .meesage {
  display: none;
}
.skin-setting h1 {
  display: none;
  margin: 0;
}
.skin-setting section:first-of-type {
  display: none;
  margin: 0;
}
.skin-setting section h2 {
  margin-bottom: 30px;
  padding: 20px 0;
  border: 2px solid;
  border-color: #555;
  font-weight: normal;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.15em;
  font-family: 'IropkeBatangM', 'IropkeBatangOTFM', 'NanumMyeongjo', 'Batang', serif;
  cursor: pointer;
}
.skin-setting .x_control-group {
  display: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(255,255,255,0.1);
}
.skin-setting .x_control-label {
  letter-spacing: 0.15em;
}
.skin-setting .x_controls {
  margin-top: 15px;
  overflow: hidden;
}
.skin-setting .x_controls label {
  margin-right: 10px;
  line-height: 180%;
}
.skin-setting .x_controls textarea,
.skin-setting .x_controls input[type=text],
.skin-setting .x_controls input[type=file] {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid;
  border-color: rgba(255,255,255,0.3);
  background-color: rgba(255,255,255,0.1);
  line-height: 140%;
  color: #FFF;
  z-index: 1;
}
.skin-setting .x_controls textarea:focus,
.skin-setting .x_controls input[type=text]:focus,
.skin-setting .x_controls input[type=file]:focus {
  border: 1px solid;
  border-color: #ffffff;
}
.skin-setting .x_icon-question-sign {
  display: none;
}
.skin-setting .x_help-block {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  opacity: 0.5;
}
.skin-setting .bt-area {
  padding-bottom: 60px;
  text-align: center;
}
.skin-setting .bt-area .bt {
  margin: 0 10px;
  width: 80px;
  line-height: 34px;
  background-color: transparent !important;
  border: 1px solid !important;
  border-color: #555 !important;
}
.skin-setting .bt-area .bt i,
.skin-setting .bt-area .bt svg {
  color: #ccc;
}
.lm-pc .lm-sidebar-right {
  padding-left: 5px;
  box-sizing: border-box;
}
.lm-pc .lemon-style2 {
  font-size: 11px;
}
.lm-pc .le-text-new {
  vertical-align: text-top;
  font-size: 11px;
}
.lm-pc .bullet--new {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
.lm-pc .icon-notice .si {
  margin-top: -2px;
}
.font-main--nt.lm-pc .icon-notice .si {
  margin-top: -7px;
}
.lm-pc .board-header {
  margin-bottom: 25px;
}
.lm-pc .board-title {
  display: inline-block;
  font-size: 18px;
}
.lm-pc .board-desc {
  display: inline-block;
  margin-left: 10px;
}
.font-main--nt .lm-pc .board-desc {
  margin-top: 8px;
}
.lm-pc .lm-board .insert-srl {
  margin-bottom: 50px;
}
.lm-pc .list-search-key .bt-cancel {
  font-size: 13px;
}
.lm-pc .list-buttons {
  position: absolute;
  right: -50px;
  top: 43px;
  width: 30px;
  z-index: 10;
}
.lm-pc .list-buttons>div {
  width: 30px;
  text-align: center;
}
.lm-pc .list-buttons>div.fix {
  position: fixed;
  top: 70px;
}
.lm-pc .list-buttons ul {
  margin-bottom: 15px;
}
.lm-pc .list-buttons ul li {
  position: relative;
  margin-bottom: -2px;
}
.lm-pc .list-buttons ul li .desc {
  display: inline-block;
  position: absolute;
  right: calc(100% - 15px);
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -15px;
  border-radius: 15px 0 0 15px;
  box-sizing: border-box;
  opacity: 0;
  transition-property: opacity, right;
  transition-duration: 0.3s;
  overflow: hidden;
  white-space: nowrap;
  font-size: 11px;
}
.lm-pc .list-buttons ul li:hover .desc {
  right: 100%;
  opacity: 1;
  padding: 0 5px 0 10px;
  width: auto;
  height: 30px;
  line-height: 30px;
  overflow: visible;
}
.lm-pc .list-buttons ul li.bt-my-articles .profile-image {
  position: relative;
  z-index: 1;
}
.lm-pc .list-buttons ul li.bt-my-articles .desc {
  margin-top: -17px;
}
.font-main--nt .lm-pc .list-buttons ul li.bt-my-articles .desc {
  margin-top: -16px;
}
.lm-pc .list-buttons .lbt--square {
  position: relative;
  z-index: 1;
}
.use-sidebar-right .lm-pc .list-buttons {
  right: -43px;
  width: 26px;
}
.use-sidebar-right .lm-pc .list-buttons>div {
  width: 26px;
}
.use-sidebar-right .lm-pc .list-buttons ul {
  margin-bottom: 0;
}
.use-sidebar-right .lm-pc .list-buttons ul li {
  margin-bottom: 5px;
}
.use-sidebar-right .lm-pc .list-buttons ul li .desc {
  margin-top: -12px;
  border-radius: 12px 0 0 12px;
}
.use-sidebar-right .lm-pc .list-buttons ul li:hover .desc {
  right: calc(100% + 5px);
  padding: 0 11px 0 10px;
  height: 24px;
  line-height: 24px;
}
.use-sidebar-right .lm-pc .list-buttons .lbt--square {
  width: 26px;
  height: 26px;
  line-height: 26px;
  border: none;
  border-radius: 7px;
  font-size: 12px;
}
.lm-pc .list-footer .manage-articles {
  margin-right: 3px;
}
.lm-pc .list-footer .srl-number {
  margin-left: 5px;
}
.lm-pc .list-search .sbHolder {
  width: 100%;
}
.lm-pc .list-wrap {
  margin-top: 15px;
}
.lm-pc .list-wrap .lu {
  transition-property: background-color;
  transition-duration: 0.3s;
}
.lm-pc .list-wrap .le-category:hover {
  text-decoration: underline;
}
.lm-pc .list-wrap .le-title {
  line-height: 160%;
  font-size: 15px;
}
.lm-pc .list-wrap .le-comment {
  margin-left: 3px;
  font-size: 13px;
}
.lm-pc .list-wrap .le-comment.updated {
  text-decoration: underline;
}
.lm-pc .list-wrap .le-update {
  display: inline-block;
  position: relative;
  padding: 0 18px;
  height: 34px;
  line-height: 36px;
  border-radius: 16px 16px 16px 0;
}
.font-main--nt .lm-pc .list-wrap .le-update {
  line-height: 34px;
}
.lm-pc .list-wrap .le-update-date {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
.lm-pc .list-wrap .le-summary {
  line-height: 160%;
  font-size: 13px;
}
.lm-pc .list-wrap .le-summary:empty {
  display: none !important;
}
.lm-pc .list-wrap .le-vote i {
  font-size: 10px;
}
.lm-pc .list-wrap .le-ctrl {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: -8px 0 -8px 5px;
  font-size: 12px;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
}
.lm-pc .list-wrap .le-extra th {
  width: 60px;
  font-size: 12px;
}
.lm-pc .list-wrap .le-extra td {
  font-size: 12px;
}
.lm-pc .list-wrap .le-text-new {
  font-size: 11px;
}
.font-main--nt .lm-pc .list-wrap .le-text-new {
  line-height: 19px;
}
.lm-pc .list-wrap {
  margin-top: 50px;
}
.lm-pc .list-title {
  font-size: 13px;
}
.font-en--hs.lm-pc .list-category--inline .count {
  font-size: 12px;
}
.lm-pc .list-paging .lp-button {
  line-height: 36px;
}
.lm-pc .list-paging .lp-numbers {
  margin-top: 9px;
}
.lm-pc .ldo .lu-body {
  display: table;
  width: 100%;
}
.lm-pc .ldo .lu-check-area {
  vertical-align: middle;
  margin-top: -2px;
}
.lm-pc .ldo .lu-title-area {
  display: table-cell;
}
.lm-pc .ldo .lu-info {
  display: table-cell;
  text-align: right;
}
.lm-pc .ldo .lu-info>div {
  display: inline-block;
  vertical-align: text-bottom;
}
.lm-pc .ldo .lu-info>div>span {
  display: inline-block;
  float: right;
  margin-left: 15px;
  font-size: 13px;
}
.lm-pc .ldo .le-si--eye2 {
  margin-top: -4px;
}
.lm-pc .ldo .le-si--vote2 {
  margin-top: -5px;
}
.lm-pc .au-header {
  padding: 25px 0;
  margin-bottom: 25px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e7e5dc;
}
.lm-pc .au-header h1 {
  font-size: 24px;
  line-height: 160%;
}
.lm-pc .au-body {
  padding-bottom: 25px;
}
.lm-pc .au-body .xe_content,
.lm-pc .au-body .xe_content p {
  font-size: 15px;
  line-height: 180%;
}
.lm-pc .au-buttons--style1 .bt-voted-who {
  margin: 23px 0 0 10px;
}
.lm-pc .au-buttons--style2 {
  padding-top: 30px;
}
.lm-pc .au-buttons--style2 .bt-voted-who {
  margin: 23px 0 0 0;
}
.lm-pc .au-buttons-box {
  float: right;
  margin-top: 25px;
}
.lm-pc .au-buttons-box:empty {
  display: none;
}
.lm-pc .au-article-bottom {
  margin: 25px 0 50px;
  text-align: center;
}
.lm-pc .au-article-bottom .bt-list {
  display: inline-block;
  margin: 50px 0 0;
  background-color: transparent;
}
.lm-pc .ae-ctrl {
  position: absolute;
  right: 0;
  top: 0;
}
.lm-pc .ae-ctrl a {
  margin-right: 2px;
  padding: 0 10px;
}
.lm-pc .ae-vote {
  margin-top: 25px;
}
.lm-pc .ae-vote .bt-vote {
  margin-right: 5px;
}
.lm-pc .ae-comment--bottom {
  margin: 25px 9px 0 0;
}
.lm-pc .ae-voted-who {
  text-align: center;
}
.lm-pc .ae-voted-who.show {
  position: relative;
  margin-top: 25px;
}
.lm-pc .ae-voted-who.show h3 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 25px 10px 0;
  width: 35px;
  height: 100%;
  box-sizing: border-box;
  border-right: 1px solid;
  border-color: #e7e5dc;
  word-break: break-all;
}
.no-profile.lm-article .lm-pc .ae-voted-who {
  font-size: 14px;
}
.lm-pc .ae-voted-who .inner {
  height: 105px;
  padding-left: 35px;
  border-top: 1px solid;
  border-color: #e7e5dc;
}
.lm-article.no-profile .lm-pc .ae-voted-who .inner {
  height: auto;
}
.lm-pc .ae-voted-who ul {
  padding: 25px 15px 10px;
}
.lm-article.no-profile .lm-pc .ae-voted-who ul {
  padding-bottom: 15px;
}
.lm-pc .ae-voted-who .nickname {
  line-height: 160%;
}
.lm-pc .article-files li>a {
  padding: 20px 85px 20px 75px;
}
.lm-pc .article-files-icon {
  left: 20px;
  top: 20px;
}
.lm-pc .article-files .file-down-count {
  right: 20px;
  font-size: 12px;
}
.lm-pc .article-files .file-name {
  line-height: 140%;
}
.lm-pc .article-files .file-size {
  font-size: 10px;
}
.lm-pc .lo-content .lcu ol,
.lm-pc .lo-content .lcu ul {
  line-height: 160% !important;
}
.lm-pc .lo-content .lcu ol li,
.lm-pc .lo-content .lcu ul li {
  margin-bottom: 10px;
}
.lm-pc .lo-content .lcu ol li:last-of-type,
.lm-pc .lo-content .lcu ul li:last-of-type {
  margin-bottom: 0;
}
.lm-pc .lo-content .lcu ol .desc,
.lm-pc .lo-content .lcu ul .desc {
  font-size: 14px;
}
.lm-pc .lo-content.has-column--2 .lo-content1-unit {
  display: inline-block;
  width: calc(50% - 12.5px);
}
.lm-pc .lo-content.has-column--3 .lo-content1-unit {
  display: inline-block;
  width: calc(33.33% - 16.6px);
}
.lm-pc .lo-content.use-number .lo-content1-unit::before {
  left: 15px;
  top: 11px;
}
.lm-pc .lo-content1-unit h3 {
  padding: 10px 0;
  font-size: 16px;
}
.lm-pc .lo-content2-unit {
  padding-bottom: 50px;
}
.lm-pc .lo-content2-unit:last-of-type {
  padding-bottom: 25px;
}
.lm-pc .lo-content2-unit>div {
  font-size: 15px;
}
.lm-pc .lo-content2-unit h3 {
  font-size: 16px;
}
.lm-pc .lo-content2-unit .best {
  display: inline-block;
  width: calc(50% - 25px);
}
.lm-pc .lo-content2-unit .best--1 {
  display: inline-table;
}
.lm-pc .lo-content2-unit .best--1::after {
  left: 170px;
}
.lm-pc .lo-content2-unit .best--1-count {
  width: 170px;
  font-size: 24px;
}
.lm-pc .lo-content2-unit .best--1-count .text-en {
  font-size: 20px;
}
.lm-pc .lo-content2-unit .best--1-content a {
  font-size: 18px;
  line-height: 160%;
}
.lm-pc .lo-content2-unit .best--1-info {
  font-size: 13px;
}
.lm-pc .lo-content2-unit .honor h3 {
  margin-bottom: 15px;
}
.lm-pc .lo-content2-unit .honor ul li {
  display: inline-block;
  width: calc(33.33% - 16.7px);
  margin-right: 25px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 160%;
}
.lm-pc .lo-content2-unit .honor ul li:last-of-type {
  margin-right: 0;
}
.lm-pc .lo-content2-unit:nth-of-type(odd) .best--1,
.lm-pc .lo-content2-unit:nth-of-type(even) .best--5 {
  float: left;
}
.lm-pc .lo-content2-unit:nth-of-type(even) .best--1,
.lm-pc .lo-content2-unit:nth-of-type(odd) .best--5 {
  float: right;
}
.lm-pc .lm-comment .cu-notice {
  padding: 15px 15px 15px 50px;
  line-height: 160%;
}
.lm-pc .lm-comment .cu-notice i,
.lm-pc .lm-comment .cu-notice-icon {
  left: 15px;
  top: 13px;
}
.lm-pc .lm-comment .cu-message.member-only {
  border-bottom: none;
}
.lm-pc .lm-comment .cu-secret {
  line-height: 180%;
}
.lm-pc .lm-comment .ce-rank {
  left: -9px;
  top: -9px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.lm-pc .lm-comment .ce-text-writer {
  font-size: 10px;
}
.font-main--nt .lm-pc .lm-comment .ce-text-writer {
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 120%;
}
.lm-pc .lm-comment .ce-text-parent {
  font-size: 12px;
}
.lm-pc .lm-comment .ce-best {
  margin-top: -2px;
}
.lm-pc .lm-comment .ce-best-text {
  font: 11px/11px 'Trebuchet MS';
}
.lm-pc .lm-comment .ce-reload {
  margin: 25px 0 -10px;
}
.lm-pc .lm-comment .ce-reload-alert {
  font-size: 12px;
}
.lm-pc .lm-comment--basic .comment-unit {
  padding: 25px 15px 25px 70px;
}
.no-profile.lm-pc .lm-comment--basic .comment-unit {
  padding-left: 15px;
}
.lm-pc .lm-comment--basic .comment-unit--reply {
  padding-left: 125px;
}
.no-profile.lm-pc .lm-comment--basic .comment-unit--reply {
  padding-left: 70px;
}
.lm-pc .lm-comment--basic .comment-unit--reply .cu-profile {
  left: 70px;
}
.lm-pc .lm-comment--basic .comment-unit:hover .ce-ctrl {
  opacity: 1;
}
.lm-comment-form.lm-pc .lm-comment--basic .cu-list {
  padding-left: 55px;
  padding-right: 0;
  border-top: 1px solid;
}
.lm-pc .lm-comment--basic .cu-profile {
  top: 25px;
  left: 15px;
}
.lm-comment-form.lm-pc .lm-comment--basic .cu-profile {
  left: 0;
}
.lm-pc .lm-comment--basic .cu-header {
  margin-bottom: 10px;
  font-size: 13px;
}
.lm-pc .lm-comment--basic .cu-buttons {
  margin-top: 15px;
  margin-bottom: -5px;
  font-size: 13px;
}
.lm-pc .lm-comment--basic .ce-nickname {
  font-size: 16px;
}
.lm-pc .lm-comment--basic .ce-vote .bt {
  font-size: 12px;
}
.lm-pc .lm-comment--basic .ce-ctrl {
  right: 20px;
  top: 20px;
  transition-property: opacity;
  transition-duration: 0.3s;
  opacity: 0.3;
  font-size: 13px;
}
.lm-pc .lm-comment--bubble .comment-unit {
  padding-left: 40px;
  margin-top: 25px;
}
.lm-pc .lm-comment--bubble .comment-unit--reply {
  margin-left: 40px;
}
.has-comment-spoiler.lm-pc .lm-comment--bubble .cu-list {
  min-height: 110px;
}
.lm-pc .lm-comment--bubble .cu-body {
  padding: 13px 15px;
  max-width: calc(100% - 62px);
}
.lm-pc .lm-comment--bubble .cu-body:hover .cu-buttons>span {
  opacity: 1;
}
.lm-pc .lm-comment--bubble .cu-body:hover .ce-date-time {
  opacity: 1;
}
.lm-pc .lm-comment--bubble .cu-buttons {
  display: inline-block;
  vertical-align: middle;
}
.lm-pc .lm-comment--bubble .cu-buttons>span:not(.ce-ctrl) {
  transition-property: opacity;
  transition-duration: 0.3s;
  opacity: 0;
  font-size: 12px;
}
.lm-pc .lm-comment--bubble .cu-buttons>span:not(.ce-ctrl) a {
  margin-left: 10px;
}
.lm-pc .lm-comment--bubble .ce-nickname {
  font-weight: 500;
}
.lm-pc .lm-comment--bubble .ce-vote--view>span {
  font-size: 12px;
}
.lm-pc .lm-comment--bubble .ce-vote .writer-vote .fa-stack {
  position: absolute;
  right: 0;
  bottom: 2px;
}
.lm-pc .lm-comment--bubble .ce-reply-button {
  margin-left: -5px;
}
.lm-pc .lm-comment--bubble .ce-ctrl {
  position: absolute;
  left: calc(100% + 4px);
  top: 0;
  white-space: nowrap;
  font-size: 11px;
}
.lm-pc .lm-comment--bubble .ce-ctrl a {
  display: inline-block;
  padding: 2px 5px;
  margin-right: 2px;
  border-bottom: none;
}
.lm-pc .lm-comment--bubble .ce-date {
  position: absolute;
  left: calc(100% + 8px);
  bottom: 0;
  white-space: nowrap;
  font-size: 11px;
}
.lm-pc .lm-comment--bubble .ce-date>span {
  transition-property: opacity;
  transition-duration: 0.3s;
}
.lm-pc .lm-comment--bubble .ce-date-time {
  position: absolute;
  left: 0;
  bottom: 15px;
  opacity: 0;
}
.lm-pc .lm-comment--bubble .lm-spoiler {
  top: -26px;
  height: calc(100% + 26px);
}
.lm-pc .lm-comment--bubble .profile-image {
  width: 30px;
  height: 30px;
}
.lm-pc .lm-comment--bubble .xe_content {
  margin-bottom: 5px;
}
.lm-pc .lm-comment--bubble .dot {
  display: inline-block;
  margin: -5px 0 0 0;
  vertical-align: middle;
}
.lm-pc .lm-comment--faq .comment-unit {
  margin-top: 25px;
}
.lm-pc .lm-comment--faq .comment-unit--reply {
  margin-left: 50px;
}
.lm-pc .lm-comment--faq .comment-unit:hover .ce-ctrl {
  opacity: 1;
}
.lm-pc .lm-comment--faq .comment-unit .xe_content {
  font-size: 14px;
  line-height: 180%;
}
.lm-pc .lm-comment--faq .cu-body {
  padding: 20px 25px;
  border-radius: 0 15px 15px 15px;
}
.lm-pc .lm-comment--faq .ce-icon-secret {
  margin-left: 3px;
}
.lm-pc .lm-comment--faq .ce-ctrl {
  right: 25px;
  bottom: 20px;
  opacity: 0.3;
  transition-property: opacity;
  transition-duration: 0.3s;
  font-size: 12px;
}
.lm-pc .lm-comment--faq .ce-nickname {
  padding: 5px 10px 3px;
  font-size: 12px;
}
.lm-pc .lm-comment--faq .ce-date {
  margin-top: 8px;
  font-size: 12px;
}
.lm-pc .lm-comment .xe_content {
  font-size: 14px;
  line-height: 180%;
}
.lm-pc .lm-comment .xe_content p {
  line-height: 180%;
}
.lm-pc .lm-comment .sticker-image {
  margin-bottom: 15px;
}
.lm-pc .lm-comment .bt-resticker i {
  margin: -2px 2px 0 0;
  font-size: 12px;
  vertical-align: middle;
}
.lm-pc .lm-comment-form .article-title {
  padding-top: 15px;
  font-size: 16px;
  font-weight: bold;
}
.lm-pc .lm-comment-form .article-nickname {
  margin: 10px 0 15px;
}
.lm-pc .lm-comment-form .article-nickname .profile-image {
  margin: -7px 3px -3px 0;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.lm-pc .lm-comment-form .article-summary {
  padding-top: 15px;
  border-top: 1px solid;
  border-color: #e7e5dc;
  line-height: 160%;
}
.lm-pc .comment-delete .instant-delete {
  margin: 15px 0 -15px;
}
.lm-pc .comment-write {
  padding: 25px 0 0 50px;
}
.lm-comment.no-profile .lm-pc .comment-write {
  padding-left: 0;
}
.lm-pc .comment-write .cwu-message {
  border-top: none;
  margin-left: -50px;
}
.lm-pc .comment-write .cwe-textarea {
  line-height: 160%;
}
.lm-comment--bubble .lm-pc .comment-write--default {
  padding-left: 40px;
}
.lm-pc .comment-write--reply {
  padding-left: 0;
}
.comment-write--default .lm-pc .stk_display {
  padding: 25px 0;
}
.lm-pc .stk_display .sticker_pack {
  padding: 15px 30px;
}
.lm-pc .stk_display .sticker_pack>ul>li {
  height: 40px;
}
.lm-pc .stk_display .sticker_pack>ul>li a {
  margin-right: 15px;
}
.lm-pc .stk_display .stk_body>ul>li {
  margin: 15px 7.5px 0 7.5px;
}
.lm-pc .stk_display .stk_body>ul>li a {
  position: relative;
  width: 100px;
  height: 100px;
  transition-property: box-shadow;
  transition-duration: 0.3s;
}
.lm-pc .board-write .wu-header {
  padding: 50px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e7e5dc;
}
.lm-pc .board-write .wu-header h3 {
  font-size: 18px;
}
.lm-pc .board-write .wu-body {
  padding-top: 25px;
}
.lm-pc .board-write .wu-body .bt-area {
  margin-top: 25px;
}
.lm-pc .board-write .wu-mode--editor {
  padding-top: 25px;
}
.lm-pc .board-write .wu-mode--text {
  padding-top: 25px;
}
.lm-pc .board-write .wu-options {
  margin-top: 25px;
}
.lm-pc .board-write .wu-options-unit {
  display: inline-block;
}
.lm-pc .board-write .wu-options-color .color-indicator {
  font-size: 12px;
}
.lm-pc .board-write .wu-options .notice-type {
  display: inline-block;
  padding: 5px 0 3px 10px;
  border-radius: 10px;
  margin-right: 10px;
}
.lm-pc .board-write .we-category {
  display: inline-block;
  margin-right: 9px;
  vertical-align: middle;
}
.lm-pc .board-write .we-category .sbHolder {
  width: 170px;
}
.lm-pc .board-write .we-category--timeline {
  display: none;
}
.lm-pc .board-write .we-title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.lm-pc .board-write .we-title.has-category {
  width: calc(100% - 180px);
}
.lm-pc .board-write .we-title.has-timeline-category {
  width: calc(100% - 360px);
}
.lm-pc .board-write .we-textarea {
  height: 300px;
  line-height: 160%;
  font-size: 14px;
}
.lm-pc .board-write .we-tags {
  display: inline-block;
  margin-top: 25px;
  width: 100%;
}
.mode--guest .lm-pc .board-write .we-tags {
  width: calc(100% - 220px);
}
.lm-pc .board-write .we-tags .ip {
  width: 100%;
}
.lm-pc .board-write .we-user-info {
  display: inline-block;
}
.lm-pc .board-write .we-user-info .ip {
  width: 100px;
  margin-left: 10px;
}
.lm-pc .board-write .we-extra {
  display: table;
  margin-top: 25px;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid;
}
.lm-pc .board-write .we-extra>li {
  display: table-row;
  border-bottom: 1px solid;
}
.lm-pc .board-write .we-extra .lb {
  display: table-cell;
  padding: 12px 15px;
  width: 140px;
  border-right: 1px solid;
  text-align: right;
}
.lm-pc .board-write .we-extra .ip-wrap {
  display: table-cell;
}
.lm-pc .board-write .we-extra .ip-wrap .ip:not(.ip--small) {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: none;
}
.lm-pc .board-write .we-extra .ip-wrap .ip:not(.ip--small) + p {
  margin-top: 0;
}
.lm-pc .board-write .we-extra .ip-wrap>p {
  padding: 8px 15px;
  margin-top: 6px;
  border-top: 1px dotted;
  font-size: 12px;
}
.lm-pc .board-write .we-extra .ip-wrap>ul {
  padding-left: 5px;
  margin-bottom: -5px;
}
.lm-pc .board-write .we-extra .ip-wrap>ul>li {
  display: inline-block;
  margin: 0 0 5px 10px;
}
.lm-pc .board-write .we-extra .ip-wrap .sbHolder {
  margin: 15px;
  width: 170px;
}
.lm-pc .board-write .we-extra .ip-wrap .tel:first-of-type {
  margin-left: 15px;
}
.lm-pc .board-write .we-extra .ip-wrap .krZip {
  padding: 15px;
}
.lm-pc .board-write .we-extra .ip-wrap .krZip-postcode-wrap,
.lm-pc .board-write .we-extra .ip-wrap .krZip-address-wrap {
  margin-bottom: 10px;
}
.lm-pc .board-write .we-extra--timeline {
  display: none;
}
.lm-pc .board-write .we-extra--timeline.active {
  display: table;
}
.lm-pc .skin-setting-inner>div {
  width: 500px;
  margin: 0 auto;
}
.lm-pc .skin-setting section {
  margin-bottom: 60px;
}
.lm-pc .lm-board .code-board-bottom {
  margin-top: 25px;
}
.lm-pc .lm-board .code-comment-bottom {
  margin-top: 25px;
}
.click-dummy {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lemon-style {
  display: inline-block;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px 8px 20px 8px;
}
.lemon-style2 {
  display: inline-block;
  height: 23px;
  line-height: 24px;
  border-radius: 10px 10px 10px 0;
}
.icon-notice {
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
}
.icon-notice .si {
  vertical-align: middle;
}
.lm-board {
  position: relative;
}
.lm-board-alert {
  position: absolute;
  left: 50%;
  z-index: 300;
}
.lm-board-alert>div {
  position: fixed;
  bottom: 10%;
  height: 32px;
  line-height: 32px;
  margin-top: -16px;
  opacity: 0;
  white-space: nowrap;
}
.lm-board .xe_content pre {
  position: relative;
  padding: 10px 15px;
  border: 1px solid;
  background-image: url("../../../../modules/modules/modules/board/skins/lemon_onepage/images/bg_pre.png");
  overflow-x: auto;
  word-wrap: normal;
  z-index: 1;
}
.darkmode .lm-board .xe_content pre {
  background-image: url("../../../../modules/modules/modules/board/skins/lemon_onepage/images/bg_preD.png");
}
.lm-board .xe_content a {
  text-decoration: underline;
}
.lm-board .xe_content a:hover {
  text-decoration: none;
}
.list-search-key {
  margin-bottom: 15px;
}
.list-search-key .bt-area {
  display: inline-block;
  margin-left: 5px;
}
.list-search-key .bt-search {
  text-decoration: underline;
}
.list-search-key .bt-search:hover {
  text-decoration: none;
}
.list .bullet--category {
  margin-right: 2px;
}
.list-footer {
  padding-top: 15px;
}
.list-footer .bt-write {
  float: right;
}
.list-footer .manage-articles {
  display: none;
  vertical-align: top;
}
.list-footer .manage-articles.active {
  display: inline-block;
}
.list-wrap .lu {
  position: relative;
}
.list-wrap .lu-check-area {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  transition-property: width, margin-left;
  transition-duration: 0.3s;
}
.list-wrap .lu-check-area.active {
  width: 20px;
  height: auto;
}
.list-wrap .lu-info:empty {
  display: none;
}
.list-wrap .le-thumbnail {
  position: relative;
}
.list-wrap .le-thumbnail.no-thumbnail::after {
  content: none !important;
}
.list-wrap .le-thumbnail.no-thumbnail .no-thumbnail-bg {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: repeat;
  -webkit-mask-position: left top;
  -webkit-mask-size: 15px 15px;
  mask-repeat: repeat;
  mask-position: left top;
  mask-size: 15px 15px;
}
.list-wrap .le-board {
  display: inline-block;
  padding: 2px 8px;
}
.list-wrap .le-title {
  word-break: break-all;
}
.list-wrap .le-comment {
  font-family: 'Hepta Slab', sans-serif;
}
.list-wrap .le-summary {
  word-break: break-all;
}
.list-wrap .le-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-bottom: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: text-top;
}
.list-wrap .le-icon .icon {
  margin-top: 2px;
  text-indent: -9999px;
}
.list-wrap .le-icon--normal {
  border: 1px solid;
}
.list-wrap .le-icon--image {
  border: 1px solid;
}
.list-wrap .le-icon--image .icon {
  margin-top: 1px;
}
.list-wrap .le-icon--file {
  border: 1px solid;
}
.list-wrap .le-icon--youtube {
  border: 1px solid;
}
.list-wrap .le-icon-secret {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
.list-wrap .le-icon-notice {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 50%;
  border: 1px solid;
  box-sizing: border-box;
  text-align: center;
}
.list-wrap .le-icon-notice .le-si {
  margin-top: 3px;
  text-indent: -9990px;
  overflow: hidden;
}
.list-wrap .le-extra {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid;
  box-sizing: border-box;
  margin-top: 10px;
  overflow: hidden;
}
.list-wrap .le-extra:empty {
  display: none;
}
.list-wrap .le-extra th {
  padding: 10px;
  border: 1px solid;
  white-space: nowrap;
  text-align: right;
}
.list-wrap .le-extra td {
  padding: 10px;
  border: 1px solid;
  word-break: break-all;
}
.font-en--lt .list-wrap .le-si--eye {
  margin: 1px 2px 0 0;
}
.font-en--th .list-wrap .le-si--eye {
  margin-top: 1px;
}
.list-wrap .no-document {
  padding: 50px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
}
.list-wrap {
  border: 2px solid;
  border-color: #333;
  border-radius: 15px;
}
.list-title {
  padding: 10px 12px;
  border-bottom: 1px solid;
  border-color: #333;
  font-weight: normal;
  text-align: center;
}
.list-category--inline {
  padding: 5px 0;
  border-bottom: 1px solid;
  border-color: #333 !important;
  text-align: center;
}
.list-category--inline>ul>li {
  display: inline-block;
  margin: 0 12px;
}
.list-category--inline>ul>li>a {
  display: inline-block;
  padding: 5px 0;
}
.list-category--inline li.active {
  font-weight: bold;
}
.list-category--inline .icon-arrow {
  margin-left: 3px;
}
.list-category--inline .icon-help {
  margin: -2px 0 0 1px;
  vertical-align: middle;
}
.list-paging {
  position: relative;
  height: 36px;
  text-align: center;
}
.list-paging .lp-button {
  display: inline-block;
  position: absolute;
  top: 0;
  padding: 0 12px;
  border-color: #333;
}
.list-paging .lp-button--prev {
  left: 0;
  border-right: 1px solid;
}
.list-paging .lp-button--next {
  right: 0;
  border-left: 1px solid;
}
.list-paging .lp-numbers {
  display: inline-block;
}
.list-paging .lp-numbers .page-number {
  display: inline-block;
  margin: 0 5px;
}
.ldo .lu {
  position: relative;
  padding: 12px;
  border-bottom: 1px dashed;
  border-color: #333;
}
.ldo .lu:last-of-type {
  border-bottom: 1px solid;
  border-color: #333;
}
.ldo .le-category {
  margin-right: 5px;
}
.ldo .le-si {
  vertical-align: middle;
}
.ldo .le-si--eye2 {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3C/svg%3E");
  background-color: #333;
}
.ldo .le-si--vote2 {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3'%3E%3C/path%3E%3C/svg%3E");
  background-color: #333;
}
.ldo .le-si--vote2.best {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3'%3E%3C/path%3E%3C/svg%3E");
  background-color: #ff682d;
}
.lm-article .bt-voted-who {
  display: inline-block;
  vertical-align: middle;
}
.lm-article .bt-voted-who--profile>button {
  position: relative;
  height: 34px;
  white-space: nowrap;
}
.lm-article .bt-voted-who--profile>button .fa-stack {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
}
.lm-article .bt-voted-who--profile>button .fas {
  font-size: 0.9em;
}
.lm-article .bt-voted-who--text {
  padding-top: 8px;
}
.lm-article .bt-voted-who .profile-image {
  position: relative;
  border: 2px solid;
  vertical-align: top;
}
.lm-article .bt-voted-who .profile-image:first-of-type {
  left: 0;
  z-index: 3;
}
.lm-article .bt-voted-who .profile-image:nth-of-type(2) {
  margin-left: -18px;
  z-index: 2;
}
.lm-article .bt-voted-who .profile-image:nth-of-type(3) {
  margin-left: -18px;
  z-index: 1;
}
.lm-article .bt-voted-who .profile-image:nth-of-type(4),
.lm-article .bt-voted-who .profile-image:nth-of-type(5) {
  display: none;
}
.au-buttons--style2 {
  position: relative;
}
.lm-mobile .ae-si--eye {
  margin-top: 1px;
}
.ae-si--clock {
  vertical-align: middle;
  margin-top: -2px;
}
.lm-mobile .ae-icon-secret {
  vertical-align: middle;
  margin-top: -4px;
}
.ae-comment--bottom {
  float: left;
  padding: 0 10px;
  height: 30px;
  line-height: 26px;
}
.au-buttons--style1 .ae-vote {
  float: left;
}
.au-buttons--style2 .ae-vote {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.au-buttons--style2 .ae-vote .bt-vote {
  display: inline-block;
  min-width: 60px;
  height: 60px;
  border: 2px solid;
  border-color: #333;
}
.au-buttons--style2 .ae-vote .bt-vote .count {
  display: block;
  margin-top: 4px;
}
.darkmode .ae-vote .lbt.bg--yellow {
  background-color: transparent !important;
}
.ae-voted-who {
  margin: 25px 0 -25px;
  font-size: 11px;
}
.ae-voted-who h3 {
  display: none;
}
.ae-voted-who li {
  display: inline-block;
  width: 55px;
  margin: 0 3px 10px;
  word-break: break-all;
  vertical-align: top;
}
.no-profile .ae-voted-who li {
  width: auto;
}
.ae-voted-who .nickname {
  display: inline-block;
  margin-top: 3px;
  line-height: 140%;
  word-break: break-all;
}
.no-profile.ae-voted-who .nickname {
  margin-top: 0;
}
.article-share .inner {
  padding: 30px 15px;
  text-align: center;
}
.article-share-list {
  margin-bottom: 15px;
}
.article-share-list>a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 18px 18px 18px 5px;
  overflow: hidden;
  margin: 0 5px 10px 5px;
}
.article-share-list img {
  width: 36px;
  height: 36px;
}
.article-files li {
  position: relative;
  word-break: break-all;
  border-bottom: 1px solid;
}
.article-files li:last-child {
  border-bottom: none;
}
.article-files li>a {
  display: block;
}
.article-files-icon {
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 20px;
  transition-property: opacity;
  transition-duration: 0.3s;
  text-align: center;
  font-size: 18px;
}
.article-files-icon.off {
  opacity: 1;
}
a:hover .article-files-icon.off {
  opacity: 0;
}
.article-files-icon.on {
  opacity: 0;
}
a:hover .article-files-icon.on {
  opacity: 1;
}
.article-files .file-down-count {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
  letter-spacing: 0.1em;
}
.lo-content {
  width: 100%;
}
.lo-content .lcu ol,
.lo-content .lcu ul {
  list-style: none;
  padding: 15px;
  margin: 0;
}
.lo-content .lcu ol li,
.lo-content .lcu ul li {
  word-break: break-all;
}
.lo-content .lcu ol .desc,
.lo-content .lcu ul .desc {
  margin-top: 5px;
  color: rgba(51,51,51,0.6);
}
.lo-content .lcu ul li {
  position: relative;
  padding-left: 10px;
}
.lo-content .lcu ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 1px;
  background-color: #333;
}
.lo-content .lcu ol {
  counter-reset: counter2;
}
.lo-content .lcu ol li {
  counter-increment: counter2;
}
.lo-content .lcu ol li::before {
  content: counter(counter2) ".";
  display: inline-block;
  margin-right: 5px;
}
.use-number.lo-content .lcu ol li::before {
  content: counter(counter) "-" counter(counter2);
  margin-right: 10px;
}
.lo-content .bg-color1 {
  background-color: #def7d5;
}
.lo-content .bg-color2 {
  background-color: #f5e8f4;
}
.lo-content .bg-color3 {
  background-color: #eeeef0;
}
.lo-content .bg-color4 {
  background-color: #e9e7de;
}
.lo-content .bg-color5 {
  background-color: #fbeedc;
}
.lo-content .bg-color6 {
  background-color: #fefde2;
}
.lm-layout .xe_content .lo-content a {
  color: #333;
  text-decoration: none;
}
.lm-layout .xe_content .lo-content a:hover {
  text-decoration: underline;
}
.lo-content1.use-number {
  counter-reset: counter;
}
.lo-content1-unit {
  width: 100%;
  border: 2px solid;
  border-color: #333;
  box-sizing: border-box;
  border-radius: 15px;
}
.use-number .lo-content1-unit {
  counter-increment: counter;
}
.use-number .lo-content1-unit::before {
  content: counter(counter) ".";
  position: absolute;
}
.lo-content1-unit h3 {
  margin: 0 15px;
  border-bottom: 1px solid;
  border-color: #333;
  font-weight: normal;
}
.use-number .lo-content1-unit h3 {
  padding-left: 20px !important;
}
.lo-content2-unit {
  font-size: 0;
}
.lo-content2-unit h3 {
  font-weight: normal;
}
.lo-content2-unit .best--1 {
  position: relative;
  border: 2px solid;
  border-color: #333;
  border-radius: 15px;
}
.lo-content2-unit .best--1::after {
  content: '';
  position: absolute;
  top: 15px;
  height: calc(100% - 30px);
  width: 1px;
  background-color: #333;
}
.lo-content2-unit .best--1-count {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.lo-content2-unit .best--1-count h3 {
  margin-bottom: 15px;
}
.lo-content2-unit .best--1-count .text-en {
  display: inline-block;
  margin-top: 15px;
}
.lo-content2-unit .best--1-content {
  display: table-cell;
  padding: 15px 20px;
}
.lo-content2-unit .best--1-info {
  margin-top: 10px;
  color: rgba(51,51,51,0.6);
  white-space: nowrap;
}
.lo-content2-unit .best--1-info>div {
  display: table;
  width: 100%;
}
.lo-content2-unit .best--1-info>div>span {
  display: table-cell;
}
.lo-content2-unit .best--1-info .line {
  width: 80%;
  padding: 0 10px;
}
.lo-content2-unit .best--1-info .line span {
  display: inline-block;
  width: 100%;
  height: 1px;
  margin-top: -3px;
  background-color: rgba(51,51,51,0.15);
  vertical-align: middle;
}
.lo-content2-unit .best--5-content {
  padding: 15px 0 0 !important;
}
.lo-content2-unit .best--5-content li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lo-content2-unit .honor ul {
  padding: 0;
  font-size: 0;
  border: 2px solid;
  border-color: #333;
  border-radius: 15px;
  padding: 15px;
}
.lo-content2-unit .honor ul li {
  position: relative;
  padding-left: 95px;
  box-sizing: border-box;
}
.lo-content2-unit .honor ul li::before {
  content: none;
}
.lo-content2-unit .honor ul li .profile-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
}
.cu-member-only {
  text-align: center;
}
.lm-comment {
  border-top: 1px solid;
}
.lm-comment .comment-unit {
  position: relative;
}
.lm-comment .cu-notice {
  position: relative;
  min-height: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid;
}
.lm-comment .cu-message {
  padding: 25px 15px;
}
.has-comment.lm-comment .cu-message {
  margin-bottom: -1px;
  border-bottom: 1px solid;
}
.lm-comment .cu-list {
  position: relative;
}
.has-comment-spoiler.lm-comment .cu-list {
  min-height: 135px;
}
.lm-comment .cu-header>span:not(.ce-nickname) {
  margin-left: 5px;
  vertical-align: middle;
}
.lm-comment .cu-profile {
  position: absolute;
  left: 0;
  top: 0;
}
.lm-comment .cu-guest-time {
  border-bottom: 1px solid;
}
.lm-comment .cu-secret-guest {
  margin-top: 10px;
}
.lm-comment .cu-secret .ip {
  width: 150px;
  vertical-align: middle;
}
.lm-comment .cu-secret .lbt--square {
  vertical-align: middle;
}
.lm-comment .ce-icon-secret {
  display: inline-block;
  margin-right: 3px;
  margin-left: 0;
  font-size: 12px;
  vertical-align: middle;
}
.lm-comment .ce-rank {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 2px solid;
  text-align: center;
  font-size: 10px;
}
.darkmode .lm-comment .ce-rank {
  border: 1px solid;
}
.lm-comment .ce-best {
  display: inline-block;
  margin: -2px 5px 0 0 !important;
  text-transform: uppercase;
}
.lm-comment .ce-best svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.lm-comment .ce-best-text {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 2px solid;
}
.lm-comment .ce-text-writer {
  display: inline-block;
  padding: 3px 6px 2px;
  margin-top: -2px;
  border-radius: 10px 10px 10px 0;
}
.darkmode .lm-comment .ce-text-writer {
  padding: 0 0 2px !important;
  background-color: transparent;
  border-bottom: 2px solid;
  border-radius: 0;
}
.lm-comment .ce-text-parent {
  display: inline-block;
  margin-bottom: 5px;
}
.lm-comment .ce-text-parent i {
  margin-right: 3px;
}
.lm-comment .ce-vote .writer-vote {
  display: inline-block;
  position: relative;
  height: 23px;
  vertical-align: middle;
}
.lm-comment .ce-vote .writer-vote .profile-image {
  width: 23px;
  height: 23px;
}
.lm-comment .ce-vote .writer-vote .fas {
  font-size: 0.9em;
}
.lm-comment .ce-si {
  vertical-align: text-top;
  margin-top: 1px;
}
.lm-comment .ce-si--lock {
  margin-top: -1px;
}
.lm-comment .ce-si--notice {
  margin-top: 1px;
}
.lm-comment .ce-reload {
  margin: 25px 0 -25px;
  text-align: center;
}
.lm-comment .ce-reload-alert {
  display: inline-block;
  padding: 0 5px;
  margin-top: 5px;
  min-width: 5px;
  height: 22px;
  line-height: 22px;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
}
.lm-comment .ce-reload-alert.active {
  opacity: 1;
}
.lm-comment .ce-paging--decimal {
  padding-top: 15px;
  text-align: center;
}
.lm-comment .ce-paging--decimal .page-num {
  display: inline-block;
  padding: 0 5px;
}
.lm-comment--basic .comment-unit {
  border-bottom: 1px solid;
}
.lm-comment--basic .ce-nickname {
  font-weight: 500;
  vertical-align: middle;
}
.lm-comment--basic .ce-reply-button a {
  margin-right: 10px;
}
.lm-comment--basic .ce-vote--buttons {
  float: right;
  display: inline-block;
  margin: 0 -5px 0 0;
}
.lm-comment--basic .ce-vote--buttons .bt {
  margin-left: 5px;
  padding: 3px 5px;
}
.lm-comment--basic .ce-vote .writer-vote {
  margin-right: -5px;
}
.lm-comment--basic .ce-vote .writer-vote .fa-stack {
  position: absolute;
  left: -5px;
  bottom: -1px;
}
.lm-comment--basic .ce-ctrl {
  position: absolute;
  right: 15px;
  top: 20px;
}
.lm-comment--basic .ce-ctrl a {
  margin-left: 5px;
}
.lm-comment--basic .ce-paging--prev {
  border-bottom: 1px solid;
}
.lm-comment--basic .ce-paging-line {
  height: 5px;
  border-bottom: 1px solid;
}
.no-profile.lm-comment--bubble .comment-unit {
  padding-left: 0;
}
.lm-comment--bubble .comment-unit.my-comment .cu-body {
  border-left: 10px solid;
}
.lm-comment--bubble .comment-unit.best-comment .cu-body {
  border-left: none;
}
.lm-comment--bubble .cu-header {
  margin-bottom: 8px;
}
.lm-comment--bubble .cu-body {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 0 10px 10px 0;
}
.lm-comment--bubble .ce-vote--view {
  margin-bottom: 10px;
}
.lm-comment--bubble .ce-vote--view:empty {
  display: none;
}
.lm-comment--bubble .ce-vote--view>span {
  display: inline-block;
  padding: 2px 5px;
}
.lm-comment--bubble .ce-vote .writer-vote .fa-stack {
  position: absolute;
  left: 5px;
  bottom: 2px;
}
.lm-comment--bubble .ce-paging-line {
  height: 25px;
  border-bottom: 3px double;
}
.lm-comment--bubble .xe_content {
  margin-bottom: 5px;
}
.lm-comment--faq {
  border-top: none;
}
.lm-comment--faq .comment-unit {
  position: relative;
}
.lm-comment--faq .ce-ctrl {
  position: absolute;
}
.lm-comment--faq .ce-ctrl a {
  margin-left: 5px;
}
.lm-comment--faq .ce-nickname {
  display: inline-block;
}
.lm-comment .lm-spoiler {
  height: calc(100% + 2px);
}
.lm-comment .bullet--new {
  margin: 0 0 1px 5px;
}
.darkmode .lm-comment .profile-image.bordered {
  border: none;
}
.comment-write {
  position: relative;
}
.comment-write .profile-image {
  position: absolute;
  left: 0;
}
.comment-write .cwu-message {
  text-align: center;
}
.comment-write .cwu-body {
  position: relative;
}
.mode--text.comment-write .cwu-body {
  min-height: 40px;
  border-radius: 0 20px 20px 0;
}
.comment-write .cwu-options {
  padding-top: 10px;
}
mode--guest .comment-write .cwu-options {
  height: 30px;
}
.comment-write .cwu-options .unit {
  margin-right: 10px;
}
.comment-write .cwe-textarea {
  float: left;
  margin: 0;
  width: calc(100% - 25px) !important;
  height: 40px;
  padding: 9px 15px;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  resize: none;
  overflow: hidden;
}
.use-sticker.comment-write .cwe-textarea {
  width: calc(100% - 70px) !important;
}
.lm-comment-form .comment-write .cwe-textarea {
  width: calc(100% - 70px) !important;
}
.comment-write .cwe-check-secret {
  overflow: hidden;
  cursor: pointer;
}
.comment-write .cwe-check-secret input {
  position: absolute;
  opacity: 0;
}
.comment-write .cwe-check-secret input:checked + span .checked {
  display: inline-block;
}
.comment-write .cwe-check-secret input:checked + span .unchecked {
  display: none;
}
.lm-layout .comment-write .cwe-check-secret .checked {
  display: none;
}
.comment-write .cwe-user-info {
  display: inline-block;
}
.mode--text.comment-write .cwe-user-info {
  float: right;
}
.mode--text.comment-write .cwe-user-info .ip {
  margin-left: 10px;
}
.mode--editor.comment-write .cwe-user-info .ip {
  margin-right: 10px;
}
.comment-write .cwe-si {
  vertical-align: middle;
  margin-top: -1px;
}
.comment-write .bt-area {
  display: inline-block;
  position: absolute;
}
.mode--text.comment-write .bt-area {
  right: 5px;
  bottom: 5px;
}
.mode--editor.comment-write .bt-area {
  right: 0;
  top: calc(100% + 10px);
}
.comment-write .bt-area .lm-bubble {
  margin-left: 2px;
}
.comment-write .bt-area button {
  vertical-align: bottom;
}
.comment-write .bt-area .bt-sticker button {
  margin: 0 -2px -2px 0;
}
.comment-write .bt-area .bt-sticker .cwe-si-wrap {
  position: relative;
  z-index: 1;
}
.comment-write .bt-area .bt-sticker .cwe-si-wrap::after {
  content: '';
  position: absolute;
  left: 2px;
  top: 1px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  z-index: -1;
}
.comment-write--reply {
  display: none;
}
.lm-comment-form .comment-write--reply {
  margin: 0;
}
.comment-write--reply .cwe-textarea {
  width: calc(100% - 65px) !important;
}
.comment-write--reply .cwu-form {
  height: 0;
  overflow: hidden;
}
.stk_display {
  position: relative;
  clear: both;
}
.comment-write--reply .stk_display {
  margin-top: 0;
}
.comment-write--reply .stk_display::before,
.comment-write--reply .stk_display::after {
  content: none;
}
.stk_display.display-toggle {
  display: none;
}
.comment-write--default .stk_display .bt_close {
  display: none;
}
.comment-write--reply .stk_display .bt_close {
  display: inline-block;
}
.stk_display .sticker_pack {
  position: relative;
  height: auto !important;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.stk_display .sticker_pack>ul>li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.stk_display .sticker_pack>ul>li a {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition-property: opacity;
  transition-duration: 0.3s;
  opacity: 0.5;
}
.stk_display .sticker_pack>ul>li a:hover {
  opacity: 1;
}
.stk_display .sticker_pack>ul>li.on {
  position: relative;
}
.stk_display .sticker_pack>ul>li.on a {
  opacity: 1;
}
.stk_display .sticker_pack div>img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.stk_display .sticker_pack .bt_module {
  display: inline-block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
  text-align: center;
}
.stk_display .sticker_pack .bt_module.bt_left {
  left: 0;
}
.stk_display .sticker_pack .bt_module.bt_right {
  right: 0;
}
.stk_display .sticker_pack .bt_module a {
  display: inline-block;
  width: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.stk_display .sticker_pack .bt_module .lm-bubble-button {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.stk_display .sticker_pack a svg {
  width: 22px;
  margin-top: 8px;
}
.stk_display .stk_body {
  text-align: center;
}
.stk_display .stk_body>ul>li {
  display: inline-block;
}
.stk_display .stk_body>ul>li a {
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.stk_display .stk_body .no_sticker {
  padding: 25px;
}
.board-write {
  position: relative;
}
.board-write .wu-notice {
  position: relative;
  padding: 15px 15px 15px 50px;
  border-bottom: 1px solid;
  line-height: 160%;
}
.board-write .wu-notice-icon {
  position: absolute;
  left: 15px;
  top: 15px;
}
.board-write .wu-header {
  position: relative;
}
.board-write .wu-header .bt-area {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
.board-write .wu-options-color {
  display: inline-block;
  margin-right: 10px;
}
.board-write .wu-options-color .color-indicator {
  padding: 0 10px;
  width: 100px;
  height: 26px;
  border: 1px solid;
  vertical-align: middle;
}
.board-write .wu-options-color .jPicker {
  margin-left: 5px;
  vertical-align: middle;
}
.board-write .wu-options .lm-check {
  margin-right: 10px;
}
.board-write .wu-options .notice-type {
  border: 1px solid;
}
.board-write .wu-body .bt-area {
  position: relative;
}
.board-write .wu-body .bt-area--left {
  position: absolute;
  left: 0;
  top: 0;
}
.board-write .wu-body .bt-area--left button {
  margin-left: 0;
}
.board-write .we-category {
  position: relative;
}
.board-write .we-category .click-disable {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.board-write .we-title .ip {
  width: 100%;
}
.board-write .we-textarea {
  padding: 15px;
  border: none;
  box-sizing: border-box;
  overflow: auto;
}
.board-write .we-extra:empty {
  display: none;
}
.board-write .we-extra .keZip input {
  border: none;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
}
.board-write .we-extra .keZip label {
  display: inline-block;
  width: 80px;
}
.board-write .we-extra .tel {
  margin-right: 5px;
}
.skin-setting {
  display: none;
}
.skin-setting-inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.9);
  z-index: 99;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  color: #FFF;
}
.skin-setting .meesage {
  display: none;
}
.skin-setting h1 {
  display: none;
  margin: 0;
}
.skin-setting section:first-of-type {
  display: none;
  margin: 0;
}
.skin-setting section h2 {
  margin-bottom: 30px;
  padding: 20px 0;
  border: 2px solid;
  border-color: #555;
  font-weight: normal;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.15em;
  font-family: 'IropkeBatangM', 'IropkeBatangOTFM', 'NanumMyeongjo', 'Batang', serif;
  cursor: pointer;
}
.skin-setting .x_control-group {
  display: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(255,255,255,0.1);
}
.skin-setting .x_control-label {
  letter-spacing: 0.15em;
}
.skin-setting .x_controls {
  margin-top: 15px;
  overflow: hidden;
}
.skin-setting .x_controls label {
  margin-right: 10px;
  line-height: 180%;
}
.skin-setting .x_controls textarea,
.skin-setting .x_controls input[type=text],
.skin-setting .x_controls input[type=file] {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid;
  border-color: rgba(255,255,255,0.3);
  background-color: rgba(255,255,255,0.1);
  line-height: 140%;
  color: #FFF;
  z-index: 1;
}
.skin-setting .x_controls textarea:focus,
.skin-setting .x_controls input[type=text]:focus,
.skin-setting .x_controls input[type=file]:focus {
  border: 1px solid;
  border-color: #ffffff;
}
.skin-setting .x_icon-question-sign {
  display: none;
}
.skin-setting .x_help-block {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  opacity: 0.5;
}
.skin-setting .bt-area {
  padding-bottom: 60px;
  text-align: center;
}
.skin-setting .bt-area .bt {
  margin: 0 10px;
  width: 80px;
  line-height: 34px;
  background-color: transparent !important;
  border: 1px solid !important;
  border-color: #555 !important;
}
.skin-setting .bt-area .bt i,
.skin-setting .bt-area .bt svg {
  color: #ccc;
}
.lm-mobile .lemon-style2 {
  height: 21px;
  line-height: 22px;
  font-size: 0.85em;
}
.lm-mobile .lm-board>.lm-message-wrap {
  margin: 100px;
}
.lm-mobile .code--article-bottom,
.lm-mobile .code--comment-bottom {
  margin-bottom: 15px;
}
.lm-mobile .icon-notice .si {
  margin-top: -2px;
}
.lm-mobile .board-header {
  position: relative;
  padding-bottom: 15px;
}
.lm-mobile .board-header .selected-category i {
  margin: 0 5px;
  font-size: 0.8em;
}
.lm-mobile .board-header .bt-area {
  position: absolute;
  right: 0;
  top: 0px;
}
.lm-mobile .board-header .bt-area .lbt {
  vertical-align: top;
}
.lm-mobile .board-header .bt-category {
  line-height: 28px;
  vertical-align: top;
}
.lm-mobile .board-title {
  min-height: 30px;
  padding-top: 4px;
  box-sizing: border-box;
  font-size: 1.2em;
  font-weight: 500;
}
.lm-mobile .list-wrap .le-text-new {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  font-size: 0.7rem;
}
.lm-mobile .list-wrap .le-category {
  position: relative;
  z-index: 11;
}
.lm-mobile .list-wrap .le-comment {
  font-size: 0.8rem;
}
.lm-mobile .list-wrap .le-title {
  line-height: 1.4em;
  font-size: 1.05em;
  font-weight: 500;
}
.lm-mobile .list-wrap .le-icon {
  margin-bottom: 4px;
  vertical-align: middle;
}
.lm-mobile .list-wrap .le-icon-secret {
  vertical-align: text-top;
  margin: 1px 2px 0 0;
}
.lm-mobile .list-wrap .le-nickname {
  position: relative;
  z-index: 11;
}
.lm-mobile .list-wrap .date-mouseover-time {
  display: none;
}
.lm-mobile .list-title {
  font-size: 1.05em;
}
.lm-mobile .list-category {
  padding: 5px 0 0;
  height: 40px;
  box-sizing: border-box;
  overflow: hidden;
}
.lm-mobile .list-category ul {
  margin-bottom: -50px;
  padding-bottom: 55px;
  box-sizing: border-box;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.lm-mobile .list-category a {
  background-color: transparent !important;
}
.lm-mobile .list-paging .lp-numbers {
  width: calc(100% - 100px);
  margin-top: 4px;
  overflow: hidden;
}
.lm-mobile .list-paging .lp-numbers>span {
  display: inline-block;
  width: 100%;
  margin-bottom: -50px;
  padding-bottom: 55px;
  box-sizing: border-box;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.lm-mobile .list-paging .lp-numbers .page-number {
  padding: 5px;
}
.lm-mobile .list-paging .lp-button {
  line-height: 38px;
}
.lm-mobile .ldo .lu-info>div>span {
  margin-right: 15px;
  font-size: 0.9em;
}
.lm-mobile .ldo .le-si--eye2 {
  margin-top: -2px;
}
.lm-mobile .ldo .le-si--vote2 {
  margin-top: -3px;
}
.lm-mobile .lm-article .bt-voted-who {
  margin: 23px 0 0 10px;
}
.lm-mobile .lm-article .au-header {
  margin: 0 -15px 25px;
  padding: 0 15px 15px;
  border-bottom: 1px solid;
  border-color: #e7e5dc;
}
.lm-mobile .lm-article .au-header h1 {
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: 500;
}
.lm-mobile .lm-article .au-header + .ae-ctrl {
  margin-top: -10px;
}
.lm-mobile .lm-article .au-buttons {
  position: relative;
  height: 55px;
}
.lm-mobile .lm-article .au-buttons--style2 {
  margin-top: 25px;
}
.lm-mobile .lm-article .au-buttons-box {
  display: none;
  position: absolute;
  right: 0;
  bottom: calc(100% - 27px);
  border: 2px solid;
  z-index: 10;
}
.lm-mobile .lm-article .au-buttons-box:empty + .bt-openclose {
  display: none;
}
.lm-mobile .lm-article .au-buttons-box::after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 26px;
  height: 2px;
}
.lm-mobile .lm-article .au-buttons-box .lm-bubble {
  display: block;
  position: relative;
  padding: 7.5px 15px 7.5px 35px;
}
.lm-mobile .lm-article .au-buttons-box .lm-bubble-button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 7.5px 15px;
  box-sizing: border-box;
  text-align: left;
  font-size: 0.9em;
  z-index: 2;
}
.lm-mobile .lm-article .au-buttons-box .lm-bubble-text {
  display: inline-block;
}
.lm-mobile .lm-article .au-buttons-box i {
  margin-right: 2px;
  font-size: 0.9em;
}
.lm-mobile .lm-article .au-buttons .bt-openclose {
  float: right;
  margin-top: 25px;
}
.lm-mobile .lm-article .au-buttons .bt-openclose .bt-svg--dot {
  vertical-align: middle;
  margin-top: -2px;
}
.lm-mobile .lm-article .au-buttons .ae-comment--bottom {
  margin: 25px 5px 0 0;
}
.lm-mobile .lm-article .ae-ctrl {
  text-align: center;
  margin-bottom: 15px;
}
.lm-mobile .lm-article .ae-ctrl a {
  padding: 0 10px;
}
.lm-mobile .lm-article .ae-vote {
  margin-top: 25px;
}
.lm-mobile .lm-article .ae-vote .bt-vote {
  margin-right: 2px;
}
.lm-mobile .lm-article .ae-vote .icon-voted {
  margin-right: 1px;
}
.lm-mobile .lm-article .ae-voted-who {
  font-size: 0.85em;
  line-height: 1.2em;
}
.lm-mobile .lm-article .ae-voted-who.show h3 {
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  font-size: 0.9em;
  line-height: 1.0em;
}
.no-profile.lm-mobile .lm-article .ae-voted-who .inner {
  height: auto;
}
.lm-mobile .lm-article .ae-voted-who ul {
  padding-bottom: 50px;
  margin-bottom: -50px;
  box-sizing: border-box;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.lm-mobile .lm-article .ae-voted-who li {
  margin-bottom: 0;
  text-align: center;
}
.lm-mobile .lm-article .ae-voted-who li:first-of-type {
  margin-left: -7px;
}
.lm-mobile .lm-article .ae-voted-who .nickname {
  white-space: normal;
  line-height: 1.2em;
}
.lm-mobile .au-article-bottom {
  margin: 15px 0;
  text-align: center;
}
.lm-mobile .au-article-bottom .bt-list {
  display: inline-block;
  position: relative;
  width: 150px;
  height: 40px;
  line-height: 40px;
  z-index: 2;
}
.lm-mobile .au-article-bottom .bt-list::before,
.lm-mobile .au-article-bottom .bt-list::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border: 20px solid transparent;
}
.lm-mobile .au-article-bottom .bt-list::before {
  left: -20px;
}
.lm-mobile .au-article-bottom .bt-list::after {
  right: 0;
}
.lm-mobile .lo-content .lcu ol,
.lm-mobile .lo-content .lcu ul {
  line-height: 1.6em !important;
}
.lm-mobile .lo-content .lcu ol li,
.lm-mobile .lo-content .lcu ul li {
  margin-bottom: 8px;
}
.lm-mobile .lo-content .lcu ol li:last-of-type,
.lm-mobile .lo-content .lcu ul li:last-of-type {
  margin-bottom: 0;
}
.lm-mobile .lo-content .lcu ol .desc,
.lm-mobile .lo-content .lcu ul .desc {
  font-size: 0.9rem;
}
.lm-mobile .lo-content.use-number .lo-content1-unit::before {
  left: 15px;
  top: 14px;
  font-size: 1.05rem;
}
.lm-mobile .lo-content1-unit {
  font-size: 1.0rem;
}
.lm-mobile .lo-content1-unit h3 {
  padding: 15px 10px 12px;
  font-size: 1.05rem;
  line-height: 1.0em;
}
.lm-mobile .lo-content2-unit {
  padding-bottom: 25px;
}
.lm-mobile .lo-content2-unit:last-of-type {
  padding-bottom: 15px;
}
.lm-mobile .lo-content2-unit>div {
  font-size: 1.0rem;
}
.lm-mobile .lo-content2-unit h3 {
  font-size: 1.05rem;
}
.lm-mobile .lo-content2-unit .best--1 {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}
.lm-mobile .lo-content2-unit .best--1::after {
  left: 150px;
}
.lm-mobile .lo-content2-unit .best--1-count {
  width: 150px;
}
.lm-mobile .lo-content2-unit .best--1-count i {
  font-size: 24px;
}
.lm-mobile .lo-content2-unit .best--1-count .text-en {
  font-size: 1.05rem;
}
.lm-mobile .lo-content2-unit .best--1-content a {
  font-size: 1.1rem;
  line-height: 1.6em;
}
.lm-mobile .lo-content2-unit .best--1-info {
  font-size: 0.85rem;
  line-height: 2.0em;
}
.lm-mobile .lo-content2-unit .honor h3 {
  margin-bottom: 15px;
}
.lm-mobile .lo-content2-unit .honor ul li {
  min-height: 80px;
  padding-bottom: 18px;
  margin-bottom: 15px;
  border-bottom: 1px dashed;
  border-color: #333;
  font-size: 1.0rem;
  line-height: 1.6em;
}
.lm-mobile .lo-content2-unit .honor ul li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.lm-mobile .cu-member-only {
  margin: 25px 0;
}
.lm-mobile .lm-comment {
  position: relative;
  margin: 25px -15px 0;
}
.lm-mobile .lm-comment .cu-notice {
  padding: 15px 15px 15px 50px;
  line-height: 1.4em;
}
.lm-mobile .lm-comment .cu-notice i,
.lm-mobile .lm-comment .cu-notice-icon {
  left: 15px;
  top: 13px;
}
.lm-mobile .lm-comment .cu-profile .profile-image {
  width: 30px;
  height: 30px;
}
.lm-mobile .lm-comment .cu-header {
  font-size: 0.85em;
}
.lm-mobile .lm-comment .cu-secret .bt-login {
  line-height: 1.6em;
}
.lm-mobile .lm-comment .ce-rank {
  left: -6px;
  top: -6px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.lm-mobile .lm-comment .ce-text-writer {
  font-size: 0.8em;
}
.lm-mobile .lm-comment .ce-text-parent {
  font-size: 0.85em;
  line-height: 1.2em;
}
.lm-mobile .lm-comment .ce-best {
  margin-top: -4px;
}
.lm-mobile .lm-comment .ce-best-text {
  font-size: 0.85em;
  line-height: 1.0em;
  font-weight: 500;
}
.lm-mobile .lm-comment .ce-reply-button .bt-resticker i {
  margin: -4px 2px 0 0;
  font-size: 0.85em;
  vertical-align: middle;
}
.lm-mobile .lm-comment .ce-reload {
  position: relative;
  z-index: 1;
}
.lm-mobile .lm-comment .ce-reload-alert {
  font-size: 0.85em;
}
.lm-mobile .lm-comment--basic .comment-unit {
  padding: 15px 15px 15px 55px;
}
.no-profile.lm-mobile .lm-comment--basic .comment-unit {
  padding-left: 15px;
}
.lm-mobile .lm-comment--basic .comment-unit--reply {
  padding-left: 95px;
}
.no-profile.lm-mobile .lm-comment--basic .comment-unit--reply {
  padding-left: 55px;
}
.lm-mobile .lm-comment--basic .comment-unit--reply .cu-profile {
  left: 55px;
}
.lm-mobile .lm-comment--basic .cu-profile {
  top: 15px;
  left: 15px;
}
.lm-mobile .lm-comment--basic .cu-secret {
  padding-top: 10px;
}
.lm-mobile .lm-comment--basic .cu-body .xe_content {
  margin-top: 8px;
}
.lm-mobile .lm-comment--basic .cu-buttons {
  margin-top: 10px;
  font-size: 0.85em;
}
.lm-mobile .lm-comment--basic .ce-nickname {
  font-size: 1.25em;
}
.lm-mobile .lm-comment--basic .ce-date {
  font-size: 0.85em;
}
.lm-mobile .lm-comment--basic .ce-text-parent {
  margin-top: 8px;
}
.lm-mobile .lm-comment--basic .ce-text-parent + .xe_content {
  margin-top: 0;
}
.lm-mobile .lm-comment--basic .ce-ctrl {
  right: 15px;
  top: 15px;
  font-size: 0.9em;
}
.lm-mobile .lm-comment--basic .ce-vote .bt-vote {
  line-height: 1.2em;
}
.lm-mobile .lm-comment--basic .ce-reload {
  padding-bottom: 35px;
  margin-top: -10px;
}
.lm-mobile .lm-comment--bubble .comment-unit {
  margin: 15px 15px 0;
  padding-left: 40px;
}
.lm-mobile .lm-comment--bubble .comment-unit--reply {
  padding-right: 40px;
  padding-left: 0;
  text-align: right;
}
.no-profile.lm-mobile .lm-comment--bubble .comment-unit--reply {
  padding-right: 0;
}
.lm-mobile .lm-comment--bubble .comment-unit--reply .cu-profile {
  left: auto;
  right: 0;
}
.lm-mobile .lm-comment--bubble .comment-unit--reply .cu-header .bt-comment-ctrl {
  margin-right: 5px;
  border-radius: 8px 8px 0 8px;
}
.lm-mobile .lm-comment--bubble .comment-unit--reply .cu-body {
  border-radius: 5px 0 0 5px;
  max-width: calc(100% - 40px);
}
.lm-mobile .lm-comment--bubble .comment-unit--reply .ce-nickname {
  float: right;
}
.lm-mobile .lm-comment--bubble .comment-unit--reply .ce-icon-secret {
  float: right;
}
.lm-mobile .lm-comment--bubble .comment-unit--reply .ce-text-writer {
  float: right;
  margin: 0 7px 0 0;
  border-radius: 10px 10px 0 10px;
}
.darkmode .lm-mobile .lm-comment--bubble .comment-unit--reply .ce-text-writer {
  border-radius: 0;
}
.lm-mobile .lm-comment--bubble .comment-unit--reply.my-comment .cu-body {
  border-right: 10px solid;
  border-left: none;
}
.lm-mobile .lm-comment--bubble .cu-header .bt-comment-ctrl {
  display: inline-block;
  margin: -2px 0 0 5px;
  padding: 1px 8px 2px;
  border-radius: 8px 8px 8px 0;
  line-height: 1.0em;
  vertical-align: middle;
}
.lm-mobile .lm-comment--bubble .cu-header .bt-comment-ctrl .bt-svg--dot {
  vertical-align: middle;
}
.lm-mobile .lm-comment--bubble .cu-body {
  padding: 12px 15px;
  max-width: 100%;
  box-sizing: border-box;
}
.lm-mobile .lm-comment--bubble .cu-body .xe_content {
  margin-bottom: 0;
}
.lm-mobile .lm-comment--bubble .cu-body .dot {
  display: none;
}
.lm-mobile .lm-comment--bubble .cu-buttons {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 14px 0;
  width: 150px;
  text-align: center;
  overflow: hidden;
  z-index: 200;
}
.style-straight .lm-mobile .lm-comment--bubble .cu-buttons {
  padding: 5px 0;
}
.lm-mobile .lm-comment--bubble .cu-buttons::before,
.lm-mobile .lm-comment--bubble .cu-buttons::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 14px;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-position: left top;
  mask-position: left top;
}
.style-straight .lm-mobile .lm-comment--bubble .cu-buttons::before,
.style-straight .lm-mobile .lm-comment--bubble .cu-buttons::after {
  height: 5px;
  background-image: none;
}
.lm-mobile .lm-comment--bubble .cu-buttons::before {
  top: 0;
}
.lm-mobile .lm-comment--bubble .cu-buttons::after {
  bottom: 0;
}
.lm-mobile .lm-comment--bubble .cu-buttons a {
  display: block;
  padding: 10px 0;
}
.lm-mobile .lm-comment--bubble .cu-buttons + .click-dummy {
  z-index: 199;
}
.lm-mobile .lm-comment--bubble .ce-nickname {
  font-size: 1.1em;
}
.lm-mobile .lm-comment--bubble .ce-text-parent {
  margin-bottom: 8px;
}
.lm-mobile .lm-comment--bubble .ce-date {
  margin-top: 3px;
  font-size: 0.7em;
}
.lm-mobile .lm-comment--bubble .ce-vote--view {
  font-size: 0.8em;
}
.lm-mobile .lm-comment--bubble .ce-vote--view>span {
  line-height: 1.2em;
}
.lm-mobile .lm-comment--bubble .ce-vote--view .writer-vote {
  margin: -2px 0 0 3px;
}
.lm-mobile .lm-comment--bubble .ce-reload {
  padding-bottom: 25px;
  margin-top: 10px;
}
.lm-mobile .lm-comment--bubble .lm-spoiler {
  top: -16px;
  height: calc(100% + 18px);
}
.lm-mobile .lm-comment--faq {
  margin: 0;
}
.lm-mobile .lm-comment--faq .comment-unit {
  margin-top: 15px;
}
.lm-mobile .lm-comment--faq .comment-unit--reply {
  margin-left: 30px;
}
.lm-mobile .lm-comment--faq .cu-body {
  padding: 15px 20px;
  border-radius: 0 15px 15px 15px;
}
.lm-mobile .lm-comment--faq .ce-ctrl {
  right: 20px;
  bottom: 15px;
  font-size: 0.9em;
}
.lm-mobile .lm-comment--faq .ce-nickname {
  padding: 7px 10px 5px;
  font-size: 0.9em;
  line-height: 1.0em;
  font-weight: 500;
}
.lm-mobile .lm-comment--faq .ce-date {
  margin-top: 5px;
  font-size: 0.85em;
}
.lm-mobile .lm-comment .lm-spoiler {
  border-left: none;
  border-right: none;
}
.lm-mobile .lm-comment .xe_content {
  font-size: 1.0em;
  line-height: 1.6em;
}
.lm-mobile .lm-comment .xe_content p {
  line-height: 1.6em;
}
.lm-mobile .lm-comment .sticker-image {
  margin-bottom: 8px;
}
.lm-mobile .lm-comment-form {
  margin-top: 0;
  border-top: none;
}
.lm-mobile .lm-comment-form>h3 {
  padding: 0 15px 15px;
  border-bottom: 1px solid;
}
.lm-mobile .lm-comment-form .article-title {
  padding: 15px 15px 0;
  font-size: 1.1em;
  font-weight: 500;
}
.lm-mobile .lm-comment-form .article-nickname {
  margin: 10px 0 0 15px;
}
.lm-mobile .lm-comment-form .article-nickname .profile-image {
  margin: -7px 3px -3px 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.lm-mobile .lm-comment-form .article-summary {
  padding: 10px 15px 0;
  line-height: 1.6em;
}
.lm-mobile .comment-write {
  padding: 15px 15px 25px;
}
.lm-mobile .comment-write--reply {
  margin-left: -40px;
  padding: 15px 0 0;
  text-align: left;
}
.lm-comment--basic .comment-unit--reply .lm-mobile .comment-write--reply {
  margin-left: -80px;
}
.no-profile.lm-comment--basic .comment-unit--reply .lm-mobile .comment-write--reply {
  margin-left: -40px;
}
.lm-comment--bubble .comment-unit--reply .lm-mobile .comment-write--reply {
  margin-left: 0;
  margin-right: -40px;
}
.no-profile.lm-comment--bubble .comment-unit--reply .lm-mobile .comment-write--reply {
  margin-right: 0;
}
.lm-comment.no-profile .lm-mobile .comment-write--reply {
  margin-left: 0;
}
.lm-mobile .comment-write .profile-image {
  display: none;
}
.lm-mobile .comment-write .cwu-message {
  padding-top: 10px;
}
.lm-mobile .comment-write .cwu-form {
  width: 100%;
}
.lm-mobile .comment-write .cwe-textarea {
  line-height: 1.4em;
}
.lm-mobile .comment-write .cwe-user-info .ip {
  width: 80px;
}
.comment-write--default .lm-mobile .stk_display {
  padding: 15px 0;
}
.lm-mobile .stk_display .sticker_pack {
  padding: 10px 25px;
}
.lm-mobile .stk_display .sticker_pack>ul>li {
  height: 40px;
}
.lm-mobile .stk_display .sticker_pack>ul>li a {
  margin-right: 10px;
}
.lm-mobile .stk_display .stk_body>ul {
  padding-top: 5px;
}
.lm-mobile .stk_display .stk_body>ul>li {
  margin: 10px 5px 0 5px;
}
.lm-mobile .stk_display .stk_body>ul a {
  position: relative;
  width: 60px;
  height: 60px;
  transition-property: box-shadow;
  transition-duration: 0.3s;
}
.lm-mobile .board-write {
  padding-bottom: 50px;
}
.lm-mobile .board-write .wu-notice {
  margin-bottom: 10px;
  border-top: 1px solid;
}
.lm-mobile .board-write .wu-header {
  margin-bottom: 15px;
  min-height: 30px;
}
.lm-mobile .board-write .wu-header h3 {
  padding-top: 3px;
  font-size: 1.2em;
}
.lm-mobile .board-write .wu-options-unit {
  margin-bottom: 15px;
}
.lm-mobile .board-write .wu-options .color-indicator {
  font-size: 0.85em;
}
.lm-mobile .board-write .wu-options .notice-type {
  margin-top: 15px;
  margin-right: 0;
  padding: 8px 0 6px 10px;
  border-radius: 10px;
}
.lm-mobile .board-write .we-category {
  margin-bottom: 10px;
}
.lm-mobile .board-write .we-category--timeline {
  display: none;
}
.lm-mobile .board-write .we-title {
  margin-bottom: 10px;
}
.lm-mobile .board-write .we-textarea {
  height: 150px;
  line-height: 1.4em;
  font-size: 1.0em;
}
.lm-mobile .board-write .we-extra {
  margin-bottom: 15px;
  border: 1px solid;
}
.lm-mobile .board-write .we-extra-title {
  padding: 5px 0;
  text-align: center;
  font-size: 0.85em;
}
.lm-mobile .board-write .we-extra>li {
  padding: 10px 15px;
  border-top: 1px solid;
}
.lm-mobile .board-write .we-extra>li:first-of-type {
  border-top: none;
}
.lm-mobile .board-write .we-extra .lb {
  display: block;
  margin-bottom: 10px;
}
.lm-mobile .board-write .we-extra .ip-wrap>ul {
  margin-bottom: -5px;
}
.lm-mobile .board-write .we-extra .ip-wrap>ul>li {
  display: inline-block;
  margin: 0 10px 5px 0;
}
.lm-mobile .board-write .we-extra .ip-wrap>ul>li:last-child {
  margin-right: 0;
}
.lm-mobile .board-write .we-extra .ip-wrap>p {
  padding: 10px 15px;
  margin: 10px -15px -10px;
  border-top: 1px dotted;
  font-size: 0.85em;
}
.lm-mobile .board-write .we-extra .ip:not(.ip--small) {
  width: 100%;
}
.lm-mobile .board-write .we-extra .krZip>div {
  position: relative;
  padding-left: 80px;
}
.lm-mobile .board-write .we-extra .krZip>div label {
  position: absolute;
  left: 0;
  top: 0;
}
.lm-mobile .board-write .we-extra .krZip input[type = 'text'] {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.lm-mobile .board-write .we-extra .krZip-postcode {
  width: calc(100% - 50px);
}
.lm-mobile .board-write .we-extra .krZip-detailAddress {
  margin-bottom: 0;
}
.lm-mobile .board-write .we-extra--timeline {
  display: none;
}
.lm-mobile .board-write .we-extra--timeline.active {
  display: block;
}
.lm-mobile .board-write .we-tags {
  margin-bottom: 15px;
}
.lm-mobile .board-write .we-tags .ip {
  width: 100%;
}
.lm-mobile .board-write .we-user-info {
  margin-bottom: 15px;
}
.lm-mobile .board-write .we-user-info .ip {
  width: calc(50% - 5px);
}
.lm-mobile .board-write .we-user-info .ip:first-of-type {
  margin-right: 10px;
}
.lm-mobile .board-write:not(.memo-write) .bt-area--left .lbt--round {
  display: none;
}
.lm-mobile .skin-setting-inner {
  padding: 15px;
}
.lm-mobile .skin-setting-inner>div {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.lm-mobile .skin-setting section {
  margin-bottom: 30px;
}
.lm-mobile .lm-board .code-board-top {
  margin-bottom: 25px;
}
.lm-mobile .lm-board .code-board-bottom {
  margin-top: 25px;
}
.lm-mobile .lm-board .code-article-bottom {
  margin-top: 25px;
}
.lm-mobile .lm-board .code-comment-bottom {
  margin-bottom: 25px;
}

