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