@charset "UTF-8";
/*Font*/
@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  src: url('/asset/font/NotoSansKR-Regular.woff2') format('woff2'), url('/asset/font/NotoSansKR-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  src: url('/asset/font/NotoSansKR-Medium.woff2') format('woff2'), url('/asset/font/NotoSansKR-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-weight: bold;
  src: url('/asset/font/NotoSansKR-Bold.woff2') format('woff2'), url('/asset/font/NotoSansKR-Bold.woff') format('woff');
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
form,
fieldset,
p,
button {
  margin: 0;
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
input,
button {
  font-family: 'Noto Sans KR', sans-serif !important;
  color: var(--txt--neu--900);
  font-size: 13px;
  letter-spacing: -0.05em;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
body {
  text-align: center;
  word-break: break-all;
  -ms-word-break: break-all;
  background-color: var(--bg--neu--00-1);
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
}
body {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
  overscroll-behavior: none;
}
img,
fieldset,
iframe {
  border: 0 none;
}
li {
  list-style: none;
}
input,
select,
button {
  vertical-align: middle;
}
input[type='submit'],
input[type='button'] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
img {
  vertical-align: top;
  border: 0;
}
i,
em,
address {
  font-style: normal;
}
label,
button {
  cursor: pointer;
}
button {
  margin: 0;
  padding: 0;
}
a {
  color: var(--txt--neu--900);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: var(--txt--neu--500);
}
button * {
  position: relative;
}
button img {
  left: -3px;
}
option {
  padding-right: 6px;
}
hr {
  display: none;
}
h1 {
  font-size: 20px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
::-webkit-input-placeholder {
  color: var(--txt--neu--200);
  font-size: 13px;
}
::-moz-placeholder {
  color: var(--txt--neu--200);
  font-size: 13px;
}
:-ms-input-placeholder {
  color: var(--txt--neu--200);
  font-size: 13px;
}
:-moz-placeholder {
  color: var(--txt--neu--200);
  font-size: 13px;
}

input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 0.8em;
  color: var(--txt--neu--500);
  border: 0;
  vertical-align: top;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: var(--bg--neu--00-1);
  outline: 0;
}
select option {
  color: var(--txt--neu--500) !important;
  background-color: var(--bg--neu--00-4);
}
textarea {
  resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-size: 0.9em;
}

.normal {
  font-weight: normal;
}

.w200 {
  font-weight: 200;
}

.w300 {
  font-weight: 300;
}

.w350 {
  font-weight: 350;
}

.w400 {
  font-weight: 400;
}

.w500 {
  font-weight: 500;
}

.w700 {
  font-weight: 700;
}

.w800 {
  font-weight: 800;
}

.w900 {
  font-weight: 900;
}
.f_right {
  float: right;
}
.f_left {
  float: left;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.p-0 {
  padding: 0 !important;
}
.p-10 {
  padding: 10px !important;
}
.p-14 {
  padding: 14px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pt-8 {
  padding-top: 10px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-14 {
  padding-top: 14px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-14 {
  padding-bottom: 14px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-36 {
  padding-right: 36px !important;
}
.pr-66 {
  padding-right: 66px !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mt-14 {
  margin-top: 14px !important;
}
.ml-14 {
  margin-left: 14px !important;
}
.mr-14 {
  margin-right: 14px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-14 {
  margin-bottom: 14px !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
i.arrow {
  border-color: var(--bor--neu--500);
  display: inline-block;
  padding: 3px;
  margin: 0 0 1.5px 0;
  border-right: 1px solid;
  border-bottom: 1px solid;
}
i.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

i.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

i.arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin: 0 0 0px 5px;
  border-color: var(--bor--neu--500);
}

i.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 0 0 3px 5px;
  border-color: var(--bor--neu--500);
}

/*공통*/
#alram_mask {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  background-color: #000;
  display: none;
  width: 100%;
  height: 100%;
}
/*말줄임*/
.text_over {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#wrapper {
  height: 100%;
  min-height: 100vh;
  background-color: var(--bor--neu--20-3);
}

/*기본 색션 박스*/
.mun_box {
  /*max-width:720px;*/
  margin: 0 auto 0 auto;
  background: var(--bg--neu--00-1);
  text-align: left;
  position: relative;
  overflow: hidden;
}
.mun_box.visible-y {
  overflow: visible;
}
/*.mun_box.main {padding:6px 0;}*/

.mun_box.sub {
  margin: 8px auto 8px auto;
}

.mun_box.bg {
  background: #f6f6f6;
}

/*기본 색션 타이틀*/
.mun_box .box_title {
  padding: 14px 14px 7px 14px;
  height: 47px;
  line-height: 17px;
  overflow: hidden;
  color: var(--txt--neu--900);
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.mun_box .box_title p.md_title {
  font-size: 1.3em;
  text-align: center;
  padding: 0;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mun_box .box_title.lastest {
  padding: 10px 14px;
  margin-right: 56px;
}
.mun_box .box_title.lastest a.novel_link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: block;
  overflow: hidden;
}
.mun_box .box_title.lastest .lastest_wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  max-width: 100%;
}

.mun_box .box_title.lastest .lastest_wrap h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: normal;
}
.mun_box .box_title.lastest h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.mun_box .box_title.lastest .novel {
  padding: 0 0 0 85px;
  margin-right: 70px;
  display: block;
  overflow: hidden;
  position: relative;
}
.mun_box .box_title.lastest span.lastest_title {
  color: #000;
  position: relative;
  font-size: 1em;
  line-height: 1.2em;
  display: inline;
  font-weight: normal; /*원래볼드*/
  right: 0;
  top: 0;
  margin: 0 10px 0 0;
}
.mun_box .box_title.lastest span.num {
  position: relative;
  top: 0;
  right: 0;
  margin: -6px 0 0px 5px;
}
.mun_box .box_title.lastest a {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
}
.mun_box .box_title.lastest h3::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: left;

  margin: 0;
}

.mun_box .box_title h3 {
  font-size: 16px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.mun_box .box_title h3.detail {
  font-size: 1.15em;
}
.mun_box .box_title span {
  font-size: 14px;
  color: var(--txt--neu--500);
  position: absolute;
  right: 16px;
  top: 18px;
}
/*작품 상세 타이틀*/
.mun_box .box_title.detail {
  padding: 0px 0 0px 1em;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #dbdbdb;
}

.mun_box .box_s_title {
  padding: 0 0 5px 14px;
  font-size: 1em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mun_box .box_s_title span {
  color: #002972;
  font-weight: normal; /*원래500*/ /*700*/
}

.side-menu {
  min-width: 100px;
  width: 250px;
  max-width: 320px;
  background-color: #2c8dfb;
  color: #fff;
}
.main-content {
  width: 100%;
}

/* 좌측 메뉴 on 일 경우 wrapper 에 추가되는 style */
.left-menu-on {
  overflow-y: hidden;
}

/*좌측메뉴*/
#menu-left {
  position: fixed;
  left: 0%;
  top: 0px;
  width: 90%;
  height: 100%;
  z-index: 1200;
  overflow-y: scroll;
  background-color: var(--bg--neu--00-4);
}
.q_menu_tab {
  position: relative;
  overflow: hidden;
  font-size: 1.1em;
  color: #626b72;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.q_menu_tab ul {
  padding: 0;
  list-style: none;
  display: table; /* [1] */
  table-layout: fixed; /* [2] */
  width: 100%; /* [3] */
}
.q_menu_tab li {
  display: table-cell;
  text-align: center;
  border-right: 1px solid var(--bor--neu--20-4);
  padding: 10px 0;
  font-size: 1.2em;
  background-color: var(--bg--neu--10-4);
  border-bottom: 1px solid var(--bor--neu--20-4);
}
.q_menu_tab li a {
  display: block;
}

.q_menu_tab li:last-child {
  border-right: 0;
}
.q_menu_tab li.on {
  color: var(--txt--pri--500);
  font-weight: normal; /*원래볼드*/
  background-color: var(--bg--neu--00-1);
}
.q_menu {
  width: 100%;
  font-size: 1.1em;
  letter-spacing: -0.4px;
  background: var(--bg--neu--20-1);
  margin: 0;
}

.q_menu ul {
  font-size: 0;
}

.q_menu ul li {
  box-sizing: border-box;
  font-size: 14px;
  color: var(--txt--neu--500);
  background-color: var(--bg--neu--00-4);
}

.q_menu a {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 15px;
  color: var(--txt--neu--500);
}

.q_menu .fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #f24c4c;
  z-index: 9999;
}

.q_menu .menu {
  padding: 0;
  margin: 0;
}

.q_menu .menu li {
  position: relative;
  margin: 0 0 -1px;
  border-top: 1px solid var(--bor--neu--20-2);
  border-bottom: 1px solid var(--bor--neu--20-2);
  box-sizing: border-box;
  font-weight: 500;
}
.q_menu .menu li > span {
  color: var(--txt--neu--500);
}
.q_menu .menu li:first-child {
  margin-top: 0;
}

.q_menu .menu li .cate-tit {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 6px 0 5px 9px;
  line-height: 32px;
  font-weight: 400;
  background-color: var(--bg--neu--00-4);
}

.q_menu .menu li .cate-tit.icon_ebook_down:before {
  content: '';
  display: inline-block;
  width: 18px;
  text-indent: -1000px;
  height: 18px;
  margin: 8px 2px 0px 0;
  position: absolute;
  left: 50%;
  margin-left: -63px;
}

.q_menu .menu li .cate-tit span {
  overflow: hidden;
  display: inline-block;
  width: 31px;
  height: 31px;
  margin-right: 5px;
  vertical-align: top;
}
.q_menu .menu li.tit {
  background-color: transparent;
  border: 0;
  text-align: left;
  margin: 10px 0 8px 5px;
}
.q_menu .menu li .cate-tit span img {
  position: relative;
  top: -6px;
  left: -4px;
  width: 39px;
  height: auto;
}

.q_menu .menu li .cate-tit.no-icon {
  padding-left: 15px;
}

.q_menu .menu li a.cate-tit.on:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 17px;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid var(--img--always-neu300);
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.q_menu .menu .sub-menu {
  background: var(--bg--neu--00-4);
  overflow: hidden;
}

.q_menu .menu .sub-menu li {
  float: left;
  margin: 0 0 -1px;
  width: 50%;
  font-weight: normal;
  vertical-align: bottom;
}

.q_menu .menu .sub-menu li a {
  overflow: hidden;
  display: block;
  padding: 11px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.q_menu .menu .sub-menu li:nth-child(odd) {
  border-right: 1px solid var(--bor--neu--20-2);
}
/*좌측메뉴 끝*/

.menu-button {
  /*position:absolute;
	top:0px; left:0px;*/
  padding: 15px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #2c8dfb;
  /*margin:14px;
	border-radius:5px;*/
}
.menu-button .bar:nth-of-type(1) {
  margin-top: 0px;
}
.menu-button .bar:nth-of-type(3) {
  margin-bottom: 0px;
}
.bar {
  position: relative;
  display: block;
  width: 50px;
  height: 5px;
  margin: 10px auto;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-button:hover .bar:nth-of-type(1) {
  -webkit-transform: translateY(1.5px) rotate(-4.5deg);
  -ms-transform: translateY(1.5px) rotate(-4.5deg);
  transform: translateY(1.5px) rotate(-4.5deg);
}
.menu-button:hover .bar:nth-of-type(2) {
  opacity: 0.9;
}
.menu-button:hover .bar:nth-of-type(3) {
  -webkit-transform: translateY(-1.5px) rotate(4.5deg);
  -ms-transform: translateY(-1.5px) rotate(4.5deg);
  transform: translateY(-1.5px) rotate(4.5deg);
}
.cross .bar:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.cross .bar:nth-of-type(2) {
  opacity: 0;
}
.cross .bar:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}
.cross:hover .bar:nth-of-type(1) {
  -webkit-transform: translateY(13.5px) rotate(-40.5deg);
  -ms-transform: translateY(13.5px) rotate(-40.5deg);
  transform: translateY(13.5px) rotate(-40.5deg);
}
.cross:hover .bar:nth-of-type(2) {
  opacity: 0.1;
}
.cross:hover .bar:nth-of-type(3) {
  -webkit-transform: translateY(-13.5px) rotate(40.5deg);
  -ms-transform: translateY(-13.5px) rotate(40.5deg);
  transform: translateY(-13.5px) rotate(40.5deg);
}

.swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-bullet-active {
  color: #fff;
  background: #fff;
}

.swiper-banner-home-pagination,
.swiper-banner-best-pagination,
.swiper-banner-pl-pagination,
.swiper-banner-free-pagination,
.swiper-banner-ranking-pagination,
.swiper-banner-freesale-pagination,
.swiper-banner-recommend-pagination,
.swiper-banner-serially-pagination,
.swiper-banner-ebook-pagination,
.swiper-banner-contest-pagination {
  position: absolute;
  z-index: 1001;
  text-align: right;
  left: -9px !important;
}

.swiper-wrapper img {
  width: 100%;
}

.book_swipe_area {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  display: block;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  scrollbar-width: none;
}

.book_swipe_area ::-webkit-scrollbar {
  display: none;
}
.book_swipe {
  width: 100%;
  position: relative;
  height: initial;
}
.book_swipe ul {
  display: flex;
  gap: 8px;
}
.book_swipe li {
  display: inline-flex;
  position: relative;
}
.book_swipe li.event {
  padding: 0 1px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.book_swipe li.tags {
  padding: 0 1px;
}
.book_swipe li.tags a {
  color: var(--txt--neu--500);
  padding: 3px 7px;
  font-size: 1.1em;
  margin: 0 2px 0 0;
  display: inline-block;
  border-radius: 6px;
  border: 1px solid var(--bor--neu--30-3);
}
.book_swipe li.rank {
  padding: 10px 10px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  float: none;
  width: auto;
}
.book_swipe li:first-child {
  padding-left: 15px;
}
.book_swipe li:last-child {
  padding-right: 15px;
}

.book_swipe_s {
  width: 100%;
  position: relative;
  height: 60px;
  overflow-y: hidden;
}
.book_swipe_s li {
  padding: 0 5px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  height: 60px;
  overflow: hidden;
}
.book_swipe_s li:first-child {
  padding-left: 0;
}
.book_swipe_s li:last-child {
  padding-right: 13px;
}
.book_swipe_s span.best {
  float: left;
  margin: 0px 10px 0 0px;
  color: #fff;
  padding: 11px 10px;
  font-size: 1.3em;
  border-radius: 0;
  width: 40px;
  background-color: transparent;
  line-height: 1.2em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}
.book_swipe_s span.new {
  float: left;
  margin: 0px 10px 0 0px;
  color: #fff;
  padding: 11px 10px;
  font-size: 1.3em;
  border-radius: 0;
  background-color: transparent;
  width: 40px;
  line-height: 1.2em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}
.book_swipe_s span.free {
  float: left;
  margin: 0px 10px 0 0px;
  color: #fff;
  padding: 11px 10px;
  font-size: 1.3em;
  border-radius: 0;
  background-color: transparent;
  width: 40px;
  line-height: 1.2em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}
.book_swipe_s span {
  display: inline-block;
  color: #fff;
  background-color: #aeaeae;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 18px 0 0 0;
}

/*좌측메뉴*/
.l_menu_mun-menu-panel {
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 100%;
  width: 80%;
  background-color: #32394a;
  font-size: 12px;
  -ms-overflow-style: none;
}

.l_menu_mun-menu-panel::-webkit-scrollbar {
  display: none;
}
.l_menu_mun-menu-panel a {
  color: #fff;
} /*햄버거 메뉴*/
.l_menu_mun-menu-btn {
  display: inline-block;
  float: left;
  cursor: pointer;
  z-index: 2;
  border: 0;
  background-position: -24px 7px !important;
  text-indent: -100000px;
  width: 38px;
  height: 46px;
  position: absolute;
  left: 0;
  top: 0;
}

.l_menu_mun-menu-panel {
  left: -100%;
}
.l_menu_mun-menu-panel .l_menu_mun-menu-btn {
  left: 121%;
}
.l_menu_mun-menu-panel.mo-menu-active {
  left: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}

.l_menu_mun-menu-panel.mo-menu-active .l_menu_mun-menu-btn span:before,
.l_menu_mun-menu-panel.mo-menu-active .l_menu_mun-menu-btn span:after {
  background: #fff;
}

.l_menu_mun-menu-panel-overlay {
  position: fixed;
  top: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

/* sidebar */
#sidebar {
  background-color: var(--bg--neu--00-4);
  z-index: 1000;
}
.mSidebar {
  color: #000; /*padding-bottom:20px;*/
}
.mSidebar a {
  color: var(--txt--neu--900);
  display: block;
}
.sidenav {
  margin-bottom: 10px;
}
.sidenav li {
  width: 50%;
  float: left;
  text-align: center;
}
.sidenav li.favorite {
  width: 28%;
}
.sidenav li a {
  height: 45px;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 45px;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  background: #f6f6f6;
  border-bottom: 1px solid #e1e1e1;
  color: #777777;
}
.sidenav li.on a {
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #000;
}
.sidenav li:first-child a {
  border-left: 0;
}
.sidenav li:last-child a {
  border-right: 0;
  border-left: 0;
}
.sidenav li.favorite a:after {
  width: 27px;
  height: 15px;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -13px;
  background-position: -20px 0;
}

.sidenav_log {
  padding: 0 0 10px 0;
}
.sidenav_log ul {
  height: 25px;
  font-size: 12px;
  font-weight: normal; /*원래볼드*/
  line-height: 27px;
  color: #969ead;
  border-bottom: 1px solid #242a37;
}
.sidenav_log li {
  width: 33%;
  float: left;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #3e4555;
}
.sidenav_log li a {
  display: block;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #242a37;
  background-color: #32394a;
  border-left: 1px solid #3e4555;
  border-right: 1px solid #242a37;
}
.sidenav_log li.on a {
  background-color: #1c202c;
  border-left: 1px solid #3e4555;
  border-right: 1px solid #242a37;
}

.sidemenu {
}
.sidemenu dt {
  text-align: left;
  height: 25px;
  position: relative;
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 27px;
  color: #000;
  border-bottom: 1px solid #e1e1e1;
  background-color: #f6f6f6;
}
.sidemenu dd {
  width: 50%;
  float: left;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
}
.sidemenu dd a {
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
}
.sidemenu dd:nth-child(even) a {
  border-right: 1px solid #e1e1e1;
}
.sidemenu dd:nth-child(odd) a {
  border-left: 0;
}
.sidemenu dd.on a {
  background-color: #1c202c;
}
.sidemenu dd .i_new:after {
  position: absolute;
  top: 13px;
  right: 13px;
}
.sidemenu2 dd:last-child {
  height: 40px;
}
.sidemenu2 dd:last-child a {
  border-right: 0;
}
.sidemenu2 dd:last-child a {
  border-left: 0;
}

/* 장르별 베스트 */
.subsidebest {
  float: left;
  width: 100%;
  padding: 0px;
}
.subsidebest li {
  float: left;
  width: 100%;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}
.subsidebest li dd {
  width: 50%;
  float: left;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #f6f6f6;
}
.subsidebest li dd a {
  display: block;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e1e1e1;
  background-color: #f6f6f6;
}
.subsidebest li dd:nth-child(1n) a {
  border-right: 0;
}
.subsidebest li dd:nth-child(2n) a {
  border-left: 1px solid #e1e1e1;
}

.sidebanner {
  padding: 10px 15px;
}
.sidebanner li {
  margin-bottom: 10px;
}
.sidebanner img {
  width: 100%;
}
.sidehead {
  padding: 10px;
  background-color: #1e222f;
  height: 20px;
}
.sidehead.style2 {
  padding: 10px;
  background-color: #1e222f;
  height: 60px;
}
.sidehead h1 {
  width: 25%;
  float: left;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: normal;
}
.sidequick {
  width: 75%;
  float: left;
  padding-top: 4px;
  font-size: 12px;
}
.sidequick .edit {
  display: block;
  float: left;
  position: relative;
  padding-left: 14px;
}
.sidequick .note {
  display: block;
  float: right;
  position: relative;
  padding: 0 5px 0 17px;
}
.sidequick .edit:before {
  display: block;
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 9px;
  height: 11px;
  background-position: -20px -20px;
}
.sidequick .note:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background-position: -38px -20px;
}
.sidequick .note em {
  color: #fd910a;
}
.sidealign {
  clear: both;
  overflow: hidden;
  border: 1px solid #454d53;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #2b3241;
  background: -moz-linear-gradient(top, #2b3241 0%, #131721 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b3241), color-stop(100%, #131721));
  background: -webkit-linear-gradient(top, #2b3241 0%, #131721 100%);
  background: -o-linear-gradient(top, #2b3241 0%, #131721 100%);
  background: linear-gradient(to bottom, #2b3241 0%, #131721 100%);
}
.sidealign li {
  width: 33%;
  float: left;
  text-align: center;
}
.sidealign li a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border-left: 1px solid #454d53;
}
.sidealign li:first-child a {
  border-left: 0;
}
.sidealign li.on a {
  background: #3b4253;
  background: -moz-linear-gradient(top, #3b4253 0%, #1c212d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b4253), color-stop(100%, #1c212d));
  background: -webkit-linear-gradient(top, #3b4253 0%, #1c212d 100%);
  background: -o-linear-gradient(top, #3b4253 0%, #1c212d 100%);
  background: linear-gradient(to bottom, #3b4253 0%, #1c212d 100%);
}
.sidelibrary dt {
  height: 25px;
  position: relative;
  padding-left: 36px;
  font-size: 12px;
  font-weight: normal; /*원래볼드*/
  line-height: 27px;
  color: #969ead;
  border-bottom: 1px solid #242a37;
  background-color: #434a5e;
  background: -moz-linear-gradient(top, #434a5e 0%, #394052 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #434a5e), color-stop(100%, #394052));
  background: -webkit-linear-gradient(top, #434a5e 0%, #394052 100%);
  background: -o-linear-gradient(top, #434a5e 0%, #394052 100%);
  background: linear-gradient(to bottom, #434a5e 0%, #394052 100%);
}

.sidelibrary dt:before {
  width: 17px;
  height: 17px;
  display: block;
  content: '';
  position: absolute;
  top: 4px;
  left: 10px;
  background-position: 0 -20px;
}
.sidelibrary dt span {
  margin: 0 8px;
}
.sidelibrary dd {
  padding-left: 10px;
  position: relative;
  padding-right: 74px;
  border-bottom: 1px solid #242a37;
  -moz-box-shadow: 0 1px 0 #3e4555;
  -webkit-box-shadow: 0 1px 0 #3e4555;
  box-shadow: 0 1px 0 #3e4555;
}
.sidelibrary dd.on {
  background-color: #1c202c;
}
.sidelibrary dd a {
  width: 100%;
  height: 40px;
  display: block;
  line-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sidelibrary dd .b_write {
  position: absolute;
  top: 7px;
  right: 10px;
}
.sidelibrary dd .i_new2:after {
  position: absolute;
  top: 12px;
  right: 51px;
  z-index: 10;
}
.gotop {
  float: right;
  padding: 15px 10px 0 0;
}

.sidelinks {
}
.sidelinks li {
  height: 40px;
  position: relative;
  padding: 0 10px;
  line-height: 40px;
  border-bottom: 1px solid #242a37;
  background-color: #2f3447;
  -moz-box-shadow: 0 1px 0 #3e4555;
  -webkit-box-shadow: 0 1px 0 #3e4555;
  box-shadow: 0 1px 0 #3e4555;
}
.sidelinks li .tit {
  float: left;
  font-size: 15px;
}
.sidelinks li .note {
  float: right;
}
.sidelinks li .note em {
  color: #fd910a;
}
.sidelinks li .write {
  width: 18.7%;
  float: right;
  display: block;
  padding-left: 10px;
  font-size: 14px;
  text-align: center;
  border-left: 1px solid #242a37;
  -moz-box-shadow: inset 1px 0 0 #3e4555;
  -webkit-box-shadow: inset 1px 0 0 #3e4555;
  box-shadow: inset 1px 0 0 #3e4555;
}
.sidelinks li .i_new:after {
  position: absolute;
  top: 14px;
  right: 10px;
}
.sidelinks li.subject {
  padding-right: 35px;
  background-color: #32394a;
}
.sidelinks li.subject a {
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sidelinks li.subject .i_new2:after {
  position: absolute;
  top: 14px;
  right: 10px;
}

.sidelinks2 {
}
.sidelinks2 li {
  height: 40px;
  position: relative;
  padding: 0 10px;
  line-height: 40px;
  border-bottom: 1px solid #242a37;
  background-color: #2f3447;
  -moz-box-shadow: 0 1px 0 #3e4555;
  -webkit-box-shadow: 0 1px 0 #3e4555;
  box-shadow: 0 1px 0 #3e4555;
}
.sidelinks2 li.type {
  height: 25px;
  position: relative;
  padding: 5px 0 0 10px;
  line-height: 25px;
  font-weight: normal; /*원래볼드*/
  color: #969ead;
  border-bottom: 1px solid #242a37;
  background-color: #434a5e;
  background: -moz-linear-gradient(top, #434a5e 0%, #394052 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #434a5e), color-stop(100%, #394052));
  background: -webkit-linear-gradient(top, #434a5e 0%, #394052 100%);
  background: -o-linear-gradient(top, #434a5e 0%, #394052 100%);
  background: linear-gradient(to bottom, #434a5e 0%, #394052 100%);
}
.sidelinks2 li .tit {
  float: left;
  font-size: 15px;
}
.sidelinks2 li .read {
  float: right;
}
.sidelinks2 li .read em {
  color: #7f8696;
}
.sidelinks li .write {
  width: 18.7%;
  float: right;
  display: block;
  padding-left: 10px;
  font-size: 14px;
  text-align: center;
  border-left: 1px solid #242a37;
  -moz-box-shadow: inset 1px 0 0 #3e4555;
  -webkit-box-shadow: inset 1px 0 0 #3e4555;
  box-shadow: inset 1px 0 0 #3e4555;
}
.sidelinks2 li .i_new:after {
  margin: 10px 0 0 10px;
  vertical-align: top;
}
.sidelinks2 li.subject {
  padding-right: 35px;
  background-color: #32394a;
}
.sidelinks2 li.subject a {
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sidelinks2 li.subject .i_new2:after {
  position: absolute;
  top: 14px;
  right: 10px;
}

/* 내정보 시작 */
.myinfo {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px 0 0 0;
  margin: 0;
  text-align: left;
}

.myinfo .logout {
  width: 100%;
  height: auto;
  padding: 0;
  vertical-align: middle;
  color: #000;
  min-height: 50px;
}
.myinfo .logout div {
  float: left;
  width: 45%;
}
.myinfo .logout .myidnick {
  padding-top: 0px;
  padding-left: 10px;
}
.myinfo .logout .myidnick .myNick {
  display: inline-block;
  font-weight: bold;
  font-size: 17px;
  color: #000;
}
.myinfo .logout .myidnick .myUser {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  color: #9f9f99;
}

.myinfo .logout .mylogout {
  vertical-align: middle;
}

.myinfo .logout .btn {
  color: #fff;
  width: 100%;
  background-color: #eee;
}
.myinfo .logout .btn img {
  float: right;
  width: 70%;
  max-width: 130px;
}
.myinfo .info {
  padding: 5px 10px 5px 10px;
  position: relative;
  font-size: 14px;
  vertical-align: middle;
}

.myinfo .info li {
  height: 25px;
  margin-left: 0px;
  width: 100%;
  color: #fff;
  vertical-align: middle;
  font-weight: normal; /*원래볼드*/
}
.myinfo .info .infoC_white {
  color: #fff;
}
.myinfo .info .infoC_blue {
  color: var(--txt--pri--500);
}
.myinfo .info .infoC_grey {
  color: #b8b8b8;
}
.myinfo .info li div {
  float: left;
}
.myinfo .info li .key {
  padding-left: 0px;
  width: 25%;
  margin-left: 0px;
}
.myinfo a.btn_charge {
  position: absolute;
  right: 0px;
  width: 116px;
  height: 40px;
  background-color: var(--bg--pri--always-500);
  border: 1px solid var(--bor--pri--always-500);
  top: 2px;
  color: var(--txt--neu--always-00);
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  box-sizing: border-box;
}

.myinfo .gold_rush {
  display: inline-block;
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  font-size: 18px;
  border-radius: 3px;
  color: #3f65fe;
  margin: 0 0 5px 0;
  border: 1px solid #3f65fe;
}
.myinfo .btn_logout {
  color: #3f65fe;
}
.myinfo .info li .value {
  width: 30%;
  display: inline-block;
  text-align: right;
}

.myinfo .prefer {
  margin: 0 auto;
  background: none;
  border-bottom: 1px solid #e1e1e1;
}

.myinfo .prefer .btn {
  margin-top: 2px;
  display: inline-block;
  color: #fff;
  width: 100%;
  text-align: center;
}
.myinfo .prefer .btn img {
  width: 100%;
  max-width: 480px;
}
.myinfo .push_setup {
  width: 100%;
  margin-top: 40px;
  text-align: center;
  background: none;
}

.myinfo .push_setup .btn {
  margin-top: 2px;
  display: inline-block;
  color: #fff;
  width: 150px;
  border: 1px solid #7f8696;
  border-radius: 5px;
  padding: 6px 6px;
  font-size: 13px;
  font-weight: normal; /*원래볼드*/
  text-align: center;
}

/* 내정보 끝 */

.sidenav li.favorite a:after,
.sidemenu dt:before,
.contest_join:after,
.facebook_btn:after,
.blog_btn:after,
.i_new1:after,
.i_new2:after,
.i_new-pluszone:after,
.i_secret,
.sidequick .edit:before,
.sidequick .note:before,
.sidelibrary dt:before,
.b_write,
.b_top,
.b_sidemenu,
.b_search,
.b_service,
.b_menuopen:after,
.b_menuclose:after,
.monopoly:before,
.monopoly2:before,
.rank1,
.rank2,
.rank3,
.mainlist1 li dl .inquiry .up:before,
.mainlist1 li dl .inquiry .down:before,
.mainlist1 li dl .inquiry .same:before,
.listbox_foot .view_all span:after,
.paging button:after,
.mainlist3 li .comment:after,
.b_write2,
.b_write4,
.b_write5,
.tabmenu ul li.favorite a:after,
.b_listopen,
.b_favorite_on:after,
.b_favorite_off:after,
.mainlist3 li .unconfirmed,
.mainlist1 li dl .btnset a.more_on:after,
.mainlist1 li dl .btnset2 a.more_on:after,
.mainlist1 li dl .btnset a.more_off:after,
.mainlist1 li dl .btnset2 a.more_off:after,
.writing_fiction .links li .favor:before,
.writing_fiction dl dt .monopoly:before,
.writing_fiction dl dt .monopoly2:before,
.b_write3:after,
.b_reply:before,
.ctrl_viewarea:before,
.ctrl_viewarea .lineheight button:after,
.ctrl_viewarea .fontsize button:after,
.cartoonists_words h3:before,
.b_prev span:before,
.b_next span:before,
.comment_list .comment_re:before,
.comment_list .comment_re_re:before,
.comment_list .view_more a:after,
.comment_list .comment dd.action:before,
.mainlist3 .entry_re:before,
.b_setting:after,
.b_top2:after,
.writing_article .inselect .open:after,
.board_list ul li:before,
.recomm,
.select_viewtype button:after,
.i_list:after,
.favorite_group .group li .del_group:after,
.b_send_message:before,
.b_send:before,
.b_add:after,
.b_del:after,
.b_sort:after,
.mainlist5 li .comment:after,
.webtoon_list .mainlist1 li dl .btnset a.new .up:before,
.webtoon_list .mainlist1 li dl .btnset a.new .down:before,
.webtoon_list .mainlist1 li dl .btnset2 a.new .up:before,
.webtoon_list .mainlist1 li dl .btnset2 a.new .down:before,
.webtoon_detail .links3 li .favor:before,
.select_jenre .option li.first a:after {
  background-color: transparent;
  background-repeat: no-repeat;
}

.sidenav li.favorite,
.b_write,
.mHead h1,
.b_sidemenu,
.b_search,
.b_service,
.b_menuopen,
.b_menuclose,
.rank1,
.rank2,
.rank3,
.mainlist1 li dl .iconset span,
.paging button,
.b_write2,
.tabmenu ul li.favorite a,
.b_listopen,
.b_favorite_on,
.b_favorite_off,
.mainlist3 li .unconfirmed,
.writing_fiction .iconset span,
.mainlist1 li dl .btnset a.more_on,
.mainlist1 li dl .btnset2 a.more_on,
.mainlist1 li dl .btnset a.more_off,
.btnset2 a.more_off,
.b_write3,
.ctrl_viewarea button,
.b_setting,
.select_viewtype button,
.favorite_align ul li.i_list,
.favorite_group .group li .del_group,
.favorite_group .group li dl dd.iconset span,
.message_list .mlist li .read,
.message_list .mlist li .unread,
.b_add,
.b_del,
.b_write4,
.b_write5,
.b_sort {
  text-indent: -9999px;
  overflow: hidden;
}
.sidenav:after,
.sidemenu:after,
.sidealign:after,
.listbox_menu_on:after,
.tabcontents:after,
.writing_fiction .inquiry,
.writing_fiction .links ul:after,
.mainlist1 li dl .btnset:after,
.mainlist1 li dl .btnset2:after,
.heading_fiction .ctrl_fiction:after,
.ctrl_viewarea:after,
.list_btnset:after,
.comment_write:after,
.btnset_foot:after,
.article_option:after,
.ctrl_comment:after,
.list_btnset2:after,
.favorite_align ul:after,
.favorite_group .head:after,
.message_tabmenu:after,
.message_list .btnset,
.message_write .btnset,
.sort_list,
.mainlist5:after,
.webtoon_detail .links3:after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
}

.menu_sticky {
  width: 100%;
  z-index: 9;
}
.menu_2depth {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

.menu_2depth.hidden {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transform: translate(0, -160px);
  -ms-transform: translate(0, -160px);
  -o-transform: translate(0, -160px);
  transform: translate(0, -160px);
  visibility: hidden;
}
.badge_count {
  position: absolute;
  top: 20px;
  right: 10px;
  padding: 5px 10px;
  background-color: #2c7fb9;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 0.8em;
}

/*뱃지*/
.badge_s {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 0.9em;
  font-weight: normal; /*원래볼드*/
  height: 1.6em;
  line-height: 1.6em;
}
.badge_s.bg_red {
  color: #f11024;
  background-color: #ffe2e5;
  border: 1px solid #ffe2e5;
}
.badge_s.line_red {
  color: #ff5766;
  background-color: #fff;
  border: 1px solid #ff5766;
}
.badge_s.bg_green {
  color: #1b5633;
  background-color: #c1ecd3;
  border: 1px solid #c1ecd3;
}
.badge_s.bg_gray {
  color: #fff;
  background-color: #6b7080;
  border: 1px solid #6b7080;
}
.badge_s.bg_tu {
  color: #8b4513;
  background-color: #f5d08a;
  border: 1px solid #f5d08a;
}

/*특정 간격*/
.margin_top_5 {
  margin-top: 5px;
}
.margin_top_20 {
  margin-top: 20px;
}
.margin_right_5 {
  margin-right: 5px;
}

#m_munpia {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: var(--bor--neu--20-3);
}
.mun_header {
  width: 100%;
  position: fixed;
  height: 46px;
  top: 0;
  left: 0;
  float: left;
  z-index: 210;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  background-clip: padding-box;
}
@media (min-width: 480px) {
  .mun_header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.23) 65%, rgba(0, 0, 0, 0.47) 100%);
    background-clip: padding-box;
  }
}

.mun_header .header_bg {
  width: 100%;
  position: absolute;
  height: 46px;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--bg--pri--500);
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  display: block;
}

.logo {
  width: 96px;
  height: 28px;
  display: block;
}
.mun_header_on {
  background: var(--bg--pri--500);
}
.mun_header_on2 {
  background-color: var(--bg--pri--500);
}
.mun_header h1 {
  width: 96px;
  height: 28px;
  margin: 9px auto;
  text-indent: -9999px;
}

#sub_header {
  width: 100%;
  position: fixed;
  height: 46px;
  top: 0;
  left: 0;
  float: left;
  z-index: 210;
  background-color: var(--bg--pri--500);
  color: #fff;
  font-size: 19px;
  line-height: 46px;
  text-align: left;
}
.list_title {
  padding: 0px 82px 0 38px;
  width: auto;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.list_title.goldrush {
  padding: 0px 82px 0 38px;
}
.mun_menu {
  width: 100%;
  height: 42px;
  float: left;
  z-index: 98;
  border-bottom: 1px solid var(--bor--neu--20-4);
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  margin-top: 273px;
}
@media screen and (max-width: 480px) {
  .mun_menu {
    margin-top: calc(409 / 720 * 100%);
  }
}

/*2nd 추가*/
.content {
  padding: 0;
}

.sticky {
  position: fixed;
  margin-top: 46px;
}
.sticky2 {
  position: fixed;
  top: 46px;
  padding-top: 0;
  width: 100%;
  transition: all 0.5s;
}

.sticky + .content {
  padding-top: 38px;
}

.mun_menu.active {
  -webkit-box-shadow: 0px 5px 4px -4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 4px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 4px -4px rgba(0, 0, 0, 0.1);
}

.mun_menu .menu_wrap {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  overflow-y: hidden;
  height: 47px;
  -webkit-overflow-scrolling: touch;
  border-bottom: solid 1px var(--bor--neu--20-4);
  background: var(--bg--neu--00-1);
}

.mun_menu .menu_wrap.btn_fixed {
  overflow: hidden;
}

.mun_menu .menu {
  width: 100%;
  position: relative;
}

.mun_menu .menu ul.btn_fixed {
  width: 100%;
  table-layout: fixed;
  display: table;
}

.mun_menu .menu li {
  line-height: 39px;
  font-size: 16px;
  margin: 0 7px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.mun_menu .menu li.sub {
  margin: 0 3px;
}

.mun_menu .menu li.sub.fixed {
  margin: 0 3px;
  display: table-cell;
  letter-spacing: -0.08em;
  font-size: 1.1em;
}

.mun_menu .menu li.on {
  border-bottom: 3px solid var(--bor--pri--500);
  color: var(--txt--pri--500);
  font-weight: normal; /*원래볼드*/
}
.mun_menu .menu li a {
  display: inline-block;
  padding: 0 10px;
  color: var(--txt--neu--500);
  position: relative;
}
.mun_menu .menu li.on a {
  color: var(--txt--pri--500);
}
/*다크테마추가*/
.mun_menu .menu li a .ebook-img {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.mun_menu .menu li a .freesale-img {
  width: 51px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
/*탭 모음*/

.tab_ui {
  position: relative;
  padding: 0;
  overflow: hidden;
  font-size: 1.1em;
  color: #626b72;
  border-top: 1px solid #dbdbdb;
  background-color: #f4f4f4;
}
.tab_ui li {
  display: inline;
  width: 50%;
  text-align: center;
  float: left;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 7px 0;
}
.tab_ui li.grid_5 {
  width: 19.8%;
}
.tab_ui li:last-child {
  border-right: 0;
  margin-right: -1px;
}
.tab_ui li.on {
  color: var(--txt--pri--500);
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.sub_tab {
  width: 100%;
  position: relative;
  height: 42px;
  border-bottom: solid 1px var(--bor--neu--20-4);
  background: var(--bg--neu--00-1);
}
.sub_tab ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -ms-flex-pack: space-around;
  margin-bottom: -1px;
  box-sizing: border-box;
  width: 100%;
}
.sub_tab li {
  line-height: 40px;
  font-size: 14px;
  margin: 0 7px;
  color: var(--txt--neu--300);
}

.sub_tab li.on {
  border-bottom: 3px solid var(--bor--pri--500);
  color: var(--txt--pri--500);
  font-weight: normal; /*원래볼드*/
}
.sub_tab li a {
  display: inline-block;
  padding: 0 10px;
  color: #626b72;
}
.sub_tab li.on a {
  color: var(--txt--pri--500);
}

.depth2 {
  position: relative;
  padding: 0;
  overflow: hidden;
  font-size: 14px;
  color: var(--txt--neu--500);
  width: 100%;
}

.depth2.line {
  border-bottom: 1px solid var(--bor--neu--20-4);
}
.depth2 ul {
  padding: 0;
  list-style: none;
  display: table; /* [1] */
  table-layout: fixed; /* [2] */
  width: 100%; /* [3] */
}
.depth2 li {
  display: table-cell;
  text-align: center;
  padding: 10px 0;
}

.depth2 li.on,
.depth3 li.on {
  color: var(--txt--pri--500);
  font-weight: normal; /*원래볼드*/
}
.depth2 li.on a,
.depth3 li.on a {
  color: var(--txt--pri--500);
}
.depth2 li a {
  display: block;
  color: var(--txt--neu--500);
}
.depth2.responsive-tab ul {
  padding: 0 15px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.depth2.responsive-tab li {
  display: block;
}
.depth2.responsive-tab li:first-child {
  min-width: 92px;
}

.depth3 {
  position: relative;
  padding: 2px 0;
  overflow: hidden;
  font-size: 14px;
  color: var(--txt--neu--500);
  margin: 0;
}
.depth3 ul {
  padding: 0;
  list-style: none;
  display: table; /* [1] */
  table-layout: fixed; /* [2] */
  width: 100%; /* [3] */
}
.depth3 li {
  display: table-cell;
  text-align: center;
  border-top: 1px solid var(--bor--neu--20-4);
  border-right: 1px solid var(--bor--neu--20-4);
  padding: 8px 0;
  background-color: var(--bg--neu--10-1);
  border-bottom: 1px solid var(--bor--neu--20-4);
  color: var(--txt--neu--300);
}
.depth3 li a {
  display: block;
}

.depth3 li:last-child {
  border-right: 0;
}
.depth3 li.on {
  color: var(--txt--pri--500);
  font-weight: 500; /*원래볼드*/
  background-color: var(--bg--neu--00-1);
  border-bottom: 1px solid var(--bg--neu--00-1);
}

.btn_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  vertical-align: top;
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
  overflow: hidden;
  padding: 11px 4px 11px 10px;
  background-position: 10px 7px;
}

.btn_home {
  position: absolute;
  right: 38px;
  top: 0;
  width: 38px;
  height: 46px;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  background-position: -95px 7px;
}

.btn_search {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 46px;
  vertical-align: top;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  background-position: -132px 7px;
  border: 0;
}

.btn_write {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 46px;
  vertical-align: top;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  background-position: -268px 7px;
  border: 0;
}

.btn_gift {
  position: absolute;
  right: 38px;
  top: 0;
  width: 38px;
  height: 46px;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  background-position: -163px 7px;
}

.btn_gift.on {
  background-position: -231px 7px;
}

.b_sidemenu {
  width: 30px;
  height: 20px;
  position: absolute;
  top: 12px;
  left: 10px;
  border: 0;
  padding-right: 9px;
  border-right: 1px solid #134580;
  background-position: -25px -80px;
  vertical-align: top;
  cursor: pointer;
}
.b_memo {
  width: 38px;
  height: 46px;
  position: absolute;
  top: 0px;
  left: 38px;
  border: 0;
  background-position: -61px 7px;
  vertical-align: top;
  cursor: pointer;
}
/*.b_memo_on { width:22px;height:28px;position:absolute;top:12px;left:45px;border:0;background:url('/asset/img/2nd/ico_alram_on.png') no-repeat; background-size:23px auto;vertical-align:top; cursor:pointer; }*/
.b_memo_sub {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 9px;
  right: 36px;
  border: 0;
  background-position: -35px 0;
  vertical-align: top;
  cursor: pointer;
  display: none;
}
.b_memo span,
.b_memo_sub span {
  /*99+까지 표현되도록 변경*/
  line-height: 12px;
  display: flex;
  height: 11px;
  padding: 0 4px;
  justify-content: center;
  align-items: center;
  color: var(--txt--neu--always-00);
  background-color: var(--bg--sec--always-orange500);
  font-size: 9px;
  font-weight: bold;
  border-radius: 6px;
  position: absolute;
  right: 3px;
  top: 9px;
}

.memo_layer {
  position: fixed;
  width: 100%;
  z-index: 1100;
  top: 0px;
  overflow-y: scroll;
  max-height: 100%;
}
.memo_layer h2 {
  position: relative;
  width: 100%;
  z-index: 1101;
  background-color: var(--bg--neu--00-4);
  border-bottom: 1px solid var(--bor--neu--20-2);
  display: block;
  text-align: center;
  font-size: 19px;
  line-height: 45px;
  font-weight: 400;
}
.memo_layer h3 {
  position: relative;
  width: 100%;
  z-index: 1101;
  background-color: var(--bg--neu--10-4);
  border-bottom: 1px solid var(--bor--neu--20-2);
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  line-height: 35px;
  letter-spacing: -0.05em;
  color: var(--txt--neu--300);
}
.memo_layer .btn-close {
  position: absolute;
  z-index: 1101;
  font-size: 0px;
  text-indent: -999px;
  width: 20px;
  height: 20px;
  top: 13px;
  right: 13px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
}
#mMemo {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 30%;
}
#mMemo p {
  padding-top: 70%;
  font-size: 13px;
  line-height: 180%;
  letter-spacing: -0.05em;
  color: #6e6e6e;
}
#mMemo p strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.05em;
  color: #000;
}
#mMemoList {
  text-align: left;
}
#mMemoList dl.memo_receive_2 {
  background-color: var(--bg--neu--00-4);
}
#mMemoList #alram_tab ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#mMemoList #alram_tab li {
  border-right: 1px solid var(--bor--neu--20-2);
  background-color: var(--bg--neu--00-4);
}
#mMemoList #alram_tab li:last-child {
  border-right: 0 !important;
}
#mMemoList #alram_tab li.alram_tab_on {
  border-right: 1px solid var(--bor--pri--always-500);
  background-color: var(--bg--pri--always-500);
}
#mMemoList #alram_tab li.alram_tab_on a {
  color: var(--txt--neu--always-00);
}
#mMemoList #alram_tab #alram_tab_1,
#mMemoList #alram_tab #alram_tab_2,
#mMemoList #alram_tab #alram_tab_3,
#mMemoList #alram_tab #alram_tab_4,
#mMemoList #alram_tab #alram_tab_5 {
  width: auto;
  float: none;
  padding: 10px 0;
  text-align: center;
  display: table-cell;
}
#mMemoList dl.memo_receive h4,
#mMemoList dl.memo_receive_2 h4 {
  border-color: var(--bor--pri--500);
  color: var(--txt--pri--500);
  width: 46px;
  text-align: center;
}
#mMemoList dl.memo_receive h4.prefer,
#mMemoList dl.memo_receive_2 h4.prefer {
  border-color: var(--txt--sec--orange500);
  color: var(--bor--sec--orange500);
}
#mMemoList dl.memo_receive h4.reply,
#mMemoList dl.memo_receive_2 h4.reply {
  border-color: var(--sys--positive--500);
  color: var(--sys--positive--500);
}
#mMemoList dl.memo_receive h4.propose,
#mMemoList dl.memo_receive_2 h4.propose {
  border-color: var(--sys--negative--500);
  color: var(--sys--negative--500);
}
#mMemoList dl.memo_receive h4.propose_munpia,
#mMemoList dl.memo_receive_2 h4.propose_munpia {
  border-color: #f26875;
  color: #fff;
  background: #f26875;
}
#mMemoList dl dt {
  font-weight: 500;
}
#mMemoList .memo_list {
  position: relative;
  overflow-y: auto;
  border-top: 1px solid var(--bor--neu--20-2);
  background-color: var(--bg--neu--00-4);
}
#mMemoList dl {
  position: relative;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid var(--bor--neu--20-2);
  font-size: 13px;
  line-height: 180%;
  letter-spacing: -0.06em;
  color: var(--txt--neu--300);
}
#mMemoList::after,
#mMemoList dl::after {
  content: '';
  display: block;
  clear: both;
}
#mMemoList dl dt {
  display: block;
  font-weight: 600;
  color: var(--txt--neu--900);
}
#mMemoList dl h4 {
  position: absolute;
  left: 15px;
  top: 10px;
  border-style: solid;
  border-width: 0.1em;
  line-height: 22px;
  height: 22px;
  padding: 0 10px;
  border-radius: 22px;
}
#mMemoList dl h5 {
  display: block;
  text-align: right;
  line-height: 22px;
  padding-bottom: 10px;
}
#mMemoList dl h5 strong {
  color: var(--txt--neu--500);
}
#mMemoList dl h5 span {
  padding-left: 11px;
  position: relative;
}
#mMemoList dl h5 span::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: var(--bg--neu--50-2);
  left: 5px;
  top: 50%;
  margin-top: -6px;
}
#mMemoList dl.memo_receive {
  background-color: rgba(0, 0, 0, 0.03);
}

