@charset "UTF-8";

/* Original file: layouts/explore/cssless/layout.css */

.font-point--ib .font-point-text,
.font-point--ib .lm-modal h3,
.font-point--ib .lm-modal .bt-wrap,
.font-point--ib .lm-message .bt-wrap,
.font-point--ib .sidebar-unit h3 {
  font-family: 'Noto Sans KR', 'serif', sans-serif;
}
.font-point--ib .font-point-text,
.font-point--ib .lm-modal .bt-wrap,
.font-point--ib .lm-message .bt-wrap {
  font-size: 0.95em;
}
.font-point--nb .font-point-text,
.font-point--nb .lm-modal h3,
.font-point--nb .lm-modal .bt-wrap,
.font-point--nb .lm-message .bt-wrap,
.font-point--nb .sidebar-unit h3 {
  font-family: 'Noto Sans KR', 'serif', sans-serif;
}
.font-point--nm .font-point-text,
.font-point--nm .lm-modal h3,
.font-point--nm .lm-modal .bt-wrap,
.font-point--nm .lm-message .bt-wrap,
.font-point--nm .sidebar-unit h3 {
  font-family: 'Noto Sans KR', 'serif', sans-serif;
}
.font-en--hs .text-en,
.font-en--hs .date-mouseover,
.font-en--hs .le-text-new,
.font-en--hs .le-comment {
  font-family: 'Noto Sans KR', 'serif', sans-serif;
}
.font-en--lt .text-en,
.font-en--lt .date-mouseover,
.font-en--lt .le-text-new,
.font-en--lt .le-comment {
  font-family: 'Noto Sans KR', 'serif', sans-serif;
}
.font-en--as .text-en,
.font-en--as .date-mouseover,
.font-en--as .le-text-new,
.font-en--as .le-comment {
  font-family: 'Noto Sans KR', 'serif', sans-serif;
}
.font-en--tr .text-en,
.font-en--tr .date-mouseover,
.font-en--tr .le-text-new,
.font-en--tr .le-comment {
  font-family: 'Noto Sans KR', 'serif', sans-serif;
}
.lang-en {
  font-family: 'Noto Sans KR', 'serif', sans-serif;
}
.lang-en table,
.lang-en input,
.lang-en button {
  font-family: 'Noto Sans KR', 'serif', sans-serif;
}
.lang-en .font-point-text,
.lang-en .lm-modal h3,
.lang-en .lm-modal .bt-wrap,
.lang-en .lm-message .bt-wrap,
.lang-en .sidebar-unit h3 {
  font-family: 'Noto Sans KR', 'serif', sans-serif;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}
