@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap");
.lu-icon--normal {
  background-image: url("../../../../modules/modules/board/skins/rain_board/images/icon_normalN.png");
}
.lu-icon--image {
  background-image: url("../../../../modules/modules/board/skins/rain_board/images/icon_imageN.png");
}
.lu-icon--file {
  background-image: url("../../../../modules/modules/board/skins/rain_board/images/icon_fileN.png");
}
.lu-icon--youtube {
  background-image: url("../../../../modules/modules/board/skins/rain_board/images/icon_youtubeN.png");
}
.rb {
  -webkit-text-size-adjust: none;
  color: #333;
}
.rb a {
  outline: none;
  color: #333;
  transition-property: color, border-color;
  transition-duration: 0.3s;
}
.rb a,
.rb a:hover,
.rb a:visited,
.rb a:active {
  text-decoration: none;
}
.rb .lu-title-wrap a:visited,
.rb .lddu-title-wrap a:visited,
.rb .ldtu-title-wrap a:visited,
.rb .ldgu-title-wrap a:visited,
.rb .ldwu-title-wrap a:visited,
.rb .ldbu-title-wrap a:visited,
.rb .lnu-title-wrap a:visited {
  color: #999999;
}
.rb input,
.rb button,
.rb textarea {
  outline: none;
}
.rb table {
  outline: none;
}
.rb input,
.rb textarea {
  transition-property: border-color, box-shadow;
  transition-duration: 0.3s;
}
.rb section,
.rb aside,
.rb nav,
.rb header,
.rb footer {
  display: block;
}
.rb textarea {
  resize: vertical;
}
.rb button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: subpixel-antialiased !important;
  background-color: transparent;
  border: none;
  transition-property: color, border-color;
  transition-duration: 0.3s;
  color: #333;
}
.rb h1,
.rb h2,
.rb h3,
.rb h4,
.rb h5 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.rb p {
  padding: 0;
  margin: 0;
}
.rb ol,
.rb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rb .xe_content ul,
.rb .xe_content ol {
  list-style-type: initial;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.rb .xe_content ol {
  list-style-type: decimal;
}
.rb .txt-en {
  letter-spacing: 0.02em;
}
.rb .rain-dummy {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.8);
  z-index: 100;
}
.rb .pf-image {
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #e7e7e7;
}
.rb .pf-image img {
  width: 100%;
  height: auto;
}
.rb .pf-image span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center 120%;
  mask-position: center 120%;
  -webkit-mask-size: 50% 75%;
  mask-size: 50% 75%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='120' fill='currentColor'%3E%3Cpath d='M 0 120 V 20 Q 0 0, 10 0 Q 20 0, 20 20 V 40 H 60 V 20 Q 60 0, 70 0 Q 80 0,80 20 V 120'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='120' fill='currentColor'%3E%3Cpath d='M 0 120 V 20 Q 0 0, 10 0 Q 20 0, 20 20 V 40 H 60 V 20 Q 60 0, 70 0 Q 80 0,80 20 V 120'%3E%3C/path%3E%3C/svg%3E");
  background-color: #FFF;
}
.rb .fa-stack {
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.rb .icon-category-default {
  font-size: 10px;
}
.rb .closed .open {
  display: inline-block !important;
}
.rb .closed .close {
  display: none !important;
}
.rb .opened .open {
  display: none !important;
}
.rb .opened .close {
  display: inline-block !important;
}
.rb .r-count {
  font: 500 11px 'Montserrat';
}
.rb .rbt {
  display: inline-block;
  text-align: center;
  background-color: #f7f7f7;
  color: #999999;
  transition-property: color, background-color;
  transition-duration: 0.3s;
}
.rb .rbt .ric {
  background-color: #999999;
}
.rb .rbt--round {
  width: 30px;
  height: 30px;
  line-height: 32px;
  padding: 0;
  border-radius: 50%;
}
.rb .rbt--rbox {
  height: 30px;
  line-height: 32px;
  padding: 0 12px;
  border-radius: 15px;
}
.rb .rbt--square {
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 5px;
}
.rb .rbt--square-s {
  width: 25px;
  height: 25px;
  line-height: 27px;
  padding: 0;
  border-radius: 5px;
}
.rb .rbt--box {
  height: 30px;
  line-height: 32px;
  padding: 0 10px;
  border-radius: 5px;
}
.rb .rbt--box-s {
  height: 25px;
  line-height: 28px;
  padding: 0 8px;
  border-radius: 5px;
  overflow: hidden;
}
.rb .rbt--box-s .ric {
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-mask-size: 12px 12px;
  mask-size: 12px 12px;
  margin-top: -2px;
}
.rb .rbt--linebox {
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #FFF;
  border: 2px solid #e7e7e7;
  color: #adadad;
}
.rb .rbt.inversion {
  background-color: #333;
  color: #e7e7e7;
}
.rb .rbt:not(.inversion):hover {
  color: #333;
}
.rb .rbt:not(.inversion):hover .ric {
  background-color: #333;
}
.rb .rl {
  color: #64a0eb;
}
.rb .rl--underline {
  text-decoration: underline;
}
.rb .rl--underline:hover {
  text-decoration: none;
}
.rb .rl--line {
  border-bottom: 1px solid #64a0eb;
}
.rb .rl--line:hover {
  border-bottom-color: transparent;
}
.rb .rl--underline-reverse:hover {
  text-decoration: underline;
}
.rb .rl--plane {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 30;
}
.rb .rul {
  background-image: linear-gradient(90deg,#deeffe,#deeffe);
  background-position: bottom -5px left 0;
  background-size: 100% 15px;
  background-repeat: no-repeat;
}
.rb .rc--balck {
  color: #333;
}
.rb .rc--white {
  color: #FFF;
}
.rb .rc--grey70 {
  color: #707070;
}
.rb .rc--grey50 {
  color: #999999;
}
.rb .rc--grey30 {
  color: #c2c2c2;
}
.rb .rc--red {
  color: #eb6d6d;
}
.rb .rc--blue {
  color: #64a0eb;
}
.rb .rc--yellow {
  color: #FFF7AF !important;
}
.rb .rc--line {
  border-color: #e7e7e7;
}
.rb .rc--point {
  color: #eb6d6d;
}
.rb .rb--point2 {
  background-color: #64a0eb;
  color: #FFF;
}
.rb .rb--point2-light {
  background-color: #eaf3ff !important;
  color: #64a0eb !important;
}
.rb .rb--point2-light .ric {
  background-color: #64a0eb !important;
}
.rb .rb--point {
  background-color: #eb6d6d;
  color: #FFF;
}
.rb .rb--point-light {
  background-color: #ffefe8 !important;
  color: #eb6d6d !important;
}
.rb .rb--point-light .ric {
  background-color: #eb6d6d !important;
}
.rb .rb--active {
  background-color: #FFF7AF !important;
}
.rb .paging {
  margin-top: 15px;
  text-align: center;
  font-size: 0;
}
.rb .paging-button {
  display: inline-block;
  margin-right: 2px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  background-color: #f7f7f7;
  color: #999999;
  font-size: 13px;
  vertical-align: top;
  font-size: 10px;
}
.rb .paging-button--prev {
  border-radius: 5px 0 0 5px;
}
.rb .paging-button--next {
  border-radius: 0 5px 5px 0;
}
.rb .paging-numbers {
  display: inline-block;
}
.rb .paging .page-number {
  display: inline-block;
  margin-right: 2px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  background-color: #f7f7f7;
  color: #999999;
  font-size: 13px;
  vertical-align: top;
}
.rb .paging .page-number.r-active {
  background-color: #eaf3ff !important;
  color: #64a0eb !important;
  font-weight: 500;
}
.rb .paging a:hover {
  color: #333 !important;
}
.ric {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-mask-size: 15px 15px;
  mask-size: 15px 15px;
  background-color: #333;
  text-indent: -9999px;
  overflow: hidden;
  vertical-align: middle;
  transition-property: background-color;
  transition-duration: 0.3s;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.ric--vote-up {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3'%3E%3C/path%3E%3C/svg%3E");
}
.ric--vote-down {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17'%3E%3C/path%3E%3C/svg%3E");
}
.ric--notice {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='11 5 6 9 2 9 2 15 6 15 11 19 11 5'%3E%3C/polygon%3E%3Cpath d='M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='11 5 6 9 2 9 2 15 6 15 11 19 11 5'%3E%3C/polygon%3E%3Cpath d='M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07'%3E%3C/path%3E%3C/svg%3E");
  background-color: #eb6d6d;
}
.ric--lock {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%3E%3C/path%3E%3C/svg%3E");
}
.ric--unlock {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 9.9-1'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 9.9-1'%3E%3C/path%3E%3C/svg%3E");
}
.ric--dot {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 10 2'%3E%3Crect x='0' y='0' width='2' height='2' fill='currentColor' /%3E%3Crect x='4' y='0' width='2' height='2' fill='currentColor' /%3E%3Crect x='8' y='0' width='2' height='2' fill='currentColor' /%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 10 2'%3E%3Crect x='0' y='0' width='2' height='2' fill='currentColor' /%3E%3Crect x='4' y='0' width='2' height='2' fill='currentColor' /%3E%3Crect x='8' y='0' width='2' height='2' fill='currentColor' /%3E%3C/svg%3E");
  margin: 7px 0 0 3px !important;
}
.ric--dots-ver {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='1' fill='currenColor' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='1'%3E%3C/circle%3E%3Ccircle cx='12' cy='5' r='1'%3E%3C/circle%3E%3Ccircle cx='12' cy='19' r='1'%3E%3C/circle%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='1' fill='currenColor' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='1'%3E%3C/circle%3E%3Ccircle cx='12' cy='5' r='1'%3E%3C/circle%3E%3Ccircle cx='12' cy='19' r='1'%3E%3C/circle%3E%3C/svg%3E");
}
.ric--dots-hor {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='1' fill='currentColor' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='1'%3E%3C/circle%3E%3Ccircle cx='19' cy='12' r='1'%3E%3C/circle%3E%3Ccircle cx='5' cy='12' r='1'%3E%3C/circle%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='1' fill='currentColor' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='1'%3E%3C/circle%3E%3Ccircle cx='19' cy='12' r='1'%3E%3C/circle%3E%3Ccircle cx='5' cy='12' r='1'%3E%3C/circle%3E%3C/svg%3E");
}
.ric--info {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'%3E%3C/line%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'%3E%3C/line%3E%3C/svg%3E");
}
.ric--writer {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20h9'%3E%3C/path%3E%3Cpath d='M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20h9'%3E%3C/path%3E%3Cpath d='M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z'%3E%3C/path%3E%3C/svg%3E");
}
.ric--angle-left {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
}
.ric--angle-right {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}
.ric--report {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpath d='M16 16s-1.5-2-4-2-4 2-4 2'%3E%3C/path%3E%3Cline x1='9' y1='9' x2='9.01' y2='9'%3E%3C/line%3E%3Cline x1='15' y1='9' x2='15.01' y2='9'%3E%3C/line%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpath d='M16 16s-1.5-2-4-2-4 2-4 2'%3E%3C/path%3E%3Cline x1='9' y1='9' x2='9.01' y2='9'%3E%3C/line%3E%3Cline x1='15' y1='9' x2='15.01' y2='9'%3E%3C/line%3E%3C/svg%3E");
}
.ric--share {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8'%3E%3C/path%3E%3Cpolyline points='16 6 12 2 8 6'%3E%3C/polyline%3E%3Cline x1='12' y1='2' x2='12' y2='15'%3E%3C/line%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8'%3E%3C/path%3E%3Cpolyline points='16 6 12 2 8 6'%3E%3C/polyline%3E%3Cline x1='12' y1='2' x2='12' y2='15'%3E%3C/line%3E%3C/svg%3E");
}
.ric--scrap {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z'%3E%3C/path%3E%3C/svg%3E");
}
.ric--eye {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3C/svg%3E");
}
.ric--square {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3C/svg%3E");
}
.ric--square-check {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 11 12 14 22 4'%3E%3C/polyline%3E%3Cpath d='M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 11 12 14 22 4'%3E%3C/polyline%3E%3Cpath d='M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11'%3E%3C/path%3E%3C/svg%3E");
}
.ric--circle {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3C/svg%3E");
}
.ric--circle-check {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'%3E%3C/path%3E%3Cpolyline points='22 4 12 14.01 9 11.01'%3E%3C/polyline%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'%3E%3C/path%3E%3Cpolyline points='22 4 12 14.01 9 11.01'%3E%3C/polyline%3E%3C/svg%3E");
}
.ric--reply {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 10 20 15 15 20'%3E%3C/polyline%3E%3Cpath d='M4 4v7a4 4 0 0 0 4 4h12'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 10 20 15 15 20'%3E%3C/polyline%3E%3Cpath d='M4 4v7a4 4 0 0 0 4 4h12'%3E%3C/path%3E%3C/svg%3E");
}
.ric--copy {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3'%3E%3C/path%3E%3Cline x1='8' y1='12' x2='16' y2='12'%3E%3C/line%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3'%3E%3C/path%3E%3Cline x1='8' y1='12' x2='16' y2='12'%3E%3C/line%3E%3C/svg%3E");
}
.ric--angle-up {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");
}
.ric--angle-down {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
.rip {
  height: 36px;
  padding: 0 10px;
  margin: 0;
  border-radius: 3px;
  border: 1px solid #e7e7e7 !important;
  background-color: #FFF;
  box-sizing: border-box;
  box-shadow: 0 0 0 0 transparent;
  color: #333;
}
.rip:focus {
  border-color: #dcdcdc !important;
  box-shadow: 0 0 0 3px #efefef;
}
textarea.rip {
  overflow: auto;
}
.rip.small {
  height: 25px;
  padding: 1px 8px 0;
}
.rmd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: -500px;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -10;
}
.rmd,
.rmd a,
.rmd button {
  color: #333;
}
.rmd.r-active {
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}
.rmd.r-active>div {
  margin-top: 0;
  opacity: 1;
}
.rmd>div {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  position: relative;
  margin: 0 auto;
  width: 320px;
  margin-top: 30px;
  border-radius: 5px;
  transition-property: margin-top, opacity;
  transition-duration: 0.3s;
  opacity: 0;
  background-color: #e7e7e7;
}
.rmd>div::before {
  content: '';
  position: absolute;
  left: 30px;
  bottom: 0;
  width: calc(100% - 60px);
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 40px #e7e7e7;
  z-index: -1;
}
h3.rmd-title {
  padding: 15px;
  z-index: 1;
}
.rmd-xmark {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
}
.rmd-xmark>span {
  display: inline-block;
  width: 21px;
  height: 21px;
  -webkit-mask-size: 21px 21px;
  mask-size: 21px 21px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='currentColor'%3E%3Cpath class='path1' d='M548.203 537.6l289.099-289.098c9.998-9.998 9.998-26.206 0-36.205-9.997-9.997-26.206-9.997-36.203 0l-289.099 289.099-289.098-289.099c-9.998-9.997-26.206-9.997-36.205 0-9.997 9.998-9.997 26.206 0 36.205l289.099 289.098-289.099 289.099c-9.997 9.997-9.997 26.206 0 36.203 5 4.998 11.55 7.498 18.102 7.498s13.102-2.499 18.102-7.499l289.098-289.098 289.099 289.099c4.998 4.998 11.549 7.498 18.101 7.498s13.102-2.499 18.101-7.499c9.998-9.997 9.998-26.206 0-36.203l-289.098-289.098z'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' fill='currentColor'%3E%3Cpath class='path1' d='M548.203 537.6l289.099-289.098c9.998-9.998 9.998-26.206 0-36.205-9.997-9.997-26.206-9.997-36.203 0l-289.099 289.099-289.098-289.099c-9.998-9.997-26.206-9.997-36.205 0-9.997 9.998-9.997 26.206 0 36.205l289.099 289.098-289.099 289.099c-9.997 9.997-9.997 26.206 0 36.203 5 4.998 11.55 7.498 18.102 7.498s13.102-2.499 18.102-7.499l289.098-289.098 289.099 289.099c4.998 4.998 11.549 7.498 18.101 7.498s13.102-2.499 18.101-7.499c9.998-9.997 9.998-26.206 0-36.203l-289.098-289.098z'%3E%3C/path%3E%3C/svg%3E");
  background-color: #333;
}
.rmd-inner {
  position: relative;
  padding: 20px 15px 15px;
  z-index: 3;
}
.rmd-inner .unit {
  margin-bottom: 5px;
}
.rmd-inner .unit:last-of-type {
  margin-bottom: 0;
}
.rmd-inner .message-text {
  text-align: center;
  font-size: 18px;
}
.rmd-inner .message-target {
  display: block;
  margin-top: 8px;
  color: rgba(51,51,51,0.7);
  text-align: center;
  font-size: 15px;
}
.rmd-inner .message-target + .unit {
  margin-top: 15px;
}
.rmd-inner .message-target>span {
  color: rgba(51,51,51,0.7) !important;
}
.rmd-inner input,
.rmd-inner textarea {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: rgba(255,255,255,0.4);
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  color: #333;
}
.rmd-inner input:focus,
.rmd-inner textarea:focus {
  background-color: rgba(255,255,255,0.8);
}
.rmd-inner input::placeholder,
.rmd-inner textarea::placeholder {
  color: rgba(51,51,51,0.7);
}
.rmd-inner textarea {
  padding: 10px;
  height: 80px;
  line-height: 1.4em;
}
.rmd-bt-area {
  position: relative;
  padding: 20px 0;
  text-align: center;
  z-index: 2;
}
.rmd-bt-area a,
.rmd-bt-area button {
  margin: 0 7.5px;
}
.rmd-bt-area .rbt--round {
  margin-right: 3px;
  background-color: #333;
  color: #e7e7e7;
}
.rb .rmd-bt-area .rbt--round:hover {
  color: #e7e7e7;
}
.rmd--warn>div {
  background-color: #eb6d6d;
}
.rmd--warn>div::before {
  box-shadow: 0 0 40px #eb6d6d;
}
.rmd--warn>div .rbt--round {
  color: #eb6d6d;
}
.rb .rmd--warn>div .rbt--round:hover {
  color: #eb6d6d;
}
.rmd--large>div .rmd-inner {
  padding: 0;
}
.rmd--large>div .rmd-inner:not(.rcsc),
.rmd--large>div .rmd-inner .lb-content {
  padding: 0 15px;
}
.rmd--large>div .rmd-inner>.inner-box {
  padding: 0 15px;
}
.rck {
  position: relative;
  height: 16px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  cursor: pointer;
  font-family: 'Montserrat' !important;
}
.rck input {
  position: absolute;
  opacity: 0;
}
.rck-bt {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 16px;
  border-radius: 5px;
  margin: -2px 3px 0 0;
  border: 2px solid #dcdcdc;
  background-color: #FFF;
  text-align: center;
  transition-duration: .3s;
  transition-property: background-color;
  vertical-align: middle;
  box-sizing: border-box;
}
.rck-bt i {
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
  font-size: 10px;
  color: #FFF;
}
.dark-bg .rck-bt i {
  color: #333;
}
input:checked + .rck-bt {
  border: none;
  background-color: #eb6d6d;
}
.dark-bg input:checked + .rck-bt {
  background-color: #eb6d6d;
}
input:checked + .rck-bt i {
  opacity: 1;
}
.rck--radio .rck-bt {
  border: none !important;
  background-color: #e7e7e7;
  border-radius: 9px !important;
}
.dark-bg .rck--radio .rck-bt {
  background-color: rgba(255,255,255,0.1);
}
.dark-bg .rck--radio .rck-bt i {
  color: #333;
}
.rck.small .rck-bt {
  width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 3px;
  margin-top: -2px;
}
.rck-svg .ric {
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-mask-size: 13px 13px;
  mask-size: 13px 13px;
  background-color: #999999;
  margin-top: -3px;
}
.rck-svg-bt {
  cursor: pointer;
  color: #999999;
}
.rck-svg-bt .checked {
  display: none;
}
.rck-svg input {
  position: absolute;
  opacity: 0;
}
.rck-svg input:checked + .rck-svg-bt {
  color: #333;
}
.rck-svg input:checked + .rck-svg-bt .checked {
  display: inline-block;
}
.rck-svg input:checked + .rck-svg-bt .unchecked {
  display: none;
}
.rck-svg input:checked + .rck-svg-bt .ric {
  background-color: #333 !important;
}
.rck-svg input:checked + .rck-svg-bt--u {
  color: #367cd1 !important;
}
.rck-svg input:checked + .rck-svg-bt--u.rbt--box,
.rck-svg input:checked + .rck-svg-bt--u.rbt--box-s {
  background-color: #deeffe;
}
.rck-svg input:checked + .rck-svg-bt--u .ric {
  background-color: #367cd1 !important;
}
.rck-svg input:checked + .rck-svg-bt--p {
  color: #eb6d6d !important;
}
.rck-svg input:checked + .rck-svg-bt--p.rbt--box,
.rck-svg input:checked + .rck-svg-bt--p.rbt--box-s {
  background-color: #ffefe8;
}
.rck-svg input:checked + .rck-svg-bt--p .ric {
  background-color: #eb6d6d !important;
}
.rdd {
  display: inline-block;
  position: relative;
}
.rdd-box {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  padding: 4px 10px !important;
  box-sizing: border-box;
  border-radius: 0 0 15px 15px;
  white-space: nowrap;
  z-index: 90;
  background-color: #333;
  color: #FFF;
}
.rdd-box li {
  padding: 4px 0;
}
.rdd-box li:last-child {
  margin-bottom: 0;
}
.rdd-box a {
  color: #c2c2c2;
}
.rdd-box a .ric {
  background-color: #c2c2c2;
}
.rdd-box a:hover {
  color: #FFF;
}
.rdd-box a:hover .ric {
  background-color: #FFF;
}
.rdd-box i {
  font-size: 12px;
}
.rdd-box i,
.rdd-box .ric {
  margin-right: 3px;
}
.rdd--bt-style .bt.opened {
  background-color: #333;
  color: #FFF;
}
.rdd--bt-style .bt.opened.rbt--round {
  border-radius: 50% 50% 0 0;
}
.rdd--bt-style .bt.opened.rbt--square,
.rdd--bt-style .bt.opened.rbt--square-s {
  border-radius: 5px 5px 0 0;
}
.rdd--bt-style .bt.opened .ric {
  background-color: #FFF;
}
.rdd--bt-style .rbt {
  transition: none;
}
.rdd--bt-style .rdd-box {
  left: auto;
  right: 0;
  padding: 8px 15px !important;
  border-radius: 10px 0 10px 10px;
}
.rdd--bt-style .rdd-box.left {
  left: 0;
  right: auto;
  border-radius: 0 10px 10px 10px;
}
.rdd--bt-style.right .opened.rbt--square,
.rdd--bt-style.right .opened.rbt--square-s {
  border-radius: 5px 0 0 5px;
}
.rdd--bt-style.right .rdd-box {
  left: 100%;
  right: auto;
  top: 0;
}
.rdd--bt-style.right .rbt--square-s + .rdd-box {
  border-radius: 0 5px 5px 5px;
}
.rms {
  display: table;
  margin: 50px auto;
  box-sizing: border-box;
}
.rms-icon {
  display: table-cell;
  width: 60px;
}
.rms-icon>span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 53px;
  border-radius: 5px;
  text-align: center;
  font-size: 24px;
}
.rms-icon .ric {
  display: inline-block !important;
  width: 24px !important;
  height: 24px !important;
  -webkit-mask-size: 24px 24px !important;
  mask-size: 24px 24px !important;
  vertical-align: middle;
  margin-top: -5px;
}
.rms-content {
  display: table-cell;
  vertical-align: middle;
}
.rms h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3em;
  white-space: nowrap;
}
.rms-desc {
  margin-top: 3px !important;
  color: #999999;
}
.rms-bt-area {
  margin-top: 3px;
}
.rms-bt-area a,
.rms-bt-area button {
  margin-right: 3px;
  vertical-align: middle;
}
.rms-bt-area .rip {
  width: 120px;
  margin-right: 3px;
  vertical-align: middle;
}
.rms-bt-area .bt-back {
  font-size: 12px;
  line-height: 28px;
  color: #999999;
  text-decoration: underline;
}
.rms-bt-area .bt-back:hover {
  text-decoration: none;
}
.rbf ol {
  margin-top: -15px;
}
.rbf li {
  position: relative;
  padding: 15px 70px 15px 0;
  border-bottom: 1px solid #d9d9d9;
  min-height: 37px;
  word-break: break-all;
}
.rbf li:last-of-type,
.rbf li:only-of-type {
  border-bottom: none;
}
.rbf li .file-info {
  margin-top: 3px;
  font-size: 12px;
}
.rbf li .file-info>span {
  display: inline-block;
  margin-right: 10px;
}
.rbf li .bt-download {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 0 10px;
  height: 24px;
  line-height: 25px;
  margin-top: -12px;
  border-radius: 12px;
  background-color: #d2d2d2;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.rbf li .bt-download--zip {
  background-color: #ebdfaf;
  color: #a18106;
}
.rbf li .bt-download--pdf {
  background-color: #e8cfcf;
  color: #a22223;
}
.rbf li .bt-download--doc,
.rbf li .bt-download--docx {
  background-color: #b9cbe4;
  color: #144a91;
}
.rbf li .bt-download--xls,
.rbf li .bt-download--xlsx {
  background-color: #d1e4c9;
  color: #53a434;
}
.rbf li .bt-download--hwp {
  background-color: #c8d8ec;
  color: #367edc;
}
.rbf li .bt-download--mp3,
.rbf li .bt-download--wav {
  background-color: #e4cfe9;
  color: #a448b7;
}
.rbf li .bt-download--mp4,
.rbf li .bt-download--avi,
.rbf li .bt-download--mpeg {
  background-color: #c4e0cc;
  color: #2a8b42;
}
.rbf li .bt-download--psd {
  background-color: #cdd9e7;
  color: #144a91;
}
.rbf li .bt-download--ai {
  background-color: #ebd1c7;
  color: #d95c00;
}
.rbf li .bt-download:hover {
  text-decoration: underline;
}
.rbl--new {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 3px;
  border-radius: 50%;
  background-color: #eb6d6d;
  text-indent: -9999px;
  overflow: hidden;
}
.lu .rbl--new,
.ldtu .rbl--new,
.lnu .rbl--new {
  margin: -8px 0 0 0;
  vertical-align: middle;
}
.rbl--update {
  background-color: #64a0eb;
}
.rb .rbl--category {
  margin-right: 2px;
}
.rsp {
  position: relative;
  min-height: 38px;
}
.rsp-blind {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #FFF;
  border: 1px solid #e7e7e7;
  cursor: pointer;
  white-space: nowrap;
}
.rsp-blind::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 15 15'%3E%3Cpath d='M 0 0 L 15 15' stroke='currentColor' /%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 15 15'%3E%3Cpath d='M 0 0 L 15 15' stroke='currentColor' /%3E%3C/svg%3E");
  background-color: #dcdcdc;
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
  -webkit-mask-position: left top;
  mask-position: left top;
  -webkit-mask-size: 15px 15px;
  mask-size: 15px 15px;
  z-index: 1;
}
.rsp-blind .desc {
  display: inline-block;
  position: relative;
  background-color: #FFF;
  z-index: 2;
}
.rsp-blind i {
  color: #FFF;
  font-size: 12px;
  transition-property: color;
  transition-duration: 0.3s;
}
.rsp-blind:hover i {
  color: #333;
}
.click-dummy {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.rain-loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255,247,175,0.5);
  overflow: hidden;
  z-index: 300;
  text-align: center;
}
.rain-loading svg {
  margin-top: 10px;
  margin-left: 6px;
}
.rain-loading svg rect {
  fill: #333;
}
.rain-done {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background-color: rgba(255,247,175,0.5);
  border-radius: 50%;
  text-align: center;
  z-index: 300;
}
.rain-done .ric--check {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask-size: 24px 24px;
  mask-size: 24px 24px;
  background-color: #333;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  margin-top: 13px;
}
.skin-setting {
  display: none;
}
.skin-setting-inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.9);
  z-index: 99;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  color: #FFF;
}
.skin-setting .meesage {
  display: none;
}
.skin-setting h1 {
  display: none;
  margin: 0;
}
.skin-setting section:first-of-type {
  display: none;
  margin: 0;
}
.skin-setting section h2 {
  margin-bottom: 30px;
  padding: 20px 0;
  border: 2px solid;
  border-color: #555;
  font-weight: normal;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.15em;
  font-family: 'IropkeBatangM', 'IropkeBatangOTFM', 'NanumMyeongjo', 'Batang', serif;
  cursor: pointer;
}
.skin-setting .x_control-group {
  display: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(255,255,255,0.1);
}
.skin-setting .x_control-label {
  letter-spacing: 0.15em;
}
.skin-setting .x_controls {
  margin-top: 15px;
  overflow: hidden;
}
.skin-setting .x_controls label {
  margin-right: 10px;
  line-height: 180%;
}
.skin-setting .x_controls textarea,
.skin-setting .x_controls input[type=text],
.skin-setting .x_controls input[type=file] {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid;
  border-color: rgba(255,255,255,0.3);
  background-color: rgba(255,255,255,0.1);
  line-height: 140%;
  color: #FFF;
  z-index: 1;
}
.skin-setting .x_controls textarea:focus,
.skin-setting .x_controls input[type=text]:focus,
.skin-setting .x_controls input[type=file]:focus {
  border: 1px solid;
  border-color: #ffffff;
}
.skin-setting .x_icon-question-sign {
  display: none;
}
.skin-setting .x_help-block {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  opacity: 0.5;
}
.skin-setting .bt-area {
  padding-bottom: 60px;
  text-align: center;
}
.skin-setting .bt-area .bt {
  margin: 0 10px;
  width: 80px;
  line-height: 34px;
  background-color: transparent !important;
  border: 1px solid !important;
  border-color: #555 !important;
}
.skin-setting .bt-area .bt i,
.skin-setting .bt-area .bt svg {
  color: #ccc;
}
.skin-setting-inner>div {
  width: 500px;
  margin: 0 auto;
}
.skin-setting section {
  margin-bottom: 60px;
}
.clearfix::after,
.clearfix::before {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
.list-wrap {
  position: relative;
}
.list-wrap .no-document {
  padding: 30px 0;
  border-radius: 15px;
  background-color: #f7f7f7;
  line-height: 180%;
  text-align: center;
}
.list-wrap .no-document i {
  font-size: 36px;
  line-height: 180%;
}
.list-footer {
  padding-top: 10px;
}
.list-footer-buttons .manage-articles {
  display: none;
}
.list-footer-buttons .manage-articles.r-active {
  display: inline-block;
}
.list-footer .rbt {
  margin-right: 3px;
}
.list-footer .bt-write {
  float: right;
}
.list-footer .bt-write .rbt {
  margin-right: 0;
}
.list-footer .srl-number {
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #999999;
}
.rb {
  font-size: 14px;
}
.rb input,
.rb button,
.rb textarea {
  font-size: 14px;
}
.rb.font--nr {
  font-family: 'NanumSquareRoundR', 'NanumSquareRound', 'apple sd gothic neo', sans-serif;
}
.rb.font--nr table,
.rb.font--nr input,
.rb.font--nr button {
  font-family: 'NanumSquareRoundR', 'NanumSquareRound', 'apple sd gothic neo', sans-serif;
}
.rb.font--nr .xe_content {
  font-family: 'apple sd gothic neo', 'Noto Sans CJK KR', 'NanumGothic', 'Malgun Gothic', sans-serif;
}
.rb.font--nr .txt-en {
  font-family: 'Montserrat', 'NanumSquareRoundR', 'NanumSquareRound', 'apple sd gothic neo', sans-serif;
}
.rb.font--ns {
  font-family: 'NanumSquareR', 'NanumSquare', 'apple sd gothic neo', sans-serif;
}
.rb.font--ns table,
.rb.font--ns input,
.rb.font--ns button {
  font-family: 'NanumSquareR', 'NanumSquare', 'apple sd gothic neo', sans-serif;
}
.rb.font--ns .xe_content {
  font-family: 'apple sd gothic neo', 'Noto Sans CJK KR', 'NanumGothic', 'Malgun Gothic', sans-serif;
}
.rb.font--ns .txt-en {
  font-family: 'Montserrat', 'NanumSquareR', 'NanumSquare', 'apple sd gothic neo', sans-serif;
}
.rb.font--nt {
  font-family: 'Noto Sans CJK KR', 'Noto Sans KR', 'apple sd gothic neo', sans-serif;
}
.rb.font--nt table,
.rb.font--nt input,
.rb.font--nt button,
.rb.font--nt .xe_content {
  font-family: 'Noto Sans CJK KR', 'Noto Sans KR', 'apple sd gothic neo', sans-serif;
}
.rb.font--nt .txt-en {
  font-family: 'Montserrat', 'Noto Sans CJK KR', 'Noto Sans KR', 'apple sd gothic neo', sans-serif;
}
.rb.font--ng2 {
  font-family: 'NEXON Lv2 Gothic', 'apple sd gothic neo', sans-serif;
  letter-spacing: 0.01em;
}
.rb.font--ng2 table,
.rb.font--ng2 input,
.rb.font--ng2 button,
.rb.font--ng2 .xe_content {
  font-family: 'NEXON Lv2 Gothic', 'apple sd gothic neo', 'Noto Sans CJK KR', sans-serif;
}
.rb.font--ng2 .txt-en {
  font-family: 'Montserrat', 'NEXON Lv2 Gothic', 'apple sd gothic neo', sans-serif;
}
.rb.font--s {
  font-family: 'apple sd gothic neo', 'NanumGothic', 'Malgun Gothic', sans-serif;
}
.rb.font--s table,
.rb.font--s input,
.rb.font--s button,
.rb.font--s .xe_content {
  font-family: 'apple sd gothic neo', 'Noto Sans CJK KR', 'NanumGothic', 'Malgun Gothic', sans-serif;
}
.rb.font--s .txt-en {
  font-family: 'Montserrat', 'apple sd gothic neo', 'Noto Sans CJK KR', 'NanumGothic', 'Malgun Gothic', sans-serif;
}
.rb .rbt {
  font-size: 12px;
}
.font--nt.rb .rbt--round {
  line-height: 30px;
}
.font--nt.rb .rbt--rbox,
.font--ng2.rb .rbt--rbox {
  line-height: 30px;
}
.rb .rbt--square {
  line-height: 32px;
}
.font--nt.rb .rbt--square,
.font--ng2.rb .rbt--square {
  line-height: 30px;
}
.rb .rbt--square-s {
  font-size: 11px;
}
.font--nt.rb .rbt--square-s {
  line-height: 25px;
}
.font--nt.rb .rbt--box {
  line-height: 30px;
}
.font--ng2.rb .rbt--box {
  line-height: 31px;
}
.font--nt.rb .rbt--box-s {
  line-height: 25px;
}
.font--ng2.rb .rbt--box-s {
  line-height: 26px;
}
.rb .rbt--linebox {
  height: 22px;
  line-height: 20px;
  padding: 0 6px;
  font-size: 11px;
}
.font--nt.rb .rbt--linebox {
  line-height: 18px;
}
.rb .nice-select {
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  padding-right: 25px;
  border-radius: 5px;
  background-color: #fff;
  border: solid 1px #e7e7e7;
  box-sizing: border-box;
  color: #999999;
  font-size: 13px;
}
.rb .nice-select:hover {
  border-color: #dcdcdc;
}
.rb .nice-select:active,
.rb .nice-select.open,
.rb .nice-select:focus {
  border-color: #999999;
  color: #333;
}
.rb .nice-select::after {
  border-bottom: 2px solid #999999;
  border-right: 2px solid #999999;
}
.rb .nice-select.disabled {
  border-color: #ededed;
  color: #999;
}
.rb .nice-select.disabled::after {
  border-color: #cccccc;
}
.rb .nice-select.small {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.rb .nice-select.small .option {
  line-height: 30px;
  min-height: 30px;
}
.rb .nice-select .list {
  border-radius: 5px;
  background-color: #222;
  color: #FFF;
}
.rb .nice-select .option {
  line-height: 33px;
  min-height: 33px;
  padding-left: 10px;
  padding-right: 25px;
  font-size: 12px;
}
.rb .nice-select .option:hover,
.rb .nice-select .option.focus,
.rb .nice-select .option.selected.focus {
  background-color: #000;
}
.rb .nice-select .option.disabled {
  color: #999;
}
.lb-v-scrollbar-slider {
  background-color: rgba(51,51,51,0.1);
  opacity: 0;
}
.rcsc:hover .lb-v-scrollbar-slider {
  opacity: 1;
}
.lb-h-scrollbar-slider {
  background-color: rgba(51,51,51,0.1);
  opacity: 0;
}
.rcsc:hover .lb-h-scrollbar-slider {
  opacity: 1;
}
.rip.small {
  font-size: 13px;
}
h3.rmd-title {
  font-size: 16px;
}
.rmd-inner input,
.rmd-inner textarea {
  font-size: 13px;
}
.rmd-inner .nice-select {
  border: none;
  background-color: rgba(255,255,255,0.4);
}
.rmd-inner .nice-select:active,
.rmd-inner .nice-select.open,
.rmd-inner .nice-select:focus {
  background-color: rgba(255,255,255,0.8);
  color: #333;
}
.rmd--large>div {
  width: 480px;
}
.rmd--large>div .rmd-inner {
  max-height: 400px;
}
.rck.small {
  font-size: 11px;
}
.rck-svg-bt {
  font-size: 13px;
}
.rbb {
  display: inline-block;
  position: relative;
}
.rbb-txt {
  position: absolute;
  left: 50%;
  bottom: calc(113%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  overflow: hidden;
  border-radius: 3px;
  background-color: #333;
  color: #FFF;
  white-space: nowrap;
  font-size: 10px;
  line-height: 1.2em !important;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  z-index: 20;
}
.rbb-txt::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -2px;
  border: 3px solid transparent;
  border-top: 3px solid #333;
}
.rbb-bt:hover + .rbb-txt {
  width: auto;
  height: auto;
  padding: 3px 5px;
  opacity: 1;
  overflow: visible;
}
.rdd-box {
  font-size: 13px;
}
.rms-icon>span {
  font-size: 24px;
}
.rms h3 {
  font-size: 16px;
  line-height: 1.3em;
}
.rms-bt-area .bt-back {
  font-size: 12px;
}
.rbf li .file-info {
  font-size: 12px;
}
.rbf li .bt-download {
  font-size: 10px;
  font-weight: 500;
}
.date-msover {
  position: relative;
}
.date-msover-date {
  display: inline-block;
}
.date-msover:hover .date-msover-date {
  opacity: 0;
}
.date-msover-time {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
}
.date-msover:hover .date-msover-time {
  opacity: 1;
}
.date-msover span {
  transition-property: opacity;
  transition-duration: 0.3s;
}
.lb-v-dummy {
  width: 100%;
  display: block;
  height: 1px;
}
.lb-v-scrollbar {
  z-index: 1;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 6px;
  height: 100%;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.lb-v-scrollbar-slider {
  position: absolute;
  width: 6px;
  height: 50px;
  left: 0;
  top: 0;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  transition-property: opacity;
  transition-duration: 0.3s;
}
.lb-h-dummy {
  height: 100%;
  display: block;
  width: 1px;
}
.lb-h-scrollbar {
  z-index: 1;
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 100%;
  height: 6px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.lb-h-scrollbar-slider {
  position: absolute;
  height: 6px;
  width: 50px;
  left: 0;
  top: 0;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  transition-property: opacity;
  transition-duration: 0.3s;
}
.lb-clear {
  clear: both;
}
.lb-wrap {
  z-index: 0;
  overflow: auto;
  position: relative;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-weight: normal;
  outline: none;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select::after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -3px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.nice-select.open::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.nice-select.disabled {
  pointer-events: none;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small::after {
  height: 3px;
  width: 3px;
}
.nice-select .list {
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5,0,0,1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5,0,0,1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  list-style: none;
  outline: none;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option.disabled {
  cursor: default;
}
.list-bts {
  position: absolute;
  left: calc(100% + 10px);
  width: 30px;
  z-index: 20;
}
.list-bts>div.fix {
  position: fixed;
  top: 30px;
}
.list-bts ul {
  padding-bottom: 10px;
}
.list-bts li {
  position: relative;
  margin-bottom: 5px;
}
.list-bts .bt-my-article {
  background-color: #e7e7e7;
}
.list-bts .bt-my-article img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.list-bts .bt-my-article .no-profile {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center 120%;
  mask-position: center 120%;
  -webkit-mask-size: 50% 75%;
  mask-size: 50% 75%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='120' fill='currentColor'%3E%3Cpath d='M 0 120 V 20 Q 0 0, 10 0 Q 20 0, 20 20 V 40 H 60 V 20 Q 60 0, 70 0 Q 80 0,80 20 V 120'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='120' fill='currentColor'%3E%3Cpath d='M 0 120 V 20 Q 0 0, 10 0 Q 20 0, 20 20 V 40 H 60 V 20 Q 60 0, 70 0 Q 80 0,80 20 V 120'%3E%3C/path%3E%3C/svg%3E");
  background-color: #FFF;
}
.list-bts .desc {
  display: none;
  position: absolute;
  right: 100%;
  top: 50%;
  padding: 0 5px;
  margin: -9px 5px 0 0;
  height: 18px;
  line-height: 18px;
  border-radius: 3px;
  background-color: #333;
  color: #FFF;
  font-size: 10px;
  white-space: nowrap;
  z-index: 20;
}
.list-bts .rbt:hover + .desc {
  display: inline-block;
}
.list-bts .bt-top {
  display: none;
}
.list-searchkey {
  font-size: 12px;
}
.board-alert {
  position: absolute;
  left: 50%;
  z-index: 300;
}
.board-alert>div {
  position: fixed;
  top: 50%;
  height: 32px;
  line-height: 32px;
  margin-top: -16px;
  background-color: rgba(51,51,51,0.7);
  color: #FFF;
  opacity: 0;
  white-space: nowrap;
}
.list-header:empty {
  display: none;
}
.list-sort {
  float: right;
  margin: 0 0 10px 5px;
}
.list-type {
  float: right;
  margin: 0 0 10px 5px;
}
.list-type .icon {
  display: inline-block;
  width: 17px;
}
.list-searchkey {
  clear: both;
  position: relative;
  padding: 6px 10px;
  margin-bottom: 10px;
  border-radius: 15px;
}
.list-searchkey-txt {
  display: inline-block;
}
.list-searchkey-txt:nth-child(2) {
  position: relative;
  margin-left: 15px;
}
.list-searchkey-txt:nth-child(2)::before {
  content: '';
  position: absolute;
  left: -9px;
  top: 2px;
  width: 1px;
  height: 9px;
  background-color: #eb6d6d;
}
.list-searchkey .bt-cancel {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 4px;
  padding: 3px 5px;
}
.lu-si {
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-mask-size: 13px 13px;
  mask-size: 13px 13px;
  background-color: #adadad;
  text-indent: -9999px;
  overflow: hidden;
  vertical-align: middle;
  margin-top: -2px;
}
.lu-si--eye {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3C/svg%3E");
}
.lu-si--lock {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%3E%3C/path%3E%3C/svg%3E");
}
.lu-si--unlock {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 9.9-1'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 9.9-1'%3E%3C/path%3E%3C/svg%3E");
}
.lu-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  line-height: 13px;
  box-sizing: border-box;
  margin: -4px 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: #c2c2c2;
  transition-property: background-color;
  transition-duration: 0.3s;
}
.lu-icon--normal {
  background-color: #dcdcdc;
}
.lu-icon--youtube-i {
  margin-top: -1px;
  color: #eb6d6d;
  font-size: 16px;
  vertical-align: middle;
}
.lu-icon-new {
  display: inline-block;
  margin: -3px 2px 0 0;
  vertical-align: middle;
  color: #eb6d6d;
}
.lu-icon-updated {
  color: #64a0eb;
}
.lu-icon-secret {
  display: inline-block;
  margin: -1px 0 0 0;
  vertical-align: middle;
}
.font--nt .lu-icon-secret {
  margin-top: -5px;
}
.lu-icon-secret .lu-si {
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-mask-size: 12px 12px;
  mask-size: 12px 12px;
  background-color: #333;
}
.lu-profile {
  vertical-align: middle;
}
.lu-profile span {
  -webkit-mask-position: center 150% !important;
  mask-position: center 150% !important;
}
.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.r-active {
  width: 20px;
  height: auto;
}
.lu-check .rck-bt {
  width: 15px;
  height: 15px;
  line-height: 13px;
  margin-top: 0;
  border-radius: 3px;
}
.lu-thumbnail {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.use-high .lu-thumbnail img {
  zoom: 0.5;
  -moz-transform: scale(0.5,0.5);
  -moz-transform-origin: left top;
}
.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 i {
  color: #eb6d6d;
}
.lu-thumbnail-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #333;
  text-align: center;
  z-index: 3;
}
.lu-thumbnail-icon::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border: 24px solid transparent;
  border-bottom-color: rgba(255,255,255,0.6);
  border-right-color: rgba(255,255,255,0.6);
  z-index: -1;
}
.lu-thumbnail-icon svg {
  width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
}
.lu-thumbnail-icon .icon-play circle {
  fill: #eb6d6d;
}
.lu-thumbnail-icon .icon-play polygon {
  fill: #333;
  stroke: none;
}
.lu-thumbnail-icon i {
  margin: 0 6px 6px 0;
  font-size: 16px;
}
.lu-declared-count {
  display: inline-block;
  margin: -4px 3px 0 0;
  color: #999999 !important;
  vertical-align: middle;
}
.lu-declared-count a {
  border-bottom: 1px solid transparent;
  color: #999999;
}
.lu-declared-count a:hover {
  border-bottom-color: #999999;
}
.lu-declared-count i {
  font-size: 12px;
}
.has-timeline-color .lu-board {
  display: inline-block;
  margin-top: -3px;
  border-radius: 3px;
  background-color: #efefef;
  line-height: 1.0em;
  font-size: 11px !important;
  vertical-align: middle;
}
.has-timeline-color .lu-board--0 {
  background-color: #fdf0f0;
  color: #eb6d6d !important;
}
.has-timeline-color .lu-board--1 {
  background-color: #f0f6fd;
  color: #64a0eb !important;
}
.has-timeline-color .lu-board--2 {
  background-color: #ebf2fa;
  color: #367cd1 !important;
}
.has-timeline-color .lu-board--3 {
  background-color: #f6edf8;
  color: #a448b7 !important;
}
.has-timeline-color .lu-board--4 {
  background-color: #fbefe6;
  color: #d95c00 !important;
}
.has-timeline-color .lu-board--5 {
  background-color: #f6f2e6;
  color: #a18106 !important;
}
.rb .lu-category,
.lu-category a {
  color: #707070;
}
.rb .lu-category:hover,
.lu-category:hover a:hover {
  text-decoration: underline;
}
.lu-title.style-bold {
  font-weight: bold;
}
.rb .lu-info,
.rb .lu-info a {
  color: #999999;
}
.lu-info:empty {
  display: none;
}
.lu-info>span {
  display: inline-block;
  margin-right: 15px;
}
.lu-info i {
  font-size: 11px;
}
.lu-info .txt-en {
  font: 500 11px 'Montserrat';
}
.lu-rating {
  font: 500 11px 'Montserrat';
}
.lu-rating svg {
  width: 14px;
  height: 14px;
  margin-top: -2px;
  vertical-align: middle;
}
.lu-rating svg polygon {
  fill: #FFF7AF;
}
.lu-comment {
  display: inline-block;
  margin: -2px 0 0 3px;
  vertical-align: middle;
  font: 500 11px 'Montserrat';
  line-height: 1.0em;
}
.rb .lu-comment {
  color: #eb6d6d;
}
.lu-comment.updated {
  text-decoration: underline;
}
.lu-vote.best-vote {
  color: #eb6d6d !important;
}
.lu-vote.best-vote .ric--vote-up {
  background-color: #eb6d6d !important;
}
.lu-blame.best-blame {
  color: #64a0eb !important;
}
.lu-blame.best-blame .ric--vote-down {
  background-color: #64a0eb !important;
}
.lu-summary {
  line-height: 1.6em;
  color: #707070;
  word-break: break-all;
}
.lu-extra {
  width: 100%;
}
.lu-extra th,
.lu-extra td {
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  color: #707070;
}
.lu-extra th a,
.lu-extra td a {
  color: #64a0eb;
}
.lu-extra th a:hover,
.lu-extra td a:hover {
  text-decoration: underline;
}
.lu-extra th>span,
.lu-extra td>span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 10px;
  box-sizing: border-box;
  border-radius: 5px;
}
.lu-extra th {
  position: relative;
  font-weight: normal;
}
.lu-extra th>span {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #efefef;
  text-align: right;
}
.lu-extra td>span {
  background-color: #f7f7f7;
}
.lu-extra:empty {
  display: none;
}
.lu-update {
  display: inline-block;
  white-space: nowrap;
}
.lu-update-date {
  display: inline-block;
  position: relative;
  padding: 3px 6px;
  border-radius: 3px 3px 0 3px;
  background-color: #efefef;
  color: #999999;
  font: 500 11px 'Montserrat';
}
.lu-update-date::after {
  content: '';
  position: absolute;
  border: 3px solid transparent;
  border-top-color: #efefef;
  border-right-color: #efefef;
}
.lu-update-date.left {
  border-radius: 0 3px 3px 0;
}
.lu-update-date.left::after {
  right: 100% !important;
  top: 0 !important;
  border-top-color: transparent !important;
  border-width: 10.5px;
}
.lu-update-date.updated {
  background-color: #eaf3ff;
  color: #64a0eb;
}
.lu-update-date.updated::after {
  border-top-color: #eaf3ff;
  border-right-color: #eaf3ff;
}
.lu-update-nickname {
  display: inline-block;
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lu .ric {
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-mask-size: 13px 13px;
  mask-size: 13px 13px;
  background-color: #adadad;
  margin-top: -3px;
}
.lnu {
  position: relative;
  margin-bottom: 2px;
  border-radius: 20px 0 0 20px;
  background-color: #f7f7f7;
}
.nc-y .lnu {
  background-color: #fffdec;
}
.nc-g .lnu {
  background-color: #f5fdf9;
}
.lnu:last-child,
.lnu:only-child {
  margin-bottom: 0;
}
.lnu--hided.hided,
.lnu.folded {
  display: none;
}
.lnu-txt {
  display: inline-block;
  position: absolute;
  width: 30px;
  text-align: center;
  color: #999999;
}
.lnu-title.style-bold {
  font-weight: bold;
}
.lnu-fold {
  position: relative;
  padding: 9px 15px 10px;
}
.lnu-fold.folded {
  border-radius: 20px 0 0 20px;
  background-color: #f7f7f7;
}
.nc-y .lnu-fold.folded {
  background-color: #fffdec;
}
.nc-g .lnu-fold.folded {
  background-color: #f5fdf9;
}
.lnu-fold.folded .txt-en {
  color: #eb6d6d;
}
.lnu-fold.unfolded {
  border-top: 1px solid #efefef;
}
.lnu-fold .rck {
  position: absolute;
  right: 15px;
  top: 11px;
  font-size: 12px;
}
.lnu-toggle {
  border-bottom: 1px solid #efefef;
}
.lnu-toggle button {
  display: inline-block;
  padding: 5px 15px 10px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  color: #999999;
  font-size: 12px;
}
.lnu-toggle button:hover {
  color: #333;
}
.lnu-toggle button i {
  font-size: 10px;
}
.lnu a.le-comment {
  color: #eb6d6d;
  font-size: 11px;
  font-family: 'Montserrat';
  margin: -2px 0 0 3px;
}
.lddu2-vote {
  display: inline-block;
  vertical-align: top;
  padding: 4px 0 3px;
  margin-right: 10px;
  border: 1px solid #e7e7e7;
  background-color: #FFF;
  box-sizing: border-box;
  border-radius: 3px;
  color: #999999;
  text-align: center;
}
.lddu2-vote .count {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  font-size: 12px;
  font-weight: 500;
}
.lddu2-vote .ric {
  display: inline-block !important;
  width: 14px !important;
  height: 14px !important;
  -webkit-mask-size: 14px 14px !important;
  mask-size: 14px 14px !important;
}
.lddu2-vote i {
  margin-bottom: -1px;
  font-size: 14px;
  vertical-align: middle;
}
.lddu2-vote.best-vote .count {
  color: #eb6d6d;
}
.ldwu>div {
  padding: 20px 0;
}
.ldwu-body {
  position: relative;
}
.ldwu-thumbnail {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px;
}
.ldwu-category.in-title {
  display: inline-block;
  margin-right: 5px;
}
.ldwu-check {
  margin-right: -3px;
}
.ldwu-check.r-active {
  width: 25px;
  margin-top: 2px;
}
.ldwu-title {
  font-size: 1.14em;
  line-height: 1.4em;
}
.ldwu-summary {
  margin-top: 15px;
}
.ldwu-summary + .ldwu-info {
  margin-top: 17px;
}
.ldwu-extra {
  margin-top: 15px;
}
.ldwu-extra th {
  width: 100px;
}
.ldwu-info2 {
  padding-top: 15px;
  text-align: right;
  z-index: 2;
}
.ldwu-info2:empty {
  display: none;
}
.ldwu-info2-nickname {
  float: left;
  color: #999999;
}
.ldwu-info2 .lu-board {
  margin-top: 3px;
}
.ldwu-info2 .icon-folder {
  font-size: 11px;
}
.ldwu .lu-icon-secret {
  margin-top: -2px;
}
.ldwtu {
  padding: 15px;
  box-sizing: border-box;
  background-color: #f7f7f7;
  border-radius: 15px;
}
.ldwtu-thumbnail {
  border-radius: 10px;
}
.ldwtu-thumbnail-wrap {
  position: absolute;
  right: -15px;
  top: -15px;
  border-radius: 0 0 0 15px;
  border-left: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  background-color: #FFF;
}
.ldwtu-thumbnail-wrap .tlt,
.ldwtu-thumbnail-wrap .trb {
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-mask-size: 15px 15px;
  mask-size: 15px 15px;
  background-color: #FFF;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15' width='15' height='15' stroke='none' fill='currentColor'%3E%3Cpath d='M 15 0 H 0 Q 15 0, 15 15 V 0'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15' width='15' height='15' stroke='none' fill='currentColor'%3E%3Cpath d='M 15 0 H 0 Q 15 0, 15 15 V 0'%3E%3C/path%3E%3C/svg%3E");
}
.ldwtu-thumbnail-wrap .tlt {
  right: 100%;
  top: 0;
  margin-right: 10px;
}
.ldwtu-thumbnail-wrap .trb {
  top: 100%;
  right: 0;
  margin-top: 10px;
}
.ldwtu-body {
  position: relative;
  z-index: 2;
}
.ldwtu-category.in-title {
  display: inline-block;
  margin-right: 5px;
}
.ldwtu-title {
  font-size: 1.14em;
  line-height: 1.4em;
}
.ldwtu-summary {
  margin-top: 10px;
  color: rgba(51,51,51,0.7);
}
.ldwtu-info {
  margin-top: 5px;
}
.ldwtu-info>span {
  margin-top: 5px;
}
.ldwtu-info .last-update {
  margin-left: 5px;
}
.ldwtu-info,
.ldwtu-info a {
  color: rgba(51,51,51,0.5);
}
.ldwtu-info .lu-si {
  background-color: rgba(51,51,51,0.5);
}
.ldwtu-update-date {
  background-color: rgba(51,51,51,0.1);
}
.ldwtu-update-date::after {
  border-top-color: rgba(51,51,51,0.1);
  border-right-color: rgba(51,51,51,0.1);
}
.ldwtu-extra {
  position: relative;
  margin-top: 10px;
  z-index: 2;
}
.ldwtu-extra th {
  width: 100px;
}
.ldwtu-extra th>span {
  background-color: rgba(51,51,51,0.1);
}
.ldwtu-extra td>span {
  background-color: rgba(51,51,51,0.05);
}
.ldwtu-info2 {
  position: relative;
  padding-top: 10px;
  text-align: right;
  z-index: 2;
}
.ldwtu-info2:empty {
  display: none;
}
.ldwtu-info2-nickname {
  float: left;
  padding-top: 5px;
  color: rgba(51,51,51,0.5);
}
.ldwtu-info2 .pf-image {
  background-color: rgba(51,51,51,0.2);
}
.ldwtu-info2-category {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  margin-bottom: -5px;
  height: 24px;
  line-height: 24px;
  border-radius: 5px;
  overflow: hidden;
  font-size: 12px;
}
.ldwtu-info2-category::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.8);
}
.ldwtu-info2-category a {
  position: relative;
  z-index: 1;
}
.ldwtu .shade-white {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.9);
  border-radius: 14px;
}
.no-notice.ldb {
  border-top: 1px solid #e7e7e7;
}
.ldb-report .report-content {
  display: none;
}
.ldbu {
  border-bottom: 1px solid #e7e7e7;
}
.ldbu-info .bt-article-file {
  display: inline-block;
  padding: 3px 5px;
  margin: -5px 0 -3px;
  border-radius: 3px;
  background-color: #64a0eb;
  color: #FFF;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.3s;
  font-size: 11px;
  line-height: 1.0em;
  vertical-align: middle;
}
.ldbu-info .bt-article-file i {
  font-size: 10px;
  margin-top: -4px;
}
.ldbu-ctrl {
  float: right;
}
.ldbu-ctrl a {
  display: inline-block;
  padding: 3px 5px;
  margin-left: 2px;
  border-radius: 3px;
  background-color: #e7e7e7;
  color: #333;
  font-size: 11px;
  line-height: 1.0em;
}
.ldbu-youtube {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.ldbu-youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ldbu-image {
  background-color: #333;
  border-radius: 15px;
  overflow: hidden;
}
.r-darkmode .ldbu-image {
  background-color: #000;
}
.ldbu-image img {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.ldbu-slide {
  position: relative;
}
.ldbu-slide>ul>li {
  display: none;
}
.ldbu-slide>ul>li.r-active {
  display: block;
}
.ldbu-slide>ul>li img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.ldbu-slide .bt-page {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  line-height: 34px;
  margin-top: -16px;
  border-radius: 16px;
  background-color: rgba(51,51,51,0.5);
  z-index: 2;
}
.ldbu-slide .bt-page .ric {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask-size: 24px 24px;
  mask-size: 24px 24px;
  background-color: #FFF;
}
.ldbu-slide .page-number {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 10px;
  border-radius: 15px;
  background-color: rgba(51,51,51,0.5);
  color: #FFF;
  font: 500 11px 'Montserrat';
  z-index: 2;
}
.ldbu-summary {
  margin-bottom: 12px;
  color: #5c5c5c;
}
.ldbu-secret input {
  width: 120px;
  margin-right: 3px;
}
.ldbu-content {
  margin-top: 12px;
}
.ldbu-content .xe_content,
.ldbu-content .rhymix_content {
  color: #5c5c5c;
}
.ldbu-content .xe_content a,
.ldbu-content .rhymix_content a {
  text-decoration: underline;
  color: #64a0eb;
}
.ldbu-content .xe_content a:hover,
.ldbu-content .rhymix_content a:hover {
  text-decoration: none;
}
.ldbu-text {
  position: relative;
  overflow: hidden;
}
.ldbu-text .content-expand {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.ldbu-text .content-expand::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  border-bottom: 30px solid;
  border-bottom-color: #FFF;
  background-image: linear-gradient(to top,#FFF,rgba(255,255,255,0));
  z-index: -1;
}
.ldbu-text.long-content .content-expand {
  display: block;
}
.ldbu-bottom {
  position: relative;
  padding-top: 20px;
  min-height: 22px;
}
.ldbu-bottom-vote {
  display: inline-block;
}
.ldbu-bottom-vote .bt-vote {
  display: inline-block;
  height: 32px;
  margin-right: 10px;
}
.ldbu-bottom-vote .bt-vote-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  padding-top: 11px;
  margin: -5px 3px -5px 0;
  box-sizing: border-box;
  background-color: #f7f7f7;
  text-align: center;
  vertical-align: middle;
  transition-property: background-color;
  transition-duration: 0.3s;
}
.ldbu-bottom-vote .bt-vote-icon .ric {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-mask-size: 15px 15px;
  mask-size: 15px 15px;
  background-color: #333;
  vertical-align: top;
}
.ldbu-bottom-vote .bt-vote-icon.rb--active .ric {
  background-color: #333;
}
.ldbu-bottom-buttons {
  display: inline-block;
}
.ldbu-bottom-buttons .rbt .ric {
  background-color: #333;
}
.r_darkmode .ldbu-bottom-buttons .rc--yellow {
  color: #eb6d6d !important;
}
.rb .ldbu-bottom-share {
  right: auto;
  bottom: -13px;
}
.ldbu-bottom-nickname {
  position: absolute;
  right: 0;
  bottom: 0;
}
.ldbu .lu-icon-secret {
  margin-top: -4px;
}
.ldbu .lu-icon-secret .lu-si {
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-mask-size: 14px 14px;
  mask-size: 14px 14px;
}
.ldgu {
  display: inline-block;
  position: relative;
  vertical-align: top;
  z-index: 1;
}
.ldgu-check.r-active {
  width: 20px;
}
.ldgu-thumbnail {
  display: block;
  width: 100%;
}
.ldgu-thumbnail-icon::before {
  border-width: 45px;
}
.ldgu-thumbnail-icon svg {
  width: 28px;
  height: 28px;
  margin: 0 10px 7px 0;
}
.ldgu-thumbnail-icon i {
  font-size: 24px;
  margin: 0 14px 14px 0;
}
.ldgu-thumbnail img {
  display: block;
}
.ldgu-thumbnail--no {
  border: 1px solid #efefef;
  background-color: #FFF;
  box-sizing: border-box;
}
.ldgu-thumbnail--no .no-thumbnail {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 15 15'%3E%3Cpath d='M 0 0 L 15 15' stroke='currentColor' /%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 15 15'%3E%3Cpath d='M 0 0 L 15 15' stroke='currentColor' /%3E%3C/svg%3E");
  background-color: #dcdcdc;
  -webkit-mask-repeat: repeat;
  -webkit-mask-position: left top;
  -webkit-mask-size: 15px 15px;
  mask-repeat: repeat;
  mask-position: left top;
  mask-size: 15px 15px;
}
.ldgu-thumbnail--no .no-thumbnail-icon {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90px;
  height: 90px;
  overflow: hidden;
  z-index: 1;
}
.ldgu-thumbnail--no .no-thumbnail-icon svg .bg {
  fill: #FFF;
}
.ldgu-thumbnail--no .no-thumbnail-icon svg .line {
  fill: none;
  stroke: #e7e7e7;
}
.ldgu-thumbnail--no .no-thumbnail-icon i {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 18px;
  color: #d2d2d2;
}
.ldgu-thumbnail .now-reading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 34px;
  z-index: 1;
}
.ldgu-thumbnail .now-reading i {
  color: rgba(51,51,51,0.7);
}
.ldgu-category.in-title {
  display: inline-block;
  margin-right: 3px;
}
.ldgu-title {
  font-size: 1.1em;
  line-height: 1.4em;
}
.ldgu-summary {
  margin-top: 10px;
  padding: 8px 0;
  border-top: 1px dashed #dcdcdc;
  border-bottom: 1px dashed #dcdcdc;
}
.ldgu-summary + .ldgu-info {
  margin-top: 12px !important;
}
.ldgu-extra {
  margin-top: 12px;
}
.ldgu-extra th {
  width: 80px;
}
.ldg.it--showed .ldgu-body {
  padding-top: 10px;
}
.ldg.it--showed .ldgu-title.ldg.it--showed .ldgu:not(.rul):hover {
  background-image: linear-gradient(90deg,#e7e7e7,#e7e7e7);
  background-position: bottom -5px left 0;
  background-size: 100% 10px;
  background-repeat: no-repeat;
}
.ldg.it--hided .ldgu:hover .ldgu-body {
  opacity: 1;
}
.ldg.it--hided .ldgu-body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 0.3s;
  opacity: 0;
  z-index: 2;
}
.ldg.it--hided .ldgu-body a:not(.rl--plane) {
  position: relative;
  z-index: 31;
}
.ldg.it--hided .ldgu-summary {
  padding: 3px 0;
  border: none;
}
.ldg.it--hided .ldgu-nickname {
  display: inline-block;
  position: absolute;
}
.ldg.it--hided .ldgu.has-thumbnail .ldgu-body {
  border-radius: 15px;
  overflow: hidden;
}
.ldg.it--hided .ldgu.has-thumbnail .ldgu-body::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom,rgba(51,51,51,0.75),rgba(51,51,51,0));
  z-index: -1;
}
.ldg.it--hided .ldgu.has-thumbnail .ldgu-category a {
  color: rgba(255,255,255,0.7);
}
.ldg.it--hided .ldgu.has-thumbnail .ldgu-title {
  color: #FFF;
}
.ldg.it--hided .ldgu.has-thumbnail .ldgu-summary {
  color: rgba(255,255,255,0.7);
}
.ldg.it--hided .ldgu.has-thumbnail .ldgu-info,
.ldg.it--hided .ldgu.has-thumbnail .ldgu-info a {
  color: rgba(255,255,255,0.7);
}
.ldg.it--hided .ldgu.has-thumbnail .ldgu-info .lu-si,
.ldg.it--hided .ldgu.has-thumbnail .ldgu-info .ric {
  background-color: rgba(255,255,255,0.7);
}
.ldg.it--hided .ldgu.has-thumbnail .ldgu-nickname {
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(51,51,51,0.2);
  color: #FFF;
}
.ldg.it--hided .ldgu.has-thumbnail .ldgu-nickname a {
  color: #FFF;
}
.ldg.it--hided .ldgu.has-thumbnail .ldgu-nickname .pf-image {
  background-color: rgba(51,51,51,0.5);
}
.ldg.it--hided .ldgu.has-thumbnail .ldgu-nickname .pf-image span {
  background-color: #d2d2d2;
}
.ldg.it--hided .ldgu.has-thumbnail .ldwu-category.up-title a {
  background-color: rgba(51,51,51,0.5);
  color: #c2c2c2;
}
.ldg.it--hided .ldgu.has-thumbnail .lu-comment,
.ldg.it--hided .ldgu.has-thumbnail .rc--point {
  color: #f3a7a7;
}
.ldg.it--hided .ldgu.has-thumbnail .rc--grey50,
.ldg.it--hided .ldgu.has-thumbnail .lu-declared-count,
.ldg.it--hided .ldgu.has-thumbnail .lu-declared-count a,
.ldg.it--hided .ldgu.has-thumbnail .lu-category.in-title a {
  color: rgba(255,255,255,0.7) !important;
}
.ldg.it--hided .ldgu.has-thumbnail .lu-icon-secret .lu-si {
  background-color: #FFF;
}
.ldg.it--hided .ldgu.has-thumbnail .lu-icon-new {
  color: #f3a7a7;
}
.ldg.it--hided .ldgu.has-thumbnail .lu-icon-updated {
  color: #a2c6f3;
}
.ldg.it--hided .ldgu.has-thumbnail.has-summary .ldgu-body {
  background-color: rgba(51,51,51,0.5);
}
.ldg.it--hided .ldgu.has-thumbnail.has-summary .ldgu-body::before {
  content: none;
}
.ldg.it--hided .ldgu.has-thumbnail.has-summary .ldgu-info-nickname {
  background-color: transparent;
}
.ldg.it--overlay .ldgu-body {
  opacity: 1;
}
.ratc {
  position: relative;
}
.ratc-header h1 {
  font-weight: normal;
}
.ratc-header .ric {
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-mask-size: 14px 14px;
  mask-size: 14px 14px;
  background-color: #333;
  margin-top: -2px;
}
.ratc-category {
  display: inline-block;
  margin-bottom: 3px;
}
.rb .ratc-category {
  color: #999999;
}
.ratc-info {
  position: relative;
  margin-top: 10px;
  background-color: #f7f7f7;
  border-radius: 5px;
}
.rb .ratc-info-right,
.rb .ratc-info-right a {
  color: #999999;
}
.ratc-info-right i {
  vertical-align: middle;
  margin-top: -1px;
}
.ratc-info-right .comment-count a:hover {
  color: #333;
}
.ratc-info-right .bt-copy a:hover {
  color: #333;
}
.ratc-info-right .bt-copy i {
  font-size: 11px;
  margin-top: -3px;
}
.ratc-info-right .bt-article-file {
  display: inline-block;
  margin: -5px 0 -3px;
  border-radius: 3px;
  background-color: #64a0eb;
  color: #FFF;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.3s;
  font-size: 11px;
  line-height: 1.0em;
  vertical-align: middle;
}
.ratc-info-right .bt-article-file i {
  font-size: 10px;
  margin-top: -2px;
}
.ratc-info-right .ric--eye {
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-mask-size: 12px 12px;
  mask-size: 12px 12px;
  background-color: #999999;
  margin-top: -2px;
  vertical-align: middle;
}
.ratc-ctrl {
  display: inline-block;
  padding-left: 8px;
}
.rb .ratc-ctrl a {
  display: inline-block;
  margin: -5px 0 -3px 2px;
  border-radius: 3px;
  background-color: #e7e7e7;
  color: #333;
  font-size: 11px;
  line-height: 1.0em;
}
.ratc-extra {
  margin-top: 15px;
  width: 100%;
  border-radius: 5px;
  border: 5px solid #f7f7f7;
  background-color: #FFF;
}
.ratc-extra:empty {
  display: none;
}
.ratc-extra th {
  border-left: 1px solid #e7e7e7;
  white-space: nowrap;
  text-align: right;
  font-weight: normal;
}
.ratc-extra td,
.ratc-extra th {
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
.ratc-extra tr:last-of-type td,
.ratc-extra tr:last-of-type th {
  border-bottom: 1px solid #e7e7e7;
}
.ratc-extra a {
  color: #64a0eb;
  text-decoration: underline;
}
.ratc-extra-rating {
  padding: 10px 15px 12px !important;
}
.ratc-extra-rating .star-on {
  color: #ffd400;
}
.ratc-extra-rating .star-off {
  color: #c2c2c2;
}
.ratc-extra-rating .fa-stack {
  margin-right: 3px;
}
.ratc-extra-rating .txt-en {
  display: inline-block;
  font-style: italic;
  vertical-align: middle;
}
.ratc-youtube {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-top: 25px;
}
.ratc-youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ratc-content {
  margin: 25px 0;
}
.ratc-content .txt-member-only {
  display: inline-block;
  margin-bottom: 5px;
  color: #999999;
}
.ratc-tags {
  margin-bottom: 20px;
}
.ratc-tags li {
  display: inline-block;
  margin: 0 10px 5px 0;
}
.ratc-tags a:hover {
  text-decoration: underline;
}
.ratc-buttons {
  position: relative;
}
.ratc-buttons-vote {
  float: left;
}
.ratc-buttons-vote .bt-vote {
  margin-right: 10px;
}
.ratc-buttons-vote .bt-vote-icon {
  display: inline-block;
  margin-right: 3px;
  box-sizing: border-box;
  background-color: #f7f7f7;
  text-align: center;
  vertical-align: middle;
  transition-property: background-color;
  transition-duration: 0.3s;
}
.ratc-buttons-vote .bt-vote-icon .ric {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-mask-size: 15px 15px;
  mask-size: 15px 15px;
  background-color: #333;
  vertical-align: top;
}
.ratc-buttons-vote .bt-vote-icon.rb--active .ric {
  background-color: #333;
}
.ratc-buttons-vote .bt-vote-who {
  display: inline-block;
  vertical-align: middle;
}
.ratc-buttons-vote .bt-vote-who .pf-image {
  position: relative;
  border: 2px solid #FFF;
  box-sizing: border-box;
}
.ratc-buttons-vote .bt-vote-who .pf-image:first-of-type {
  left: 0;
  z-index: 3;
}
.ratc-buttons-vote .bt-vote-who .pf-image:nth-of-type(2) {
  margin-left: -20px;
  z-index: 2;
}
.ratc-buttons-vote .bt-vote-who .pf-image:nth-of-type(3) {
  margin-left: -20px;
  z-index: 1;
}
.ratc-buttons-vote .bt-vote-who .pf-image:nth-of-type(4),
.ratc-buttons-vote .bt-vote-who .pf-image:nth-of-type(5) {
  display: none;
}
.ratc-buttons-right {
  float: right;
  position: relative;
}
.ratc-buttons-right .bt-report {
  position: relative;
}
.ratc-buttons-right .bt-report .count-num {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: -3px;
  padding: 3px 6px;
  border-radius: 15px;
  background-color: #eb6d6d;
  color: #FFF;
  font-size: 10px;
  line-height: 1.0em;
}
.ratc-buttons-right .bt-report-admin {
  background-color: #eaf3ff;
}
.ratc-buttons-right .bt-report-admin i {
  color: #64a0eb;
}
.ratc-buttons-right .ric {
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-mask-size: 14px 14px;
  mask-size: 14px 14px;
  background-color: #333 !important;
}
.ratc-buttons-right i {
  color: #333;
  font-size: 13px;
  vertical-align: middle;
}
.ratc-buttons-right .rb--active .ric {
  background-color: #333 !important;
}
.ratc-buttons-right .rb--active i {
  color: #333;
}
.ratc-share {
  display: none;
  position: absolute;
  right: 0;
  bottom: 35px;
  white-space: nowrap;
  z-index: 101;
}
.ratc-share a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 5px;
}
.ratc-share img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.ratc-share + .click-dummy {
  z-index: 100;
}
.ratc-vote-who {
  margin-top: 15px;
  padding: 5px;
  border-radius: 5px;
  background-color: #f7f7f7;
}
.ratc-vote-who.folded {
  display: none;
}
.ratc-vote-who h3 {
  padding: 3px 0 8px;
  font-size: 12px;
  text-align: center;
}
.ratc-vote-who-inner {
  height: 45px;
  border: 1px solid #e7e7e7;
  background-color: #FFF;
  overflow: hidden;
}
.ratc-vote-who-inner ul {
  padding: 10px 10px 0;
  font-size: 0;
}
.ratc-vote-who-inner li {
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.ratc-vote-who-inner .pf-image {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  vertical-align: middle;
}
.ratc-vote-who-inner .nickname {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.ratc-sign {
  position: relative;
  margin: 20px 0 0;
  padding-right: 45px;
  min-height: 40px;
  text-align: right;
}
.ratc.no-profile .ratc-sign {
  padding-right: 0;
}
.ratc-sign .pf-image {
  position: absolute;
  right: 0;
  bottom: 0;
  vertical-align: bottom;
}
.ratc-sign-nickname {
  margin-bottom: 6px;
  font-weight: bold;
}
.ratc-sign-body {
  display: inline-block;
  position: relative;
  background-color: #f7f7f7;
  text-align: left;
}
.ratc-sign-body::after {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  border: 5px solid transparent;
  border-bottom-color: #f7f7f7;
  border-left-color: #f7f7f7;
  z-index: 1;
}
.ratc-sign-body .rcsc {
  color: #707070;
  word-break: break-all;
}
.ratc-author .pf-image {
  width: 21px;
  height: 21px;
  margin-right: 5px;
  vertical-align: middle;
}
.ratc-author .rmd-inner {
  padding-bottom: 15px !important;
}
.ratc-author .rmd-inner h3 {
  padding: 8px 10px;
  background-color: #efefef;
  border-radius: 5px 5px 0 0;
}
.ratc-author .rmd-inner ul {
  padding: 10px 0 10px 10px;
  width: calc(100% - 10px);
  box-sizing: border-box;
  overflow: hidden;
}
.ratc-author .rmd-inner li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ratc-author .rmd-inner a {
  color: #333;
}
.ratc-author-list {
  background-color: #f7f7f7;
}
.ratc-author-articles {
  margin-bottom: 15px;
}
.ratc-author-articles li {
  display: table-row;
}
.ratc-author-articles li:last-of-type .table-cell,
.ratc-author-articles li:only-of-type .table-cell {
  padding-bottom: 0;
}
.ratc-author-articles .board-name {
  display: inline-block;
  width: 100%;
  padding: 4px 8px 3px;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #eaf3ff !important;
  color: #64a0eb !important;
  text-align: center;
}
.ratc-author-articles .table-cell {
  display: table-cell;
  padding-bottom: 5px;
}
.ratc-author-articles .table-cell:first-of-type {
  width: 1%;
}
.ratc-author-articles .table-cell:last-of-type {
  padding-left: 8px;
  box-sizing: border-box;
}
.ratc-author-comments li {
  margin-bottom: 5px;
}
.ratc-author-comments li:last-of-type,
.ratc-author-comments li:only-of-type {
  margin-bottom: 0;
}
.ratc-author-comments .icon-comment {
  display: inline-block;
  padding: 4px 6px 2px;
  margin-right: 3px;
  border-radius: 3px;
  background-color: #ffefe8 !important;
  color: #eb6d6d !important;
}
.ratc-report .report-content {
  display: none;
}
.ratc-prevnext .desc {
  display: inline-block;
  color: #999999;
  vertical-align: top;
}
.ratc-article-bottom {
  padding: 50px 0;
  text-align: center;
}
.ratc-article-bottom a {
  display: inline-block;
  width: 100%;
  padding: 8px 0 7px;
  box-sizing: border-box;
  border-radius: 5px;
}
.ratc .xe_content a,
.ratc .rhymix_content a {
  text-decoration: underline;
  color: #64a0eb;
}
.ratc .xe_content a:hover,
.ratc .rhymix_content a:hover {
  text-decoration: none;
}
.send-message-form .rmd-inner {
  position: relative;
  padding: 20px 15px;
}
.send-message-form .rmd-inner::before,
.send-message-form .rmd-inner::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: repeating-linear-gradient(45deg,#eb6d6d,#eb6d6d 10px,#FFF 10px,#FFF 20px,#64a0eb 20px,#64a0eb 30px,#FFF 30px,#FFF 40px);
}
.send-message-form .rmd-inner::before {
  top: 0;
}
.send-message-form .rmd-inner::after {
  bottom: 0;
}
.send-message-form input,
.send-message-form textarea {
  margin-top: 5px;
}
.send-message-form .receiver {
  padding-bottom: 10px;
}
.send-message-form .receiver .pf-image {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  vertical-align: middle;
}
.send-message .pf-image {
  background-color: #dcdcdc;
}
.send-message .off {
  display: none;
}
.rcmt {
  margin-top: 20px;
}
.rcmt-title {
  position: relative;
  z-index: 1;
}
.rcmt-title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
  z-index: -1;
}
.rcmt-title h3 {
  display: inline-block;
  padding-right: 10px;
  background-color: #FFF;
  font-weight: normal;
}
.rcmt-title .bt-comment-write {
  position: absolute;
  right: 0;
  top: -2px;
  padding-left: 10px;
  background-color: #FFF;
}
.rcmt-title .bt-comment-write button {
  padding: 3px 0;
  color: #999999;
}
.rcmt-notice {
  position: relative;
  margin-top: 20px;
  border-radius: 5px;
  background-color: #f7f7f7;
}
.rcmt-notice-icon {
  position: absolute;
  left: 15px;
  top: 11px;
}
.rcmt-notice-icon .ric--notice {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-mask-size: 15px 15px;
  mask-size: 15px 15px;
}
.rcmt-message {
  margin: 20px 0 25px;
  padding: 10px 15px;
  border-radius: 5px;
  text-align: center;
  color: #adadad;
}
.rcmt-message-icon {
  margin-right: 5px;
}
.rcmt-message-icon .ric {
  margin-top: -4px;
}
.rcmt-message p {
  display: inline-block;
}
.rcmt-delete .instant-delete {
  margin: 15px 0 -10px;
  text-align: center;
}
.rcmt-delete .rck-bt {
  border-color: #333;
  background-color: #eb6d6d;
}
.rcmt-delete .rck-bt i {
  color: #eb6d6d;
}
.rcmt-delete .rck input:checked + .rck-bt {
  background-color: #333;
}
.rcmt-list .page-line {
  padding: 5px 0;
  margin-top: -1px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  background-color: #fbfbfb;
  color: #999999;
  font-size: 11px;
  text-align: center;
}
.rcmt-list .page-line i {
  font-size: 10px;
  cursor: pointer;
}
.rcmt-paging--prev {
  border-bottom: 1px solid #efefef;
}
.rcmt-paging--next {
  margin-top: -1px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.rcmt-paging .bt-page {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}
.rcmt-paging i {
  font-size: 12px;
}
.rcmt-paging-decimal {
  float: right;
  margin-bottom: -10px;
}
.rcmt-reload {
  margin: 15px 0 -12px;
  text-align: center;
}
.rcmt-reload.position-left {
  float: left;
  margin-top: 20px;
}
.rcmt-reload .bt-reload {
  position: relative;
}
.rcmt-reload .rbt {
  vertical-align: middle;
  margin-top: -2px;
}
.rcmt-reload-alert {
  display: inline-block;
  position: absolute;
  left: 100%;
  top: -2px;
  margin-left: 8px;
  padding: 0 8px;
  height: 24px;
  line-height: 26px;
  border-radius: 3px;
  font-size: 12px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
}
.rcmt-reload-alert.r-active {
  opacity: 1;
}
.rcmt--default .rcmt-message + .rcmt-list-wrap .rcmt-list {
  border-top: 1px solid #efefef;
}
.rcmt--default .rcmt-new--1 .page-line {
  margin-top: 20px;
}
.rcmt--default .best-comment + .rcmt-new--1 .page-line {
  margin-top: 0;
}
.rcmt--default .cmtu {
  border-bottom: 1px solid #efefef;
}
.rcmt--default .cmtu-body {
  margin-top: 10px;
}
.rcmt--default .cmtu-buttons .bt-file {
  position: absolute;
  right: 0;
  bottom: 5px;
}
.rcmt--bubble .rcmt-list {
  padding-top: 10px;
}
.rcmt--bubble .page-line {
  margin-top: 20px;
}
.rcmt--bubble .cmtu {
  margin-top: 15px;
}
.has-profile.rcmt--bubble .cmtu {
  min-height: 30px;
  padding-left: 45px;
}
.rcmt--bubble .cmtu.best-comment .cmtu-content {
  background-color: #fdf0f0;
}
.rcmt--bubble .cmtu.best-comment .cmtu-content::after {
  border-bottom-color: #fdf0f0;
  border-right-color: #fdf0f0;
}
.rcmt--bubble .cmtu-content {
  display: inline-block;
  position: relative;
  padding: 15px 15px 12px;
  box-sizing: border-box;
  border-radius: 10px 10px 10px 0;
  background-color: #f7f7f7;
}
.rcmt--bubble .cmtu-content::after {
  content: '';
  position: absolute;
  right: 100%;
  bottom: 0;
  border: 5px solid transparent;
  border-bottom-color: #f7f7f7;
  border-right-color: #f7f7f7;
}
.rcmt--bubble .cmtu-content:hover .time {
  opacity: 1;
}
.rcmt--bubble .cmtu-profile {
  position: absolute;
  left: -45px;
  bottom: 0;
  height: 30px;
}
.rcmt--bubble .cmtu-header {
  margin-top: 8px;
}
.rcmt--bubble .cmtu-header .date {
  display: inline-block;
  vertical-align: middle;
}
.rcmt--bubble .cmtu-buttons {
  margin-top: 5px;
}
.rcmt--bubble .cmtu-buttons .bt-reply {
  margin-right: 0;
}
.rcmt--bubble .cmtu-buttons .bt-file {
  float: left;
  margin: 1px 15px 0 0;
}
.rcmt--bubble .cmtu-vote {
  float: left;
  margin-right: 15px;
}
.rcmt--bubble .cmtu-vote::after {
  right: -7px;
}
.cmtu {
  position: relative;
}
.cmtu-rank {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 16px;
  line-height: 16px !important;
  border-radius: 3px;
  text-align: center;
  font: 500 11px 'Montserrat';
  color: #333;
}
.cmtu-rank--1 {
  background-color: #D4AF37;
}
.cmtu-rank--2 {
  background-color: #A9A9A9;
}
.cmtu-rank--3 {
  background-color: #B08D55;
}
.cmtu-header>span {
  margin-right: 5px;
  vertical-align: text-bottom;
}
.cmtu-header .nickname {
  font-weight: bold;
  transform: translate3d(0,0,0);
}
.cmtu-header .nickname .ric {
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-mask-size: 13px 13px;
  mask-size: 13px 13px;
  margin-top: -2px;
}
.cmtu-header .text-writer {
  display: inline-block;
  padding: 0 6px;
  line-height: 18px;
  border-radius: 3px;
  background-color: #eaf3ff !important;
  color: #64a0eb !important;
}
.cmtu-header .text-best {
  display: inline-block;
  padding-bottom: 2px;
  text-transform: uppercase;
  font: bold 11px/11px "Trebuchet MS";
  color: #eb6d6d;
}
.cmtu-header .text-best svg {
  margin-top: -2px;
  fill: none;
  stroke: #eb6d6d;
  vertical-align: text-bottom;
}
.cmtu-header .date {
  color: #999999;
  font: 500 11px 'Montserrat';
}
.cmtu-header .ip-add,
.cmtu-header .ip-add a {
  color: #999999;
}
.cmtu-deleted {
  color: #999999;
}
.cmtu-parent {
  display: inline-block;
  margin: -2px 0 8px;
  color: #999999;
  vertical-align: middle;
}
.cmtu-parent i {
  font-size: 10px;
}
.cmtu-spoiler {
  min-width: 216px;
}
.cmtu-secret,
.cmtu-secret a {
  color: #999999;
}
.cmtu-secret-guest {
  display: inline-block;
  margin-left: 5px;
}
.cmtu-secret-guest .rip {
  width: 120px;
  margin-right: 3px;
}
.cmtu-buttons {
  position: relative;
}
.cmtu-buttons .bt {
  display: inline-block;
  padding: 0 6px;
  margin-right: 3px;
  line-height: 22px;
  border-radius: 3px;
  color: #999999;
}
.cmtu-buttons .bt .ric {
  background-color: #999999;
}
.cmtu-buttons .bt-file {
  display: inline-block;
  padding: 3px 5px;
  margin: -5px 0 -3px;
  border-radius: 3px;
  background-color: #64a0eb;
  color: #FFF;
  transition-property: color;
  transition-duration: 0.3s;
  font-size: 11px;
  line-height: 1.0em;
  vertical-align: middle;
}
.cmtu-buttons .bt-file i {
  font-size: 10px;
  margin-top: -4px;
}
.cmtu-vote {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.cmtu-vote::after {
  content: '';
  position: absolute;
  top: 6px;
  width: 1px;
  height: 10px;
  background-color: #dcdcdc;
}
.cmtu-vote .ric {
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-mask-size: 13px 13px;
  mask-size: 13px 13px;
  margin-top: 4px;
  padding-bottom: 2px;
  vertical-align: top;
}
.cmtu-vote .bt-vote--up.my-vote {
  color: #eb6d6d !important;
}
.cmtu-vote .bt-vote--up.my-vote .ric {
  background-color: #eb6d6d !important;
}
.cmtu-vote .bt-vote--down.my-vote {
  color: #64a0eb !important;
}
.cmtu-vote .bt-vote--down.my-vote .ric {
  background-color: #64a0eb !important;
}
.cmtu-vote .count {
  vertical-align: top;
  font-weight: 500;
}
.cmtw {
  margin-top: 25px;
}
textarea.cmtw-textarea {
  height: 36px;
  padding: 8px 10px;
  line-height: 1.4em;
  overflow: hidden;
  resize: none;
}
.cmtw-bottom-options {
  float: left;
  padding-top: 10px;
}
.cmtw-bottom-options .bt-editor {
  margin-right: 8px;
}
.cmtw-bottom-options .rck-svg {
  margin-right: 8px;
}
.cmtw-bottom-buttons {
  float: right;
  padding-top: 5px;
}
.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: #f7f7f7;
}
.cmtw-stk-pack>ul>li {
  display: inline-block;
  margin: 0 5px 5px 0;
  vertical-align: middle;
  text-align: center;
}
.cmtw-stk-pack>ul>li a {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  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: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #eb6d6d;
}
.cmtw-stk-pack>ul>li.on a {
  opacity: 1;
}
.cmtw-stk-pack div>img {
  object-fit: cover;
  border-radius: 50%;
}
.cmtw-stk-pack .bt-prevnext {
  display: inline-block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #FFF;
  border-radius: 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;
  color: #999999;
  text-align: center;
}
.cmtw-stk-pack .bt-prevnext .rbb {
  display: inline-block;
}
.cmtw-stk-pack .rbb-txt {
  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;
}
.cmtw--reply {
  display: none;
  margin-top: 10px;
}
.rcmt.has-profile .cmtw--reply {
  padding-left: 0 !important;
}
.cmtw--reply .cmtw-form {
  height: 0;
  overflow: hidden;
}
.rcf {
  margin-top: 0;
}
.rcf.rcmt--default .cmtu {
  border-top: 1px solid #efefef;
}
.rcf-atc-title {
  padding-top: 12px !important;
  border-top: 1px solid #efefef;
  font-size: 16px;
  font-weight: bold;
}
.rcf-atc-nickname {
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  background-color: #f7f7f7;
}
.rcf-atc-nickname .pf-image {
  width: 21px;
  height: 21px;
  margin: -5px 3px -3px 0;
  vertical-align: middle;
}
.rcf-atc-summary {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.5em;
}
.rbw {
  position: relative;
}
.rbw .point-star {
  color: #eb6d6d !important;
  font-size: 11px !important;
}
.rbw-ip {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  box-shadow: 0 0 0 0 transparent;
  background-color: transparent;
  color: #333;
}
.rbw-ip:focus {
  border: 1px solid #dcdcdc;
  box-shadow: 0 0 0 3px #efefef;
}
.rbw-notice {
  position: relative;
  padding: 10px 15px 10px 40px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #f7f7f7;
}
.rbw-notice-icon {
  position: absolute;
  left: 15px;
  top: 10px;
}
.rbw-notice-icon .ric--notice {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-mask-size: 15px 15px;
  mask-size: 15px 15px;
}
.rbw-admin {
  padding-top: 10px;
}
.rbw-admin-notice {
  float: left;
}
.rbw-admin-notice label {
  margin-left: 5px;
}
.rbw-admin-color {
  float: right;
}
.rbw-category {
  margin-bottom: 10px;
}
.rbw-category-list {
  display: none;
  padding-top: 3px;
}
.rbw-category-list .ct-bt {
  display: inline-block;
  margin: 7px 5px 0 0;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  background-color: #FFF;
  box-sizing: border-box;
  font-size: 13px;
  color: #707070;
}
.font--nt .rbw-category-list .ct-bt,
.font--ng2 .rbw-category-list .ct-bt {
  line-height: 30px;
}
.rbw-category-list .ct-bt.selected {
  background-color: #333;
  border-color: #333;
  color: #FFF;
}
.rbw-category-list .ct-bt.disabled {
  background-color: #f7f7f7;
  cursor: pointer;
}
.rbw-category-bt {
  color: #707070;
}
.rbw-category-bt i {
  font-size: 12px;
  color: #999999;
}
.rbw-board {
  padding-bottom: 10px;
}
.rbw-board-ck {
  display: inline-block;
  cursor: pointer;
}
.rbw-board-ck input {
  position: absolute;
  opacity: 0;
}
input:checked + .rbw-board-ck-bt {
  background-color: #333;
  border-color: #333;
  color: #FFF;
}
.rbw-board-ck-bt,
button.rbw-board-ck-bt {
  display: inline-block;
  margin: 7px 5px 0 0;
  padding: 0 10px;
  height: 32px;
  line-height: 30px;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  background-color: #FFF;
  box-sizing: border-box;
  font-size: 13px;
  color: #707070;
  overflow: hidden;
}
.rbw-board-ck-bt.disabled,
button.rbw-board-ck-bt.disabled {
  background-color: #f7f7f7;
}
.rbw-board-category,
.rbw-board-extra {
  display: none;
}
.rbw-title-wrap {
  position: relative;
}
.rbw-content {
  margin-top: 25px;
}
.rbw-content-textarea .rbw-ip {
  height: 200px;
  padding: 15px;
  line-height: 1.5em;
}
.rbw-extra {
  margin-top: 25px;
}
.rbw-extra h3 {
  visibility: hidden;
  width: 0;
  height: 0;
}
.rbw-extra>ul {
  display: table;
  width: 100%;
  font-size: 13px;
}
.rbw-extra>ul>li {
  display: table-row;
}
.rbw-extra>ul>li:hover .extra-th>span::after {
  background-color: #deeffe;
}
.rbw-extra .extra-th {
  display: table-cell;
  position: relative;
  padding: 10px 15px 15px;
  text-align: right;
  z-index: 1;
}
.rbw-extra .extra-th>span::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 5px);
  border-radius: 5px;
  background-color: #f7f7f7;
  transition-property: background-color;
  transition-duration: 0.3s;
  z-index: -1;
}
.rbw-extra .extra-td {
  display: table-cell;
  width: calc(100% - 180px);
  box-sizing: border-box;
  padding-left: 5px;
  vertical-align: top;
}
.rbw-extra .extra-td .rip {
  width: 100%;
}
.rbw-extra .extra-td .rip.tel {
  width: 60px;
  margin-right: 2px;
  font-family: 'Montserrat';
}
.rbw-extra .extra-td>ul {
  padding-bottom: 12px;
}
.rbw-extra .extra-td>ul>li {
  display: inline-block;
  margin: 10px 10px 0 0;
}
.rbw-extra .extra-td>ul>li:last-of-type {
  margin-right: 0;
}
.rbw-extra .extra-td>ul>li label {
  cursor: pointer;
}
.rbw-extra .extra-td>p {
  display: inline-block;
  padding: 10px 0;
  font-size: 12px;
  color: #999999;
}
.rbw-extra .extra-td>p::before {
  content: '- ';
}
.rbw-tags {
  margin-top: 25px;
}
.rbw-options {
  margin-top: 25px;
  text-align: right;
}
.rbw-bt-area {
  padding-top: 25px;
  text-align: right;
}
.rbw-bt-area button {
  margin-left: 5px;
  font-size: 13px;
}
.rbw-bt-area-left button {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.board-header {
  padding-bottom: 20px;
}
.board-title {
  display: inline-block;
  font-size: 18px;
}
.board-desc {
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
}
.list-category--dropdown {
  margin-bottom: 10px;
}
.list-category--dropdown .bt-category {
  font-size: 12px;
}
.list-category--inline {
  float: left;
  margin-bottom: 5px;
  font-size: 13px;
}
.list-category--inline>ul>li {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.list-category--inline>ul>li>a {
  display: inline-block;
  height: 30px;
  line-height: 32px;
  padding: 0 10px;
  margin-bottom: 5px;
  border-radius: 5px;
  background-color: #f7f7f7;
  color: #999999;
}
.font--nt .list-category--inline>ul>li>a,
.font--ng2 .list-category--inline>ul>li>a {
  line-height: 30px;
}
.list-category--inline>ul>li>a:hover {
  color: #333;
}
.list-category--inline>ul>li>a.r-active {
  color: #333;
  font-weight: bold;
}
.list-category--inline>ul>li:hover>ul {
  display: block;
}
.list-category--inline>ul>li>ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 100%;
  padding: 5px 0;
  background-color: #333;
  border-radius: 5px;
  white-space: nowrap;
  z-index: 20;
}
.list-category--inline>ul>li>ul>li a {
  display: inline-block;
  padding: 5px 10px;
  color: #c2c2c2;
}
.list-category--inline>ul>li>ul>li a:hover,
.list-category--inline>ul>li>ul>li a.r-active {
  color: #FFF;
}
.list-category--inline .category-icon {
  margin-right: 5px;
}
.list-category--inline .category-icon-box {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 5px 0 -10px;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
}
.list-category--inline .category-icon-box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.85);
}
.list-category--inline .category-icon-box i {
  position: relative;
  z-index: 1;
}
.list-category--inline .icon-arrow {
  margin-left: 2px;
  font-size: 10px;
}
.list-category .txt-en {
  font: 500 11px 'Montserrat';
}
.best_articles {
  position: relative;
  margin-bottom: 15px;
  border-radius: 15px;
}
.custom_code.board_top .best_articles {
  margin-bottom: 0;
}
.best_articles::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
}
.best_articles>div {
  padding: 25px;
  width: 50%;
  vertical-align: top;
}
.lu {
  transition-property: background-color;
  transition-duration: 0.3s;
}
.lu-profile {
  width: 19px !important;
  height: 19px !important;
  margin: -4px 2px -4px 0;
}
.lu-declared-count {
  font-size: 13px;
}
.has-timeline-color .lu-board {
  padding: 4px 6px;
}
.font--ng2 .has-timeline-color .lu-board {
  padding: 5px 6px 3px;
}
.lu-info i {
  font-size: 11px;
}
.lnu {
  padding: 10px 85px 8px 50px;
}
.font--ng2 .lnu {
  padding-top: 9px;
}
.font--nt .lnu {
  padding-top: 8px;
  padding-bottom: 9px;
}
.lnu-txt {
  left: 15px;
  top: 15px;
  font-size: 11px;
  line-height: 12px;
}
.font--ng2 .lnu-txt {
  top: 14px;
}
.font--nt .lnu-txt {
  top: 12px;
}
.lnu-title {
  font-size: 14px;
  line-height: 150%;
}
.lnu-date {
  position: absolute;
  right: 15px;
  top: 13px;
  width: 60px;
  text-align: right;
  font: 500 11px 'Montserrat';
  color: #999999;
}
.lnu-date .date-msover-time {
  text-align: right;
}
.lnu-fold {
  font-size: 13px;
}
.rb.has-box .lnu-fold.unfolded {
  border-top: 1px solid #e7e7e7;
}
.ldd.no-notice {
  border-top: 1px solid #efefef;
}
.rb.has-box .ldd {
  background-color: #FFF;
  border-radius: 10px;
}
.rb.has-box .ldd.has-notice {
  margin-top: 2px;
}
.lddu {
  position: relative;
  padding: 14px 15px 15px;
  border-bottom: 1px solid #efefef;
  font-size: 14px;
}
.rb.has-box .lddu:first-of-type {
  border-radius: 10px 10px 0 0;
}
.rb.has-box .lddu:last-of-type {
  border-radius: 0 0 10px 10px;
}
.lddu:hover {
  background-color: #fbfbfb;
}
.lddu-thumbnail {
  position: relative;
  margin-right: 15px;
  overflow: hidden;
  vertical-align: top;
}
.lddu-thumbnail::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0,0,0,0.15);
  box-sizing: border-box;
  z-index: 1;
}
.lddu-body {
  position: relative;
}
.lddu-body-wrap {
  display: inline-block;
  transition-property: width;
  transition-duration: 0.3s;
  vertical-align: top;
}
.lddu-category {
  margin-right: 5px;
  font-size: 1.05em;
  line-height: 1.4em;
}
.lddu-title {
  font-size: 1.14em;
  line-height: 1.4em;
}
.lddu-info {
  margin-top: 5px;
  font-size: 0.9em;
}
.lddu-info i {
  font-size: 11px;
  color: #adadad;
}
.lddu-info-category {
  position: relative;
  margin-right: 30px !important;
}
.lddu-info-category::after {
  content: '';
  position: absolute;
  right: -15px;
  top: 3px;
  width: 1px;
  height: 10px;
  background-color: #dcdcdc;
}
.lddu-info .last-update {
  margin: -3px 0 -3px 10px;
}
.lddu-info .lu-board {
  margin-top: 0;
}
.lddu-info .lu-board:hover {
  text-decoration: underline;
}
.lddu-update {
  position: absolute;
  right: 0;
  bottom: 0;
}
.rb .lddu-update {
  color: #c2c2c2;
}
.lddu-update .txt-en {
  margin-right: 5px;
}
.lddu-summary {
  margin-top: 12px;
}
.lddu-summary + .lddu-info {
  margin-top: 15px;
}
.lddu-extra {
  margin-top: 12px;
}
.lddu-extra th {
  width: 150px;
}
.lddu2-vote {
  width: 45px;
}
.ldt {
  border-collapse: collapse;
  border-top: 1px solid #efefef;
  font-size: 14px;
  line-height: 1.4em;
}
.rb.has-box .ldt {
  border-top: none;
  background-color: #FFF;
  border-radius: 10px;
}
.ldt tr {
  border-bottom: 1px solid #efefef;
}
.rb.has-box .ldt tr:last-of-type {
  border-bottom: none;
}
.ldt th {
  padding: 7px 5px;
  font-size: 11px;
  line-height: 1.0em;
  white-space: nowrap;
}
.rb.has-box .ldt th {
  padding: 10px 5px;
}
.ldt td {
  width: 1%;
  padding: 10px 10px 9px;
  text-align: center;
  white-space: nowrap;
}
.font--nt .ldt td {
  padding-top: 8px;
}
.ldt.has-timeline-color .lu-board {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.ldt .ldtu {
  transition-property: background-color;
  transition-duration: 0.3s;
}
.ldt .ldtu:hover {
  background-color: #fbfbfb;
}
.ldt .ldtu:hover .lu-icon--image {
  background-color: #92cafa;
}
.ldt .ldtu:hover .lu-icon--file {
  background-color: #64a0eb;
}
.ldt .ldtu:hover .lu-icon--youtube {
  background-color: #eb6d6d;
}
.ldt .ldtu-notice-text {
  font-size: 11px;
}
.ldt .ldtu-left {
  text-align: left;
}
.ldt .ldtu-right {
  text-align: right;
}
.ldt .ldtu-icon-wrap {
  display: inline-block;
  margin: 0 5px -2px 0;
  vertical-align: middle;
}
.ldt .ldtu-category {
  display: inline-block;
  font-size: 12px;
}
.ldt .ldtu-check {
  text-align: center;
}
.ldt .ldtu-check.r-active {
  width: 30px;
}
.ldt .ldtu-title {
  font-size: 1.0em;
  line-height: 1.5em;
}
.ldt .ldtu-title-wrap {
  display: inline-block;
  width: calc(100% - 25px);
  vertical-align: middle;
  word-break: break-all;
  white-space: normal;
}
.ldt .ldtu-title-wrap .ldtu-category {
  margin: -1px 5px 0 0;
  vertical-align: middle;
}
.ldt .ldtu-title-wrap .ldtu-notice-text {
  display: inline-block;
  margin: -1px 5px 0 0;
  vertical-align: middle;
  color: #999999;
}
.font--nt .ldt .ldtu-title-wrap .ldtu-notice-text {
  margin-top: -3px;
}
.ldt .ldtu-extra {
  margin-top: 2px;
}
.ldt .ldtu-extra th {
  width: 150px;
  padding: 0;
  font-size: 12px;
}
.ldt .ldtu-extra td {
  width: auto;
  padding: 0;
  font-size: 12px;
  text-align: left;
  white-space: normal;
}
.ldt .ldtu-nickname {
  font-size: 0.9em;
}
.ldt .ldtu-update .lu-update-nickname {
  margin-right: 10px;
  vertical-align: middle;
}
.ldt .ldtu-update .lu-update-date {
  margin: -4px 0 -2px 0;
}
.ldt .ldtu-comment2 {
  color: #999999;
}
.ldt .ldtu-comment2.has-comment {
  color: #333;
}
.ldt .ldtu-vote {
  color: #999999;
}
.ldt .ldtu-vote.has-vote {
  color: #333;
}
.ldt .ldtu-vote.has-vote .ric--vote-up {
  background-color: #333;
}
.ldt .ldtu-blame {
  color: #999999;
}
.ldt .ldtu-blame.has-blame {
  color: #333;
}
.ldt .ldtu-blame.has-blame .ric--vote-down {
  background-color: #333;
}
.ldt .ldtu td.txt-en {
  font: 500 11px 'Montserrat';
}
.ldt .ldtu .pf-image {
  width: 17px !important;
  height: 17px !important;
}
.ldt .ldtu .pf-image span {
  -webkit-mask-position: 4px 120%;
  mask-position: 4px 120%;
}
.ldt .ldtu .lu-icon {
  margin-left: 0;
}
.ldt .ldtu .lu-icon-secret {
  margin-right: 3px;
}
.ldt .ldtu .ric {
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-mask-size: 12px 12px;
  mask-size: 12px 12px;
  background-color: #adadad;
  margin-top: -3px;
}
.ldt .lnu {
  border-bottom-color: #e7e7e7;
  position: static;
}
.nc-y .ldt .lnu {
  border-bottom-color: #f2f0e0;
}
.nc-g .ldt .lnu {
  border-bottom-color: #e9f0ed;
}
.ldt .lnu:hover {
  background-color: #f7f7f7;
}
.nc-y .ldt .lnu:hover {
  background-color: #fffdec;
}
.nc-g .ldt .lnu:hover {
  background-color: #f5fdf9;
}
.ldt .lnu-fold {
  background-color: #f7f7f7;
  border-bottom-color: #e7e7e7;
  position: static;
}
.nc-y .ldt .lnu-fold {
  background-color: #fffdec;
}
.nc-g .ldt .lnu-fold {
  background-color: #f5fdf9;
}
.ldt .lnu-fold td {
  padding: 7px 10px;
  font-size: 12px;
}
.ldt .lnu-fold .rck {
  position: static;
}
.ldt .lnu-toggle {
  border-bottom-color: #e7e7e7;
  position: static;
}
.ldt .lnu-toggle td {
  padding: 0;
  background-color: #f7f7f7;
}
.nc-y .ldt .lnu-toggle td {
  background-color: #fffdec;
}
.nc-g .ldt .lnu-toggle td {
  background-color: #f5fdf9;
}
.ldt .lnu-toggle td button {
  padding-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .ldt th.m-hided,
  .ldt td.m-hided {
    display: none;
  }
}
.ldg {
  padding-bottom: 15px;
}
.ldg.has-notice {
  padding-top: 25px;
}
.ldgu {
  font-size: 14px;
}
.rb.has-box .ldgu {
  border-radius: 15px;
  background-color: #FFF;
}
.ldgu-thumbnail {
  border-radius: 15px;
}
.rb.has-box .ldgu-thumbnail {
  border-radius: 15px 15px 0 0;
}
.ldgu-category.up-title {
  margin-bottom: 5px;
  font-size: 12px;
}
.ldgu-info {
  margin-top: 10px;
  font-size: 0.9em;
}
.ldgu-nickname {
  margin-top: 5px;
  font-size: 0.9em;
}
.ldgu-extra {
  margin-top: 12px;
}
.ldgu-extra th {
  width: 80px;
}
.rb.has-box .ldg.it--showed .ldgu-body {
  padding: 12px;
}
.ldg.it--hided .ldgu-body {
  padding: 15px;
}
.ldg.it--hided .ldgu-info {
  margin-top: 7px;
}
.ldg.it--hided .ldgu-nickname {
  bottom: 12px;
  left: 15px;
}
.ldg.it--hided .ldgu.has-thumbnail .ldgu-nickname {
  padding: 12px 15px;
}
@media screen and (max-width: 800px) {
  .ldgu {
    width: calc(50% - 12.5px) !important;
    margin-right: 25px !important;
  }
  .ldgu:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
.rb.has-box .ldw {
  padding: 0 20px;
  background-color: #FFF;
  border-radius: 10px;
}
.rb.has-box .ldw.has-notice {
  margin-top: 2px;
}
.ldw>ul {
  position: relative;
  border-bottom: 1px solid #efefef;
}
.ldw>ul::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #efefef;
}
.ldwu {
  display: inline-block;
  position: static;
  width: calc(50% - 20px);
  box-sizing: border-box;
  vertical-align: top;
  font-size: 14px;
}
.ldwu:nth-child(2n-1) {
  margin-right: 40px;
}
.ldwu:nth-child(2n-1)::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #efefef;
}
.ldw.has-notice .ldwu:first-child::before {
  content: none;
}
.ldwu-info {
  margin-top: 10px;
  font-size: 0.9em;
}
.ldwu-info>span {
  margin-top: 5px;
}
.ldwu.has-summary .ldwu-info {
  margin-top: 12px;
}
.ldwu-info2 {
  font-size: 0.95em;
}
.font--nt .ldwu .lu-icon-secret {
  margin-top: -6px;
}
@media screen and (max-width: 700px) {
  .ldw>ul::after {
    content: none;
  }
  .ldwu {
    width: 100%;
    border-bottom: 1px solid #efefef;
  }
  .ldwu:nth-child(2n-1) {
    margin-right: 0;
  }
  .ldwu:nth-child(2n-1)::before {
    content: none;
  }
}
.has-notice.ldwt {
  padding-top: 15px;
}
.ldwtu {
  display: inline-block;
  width: calc(50% - 7.5px);
  font-size: 14px;
}
.rb.has-box .ldwtu {
  background-color: #FFF;
}
.rb.has-box .ldwtu-thumbnail-wrap {
  border-color: #EEE;
  background-color: #EEE;
}
.rb.has-box .ldwtu-thumbnail-wrap .tlt,
.rb.has-box .ldwtu-thumbnail-wrap .trb {
  background-color: #EEE;
}
.ldwtu-info {
  font-size: 0.9em;
}
.ldwtu-info2 {
  font-size: 0.95em;
}
.rb.has-box .ldwtu-info2-category::before {
  background-color: rgba(247,247,247,0.8);
}
@media screen and (max-width: 700px) {
  .ldwtu {
    width: 100%;
  }
}
.rb.has-box .ldb.has-notice {
  margin-top: 15px;
}
.ldbu {
  padding: 25px 15px;
}
.rb.has-box .ldbu {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #FFF;
  border-radius: 10px;
  border-bottom: none;
}
.rb.has-box .ldbu:last-of-type {
  margin-bottom: 0;
}
.ldbu-info {
  margin-bottom: 8px;
  font-size: 13px;
}
.ldbu-info .txt-en {
  font-size: 12px;
  font-weight: 400;
}
.ldbu-title {
  font-size: 18px;
  line-height: 1.4em;
}
.ldbu-image {
  max-height: 500px;
}
.ldbu-image img {
  max-height: 500px;
}
.ldbu-slide {
  height: 500px;
}
.ldbu-slide>ul>li {
  line-height: 500px;
}
.ldbu-slide .bt-page {
  opacity: 0;
  transition-property: left, right, opacity;
  transition-duration: 0.3s;
}
.ldbu-slide .bt-page-prev {
  left: 25px;
}
.ldbu-slide .bt-page-next {
  right: 25px;
}
.ldbu-slide:hover .bt-page {
  opacity: 1;
}
.ldbu-slide:hover .bt-page-prev {
  left: 10px;
}
.ldbu-slide:hover .bt-page-next {
  right: 10px;
}
.ldbu-summary {
  font-size: 15px;
  line-height: 1.5em;
}
.ldbu-content .xe_content,
.ldbu-content .xe_content p,
.ldbu-content .rhymix_content,
.ldbu-content .rhymix_content p {
  font-size: 15px;
  line-height: 1.6em;
}
.ldbu-text {
  max-height: 400px;
}
.ldbu-bottom-vote .bt-vote {
  font-size: 13px;
}
.ldbu-bottom-nickname {
  bottom: 0;
}
@-moz-document url-prefix() {
  .font--ng2 .cmtu-header .nickname,
  .font--ng2 .ratc-sign-nickname,
  .font--ng2 .list-category--inline>ul>li>a.r-active,
  .font--ng2 .ldt th {
    font-family: 'NEXON Lv2 Gothic OTF Medium', 'NEXON Lv2 Gothic Medium';
    font-weight: normal;
  }
}
.rb.has-box .ratc {
  padding: 0 15px 15px;
  margin-bottom: 10px;
  background-color: #FFF;
  border-radius: 10px;
}
.ratc-header {
  padding-top: 11px;
  border-top: 1px solid #efefef;
}
.rb.has-box .ratc-header {
  border-top: none;
}
.ratc-header h1 {
  font-size: 18px;
  line-height: 1.4em;
}
.ratc-category {
  font-size: 13px;
}
.ratc-info {
  padding: 12px 15px;
  font-size: 13px;
}
.rb.has-box .ratc-info {
  margin: 10px -15px 0;
  border-radius: 0;
}
.ratc-info-left .pf-image {
  width: 21px;
  height: 21px;
  margin: -5px 3px -3px 0;
  vertical-align: middle;
}
.ratc-info-left .article-nickname {
  margin-right: 5px;
}
.ratc-info-left .article-ip {
  font-size: 12px;
}
.ratc-info-left .article-ip,
.ratc-info-left .article-ip a {
  color: #999999;
}
.ratc-info-left .rbt--linebox {
  margin: -3px 0;
}
.ratc-info-right {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 12px;
}
.ratc-info-right>span {
  margin-left: 10px;
}
.ratc-info-right .bt-article-file {
  padding: 3px 5px;
}
.ratc-ctrl a {
  padding: 2px 5px 4px;
}
.ratc-extra {
  font-size: 13px;
  line-height: 1.0em;
}
.ratc-extra th {
  width: 150px;
}
.ratc-extra td,
.ratc-extra th {
  padding: 13px 15px;
}
.ratc-extra-rating {
  font-size: 18px;
}
.ratc-extra-rating .txt-en {
  font-size: 16px;
}
.ratc-content .txt-member-only {
  font-size: 12px;
}
.ratc-content .xe_content,
.ratc-content .rhymix_content,
.ratc-content .xe_content p,
.ratc-content .rhymix_content p {
  font-size: 15px;
  line-height: 1.7em;
}
.ratc-buttons-vote .bt-vote {
  font-size: 13px;
}
.ratc-buttons-vote .bt-vote-icon {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  padding-top: 11px;
}
.ratc-vote-who-inner li {
  width: 12.5%;
}
.ratc-vote-who-inner .nickname {
  width: calc(100% - 30px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ratc-sign {
  animation-duration: 0.6s;
  animation-name: fadeIn;
}
.ratc-sign-nickname {
  font-size: 14px;
}
.ratc-sign-body {
  padding: 20px 25px;
  border-radius: 30px 30px 0 30px;
}
.ratc-sign-body .rcsc {
  max-height: 65px;
  font-size: 14px;
  line-height: 1.5em;
}
.ratc-sign-body .lb-content>div {
  max-height: none !important;
}
.ratc-author .rmd-inner {
  font-size: 13px;
}
.ratc-author .rmd-inner h3 {
  font-size: 13px;
}
.ratc-author-articles .board-name {
  font-size: 11px;
  line-height: 1.0em;
}
.ratc-author-comments .icon-comment {
  font-size: 11px;
  line-height: 1.0em;
}
.ratc-prevnext {
  margin-top: 20px;
}
.ratc-prevnext-bt {
  display: inline-block;
}
.ratc-prevnext-bt--prev {
  float: left;
}
.ratc-prevnext-bt--prev .desc {
  margin-right: 5px;
}
.ratc-prevnext-bt--next {
  float: right;
  text-align: right;
}
.ratc-prevnext-bt--next .desc {
  margin-left: 5px;
}
.ratc-prevnext-bt a:hover {
  text-decoration: underline;
}
.ratc-prevnext .desc {
  font-size: 12px;
}
.ratc-article-bottom a {
  background-color: transparent;
  transition-property: background-color;
}
.ratc-article-bottom a:hover {
  background-color: #f7f7f7;
}
@media screen and (max-width: 600px) {
  .ratc-prevnext {
    margin-top: 20px;
  }
  .ratc-prevnext-bt {
    display: block;
  }
  .ratc-prevnext-bt--prev {
    float: none;
  }
  .ratc-prevnext-bt--prev .desc {
    margin-right: 0;
  }
  .ratc-prevnext-bt--next {
    float: none;
    margin-top: 8px;
    text-align: left;
  }
  .ratc-prevnext-bt--next .desc {
    float: left;
    margin-left: 0;
    margin-right: 3px;
  }
}
.send-message-form .receiver .nickname {
  font-size: 12px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.rcmt-title h3 {
  font-size: 14px;
}
.rcmt-notice {
  padding: 10px 15px 10px 40px;
  font-size: 13px;
  line-height: 1.4em;
}
.rcmt-paging .bt-page {
  font-size: 13px;
}
.font--ng2 .rcmt-reload-alert {
  line-height: 24px;
}
.rcmt--default .cmtu {
  padding: 20px 10px 15px;
}
.has-profile.rcmt--default .cmtu {
  min-height: 30px;
  padding-left: 55px;
}
.rcmt--default .cmtu-profile {
  position: absolute;
  left: 10px;
  top: 20px;
}
.rcmt--default .cmtu-header-buttons {
  display: inline-block;
  margin-bottom: -4px;
}
.rcmt--default .cmtu-header-buttons .bt-extra {
  padding: 0 5px;
  height: 17px;
  border-radius: 5px;
  background-color: #f7f7f7;
}
.rcmt--default .cmtu-header-buttons .bt-extra .ric {
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-mask-size: 13px 13px;
  mask-size: 13px 13px;
  background-color: #999999;
  margin-top: 1px;
  vertical-align: top;
}
.rcmt--default .cmtu-header-buttons .bt-extra:hover .ric {
  background-color: #333;
}
.rcmt--default .cmtu-header-buttons .bt-extra.opened {
  border-radius: 5px 0 0 5px;
}
.rcmt--default .cmtu-ctrl {
  position: absolute;
  right: 10px;
  top: 20px;
}
.rcmt--default .cmtu-buttons {
  margin: 10px 0 0 -6px;
}
.rcmt--default .cmtu-vote {
  margin-left: 15px;
}
.rcmt--default .cmtu-vote::after {
  left: -12px;
}
.rcmt--bubble .cmtu-header .nickname {
  font-size: 13px;
}
.rcmt--bubble .cmtu-ctrl {
  position: absolute;
  left: 100%;
  top: 0;
  white-space: nowrap;
}
.rcmt--bubble .cmtu-content {
  max-width: calc(100% - 85px);
}
.cmtu--reply {
  margin-left: 405px;
}
.cmtu--reply1 {
  margin-left: 45px;
}
.cmtu--reply2 {
  margin-left: 90px;
}
.cmtu--reply3 {
  margin-left: 135px;
}
.cmtu--reply4 {
  margin-left: 180px;
}
.cmtu--reply5 {
  margin-left: 225px;
}
.cmtu--reply6 {
  margin-left: 270px;
}
.cmtu--reply7 {
  margin-left: 315px;
}
.cmtu--reply8 {
  margin-left: 360px;
}
.cmtu-header .text-writer {
  font-size: 10px;
}
.cmtu-header .ip-add {
  font-size: 12px;
}
.cmtu-ctrl {
  font-size: 12px;
}
.cmtu-ctrl a {
  margin-left: 5px;
  color: #d1e3f9;
}
.cmtu-ctrl a.bt-report {
  color: #dcdcdc;
}
.cmtu-ctrl a:hover {
  text-decoration: underline;
}
.cmtu-content:hover .cmtu-ctrl a {
  color: #64a0eb;
}
.cmtu-content:hover .cmtu-ctrl a.bt-report {
  color: #999999;
}
.cmtu-deleted {
  font-size: 14px !important;
}
.cmtu-deleted i {
  font-size: 16px;
}
.cmtu-parent {
  font-size: 12px;
}
.cmtu-body .xe_content,
.cmtu-body .rhymix_content,
.cmtu-body .xe_content p,
.cmtu-body .rhymix_content p {
  font-size: 14px;
  line-height: 1.5em;
}
.cmtu-secret {
  font-size: 14px;
  line-height: 1.5em;
}
.cmtu-buttons .bt {
  font-size: 13px;
}
.cmtu-buttons .bt:hover {
  color: #333;
}
.cmtu-buttons .bt:hover .ric {
  background-color: #333;
}
.font--ng2 .cmtu-buttons .bt-file {
  padding-top: 4px;
}
.cmtu-vote .count {
  font-size: 12px;
}
@media screen and (max-width: 800px) {
  .cmtu--reply {
    margin-left: 270px;
  }
  .cmtu--reply1 {
    margin-left: 45px;
  }
  .cmtu--reply2 {
    margin-left: 90px;
  }
  .cmtu--reply3 {
    margin-left: 135px;
  }
  .cmtu--reply4 {
    margin-left: 180px;
  }
  .cmtu--reply5 {
    margin-left: 225px;
  }
  .cmtu--reply6 {
    margin-left: 270px;
  }
  .cmtu--reply7 {
    margin-left: 270px;
  }
  .cmtu--reply8 {
    margin-left: 270px;
  }
}
@media screen and (max-width: 700px) {
  .cmtu--reply {
    margin-left: 180px;
  }
  .cmtu--reply1 {
    margin-left: 45px;
  }
  .cmtu--reply2 {
    margin-left: 90px;
  }
  .cmtu--reply3 {
    margin-left: 135px;
  }
  .cmtu--reply4 {
    margin-left: 180px;
  }
  .cmtu--reply5 {
    margin-left: 180px;
  }
  .cmtu--reply6 {
    margin-left: 180px;
  }
  .cmtu--reply7 {
    margin-left: 180px;
  }
  .cmtu--reply8 {
    margin-left: 180px;
  }
}
@media screen and (max-width: 600px) {
  .cmtu--reply {
    margin-left: 45px !important;
  }
}
.rcmt.has-profile .cmtw {
  position: relative;
  padding-left: 45px;
}
.rcmt.has-profile .cmtw .rcmt-message {
  margin-left: -45px;
}
.cmtw .pf-image {
  position: absolute;
  left: 0;
  top: 3px;
}
.cmtw-bottom-options .bt-editor {
  font-size: 12px;
}
.cmtw-stk-pack {
  padding: 10px 60px 5px;
  border-radius: 30px;
}
.cmtw-stk-pack>ul>li {
  height: 40px;
}
.cmtw-stk-pack>ul>li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition-property: opacity;
  transition-duration: 0.3s;
}
.cmtw-stk-pack>ul>li a:hover {
  opacity: 1;
}
.cmtw-stk-pack div>img {
  width: 40px;
  height: 40px;
}
.cmtw-stk-pack .bt-prevnext a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.cmtw-stk-pack .bt-prevnext a:hover {
  color: #333;
}
.cmtw-stk-pack .bt-prevnext .rbb {
  width: 40px;
  height: 40px;
}
.cmtw-stk-pack a svg {
  width: 22px;
  margin-top: 8px;
}
.cmtw-stk-body>ul>li {
  margin: 15px 7.5px 0 7.5px;
}
.cmtw-stk-body>ul>li a {
  width: 80px;
  height: 80px;
}
.cmtw-user-info .rip {
  width: 150px;
}
.rbw-ip {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-radius: 10px;
  font-size: 16px !important;
}
.r-lightmode .rbw-ip {
  background-color: rgba(255,255,255,0.35);
}
.r-darkmode .rbw-ip {
  background-color: rgba(0,0,0,0.35);
}
.rbw-notice {
  font-size: 13px;
  line-height: 1.5em;
}
.rbw-admin-bold {
  display: inline-block;
  height: 24px;
  vertical-align: bottom;
  cursor: pointer;
}
.rbw-admin-bold input:checked + span {
  font-weight: bold;
}
.font--nt .rbw-category-list .ct-bt,
.font--ng2 .rbw-category-list .ct-bt {
  line-height: 30px;
}
.rbw-extra .extra-th {
  width: 150px;
}
.rbw-extra .extra-td .nice-select .list {
  width: 100%;
}
.rbw-extra .krZip>div {
  position: relative;
  padding: 0 0 5px 65px;
}
.rbw-extra .krZip label {
  position: absolute;
  left: 0;
  top: 4px;
  width: 60px;
  min-width: 60px;
  text-align: right;
  font-size: 12px;
  color: #999999;
}
.rbw-extra .krZip .rip {
  width: 100px;
}
.rbw-extra .krZip .rip.krzip-detailAddress {
  width: 300px;
}
.rbw-options-user {
  float: left;
}
.rbw-options-user input {
  width: 150px;
}