.best_menu_wrap {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  overflow-y: hidden;
  height: 42px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #dbdbdb;
  display: block;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 5px 0;
}
.best_menu {
  width: 100%;
  position: relative;
}
.best_menu li {
  line-height: 39px;
  font-size: 1.2em;
  padding: 0 10px;
  margin: 0 7px;
  display: inline-block;
  vertical-align: top;
}

.best_menu li.on {
  border-bottom: 3px solid #3e6de3;
  color: var(--txt--pri--500);
  font-weight: normal; /*원래볼드*/
}

.sort {
  position: relative;
  padding: 8px 10px;
  font-size: 14px;
  color: var(--txt--neu--500);
}
.contents {
  width: 100%;
  overflow-x: hidden;
  background-color: var(--bor--neu--20-3);
}

#sub_contents {
  position: relative;
  width: 100%;
  padding-top: 46px;
  min-height: calc(100vh - 46px);
  background: var(--bg--neu--00-1);
}

#sub_contents > #wrapper {
  min-height: unset !important;
}

.books img,
.books_h img,
.books_h_80 img,
.books_40 img,
.books_50 img,
.books_57 img,
.books_free_57 img,
.books_100 img,
.books_test img {
  width: 100%;
}

/* .books .thumb_cover.monopoly:before,
.books_h .thumb_cover.monopoly:before,
.books_h_80 .thumb_cover.monopoly:before,
.books_40 .thumb_cover.monopoly:before,
.books_50 .thumb_cover.monopoly:before,
.books_57 .thumb_cover.monopoly:before,
.books_free_57 .thumb_cover.monopoly:before, */
.books_100 .thumb_cover.monopoly:before {
  width: 25px;
  height: 25px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-position: -56px -120px;
}
/* .books .thumb_cover.monopoly2:before,
.books_96 .thumb_cover.monopoly2:before,
.books_h .thumb_cover.monopoly2:before,
.books_h_80 .thumb_cover.monopoly2:before,
.books_40 .thumb_cover.monopoly2:before,
.books_50 .thumb_cover.monopoly2:before,
.books_57 .thumb_cover.monopoly2:before,
.books_free_57 .thumb_cover.monopoly2:before, */
.books_100 .thumb_cover.monopoly2:before {
  width: 24px;
  height: 24px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-position: -41px -273px;
}