.lm-layout {
  position: relative;
  min-height: 100%;
  z-index: 1;
}
.lm-dummy {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.xe_content ul,
.xe_content ol {
  list-style-type: initial;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.xe_content ol {
  list-style-type: decimal;
}
a {
  outline: none;
}
a,
a:hover,
a:visited,
a:active {
  text-decoration: none;
}
input,
button,
textarea,
table {
  outline: none;
  margin: 0;
}
section,
aside,
nav,
header,
footer {
  display: block;
}
textarea {
  resize: vertical;
}
button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: subpixel-antialiased !important;
  background-color: transparent;
  border: none;
}
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
p {
  padding: 0;
  margin: 0;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.profile-image {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.profile-image.small {
  width: 40px;
  height: 40px;
  background-size: 60% 60%;
  border-radius: 20px;
}
.profile-image.round {
  border-radius: 50%;
}
.profile-image img {
  width: 100%;
  height: auto;
}
.profile-image span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 50% 50%;
  mask-size: 50% 50%;
}
.bordered {
  border: 2px solid;
  box-sizing: border-box;
}
.lbt {
  display: inline-block;
  box-sizing: border-box;
  border: 2px solid;
  line-height: calc(28px);
  text-align: center;
  font-family: 'Noto Sans KR', 'serif', sans-serif;
}
.lbt--square {
  width: 30px;
  height: 30px;
}
.lbt--round {
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
.bt-wrap .lbt--round {
  margin-right: 2px;
}
.lbt--round-group {
  width: auto;
}
.lbt--round-group .bt {
  display: inline-block;
  height: calc(27px);
  box-sizing: border-box;
  border-right: 2px solid;
  vertical-align: top;
}
.lbt--round-group .bt:first-of-type {
  border-radius: 15px 0 0 15px;
}
.lbt--round-group .bt:first-of-type button,
.lbt--round-group .bt:first-of-type a {
  width: calc(27px);
  padding-left: 2px;
}
.lbt--round-group .bt:last-of-type {
  border-right: none;
  border-radius: 0 15px 15px 0;
}
.lbt--round-group .bt:last-of-type button,
.lbt--round-group .bt:last-of-type a {
  width: calc(70px);
  padding-right: 2px;
}
.lbt--round-group .bt:only-of-type {
  border-radius: 15px;
}
.lbt--round-group .bt:only-of-type button,
.lbt--round-group .bt:only-of-type a {
  width: calc(26px);
  padding-right: 0;
  padding-left: 0;
}
.lbt--round-group button,
.lbt--round-group a {
  display: inline-block;
  width: calc(26px);
}
.lbt--bordered {
  height: 30px;
  overflow: hidden;
}
.lbt--bordered .count {
  display: inline-block;
  padding: 0 8px;
  border-left: 2px solid;
}
.bt-area--center {
  text-align: center;
}
.bt-area--center button,
.bt-area--center a {
  margin: 0 7.5px;
}
.bt-area--right {
  text-align: right;
}
.bt-area--right button,
.bt-area--right a {
  margin-left: 10px;
}
.bt-area--left {
  text-align: left;
}
.bt-area--left button,
.bt-area--left a {
  margin-right: 10px;
}
.bt-wrap {
  white-space: nowrap;
}
.ip {
  padding: 0 15px;
  height: 36px;
  border: 1px solid;
  box-sizing: border-box;
  transition-property: background-color;
  transition-duration: 0.3s;
}
.ip--small {
  padding: 0 10px;
  height: 30px;
}
.point-star {
  font: 15px/15px 'Verdana';
}
.hided-title {
  width: 0;
  height: 0;
  overflow: hidden;
}
.underline--active {
  background-position: bottom -5px left 0;
  background-size: 100% 15px;
  background-repeat: no-repeat;
}
.style-wavy .wavy {
  position: relative;
  height: 26px;
}
.style-wavy .wavy::before,
.style-wavy .wavy::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-position: left top;
  mask-position: left top;
}
.style-wavy .wavy.small {
  height: 14px;
}
.style-wavy .wavy--line::before {
  z-index: 2;
}
.style-wavy .wavy--plane.top::after {
  z-index: 1;
}
.style-wavy .wavy--plane.bottom::after {
  z-index: 1;
}
.style-wavy .wavy--blank {
  height: 14px;
}
.style-wavy .wavy--blank::before {
  z-index: 2;
}
.style-straight .wavy {
  height: 1px;
}
.closed .open {
  display: inline-block;
}
.closed .close {
  display: none;
}
.opened .open {
  display: none;
}
.opened .close {
  display: inline-block;
}
.hided_title {
  width: 0;
  height: 0;
  overflow: hidden;
}
.lm-layout .fa-stack {
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.link--plane {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 10;
}
.bt-svg--times {
  display: inline-block;
  width: 23px;
  height: 23px;
  background-size: 23px 23px;
  text-indent: -9999px;
}
.bt-svg--dot {
  display: inline-block;
  width: 10px;
  height: 2px;
  background-size: 10px 2px;
}
.date-mouseover {
  font-family: 'Noto Sans KR', 'serif', sans-serif;
}
.l-border--left {
  border-left: 1px solid !important;
}
.l-border--right {
  border-right: 1px solid !important;
}
.l-border--top {
  border-top: 1px solid !important;
}
.l-border--bottom {
  border-bottom: 1px solid !important;
}
.l-border--all {
  border: 1px solid !important;
}
.lm-loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 300;
  text-align: center;
}
.lm-loading svg {
  margin-top: 10px;
  margin-left: 6px;
}
.lm-done {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
  text-align: center;
  z-index: 300;
}
.lm-done .lm-si--check {
  margin-top: 13px;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-50px,0,0);
  }
  100% {
    transform: translate3d(-24px,0,0);
  }
}
.color-preview {
  position: fixed;
  left: -175px;
  top: 0;
  width: 175px;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #FFF;
  transition-property: left;
  transition-duration: 0.5s;
  z-index: 101;
}
.color-preview.active {
  left: 0;
}
.color-preview>div {
  padding: 25px 15px;
}
.color-preview a,
.color-preview button {
  color: #FFF;
}
.color-preview .point-design {
  margin: 0 10px 15px;
  text-align: center;
}
.color-preview .point-design button {
  display: inline-block;
  width: calc(50% - 5px);
}
.color-preview .point-design button:first-child {
  margin-right: 10px;
}
.color-preview h3 {
  margin: 0 10px 15px;
  padding: 10px 0 8px;
  border: 1px solid rgba(255,255,255,0.2);
  text-align: center;
}
.color-preview ul {
  padding-bottom: 10px;
  font-size: 0;
}
.color-preview li {
  display: inline-block;
  width: 70px;
  margin-bottom: 15px;
  text-align: center;
}
.color-preview li:nth-child(2n-1) {
  margin-right: 5px;
}
.color-preview li img {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}
.color-preview .bt-openclose {
  display: inline-block;
  position: absolute;
  left: 100%;
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,0.7);
}
.preview-dummy {
  z-index: 100 !important;
}
.lm-buttons {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99;
}
.lm-buttons a {
  display: inline-block;
  text-align: center;
}
.lm-buttons a.bt-top {
  display: none;
}
.lm-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: -500px;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -10;
}
.lm-modal.active {
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}
.lm-modal.active>div {
  margin-top: 0;
  opacity: 1;
}
.lm-modal>div {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  position: relative;
  margin: 0 auto;
  width: 300px;
  border: 2px solid;
  margin-top: 30px;
  transition-property: margin-top, opacity;
  transition-duration: 0.3s;
  opacity: 0;
}
.lm-modal>div>h3 {
  padding: 15px;
}
.lm-modal .bt-svg--times {
  position: absolute;
  z-index: 1;
}
.lm-modal .ip {
  width: 100%;
}
.lm-modal .unit1 {
  border-radius: 10px 10px 0 0;
}
.lm-modal .unit1 .sbSelector {
  position: relative;
  border-radius: 10px 10px 0 0;
}
.lm-modal .unit2 {
  position: relative;
  border-radius: 0 0 10px 10px;
}
.lm-modal .message-target {
  display: inline-block;
  margin-left: -5px;
  margin-right: -5px;
  font-weight: bold;
}
.lm-modal .bt-area {
  padding: 25px 0;
  text-align: center;
}
.lm-modal .bt-area a,
.lm-modal .bt-area button {
  margin: 0 7.5px;
}
.lm-modal--warn >div {
  width: calc(250px);
}
.lm-modal--warn .inner {
  text-align: center;
}
.lm-modal--large>div>h3 {
  border-bottom: 1px solid;
}
.lm-modal--large .inner {
  padding: 0;
}
.lm-modal--large .bt-area {
  padding: 15px 0;
  border-top: 1px solid;
}
.lm-modal .bg--dark .ip.unit1 {
  z-index: 1;
}
.lm-modal .bg--dark .ip.unit2 {
  border-top: 1px solid transparent;
}
.lm-modal .bg--dark .sbSelector {
  background-image: url("../../../../../layouts/lemon_layout/images/arrow_selectW.png");
}
.lm-modal .bg--dark .ip:focus,
.lm-modal .bg--dark .sbToggleOpen + .sbSelector {
  border: 1px solid;
  z-index: 2;
}
.lm-modal .bg--dark .lbt--round {
  transition-property: border-color;
  transition-duration: 0.3s;
}
.lm-spop {
  display: inline-block;
  position: relative;
}
.lm-spop-box {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: -1px;
  padding: 15px 0;
  border: 1px solid;
  text-align: center;
  z-index: 2;
}
.lm-spop-box::before {
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  height: 1px;
  z-index: 1;
}
.lm-spop-box::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
}
.lm-spop .bt {
  display: inline-block;
  position: relative;
  border: 1px solid;
  border-radius: 50%;
  transition-property: none;
}
.lm-spop .bt.active {
  border-radius: 50% 50% 0 0;
}
.lm-message {
  display: inline-block;
  position: relative;
  padding: 25px 10px;
  margin: 0 auto;
  box-sizing: border-box;
  border-top: 2px solid;
  border-bottom: 2px solid;
  text-align: center;
}
.lm-message-wrap {
  text-align: center;
}
.lm-message h3 {
  margin-bottom: 15px;
}
.lm-message .desc {
  margin-bottom: 15px;
}
.lm-message .ip {
  margin-bottom: 15px;
  width: 100%;
}
.lm-xe-message {
  position: relative;
  z-index: 301;
}
.lm-xe-message .message-body {
  display: inline-block;
  position: fixed;
  padding: 0 40px 0 36px;
  box-sizing: border-box;
  z-index: 2;
}
.lm-xe-message .message-bullet {
  display: inline-block;
  position: absolute;
  left: 15px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
.lm-xe-message .message-content {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.lm-xe-message .bt-svg--times {
  position: absolute;
  right: 13px;
}
.lm-dropdown {
  display: inline-block;
  position: relative;
}
.lm-dropdown-box {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 4px 10px;
  border: 2px solid;
  box-sizing: border-box;
  border-radius: 0 0 15px 15px;
  white-space: nowrap;
  z-index: 90;
}
.lm-dropdown-box li {
  padding: 4px 0;
}
.lm-dropdown-box li:last-child {
  margin-bottom: 0;
}
.lm-dropdown--btn .bt.opened .lbt--round {
  width: calc(28px);
  border-radius: 15px 0 0 15px;
  border-right: none;
}
.lm-dropdown--btn .lm-dropdown-box {
  top: 0;
  left: 100%;
  border-radius: 0 15px 15px 15px;
}
.lm-dropdown:not(.lm-dropdown--btn) .bt {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 30px;
  line-height: calc(28px);
  border: 2px solid;
  box-sizing: border-box;
  border-radius: 15px;
  text-align: left;
  z-index: 2;
}
.lm-dropdown:not(.lm-dropdown--btn) .bt.opened {
  border-radius: 15px 15px 0 0;
}
.lm-dropdown:not(.lm-dropdown--btn) .lm-dropdown-box {
  width: 100%;
  border-top: none;
}
.lm-dropdown .fa-angle-down,
.lm-dropdown .fa-angle-up {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
.click-dummy {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.notice-global-unit {
  position: relative;
}
.notice-global-unit::after {
  content: '';
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  z-index: 1;
}
.notice-global-unit.closed {
  display: none;
}
.notice-global-unit.show {
  display: inline-block;
}
.notice-global .bt-close {
  position: absolute;
  top: 50%;
  line-height: 18px;
  z-index: 2;
}
.bt-notice-global {
  display: none !important;
}
.lm-header .bt-notice-global {
  display: inline-block !important;
  line-height: 30px;
}
.lm-login .unit2 {
  margin-bottom: 10px;
}
.lm-login .lm-check {
  margin-right: 5px;
}
.lm-login-keep a {
  float: right;
  display: inline-block;
  margin-top: 1px;
}
.lm-login-sns {
  position: relative;
  padding: 0 15px 15px;
  text-align: center;
}
.lm-login-sns.not-only {
  padding-top: 25px;
  margin-top: 0;
}
.member-login .lm-login-sns.not-only {
  margin: 20px 0 -15px;
}
.lm-login-sns.not-only::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
}
.lm-login-sns.not-only::after {
  content: 'OR';
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -5px;
  padding: 0 10px;
  font: 10px "Arial";
}
.lm-login-sns .bt-sns {
  display: inline-block;
  position: relative;
  width: calc(20% - 4px);
  padding: 54px 0 10px;
  margin-right: 5px;
  background-size: 34px 34px;
  background-repeat: no-repeat;
  background-position: center 5px;
  color: #fff;
}
.lm-login-sns .bt-sns:last-of-type {
  margin-right: 0;
}
.lm-login-sns .bt-sns::after {
  content: '';
  position: absolute;
  left: 0;
  top: 44px;
  height: 1px;
  width: 100%;
  background-color: #414347;
  opacity: 0.1;
}
.lm-login-sns .bt-sns--twitter {
  background-color: #65bee3;
  background-image: url("../../../../../layouts/lemon_layout/images/s_twitter.png");
}
.lm-login-sns .bt-sns--facebook {
  background-color: #7488c1;
  background-image: url("../../../../../layouts/lemon_layout/images/s_facebook.png");
}
.lm-login-sns .bt-sns--google {
  background-color: #e27474;
  background-image: url("../../../../../layouts/lemon_layout/images/s_google.png");
}
.lm-login-sns .bt-sns--naver {
  background-color: #85bb54;
  background-image: url("../../../../../layouts/lemon_layout/images/s_naver.png");
}
.lm-login-sns .bt-sns--kakao {
  background-color: #f3e545;
  background-image: url("../../../../../layouts/lemon_layout/images/s_kakao.png");
  color: #333;
}
.lm-login-sns .warn {
  position: relative;
  padding-left: 25px;
  margin-top: 25px;
  text-align: left;
}
.lm-login-sns .warn i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 14px;
}
.member-login .lm-login {
  padding: 0;
  margin-top: 5px;
}
.member-login .lm-login.not-only {
  padding-top: 25px;
  margin-top: 25px;
}
.lm-login .captcha {
  margin: 0 15px;
}
.lm-login .captcha .g-recaptcha {
  transform: scale(.9);
  transform-origin: 0 0;
}
.lm-notify .bt-notify-fix {
  position: absolute;
  right: 50px;
}
.lm-notify .bt-notify-unfix {
  position: absolute;
  right: 12px;
  top: 31px;
  width: 16px;
  height: 16px;
}
.lm-notify.fixed {
  position: relative;
}
.lm-notify.fixed .fix-overflow {
  overflow: hidden;
}
.lm-notify.fixed .unfixed-element {
  display: none;
}
.lm-notify.fixed .fixed-element {
  display: inline-block;
}
.lm-notify.fixed .fixed-element.wavy {
  display: block;
}
.fixed.lm-notify h3 {
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}
.style-straight .fixed.lm-notify h3 {
  padding-top: 13px;
}
.lm-notify-list>ol>li {
  position: relative;
  padding: 15px 15px 15px 88px;
  border-bottom: 1px solid;
}
.lm-notify-list>ol>li:last-child {
  border-bottom: none;
}
.lm-notify-type {
  position: absolute;
  left: calc(43px);
  top: 15px;
}
.lm-notify .profile-image {
  position: absolute;
  left: 15px;
  top: 15px;
}
.lm-notify .msg {
  word-break: break-all;
}
.lm-notify .bt-area {
  margin-top: 0;
}
.lm-notify .fixed-element {
  display: none;
}
.style-straight .lm-notify .wavy {
  display: none !important;
}
.lm-check {
  position: relative;
  height: 16px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.lm-check input {
  position: absolute;
  opacity: 0;
}
.lm-check input+span>i {
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
  font-size: 10px;
}
.lm-check input:checked+span {
  border: none;
}
.lm-check input:checked+span i {
  opacity: 1;
}
.lm-check>span {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-right: 5px;
  border: 2px solid;
  text-align: center;
  -webkit-transition-duration: .3s;
  -webkit-transition-property: background-color;
  vertical-align: middle;
  margin-bottom: 2px;
  box-sizing: border-box;
}
.lm-check.lm-radio>span {
  border-radius: 8px;
  margin-bottom: 3px;
}
.gnb-icon .is--1depth>li {
  display: inline-block;
  width: 25%;
  word-break: break-all;
  text-align: center;
  vertical-align: top;
}
.gnb-icon .is--1depth>li>a {
  display: inline-block;
  width: 100%;
  padding: 10px 5px;
  box-sizing: border-box;
}
.gnb-icon .is--2depth>li {
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.gnb-icon .is--2depth>li.no-child {
  padding-bottom: 15px;
}
.gnb-icon .is--2depth>li.no-child a {
  display: block;
}
.gnb-icon .is--2depth>li>ul {
  margin-top: 5px;
}
.gnb-icon .is--2depth>li>ul>li {
  display: inline-block;
  width: 25%;
  word-break: break-all;
  text-align: center;
  vertical-align: top;
}
.gnb-icon .is--2depth>li>ul>li>a {
  display: inline-block;
  width: 100%;
  padding: 10px 5px;
  box-sizing: border-box;
}
.gnb-icon .menu-text {
  display: inline-block;
  margin: 0 -5px;
}
.menu-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 16px;
}
.gnb-sidebar .menu-icon2 {
  margin-right: 3px;
}
.lm-slider {
  position: relative;
}
.lm-slider::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 10;
}
.lm-slider .swiper-button {
  position: absolute;
}
.lm-slider--default {
  text-align: right;
}
.lm-slider--default .swiper-con {
  overflow: hidden;
}
.lm-slider--default .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.lm-slider--default .swiper-slide-active {
  z-index: 10;
}
.lm-slider--default .swiper-pagination {
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  text-align: center;
  z-index: 10;
}
.lm-slider--default .swiper-pagination-bullet {
  display: inline-block;
  margin: 0 2px;
  opacity: 0.5;
  cursor: pointer;
  transition-property: width;
  transition-duration: 0.3s;
}
.lm-slider--default .swiper-pagination-bullet-active {
  opacity: 1;
}
.lm-slider--default .slider-content {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  opacity: 0;
  transition-duration: 0.6s;
  transition-delay: 0.3s;
  z-index: 2;
}
.lm-slider--default .slider-content:empty {
  display: none;
}
.lm-slider--default .slider-category {
  letter-spacing: 0.15em;
}
.lm-slider--default .slider-button {
  display: inline-block;
  overflow: hidden;
}
.lm-slider--default .swiper-slide-active .slider-content {
  right: 0;
  opacity: 1;
}
.lm-slider--default.has-shade .shade {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lm-slider--frame .slider-content {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
}
.lm-slider--frame .slider-category {
  display: none;
}
.lm-slider--frame .slider-title {
  display: inline-block;
  position: relative;
  border: 1px solid;
  z-index: 2;
}
.lm-slider--frame .slider-thumbnail {
  position: absolute;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid;
  z-index: 1;
}
.lm-slider--frame .slider-thumbnail>div {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  border: 1px solid;
  box-sizing: border-box;
}
.lm-slider--frame .slider-desc,
.lm-slider--frame .slider-button {
  position: absolute;
  box-sizing: border-box;
  border-top: 1px solid;
  z-index: 2;
}
.lm-slider--frame .slider-desc {
  text-align: left;
}
.lm-slider--frame .slider-desc + .slider-button {
  width: auto;
  background-color: transparent;
  border: none;
}
.lm-slider--frame .slider-button {
  text-align: right;
}
.lm-slider--frame .slider-button-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -4px 2px 0 0;
  border: 1px solid;
  border-radius: 50%;
  vertical-align: middle;
}
.lm-slider--frame .slider-button-icon .si {
  margin-top: 1px;
}
.swiper-con {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.pr_scut,
.pr_drag_handle,
.pr_item_del,
.pr_item_add {
  display: inline-block;
  margin-right: 10px;
  width: 21px;
  height: 21px;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  font: 12px/21px 'Hepta Slab', serif;
}
.pr_item_del,
.pr_item_add {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 0;
  border: 1px dotted;
  transition-property: color;
  transition-duration: 0.3s;
  font-size: 11px;
  cursor: pointer;
}
.darkmode .mymenu .fa-stack .fas {
  display: none;
}
.mymenu-edit li {
  position: relative;
  margin-top: 5px;
}
.mymenu-edit--header .inner {
  padding: 0 15px;
}
.mymenu-node .icon-folder {
  display: inline-block;
  margin-right: 5px;
}
.mymenu-node .icon-selected {
  position: absolute;
  right: 12px;
  top: 11px;
  color: transparent;
}
.mymenu-node .pr_item_select {
  position: relative;
  padding: 10px 12px;
  margin: 0 15px 5px;
  border-radius: 5px;
  cursor: pointer;
}
.mymenu-node-list>li>ul li {
  position: relative;
  padding-left: 25px;
}
.mymenu-node-list>li>ul li::before,
.mymenu-node-list>li>ul li::after {
  content: '';
  position: absolute;
  left: 25px;
}
.mymenu-node-list>li>ul li::before {
  top: 18px;
  width: 15px;
  height: 1px;
}
.mymenu-node-list>li>ul li::after {
  top: -5px;
  width: 1px;
  height: calc(100% + 5px);
}
.clearfix::after,
.clearfix::before {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

/* Original file: layouts/explore/cssless/layout_pc.css */

@-webkit-keyframes move_top {
  from {
    top: -50px;
  }
  to {
    top: 10;
  }
}
@keyframes move_top {
  from {
    top: -50px;
  }
  to {
    top: 10;
  }
}
body,
table,
input,
button,
.lm-layout .xe_content {
  font-family: '42dot Sans', '-apple-system', 'system-ui', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif', serif;
}
.font-main--ns {
  font-family: '42dot Sans', '-apple-system', 'system-ui', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif', serif;
}
.font-main--ns table,
.font-main--ns input,
.font-main--ns button {
  font-family: '42dot Sans', '-apple-system', 'system-ui', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif', serif;
}
.font-main--ns .xe_content {
  font-family: '42dot Sans', '-apple-system', 'system-ui', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif', serif;
}
.font-main--nr {
  font-family: '42dot Sans', '-apple-system', 'system-ui', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif', serif;
}
.font-main--nr table,
.font-main--nr input,
.font-main--nr button {
  font-family: '42dot Sans', '-apple-system', 'system-ui', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif', serif;
}
.font-main--nr .xe_content {
  font-family: '42dot Sans', '-apple-system', 'system-ui', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif', serif;
}
.font-main--nt {
  font-family: '42dot Sans', '-apple-system', 'system-ui', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif', serif;
}
.font-main--nt table,
.font-main--nt input,
.font-main--nt button,
.font-main--nt .xe_content {
  font-family: '42dot Sans', '-apple-system', 'system-ui', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif', serif;
}
body {
  font-size: 14px;
  -webkit-font-smoothing: subpixel-antialiased;
}
a,
button,
input[type=button] {
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
}
a svg,
button svg {
  transition-property: fill;
  transition-duration: 0.3s;
}
input,
button,
textarea,
table {
  font-size: 14px;
}
input[type = 'password'] {
  font-family: '42dot Sans', '-apple-system', 'system-ui', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif', serif;
}
.link--underline:hover {
  text-decoration: underline;
}
.link--line {
  border-bottom: 1px solid;
}
.link--line:hover {
  border-color: transparent !important;
}
.lbt {
  line-height: calc(27px);
}
.lbt--round {
  font-size: 12px;
}
.lbt--round-group button {
  font-size: 12px;
}
.lbt--round-group .bt {
  line-height: calc(27px);
}
.lbt--bordered {
  padding: 0 12px;
  font-size: 13px;
  line-height: calc(26px);
}
.lbt--bordered .count {
  margin: 0 -13px 0 12px;
  line-height: calc(28px);
}
.ip {
  font-size: calc(13px);
  line-height: calc(36px);
}
.ip--small {
  line-height: calc(28px);
}
.lm-bubble {
  position: relative;
  display: inline-block;
}
.lm-bubble-text {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 11px !important;
  line-height: 22px;
  font-weight: normal !important;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  z-index: 20;
}
.lm-bubble-text.left {
  right: 50%;
  border-radius: 10px 10px 0 10px;
}
.lm-bubble-text:not(.left) {
  left: 50%;
  border-radius: 10px 10px 10px 0;
}
.lm-bubble-text.bottom {
  bottom: -25px;
  border-radius: 0 10px 10px 10px;
}
.lm-bubble-text:not(.bottom) {
  top: -25px;
}
.lm-bubble-text.left.bottom {
  border-radius: 10px 0 10px 10px;
}
.font-main--nt .lm-bubble-text {
  line-height: 20px;
}
.font-main--nt .lbt--round-group .lm-bubble-text {
  line-height: 22px;
}
.lm-bubble-button:hover + .lm-bubble-text {
  opacity: 1;
  width: auto;
  padding: 0 10px;
  height: 20px !important;
  overflow: hidden;
}
.tooltip-thumbnail {
  display: none;
  position: absolute;
  left: 30px;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 5px solid;
  border-radius: 0 15px 15px 15px;
  overflow: hidden;
  z-index: 2;
}
.bt:hover + .tooltip-thumbnail {
  display: inline-block;
}
.tooltip-thumbnail>span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.lm-buttons a {
  width: 40px;
  height: 40px;
}
.lm-buttons .lm-si {
  margin-top: 5px;
}
.lm-modal>div>h3 {
  font-size: 18px;
}
.lm-modal--large>div {
  width: 480px;
}
.lm-modal--large .inner {
  max-height: 400px;
}
.lm-modal--warn .inner {
  padding: 30px 15px 15px;
  font-size: 15px;
}
.lm-modal .bt-svg--times {
  right: 10px;
  top: 10px;
}
.lm-modal .inner {
  padding: 25px 15px 15px;
}
.lm-modal .message-target {
  margin-bottom: 10px;
}
.lm-spop-box {
  width: 150px;
}
.lm-spop-box::before {
  width: 28px;
}
.lm-spop .bt {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.lm-message {
  width: 300px;
}
.lm-message h3 {
  font-size: 16px;
}
.lm-message .desc {
  line-height: 160%;
}
.lm-xe-message .message-body {
  bottom: 25px;
  right: 0;
  width: 450px;
  height: 50px;
  line-height: 50px;
  animation: 0.3s ease-out 0s 1 messageLoad;
}
.lm-xe-message .message-bullet {
  top: 17px;
}
.lm-xe-message .message-content {
  height: 50px;
}
.lm-xe-message .bt-svg--times {
  top: 16px;
}
@keyframes messageLoad {
  0% {
    right: -460px;
  }
  100% {
    right: 0;
  }
}
.lm-dropdown {
  font-size: 13px;
}
.lm-dropdown:not(.lm-dropdown--btn) .bt {
  padding: 0 28px 0 10px;
  font-size: 13px;
}
.font-main--nt .lm-dropdown:not(.lm-dropdown--btn) .bt {
  line-height: calc(26px);
}
.date-mouseover {
  display: inline-block;
  position: relative;
  text-align: center;
}
.date-mouseover-date,
.date-mouseover-time {
  transition-property: opacity;
  transition-duration: 0.3s;
}
.date-mouseover:hover .date-mouseover-date {
  opacity: 0;
}
.date-mouseover-time {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  white-space: nowrap;
}
.date-mouseover:hover .date-mouseover-time {
  opacity: 1;
}
.color-preview h3 {
  font-size: 15px;
}
.color-preview li a {
  font-size: 13px;
}
.color-preview .bt-openclose {
  top: 50px;
}
.code-header-bottom .width-unit {
  margin: 0 auto;
}
.code-content-top {
  margin-bottom: 25px;
}
.code-footer {
  clear: both;
  padding-top: 25px;
  line-height: 160%;
}
.lm-layout::after,
.lm-layout::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  z-index: -1;
}
.font-main--nt .lm-container {
  line-height: 120%;
}
.basic-width .lm-header {
  margin: 0 auto;
  width: 1100px;
  min-width: 1100px;
}
.lm-header .width-unit,
.lm-header-no .width-unit {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  min-width: 1100px;
  height: 100%;
}
.lm-header:not(.lm-header--inline) .gnb-default:not(.fixed) {
  margin: 0 auto;
  width: 1100px;
  min-width: 1100px;
}
.lm-header--inline .gnb-default-wrap {
  margin: 0 auto;
  width: 1100px;
  min-width: 1100px;
}
.lm-wrapper {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  min-width: 1100px;
}
.lm-content {
  float: left;
  width: 835px;
}
.use-sidebar-right .lm-content {
  box-sizing: border-box;
}
.lm-sidebar-left + .lm-content {
  margin-left: 25px;
  margin-right: 25px;
  border-left: 2px solid #f6f6f6;
  border-right: 2px solid #f6f6f6;
}
.lm-sidebar {
  width: 215px;
}
.lm-sidebar-left {
  position: sticky;
  float: left;
  top: 0px;
}
.lm-sidebar-right {
  position: sticky;
  top: 0px;
  float: inline-start;
  padding-top: 30px;
}
.lm-footer {
  margin: 0 auto;
  width: 1100px;
  min-width: 1100px;
}
.lm-footer-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.basic-width .lm-footer-wrap>.wavy {
  margin: 0 auto;
  width: 1100px;
  min-width: 1100px;
}
.lm-header:not(.lm-header--vertical) .logo-default,
.lm-header--side .logo-default,
.lm-footer .logo-default {
  letter-spacing: 0.5em;
  text-transform: uppercase;
}
.lm-header--vertical .logo-default .text {
  display: inline-block;
  margin-top: 3px;
  padding-bottom: 2px;
}
.bt-change-mode {
  margin-right: -2px;
}
.align--left .bt-change-mode {
  margin-right: 0;
}
.bt-change-mode i {
  margin-top: -3px;
}
.lm-header.has-top {
  position: relative;
  padding-top: 50px;
}
.lm-header .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}
.lm-header .logo-wrap {
  position: relative;
  border-bottom: 1px solid;
  border-top: 1px solid;
}
.lm-header--inline.lm-header .logo {
  z-index: 1;
}
.has-top.lm-header .buttons {
  position: absolute;
  top: -41px;
  z-index: 2;
}
.lm-header .buttons--left {
  left: 0;
}
.lm-header .buttons--right {
  right: 0;
}
.lm-header .lbt--square {
  vertical-align: top;
}
.align--left.lm-header .lbt--square {
  margin-left: -2px;
}
.lm-header .bt-notify {
  width: auto;
  padding: 0 8px;
}
.lm-header .bt-member {
  margin-left: -2px;
  vertical-align: middle;
}
.align--center.lm-header--default .logo {
  left: 50%;
  transform: translate(-50%,-50%);
}
.align--left.lm-header--default .logo {
  left: 0;
  top: 0;
  transform: none;
  padding-top: 3px;
}
.lm-header--default .logo-wrap {
  height: 50px;
  border-top: none;
}
.align--left.lm-header--default .logo-wrap {
  padding-top: 9px;
  box-sizing: border-box;
  text-align: right;
}
.align--center.lm-header--default .buttons {
  position: absolute;
  top: 10px;
}
.align--left.lm-header--default .buttons {
  display: inline-block;
}
.lm-header--news .logo {
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.align--left.lm-header--news .logo {
  left: 12px;
  transform: translateY(-50%);
}
.lm-header--news .logo-wrap {
  height: 160px;
}
.lm-header--news .header-content {
  position: absolute;
  top: 0;
  width: 240px;
  height: 100%;
}
.lm-header--news .header-content>div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  box-sizing: border-box;
}
.align-left.lm-header--news .header-content {
  width: 255px;
}
.lm-header--news .header-content--left {
  left: 0;
}
.align--center.lm-header--news .header-content--left>div {
  padding-right: 20px;
}
.lm-header--news .header-content--right {
  right: 0;
  text-align: right;
}
.align--center.lm-header--news .header-content--right>div {
  padding-left: 20px;
}
.lm-header--vertical .logo {
  left: 0;
  transform: translateY(-50%);
  padding-right: 8px;
  width: 24px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  white-space: nowrap;
  text-align: center;
}
.has-logo.lm-header--vertical .logo {
  width: auto;
  border-right: none;
}
.lm-header--vertical .logo-wrap {
  height: 190px;
}
.lm-header--vertical .gnb-vertical {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
}
.lm-header--vertical .gnb-vertical ul {
  display: table;
  border: 3px double;
  border-collapse: collapse;
}
.lm-header--vertical .gnb-vertical li {
  display: table-cell;
  padding: 10px 15px;
  width: 10px;
  border-right: 1px solid;
  word-break: break-all;
  text-align: center;
  vertical-align: top;
  z-index: 1;
}
.lm-header--inline {
  position: relative;
}
.lm-header--inline .logo-wrap {
  height: 80px;
}
.lm-header--inline .logo-wrap .logo {
  font-size: 22px;
}
.lm-header--side {
  
}
.lm-sidebar-left .lm-header--side {
  
}
.lm-sidebar-right .lm-header--side {
  margin-left: -25px;
  padding-left: 25px;
}
.lm-header--side .logo {
  font-size: 22px;
}
_:default:not(:root:root),
.lm-header--vertical .logo {
  letter-spacing: 0.28em;
}
.top-content {
  position: relative;
  height: 50px;
  border-bottom: 1px solid;
}
.lm-content .top-content {
  margin-top: -25px;
  margin-bottom: 25px;
}
.top-content .buttons {
  position: absolute;
  top: 10px;
}
.top-content .buttons--left {
  left: 0;
}
.top-content .buttons--right {
  right: 0;
}
.top-content .buttons .bt-notify {
  width: auto;
  padding: 0 8px;
  vertical-align: top;
}
.lm-header.has-top .top-content {
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
}
.menu-top {
  display: inline-block;
  margin-right: 15px;
}
.lm-header .menu-top {
  height: 23px;
  padding-top: 6px;
  vertical-align: middle;
}
.menu-top>ul {
  display: inline-block;
}
.menu-top>ul>li {
  display: inline-block;
  margin-left: 15px;
}
.gnb-default {
  position: relative;
}
.gnb-default-wrap {
  position: relative;
  border-bottom: 1px solid;
  text-align: center;
}
.align--left .gnb-default-wrap {
  text-align: left;
}
.gnb-default.fixed {
  position: fixed;
  top: 10px;
  left: 50%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  animation-name: move_top;
  animation-duration: 0.5s;
  z-index: 80;
}
.gnb-default>ul {
  display: inline-block;
}
.gnb-default>ul>li {
  display: inline-block;
  position: relative;
  padding: 15px 12px;
  margin: 0 10px;
}
.lm-header--inline .gnb-default>ul>li {
  margin: 0;
}
.align--left .gnb-default>ul>li:first-child {
  margin-left: 0;
}
.align--left .gnb-default>ul>li:first-child>ul {
  left: 0;
  transform: none;
}
.gnb-default>ul>li>ul {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translateX(-50%);
  margin-top: 1px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  white-space: nowrap;
  transition-property: top, opacity;
  transition-duration: 0.3s;
  text-align: center;
  z-index: 90;
}
.gnb-default>ul>li>ul::before,
.gnb-default>ul>li>ul::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 14px;
  background-repeat: repeat-x;
  background-position: left top;
  z-index: -2;
}
.gnb-default>ul>li>ul a.active {
  font-weight: bold;
}
.gnb-default>ul>li>ul>li {
  padding-top: 10px;
}
.gnb-default>ul>li>ul>li>ul {
  margin-top: 8px;
  padding: 10px 10px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-size: 12px;
}
.gnb-default>ul>li>ul>li>ul>li {
  margin-bottom: 10px;
}
.gnb-default>ul>li:hover>ul {
  top: 100%;
  padding: 5px 20px 10px;
  height: auto;
  min-width: 100%;
  box-sizing: border-box;
  overflow: visible;
  opacity: 1;
}
.style-straight .gnb-default>ul>li:hover>ul {
  padding-bottom: 15px;
}
.gnb-default .gnb-clone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid;
  z-index: 92;
}
.gnb-default .gnb-clone::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 5px;
}
.gnb-default .gnb-clone>ul {
  display: inline-table;
  border-collapse: collapse;
  vertical-align: top;
}
.align--center .gnb-default .gnb-clone>ul {
  border-left: 1px solid;
}
.gnb-default .gnb-clone>ul>li {
  display: table-cell;
  padding: 15px 20px;
  border-right: 1px solid;
  text-align: center;
  vertical-align: top;
}
.gnb-default .gnb-clone>ul>li>ul {
  min-width: 100%;
  margin: 15px -20px 0;
  padding: 5px 20px 0;
  border-top: 1px solid;
  white-space: nowrap;
}
.gnb-default .gnb-clone>ul>li>ul>li {
  padding-top: 10px;
}
.gnb-default .gnb-clone>ul>li>ul>li>ul {
  margin-top: 8px;
  padding: 10px 10px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-size: 12px;
}
.gnb-default .gnb-clone>ul>li>ul>li>ul>li {
  margin-bottom: 10px;
}
.gnb-default .link--1depth {
  font-size: 15px;
}
.gnb-default .link--1depth.active {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.gnb-default .link--1depth.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 8px;
  height: 2px;
  margin-top: -1px;
}
.gnb-default .underline--active {
  z-index: 1;
}
.gnb-default .underline--active::after {
  height: 12px;
  bottom: -2px;
}
.gnb-default i.fa-external-link-alt {
  vertical-align: middle;
  margin: -3px 0 0 2px;
  font-size: 12px;
}
.lm-header--inline .gnb-default-wrap {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  border-bottom: none;
  white-space: nowrap;
}
.lm-header--inline .gnb-default:not(.fixed) {
  position: absolute;
  right: 0;
  top: 50px;
  margin-top: 18px;
}
.lm-header--inline .gnb-default:not(.fixed)>ul>li>ul {
  border-top: 1px solid;
}
.lm-header--inline .gnb-default:not(.fixed) .gnb-clone {
  left: auto;
  right: 0;
  width: auto;
  border: 1px solid;
}
.align--left:not(.lm-header--inline) .gnb-view-all {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 12px 0;
}
.gnb-clone .gnb-view-all {
  padding: 15px 12px 0;
  vertical-align: top;
}
.gnb-view-all .bt-view-all svg {
  width: 12px;
  height: 10px;
  transition-property: fill;
  transition-duration: 0.3s;
}
.user-area {
  position: relative;
}
.lm-header .user-area {
  display: none;
  position: absolute;
  right: 0;
  top: 39px;
  margin-top: -2px;
  width: 200px;
  padding: 15px 20px;
  border: 2px solid;
  z-index: 100;
  text-align: left;
}
.lm-header--default.align--center.lm-header .user-area {
  right: 0;
  top: 100%;
}
.lm-header--news.lm-header .user-area {
  top: 30px;
}
.lm-sidebar .user-area {
  margin-bottom: 25px;
}
.user-area .profile-image {
  position: absolute;
  left: 0;
  top: 0;
}
.lm-header .user-area .profile-image {
  display: none;
}
.user-area .nickname {
  display: inline-block;
  padding: 3px 0 0 50px;
  font-size: 18px;
  line-height: 100%;
}
.lm-header .user-area .nickname {
  padding-left: 0;
  font-size: 16px;
}
.font-main--nt .user-area .nickname {
  font-size: 17px;
}
.user-area-menu {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  margin: 3px 0 0 5px;
}
.lm-header .user-area-menu {
  margin: 1px 0 0 3px;
}
.user-area-menu.user {
  margin: 0;
  vertical-align: middle;
}
.user-area-menu-wrap {
  padding-left: 50px;
  margin: 5px 0 10px 0;
  font-size: 13px;
}
.lm-header .user-area-menu-wrap {
  padding-left: 0;
}
.user-area-menu-wrap a {
  display: inline-block;
  vertical-align: middle;
}
.user-area-menu-box {
  display: none;
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  padding: 5px 0;
  border: 1px solid;
  border-radius: 0 15px 15px 15px;
  opacity: 0;
  transition-property: opacity, left;
  transition-duration: 0.3s;
  white-space: nowrap;
  font-size: 13px;
  z-index: 90;
}
.user-area-menu-box.active {
  left: calc(100% - 10px);
  opacity: 1;
}
.user-area-menu-box a {
  display: inline-block;
  padding: 5px 10px;
}
.user-area-menu-box i {
  display: inline-block;
  width: 25px;
}
.user-area .bt-area {
  border-top: 1px solid;
  font-size: calc(13px);
}
.user-area .bt-area a {
  display: inline-block;
  padding: 13px 0;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.user-area .bt-area a:first-of-type {
  border-right: 1px solid;
}
.lm-header .user-area .bt-area a {
  padding: 10px 0;
}
.user-area .bt-area a .count-num {
  margin-left: 3px;
  font-size: calc(12px);
}
.lm-pointbar-figure {
  position: relative;
  height: 10px;
}
.lm-pointbar-figure .current-percent {
  height: 10px;
}
.lm-pointbar-info {
  position: relative;
  margin-top: 5px;
  font-size: 11px;
}
.lm-pointbar-point {
  float: right;
}
.lm-pointbar-point,
.lm-pointbar-level {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.3s;
}
.lm-pointbar:hover .lm-pointbar-point,
.lm-pointbar:hover .lm-pointbar-level {
  opacity: 0;
}
.lm-pointbar-next {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 15px;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  text-align: center;
  z-index: 1;
}
.lm-pointbar:hover .lm-pointbar-next {
  opacity: 1;
}
.lm-sidebar .sidebar-unit {
  margin: 0px 25px 5px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lm-sidebar .sidebar-unit h3 {
  padding: 10px 15px;
  font-size: 13px;
  text-transform: capitalize;
  letter-spacing: 0.15em;
}
.lm-sidebar .sidebar-unit>ul,
.lm-sidebar .sidebar-unit>ol {
  padding-top: 5px;
  line-height: 160%;
}
.lm-sidebar .sidebar-unit>ul>li,
.lm-sidebar .sidebar-unit>ol>li {
  margin-top: 5px;
}
.lm-sidebar .login-buttons a {
  display: inline-block;
  width: calc(100% - 14px);
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 5px;
  font-weight: 600;
}
.lm-sidebar .login-buttons a:first-of-type {
  margin: 0 0 10px 0px;
}
.gnb-sidebar {
  margin: 20px 18px 25px 0px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.gnb-sidebar h3 {
  padding: 10px 15px;
  font-size: 13px;
  text-transform: capitalize;
  letter-spacing: 0.15em;
}
.gnb-sidebar>ul>li {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 6px 0px 6px 2px;
}
.gnb-sidebar>ul>li>ul {
  display: none;
  margin-left: 26px;
  padding-top: 3px;
  transition-property: opacity;
  transition-duration: 0.3s;
}
.gnb-sidebar>ul>li>ul .active>a {
  font-weight: bold;
}
.gnb-sidebar>ul>li>ul>li {
  margin-top: 12px;
}
.gnb-sidebar>ul>li>ul>li>ul {
  position: relative;
  padding: 0 0 0 15px;
  margin-top: 10px;
}
.gnb-sidebar>ul>li>ul>li>ul::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
}
.gnb-sidebar>ul>li>ul>li>ul>li {
  margin-bottom: 8px;
}
.gnb-sidebar>ul>li>ul>li>ul>li:last-child {
  margin-bottom: 0;
}
.gnb-sidebar .link--1depth {
  font-size: 19px;
}
.gnb-sidebar .bt-folder {
  display: inline-block;
  width: 23px;
  text-align: center;
  font-size: 20px;
}
.gnb-sidebar .bt-openclose {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 15px;
  width: 20px;
  height: 20px;
}
.gnb-sidebar i.fa-external-link-alt {
  vertical-align: middle;
  margin: -3px 0 0 2px;
  font-size: 12px;
}
.gnb-icon h3 {
  padding: 10px 15px;
  font-size: 13px;
  text-transform: capitalize;
  letter-spacing: 0.15em;
}
.gnb-icon .is--1depth>li {
  font-size: 12px;
}
.gnb-icon .is--1depth>li:nth-child(4n+1)>a {
  padding-left: 0;
}
.gnb-icon .is--1depth>li:nth-child(4n)>a {
  padding-right: 0;
}
.gnb-icon .is--2depth {
  padding-top: 15px;
}
.gnb-icon .is--2depth>li {
  border-bottom: 1px solid;
  font-size: 13px;
}
.gnb-icon .is--2depth>li.no-child {
  font-size: 15px;
}
.gnb-icon .is--2depth>li.no-child>.active {
  font-weight: bold;
}
.gnb-icon .is--2depth>li>ul>li {
  font-size: 12px;
}
.gnb-icon .is--2depth>li>ul>li:nth-child(4n+1)>a {
  padding-left: 0;
}
.gnb-icon .is--2depth>li>ul>li:nth-child(4n)>a {
  padding-right: 0;
}
.gnb-icon .menu-icon {
  line-height: 42px;
}
.my_articles .fa-lock {
  margin: -2px 2px 0 0;
  vertical-align: middle;
  font-size: 12px;
}
.lm-notify.fixed {
  margin-bottom: 25px;
}
.lm-notify.fixed .bg-wrap {
  padding: 8px 0 12px;
}
.style-straight .lm-notify.fixed .bg-wrap {
  padding-top: 13px;
}
.lm-notify.fixed .fix-overflow {
  height: 300px;
}
.style-straight .lm-notify.fixed .fix-overflow {
  height: 260px;
}
.fixed.lm-notify h3 {
  padding: 5px 15px 13px;
  border-bottom: 1px solid;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.style-straight .fixed.lm-notify h3 {
  padding-top: 13px;
}
.fixed .lm-notify-list li {
  padding: 13px 13px 13px 60px;
  min-height: 80px;
}
.style-wavy .fixed .lm-notify-list>ol {
  padding-bottom: 55px;
}
.fixed .lm-notify-list .inner {
  max-height: 260px;
}
.fixed .lm-notify-type {
  left: 15px;
  top: calc(43px);
}
.lm-notify .msg {
  line-height: 160%;
}
.fixed.lm-notify .msg {
  line-height: 150%;
}
.lm-notify .ago {
  margin-top: 5px;
  font-size: 13px;
}
.fixed.lm-notify .ago {
  font-size: 12px;
}
.lm-notify .bt-notify-unfix .bt-svg--times {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
.style-straight .lm-notify .bt-notify-unfix {
  top: 14px;
}
.lm-notify .bt-notify-fix {
  top: 12px;
  font-size: 18px;
}
.fixed.lm-notify .bt-area {
  border-bottom: 1px solid;
}
.fixed.lm-notify .bt-area .lbt--round {
  display: none;
}
.fixed.lm-notify .bt-area button {
  margin: 0 15px;
}
.style-wavy .fixed.lm-notify .bt-area {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.notice-global.has-notice {
  margin-bottom: 15px;
}
.notice-global-unit {
  display: inline-block;
  margin: 0 50px 10px 0;
  vertical-align: top;
}
.notice-global-unit::after {
  left: 0;
  border-right: 1px dashed;
}
.notice-global .bg-unit {
  display: inline-block;
  position: relative;
  padding: 12px 0 0 45px;
  height: 40px;
  box-sizing: border-box;
}
.notice-global .bg-unit::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  border: 20px solid;
  border-right-color: transparent !important;
}
.notice-global .bt-close {
  left: 12px;
  margin-top: -8px;
}
.font-main--nt .notice-global .bt-close {
  margin-top: -11px;
}
.notice-global .bt-close i {
  font-size: 12px;
}
.lm-header-no .bt-notice-global {
  display: inline-block !important;
  line-height: 30px;
}
.align--left.lm-header-no .bt-notice-global {
  margin-right: 10px;
}
.bt-notice-global i {
  font-size: 11px;
}
.lm-header .bt-search + .bt-notice-global,
.lm-header-no .bt-search + .bt-notice-global {
  margin: 0 10px;
}
.search-global {
  margin-top: 20px;
  padding: 15px 15px 15px 15px;
  border-radius: 4px;
  border: 1px solid #e5e5e5 !important;
}
.search-global form {
  position: relative;
}
.search-global form.active {
  top: 100px;
  opacity: 1;
}
.search-global .ip-search {
  font-size: 14px;
  padding: 0 10px;
  width: calc(100% - 40px);
  border: none;
  background-color: #fafafa;
}
.search-global label {
  cursor: text;
}
.fa-search {
  font-size: 14px;
}
.lm-footer {
  position: relative;
  padding: 25px 0;
}
.lm-footer .logo {
  float: left;
  padding-top: 5px;
  font-size: 18px;
}
.lm-footer .copyright--default {
  float: left;
  margin-left: 25px;
  line-height: 25px;
}
.lm-footer .copyright--repeat {
  clear: both;
  height: 54px;
  padding-top: 25px;
  overflow: hidden;
  text-align: justify;
  text-transform: uppercase;
  word-break: break-all;
  font-size: 16px;
  line-height: 18px;
}
.font-main--nt .lm-footer .copyright--repeat {
  height: 58px;
}
.lm-footer .menu-footer {
  float: right;
  text-align: right;
}
.lm-footer .menu-footer>ul>li {
  display: inline-block;
  margin-left: 15px;
  padding-top: 5px;
}
.lm-footer .menu-footer a {
  border-bottom: 1px solid transparent;
}
.lm-footer .select-lang {
  position: relative;
}
.lm-footer .select-lang ul {
  display: none;
  position: absolute;
  right: 0;
  bottom: 100%;
  padding: 10px;
  z-index: 10;
}
.lm-footer .select-lang ul li {
  margin-bottom: 5px;
  white-space: nowrap;
}
.lm-footer .select-lang ul li:last-child {
  margin-bottom: 0;
}
.lm-footer .select-lang:hover ul {
  display: block;
}
.lm-footer .external-links {
  clear: both;
  padding-top: 15px;
  text-align: right;
}
.lm-footer .external-links.has-code-footer {
  position: absolute;
  right: 0;
  bottom: 30px;
  padding-top: 0;
}
.lm-footer .external-links .lm-dropdown-box {
  top: auto;
  left: auto;
  right: 28px;
  bottom: 0;
  border-radius: 15px 15px 0 15px;
}
.lm-footer .external-links .lm-dropdown .opened .lbt--round {
  border-radius: 0 15px 15px 0;
  border-left: none;
  border-right: 2px solid;
}
.lm-login-keep {
  position: relative;
  margin-top: 5px;
}
.lm-login-keep .desc {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0.9;
  z-index: 10;
}
.style-straight .lm-login-keep .desc {
  padding-top: 10px;
}
.lm-login-keep .lm-check:hover + .desc {
  display: block;
}
.lm-login-keep .bg--white {
  padding: 10px 15px;
  font-size: 13px;
  line-height: 180%;
}
.lm-login-sns .bt-sns {
  font-size: 10px;
}
.lm-login-sns .warn {
  font-size: 12px;
  line-height: 160%;
}
.lm-check {
  font-size: 13px;
  cursor: pointer;
}
.font-main--nt .lm-check>span {
  line-height: 14px;
  font-size: 12px;
}
.lm-slider {
  margin: 0 auto;
}
.lm-content .lm-slider {
  margin-bottom: 25px;
}
.lm-slider--default:hover .swiper-button {
  opacity: 1;
}
.lm-slider--default:hover .swiper-button-prev {
  left: 0;
}
.lm-slider--default:hover .swiper-button-next {
  right: 0;
}
.lm-slider--default .swiper-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 33px;
  height: 50px;
  margin-top: -25px;
  text-align: center;
  cursor: pointer;
  transition-property: opacity, left, right;
  transition-duration: 0.2s;
  opacity: 0;
  z-index: 10;
}
.lm-slider--default .swiper-button-prev {
  left: 10px;
}
.lm-slider--default .swiper-button-next {
  right: 10px;
}
.lm-slider--default .swiper-button img {
  margin-top: 12px;
}
.lm-slider--default .swiper-pagination {
  right: 25px;
  bottom: 20px;
}
.lm-slider--default .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.lm-slider--default .swiper-pagination-bullet-active {
  width: 20px;
}
.lm-slider--default .slider-content {
  right: -40px;
  padding: 30px;
}
.has-paging.lm-slider--default .slider-content {
  bottom: 25px;
}
.lm-slider--default .slider-category {
  margin-bottom: 15px;
  font-size: 13px;
}
.lm-slider--default .slider-title {
  font-size: 32px;
}
.lm-slider--default .slider-desc {
  margin-top: 20px;
  line-height: 160%;
  font-size: 16px;
}
.lm-slider--default .slider-button {
  margin-top: 15px;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 20px;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.lm-slider--frame.single-slide {
  text-align: center;
}
.lm-slider--frame.single-slide .swiper-slide {
  display: inline-block;
}
.lm-content .lm-slider--frame {
  margin-top: -25px;
}
.lm-slider--frame .swiper-button {
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  z-index: 10;
}
.lm-slider--frame .swiper-button-prev {
  left: 50%;
}
.lm-slider--frame .swiper-button-next {
  right: 50%;
}
.lm-slider--frame .slider-content {
  padding: 36px 0 25px;
}
.lm-slider--frame .slider-title {
  padding: 10px 15px;
  font-size: 16px;
}
.lm-slider--frame .slider-thumbnail {
  top: 25px;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
}
.lm-slider--frame .slider-desc,
.lm-slider--frame .slider-button {
  bottom: 26px;
  width: calc(100% - 22px);
  padding: 12px 0;
}
.lm-slider--frame .slider-desc {
  left: 11px;
}
.lm-slider--frame .slider-button {
  right: 11px;
}
.pr_drag_handle {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.pr_drag_handle:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.mymenu {
  position: relative;
}
.lm-sidebar .mymenu {
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 10px;
  font-size: 13px;
}
.gnb-clone .mymenu-wrap {
  margin: 0 10px !important;
}
.mymenu-wrap .xe-widget-wrapper {
  overflow: visible;
}
.mymenu-list h3 .fa-stack {
  vertical-align: middle;
  margin: -2px 5px 0 0;
}
.mymenu-list li {
  margin-top: 5px;
}
.mymenu-list--sidebar h3 {
  padding-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0.15em;
}
.mymenu-list--sidebar .bt-area {
  position: absolute;
  right: 13px;
  top: 13px;
}
.mymenu-list--sidebar .add-menu i {
  font-size: 12px;
}
.mymenu-list--sidebar li.no_scut {
  position: relative;
  padding-left: 15px;
  margin-top: 8px;
}
.mymenu-list--sidebar li.no_scut::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 50%;
  margin-top: -1px;
  width: 8px;
  height: 2px;
}
.mymenu-list--header {
  margin: -15px 0;
}
.gnb-clone .mymenu-list--header {
  margin: -10px -15px;
  padding: 0 10px 15px;
  border-radius: 10px;
}
.mymenu-list--header h3 {
  display: inline-block;
  padding: 15px 0;
  font-size: 15px;
}
.header-type--inline .mymenu-list--header h3 {
  padding: 10px 0;
}
.gnb-clone .mymenu-list--header h3 {
  padding: 10px 0;
}
.mymenu-list--header h3 .font-point-text {
  cursor: pointer;
}
.mymenu-list--header .bt-add-menu {
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
}
.gnb-clone .mymenu-list--header .bt-add-menu {
  display: none;
}
.mymenu-list--header ul {
  text-align: left;
}
.gnb-default>ul .mymenu-list--header ul {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translateX(-50%);
  margin-top: 1px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  white-space: nowrap;
  transition-property: top, opacity;
  transition-duration: 0.3s;
  z-index: 90;
}
.lm-header--inline:not(.fixed) .gnb-default>ul .mymenu-list--header ul {
  border-top: 1px solid;
}
.gnb-default>ul .mymenu-list--header ul::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 14px;
  background-repeat: repeat-x;
  background-position: left top;
  z-index: -2;
}
.gnb-default>ul .mymenu-list--header ul::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 14px;
  background-repeat: repeat-x;
  background-position: left top;
  z-index: -1;
}
.gnb-default>ul>li:hover .mymenu-list--header ul {
  top: 100%;
  padding: 10px 15px;
  height: auto;
  min-width: 100%;
  box-sizing: border-box;
  overflow: visible;
  opacity: 1;
}
.header-type--inline .gnb-default:not(.fixed)>ul .mymenu-list--header ul {
  border-top: 1px solid;
}
.mymenu-list--header li.no_scut {
  margin-top: 10px;
  text-align: center;
}
.mymenu-list--header li.no_scut:first-child {
  margin-top: 5px;
}
.mymenu-edit--sidebar {
  display: none;
}
.mymenu-edit--sidebar h3 {
  padding-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0.15em;
}
.mymenu-edit--sidebar .bt-area {
  position: absolute;
  right: 13px;
  top: 13px;
}
.mymenu-edit--sidebar .bt-area .lm-bubble {
  margin-left: 5px;
}
.mymenu-node .inner {
  max-height: 400px !important;
}
.sbHolder {
  position: relative;
  display: inline-block;
  text-align: left;
  font-size: 13px;
}
.sbSelector {
  display: inline-block;
  position: relative;
  height: 36px;
  line-height: 36px;
  width: 100%;
  padding: 0 35px 0 12px;
  border: 1px solid;
  box-sizing: border-box;
  background: url("../../../../../layouts/lemon_layout/images/arrow_selectB.png") no-repeat right 12px top 16px;
  background-size: 7.5px auto;
  vertical-align: middle;
}
.darkmode .sbSelector {
  background-image: url("../../../../../layouts/lemon_layout/images/arrow_selectW.png");
}
.font-main--nt .sbSelector {
  line-height: calc(34px);
}
.sbToggleOpen + .sbSelector {
  background-position: right 12px top -12px;
}
.sbOptions {
  position: absolute;
  left: 0;
  top: 100% !important;
  min-width: 100%;
  padding: 10px 15px;
  margin: 0;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  overflow: auto;
  z-index: 104;
}
.sbOptions li {
  padding: 5px 0;
  white-space: nowrap;
}
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-element {
  display: none;
}
.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scrollbar-macosx {
  height: 100%;
}
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}
.scrollbar-macosx > .scroll-element .scroll-bar {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}
.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 5px;
  min-width: 10px;
  top: -5px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -5px;
  min-height: 10px;
  width: 5px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* yozmm eos */
#container {
  background-color: #ffffff;
}
.us_content::before {
  content: '';
  position: absolute;
  top: 0;
  width: 590px;
  height: 100%;
  box-sizing: border-box;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  z-index: -1;
}
.left_menu_active_text {
  color: #F7386E;
}
.left_widget_textbox_top {
  font-size: 13px;
  line-height: 22px;
  margin: 10px 0 0 0;
  padding: 0px 3px 0 5px;
}
.left_widget_textbox_btm {
  font-size: 13px;
  line-height: 22px;
  margin: 5px 0 20px 0;
  padding: 0px 3px 0 5px;
}
.left_widget_adbox {
  width: 275px;
  border-radius: 6px;
  margin-top: 10px;
}
.left_widget_count {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100px;
  padding: 0px 3px 0 5px;
}
.left_widget_count_left {
  display: flex;
  width: 50%;
  flex-direction: column;
  flex-wrap: nowrap;
}
.left_widget_count_right {
  display: flex;
  width: 50%;
  flex-direction: column;
  flex-wrap: nowrap;
}
.right_logo img {
  height: 70px;
}
.right_btn_login {
  background-color: #00CF31 !important;
  color: #ffffff;
}
.right_btn_signup {
  background-color: #180116 !important;
  color: #ffffff;
}
.right_menu_box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 10px;
}
.right_menu_box:hover {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 10px;
  border-radius: 20px;
  background-color: #e7e7e7;
}
.right_menu_icon_align {
  padding: 0 10px 0 0px;
}
.right_message_count {
  position: absolute;
  display: block;
  background-color: #F8691A;
  padding: 0px 6px 0px 6px;
  margin: 31px 0px 0px 3px;
  border-radius: 3px;
  font-size: 12px;
  z-index: 99999;
}
.right_message_count a {
  color: #ffffff !important;
}
.loading{
  width:100%;
  height:100%;
  position:fixed;
  left:0px;
  top:0px;
  background:#ffffff;
  z-index:100000000;
}
.logo-container {
  width: 200px;
  height: 200px;
  overflow: hidden;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}
#logo_load {
    position: absolute;
    width: 110px;
    left: calc(50vw - 50px);
    top: calc(45vh - 45px);
    transform: scale(1);
    transition: all 800ms ease-in;
}
#yozmm_load {
  position: absolute;
  width: 180px;
  left: calc(50vw - 90px);
  bottom: 20px;
  transition: all 800ms ease-in;
}

/* Original file: layouts/explore/cssless/c_white_salmon.css */

html, body {
    background-color: #ffffff;
}

body {
    color: #171717; 
}

.lm-dummy {
    background-color: rgba(255, 255, 255, 0.8);
}

a {
    color: #171717;
}

input, button, textarea, table {
    color: #333;
}

.profile-image {
    background-color: #ff8b80;
}

.profile-image.dark {
    background-color: #ff8b80;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 400'%3E%3Ccircle cy='113' cx='124.81' r='105' fill='currentColor' /%3E%3Cpath d='m8.31 393.253 116.5-203.875 116.5 203.875h-233z' fill='currentColor' /%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 400'%3E%3Ccircle cy='113' cx='124.81' r='105' fill='currentColor' /%3E%3Cpath d='m8.31 393.253 116.5-203.875 116.5 203.875h-233z' fill='currentColor' /%3E%3C/svg%3E");
    background-color: #323430;
}

.profile-image span {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 400'%3E%3Ccircle cy='113' cx='124.81' r='105' fill='currentColor' /%3E%3Cpath d='m8.31 393.253 116.5-203.875 116.5 203.875h-233z' fill='currentColor' /%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 400'%3E%3Ccircle cy='113' cx='124.81' r='105' fill='currentColor' /%3E%3Cpath d='m8.31 393.253 116.5-203.875 116.5 203.875h-233z' fill='currentColor' /%3E%3C/svg%3E");
    background-color: #fff;
}

