@charset "utf-8";
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.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;
}
.bullet--category {
  margin-right: 2px;
}
.bullet--category.icon-default {
  font-size: 10px;
}
.bullet--new {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin: 0 5px 5px 0px;
}
.lm-rating {
  display: inline-block;
  position: relative;
}
.lm-rating::after {
  content: '★★★★★';
  letter-spacing: 0.2em;
}
.lm-rating>span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
}
.lm-rating>span::after {
  content: '★★★★★';
  letter-spacing: 0.2em;
}
.dot svg {
  width: 10px;
  height: 2px;
}
.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/board/skins/lemon_board/images/bg_pre.png");
  overflow-x: auto;
  word-wrap: normal;
  z-index: 1;
}
.darkmode .lm-board .xe_content pre {
  background-image: url("../../../../modules/board/skins/lemon_board/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;
  font-weight: 600;
}
.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;
}
.list-wrap .le-si {
  vertical-align: text-top;
}
.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-document .profile-image {
  border-radius: 50%;
}
.list-document:not(.ldb) .le-thumbnail::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.list-notice li {
  position: relative;
}
.list-notice .lu-check-area {
  margin: -5px 0;
  vertical-align: middle;
}
.list-notice .lu-check-area.active {
  width: 25px;
}
.list-notice .lu-notice--hided.hided {
  display: none;
}
.list-notice .lu-notice-toggle {
  padding: 8px 0 !important;
  text-align: center;
}
.list-notice .le-text-notice {
  display: inline-block;
  position: absolute;
}
.list-gallery .lu {
  display: inline-block;
  vertical-align: top;
}
.list-gallery .lu-info>span {
  display: inline-block;
}
.list-gallery .le-thumbnail {
  display: block;
  overflow: hidden;
}
.list-gallery .le-thumbnail img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.thumb-type--ratio.list-gallery .le-thumbnail img {
  position: static;
  transform: none;
}
.list-gallery .le-thumbnail-youtube img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.list-gallery .le-thumbnail.has-thumbnail i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0.8;
}
.list-gallery .le-thumbnail.no-thumbnail {
  border: 1px solid;
  box-sizing: border-box;
  overflow: hidden;
}
.list-gallery .le-thumbnail.no-thumbnail .le-thumbnail-icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border: 1px solid;
  text-align: left;
  z-index: 1;
}
.use-blacknwhite .le-thumbnail {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition-property: filter;
  transition-duration: 0.3s;
}
.use-blacknwhite .lu:hover .le-thumbnail {
  -webkit-filter: none;
  filter: none;
}
.paging {
  position: relative;
  text-align: center;
}
.paging-button {
  position: absolute !important;
  top: 8px;
  text-transform: uppercase;
}
a.paging-button {
  border-bottom: 1px solid transparent;
}
.paging-button--prev {
  left: 0;
}
.paging-button--next {
  right: 0;
}
.ldd .lu-info {
  margin-top: 12px;
}
.ldd .lu-info>span {
  display: inline-block;
  margin-right: 15px;
}
.ldd .le-thumbnail-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 22px;
  z-index: 1;
}
.ldd .le-thumbnail-icon i {
  font-size: 20px;
}
.ldd .le-category.in-title {
  display: inline-block;
  margin-right: 10px;
}
.ldd .le-category.in-info {
  position: relative;
}
.ldd .le-category.in-info:not(:only-child)::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
}
.ldd .le-board.in-title {
  margin-right: 5px;
}
.ldg .lu-check-area {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 20;
}
.thumb-type--ratio.ldg .le-thumbnail.no-thumbnail {
  padding-bottom: 100%;
}
.ldg .le-thumbnail--youtube img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.ldg .le-vote {
  position: absolute;
  top: 15px;
  padding: 4px 10px 3px;
  border-radius: 10px 10px 10px 0;
  font-size: 11px;
  z-index: 2;
}
.ldg .le-vote .le-si--vote {
  margin-top: -1px;
}
.lm-mobile .ldg .le-vote .le-si--vote {
  margin-top: 0;
}
.ldg .le-nickname {
  margin-top: 2px;
}
.ldg.info-type--showed .list_unit.thumb-type--ration {
  text-align: center;
}
.ldg.info-type--showed .le-category-wrap {
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid;
}
.ldg.info-type--showed .le-category-wrap .wavy {
  display: inline-block;
  margin-top: 9px;
  min-width: 80px;
}
.ldg.info-type--hided .lu-body-wrap {
  position: relative;
  overflow: hidden;
}
.ldg.info-type--hided .lu-info {
  display: inline-block;
}
.thumb-type--ratio.ldg.info-type--hided .le-thumbnail.no-thumbnail {
  display: block;
  padding-bottom: 100%;
}
.ldg.info-type--hided .le-category-wrap:empty {
  display: none;
}
.ldr {
  position: relative;
}
.ldr .figure-line-vertical {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
}
.ldr>ul {
  position: relative;
  border-bottom: 1px solid;
}
.ldr .lu {
  position: static;
  box-sizing: border-box;
  text-align: center;
}
.thumb-type--ratio.ldr .lu {
  border-top: 1px solid;
}
.has-notice.ldr .lu:first-child::after {
  content: none;
}
.ldr .lu::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
}
.ldr .lu-title {
  margin-left: -10px;
  margin-right: -10px;
}
.ldr .lu-info>span:last-of-type,
.ldr .lu-info>span:only-of-type {
  margin-right: 0;
}
.thumb-type--ratio.ldr .le-thumbnail.no-thumbnail {
  display: block;
  padding-bottom: 100%;
}
.ldr .le-category-wrap .wavy {
  display: inline-block;
  min-width: 80px;
}
.ldr .le-summary {
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  text-align: left;
}
.ldr .le-vote {
  position: relative;
  text-align: left;
}
.ldr .le-vote .voted-count {
  position: absolute;
  font-style: italic;
}
.ldr .le-extra2 {
  width: 100%;
  border-collapse: collapse;
}
.ldr .le-extra2 tr {
  border-bottom: 1px solid;
}
.ldr .le-extra2 th {
  text-align: left;
  white-space: nowrap;
}
.ldr .le-extra2 td {
  text-align: right;
  word-break: break-all;
}
.ldr .lu-info + .le-extra2 {
  margin-top: 15px;
  border-top: 1px solid;
}
.lds {
  position: relative;
  margin-bottom: 15px;
}
.lds.no-notice>ul {
  border-top: 1px solid;
}
.lds>ul::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
}
.lds .lu {
  display: inline-block;
  box-sizing: border-box;
  border-top: 1px solid;
  text-align: center;
}
.lds .lu-check-area {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 20;
}
.lds .lu-info>span {
  display: inline-block;
}
.lds .lu-info-2nd {
  position: relative;
  font-style: italic;
}
.lds .lu-info-2nd::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -30px;
  width: 60px;
  height: 1px;
  border-top: 1px solid;
}
.lds .lu-info-2nd:empty {
  display: none;
}
.lds .lu-info-2nd>span {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
}
.lds .lu-info-2nd>span:only-of-type {
  width: 100%;
}
.lds .lu-info-2nd .text {
  display: inline-block;
  margin-right: 2px;
  font: normal 10px/60px "Trebuchet MS";
  letter-spacing: 0.15em;
}
.lds .le-thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
}
.lds .le-thumbnail img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.lds .le-thumbnail--youtube img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.lds .le-thumbnail i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0.8;
}
.lds .le-category {
  display: inline-block;
}
.lds .le-category-wrap {
  display: inline-block;
}
.lds .le-secret {
  border: 1px solid;
}
.lds .le-secret a {
  display: block;
}
.lds .le-comment .updated {
  text-decoration: underline;
}
.lds .le-summary {
  text-align: justify;
}
.lds .le-summary i {
  display: block;
}
.lds .le-summary i:last-of-type {
  text-align: right;
}
.lds .le-text-new {
  display: inline-block;
}
.lds .le-thumbnail + .le-comment {
  margin-top: 0;
}
.ldw .lu-check-area.active {
  width: 30px;
  margin: -3px 0;
  vertical-align: middle;
}
.ldw .lu-info>span {
  display: inline-block;
  margin-right: 15px;
}
.ldw .le-thumbnail {
  display: inline-block;
  position: absolute;
  overflow: hidden;
}
.ldw .le-thumbnail.no-thumbnail {
  border: 1px solid;
  box-sizing: border-box;
}
.ldw .le-thumbnail.no-thumbnail .no-thumbnail-text {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  letter-spacing: 0.1em;
}
.ldw .le-thumbnail-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0.8;
  z-index: 1;
}
.ldw .le-icon {
  margin-left: 3px;
}
.ldw .le-icon-secret {
  margin-right: 5px;
}
.ldw .le-summary {
  text-align: left;
}
.ldb .lu {
  position: relative;
  border: 1px solid;
}
.ldb .lu-info>span {
  display: inline-block;
  margin-right: 15px;
}
.ldb .lu-info .profile-image {
  margin-right: 3px;
}
.ldb .lu-body {
  position: relative;
  text-align: center;
}
.ldb .lu-slide {
  max-height: none;
}
.ldb .lu-slide-unit {
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  overflow: hidden;
}
.ldb .lu-slide-unit.active {
  position: static;
  opacity: 1;
}
.ldb .lu-slide-paging .bt-page {
  display: inline-block;
  padding: 5px 10px;
}
.ldb .lu-slide-paging .bt-page .bt-svg {
  vertical-align: middle;
}
.ldb .lu-slide-paging .page-number {
  display: inline-block;
  margin: 0 5px;
}
.ldb .lu-slide img {
  max-width: 100%;
  height: auto;
}
.ldb .lu-content.long-content::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  z-index: 1;
}
.ldb .lu-content.long-content .bt-expand {
  display: block;
}
.ldb .lu-content .bt-expand {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.ldb .lu-content .bt-expand button {
  display: inline-block;
  padding: 7px 0;
  width: 100px;
  letter-spacing: 0.1em;
  text-align: center;
}
.ldb .lu-buttons {
  position: relative;
  border-top: 1px solid;
  text-align: right;
}
.ldb .lu-buttons-right:empty {
  display: none;
}
.ldb .lu-buttons-right .bt {
  display: inline-block;
  margin-left: 8px;
}
.ldb .lu-buttons-right .bt button {
  width: 24px;
}
.ldb .le-si {
  text-indent: -9999px;
  overflow: hidden;
  margin-top: 1px;
}
.ldb .le-ldb-vote {
  display: inline-block;
  position: absolute;
  z-index: 1;
}
.ldb .le-ldb-vote .bt {
  display: inline-block;
  border-radius: 50%;
}
.ldb .le-ldb-vote .bt:first-of-type {
  margin-right: 50px;
}
.ldb .le-ldb-vote .voted-count {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 50px;
  text-align: center;
}
.ldb .le-ldb-vote .voted-count.vote-only {
  text-align: left;
  padding-left: 8px;
}
.ldb .le-secret {
  display: inline-block;
  padding: 50px 0 25px;
  width: 200px;
  border-top: 1px solid;
}
.ldb .le-secret .fa-lock {
  font-size: 24px;
}
.ldb .le-secret p {
  margin-top: 15px;
}
.ldb .le-secret .auth {
  display: inline-block;
  margin-top: 15px;
}
.ldb .le-youtube {
  position: relative;
  padding-bottom: 56.25%;
}
.ldb .le-thumbnail {
  overflow: hidden;
}
.ldb .le-thumbnail img {
  max-width: 100%;
  height: auto;
}
.ldb .le-content {
  overflow: hidden;
}
.ldb .le-content .xe_content {
  text-align: left;
}
.ldf {
  border-top: 1px solid;
}
.ldf .lu {
  position: relative;
  border-bottom: 1px solid;
}
.ldf .lu-check-area {
  position: relative;
  margin: -3px 0;
  vertical-align: middle;
  z-index: 11;
}
.ldf .lu-check-area.active {
  width: 30px;
}
.ldf .lu-header {
  position: relative;
}
.ldf .lu-body {
  display: none;
  position: relative;
}
.ldf .le-category {
  position: relative;
  margin-right: 10px;
  z-index: 11;
}
.ldf .le-text-faq {
  position: absolute;
}
.ldf .le-text-my {
  display: inline-block;
  padding: 0 6px;
  margin: -2px 2px 0 0;
  height: 20px;
  line-height: 20px;
  border-radius: 10px 10px 2px 10px;
  vertical-align: middle;
}
.ldf .le-ldf-ctrl {
  position: relative;
  text-align: right;
}
.ldf .le-ldf-ctrl a {
  margin-left: 10px;
}
.ldf .le-ldf-ctrl .bt-reply {
  position: absolute;
  left: 0;
  margin-left: 0;
}
.ldf .le-comment {
  border-top: none;
}
.ldf .le-icon--image {
  margin: 1px 2px 0 0;
  vertical-align: middle;
}
.ldf .ae-extra {
  border: 1px solid;
  border-bottom: none;
}
.lm-article {
  position: relative;
}
.lm-article.has-list {
  margin-bottom: 15px;
}
.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;
}
.lm-article .xe_content {
  word-break: break-all;
}
.lm-article .xe_content img {
  max-width: 100%;
  height: auto;
}
.lm-article .lm-spoiler {
  position: absolute;
  left: 0;
  top: -1px;
  padding: 25px 0;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid;
  text-align: center;
  z-index: 2;
}
.lm-article .lm-spoiler-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
  -webkit-mask-position: left top;
  mask-position: left top;
  -webkit-mask-size: 15px 15px;
  mask-size: 15px 15px;
  z-index: 1;
}
.lm-article .lm-spoiler .lm-message {
  position: relative;
  z-index: 2;
}
.lm-article .lm-spoiler .lm-message .desc {
  margin-bottom: 0;
}
.lm-article .lm-spoiler .lm-message .desc .bt-wrap {
  margin-left: 10px;
}
.au-header h1 {
  word-break: break-all;
}
.au-header h1 span {
  font-weight: normal !important;
}
.au-header .scrapped {
  position: relative;
  margin: -5px 3px 0 0;
}
.au-header .bt-send-msg {
  margin: -3px 3px -3px 0;
  padding: 0 6px;
  vertical-align: middle;
}
.au-body--secret form {
  margin-top: 10px;
}
.au-content {
  position: relative;
}
.ae-si--eye {
  vertical-align: text-top;
}
.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;
}
.ae-category {
  display: inline-block;
  margin-bottom: 5px;
}
.ae-font-style .toggle-font {
  margin: 0 10px;
}
.ae-font-style .bt-size {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid;
  border-radius: 50%;
}
.ae-extra {
  width: 100%;
  border-spacing: 0;
}
.ae-extra:empty {
  display: none;
}
.ae-extra th {
  border-right: 1px solid;
  border-bottom: 1px solid;
  text-align: right;
  font-weight: normal;
  white-space: nowrap;
}
.ae-extra td {
  border-bottom: 1px solid;
  word-break: break-all;
}
.ae-tags {
  margin-top: 25px;
}
.ae-tags li {
  display: inline-block;
  margin-right: 10px;
}
.ae-tags li a {
  display: inline-block;
  padding: 0 10px;
  margin: 5px 0px 5px 0px;
  height: 24px;
  line-height: 26px;
  border-radius: 10px;
  border: 1px solid #eeeeee;
}
.ae-youtube {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 25px;
}
.ae-youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ae-sign h3 {
  position: relative;
}
.ae-sign .wavy {
  display: inline-block;
  width: 100px;
}
.ae-sign .no-sign {
  text-align: center;
}
.ae-sign-body img {
  max-width: 100%;
  height: auto;
}
.ae-author-new {
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
}
.ae-author-list--comment {
  display: none;
}
.ae-author-list--comment .icon-comment {
  margin-right: 3px;
}
.ae-author-list ul {
  overflow: hidden;
}
.ae-author-list li {
  line-height: 20px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ae-author-list li:last-child {
  margin-bottom: 0 !important;
}
.ae-author-board {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.ae-author-board::after {
  content: '';
  position: absolute;
  right: 3px;
  top: 5px;
  height: 10px;
  width: 1px;
}
.ae-vote {
  float: left;
}
.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-report textarea.ip {
  display: none;
  margin-top: 15px;
  overflow: hidden;
}
.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;
}
.send-msg-form.off {
  display: none;
}
.send-msg-form input.ip {
  margin-bottom: 10px;
}
.send-msg-form textarea.ip {
  height: 100px;
  resize: none;
  padding: 10px 15px;
  line-height: 140%;
}
.send-msg-profile {
  position: relative;
  height: 60px;
  margin-bottom: 15px;
  white-space: nowrap;
}
.send-msg-profile .receiver {
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
}
.send-msg-profile .sender {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
.send-msg-profile .sender .profile-image {
  vertical-align: bottom;
}
.send-msg-nickname {
  display: inline-block;
  position: absolute;
  padding: 5px 10px;
}
.receiver .send-msg-nickname {
  left: 50px;
  top: 0;
  padding-right: 15px;
  border-radius: 15px 15px 15px 0;
}
.sender .send-msg-nickname {
  right: 50px;
  bottom: 0;
  padding-left: 15px;
  border-radius: 15px 15px 0 15px;
  vertical-align: bottom;
}
.send-msg-success.off {
  display: none;
}
.send-msg .fa-paper-plane {
  margin-bottom: 15px;
  font-size: 32px;
}
.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: 10px;
  border: 1px solid #ebebeb;
}
.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: 20px;
  border: 1px solid #ebebeb;
}
.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;
}