.books_100.new .thumb_cover.monopoly:before,
.books_100.new .thumb_cover.monopoly2:before {
  display: none;
}

.books span.day_dim,
.books_h span.day_dim,
.books_h_80 span.day_dim,
.books_40 span.day_dim,
.books_50 span.day_dim,
.books_57 span.day_dim,
.books_100 span.day_dim,
.books_test span.day_dim {
  position: absolute;
  bottom: 0;
  height: 1.5em;
  background-color: rgb(62, 109, 227, 0.9);
  color: #fff;
  text-align: center;
  width: 100%;
}
.books_free_57 span.day_dim {
  position: absolute;
  bottom: 0;
  height: 1.5em;
  background-color: rgb(62, 109, 227, 0.9);
  color: #fff;
  text-align: center;
  padding: 0 6px;
}
.books span.new_dim,
.books_h span.new_dim,
.books_h_80 span.new_dim,
.books_40 span.new_dim,
.books_50 span.new_dim,
.books_57 span.new_dim,
.books_100 span.new_dim,
.books_test span.new_dim {
  position: absolute;
  bottom: 0;
  height: 1.5em;
  background-color: rgb(62, 109, 227, 0.9);
  width: 100%;
  color: #fff;
  text-align: center;
}

/*책 사이즈 57*/
.books_free_57 {
  margin: 6px 0 3px 0;
  position: relative;
  overflow: hidden;
}
.book_free_57 .rank_num {
  position: absolute;
  top: 10px;
  left: 0;
  width: 18px;
  text-align: center;
  font-weight: bold;
}
.books_free_57 .book_thumb {
  position: relative;
  height: 62px;
  float: left;
}
.books_free_57 .book_thumb.btn_more {
  background-color: #f4f4f4;
  text-align: center;
}
.books .book_thumb.btn_more span {
  margin-top: 50px;
  display: inline-block;
}