.lightmode .bordered.profile-image span {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 400'%3E%3Ccircle cy='113' cx='124.81' r='105' fill='currentColor' /%3E%3Cpath d='m8.31 393.253 116.5-203.875 116.5 203.875h-233z' fill='currentColor' /%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 400'%3E%3Ccircle cy='113' cx='124.81' r='105' fill='currentColor' /%3E%3Cpath d='m8.31 393.253 116.5-203.875 116.5 203.875h-233z' fill='currentColor' /%3E%3C/svg%3E");
    background-color: #333;
}

.dark.profile-image span {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 400'%3E%3Ccircle cy='113' cx='124.81' r='105' fill='currentColor' /%3E%3Cpath d='m8.31 393.253 116.5-203.875 116.5 203.875h-233z' fill='currentColor' /%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 400'%3E%3Ccircle cy='113' cx='124.81' r='105' fill='currentColor' /%3E%3Cpath d='m8.31 393.253 116.5-203.875 116.5 203.875h-233z' fill='currentColor' /%3E%3C/svg%3E");
    background-color: #323430;
}

.bordered {
    border-color: #333;
}

.lbt {
    border-color: #333;
    color: #333;
}

.bg--dark .lbt {
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.bg--dark .bt-wrap:hover .lbt {
    border-color: rgba(255, 255, 255, 0.4);
}

.lbt--round-group .bt {
    border-color: #333;
}

.lbt--bordered .count {
    border-color: #333;
}

.ip {
    background-color: rgba(51, 51, 51, 0.04);
    border-color: rgba(51, 51, 51, 0.12);
}

.ip:focus {
    background-color: #fff7af;
    color: #333;
}

.bg--dark .ip:focus {
    background-color: #474845;
    border-color: #ff8b80;
    color: #fff;
}

.underline--active {
    background-image: linear-gradient(90deg, #e7e7e7, #e7e7e7);
}

.style-wavy .wavy--line::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 26'%3E%3Cpath d='M 0 13 Q 12.5 0, 25 13 Q 37.5 26, 50 13 Q 62.5 0, 75 13' stroke='currentColor' fill='transparent'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 26'%3E%3Cpath d='M 0 13 Q 12.5 0, 25 13 Q 37.5 26, 50 13 Q 62.5 0, 75 13' stroke='currentColor' fill='transparent'%3E%3C/path%3E%3C/svg%3E");
    background-color: #d6d6d6;
}

.style-wavy .wavy--line.small::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 14'%3E%3Cpath d='M 0 7 Q 6.5 14, 13 7 Q 19.5 0, 26 7 Q 32.5 14, 39 7' stroke='currentColor' fill='transparent'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 14'%3E%3Cpath d='M 0 7 Q 6.5 14, 13 7 Q 19.5 0, 26 7 Q 32.5 14, 39 7' stroke='currentColor' fill='transparent'%3E%3C/path%3E%3C/svg%3E");
    background-color: #d6d6d6;
}

.style-wavy .wavy--plane.top::after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 26'%3E%3Cpath d='M 0 0 V 0 13 Q 12.5 0, 25 13 Q 37.5 26, 50 13 V 0' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 26'%3E%3Cpath d='M 0 0 V 0 13 Q 12.5 0, 25 13 Q 37.5 26, 50 13 V 0' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    background-color: #fff;
}

.style-wavy .wavy--plane.top.small::after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 14'%3E%3Cpath d='M 0 0 V 0 7 Q 6.5 14, 13 7 Q 19.5 0, 26 7 V 0' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 14'%3E%3Cpath d='M 0 0 V 0 7 Q 6.5 14, 13 7 Q 19.5 0, 26 7 V 0' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    background-color: #fff;
}

.style-wavy .wavy--plane.bottom::after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 26'%3E%3Cpath d='M 0 26 V 0 13 Q 12.5 0, 25 13 Q 37.5 26, 50 13 V 26' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 26'%3E%3Cpath d='M 0 26 V 0 13 Q 12.5 0, 25 13 Q 37.5 26, 50 13 V 26' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    background-color: #FAFAFA;
}

.style-wavy .wavy--plane.bottom.small::after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 14'%3E%3Cpath d='M 0 14 V 0 7 Q 6.5 14, 13 7 Q 19.5 0, 26 7 V 14' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 14'%3E%3Cpath d='M 0 14 V 0 7 Q 6.5 14, 13 7 Q 19.5 0, 26 7 V 14' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    background-color: #fff;
}

.style-wavy .wavy--blank::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 14'%3E%3Cpath d='M 0 7 Q 6.5 14, 13 7 Q 19.5 0, 26 7 Q 32.5 14, 39 7' stroke='currentColor' fill='transparent'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 14'%3E%3Cpath d='M 0 7 Q 6.5 14, 13 7 Q 19.5 0, 26 7 Q 32.5 14, 39 7' stroke='currentColor' fill='transparent'%3E%3C/path%3E%3C/svg%3E");
    background-color: #d6d6d6;
}

.style-straight .wavy {
    background-color: #ebebeb;
}

.color--white {
    color: #fff;
}

.color--white a, .color--white button {
    color: #fff;
}

.color--grey0 {
    color: #707070;
}

.color--grey1 {
    color: #6D6D6D;
    font-weight: 400;
}

.color--grey1 a, .color--grey1 button {
    color: #6D6D6D;
}

.color--grey1 a:hover, .color--grey1 button:hover {
    color: #6D6D6D;
}

.color--grey1 svg {
    fill: #999;
}

.color--grey1:hover svg, .color--grey1 a:hover svg, .color--grey1 button:hover svg {
    fill: #333;
}

.color--grey2 {
    color: #adadad;
}

.color--point {
    font-weight: 700;
    color: #000000 !important;
}

.color--point-text {
    color: #ff7467;
}

.color--green {
    color: #79c412;
}

.color--point2 {
    color: #79c412 !important;
}

.color--active {
    color: #e6faca !important;
}

.color--link {
    color: #171717;
}

.color--link a {
    color: #171717;
}

.color--link a:hover {
    color: #171717;
}

.bg--white {
    background-color: #FAFAFA;
}

.bg--white-alpha {
    background-color: rgba(255, 255, 255, 0.4);
}

.bg--dark {
    background-color: #323430;
    color: #fff;
}

.bg--dark a, .bg--dark button, .bg--dark input {
    color: #fff;
}

.bg--dark-alpha {
    background-color: rgba(0, 0, 0, 0.6);
}

.bg--dark .lm-check > span {
    background-color: transparent;
}

.bg--grey {
    background-color: #f5f5f5;
}

.bg--grey2 {
    background-color: #ebebeb;
}

.bg--point {
    color: #333;
}

.bg--point > button, .bg--point > a {
    color: #333;
}

.bg--point2 {
    background-color: #242424;
    color: #ffffff;
}

.bg--point2 > button {
    color: #fff;
}

.bg--active {
    background-color: #e6faca !important;
    color: #333;
}

.bg--active > a, .bg--active > button {
    color: #333;
}

.bg--yellow {
    background-color: #fff7af !important;
    color: #333;
}

.bg--yellow > a, .bg--yellow > button {
    color: #333;
}

.bg--red {
    background-color: #ff948b;
    color: #333;
}

.bt-svg--times {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='currentColor'%3E%3Cpath class='path1' d='M548.203 537.6l289.099-289.098c9.998-9.998 9.998-26.206 0-36.205-9.997-9.997-26.206-9.997-36.203 0l-289.099 289.099-289.098-289.099c-9.998-9.997-26.206-9.997-36.205 0-9.997 9.998-9.997 26.206 0 36.205l289.099 289.098-289.099 289.099c-9.997 9.997-9.997 26.206 0 36.203 5 4.998 11.55 7.498 18.102 7.498s13.102-2.499 18.102-7.499l289.098-289.098 289.099 289.099c4.998 4.998 11.549 7.498 18.101 7.498s13.102-2.499 18.101-7.499c9.998-9.997 9.998-26.206 0-36.203l-289.098-289.098z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='currentColor'%3E%3Cpath class='path1' d='M548.203 537.6l289.099-289.098c9.998-9.998 9.998-26.206 0-36.205-9.997-9.997-26.206-9.997-36.203 0l-289.099 289.099-289.098-289.099c-9.998-9.997-26.206-9.997-36.205 0-9.997 9.998-9.997 26.206 0 36.205l289.099 289.098-289.099 289.099c-9.997 9.997-9.997 26.206 0 36.203 5 4.998 11.55 7.498 18.102 7.498s13.102-2.499 18.102-7.499l289.098-289.098 289.099 289.099c4.998 4.998 11.549 7.498 18.101 7.498s13.102-2.499 18.101-7.499c9.998-9.997 9.998-26.206 0-36.203l-289.098-289.098z'%3E%3C/path%3E%3C/svg%3E");
    background-color: #333;
}

.bg--dark .bt-svg--times {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='currentColor'%3E%3Cpath class='path1' d='M548.203 537.6l289.099-289.098c9.998-9.998 9.998-26.206 0-36.205-9.997-9.997-26.206-9.997-36.203 0l-289.099 289.099-289.098-289.099c-9.998-9.997-26.206-9.997-36.205 0-9.997 9.998-9.997 26.206 0 36.205l289.099 289.098-289.099 289.099c-9.997 9.997-9.997 26.206 0 36.203 5 4.998 11.55 7.498 18.102 7.498s13.102-2.499 18.102-7.499l289.098-289.098 289.099 289.099c4.998 4.998 11.549 7.498 18.101 7.498s13.102-2.499 18.101-7.499c9.998-9.997 9.998-26.206 0-36.203l-289.098-289.098z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='currentColor'%3E%3Cpath class='path1' d='M548.203 537.6l289.099-289.098c9.998-9.998 9.998-26.206 0-36.205-9.997-9.997-26.206-9.997-36.203 0l-289.099 289.099-289.098-289.099c-9.998-9.997-26.206-9.997-36.205 0-9.997 9.998-9.997 26.206 0 36.205l289.099 289.098-289.099 289.099c-9.997 9.997-9.997 26.206 0 36.203 5 4.998 11.55 7.498 18.102 7.498s13.102-2.499 18.102-7.499l289.098-289.098 289.099 289.099c4.998 4.998 11.549 7.498 18.101 7.498s13.102-2.499 18.101-7.499c9.998-9.997 9.998-26.206 0-36.203l-289.098-289.098z'%3E%3C/path%3E%3C/svg%3E");
    background-color: #fff;
}

.lightmode .bt-svg--dot {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 10 2'%3E%3Crect x='0' y='0' width='2' height='2' fill='currentColor' /%3E%3Crect x='4' y='0' width='2' height='2' fill='currentColor' /%3E%3Crect x='8' y='0' width='2' height='2' fill='currentColor' /%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 10 2'%3E%3Crect x='0' y='0' width='2' height='2' fill='currentColor' /%3E%3Crect x='4' y='0' width='2' height='2' fill='currentColor' /%3E%3Crect x='8' y='0' width='2' height='2' fill='currentColor' /%3E%3C/svg%3E");
    background-color: #333;
}

.darkmode .bt-svg--dot {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 10 2'%3E%3Crect x='0' y='0' width='2' height='2' fill='currentColor' /%3E%3Crect x='4' y='0' width='2' height='2' fill='currentColor' /%3E%3Crect x='8' y='0' width='2' height='2' fill='currentColor' /%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 10 2'%3E%3Crect x='0' y='0' width='2' height='2' fill='currentColor' /%3E%3Crect x='4' y='0' width='2' height='2' fill='currentColor' /%3E%3Crect x='8' y='0' width='2' height='2' fill='currentColor' /%3E%3C/svg%3E");
    background-color: #c2c2c2;
}

.bt-svg--angle-down {
    display: inline-block;
    width: 14px;
    height: 14px;
    -webkit-mask-size: 14px 14px;
    mask-size: 14px 14px;
    -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%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%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%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: #333;
}

.bt-svg--angle-up {
    display: inline-block;
    width: 14px;
    height: 14px;
    -webkit-mask-size: 14px 14px;
    mask-size: 14px 14px;
    -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%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%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%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: #333;
}

.bt-svg--angle-right {
    display: inline-block;
    width: 14px;
    height: 14px;
    -webkit-mask-size: 14px 14px;
    mask-size: 14px 14px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: #333;
}

.bt-svg--angle-left {
    display: inline-block;
    width: 14px;
    height: 14px;
    -webkit-mask-size: 14px 14px;
    mask-size: 14px 14px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: #333;
}

.l-border {
    border-color: #ebebeb !important;
}

.lm-loading {
    background-color: rgba(230, 250, 202, 0.5);
}

.lm-loading svg rect {
    fill: #333;
}

.lm-done {
    background-color: rgba(230, 250, 202, 0.5);
}

.lm-done .lm-si--check {
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-mask-size: 24px 24px;
    mask-size: 24px 24px;
    -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='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%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='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: #333;
}

.lm-buttons a {
    background-color: #0F1419;
    border-radius: 20px;
}

.lm-pc .lm-buttons .lm-si {
    display: inline-block;
    width: 32px;
    height: 32px;
    -webkit-mask-size: 32px 32px;
    mask-size: 32px 32px;
}

.lm-mobile .lm-buttons .lm-si {
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-mask-size: 24px 24px;
    mask-size: 24px 24px;
}

.lm-buttons .lm-si--top {
    -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='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='17 11 12 6 7 11'%3E%3C/polyline%3E%3Cpolyline points='17 18 12 13 7 18'%3E%3C/polyline%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='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='17 11 12 6 7 11'%3E%3C/polyline%3E%3Cpolyline points='17 18 12 13 7 18'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: #ffffff;
}

.lm-buttons .lm-si--back {
    -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='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='11 17 6 12 11 7'%3E%3C/polyline%3E%3Cpolyline points='18 17 13 12 18 7'%3E%3C/polyline%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='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='11 17 6 12 11 7'%3E%3C/polyline%3E%3Cpolyline points='18 17 13 12 18 7'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: #333;
}

.lm-modal {
    color: #333;
}

.lm-modal > div {
    background-color: #fff;
    border-color: #333;
}

.lm-modal--warn {
    color: #333;
}

.lm-modal--warn > div {
    background-color: #ff8b80;
    border-color: #333;
}

.lm-modal--warn > div .lbt {
    border-color: #333;
    color: #333;
}

.lm-modal--warn button {
    color: #333;
}

.lm-modal--warn .lbt {
    border-color: #333;
    color: #333;
}

.lm-modal--large > div > h3 {
    border-color: rgba(51, 51, 51, 0.1);
}

.lm-modal--large .bt-area {
    border-color: rgba(51, 51, 51, 0.1);
}

.lm-modal .bg--dark {
    background-color: #323430;
}

.lm-modal .bg--dark .ip {
    border-color: #51524f;
    background-color: #3c3e3a;
}

.lm-modal .bg--dark .sbSelector {
    border-color: #51524f;
    background-color: #3c3e3a;
}

.lm-modal .bg--dark .ip:focus, .lm-modal .bg--dark .sbToggleOpen + .sbSelector {
    border-color: #ff8b80;
    background-color: #3c3e3a;
}

.lm-spop-box {
    border-color: #e5e5e5;
}

.lm-spop-box::before {
    background-color: #fff;
}

.lm-spop-box::after {
    background-color: rgba(51, 51, 51, 0.08);
}

.lm-spop .bt {
    border-color: #e5e5e5;
}

.lm-message {
    border-color: #333;
}

.lm-xe-message .message-body {
    background-color: #333;
    color: #fff;
}

.lm-xe-message .message-body::after {
    border-top-color: #333;
    border-bottom-color: #333;
}

.lm-xe-message .message-bullet {
    background-color: #79c412;
}

.info.lm-xe-message .message-bullet {
    background-color: #79c412;
}

.error.lm-xe-message .message-bullet {
    background-color: #ff8b80;
}

.lm-xe-message .bt-svg--times {
    display: inline-block;
    width: 18px;
    height: 18px;
    -webkit-mask-size: 18px 18px;
    mask-size: 18px 18px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='currentColor'%3E%3Cpath class='path1' d='M548.203 537.6l289.099-289.098c9.998-9.998 9.998-26.206 0-36.205-9.997-9.997-26.206-9.997-36.203 0l-289.099 289.099-289.098-289.099c-9.998-9.997-26.206-9.997-36.205 0-9.997 9.998-9.997 26.206 0 36.205l289.099 289.098-289.099 289.099c-9.997 9.997-9.997 26.206 0 36.203 5 4.998 11.55 7.498 18.102 7.498s13.102-2.499 18.102-7.499l289.098-289.098 289.099 289.099c4.998 4.998 11.549 7.498 18.101 7.498s13.102-2.499 18.101-7.499c9.998-9.997 9.998-26.206 0-36.203l-289.098-289.098z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='currentColor'%3E%3Cpath class='path1' d='M548.203 537.6l289.099-289.098c9.998-9.998 9.998-26.206 0-36.205-9.997-9.997-26.206-9.997-36.203 0l-289.099 289.099-289.098-289.099c-9.998-9.997-26.206-9.997-36.205 0-9.997 9.998-9.997 26.206 0 36.205l289.099 289.098-289.099 289.099c-9.997 9.997-9.997 26.206 0 36.203 5 4.998 11.55 7.498 18.102 7.498s13.102-2.499 18.102-7.499l289.098-289.098 289.099 289.099c4.998 4.998 11.549 7.498 18.101 7.498s13.102-2.499 18.101-7.499c9.998-9.997 9.998-26.206 0-36.203l-289.098-289.098z'%3E%3C/path%3E%3C/svg%3E");
    background-color: #fff;
}

.lm-dropdown-box {
    background-color: #333;
    border-color: #333;
}

.lm-dropdown-box li {
    color: #fff !important;
}

.lm-dropdown-box li a {
    color: #fff !important;
}

.lm-dropdown:not(.lm-dropdown--btn) .bt {
    border-color: #333;
}

.bg-unit--1 {
    background-color: #e5f1f8 !important;
}

.bg-unit--1::after {
    border-color: #e5f1f8 !important;
}

.bg-unit--2 {
    background-color: #ffe7e5 !important;
}

.bg-unit--2::after {
    border-color: #ffe7e5 !important;
}

.bg-unit--3 {
    background-color: #eee !important;
}

.bg-unit--3::after {
    border-color: #eee !important;
}

.bg-unit--4 {
    background-color: #effcde !important;
}

.bg-unit--4::after {
    border-color: #effcde !important;
}

.bg-unit--5 {
    background-color: #f2f2fd !important;
}

.bg-unit--5::after {
    border-color: #f2f2fd !important;
}

.bg-unit--6 {
    background-color: #fffde1 !important;
}

.bg-unit--6::after {
    border-color: #fffde1 !important;
}

.lm-login-sns.not-only::before {
    background-color: #474845;
}

.member-login .lm-login-sns.not-only::before {
    background-color: #ebebeb;
}

.lm-login-sns.not-only::after {
    background-color: #323430;
}

.member-login .lm-login-sns.not-only::after {
    background-color: #fff;
}

.lm-login-sns .warn {
    color: #adaeac;
}

.lm-notify {
    color: #333;
}

.lightmode .lm-notify > div {
    background: #e6faca;
}

.darkmode .lm-notify > div {
    background: linear-gradient(#e6faca 0%, #e6faca 100%);
}

.lm-notify button {
    color: #333;
}

.fixed.lm-notify button {
    color: #999;
}

.lm-notify.lm-modal > div {
    border-color: #333;
}

.lm-notify.lm-modal > div h3 {
    border-color: rgba(51, 51, 51, 0.1);
}

.lm-notify.lm-modal > div .bt-area {
    border-color: rgba(51, 51, 51, 0.1);
}

.lm-notify.lm-modal > div .lbt {
    border-color: #333;
    color: #333;
}

.fixed.lm-notify h3 {
    border-color: rgba(51, 51, 51, 0.1);
}

.darkmode .lm-notify h3 .color--point {
    color: #333 !important;
}

.lm-notify-list > ol > li {
    border-color: rgba(51, 51, 51, 0.1);
}

.lm-notify-list > ol > li .lbt {
    color: #333;
    border-color: #333;
}

.lm-notify-list > ol > li .profile-image.bordered {
    border-color: #333;
}

.lm-notify-type--C {
    background-color: #ff8b80;
}

.lm-notify .ago {
    color: rgba(51, 51, 51, 0.6);
}

.lm-layout .bt-notify {
    background-color: #e6faca;
    color: #333;
}

.lm-check input + span > i {
    color: #ff8b80;
}

.lm-check input:checked + span {
    background-color: #ff8b80;
}

.lm-check input:checked + span i {
    color: #333;
}

.lm-check > span {
    color: #333;
}

.bg--dark .lm-check > span {
    border-color: rgba(255, 255, 255, 0.2);
}

.active > .menu-icon {
    background-color: #e6faca;
}

.lm-slider::after {
    background-color: rgba(51, 51, 51, 0.1);
}

.lm-slider .swiper-button .si {
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-mask-size: 30px 30px;
    mask-size: 30px 30px;
}

.lm-slider--default .swiper-slide {
    background-color: #000;
}

.lm-slider--default .swiper-pagination-bullet {
    background-color: #fff;
}

.lm-slider--default .swiper-button .si--angle-left {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: #fff;
}

.lm-slider--default .swiper-button .si--angle-right {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: #fff;
}

.lm-slider--default .slider-content {
    color: #fff;
}

.lm-slider--default .slider-desc {
    color: rgba(255, 255, 255, 0.8);
}

.lm-slider--default .slider-button {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.lm-slider--default .slider-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.lm-slider--default.has-shade .shade {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
}

.lm-slider--default.color {
    color: #fff;
}

.lm-slider--frameA {
    background-color: #ff8b80;
}

.lm-slider--frameB {
    background-color: #f5f5f5;
}

.lm-slider--frame .slider-title, .lm-slider--frame .slider-thumbnail, .lm-slider--frame .slider-desc, .lm-slider--frame .slider-button {
    border-color: #000;
}

.lightmode .lm-slider--frame .slider-title, .lightmode .lm-slider--frame .slider-thumbnail, .lightmode .lm-slider--frame .slider-desc, .lightmode .lm-slider--frame .slider-button {
    background-color: #fff;
}

.darkmode .lm-slider--frame .slider-title, .darkmode .lm-slider--frame .slider-thumbnail, .darkmode .lm-slider--frame .slider-desc, .darkmode .lm-slider--frame .slider-button {
    background-color: #fff;
    color: #000;
}

.lm-slider--frame .slider-thumbnail > div {
    border-color: #000;
}

.lm-slider--frame .slider-button-icon {
    border-color: #000;
    background-color: #fff7af;
}

.lm-slider--frame .slider-button .si--angle-right {
    display: inline-block;
    width: 13px;
    height: 13px;
    -webkit-mask-size: 13px 13px;
    mask-size: 13px 13px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: #000;
}

.lm-slider--frame .swiper-button .si--angle-left {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: #000;
}

.lm-slider--frame .swiper-button .si--angle-right {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: #000;
}

.darkmode .lm-slider--frameB .swiper-button .si--angle-left {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: #333;
}

.darkmode .lm-slider--frameB .swiper-button .si--angle-right {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: #333;
}

.pr_item_del, .pr_item_add {
    border-color: #e0e0e0;
    background-color: #fff;
    color: #999;
}

.mymenu .fa-stack .fas {
    color: #fff7af;
}

.darkmode .mymenu .fa-stack .far {
    color: #fff7af;
}

.mymenu-edit .pr_drag_handle {
    background-color: #e6faca;
    color: #333;
}

.mymenu-edit--header .empty .pr_drag_handle {
    background-color: #f5f5f5;
    color: #999;
}

.mymenu-node .pr_item_select {
    background-color: #f5f5f5;
}

.mymenu-node .pr_item_select:hover {
    background-color: #fff7af;
    color: #333;
}

.mymenu-node .pr_item_select:hover .icon-selected {
    color: #333;
}

.mymenu-node-list > li > ul li::before, .mymenu-node-list > li > ul li::after {
    background-color: #e0e0e0;
}

.lm-layout .lemon-style {
    background-color: #f5f5f5;
}

.lm-layout .lemon-style2 {
    background-color: #f5f5f5;
    color: #999;
}

.lm-layout .lm-rating::after {
    color: #e0e0e0;
}

.lm-layout .lm-rating > span::after {
    color: #fff7af;
}

.lm-layout .si--notice {
    display: inline-block;
    width: 14px;
    height: 14px;
    -webkit-mask-size: 14px 14px;
    mask-size: 14px 14px;
    -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%3Cpolygon points='11 5 6 9 2 9 2 15 6 15 11 19 11 5'%3E%3C/polygon%3E%3Cpath d='M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07'%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%3Cpolygon points='11 5 6 9 2 9 2 15 6 15 11 19 11 5'%3E%3C/polygon%3E%3Cpath d='M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07'%3E%3C/path%3E%3C/svg%3E");
    background-color: #333;
}

.lm-layout .icon-notice {
    border-color: #333;
}

.lm-layout .xe_content {
    color: #333;
}

.lm-layout .lm-board-alert > div {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.lm-layout .lm-board .xe_content pre {
    border-color: #e0e0e0;
}

.lightmode.lm-layout .lm-board .xe_content pre {
    background-color: #fff;
}

.darkmode.lm-layout .lm-board .xe_content pre {
    background-color: #fff;
}

.lm-layout .lm-board .xe_content a {
    color: #4b6e89;
}

.lm-layout .list-wrap .le-thumbnail::after {
    border-color: rgba(51, 51, 51, 0.1) !important;
}

.lm-layout .list-wrap .le-thumbnail .no-thumbnail-bg {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 15 15'%3E%3Cpath d='M15 0 L 0 15' stroke='currentColor' /%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 15 15'%3E%3Cpath d='M15 0 L 0 15' stroke='currentColor' /%3E%3C/svg%3E");
    background-color: #e0e0e0;
}

.lm-layout .list-wrap .le-category {
    color: #4b6e89;
}

.lm-layout .list-wrap .le-board--0 {
    background-color: #fca2181f;
}

.lm-layout .list-wrap .le-board--1 {
    background-color: #ffe7e5;
}

.lm-layout .list-wrap .le-board--2 {
    background-color: #eee;
}

.lm-layout .list-wrap .le-board--3 {
    background-color: #effcde;
}

.lm-layout .list-wrap .le-board--4 {
    background-color: #f2f2fd;
}

.lm-layout .list-wrap .le-board--5 {
    background-color: #fffde1;
}

.lm-layout .list-wrap .le-board--6 {
    background-color: #d1e6f3;
}

.lm-layout .list-wrap .le-board--7 {
    background-color: #ffcfcc;
}

.lm-layout .list-wrap .le-board--8 {
    background-color: #e1e1e1;
}

.lm-layout .list-wrap .le-board--9 {
    background-color: #e4fac7;
}

.lm-layout .list-wrap .le-board--10 {
    background-color: #dcdcfa;
}

.lm-layout .list-wrap .le-board--11 {
    background-color: #fffbc8;
}

.lm-layout .list-wrap .le-comment {
    color: #ff8b80;
}

.lm-layout .list-wrap .le-summary {
    color: #171717;
}

.lm-layout .list-wrap .le-icon .icon {
    display: inline-block;
    width: 9px;
    height: 9px;
    -webkit-mask-size: 9px 9px;
    mask-size: 9px 9px;
}

.lm-layout .list-wrap .le-icon--normal {
    border-color: #999;
}

.lm-layout .list-wrap .le-icon--normal .icon {
    -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%3Cline x1='3' y1='12' x2='21' y2='12'%3E%3C/line%3E%3Cline x1='3' y1='6' x2='21' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='18' x2='21' y2='18'%3E%3C/line%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%3Cline x1='3' y1='12' x2='21' y2='12'%3E%3C/line%3E%3Cline x1='3' y1='6' x2='21' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='18' x2='21' y2='18'%3E%3C/line%3E%3C/svg%3E");
    background-color: #707070;
}

.lm-layout .list-wrap .le-icon--image {
    border-color: #79c412;
}

.lm-layout .list-wrap .le-icon--image .icon {
    display: inline-block;
    width: 11px;
    height: 11px;
    -webkit-mask-size: 11px 11px;
    mask-size: 11px 11px;
    -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%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'%3E%3C/circle%3E%3Cpolyline points='21 15 16 10 5 21'%3E%3C/polyline%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%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'%3E%3C/circle%3E%3Cpolyline points='21 15 16 10 5 21'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: #79c412;
}

.lm-layout .list-wrap .le-icon--file {
    border-color: #485e90;
}

.lm-layout .list-wrap .le-icon--file .icon {
    -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='M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48'%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='M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48'%3E%3C/path%3E%3C/svg%3E");
    background-color: #485e90;
}

.lm-layout .list-wrap .le-icon--youtube {
    border-color: #ff8b80;
}

.lm-layout .list-wrap .le-icon--youtube .icon {
    -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='currentColor' stroke='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='5 3 19 12 5 21 5 3'%3E%3C/polygon%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='currentColor' stroke='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='5 3 19 12 5 21 5 3'%3E%3C/polygon%3E%3C/svg%3E");
    background-color: #ff8b80;
}

.lm-layout .list-wrap .le-icon-secret {
    color: #d6d6d6;
}

.lm-layout .list-wrap .le-extra {
    border-color: #e5e5e5;
}

.lm-layout .list-wrap .le-extra th {
    border-color: #e5e5e5;
    background-color: #f5f5f5;
}

.lm-layout .list-wrap .le-extra td {
    border-color: #e5e5e5;
}

.lm-layout .list-wrap .le-text-new {
    color: #ff8b80;
}

.lm-layout .list-wrap .le-text-updated {
    color: #79c412;
}

.lm-layout .list-wrap .le-si {
    display: inline-block;
    width: 13px;
    height: 13px;
    -webkit-mask-size: 13px 13px;
    mask-size: 13px 13px;
}

.lm-layout .list-wrap .le-si--vote {
    -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: #999;
}

.lm-layout .list-wrap .le-si--vote.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: #ff8b80;
}

.lm-layout .list-wrap .le-si--blame {
    -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='M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17'%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='M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17'%3E%3C/path%3E%3C/svg%3E");
    background-color: #999;
}

.lm-layout .list-wrap .le-si--blame.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='M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17'%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='M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17'%3E%3C/path%3E%3C/svg%3E");
    background-color: #79c412;
}

.lm-layout .list-wrap .le-si--clock {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: #adadad;
}

.lm-layout .list-wrap .le-si--eye {
    -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: #adadad;
}

.lm-layout .list-wrap .le-si--lock {
    -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%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%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%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%3E%3C/path%3E%3C/svg%3E");
    background-color: #999;
}

.lm-layout .list-wrap .le-si--unlock {
    -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%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 9.9-1'%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%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 9.9-1'%3E%3C/path%3E%3C/svg%3E");
    background-color: #999;
}

.lm-layout .list-wrap .le-si--image {
    -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%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'%3E%3C/circle%3E%3Cpolyline points='21 15 16 10 5 21'%3E%3C/polyline%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%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'%3E%3C/circle%3E%3Cpolyline points='21 15 16 10 5 21'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: #adadad;
}

.lm-layout .list-wrap .le-si--notice {
    display: inline-block;
    width: 12px;
    height: 12px;
    -webkit-mask-size: 12px 12px;
    mask-size: 12px 12px;
    -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%3Cpolygon points='11 5 6 9 2 9 2 15 6 15 11 19 11 5'%3E%3C/polygon%3E%3Cpath d='M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07'%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%3Cpolygon points='11 5 6 9 2 9 2 15 6 15 11 19 11 5'%3E%3C/polygon%3E%3Cpath d='M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07'%3E%3C/path%3E%3C/svg%3E");
    background-color: #ff8b80;
}

.lm-layout .list-wrap .le-icon-notice {
    border-color: #ff8b80;
}

.lm-layout .list-wrap .no-document {
    border-color: #e5e5e5;
}

.darkmode.lm-layout .list-document .profile-image {
    background-color: #e0e0e0;
}

.lm-layout .list-gallery .le-thumbnail.has-thumbnail i {
    color: #fff;
}

.lm-layout .list-gallery .le-thumbnail.no-thumbnail {
    border-color: #e5e5e5;
    background-color: #fff;
}

.lm-layout .list-gallery .le-thumbnail.no-thumbnail .le-thumbnail-icon {
    background-color: #fff;
    border-color: #e5e5e5;
    color: #d6d6d6;
}

.lm-pc.lm-layout .list-gallery .le-thumbnail-icon span {
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-mask-size: 24px 24px;
    mask-size: 24px 24px;
}

.lm-mobile.lm-layout .list-gallery .le-thumbnail-icon span {
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-mask-size: 20px 20px;
    mask-size: 20px 20px;
}

.lm-layout span.paging-button {
    color: #c2c2c2;
}

.lm-layout .ldd .le-thumbnail-icon {
    color: #fff;
}

.lm-layout .ldd .le-category::after {
    background-color: #d6d6d6;
}

.lm-layout .ldd .le-icon-secret {
    background-color: #f5f5f5;
}

.lightmode.lm-layout .ldg .le-vote {
    background-color: rgba(51, 51, 51, 0.4);
    color: #fff;
}

.lightmode.lm-layout .ldg .le-vote i {
    color: #ffc5c0;
}

.lightmode.lm-layout .ldg .le-vote .le-si--vote {
    -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: #ffc5c0;
}

.darkmode.lm-layout .ldg .le-vote {
    background-color: rgba(0, 0, 0, 0.5);
    color: #333;
}

.darkmode.lm-layout .ldg .le-vote i {
    color: #ff8b80;
}

.darkmode.lm-layout .ldg .le-vote .le-si--vote {
    -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: #ff8b80;
}

.lm-mobile.lm-layout .ldg .le-vote .le-si--vote {
    display: inline-block;
    width: 11px;
    height: 11px;
    -webkit-mask-size: 11px 11px;
    mask-size: 11px 11px;
}

.lm-layout .ldg.info-type--showed .le-category-wrap {
    border-color: #e5e5e5;
}

.lm-layout .ldg.info-type--showed .le-summary {
    background-color: #f9f9f9;
}

.lm-layout .ldg.info-type--hided .lu-body-wrap {
    color: #fff;
}

.lm-layout .ldg.info-type--hided .lu-body-wrap a, .lm-layout .ldg.info-type--hided .lu-body-wrap a:visited {
    color: #fff;
}

.lm-layout .ldg.info-type--hided .lu-info {
    display: inline-block;
}

.lm-layout .ldg.info-type--hided .lu-info-wrap {
    background-color: rgba(51, 51, 51, 0.4);
}

.style-wavy.lm-layout .ldg.info-type--hided .lu .wavy.bottom::after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 26'%3E%3Cpath d='M 0 26 V 0 13 Q 12.5 0, 25 13 Q 37.5 26, 50 13 V 26' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 26'%3E%3Cpath d='M 0 26 V 0 13 Q 12.5 0, 25 13 Q 37.5 26, 50 13 V 26' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    background-color: rgba(51, 51, 51, 0.4);
}