/* eoshub */
.bullet--update {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin: 0 2px 5px 0px;
}
.bbs-title {
  font-size: 22px;
  line-height: 160%;
  word-break: normal;
  word-wrap: break-word;
  margin-right: 4px;
  color: #212121;
}
.bbs-read-title {
  font-weight: 500;
  font-size: 13px;
  line-height: 36px;
  margin-right: 4px;
  color: #212121 !important;
}
.bbs-read-header {
  border-top: 0px solid !important;
  padding: 0px 50px 25px 0 !important;
}
.bbs-read-widget {
  width: 100%;
  margin-top: 30px;
  padding: 10px 10px 10px 10px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  box-shadow: 0px 12px 32px 0px rgba(0,0,0,.04);
}
.bbs-editor {
  color: #9e9e9e;
}
.bbs-category {
  display: flex;
  float: left;
  align-items: center;
  padding: 8px 0px;
}
.bbs-category-menu-last {
  font-size: 14px;
  padding: 6px 12px;
  margin: 20px 8px 0 0;
  background-color: #fff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 18px;

  a {
    color: #333 !important;   
  }
}
.bbs-category-menu-last-active {
  font-size: 14px;
  padding: 6px 12px;
  margin: 20px 8px 0 0;
  background-color: #f6f0ff;
  border: 2px solid #6b16ee;
  border-radius: 18px;

  a {
    color: #6b16ee;
  }
}
.bbs-category-menu-like {
  font-size: 14px;
  padding: 6px 12px;
  margin: 20px 8px 0 0;
  border: 1px solid #e0e0e0 !important;
  border-radius: 18px;

  a {
    color: #333;
  }
}
.bbs-category-menu-like-active {
  font-size: 14px;
  padding: 6px 12px;
  margin: 20px 8px 0 0;
  background-color: #f6f0ff !important;
  border: 2px solid #6b16ee !important;
  border-radius: 18px;

  a {
    color: #6b16ee !important;
  }
}