.books_free_57 .thumb_cover {
  display: block;
  width: 80px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border: 1px solid #e1e1e1; /*작품외곽선*/
}
.books_free_57 .thumb_cover:before {
  content: '';
  box-sizing: border-box;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}

.book_info_free_57 {
  width: 100%;
  margin: 11px 0 0 87px;
}

.book_info_free_57 p {
  width: 50%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.book_info_free_57 span.d_day {
  display: inline-block;
  color: var(--txt--pri--500);
  border: 1.5px solid #3e6de3;
  line-height: 1em;
  padding: 1px 2px 1px 1px;
  margin-bottom: 2px;
  font-size: 0.82em;
  border-radius: 3px;
  font-weight: bold;
}

.book_info_free_57 p.title {
  color: #000;
  font-weight: normal; /*원래볼드*/ /*제목 글자두께*/
  font-size: 1.1em; /*작품썸네일 제목*/
  height: 1.5em;
  line-height: 1.5em;
}
.book_info_free_57 p.author {
  color: #000;
  font-weight: 400;
  font-size: 0.9em;
  height: 1.5em;
  line-height: 1.5em;
  margin: 2px 0 0 0;
}

/*책 사이즈 70*/
.books {
  width: 86px;
  margin: 6px 0;
  position: relative;
  overflow: hidden;
}
.books .book_thumb {
  position: relative;
  height: 122px;
}
.books .book_thumb.btn_more {
  background-color: #f4f4f4;
  text-align: center;
}
.books .book_thumb.btn_more span {
  margin-top: 50px;
  display: inline-block;
}

.books .thumb_cover {
  display: block;
  width: 84px;
  height: 118px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border: 1px solid var(--bor--neu--20-1); /*작품외곽선*/
  border-radius: 4px;
}
.books .thumb_cover:before {
  content: '';
  box-sizing: border-box;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}

.books_h {
  width: 132px;
  margin: 6px 0;
  overflow: hidden;
  position: relative;
}
.books_h .book_thumb {
  position: relative;
  height: 100px;
}
.books.blank,
.books_h.blank {
  width: 80px;
}
.books_h .book_thumb.btn_more {
  background-color: #f4f4f4;
  text-align: center;
}
.books_h .book_thumb.btn_more_w {
  background-color: #eee;
  text-align: center;
}
.books_h .book_thumb.btn_more_w span,
.books_h .book_thumb.btn_more span {
  margin-top: 40px;
  display: inline-block;
}
.books_h .thumb_cover {
  display: block;
  width: 130px;
  height: 98px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border: 1px solid #e1e1e1; /*작품외곽선*/
}

.books_h .thumb_cover:before {
  content: '';
  box-sizing: border-box;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}

.books_h_80 {
  width: 82px;
  margin: 6px 0;
  overflow: hidden;
  position: relative;
}
.books_h_80 .book_thumb {
  position: relative;
  height: 62px;
}
.books_h_80 .thumb_cover {
  display: block;
  width: 80px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border: 1px solid #e1e1e1; /*작품외곽선*/
}

.books_h_80 .thumb_cover:before {
  content: '';
  box-sizing: border-box;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.book_info_70 {
  width: 100%;
  margin: 8px 0;
}

.book_info_70 p {
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.book_info_70 span.d_day {
  display: inline-block;
  color: var(--txt--pri--500);
  border: 1.5px solid #3e6de3;
  line-height: 1em;
  padding: 1px 2px 1px 1px;
  margin-bottom: 2px;
  font-size: 0.82em;
  border-radius: 3px;
  font-weight: bold;
}

.book_info_70 p.title {
  color: var(--txt--neu--900);
  font-weight: normal; /*원래볼드*/ /*제목 글자두께*/
  font-size: 1.1em; /*작품썸네일 제목*/
  height: 1.5em;
  line-height: 1.5em;
}
.book_info_70 p.author {
  color: var(--txt--neu--300);
  font-weight: 400;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin: 2px 0 0 0;
}
.badge_2021 {
  text-indent: 0;
  width: 68px !important;
  height: 15px;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
}
.badge_2021_bbs {
  text-indent: 0;
  width: 68px;
  height: 15px;
  display: inline-block;
  margin: 0 0 -2px 5px;
  background-repeat: no-repeat;
}
.contest-badge {
  text-indent: 0;
  width: 35px !important;
  height: 16px;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
}
.icon_new {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: -21px 0;
  text-indent: -9999px;
}
.icon_new_bbs {
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  background-position: -42px 0;
  margin-bottom: -2px;
}

.iconset {
  padding: 0;
}
.iconset span {
  display: block;
  float: left;
  position: relative;
  text-indent: -1024px;
  overflow: hidden;
}
.iconset span + span {
  margin-left: 2px;
}
.i_new1:after {
  width: 13px;
  height: 14px;
  content: '';
  display: inline-block;
  background-position: -105px -244px;
}
.i_new2:after {
  width: 13px;
  height: 13px;
  content: '';
  display: inline-block;
  background-position: 0 -200px;
}
.i_new3:after {
  width: 15px;
  height: 15px;
  content: '';
  display: inline-block;
} /* 201709_edna 추가 */
.i_new-pluszone:after {
  width: 13px;
  height: 13px;
  content: '';
  display: inline-block;
  background-position: -56px -160px;
}
.i_coin:after {
  width: 13px;
  height: 14px;
  content: '';
  display: inline-block;
  background-position: -70px -244px;
}
.i_coin1:after {
  width: 13px;
  height: 13px;
  content: '';
  display: inline-block;
  background-position: -133px -307px;
}
.i_gold:after,
.i_rental:after,
.i_adult:after,
.i_complete:after,
.i_adult:after {
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
}
.i_gold:after {
  background-position: 0 0;
}
.i_rental:after {
  background-position: -63px 0;
}
.i_adult:after {
  background-position: -167px 0;
}
.i_complete:after {
  background-position: -84px 0;
}
/* 20230504 */
.icon_up {
  width: 20px;
  height: 16px;
  background-position: 0 -22px;
  margin: 0px 4px 0 0;
  vertical-align: top;
}
.icon_up.badge-14 {
  width: 17px;
  height: 14px;
  background-position: 0 -42px;
  vertical-align: middle;
  margin: 0 0 3px 0;
}
.novel_list_area li .icon_up {
  margin-top: 2px;
}
.i_rental {
  width: 25px;
  height: 16px;
  background-position: -53px -22px;
}
.i_adult {
  width: 16px;
  height: 16px;
  background-position: -121px -22px;
  display: none !important;
}
.i_complete {
  width: 25px;
  height: 16px;
  background-position: -24px -22px;
  margin: 0 4px 0 0;
  vertical-align: top;
}
.i_private {
  width: 35px;
  height: 16px;
  background-position: -141px -22px;
  margin: 0 4px 0 0;
  vertical-align: top;
}
.badge_arena {
  text-indent: 0;
  width: 68px !important;
  height: 15px;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
}
/* 201709_edna 추가 start */
.i_text_basic {
  text-indent: 0px !important;
  word-break: keep-all;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
}

.i_discount,
.i_free {
  width: auto !important;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  height: 16px;
  padding: 0px 3px;
}

.i_serial_day {
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  font-size: 0.786em !important; /* 20170920_edna 가이드 :폰트 위치 조정(상, 하) */
  line-height: 1.363em !important;
  font-weight: normal !important;
  text-align: center;
  color: #fff !important;
  padding: 0px 1px 0px 1px; /* 20170920_edna 가이드 :요일별 위치 조정(top, right, bottom, left 순) */
  margin: 7px 3px 5px 0;
  border: 1px solid #2276bc;
  background-color: #2276bc;
} /* 20170912_edna 수정*/

.i_dormant {
  width: 30px;
  color: #2276bc !important;
  border: 1px solid #2276bc;
  background-color: #fff;
} /* 20170912_edna 수정*/

.i_serial {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
}
.i_hits {
  background-position: 0 -12px;
}
.i_preference {
  background-position: 0 -24px;
}
.i_recommendation {
  background-position: 0 -36px;
}
.i_down {
  position: relative;
  bottom: 1px;
  background-position: 0 -47px;
}

.books_40 {
  float: left;
  width: 42px;
  height: 58px;
  margin: 6px 0 15px 0;
  position: relative;
}
.books_40 .book_thumb {
  position: relative;
  height: 60px;
}
.books_40 .thumb_cover {
  display: block;
  width: 40px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border: 1px solid #e1e1e1; /*작품외곽선*/
}
.books_40 .thumb_cover:before {
  content: '';
  box-sizing: border-box;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.books_50 {
  float: left;
  width: 52px;
  height: 73px;
  margin: 6px 0 15px 0;
  position: relative;
}
.books_50 .book_thumb {
  position: relative;
  height: 81px;
}
.books_50 .thumb_cover {
  display: block;
  width: 50px;
  height: 71px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border: 1px solid #e1e1e1; /*작품외곽선*/
}
.books_50 .thumb_cover:before {
  content: '';
  box-sizing: border-box;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}

/*중간 책 사이즈*/
.books_57 {
  float: left;
  width: 57px;
  height: 81px;
  margin: 6px 0 15px 0;
  position: relative;
}
.books_57 .book_thumb {
  position: relative;
  height: 81px;
}
.books_57 .thumb_cover {
  display: block;
  width: 55px;
  height: 79px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border: 1px solid var(--bor--neu--20-1); /*작품외곽선*/
  border-radius: 4px;
}
.books_57 .thumb_cover:before {
  content: '';
  box-sizing: border-box;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.book_info_57 {
  float: left;
  width: 85px;
  margin: 8px 0 15px 8px;
}

.book_info_57 p {
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.book_info_57 p.genre {
  color: #626b72;
  font-weight: 400;
  font-size: 0.9em;
}
.book_info_57 p.title {
  color: #000;
  font-weight: 400; /*제목 글자두께*/
  font-size: 1em; /*작품썸네일 제목*/
  height: 1.4em;
  line-height: 1.4em;
}
.book_info_57 p.author {
  color: #626b72;
  font-weight: 400;
  font-size: 0.9em;
  height: 1.4em;
  line-height: 1.4em;
}
.book_info_57 p.eventLine {
  color: #626b72;
  font-weight: 600;
  font-size: 0.9em;
  padding: 5px 0 0 0;
}

.book_info_57 p.eventLine a {
  color: #0080ff;
  text-decoration: underline;
}

.books_100 {
  float: left;
  width: 102px;
  height: 145px;
  margin: 6px 0 15px 0;
  position: relative;
}
.books_100 .book_thumb {
  position: relative;
  height: 145px;
}
.books_100 .thumb_cover {
  display: block;
  width: 100px;
  height: 143px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border: 1px solid var(--bor--neu--20-1); /*작품외곽선*/
  border-radius: 5px;
}
.books_100 .thumb_cover:before {
  content: '';
  box-sizing: border-box;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}

.books_100 .thumb_cover.label_19::after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.skeleton_banner {
  width: 100%;
  height: 105px;
  background-color: #ddd;
}
.skeleton_txt {
  background-color: #eee;
  height: 10px;
  margin: 0;
  display: block;
}
.skeleton_txt.dark {
  background-color: #dfdfdf;
}
.gradient {
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #fafafa 8%, #f4f4f4 38%, #fafafa 54%);
  background-size: 1200px 640px;

  position: relative;
}

.dark {
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #ebe8e8 8%, #dfdfdf 38%, #ebe8e8 54%);
  background-size: 1200px 640px;

  position: relative;
}

.select_area {
  width: 120px;
  position: absolute;
  height: 240px;
  overflow-y: scroll;
  z-index: 100;
  top: 34px;
  background-color: var(--bg--neu--00-4);
  border-radius: 5px;
  text-align: left;
  z-index: 101;
  padding: 6px 8px !important;
  border: 1px solid var(--bor--neu--20-4);
}
.select_area.h-76 {
  height: 76px;
}
.select_area .select_scroll {
  width: 100%;
  position: relative;
  display: block;
}
.select_scroll li {
  display: block;
  overflow: hidden;
  width: 106px;
  height: 24px;
  padding: 7px 0 5px 12px;
  font-size: 14px;
  color: var(--txt--neu--500);
  white-space: nowrap;
  margin: 1px 0;
}
.select_scroll li.on {
  font-weight: 500;
  color: var(--txt--neu--900);
  background: var(--bg--pri--50);
  border-radius: 3px;
}
.select_btn {
  width: 114px;
  padding: 0 3px;
  height: 25px;
  line-height: 25px;
}
.select_btn span {
  margin: 0 0 0px 6px;
  font-size: 12px;
  display: inline-block;
  color: var(--img--always-neu300);
}

/*할인무료 뱃지*/
.badge_discount {
  display: block;
  position: absolute;
  right: -4px;
  top: 1px;
  z-index: 120;
  line-height: 0;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  background: #ff9100;
  border: 1px solid #ff9100;
  border-radius: 40px;
}
.badge_free {
  display: block;
  position: absolute;
  right: -4px;
  top: 1px;
  z-index: 120;
  line-height: 0;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  box-shadow: 02px 3px 0 rgba(0, 0, 0, 0.3);
  background: #609f1c;
  border: 1px solid #609f1c;
  border-radius: 40px;
}
.cont {
  display: block;
  width: 36px;
  height: 1em;
  position: absolute;
  left: 50%;
  top: 30%;
  margin-top: -0.45em;
  margin-left: -18px;
  text-align: center;
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 1em;
  vertical-align: top;
  font-size: 0.95em;
}
.search_area {
  position: relative;
  padding: 9px 14px;
  display: block;
}
.search_area.bottom-lined {
  border-bottom: 1px solid var(--bor--neu--20-4);
}
.search_area .sort-selectbox {
  position: absolute;
  top: 14px;
}
.search_area .sch_inpw_in {
  padding: 0 0 0 64px;
  display: block;
}

.search_area .sch_del {
  position: absolute;
  top: 50%;
  right: 55px;
  width: auto;
  height: auto;
  margin-top: -13px;
}
.search_area .sch_del .icon_sch_del {
  width: 20px;
  height: 20px;
  background-position: -107px -194px;
  display: inline-block;
  overflow: hidden;
  color: transparent;
  margin: 3px;
  vertical-align: top;
}

.search_area .sch_submit {
  position: absolute;
  right: 16px;
  top: 9px;
  width: 36px;
  height: 36px;
  vertical-align: top;
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
  overflow: hidden;
  background-position: center center;
  border: 0;
  background-repeat: no-repeat;
  background-color: transparent;
}

.best_head {
  height: 42px;
  background-color: var(--bg--neu--00-1);
  border-bottom: solid 2px var(--bor--neu--20-4);
}
.best_head h2 {
  text-align: center;
  font-size: 18px;
  color: var(--txt--neu--900);
  height: 44px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  justify-content: center;
}
.img-24-aged19 {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url('/asset/img/2nd/Aged19.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.best_head .category select {
  vertical-align: middle;
  width: 100px;
  height: 28px;
  margin: -5px 0 0 10px;
  border: 1px solid var(--bor--neu--30-2);
  border: 1px solid var(--bor--neu--30-2);
  padding: 0 24px 0 6px;
  color: var(--txt--neu--500);
  border-radius: 3px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.best_head .genre {
  text-align: left;
  margin-left: 14px;
  justify-content: left;
}
.best_head .genre select {
  vertical-align: middle;
  width: auto;
  height: 28px;
  margin: 0;
  border: 1px solid var(--bor--neu--30-2);
  position: absolute;
  top: 7px;
  right: 14px;
  padding: 0 24px 0 6px;
  color: var(--txt--neu--500);
  border-radius: 3px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* footer */
/* footer */
.mFoot {
  font-size: 12px;
  background-color: var(--bg--neu--00-1);
}
.mFoot .links1 {
  padding: 8px 13px;
  text-align: center;
  background-color: var(--bg--neu--20-3);
}
.mFoot .links1 a {
  margin: 0;
  color: var(--txt--neu--300);
  display: inline-block;
  font-size: 13px;
}
.mFoot .links1 .footer-divide-line {
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: var(--bg--neu--50-2);
  margin: 0 8px -1px 8px;
}
.mFoot .footer-collapse {
  text-align: left;
  padding: 20px 15px 4px;
  color: var(--txt--neu--500);
  /* font-weight: 500; */
}
/*다크테마추가*/
.mFoot .footer-collapse a,
.mFoot .footer-collapse a:hover {
  color: var(--txt--neu--500);
  font-size: 13px;
}
.mFoot .footer-collapse i.arrow.up,
.mFoot .footer-collapse i.arrow.down {
  border-color: var(--bor--neu--500);
}
.mFoot .footer-collapse span {
  font-weight: 500;
}
.mFoot .links2 {
  text-align: left;
  padding: 3px 15px;
  color: #757575;
}
.mFoot .links2 a {
  margin: 0;
  line-height: 22px;
  display: inline-block;
  color: var(--txt--neu--300);
  font-size: 13px;
}
.mFoot .links2 .footer-divide-line {
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: var(--bg--neu--50-2);
  margin: 0 8px -1px 8px;
}
.mFoot .address {
  text-align: left;
  padding: 10px 15px;
  color: var(--txt--neu--300);
  font-size: 12px;
  line-height: 17px;
}
.mFoot .address a {
  color: var(--txt--neu--500);
}
.mFoot .prov {
  font-weight: 500;
}
.mFoot .copyright {
  padding: 4px 15px 24px;
  text-align: left;
  font-size: 12px;
  color: #757575;
}
.mFoot .mun_info {
  margin: 20px auto 15px;
  font-size: 1em;
}
footer .notice {
  position: relative;
  padding: 0 0 0 68px;
  background-color: var(--bg--neu--00-1);
  margin: 0;
  border-top: 1px solid var(--bor--neu--20-3);
  display: flex;
  align-items: center;
  height: 41px;
  box-sizing: border-box;
}
footer .notice a:hover {
  color: var(--txt--neu--900);
}
footer .notice h3 {
  position: absolute;
  top: 10px;
  left: 15px;
  padding-right: 7px;
  font-size: 13px;
  font-weight: 500;
  -webkit-background-size: 3px;
  background-size: 3px;
}
footer .notice h3 a {
  color: var(--txt--neu--500);
}
footer .notice li {
  text-align: left;
}
footer .notice .appstore {
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
}
footer .notice .ticker {
  overflow: hidden;
  height: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .notice .ticker li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: var(--txt--neu--300);
}
/*페이징*/
.main_page_number_wapper {
  text-align: center;
  border-top: 1px solid var(--bor--neu--20-4);
  padding: 14px 0;
  overflow: hidden;
}
.main_page_number_wapper.pagination {
  margin: 0;
}
#main_page_number {
  display: block;
  padding: 0;
}
#main_page_number li {
  display: inline;
  text-align: center;
}
#main_page_number .pagination {
  margin: 0;
}
#main_page_number .pagination li:first-of-type a {
  display: block;
  position: absolute;
  top: 0;
  left: 14px;
  background-color: var(--bg--neu--00-3);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  text-indent: -1000000px;
  box-sizing: border-box;
  border: 1px solid var(--bor--neu--30-1);
}
#main_page_number .pagination li:first-of-type a:after,
#main_page_number .pagination li:last-of-type a:after {
  width: 16px;
  height: 16px;
  display: block;
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
}
#main_page_number .pagination li:first-of-type a:after {
  background-position: -36px -36px;
}
#main_page_number .pagination li:last-of-type a:after {
  background-position: -72px -36px;
}
#main_page_number .pagination li a.active {
  color: var(--txt--pri--500);
  font-weight: 500;
}
#main_page_number .pagination li a {
  display: inline-block;
  color: var(--txt--neu--300);
  height: 36px;
  line-height: 36px;
  text-decoration: none;
  text-align: center;
  width: 36px;
  padding: 0;
  margin: 0 1px;
}
#main_page_number .pagination li:last-of-type a {
  display: block;
  position: absolute;
  top: 0;
  right: 14px;
  background-color: var(--bg--neu--00-3);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  text-indent: -1000000px;
  border: 1px solid var(--bor--neu--30-1);
  box-sizing: border-box;
}