.lm-layout .ldg.info-type--hided .le-category {
    color: #333;
}

.lm-layout .ldg.info-type--hided .le-comment {
    color: #ffc5c0;
}

.lm-layout .ldg.info-type--hided .le-summary {
    background-color: rgba(51, 51, 51, 0.2);
    color: #fff;
}

.lm-layout .ldg.info-type--hided .le-text-new {
    color: #ffc5c0;
}

.lm-layout .ldg.info-type--hided .le-text-updated {
    color: #e6faca;
}

.lm-layout .ldg.info-type--hided .color--grey1 {
    color: #e0e0e0;
}

.lm-layout .ldg.info-type--hided .color--grey1 a, .lm-layout .ldg.info-type--hided .color--grey1 a:hover {
    color: #e0e0e0;
}

.lm-layout .ldg.info-type--hided .profile-image {
    background-color: rgba(51, 51, 51, 0.5);
}

.lm-layout .ldg.info-type--hided .underline--active {
    background-image: linear-gradient(90deg, #333, #333);
}

.lm-layout .ldr .figure-line-vertical {
    background-color: #ebebeb;
}

.lm-layout .ldr > ul {
    border-color: #e5e5e5;
}

.thumb-type--ratio.lm-layout .ldr .lu {
    border-color: #e5e5e5;
}

.lm-layout .ldr .lu::before {
    background-color: #ebebeb;
}

.lm-layout .ldr .le-summary {
    border-color: #e0e0e0;
}

.lm-layout .ldr .le-extra2 tr {
    border-color: #e5e5e5;
}

.lm-layout .ldr .lu-info + .le-extra2 {
    border-color: #e5e5e5;
}

.lm-layout .lds.no-notice > ul {
    border-color: #e5e5e5;
}

.lm-layout .lds > ul::after {
    background-color: #fff;
}

.lm-layout .lds .lu {
    border-color: #e5e5e5;
}

.lm-layout .lds .lu-info {
    color: #adadad;
}

.lm-layout .lds .lu-info a {
    color: #adadad;
}

.lm-layout .lds .lu-info-2nd::after {
    border-color: #e5e5e5;
}

.lm-layout .lds .le-thumbnail i {
    color: #fff;
}

.lm-layout .lds .le-category {
    color: #adadad;
}

.lm-layout .lds .le-secret {
    border-color: #e5e5e5;
}

.lm-layout .lds .le-secret a {
    color: #adadad;
}

.lm-layout .lds .le-secret i {
    color: #e0e0e0;
}

.lm-layout .lds .le-comment .updated {
    color: #333;
}

.lm-layout .lds .le-summary i {
    color: #e0e0e0;
}

.lm-layout .ldw .le-thumbnail.no-thumbnail {
    border-color: #e5e5e5;
    color: #d6d6d6;
}

.lm-layout .ldw .le-thumbnail.no-thumbnail .le-thumbnail-icon {
    color: #adadad;
    background-color: #fff;
}

.lm-layout .ldw .le-thumbnail.no-thumbnail .le-si--lock {
    -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%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%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%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%3E%3C/path%3E%3C/svg%3E");
    background-color: #adadad;
}

.lm-layout .ldw .le-thumbnail.no-thumbnail .le-si--unlock {
    -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%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 9.9-1'%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%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 9.9-1'%3E%3C/path%3E%3C/svg%3E");
    background-color: #adadad;
}

.lm-layout .ldw .le-thumbnail-icon {
    color: #fff;
}

.lm-layout .ldw .le-thumbnail-icon span {
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-mask-size: 20px 20px;
    mask-size: 20px 20px;
}

.lm-layout .ldw .le-thumbnail-icon .le-si--lock {
    -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%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%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%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%3E%3C/path%3E%3C/svg%3E");
    background-color: #fff;
}

.lm-layout .ldw .le-thumbnail-icon .le-si--unlock {
    -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%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 9.9-1'%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%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 9.9-1'%3E%3C/path%3E%3C/svg%3E");
    background-color: #fff;
}

.lm-layout .ldb .lu {
    border-color: #e5e5e5;
}

.lm-layout .ldb .lu-content.long-content::after {
    background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
}

.lm-layout .ldb .lu-content .bt-expand button {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.lm-layout .ldb .lu-buttons {
    border-color: #e5e5e5;
    background-color: #f9f9f9;
}

.lm-layout .ldb .lu-buttons-right .le-si {
    display: inline-block;
    width: 17px;
    height: 17px;
    -webkit-mask-size: 17px 17px;
    mask-size: 17px 17px;
}

.lm-layout .ldb .le-si {
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-mask-size: 15px 15px;
    mask-size: 15px 15px;
}

.lm-layout .ldb .le-si--angle-up {
    -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%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%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%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: #333;
}

.lm-layout .ldb .le-si--angle-down {
    -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%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%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%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: #333;
}

.lm-layout .ldb .le-si--thumbs-up {
    -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;
}

.lm-layout .ldb .le-si--lock, .lm-layout .ldb .le-si--unlock {
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-mask-size: 20px 20px;
    mask-size: 20px 20px;
}

.lm-layout .ldb .le-si--scrap {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z'%3E%3C/path%3E%3C/svg%3E");
    background-color: #333;
}

.lm-layout .ldb .le-si--share {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'%3E%3C/circle%3E%3Ccircle cx='6' cy='12' r='3'%3E%3C/circle%3E%3Ccircle cx='18' cy='19' r='3'%3E%3C/circle%3E%3Cline x1='8.59' y1='13.51' x2='15.42' y2='17.49'%3E%3C/line%3E%3Cline x1='15.41' y1='6.51' x2='8.59' y2='10.49'%3E%3C/line%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'%3E%3C/circle%3E%3Ccircle cx='6' cy='12' r='3'%3E%3C/circle%3E%3Ccircle cx='18' cy='19' r='3'%3E%3C/circle%3E%3Cline x1='8.59' y1='13.51' x2='15.42' y2='17.49'%3E%3C/line%3E%3Cline x1='15.41' y1='6.51' x2='8.59' y2='10.49'%3E%3C/line%3E%3C/svg%3E");
    background-color: #333;
}

.lm-layout .ldb .le-secret {
    border-color: #e5e5e5;
}

.lm-layout .ldb .le-secret .fa-lock {
    color: #adadad;
}

.lm-layout .ldf {
    border-color: #e5e5e5;
}

.lm-layout .ldf .lu {
    border-color: #e5e5e5;
}

.lm-layout .ldf .ae-extra {
    border-color: #e5e5e5;
}

.lm-layout .ldf-notice .lu-header {
    background-color: #fffef3;
}

.lm-layout .ldf .bt-openclose.no-grant {
    color: #c2c2c2;
}

.lm-layout .lm-article .bt-voted-who .profile-image {
    border-color: #fff;
}

.darkmode.lm-layout .lm-article .bt-voted-who .far {
    color: #fff;
}

.lm-layout .lm-article .lm-spoiler {
    border-color: #e5e5e5;
    background-color: #fff;
}

.lm-layout .lm-article .lm-spoiler-bg {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 15 15'%3E%3Cpath d='M15 0 L 0 15' stroke='currentColor' /%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 15 15'%3E%3Cpath d='M15 0 L 0 15' stroke='currentColor' /%3E%3C/svg%3E");
    background-color: #e0e0e0;
}

.lm-layout .au-header .scrapped .fas {
    color: #e6faca;
}

.style-wavy.lm-layout .au-article-bottom .wavy--line::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 26'%3E%3Cpath d='M 0 13 Q 12.5 0, 25 13 Q 37.5 26, 50 13 Q 62.5 0, 75 13' stroke='currentColor' fill='transparent'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 26'%3E%3Cpath d='M 0 13 Q 12.5 0, 25 13 Q 37.5 26, 50 13 Q 62.5 0, 75 13' stroke='currentColor' fill='transparent'%3E%3C/path%3E%3C/svg%3E");
    background-color: #d6d6d6;
}

.lm-layout .ae-si--eye {
    -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: #999;
}

.lm-pc.lm-layout .ae-si--eye {
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-mask-size: 15px 15px;
    mask-size: 15px 15px;
}

.lm-mobile.lm-layout .ae-si--eye {
    display: inline-block;
    width: 13px;
    height: 13px;
    -webkit-mask-size: 13px 13px;
    mask-size: 13px 13px;
}

.lm-layout .ae-si--clock {
    display: inline-block;
    width: 13px;
    height: 13px;
    -webkit-mask-size: 13px 13px;
    mask-size: 13px 13px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: #999;
}

.lm-layout .ae-si--lock {
    -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%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%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%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%3E%3C/path%3E%3C/svg%3E");
    background-color: #999;
}

.lm-layout .ae-si--unlock {
    -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%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 9.9-1'%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%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 9.9-1'%3E%3C/path%3E%3C/svg%3E");
    background-color: #999;
}

.lm-pc.lm-layout .ae-icon-secret {
    display: inline-block;
    width: 18px;
    height: 18px;
    -webkit-mask-size: 18px 18px;
    mask-size: 18px 18px;
}

.lm-mobile.lm-layout .ae-icon-secret {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-mask-size: 16px 16px;
    mask-size: 16px 16px;
}

.lm-layout .ae-category {
    color: #4b6e89;
}

.lm-layout .ae-font-style .bt-size {
    border-color: #e5e5e5;
}

.lm-layout .ae-extra th {
    border-color: #e5e5e5;
    background-color: #f5f5f5;
}

.lm-layout .ae-extra td {
    border-color: #e5e5e5;
}

.lm-layout .ae-author-new {
    color: #ff8b80;
}

.lm-layout .ae-author-nav button.active {
    color: #333;
}

.lm-layout .ae-author-board::after {
    background-color: #d6d6d6;
}

.darkmode.lm-layout .ae-vote .lbt.bg--yellow {
    color: #333;
}

.darkmode.lm-layout .ae-vote .icon-voted {
    color: #fff7af;
}

.au-buttons--style2 .lm-layout .ae-vote .bt-vote--big {
    border-color: #333;
}

.lm-layout .article-files li {
    border-color: #e5e5e5;
}

.lm-layout .lm-comment {
    border-color: #e5e5e5;
}

.lm-layout .lm-comment.has-comment .cu-message {
    border-color: #e5e5e5;
}

.lm-layout .lm-comment .cu-notice {
    border-color: #e5e5e5;
    background-color: #fffef3;
}

.lm-layout .lm-comment .cu-notice-icon {
    border-color: #333;
}

.lm-layout .lm-comment .cu-member-only {
    border-color: #e5e5e5;
}

.lm-layout .lm-comment .cu-guest-time {
    border-color: #333;
}

.lm-layout .lm-comment .ce-icon-secret {
    color: #adadad;
}

.lm-layout .lm-comment .ce-rank {
    border-color: #333;
    color: #000;
}

.darkmode.lm-layout .lm-comment .ce-rank {
    border-color: #fff;
}

.lm-layout .lm-comment .ce-rank--1 {
    background-color: #d4af37;
}

.darkmode.lm-layout .lm-comment .ce-rank--1 {
    background-color: #dcd692;
}

.lm-layout .lm-comment .ce-rank--2 {
    background-color: #a9a9a9;
}

.lm-layout .lm-comment .ce-rank--3 {
    background-color: #b08d55;
}

.lightmode.lm-layout .lm-comment .ce-best svg circle {
    fill: #ff8b80;
}

.darkmode.lm-layout .lm-comment .ce-best svg {
    color: #ff8b80;
}

.lightmode.lm-layout .lm-comment .ce-best-text {
    border-color: #333;
}

.darkmode.lm-layout .lm-comment .ce-best-text {
    border-color: #ff8b80;
    color: #ff8b80;
}

.lightmode.lm-layout .lm-comment .ce-vote .writer-vote .far {
    color: #333;
}

.lm-layout .lm-comment .ce-si {
    display: inline-block;
    width: 12px;
    height: 12px;
    -webkit-mask-size: 12px 12px;
    mask-size: 12px 12px;
}

.lm-layout .lm-comment .ce-si--thumbs-up {
    -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;
}

.lm-layout .lm-comment .ce-si--thumbs-down {
    -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='M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17'%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='M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17'%3E%3C/path%3E%3C/svg%3E");
    background-color: #333;
}

.lm-layout .lm-comment .ce-si--lock {
    display: inline-block;
    width: 14px;
    height: 14px;
    -webkit-mask-size: 14px 14px;
    mask-size: 14px 14px;
    -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%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%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%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%3E%3C/path%3E%3C/svg%3E");
    background-color: #999;
}

.darkmode.lm-layout .lm-comment .ce-text-parent.bg--yellow {
    background-color: #e6e6e6 !important;
    color: #999;
}

.darkmode.lm-layout .lm-comment .ce-text-writer.bg--point2 {
    border-color: #79c412;
    color: #79c412;
}

.lm-layout .lm-comment--basic .comment-unit {
    border-color: #e5e5e5;
}

.lm-layout .lm-comment--basic .comment-unit.my-comment {
    background-color: #fdfffa;
}

.lm-layout .lm-comment--basic .comment-unit.best-comment {
    background-color: #fff3f2;
}

.lm-layout .lm-comment--basic .ce-vote--buttons .bt {
    color: #333;
}

.darkmode.lm-layout .lm-comment--basic .ce-vote--buttons .bt.bg--yellow {
    color: #fff;
}

.darkmode.lm-layout .lm-comment--basic .ce-vote--buttons .bt.bg--yellow .ce-si--thumbs-up {
    -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: #fff;
}

.darkmode.lm-layout .lm-comment--basic .ce-vote--buttons .bt.bg--yellow .ce-si--thumbs-down {
    -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='M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17'%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='M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17'%3E%3C/path%3E%3C/svg%3E");
    background-color: #fff;
}

.darkmode.lm-layout .lm-comment--basic .ce-vote .writer-vote .far {
    color: #fff;
}

.lm-layout .lm-comment--basic .ce-paging--prev {
    border-color: #e5e5e5;
}

.lm-layout .lm-comment--basic .ce-paging-line {
    border-color: #e5e5e5;
    background-color: #f5f5f5;
}

.lm-layout .lm-comment--bubble .comment-unit.my-comment .cu-body {
    border-color: #e5e5e5;
}

.darkmode.lm-layout .lm-comment--bubble .comment-unit.my-comment .cu-body {
    border-color: #fffef3;
}

.lm-layout .lm-comment--bubble .comment-unit.best-comment .cu-body {
    background-color: #fff3f2;
}

.lm-layout .lm-comment--bubble .cu-body {
    background-color: #F2F4F7;
}

.darkmode.lm-layout .lm-comment--bubble .ce-vote .writer-vote .far {
    color: #f5f5f5;
}

.darkmode.lm-layout .lm-comment--bubble .ce-vote .bg--active {
    background-color: #fff7af !important;
}

.darkmode.lm-layout .lm-comment--bubble .ce-si--thumbs-up {
    -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: #000;
}

.darkmode.lm-layout .lm-comment--bubble .ce-si--thumbs-down {
    -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='M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17'%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='M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17'%3E%3C/path%3E%3C/svg%3E");
    background-color: #000;
}

.lm-layout .lm-comment--bubble .ce-paging-line {
    border-color: #e0e0e0;
}

.lm-layout .lm-comment--faq .comment-unit.my-comment {
    background-color: #fefffc;
}

.lm-layout .lm-comment--faq .comment-unit.best-comment {
    background-color: #fff9f9;
}

.lm-layout .comment-write.mode--text .cwu-body {
    background-color: #f5f5f5;
}

.lm-layout .comment-write .cwe-check-secret input:checked + span {
    color: #ff8b80;
}

.lm-layout .comment-write .cwe-si {
    display: inline-block;
    width: 14px;
    height: 14px;
    -webkit-mask-size: 14px 14px;
    mask-size: 14px 14px;
}

.lm-layout .comment-write .cwe-si--edit {
    -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='M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7'%3E%3C/path%3E%3Cpath d='M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z'%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='M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7'%3E%3C/path%3E%3Cpath d='M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z'%3E%3C/path%3E%3C/svg%3E");
    background-color: #333;
}

.lm-layout .comment-write .cwe-si--lock {
    -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%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%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%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%3E%3C/path%3E%3C/svg%3E");
    background-color: #ff8b80;
}

.lm-layout .comment-write .cwe-si--unlock {
    -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%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 9.9-1'%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%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 9.9-1'%3E%3C/path%3E%3C/svg%3E");
    background-color: #333;
}

.lm-layout .comment-write .cwe-si--emoji {
    display: inline-block;
    width: 33px;
    height: 33px;
    -webkit-mask-size: 33px 33px;
    mask-size: 33px 33px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpath d='M8 14s1.5 2 4 2 4-2 4-2'%3E%3C/path%3E%3Cline x1='9' y1='9' x2='9.01' y2='9'%3E%3C/line%3E%3Cline x1='15' y1='9' x2='15.01' y2='9'%3E%3C/line%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpath d='M8 14s1.5 2 4 2 4-2 4-2'%3E%3C/path%3E%3Cline x1='9' y1='9' x2='9.01' y2='9'%3E%3C/line%3E%3Cline x1='15' y1='9' x2='15.01' y2='9'%3E%3C/line%3E%3C/svg%3E");
    background-color: #333;
}

.lm-layout .comment-write .cwe-si--times-circle {
    display: inline-block;
    width: 33px;
    height: 33px;
    -webkit-mask-size: 33px 33px;
    mask-size: 33px 33px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='15' y1='9' x2='9' y2='15'%3E%3C/line%3E%3Cline x1='9' y1='9' x2='15' y2='15'%3E%3C/line%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='15' y1='9' x2='9' y2='15'%3E%3C/line%3E%3Cline x1='9' y1='9' x2='15' y2='15'%3E%3C/line%3E%3C/svg%3E");
    background-color: #333;
}

.lm-layout .comment-write .bt-sticker .lbt {
    background-color: #fff7af;
    color: #333;
}

.lm-layout .comment-write .bt-sticker .cwe-si-wrap::after {
    background-color: #fff7af;
}

.lm-layout .stk_display .sticker_pack {
    border-color: #e5e5e5;
}

.lm-layout .stk_display .sticker_pack > ul > li a {
    background-color: #e0e0e0;
}

.lm-layout .board-write .wu-notice {
    border-color: #e5e5e5;
    background-color: #fffef3;
}

.lm-layout .board-write .wu-options-color .color-indicator {
    border-color: #e5e5e5;
}

.lm-layout .board-write .wu-options .notice-type {
    background-color: #fffef3;
    border-color: #e5e5e5;
}

.lm-layout .board-write .cke_inner textarea {
    background-color: #fff;
}

.lm-layout .lemon-style2 {
    color: #999;
}

.lm-layout .lm-member-content .mcu-header {
    border-color: #e5e5e5;
}

.lm-layout .lm-member-content .lemon-style3 {
    background-color: #f5f5f5;
}

.lm-layout .lm-member-content .no-list {
    border-color: #e5e5e5;
}

.lm-layout .lm-member-alert > div {
    background-color: rgba(51, 51, 51, 0.5);
    color: #fff;
}

.lm-layout .lm-member .board-name {
    color: #4b6e89;
}

.lm-layout .lm-member .board-name::after {
    background-color: #d6d6d6;
}

.lm-layout .member--list .lu {
    border-color: #e5e5e5;
}

.lm-layout .member--list .le-category {
    color: #4b6e89;
}

.lm-layout .member--list .le-si--vote {
    -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: #ff8b80;
}

.lm-layout .member--list .le-si--blame {
    -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='M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17'%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='M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17'%3E%3C/path%3E%3C/svg%3E");
    background-color: #79c412;
}

.lm-layout .member--list .bt-delete {
    color: #adadad;
}

.lm-layout .member--list .bt-delete:hover {
    color: #333;
}

.lm-layout .member-login-keep .desc {
    border-color: #e5e5e5;
}

.lm-layout .member-findpass h4 {
    border-color: #e5e5e5;
}

.lm-layout .member-saved .xe_content {
    border-color: #e0e0e0;
}

.lm-layout .member-comment .lu-body pre {
    border-color: #e0e0e0;
}

.lm-layout .member-info table {
    border-color: #e5e5e5;
}

.lm-layout .member-info th {
    border-color: #e5e5e5;
}

.lm-layout .member-info-tab button.active {
    color: #333;
}

.lm-layout .member-info-content {
    border-color: #e5e5e5;
}

.lm-layout .member-info-content .fa-lock {
    color: #d6d6d6;
}

.lm-layout .member-info-content .le-text-new {
    color: #ff8b80;
}

.lm-layout .member-signup-agreement .agreement-box {
    border-color: #e5e5e5;
}

.lm-layout .member-modify .ip[disabled = 'disabled'] {
    -webkit-text-fill-color: #d6d6d6;
}

.lm-layout .member-modify .help-block {
    border-color: #e5e5e5;
    color: #999;
}

.lm-layout .member-friend .lu {
    border-color: #e5e5e5;
}

.lm-layout .member-friend .lu-friend-document {
    border-color: #e5e5e5;
}

.lm-layout .member-friend .le-group a {
    color: #4b6e89;
}

.lm-layout .member-friend .le-group a:hover {
    border-color: #4b6e89;
}

.lm-layout .member-letter .lu {
    border-color: #e5e5e5;
}

.lm-layout .member-letter .lu.readed .link--plane {
    color: #999;
}

.lm-layout .member-letter .lu-body {
    background-color: #f5f5f5;
}

.lm-layout .member-letter .le-date {
    color: #999;
}

.darkmode.lm-layout .member-letter .le-text-friend {
    border-color: #79c412;
    color: #79c412;
}

.lm-layout .member-letter .letter-read .lru-header {
    border-color: #e5e5e5;
}

.lm-layout .member-letter .letter-read .lre-ctrl {
    border-color: #e5e5e5;
}

.lm-layout .member-sns th, .lm-layout .member-sns td {
    border-color: #e5e5e5;
}

.lm-layout .member-sns-icon {
    color: #fff;
}

span.lm-layout .paging-button {
    color: #d6d6d6;
}

.lm-layout .star-rating-stars-current {
    color: #fff7af;
}

.lm-layout .lm-widget.title-type--hl .tab-menu {
    border-color: rgba(51, 51, 51, 0.1);
}

.lm-layout .lm-widget.title-type--hl .tab-menu.active {
    border-color: #333;
}

.lm-layout .lm-widget.title-type--hb .tab-menu {
    border-color: rgba(51, 51, 51, 0.1);
}

.lm-layout .lm-widget.title-type--vl.lm-layout .lm-widget .tab-menu {
    border-color: #e5e5e5;
}

.lm-layout .lm-widget.title-type--vl.lm-layout .lm-widget .tab-menu.active {
    border-color: #333;
}

.lm-layout .lm-widget.title-type--vb.lm-layout .lm-widget .tab-menu {
    border-color: #e5e5e5;
}

.lm-layout .lm-widget-list .le-category {
    color: #4b6e89;
}

.lm-layout .lm-widget-list .le-category a {
    color: #4b6e89;
}

.lm-layout .lm-widget-list .le-text-new {
    color: #ff8b80;
}

.lm-layout .lm-widget-list .le-text-updated {
    color: #79c412;
}

.lm-layout .lm-widget-list .le-icon .icon {
    display: inline-block;
    width: 9px;
    height: 9px;
    -webkit-mask-size: 9px 9px;
    mask-size: 9px 9px;
}

.lm-layout .lm-widget-list .le-icon--image {
    border-color: #79c412;
}

.lm-layout .lm-widget-list .le-icon--image .icon {
    display: inline-block;
    width: 11px;
    height: 11px;
    -webkit-mask-size: 11px 11px;
    mask-size: 11px 11px;
    -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%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'%3E%3C/circle%3E%3Cpolyline points='21 15 16 10 5 21'%3E%3C/polyline%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%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'%3E%3C/circle%3E%3Cpolyline points='21 15 16 10 5 21'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: #79c412;
}

.lm-layout .lm-widget-list .le-si {
    display: inline-block;
    width: 12px;
    height: 12px;
    -webkit-mask-size: 12px 12px;
    mask-size: 12px 12px;
}

.lm-layout .lm-widget-list .le-si--thumbs-up {
    -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: #999;
}

.lm-layout .lm-widget-list .le-si--image {
    -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%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'%3E%3C/circle%3E%3Cpolyline points='21 15 16 10 5 21'%3E%3C/polyline%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%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'%3E%3C/circle%3E%3Cpolyline points='21 15 16 10 5 21'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: #adadad;
}

.lm-pc.lm-layout .lm-widget-list .le-si--image {
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-mask-size: 24px 24px;
    mask-size: 24px 24px;
}

.lm-mobile.lm-layout .lm-widget-list .le-si--image {
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-mask-size: 20px 20px;
    mask-size: 20px 20px;
}

.lm-layout .lm-widget-list .le-nickname .profile-image {
    background-color: #e0e0e0;
}

.lm-layout .lm-widget-list .le-comment {
    color: #ff8b80;
}

.lm-layout .has-rank--box .le-rank {
    background-color: #f5f5f5;
}

.lm-layout .has-rank--box .le-rank--1 {
    background-color: #ff8b80;
    color: #333;
}

.lm-layout .has-rank--box .le-rank--2 {
    background-color: #e6faca;
    color: #333;
}

.lm-layout .has-rank--box .le-rank--3 {
    background-color: #d1e4f7;
    color: #333;
}

.lm-layout .lm-content .title-type--hl .lm-widget-title h3 {
    border-color: #333;
}

.lm-layout .lm-content .title-type--hb .lm-widget-title h3 {
    border-color: #e5e5e5;
}

.lm-layout .lm-content .title-type--vl .lm-widget-title h3 {
    border-color: #333;
}

.lm-layout .lm-content .title-type--vb .lm-widget-title h3 {
    border-color: #e5e5e5;
}

.lm-layout .wn .le-si--thumbs-up {
    -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;
}

.lm-layout .ww .lu {
    border-color: #e5e5e5;
}

.lm-layout .ww .le-thumbnail.no-thumbnail {
    border-color: #e5e5e5;
}

.lm-layout .ww .le-thumbnail .no-thumbnail-text {
    color: #d6d6d6;
}

.lm-layout .lm-widget.bordered-thumbnail .ww .le-thumbnail {
    border-color: #333;
}

.style-wavy.lm-layout .wg .lu .wavy.bottom::after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 26'%3E%3Cpath d='M 0 26 V 0 13 Q 12.5 0, 25 13 Q 37.5 26, 50 13 V 26' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 26'%3E%3Cpath d='M 0 26 V 0 13 Q 12.5 0, 25 13 Q 37.5 26, 50 13 V 26' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    background-color: rgba(51, 51, 51, 0.4);
}

.lm-layout .wg .le-thumbnail.no-thumbnail {
    border-color: #e5e5e5;
    background-color: #fff;
}

.lm-layout .wg .le-thumbnail .no-thumbnail-bg {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 15 15'%3E%3Cpath d='M15 0 L 0 15' stroke='currentColor' /%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 15 15'%3E%3Cpath d='M15 0 L 0 15' stroke='currentColor' /%3E%3C/svg%3E");
    background-color: #e0e0e0;
}

.lm-layout .wg .le-thumbnail-icon {
    border-color: #e5e5e5;
    background-color: #fff;
    color: #d6d6d6;
}

.lm-layout .bordered-thumbnail .wg .le-thumbnail {
    border-color: #333;
}

.lm-layout .winfo-type--hided .lu-hided-wrap {
    background-color: rgba(51, 51, 51, 0.4);
}

.lm-layout .winfo-type--hided .lu-info {
    color: #e0e0e0;
}

.lm-layout .winfo-type--hided .le-title {
    color: #fff;
}

.lm-layout .winfo-type--hided .le-category {
    color: #e0e0e0;
}

.lm-layout .winfo-type--hided .le-category a {
    color: #e0e0e0;
}

.lm-layout .winfo-type--hided .le-summary {
    color: #e0e0e0;
}

.lm-layout .winfo-type--hided .le-text-new, .lm-layout .winfo-type--hided .le-comment, .lm-layout .winfo-type--hided .le-vote {
    color: #ff8b80;
}

.lm-layout .winfo-type--hided .le-text-updated {
    color: #79c412;
}

.lm-layout .winfo-type--hided .profile-image {
    background-color: rgba(51, 51, 51, 0.5);
}

