@charset "utf-8";
.sl-member {
  position: relative;
}
.sl-member .hidden-title {
  display: none;
}
.slm-content-search {
  margin-bottom: 25px;
  font-size: 0;
}
.slm-content-search .search-select {
  display: inline-block;
  vertical-align: middle;
}
.slm-content-search .search-input.slip {
  width: calc(100% - 160px);
  border-left: none;
  border-right: none;
  border-radius: 0;
  vertical-align: middle;
}
.slm-content-search .search-bt {
  display: inline-block;
  width: 60px;
  border-radius: 0 3px 3px 0;
}
.slm-content-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.slm-content-search + .slm-content-header {
  margin-top: -5px;
}
.slm-content-header-left {
  flex: 1 1 auto;
  position: relative;
  padding-right: 10px;
}
.slm-content-header-left::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 0;
  width: 30px;
  height: 100%;
  background-image: linear-gradient(to left,#FFF,color-mix(in srgb,transparent,#FFF 0%));
  z-index: 1;
}
.slm-content-header-left .slm-content-category li:last-of-type {
  margin-right: 20px;
}
.slm-content-header-right {
  flex: 0 1 auto;
  white-space: nowrap;
}
.slm-content-header-right .slbt--group-unit {
  width: 23px;
  height: 21px;
  line-height: 22px;
  text-align: center;
  box-sizing: border-box;
}
.slm-content-category {
  font-size: 13px;
  line-height: 1.0em;
}
.slm-content-category .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%);
}
.slm-content-category,
.slm-content-category a {
  color: color-mix(in oklab,#FFF,#333 50%);
}
.slm-content-category li {
  margin-right: 15px;
}
.slm-content-category li:last-of-type {
  margin-right: 0;
}
.slm-content-category li.active a {
  color: #333;
}
.slm-content-category li.active a .sli {
  background-color: #c02035;
}
.slm-content-footer {
  padding: 8px 12px;
  margin-top: 10px;
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
  border-radius: 5px;
}
.slm-content-footer .manage-articles {
  display: none;
  position: relative;
  margin-right: 10px;
}
.slm-content-footer .manage-articles.active {
  display: inline-block;
}
.slm-content-footer .manage-articles .select-form {
  display: inline-block;
  width: 150px;
  margin: -3px 5px -3px 0;
}
.slm-content-footer .manage-articles .slck {
  margin-right: 5px;
}
.slm-content .no-list {
  padding: 25px 0;
  text-align: center;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.slm .slms {
  margin: 50px auto 35px;
}
.slm-profile {
  position: relative;
}
.slm-profile .slpf {
  position: absolute;
  border-radius: 5px;
}
.slm-profile .level {
  display: none;
  margin-bottom: 5px;
  font-size: 11px;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.my-profile.slm-profile .level {
  display: block;
  margin-top: 6px;
}
.slm-profile .bts {
  margin-top: 8px;
}
.slm-profile .bts .slbt {
  padding: 0 7px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.slm-profile .bts .slbt + .slbt {
  margin-left: 2px;
}
.slm-profile .bts .slbt.following {
  border-color: color-mix(in oklab,#c02035,#FFF 30%);
  color: #c02035;
}
.slm-profile .bts .slbt.following .sli {
  background-color: #c02035;
}
.slm-profile .bts .sli--message {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-mask-size: 15px 15px;
  mask-size: 15px 15px;
}
.slm-profile .bts .sli--circle-check {
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-mask-size: 12px 12px;
  mask-size: 12px 12px;
}
.slm-info-tab-menu {
  padding: 4px;
  background-color: color-mix(in oklab,#FFF,#333 6%);
  border-radius: 5px;
  font-size: 0;
}
.slm-info-tab-menu button {
  display: inline-block;
  width: 33.33%;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  font-size: 14px;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.slm-info-tab-menu button:last-of-type {
  width: 33.34%;
}
.slm-info-tab-menu button.active {
  background-color: #FFF;
  color: #333;
}
.slm-info-tab-content {
  display: none;
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.slm-info-tab-content.active {
  display: block;
}
.slm-info-info.no-tab {
  border-top: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.slm-info-info table {
  width: 100%;
  border-collapse: collapse;
}
.slm-info-info th {
  border-right: 1px solid color-mix(in oklab,#FFF,#333 12%);
  text-align: right;
}
.slm-info-info th .sli--eye-slash {
  background-color: #c02035;
  color: #c02035;
}
.slm-info-info th,
.slm-info-info td {
  padding: 10px 15px;
}
.slm-info-info td.signature {
  line-height: 1.5em;
}
.slm-info-info tr:first-of-type th,
.slm-info-info tr:first-of-type td {
  padding-top: 20px;
}
.slm-info-info tr:last-of-type th,
.slm-info-info tr:last-of-type td {
  padding-bottom: 20px;
}
.slm-info-bts {
  margin-top: 10px;
  text-align: right;
}
.slm-info-bts a,
.slm-info-bts button {
  padding: 0 8px;
  height: 25px;
  line-height: 25px;
}
.slm-info-articles {
  padding-top: 10px;
}
.slm-info-articles li {
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slm-info-articles .comment-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 3px;
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
  text-align: center;
}
.slm-info-articles .comment-icon .sli {
  background-color: color-mix(in oklab,#FFF,#333 50%);
}
.slm-info .bt-escape_info {
  display: block;
  padding: 8px 0;
  margin-top: 10px;
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
  border-radius: 3px;
  text-align: center;
  font-size: 13px;
  line-height: 1.0em;
}
.slm-info .bt-escape_info .sli {
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-mask-size: 13px 13px;
  mask-size: 13px 13px;
}
.mlu-thumbnail {
  display: block;
  position: absolute;
  border-radius: 3px;
  overflow: hidden;
}
.mlu-thumbnail img {
  display: block;
}
.mlu-comment {
  margin-left: 2px;
  font: 500 12px 'Montserrat';
  color: #c02035 !important;
}
.mlu-info {
  margin-top: 3px;
  font-size: 0.85em;
  line-height: 1.0em;
}
.mlu-info,
.mlu-info a {
  color: color-mix(in oklab,#FFF,#333 50%);
}
.mlu-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%);
}
.mlu-info>span {
  display: inline-block;
  margin-right: 10px;
}
.mlu-info-bts {
  display: inline-block;
  position: relative;
  margin-left: 10px;
}
.mlu-info-bts::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 1px;
  width: 1px;
  height: 10px;
  background-color: color-mix(in oklab,#FFF,#333 17%);
}
.mlu-info-bts .bt-folder {
  height: auto;
  padding: 0;
  background-color: transparent;
}
.mlu-info-bts .bt-folder,
.mlu-info-bts .bt-delete {
  font-size: 1.0em;
  line-height: 1.0em;
}
.mlu-info .slpf {
  width: 17px;
  height: 17px;
}
.mlu-info svg.feather {
  width: 12px;
  height: 12px;
}
.mlu-content {
  display: none;
  border-top: 1px dashed color-mix(in oklab,#FFF,#333 17%);
}
.slm-scrapped .mlu-info-bts,
.slm-scrapped .mlu-info .bt-delete {
  margin-left: 10px;
}
.slm-scrapped .mlu-info .sldd-box {
  line-height: initial;
}
.slm-comment .slm-content-search .search-input.slip {
  width: calc(100% - 60px);
  border-left: 1px solid color-mix(in oklab,#FFF,#333 22%);
  border-radius: 3px 0 0 3px;
}
.slm-comment-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.slm-comment-title .slpf {
  width: 21px;
  height: 21px;
  margin: -2px 2px 0 0;
}
.slm-comment-body {
  position: relative;
  margin-top: 5px;
  padding-left: 30px;
}
.slm-comment-body .comment-icon {
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: color-mix(in oklab,#FFF,#333 30%);
}
.slm-comment-body svg.feather {
  width: 12px;
  height: 12px;
}
.slm-comment-bubble {
  display: inline-block;
  padding: 12px 15px;
  border-radius: 10px;
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
}
.slm-comment-bubble a {
  font-size: 13px;
  line-height: 1.5em;
}
.slm-comment-bubble .mlu-info {
  margin-top: 8px;
}
.slm-narrow {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}
.slm-narrow-title {
  border: 1px solid color-mix(in oklab,#FFF,#c02035 70%);
  background-color: color-mix(in oklab,#FFF,#c02035 10%);
  color: #c02035;
  padding: 10px 0;
  margin-bottom: 25px;
  border-radius: 3px;
  text-align: center;
  font-size: 15px;
}
.slm-narrow-title .sli {
  background-color: #c02035;
}
.slm-narrow-title .sli {
  display: inline-block;
  width: 21px;
  height: 21px;
  -webkit-mask-size: 21px 21px;
  mask-size: 21px 21px;
}
.slm-narrow-bts {
  padding-top: 25px;
  border-top: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.slm-narrow-bts .slbt {
  width: calc(50% - 2.5px);
  height: 36px;
  line-height: 34px;
}
.slm-narrow-bts .slbt:nth-of-type(2) {
  margin-left: 5px;
}
.slm-signup .sli--asterisk {
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-mask-size: 12px 12px;
  mask-size: 12px 12px;
  background-color: #c02035;
}
.slm-signup-agreement {
  padding-bottom: 10px;
}
.slm-signup-agreement .agreement-unit {
  margin-bottom: 15px;
}
.slm-signup-agreement .agreement-title {
  margin-bottom: 5px;
}
.slm-signup-agreement .agreement-box {
  height: 150px;
  border: 1px solid color-mix(in oklab,#FFF,#333 12%);
  border-radius: 3px;
  transition-property: border-color, background-color;
}
.slm-signup-agreement .agreement-box:hover {
  background-color: color-mix(in oklab,#FFF,#333 2%);
  border-color: color-mix(in oklab,#FFF,#333 22%);
}
.slm-signup-agreement .agreement-box .inner {
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.5em;
}
.slm-signup-desc {
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
  text-align: right;
  font-size: 12px;
}
.slm-signup-list>li {
  margin-bottom: 25px;
}
.slm-signup-list>li.has-button .content .slip {
  width: calc(100% - 46px);
}
.slm-signup-list .title {
  margin-bottom: 8px;
}
.slm-signup-list .content .slip {
  width: 100%;
}
.slm-signup-list .content textarea.slip {
  border-color: color-mix(in oklab,#FFF,#333 22%);
}
.slm-signup-list .content textarea.slip:focus {
  border-color: #d9d290;
  background-color: color-mix(in oklab,#FFF,#fff7af 40%);
}
.slm-signup-list .content .slbt {
  height: 36px;
  line-height: 36px;
  padding: 0 8px;
  box-sizing: border-box;
  vertical-align: top;
}
.slm-signup-list .content .help-block {
  margin-top: 5px;
  font-size: 12px;
  color: color-mix(in oklab,#FFF,#333 50%);
  line-height: 1.4em;
}
.slm-signup-list .content .sli--circle-question {
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-mask-size: 12px 12px;
  mask-size: 12px 12px;
  background-color: color-mix(in oklab,#FFF,#333 30%);
}
.slm-signup-list .content input.tel {
  width: 60px !important;
  margin-right: 3px;
}
.slm-signup-list .content input.verifySMS_input_number {
  width: calc(100% - 96px);
  margin-right: 3px;
}
.slm-signup-list .krZip {
  font-size: 0;
}
.slm-signup-list .krZip .slip {
  height: 36px;
  line-height: 34px;
  padding: 0 10px;
  border-color: color-mix(in oklab,#FFF,#333 22%);
}
.slm-signup-list .krZip .slip:focus {
  border-color: #d9d290;
  background-color: color-mix(in oklab,#FFF,#fff7af 40%);
}
.slm-signup-list .krZip label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  color: color-mix(in oklab,#FFF,#333 70%);
}
.slm-signup-list .krZip .krzip-postcode-wrap {
  margin-bottom: 10px;
}
.slm-signup-list .krZip .krzip-postcode-wrap .slip {
  width: calc(100% - 92px);
}
.slm-signup-list .krZip .krzip-postcode-wrap .slbt {
  margin-left: 4px;
}
.slm-signup-list .krZip .krzip-address-wrap {
  margin-bottom: 10px;
}
.slm-signup-list .krZip .krzip-address-wrap .slip {
  width: calc(38% - 4px);
  margin-right: 4px;
}
.slm-signup-list .krZip .krzip-address-wrap .slip:last-of-type {
  width: 24%;
  margin-right: 0;
}
.slm-modify_info-mini_pf {
  margin-bottom: 25px;
  border: 1px solid color-mix(in oklab,#FFF,#333 12%);
  border-radius: 10px;
}
.slm-modify_info-mini_pf-title {
  padding: 10px 0;
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
  text-align: center;
  font-size: 15px;
}
.slm-modify_info-mini_pf .mini_pf {
  width: 300px;
  margin: 25px auto;
  border-radius: 10px;
}
.slm-modify_info-mini_pf .mini_pf>div {
  border-radius: 10px;
}
.slm-modify_info-mini_pf .set-mini_pf {
  border-top: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.slm-modify_info-mini_pf .set-mini_pf li {
  padding: 10px;
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.slm-modify_info-mini_pf .set-mini_pf li:last-of-type {
  border-bottom: none;
}
.slm-modify_info-mini_pf .set-mini_pf li .title {
  display: inline-block;
  width: 80px;
  font-size: 13px;
}
.slm-modify_info-mini_pf .set-mini_pf li .slbt {
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  margin-left: 3px;
  font-size: 12px;
}
.slm-modify_info-mini_pf .set-mini_pf li .jPicker {
  display: inline-block;
  height: 24px;
  vertical-align: middle;
}
.slm-modify_info-mini_pf .set-mini_pf-image {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.slm-modify_info-mini_pf .set-mini_pf-image .slip {
  width: calc(100% - 84px);
}
.slm-modify_info-mini_pf .set-mini_pf-text .slip {
  width: calc(100% - 124px);
}
.slm-login-keep {
  margin-top: 10px;
  font-size: 13px;
}
.slm-login-keep .bt-find {
  float: right;
}
.mlu-check {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  transition-property: width, margin-left;
  transition-duration: 0.3s;
}
.mlu-check.active {
  width: 25px;
  height: auto;
}
.mlu-check .slck-bt {
  width: 15px;
  height: 15px;
  line-height: 13px;
  margin-top: 0;
  border-radius: 3px;
}
.slm-friend .no-list {
  padding: 0;
}
.mflu {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid color-mix(in oklab,#FFF,#333 12%);
  border-radius: 10px;
}
.mflu:last-of-type {
  margin-bottom: 0;
}
.mflu-check {
  vertical-align: top;
}
.mflu-info {
  position: relative;
  padding-left: 46px;
}
.mflu-info .slpf {
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
}
.mflu-info .slpf span {
  -webkit-mask-size: 60% 60%;
  mask-size: 60% 60%;
}
.mflu-info .group {
  margin-bottom: 5px;
  font-size: 12px;
}
.mflu-info .group,
.mflu-info .group a {
  color: color-mix(in oklab,#FFF,#333 50%);
}
.mflu-info-bts {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12.5px;
  white-space: nowrap;
}
.mflu-info-bts .slbt--group-unit {
  width: 25px;
  height: 23px;
  line-height: 24px;
}
.mflu-articles {
  border-top: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.mflu-articles li {
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mflu-articles li:last-of-type {
  margin-bottom: 0;
}
.slm-add_friend-target {
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
}
.slm-add_friend-target .slpf {
  margin-right: 3px;
}
.slm-add_friend-target .follower {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  padding: 3px 6px;
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
  border-radius: 3px;
  font-size: 12px;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.slm-add_friend-group {
  margin-bottom: 25px;
  font-size: 0;
}
.slm-add_friend-group .select-group {
  display: inline-block;
  width: calc(100% - 104px);
}
.slm-add_friend-group .bt-add_group {
  height: 36px;
  line-height: 34px;
  padding: 0 10px;
  margin-left: 4px;
  vertical-align: top;
}
.slm-letter .mllu {
  position: relative;
  min-height: 40px;
}
.slm-letter .mllu.readed>div {
  opacity: 0.5;
  transition-property: opacity;
  transition-duration: 0.3s;
}
.slm-letter .mllu.readed>div:hover {
  opacity: 1;
}
.slm-letter .mllu-check {
  vertical-align: middle;
}
.slm-letter .mllu-profile {
  position: absolute;
  width: 40px;
  height: 40px;
}
.slm-letter .mllu-profile>span {
  -webkit-mask-size: 65% 65%;
  mask-size: 65% 65%;
}
.slm-letter .mllu-state {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
}
.slm-letter .mllu-state .sli {
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-mask-size: 13px 13px;
  mask-size: 13px 13px;
}
.slm-letter .mllu-state .icon-unread {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #c02035;
}
.slm-letter .mllu-title {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
}
.slm-letter .mllu-info,
.slm-letter .mllu-info a {
  color: color-mix(in oklab,#FFF,#333 50%);
}
.slm-letter .mllu-info>span {
  display: inline-block;
  margin-right: 12px;
}
.slm-letter .mllu-info .friend {
  display: inline-block;
  margin-top: -1px;
  color: #cc0a0a;
  font-size: 11px;
  vertical-align: middle;
}
.slm-new_message {
  border: 1px solid color-mix(in oklab,#FFF,#333 12%);
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
  border-radius: 10px;
}
.slm-new_message-body {
  position: relative;
  padding: 20px 15px 15px;
}
.slm-new_message-body::before,
.slm-new_message-body::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: repeating-linear-gradient(45deg,#c02035,#c02035 10px,#FFF 10px,#FFF 20px,#6871b5 20px,#6871b5 30px,#FFF 30px,#FFF 40px);
}
.slm-new_message-body::before {
  top: 0;
}
.slm-new_message-body::after {
  bottom: 0;
}
.slm-new_message-body .profile {
  margin-right: 5px;
}
.slm-new_message-body .nickname-desc {
  display: inline-block;
  padding: 4px 6px;
  margin-left: 3px;
  background-color: color-mix(in oklab,#ffe7ea,color-mix(in oklab,#FFF,#333 4.5%) 50%);
  border-radius: 3px;
  font-size: 12px;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.slm-new_message-body .input-title {
  width: 100%;
  margin: 10px 0;
}
.slm-new_message-title {
  padding: 15px 0;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
.slm-new_message-title .sli {
  margin-right: 3px;
}
.slm-new_message-bts {
  position: relative;
  padding: 15px;
  text-align: right;
}
.slm-new_message-bts .option {
  position: absolute;
  left: 15px;
  top: 15px;
}
.slm-new_message-bts .option-desc {
  display: inline-block;
  padding: 4px 6px;
  margin-left: 3px;
  background-color: color-mix(in oklab,#ffe7ea,color-mix(in oklab,#FFF,#333 4.5%) 50%);
  border-radius: 3px;
  font-size: 12px;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.slm-voted--comment .slm-content-search .search-input.slip {
  width: calc(100% - 60px);
  border-left: 1px solid color-mix(in oklab,#FFF,#333 22%);
  border-radius: 3px 0 0 3px;
}
.slm-voted .icon-comment {
  display: inline-block;
  height: 19px;
  line-height: 21px;
  padding: 0 5px;
  margin: -2px 5px 0 0;
  border-radius: 3px;
  background-color: color-mix(in oklab,#FFF,#cc0a0a 17%);
  color: #cc0a0a;
  font-size: 11px;
  vertical-align: middle;
}
.slm-voted .icon-comment .sli {
  background-color: #cc0a0a;
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-mask-size: 12px 12px;
  mask-size: 12px 12px;
}
.is-mobile .slm-voted .icon-comment {
  margin-right: 8px;
  font-size: 12px;
}
.slm-sb {
  float: left;
  width: 210px;
}
.slm-content {
  float: right;
  width: 590px;
}
.slm-content-search .search-select .nice-select {
  width: 100px;
  border-radius: 3px 0 0 3px;
}
.slm-content-search .search-bt {
  height: 36px;
  line-height: 36px;
}
.slm-content-list {
  border: 1px solid color-mix(in oklab,#FFF,#333 12%);
  border-radius: 10px;
}
.slm-content-footer,
.slm-content-footer button {
  font-size: 13px;
}
.slm-content-footer a,
.slm-content-footer button {
  margin-right: 10px;
  color: color-mix(in oklab,#FFF,#333 22%);
}
.slm-content-footer:hover a,
.slm-content-footer:hover button {
  color: color-mix(in oklab,#FFF,#333 50%);
}
.slm-content-footer .sli {
  background-color: color-mix(in oklab,#FFF,#333 12%);
}
.slm-content-footer:hover .sli {
  background-color: color-mix(in oklab,#FFF,#333 50%);
}
.slm-sb-inner {
  border: 1px solid color-mix(in oklab,#FFF,#333 12%);
  border-radius: 10px;
}
.slm-sb-menu {
  padding: 15px;
  border-top: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.slm-sb-menu,
.slm-sb-menu a {
  color: color-mix(in oklab,#FFF,#333 50%);
}
.slm-sb-menu li.active a,
.slm-sb-menu a:hover {
  color: #333;
}
.slm-sb-menu li {
  position: relative;
  margin-bottom: 13px;
}
.slm-sb-menu li:last-of-type {
  margin-bottom: 0;
}
.slm-sb-menu li .icon-active {
  position: absolute;
  right: -4px;
  top: 2px;
}
.slm-sb-follower {
  margin-top: 10px;
  padding: 8px 0;
  background-color: color-mix(in oklab,#FFF,#333 6%);
  border-radius: 3px;
  text-align: center;
  font-size: 13px;
  color: color-mix(in oklab,#FFF,#333 70%);
}
.slm-profile {
  padding: 15px 15px 15px 75px;
  min-height: 50px;
}
.slm-profile .slpf {
  left: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
}
.slm-info-info th {
  width: 33.33%;
}
.mlu {
  position: relative;
  padding: 12px 15px;
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.mlu:last-of-type {
  border-bottom: none;
}
.mlu.has-thumbnail {
  min-height: 50px;
  padding-right: 90px;
}
.mlu-thumbnail {
  right: 12px;
  top: 12px;
}
.mlu-title {
  line-height: 1.5em;
}
.mlu-comment {
  margin-left: 2px;
  font: 500 12px 'Montserrat';
  color: #c02035 !important;
}
.mlu-info-bts .bt-folder,
.mlu-info-bts .bt-delete {
  color: color-mix(in oklab,#FFF,#333 22%);
}
.mlu:hover .mlu-info-bts .bt-folder,
.mlu:hover .mlu-info-bts .bt-delete {
  color: color-mix(in oklab,#FFF,#333 50%);
}
.mlu-content {
  margin: 12px -15px -12px;
  padding: 10px 15px;
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
}
.mlu-content .xe_content,
.mlu-content .xe_content p {
  font-size: 13px;
  line-height: 1.5em;
}
.slm-document .slm-content-list>ul {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.slm-document .mlu {
  display: table-row;
}
.slm-document .mlu-board {
  display: table-cell;
  width: 5%;
  padding: 12px 15px;
  white-space: nowrap;
}
.slm-document .mlu-board .slbn {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.slm-document .mlu-body {
  display: table-cell;
  padding: 12px 15px 12px 0;
}
.slm-comment-title a {
  font-size: 13px;
}
.slm-comment-bubble a {
  font-size: 14px;
  line-height: 1.6em;
}
.slm-login-keep {
  position: relative;
}
.slm-login-keep-desc {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 5px;
  width: 100%;
  padding: 12px 15px;
  box-sizing: border-box;
  background-color: color-mix(in srgb,transparent,#000 50%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 5px;
  line-height: 1.5em;
  color: #FFF;
}
.slm-login-keep .ck-keep:hover + .slm-login-keep-desc {
  display: block;
}
.mflu-info .nickname {
  font-size: 15px;
}
.mflu-articles {
  margin-top: 15px;
  padding-top: 15px;
  font-size: 13px;
}
.slm-add_friend-target {
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
}
.slm-add_friend-target .slpf {
  margin-right: 3px;
}
.slm-add_friend-target .follower {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  padding: 3px 6px;
  background-color: color-mix(in oklab,#FFF,#333 4.5%);
  border-radius: 3px;
  font-size: 12px;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.slm-add_friend-group {
  margin-bottom: 25px;
  font-size: 0;
}
.slm-add_friend-group .select-group {
  display: inline-block;
  width: calc(100% - 104px);
}
.slm-add_friend-group .bt-add_group {
  height: 36px;
  line-height: 34px;
  padding: 0 10px;
  margin-left: 4px;
  vertical-align: top;
}
.slm-letter-allow .select-option {
  display: inline-block;
  width: 95px;
}
.slm-letter-allow .bt-confirm {
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.slm-letter-list {
  border: 1px solid color-mix(in oklab,#FFF,#333 12%);
  border-radius: 10px;
}
.slm-letter .mllu {
  padding: 12px 35px 12px 65px;
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.slm-letter .mllu:last-of-type {
  border-bottom: none;
}
.slm-letter .mllu-profile {
  left: 15px;
  top: 12px;
}
.slm-letter .mllu-state {
  right: 15px;
}
.slm-letter .mllu-title {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.0em;
}
.slm-letter .mllu-info {
  margin-top: 2px;
  font-size: 13px;
}
.lr-header {
  position: relative;
  padding: 15px 30px 15px 55px;
  border-bottom: 1px solid color-mix(in oklab,#FFF,#333 12%);
}
.lr-header .slpf {
  position: absolute;
  left: 15px;
  top: 15px;
}
.lr-header h3 {
  font-size: 15px;
  line-height: 1.4em;
}
.lr-header-info {
  margin-top: 3px;
  font-size: 12px;
}
.lr-header-info,
.lr-header-info a {
  color: color-mix(in oklab,#FFF,#333 50%);
}
.lr-header-info>span {
  display: inline-block;
  margin-right: 12px;
}
.lr-body {
  padding: 15px;
  height: 300px;
}
.lr-body.xe_content,
.lr-body p {
  font-size: 14px;
  line-height: 1.6em;
}
.lr-bts {
  padding: 10px 12px;
  margin: 0 5px 5px;
  background-color: color-mix(in oklab,#FFF,#333 12%);
  border-radius: 3px 3px 12px 12px;
}
.lr-bts button {
  margin-right: 12px;
  font-size: 13px;
  color: color-mix(in oklab,#FFF,#333 50%);
}
.lr-bts button.bt-reply {
  float: right;
  margin-right: 0;
  margin-top: 2px;
}
.lr-bts button:hover {
  color: #333;
}
.lr-bts button:hover .sli {
  background-color: #333;
}
.lr-bts button .sli {
  background-color: color-mix(in oklab,#FFF,#333 50%);
}