.paging {
  height: 64px;
  line-height: 64px;
  position: relative;
  color: var(--txt--neu--300);
  text-align: center;
  border-top: 1px solid var(--bor--neu--20-4);
  font-size: 15px;
}
.paging em {
  color: var(--txt--pri--500);
  font-weight: 500;
}
.paging button {
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  top: 14px;
  vertical-align: top;
  cursor: pointer;
  background-color: var(--bg--neu--00-3);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  text-indent: -1000000px;
  box-sizing: border-box;
  border: 1px solid var(--bor--neu--30-1);
}
.paging button.first {
  left: 14px;
}
.paging button.prev {
  left: 55px;
}
.paging button.prev2 {
  left: 14px;
}
.paging button.next {
  right: 55px;
}
.paging button.next2 {
  right: 14px;
}
.paging button.last {
  right: 14px;
}
.paging button:after {
  width: 16px;
  height: 16px;
  display: block;
  content: '';
  position: absolute;
  top: 9px;
  left: 9px;
}
.paging button.first:after {
  background-position: 0 -36px;
}
.paging button.prev:after {
  background-position: -36px -36px;
}
.paging button.prev2:after {
  background-position: -56px -30px;
}
.paging button.next:after {
  background-position: -72px -36px;
}
.paging button.next2:after {
  background-position: -56px -45px;
}
.paging button.last:after {
  background-position: -108px -36px;
}