.lm-layout .winfo-type--hided .underline--active {
    background-image: linear-gradient(90deg, #333, #333);
}

.lm-layout .wb .lu > div {
    border-color: #e5e5e5;
}

.lm-layout .wb .lu-body::before {
    background-color: #ebebeb;
}

.lm-layout .wb .le-profile {
    border-color: #e5e5e5;
}

.lm-layout .wb .le-profile .profile-image {
    background-color: #fff;
}

.lm-layout .wb .le-profile .profile-image span {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 400'%3E%3Ccircle cy='113' cx='124.81' r='105' fill='currentColor' /%3E%3Cpath d='m8.31 393.253 116.5-203.875 116.5 203.875h-233z' fill='currentColor' /%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 400'%3E%3Ccircle cy='113' cx='124.81' r='105' fill='currentColor' /%3E%3Cpath d='m8.31 393.253 116.5-203.875 116.5 203.875h-233z' fill='currentColor' /%3E%3C/svg%3E");
    background-color: #d6d6d6;
}

.lm-layout .wl .lu::after {
    background-color: #f9f9f9;
}

.lm-layout .wl .le-si--thumbs-up {
    -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;
}

.lm-layout .ws2 .lu-slide-thumbnail .no-thumbnail {
    background-color: #f5f5f5;
}

.lm-layout .bordered-thumbnail .ws2 .lu-slide-thumbnail .no-thumbnail {
    background-color: #fff;
}

.lm-layout .ws .lu-slide-thumbnail .le-thumbnail-icon {
    color: #d6d6d6;
}

.lightmode.lm-layout .ws .lu-info {
    color: #d6d6d6;
}

.darkmode.lm-layout .ws .lu-info {
    color: #999;
}

.lm-layout .ws .le-title {
    color: #fff;
}

.lm-layout .ws .le-category2 {
    color: #999;
}

.lm-layout .ws .le-category2 a {
    color: #999;
}

.lm-layout .ws .le-summary {
    color: #999;
}

.lm-layout .ws .le-text-new {
    color: #ff8b80;
}

.lm-layout .ws .le-text-updated {
    color: #79c412;
}

.lm-layout .ws .le-comment {
    color: #ff8b80;
}

.lm-layout .ws .le-si--thumbs-up {
    -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: #999;
}

.lm-layout .ws .profile-image {
    background-color: rgba(51, 51, 51, 0.5);
}

.lm-layout .memo-write .color-select {
    border-color: #e5e5e5;
}

.lm-layout .memo-write .color-select ul {
    border-color: #e5e5e5;
}

.lm-layout .list-memo .me-text-new {
    color: #ff8b80;
}

.lm-layout .list-memo .me-text-updated {
    color: #79c412;
}

.lm-layout .lmd .mu {
    border-color: #e5e5e5;
}

.lm-layout .lmd .mu-notice {
    background-color: #fffef3;
    border-color: #e5e5e5;
}

.lm-layout .lmd .mu-header {
    border-color: #e5e5e5;
}

.lm-layout .lmd .mu .my-article .mu-header {
    background-color: #fffef3;
}

.lm-layout .lmd .me-ctrl .lemon-style2 {
    background-color: rgba(51, 51, 51, 0.07);
}

.lm-layout .lmd .me-si {
    display: inline-block;
    width: 13px;
    height: 13px;
    -webkit-mask-size: 13px 13px;
    mask-size: 13px 13px;
}

.lm-layout .lmd .me-si--thumbs-up {
    -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;
}

.lm-layout .lmd .me-si--thumbs-down {
    -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='M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17'%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='M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17'%3E%3C/path%3E%3C/svg%3E");
    background-color: #333;
}

.lm-layout .lmd .bt-vote.bg--yellow .me-si--thumbs-up, .lm-layout .lmd .bt-vote.bg--yellow .ce-si--thumbs-up {
    -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;
}

.lm-layout .lmd .bt-vote.bg--yellow .me-si--thumbs-down, .lm-layout .lmd .bt-vote.bg--yellow .ce-si--thumbs-down {
    -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='M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17'%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='M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17'%3E%3C/path%3E%3C/svg%3E");
    background-color: #333;
}

.lm-layout .lmd .au-body .bt-vote.bg--yellow {
    color: #333;
}

.lm-layout .lmd .ae-category-wrap {
    border-color: #e5e5e5;
}

.lm-layout .lmd .ce-vote .bt-vote.bg--yellow {
    color: #333 !important;
}

.lm-layout .lmg .mu {
    background-color: #f5f5f5;
}

.lm-layout .lmg .mu-notice {
    background-color: #fff7af;
}

.lightmode.lm-layout .lmg .mu-notice-icon {
    background-color: rgba(255, 255, 255, 0.7);
    border-color: #333;
}

.lightmode.lm-layout .lmg .mu-notice-icon .me-si--notice {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-mask-size: 16px 16px;
    mask-size: 16px 16px;
    -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%3Cpolygon points='11 5 6 9 2 9 2 15 6 15 11 19 11 5'%3E%3C/polygon%3E%3Cpath d='M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07'%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%3Cpolygon points='11 5 6 9 2 9 2 15 6 15 11 19 11 5'%3E%3C/polygon%3E%3Cpath d='M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07'%3E%3C/path%3E%3C/svg%3E");
    background-color: #333;
}

.darkmode.lm-layout .lmg .mu-notice {
    border-color: #fffde7;
}

.darkmode.lm-layout .lmg .mu-notice-icon {
    background-color: #fff;
    border-color: #fff7af;
}

.darkmode.lm-layout .lmg .mu-notice-icon .me-si--notice {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-mask-size: 16px 16px;
    mask-size: 16px 16px;
    -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%3Cpolygon points='11 5 6 9 2 9 2 15 6 15 11 19 11 5'%3E%3C/polygon%3E%3Cpath d='M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07'%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%3Cpolygon points='11 5 6 9 2 9 2 15 6 15 11 19 11 5'%3E%3C/polygon%3E%3Cpath d='M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07'%3E%3C/path%3E%3C/svg%3E");
    background-color: #fff7af;
}

.lm-layout .lmg .mu-header .profile-image {
    background-color: #fff;
}

.lm-layout .lmg .mu-body--secret .lemon-style {
    background-color: rgba(51, 51, 51, 0.08);
}

.darkmode.lm-layout .lmg .mu .profile-image {
    background-color: rgba(51, 51, 51, 0.15);
}

.lm-layout .lmg .me-category-wrap {
    border-color: rgba(51, 51, 51, 0.15);
}

.lm-layout .lmg .me-date {
    color: rgba(51, 51, 51, 0.5);
}

.lm-layout .lmg .me-date .day {
    color: #333;
}

.lm-layout .lmg .me-ctrl .bt.opened {
    background-color: rgba(51, 51, 51, 0.1);
}

.lm-layout .lmg .me-extra {
    border-color: rgba(51, 51, 51, 0.1);
    background-color: rgba(255, 255, 255, 0.2);
}

.darkmode.lm-layout .lmg .me-extra {
    background-color: rgba(255, 255, 255, 0.07);
}

.lm-layout .lmg .me-extra .lm-rating > span::after {
    color: #333;
}

.lm-layout .lmg .me-extra .lm-rating::after {
    color: rgba(51, 51, 51, 0.3);
}

.lm-layout .lmg .bt-vote.my-vote .fas {
    color: #fff7af !important;
}

.lm-layout .lmg .bt-vote.voted .fas {
    color: #ff8b80;
}

.lm-layout .lmg .color--grey1 {
    color: rgba(51, 51, 51, 0.4);
}

.lm-layout .lmg .comment-write.mode--text .cwu-body {
    background-color: rgba(51, 51, 51, 0.08);
}

.lm-layout .lm-comment--grid .comment-unit {
    border-color: rgba(51, 51, 51, 0.15);
}

.lm-layout .lm-comment--grid .comment-unit--reply::before, .lm-layout .lm-comment--grid .comment-unit--reply::after {
    background-color: rgba(51, 51, 51, 0.15);
}

.lm-layout .lm-comment--grid .comment-unit .profile-image {
    background-color: rgba(255, 255, 255, 0.5);
}

.lm-layout .comment-write .cwe-si--square {
    -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%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'%3E%3C/rect%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%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3C/svg%3E");
    background-color: #333;
}

.lm-layout .comment-write .cwe-si--check-square {
    -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%3Cpolyline points='9 11 12 14 22 4'%3E%3C/polyline%3E%3Cpath d='M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11'%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%3Cpolyline points='9 11 12 14 22 4'%3E%3C/polyline%3E%3Cpath d='M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11'%3E%3C/path%3E%3C/svg%3E");
    background-color: #ff8b80;
}

.lmg .lm-layout .comment-write.mode--text .cwu-body {
    background-color: rgba(51, 51, 51, 0.08);
}

.lm-layout .sticker-notice {
    border-color: #e5e5e5;
    background-color: #fffef3;
}

.lm-layout .sticker-list > ul {
    border-color: #e5e5e5;
}

.lm-layout .sticker-list .lu::before {
    background-color: #ebebeb;
}

.lm-layout .sticker-list .lu::after {
    background-color: #ebebeb;
}

.lm-layout .sticker-list .le-extra2 tr {
    border-color: #e5e5e5;
}

.darkmode.lm-layout .sticker-list .le-price.bg--yellow {
    border-color: #fff7af;
    color: #fff7af;
}

.lm-layout .sticker-read .ae-sticker-buy > span > button {
    border-color: #333;
}

.lightmode.lm-layout .sticker-read .ae-sticker-buy .bt-buy:hover {
    background-color: #e6faca;
}

.darkmode.lm-layout .sticker-read .ae-sticker-buy .bt-buy:hover {
    border-color: #e6faca;
}

.lightmode.lm-layout .sticker-read .ae-sticker-buy .bt-throw:hover:hover {
    background-color: #ff8b80;
}

.darkmode.lm-layout .sticker-read .ae-sticker-buy .bt-throw:hover:hover {
    border-color: #ff8b80;
}

.lm-layout .sticker-write .we-title label {
    border-color: #e0e0e0;
    background-color: #fff;
}

.lm-layout .sticker-write .we-upload .upload-unit-button::after {
    background-color: rgba(255, 255, 255, 0.4);
}

.lm-layout .sticker-write .we-upload .bt-delete svg {
    fill: #333;
}

.lm-layout .sticker-setting .lu-order button.off {
    border-color: #e5e5e5;
    color: #999;
}

.lm-layout .lm-poll-wrap {
    border-color: #e0e0e0;
}

.lm-layout .lm-poll-info {
    border-color: #e5e5e5;
}

.lm-layout .lm-poll figure {
    color: #c2c2c2;
}

.lm-layout .lm-poll figure polygon {
    fill: #fff;
}

.lm-layout .lm-poll .pu-vote-select .vote-unit {
    background-color: #f5f5f5;
}

.lm-layout .lm-poll .pu-vote-select input:checked + label, .lm-layout .lm-poll .pu-vote-select .vote-bar {
    border-color: #79c412;
    background-color: #e4f3d0;
}

.lm-layout .lm-poll .bt-vote-add {
    border-color: #d6d6d6;
    background-color: #fff;
}

.lm-layout .lm-poll .bt-area button {
    border-color: #e0e0e0;
}

.lm-layout .lm-poll .bt-area button:hover {
    border-color: #ffaea6;
    background-color: #fff3f2;
}

.lm-pc .link--line {
    border-color: #93a8b8;
}

.lm-pc .lm-bubble-text {
    color: #fff;
    background-color: #333;
}

.darkmode.lm-pc .lm-bubble-text {
    background-color: #999;
}

.lm-pc .tooltip-thumbnail {
    border-color: rgba(51, 51, 51, 0.1);
}

.lm-pc.lm-layout::after, .lm-pc.lm-layout::before {
    background-color: #ebebeb;
}

.lm-pc .lm-header {
    background-color: #fff;
}

.lm-pc .lm-header-no {
    background-color: #fff;
    border-color: #e0e0e0;
}

.lm-pc .lm-header .logo-wrap {
    border-color: #e0e0e0;
}

.lm-pc .lm-header--vertical .logo {
    border-color: #333;
}

.lm-pc .lm-header--vertical .gnb-vertical ul {
    border-color: #e5e5e5;
    background-color: rgba(255, 255, 255, 0.6);
}

.lm-pc .lm-header--vertical .gnb-vertical li {
    border-color: #e5e5e5;
}

.lm-pc .lm-header--side {
    border-color: #e0e0e0;
}

.lm-pc.style-wavy .gnb-default > ul > li > ul::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 14'%3E%3Cpath d='M 0 0 V 0 7 Q 6.5 14, 13 7 Q 19.5 0, 26 7 V 0' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 14'%3E%3Cpath d='M 0 0 V 0 7 Q 6.5 14, 13 7 Q 19.5 0, 26 7 V 0' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    background-color: rgba(245, 245, 245, 0.8);
}

.lm-pc.style-wavy .gnb-default > ul > li > ul::after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 14'%3E%3Cpath d='M 0 7 Q 6.5 14, 13 7 Q 19.5 0, 26 7 Q 32.5 14, 39 7' stroke='currentColor' fill='transparent'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 14'%3E%3Cpath d='M 0 7 Q 6.5 14, 13 7 Q 19.5 0, 26 7 Q 32.5 14, 39 7' stroke='currentColor' fill='transparent'%3E%3C/path%3E%3C/svg%3E");
    background-color: #d6d6d6;
}

.lm-pc .align--center .gnb-default .gnb-clone > ul {
    border-color: #e5e5e5;
}

.lm-pc .lm-header--inline .gnb-default:not(.fixed) > ul > li > ul {
    border-color: #e5e5e5;
}

.lm-pc .lm-header--inline .gnb-default:not(.fixed) .gnb-clone {
    border-color: #e0e0e0;
}

.lm-pc .gnb-default-wrap {
    border-color: #e0e0e0;
    background-color: transparent;
}

.lm-pc .gnb-default.fixed {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: #e5e5e5;
}

.lm-pc .gnb-default > ul > li > ul {
    background-color: rgba(245, 245, 245, 0.8);
}

.lm-pc .gnb-default > ul > li > ul::after {
    z-index: -1;
}

.lm-pc .gnb-default > ul > li > ul > li > ul {
    border-color: #e0e0e0;
}

.lm-pc .gnb-default .gnb-clone {
    border-color: #e5e5e5;
}

.lm-pc .gnb-default .gnb-clone::after {
    background-color: rgba(51, 51, 51, 0.08);
}

.lm-pc .gnb-default .gnb-clone > ul > li {
    border-color: #e5e5e5;
}

.lm-pc .gnb-default .gnb-clone > ul > li > ul {
    border-color: #e5e5e5;
}

.lm-pc .gnb-default .gnb-clone > ul > li > ul > liul {
    border-color: #e0e0e0;
}

.lm-pc .gnb-default .link--1depth.active::after {
    background-color: #333;
}

.lm-pc .gnb-view-all .bt-view-all svg {
    fill: #999;
}

.lm-pc .gnb-view-all .bt-view-all:hover svg {
    fill: #333;
}

.lm-pc .lm-header .user-area {
    border-color: #333;
}

.lm-pc .user-area-menu-box {
    border-color: #333;
}

.lm-pc .user-area .bt-area {
    border-color: #e5e5e5;
}

.lm-pc .user-area .bt-area a:first-of-type {
    border-color: #e5e5e5;
}

.lm-pc .lm-pointbar-figure {
    background-color: #e0e0e0;
}

.lm-pc .lm-pointbar-figure .current-percent {
    background-color: #e6faca;
}

.lm-pc .lm-sidebar .sidebar-unit h3 {
    background-color: #f5f5f5;
}

.lm-pc .lm-sidebar .login-buttons a {
    background-color: #180116;
}

.lm-pc .gnb-sidebar h3 {
    background-color: #f5f5f5;
}

.lm-pc .gnb-sidebar > ul > li {
    border-color: #e5e5e5;
}

.lm-pc .gnb-sidebar > ul > li > ul > li > ul::after {
    background-color: #e0e0e0;
}

.lm-pc .gnb-sidebar .bt-folder {
    color: #242424;
}

.lm-pc .gnb-sidebar .bt-openclose {
    color: #d6d6d6;
}

.lm-pc .gnb-icon h3 {
    background-color: #f5f5f5;
}

.lm-pc .gnb-icon .is--2depth > li {
    border-color: #e5e5e5;
}

.lm-pc .gnb-icon .menu-icon {
    background-color: #f5f5f5;
}

.lm-pc .my_articles .fa-lock {
    color: #d6d6d6;
}

.lm-pc .lm-notify.fixed .bg-wrap {
    background-color: #fff;
}

.lm-pc .lm-notify.fixed .bt-area {
    border-color: #e5e5e5;
}

.lm-pc .notice-global-unit::after {
    border-color: rgba(51, 51, 51, 0.15);
}

.lm-pc .notice-global .bg-unit::after {
    border-color: rgba(51, 51, 51, 0.15);
}

.lm-pc .notice-global .bt-close i {
    color: rgba(51, 51, 51, 0.3);
}

.lm-pc .search-global .ip-search {
    border-color: #333;
}

.style-wavy.lm-pc .lm-footer-wrap .wavy--line::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 26'%3E%3Cpath d='M 0 13 Q 12.5 0, 25 13 Q 37.5 26, 50 13 Q 62.5 0, 75 13' stroke='currentColor' fill='transparent'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 26'%3E%3Cpath d='M 0 13 Q 12.5 0, 25 13 Q 37.5 26, 50 13 Q 62.5 0, 75 13' stroke='currentColor' fill='transparent'%3E%3C/path%3E%3C/svg%3E");
    background-color: #d6d6d6;
}

.lm-pc .lm-footer .menu-footer a:hover {
    border-color: #707070;
}

.lm-pc .lm-footer .external-links .lm-dropdown .lbt--round {
    border-color: #333;
}

.lm-pc .lm-login-keep .bg--white {
    color: #333;
}

.lm-pc .pr_item_del:hover, .lm-pc .pr_item_add:hover {
    color: #333;
}

.lm-pc .lm-sidebar .mymenu {
    background-color: #f5f5f5;
}

.lm-pc .gnb-clone .mymenu-list--header {
    background-color: #f5f5f5;
}

.lm-pc .gnb-default > ul .mymenu-list--header ul {
    background-color: rgba(245, 245, 245, 0.8);
}

.lm-pc .lm-header--inline:not(.fixed) .gnb-default > ul .mymenu-list--header ul {
    border-color: #e5e5e5;
}

.lm-pc .gnb-default > ul .mymenu-list--header ul::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 14'%3E%3Cpath d='M 0 0 V 0 7 Q 6.5 14, 13 7 Q 19.5 0, 26 7 V 0' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 14'%3E%3Cpath d='M 0 0 V 0 7 Q 6.5 14, 13 7 Q 19.5 0, 26 7 V 0' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    background-color: rgba(245, 245, 245, 0.8);
}

.lm-pc .gnb-default > ul .mymenu-list--header ul::after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 14'%3E%3Cpath d='M 0 7 Q 6.5 14, 13 7 Q 19.5 0, 26 7 Q 32.5 14, 39 7' stroke='currentColor' fill='transparent'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 14'%3E%3Cpath d='M 0 7 Q 6.5 14, 13 7 Q 19.5 0, 26 7 Q 32.5 14, 39 7' stroke='currentColor' fill='transparent'%3E%3C/path%3E%3C/svg%3E");
    background-color: #d6d6d6;
}

.lm-pc .header-type--inline .gnb-default:not(.fixed) > ul .mymenu-list--header ul {
    border-color: #e5e5e5;
}

.lm-pc .mymenu-list .pr_scut {
    background-color: #fff;
}

.lm-pc .mymenu-list li:hover .pr_scut {
    background-color: #fff7af;
    color: #333;
}

.lm-pc .mymenu-list--sidebar li.no_scut::after {
    background-color: #333;
}

.lm-pc .mymenu-edit--sidebar .empty .pr_drag_handle {
    background-color: #fff;
    color: #333;
}

.lm-pc .sbSelector {
    background-color: rgba(51, 51, 51, 0.04);
    border-color: rgba(51, 51, 51, 0.12);
}

.lm-pc .sbToggleOpen + .sbSelector {
    background-color: #fff7af;
    color: #333;
}

.lm-pc .bg--dark .sbToggleOpen + .sbSelector {
    border-color: #ff8b80;
    color: #fff;
}

.lightmode.lm-pc .sbOptions {
    background-color: #333;
}

.darkmode.lm-pc .sbOptions {
    background-color: #323430;
}

.lm-pc .sbOptions a {
    color: #fff;
}

.lm-pc .sbOptions .sbDisabled {
    color: #999a98;
}

.lm-pc .bg--dark .sbOptions {
    background-color: #252724;
}

.lm-pc .scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: rgba(51, 51, 51, 0.2);
}

a.lm-pc .lemon-style2:hover, .lm-pc .lemon-style2 a:hover {
    color: #333;
}

.lm-pc .use-sidebar-right .list-buttons .profile-image {
    background-color: #f5f5f5;
}

.lm-pc .use-sidebar-right .list-buttons .profile-image > span {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 400'%3E%3Ccircle cy='113' cx='124.81' r='105' fill='currentColor' /%3E%3Cpath d='m8.31 393.253 116.5-203.875 116.5 203.875h-233z' fill='currentColor' /%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 400'%3E%3Ccircle cy='113' cx='124.81' r='105' fill='currentColor' /%3E%3Cpath d='m8.31 393.253 116.5-203.875 116.5 203.875h-233z' fill='currentColor' /%3E%3C/svg%3E");
    background-color: #999;
}

.lm-pc .use-sidebar-right .list-buttons .lbt--square:hover {
    background-color: #E8EBD9;
}

.lm-pc .best-articles {
    border-color: #e0e0e0;
}

.lm-pc .best-articles .side-left {
    border-color: #e5e5e5;
}

.lm-pc .best-articles .title-type--hb .lm-widget-title h3 {
    background-color: #fff;
}

.lm-pc .best-articles .title-type--hl .lm-widget-title h3::after {
    background-color: #333;
}

.lm-pc .list-category--inline {
    border-color: #E8EBD9;
}

.lm-pc .list-category--inline > ul > li > ul {
    border-color: #e5e5e5;
    background-color: rgba(255, 255, 255, 0.8);
}

.lm-pc .list-buttons ul li .desc {
    background-color: #333;
    color: #fff;
}

.lm-pc .list-buttons .lbt--square {
    
}

.lm-pc .list-wrap .le-update {
    background-color: #f5f5f5;
}

.lm-pc .list-notice {
    background-color: #f5f5f5;
}

.lm-pc .list-notice li {
    border-color: #E8EBD9;
}

a.lm-pc .paging-button:hover {
    border-color: #333;
}

.lm-pc .paging .page-number.active {
    background-color: #f7f9fa;
    color: #000;
}

.lm-pc .ldd:not(.has-notice) {
    border-color: #E8EBD9;
}

.lm-pc .ldd .lu {
    border-color: #E8EBD9;
}

.lm-pc .ldd .le-summary {
    border-color: #E8EBD9;
}

.lm-pc .ldn {
    border-color: #E8EBD9;
}

.lm-pc .ldn thead tr {
    border-color: #E8EBD9;
}

.lm-pc .ldn tr {
    border-color: #E8EBD9;
}

.lm-pc .ldn .lu-notice {
    background-color: #fffef3;
    border-color: #E8EBD9;
}

.lm-pc .ldn .lu-notice-toggle {
    background-color: #fffef3;
    border-color: rgba(51, 51, 51, 0.1);
}

.lm-pc .ldg .le-vote {
    background-color: rgba(51, 51, 51, 0.4);
    color: #fff;
}

.lm-pc .lds::before, .lm-pc .lds::after {
    background-color: #ebebeb;
}

.lm-pc .ldw > ul {
    border-color: #E8EBD9;
}

.lm-pc .ldw > ul::after {
    background-color: #ebebeb;
}

.lm-pc .ldw .lu:nth-child(2n-1)::before {
    background-color: #ebebeb;
}

.lm-pc .ldf .lu-body {
    border-color: #E8EBD9;
}

.lm-pc .ldf .le-extra {
    border-color: #E8EBD9;
}

.lm-pc .lm-article--normal .au-header {
    border-color: #E8EBD9;
}

.lm-pc .au-header {
    border-color: #E8EBD9;
}

.lm-pc .au-info-right {
    color: #333;
}

.lm-pc .au-author {
    border-color: #E8EBD9;
}

.lm-pc .au-author.has-author::after {
    background-color: #ebebeb;
}

.lm-pc .au-buttons .bt-report .count-num {
    border-color: #333;
}

.lm-pc .ae-voted-who.show h3 {
    border-color: #E8EBD9;
}

.lm-pc .ae-voted-who .inner {
    border-color: #E8EBD9;
}

.lm-pc .lm-comment--basic.lm-comment-form .cu-list {
    border-color: #E8EBD9;
}

.lm-pc .lm-comment--bubble .ce-ctrl a {
    background-color: #f5f5f5;
    color: #999;
}

.lm-pc .lm-comment-form .article-summary {
    border-color: #e5e5e5;
}

.lm-pc .board-write .wu-header {
    border-color: #e5e5e5;
}

.lm-pc .board-write .we-extra {
    border-color: #e5e5e5;
}

.lm-pc .board-write .we-extra > li {
    border-color: #e5e5e5;
}

.lm-pc .board-write .we-extra .lb {
    border-color: #e5e5e5;
    background-color: #f5f5f5;
}

.lm-pc .board-write .we-extra .ip-wrap .ip:not(.ip--small) {
    background-color: #fff;
    color: #333;
}

.lm-pc .board-write .we-extra .ip-wrap > p {
    border-color: #e5e5e5;
    color: #999;
}

a.lm-pc .lm-member .lemon-style2:hover {
    color: #333;
}

.lm-pc .lm-member .lemon-style2 a:hover {
    color: #333;
}

.lm-pc .lm-member-buttons .lbt--square {
    background-color: #fff;
}

.lm-pc .lm-member-buttons .desc {
    background-color: #333;
    color: #fff;
}

.lm-pc .lm-member-sidebar .follower {
    border-color: #e5e5e5;
}

.lm-pc .lm-member-profile .lemon-style3 {
    background-color: #fff;
}

.lm-pc .lm-member-menu li {
    border-color: #e5e5e5;
}

.lm-pc .lm-member-content {
    border-color: #e5e5e5;
}

.lm-pc .member-title {
    border-color: #e5e5e5;
}

.lm-pc .member-modify > ul {
    border-color: #e5e5e5;
}

.lm-pc .member-modify .th {
    border-color: #e5e5e5;
}

.lm-pc .member-friend .mcu-footer .sbSelector {
    border-color: #333;
}

a.lm-pc .paging-button:hover {
    border-color: #333;
}

.lm-pc .lm-content .lm-rank {
    background-color: #f5f5f5;
}

.lm-pc .lm-sidebar .lm-widget-title, .lm-pc .lm-sidebar .lm-rank h3 {
    background-color: #f5f5f5;
}

.lm-pc .lm-widget-list .lemon-style2 {
    background-color: #f5f5f5;
    color: #999;
}

.lm-pc .lm-widget-list .lemon-style2:is(a):hover, .lm-pc .lm-widget-list .lemon-style2 a:hover {
    color: #333;
}

.lm-pc .lm-widget-paging .bt-page {
    border-color: #e0e0e0;
}

.lm-pc .lm-widget .si {
    display: inline-block;
    width: 13px;
    height: 13px;
    -webkit-mask-size: 13px 13px;
    mask-size: 13px 13px;
}

.lm-pc .lm-widget .si--angle-left {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: #999;
}

.lm-pc .lm-widget .si--angle-right {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: #999;
}

.lm-pc .winfo-type--showed .lu-info {
    color: #999;
}

.lm-pc .ws2 .lu-slide-thumbnail .no-thumbnail {
    background-color: #f5f5f5;
}

.lm-pc .header-content .ws2 .le-summary {
    color: #999;
}

.lm-pc .bordered-thumbnail .ws2 .lu-slide-thumbnail .no-thumbnail {
    background-color: #fff;
}

.lm-pc .ws .lu-slide-thumbnail .no-thumbnail-text {
    color: #d6d6d6;
}

.lightmode.lm-pc .ws .lu-slide-content {
    background-color: rgba(51, 51, 51, 0.4);
}

.darkmode.lm-pc .ws .lu-slide-content {
    background-color: rgba(0, 0, 0, 0.4);
}

.lm-pc .ws .le-text-new {
    color: #ff8b80;
}

.lm-pc .ws .le-text-updated {
    color: #79c412;
}

.lm-pc .ws .le-comment {
    color: #ff8b80;
}

.lm-pc .ws .le-vote {
    color: #ff8b80;
}

.lm-pc .ws .profile-image {
    background-color: rgba(51, 51, 51, 0.5);
}

.lm-pc .ws .bt-page {
    color: #333;
}

.lm-pc .ws .bt-page::after {
    background-color: #333;
}

.lm-pc .ws .page-number {
    background-color: rgba(51, 51, 51, 0.4);
    color: #fff;
}

.lm-pc .list-category--inline {
    border-color: #e5e5e5;
}

.lm-pc .sticker-setting .lu-order button:not(.off):hover {
    background-color: #fff7af;
}

.lm-mobile .bg--dark .lm-custom-select {
    background-color: rgba(255, 255, 255, 0.06);
}

.lm-mobile .bg--dark .lm-custom-select select {
    color: #fff;
}

.lm-mobile .lm-buttons a {
    border-color: rgba(51, 51, 51, 0.5);
}

.lm-mobile .lm-modal--large .bt-area {
    background-color: #f5f5f5;
}

.lm-mobile .lm-modal--large .bt-wide i {
    color: #333;
}

.lm-mobile .lm-modal .bg--dark .lm-custom-select {
    border-color: #51524f;
}

.lm-mobile .lm-header .logo-wrap::after {
    background-color: #ebebeb;
}

.lm-mobile .gnb-header {
    border-color: #e5e5e5;
}

.lm-mobile .gnb-header > ul > li.active::after {
    background-color: #333;
}

.lm-mobile .lm-header .mymenu--gnb {
    background-color: #f5f5f5;
}

.lm-mobile .mymenu--gnb .mymenu-list li {
    border-color: #e0e0e0;
}

.lm-mobile .mymenu--default {
    border-color: #e5e5e5;
}

.lm-mobile .mymenu-si {
    display: inline-block;
    width: 17px;
    height: 17px;
    -webkit-mask-size: 17px 17px;
    mask-size: 17px 17px;
}

.lightmode.lm-mobile .mymenu-si--star-line {
    -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='transparent' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'%3E%3C/polygon%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='transparent' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'%3E%3C/polygon%3E%3C/svg%3E");
    background-color: #333;
}

.darkmode.lm-mobile .mymenu-si--star-line {
    -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='transparent' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'%3E%3C/polygon%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='transparent' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'%3E%3C/polygon%3E%3C/svg%3E");
    background-color: #fff7af;
}

.lightmode.lm-mobile .mymenu-si--star-plane {
    -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='currentColor' stroke='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'%3E%3C/polygon%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='currentColor' stroke='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'%3E%3C/polygon%3E%3C/svg%3E");
    background-color: #fff;
}

.lightmode.lm-mobile .mymenu-list .bt-add-menu {
    border-color: #333;
    background-color: #fff7af;
}

.darkmode.lm-mobile .mymenu-list .bt-add-menu {
    border-color: #fff7af;
}

.lm-mobile .lm-sidebar {
    background-color: rgba(255, 255, 255, 0.8);
}

.lm-mobile .lm-sidebar-top {
    color: #333;
}

.lightmode.lm-mobile .lm-sidebar-top {
    background: #e6faca;
}

.darkmode.lm-mobile .lm-sidebar-top {
    background: linear-gradient(#e6faca 0%, #e6faca 100%);
}

.lm-mobile .lm-sidebar-top a {
    color: #333;
}

.lm-mobile .lm-sidebar .user-area .lm-pointbar .current-percent {
    background-color: #fff7af;
}

.lightmode.lm-mobile .login-buttons a {
    border-color: #323430;
}

.darkmode.lm-mobile .login-buttons a {
    border-color: rgba(50, 52, 48, 0.15);
}

.lm-mobile .user-area .profile-image {
    border-color: #333;
}

.lm-mobile .user-area .profile-image span {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 400'%3E%3Ccircle cy='113' cx='124.81' r='105' fill='currentColor' /%3E%3Cpath d='m8.31 393.253 116.5-203.875 116.5 203.875h-233z' fill='currentColor' /%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 400'%3E%3Ccircle cy='113' cx='124.81' r='105' fill='currentColor' /%3E%3Cpath d='m8.31 393.253 116.5-203.875 116.5 203.875h-233z' fill='currentColor' /%3E%3C/svg%3E");
    background-color: #323430;
}

.lightmode.lm-mobile .user-area .bt-area a {
    border-color: #323430;
}

.darkmode.lm-mobile .user-area .bt-area a {
    border-color: rgba(50, 52, 48, 0.15);
}

.lm-mobile .user-area .lm-pointbar-figure {
    background-color: rgba(50, 52, 48, 0.1);
}

.lm-mobile .lm-pointbar-figure {
    background-color: #e0e0e0;
}

.lm-mobile .lm-pointbar-figure .current-percent {
    background-color: #e6faca;
}

.lm-mobile .search-global .ip {
    color: #333;
    background-color: rgba(51, 51, 51, 0.06);
}

.lm-mobile .search-global .ip:focus {
    background-color: #fff7af !important;
}

.lm-mobile .search-global .bt-search {
    color: #333;
}

.lm-mobile.style-wavy .gnb-sidebar .wavy::after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 26'%3E%3Cpath d='M 0 0 V 0 13 Q 12.5 0, 25 13 Q 37.5 26, 50 13 V 0' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 26'%3E%3Cpath d='M 0 0 V 0 13 Q 12.5 0, 25 13 Q 37.5 26, 50 13 V 0' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    background-color: #e6faca;
}

.lm-mobile .gnb-sidebar > ul > li {
    border-color: #474845;
}

.lm-mobile .gnb-sidebar > ul > li > ul > li > ul {
    border-color: #474845;
}

.lm-mobile .gnb-sidebar .fa-external-link-alt, .lm-mobile .gnb-sidebar .fa-folder, .lm-mobile .gnb-sidebar .fa-folder-open {
    color: #5b5d59;
}

.lm-mobile.style-wavy .gnb-icon .wavy::after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 26'%3E%3Cpath d='M 0 0 V 0 13 Q 12.5 0, 25 13 Q 37.5 26, 50 13 V 0' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 26'%3E%3Cpath d='M 0 0 V 0 13 Q 12.5 0, 25 13 Q 37.5 26, 50 13 V 0' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    background-color: #e6faca;
}

.lm-mobile .gnb-icon .is--2depth > li {
    border-color: #474845;
}

.lm-mobile .gnb-icon .active {
    color: #fff7af;
}

.lm-mobile .active .menu-icon {
    background-color: #474845;
    color: rgba(255, 255, 255, 0.8);
}

