@charset "utf-8";
.sl-board {
  position: relative;
}
.slb>.slms {
  margin: 50px auto;
}
.slb-list.icon-category .lu-category svg.feather,
.slb-list.icon-category .lu-category i {
  margin: 0;
}
.sles .inner-box>ul {
  font-size: 13px;
}
.sles .inner-box>ul>li {
  padding: 15px;
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.sles .inner-box>ul>li:last-of-type {
  border-bottom: none;
}
.sles .title {
  font-size: 12px;
}
.sles .content {
  padding: 10px 0 0;
}
.sles .content .slip:not(.small) {
  width: 100%;
}
.sles .content .slip.date {
  width: 110px;
}
.sles .content .slbt {
  padding: 0 8px;
  height: 36px;
  line-height: 35px;
  vertical-align: top;
  background-color: color-mix(in oklab,#FFF,#333 2%);
}
.sles .content .slck-bt-box {
  background-color: #FFF;
}
.sles .content>ul {
  margin-bottom: -5px;
}
.sles .content>ul>li {
  display: inline-block;
  margin: 0 10px 5px 0;
}
.sles .content .krZip {
  padding-top: 5px;
}
.sles .content .krZip>div {
  position: relative;
  padding: 0 0 5px 65px;
}
.sles .content .krZip label {
  position: absolute;
  left: 0;
  top: 8px;
  width: 60px;
  min-width: 60px;
  text-align: right;
  font-size: 12px;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.sles .content .krZip .slip {
  padding: 0 10px;
  width: calc(33.33% - 2.5px);
}
.sles .content .krZip .slip.krzip-detailAddress {
  width: 100%;
}
.sles .content .krZip .slbt {
  height: 30px;
  line-height: 29px;
}
.sles .basic-search .slip {
  width: calc(100% - 105px) !important;
  vertical-align: top;
  margin-left: 5px;
}
.sles-select {
  display: inline-block;
}
.sles-title .bt-admin {
  margin-left: 5px;
  color: color-mix(in oklab,#FFF,#333 50%);
  font-size: 12px;
}
.sles-bts button:hover {
  text-decoration: underline;
}
.sles-bts .bt-reset,
.sles-bts .bt-close {
  color: color-mix(in oklab,#FFF,#333 50%);
}
.sles-bts .bt-reset .sli,
.sles-bts .bt-close .sli {
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-mask-size: 13px 13px;
  mask-size: 13px 13px;
  background-color: color-mix(in oklab,#FFF,#333 50%);
}
.sles-bts .bt-close {
  margin-left: 10px;
}
.sles-bts .bt-close .sli {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-mask-size: 15px 15px;
  mask-size: 15px 15px;
}
.sles-bts .bt-search {
  float: right;
}
.bt-sles {
  display: none;
}
.md_hd-bts .bt-sles,
.list-header-bts .bt-sles {
  display: inline-block;
}
.list-header-bts .bt-sles {
  margin-right: 4px;
}
.bt-sles .sli {
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-mask-size: 18px 18px;
  mask-size: 18px 18px;
}
.is-pc .sles .basic-search .nice-select {
  width: 100px;
}
.is-pc .sles-bts {
  padding: 12px 15px !important;
}
.is-mobile .sles-title .sli {
  display: inline-block;
  width: 22px;
  height: 22px;
  -webkit-mask-size: 22px 22px;
  mask-size: 22px 22px;
  margin: -2px 2px 0 0;
}
.is-mobile .sles form {
  height: 100%;
}
.is-mobile .sles .basic-search .slcs {
  width: 100px;
}
.list-header-bts {
  position: absolute;
  right: 0;
  top: 0;
}
.list-header-bts .sldd-bt {
  height: 30px;
  line-height: 31px;
  padding: 0 8px;
  border-radius: 3px;
  vertical-align: middle;
}
.list-header-category .sldd-box>li>ul {
  margin-left: 10px;
}
.no-document {
  padding: 50px 0;
  text-align: center;
}
.lu-check {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  transition-property: width, margin-left;
  transition-duration: 0.3s;
  vertical-align: top;
}
.lu-check.active {
  width: 20px;
  height: auto;
}
.lu-check .slck-bt {
  width: 15px;
  height: 15px;
  line-height: 13px;
  margin-top: 0;
  border-radius: 3px;
}
.lu-icon-secret {
  display: inline-block;
  width: 21px;
  height: 21px;
  line-height: 22px;
  margin: -1px 0 0 0;
  border-radius: 50%;
  background-color: color-mix(in oklab,#FFF,#003399 10%);
  vertical-align: middle;
  text-align: center;
}
.lu-icon-secret .sli {
  display: inline-block !important;
  width: 11px !important;
  height: 11px !important;
  -webkit-mask-size: 11px 11px !important;
  mask-size: 11px 11px !important;
  background-color: #003399;
}
.lu-comment {
  margin-left: 2px;
  font: 500 12px 'Montserrat';
  color: #003399 !important;
}
.slatc-extra {
  width: 100%;
}
.slatc-extra:empty {
  display: none;
}
.slatc-extra th {
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
  border-right: 1px solid color-mix(in oklab,#FFF,#333 12%);
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
  white-space: nowrap;
  font-weight: normal;
  text-align: right;
}
.slatc-extra td {
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
  word-break: break-all;
}
.slatc-extra-rating .sl-rating {
  vertical-align: middle;
}
.slatc-extra-rating .sl-rating .sli {
  margin-right: 1px;
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-mask-size: 18px 18px;
  mask-size: 18px 18px;
  vertical-align: top;
}
.slatc-extra-rating .txt-en {
  display: inline-block;
  font-size: 15px;
  font-style: italic;
  vertical-align: middle;
}
.slatc-youtube {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.slatc-youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slatc-tags li {
  display: inline-block;
  margin-right: 8px;
}
.slatc-tags li a {
  color: color-mix(in oklab,#FFF,#333 70%);
}
.slatc-tags li a:hover {
  color: #333;
  text-decoration: underline;
}
.slatc-files-list {
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
  border: 1px solid color-mix(in oklab,#FFF,#333 12%);
  border-radius: 10px;
  color: color-mix(in oklab,#FFF,#333 50%);
  font-size: 12px;
}
.slatc-files-list .sli {
  background-color: color-mix(in oklab,#FFF,#333 50%);
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-mask-size: 13px 13px;
  mask-size: 13px 13px;
}
.slatc-files-list li {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
  transition-property: color;
  transition-duration: 0.3;
}
.slatc-files-list li:hover {
  color: #333;
}
.slatc-files-list li:hover .sli {
  background-color: #333;
}
.slatc-files-list li:last-of-type {
  border-bottom: none;
}
.slatc-files-list li .file-count {
  position: absolute;
  right: 10px;
  top: 10px;
}
.slatc-bts {
  position: relative;
  margin: 15px 0 10px;
}
.slatc-bts,
.slatc-bts button {
  font-size: 12px;
}
.slatc-bts .sli {
  display: inline-block;
  width: 11px;
  height: 11px;
  -webkit-mask-size: 11px 11px;
  mask-size: 11px 11px;
}
.slatc-bts .unit {
  display: inline-block;
  height: 25px;
  line-height: 26px;
  border-radius: 12.5px;
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
  color: color-mix(in oklab,#FFF,#333 70%);
  margin-right: 3px;
  background-color: color-mix(in oklab,#FFF,#333 6%);
  color: #333;
}
.slatc-bts .unit:hover {
  background-color: color-mix(in oklab,#FFF,#333 6%);
  color: #333;
}
.slatc-bts-comment {
  padding: 0 12px;
}
.slatc-bts-comment .sli {
  margin-right: 2px;
}
.slatc-bts-vote .bt-vote {
  display: inline-block;
  height: 25px;
  line-height: 26px;
  padding: 0 12px;
}
.slatc-bts-vote .bt-vote:only-child {
  border-radius: 12.5px;
}
.slatc-bts-vote .bt-vote.voted {
  background-color: #fff7af;
}
.slatc-bts-vote .bt-vote--up {
  border-radius: 12.5px 0 0 12.5px;
}
.slatc-bts-vote .bt-vote--up .vote-icon {
  margin-right: 2px;
}
.slatc-bts-vote .bt-vote--down {
  border-radius: 0 12.5px 12.5px 0;
  border-left: 1px solid #FFF;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.slatc-bts-vote .bt-vote--down .sli {
  background-color: color-mix(in oklab,#FFF,#333 50%);
}
.slatc-bts-vote .bt-vote--down .vote-icon {
  margin-left: 4px;
}
.slatc-bts-vote .icon-vote svg.feather {
  width: 13px;
  height: 13px;
  margin-right: 0;
}
.slatc-bts-right {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin-right: 0 !important;
}
.slatc-report .report-content {
  display: none;
}
.slatc-article_bottom a {
  display: block;
  padding: 8px 0;
  border-radius: 3px;
  text-align: center;
  font-size: 13px;
  line-height: 1.0em;
}
.slatc-article_bottom a .sli {
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-mask-size: 13px 13px;
  mask-size: 13px 13px;
}
.slatc .xe_content {
  word-break: break-all;
}
.slatc .xe_content a {
  color: #3c6fff;
  text-decoration: underline;
}
.slatc .xe_content a:hover {
  text-decoration: none;
}
.slpf.has-mini_pf {
  cursor: pointer;
}
.slcmt-message {
  margin-top: 15px;
  text-align: center;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.slcmt-notice {
  position: relative;
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.slcmt-notice-icon {
  position: absolute;
  left: 0;
  background-color: #003399;
}
.is-pc .slcmt-notice {
  padding: 15px 0 15px 25px;
  font-size: 13px;
  line-height: 1.6em;
}
.is-pc .slcmt-notice-icon {
  top: 18px;
}
.is-mobile .slcmt-notice {
  padding: 11px 15px 14px 23px;
  font-size: 0.95em;
  line-height: 1.5em;
}
.is-mobile .slcmt-notice-icon {
  top: 14px;
}
.slcmt-title {
  position: relative;
  z-index: 1;
}
.slcmt-title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: color-mix(in oklab,#FFF,#333 12%);
  z-index: -1;
}
.slcmt-title h3 {
  display: inline-block;
  padding-right: 10px;
  background-color: #FFF;
  font-weight: normal;
}
.slcmt-title .bt-comment-write {
  position: absolute;
  right: 0;
  top: -2px;
  padding-left: 10px;
  background-color: #FFF;
}
.slcmt-title .bt-comment-write button {
  padding: 3px 0;
}
.slcmt-title .bt-comment-write button .sli {
  background-color: color-mix(in oklab,#FFF,#333 50%);
}
.slcmt--default .slcmt-list {
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.slcmt-delete .instant-delete {
  margin-top: 8px;
}
.slcmt-reload {
  margin-top: 15px;
  text-align: center;
}
.slcmt-reload .bt-reload {
  position: relative;
}
.slcmt-reload .bt-reload-alert {
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 100%;
  white-space: nowrap;
  padding: 4px 6px;
  margin-left: 5px;
  background-color: color-mix(in oklab,#FFF,#fff7af 40%);
  border-radius: 3px;
  font-size: 12px;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
}
.slcmt-reload .bt-reload-alert.active {
  opacity: 1;
}
.slcmt-reload .n-loading {
  margin: -1px 3px 0 0;
  vertical-align: middle;
}
.slcmt--default .cmtu {
  position: relative;
}
.slcmt--default .cmtu:first-of-type {
  border-top: none;
}
.slcmt--default .cmtu--no_depth {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.slcmt--default .cmtu--no_depth.has-child:not(.best-comment)::before {
  position: absolute;
  left: 14px;
  top: 15px;
  width: 1px;
  height: calc(100% - 15px);
  background-color: color-mix(in oklab,#FFF,#333 12%);
}
.has-profile.slcmt--default .cmtu--no_depth.has-child:not(.best-comment)::before {
  content: '';
}
.slcmt--default .cmtu--has_depth {
  padding-top: 15px;
  border-top: 1px dashed color-mix(in oklab,#FFF,#333 12%);
}
.slcmt--default .cmtu--has_depth::before,
.slcmt--default .cmtu--has_depth::after {
  position: absolute;
  background-color: color-mix(in oklab,#FFF,#333 12%);
}
.has-profile.slcmt--default .cmtu--has_depth::before,
.has-profile.slcmt--default .cmtu--has_depth::after {
  content: '';
}
.slcmt--default .cmtu--has_depth::before {
  top: 0;
  width: 1px;
  height: calc(100% + 15px);
}
.slcmt--default .cmtu--has_depth::after {
  top: 24px;
  width: 30px;
  height: 1px;
}
.slcmt--default .cmtu--has_depth .cmtu-profile .slpf {
  width: 21px;
  height: 21px;
}
.slcmt--default .cmtu.my-comment .xe_content {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid color-mix(in oklab,#FFF,#333 12%);
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
  border-radius: 5px;
}
.slcmt--default .cmtu-profile {
  position: absolute;
  left: 0;
  top: 13px;
  z-index: 1;
}
.slcmt--default .cmtu-header {
  position: relative;
}
.slcmt--default .cmtu-header-ctrl {
  right: 0;
  top: 0;
}
.slcmt--default .cmtu-body {
  margin-top: 7px;
}
.slcmt--default .cmtu-body .parent {
  margin: 10px 0 5px;
}
.slcmt--default .cmtu-bts-vote {
  margin-right: 10px;
  display: inline-block;
  height: 25px;
  line-height: 26px;
  border-radius: 12.5px;
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
  color: color-mix(in oklab,#FFF,#333 70%);
  background-color: #FFF;
}
.slcmt--default .cmtu-bts-vote:hover {
  background-color: color-mix(in oklab,#FFF,#333 6%);
  color: #333;
}
.slcmt--default .cmtu-bts-vote,
.slcmt--default .cmtu-bts-vote:hover {
  background-color: #FFF;
}
.slcmt--default .cmtu-bts-vote .bt-vote {
  display: inline-block;
  padding: 0 12px;
  border: 1px solid color-mix(in oklab,#FFF,#333 12%);
  box-sizing: border-box;
  height: 25px;
  line-height: 24px;
}
.slcmt--default .cmtu-bts-vote .bt-vote:only-child {
  border-radius: 12.5px;
}
.slcmt--default .cmtu-bts-vote .bt-vote.voted {
  background-color: color-mix(in oklab,#FFF,#fff7af 40%);
}
.slcmt--default .cmtu-bts-vote .bt-vote--up {
  border-radius: 12.5px 0 0 12.5px;
}
.slcmt--default .cmtu-bts-vote .bt-vote--up .vote-icon {
  margin-right: 2px;
}
.slcmt--default .cmtu-bts-vote .bt-vote--down {
  border-radius: 0 12.5px 12.5px 0;
  border-left: none;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.slcmt--default .cmtu-bts-vote .bt-vote--down .sli {
  background-color: color-mix(in oklab,#FFF,#333 50%);
}
.slcmt--default .cmtu-bts-vote .bt-vote--down .vote-icon {
  margin-left: 2px;
}
.slcmt--default .cmtu-bts .writer-vote {
  margin: 0 15px 0 -10px;
}
.slcmt--bubble .cmtu {
  margin-top: 15px;
}
.slcmt--bubble .cmtu.my-comment .cmtu-content {
  background-color: color-mix(in oklab,#FFF,#fff7af 40%);
  border: 1px solid #d9d290;
  box-sizing: border-box;
}
.slcmt--bubble .cmtu.my-comment .cmtu-content::before {
  border-right-color: #d9d290;
  border-bottom-color: #d9d290;
}
.slcmt--bubble .cmtu.my-comment .cmtu-content::after {
  border-right-color: color-mix(in oklab,#FFF,#fff7af 40%);
  border-bottom-color: color-mix(in oklab,#FFF,#fff7af 40%);
}
.slcmt--bubble .cmtu.best-comment .cmtu-content {
  background-color: color-mix(in oklab,#FFF,#003399 8%);
  border: 1px solid color-mix(in oklab,#FFF,#003399 40%);
  box-sizing: border-box;
}
.slcmt--bubble .cmtu.best-comment .cmtu-content::before {
  border-right-color: color-mix(in oklab,#FFF,#003399 40%);
  border-bottom-color: color-mix(in oklab,#FFF,#003399 40%);
}
.slcmt--bubble .cmtu.best-comment .cmtu-content::after {
  border-right-color: color-mix(in oklab,#FFF,#003399 8%);
  border-bottom-color: color-mix(in oklab,#FFF,#003399 8%);
}
.slcmt--bubble .cmtu-content {
  display: inline-block;
  position: relative;
  max-width: calc(100% - 90px);
  border: 1px solid color-mix(in oklab,#FFF,#333 12%);
  box-sizing: border-box;
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
  border-radius: 10px 10px 10px 0;
}
.slcmt--bubble .cmtu-content::before,
.slcmt--bubble .cmtu-content::after {
  content: '';
  position: absolute;
  right: 100%;
}
.slcmt--bubble .cmtu-content::before {
  bottom: -1px;
  border: 4px solid transparent;
  border-right-color: color-mix(in oklab,#FFF,#333 12%);
  border-bottom-color: color-mix(in oklab,#FFF,#333 12%);
}
.slcmt--bubble .cmtu-content::after {
  bottom: 0;
  border: 3px solid transparent;
  border-right-color: color-mix(in oklab,#FFF,#333 4.5%);
  border-bottom-color: color-mix(in oklab,#FFF,#333 4.5%);
}
.slcmt--bubble .cmtu-profile {
  position: absolute;
  bottom: 0;
}
.slcmt--bubble .cmtu-header {
  margin-top: 8px;
}
.slcmt--bubble .cmtu-body .parent {
  margin-bottom: 5px;
}
.slcmt--bubble .cmtu-bts-vote {
  margin-right: 8px;
}
.slcmt--bubble .cmtu-bts-vote .bt-vote {
  display: inline-block;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.slcmt--bubble .cmtu-bts-vote .bt-vote .sli {
  background-color: color-mix(in oklab,#FFF,#333 50%);
  margin-right: 2px;
}
.slcmt--bubble .cmtu-bts-vote .bt-vote--up {
  margin-right: 10px;
}
.slcmt--bubble .cmtu-bts-vote .bt-vote--up.voted {
  color: #003399;
}
.slcmt--bubble .cmtu-bts-vote .bt-vote--up.voted .sli {
  background-color: #003399;
}
.slcmt--bubble .cmtu-bts-vote .bt-vote--down.voted {
  color: #003399;
}
.slcmt--bubble .cmtu-bts-vote .bt-vote--down.voted .sli {
  background-color: #003399;
}
.slcmt--bubble .cmtu-bts .writer-vote {
  margin: 0 10px 0 -3px;
}
.cmtu-header>span {
  display: inline-block;
  margin-right: 5px;
}
.cmtu-header .date {
  color: color-mix(in oklab,#FFF,#333 50%);
}
.cmtu-header .ip-add {
  font-size: 0.85em;
}
.cmtu-header .slbl--new {
  margin-left: -3px;
}
.cmtu-header .parent {
  position: relative;
  margin-left: 10px;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.cmtu-header .parent::before {
  content: '';
  position: absolute;
  left: -11px;
  top: 50%;
  margin-top: -1.5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: color-mix(in oklab,#FFF,#333 22%);
}
.cmtu-header .icon-secret {
  margin-right: 3px;
}
.cmtu-header .icon-secret .sli {
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-mask-size: 12px 12px;
  mask-size: 12px 12px;
}
.cmtu-header-ctrl .protected {
  text-decoration: line-through;
}
.cmtu-deleted {
  color: color-mix(in oklab,#FFF,#333 50%);
}
.cmtu-deleted .sli {
  background-color: color-mix(in oklab,#FFF,#333 50%);
}
.cmtu-body form {
  margin-top: 5px;
}
.cmtu-body .parent {
  color: color-mix(in oklab,#FFF,#333 50%);
  font-size: 12px;
}
.cmtu.writer .cmtu-body .xe_content,
.cmtu.writer .cmtu-body .rhymix_content,
.cmtu.writer .cmtu-body .xe_content p,
.cmtu.writer .cmtu-body .rhymix_content p {
  color: #3c5ebe;
}
.cmtu-bts {
  margin-top: 7px;
}
.cmtu-bts a {
  margin-right: 8px;
  color: color-mix(in oklab,#FFF,#333 50%);
  vertical-align: middle;
}
.cmtu-bts a .sli {
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-mask-size: 12px 12px;
  mask-size: 12px 12px;
  background-color: color-mix(in oklab,#FFF,#333 50%);
}
.cmtu-bts a:hover {
  text-decoration: underline;
}
.cmtu-bts-vote {
  display: inline-block;
}
.cmtu-bts-vote .sli {
  display: inline-block;
  width: 11px;
  height: 11px;
  -webkit-mask-size: 11px 11px;
  mask-size: 11px 11px;
}
.cmtu-bts-vote .bt-vote {
  font-size: 12px;
}
.cmtu-bts-vote .icon-vote svg.feather {
  width: 13px;
  height: 13px;
}
.cmtu-bts .writer-vote .slpf {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin: -2px 0 0 3px;
}
.cmtu-bts .writer-vote .sli {
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-mask-size: 12px 12px;
  mask-size: 12px 12px;
}
.cmtu-bts .writer-vote .sli-stack {
  position: absolute;
  right: -3px;
  bottom: 0;
  display: inline-block;
  height: 11px;
  line-height: 11px;
}
.cmtu-bts .writer-vote .sli-stack .sli--heart {
  background-color: #ff7545;
}
.slatc.no-profile .cmtu-bts .writer-vote .sli-stack {
  position: relative;
}
.slatc.no-profile .cmtu-bts .writer-vote .sli-stack .sli {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-mask-size: 15px 15px;
  mask-size: 15px 15px;
  margin: 0;
}
.cmtu .text-best {
  display: inline-block;
  padding: 4px 6px 3px;
  border-radius: 3px;
  background-color: #003399;
  font: 500 10px/10px 'Montserrat';
  text-transform: uppercase;
}
.is-lightmode .cmtu .text-best {
  color: #FFF;
}
.is-darkmode .cmtu .text-best {
  color: #333;
}
.cmtw {
  position: relative;
  margin-top: 15px;
}
.cmtw textarea {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
.cmtw--reply {
  display: none;
  margin-top: 15px;
}
.slcmt.has-profile .cmtw--reply {
  padding-left: 0 !important;
}
.cmtw--reply .cmtw-form {
  height: 0;
  overflow: hidden;
}
.active.cmtw--reply .cmtw-form {
  height: auto !important;
  overflow: visible !important;
}
.cmtw-user-info {
  margin-bottom: 10px;
  font-size: 0;
  text-align: right;
}
.cmtw-user-info .slip.small {
  width: calc(50% - 5px);
  max-width: 200px;
  margin-right: 10px;
}
.cmtw-bottom {
  margin-top: 5px;
}
.cmtw-bottom-options {
  float: left;
}
.cmtw-bottom-options .bt-editor {
  margin-right: 10px;
}
.cmtw-bottom-bts {
  float: right;
}
.slcf.slcmt--default .cmtu {
  margin-top: 15px;
}
.slcf.slcmt--default .cmtu-profile {
  top: 0;
}
.slcf .slatc-header-title {
  margin-bottom: 0;
}
.slbw {
  position: relative;
}
.slbw .sli--asterisk {
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-mask-size: 13px 13px;
  mask-size: 13px 13px;
  background-color: #003399;
}
.slbw .unit {
  margin-bottom: 15px;
}
.slbw-ck {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 8px;
  cursor: pointer;
}
.slbw-ck-bt {
  display: inline-block;
  padding: 0 10px;
  height: 24px;
  line-height: 25px;
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
  border-radius: 13px;
  font-size: 12px;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.slbw-ck-bt.disabled {
  text-decoration: line-through;
}
.slbw-ck input {
  position: absolute;
  opacity: 0;
}
.slbw-ck input:checked  + .slbw-ck-bt {
  background-color: #333;
  border-color: #333;
  color: #FFF;
}
.slbw-notice {
  position: relative;
  padding: 11px 15px 9px;
  margin-bottom: 15px;
  border: 1px solid #d9d290;
  background-color: color-mix(in oklab,#FFF,#fff7af 40%);
  border-radius: 5px;
  line-height: 1.5em;
}
.slbw-notice-icon {
  display: none;
}
.slbw-category {
  margin-bottom: 10px;
  font-size: 0;
}
.slbw-category.admin-only {
  margin-bottom: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.slbw-category-title {
  font-size: 14px;
  font-weight: normal;
}
.slbw-board {
  margin-bottom: 5px;
}
.slbw-board-category.hidden {
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 0 !important;
}
.slbw-board-extra.hidden {
  height: 0;
  overflow: hidden;
}
.slbw-title {
  position: relative;
}
.slbw-title .slip {
  width: 100%;
}
.mode-admin.slbw-title .slip {
  padding-right: 40px;
}
.slbw-title .jPicker {
  position: absolute;
  right: 6px;
  top: 6px;
}
.slbw-options {
  text-align: right;
}
.slbw-options:empty,
.slbw-options-extra:empty {
  display: none;
}
.slbw-options-left {
  float: left;
}
.slbw-options-left button {
  margin-right: 10px;
  font-size: 13px;
}
.slbw-options-left button:last-of-type {
  margin-right: 0;
}
.slbw-options-left .option-icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  line-height: 22px;
  margin: -1px 2px 0 0;
  border-radius: 50%;
  background-color: color-mix(in oklab,#FFF,#333 6%);
  vertical-align: middle;
  text-align: center;
}
.slbw-options-left .option-icon .sli {
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-mask-size: 12px 12px;
  mask-size: 12px 12px;
  background-color: color-mix(in oklab,#FFF,#333 50%);
}
.slbw-options-admin {
  padding: 5px;
  border: 1px solid #d9d290;
  background-color: color-mix(in oklab,#FFF,#fff7af 40%);
  border-radius: 3px;
}
.slbw-extra h3 {
  display: none;
}
.slbw-extra>ul {
  display: table;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid color-mix(in oklab,#FFF,#333 12%);
  border-bottom: none;
  font-size: 13px;
}
.slbw-extra>ul:empty {
  display: none;
}
.slbw-extra>ul>li {
  display: table-row;
}
.slbw-extra .extra-th,
.slbw-extra .extra-td {
  display: table-cell;
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.slbw-extra .extra-th {
  line-height: 34px;
  padding: 0 10px;
  border-right: 1px solid color-mix(in oklab,#FFF,#333 12%);
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
}
.slbw-extra .extra-td {
  vertical-align: middle;
}
.slbw-extra .extra-td input.ip:not(.slip) {
  width: 100%;
  line-height: 34px;
  padding: 0 10px;
  box-sizing: border-box;
  border: none;
  background-color: transparent;
}
.slbw-extra .extra-td input.date {
  margin: 5px;
  vertical-align: middle;
}
.slbw-extra .extra-td input.date + .btn {
  vertical-align: middle;
  margin: 0;
}
.slbw-extra .extra-td>ul {
  padding: 5px 10px 0;
}
.slbw-extra .extra-td>ul>li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.slbw-extra .extra-td>p {
  display: inline-block;
  width: 100%;
  padding: 5px 10px 3px;
  box-sizing: border-box;
  border-top: 1px dashed color-mix(in oklab,#FFF,#333 17%);
  font-size: 12px;
  line-height: 1.4em;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.slbw-extra .slcs {
  margin: 5px;
}
.slbw-extra .krZip {
  padding-top: 5px;
}
.slbw-extra .krZip>div {
  position: relative;
  padding: 0 0 5px 65px;
}
.slbw-extra .krZip label {
  position: absolute;
  left: 0;
  top: 8px;
  width: 60px;
  min-width: 60px;
  text-align: right;
  font-size: 12px;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.slbw-extra .krZip .slip {
  padding: 0 10px;
}
.slbw-tags .slip {
  width: 100%;
}
.slbw-options2 {
  text-align: right;
}
.slbw-options2:empty {
  display: none;
}
.slbw-options2-user {
  margin-bottom: 15px;
}
.slbw-options2-user .slip {
  width: calc(50% - 5px);
  max-width: 200px;
}
.slbw-options2-user .slip:first-of-type {
  margin-right: 10px;
}
.slbw-options2 .slck2 {
  margin-left: 10px;
}
.slbw-bts {
  text-align: right;
}
.slbw-bts .bt-save {
  float: left;
  line-height: 30px;
  font-size: 13px;
}
.is-pc .list-header {
  margin-bottom: 10px;
  text-align: right;
}
.is-pc .list-header-category .bt-category .sli--filter {
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-mask-size: 13px 13px;
  mask-size: 13px 13px;
  margin-top: 0;
}
.is-pc .list-header-category .txt-en {
  font-size: 10px;
}
.is-pc .list-header-inline_category {
  position: relative;
}
.is-pc .list-header-inline_category .txt-en {
  font: 500 11px 'Montserrat';
}
.is-pc .list-header-bts {
  white-space: nowrap;
  top: -6px;
}
.is-pc .list-header-bts .sldd {
  margin-right: 2px;
}
.is-pc .slatc-header {
  position: relative;
  padding: 12px;
  border: 5px solid color-mix(in oklab,#FFF,#333 4.5%);
  border-radius: 10px;
  font-size: 12px;
}
.is-pc .slatc-header-nickname .slpf {
  width: 21px;
  height: 21px;
  margin: -2px 2px 0 0;
}
.is-pc .slatc-header-title {
  margin: 5px 0;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.5em;
}
.is-pc .slatc-extra {
  margin-top: 15px;
  border: 1px solid color-mix(in oklab,#FFF,#333 12%);
  border-bottom: none;
  font-size: 13px;
}
.is-pc .slatc-extra th {
  width: 150px;
}
.is-pc .slatc-extra th,
.is-pc .slatc-extra td {
  padding: 10px;
}
.is-pc .slatc-youtube {
  margin-top: 25px;
}
.is-pc .slatc-tags {
  font-size: 13px;
  line-height: 1.7em;
}
.is-pc .slatc-files-list {
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
  border: 1px solid color-mix(in oklab,#FFF,#333 12%);
  border-radius: 10px;
  color: color-mix(in oklab,#FFF,#333 50%);
  font-size: 12px;
}
.is-pc .slatc-files-list .sli {
  background-color: color-mix(in oklab,#FFF,#333 50%);
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-mask-size: 13px 13px;
  mask-size: 13px 13px;
}
.is-pc .slatc-files-list li {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
  transition-property: color;
  transition-duration: 0.3;
}
.is-pc .slatc-files-list li:hover {
  color: #333;
}
.is-pc .slatc-files-list li:hover .sli {
  background-color: #333;
}
.is-pc .slatc-files-list li:last-of-type {
  border-bottom: none;
}
.is-pc .slatc-files-list li .file-count {
  position: absolute;
  right: 10px;
  top: 10px;
}
.is-pc .slatc-article_bottom {
  margin: 25px 0;
}
.is-pc .slatc-article_bottom a:hover {
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
}
.is-pc .slcmt-title h3 {
  font-size: 13px;
}
.is-pc .slcmt-reload .bt-reload {
  font-size: 13px;
}
.is-pc .slcmt--default.has-profile .cmtu--has_depth {
  padding-left: 31px !important;
}
.is-pc .slcmt--default .cmtu--has_depth {
  margin: 0 0 15px 40px;
}
.is-pc .slcmt--default .cmtu--has_depth::before,
.is-pc .slcmt--default .cmtu--has_depth::after {
  left: -26px;
}
.is-pc .slcmt--default .cmtu-header>span {
  vertical-align: middle;
}
.is-pc .slcmt--bubble .cmtu--has_depth {
  margin-left: 50px;
}
.is-pc .slcmt--bubble .cmtu-profile {
  left: -40px;
}
.is-pc .slcmt--bubble .cmtu-header-ctrl {
  left: 100%;
  top: 0;
  white-space: nowrap;
  font-size: 12px;
}
.is-pc .slcmt--bubble .cmtu-content {
  padding: 12px 15px;
}
.is-pc .slcmt.has-profile .cmtu {
  padding-left: 40px;
}
.is-pc .cmtu-header .nickname {
  font-weight: bold;
}
.is-pc .cmtu-header .date {
  font-size: 12px;
}
.is-pc .cmtu-header .slbl--new {
  vertical-align: top !important;
}
.is-pc .cmtu-header-ctrl {
  position: absolute;
  opacity: 0.3;
  transition-property: opacity;
  transition-duration: 0.3s;
  font-size: 12px;
}
.is-pc .cmtu-header-ctrl a {
  margin-left: 5px;
  color: #3c6fff;
}
.is-pc .cmtu-header-ctrl a:hover {
  text-decoration: underline;
}
.is-pc .cmtu-header-ctrl .sli {
  background-color: #3c6fff;
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-mask-size: 12px 12px;
  mask-size: 12px 12px;
}
.is-pc .cmtu:hover .cmtu-header-ctrl {
  opacity: 1;
}
.is-pc .cmtu-body .xe_content,
.is-pc .cmtu-body .rhymix_content,
.is-pc .cmtu-body .xe_content p,
.is-pc .cmtu-body .rhymix_content p {
  font-size: 14px;
  line-height: 1.6em;
}
.is-pc .cmtu-bts {
  font-size: 12px;
}
.is-pc .slcmt.has-profile .cmtw {
  padding-left: 40px;
}
.is-pc .slcmt.has-profile .cmtw.no-grant {
  padding-left: 0;
}
.is-pc .slcmt.has-profile .cmtw .slpf {
  position: absolute;
  left: 0;
  top: 3px;
}
.is-pc .slbw-category {
  position: relative;
  padding: 0 4px 0 50px;
}
.is-pc .slbw-category-title {
  position: absolute;
  left: 0;
  top: 4px;
}
.is-pc .slbw-board {
  padding-left: 63px;
}
.is-pc .slbw-options-admin {
  display: inline-block;
  margin: -6px 0 -6px 8px;
}
.is-pc .slbw-options-admin h3 {
  display: none;
}
.is-pc .slbw-extra .extra-th {
  width: 150px;
}
.is-pc .slbw-extra .krZip .slip {
  width: 100px;
}
.is-pc .slbw-extra .krZip .slip.krzip-detailAddress {
  width: 368px;
}
.is-pc .slcf .slatc-content {
  margin: 25px 0;
}
.is-pc .slcf .slatc-content .xe_content,
.is-pc .slcf .slatc-content .rhymix_content,
.is-pc .slcf .slatc-content .xe_content p,
.is-pc .slcf .slatc-content .rhymix_content p {
  font-size: 15px;
  line-height: 1.7em;
}
.is-mobile .lu-check {
  position: relative;
  z-index: 31;
}
.is-mobile .list-header-inline_category {
  margin: 0 -15px;
  padding: 0 0 8px;
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
  font-size: 0.9em;
}
.is-mobile .list-header-inline_category .txt-en {
  font-size: 11px;
}
.is-mobile .list-header-inline_category>div {
  padding: 0 15px;
}
.is-mobile .list-header-bts .txt {
  display: none;
}
.is-mobile .list-header-category .bt-category .sli {
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-mask-size: 13px 13px;
  mask-size: 13px 13px;
}
.is-mobile .list-header-category .txt-en {
  font-size: 11px;
}
.is-mobile .slatc-extra {
  margin: 0 -15px;
  width: calc(100% + 30px);
  font-size: 0.85em;
}
.is-mobile .slatc-extra th {
  width: 110px;
}
.is-mobile .slatc-extra th,
.is-mobile .slatc-extra td {
  padding: 8px;
}
.is-mobile .slatc-extra-rating .sl-rating .sli {
  margin-top: 1px;
}
.is-mobile .slatc-youtube {
  margin-top: 25px;
}
.is-mobile .slatc-tags {
  font-size: 0.9em;
  line-height: 1.6em;
}
.is-mobile .slatc-files-list {
  border-radius: 5px;
}
.is-mobile .slatc-article_bottom {
  margin: 35px 0;
}
.is-mobile .slatc-article_bottom a {
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
}
.is-mobile .slcmt-title h3 {
  font-size: 14px;
}
.is-mobile .slcmt-reload .bt-reload {
  font-size: 14px;
}
.is-mobile .slcmt--default.has-profile .cmtu {
  padding-left: 30px;
}
.is-mobile .slcmt--default .cmtu--has_depth {
  margin: 0 0 15px 30px;
}
.is-mobile .slcmt--default .cmtu--has_depth::before,
.is-mobile .slcmt--default .cmtu--has_depth::after {
  left: -16px;
}
.has-profile.is-mobile .slcmt--default .cmtu--has_depth {
  padding-left: 31px;
}
.is-mobile .slcmt--default .cmtu-header-ctrl {
  position: absolute;
  top: -3px;
}
.is-mobile .slcmt--default .cmtu-header-ctrl .sldd-bt {
  padding: 1px 2px 0;
  border-radius: 3px;
}
.is-mobile .slcmt--default .cmtu-header-ctrl .sldd-bt .sli {
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-mask-size: 13px 13px;
  mask-size: 13px 13px;
}
.is-mobile .slcmt--bubble.has-profile .cmtu {
  padding-left: 35px;
}
.is-mobile .slcmt--bubble .cmtu--has_depth {
  margin-left: 40px;
}
.is-mobile .slcmt--bubble .cmtu-profile {
  left: -35px;
}
.is-mobile .slcmt--bubble .cmtu-header-ctrl .sldd-bt {
  background-color: transparent;
  padding: 0;
}
.is-mobile .slcmt--bubble .cmtu-content {
  padding: 12px 15px 10px;
}
.is-mobile .cmtu-header {
  font-size: 13px;
}
.is-mobile .cmtu-header .nickname {
  font-size: 14px;
  font-weight: 500;
}
.is-mobile .cmtu-header .date .txt-en {
  font-size: 12px;
}
.is-mobile .cmtu-header-ctrl .sldd-bt {
  height: 19px;
  line-height: 19px;
}
.is-mobile .cmtu-header-ctrl .sldd-box a {
  display: block;
  margin-bottom: 8px;
}
.is-mobile .cmtu-header-ctrl .sldd-box a:last-of-type {
  margin-bottom: 0;
}
.is-mobile .cmtu-body .xe_content,
.is-mobile .cmtu-body .rhymix_content {
  font-size: 0.95em;
  line-height: 1.5em;
}
.is-mobile .cmtu-body .xe_content p,
.is-mobile .cmtu-body .rhymix_content p {
  font-size: 1.0em;
  line-height: 1.5em;
}
.is-mobile .cmtu-bts {
  font-size: 13px;
}
.is-mobile .cmtu-bts .bt-file {
  display: inline-block;
  margin-top: -2px;
}
.is-mobile .cmtw {
  font-size: 14px;
}
.is-mobile .cmtw .slpf {
  display: none;
}
.is-mobile .cmtw-user-info .slip.small:nth-of-type(2) {
  margin-right: 0;
}
.is-mobile .slcmt--default.has-profile .cmtu--has_depth .cmtw--reply {
  margin-left: -30px;
}
.is-mobile .slcmt--bubble.has-profile .cmtw--reply {
  margin-left: -35px;
}
.is-mobile .slcf .slatc-header {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.is-mobile .slbw-ck-bt {
  font-size: 13px;
}
.is-mobile .slbw-category-title {
  margin-bottom: 5px;
}
.is-mobile .slbw-options-admin {
  margin-top: 25px;
  padding-right: 10px;
}
.is-mobile .slbw-options-admin h3 {
  float: left;
  padding: 2px 0 0 5px;
  font-size: 13px;
}
.is-mobile .slbw-options-admin .slck {
  font-size: 13px;
}
.is-mobile .slbw-extra .extra-th {
  width: 100px;
}
.is-mobile .slbw-extra .krZip .slip {
  width: 100px;
}
.is-mobile .slbw-extra .krZip .slip.krzip-detailAddress {
  width: 368px;
}
.is-mobile .slbw-extra .slck {
  font-size: 13px;
}
.is-mobile .slcf .slatc-content {
  margin: 35px 0;
}
.is-mobile .slcf .slatc-content .xe_content,
.is-mobile .slcf .slatc-content .rhymix_content {
  font-size: 1.03em;
  line-height: 1.6em;
}
.code-list-top {
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.ldg .code-list-top {
  padding: 25px 0;
}
.ldd .code-list-middle,
.ldf .code-list-middle {
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.type-box .ldm .code-list-middle {
  margin-bottom: 25px;
}
.type-open .ldm .code-list-middle {
  padding: 25px 0;
  border-top: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.code-article-bottom {
  margin-bottom: 15px;
}
.code-comment-bottom {
  margin-top: 15px;
}
.code-board-topM {
  margin: 0 0 25px;
}
.code-list-topM {
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.ldg .code-list-topM {
  margin: 0 -25px 25px;
  padding: 0 25px;
}
.code-list-middleM {
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.ldm .code-list-middleM {
  border-bottom: none;
}
.type-box .ldm .code-list-middleM {
  margin-bottom: 20px;
}
.type-open .ldm .code-list-middleM {
  padding: 25px;
  border-top: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.code-article-bottomM {
  margin-bottom: 10px;
}
.code-comment-bottomM {
  margin-top: 15px;
}
.lu.my-article {
  background-color: color-mix(in oklab,#FFF,#fff7af 40%);
}
.lu-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  line-height: 13px;
  box-sizing: border-box;
  margin: -2px 0 0 2px;
  border-radius: 2px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 13px;
  text-indent: -9999px;
  background-color: color-mix(in oklab,#FFF,#333 30%);
  transition-property: background-color;
  transition-duration: 0.3s;
}
.lu-icon--normal {
  background-color: color-mix(in oklab,#FFF,#333 17%);
}
.is-lightmode .lu-icon--normal {
  background-image: url("../../../../modules/modules/board/skins/sally_board/images/icon_normalN.png");
}
.is-lightmode .lu-icon--image {
  background-image: url("../../../../modules/modules/board/skins/sally_board/images/icon_imageN.png");
}
.is-lightmode .lu-icon--file {
  background-image: url("../../../../modules/modules/board/skins/sally_board/images/icon_fileN.png");
}
.is-lightmode .lu-icon--youtube {
  background-image: url("../../../../modules/modules/board/skins/sally_board/images/icon_youtubeN.png");
}
.is-darkmode .lu-icon--normal {
  background-image: url("../../../../modules/modules/board/skins/sally_board/images/icon_normalY.png");
}
.is-darkmode .lu-icon--image {
  background-image: url("../../../../modules/modules/board/skins/sally_board/images/icon_imageY.png");
}
.is-darkmode .lu-icon--file {
  background-image: url("../../../../modules/modules/board/skins/sally_board/images/icon_fileY.png");
}
.is-darkmode .lu-icon--youtube {
  background-image: url("../../../../modules/modules/board/skins/sally_board/images/icon_youtubeY.png");
}
.lu-icon-new {
  fill: #ff7545;
}
.lu-icon-updated {
  fill: #3c6fff;
}
.slb-list:not(.ldp) .lu-category {
  display: inline-block;
  height: 21px;
  line-height: 22px;
  border-radius: 10.5px;
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
  color: color-mix(in oklab,#FFF,#333 70%);
  padding: 0 10px;
  font-size: 0.95em;
}
.slb-list:not(.ldp) .lu-category:hover {
  background-color: color-mix(in oklab,#FFF,#333 6%);
  color: #333;
}
.slb-list:not(.ldp) .lu-category:hover {
  text-decoration: none;
}
.slb-list:not(.ldp) .lu-category.in-title {
  vertical-align: middle;
  font-size: 0.9em;
}
.slb-list:not(.ldp) .lu-category.in-info {
  margin-bottom: -2px;
}
.ldp .lu-category.in-info {
  position: relative;
}
.ldp .lu-category.in-info::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: color-mix(in oklab,#FFF,#333 17%);
}
.lu-title:visited {
  color: #333;
}
.lu-info,
.lu-info a {
  color: color-mix(in oklab,#FFF,#333 50%);
}
.lu-info .sli {
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-mask-size: 12px 12px;
  mask-size: 12px 12px;
  background-color: color-mix(in oklab,#FFF,#333 50%);
}
.lu-info:empty {
  display: none;
}
.lu-info>span {
  display: inline-block;
  margin-right: 14px;
}
.lu-info .category {
  margin-right: -4px;
}
.lu-rating svg {
  width: 14px;
  height: 14px;
  stroke: color-mix(in oklab,#FFF,#333 70%);
  fill: #ffd400;
  vertical-align: middle;
  margin-top: -3px;
}
.lu-summary {
  font-size: 0.95em;
  line-height: 1.6em;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.lu-update {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  padding: 3px 6px;
  border-radius: 0 3px 3px 0;
  background-color: color-mix(in oklab,#FFF,#333 6%);
  color: color-mix(in oklab,#FFF,#333 50%);
}
.lu-update::after {
  content: '';
  position: absolute;
  right: 100% !important;
  top: 0 !important;
  border-top-color: transparent !important;
  border: 10.5px solid transparent;
  border-top-color: color-mix(in oklab,#FFF,#333 6%);
  border-right-color: color-mix(in oklab,#FFF,#333 6%);
}
.lu-update.updated {
  background-color: color-mix(in oklab,#FFF,#003399 10%);
  color: #003399;
}
.lu-update.updated::after {
  border-top-color: color-mix(in oklab,#FFF,#003399 10%);
  border-right-color: color-mix(in oklab,#FFF,#003399 10%);
}
.lu-update-date {
  font: 500 11px 'Montserrat';
}
.lu-update-nickname {
  display: inline-block;
  max-width: 80px;
  margin-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.lu-thumbnail {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.lu-thumbnail::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 1px solid color-mix(in srgb,transparent,#000 10%);
  box-sizing: border-box;
  z-index: 5;
}
.use-high .lu-thumbnail img {
  zoom: 0.5;
  -moz-transform: scale(0.5,0.5);
  -moz-transform-origin: left top;
}
.use-bnw .lu-thumbnail img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition-property: filter;
  transition-duration: 0.3s;
}
.use-bnw .lu:hover .lu-thumbnail img {
  -webkit-filter: none;
  filter: none;
}
.lu-thumbnail--youtube {
  overflow: hidden;
}
.lu-thumbnail--youtube img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: auto;
  height: 100%;
}
.lu-thumbnail--youtube .thumbnail-wrap {
  display: inline-block;
  width: 100%;
  height: 0;
}
.lu-thumbnail--youtube .sli--youtube {
  background-color: #e93a3a;
}
.lu-thumbnail-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -20px 0 0 -20px;
  border-radius: 50%;
  text-align: center;
  z-index: 3;
  font-size: 30px;
}
.lu-thumbnail-icon .sli {
  display: inline-block;
  width: 36px;
  height: 36px;
  -webkit-mask-size: 36px 36px;
  mask-size: 36px 36px;
}
.lu-thumbnail-icon svg.feather {
  width: 30px;
  height: 30px;
}
.lu-thumbnail-icon.no-thumbnail {
  color: color-mix(in oklab,#FFF,#333 17%);
}
.lu-thumbnail-icon.no-thumbnail .sli {
  background-color: color-mix(in oklab,#FFF,#333 17%);
}
.lu-thumbnail-icon.youtube::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  background-color: #FFF;
}
.lu-thumbnail-icon.now-reading {
  background-color: color-mix(in srgb,transparent,#000 30%);
}
.lu-thumbnail-icon.now-reading .sli {
  background-color: color-mix(in oklab,#FFF,#333 17%);
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-mask-size: 30px 30px;
  mask-size: 30px 30px;
}
.lu-extra {
  width: 100%;
}
.lu-extra:empty {
  display: none;
}
.lu-extra tr:first-child th {
  border-radius: 5px 0 0 0;
}
.lu-extra tr:first-child td {
  border-radius: 0 5px 0 0;
}
.lu-extra tr:last-child th {
  border-radius: 0 0 0 5px;
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.lu-extra tr:last-child td {
  border-radius: 0 0 5px 0;
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.lu-extra tr:only-child th {
  border-radius: 5px 0 0 5px;
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.lu-extra tr:only-child td {
  border-radius: 0 5px 5px 0;
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.lu-extra th,
.lu-extra td {
  padding: 8px;
}
.lu-extra th {
  border: 1px solid color-mix(in oklab,#FFF,#333 12%);
  border-bottom: none;
  background-color: color-mix(in oklab,#FFF,#333 2%);
  text-align: right;
  font-weight: normal;
}
.lu-extra td {
  border-top: 1px solid color-mix(in oklab,#FFF,#333 12%);
  border-right: 1px solid color-mix(in oklab,#FFF,#333 12%);
  background-color: #FFF;
}
.lu-vote.best,
.lu-read.best {
  color: #003399;
}
.lu-vote.best .sli,
.lu-read.best .sli {
  background-color: #003399;
}
.lu-blame.best {
  color: #003399;
}
.lu-blame.best .sli {
  background-color: #003399;
}
.lu-board {
  display: inline-block;
  height: 19px;
  line-height: 20px;
  border-radius: 3px;
  padding: 0 6px;
  margin-top: -1px;
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
  font-size: 12px;
}
.has-timeline_color .lu-board--0 {
  background-color: color-mix(in srgb,#FFF,#c851dd 10%);
  color: #c851dd !important;
}
.has-timeline_color .lu-board--1 {
  background-color: color-mix(in srgb,#FFF,#10c4f1 10%);
  color: #10c4f1 !important;
}
.has-timeline_color .lu-board--2 {
  background-color: color-mix(in srgb,#FFF,#94d966 10%);
  color: #94d966 !important;
}
.has-timeline_color .lu-board--3 {
  background-color: color-mix(in srgb,#FFF,#ff7545 10%);
  color: #ff7545 !important;
}
.has-timeline_color .lu-board--4 {
  background-color: color-mix(in srgb,#FFF,#3c6fff 10%);
  color: #3c6fff !important;
}
.lu-popular {
  display: inline-block;
  width: 21px;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
  margin: -2px 2px 0 0;
  border-radius: 50%;
  background-color: color-mix(in oklab,#FFF,#003399 10%);
  text-align: center;
  vertical-align: middle;
}
.lu-popular .sli {
  display: inline-block !important;
  width: 12px !important;
  height: 12px !important;
  -webkit-mask-size: 12px 12px !important;
  mask-size: 12px 12px !important;
  background-color: #003399 !important;
  margin: 0;
}
.lu .icon-vote svg.feather {
  width: 13px;
  height: 13px;
}
.lnu.popular {
  background-color: color-mix(in oklab,#FFF,#003399 10%);
}
.lnu.popular .popular-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-mask-size: 13px 13px;
  mask-size: 13px 13px;
  background-color: #003399 !important;
}
.lnu--hidden.hidden,
.lnu.folded {
  display: none;
}
.lnu-toggle button {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  color: color-mix(in oklab,#FFF,#333 50%);
  font-size: 12px;
}
.lnu-toggle button .icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 17px;
  text-align: center;
  background-color: color-mix(in oklab,#FFF,#333 12%);
  border-radius: 50%;
}
.lddu-vote {
  display: inline-block;
  position: absolute;
  width: 40px;
  text-align: center;
  font-size: 13px;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.lddu-vote .sli {
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-mask-size: 14px 14px;
  mask-size: 14px 14px;
  background-color: color-mix(in oklab,#FFF,#333 50%);
}
.lddu-vote .sli,
.lddu-vote i {
  display: inline-block;
  margin-bottom: 2px;
}
.lddu-vote.best {
  color: #003399;
}
.lddu-vote.best .sli {
  background-color: #003399;
}
.lddu-vote .icon-vote {
  display: inline-block;
  margin-bottom: 4px;
}
.lddu-vote .icon-vote svg.feather {
  width: 15px;
  height: 15px;
}
.lddu-update {
  position: absolute;
  right: 0;
  bottom: 0;
}
.lddu-info .last-update.updated,
.lddu-info .last-update.updated a {
  color: #003399;
}
.lddu-info .last-update.updated .sli {
  background-color: #003399;
}
.ldwu-body {
  position: relative;
}
.ldwu-thumbnail {
  position: absolute;
  right: 0;
  top: 0;
}
.ldwu-category.in-title {
  display: inline-block;
  margin-right: 5px;
}
.ldwu-check {
  margin-right: -3px;
}
.ldwu-title {
  font-size: 1.1em;
  line-height: 1.4em;
}
.ldwu-extra {
  margin-top: 10px;
}
.ldwu-extra th {
  width: 100px;
}
.ldwu-info2 {
  text-align: right;
  z-index: 2;
}
.ldwu-info2:empty {
  display: none;
}
.ldwu-info2-nickname {
  float: left;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.ldwu-info2 .lu-board {
  margin-top: 3px;
}
.ldwu-info2 .icon-folder {
  font-size: 11px;
}
.ldw .ldwu-info2 .lu-category {
  margin-right: 0 !important;
}
.ldwu .lu-icon-secret {
  margin-top: -2px;
}
.ldpu {
  position: relative;
  padding: 14px 15px 15px;
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.ldpu-thumbnail {
  position: absolute;
  right: 15px;
  top: 15px;
}
.ldpu-category.in-title {
  margin-right: 7px;
  color: color-mix(in oklab,#FFF,#333 70%);
  vertical-align: middle;
}
.ldpu-info {
  margin-bottom: 8px;
}
.ldpu-info .category {
  margin-right: 14px;
}
.ldpu-info2 {
  font-weight: 500;
}
.ldpu-info2,
.ldpu-info2 button {
  font-size: 12px;
}
.ldpu-info2 .sli {
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-mask-size: 12px 12px;
  mask-size: 12px 12px;
  background-color: color-mix(in oklab,#FFF,#333 70%);
  margin-top: -3px;
}
.ldpu-info2 .unit {
  display: inline-block;
  height: 23px;
  line-height: 24px;
  border-radius: 11.5px;
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
  color: color-mix(in oklab,#FFF,#333 70%);
  margin: 8px 3px 0 0;
  background-color: color-mix(in oklab,#FFF,#333 6%);
}
.ldpu-info2 .unit:hover {
  background-color: color-mix(in oklab,#FFF,#333 6%);
  color: #333;
}
.ldpu-info2 .unit,
.ldpu-info2 .unit a {
  color: color-mix(in oklab,#FFF,#333 70%);
}
.ldpu-info2-comment {
  padding: 0 10px;
}
.ldpu-info2-comment .sli {
  margin-right: 2px;
}
.ldpu-info2-comment.best {
  background-color: color-mix(in oklab,#FFF,#003399 17%) !important;
}
.ldpu-info2-comment.best a {
  color: #003399 !important;
}
.ldpu-info2-comment.best .sli {
  background-color: #003399;
}
.ldpu-info2-vote:empty {
  display: none;
}
.ldpu-info2-vote>span {
  display: inline-block;
  height: 23px;
  line-height: 24px;
  padding: 0 10px;
}
.ldpu-info2-vote>span:only-child {
  border-radius: 11.5px;
}
.ldpu-info2-vote .lu-vote {
  border-radius: 11.5px 0 0 11.5px;
}
.ldpu-info2-vote .lu-vote.best {
  background-color: color-mix(in oklab,#FFF,#003399 17%);
}
.ldpu-info2-vote .lu-vote .vote-icon {
  margin-right: 2px;
}
.ldpu-info2-vote .lu-blame {
  border-radius: 0 11.5px 11.5px 0;
  border-left: 1px solid #FFF;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.ldpu-info2-vote .lu-blame.best {
  background-color: color-mix(in oklab,#FFF,#003399 17%);
}
.ldpu-info2-vote .lu-blame .sli {
  background-color: color-mix(in oklab,#FFF,#333 50%);
}
.ldpu-info2-vote .lu-blame .vote-icon {
  margin-left: 2px;
}
.ldpu-info2-vote .icon-vote {
  display: inline-block;
  line-height: 1.0em;
  margin-top: -3px;
  vertical-align: middle;
}
.ldpu-info2-vote .icon-vote svg.feather {
  margin-top: 0;
}
.ldpu-update {
  margin: -1px 0 0 15px;
}
.ldgu {
  display: inline-block;
  position: relative;
  vertical-align: top;
  z-index: 1;
}
.ldgu-thumbnail,
.ldgu-thumbnail img {
  display: block;
}
.ldgu-thumbnail--no {
  background-color: color-mix(in oklab,#FFF,#333 6%);
}
.ldgu-category.up-title {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 12px;
  color: color-mix(in oklab,#FFF,#333 70%);
}
.ldgu-category.up-title .sli {
  background-color: color-mix(in oklab,#FFF,#333 70%);
}
.ldgu-title {
  font-size: 1.1em;
  line-height: 1.4em;
}
.ldgu-info .slpf {
  width: 17px;
  height: 17px;
}
.ldgu:hover .ldgu-info2 {
  background-color: color-mix(in srgb,transparent,#000 40%);
}
.ldgu-info2 {
  position: absolute;
  right: 12px;
  top: 12px;
  text-align: right;
  display: inline-block;
  height: 23px;
  line-height: 24px;
  border-radius: 11.5px;
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
  color: color-mix(in oklab,#FFF,#333 70%);
  padding: 0 2px;
  background-color: color-mix(in srgb,transparent,#000 20%);
  font-size: 12px;
  white-space: nowrap;
  transition-property: background-color;
  transition-duration: 0.3s;
  color: #FFF;
}
.ldgu-info2:hover {
  background-color: color-mix(in oklab,#FFF,#333 6%);
  color: #333;
}
.ldgu-info2:empty {
  display: none;
}
.ldgu-info2 .sli {
  display: inline-block;
  width: 11px;
  height: 11px;
  -webkit-mask-size: 11px 11px;
  mask-size: 11px 11px;
  background-color: #FFF;
}
.ldgu-info2>span {
  display: inline-block;
  padding: 0 4px;
}
.ldgu-info2>span:first-of-type {
  padding-left: 8px;
}
.ldgu-info2>span:last-of-type {
  padding-right: 8px;
}
.ldgu-info2>span:only-of-type {
  padding: 0 8px;
}
.ldgu-summary {
  margin-top: 10px;
  padding: 8px 0;
  border-top: 1px dashed color-mix(in oklab,#FFF,#333 17%);
  border-bottom: 1px dashed color-mix(in oklab,#FFF,#333 17%);
}
.ldgu-summary + .ldgu-info {
  margin-top: 12px !important;
}
.ldgu-extra {
  margin-top: 12px;
}
.ldgu-extra th {
  width: 80px;
}
.ldg.it--shown .ldgu-body {
  padding-top: 10px;
}
.ldg.it--shown .ldgu-title.ldg.it--shown .ldgu:not(.slul):hover {
  background-image: linear-gradient(90deg,color-mix(in oklab,#FFF,#333 12%),color-mix(in oklab,#FFF,#333 12%));
  background-position: bottom -5px left 0;
  background-size: 100% 10px;
  background-repeat: no-repeat;
}
.ldg.it--hidden .ldgu:hover .ldgu-body {
  opacity: 1;
}
.ldg.it--hidden .ldgu-body {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 0.3s;
  opacity: 0;
  z-index: 10;
}
.ldg.it--hidden .ldgu-body a:not(.sllk-plane) {
  position: relative;
  z-index: 31;
}
.ldg.it--hidden .ldgu-title {
  font-size: 1.05em;
  line-height: 1.4em;
}
.ldg.it--hidden .ldgu-summary {
  padding: 3px 0;
  border: none;
}
.ldg.it--hidden .ldgu-nickname {
  display: inline-block;
  position: absolute;
}
.ldg.it--hidden .ldgu.has-thumbnail .ldgu-body::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120%;
  background-image: linear-gradient(to top,rgba(0,0,0,0.75),rgba(0,0,0,0));
  border-radius: 0 0 10px 10px;
  z-index: -1;
}
.ldg.it--hidden .ldgu.has-thumbnail .ldgu-category {
  color: color-mix(in srgb,transparent,#FFF 70%);
}
.ldg.it--hidden .ldgu.has-thumbnail .ldgu-category .sli {
  background-color: color-mix(in srgb,transparent,#FFF 70%);
}
.ldg.it--hidden .ldgu.has-thumbnail .ldgu-title {
  color: #FFF;
}
.ldg.it--hidden .ldgu.has-thumbnail .ldgu-summary {
  color: color-mix(in srgb,transparent,#FFF 70%);
}
.ldg.it--hidden .ldgu.has-thumbnail .ldgu-info,
.ldg.it--hidden .ldgu.has-thumbnail .ldgu-info a {
  color: color-mix(in srgb,transparent,#FFF 70%);
}
.ldg.it--hidden .ldgu.has-thumbnail .ldgu-info .sli {
  background-color: color-mix(in srgb,transparent,#FFF 70%);
}
.ldg.it--hidden .ldgu.has-thumbnail .ldgu-info .nickname .slpf {
  background-color: color-mix(in srgb,transparent,#000 20%);
}
.is-lightmode .ldg.it--hidden .ldgu.has-thumbnail .ldgu-info .nickname .slpf span {
  background-color: color-mix(in oklab,#FFF,#333 12%);
}
.is-darkmode .ldg.it--hidden .ldgu.has-thumbnail .ldgu-info .nickname .slpf span {
  background-color: color-mix(in srgb,transparent,#FFF 70%);
}
.ldg.it--hidden .ldgu.has-thumbnail .lu-comment,
.ldg.it--hidden .ldgu.has-thumbnail .slc-point2 {
  color: color-mix(in oklab,#003399,#FFF 40%);
}
.ldg.it--hidden .ldgu.has-thumbnail .slc-grey50,
.ldg.it--hidden .ldgu.has-thumbnail .lu-declared-count,
.ldg.it--hidden .ldgu.has-thumbnail .lu-declared-count a {
  color: color-mix(in srgb,transparent,#FFF 70%) !important;
}
.ldg.it--hidden .ldgu.has-thumbnail .lu-icon-secret .sli {
  background-color: #FFF;
}
.ldg.it--hidden .ldgu.has-thumbnail .slbl--new {
  background-color: color-mix(in oklab,#003399,#FFF 40%);
}
.ldg.it--hidden .ldgu.has-thumbnail .slbl--updated {
  background-color: color-mix(in oklab,#003399,#FFF 40%);
}
.ldg.it--hidden .ldgu.has-thumbnail .lu-icon-new {
  color: color-mix(in oklab,#003399,#FFF 40%);
}
.ldg.it--hidden .ldgu.has-thumbnail .lu-icon-update {
  color: color-mix(in oklab,#003399,#FFF 40%);
}
.ldg.it--hidden .ldgu.has-thumbnail.has-summary .ldgu-body {
  background-color: color-mix(in srgb,transparent,#333 50%);
}
.ldg.it--hidden .ldgu.has-thumbnail.has-summary .ldgu-body::before {
  content: none;
}
.ldg.it--hidden .ldgu.has-thumbnail.has-summary .ldgu-info-nickname {
  background-color: transparent;
}
.ldg.it--overlay .ldgu-body {
  opacity: 1;
}
.slatc-header .article-ip,
.slatc-header .article-ip a {
  color: color-mix(in oklab,#FFF,#333 50%);
}
.slatc-header .bt-memo {
  display: inline-block;
  height: 16px;
  line-height: 18px;
  padding: 0 5px;
  margin-left: 5px;
  border-radius: 3px;
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
  color: color-mix(in oklab,#FFF,#333 50%);
  font-size: 11px;
}
.slatc-header-title .icon-secret {
  margin-right: 3px;
}
.slatc-header .bt-send-message {
  display: inline-block;
  margin: 1px 0 0 2px;
  vertical-align: middle;
}
.slatc-header .bt-send-message .sli {
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-mask-size: 13px 13px;
  mask-size: 13px 13px;
  background-color: color-mix(in oklab,#FFF,#333 40%);
}
.slatc-header-info,
.slatc-header-info a {
  color: color-mix(in oklab,#FFF,#333 50%);
}
.slatc-header-info .sli {
  background-color: color-mix(in oklab,#FFF,#333 50%);
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-mask-size: 12px 12px;
  mask-size: 12px 12px;
}
.slatc-header-info .icon-vote svg.feather {
  width: 13px;
  height: 13px;
}
.slatc-header-info .category {
  display: inline-block;
  height: 21px;
  line-height: 22px;
  border-radius: 10.5px;
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
  color: color-mix(in oklab,#FFF,#333 70%);
  padding: 0 10px;
  margin-right: 10px;
}
.slatc-header-info .category:hover {
  background-color: color-mix(in oklab,#FFF,#333 6%);
  color: #333;
}
.slatc-header-info .category svg.feather {
  width: 13px;
  height: 13px;
}
.slatc-header-info .bt-copy .sli {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-mask-size: 15px 15px;
  mask-size: 15px 15px;
}
.slatc-header-info .bt-file {
  display: inline-block;
  padding: 4px 7px 3px;
  border-radius: 3px;
  background-color: color-mix(in oklab,#FFF,#333 6%);
  cursor: pointer;
  vertical-align: middle;
}
.slatc-author {
  border: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.slatc-author:empty {
  display: none;
}
.slatc-author,
.slatc-author a {
  color: color-mix(in oklab,#FFF,#333 70%);
}
.slatc-author::empty {
  display: none;
}
.slatc-author-nickname {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}
.slatc-author-nickname .slpf {
  width: 21px;
  height: 21px;
  margin: -1px 3px 0 0;
  vertical-align: middle;
}
.slatc-author-sign {
  padding: 15px;
}
.slatc-author-sign-body {
  line-height: 1.5em;
}
.slatc-author-documents {
  padding: 15px;
}
.slatc-author-documents li {
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slatc-author-documents li:last-of-type {
  margin-bottom: 0;
}
.slatc-author-documents .slbn {
  margin-right: 5px;
}
.slatc-author .slbl {
  margin-right: 3px;
}
.slatc-bts .bt-show_who {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: -4px 0 -2px;
}
.slatc-bts .bt-show_who-profile .slpf {
  position: relative;
  width: 31px;
  height: 31px;
  border: 2px solid #FFF;
}
.slatc-bts .bt-show_who-profile .slpf:first-of-type {
  left: 0;
  z-index: 3;
}
.slatc-bts .bt-show_who-profile .slpf:nth-of-type(2) {
  margin-left: -15px;
  z-index: 2;
}
.slatc-bts .bt-show_who-profile .slpf:nth-of-type(3) {
  margin-left: -15px;
  z-index: 1;
}
.slatc-bts .bt-show_who-profile .slpf:nth-of-type(4),
.slatc-bts .bt-show_who-profile .slpf:nth-of-type(5) {
  display: none;
}
.slatc-bts .bt-show_who-bt {
  padding: 0 10px;
}
.slatc-bts-right .sli {
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-mask-size: 14px 14px;
  mask-size: 14px 14px;
}
.slatc-bts-right button {
  display: inline-block;
  line-height: 25px;
  padding: 0 8px;
  border-right: 1px solid #FFF;
}
.slatc-bts-right button .sli {
  background-color: color-mix(in oklab,#FFF,#333 50%);
}
.slatc-bts-right button:hover .sli {
  background-color: #333;
}
.slatc-bts-right .slbb:first-of-type button {
  padding-left: 10px;
  border-radius: 12.5px 0 0 12.5px;
}
.slatc-bts-right .slbb:last-of-type button {
  border-right: none;
  padding-right: 10px;
  border-radius: 0 12.5px 12.5px 0;
}
.slatc-bts-right .bt-report {
  position: relative;
}
.slatc-bts-right .bt-report .sl-count-box {
  position: absolute;
  right: 18px;
  top: -5px;
}
.slatc-bts-right button.active {
  background-color: #fff7af;
}
.slatc-bts-share {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 15px;
  white-space: nowrap;
  background-color: #333;
  border-radius: 10px;
  text-align: center;
  z-index: 50;
}
.slatc-bts-share,
.slatc-bts-share a,
.slatc-bts-share button {
  color: #FFF;
}
.slatc-bts-share>a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border-radius: 3px;
  overflow: hidden;
}
.slatc-bts-share>a:last-of-type {
  margin-right: 0;
}
.slatc-bts-share>a img {
  width: 100%;
  height: 100%;
}
.slatc-bts-share .plink {
  position: relative;
  margin-top: 5px;
  border: 1px solid color-mix(in srgb,transparent,#FFF 15%);
  border-radius: 3px;
}
.slatc-bts-share .plink input {
  width: 100%;
  padding: 0 50px 0 10px;
  box-sizing: border-box;
  background-color: transparent;
  border: none;
  color: color-mix(in srgb,transparent,#FFF 50%);
  font: 11px/25px 'Montserrat';
}
.slatc-bts-share .plink .bt-copy {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 25px;
  line-height: 26px;
  border-left: 1px solid color-mix(in srgb,transparent,#FFF 15%);
}
.slatc-vote-who {
  margin: 15px 0;
  padding: 5px;
  border-radius: 5px;
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
}
.slatc-vote-who:empty {
  display: none;
}
.slatc-vote-who.closed {
  height: 0;
  padding: 0;
  margin: 0 0 0;
  overflow: hidden;
}
.slatc-vote-who h3 {
  padding: 3px 0 8px;
  font-size: 12px;
  text-align: center;
}
.slatc-vote-who-inner {
  border: 1px solid color-mix(in oklab,#FFF,#333 12%);
  background-color: #FFF;
}
.slatc-vote-who-inner ul {
  padding: 10px 10px 0;
  font-size: 0;
}
.slatc-vote-who-inner li {
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.slatc-vote-who-inner .slpf {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  vertical-align: middle;
}
.slatc-vote-who-inner .nickname {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.slatc .slatc-desc {
  display: inline-block;
  margin-bottom: 5px;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.slatc .slms {
  margin: 50px auto;
}
.slatc .xe_content pre {
  position: relative;
  padding: 10px 15px;
  border: 1px solid color-mix(in oklab,#FFF,#333 17%);
  background-image: url("../../../../modules/modules/board/skins/sally_board/images/bg_pre.png");
  overflow-x: auto;
  word-wrap: normal;
  z-index: 1;
}
.is-darkmode .slatc .xe_content pre {
  background-image: url("../../../../modules/modules/board/skins/sally_board/images/bg_preD.png");
}
.slcmt-paging {
  padding: 6px 0 8px;
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
  border-radius: 3px;
  text-align: center;
}
.slcmt-paging--prev {
  margin-top: 15px;
}
.slcmt-paging--next {
  position: relative;
  margin-bottom: -1px;
  z-index: 1;
}
.slcmt-paging .bt-page {
  display: block;
  width: 100%;
}
.slcmt .page-line {
  height: 5px;
  border-top: 1px solid color-mix(in oklab,#FFF,#333 12%);
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
}
.slcmt--bubble.slcmt .page-line {
  margin-top: 15px;
}
.slcmt .page-title {
  padding: 8px 0;
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
  text-align: center;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.slcmt .page-title .sli {
  background-color: color-mix(in oklab,#FFF,#333 50%);
  cursor: pointer;
}
.cmtu-header .date {
  cursor: pointer;
}
.cmtu .bt-sticker {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 6.5px;
}
.cmtu .bt-sticker .sli {
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-mask-size: 14px 14px;
  mask-size: 14px 14px;
  margin: 2.5px 0 -1px 2.5px;
}
.cmtu-rank {
  display: inline-block;
  font: 12px/12px 'Montserrat';
}
.cmtu-rank--1 .sli {
  background-color: #D4AF37;
}
.cmtu-rank--2 .sli {
  background-color: #A9A9A9;
}
.cmtu-rank--3 .sli {
  background-color: #B08D55;
}
.cmtu-rank .sli {
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-mask-size: 13px 13px;
  mask-size: 13px 13px;
}
.cmtw .bt-sticker .sli {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-mask-size: 15px 15px;
  mask-size: 15px 15px;
}
.slcmt>.cmtw .cmtw-stk--reply {
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.cmtw-stk-display {
  position: relative;
  clear: both;
  margin-top: 20px;
}
.cmtw--reply .cmtw-stk-display {
  margin-top: 0;
}
.cmtw--reply .cmtw-stk-display::before,
.cmtw--reply .cmtw-stk-display::after {
  content: none;
}
.cmtw-stk-display.display-toggle {
  display: none;
}
.cmtw-stk-pack {
  position: relative;
  height: auto !important;
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
}
.cmtw-stk-pack>ul>li {
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.cmtw-stk-pack>ul>li.sticker-image,
.cmtw-stk-pack>ul>li.extra-bt {
  margin-right: 5px;
}
.cmtw-stk-pack>ul>li a {
  display: inline-block;
  position: relative;
  border-radius: 3px;
  background-color: #FFF;
  opacity: 0.3;
}
.cmtw-stk-pack>ul>li.on {
  position: relative;
}
.cmtw-stk-pack>ul>li.on::after {
  content: '';
  position: absolute;
  right: -3px;
  top: -3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #003399;
}
.cmtw-stk-pack>ul>li.on a {
  opacity: 1;
}
.cmtw-stk-pack div>img {
  object-fit: cover;
  border-radius: 3px;
}
.cmtw-stk-pack a .sli--face-smile {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-mask-size: 15px 15px;
  mask-size: 15px 15px;
}
.cmtw-stk-pack a .sli--cog {
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-mask-size: 13px 13px;
  mask-size: 13px 13px;
}
.cmtw-stk-pack .bt-prevnext {
  display: inline-block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
  text-align: center;
}
.cmtw-stk-pack .bt-prevnext.bt-prev {
  left: 10px;
}
.cmtw-stk-pack .bt-prevnext.bt-next {
  right: 10px;
}
.cmtw-stk-pack .bt-prevnext a {
  display: inline-block;
  background-color: #FFF;
  color: color-mix(in oklab,#FFF,#333 50%);
  border-radius: 3px;
  text-align: center;
}
.cmtw-stk-pack .bt-prevnext .slbb {
  display: inline-block;
}
.cmtw-stk-pack .slbb-desc {
  line-height: 1.2em !important;
}
.cmtw-stk-body {
  text-align: center;
}
.cmtw-stk-body>ul>li {
  display: inline-block;
}
.cmtw-stk-body>ul>li a {
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition-property: box-shadow;
  transition-duration: 0.3s;
  border-radius: 5px;
}
.cmtw-stk-body .no-sticker {
  padding: 25px;
}
.lu:hover .lu-icon--image {
  background-color: #94d966;
}
.lu:hover .lu-icon--file {
  background-color: #3c6fff;
}
.lu:hover .lu-icon--youtube {
  background-color: #e93a3a;
}
.lu-profile.slpf {
  width: 21px;
  height: 21px;
  vertical-align: middle;
  margin: -2px 2px -1px 0;
}
.lu-category:hover {
  text-decoration: underline;
}
.lu-category svg.feather {
  width: 13px;
  height: 13px;
}
.lu-category.in-info {
  margin-right: 14px !important;
}
.lu-category.in-info::after {
  right: -13px;
  top: 1px;
}
.lu-category.in-info.left {
  margin-right: 0 !important;
  margin-left: 30px;
}
.lu-category.in-info.left::after {
  right: auto;
  left: -15px;
}
.lu-category.in-title {
  margin-right: 5px;
}
.lu-info {
  font-size: 0.85em;
}
.lu-extra {
  font-size: 12px;
}
.list-notice {
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
}
.lnu {
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.lnu-notice_text {
  font-size: 12px;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.lnu-notice_text .popular-icon {
  margin-left: 3px;
}
:not(.ldt) .lnu {
  position: relative;
  padding: 11px 75px 10px 50px;
}
:not(.ldt) .lnu-notice_text {
  position: absolute;
  left: 15px;
  top: 12px;
}
:not(.ldt) .lnu-date {
  position: absolute;
  right: 15px;
  top: 11px;
  font-size: 12px;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.lnu-toggle {
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.slb-list.type-box {
  border: 1px solid color-mix(in oklab,#FFF,#333 12%);
  border-radius: 10px;
  overflow: hidden;
}
.slb-list.type-open {
  border-top: 1px solid color-mix(in oklab,#FFF,#333 12%);
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.ldt table {
  border-collapse: collapse;
  font-size: 14px;
}
.ldt tr {
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.ldt tbody tr:last-of-type {
  border-bottom: none;
}
.ldt th {
  padding: 10px 6px;
  font-size: 11px;
  white-space: nowrap;
}
.ldt th:first-of-type {
  padding-left: 15px;
}
.ldt th:last-of-type {
  padding-right: 15px;
}
.ldt td {
  width: 1%;
  padding: 10px 7.5px 9px;
  text-align: center;
  white-space: nowrap;
  font-size: 0.9em;
  line-height: 1.0em;
}
.ldt td.left {
  text-align: left;
}
.ldt td.right {
  text-align: right;
}
.ldt td:first-of-type {
  padding-left: 15px !important;
}
.ldt td:last-of-type {
  padding-right: 15px !important;
}
.ldt .lnu {
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
}
.ldt .lnu.popular {
  background-color: color-mix(in oklab,#FFF,#003399 10%);
}
.ldt .lnu.popular:hover {
  background-color: color-mix(in oklab,#FFF,#003399 10%);
}
.ldt .lnu-notice_text {
  position: static;
}
.ldt .lnu-toggle {
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
}
.ldt .lnu-toggle td {
  padding: 0;
}
.ldt .ldtu {
  transition-property: background-color;
  transition-duration: 0.3s;
}
.ldt .ldtu:hover {
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
}
.ldt .ldtu,
.ldt .ldtu a {
  color: color-mix(in oklab,#FFF,#333 70%);
}
.ldt .ldtu .sli {
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-mask-size: 12px 12px;
  mask-size: 12px 12px;
  background-color: color-mix(in oklab,#FFF,#333 70%);
}
.ldt .ldtu .lu-icon-secret {
  margin-right: 3px;
}
.ldt .ldtu .lu-icon-secret .sli {
  background-color: #003399;
}
.ldt .ldtu-notice_text {
  display: inline-block;
  margin-right: 10px;
}
.ldt .ldtu-icon-wrap {
  display: inline-block;
  margin: 0 5px -1px 0;
  vertical-align: middle;
}
.ldt .ldtu-title-wrap {
  width: auto;
  white-space: normal;
  word-break: break-all;
  font-size: 1.0em;
  line-height: 1.4em;
}
.ldt .ldtu-title-body {
  display: inline-block;
  width: calc(100% - 25px);
  vertical-align: middle;
}
.ldt .ldtu-title {
  color: #333 !important;
}
.ldt .ldtu-title.blocked {
  color: color-mix(in oklab,#FFF,#333 50%) !important;
}
.ldt .ldtu-title:visited {
  color: #333 !important;
}
.ldt .ldtu-category {
  font-size: 12px !important;
  margin-right: 5px;
}
.ldt .ldtu-category-wrap {
  padding-left: 3px;
  padding-right: 3px;
}
.ldt .ldtu td.txt-en {
  padding: 9px 7.5px 10px;
  font-size: 0.85em;
  line-height: 1.0em;
}
.ldt .ldtu-date .date-msover-time {
  top: 2px;
}
.ldt .ldtu-date .date-text {
  display: inline-block;
  margin: -2px 0 0 1px;
  font-size: 0.9em;
  vertical-align: middle;
}
.ldt .ldtu-vote.best {
  color: #003399;
}
.ldt .ldtu-vote.best .sli {
  background-color: #003399;
}
.ldt .ldtu-extra {
  margin-top: 5px;
}
.ldt .ldtu-extra th,
.ldt .ldtu-extra td {
  padding: 6px;
}
.ldt .ldtu-extra th {
  width: 100px;
  font-size: 12px;
}
.ldt .ldtu-extra td {
  width: auto;
  text-align: left;
}
.ldt .ldtu-extra .sli--youtube {
  background-color: #e93a3a;
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-mask-size: 15px 15px;
  mask-size: 15px 15px;
}
.lddu {
  position: relative;
  padding: 12px 15px 13px;
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
  font-size: 14px;
}
.type-open .lddu {
  padding: 12px 0 13px;
}
.lddu:last-of-type {
  border-bottom: none;
}
.lddu-vote {
  left: 7.5px;
  top: 18px;
}
.type-open .lddu-vote {
  left: -2px;
}
.lddu-thumbnail {
  position: absolute;
  top: 13px;
}
.lddu-body {
  position: relative;
}
.lddu-check {
  vertical-align: middle;
}
.lddu-category {
  margin-right: 5px;
  font-size: 1.0em;
  line-height: 1.4em;
  color: color-mix(in oklab,#FFF,#333 70%);
}
.lddu-category.in-title {
  margin-top: -2px;
  vertical-align: middle;
}
.lddu-title {
  font-size: 1.05em;
  line-height: 1.4em;
}
.lddu-info {
  margin-top: 6px;
}
.lddu-info .slpf {
  width: 19px;
  height: 19px;
}
.lddu-summary {
  margin-top: 8px;
}
.lddu-extra {
  margin-top: 12px;
}
.lddu-extra th {
  width: 150px;
}
.ldpu {
  font-size: 14px;
  padding: 14px 15px 15px;
}
.type-open .ldpu {
  padding-left: 0;
  padding-right: 0;
}
.type-open .ldpu-thumbnail {
  right: 0;
}
.ldpu:last-of-type {
  border-bottom: none;
}
.ldpu-thumbnail {
  top: 15px;
}
.has-summary .ldpu-thumbnail {
  top: 42px;
}
.ldpu-category.in-title {
  display: inline-block;
  margin-top: -2px;
}
.ldw .list-document>ul {
  position: relative;
}
.ldw .list-document>ul::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: color-mix(in oklab,#FFF,#333 12%);
}
.ldwu {
  display: inline-block;
  position: static;
  width: calc(50% - 20px);
  padding-left: 20px;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 14px;
}
.type-open .ldwu {
  padding-left: 0;
}
.type-open .ldwu:nth-child(2n+1)::before {
  margin-left: 0;
}
.type-open .ldwu:nth-child(2n) {
  margin-left: 20px;
}
.ldwu:nth-child(2n+1) {
  margin-right: 20px;
}
.ldwu:nth-child(2n+1)::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  margin-left: -20px;
  background-color: color-mix(in oklab,#FFF,#333 12%);
}
.no-notice .ldwu:first-of-type::before {
  content: none;
}
.ldw.has-notice .ldwu:first-child::before {
  content: none;
}
.ldwu>div {
  padding: 20px 0;
}
.ldwu-summary {
  margin-top: 10px;
}
.ldwu-info {
  margin-top: 5px;
}
.ldwu-info>span {
  margin-top: 5px;
}
.ldwu-info2 {
  padding-top: 15px;
  font-size: 0.9em;
}
.ldg {
  border: none !important;
  border-radius: 0 !important;
}
.ldg.has-notice {
  border-top: 1px solid color-mix(in oklab,#FFF,#333 12%) !important;
}
.ldg.has-notice .list-document>ul {
  padding-top: 25px;
}
.ldgu {
  font-size: 14px;
}
.thumb-fill .ldgu {
  margin: 25px 25px 0 0;
}
.ldgu-thumbnail {
  width: 100%;
  border-radius: 9px;
}
.ldgu-thumbnail::before {
  border-radius: 10px;
}
.ldgu-info {
  margin-top: 8px;
  font-size: 0.85em;
}
.ldgu-nickname {
  margin-top: 8px;
  font-size: 0.9em;
}
.ldgu-extra {
  margin-top: 12px;
}
.ldgu-extra th {
  width: 80px;
}
.ldg.it--hidden .ldgu-body {
  padding: 12px;
}
.ldg.it--hidden .ldgu-info {
  margin-top: 5px;
}
.ldg.it--hidden .ldgu-nickname {
  bottom: 12px;
  left: 12px;
}
.ldg.it--hidden .ldgu.has-thumbnail .ldgu-nickname {
  padding: 10px 12px 9px;
}
.slatc {
  position: relative;
}
.slatc-header-info a:hover {
  color: #333;
}
.slatc-header-info a:hover .sli {
  background-color: #333;
}
.slatc-header-info>span {
  display: inline-block;
  margin-right: 12px;
}
.slatc-header-info .category {
  font-size: 11px;
}
.slatc-header-info .bt-file {
  margin: -2px 0 -2px 10px;
  font-size: 11px;
  line-height: 1.0em;
}
.slatc-header-info .comment-count {
  cursor: pointer;
}
.slatc-header-ctrl {
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.slatc-header-ctrl a {
  margin-left: 5px;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.slatc-header-ctrl a:hover {
  color: #333;
  text-decoration: underline;
}
.slatc-body--secret form {
  margin-top: 10px;
}
.slatc-content {
  margin: 25px 0;
}
.slatc-content .xe_content,
.slatc-content .rhymix_content,
.slatc-content .xe_content p,
.slatc-content .rhymix_content p {
  font-size: 15px;
  line-height: 1.7em;
}
.slatc-author {
  position: relative;
  margin-top: 25px;
  border-radius: 10px;
  font-size: 13px;
}
.slatc-author:empty {
  display: none;
}
.slatc-author.has-both .slatc-author-sign {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.slatc-author.has-both .slatc-author-sign::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: color-mix(in oklab,#FFF,#333 12%);
}
.slatc-author.has-both .slatc-author-documents {
  width: 50%;
  float: right;
  box-sizing: border-box;
}
.slatc-author-sign-body {
  font-size: 14px;
  line-height: 1.8em;
}
.slatc-author-sign-body .slcsc {
  height: 95px;
}
.slatc-author-documents li {
  position: relative;
  padding-left: 12px;
}
.slatc-author-documents li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -3px;
  border-radius: 50%;
  background-color: color-mix(in oklab,#FFF,#333 30%);
}
.slatc-author-documents a:hover {
  color: #333;
}
.slatc-vote-who-inner {
  padding-right: 10px;
}
.slatc-vote-who-inner .slcsc {
  height: 45px;
}
.no-profile .slatc-vote-who-inner .slcsc {
  height: 55px;
}
.slatc-vote-who-inner li {
  width: 12.5%;
}
.slatc-vote-who-inner .nickname {
  width: calc(100% - 30px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slatc-prevnext {
  margin-top: 15px;
  padding: 12px 0;
  border-top: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.slatc-prevnext-bt--prev {
  float: left;
}
.slatc-prevnext-bt--prev .desc {
  margin-right: 5px;
}
.slatc-prevnext-bt--next {
  float: right;
}
.slatc-prevnext-bt--next .desc {
  margin-left: 5px;
}
.slatc-prevnext-bt .desc {
  display: inline-block;
  color: color-mix(in oklab,#FFF,#333 50%);
  font-size: 12px;
  vertical-align: middle;
  margin-top: -1px;
}
.slatc .slatc-desc {
  font-size: 12px;
}
.slatc-blocked_article {
  margin-bottom: 25px;
}
.best-articles {
  margin-bottom: 25px;
  border: 1px solid color-mix(in oklab,#FFF,#333 12%);
  border-radius: 10px;
}
.best-articles>div {
  display: table;
  width: 100%;
}
.best-articles-box {
  display: table-cell;
  width: 34%;
  padding: 15px 12px 15px 15px;
  border-left: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.best-articles-box:first-of-type {
  width: 32%;
  border-left: none;
}
.best-articles-box .slw-title {
  margin-bottom: 3px;
}
.best-articles-box .slw-title h3 {
  font-size: 12px;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.best-articles-box .slw-list .lwu-wrap {
  border: none;
  font-size: 13px;
}
.best-articles-box .slw-list .lwnu>span {
  padding: 12px 8px 0 0;
  border-bottom: none;
}
.best-articles-box .slw-list .lwnu>span:last-of-type {
  padding-right: 0;
}
.best-articles-box .slw-list .lwnu-rank .lwu-rank {
  width: 17px;
  height: 17px;
  line-height: 17px;
}
.best-articles-box .slw-list .lwnu-vote {
  font-size: 11px;
}
.best-articles-box .slw-list .lwnu .lwu-comment {
  font-size: 11px;
}
.cmtw-stk-pack {
  padding: 10px 50px 5px;
  border-radius: 3px;
}
.cmtw-stk-pack>ul>li {
  height: 30px;
}
.cmtw-stk-pack>ul>li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  transition-property: opacity;
  transition-duration: 0.3s;
}
.cmtw-stk-pack>ul>li a:hover {
  opacity: 1;
}
.cmtw-stk-pack div>img {
  width: 30px;
  height: 30px;
}
.cmtw-stk-pack .bt-prevnext {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.cmtw-stk-pack .bt-prevnext a {
  width: 100%;
  height: 100%;
}
.cmtw-stk-pack .bt-prevnext a:hover {
  color: #333;
}
.cmtw-stk-pack .bt-prevnext .slbb {
  width: 30px;
  height: 30px;
}
.cmtw-stk-body>ul>li {
  margin: 15px 7.5px 0 7.5px;
}
.cmtw-stk-body>ul>li a {
  width: 100px;
  height: 100px;
}
.code-board-top {
  margin-bottom: 25px;
}