.pagination {
  text-align: center;
  cursor: default;
  position: relative;
  margin: 14px 0;
}
.pagination li {
  display: inline-block;
  height: 30px;
  vertical-align: top;
}
.pagination a,
.pagination span {
  text-decoration: none;
  width: 26px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
  font-size: 15px;
}
.pagination a {
  color: var(--txt--neu--300);
}
.pagination span {
  color: var(--txt--pri--500);
  font-weight: 500;
}
.pagination a.home,
.pagination a.prev,
.pagination a.next,
.pagination a.end {
  display: block;
  position: relative;
  top: 0;
  background-color: var(--bg--neu--00-3);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  text-indent: -1000000px;
  box-sizing: border-box;
  border: 1px solid var(--bor--neu--30-1);
  width: 28px;
}
.pagination a.home:after,
.pagination a.prev:after,
.pagination a.next:after,
.pagination a.end:after {
  width: 16px;
  height: 16px;
  display: block;
  content: '';
  position: absolute;
  top: 7px;
  left: 6px;
}
.pagination a.home:after {
  background-position: -1px -38px;
}
.pagination a.prev:after {
  background-position: -38px -38px;
}
.pagination a.next:after {
  background-position: -74px -38px;
}
.pagination a.end:after {
  background-position: -110px -38px;
}
.pagination a.home {
  /* left: 14px; */
}
.pagination a.prev {
  /* left: 55px; */
  margin-left: 1px;
}
.pagination a.next {
  /* right: 55px; */
  margin-right: 1px;
}
.pagination a.end {
  /* right: 14px; */
}
.purchase-list-prev-btn,
.purchase-list-next-btn {
  width: auto !important;
  color: var(--txt--neu--500) !important;
  font-size: 15px;
  position: absolute;
  top: 0;
}
.purchase-list-prev-btn {
  left: 14px;
}
.purchase-list-next-btn {
  right: 14px;
}
.memoview_bk {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.sud_box {
  background-color: #fff;
  padding: 8px 20px 13px;
  border: 1px solid #e0e0e0;
}
.notice_tit {
  font-size: 1.2em;
  color: #686868;
  padding: 5px;
}
.notice_sud {
  font-size: 0.9em;
  color: #878787;
  padding-top: 7px;
}
.notice_tit span {
  color: #e24242;
}
.info_txt {
  width: 95%;
  margin: 10px auto 0 auto;
}
.info_txt li {
  padding: 2px 0 3px 6px;
  color: var(--txt--neu--500);
  position: relative;
  list-style: none;
  text-align: left;
}
.info_txt li:before {
  content: '';
  width: 4px;
  height: 1px;
  background: var(--txt--neu--500);
  position: absolute;
  left: 0;
  top: 11px;
}
/*신고하기*/
.reporthead {
  font-size: 16px;
  height: 37px;
  line-height: 35px;
  position: relative;
  color: #fefefe;
  text-align: center;
  border-bottom: 3px solid #2276bc;
  background-color: #32394b;
}
.reporthead h2 span {
  color: #2276bc;
  font-size: 15px;
}
.reporthead select {
  text-align: center;
  left: 5px;
  width: 70px;
  height: 27px;
  font-size: 11px;
  font-weight: bold;
  padding-left: 7px;
  color: #dedede;
  display: block;
  position: absolute;
  top: 5px;
  border: 1px solid #222;
  background-color: #33384b;
  vertical-align: top;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity: 50;
  filter: alpha(opacity=50);
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.29);
  background-repeat: no-repeat;
}
.reporthead select::-ms-expand {
  display: none;
}
.reporthead select option {
  background-color: #33384b;
}
.reportwrite {
  width: 100%;
  background-color: var(--bg--neu--00-4);
}
.reportwrite .write_impos {
  padding: 40px;
  font-size: 20px;
  background-color: #f9f9f9;
  text-align: center;
}
.reportwrite .writing_mform {
  padding: 0;
}
.reportwrite .writing_mform .report_mem {
  padding: 14px;
  background-color: var(--bg--neu--10-3);
  color: var(--txt--neu--500);
  max-height: 56px;
  overflow-y: scroll;
}
.reportwrite .writing_mform .report_mem.member-name {
  background-color: var(--bg--neu--00-4);
  color: var(--txt--neu--500);
}
.reportwrite .writing_mform .report_mem button {
  width: 28px;
  height: 28px;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #f2f2f2;
  color: #3a7fb3;
  font-weight: bold;
  right: 10px;
  position: absolute;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.29);
}
.reportwrite .writing_mform .msgSelAlert {
  background-color: #f2f2f2;
  font-size: 13px;
  color: #2e92de;
  font-weight: bold;
}
.reportwrite .writing_mform .msgSelName {
  background-color: #f2f2f2;
  font-size: 13px;
  color: #2e92de;
  font-weight: bold;
}
.reportwrite .writing_mform .msgSelName .msglist {
  float: left;
  width: 45%;
  padding: 3px;
  margin: 3px;
  border-radius: 3px;
  border: 1px solid #dadada;
}
.reportwrite .writing_mform .report_sub {
  padding: 14px;
  border-bottom: 1px solid var(--bor--neu--20-2);
  position: relative;
}
.reportwrite .writing_mform .report_sub ul {
  padding: 10px 0;
}
.reportwrite .writing_mform .report_sub ul li {
  padding: 6px 0;
  height: 25px;
  color: var(--txt--neu--500);
}
.reportwrite .writing_mform .report_sub ul li input {
  margin-top: -3px;
}
.reportwrite .reportname {
  font-weight: bold;
  font-size: 14px;
  color: var(--txt--neu--900);
}
.reportwrite .reportname2 {
  font-size: 12px;
  color: var(--txt--neu--300);
}
.reportwrite .writing_mform .intext {
  width: 100%;
  height: 28px;
  padding: 8px;
  margin-bottom: 0px;
  line-height: 28px;
  font-size: 13px;
  color: #555;
  border: 1px solid #b0b6b8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.reportwrite .writing_mform .intextarea {
  width: 100%;
  height: 270px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 14px;
  font-size: 13px;
  color: var(--txt--neu--500);
  border: 1px solid var(--bor--neu--30-2);
  background-color: var(--bg--neu--00-4);
  border-radius: 4px;
}
.reportwrite .writing_mform .textCntArea {
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: var(--txt--neu--200);
}
.reportwrite .writing_mform .textCntArea .memoCnt {
  color: var(--txt--neu--300);
  font-weight: 500;
}
/*신고하기 끝*/