.style-wavy.lm-mobile .lm-footer .wavy--line::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 26'%3E%3Cpath d='M 0 13 Q 12.5 0, 25 13 Q 37.5 26, 50 13 Q 62.5 0, 75 13' stroke='currentColor' fill='transparent'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 26'%3E%3Cpath d='M 0 13 Q 12.5 0, 25 13 Q 37.5 26, 50 13 Q 62.5 0, 75 13' stroke='currentColor' fill='transparent'%3E%3C/path%3E%3C/svg%3E");
    background-color: #d6d6d6;
}

.lm-mobile .select-lang-box::after {
    border-top-color: #323430;
}

.lm-mobile .lm-notify .bt-notify-unfix .bt-svg--times {
    -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%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cpolyline points='9 21 3 21 3 15'%3E%3C/polyline%3E%3Cline x1='21' y1='3' x2='14' y2='10'%3E%3C/line%3E%3Cline x1='3' y1='21' x2='10' y2='14'%3E%3C/line%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%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cpolyline points='9 21 3 21 3 15'%3E%3C/polyline%3E%3Cline x1='21' y1='3' x2='14' y2='10'%3E%3C/line%3E%3Cline x1='3' y1='21' x2='10' y2='14'%3E%3C/line%3E%3C/svg%3E");
    background-color: #333;
}

.lightmode.lm-mobile .lm-notify.lm-modal--large .bt-area {
    background-color: #e6faca;
}

.darkmode.lm-mobile .lm-notify.lm-modal--large .bt-area {
    background-color: #e6faca;
}

.lm-mobile .notice-global {
    background-color: #f5f5f5;
}

.lm-mobile .notice-global-unit::after {
    background-color: #ebebeb;
}

.lm-mobile .notice-global .icon {
    border-color: #333;
}

.lm-mobile .lm-login .desc {
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
}

.lm-mobile .lm-custom-select {
    background-color: #f5f5f5;
    border-color: #e0e0e0;
}

.lm-mobile .lm-custom-select select {
    color: #333;
}

.lm-mobile .code--list-middle {
    border-color: #e5e5e5;
}

.lm-mobile .list-category a {
    background-color: #f5f5f5;
}

.lm-mobile .list-category .category--2depth::before, .lm-mobile .list-category .category--2depth::after {
    background-color: #e0e0e0;
}

.lm-mobile .list-notice {
    background-color: #f5f5f5;
}

.lm-mobile .list-notice li {
    border-color: #e5e5e5;
}

.lm-mobile .paging .move-page::after {
    border-top-color: #323430;
}

.lm-mobile .paging .move-page input {
    background-color: #3c3e3a;
}

.lm-mobile .paging .move-page input:focus {
    background-color: #3c3e3a;
    border-color: #ff8b80;
}

.lm-mobile .ldd {
    border-color: #e5e5e5;
}

.lm-mobile .ldd .lu {
    border-color: #e5e5e5;
}

.lm-mobile .ldd .le-update {
    background-color: #f5f5f5;
}

.lm-mobile .ldd .le-update.updated {
    background-color: #ffeeec;
}

.lm-mobile .lds::before {
    background-color: #ebebeb;
}

.lm-mobile .ldw > ul {
    border-color: #e5e5e5;
}

.lm-mobile .ldw .lu {
    border-color: #e5e5e5;
}

.lm-mobile .ldb .lu-header .le-si {
    display: inline-block;
    width: 13px;
    height: 13px;
    -webkit-mask-size: 13px 13px;
    mask-size: 13px 13px;
}

.lm-mobile .ldb .le-ldb-comment {
    color: #999;
}

.lm-mobile .ldf .lu-body {
    border-color: #e5e5e5;
}

.lm-mobile .ldf .le-extra {
    border-color: #e5e5e5;
}

.lm-mobile .lm-article .au-header {
    border-color: #e5e5e5;
}

.lm-mobile .lm-article .au-info-right {
    color: #999;
}

.lm-mobile .lm-article .au-author {
    border-color: #e5e5e5;
}

.lm-mobile .lm-article .au-buttons {
    position: relative;
}

.lm-mobile .lm-article .au-buttons-box {
    border-color: #333;
    background-color: rgba(255, 255, 255, 0.8);
}

.lm-mobile .lm-article .au-buttons-box::after {
    background-color: #fff;
}

.lm-mobile .lm-article .ae-nickname a {
    color: #333;
}

.lm-mobile .lm-article .ae-sign {
    border-color: #e5e5e5;
}

.lm-mobile .lm-article .ae-author {
    border-color: #e5e5e5;
}

.lm-mobile .lm-article .ae-voted-who.show h3 {
    background-color: #f5f5f5;
}

.lm-mobile .au-article-bottom .bt-list::before {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.lm-mobile .au-article-bottom .bt-list::after {
    border-right-color: #fff;
}

.lm-mobile.style-straight .lm-comment .cu-buttons::before, .lm-mobile.style-straight .lm-comment .cu-buttons::after {
    background-color: #323430;
}

.lm-mobile .lm-comment--bubble .comment-unit--reply.my-comment .cu-body {
    border-color: #fff7af;
}

.lm-mobile .lm-comment--bubble .cu-header .bt-comment-ctrl {
    background-color: #e0e0e0;
}

.darkmode.lm-mobile .lm-comment--bubble .cu-header .bt-comment-ctrl .bt-svg--dot {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 10 2'%3E%3Crect x='0' y='0' width='2' height='2' fill='currentColor' /%3E%3Crect x='4' y='0' width='2' height='2' fill='currentColor' /%3E%3Crect x='8' y='0' width='2' height='2' fill='currentColor' /%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 10 2'%3E%3Crect x='0' y='0' width='2' height='2' fill='currentColor' /%3E%3Crect x='4' y='0' width='2' height='2' fill='currentColor' /%3E%3Crect x='8' y='0' width='2' height='2' fill='currentColor' /%3E%3C/svg%3E");
    background-color: #707070;
}

.lm-mobile .lm-comment--bubble .cu-buttons::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 14'%3E%3Cpath d='M 0 14 V 0 7 Q 6.5 14, 13 7 Q 19.5 0, 26 7 V 14' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 14'%3E%3Cpath d='M 0 14 V 0 7 Q 6.5 14, 13 7 Q 19.5 0, 26 7 V 14' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    background-color: #323430;
}

.lm-mobile .lm-comment--bubble .cu-buttons::after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 14'%3E%3Cpath d='M 0 0 V 0 7 Q 6.5 14, 13 7 Q 19.5 0, 26 7 V 0' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 14'%3E%3Cpath d='M 0 0 V 0 7 Q 6.5 14, 13 7 Q 19.5 0, 26 7 V 0' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    background-color: #323430;
}

.lm-mobile .lm-comment--bubble .cu-buttons a {
    background-color: #323430;
    color: #fff;
}

.lm-mobile .lm-comment--bubble .cu-buttons a:hover {
    color: #fff;
}

.lm-mobile .lm-comment--bubble .click-dummy {
    background-color: rgba(255, 255, 255, 0.8);
}

.lm-mobile .lm-comment-form > h3 {
    border-color: #e5e5e5;
}

.lm-mobile .board-write .wu-notice {
    border-color: #e5e5e5;
}

.lm-mobile .board-write .we-extra {
    border-color: #e5e5e5;
}

.lm-mobile .board-write .we-extra > li {
    border-color: #e5e5e5;
}

.lm-mobile .board-write .we-extra .ip-wrap > p {
    border-color: #e5e5e5;
    color: #999;
}

.lm-mobile .lm-member-sidebar .follower {
    border-color: #e5e5e5;
}

.lm-mobile .lm-member-profile .lemon-style3 {
    background-color: #fff;
}

.lm-mobile .lm-member-menu {
    border-color: #e0e0e0;
}

.lm-mobile .lm-member-menu .menu-desc {
    background-color: #f9f9f9;
    border-color: #e0e0e0;
    color: #999;
}

.lm-mobile .lm-member-content .mcu-header .lm-custom-select {
    border-color: #333;
}

.lm-mobile .lm-member-content .mcu-footer .manage-list .lm-custom-select {
    border-color: #333;
}

.lm-mobile .member-title {
    border-color: #e5e5e5;
}

.lm-mobile .member-info-buttons {
    border-color: #e5e5e5;
}

.lm-mobile .member-modify .bt-area {
    border-color: #e5e5e5;
}

.lm-mobile .member-modify .lbt--bordered, .lm-mobile .member-modify .dateRemover {
    background-color: #fff;
}

.lm-mobile .lm-rank h3 {
    border-color: #e5e5e5;
}

.lm-mobile .lm-widget-list .le-date {
    color: #999;
}

.lm-mobile .lm-widget-list .le-nickname {
    color: #999;
}

.lm-mobile .lm-widget + .widget-line {
    border-color: #e5e5e5;
}

.lm-mobile .lm-widget .swiper-pagination-bullet {
    background-color: #e0e0e0;
}

.lm-mobile .lm-widget .swiper-pagination-bullet-active {
    background-color: #ff8b80;
}

.lm-mobile .title-type--vl .lm-widget-title .bt-more, .lm-mobile .title-type--vb .lm-widget-title .bt-more {
    background-color: #f5f5f5;
}

.lm-mobile .winfo-type--hided .le-nickname, .lm-mobile .winfo-type--hided .le-date {
    color: #e0e0e0;
}

.lm-mobile .wb .le-nickname {
    color: #333;
}

.lightmode.lm-mobile .ws .lu-body {
    background-color: rgba(51, 51, 51, 0.4);
}

.darkmode.lm-mobile .ws .lu-body {
    background-color: rgba(0, 0, 0, 0.4);
}

.lm-mobile .lmd .me-ctrl .bt.opened {
    background-color: rgba(51, 51, 51, 0.1);
}

.lm-mobile .lm-sticker .lemon-style3 {
    background-color: #f5f5f5;
}

.profile-image:not(.bordered) {
    background-color: #e0e0e0;
}

.lm-pc .user-area .profile-image:not(.bordered) {
    background-color: #e0e0e0;
}

.lm-mobile .board-header .bt.bg--point2 {
    background-color: #ff8b80;
}

/* Original file: modules/board/skins/community/cssless/board.css */

@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/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/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 {
  padding: 20px;
}
.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: 15px;
  border-top: 1px solid #e5e5e5;
}
.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: 800;
  color: #171717;
}
.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-bottom: 5px;
}
.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 {
  padding: 0px 30px 20px 30px;
}
.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;
  padding: 20px;
}
.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: -5px;
}
.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;
}

