@charset "utf-8";
.lm-sidebar-right {
  padding-left: 5px;
  box-sizing: border-box;
}
.lemon-style2 {
  font-size: 11px;
}
.le-text-new {
  vertical-align: text-top;
  font-size: 11px;
}
.bullet--category {
  margin-bottom: 3px;
  vertical-align: middle;
  font-size: 14px;
}
.bullet--new {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 4px;
  margin: 0 0px 8px 0px;
}
.icon-notice .si {
  margin-top: -2px;
}
.font-main--nt .icon-notice .si {
  margin-top: -7px;
}
.board-header {
  margin-bottom: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
}
.board-title {
  display: inline-block;
  font-size: 18px;
}
.board-desc {
  display: inline-block;
  margin-left: 10px;
}
.font-main--nt .board-desc {
  margin-top: 8px;
}
.best-articles {
  display: table;
  width: 100%;
  margin-bottom: 25px;
  border-top: 3px double;
  border-bottom: 1px solid;
}
.best-articles-box {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.best-articles .side-left {
  padding: 20px 20px 20px 0;
  border-right: 1px solid;
}
.best-articles .side-right {
  padding: 20px 0 20px 20px;
}
.best-articles .title-type--hb .lm-widget-title h3 {
  letter-spacing: 0;
}
.best-articles .title-type--hl .lm-widget-title h3 {
  position: relative;
  padding: 0 0 0 18px !important;
  border-bottom: none !important;
}
.best-articles .title-type--hl .lm-widget-title h3::after {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 2px;
}
.list-header:empty {
  display: none;
}
.list-category + .list-sort {
  margin-left: 3px;
}
.list-category--dropdown>ul {
  min-width: 120px;
}
.list-category--dropdown>ul>li>ul {
  margin-top: 5px;
}
.list-category--inline {
  margin: 15px 0 -15px;
  padding: 10px 0;
  border-top: 1px solid;
}
.list-category--inline>ul>li {
  display: inline-block;
  position: relative;
  margin-right: 25px;
}
.list-category--inline>ul>li>a {
  display: inline-block;
  padding: 5px 0;
}
.list-category--inline>ul>li>ul {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: -30px;
  transform: translateX(-50%);
  height: 0;
  overflow: hidden;
  opacity: 0;
  border: 1px solid;
  white-space: nowrap;
  transition-property: margin-top, opacity;
  transition-duration: 0.3s;
  font-size: 13px;
  z-index: 90;
}
.list-category--inline>ul>li>ul>li {
  padding-top: 10px;
}
.list-category--inline>ul>li:hover>ul {
  margin-top: 0;
  padding: 0 15px 10px;
  height: auto;
  min-width: 100%;
  box-sizing: border-box;
  overflow: visible;
  opacity: 1;
}
.list-category--inline li.active {
  font-weight: bold;
}
.list-category--inline .icon-arrow {
  margin-left: 3px;
}
.list-category--inline .icon-help {
  margin: -2px 0 0 1px;
  vertical-align: middle;
}
.font-en--hs .list-category--inline .count {
  font-size: 12px;
}
.list-sort>ul {
  width: 90px;
}
.list-type {
  float: right;
}
.list-search-key .bt-cancel {
  font-size: 13px;
}
.list-buttons {
  position: absolute;
  right: -50px;
  top: 0;
  width: 30px;
  z-index: 10;
}
.list-buttons>div {
  width: 30px;
  text-align: center;
}
.list-buttons>div.fix {
  position: fixed;
  top: 70px;
}
.list-buttons ul {
  margin-bottom: 15px;
}
.list-buttons ul li {
  position: relative;
  margin-bottom: 5px;
  border-radius: 7px;
  background-color: #f5f5f5;
}
.list-buttons ul li .desc {
  display: inline-block;
  position: absolute;
  right: calc(100% - 15px);
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -15px;
  border-radius: 15px 0 0 15px;
  box-sizing: border-box;
  opacity: 0;
  transition-property: opacity, right;
  transition-duration: 0.3s;
  overflow: hidden;
  white-space: nowrap;
  font-size: 11px;
}
.list-buttons ul li:hover .desc {
  right: 100%;
  opacity: 1;
  padding: 0 5px 0 10px;
  width: auto;
  height: 30px;
  line-height: 30px;
  overflow: visible;
}
.list-buttons ul li.bt-my-articles .profile-image {
  position: relative;
  z-index: 1;
}
.list-buttons ul li.bt-my-articles .desc {
  margin-top: -17px;
}
.font-main--nt .list-buttons ul li.bt-my-articles .desc {
  margin-top: -16px;
}
.list-buttons .lbt--square {
  position: relative;
  z-index: 1;
}
.use-sidebar-right .list-buttons {
  right: -43px;
  width: 26px;
}
.use-sidebar-right .list-buttons>div {
  width: 26px;
}
.use-sidebar-right .list-buttons ul {
  margin-bottom: 0;
}
.use-sidebar-right .list-buttons ul li {
  margin-bottom: 5px;
}
.use-sidebar-right .list-buttons ul li .desc {
  margin-top: -12px;
  border-radius: 12px 0 0 12px;
}
.use-sidebar-right .list-buttons ul li:hover .desc {
  right: calc(100% + 5px);
  padding: 0 11px 0 10px;
  height: 24px;
  line-height: 24px;
}
.use-sidebar-right .list-buttons .bt-my-articles .profile-image {
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 7px;
}
.use-sidebar-right .list-buttons .bt-my-articles .profile-image>span {
  -webkit-mask-size: 50% 50%;
  mask-size: 50% 50%;
}
.use-sidebar-right .list-buttons .bt-my-articles .desc {
  margin-top: -15px;
}
.use-sidebar-right .list-buttons .lbt--square {
  width: 26px;
  height: 26px;
  line-height: 26px;
  border: none;
  border-radius: 7px;
  font-size: 12px;
}
.list-wrap {
  position: relative;
  margin-top: 15px;
}
.list-wrap .lu {
  transition-property: background-color;
  transition-duration: 0.3s;
}
.list-wrap .le-category:hover {
  text-decoration: underline;
}
.list-wrap .le-title {
  line-height: 160%;
  font-size: 15px;
}
.list-wrap .le-comment {
  margin-left: 3px;
  font-size: 13px;
}
.list-wrap .le-comment.updated {
  text-decoration: underline;
}
.list-wrap .le-update {
  display: inline-block;
  position: relative;
  padding: 0 18px;
  height: 34px;
  line-height: 36px;
  border-radius: 16px 16px 16px 0;
}
.font-main--nt .list-wrap .le-update {
  line-height: 34px;
}
.list-wrap .le-update-date {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
.list-wrap .le-summary {
  line-height: 160%;
  font-size: 13px;
}
.list-wrap .le-summary:empty {
  display: none !important;
}
.list-wrap .le-vote i {
  font-size: 10px;
}
.list-wrap .le-ctrl {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: -8px 0 -8px 5px;
  font-size: 12px;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
}
.list-wrap .le-extra th {
  width: 60px;
  font-size: 12px;
}
.list-wrap .le-extra td {
  font-size: 12px;
}
.list-wrap .le-text-new {
  font-size: 11px;
}
.font-main--nt .list-wrap .le-text-new {
  line-height: 19px;
}
.list-document .profile-image {
  margin-right: 3px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}
.list-document .lm-rating {
  font-size: 14px;
}
.list-notice {
  border-radius: 15px 15px 15px 0;
}
.list-notice ul {
  padding: 0 15px;
}
.list-notice li {
  padding: 11px 85px 10px 30px;
  border-bottom: 1px solid;
}
.list-notice li:last-child {
  border-bottom: none;
}
.lang-en .list-notice li {
  padding-left: 50px;
}
.list-notice .lu-notice-toggle button {
  font-size: 12px;
}
.list-notice .lu-notice-toggle i {
  margin-right: 2px;
}
.list-notice .le-text-notice {
  left: 0;
  top: 13px;
}
.list-notice .le-icon-notice {
  left: 0;
}
.list-notice .le-title {
  font-size: 14px;
}
.list-notice .le-date {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 14px;
  width: 70px;
  font-size: 12px;
}
.list-notice .date-mouseover {
  text-align: right;
}
.list-gallery .lu-info {
  font-size: 12px;
}
.list-gallery .le-thumbnail.no-thumbnail>span {
  padding: 15px 20px;
}
.list-gallery .le-thumbnail:not(.no-thumbnail) i {
  font-size: 30px;
}
.list-gallery .le-thumbnail i {
  font-size: 24px;
}
.list-gallery .le-thumbnail .no-thumbnail-text {
  letter-spacing: 0.1em;
  font-size: 12px;
}
.list-gallery .le-rating {
  margin-top: 5px;
}
.list-gallery .le-rating .lm-rating {
  font-size: 18px;
}
.list-gallery .le-nickname {
  font-size: 13px;
}
.list-footer .manage-articles {
  margin-right: 3px;
}
.list-footer .srl-number {
  margin-left: 5px;
}
.list-search .sbHolder {
  width: 100%;
}
.use-high .le-thumbnail img {
  zoom: 0.5;
  -moz-transform: scale(0.5,0.5);
  -moz-transform-origin: left top;
}
.paging {
  font-size: 16px;
}
.list-footer .paging {
  margin-top: 25px;
}
a.paging-button:hover {
  border-bottom: 1px solid;
}
.paging-numbers {
  display: inline-block;
  font-size: 13px;
}
.paging-numbers a:hover {
  text-decoration: underline;
}
.paging-numbers .page-number {
  display: inline-block;
  margin: 1.5px 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}
.paging .bt-firstlast {
  display: inline-block;
  position: relative;
  width: 30px;
  z-index: 2;
}
.ldd:not(.has-notice) {
  /*
  border-top: 1px solid;
  */
}
.ldd .lu {
  padding: 32px 25px;
  border-bottom: 1px solid;
}
.ldd .lu-check-area {
  vertical-align: top;
}
.ldd .lu-check-area.active {
  width: 30px;
}
.ldd .lu-body-wrap {
  display: inline-block;
  width: 100%;
  transition-property: width;
  transition-duration: 0.3s;
  vertical-align: top;
}
.ldd .lu.has-comment .lu-body {
  position: relative;
  padding-right: 160px;
  box-sizing: border-box;
}
.ldd .lu-info {
  font-size: 12px;
}
.ldd .lu-info .profile-image {
  margin: -5px 3px -5px 0;
}
.ldd .lu-info .bullet--category {
  font-size: 12px;
}
.ldd .le-category.in-info {
  margin-right: 30px !important;
}
.ldd .le-category.in-info::after {
  right: -14px;
  top: 2px;
}
.ldd .le-board.in-title {
  font-size: 13px;
}
.ldd .le-thumbnail {
  display: inline-block;
  margin-right: 25px;
  overflow: hidden;
  vertical-align: top;
  border-radius: 8px;
  border: solid 1px #e0e0e0;
}
.ldd .le-thumbnail--youtube {
  overflow: hidden;
}
.ldd .le-thumbnail--youtube img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.ldd .le-thumbnail--youtube .thumbnail-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0px;
}
.ldd .le-icon {
  margin-left: 3px;
  margin-bottom: 0;
}
.font-main--nt .ldd .le-icon {
  margin-top: 2px;
}
.ldd .le-icon-secret {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -2px 5px 0 0;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
}
.ldd .le-icon-secret .le-si {
  margin-top: 5px;
}
.ldd .le-update {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}
.ldd .le-update-date {
  font-size: 11px;
}
.ldd .le-update .bullet--new {
  position: absolute;
  left: 0;
  top: 0;
}
.ldd .le-summary {
  padding: 10px 0 10px 0;
  /*
  border-top: 1px dashed;
  */
}
.ldd .le-extra th {
  width: 120px;
}
.ldd .le-ctrl {
  margin-right: 5px;
  margin-left: 0;
}
.ldd .date-mouseover {
  text-align: left;
}
.ldn {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid;
}
.ldn thead tr {
  border-bottom: 3px double;
}
.ldn tr {
  border-bottom: 1px solid;
}
.ldn th {
  padding: 10px 5px;
  font-size: 13px;
  white-space: nowrap;
}
.ldn th:first-child {
  padding-left: 15px;
}
.ldn th:last-child {
  padding-right: 15px;
}
.ldn td {
  width: 1%;
  padding: 12px 10px;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
}
.ldn td.text-en {
  font-size: 12px;
}
.ldn td.has-profile {
  padding: 0 10px;
}
.ldn td .profile-image + a {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}
.font-main--nt .ldn td .profile-image + a {
  margin-top: -2px;
}
.ldn .lu-notice--hided.hided {
  display: none;
}
.ldn .lu-notice-toggle td {
  padding: 8px 0;
}
.ldn .lu-notice-toggle button {
  font-size: 12px;
}
.ldn .lu-notice td {
  padding: 10px;
}
.ldn .lu-ldn-left {
  text-align: left;
}
.ldn .lu-ldn-right {
  text-align: right;
}
.ldn .lu-ldn-nickname {
  width: 70px;
}
.ldn .lu-ldn-title {
  width: auto;
  word-break: break-all;
  white-space: normal;
}
.has-icon.ldn .lu-ldn-category {
  text-align: left;
}
.ldn .lu-ldn-check {
  padding: 0 !important;
  width: 0;
}
.ldn .lu-ldn-update {
  padding: 0 5px;
}
.ldn .lu-title {
  display: inline-block;
  width: calc(100% - 27px);
  vertical-align: middle;
}
.ldn .lu-check-area {
  height: 20px;
  width: 0;
  overflow: hidden;
  vertical-align: middle;
}
.ldn .lu-check-area.active {
  margin-left: 15px;
}
.ldn .le-text-notice:not(td) {
  display: inline-block;
  margin: -5px 10px 0 0;
  vertical-align: middle;
}
.ldn .le-icon-wrap {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  vertical-align: middle;
}
.font-main--nt .ldn .le-icon-wrap {
  margin-top: 3px;
}
.ldn .le-icon-secret {
  margin: -3px 2px 0 0;
}
.font-main--nt .ldn .le-icon-secret {
  margin-top: 0;
}
.ldn .le-update {
  padding: 0 15px;
  height: 30px;
  line-height: 32px;
  border-radius: 15px 15px 15px 0;
  font-size: 13px;
}
.ldn .le-board {
  font-size: 13px;
}
.ldn .le-title {
  font-size: 14px;
}
.ldn .le-extra td {
  text-align: left;
  width: auto;
}
.ldg.has-notice>ul {
  margin-top: 25px;
}
.ldg .lu-info>span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.ldg .le-thumbnail {
  transition-property: background-color;
  transition-duration: 0.3s;
  z-index: 1;
}
.ldg .le-category-wrap .wavy--blank {
  padding: 0;
}
.ldg .le-comment {
  margin-top: -4px;
}
.ldg .le-summary {
  padding: 10px 15px;
  margin-top: 7px;
  border-radius: 10px;
  text-align: left;
}
.ldg .le-vote {
  position: absolute;
  top: 10px;
  padding: 4px 10px 3px;
  border-radius: 10px 10px 10px 0;
  font-size: 11px;
  z-index: 2;
}
.thumb-type--crop.ldg.info-type--showed .lu::after {
  box-sizing: border-box;
  transition-property: left, top;
  transition-duration: 0.3s;
  z-index: -1;
}
.ldg.info-type--showed .lu:hover::after {
  left: 10px;
}
.ldg.info-type--showed .lu:hover ..ldg.info-type--showed .lu-body {
  bottom: 0;
}
.ldg.info-type--showed .lu-title {
  padding: 10px 0;
}
.ldg.info-type--showed .lu-title + .lu-info {
  margin-top: -5px;
}
.ldg.info-type--showed .le-category {
  font-size: 13px;
}
.ldg.info-type--hided .lu-body {
  position: absolute;
  left: 0;
  bottom: -250px;
  width: 100%;
  transition-property: bottom;
  transition-duration: 0.3s;
  z-index: 3;
}
.info-type--overlay.ldg.info-type--hided .lu-body {
  bottom: 0;
}
.ldg.info-type--hided .lu:hover .lu-body {
  bottom: 0;
}
.ldg.info-type--hided .lu-info {
  display: inline-block;
  margin-top: 5px;
  font-size: 12px;
}
.ldg.info-type--hided .lu-info-wrap {
  padding: 5px 15px 15px;
}
.style-straight .ldg.info-type--hided .lu-info-wrap {
  padding-top: 15px;
}
.ldg.info-type--hided .le-category-wrap {
  margin-bottom: 5px;
  font-size: 12px;
}
.style-straight .ldg.info-type--hided .wavy {
  display: none;
}
.thumb-type--ratio.ldg.info-type--overlay .le-thumbnail.no-thumbnail>span {
  display: none;
}
.ldr .lu-check-area {
  position: absolute;
  margin: 10px 0 0 -5px;
}
.ldr .lu-title {
  margin-top: 15px;
}
.ldr .lu-info {
  margin-top: 10px;
  text-align: center;
}
.ldr .lu-info>span {
  margin-right: 15px;
}
.ldr .lu-info i {
  font-size: 12px;
}
.ldr .le-category-wrap {
  margin-bottom: 5px;
}
.ldr .le-category-wrap .wavy--blank {
  padding: 0;
}
.ldr .le-thumbnail {
  margin-left: 5px;
}
.ldr .le-text-new {
  margin-right: 3px;
}
.ldr .le-title {
  margin: 0 -5px;
}
.ldr .le-summary {
  margin-top: 10px;
  padding: 10px 0;
}
.ldr .le-summary + .lu-info {
  margin-top: 15px;
}
.ldr .le-vote {
  margin-top: 15px;
  padding: 9px 15px 7px;
  font-size: 13px;
}
.ldr .le-vote .voted-count {
  right: 15px;
  top: 8px;
  font-size: 13px;
}
.ldr .le-extra2 {
  font-size: 13px;
}
.ldr .le-extra2 th {
  padding: 10px 10px 10px 0;
}
.ldr .le-extra2 td {
  padding: 10px 0;
}
.lds::before,
.lds::after {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
}
.lds::before {
  left: 33.33%;
}
.lds::after {
  left: 66.66%;
  margin-left: -1px;
}
.lds .lu {
  padding: 50px 35px 25px;
  width: 33.33%;
}
.lds .lu-title {
  margin-bottom: 25px;
  font-size: 17px;
}
.lds .lu-info {
  margin: 0 -10px;
}
.lds .lu-info>span {
  margin: 0 10px 25px;
}
.lds .lu-info-2nd {
  margin: 0 0 -25px;
  font-size: 13px;
  line-height: 60px;
}
.lds .lu .profile-image {
  margin-right: 3px;
}
.lds .le-text-new {
  margin: -25px 0 25px;
}
.lds .le-category {
  margin: 0 15px 15px;
}
.lds .le-category-wrap {
  margin-bottom: 25px;
  font-size: 12px;
}
.lds .le-thumbnail {
  margin-bottom: 25px;
}
.lds .le-thumbnail i {
  font-size: 24px;
}
.lds .le-title {
  font-size: 0.95em;
}
.lds .le-comment {
  margin: -15px 0 25px;
  font-size: 12px;
}
.lds .le-comment a {
  padding: 0 10px;
}
.lds .le-summary {
  margin-bottom: 25px;
  font-size: 15px;
}
.lds .le-summary i {
  margin-bottom: 10px;
  font-size: 18px;
}
.lds .le-summary i:last-of-type {
  margin-top: 10px;
}
.lds .le-secret {
  margin-bottom: 25px;
  letter-spacing: 0.2em;
  font-size: 12px;
}
.lds .le-secret a {
  padding: 50px 0;
}
.lds .le-date {
  font-size: 13px;
}
.ldw>ul {
  position: relative;
  border-bottom: 1px solid;
}
.ldw>ul::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
}
.ldw .lu {
  display: inline-block;
  position: static;
  width: calc(50% - 25px);
  box-sizing: border-box;
  vertical-align: top;
}
.ldw .lu:nth-child(2n-1) {
  margin-right: 50px;
}
.ldw .lu:nth-child(2n-1)::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
}
.has-notice.ldw .lu:first-child::before {
  content: none;
}
.ldw .lu>div {
  position: relative;
}
.ldw .lu-body {
  padding: 25px 0;
}
.ldw .lu-info {
  margin-top: 5px;
  font-size: 11px;
}
.ldw .le-thumbnail {
  top: 25px;
  right: 0;
}
.ldw .le-thumbnail.no-thumbnail {
  font-size: 12px;
  letter-spacing: 0.2em;
}
.ldw .le-thumbnail .no-thumbnail-text {
  font-size: 11px;
}
.ldw .le-thumbnail i {
  font-size: 20px;
}
.ldw .le-category-wrap {
  margin-bottom: 7px;
  font-size: 13px;
}
.ldw .le-summary {
  margin-top: 5px;
  font-size: 14px;
}
.ldw .le-extra {
  margin-top: 15px;
}
.ldw .le-nickname {
  font-size: 12px;
}
.ldb .lu {
  margin-top: 25px;
}
.ldb .lu-header {
  padding: 25px;
}
.ldb .lu-body {
  margin: 0 25px 25px;
}
.ldb .lu-info {
  margin-top: 7px;
}
.ldb .lu-slide-unit {
  top: 45px;
  max-height: 500px;
}
.ldb .lu-slide-paging {
  margin-bottom: 15px;
}
.ldb .lu-content .bt-expand button {
  font-size: 13px;
}
.ldb .lu-buttons {
  min-height: 30px;
  padding: 15px 25px;
}
.ldb .lu-buttons-right {
  margin-right: -10px;
}
.ldb .lu-buttons-right .bt {
  margin-top: 8px;
}
.ldb .le-ldb-vote {
  left: 25px;
  bottom: 15px;
}
.ldb .le-ldb-vote .bt {
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 16px;
}
.ldb .le-ldb-vote .voted-count {
  top: 6px;
  margin-left: 32px;
}
.ldb .le-ldb-vote .le-si {
  margin-top: 4px;
}
.ldb .le-ldb-comment {
  position: absolute;
  right: 25px;
  top: 25px;
  text-align: center;
}
.ldb .le-ldb-comment i {
  font-size: 20px;
}
.ldb .le-text-new {
  display: inline-block;
  margin-top: -3px;
  font-size: 12px;
}
.ldb .le-category-wrap {
  margin-bottom: 7px;
}
.ldb .le-title {
  font-size: 18px;
  line-height: 140%;
}
.ldb .le-extra {
  margin: 0 25px 25px;
  width: calc(100% - 50px);
}
.ldb .le-extra th {
  width: 140px;
}
.ldb .le-thumbnail {
  max-height: 500px;
}
.ldb .le-content {
  max-height: 290px;
}
.ldb .le-content .xe_content {
  font-size: 15px;
  line-height: 160%;
}
.ldf-notice .le-icon-notice {
  left: 15px;
}
.ldf .lu-header h1 {
  padding: 15px 50px 15px 15px;
  font-size: 16px;
  line-height: 160%;
}
.has-nickname:not(.has-text).ldf .lu-header h1 {
  padding-left: 50px;
}
.has-text.ldf .lu-header h1 {
  padding-left: 62px;
}
.has-nickname.has-text.ldf .lu-header h1 {
  padding-right: 80px;
}
.ldf .lu-header .le-text-faq {
  left: 15px;
  top: 15px;
}
.ldf .lu-header .profile-image {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.ldf .lu-header .bt-openclose {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}
.ldf .lu-body {
  padding: 25px 15px 25px 15px;
  border-top: 1px solid;
}
.has-text.ldf .lu-body {
  padding-left: 62px;
}
.ldf .lu-body .le-text-faq {
  left: 15px;
  top: 25px;
}
.ldf .lu-body .xe_content {
  font-size: 15px;
  line-height: 180%;
}
.ldf .le-text-faq {
  display: inline-block;
  width: 30px;
  font-size: 18px;
}
.ldf .le-text-new {
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
.font-main--nt .ldf .le-text-new {
  margin-top: -1px;
}
.ldf .le-text-my {
  font-size: 11px;
}
.ldf .le-icon-secret {
  vertical-align: middle;
  margin-bottom: -4px;
}
.font-main--nt .ldf .le-icon--image {
  margin-top: -3px;
}
.ldf .le-category {
  font-size: 14px;
}
.ldf .le-nickname {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 30px;
  z-index: 11;
}
.has-text.ldf .le-nickname {
  left: auto;
  right: 40px;
  top: 50%;
  margin-top: -12px;
}
.grant-view.ldf .le-nickname {
  right: 45px;
}
.ldf .le-ldf-ctrl {
  margin-top: 20px;
}
.ldf .ae-extra {
  margin: 0 0 25px;
}
.ldf .lemon-style {
  margin-bottom: 0;
}
.no-grant-view {
  margin: 50px 0;
}
.lm-article .list-buttons .bt-top {
  display: none;
}
.lm-article .bt-voted-who {
  margin: 48px 0 0 10px;
}
.au-header {
  border-bottom: 1px solid;
}
.lm-article--normal .au-header {
  position: relative;
  padding: 25px 50px 25px 0;
  border-top: 1px solid;
}
.au-header h1 {
  font-size: 24px;
  line-height: 160%;
}
.au-info {
  margin-top: 5px;
}
.au-info-left {
  display: inline-block;
}
.au-info-left>span {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.au-info-left>span .font-main--nt {
  vertical-align: baseline;
}
.au-info-left .profile-image {
  margin: -2px 3px -2px 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.font-en--hs .au-info-left .text-en {
  font-size: 13px;
}
.au-info-right {
  position: absolute;
  right: 0;
  top: 24%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 13px;
}
.au-info-right>span {
  display: block;
}
.au-info-right>span:nth-of-type(2) {
  margin-top: 12px;
}
.au-info-right i {
  font-size: 20px;
}
.lm-article--normal .au-body {
  padding: 50px 0 25px;
}
.lm-article--simple .au-body {
  padding: 50px 0;
}
.au-body--secret {
  text-align: center;
}
.au-body--secret .ip {
  vertical-align: top;
}
.au-body .xe_content,
.au-body .xe_content p {
  font-size: 15px;
  line-height: 180%;
}
.au-content .lm-spoiler {
  height: calc(100% + 50px);
  margin-top: -25px;
}
.au-content.has-spoiler .xe_content {
  min-height: 85px;
}
.au-author {
  margin: 50px 0 -25px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.au-author.has-author {
  position: relative;
}
.au-author.has-author::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
}
.au-author.has-author .ae-sign,
.au-author.has-author .ae-author {
  display: inline-block;
  position: relative;
  width: 50%;
  box-sizing: border-box;
  vertical-align: top;
}
.au-author.has-author .ae-sign {
  padding-right: 25px;
}
.au-author.has-author .ae-author {
  padding-left: 25px;
}
.au-buttons {
  height: 80px;
}
.au-buttons-box {
  float: right;
  margin-top: 50px;
}
.au-buttons-box:empty {
  display: none;
}
.au-buttons .bt-report {
  position: relative;
}
.au-buttons .bt-report .count-num {
  position: absolute;
  left: -10px;
  top: -11px;
  padding: 0 6px;
  height: 18px;
  line-height: 18px;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 9px;
  font-size: 10px;
  overflow: hidden;
}
.au-article-bottom {
  margin: 25px 0 50px;
  text-align: center;
}
.au-article-bottom .bt-list {
  display: inline-block;
  margin: 50px 0 0;
  background-color: transparent;
}
.ae-category,
.ae-board {
  display: inline-block;
  margin-bottom: 5px;
}
.ae-ctrl {
  display: inline-block;
  margin: -3px 10px -3px 0;
  vertical-align: middle;
}
.ae-ctrl a {
  margin-right: 2px;
  padding: 0 10px;
}
.ae-file {
  cursor: pointer;
}
.ae-vote {
  margin-top: 50px;
}
.ae-vote--header.vote-count .fa-stack {
  width: 20px;
  height: 20px;
}
.ae-comment--header {
  cursor: pointer;
}
.ae-comment--bottom {
  margin: 50px 9px 0 0;
}
.ae-font-style .bt-size {
  font-size: 11px;
}
.lm-article--normal .ae-extra {
  margin: -50px 0 50px;
}
.ae-extra th {
  width: 140px;
  padding: 12px 15px;
}
.ae-extra td {
  padding: 12px 15px;
}
.ae-extra .lm-rating {
  font-size: 18px;
}
.ae-youtube {
  margin-top: -25px;
}
.ae-sign h3 {
  padding: 15px 0 10px;
}
.ae-sign .nickname {
  display: inline-block;
  margin-top: -10px;
  font-size: 13px;
}
.ae-sign .profile-image {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  vertical-align: middle;
}
.ae-sign .lm-pointbar {
  position: absolute;
  right: 0;
  top: 20px;
  width: calc(100% - 120px);
}
.ae-sign-body {
  margin-top: 10px;
  font-size: 14px;
  line-height: 160%;
  min-height: 115px;
}
.ae-sign-body .no-sign {
  padding-top: 35px;
}
.ae-author {
  font-size: 13px;
}
.ae-author-nav {
  padding: 10px 0;
}
.ae-author-nav button {
  display: inline-block;
  margin-right: 15px;
  font-size: 13px;
}
.ae-author-new {
  font-size: 11px;
}
.ae-author-list {
  padding: 5px 0 15px;
  height: 140px;
  box-sizing: border-box;
  line-height: 13px;
}
.ae-vote .bt-vote {
  margin-right: 5px;
}
.ae-voted-who {
  text-align: center;
}
.ae-voted-who.show {
  position: relative;
  margin-top: 25px;
}
.ae-voted-who.show h3 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 25px 10px 0;
  width: 35px;
  height: 100%;
  box-sizing: border-box;
  border-right: 1px solid;
  word-break: break-all;
}
.no-profile.lm-article .ae-voted-who {
  font-size: 14px;
}
.ae-voted-who .inner {
  height: 105px;
  padding-left: 35px;
  border-top: 1px solid;
}
.lm-article.no-profile .ae-voted-who .inner {
  height: auto;
}
.ae-voted-who ul {
  padding: 25px 15px 10px;
}
.lm-article.no-profile .ae-voted-who ul {
  padding-bottom: 15px;
}
.ae-voted-who .nickname {
  line-height: 160%;
}
.send-msg-nickname {
  font-size: 11px;
}
.article-files li>a {
  padding: 20px 85px 20px 75px;
}
.article-files-icon {
  left: 20px;
  top: 20px;
}
.article-files .file-down-count {
  right: 20px;
  font-size: 12px;
}
.article-files .file-name {
  line-height: 140%;
}
.article-files .file-size {
  font-size: 10px;
}
.article-report .inner {
  text-align: center;
  font-size: 15px;
}
.article-report .sbHolder {
  margin-top: 15px;
  width: 100%;
}
.article-report textarea.ip {
  padding: 15px;
  height: 80px;
  line-height: 160%;
}
.lm-comment .cu-notice {
  padding: 15px 15px 15px 50px;
  line-height: 160%;
}
.lm-comment .cu-notice i,
.lm-comment .cu-notice-icon {
  left: 15px;
  top: 13px;
}
.lm-comment .cu-message.member-only {
  border-bottom: none;
}
.lm-comment .cu-secret {
  line-height: 180%;
}
.lm-comment .ce-rank {
  left: -9px;
  top: -9px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.lm-comment .ce-text-writer {
  font-size: 10px;
}
.font-main--nt .lm-comment .ce-text-writer {
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 120%;
}
.lm-comment .ce-text-parent {
  font-size: 12px;
}
.lm-comment .ce-best {
  margin-top: -2px;
}
.lm-comment .ce-best-text {
  font: 11px/11px 'Trebuchet MS';
}
.lm-comment .ce-reload {
  margin: 25px 0 -10px;
}
.lm-comment .ce-reload-alert {
  font-size: 12px;
}
.lm-comment--basic .comment-unit {
  padding: 25px 15px 25px 70px;
}
.no-profile.lm-comment--basic .comment-unit {
  padding-left: 15px;
}
.lm-comment--basic .comment-unit--reply {
  padding-left: 125px;
}
.no-profile.lm-comment--basic .comment-unit--reply {
  padding-left: 70px;
}
.lm-comment--basic .comment-unit--reply .cu-profile {
  left: 70px;
}
.lm-comment--basic .comment-unit:hover .ce-ctrl {
  opacity: 1;
}
.lm-comment-form.lm-comment--basic .cu-list {
  padding-left: 55px;
  padding-right: 0;
  border-top: 1px solid;
}
.lm-comment--basic .cu-profile {
  top: 25px;
  left: 15px;
}
.lm-comment-form.lm-comment--basic .cu-profile {
  left: 0;
}
.lm-comment--basic .cu-header {
  margin-bottom: 10px;
  font-size: 13px;
}
.lm-comment--basic .cu-buttons {
  margin-top: 15px;
  margin-bottom: -5px;
  font-size: 13px;
}
.lm-comment--basic .ce-nickname {
  font-size: 16px;
}
.lm-comment--basic .ce-vote .bt {
  font-size: 12px;
}
.lm-comment--basic .ce-ctrl {
  right: 20px;
  top: 20px;
  transition-property: opacity;
  transition-duration: 0.3s;
  opacity: 0.3;
  font-size: 13px;
}
.lm-comment--bubble .comment-unit {
  padding-left: 40px;
  margin-top: 25px;
}
.lm-comment--bubble .comment-unit--reply {
  margin-left: 40px;
}
.has-comment-spoiler.lm-comment--bubble .cu-list {
  min-height: 110px;
}
.lm-comment--bubble .cu-body {
  padding: 13px 15px;
  max-width: calc(100% - 62px);
}
.lm-comment--bubble .cu-body:hover .cu-buttons>span {
  opacity: 1;
}
.lm-comment--bubble .cu-body:hover .ce-date-time {
  opacity: 1;
}
.lm-comment--bubble .cu-buttons {
  display: inline-block;
  vertical-align: middle;
}
.lm-comment--bubble .cu-buttons>span:not(.ce-ctrl) {
  transition-property: opacity;
  transition-duration: 0.3s;
  opacity: 0;
  font-size: 12px;
}
.lm-comment--bubble .cu-buttons>span:not(.ce-ctrl) a {
  margin-left: 10px;
}
.lm-comment--bubble .ce-nickname {
  font-weight: 500;
}
.lm-comment--bubble .ce-vote--view>span {
  font-size: 12px;
}
.lm-comment--bubble .ce-vote .writer-vote .fa-stack {
  position: absolute;
  right: 0;
  bottom: 2px;
}
.lm-comment--bubble .ce-reply-button {
  margin-left: -5px;
}
.lm-comment--bubble .ce-ctrl {
  position: absolute;
  left: calc(100% + 4px);
  top: 0;
  white-space: nowrap;
  font-size: 11px;
}
.lm-comment--bubble .ce-ctrl a {
  display: inline-block;
  padding: 2px 5px;
  margin-right: 2px;
  border-bottom: none;
  border-radius: 10px;
  border: 1px solid #ebebeb;
}
.lm-comment--bubble .ce-date {
  position: absolute;
  left: calc(100% + 8px);
  bottom: 0;
  white-space: nowrap;
  font-size: 11px;
}
.lm-comment--bubble .ce-date>span {
  transition-property: opacity;
  transition-duration: 0.3s;
}
.lm-comment--bubble .ce-date-time {
  position: absolute;
  left: 0;
  bottom: 15px;
  opacity: 0;
}
.lm-comment--bubble .lm-spoiler {
  top: -26px;
  height: calc(100% + 26px);
}
.lm-comment--bubble .profile-image {
  width: 30px;
  height: 30px;
}
.lm-comment--bubble .xe_content {
  margin-bottom: 5px;
}
.lm-comment--bubble .dot {
  display: inline-block;
  margin: -5px 0 0 0;
  vertical-align: middle;
}
.lm-comment--faq .comment-unit {
  margin-top: 25px;
}
.lm-comment--faq .comment-unit--reply {
  margin-left: 50px;
}
.lm-comment--faq .comment-unit:hover .ce-ctrl {
  opacity: 1;
}
.lm-comment--faq .comment-unit .xe_content {
  font-size: 14px;
  line-height: 180%;
}
.lm-comment--faq .cu-body {
  padding: 20px 25px;
  border-radius: 0 15px 15px 15px;
}
.lm-comment--faq .ce-icon-secret {
  margin-left: 3px;
}
.lm-comment--faq .ce-ctrl {
  right: 25px;
  bottom: 20px;
  opacity: 0.3;
  transition-property: opacity;
  transition-duration: 0.3s;
  font-size: 12px;
}
.lm-comment--faq .ce-nickname {
  padding: 5px 10px 3px;
  font-size: 12px;
}
.lm-comment--faq .ce-date {
  margin-top: 8px;
  font-size: 12px;
}
.lm-comment .xe_content {
  font-size: 14px;
  line-height: 180%;
}
.lm-comment .xe_content p {
  line-height: 180%;
}
.lm-comment .sticker-image {
  margin-bottom: 15px;
}
.lm-comment .bt-resticker i {
  margin: -2px 2px 0 0;
  font-size: 12px;
  vertical-align: middle;
}
.lm-comment-form .article-title {
  padding-top: 15px;
  font-size: 16px;
  font-weight: bold;
}
.lm-comment-form .article-nickname {
  margin: 10px 0 15px;
}
.lm-comment-form .article-nickname .profile-image {
  margin: -7px 3px -3px 0;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.lm-comment-form .article-summary {
  padding-top: 15px;
  border-top: 1px solid;
  line-height: 160%;
}
.comment-delete .instant-delete {
  margin: 15px 0 -15px;
}
.comment-write {
  padding: 25px 0 0 50px;
}
.lm-comment.no-profile .comment-write {
  padding-left: 0;
}
.comment-write .cwu-message {
  border-top: none;
  margin-left: -50px;
}
.comment-write .cwe-textarea {
  line-height: 160%;
}
.lm-comment--bubble .comment-write--default {
  padding-left: 40px;
}
.comment-write--reply {
  padding-left: 0;
}
.comment-write--default .stk_display {
  padding: 25px 0;
}
.stk_display .sticker_pack {
  padding: 15px 30px;
}
.stk_display .sticker_pack>ul>li {
  height: 40px;
}
.stk_display .sticker_pack>ul>li a {
  margin-right: 15px;
}
.stk_display .stk_body>ul>li {
  margin: 15px 7.5px 0 7.5px;
}
.stk_display .stk_body>ul>li a {
  position: relative;
  width: 100px;
  height: 100px;
  transition-property: box-shadow;
  transition-duration: 0.3s;
}
.board-write .wu-header {
  padding: 50px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.board-write .wu-header h3 {
  font-size: 18px;
}
.board-write .wu-body {
  padding-top: 25px;
}
.board-write .wu-body .bt-area {
  margin-top: 25px;
}
.board-write .wu-mode--editor {
  padding-top: 25px;
}
.board-write .wu-mode--text {
  padding-top: 25px;
}
.board-write .wu-options {
  margin-top: 25px;
}
.board-write .wu-options-unit {
  display: inline-block;
}
.board-write .wu-options-color .color-indicator {
  font-size: 12px;
}
.board-write .wu-options .notice-type {
  display: inline-block;
  padding: 5px 0 3px 10px;
  border-radius: 10px;
  margin-right: 10px;
}
.board-write .we-category {
  display: inline-block;
  margin-right: 9px;
  vertical-align: middle;
}
.board-write .we-category .sbHolder {
  width: 170px;
}
.board-write .we-category--timeline {
  display: none;
}
.board-write .we-title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.board-write .we-title.has-category {
  width: calc(100% - 180px);
}
.board-write .we-title.has-timeline-category {
  width: calc(100% - 360px);
}
.board-write .we-textarea {
  height: 300px;
  line-height: 160%;
  font-size: 14px;
}
.board-write .we-tags {
  display: inline-block;
  margin-top: 25px;
  width: 100%;
}
.mode--guest .board-write .we-tags {
  width: calc(100% - 220px);
}
.board-write .we-tags .ip {
  width: 100%;
}
.board-write .we-user-info {
  display: inline-block;
}
.board-write .we-user-info .ip {
  width: 100px;
  margin-left: 10px;
}
.board-write .we-extra {
  display: table;
  margin-top: 25px;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid;
}
.board-write .we-extra>li {
  display: table-row;
  border-bottom: 1px solid;
}
.board-write .we-extra .lb {
  display: table-cell;
  padding: 12px 15px;
  width: 140px;
  border-right: 1px solid;
  text-align: right;
}
.board-write .we-extra .ip-wrap {
  display: table-cell;
}
.board-write .we-extra .ip-wrap .ip:not(.ip--small) {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: none;
}
.board-write .we-extra .ip-wrap .ip:not(.ip--small) + p {
  margin-top: 0;
}
.board-write .we-extra .ip-wrap>p {
  padding: 8px 15px;
  margin-top: 6px;
  border-top: 1px dotted;
  font-size: 12px;
}
.board-write .we-extra .ip-wrap>ul {
  padding-left: 5px;
  margin-bottom: -5px;
}
.board-write .we-extra .ip-wrap>ul>li {
  display: inline-block;
  margin: 0 0 5px 10px;
}
.board-write .we-extra .ip-wrap .sbHolder {
  margin: 15px;
  width: 170px;
}
.board-write .we-extra .ip-wrap .tel:first-of-type {
  margin-left: 15px;
}
.board-write .we-extra .ip-wrap .krZip {
  padding: 15px;
}
.board-write .we-extra .ip-wrap .krZip-postcode-wrap,
.board-write .we-extra .ip-wrap .krZip-address-wrap {
  margin-bottom: 10px;
}
.board-write .we-extra--timeline {
  display: none;
}
.board-write .we-extra--timeline.active {
  display: table;
}
.skin-setting-inner>div {
  width: 500px;
  margin: 0 auto;
}
.skin-setting section {
  margin-bottom: 60px;
}


/* eoshub */
.border-category-line {
  width: 1px;
  color: #e0e0e0;
}
.board-newpost {
  height: 8px;
  margin-bottom: 3px;
  margin-right: 3px;
}