/* 문피아 알림설정 (S) */
.pushSetup {
  padding: 10px;
  background-color: #1e222f;
  color: #fff;
}
.pushSetup .list {
  height: 78px;
}
.pushSetup .list li {
  position: relative;
  height: 40px;
  line-height: 37px;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 10px 0 10px;
  border-bottom: 1px solid #242a37;
  background-color: #2f3447;
  -moz-box-shadow: 0 1px 0 #3e4555;
  -webkit-box-shadow: 0 1px 0 #3e4555;
  box-shadow: 0 1px 0 #3e4555;
}
.pushSetup .list li .group {
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 5px 0 0 10px;
  color: #969ead;
  border-bottom: 1px solid #242a37;
  background-color: #434a5e;
  background: -moz-linear-gradient(top, #434a5e 0%, #394052 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #434a5e), color-stop(100%, #394052));
  background: -webkit-linear-gradient(top, #434a5e 0%, #394052 100%);
  background: -o-linear-gradient(top, #434a5e 0%, #394052 100%);
  background: linear-gradient(to bottom, #434a5e 0%, #394052 100%);
}
.pushSetup .list li .pushbtn {
  float: right;
  padding: 3px 0 0 0;
}

.pushSetup .list .subTitle {
  position: absolute;
  font-size: 11px;
  letter-spacing: -1px;
  color: #aaa;
  padding: 7px 0 0 0;
}

/*골드게이지 레이어팝업*/

.gold_layer_pop {
  width: 300px;
  padding: 0;
  overflow: hidden;
  background-color: var(--bg--neu--00-4);
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 126px !important;
  z-index: 556;
  text-align: center;
  border-radius: 6px;
}
.gold_layer_pop p.pop_title {
  width: 100%;
  height: 42px;
  text-align: center;
  margin: 0;
  font-size: 16px;
  line-height: 40px;
  color: var(--txt--neu--900);
  line-height: 43px;
  border-bottom: 1px solid var(--bor--neu--20-2);
}
.gold_layer_pop p.get-coupon-msg .msg-txt {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--txt--neu--900);
  line-height: 21px;
}
.gold_layer_pop p.get-coupon-msg .msg-txt span {
  color: var(--txt--pri--500);
}
.gold_layer_pop p.get-coupon-msg {
  font-size: 13px;
  padding: 10px 0 0 0;
  line-height: 17px;
}
.gold_layer_pop .title {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 170px;
  overflow: hidden;
  float: left;
  margin-left: 20px;
  margin-right: -26px;
}
.gold_layer_pop h1 {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: var(--txt--pri--500);
}
.gold_layer_pop p {
  margin: 10px auto;
  font-size: 12px;
  letter-spacing: -0.02em;
  line-height: 16px;
  color: var(--txt--neu--300);
  position: relative;
  display: block;
}
.gold_layer_pop p.td_title {
  margin: 0;
  font-size: 1em;
  letter-spacing: -0.02em;
  width: 100px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.gold_layer_pop tr {
  border-bottom: 1px solid var(--bor--neu--20-4);
}
.gold_layer_pop td {
  padding: 8px 0;
  letter-spacing: -0.05em;
  font-size: 12px;
  color: var(--txt--neu--500);
}
.layer-info {
  text-align: left;
  margin: 14px 20px 20px 20px;
  border-radius: 4px;
  background-color: var(--bg--neu--10-3);
  padding: 10px 14px 14px 14px;
}
.layer_info_txt {
  margin: 4px auto 0 auto;
  display: grid;
  gap: 6px;
}
.layer_info_txt li {
  font-weight: 400;
  line-height: 21px;
  color: var(--txt--neu--500);
  list-style: none;
  word-break: keep-all;
  padding: 0 0 0 12px;
  position: relative;
  word-break: break-all;
  text-align: left;
  font-size: 14px;
}
.layer_info_txt li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: var(--img--always-neu100);
}
.layer_info_txt li span {
  color: var(--txt--pri--500);
}
.alert_layer_pop {
  width: 300px;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 20%;
  z-index: 556;
  text-align: center;
  border-radius: 8px;
  z-index: 1001;
}
.alert_layer_pop .title {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 170px;
  overflow: hidden;
  float: left;
  margin-left: 20px;
  margin-right: -26px;
}
.alert_layer_pop span {
  color: var(--txt--pri--500);
}
.alert_layer_pop p {
  margin: 10px auto;
  font-size: 1.1em;
  letter-spacing: -0.02em;
  width: 95%;
}
.alert_layer_pop span.btn {
  padding: 8px 0;
  border-top: 1px solid #ddd;
  border-radius: 0;
  font-size: 14px;
  display: inline-block;
  width: 50%;
  float: left;
}
.alert_layer_pop span.btn.close {
  background-color: #fff;
  margin: 0 -1px 0 0;
  color: #a7a7a7;
  border-right: 1px solid #ddd;
}

/*브랜드위크 배너뱃지*/
@keyframes Fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

#brand_week {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f43d51;
  width: 24%;
  font-size: 3.5vw;
  animation: Fade 0.8s infinite alternate;
  -webkit-animation: Fade 0.8s infinite alternate;
  animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
  color: #fff;
  line-height: 3.9vw;
  padding: 0.6% 0.1% 0.6% 0.1%;
  text-align: center;
}

/*사이드메뉴 쿠폰등록 레이어팝업*/

.rent_layer_pop {
  width: 300px;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 20%;
  z-index: 556;
  text-align: center;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4), inset 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4), inset 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4), inset 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.3);
  z-index: 1001;
}
.rent_layer_pop .title {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 170px;
  overflow: hidden;
  float: left;
  margin-left: 20px;
  margin-right: -26px;
}
.rent_layer_pop span {
  color: var(--txt--pri--500);
}
.rent_layer_pop input {
  margin: 15px auto 5px;
  width: 80%;
  border-radius: 5px;
  border: #999 1px solid;
  padding: 8px 0;
  text-align: center;
  font-size: 1.1em;
}
.rent_layer_pop .coupon {
  margin: 0 auto;
  width: 80%;
  border-radius: 5px;
  background-color: var(--txt--pri--500);
  color: #fff;
  padding: 10px 0;
}
.rent_layer_pop .info {
  font-weight: bold;
  text-align: left;
  font-size: 14px;
  margin: 15px 0 5px 5%;
}
.rent_layer_pop span.btn {
  padding: 8px 0;
  border-top: 1px solid #ddd;
  border-radius: 0;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  float: left;
}
.rent_layer_pop span.btn.close {
  background-color: #fff;
  margin: 0 -1px 0 0;
  color: #a7a7a7;
  border-right: 1px solid #ddd;
}

/*띠배너 css 추가*/
.list_banner_2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.list_banner_2 img {
  height: 74px;
  width: auto !important;
}

/*마케팅 동의 레이어 팝업*/
.suc_layer_pop {
  width: 280px;
  padding: 0 10px 16px 10px;
  overflow: hidden;
  background-color: var(--bg--neu--00-4);
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 10%;
  z-index: 1001;
  text-align: center;
  border-radius: 5px;
}
.suc_layer_pop.scale {
  width: 96%;
  left: 50%;
  margin-left: -48%;
  text-align: center;
}
.suc_layer_pop.vertical-center {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}

.suc_layer_pop p {
  padding-left: 10px;
  padding-right: 10px;
}
.suc_layer_pop_tit {
  padding: 20px 10px;
  font-size: 1.2em;
  letter-spacing: -0.08em;
  /* width: 100%; */
  font-weight: 600;
  overflow: hidden;
  color: var(--txt--neu--900);
}
.suc_layer_pop_txt {
  padding: 0;
  font-size: 1em;
  letter-spacing: -0.08em;
  color: var(--txt--neu--500);
}

.suc_layer_pop.no_btn {
  padding: 0;
  background-color: var(--bg--neu--00-1);
  border-radius: 40px;
  color: var(--txt--neu--always-00);
}
.suc_layer_pop.no_btn > .layer_pop_txt {
  color: var(--txt--neu--always-00);
  padding-top: 20px;
  padding-bottom: 20px;
}
.suc_layer_pop.no_title > .layer_pop_txt {
  color: var(--txt--neu--900);
  padding-top: 20px;
}
.suc_layer_pop a.btn {
  padding: 8px 0;
  width: 100px;
  background-color: var(--bg--pri--always-500);
  margin: 0 5px 0 5px;
  color: var(--txt--neu--always-00);
  font-size: 14px;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid var(--bor--pri--always-500);
}
.suc_layer_pop a.btn.w_160 {
  width: 160px;
}
.suc_layer_pop a.btn.close {
  background-color: #a7a7a7;
  margin: 0 0 0 5px;
  color: var(--txt--neu--always-00);
}
.suc_layer_pop .layer_txt {
  display: inline-block;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1.1em;
  margin: 0 0 1px 0;
}
.suc_layer_pop .pop_btn_area {
  padding-top: 16px;
}
.suc_layer_pop .btn_pop_close {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 7px;
  right: 5px;
  padding: 10px;
}
.suc_layer_pop .btn_pop_close img {
  width: 15px;
  height: 15px;
}
.suc_layer_pop ul {
  padding: 10px 10px 0 10px;
}
.suc_layer_pop li {
  width: 100%;
}

.suc_layer_pop .double_check {
  font-size: 0.857em;
  font-weight: 600;
  line-height: 1.429em;
  text-align: center;
  margin-bottom: 10px;
  padding: 8px 0px 10px 0px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
}
.suc_layer_pop .double_check span {
  padding: 0px 0px;
  display: block;
}
.suc_layer_pop .author {
  color: var(--txt--pri--500);
}