/* yozmm */
.info-box {
  position: sticky;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  padding: 10px 20px 12px 20px;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e5e5e5;
  background-color: rgba(250, 250, 250, 0.80);
  font-size: 18px;
  font-weight: 900;
  color: #171717;
}
.info-box i{
  font-size: 14px;
  padding: 7px 8px 7px 8px;
  border-radius: 20px;
  margin-right: 10px;
}
.info-box i:hover{
  font-size: 14px;
  padding: 7px 8px 7px 8px;
  background-color: #e5e5e5;
  border-radius: 20px;
}
.oboard-header-box {
  position: sticky;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  top: 0px;
  height: 60px;
  background-color: rgba(250, 250, 250, 0.8);
  z-index: 9999;
}
.oboard-category {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  float: left;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.oboard-category-box {
  position: relative;
  display: block;
  width: 100%;
}
.oboard-category-menu-box {
  display: flex;
  width: max-content;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
}
.oboard-category-menu-act {
  display: flex;
  justify-content: space-evenly;
  width: 50%;
  height: 60px;
  font-size: 14px;

  a {
    color: #333 !important;   
  }
}
.oboard-category-menu-act:hover {
  background-color: rgba(217, 217, 217, 0.6);
  cursor: pointer;
  text-decoration: none;
}
.oboard-category-menu-act-active {
  display: flex;
  justify-content: space-evenly;
  width: 50%;
  font-size: 14px;

  a {
    color: #242424;
  }
}
.oboard-category-menu-act-active:hover {
  background-color: rgba(217, 217, 217, 0.6);
  cursor: pointer;
  text-decoration: none;
}
.oboard-category-name1 {  
  height: 33px;
  padding: 23px 10px 0 10px;
  font-weight: 800;
}
.oboard-category-name2 {  
  height: 33px;
  padding: 23px 10px 0 10px;
  font-weight: 400;
}
.oboard-category-name3 {  
  height: 33px;
  padding: 23px 10px 0 10px;
  font-weight: 800;
}
.oboard-category-default-box {
  background-color: transparent !important;
  height: 4px;
  border-radius: 15px;
}
.oboard-category-active-box {
  background: #F8691A;
  height: 4px;
  border-radius: 15px;
}
.oboard-category--active {
  font-weight: 600;
  border-bottom: 2px solid #F8691A;
  padding: 0px 9px 13px 9px;
}
.oborder-icon-line {
  width: 1px;
  color: #e0e0e0;
}
.bullet--update {
  display: inline;
  padding: 0px 5px 1px 5px;
  width: 29px;
  height: 18px;
  border-radius: 16px;
  background: #242424;
  font-size: 9px;
  color: #fff;
}
.oboard-title {
  font-size: 18px;
  line-height: 160%;
  word-break: normal;
  word-wrap: break-word;
  margin-right: 4px;
  color: #212121;
}
.oboard-read-title {
  font-weight: 500;
  font-size: 13px;
  line-height: 36px;
  margin-right: 4px;
  color: #212121 !important;
}
.oboard-read-header {
  border-top: 0px solid !important;
  padding: 0px 50px 25px 0 !important;
}
.oboard-read-widget {
  padding: 10px 10px 10px 10px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.oboard-editor {
  color: #9e9e9e;
}
.oboard-read-countbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 30px;
  padding: 10px 0px 10px 0;
  font-size: 13px;
}
.oboard-read-toolbox {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 15px 5px 15px 5px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.oboard-read-toolbox i{
  font-size: 15px;
}
.oboard-read-iconbox {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  color: #6d6d6d;
}
.oboard-read-icon {
  border-radius: 20px;
  padding: 5px 8px 5px 8px;
}
.oboard-read-icon:hover {
  border-radius: 20px;
  padding: 5px 8px 5px 8px;
  background-color: #e5e5e5;
}
.oboard-read-community-about {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;

  & .left_box {
    position: relative;
    display: block;
    width: 70%;
  }

  & .right_box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 30%;
    align-items: center;
  }

  & .title_box {
    position: relative;
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 900;
    padding: 20px 0px 0px 24px;
  }

  & .subtitle_box {
    position: relative;
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 15px 15px 24px;
  }

  & .notice_box {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 20px 18px 23px;

      & .notice {
        color: #ffffff;
        padding: 3px 8px 3px 8px;
        margin-right: 0.4rem;
        background-color: #171717;
        border-radius: 5px;
      }
  }

  & .group_img {
    position: relative;
    display: block;
    margin-top: 20px;
    

    & img {
      width: 88px;
      height: 87px;
      border-radius: var(--border-radius-3);
    }
  }

}

/* Original file: modules/board/skins/community/cssless/board_pc.css */

.lm-sidebar-right {
  padding-left: 5px;
  box-sizing: border-box;
}
.lemon-style2 {
  font-size: 11px;
}
.le-text-new {
  vertical-align: text-top;
  font-size: 11px;
}
.bullet--category {
  margin-bottom: 3px;
  vertical-align: middle;
  font-size: 14px;
}
.bullet--new {
  display: inline;
  padding: 0px 5px 1px 5px;
  width: 29px;
  height: 18px;
  border-radius: 16px;
  background: #171717;
  font-size: 9px;
  color: #fff;
}
.icon-notice .si {
  margin-top: -2px;
}
.font-main--nt .icon-notice .si {
  margin-top: -7px;
}
.board-header {
  position: sticky;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  padding: 10px 20px 12px 20px;
  top: 0px;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
  background-color: rgba(250, 250, 250, 0.80);
  z-index: 9999;
}
.board-header i{
  font-size: 20px;
  padding: 3px 10px 0 0;
}
.board-title {
  display: inline-block;
  font-size: 18px;
}
.board-desc {
  display: inline-block;
  margin-left: 10px;
}
.font-main--nt .board-desc {
  margin-top: 8px;
}
.best-articles {
  display: table;
  width: 100%;
  margin-bottom: 25px;
  border-top: 3px double;
  border-bottom: 1px solid;
}
.best-articles-box {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.best-articles .side-left {
  padding: 20px 20px 20px 0;
  border-right: 1px solid;
}
.best-articles .side-right {
  padding: 20px 0 20px 20px;
}
.best-articles .title-type--hb .lm-widget-title h3 {
  letter-spacing: 0;
}
.best-articles .title-type--hl .lm-widget-title h3 {
  position: relative;
  padding: 0 0 0 18px !important;
  border-bottom: none !important;
}
.best-articles .title-type--hl .lm-widget-title h3::after {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 2px;
}
.list-header:empty {
  display: none;
}
.list-category + .list-sort {
  margin-left: 3px;
}
.list-category--dropdown>ul {
  min-width: 120px;
}
.list-category--dropdown>ul>li>ul {
  margin-top: 5px;
}
.list-category--inline {
  padding: 0px 24px;
  border-bottom: 1px solid;
}
.list-category--inline>ul>li {
  display: inline-block;
  position: relative;
  margin-right: 25px;
}
.list-category--inline>ul>li>a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 25px;
  font-size: 14px;
  font-weight: 400;
  padding-top: 15px;
}
.list-category--inline>ul>li>ul {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: -30px;
  transform: translateX(-50%);
  height: 0;
  overflow: hidden;
  opacity: 0;
  border: 1px solid;
  white-space: nowrap;
  transition-property: margin-top, opacity;
  transition-duration: 0.3s;
  font-size: 13px;
  z-index: 90;
}
.list-category--inline>ul>li>ul>li {
  padding-top: 10px;
}
.list-category--inline>ul>li:hover>ul {
  margin-top: 0;
  padding: 0 15px 10px;
  height: auto;
  min-width: 100%;
  box-sizing: border-box;
  overflow: visible;
  opacity: 1;
}
.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;
}
.font-en--hs .list-category--inline .count {
  font-size: 12px;
}
.list-sort>ul {
  width: 90px;
}
.list-type {
  float: right;
}
.list-search-key .bt-cancel {
  font-size: 13px;
}
.list-buttons {
  position: relative;
  display: block;
  width: 30px;
}
.list-buttons>div {
  
}
.list-buttons>div.fix {
  position: fixed;
  top: 70px;
}
.list-buttons ul {
  margin-bottom: 15px;
}
.list-buttons ul li {
  position: relative;
  margin-bottom: 5px;
}
.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;
}
.list-buttons ul li:hover .desc {
  right: 100%;
  opacity: 1;
  padding: 0 5px 0 10px;
  width: auto;
  height: 30px;
  line-height: 30px;
  overflow: visible;
}
.list-buttons ul li.bt-my-articles .profile-image {
  position: relative;
  z-index: 1;
}
.list-buttons ul li.bt-my-articles .desc {
  margin-top: -17px;
}
.font-main--nt .list-buttons ul li.bt-my-articles .desc {
  margin-top: -16px;
}
.list-buttons .lbt--square {
  position: relative;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  color: #171717;
  z-index: 1;
}
.use-sidebar-right .list-buttons {
  position: relative;
  display: flex;
  width: max-content;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-right: 10px;
  margin-left: 10px;
  height: 50px;
}
.use-sidebar-right .list-buttons>div {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.use-sidebar-right .list-buttons ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.use-sidebar-right .list-buttons ul li {
  margin: 5px;
}
.use-sidebar-right .list-buttons ul li .desc {
  margin-top: -12px;
  border-radius: 12px 0 0 12px;
}
.use-sidebar-right .list-buttons ul li:hover .desc {
  right: calc(100% + 5px);
  padding: 0 11px 0 10px;
  height: 24px;
  line-height: 24px;
}
.use-sidebar-right .list-buttons .profile-image {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  text-align: center;
  color: #171717;
}
.use-sidebar-right .list-buttons .bt-my-articles .profile-image>span {
  -webkit-mask-size: 50% 50%;
  mask-size: 50% 50%;
}
.use-sidebar-right .list-buttons .bt-my-articles .desc {
  margin-top: -15px;
}
.use-sidebar-right .list-buttons .bt-my-articles .lbt--square {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #171717;
}
.list-wrap {
  position: relative;
}
.list-wrap .lu {
  transition-property: background-color;
  transition-duration: 0.3s;
}
.list-wrap .le-category:hover {
  text-decoration: underline;
}
.list-wrap .le-title {
  line-height: 160%;
  font-size: 15px;
}
.list-wrap .le-comment {
  margin-left: 3px;
  font-size: 13px;
}
.list-wrap .le-comment.updated {
  text-decoration: underline;
}
.list-wrap .le-update {
  display: inline-block;
  padding: 10px 10px;
  border-radius: 20px 20px 20px 0px;
}
.font-main--nt .list-wrap .le-update {
  line-height: 34px;
}
.list-wrap .le-update-date {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
.list-wrap .le-summary {
  line-height: 160%;
  font-size: 13px;
}
.list-wrap .le-summary:empty {
  display: none !important;
}
.list-wrap .le-vote i {
  font-size: 10px;
}
.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;
}
.list-wrap .le-extra th {
  width: 60px;
  font-size: 12px;
}
.list-wrap .le-extra td {
  font-size: 12px;
}
.list-wrap .le-text-new {
  font-size: 11px;
}
.font-main--nt .list-wrap .le-text-new {
  line-height: 19px;
}
.list-document .profile-image {
  margin-right: 3px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}
.list-document .lm-rating {
  font-size: 14px;
}
.list-notice {
  border-radius: 15px 15px 15px 0;
}
.list-notice ul {
  padding: 0 15px;
}
.list-notice li {
  padding: 11px 85px 10px 30px;
  border-bottom: 1px solid;
}
.list-notice li:last-child {
  border-bottom: none;
}
.lang-en .list-notice li {
  padding-left: 50px;
}
.list-notice .lu-notice-toggle button {
  font-size: 12px;
}
.list-notice .lu-notice-toggle i {
  margin-right: 2px;
}
.list-notice .le-text-notice {
  left: 0;
  top: 13px;
}
.list-notice .le-icon-notice {
  left: 0;
}
.list-notice .le-title {
  font-size: 14px;
}
.list-notice .le-date {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 14px;
  width: 70px;
  font-size: 12px;
}
.list-notice .date-mouseover {
  text-align: right;
}
.list-gallery .lu-info {
  font-size: 12px;
}
.list-gallery .le-thumbnail.no-thumbnail>span {
  padding: 15px 20px;
}
.list-gallery .le-thumbnail:not(.no-thumbnail) i {
  font-size: 30px;
}
.list-gallery .le-thumbnail i {
  font-size: 24px;
}
.list-gallery .le-thumbnail .no-thumbnail-text {
  letter-spacing: 0.1em;
  font-size: 12px;
}
.list-gallery .le-rating {
  margin-top: 5px;
}
.list-gallery .le-rating .lm-rating {
  font-size: 18px;
}
.list-gallery .le-nickname {
  font-size: 13px;
}
.list-footer .manage-articles {
  margin-right: 3px;
}
.list-footer .srl-number {
  margin-left: 5px;
}
.list-search .sbHolder {
  width: 100%;
}
.use-high .le-thumbnail img {
  zoom: 0.5;
  -moz-transform: scale(0.5,0.5);
  -moz-transform-origin: left top;
}
.paging {
  font-size: 16px;
}
.list-footer .paging {
  margin-top: 25px;
}
a.paging-button:hover {
  border-bottom: 1px solid;
}
.paging-numbers {
  display: inline-block;
  font-size: 13px;
}
.paging-numbers a:hover {
  text-decoration: underline;
}
.paging-numbers .page-number {
  display: inline-block;
  margin: 1.5px 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}
.paging .bt-firstlast {
  display: inline-block;
  position: relative;
  width: 30px;
  z-index: 2;
}
.ldd:not(.has-notice) {
  /*
  border-top: 1px solid;
  */
}
.ldd .lu {
  padding: 25px 20px;
  border-top: 1px solid;
}
.ldd .lu-check-area {
  vertical-align: top;
}
.ldd .lu-check-area.active {
  width: 30px;
}
.ldd .lu-body-wrap {
  display: inline-block;
  width: 100%;
  transition-property: width;
  transition-duration: 0.3s;
  vertical-align: top;
}
.ldd .lu.has-comment .lu-body {
  position: relative;
  padding-right: 160px;
  box-sizing: border-box;
}
.ldd .lu-info {
  font-size: 12px;
}
.ldd .lu-info .profile-image {
  margin: -5px 3px -3px 0;
}
.ldd .lu-info .bullet--category {
  font-size: 12px;
}
.ldd .le-category.in-info {
  margin-right: 30px !important;
  padding: 3px 4px 3px 3px;
  border-radius: 5px;
  background-color: #e5e5e5;
}
.ldd .le-category.in-info::after {
  right: -14px;
  top: 2px;
}
.ldd .le-board.in-title {
  font-size: 13px;
}
.ldd .le-thumbnail {
  display: inline-block;
  margin-right: 25px;
  overflow: hidden;
  vertical-align: top;
  border-radius: 8px;
  border: solid 1px #e0e0e0;
}
.ldd .le-thumbnail:hover {

}
.ldd .le-thumbnail--youtube {
  overflow: hidden;
}
.ldd .le-thumbnail--youtube img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.ldd .le-thumbnail--youtube .thumbnail-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0px;
}
.ldd .le-icon {
  margin-left: 3px;
  margin-bottom: 0;
}
.font-main--nt .ldd .le-icon {
  margin-top: 2px;
}
.ldd .le-icon-secret {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -2px 5px 0 0;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
}
.ldd .le-icon-secret .le-si {
  margin-top: 5px;
}
.ldd .le-update {
  position: absolute;
  right: 0;
  top: 0%;
  transform: translateY(-50%);
  font-size: 13px;
}
.ldd .le-update-date {
  font-size: 11px;
}
.ldd .le-update .bullet--new {
  
}
.ldd .le-summary {
  padding: 0 0 5px 0;
  /*
  border-top: 1px dashed;
  */
}
.ldd .le-extra th {
  width: 120px;
}
.ldd .le-ctrl {
  margin-right: 5px;
  margin-left: 0;
}
.ldd .date-mouseover {
  text-align: left;
}
.ldn {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid;
}
.ldn thead tr {
  border-bottom: 3px double;
}
.ldn tr {
  border-bottom: 1px solid;
}
.ldn th {
  padding: 10px 5px;
  font-size: 13px;
  white-space: nowrap;
}
.ldn th:first-child {
  padding-left: 15px;
}
.ldn th:last-child {
  padding-right: 15px;
}
.ldn td {
  width: 1%;
  padding: 12px 10px;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
}
.ldn td.text-en {
  font-size: 12px;
}
.ldn td.has-profile {
  padding: 0 10px;
}
.ldn td .profile-image + a {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}
.font-main--nt .ldn td .profile-image + a {
  margin-top: -2px;
}
.ldn .lu-notice--hided.hided {
  display: none;
}
.ldn .lu-notice-toggle td {
  padding: 8px 0;
}
.ldn .lu-notice-toggle button {
  font-size: 12px;
}
.ldn .lu-notice td {
  padding: 10px;
}
.ldn .lu-ldn-left {
  text-align: left;
}
.ldn .lu-ldn-right {
  text-align: right;
}
.ldn .lu-ldn-nickname {
  width: 70px;
}
.ldn .lu-ldn-title {
  width: auto;
  word-break: break-all;
  white-space: normal;
}
.has-icon.ldn .lu-ldn-category {
  text-align: left;
}
.ldn .lu-ldn-check {
  padding: 0 !important;
  width: 0;
}
.ldn .lu-ldn-update {
  padding: 0 5px;
}
.ldn .lu-title {
  display: inline-block;
  width: calc(100% - 27px);
  vertical-align: middle;
}
.ldn .lu-check-area {
  height: 20px;
  width: 0;
  overflow: hidden;
  vertical-align: middle;
}
.ldn .lu-check-area.active {
  margin-left: 15px;
}
.ldn .le-text-notice:not(td) {
  display: inline-block;
  margin: -5px 10px 0 0;
  vertical-align: middle;
}
.ldn .le-icon-wrap {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  vertical-align: middle;
}
.font-main--nt .ldn .le-icon-wrap {
  margin-top: 3px;
}
.ldn .le-icon-secret {
  margin: -3px 2px 0 0;
}
.font-main--nt .ldn .le-icon-secret {
  margin-top: 0;
}
.ldn .le-update {
  padding: 0 15px;
  height: 30px;
  line-height: 32px;
  border-radius: 15px 15px 15px 0;
  font-size: 13px;
}
.ldn .le-board {
  font-size: 13px;
}
.ldn .le-title {
  font-size: 14px;
}
.ldn .le-extra td {
  text-align: left;
  width: auto;
}
.ldg.has-notice>ul {
  margin-top: 25px;
}
.ldg .lu-info>span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.ldg .le-thumbnail {
  transition-property: background-color;
  transition-duration: 0.3s;
  z-index: 1;
}
.ldg .le-category-wrap .wavy--blank {
  padding: 0;
}
.ldg .le-comment {
  margin-top: -4px;
}
.ldg .le-summary {
  padding: 10px 15px;
  margin-top: 7px;
  border-radius: 10px;
  text-align: left;
}
.ldg .le-vote {
  position: absolute;
  top: 10px;
  padding: 4px 10px 3px;
  border-radius: 10px 10px 10px 0;
  font-size: 11px;
  z-index: 2;
}
.thumb-type--crop.ldg.info-type--showed .lu::after {
  box-sizing: border-box;
  transition-property: left, top;
  transition-duration: 0.3s;
  z-index: -1;
}
.ldg.info-type--showed .lu:hover::after {
  left: 10px;
}
.ldg.info-type--showed .lu:hover ..ldg.info-type--showed .lu-body {
  bottom: 0;
}
.ldg.info-type--showed .lu-title {
  padding: 10px 0;
}
.ldg.info-type--showed .lu-title + .lu-info {
  margin-top: -5px;
}
.ldg.info-type--showed .le-category {
  font-size: 13px;
}
.ldg.info-type--hided .lu-body {
  position: absolute;
  left: 0;
  bottom: -250px;
  width: 100%;
  transition-property: bottom;
  transition-duration: 0.3s;
  z-index: 3;
}
.info-type--overlay.ldg.info-type--hided .lu-body {
  bottom: 0;
}
.ldg.info-type--hided .lu:hover .lu-body {
  bottom: 0;
}
.ldg.info-type--hided .lu-info {
  display: inline-block;
  margin-top: 5px;
  font-size: 12px;
}
.ldg.info-type--hided .lu-info-wrap {
  padding: 5px 15px 15px;
}
.style-straight .ldg.info-type--hided .lu-info-wrap {
  padding-top: 15px;
}
.ldg.info-type--hided .le-category-wrap {
  margin-bottom: 5px;
  font-size: 12px;
}
.style-straight .ldg.info-type--hided .wavy {
  display: none;
}
.thumb-type--ratio.ldg.info-type--overlay .le-thumbnail.no-thumbnail>span {
  display: none;
}
.ldr .lu-check-area {
  position: absolute;
  margin: 10px 0 0 -5px;
}
.ldr .lu-title {
  margin-top: 15px;
}
.ldr .lu-info {
  margin-top: 10px;
  text-align: center;
}
.ldr .lu-info>span {
  margin-right: 15px;
}
.ldr .lu-info i {
  font-size: 12px;
}
.ldr .le-category-wrap {
  margin-bottom: 5px;
}
.ldr .le-category-wrap .wavy--blank {
  padding: 0;
}
.ldr .le-thumbnail {
  margin-left: 5px;
}
.ldr .le-text-new {
  margin-right: 3px;
}
.ldr .le-title {
  margin: 0 -5px;
}
.ldr .le-summary {
  margin-top: 10px;
  padding: 10px 0;
}
.ldr .le-summary + .lu-info {
  margin-top: 15px;
}
.ldr .le-vote {
  margin-top: 15px;
  padding: 9px 15px 7px;
  font-size: 13px;
}
.ldr .le-vote .voted-count {
  right: 15px;
  top: 8px;
  font-size: 13px;
}
.ldr .le-extra2 {
  font-size: 13px;
}
.ldr .le-extra2 th {
  padding: 10px 10px 10px 0;
}
.ldr .le-extra2 td {
  padding: 10px 0;
}
.lds::before,
.lds::after {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
}
.lds::before {
  left: 33.33%;
}
.lds::after {
  left: 66.66%;
  margin-left: -1px;
}
.lds .lu {
  padding: 50px 35px 25px;
  width: 33.33%;
}
.lds .lu-title {
  margin-bottom: 25px;
  font-size: 17px;
}
.lds .lu-info {
  margin: 0 -10px;
}
.lds .lu-info>span {
  margin: 0 10px 25px;
}
.lds .lu-info-2nd {
  margin: 0 0 -25px;
  font-size: 13px;
  line-height: 60px;
}
.lds .lu .profile-image {
  margin-right: 3px;
}
.lds .le-text-new {
  margin: -25px 0 25px;
}
.lds .le-category {
  margin: 0 15px 15px;
}
.lds .le-category-wrap {
  margin-bottom: 25px;
  font-size: 12px;
}
.lds .le-thumbnail {
  margin-bottom: 25px;
}
.lds .le-thumbnail i {
  font-size: 24px;
}
.lds .le-title {
  font-size: 0.95em;
}
.lds .le-comment {
  margin: -15px 0 25px;
  font-size: 12px;
}
.lds .le-comment a {
  padding: 0 10px;
}
.lds .le-summary {
  margin-bottom: 25px;
  font-size: 15px;
}
.lds .le-summary i {
  margin-bottom: 10px;
  font-size: 18px;
}
.lds .le-summary i:last-of-type {
  margin-top: 10px;
}
.lds .le-secret {
  margin-bottom: 25px;
  letter-spacing: 0.2em;
  font-size: 12px;
}
.lds .le-secret a {
  padding: 50px 0;
}
.lds .le-date {
  font-size: 13px;
}
.ldw>ul {
  position: relative;
  border-bottom: 1px solid;
}
.ldw>ul::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
}
.ldw .lu {
  display: inline-block;
  position: static;
  width: calc(50% - 25px);
  box-sizing: border-box;
  vertical-align: top;
}
.ldw .lu:nth-child(2n-1) {
  margin-right: 50px;
}
.ldw .lu:nth-child(2n-1)::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
}
.has-notice.ldw .lu:first-child::before {
  content: none;
}
.ldw .lu>div {
  position: relative;
}
.ldw .lu-body {
  padding: 25px 0;
}
.ldw .lu-info {
  margin-top: 5px;
  font-size: 11px;
}
.ldw .le-thumbnail {
  top: 25px;
  right: 0;
}
.ldw .le-thumbnail.no-thumbnail {
  font-size: 12px;
  letter-spacing: 0.2em;
}
.ldw .le-thumbnail .no-thumbnail-text {
  font-size: 11px;
}
.ldw .le-thumbnail i {
  font-size: 20px;
}
.ldw .le-category-wrap {
  margin-bottom: 7px;
  font-size: 13px;
}
.ldw .le-summary {
  margin-top: 5px;
  font-size: 14px;
}
.ldw .le-extra {
  margin-top: 15px;
}
.ldw .le-nickname {
  font-size: 12px;
}
.ldb .lu {
  margin-top: 25px;
}
.ldb .lu-header {
  padding: 25px;
}
.ldb .lu-body {
  margin: 0 25px 25px;
}
.ldb .lu-info {
  margin-top: 7px;
}
.ldb .lu-slide-unit {
  top: 45px;
  max-height: 500px;
}
.ldb .lu-slide-paging {
  margin-bottom: 15px;
}
.ldb .lu-content .bt-expand button {
  font-size: 13px;
}
.ldb .lu-buttons {
  min-height: 30px;
  padding: 15px 25px;
}
.ldb .lu-buttons-right {
  margin-right: -10px;
}
.ldb .lu-buttons-right .bt {
  margin-top: 8px;
}
.ldb .le-ldb-vote {
  left: 25px;
  bottom: 15px;
}
.ldb .le-ldb-vote .bt {
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 16px;
}
.ldb .le-ldb-vote .voted-count {
  top: 6px;
  margin-left: 32px;
}
.ldb .le-ldb-vote .le-si {
  margin-top: 4px;
}
.ldb .le-ldb-comment {
  position: absolute;
  right: 25px;
  top: 25px;
  text-align: center;
}
.ldb .le-ldb-comment i {
  font-size: 20px;
}
.ldb .le-text-new {
  display: inline-block;
  margin-top: -3px;
  font-size: 12px;
}
.ldb .le-category-wrap {
  margin-bottom: 7px;
}
.ldb .le-title {
  font-size: 18px;
  line-height: 140%;
}
.ldb .le-extra {
  margin: 0 25px 25px;
  width: calc(100% - 50px);
}
.ldb .le-extra th {
  width: 140px;
}
.ldb .le-thumbnail {
  max-height: 500px;
}
.ldb .le-content {
  max-height: 290px;
}
.ldb .le-content .xe_content {
  font-size: 15px;
  line-height: 160%;
}
.ldf-notice .le-icon-notice {
  left: 15px;
}
.ldf .lu-header h1 {
  padding: 15px 50px 15px 15px;
  font-size: 16px;
  line-height: 160%;
}
.has-nickname:not(.has-text).ldf .lu-header h1 {
  padding-left: 50px;
}
.has-text.ldf .lu-header h1 {
  padding-left: 62px;
}
.has-nickname.has-text.ldf .lu-header h1 {
  padding-right: 80px;
}
.ldf .lu-header .le-text-faq {
  left: 15px;
  top: 15px;
}
.ldf .lu-header .profile-image {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.ldf .lu-header .bt-openclose {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}
.ldf .lu-body {
  padding: 25px 15px 25px 15px;
  border-top: 1px solid;
}
.has-text.ldf .lu-body {
  padding-left: 62px;
}
.ldf .lu-body .le-text-faq {
  left: 15px;
  top: 25px;
}
.ldf .lu-body .xe_content {
  font-size: 15px;
  line-height: 180%;
}
.ldf .le-text-faq {
  display: inline-block;
  width: 30px;
  font-size: 18px;
}
.ldf .le-text-new {
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
.font-main--nt .ldf .le-text-new {
  margin-top: -1px;
}
.ldf .le-text-my {
  font-size: 11px;
}
.ldf .le-icon-secret {
  vertical-align: middle;
  margin-bottom: -4px;
}
.font-main--nt .ldf .le-icon--image {
  margin-top: -3px;
}
.ldf .le-category {
  font-size: 14px;
}
.ldf .le-nickname {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 30px;
  z-index: 11;
}
.has-text.ldf .le-nickname {
  left: auto;
  right: 40px;
  top: 50%;
  margin-top: -12px;
}
.grant-view.ldf .le-nickname {
  right: 45px;
}
.ldf .le-ldf-ctrl {
  margin-top: 20px;
}
.ldf .ae-extra {
  margin: 0 0 25px;
}
.ldf .lemon-style {
  margin-bottom: 0;
}
.no-grant-view {
  margin: 50px 0;
}
.lm-article .list-buttons .bt-top {
  display: none;
}
.lm-article .bt-voted-who {
  margin: 48px 0 0 10px;
}
.au-header {
  
}
.lm-article--normal .au-header {
  position: relative;
  padding: 0 20px 0px 20px;
}
.au-header h1 {
  font-size: 30px;
  font-weight: 900;
  line-height: 140%;
  padding: 0 0px 10px 0;
}
.au-info {
  margin-top: 5px;
}
.au-info-left {
  display: inline-block;
}
.au-info-left>span {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 800;
}
.au-info-left>span .font-main--nt {
  vertical-align: baseline;
}
.au-info-left .profile-image {
  margin: -2px 3px -2px 0;
  width: 36px;
  height: 36px;
  vertical-align: middle;
}
.font-en--hs .au-info-left .text-en {
  font-size: 13px;
}
.au-info-right {
  position: absolute;
  right: 0;
  top: 24%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 13px;
}
.au-info-right>span {
  display: block;
}
.au-info-right>span:nth-of-type(2) {
  margin-top: 12px;
}
.au-info-right i {
  font-size: 20px;
}
.lm-article--normal .au-body {
  padding: 20px;
}
.lm-article--simple .au-body {
  padding: 50px 0;
}
.au-body--secret {
  text-align: center;
}
.au-body--secret .ip {
  vertical-align: top;
}
.au-body .xe_content,
.au-body .xe_content p {
  font-size: 15px;
  line-height: 180%;
}
.au-content .lm-spoiler {
  height: calc(100% + 50px);
  margin-top: -25px;
}
.au-content.has-spoiler .xe_content {
  min-height: 85px;
}
.au-author {
  border-top: 1px solid;
}
.au-author.has-author {
  position: relative;
}
.au-author.has-author::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
}
.au-author.has-author .ae-sign,
.au-author.has-author .ae-author {
  display: inline-block;
  position: relative;
  width: 50%;
  box-sizing: border-box;
  vertical-align: top;
}
.au-author.has-author .ae-sign {
  padding-right: 25px;
}
.au-author.has-author .ae-author {
  padding-left: 25px;
}
.au-buttons {
  height: 80px;
}
.au-buttons-box {
  float: right;
  margin-top: 50px;
}
.au-buttons-box:empty {
  display: none;
}
.au-buttons .bt-report {
  position: relative;
}
.au-buttons .bt-report .count-num {
  position: absolute;
  left: -10px;
  top: -11px;
  padding: 0 6px;
  height: 18px;
  line-height: 18px;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 9px;
  font-size: 10px;
  overflow: hidden;
}
.au-article-bottom {
  margin: 25px 0 50px;
  text-align: center;
}
.au-article-bottom .bt-list {
  display: inline-block;
  margin: 50px 0 0;
  background-color: transparent;
}
.ae-category,
.ae-board {
  display: inline-block;
  margin-bottom: 5px;
}
.ae-ctrl {
  display: inline-block;
  margin: -3px 10px -3px 0;
  vertical-align: middle;
}
.ae-ctrl a {
  margin-right: 2px;
  padding: 0 10px;
}
.ae-file {
  cursor: pointer;
}
.ae-vote {
  margin-top: 50px;
}
.ae-vote--header.vote-count .fa-stack {
  width: 20px;
  height: 20px;
}
.ae-comment--header {
  cursor: pointer;
}
.ae-comment--bottom {
  margin: 50px 9px 0 0;
}
.ae-font-style .bt-size {
  font-size: 11px;
}
.lm-article--normal .ae-extra {
  margin: -50px 0 50px;
}
.ae-extra th {
  width: 140px;
  padding: 12px 15px;
}
.ae-extra td {
  padding: 12px 15px;
}
.ae-extra .lm-rating {
  font-size: 18px;
}
.ae-youtube {
  margin-top: -25px;
}
.ae-sign h3 {
  padding: 15px 0 10px;
}
.ae-sign .nickname {
  display: inline-block;
  margin-top: -10px;
  font-size: 13px;
}
.ae-sign .profile-image {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  vertical-align: middle;
}
.ae-sign .lm-pointbar {
  position: absolute;
  right: 0;
  top: 20px;
  width: calc(100% - 120px);
}
.ae-sign-body {
  margin-top: 10px;
  font-size: 14px;
  line-height: 160%;
  min-height: 115px;
}
.ae-sign-body .no-sign {
  padding-top: 35px;
}
.ae-author {
  font-size: 13px;
}
.ae-author-nav {
  padding: 10px 0;
}
.ae-author-nav button {
  display: inline-block;
  margin-right: 15px;
  font-size: 13px;
}
.ae-author-new {
  font-size: 11px;
}
.ae-author-list {
  padding: 5px 0 15px;
  height: 140px;
  box-sizing: border-box;
  line-height: 13px;
}
.ae-vote .bt-vote {
  margin-right: 5px;
}
.ae-voted-who {
  text-align: center;
}
.ae-voted-who.show {
  position: relative;
  margin-top: 25px;
}
.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;
  word-break: break-all;
}
.no-profile.lm-article .ae-voted-who {
  font-size: 14px;
}
.ae-voted-who .inner {
  height: 105px;
  padding-left: 35px;
  border-top: 1px solid;
}
.lm-article.no-profile .ae-voted-who .inner {
  height: auto;
}
.ae-voted-who ul {
  padding: 25px 15px 10px;
}
.lm-article.no-profile .ae-voted-who ul {
  padding-bottom: 15px;
}
.ae-voted-who .nickname {
  line-height: 160%;
}
.send-msg-nickname {
  font-size: 11px;
}
.article-files li>a {
  padding: 20px 85px 20px 75px;
}
.article-files-icon {
  left: 20px;
  top: 20px;
}
.article-files .file-down-count {
  right: 20px;
  font-size: 12px;
}
.article-files .file-name {
  line-height: 140%;
}
.article-files .file-size {
  font-size: 10px;
}
.article-report .inner {
  text-align: center;
  font-size: 15px;
}
.article-report .sbHolder {
  margin-top: 15px;
  width: 100%;
}
.article-report textarea.ip {
  padding: 15px;
  height: 80px;
  line-height: 160%;
}
.lm-comment .cu-notice {
  padding: 15px 15px 15px 50px;
  line-height: 160%;
}
.lm-comment .cu-notice i,
.lm-comment .cu-notice-icon {
  left: 15px;
  top: 13px;
}
.lm-comment .cu-message.member-only {
  border-bottom: none;
}
.lm-comment .cu-secret {
  line-height: 180%;
}
.lm-comment .ce-rank {
  left: -9px;
  top: -9px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.lm-comment .ce-text-writer {
  font-size: 10px;
}
.font-main--nt .lm-comment .ce-text-writer {
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 120%;
}
.lm-comment .ce-text-parent {
  font-size: 12px;
}
.lm-comment .ce-best {
  margin-top: -2px;
}
.lm-comment .ce-best-text {
  font: 11px/11px 'Trebuchet MS';
}
.lm-comment .ce-reload {
  margin: 25px 0 -10px;
}
.lm-comment .ce-reload-alert {
  font-size: 12px;
}
.lm-comment--basic .comment-unit {
  padding: 25px 15px 25px 70px;
}
.no-profile.lm-comment--basic .comment-unit {
  padding-left: 15px;
}
.lm-comment--basic .comment-unit--reply {
  padding-left: 125px;
}
.no-profile.lm-comment--basic .comment-unit--reply {
  padding-left: 70px;
}
.lm-comment--basic .comment-unit--reply .cu-profile {
  left: 70px;
}
.lm-comment--basic .comment-unit:hover .ce-ctrl {
  opacity: 1;
}
.lm-comment-form.lm-comment--basic .cu-list {
  padding-left: 55px;
  padding-right: 0;
  border-top: 1px solid;
}
.lm-comment--basic .cu-profile {
  top: 25px;
  left: 15px;
}
.lm-comment-form.lm-comment--basic .cu-profile {
  left: 0;
}
.lm-comment--basic .cu-header {
  margin-bottom: 10px;
  font-size: 13px;
}
.lm-comment--basic .cu-buttons {
  margin-top: 15px;
  margin-bottom: -5px;
  font-size: 13px;
}
.lm-comment--basic .ce-nickname {
  font-size: 16px;
}
.lm-comment--basic .ce-vote .bt {
  font-size: 12px;
}
.lm-comment--basic .ce-ctrl {
  right: 20px;
  top: 20px;
  transition-property: opacity;
  transition-duration: 0.3s;
  opacity: 0.3;
  font-size: 13px;
}
.lm-comment--bubble .comment-unit {
  padding-left: 40px;
  margin-top: 25px;
}
.lm-comment--bubble .comment-unit--reply {
  margin-left: 40px;
}
.has-comment-spoiler.lm-comment--bubble .cu-list {
  min-height: 110px;
}
.lm-comment--bubble .cu-body {
  padding: 13px 15px;
  max-width: calc(100% - 62px);
}
.lm-comment--bubble .cu-body:hover .cu-buttons>span {
  opacity: 1;
}
.lm-comment--bubble .cu-body:hover .ce-date-time {
  opacity: 1;
}
.lm-comment--bubble .cu-buttons {
  display: inline-block;
  vertical-align: middle;
}
.lm-comment--bubble .cu-buttons>span:not(.ce-ctrl) {
  transition-property: opacity;
  transition-duration: 0.3s;
  opacity: 0;
  font-size: 12px;
}
.lm-comment--bubble .cu-buttons>span:not(.ce-ctrl) a {
  margin-left: 10px;
}
.lm-comment--bubble .ce-nickname {
  font-weight: 500;
}
.lm-comment--bubble .ce-vote--view>span {
  font-size: 12px;
}
.lm-comment--bubble .ce-vote .writer-vote .fa-stack {
  position: absolute;
  right: 0;
  bottom: 2px;
}
.lm-comment--bubble .ce-reply-button {
  margin-left: -5px;
}
.lm-comment--bubble .ce-ctrl {
  position: absolute;
  left: calc(100% + 4px);
  top: 0;
  white-space: nowrap;
  font-size: 11px;
}
.lm-comment--bubble .ce-ctrl a {
  display: inline-block;
  padding: 2px 5px;
  margin-right: 2px;
  border-bottom: none;
  border-radius: 10px;
  border: 1px solid #ebebeb;
}
.lm-comment--bubble .ce-date {
  position: absolute;
  left: calc(100% + 8px);
  bottom: 0;
  white-space: nowrap;
  font-size: 11px;
}
.lm-comment--bubble .ce-date>span {
  transition-property: opacity;
  transition-duration: 0.3s;
}
.lm-comment--bubble .ce-date-time {
  position: absolute;
  left: 0;
  bottom: 15px;
  opacity: 0;
}
.lm-comment--bubble .lm-spoiler {
  top: -26px;
  height: calc(100% + 26px);
}
.lm-comment--bubble .profile-image {
  width: 30px;
  height: 30px;
  border-radius: 20px ;
}
.lm-comment--bubble .xe_content {
  margin-bottom: 5px;
}
.lm-comment--bubble .dot {
  display: inline-block;
  margin: -5px 0 0 0;
  vertical-align: middle;
}
.lm-comment--faq .comment-unit {
  margin-top: 25px;
}
.lm-comment--faq .comment-unit--reply {
  margin-left: 50px;
}
.lm-comment--faq .comment-unit:hover .ce-ctrl {
  opacity: 1;
}
.lm-comment--faq .comment-unit .xe_content {
  font-size: 14px;
  line-height: 180%;
}
.lm-comment--faq .cu-body {
  padding: 20px 25px;
  border-radius: 0 15px 15px 15px;
}
.lm-comment--faq .ce-icon-secret {
  margin-left: 3px;
}
.lm-comment--faq .ce-ctrl {
  right: 25px;
  bottom: 20px;
  opacity: 0.3;
  transition-property: opacity;
  transition-duration: 0.3s;
  font-size: 12px;
}
.lm-comment--faq .ce-nickname {
  padding: 5px 10px 3px;
  font-size: 12px;
}
.lm-comment--faq .ce-date {
  margin-top: 8px;
  font-size: 12px;
}
.lm-comment .xe_content {
  font-size: 14px;
  line-height: 180%;
}
.lm-comment .xe_content p {
  line-height: 180%;
}
.lm-comment .sticker-image {
  margin-bottom: 15px;
}
.lm-comment .bt-resticker i {
  margin: -2px 2px 0 0;
  font-size: 12px;
  vertical-align: middle;
}
.lm-comment-form .article-title {
  padding-top: 15px;
  font-size: 16px;
  font-weight: bold;
}
.lm-comment-form .article-nickname {
  margin: 10px 0 15px;
}
.lm-comment-form .article-nickname .profile-image {
  margin: -7px 3px -3px 0;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.lm-comment-form .article-summary {
  padding-top: 15px;
  border-top: 1px solid;
  line-height: 160%;
}
.comment-delete .instant-delete {
  margin: 15px 0 -15px;
}
.comment-write {
  padding: 25px 0 0 50px;
}
.lm-comment.no-profile .comment-write {
  padding-left: 0;
}
.comment-write .cwu-message {
  border-top: none;
  margin-left: -50px;
}
.comment-write .cwe-textarea {
  line-height: 160%;
}
.lm-comment--bubble .comment-write--default {
  padding-left: 40px;
}
.comment-write--reply {
  padding-left: 0;
}
.comment-write--default .stk_display {
  padding: 25px 0;
}
.stk_display .sticker_pack {
  padding: 15px 30px;
}
.stk_display .sticker_pack>ul>li {
  height: 40px;
}
.stk_display .sticker_pack>ul>li a {
  margin-right: 15px;
}
.stk_display .stk_body>ul>li {
  margin: 15px 7.5px 0 7.5px;
}
.stk_display .stk_body>ul>li a {
  position: relative;
  width: 100px;
  height: 100px;
  transition-property: box-shadow;
  transition-duration: 0.3s;
}
.board-write .wu-header {
  padding: 0px 0px 20px 0;
  border-bottom: 1px solid;
}
.board-write .wu-header h3 {
  font-size: 18px;
}
.board-write .wu-body {
  
}
.board-write .wu-body .bt-area {
  margin-top: 25px;
}
.board-write .wu-mode--editor {
  padding-top: 25px;
}
.board-write .wu-mode--text {
  padding-top: 25px;
}
.board-write .wu-options {
  margin-top: 25px;
}
.board-write .wu-options-unit {
  display: inline-block;
}
.board-write .wu-options-color .color-indicator {
  font-size: 12px;
}
.board-write .wu-options .notice-type {
  display: inline-block;
  padding: 5px 0 3px 10px;
  border-radius: 10px;
  margin-right: 10px;
}
.board-write .we-category {
  display: inline-block;
  vertical-align: middle;
}
.board-write .we-category .sbHolder {
  width: 170px;
}
.board-write .we-category--timeline {
  display: none;
}
.board-write .we-title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.board-write .we-title.has-category {
  width: calc(100% - 172px);
}
.board-write .we-title.has-timeline-category {
  width: calc(100% - 360px);
}
.board-write .we-textarea {
  height: 300px;
  line-height: 160%;
  font-size: 14px;
}
.board-write .we-tags {
  display: inline-block;
  margin-top: 25px;
  width: 100%;
}
.mode--guest .board-write .we-tags {
  width: calc(100% - 220px);
}
.board-write .we-tags .ip {
  width: 100%;
}
.board-write .we-user-info {
  display: inline-block;
}
.board-write .we-user-info .ip {
  width: 100px;
  margin-left: 10px;
}
.board-write .we-extra {
  display: table;
  margin-top: 25px;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid;
}
.board-write .we-extra>li {
  display: table-row;
  border-bottom: 1px solid;
}
.board-write .we-extra .lb {
  display: table-cell;
  padding: 12px 15px;
  width: 140px;
  border-right: 1px solid;
  text-align: right;
}
.board-write .we-extra .ip-wrap {
  display: table-cell;
}
.board-write .we-extra .ip-wrap .ip:not(.ip--small) {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: none;
}
.board-write .we-extra .ip-wrap .ip:not(.ip--small) + p {
  margin-top: 0;
}
.board-write .we-extra .ip-wrap>p {
  padding: 8px 15px;
  margin-top: 6px;
  border-top: 1px dotted;
  font-size: 12px;
}
.board-write .we-extra .ip-wrap>ul {
  padding-left: 5px;
  margin-bottom: -5px;
}
.board-write .we-extra .ip-wrap>ul>li {
  display: inline-block;
  margin: 0 0 5px 10px;
}
.board-write .we-extra .ip-wrap .sbHolder {
  margin: 15px;
  width: 170px;
}
.board-write .we-extra .ip-wrap .tel:first-of-type {
  margin-left: 15px;
}
.board-write .we-extra .ip-wrap .krZip {
  padding: 15px;
}
.board-write .we-extra .ip-wrap .krZip-postcode-wrap,
.board-write .we-extra .ip-wrap .krZip-address-wrap {
  margin-bottom: 10px;
}
.board-write .we-extra--timeline {
  display: none;
}
.board-write .we-extra--timeline.active {
  display: table;
}
.skin-setting-inner>div {
  width: 500px;
  margin: 0 auto;
}
.skin-setting section {
  margin-bottom: 60px;
}


/* yozmm */
.oboard-box:hover {
  background-color: rgba(240, 240, 240, 0.5);
  cursor: pointer;
  text-decoration: none;
}
.oboard-nickname-box {
  display: flex;
  justify-content: space-between;
  flex-direction: row; 
}
.oboard-nickname-text {
  font-size: 15px;
  font-weight: 800;
  color: #171717;
}
.oboard-write-box {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 80px;
}
.oboard-write-profile-box img {
  width: 36px;
  height: 36px;
  border-radius: 20px;
  margin: 20px 15px 20px 20px;
}
.oboard-write-post-box {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
  padding: 0px 0px 0px 0;
  font-size: 15px;
  color: #999999;
  cursor: pointer;
  text-decoration: none;
}

/* Original file: files/cache/assets/compiled/19b031ae2ecfbb92305c9f2c0070943dc87d8c9a.ckeditor.scss.css */

html {
  width: unset;
  height: unset;
  min-width: unset;
  min-height: 100vh;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html.cke_panel_container, html.cke_panel_container body {
  background-color: #fff;
  color: #000;
}
html.cke_panel_container.color_scheme_dark.cke_auto_dark_mode, html.cke_panel_container body.color_scheme_dark.cke_auto_dark_mode {
  background-color: #333;
  color: #fff;
}
body.cke_editable {
  width: unset;
  height: unset;
  min-width: unset;
  min-height: 100vh;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  background-color: #fff;
  color: #000;
}
body.cke_editable.color_scheme_dark.cke_auto_dark_mode {
  background-color: #333;
  color: #fff;
}
textarea.cke_source.cke_editable {
  box-sizing: border-box;
  padding: 10px;
}
body.color_scheme_dark.cke_auto_dark_mode .cke_wysiwyg_div {
  background-color: #333;
  color: #fff;
}
p.editor_autosaved_message.autosave_message {
  display: none;
  background: #e0e0e0;
  color: #000;
  padding: 10px;
  margin: 0;
  line-height: 1.2;
}
.color_scheme_dark p.editor_autosaved_message.autosave_message {
  background: #222;
  color: #fff;
}
.color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_top, .color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_bottom {
  background: #333;
  border-color: #555;
}
.color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_top .cke_button_on, .color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_bottom .cke_button_on {
  background: #000;
  border-color: #555;
}
.color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_top .cke_button_icon, .color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_top .cke_combo_button, .color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_top .cke_button_arrow, .color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_top .cke_button_label, .color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_bottom .cke_button_icon, .color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_bottom .cke_combo_button, .color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_bottom .cke_button_arrow, .color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_bottom .cke_button_label {
  filter: invert(1);
}
.color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_top.cke_dialog_body, .color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_bottom.cke_dialog_body {
  background: #555;
}
.color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_top .cke_dialog_title, .color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_bottom .cke_dialog_title {
  background: #333;
  color: #fff;
  border-bottom-color: #555;
}
.color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_top .cke_dialog_title .cke_dialog_close_button, .color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_bottom .cke_dialog_title .cke_dialog_close_button {
  color: #fff;
}
.color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_top .cke_dialog_tabs, .color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_bottom .cke_dialog_tabs {
  background: #555;
}
.color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_top .cke_dialog_tabs .cke_dialog_tab, .color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_bottom .cke_dialog_tabs .cke_dialog_tab {
  background: #555;
  color: #999;
  border-color: #777;
}
.color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_top .cke_dialog_tabs .cke_dialog_tab_selected, .color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_bottom .cke_dialog_tabs .cke_dialog_tab_selected {
  background: #777;
  color: #fff;
  border-color: #777;
}
.color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_top .cke_dialog_contents, .color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_bottom .cke_dialog_contents {
  background: #555;
  border-top-color: #777;
}
.color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_top .cke_dialog_contents label, .color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_bottom .cke_dialog_contents label {
  color: #fff;
}
.color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_top .cke_dialog_contents select, .color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_top .cke_dialog_contents input, .color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_top .cke_dialog_contents .ImagePreviewBox td, .color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_bottom .cke_dialog_contents select, .color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_bottom .cke_dialog_contents input, .color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_bottom .cke_dialog_contents .ImagePreviewBox td {
  background: #333;
  color: #fff;
  border-color: #777;
}
.color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_top .cke_dialog_footer, .color_scheme_dark.cke_auto_dark_mode .cke_reset .cke_bottom .cke_dialog_footer {
  background: #333;
  border-top-color: #555;
}
.cke_reset .cke_top a:hover, .cke_reset .cke_top a:focus, .cke_reset .cke_bottom a:hover, .cke_reset .cke_bottom a:focus {
  transition: none;
}
.cke_reset .cke_combo__fontsize .cke_combo_button {
  width: 64px;
}
.cke_reset .cke_combo__fontsize .cke_combo_text {
  width: 30px;
}
.color_scheme_dark.cke_auto_dark_mode .cke_dialog_body {
  background: #333;
  border-color: #555;
}
.color_scheme_dark.cke_auto_dark_mode .cke_dialog_body .cke_button_on {
  background: #000;
  border-color: #555;
}
.color_scheme_dark.cke_auto_dark_mode .cke_dialog_body .cke_button_icon, .color_scheme_dark.cke_auto_dark_mode .cke_dialog_body .cke_combo_button, .color_scheme_dark.cke_auto_dark_mode .cke_dialog_body .cke_button_arrow, .color_scheme_dark.cke_auto_dark_mode .cke_dialog_body .cke_button_label {
  filter: invert(1);
}
.color_scheme_dark.cke_auto_dark_mode .cke_dialog_body.cke_dialog_body {
  background: #555;
}
.color_scheme_dark.cke_auto_dark_mode .cke_dialog_body .cke_dialog_title {
  background: #333;
  color: #fff;
  border-bottom-color: #555;
}
.color_scheme_dark.cke_auto_dark_mode .cke_dialog_body .cke_dialog_title .cke_dialog_close_button {
  color: #fff;
}
.color_scheme_dark.cke_auto_dark_mode .cke_dialog_body .cke_dialog_tabs {
  background: #555;
}
.color_scheme_dark.cke_auto_dark_mode .cke_dialog_body .cke_dialog_tabs .cke_dialog_tab {
  background: #555;
  color: #999;
  border-color: #777;
}
.color_scheme_dark.cke_auto_dark_mode .cke_dialog_body .cke_dialog_tabs .cke_dialog_tab_selected {
  background: #777;
  color: #fff;
  border-color: #777;
}
.color_scheme_dark.cke_auto_dark_mode .cke_dialog_body .cke_dialog_contents {
  background: #555;
  border-top-color: #777;
}
.color_scheme_dark.cke_auto_dark_mode .cke_dialog_body .cke_dialog_contents label {
  color: #fff;
}
.color_scheme_dark.cke_auto_dark_mode .cke_dialog_body .cke_dialog_contents select, .color_scheme_dark.cke_auto_dark_mode .cke_dialog_body .cke_dialog_contents input, .color_scheme_dark.cke_auto_dark_mode .cke_dialog_body .cke_dialog_contents .ImagePreviewBox td {
  background: #333;
  color: #fff;
  border-color: #777;
}
.color_scheme_dark.cke_auto_dark_mode .cke_dialog_body .cke_dialog_footer {
  background: #333;
  border-top-color: #555;
}
.xe_content.editable, .rhymix_content.editable, .cke_wysiwyg_div {
  font-family: none;
  font-size: 17px;
  line-height: 160%;
  word-break: normal;
  word-wrap: break-word;
}
.xe_content.editable p, .rhymix_content.editable p, .cke_wysiwyg_div p {
  margin: 0 0 2px 0;
  line-height: 160%;
}
.xe_content.editable p span, .rhymix_content.editable p span, .cke_wysiwyg_div p span {
  line-height: 160%;
}
.xe_content.editable img, .xe_content.editable video, .rhymix_content.editable img, .rhymix_content.editable video, .cke_wysiwyg_div img, .cke_wysiwyg_div video {
  max-width: 100%;
  height: auto;
}
.xe_content.editable blockquote, .rhymix_content.editable blockquote, .cke_wysiwyg_div blockquote {
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  border-left-width: 5px;
  padding-left: 20px;
  padding-right: 8px;
}
.xe_content.editable blockquote:lang(ar), .xe_content.editable blockquote:lang(arc), .xe_content.editable blockquote:lang(dv), .xe_content.editable blockquote:lang(ha), .xe_content.editable blockquote:lang(he), .xe_content.editable blockquote:lang(khw), .xe_content.editable blockquote:lang(ks), .xe_content.editable blockquote:lang(ku), .xe_content.editable blockquote:lang(ps), .xe_content.editable blockquote:lang(fa), .xe_content.editable blockquote:lang(ur), .xe_content.editable blockquote:lang(yi), .rhymix_content.editable blockquote:lang(ar), .rhymix_content.editable blockquote:lang(arc), .rhymix_content.editable blockquote:lang(dv), .rhymix_content.editable blockquote:lang(ha), .rhymix_content.editable blockquote:lang(he), .rhymix_content.editable blockquote:lang(khw), .rhymix_content.editable blockquote:lang(ks), .rhymix_content.editable blockquote:lang(ku), .rhymix_content.editable blockquote:lang(ps), .rhymix_content.editable blockquote:lang(fa), .rhymix_content.editable blockquote:lang(ur), .rhymix_content.editable blockquote:lang(yi), .cke_wysiwyg_div blockquote:lang(ar), .cke_wysiwyg_div blockquote:lang(arc), .cke_wysiwyg_div blockquote:lang(dv), .cke_wysiwyg_div blockquote:lang(ha), .cke_wysiwyg_div blockquote:lang(he), .cke_wysiwyg_div blockquote:lang(khw), .cke_wysiwyg_div blockquote:lang(ks), .cke_wysiwyg_div blockquote:lang(ku), .cke_wysiwyg_div blockquote:lang(ps), .cke_wysiwyg_div blockquote:lang(fa), .cke_wysiwyg_div blockquote:lang(ur), .cke_wysiwyg_div blockquote:lang(yi) {
  border-left-width: 0px;
  border-right-width: 5px;
  padding-left: 8px;
  padding-right: 20px;
}
/* sourceMappingURL=19b031ae2ecfbb92305c9f2c0070943dc87d8c9a.ckeditor.scss.map */

/* Original file: modules/keyword/tpl/plugin/jquery.autocomplete.css */

/**
 * @fileOverview CSS for jquery-autocomplete, the jQuery Autocompleter
 * @author <a href="mailto:dylan@dyve.net">Dylan Verheul</a>
 * @license MIT | GPL | Apache 2.0, see LICENSE.txt
 * @see https://github.com/dyve/jquery-autocomplete
 */
.acResults {
	padding: 0px;
	border: 1px solid #ccc;
	border-radius:2px;
	background-color: White;
	overflow: hidden;
	z-index:10000;
}

.acResults ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style: none;	
}

.acResults ul li {
	margin: 0px;
	padding: 5px 8px;
	cursor: pointer;
	display: block;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.acLoading {
	background-image : url("../../../../modules/keyword/tpl/plugin/indicator.gif")!important;
	background-repeat: no-repeat!important;
	background-position:95% 50%!important;
}

.acSelect {
	transition:0.2s;
	background-color: #ededed;
}

.acResults div {
	display:none;
	position:relative;
	text-align:right;
	border-top:1px solid #ddd;
	background:#f7f7f7;
	padding:5px;
	color:#666;
}

.acResults span:hover {
	cursor:pointer;
	text-decoration:underline;
}

.acResult span {
	cursor:pointer;
}

/* Original file: widgets/tag_list_adv/skins/tag_list/widget.css */

.tagbox {
    position: relative; 
    display: block; 
    width: 100%; 
    padding: 15px 0px 0px 0px;
}

.tagbox ul {
    padding: 0px; 
}

.tagbox ul li {
    position: relative;
    display: inline-block;
}

.tagbox ul li a {
    position: relative;
    display: block;
    white-space: nowrap;
    list-style: disc;
    text-decoration:none;
    font-size: 12px; 
    font-weight: 600;
    color:#171717;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 6px;
    margin: 0 8px 8px 0;
}

.tagbox a:hover {
    background:#F8691A;
    border: 1px solid #F8691A;
    color:#ffffff;
    text-decoration:{$widget_info->text_decoration};
}

/* Original file: addons/media_embed/css/default.css */

.media_embed {
	position: relative; width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden;
}
.media_embed > iframe,
.media_embed > video {
	 position: absolute; top: 0; left: 0; border: 0; width: 100%; height: 100%;
}
.media_embed span.cke_widget_inline {
	display: block; width: 100%;
}
.media_embed span.cke_widget_inline > img,
.media_embed > img {
	width: 100%; max-width: 100%; height: auto;
}

.media_embed.airbnb-embed {
	width: 100% !important; padding-bottom: 12px; overflow-x: auto;
}
.media_embed.airbnb-embed iframe {
	position: relative; border: none; visibility: visible; margin: 0 auto; padding: 0; min-width: 300px; max-width: 450px;
}

.media_embed.amazon-book-embed {
	padding-bottom: calc(75% + 150px);
}
.media_embed.amazon-book-embed img {
	display: none; opacity: 0;
}

.media_embed.amazon-music-embed {
	display: inline-block; padding-bottom: 0; height: auto;
}
.media_embed.amazon-music-embed img {
	display: none; opacity: 0;
}
.media_embed.amazon-music-embed iframe {
	border:1px solid rgba(0, 0, 0, 0.12);
}

.media_embed.apple-music-embed img {
	display: none; opacity: 0;
}

.media_embed.audioclip-embed {
	padding-bottom: 181px;
}
.media_embed.audioclip-embed img {
	display: none; opacity: 0;
}

.media_embed.azquotes-embed {
	height: auto; padding-bottom: 0;
}

.media_embed.bandcamp-embed {
	display: inline-block; max-width: 720px; padding-bottom: 0;
}
.media_embed.bandcamp-embed img {
	display: none; opacity: 0;
}

.media_embed.codepen-embed {
	padding-bottom: 480px;
}

.media_embed.codesandbox-embed {
	padding-bottom: 480px;
}

.media_embed.discord-embed {
	display: inline-block; max-width: 360px; padding-bottom: 480px;
}

.media_embed.fb-post,
.media_embed.fb-video {
	display: inline-block; max-width: 552px; height: 325px; padding-bottom: 0; line-height: 0;
}
.media_embed.fb-post > iframe,
.media_embed.fb-video > iframe {
	 position: relative; width: 100%; height: 300px; border: none; overflow: hidden;
}
.media_embed.fb-post > p,
.media_embed.fb-video > p {
	width: 100% !important; font-style: italic; color: #999; text-align: center;
}

.media_embed.flickr-embed {
	height: auto; padding-bottom: 0; text-align: center;
}
.media_embed.flickr-embed > iframe {
	position: relative;
}

.media_embed.gettyimage-embed {
	display: inline-block; padding-bottom: 0;
}

.media_embed.gfycat-embed {
	display: inline-block; height: auto; padding-bottom: 0;
}
.media_embed.gfycat-embed > .gfycat-embed-group {
	position: relative; padding-bottom: 56.25%;
}
.media_embed.gfycat-embed > .gfycat-embed-single {
	position: relative; display: inline-block; width: 100%; padding-bottom: 0 !important; height: auto;
}

.media_embed.giphy-embed.giphy-embed-photo {
	height: auto; padding-bottom: 0;
}
.media_embed.giphy-embed.giphy-embed-photo > span {
	display: inline-block; width: auto;
}
.media_embed.giphy-embed.giphy-embed-photo > span > img,
.media_embed.giphy-embed.giphy-embed-photo > img {
	width: auto;
}

.media_embed.gfycat-embed > .gfycat-embed-group > span > img,
.media_embed.gfycat-embed > .gfycat-embed-group > img {
	position: absolute; top: 0; left: 0; width: 100%; height: auto;
}
.media_embed.gfycat-embed > .gfycat-embed-single > span > img,
.media_embed.gfycat-embed > .gfycat-embed-single > img {
	width: 100%;
}
.media_embed.gfycat-embed > .gfycat-embed-group > iframe,
.media_embed.gfycat-embed > .gfycat-embed-single > iframe {
	position: absolute; top: 0; left: 0; width: 100%; min-width: auto; height: 99.9%;
}

.media_embed.google-books-embed {
	display: inline-block; width: 100%; height: 100%; max-width: 590px; padding-bottom: 0;
}

.media_embed.google-file-embed {
    padding-bottom: calc(56.25% + 12px);
}
.media_embed.google-drawings-embed {
	height: auto; padding-bottom: 0;
}
.media_embed.google-forms-embed {
	padding-bottom: 100%;
}
.media_embed.google-forms-embed img {
	display: none;
}

.media_embed.imgur-embed {
	height: auto; padding-bottom: 0;
}
.media_embed.imgur-embed img {
	display: none;
}
.media_embed.imgur-embed iframe {
	position: relative; margin: 0 auto; width: 540px; max-width: 100%; height: 360px;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%); border: 1px solid #ccc; border-radius: 2px; box-sizing: border-box;
}
.media_embed.imgur-embed > p {
	font-style: italic; color: #999; text-align: center;
}

.media_embed.instagram-embed {
	height: auto; padding-bottom: 0;
}
.media_embed.instagram-embed .instagram-media {
	position: relative; display: inline-block; padding: 0; width: calc(100% - 2px); max-width: 540px !important; height: 480px;
	background: #fff; border: 1px solid #dbdbdb; border-radius: 3px; box-shadow: none;
}

.media_embed.jjalbot-embed {
	display: inline-block; height: auto; padding-bottom: 0;
}

.media_embed.jsfiddle-embed {
	height: 480px; padding-bottom: 0;
}
.media_embed.jsfiddle-embed iframe {
	position: relative; height: 480px; border: 1px solid #bbb; box-sizing: border-box;
}

.media_embed.mixcloud-embed {
	padding-bottom: 120px; height: 0;
}
.media_embed.mixcloud-embed img {
    opacity: 0;
}

.media_embed.nico-embed-live {
	display: inline-block; max-width: 360px; height: 172px; padding: 0; background-color: #f6f6f6; border: solid 1px #d0d0d0;
}
.media_embed.nico-embed-video > span,
.media_embed.nico-embed-video > img,
.media_embed.nico-embed-live > span,
.media_embed.nico-embed-live > img {
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.media_embed.nico-embed-live > span,
.media_embed.nico-embed-live > img {
	opacity: 0;
}

.media_embed.pinterest-embed {
	display: inline-block; max-width: 600px; height: auto; padding-bottom: 0;
}
.media_embed.pinterest-embed > a {
	display: block; margin: 0 auto; width: 600px; min-width: unset; max-width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 12px; box-sizing: border-box; overflow: hidden; line-height: 0;
}
	.media_embed.pinterest-embed.pinterest-pin > a {
		border-radius: 36px;
	}
	.media_embed.pinterest-embed.pinterest-pin > a > img {
		width: 100%; height: auto;
	}
.media_embed.pinterest-embed > a > span {
	width: 100%;
}
.media_embed.pinterest-embed:not(.pinterest-pin) > a > span:first-of-type {
	display: block; margin: 0; padding: 10px; height: 55px; text-align: left; box-sizing: border-box;
}
.media_embed.pinterest-embed:not(.pinterest-pin) > a > span:first-of-type > span {
	display: inline-block; height: 36px; vertical-align: middle; 
}
.media_embed.pinterest-embed:not(.pinterest-pin) > a > span:first-of-type > span:first-of-type {
	margin-right: 10px; width: 36px; border-radius: 50%; overflow: hidden;
}
.media_embed.pinterest-embed:not(.pinterest-pin) > a > span:first-of-type > span:first-of-type > img {
	width: 36px; height: 36px;
}
.media_embed.pinterest-embed:not(.pinterest-pin) > a > span:first-of-type > span:last-of-type {
	width: calc(100% - 46px); margin: 0;
}
.media_embed.pinterest-embed:not(.pinterest-pin) > a > span:first-of-type > span:last-of-type > span {
	display: block; width: 100%; height: 17px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
	color: #363636; font-size: 12px; line-height: 1;
}
.media_embed.pinterest-embed:not(.pinterest-pin) > a > span:first-of-type > span:last-of-type > span:first-of-type {
	height: 19px;
	color: #333; font-size: 14px; font-weight: bold;
}
	.media_embed.pinterest-embed:not(.pinterest-pin).pinterest-profile > a > span:first-of-type > span:last-of-type > span {
		height: 36px; line-height: 36px;
	}
.media_embed.pinterest-embed > a > span:nth-of-type(2) {
	display: block; padding: 0 10px; overflow-x: hidden; overflow-y: auto; width: 100%; box-sizing: border-box;
}
.media_embed.pinterest-embed > a > span:nth-of-type(2) > span {
	display: flex; width: 100%; height: auto;
}
.media_embed.pinterest-embed > a > span:nth-of-type(2) > span > span {
	padding: 1px; min-width: 60px;
}
.media_embed.pinterest-embed > a > span:nth-of-type(2) > span > span > img {
	margin: 0; display: inline-block; width: 100%; border-radius: 8px;
}
.media_embed.pinterest-embed > a > span:last-of-type {
	display: block; padding: 24px 12px; font-style: italic; color: #999; text-align: center;
}
.media_embed.pinterest-embed > a > span img {
	filter: none;
}
.media_embed.pinterest-embed > span {
	width: 100% !important; max-width: 600px !important; min-width: unset !important;
}

.media_embed.podbbang-embed {
	padding-bottom: 202px;
}
@media only screen and (min-width: 788px) {
	.media_embed.podbbang-embed {
		padding-bottom: 162px;
	}
}
.media_embed.podbbang-embed span.cke_widget_inline > img,
.media_embed.podbbang-embed > img {
	display: none;
	opacity: 0;
}

.media_embed.reddit-embed {
	display: inline-block; max-width: 640px; height: 360px; padding-bottom: 0;
}
.media_embed.reddit-embed img {
	display: none;
	opacity: 0;
}
.media_embed.reddit-embed iframe {
	border: 1px solid #ccc; border-radius: 6px; box-sizing: border-box;
}

.media_embed.relive-embed {
	padding-bottom: 78.3%;
}

.media_embed.soundcloud-embed {
	padding-bottom: 0;
}
.media_embed.soundcloud-embed img {
	display: none;
	opacity: 0;
}

.media_embed.spotify-embed {
	display: inline-block; padding-bottom: 0;
}
.media_embed.spotify-embed img {
	display: none;
}

.media_embed.tenor-video-embed {
    display: inline-block; max-width: 640px; height: auto; padding-bottom: 0; line-height: 0;
}

.media_embed.tiktok-embed {
	height: auto; padding-bottom: 0;
}
.media_embed.tiktok-embed img {
	display: none; min-width: 325px; height: auto;
}
.media_embed.tiktok-embed iframe {
	 position: relative; display: inline-block; max-width: 542px; min-width: 300px; height: 560px; border-radius: 8px;
}
@media only screen and (max-width:676px){	
	.media_embed.tiktok-embed iframe {
		 max-width: 325px !important;
	}
}

.media_embed.tumblr-post {
	height: auto; padding-bottom: 0;
}
.media_embed.tumblr-post img {
	display: none; width: 540px; height: auto;
}
.media_embed.tumblr-post iframe {
	position: relative; display: inline-block; padding: 0; border: none; visibility: visible;
	width: 540px; max-width: 100%; height: 360px; min-height: 200px;
}
.media_embed.tumblr-post > p {
	font-style: italic; color: #999; text-align: center;
}

.media_embed.twitter-status,
.media_embed.twitter-list,
.media_embed.twitter-profile {
	display: inline-block; width: 550px; max-width: 100%; height: auto;
    padding-bottom: 10px; border-bottom: 1px solid #c4cfd6; text-align: left;
}
.media_embed.twitter-status {
	border-bottom: none;
}
.media_embed.twitter-list,
.media_embed.twitter-profile {
	padding: 10px; border: 1px solid #c4cfd6; border-radius: 12px; box-sizing: border-box;
}
.media_embed.twitter-status .twitter-tweet {
	margin: 0 auto; width: 550px; max-width: 100%;
}
.media_embed.twitter-status .twitter-tweet iframe {
	display: block; width: 100%;
}
.media_embed.twitter-status .twitter-tweet p {
	font-style: italic; color: #999; text-align: center;
}
.media_embed.twitter-list a.twitter-timeline,
.media_embed.twitter-profile a.twitter-timeline {
	padding: 10px 0 0 10px; text-decoration: none;
}
.media_embed.twitter-list a.twitter-timeline span:nth-of-type(1),
.media_embed.twitter-profile a.twitter-timeline span:nth-of-type(3) {
	display: inline-block; margin-bottom: 5px; line-height: 36px; font-size: 27px; letter-spacing: -1px; color: #292F33;
}
.media_embed.twitter-list a.twitter-timeline span:nth-of-type(2),
.media_embed.twitter-profile a.twitter-timeline span:nth-of-type(1) {
	font-size: 12px; color: #2b7bb9;
}
.media_embed.twitter-list a.twitter-timeline span:nth-of-type(3),
.media_embed.twitter-profile a.twitter-timeline span:nth-of-type(2) {
	font-size: 12px; color: #657786;
}
.media_embed.twitter-profile a.twitter-timeline span:nth-of-type(3) {
	font-weight: 300; letter-spacing: 0;
}
.media_embed.twitter-list a.twitter-timeline span:last-of-type {
	color: #999;
}

.media_embed.wikipedia-embed {
	height: auto; border: 1px solid #b0c4de; padding: 0; box-sizing: border-box;
}
.media_embed.wikipedia-embed > div:first-of-type {
	max-height: 330px; padding: 1.5em 1.8em 1em; text-align: left; overflow-y: auto; box-sizing: border-box;
}
.media_embed.wikipedia-embed > div:first-of-type:after {
	content: ''; display: block; clear: both;
}
.media_embed.wikipedia-embed > div:first-of-type a {
	color: #0645ad; text-decoration: none; background: none;
}
.media_embed.wikipedia-embed > div:first-of-type a:hover {
	text-decoration: underline;
}
.media_embed.wikipedia-embed > div:first-of-type sup {
	line-height: 1; vertical-align: top;
}
.media_embed.wikipedia-embed > div:first-of-type > a:first-of-type {
	margin: 0 0 0 1em; max-width: 45%; float: right;
}
.media_embed.wikipedia-embed > div:last-of-type {
	background: #b0c4de; height: 20px; padding: 4px 1.8em; display: flex; justify-content: space-between; align-content: center; font-size: 12px; line-height: 20px;
}
.media_embed.wikipedia-embed > div:last-of-type > a {
	color: #fff;
}
.media_embed.wikipedia-embed > div:last-of-type > a > img {
	width: 20px; height: 20px; vertical-align: middle;
}
.media_embed.wikipedia-embed > div:last-of-type > span {
	color: #eee;
}

.media_embed.youtube-shorts {
	padding-bottom: 0; height: 570px;
}
.media_embed.youtube-shorts > iframe {
	position: relative; max-width: 320px; border-radius: 12px;
}
.media_embed.youtube-shorts span.cke_widget_inline > img,
.media_embed.youtube-shorts > img {
	display: none;
}

.media_embed.youtube-music {
	position: relative; margin: 8px 0; background-color: #f6f6f6; padding: 20px 12px 172px; border-radius: 12px;
	font-size: 0; overflow: hidden; box-sizing: border-box;
}
.media_embed.youtube-music iframe {
	width: 100%; height: 100%;
}
.media_embed.youtube-music span.cke_widget_inline,
.media_embed.youtube-music img {
	display: none;
}
.media_embed.youtube-music .youtube-music-loading {
	position: absolute; display: flex; top: 0; left: 0; width: 100%; height: 100%; background-color: #f6f6f6;
}
.media_embed.youtube-music .youtube-music-loading div {
	display: flex; flex: auto; align-self: center; justify-content: center; color: #999;
}
.media_embed.youtube-music .youtube-music-loading div i {
	margin-right: 4px; font-size: 24px;
}

.media_embed.youtube-music .youtube-music-desc {
	display: flex; padding: 0 10px; align-items: center; text-align: left; box-sizing: border-box;
}
.media_embed.youtube-music .youtube-music-desc figure {
	position: relative; flex-shrink: 0; display: flex; justify-content: center; margin-right: 12px;
	width: 120px; height: 90px; border-radius: 4px; overflow: hidden; transition: 0.2s ease-in; 
}
.media_embed.youtube-music .youtube-music-desc figure > span.cke_widget_inline {
	position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%;
}
.media_embed.youtube-music .youtube-music-desc figure img {
	position: absolute; display: block; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; height: 90px; max-width: none;
}
.media_embed.youtube-music .youtube-music-desc figure + div {
	flex: auto; line-height: 1.5; overflow: hidden;
}
.media_embed.youtube-music .youtube-music-desc figure + div span {
	display: block; font-size: 14px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.media_embed.youtube-music .youtube-music-desc figure + div a {
	color: #333; text-decoration: none;
}
.media_embed.youtube-music .youtube-music-desc figure + div span:first-child {
	font-size: 16px; font-weight: bold;
}
.media_embed.youtube-music .youtube-music-desc figure + div span:last-child a {
	color: #666;
}
.media_embed.youtube-music .youtube-music-desc figure + div + div {
	display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between;
	flex-shrink: 0; height: 90px; font-size: 20px; color: #aaa;
}
.media_embed.youtube-music .youtube-music-desc figure + div + div > span {
	text-align: right;
}
.media_embed.youtube-music .youtube-music-desc figure + div + div > span > i {
	cursor: pointer;
}
.media_embed.youtube-music .youtube-music-desc figure + div + div > span:first-child > i {
	display: none;
}
.media_embed.youtube-music .youtube-music-desc figure + div + div > span > i:last-child {
	margin-left: 8px;
}
.media_embed.youtube-music .youtube-music-desc figure + div + div > span > i.one,
.media_embed.youtube-music .youtube-music-desc figure + div + div > span > i.on {
	position: relative; color: #444;
}
.media_embed.youtube-music .youtube-music-desc figure + div + div > span > i.one:after,
.media_embed.youtube-music .youtube-music-desc figure + div + div > span > i:first-child.on:after {
	position: absolute; top: -8px; right: 0; font-size: 10px; color: #000;
}
.media_embed.youtube-music .youtube-music-desc figure + div + div > span > i.one:after {
	content: '1';
}
.media_embed.youtube-music .youtube-music-desc figure + div + div > span > i:first-child.on:after {
	content: 'A';
}

.media_embed.youtube-music .youtube-music-controls {
	position: relative; padding: 0 10px;
}
.media_embed.youtube-music .youtube-music-controls .progress {
	position: relative; margin: 8px auto 16px; height: 12px;
}
.media_embed.youtube-music .youtube-music-controls .progress input[type="range"] {
	position: absolute; bottom: 0; display: inherit; margin: 0; width: 100%; height: 3px; vertical-align: bottom;
	background: transparent; -webkit-appearance: none; transition: 0.2s ease-in; cursor: pointer;
}
.media_embed.youtube-music .youtube-music-controls .progress input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none; background: #c33; border-radius: 8px; box-shadow: inset 0 0 0 5px #c33;
	width: 0; height: 0; transition: 0.2s ease-in;
}
.media_embed.youtube-music .youtube-music-controls .progress:hover input[type="range"]::-webkit-slider-thumb,
.media_embed.youtube-music .youtube-music-controls .progress.hover input[type="range"]::-webkit-slider-thumb,
.media_embed.youtube-music .youtube-music-controls .progress.is_mobile input[type="range"]::-webkit-slider-thumb {
	width: 14px; height: 14px;
}
.media_embed.youtube-music .youtube-music-controls .progress.loaded input[type="range"],
.media_embed.youtube-music .youtube-music-controls .progress.loaded input[type="range"]::-webkit-slider-thumb,
.media_embed.youtube-music .youtube-music-controls .progress.is_mobile input[type="range"]::-webkit-slider-thumb {
	transition: 0.2s ease-in;
}
.media_embed.youtube-music .youtube-music-controls .progress .bar {
	position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; pointer-events: none;
	background: linear-gradient(to right, #c33 0%, #999 0%, #444 0%);
}
.media_embed.youtube-music .youtube-music-controls .progress:hover input[type="range"],
.media_embed.youtube-music .youtube-music-controls .progress.hover input[type="range"],
.media_embed.youtube-music .youtube-music-controls .progress.is_mobile input[type="range"],
.media_embed.youtube-music .youtube-music-controls .progress:hover .bar,
.media_embed.youtube-music .youtube-music-controls .progress.hover .bar,
.media_embed.youtube-music .youtube-music-controls .progress.is_mobile .bar {
	bottom: -1px; height: 5px;
}
.media_embed.youtube-music .youtube-music-controls .remote {
	position: relative; display: flex; justify-content: space-between; align-items: center; text-align: left; box-sizing: border-box;
}
.media_embed.youtube-music .youtube-music-controls .remote > span:nth-of-type(1) {
	position: absolute; left: 50%; transform: translateX(-50%); text-align: center;
}
.media_embed.youtube-music .youtube-music-controls .remote > span:nth-of-type(2) {
	padding-left: 10px;
}
.media_embed.youtube-music .youtube-music-controls .remote > span i {
	margin-right: 16px; font-size: 24px; cursor: pointer; vertical-align: middle;
}
.media_embed.youtube-music .youtube-music-controls .remote > span:nth-of-type(1) i:last-child {
	margin-right: 0;
}
.media_embed.youtube-music .youtube-music-controls .remote > span:nth-of-type(2) i {
	margin-right: 8px;
}
.media_embed.youtube-music .youtube-music-controls .remote input.volume[type="range"] {
	display: inline-block; width: 60px; -webkit-appearance: none; vertical-align: middle;
}
.media_embed.youtube-music .youtube-music-controls .remote input.volume[type="range"]::-webkit-slider-thumb {
	margin-top: -6.5px; width: 8px; height: 16px;
	background: #fff; border: 2px solid #444; box-shadow: 0 0 0 #444; border-radius: 1px solid #444;
	cursor: pointer; -webkit-appearance: none;
}
.media_embed.youtube-music .youtube-music-controls .remote input.volume[type="range"]::-webkit-slider-runnable-track {
	width: 100%; height: 2px;
	background: #444; border: 0 solid #444; border-radius: 0; box-shadow: 0 0 0 #444;
	cursor: pointer; animate: 0.2s;
}
.media_embed.youtube-music .youtube-music-controls .remote .timer {
	margin-top: -3px; font-size: 12px; color: #444;
}
:focus {
  outline: none;
}

.media_embed.youtube-music .youtube-music-table-wrapper {
	margin-top: 0; height: 0; overflow-y: auto;
}
.media_embed.youtube-music .youtube-music-table-wrapper.loading {
	margin-top: 24px; display: flex; justify-content: center; align-items: center; height: 176px;
}
.media_embed.youtube-music .youtube-music-table-wrapper.loading i {
	margin-right: 8px; font-size: 36px;
}
.media_embed.youtube-music .youtube-music-table-wrapper.loading p {
	font-size: 14px; text-align: left;
}
.media_embed.youtube-music .youtube-music-table-wrapper.loaded {
	margin-top: 16px; height: 176px;
}
.media_embed.youtube-music .youtube-music-table {
	display: table; width: 100%; padding: 0 16px; font-size: 12px; text-align: left;
	box-sizing: border-box; border-collapse: collapse;
}
.media_embed.youtube-music .youtube-music-table .youtube-music-tr {
	display: table-row; cursor: pointer;
}
.media_embed.youtube-music .youtube-music-table .youtube-music-tr:hover {
	background-color: #eff;
}
.media_embed.youtube-music .youtube-music-table .youtube-music-tr.on {
	background-color: #dee;
}
.media_embed.youtube-music .youtube-music-table .youtube-music-tr span {
	display: table-cell; height: 52px; padding: 6px 12px; border-bottom: 1px solid #dee;
	vertical-align: middle; line-height: 1.5; box-sizing: border-box;
}
.media_embed.youtube-music .youtube-music-table .youtube-music-tr:last-of-type span {
    border-bottom: none;
}
.media_embed.youtube-music .youtube-music-table .youtube-music-tr span._key {
	text-align: right; border-bottom: none;
}
.media_embed.youtube-music .youtube-music-table .youtube-music-tr span._img {
	position: relative; width: 60px; border-bottom: none;
}
.media_embed.youtube-music .youtube-music-table .youtube-music-tr span._img p {
	position: absolute; width: 40px; height: 40px; top: 50%; left: 50%; transform: translate(-50%, -50%);
	border-radius: 4px; overflow: hidden;
}
.media_embed.youtube-music .youtube-music-table .youtube-music-tr span._img img {
	display: block !important; margin-left: -16px; width: 72px; height: 40px; max-width: none;
}
.media_embed.youtube-music .youtube-music-table .youtube-music-tr span._anm {
	display: table-cell; width: 100px; color #999;
}
.media_embed.youtube-music .youtube-music-table .youtube-music-tr.on span._key,
.media_embed.youtube-music .youtube-music-table .youtube-music-tr.on span._img {
	border-bottom: 1px solid #dee;
}

.media_embed.youtube-music figure {
	margin: 0; padding: 0; line-height: 1;
}
.media_embed.youtube-music audio {
	width: 100%; max-width: 640px;
}
.media_embed.youtube-music figure figcaption {
	padding: 4px 8px 0; text-align: right; font-size: 12px; box-sizing: border-box;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

@media only screen and (max-width:640px){
	.media_embed.youtube-music .youtube-music-desc figure + div span {
		font-size: 12px;
	}
	.media_embed.youtube-music .youtube-music-desc figure + div span:first-child {
		font-size: 14px;
	}
}
@media only screen and (max-width:560px){
	.media_embed.youtube-music .youtube-music-desc figure {
		max-width: 120px; max-height: 90px;
	}
}
@media only screen and (max-width:480px){
	.media_embed.youtube-music .youtube-music-desc figure {
		max-width: 90px;
	}
	.media_embed.youtube-music .youtube-music-controls .remote input.volume[type="range"] {
		display: none;
	}
	.media_embed.youtube-music .youtube-music-table .youtube-music-tr span._anm {
		display: none;
	}
}
@media only screen and (max-width:360px){
	.media_embed.youtube-music {
		padding-bottom: 240px;
	}
	.media_embed.youtube-music iframe {
		min-width: 90px;
	}
	.media_embed.youtube-music .youtube-music-desc {
		position: relative; display: block; text-align: center;
	}
	.media_embed.youtube-music .youtube-music-desc figure {
		display: block; margin: 0 auto; max-width: 160px;
	}
	.media_embed.youtube-music .youtube-music-desc figure + div {
		display: block; margin: 12px auto 4px;
	}
	.media_embed.youtube-music .youtube-music-desc figure + div + div {
		display: block; height: auto; text-align: right;
	}
	.media_embed.youtube-music .youtube-music-desc figure + div + div > span:first-child {
		position: absolute; top: 0; right: 10px; width: 20px;
	}
	.media_embed.youtube-music .youtube-music-desc figure + div + div > span:first-child > i:last-child {
		margin-left: 0;
	}
	.media_embed.youtube-music .youtube-music-controls .remote > span:nth-of-type(1) {
		position: relative; left: auto; transform: translateX(0);
	}
	.media_embed.youtube-music .youtube-music-controls .remote > span:nth-of-type(2) {
		margin-right: 16px; padding-left: 0;
	}
	.media_embed.youtube-music .youtube-music-controls .remote > span:nth-of-type(1) i:last-child {
		margin-right: 16px;
	}
	.media_embed.youtube-music .youtube-music-controls .remote .timer span:not(:first-child) {
		display: none;
	}
	.media_embed.youtube-music .youtube-music-table .youtube-music-tr span._img {
		display: none;
	}
}

.xe_content:not(.editable) .media_embed.fb-post > p,
.xe_content:not(.editable) .media_embed.fb-video > p {
	display: none !important;
}
.xe_content:not(.editable) .media_embed.github-embed > p {
	display: none !important;
}
.xe_content:not(.editable) .media_embed.imgur-embed > p {
	display: none !important;
}
.xe_content:not(.editable) .media_embed.tumblr-post > p {
	display: none !important;
}
.xe_content:not(.editable) .media_embed.twitter-status .twitter-tweet > p {
	 display: none !important;
}
.xe_content:not(.editable) a.twitter-timeline span:last-of-type {
	 display: none !important;
}

.media_embed_loading,
.omit_guide_loading {
	position: fixed; display: flex; justify-content: center; align-items: center; top: 0; left: 0; width: 100vw; height: 100vh; background: rgb(238 238 238 / 80%);
}
.media_embed_loading .media_embed_loading_container,
.omit_guide_loading .omit_guide_loading_container {
	padding: 24px 36px; background: #fff; border-radius: 4px; box-shadow: 1px 1px 4px 1px rgb(102 102 102 / 80%); box-sizing: border-box;
}
.media_embed_loading .media_embed_loading_container p,
.omit_guide_loading .omit_guide_loading_container p {
	display: flex; justify-content: center; align-items: center; margin: 0; font-size: 14px;
}
.media_embed_loading .media_embed_loading_container p i,
.omit_guide_loading .omit_guide_loading_container p i {
	flex: none; margin-right: 12px; font-size: 36px; color: #999;
}


/* 구버전 지원 */

.instagram-media {
	position: relative; display: block; margin: 0 auto; padding: 0; width: calc(100% - 2px); max-width: 540px !important;
	background: #fff; border: 1px solid #dbdbdb; border-radius: 3px; box-shadow: none; height: none !important;
}

.youtube_converted {
	position: relative; width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden;
}
.youtube_converted > iframe {
	 position: absolute; top: 0; left: 0; border: 0; width: 100%; height: 100%;
}
.youtube_converted span.cke_widget_inline {
	width: 100%;
}
.youtube_converted span.cke_widget_inline > img,
.youtube_converted > img {
	width: 100%; max-width: 100%; height: auto;
}

/* Original file: addons/media_embed/css/custom.css */

.media_embed_wrapper {
	margin: 0 auto; text-align: center;
}
.media_embed_wrapper {
	max-width: 640px;
}

.media_embed.podbbang-embed {
	height: 0;
	padding-bottom: 202px !important;
}