.suc_layer_pop .patronage_guide {
  height: 37px;
  font-size: 0.857em;
  font-weight: 600;
  margin-bottom: 2px;
  padding: 2px 5px 0px 3px;
  background: #f6f6f6;
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
}
.suc_layer_pop .gold_div {
  line-height: 2.571em;
  padding: 0px 5px;
}
.suc_layer_pop .my_gold {
  float: right;
  font-size: 1.071em;
  line-height: 2.429em;
  color: #ef8d00;
  padding-right: 10px;
}
/*.suc_layer_pop .i_gold_div {
    float:right;
    width:15px;
    height:15px;
    background:url("/asset/img/2nd/gold_icon.png") no-repeat ;
    background-size:15px 15px;
    margin:9px 5px 0px 0px ;
}*/
.suc_layer_pop select {
  float: right;
  margin-right: 10px;
  padding: 5px 3px 8px 3px;
  font-size: 1em;
  color: #333;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}

.header-icon-bullet {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 9px;
  left: 83px;
  border: 0;
  background-position: -69px 2px;
  vertical-align: top;
  cursor: pointer;
}

/*버튼 컴포넌트*/
.btn-comp {
  display: inline-flex;
  padding: 10px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid var(--bor--pri--always-500);
  color: var(--txt--neu--always-00) !important;
  background-color: var(--bg--pri--always-500);
  border-radius: 4px !important;
  position: relative;
  box-sizing: border-box;
  text-decoration: none !important;
  align-items: center;
  gap: 1px;
  justify-content: center;
}
.btn-comp.active.focus,
.btn-comp.active:focus,
.btn-comp.focus,
.btn-comp:active.focus,
.btn-comp:active:focus,
.btn-comp:focus {
  outline: 0;
}
.btn-comp.focus,
.btn-comp:focus,
.btn-comp:hover {
  text-decoration: none;
  border: 1px solid var(--bor--pri--always-500);
  color: var(--txt--neu--always-00);
  background-color: var(--bg--pri--always-500);
}
.btn-comp.active,
.btn-comp:active {
  outline: 0;
}
.btn-comp.disabled,
.btn-comp[disabled],
fieldset[disabled] .btn-comp {
  border: 1px solid var(--bor--neu--20-3);
  color: var(--txt--neu--200) !important;
  background-color: var(--bg--neu--20-2);
  pointer-events: none;
}
.btn-comp.Block {
  display: block;
  width: 100%;
}
.btn-comp.outlined01 {
  border: 1px solid var(--bor--pri--500);
  color: var(--txt--pri--500) !important;
  background-color: transparent;
}
.btn-comp.outlined02 {
  border: 1px solid var(--bor--neu--50-1);
  color: var(--txt--neu--500) !important;
  background-color: var(--bg--neu--00-3);
}
.btn-comp.outlined02 svg {
  stroke: var(--img--neu500);
}
.btn-comp.width-fix {
  width: 140px;
}
.btn-comp.Tiny {
  font-size: 11px;
  padding: 5px 6px 6px 6px;
}
.btn-comp.Tiny.width-fix {
  width: 60px;
}
.btn-comp.Small {
  font-size: 13px;
  padding: 7px 10px 8px 10px;
}
.btn-comp.Small + .btn-comp {
  margin-left: 4px;
}
.btn-comp.Small.width-fix {
  width: 84px;
}
.btn-comp.Large {
  font-size: 15px;
  padding: 12px 12px 13px 12px;
  border-radius: 5px !important;
}
.btn-comp.Large.width-fix {
  width: 168px;
}
.btn-comp.X-Large {
  font-size: 16px;
  padding: 15px 14px 15px 14px;
  border-radius: 5px;
}
.btn-comp.X-Large.width-fix {
  width: 100%;
}
.btn-comp.line-2 {
  padding: 8px 14px;
}
.btn-comp.line-2 .label-large {
  font-size: 15px;
  display: block;
  margin: 0 0 3px 0;
}
.btn-comp.line-2 .label-small {
  font-size: 12px;
  display: block;
  color: var(--txt--pri--always-50) !important;
}
.btn-comp.outlined01.line-2 .label-small {
  color: var(--txt--pri--500) !important;
}
.btn-comp-area {
  padding: 14px;
  display: -webkit-flex;
  display: flex;
}
.btn-comp-area .btn-comp {
  flex: 1;
  -webkit-flex: 1;
}
.btn-comp-area .btn-comp + .btn-comp {
  margin-left: 6px !important;
}
/* 이전버전 diabled */
.btn-area > div > .btn[disabled] {
  pointer-events: none;
}
/* input text */
input[type='text'].textfield-comp,
input[type='email'].textfield-comp,
input[type='password'].textfield-comp {
  overflow: hidden;
  padding: 8px 12px;
  border: 1px solid var(--bor--neu--30-2);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  color: var(--txt--neu--500);
  font-weight: 400;
  border-radius: 4px;
  background-color: var(--bg--neu--00-1);
  width: 100%;
  line-height: 18px;
  height: 36px;
}
input[type='text'].textfield-comp.calc-w80 {
  width: calc(100% - 80px);
}
input[type='text'].textfield-comp.Large,
input[type='email'].textfield-comp.Large,
input[type='password'].textfield-comp.Large {
  padding: 10px 14px 9px 14px;
  font-size: 15px;
  border-radius: 5px;
  line-height: 21px;
  height: 42px;
}
input[type='text'].textfield-comp.X-Large,
input[type='email'].textfield-comp.X-Large,
input[type='password'].textfield-comp.X-Large {
  padding: 12px 16px;
  font-size: 16px;
  border-radius: 5px;
  line-height: 22px;
  height: 48px;
}
input[type='text'].textfield-comp:focus,
input[type='email'].textfield-comp:focus,
input[type='password'].textfield-comp:focus {
  border-color: var(--bor--neu--500);
}
input[type='text'].textfield-comp::placeholder,
input[type='email'].textfield-comp::placeholder,
input[type='password'].textfield-comp::placeholder {
  font-size: 14px;
  color: var(--txt--neu--200);
}
input[type='text'].textfield-comp.Large::placeholder,
input[type='email'].textfield-comp.Large::placeholder,
input[type='password'].textfield-comp.Large::placeholder {
  font-size: 15px;
}
input[type='text'].textfield-comp.X-Large::placeholder,
input[type='email'].textfield-comp.X-large::placeholder,
input[type='password'].textfield-comp.X-Large::placeholder {
  font-size: 14px;
}
input[type='text'].textfield-comp + .textfield-comp,
input[type='email'].textfield-comp + .textfield-comp,
input[type='password'].textfield-comp + .textfield-comp {
  margin-top: 10px;
}
.focus-none:focus {
  border: 1px solid transparent !important;
}
/* input search */
input[type='search'].searchbar-comp::-webkit-search-cancel-button {
  position: relative;
  right: 0;
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
}
input[type='search'].searchbar-comp {
  overflow: hidden;
  padding: 8px 36px 8px 12px;
  border: 1px solid var(--bor--neu--10-1);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  color: var(--txt--neu--500);
  font-weight: 400;
  border-radius: 4px;
  background-color: var(--bg--neu--10-2);
  width: 100%;
  line-height: 18px;
  -webkit-appearance: none;
  height: 36px;
}
input[type='search'].searchbar-comp.calc-85 {
  width: calc(100% - 85px);
}
input[type='search'].searchbar-comp.Large {
  padding: 10px 78px 9px 14px;
  font-size: 15px;
  border-radius: 5px;
  line-height: 21px;
  height: 42px;
}
input[type='search'].searchbar-comp:focus {
  border-color: var(--bor--neu--500);
}
input[type='search'].searchbar-comp::placeholder {
  font-size: 14px;
  color: var(--txt--neu--200);
}
input[type='search'].searchbar-comp.Large::placeholder {
  font-size: 15px;
}
input[type='search'].searchbar-comp + .searchbar-comp {
  margin-top: 10px;
}
/* checkbox */
input[type='checkbox'].check_box {
  display: none;
}
input[type='checkbox'].check_box + label span.check {
  display: inline-block;
  width: 17px;
  height: 15px;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  margin: -2.5px 0 0 0;
  background-position: 0;
  background-repeat: no-repeat;
}
input[type='checkbox'].check_box + label span {
  display: inline-block;
  width: 17px;
  height: 15px;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  margin: -2.5px 0 0 0;
  background-position: 0 0;
  background-repeat: no-repeat;
}
input[type='checkbox'].check_box:checked + label span {
  background-position: -18px 0;
  background-repeat: no-repeat;
}
/* radio button */
input[type='radio'].rd_radio {
  text-align: left;
  font-weight: 500;
}

input[type='radio'].rd_radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid var(--bor--neu--40);
  outline: none;
  margin: -3px 5px 0 0;
  position: relative;
  background-color: transparent;
}

input[type='radio'].rd_radio:checked {
  border: 6px solid var(--bor--pri--always-500);
  background-color: var(--bg--neu--always-00);
}

input[type='radio'].rd_radio:checked + label {
  color: var(--txt--neu--900);
}

/* checkbox h20*/
.checkbox-h20 input[type='checkbox'].check_box + label span.check,
.checkbox-h20 input[type='checkbox'].check_box + label span,
.checkbox-h20 input[type='checkbox'].check_box:checked + label span {
  background-size: 92px 20px !important;
}
.checkbox-h20 input[type='checkbox'].check_box + label span.check {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  background-position: 0;
  background-repeat: no-repeat;
}
.checkbox-h20 input[type='checkbox'].check_box + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  background-repeat: no-repeat;
}
.checkbox-h20 input[type='checkbox'].check_box:checked + label span {
  background-position: -24px 0;
  background-repeat: no-repeat;
}

/* dropdown */

/*empty msg*/
.empty {
  color: var(--txt--neu--300) !important;
  font-size: 13px !important;
  text-align: center !important;
  padding: 200px 0;
  width: 100% !important;
  box-sizing: border-box;
}
.empty span {
  color: var(--txt--neu--900);
}
@media only screen and (max-device-width: 374px) {
  .b_memo {
    left: 43px;
  }
  .header-icon-bullet {
    left: 77px;
  }
}
.badge_arena {
  text-indent: 0;
  width: 68px !important;
  height: 15px;
  position: absolute;
  top: 0;
  background: url(/_Assets/img/storyArena/badge_storyarena_new.png) no-repeat;
  background-size: 100%;
}
@media only screen and (max-device-width: 280px) {
  .mFoot .links1 .footer-divide-line,
  .mFoot .links2 .footer-divide-line {
    margin: 0 4px -1px 4px;
  }
  .mFoot .address {
    letter-spacing: -1px;
  }
}
/* body scroll fixed */
.scroll-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.scroll-hidden {
  height: 100%;
  overflow: hidden;
}
/* new modal */
.modal-layer {
  display: table;
  table-layout: fixed;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1005;
}
.modal-layer-inner {
  display: table-cell;
  vertical-align: middle;
}
.modal-content {
  margin: 45px 0;
  vertical-align: top;
}
.modal-pop {
  display: none;
  width: 300px;
  max-width: 100%;
  padding: 0;
  overflow: hidden;
  background-color: var(--bg--neu--00-4);
  z-index: 1002;
  text-align: center;
  border-radius: 14px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}

.modal-pop .modal-header {
  border-bottom: 1px solid var(--bor--neu--20-2);
  padding: 13px 0 12px 0;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
}

.modal-pop .pop_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  padding: 14px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.modal-pop .modal-contents {
  padding: 20px;
  font-size: 15px;
  color: var(--txt--neu--900);
  line-height: 21px;
}
.modal-pop .modal-contents .modal-title {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  margin: 0 0 10px 0;
  text-overflow: ellipsis;
  white-space: pre-line;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 42px;
}
.modal-pop .modal-contents .modal-text {
  color: var(--txt--neu--500);
  word-break: keep-all;
}
.modal-pop .modal-contents .modal-text span {
  color: var(--txt--pri--500);
}
.modal-pop .modal-contents .modal-text + .check-area {
  margin-top: 16px;
}
.modal-pop .modal-contents .modal-text > div + div {
  margin-top: 8px;
}
.modal-pop .modal-contents.padding-24-20 {
  padding: 24px 20px;
}
.modal-pop .modal-contents.padding-20-20-16-20 {
  padding: 20px 20px 16px 20px;
}
.modal-pop .modal-emphasis {
  color: var(--txt--pri--500);
  font-weight: 500;
}
.modal-pop .modal-btn-area {
  padding: 0 20px 20px 20px;
  display: -webkit-flex;
  display: flex;
}
.modal-pop .modal-btn-area .btn-comp {
  flex: 1;
  -webkit-flex: 1;
}
.modal-pop .modal-btn-area .btn-comp + .btn-comp {
  margin-left: 6px !important;
}
.modal-pop .modal-box {
  background-color: var(--bg--neu--10-3);
  padding: 14px 16px;
  border-radius: 4px;
}
.modal-pop .modal-box .episode-title {
  color: var(--txt--neu--900);
  font-size: 15px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
  padding: 0 0 2px 0;
}
.modal-pop .modal-box .novel-title {
  color: var(--txt--neu--300);
  font-size: 13px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
}
.modal-pop .modal-box .divide-line {
  margin: 10px 0;
  height: 0;
  border-top: 1px solid var(--bor--neu--20-5);
}
.modal-pop .check-area {
  font-size: 14px;
  color: var(--txt--neu--500);
}

.modal-pop .modal-box .check-area label {
  color: var(--txt--neu--500) !important;
}
.modal-pop .my-gold {
  font-size: 14px;
  padding: 14px 0 0 0;
  color: var(--txt--neu--500);
}
.modal-pop .modal-gold {
  color: var(--txt--sec--orange500-2);
}
.toast-message {
  overflow: hidden;
  position: fixed;
  bottom: 72px;
  left: 0;
  right: 0;
  z-index: 1001;
  display: flex;
}
.toast-message > div {
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  font-size: 14px;
  max-width: 272px;
  padding: 10px 14px;
  margin: 0 auto;
  word-break: keep-all;
}
/*
@media only screen and (min-width: 340px) and (max-device-width: 375px) {
    .modal-pop {
        width: 320px;
    }
    .toast-msg > div {
        width: 292px
    }
}

@media only screen and (min-width: 320px) and (max-device-width: 339px) {
    .modal-pop {
        width: 300px;
    }
    .toast-msg > div {
        width: 272px
    }
} */
.badge-19 {
  display: inline-block;
}
.badge-19.size-12 {
  width: 12px;
  height: 12px;
}
.badge-19.size-14 {
  width: 14px;
  height: 14px;
}
.badge-19.size-16 {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: -3px 0 0 0;
}
.badge-19.size-18 {
  width: 18px;
  height: 18px;
}
.badge-19.size-24 {
  width: 24px;
  height: 24px;
}
.q_menu .badge-19 {
  margin: 0 0 0 4px;
  text-indent: -1024px;
}

/* 시스템 메세지 */
.sys-message-wrap {
  display: flex;
  padding: 20vh 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--bg--neu--00-1);
}
.sys-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.sys-message .icon-maintenance-gift {
  width: 114px;
  height: 130px;
  display: inline-flex;
  margin: 0 auto 10px auto;
}
.sys-message .title-text {
  color: var(--txt--neu--500);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.sys-message .sub-text {
  color: var(--txt--neu--300);
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}
.book_swipe li.event img {
  width: 256px;
  height: 110px;
}
.recently-tooltip {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 18px;
  left: 99px;
  font-size: 12px;
}
.recently-tooltip > div {
  display: flex;
  height: 30px;
  padding: 0px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: var(--img--always-pri500);
  color: var(--txt--neu--always-00);
}
.q_menu .menu li .cate-tit.menu-recently,
.q_menu .menu li .cate-tit.menu-genre {
  display: flex;
  align-items: center;
  gap: 4px;
}
.cate-tit-arrow {
  width: 16px !important;
  height: 16px !important;
  margin: 0 0 1px 0;
}

.mFoot .address {
  text-align: left;
  padding: 10px 15px;
  color: var(--txt--neu--300);
  font-size: 12px;
  line-height: 17px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  word-break: keep-all;
}
.mFoot .address > div > div + div {
  margin-top: 2px;
}

.btn-refresh {
  position: absolute;
  right: 15px;
  top: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: var(--txt--neu--500);
  gap: 2px;
}
.btn-refresh svg {
  margin-top: -1px;
  stroke: var(--img--neu500);
}