/* 코드이그나이터 profiler 영역 스타일 */
#codeigniter_profiler {
  word-break: normal;
}
#codeigniter_profiler legend {
  width: auto;
  height: auto;
  visibility: visible;
}
#codeigniter_profiler code {
  background-color: transparent;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}
body {
  color: #222;
  background-color: #eee;
  font-family: "Apple SD Gothic Neo", STHeiti, "Microsoft YaHei", 宋体, arial, "Malgun Gothic", "맑은고딕", Dotum, "돋움", Helvetica, Arial, sans-serif;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 13px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
}
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: inherit;
  margin: 0;
}
dfn,
em {
  font-style: normal;
}
caption,
legend {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  visibility: hidden;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
abbr[data-original-title],
abbr[title] {
  border-bottom: 0;
}
input[type="number"],
input[type="password"],
input[type="text"],
textarea {
  -webkit-appearance: none;
}
mark {
  padding: 0;
}
.badge {
  padding: 3px 7px 2px;
}
.label-red-outlined,
.label-blue-outlined,
.label-black-outlined,
.label-gray-outlined {
  font-size: 12px;
  vertical-align: middle;
  padding: 0.3em 0.6em;
  background: transparent;
  display: inline-block;
  line-height: 1.4;
}
.label-red-outlined {
  border: 1px solid #e75f70;
  color: #e75f70;
}
.label-blue-outlined {
  border: 1px solid #568fd2;
  color: #568fd2;
}
.label-black-outlined {
  border: 1px solid #4a4a4a;
  color: #4a4a4a;
}
.label-gray-outlined {
  border: 1px solid #b8b8b8;
  color: #b8b8b8;
}
.text-normal {
  font-weight: 400;
}
.text-bold {
  font-weight: 700;
}
.text-extra-bold {
  font-weight: 800;
}
.text-11 {
  font-size: 11px;
}
.text-12 {
  font-size: 12px;
}
.text-14 {
  font-size: 14px;
}
.text-16 {
  font-size: 16px !important;
}
.text-18 {
  font-size: 18px;
}
.text-ellipsis {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.line-2,
.line-3 {
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.line-2 {
  -webkit-line-clamp: 2;
}
.line-3 {
  -webkit-line-clamp: 3;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.row-nospace {
  margin: 0;
}
.row-nospace > [class^="col-"] {
  padding: 0;
}
.row-xs {
  margin: 0 -5px;
}
.row-xs > [class^="col-"] {
  padding: 0 5px;
}
.row-sm {
  margin: 0 -10px;
}
.row-sm > [class^="col-"] {
  padding: 0 10px;
}
.row-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.row-table > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  float: none;
}
.img-fluid {
  width: 100% !important;
  height: auto;
}
.p-relative {
  position: relative !important;
}
.p-absolute {
  position: absolute !important;
}
.p-fixed {
  position: fixed !important;
}
.p-static {
  position: static !important;
}
.o-hidden {
  overflow: hidden !important;
}
.o-visible {
  overflow: visible !important;
}
.o-auto {
  overflow: auto !important;
}
.dp-none {
  display: none;
}
.dp-block {
  display: block;
}
.dp-inline-block {
  display: inline-block;
}
.dp-table {
  display: table;
}
.dp-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.b-0 {
  border: 0 !important;
}
.b-t-0 {
  border-top: 0 !important;
}
.b-l-0 {
  border-left: 0 !important;
}
.b-r-0 {
  border-right: 0 !important;
}
.b-b-0 {
  border-bottom: 0 !important;
}
.text-danger {
  color: #d0021b !important;
}
.text-muted {
  color: #999 !important;
}
.text-white {
  color: #fff !important;
}
.text-black {
  color: #000 !important;
}
.text-red {
  color: #f44336 !important;
}
.text-pink {
  color: #e91e63 !important;
}
.text-purple {
  color: #9c27b0 !important;
}
.text-deeppurple {
  color: #673ab7 !important;
}
.text-indigo {
  color: #3f51b5 !important;
}
.text-blue {
  color: #2196f3 !important;
}
.text-lightblue {
  color: #03a9f4 !important;
}
.text-cyan {
  color: #00bcd4 !important;
}
.text-teal {
  color: #009688 !important;
}
.text-green {
  color: #4caf50 !important;
}
.text-lightgreen {
  color: #8bc34a !important;
}
.text-lime {
  color: #cddc39 !important;
}
.text-yellow {
  color: #ffeb3b !important;
}
.text-amber {
  color: #ffc107 !important;
}
.text-orange {
  color: #ff9800 !important;
}
.text-deeporange {
  color: #ff5722 !important;
}
.text-brown {
  color: #795548 !important;
}
.text-gray {
  color: #9e9e9e !important;
}
.text-deepgray {
  color: #777777 !important;
}
.text-bluegray {
  color: #607d8b !important;
}
.text-lblue {
  color: #91c5ff;
}
.bg-red {
  background-color: #ee312f !important;
}
.bg-pink {
  background-color: #e91e63 !important;
}
.bg-purple {
  background-color: #9c27b0 !important;
}
.bg-deeppurple {
  background-color: #673ab7 !important;
}
.bg-indigo {
  background-color: #3f51b5 !important;
}
.bg-blue {
  background-color: #2196f3 !important;
}
.bg-lightblue {
  background-color: #03a9f4 !important;
}
.bg-cyan {
  background-color: #00bcd4 !important;
}
.bg-teal {
  background-color: #009688 !important;
}
.bg-green {
  background-color: #4caf50 !important;
}
.bg-lightgreen {
  background-color: #8bc34a !important;
}
.bg-lime {
  background-color: #cddc39 !important;
}
.bg-yellow {
  background-color: #ffeb3b !important;
}
.bg-amber {
  background-color: #ffc107 !important;
}
.bg-orange {
  background-color: #ff9800 !important;
}
.bg-deeporange {
  background-color: #ff5722 !important;
}
.bg-brown {
  background-color: #795548 !important;
}
.bg-gray {
  background-color: #9e9e9e !important;
}
.bg-deepgray {
  background-color: #777777 !important;
}
.bg-bluegray {
  background-color: #aeb7cb !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-white {
  background-color: #fff !important;
}
.m-0 {
  margin: 0 !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-35 {
  margin-top: 35px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-l-25 {
  margin-left: 25px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.m-l-35 {
  margin-left: 35px !important;
}
.m-l-40 {
  margin-left: 40px !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-r-25 {
  margin-right: 25px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
.m-r-35 {
  margin-right: 35px !important;
}
.m-r-40 {
  margin-right: 40px !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-b-35 {
  margin-bottom: 35px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.m-tt-5 {
  margin-top: -5px !important;
}
.m-tt-10 {
  margin-top: -10px !important;
}
.m-tt-15 {
  margin-top: -15px !important;
}
.m-tt-20 {
  margin-top: -20px !important;
}
.m-bb-5 {
  margin-bottom: -5px !important;
}
.m-bb-10 {
  margin-bottom: -10px !important;
}
.m-bb-15 {
  margin-bottom: -15px !important;
}
.m-bb-20 {
  margin-bottom: -20px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 0 0 2px;
  vertical-align: middle;
}
label {
  font-weight: 400;
}
.form-group-line {
  position: relative;
  border-bottom: 1px solid #dedede;
  margin: 15px 0 20px;
}
.form-group-line .form-control {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}
.form-group-line label {
  position: absolute;
  top: 6px;
  left: 12px;
  font-size: 16px;
  color: #b8b8b8;
  font-weight: 400;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-search {
  padding: 10px 15px;
  margin: 0 -15px;
  background-color: #fff;
  border-bottom: 1px solid #dedede;
}
.form-search .form-group {
  margin: 0;
  position: relative;
}
.form-search .form-group .form-control {
  background: #e4e4e4;
  border: 1px solid #e4e4e4;
  height: 28px;
  line-height: 28px;
  padding: 6px 32px 6px 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*search form focus*/
.form-search .form-group .form-control:focus {
  background: #fff;
  border: 1px solid #172340;
}
.form-search .form-group .btn-srch {
  position: absolute;
  top: 50%;
  right: 8px;
  border: 0;
  background: url("/assets/mobile/img/icon/icon-search_2.png") no-repeat;
  background-size: 21px;
  width: 21px;
  height: 21px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  filter: alpha(opacity=50);
}
.form-flat .form-group {
  margin-bottom: 10px;
}
.form-flat .form-control {
  border: 0;
  border-radius: 0;
}
.form-flat .form-control.input-lg {
  font-size: 14px;
}
.form-flat textarea {
  height: 150px;
}
.form-coupon .form-control {
  background: #f5f5f5;
  border: 1px solid #d5d5d5;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
}
.checkbox-blue {
  display: inline-block;
}
.checkbox-blue label {
  margin-bottom: 0;
}
.checkbox-blue input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("/assets/mobile/img/icon/check-blue-off.png") no-repeat 0 50%;
  background-size: 15px;
  vertical-align: middle;
}
.checkbox-blue input[type="checkbox"]:checked + label:before {
  background: url("/assets/mobile/img/icon/check-blue-on.png") no-repeat 0 50%;
  background-size: 15px;
}
.checkbox-img {
  display: inline-block;
}
.checkbox-img input[type="checkbox"],
.checkbox-img input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: -1;
}
.checkbox-img label {
  cursor: pointer;
}
.checkbox-img label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  background: url("/assets/mobile/img/icon/checked.png") no-repeat 0 0;
}
.checkbox-img input:checked + label::before {
  background-position: 0 -20px;
}
.checkbox-img.type2 label::before {
  background: url("/assets/mobile/img/icon/checked2.png") no-repeat 0 0;
}
.checkbox-type1 {
  display: inline-block;
}
.checkbox-type1 input[type="checkbox"],
.checkbox-type1 input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: -1;
}
.checkbox-type1 label {
  display: inline-block;
  margin: 0;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background: url("/assets/mobile/img/icon/check-red.png") no-repeat 0 0;
  background-size: 30px 60px;
  cursor: pointer;
  text-indent: -9999px;
}
.checkbox-type1 input[type="checkbox"]:checked + label,
.checkbox-type1 input[type="radio"]:checked + label {
  background-position: 0 -30px;
}
.btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  -webkit-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  outline: 0 !important;
}
.btn:hover,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-edge {
  border-radius: 0;
}
.btn-xxs {
  padding: 4px 12px;
  font-size: 11px;
  line-height: 1.48;
}
.btn-xs {
  padding: 5px 16px;
  font-size: 13px;
  line-height: 1.5;
}
.btn-lg {
  padding: 10px 25px;
  font-size: 14px;
  line-height: 1.5;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #adadad;
  outline: 0;
}
.btn-default.focus,
.btn-default:focus,
.btn-default:hover,
.btn-default:active {
  color: #333;
  background-color: #fff;
  border-color: #adadad;
}
.btn-default.focus.focus,
.btn-default.focus:focus,
.btn-default.focus:hover,
.btn-default:focus.focus,
.btn-default:focus:focus,
.btn-default:focus:hover,
.btn-default:hover.focus,
.btn-default:hover:focus,
.btn-default:hover:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover {
  color: #333;
  background-color: #fff;
  border-color: #adadad;
}
.btn-default.active {
  background-color: #e6e6e6;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover {
  background-color: #d4d4d4;
}
.btn-red {
  color: #fff;
  background-color: #ee312f;
  border-color: #ee312f;
  outline: 0;
}
.btn-red.focus,
.btn-red:focus,
.btn-red:hover,
.btn-red:active {
  color: #fff;
  background-color: #ee312f;
  border-color: #ee312f;
}
.btn-red.focus.focus,
.btn-red.focus:focus,
.btn-red.focus:hover,
.btn-red:focus.focus,
.btn-red:focus:focus,
.btn-red:focus:hover,
.btn-red:hover.focus,
.btn-red:hover:focus,
.btn-red:hover:hover,
.btn-red:active.focus,
.btn-red:active:focus,
.btn-red:active:hover {
  color: #fff;
  background-color: #ee312f;
  border-color: #ee312f;
}
.btn-red.active {
  background-color: #d81412;
}
.btn-red.active.focus,
.btn-red.active:focus,
.btn-red.active:hover {
  background-color: #b7110f;
}
.btn-gray {
  color: #fff;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
  outline: 0;
}
.btn-gray.focus,
.btn-gray:focus,
.btn-gray:hover,
.btn-gray:active {
  color: #fff;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
}
.btn-gray.focus.focus,
.btn-gray.focus:focus,
.btn-gray.focus:hover,
.btn-gray:focus.focus,
.btn-gray:focus:focus,
.btn-gray:focus:hover,
.btn-gray:hover.focus,
.btn-gray:hover:focus,
.btn-gray:hover:hover,
.btn-gray:active.focus,
.btn-gray:active:focus,
.btn-gray:active:hover {
  color: #fff;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
}
.btn-gray.active {
  background-color: #bababa;
}
.btn-gray.active.focus,
.btn-gray.active:focus,
.btn-gray.active:hover {
  background-color: #a8a8a8;
}
.btn-dgray {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  outline: 0;
}
.btn-dgray.focus,
.btn-dgray:focus,
.btn-dgray:hover,
.btn-dgray:active {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.btn-dgray.focus.focus,
.btn-dgray.focus:focus,
.btn-dgray.focus:hover,
.btn-dgray:focus.focus,
.btn-dgray:focus:focus,
.btn-dgray:focus:hover,
.btn-dgray:hover.focus,
.btn-dgray:hover:focus,
.btn-dgray:hover:hover,
.btn-dgray:active.focus,
.btn-dgray:active:focus,
.btn-dgray:active:hover {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.btn-dgray.active {
  background-color: #313131;
}
.btn-dgray.active.focus,
.btn-dgray.active:focus,
.btn-dgray.active:hover {
  background-color: #1f1f1f;
}
.btn-blue {
  color: #fff;
  background-color: #4a90e2;
  border-color: #4a90e2;
  outline: 0;
}
.btn-blue.focus,
.btn-blue:focus,
.btn-blue:hover,
.btn-blue:active {
  color: #fff;
  background-color: #4a90e2;
  border-color: #4a90e2;
}
.btn-blue.focus.focus,
.btn-blue.focus:focus,
.btn-blue.focus:hover,
.btn-blue:focus.focus,
.btn-blue:focus:focus,
.btn-blue:focus:hover,
.btn-blue:hover.focus,
.btn-blue:hover:focus,
.btn-blue:hover:hover,
.btn-blue:active.focus,
.btn-blue:active:focus,
.btn-blue:active:hover {
  color: #fff;
  background-color: #4a90e2;
  border-color: #4a90e2;
}
.btn-blue.active {
  background-color: #2275d7;
}
.btn-blue.active.focus,
.btn-blue.active:focus,
.btn-blue.active:hover {
  background-color: #1d65b8;
}
.btn-white-outlined {
  color: #fff !important;
  background-color: transparent;
  border-color: #fff;
}
.btn-red-outlined {
  color: #ee312f !important;
  background-color: transparent;
  border-color: #ee312f;
}
.btn-blue-outlined {
  color: #4a90e2 !important;
  background-color: transparent;
  border-color: #4a90e2;
}
.btn-default-rounded {
  color: #222;
  background-color: #fff;
  border-color: #d5d5d5;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.btn-default-rounded.focus,
.btn-default-rounded:focus {
  color: #222;
  background-color: #e6e6e6;
  border-color: #959595;
}
.btn-default-rounded:hover {
  color: #222;
  background-color: #e6e6e6;
  border-color: #b6b6b6;
}
.btn-default-rounded.active,
.btn-default-rounded:active {
  color: #222;
  background-color: #e6e6e6;
  border-color: #b6b6b6;
}
.btn-default-rounded.active.focus,
.btn-default-rounded.active:focus,
.btn-default-rounded.active:hover,
.btn-default-rounded:active.focus,
.btn-default-rounded:active:focus,
.btn-default-rounded:active:hover {
  color: #222;
  background-color: #d4d4d4;
  border-color: #959595;
}
.btn-gray-rounded {
  color: #fff;
  background-color: #ccc;
  border-color: transparent;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.btn-gray-rounded.focus,
.btn-gray-rounded:focus {
  color: #fff;
  background-color: #b3b3b3;
  border-color: transparent;
}
.btn-gray-rounded:hover {
  color: #fff;
  background-color: #b3b3b3;
  border-color: transparent;
}
.btn-gray-rounded.active,
.btn-gray-rounded:active {
  color: #fff;
  background-color: #b3b3b3;
  border-color: transparent;
}
.btn-gray-rounded.active.focus,
.btn-gray-rounded.active:focus,
.btn-gray-rounded.active:hover,
.btn-gray-rounded:active.focus,
.btn-gray-rounded:active:focus,
.btn-gray-rounded:active:hover {
  color: #fff;
  background-color: #a1a1a1;
  border-color: transparent;
}
.btn-dgray-rounded {
  color: #fff;
  background-color: #8f9097;
  border-color: transparent;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.btn-dgray-rounded.focus,
.btn-dgray-rounded:focus {
  color: #fff;
  background-color: #75767e;
  border-color: transparent;
}
.btn-dgray-rounded:hover {
  color: #fff;
  background-color: #75767e;
  border-color: transparent;
}
.btn-dgray-rounded.active,
.btn-dgray-rounded:active {
  color: #fff;
  background-color: #75767e;
  border-color: transparent;
}
.btn-dgray-rounded.active.focus,
.btn-dgray-rounded.active:focus,
.btn-dgray-rounded.active:hover,
.btn-dgray-rounded:active.focus,
.btn-dgray-rounded:active:focus,
.btn-dgray-rounded:active:hover {
  color: #fff;
  background-color: #64656b;
  border-color: transparent;
}
.btn-red-rounded {
  color: #fff;
  background-color: #ee312f;
  border-color: transparent;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.btn-red-rounded.focus,
.btn-red-rounded:focus {
  color: #fff;
  background-color: #d81412;
  border-color: transparent;
}
.btn-red-rounded:hover {
  color: #fff;
  background-color: #d81412;
  border-color: transparent;
}
.btn-red-rounded.active,
.btn-red-rounded:active {
  color: #fff;
  background-color: #d81412;
  border-color: transparent;
}
.btn-red-rounded.active.focus,
.btn-red-rounded.active:focus,
.btn-red-rounded.active:hover,
.btn-red-rounded:active.focus,
.btn-red-rounded:active:focus,
.btn-red-rounded:active:hover {
  color: #fff;
  background-color: #b7110f;
  border-color: transparent;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td {
  border-top: none;
  border-bottom: none;
}
.bbs-list {
  border-top: 2px solid #999999;
  border-bottom: 1px solid #eee;
}
.bbs-list > thead tr th {
  text-align: center;
  color: #888;
  vertical-align: middle;
}
.bbs-list > tbody tr td {
  text-align: center;
  border-color: #eee;
  padding: 10px 8px;
  vertical-align: middle;
}
.bbs-list .no-list {
  padding: 50px 0;
}
.table-rank .rank-num {
  font-size: 48px;
  color: #222;
}
.table-rank .text-left a .thumb {
  display: inline-block;
  width: 206px;
  height: 92px;
  margin-right: 25px;
}
.table-rank .text-left a strong {
  font-size: 18px;
  font-weight: 400;
}
.table-rank .text-left a .thumb-excerpt {
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  font-size: 12px;
  color: #fff;
  text-align: left;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.table-rank .text-left a:focus .thumb-excerpt,
.table-rank .text-left a:hover .thumb-excerpt {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.bbs-view > tbody {
  border-top: 2px solid #999 !important;
}
.bbs-view > tbody > tr > th {
  vertical-align: middle;
  border-bottom: 1px solid #e6e6e6;
  background: #f4f4f4;
  font-size: 1.1em;
  text-align: center;
  white-space: nowrap;
}
.bbs-view > tbody > tr > td {
  border-bottom: 1px solid #e6e6e6;
  vertical-align: middle;
}
.bbs-view-content {
  padding: 30px 10px 50px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  line-height: 1.6;
  min-height: 300px;
}
.bbs-form {
  table-layout: fixed;
  border-bottom: 1px solid #dedede;
}
.bbs-form > tbody > tr > th {
  background-color: #f5f5f5;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  padding-left: 15px;
}
.bbs-form > tbody > tr > td .form-control {
  background-color: #fafafa;
  border-radius: 0;
}
.pagination {
  margin: 20px 0;
}
.pagination > li > a,
.pagination > li > span {
  color: #444;
  margin: 0 5px;
  border: 1px solid #d4d4d4;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background: #fafbfc;
  color: #444;
  border-color: #dfe2e9;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
  background: #f7f7f7;
}
.pagination > li.active > span {
  background: #e6353c;
  color: #fff;
  border-color: #e6353c;
}
.pagination > li.active > span:focus,
.pagination > li.active > span:hover {
  background: #e6353c;
  color: #fff;
  border-color: #e6353c;
}
.title,
.author,
.cate {
  display: block;
  margin: 2px 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.author-more a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
.list-vertical > li a:after,
.list-vertical.author-vertical > li a:before,
.author-more a:after,
.list-charge > li .coin-info .label,
.viewer-header .vhome,
.viewer-header .vcoin,
.comment-bar .back,
.comment-bar .list {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.title {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.author {
  font-size: 12px;
  color: #888;
}
.cate {
  font-size: 12px;
  color: #4a90e2;
}
.excerpt {
  font-size: 12px;
  color: #888;
}
.img-rounded {
  border-radius: 5px;
}
.thumb {
  position: relative;
  display: inline-block;
}
.thumb .top-right {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px;
  z-index: 1;
}
.thumb .top-left {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  z-index: 1;
}
.thumb .left-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.thumb .right-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3px;
  z-index: 1;
}
.thumb .mask-lock {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  padding-top: 11px;
}
.thumb .mask-lock > span {
  display: block;
  margin-top: 5px;
}
.thumb .thumb-check {
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 1;
}
.thumb .thumb-check input[type="checkbox"] + label {
  font-size: 30px;
  color: #666;
}
.thumb .thumb-check input[type="checkbox"]:checked + label {
  color: #ee312f;
}
.thumb .thumb-check input[type="checkbox"]:checked + label .icon-check-empty:before {
  content: "\f046";
}
.caption {
  text-align: left;
}
.wbox {
  background: #fff;
  padding: 15px;
  margin: 0 -15px 10px;
}
.wbox header:after,
.wbox header:before {
  content: " ";
  display: table;
}
.wbox header:after {
  clear: both;
}
.wbox header h1 {
  float: left;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
}
.wbox header .more {
  float: right;
  font-size: 12px;
  color: #888;
}
.wbox header small {
  color: #888;
  clear: left;
  display: block;
  margin: 0 0 10px;
}
.wbox.p-r-0 .more {
  margin-right: 15px;
}
.well-light-red {
  background: #fff3f3;
  border: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.well-light-red .well-title {
  display: block;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}
.table-responsive {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  -webkit-overflow-scrolling: touch;
}
.list-horizontal {
  white-space: nowrap;
}
.list-horizontal > li {
  display: inline-block;
  width: 100px;
  text-align: center;
  margin-right: 6px;
}
.list-horizontal > li a {
  display: block;
}
.list-horizontal > li .thumb {
  display: block;
  margin-bottom: 5px;
}
.list-horizontal.lg > li {
  width: 160px;
}
.list-horizontal.sm > li {
  width: 130px;
}
.list-horizontal.xs > li {
  width: 70px;
  margin-right: 10px;
}
.tab-v2 {
  display: table;
  white-space: nowrap;
}
.tab-v2 > li {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  text-align: center;
}
.tab-v2 > li a {
  display: block;
  color: #000;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
}
.tab-v2 > li a span {
  display: inline-block;
  padding: 2px 8px 1px;
  background: transparent;
  line-height: 1.4;
  border-radius: 40px;
}
.tab-v2 > li.up a span {
  position: relative;
}
.tab-v2 > li.up a span:before {
  position: absolute;
  top: -3px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  display: inline-block;
  font-size: 10px;
  background: #ee312f;
  color: #fff;
  text-align: center;
  line-height: 1;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
.tab-v2 > li.active a {
  color: #d0021b;
}
.tab-v2 > li.active a span {
  background: #ee312f;
  color: #fff;
}
.tab-v2 > li.newest a span {
  background: #4a90e2 !important;
}
.tab-v2.tab-dark {
  background: #525252;
}
.tab-v2.tab-dark > li a {
  color: #fff;
}
.tab-v2.tab-dark > li.active a {
  color: #f8e71c;
  font-weight: 700;
}
.tab-v2.tab-black {
  background: #000;
}
.tab-v2.tab-black > li a {
  color: #fff;
}
.tab-v2.tab-black > li.active a {
  color: #ee2626;
  font-weight: 700;
}
.tab-v2.tab-red {
  background: #c62a28;
}
.tab-v2.tab-red > li a {
  color: #fff;
}
.tab-v2.tab-red > li a span {
  position: relative;
  display: inline-block;
}
.tab-v2.tab-red > li a span:before {
  position: absolute;
  top: -3px;
  right: -7px;
  content: "N";
  display: inline-block;
  font-size: 10px;
  background: #fff;
  color: #c62a28;
  text-align: center;
  line-height: 13px;
  padding-top: 1px;
  font-weight: 700;
  width: 13px;
  height: 13px;
  border-radius: 13px;
}
.tab-v2.tab-red > li.active a {
  color: #f8e71c;
  font-weight: 700;
}
.list-vertical {
  margin: 0 -15px;
  background: #fff;
}
.list-vertical > li {
  border-top: 1px solid #dedede;
}
.list-vertical > li a {
  display: block;
  position: relative;
  padding: 10px 25px 9px 15px;
}
.list-vertical > li a:after {
  color: #ccc;
  font-size: 10px;
  content: "\e258";
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  right: 15px;
}
.list-vertical > li .pull-left {
  margin: 0;
}
.list-vertical > li .media-body {
  padding-top: 2px;
}
.list-vertical > li .media-body .cate,
.list-vertical > li .media-body .title {
  white-space: normal;
}
.list-vertical > li .cate {
  margin-top: 8px;
}
.list-vertical.author-vertical {
  margin-bottom: 25px;
}
.list-vertical.author-vertical > li a:before {
  content: "감상하기";
  display: inline-block;
  padding: 2px 6px;
  border-radius: 2px;
  color: #fff;
  background: #aeb7cb;
  font-size: 12px;
  right: 15px;
}
.list-vertical.author-vertical > li a:after {
  display: none;
}
.tab-slick {
  height: 40px;
  overflow: hidden;
  visibility: hidden;
  display: none;
}
.tab-slick:before {
  content: "";
  display: block;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  background: -o-linear-gradient(left, #eee 0%, #eee 15%, rgba(238, 238, 238, 0) 95%, rgba(238, 238, 238, 0) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#eee),
    color-stop(15%, #eee),
    color-stop(95%, rgba(238, 238, 238, 0)),
    to(rgba(238, 238, 238, 0))
  );
  background: linear-gradient(to right, #eee 0%, #eee 15%, rgba(238, 238, 238, 0) 95%, rgba(238, 238, 238, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#00eeeeee',GradientType=1 );
}
.tab-slick:after {
  content: "";
  display: block;
  width: 25px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  background: -o-linear-gradient(left, rgba(238, 238, 238, 0) 0%, #eee 80%, #eee 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(238, 238, 238, 0)), color-stop(80%, #eee), to(#eee));
  background: linear-gradient(to right, rgba(238, 238, 238, 0) 0%, #eee 80%, #eee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eeeeee', endColorstr='#eeeeee',GradientType=1 );
}
.tab-slick .slick-slide a {
  display: inline-block;
  line-height: 40px;
  padding: 0 12px;
}
.tab-slick .slick-slide.active a {
  color: #d0021b;
}
.tab-slick button {
  position: absolute;
  top: 50%;
  left: 0;
  background: none;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 24px;
  background: none;
  overflow: hidden;
  border: 0;
  font-size: 18px;
  color: #4a4a4a;
}
.tab-slick button.slick-next {
  left: auto;
  right: 0;
}
.tab-slick button.slick-disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.page-title {
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
}
.tab-v3-wrapper {
  background: #fff;
  border-top: 1px solid #dedede;
  padding: 15px;
  margin: 0 -15px;
}
.tab-v3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-v3 > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tab-v3 > li a {
  display: block;
  text-align: center;
  background: #fff;
  line-height: 26px;
  border: 1px solid #4a4a4a;
  color: #9b9b9b;
}
.tab-v3 > li:first-child a {
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}
.tab-v3 > li:last-child a {
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}
.tab-v3 > li.active a {
  background: #4a4a4a;
  color: #fff;
  border-color: #4a4a4a;
}
.tab-v4 {
  background: #f1f1f1;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.tab-v4 li {
  display: table-cell;
  width: 1%;
  text-align: center;
}
.tab-v4 a {
  position: relative;
  display: block;
  padding: 12px 5px;
  font-size: 12px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tab-v4 a:before {
  content: "";
  width: 1px;
  height: 13px;
  background: #c9c9c9;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.tab-v4 > li.up a:after {
  position: absolute;
  top: 4px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  display: inline-block;
  font-size: 10px;
  background: #ee312f;
  color: #fff;
  text-align: center;
  line-height: 1;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
.tab-v4 li.active a {
  color: #d0021b;
}
.tab-v4 li:first-child a:before {
  display: none;
}
.tab-v4 + .tab-v4 {
  border-top: 1px solid #d5d5d5;
}
.tab-v4.tab-dark {
  background: #525252;
}
.tab-v4.tab-dark a {
  color: #fff;
}
.tab-v4.tab-dark a:before {
  background: #646464;
}
.tab-v4.tab-dark li.active a {
  color: #f8e71c;
}
.tab-v4.tab-dark + .tab-v4.tab-dark {
  border-top-color: #646464;
}
.list-horizontal-v2 {
  margin-bottom: 15px;
}
.list-horizontal-v2 > li a {
  display: block;
  position: relative;
  padding: 3px 0;
}
.list-horizontal-v2 > li .thumb {
  width: 50px;
  height: 50px;
}
.list-horizontal-v2 > li .media-body {
  border-bottom: 1px solid #dedede;
  height: 52px;
  vertical-align: middle;
}
.list-horizontal-v2.comics .thumb {
  width: 50px;
  height: 72px;
}
.list-horizontal-v2.comics .media-body {
  height: 74px;
}
mark {
  background: transparent !important;
  color: #ee312f;
}

h3 mark {
  color: #ee2d2f;
}
.author-label {
  display: inline-block;
  max-width: 90px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-vertical-v2 {
  margin: 0 -5px;
}
.list-vertical-v2:after,
.list-vertical-v2:before {
  content: " ";
  display: table;
}
.list-vertical-v2:after {
  clear: both;
}
.list-vertical-v2 > li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
.list-vertical-v2 > li a {
  display: block;
  margin: 0 5px;
}
.list-vertical-v2 > li .line-2 {
  color: #888;
  font-size: 1em;
  height: 2.8em;
}
.alert-danger {
  border: 0;
  background-color: #ffebeb;
  color: #ee312f;
}
.list-third {
  background: #fff;
  margin: 10px -15px 0;
  padding: 10px 5px;
}
.list-third:after,
.list-third:before {
  content: " ";
  display: table;
}
.list-third:after {
  clear: both;
}
.list-third > li {
  float: left;
  width: 33.33333333333%;
  margin-bottom: 15px;
}
.list-third a {
  display: block;
  margin: 0 5px;
  text-align: center;
}
.list-third .thumb {
  min-width: 90px;
}
.list-third .caption {
  height: 65px;
}
.list-third .flag .label {
  padding: 0.3em 0.6em 0.2em;
}
.list-top100 {
  background: #fff;
  margin: 0 -15px;
  padding: 10px 5px;
}
.list-top100:after,
.list-top100:before {
  content: " ";
  display: table;
}
.list-top100:after {
  clear: both;
}
.list-top100 > li {
  float: left;
  width: 33.33333333333%;
}
.list-top100 > li a {
  display: block;
  max-width: 244px;
  padding: 0 5px;
  margin: 0 auto 13px;
}
.list-top100 .thumb {
  display: block;
  margin-bottom: 3px;
}
.list-top100 .thumb .top-num {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 50px;
  padding: 1px 0;
  text-align: center;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  background: #181818;
}
.list-top100 .caption {
  overflow: hidden;
  text-align: left;
  height: 42px;
}
.list-top100 .caption .title {
  font-weight: 600;
  font-size: 12px;
}
.list-top100 .caption .cate {
  color: #aeb7cb;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-top100 .caption .badge {
  float: right;
  margin: 2px 0 0 5px;
  border-radius: 2px;
  background: #e6243c;
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  padding: 2px 3px 1px;
}
.list-ones {
  margin: 0 -15px;
}
.list-ones .thumb {
  display: block;
}
.list-ones .thumb-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 55px 15px 0;
  height: 95px;
  background-image: -o-linear-gradient(transparent 27%, rgba(0, 0, 0, 0.71) 66%, #000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(27%, transparent), color-stop(66%, rgba(0, 0, 0, 0.71)), to(#000));
  background-image: linear-gradient(transparent 27%, rgba(0, 0, 0, 0.71) 66%, #000 100%);
}
.list-ones .thumb-caption .title {
  font-size: 20px;
  color: #fff;
  letter-spacing: -1px;
}
.list-ones .caption {
  padding: 10px 15px;
}
.list-ones .line-2 {
  font-size: 12px;
}
.list-ones .update {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  display: block;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  letter-spacing: -1px;
  background: #4a90e2;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.list-ones .rank {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: #ee312f;
  padding-top: 7px;
  vertical-align: baseline;
}
.list-ones .rank small {
  display: inline-block;
  font-size: 11px;
}
.list-ones .des {
  display: block;
  margin-bottom: 3px;
  overflow: hidden;
}
.list-ones .des > span {
  float: left;
}
.list-ones .des .cate {
  color: #ee312f;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
}
.list-ones .des .author {
  color: #888;
  display: inline-block;
  margin-right: 10px;
}
body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
#wrapper {
  min-width: 320px;
}
#wrapper.menu-open {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.header-bar {
  background: #fff;
  height: 46px;
  position: relative;
  z-index: 1;
}
.header-bar .brand {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header-bar .pull-left {
  padding-top: 10px;
}
.header-bar .pull-left .btn-menu {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url("/assets/mobile/img/icon/ham.png") no-repeat 50% 50%;
  background-size: 23px 18px;
}
.header-bar .pull-right {
  padding-top: 10px;
}
.header-bar .pull-right .btn-search {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/assets/mobile/img/icon/icon-search.png") no-repeat 50% 50%;
  background-size: 20px;
}
.header-bar.v2 {
  border-bottom: 1px solid #dedede;
}
.header-bar.v2 .home-tab {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  float: left;
  display: inline-block;
}
.header-bar.v2 .home-tab > dd {
  display: inline;
  float: left;
  margin-right: 8px;
}
.header-bar.v2 .home-tab > dd a {
  display: inline-block;
  width: 46px;
  height: 23px;
  color: #ababab;
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  text-align: center;
  line-height: 21px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -1px;
}
.header-bar.v2 .home-tab > dd.active a {
  color: #fff;
  background: #ec1d24;
  border-color: #cf1313;
}
.header-menu {
  position: relative;
  height: 48px;
  background: #fff;
}
.header-menu .menu {
  overflow: hidden;
}
.header-menu .menu > li {
  float: left;
  width: calc(100% / 5);
  width: -webkit-calc(100%/5);
}
.header-menu .menu > li > a {
  position: relative;
  display: block;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  color: #000;
}
.header-menu .menu > li > a img {
  display: inline-block;
  margin: -2px 3px 0 0;
}
.header-menu .menu > li > a span {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.header-menu .menu > li > a span:before {
  display: inline-block;
  content: "19";
  display: inline-block;
  font-size: 9px;
  background: #d0021b;
  color: #fff;
  margin: -2px 3px 0 0;
  text-align: center;
  line-height: 14px;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  vertical-align: middle;
}
.header-menu .menu > li.active > a {
  color: #ee312f;
}
.header-menu .menu > li.adult a:after {
  border-bottom-color: #c62a28;
}
.header-menu .menu > li.active.none > a:after {
  display: none;
}
.header-menu .menu.num4 > li {
  width: calc(100% / 4);
  width: -webkit-calc(100%/4);
}
.header-menu .menu.num5 > li {
  width: calc(100% / 5);
  width: -webkit-calc(100%/5);
}
.header-menu .menu.num6 > li {
  width: calc(100% / 6);
  width: -webkit-calc(100%/6);
}
.header-menu.v2 {
  border-bottom: 1px solid #f2f2f2;
}
.header-menu.v2 .home {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background: #ec1d24;
  text-align: center;
  line-height: 48px;
}
.header-menu.v2 .menu {
  padding-left: 49px;
}
#footer {
  background: #4a4a4a;
}
.footer-nav {
  background: #3d3d3d;
  text-align: center;
  padding: 8px 0;
}
.footer-nav li {
  position: relative;
}
.footer-nav li::before {
  content: "|";
  position: absolute;
  top: 0;
  left: -3px;
  z-index: 1;
  color: #888;
}
.footer-nav li:first-child::before {
  display: none;
}
.footer-nav a {
  color: #ccc;
  font-size: 12px;
}
.footer-info {
  padding: 15px;
  border-bottom: 1px solid #383838;
}
.footer-info strong {
  color: #8d8d8d;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
.footer-info address {
  font-size: 12px;
  color: #8d8d8d;
  margin-bottom: 0;
}
.footer-cp {
  padding: 15px;
  text-align: right;
  color: #8d8d8d;
}
.gnb {
  visibility: hidden;
  position: fixed;
  left: -305px;
  top: 0;
  z-index: 21;
  width: 305px;
  height: 100vh;
  background: #fff;
}
.gnb-back {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 19;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.gnb-header {
  position: relative;
}
.gnb-header .gnb-header-1 {
  padding: 15px;
  height: 136px;
  color: #fff;
  background-image: -o-linear-gradient(top left, #ee312f 0%, #ee2f6b 54%, #ff802e 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, from(#ee312f), color-stop(54%, #ee2f6b), to(#ff802e));
  background-image: linear-gradient(to bottom right, #ee312f 0%, #ee2f6b 54%, #ff802e 100%);
}
.gnb-header .gnb-header-1 .gnb-logo {
  display: block;
  margin-bottom: 13px;
}
.gnb-header .gnb-header-1 > p {
  word-break: break-all;
  font-size: 12px;
  letter-spacing: -1px;
}
.gnb-header .gnb-header-2 {
  height: 175px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.gnb-header .gnb-header-2 > a {
  display: block;
}

.gnb-header .gnb-header-2 .caption {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
}
.gnb-header .gnb-header-2 .caption .recent-title {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.gnb-header .gnb-header-2 .caption .id {
  display: block;
  font-size: 14px;
}
.gnb-header .gnb-header-2 .caption .gnb-myinfo {
  /* position: absolute;
    left: 0;
    right: 0;
    bottom: 0; */
  z-index: 2;
}
.gnb-header .gnb-header-2 .caption .gnb-myinfo > span {
  display: block;
  font-size: 12px;
}
.gnb-header .gnb-header-2 .caption .gnb-myinfo > span.id {
  font-size: 13px;
}

/*코인 분리 표기*/
.gnb-header-2 .img-responsive {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 127%; /*코인분리표기 삽입으로인해 늘어난 높이값해결*/
}
.gnb-coin__wrap {
  margin-top: 10px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
}
.gnb-coin__con {
  padding: 6px 10px 6px 10px;
  border-bottom: 1px solid #56575b;
  background-color: rgba(0, 0, 0, 0.6);
  clear: both;
  overflow: hidden;
}

.gnb-coin__con.web {
  border-left: 2px solid #ee2d2f;
}

.gnb-coin__con.app {
  border-left: 2px solid #0c80c3;
}

.gnb-coin__con li {
  /* float: left; */
  position: relative;
  /* width: 48%; */
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  font-size: 0;
}

.gnb-coin__con li:first-child {
  padding-right: 15px;
  padding-left: 0;
}
/* 
.gnb-coin__con li:first-child:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    width: 1px;
    height: 13px;
    transform: translate(0, -50%);
    background-color: rgba(255, 255, 255, 0.2);
} */

.gnb-coin__txt {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
}

.gnb-coin__amount {
  text-align: right;
  display: inline-block;
  padding: 2px 3px;
  font-size: 13px;
  background-color: #000;
  border-radius: 2px;
  font-weight: 500;
}

.web .gnb-coin__amount {
  color: #ff5722;
}

.app .gnb-coin__amount {
  color: #91c5ff;
}

.gnb-header .gnb-header-2 .mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.gnb-header .btn-menu-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: url("/assets/mobile/img/icon/close-white.png") no-repeat 50% 50%;
  background-size: 13px;
  z-index: 3;
}
.gnb-body {
  position: absolute;
  top: 175px;
  left: 0;
  bottom: 0;
  width: 305px;
  padding: 20px 0 70px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.gnb-body > ul > li > a {
  position: relative;
  display: block;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #000;
}
.gnb-body > ul > li > a i {
  display: inline-block;
  width: 55px;
  text-align: center;
}
.gnb-body > ul > li > a i img {
  display: inline-block;
  margin-top: -4px;
}
.gnb-body > ul > li > a .badge {
  position: absolute;
  top: 50%;
  right: 15px;
  line-height: 1;
  padding: 3px 7px 2px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.gnb-body > ul > li.divider {
  margin: 10px 0;
  height: 1px;
  background: #dedede;
}
.gnb-sns {
  padding: 15px 15px 0;
  border-top: 1px solid #dedede;
  text-align: center;
}
.gnb-sns li {
  padding: 0 15px;
}
.fixed-banner {
  position: fixed;
  bottom: 3%;
  right: 15px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transform: translate(160px, 0);
  -ms-transform: translate(160px, 0);
  transform: translate(160px, 0);
}
.fixed-banner.showed {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
.fixed-banner > div {
  width: 140px;
  height: 140px;
}
.fixed-banner .alert {
  position: relative;
  border-radius: none;
  border: 0;
  padding: 0;
}
.fixed-banner .alert .close {
  float: none;
  background: #ccc;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  opacity: 1;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
}
.fixed-banner .alert img {
  width: 140px;
  max-width: 140px;
}
.slick-all {
  visibility: hidden;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 18;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  color: #fff;
}
.slick-all:hover,
.slick-allfocus {
  color: #fff;
}
.slick-total {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 100;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
}
.slick-total .slick-total-header {
  position: relative;
  width: 100%;
  height: 46px;
  padding: 12px 0;
  background: #000;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.slick-total .slick-total-header .btn-close-total {
  position: absolute;
  top: 5px;
  right: 5px;
  background: transparent;
}
.slick-total .slick-total-body {
  position: absolute;
  top: 46px;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.slick-total .slick-total-body a {
  position: relative;
  display: block;
}
.slick-total .slick-total-body a .thumb {
  display: block;
}
.slick-total .slick-total-body a .thumb img {
  width: 100% !important;
  height: auto;
}
.slick-total .slick-total-body a .caption {
  position: absolute;
  left: 15px;
  bottom: 15px;
  right: 15px;
  z-index: 2;
  color: #fff;
}
.slick-total .slick-total-body a .caption .title {
  font-size: 20px;
  white-space: nowrap;
  vertical-align: baseline;
  color: #fff;
}
.slick-total .slick-total-body a .caption .title small {
  font-size: 12px;
  color: #95c6ff;
  margin-left: 10px;
  font-weight: 400;
}
.slick-total .slick-total-body a .caption .excerpt {
  display: block;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.slick-total .slick-total-body a .mask {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 95px;
  z-index: 1;
  background-image: -o-linear-gradient(transparent 27%, rgba(0, 0, 0, 0.71) 66%, #000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(27%, transparent), color-stop(66%, rgba(0, 0, 0, 0.71)), to(#000));
  background-image: linear-gradient(transparent 27%, rgba(0, 0, 0, 0.71) 66%, #000 100%);
}
.rank-control {
  display: inline-block;
  margin: -10px 13px 0 0;
}
.rank-control .btn-link {
  color: #888;
  font-size: 14px;
  padding: 6px;
  text-decoration: none;
  outline: 0 !important;
}
.rank-control .btn-link.active {
  color: #d0021b;
}
.rank-slick {
  display: none;
  visibility: hidden;
}
.rank-slick .slick-slide {
  width: 260px;
}
@media (min-width: 321px) {
  .rank-slick .slick-slide {
    width: 280px;
  }
}
@media (min-width: 376px) {
  .rank-slick .slick-slide {
    width: 300px;
  }
}
.list-rank > li {
  padding: 3px 0;
}
.list-rank > li a {
  display: block;
  position: relative;
  padding-left: 80px;
}
.list-rank > li .thumb {
  position: absolute;
  top: 0;
  left: 0;
}
.list-rank > li .caption {
  position: relative;
  border-bottom: 1px solid #dedede;
  padding: 8px 0 0 25px;
  margin-right: 5px;
  min-height: 66px;
}
.list-rank > li .caption .title {
  font-size: 14px;
}
.list-rank > li .caption .num {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 20px;
  font-weight: 500;
}
.banner-main {
  margin: 0 -15px 10px;
}
.banner-app {
  margin: 0 -5px 10px;
}
.episode-cover {
  position: relative;
}
.episode-cover .caption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 95px;
  padding: 55px 15px 0;
  background-image: -o-linear-gradient(transparent 27%, rgba(0, 0, 0, 0.71) 66%, #000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(27%, transparent), color-stop(66%, rgba(0, 0, 0, 0.71)), to(#000));
  background-image: linear-gradient(transparent 27%, rgba(0, 0, 0, 0.71) 66%, #000 100%);
}
.episode-cover .caption .title {
  font-size: 20px;
  letter-spacing: -1px;
  color: #fff;
}
.episode-info {
  padding-top: 15px;
}
.episode-info .des {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.episode-info .des > span {
  float: left;
}
.episode-info .des .cate {
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
  color: #ee312f;
}
.episode-info .des .author {
  display: inline-block;
  margin-right: 10px;
  color: #888;
}
.episode-info .des .count {
  display: inline-block;
  margin: 2px 0;
  color: #888;
}
.episode-info .des .count img {
  display: inline-block;
  margin-top: -2px;
}
.episode-info .summary {
  font-size: 12px;
  margin-bottom: 15px;
}
.author-more {
  border-top: 1px solid #dedede;
}
.author-more a {
  position: relative;
  display: block;
  padding: 15px;
}
.author-more a:after {
  right: 15px;
  content: "\f105";
}
.episode-body {
  margin: 0 -15px;
  background: #fff;
}
.episode-body .sort {
  overflow: hidden;
  padding: 15px;
  border: 1px solid #dedede;
  border-width: 1px 0 1px 0;
}
.episode-body .list-sns > li {
  padding: 0 0 0 5px;
}
.episode-body .list-sns .icon-day {
  font-size: 14px;
  display: inline-block;
  white-space: nowrap;
  height: 24px;
  padding: 0 6px 0;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #ee312f;
  border-radius: 3px;
}
.episode-body .list-sns .btn-like {
  width: 24px;
  height: 24px;
  min-width: auto;
  padding: 0;
  border: 0;
  background: url("/assets/mobile/img/icon/icon-like.png") no-repeat 0 0;
  background-size: 24px;
}
.episode-body .list-sns .btn-like.active {
  background: url("/assets/mobile/img/icon/icon-like-active.png") no-repeat 0 0;
  background-size: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.episode-body .list-sns .review-count {
  display: inline-block;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
  padding: 0 3px;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #bcbcbc;
  border-radius: 3px;
}
.episode-body .list-sns .review-count em {
  color: #d0021b;
}
.ep-row {
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #dedede;
  background: #f7f7f7;
}
.ep-row a {
  font-size: 14px;
  display: block;
  padding: 15px;
}
.ep-package {
  padding: 15px;
  border-bottom: 1px solid #dedede;
}
.list-episode > li {
  border-bottom: 1px solid #dedede;
}
.list-episode > li a {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.list-episode > li a > div {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}
.list-episode > li a .cell-thumb {
  width: 120px;
  padding-left: 15px;
}
.list-episode > li a .cell-thumb .thumb {
  width: 100px;
  height: 60px;
  display: block;
}
.list-episode > li a .cell-thumb .bookmark {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 22px;
  height: 32px;
  overflow: hidden;
  text-indent: -9999px;
  background: url("/assets/mobile/img/icon/bookmark.png") no-repeat 0 0;
  background-size: 22px 32px;
}
.list-episode > li a .cell-thumb .lock {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 6px 1px 6px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
}
.list-episode > li a .cell-caption small {
  color: #888;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.list-episode > li a .cell-caption small time {
  margin-left: 5px;
}
.list-episode > li a .cell-caption .label {
  padding: 0.1em 0.3em 0.05em;
  font-size: 11px;
  vertical-align: middle;
  line-height: 1;
}
.list-episode > li a .cell-coast {
  position: relative;
  width: 110px;
  padding-right: 15px;
  text-align: right;
}
.list-episode > li a .cell-coast .bookmark {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.list-episode > li a .cell-coast img {
  vertical-align: middle;
}
.list-episode > li a .cell-coast .label {
  min-width: 62px;
  padding: 0.2em;
}
.list-episode > li.own {
  background: #f0f0f0;
}
.d-day {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 56px;
  max-width: 90px;
  padding: 2px 6px 1px 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 1.3;
}
.d-day img {
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.d-day em {
  color: #fffc00;
  margin-right: 3px;
}
.episode-comics .media {
  margin: 15px 0;
}
.episode-comics .media .title {
  font-size: 20px;
  margin-top: 10px;
  letter-spacing: -1px;
  color: #000;
}
.episode-comics .media .cate {
  font-weight: 700;
  display: inline-block;
  margin: 15px 0;
  color: #ee312f;
  display: block;
  overflow: visible;
}
.episode-comics .btn-fv {
  background: transparent;
  border: 1px solid #dedede;
  color: #666;
  background: #fff;
  padding: 2px 6px;
  margin: -2px 0 0 5px;
}
.episode-comics .btn-fv.active {
  color: #ee312f;
  border-color: #ee312f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.list-comics {
  margin: 0 -15px;
  padding: 15px 5px 0;
  background: #fff;
}
.list-comics:after,
.list-comics:before {
  content: " ";
  display: table;
}
.list-comics:after {
  clear: both;
}
.list-comics > li {
  float: left;
  width: 33.3333%;
  margin-bottom: 15px;
}
.list-comics > li > a {
  display: block;
  width: 86px;
  margin: 0 auto;
  text-align: center;
}
.list-comics > li > a .caption {
  height: 60px;
}
.mycoin {
  margin: 20px 0;
}
.mycoin .mycoin-header {
  padding: 5px 15px;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: -o-linear-gradient(top left, #ee312f 0%, #ee2f6b 52%, #ff802e 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, from(#ee312f), color-stop(52%, #ee2f6b), to(#ff802e));
  background-image: linear-gradient(to bottom right, #ee312f 0%, #ee2f6b 52%, #ff802e 100%);
}
.mycoin .mycoin-body {
  padding: 15px 0;
  text-align: center;
  vertical-align: baseline;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.mycoin .mycoin-body em {
  font-size: 30px;
  color: #ee312f;
}
.banner-charge {
  margin: 15px 0;
}
.rank-tab {
  border-top: 1px solid #dedede;
  background: #fff;
}
.payment-set {
  padding: 15px;
}
.payment-set h1 {
  margin-bottom: 10px;
  font-size: 20px;
}
.payment-set-list label {
  margin: 0;
}
.payment-set-list > li {
  padding: 10px 0;
  margin-top: -1px;
  border: solid #dedede;
  border-width: 1px 0 1px 0;
}
.list-charge > li {
  margin-bottom: 10px;
}
.list-charge > li a {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.list-charge > li a > div {
  display: table-cell;
  vertical-align: middle;
}
.list-charge > li .cell-1 {
  width: 70px;
}
.list-charge > li .coin-item {
  height: 60px;
  margin-right: 10px;
  padding-top: 12px;
  text-align: center;
  color: #fff;
  background: #aeb7cb;
  border-radius: 5px;
}
.list-charge > li .coin-item em {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.list-charge > li .coin-info {
  position: relative;
  height: 60px;
  padding: 19px 75px 10px 10px;
  border: 1px solid transparent;
  background: #fff;
  border-radius: 5px;
}
.list-charge > li .coin-info .benefit {
  display: block;
}
@media (max-width: 370px) {
  .list-charge > li .coin-info .benefit .hide-benefit {
    display: none;
  }
}
.list-charge > li .coin-info .price {
  font-size: 16px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  white-space: nowrap;
  color: #ee312f;
}
.list-charge > li .coin-info .label {
  z-index: 1;
  right: 10px;
}
.list-charge > li.active .coin-item {
  background: #ee312f !important;
}
.list-charge > li.active .coin-info {
  border-color: #ee312f;
}
.list-charge > li.free-pass .coin-item {
  font-size: 14px;
  background: #4a90e2;
  padding-top: 12px;
  line-height: 1.3;
}
.list-charge > li.extend .coin-item {
  height: 100px;
  padding-top: 23px;
  background: #8652b4;
}
.list-charge > li.extend .coin-info {
  height: 100px;
}
.list-charge > li.extend .coin-info .price {
  color: #8652b4;
}
.list-charge > li.extend-v2 .coin-item {
  height: 100px;
  padding-top: 28px;
  background: #8652b4;
}
.list-charge > li.extend-v2 .coin-info {
  height: 100px;
  padding: 10px;
}
.list-charge > li.extend-v2 .coin-info .price {
  color: #8652b4;
}
.list-charge > li.extend-v2 .coin-info .price s {
  font-size: 12px;
  margin-right: 10px;
  color: #888;
}
.list-charge > li.extend-v2 .coin-info .label {
  position: absolute;
  z-index: 1;
  top: auto;
  right: 10px;
  bottom: 8px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.acc .panel {
  margin-bottom: 0;
  border: 0;
  border-bottom: 1px solid #dedede;
  background: transparent;
}
.acc .panel .panel-heading {
  padding: 0;
  background: #fff;
  border-radius: 0;
}
.acc .panel .panel-heading a {
  position: relative;
  display: block;
  padding: 15px;
  color: #4a4a4a;
}
.acc .panel .panel-heading a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  content: "";
  background: #ee312f;
}
.acc .panel .panel-heading a.collapsed:after {
  display: none;
}
.acc .panel .panel-body {
  font-size: 12px;
  border-top: 1px solid #dedede;
  background: #eee;
}
.acc .panel .panel-body .a {
  position: relative;
  margin-top: 15px;
  padding-top: 15px;
  padding-left: 20px;
}
.acc .panel .panel-body .a:before {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 0;
  content: "A :";
  color: #ee312f;
}
.viewer-tips {
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: rgba(0, 0, 0, 0.6);
}
.viewer-tips > span {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.viewer-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  padding: 0 50px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: translate(0, -60px);
  -ms-transform: translate(0, -60px);
  transform: translate(0, -60px);
}
.viewer-header h1 {
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}
.viewer-header .vhome {
  z-index: 1;
  left: 15px;
}
.viewer-header .vcoin {
  z-index: 1;
  right: 15px;
}
.viewer-imgs img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.viewer-imgs .load_text {
  font-family: Lora, serif, serif;
  margin-top: 20px;
  line-height: 1.5;
  text-indent: 2em;
  font-size: 16px;
  color: #666;
  text-align: justify;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.viewer-ep {
  position: fixed;
  top: 0;
  right: -146px;
  bottom: 0;
  z-index: 11;
  width: 146px;
  background: #0e0e0e;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.viewer-ep ul {
  padding: 0 10px 10px;
}
.viewer-ep ul > li {
  padding-top: 10px;
}
.viewer-ep ul > li a {
  display: block;
}
.viewer-ep ul > li .thumb {
  position: relative;
  display: block;
}
.viewer-ep ul > li .thumb .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3px 5px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 11px;
}
.viewer-ep ul > li .thumb .lock {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 6px 1px 6px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
}
.viewer-ep ul > li .thumb .hot {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  font-size: 0;
}
.viewer-ep .d-day {
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
}
.viewer-ep .current {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #ff1a36;
}
.viewer-ep-back {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s ease;
}
.viewer-footer {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;

  text-align: center;
  -webkit-transform: translate(0, 48px);
  -ms-transform: translate(0, 48px);
  transform: translate(0, 48px);
}
.viewer-footer a {
  margin: 7px 20px 0;
  display: inline-block;
}
.viewer-footer a.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.viewer-footer .vcomment {
  position: relative;
}
.viewer-footer .vcomment em {
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  text-align: center;
  color: #000;
  font-size: 10px;
}
.viewer-footer .btns {
  min-height: 48px;
  background: rgba(0, 0, 0, 0.8);
}
.viewer-footer .vfooter-logo {
  display: none;
  height: 50px;
  padding-top: 15px;
  border-top: 1px solid #222;
  background: rgba(0, 0, 0, 0.8);
}
.viewer-footer.vslider {
  height: 90px;
  -webkit-transform: translate(0, 90px);
  -ms-transform: translate(0, 90px);
  transform: translate(0, 90px);
}
.viewer-footer.vslider .prg {
  position: relative;
  height: 42px;
  padding: 13px 30px 0;
  border-bottom: 1px solid #222;
}
.viewer-footer.vslider .prg .slider-handle {
  width: 18px;
  height: 18px;
  margin-top: -7px;
  opacity: 1;
  background: red;
}
.viewer-footer.vslider .prg .tooltip.tooltip-main {
  margin-top: -48px;
}
.viewer-slider {
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 48px;
  width: 100%;
  height: 48px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.viewer-free-more {
  margin: 0 -15px;
  border-bottom: 1px solid #dedede;
}
.viewer-free-more a {
  display: block;
  overflow: hidden;
  padding: 15px;
}
.viewer-free-more .badge {
  margin-top: 10px;
}
.care {
  margin: 0 -15px;
  padding: 15px;
}
.care .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #4a4a4a;
}
.care li {
  font-size: 12px;
  margin: 8px 0;
  color: #888;
}
.author-title {
  font-weight: 700;
  padding: 5px 0;
}
.free-more {
  position: relative;
  overflow: hidden;
  z-index: 0;
  height: 125px;
  margin: 20px 0;
  padding: 10px 10px 0 140px;
  border: 1px solid #d4d4d4;
  background: #fafafa;
}
.free-more .thumb {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 123px;
}
.free-more strong {
  font-size: 16px;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
}
.free-more p {
  font-size: 12px;
}
.tab-free {
  position: relative;
  height: 40px;
}
.tab-free ul {
  position: absolute;
  top: 0;
  right: 5px;
}
.tab-free ul > li {
  display: inline-block;
  margin: 0 10px;
  white-space: nowrap;
}
.tab-free ul > li a {
  font-size: 13px;
  line-height: 40px;
  display: inline-block;
  height: 40px;
  color: #000;
}
.tab-free ul > li a span {
  line-height: 1.4;
  display: inline-block;
  padding: 2px 8px 1px;
  background: transparent;
  border-radius: 40px;
}
.tab-free ul > li.active a {
  color: #d0021b;
}
.tab-free ul > li.active a span {
  color: #fff;
  background: #ee312f;
}
.stars-xs {
  margin-top: 3px;
  display: block;
  overflow: hidden;
  width: 65px;
  height: 12px;
  background: url("/assets/mobile/img/icon/stars-xs.png") no-repeat 0 0;
  background-size: 65px 24px;
  font-size: 0;
}
.stars-xs .star {
  display: block;
  height: 12px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("/assets/mobile/img/icon/stars-xs.png") no-repeat 0 -12px;
  background-size: 65px 24px;
}
.stars-sm {
  margin-top: -2px;
  display: inline-block;
  overflow: hidden;
  width: 90px;
  height: 16px;
  background: url("/assets/mobile/img/icon/stars-sm.png") no-repeat 0 0;
  background-size: 90px 32px;
  font-size: 0;
  vertical-align: middle;
}
.stars-sm .star {
  display: inline-block;
  height: 16px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("/assets/mobile/img/icon/stars-sm.png") no-repeat 0 -16px;
  background-size: 90px 32px;
}
.stars-sm + .star-stat {
  display: inline-block;
  color: #d0021b;
  font-size: 14px;
  margin-left: 3px;
}
.stars-md {
  text-align: left;
  display: inline-block;
  overflow: hidden;
  width: 162px;
  height: 28px;
  background: url("/assets/mobile/img/icon/stars-md.png") no-repeat 0 0;
  background-size: 162px 56px;
  font-size: 0;
  vertical-align: middle;
}
.stars-md .star {
  display: inline-block;
  height: 28px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("/assets/mobile/img/icon/stars-md.png") no-repeat 0 -28px;
  background-size: 162px 56px;
}

.stars-single {
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
.stars-single .star {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 10px;
  margin-right: 3px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("/assets/mobile/img/icon/stars-single.png") no-repeat 0 0;
  background-size: 17px 17px;
}
.star__rate .stars-single + .star-stat {
  display: inline-block;
  margin-top: -3px;
}

.panel-comment {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  margin: -1px 0 0;
}
.panel-comment .panel-body {
  padding: 15px;
  border: 1px solid #e4e4e4;
  border-width: 1px 0 1px 0;
  margin-top: -1px;
  background: #f5f5f5;
  padding: 15px;
}
.panel-comment .panel-body h3 {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: normal;
}
.panel-comment .panel-body textarea.form-control {
  height: 60px;
  resize: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 12px;
}
.panel-comment .panel-body .btn-dgray {
  background: #4a4a4a;
  color: #fff;
  height: 60px;
}
.star-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid #e4e4e4;
  border-width: 1px 0 1px 0;
}
.star-total .wrap-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.count-star {
  background: #fafafa;
  padding: 15px;
  text-align: center;
}
.count-star .wrap-star {
  display: block;
  margin-bottom: 10px;
}
.count-star .btn-count {
  padding: 0;
  margin: 0 10px;
  display: inline-block;
  width: 31px;
  height: 31px;
  border: 1px solid #979797;
  background: #fff;
  border-radius: 31px;
  text-align: center;
  color: #979797;
  line-height: 33px;
}
.comment-list {
  background: #fff;
}
.comment-list > li {
  padding: 10px 15px;
  border-bottom: 1px solid #e4e4e4;
}
.comment-list .name {
  display: block;
  margin-bottom: 6px;
  font-weight: normal;
}
.comment-list .comment {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}
.comment-list .best .comment:before {
  content: "BEST";
  display: inline-block;
  padding: 3px 6px 1px;
  margin-right: 3px;
  background: #ee312f;
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  vertical-align: middle;
  border-radius: 15px;
}
.comment-list .comment-info:after,
.comment-list .comment-info:before {
  content: " ";
  display: table;
}
.comment-list .comment-info:after {
  clear: both;
}
.comment-list .comment-info time {
  float: left;
  color: #999;
}
.comment-list .comment-info .comment-btns {
  float: right;
  margin-top: -3px;
}
.comment-more {
  background: #fff;
}
.comment-more .btn {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.comment-more .col-xs-8 .btn {
  background: #f0f0f0;
}
.btn-like {
  min-width: 52px;
  padding: 4px;
}
.btn-like i {
  color: #4a90e2;
}
.btn-like.on i:before {
  content: "\f164";
}
.comment-bar {
  position: relative;
  height: 48px;
  background: #333;
}
.comment-bar h1 {
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}
.comment-bar .back {
  z-index: 1;
  left: 15px;
  color: #fff;
  padding: 4px 8px;
  font-size: 18px;
  line-height: 1;
}
.comment-bar .list {
  z-index: 1;
  right: 15px;
  color: #fff;
  padding: 4px 8px;
  font-size: 18px;
  line-height: 1;
}
.sort-comment {
  padding: 15px;
  border-bottom: 1px solid #dedede;
  text-align: right;
}
.sort-comment span {
  display: inline-block;
  color: #999;
  padding: 0 3px;
}
.sort-comment .icon-ok {
  display: none;
}
.sort-comment .active {
  color: #d0021b;
  font-weight: 700;
}
.sort-comment .active .icon-ok {
  display: inline-block;
  margin-right: 3px;
}
.tab-line {
  text-align: center;
  background: #fff;
  padding-bottom: 10px;
}
.tab-line > li {
  display: inline-block;
}
.tab-line > li a {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
}
.tab-line > li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 10px;
  background: #ccc;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.tab-line > li:first-child a:before {
  display: none;
}
.tab-line > li.active a {
  color: #d0021b;
}
.mybook-srch {
  position: relative;
  margin: 0 -15px;
  padding: 0 15px 10px;
  background: #fff;
}
.mybook-srch .form-group {
  position: relative;
  margin: 0;
  padding: 0 40px 0 10px;
  border: 1px solid #e4e4e4;
  background: #f8f8f8;
  border-radius: 5px;
}
.mybook-srch .form-group .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: transparent;
}
.mybook-srch .form-group .btn {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
}
.mybook-sort {
  position: relative;
  margin: 0 -15px;
  border: 1px solid #c5c5c5;
  border-width: 1px 0 1px 0;
  background: #eeeeee;
}
.mybook-sort label {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  text-align: center;
}
.mybook-sort select {
  width: 100%;
  height: auto;
  line-height: normal;
  font-family: inherit;
  padding: 0.6em 0.5em;
  border: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mybook-empty {
  text-align: center;
  padding: 50px 0;
}
.mybook-list {
  margin: 0 -15px;
}
.mybook-list > li {
  padding: 8px 0;
  border: 1px solid #e4e4e4;
  border-width: 1px 0 1px 0;
  background: #fff;
  margin-top: -1px;
}
.mybook-t {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.mybook-t > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  height: 62px;
}
.mybook-t .thumb-c {
  width: 100px;
}
.mybook-t .info-c .label {
  padding: 0.1em 0.3em 0.05em;
  vertical-align: middle;
}
.mybook-t .action-c {
  width: 95px;
  text-align: center;
}
.mybook-t .action-c .action-link {
  display: inline-block;
  padding: 10px;
  border: 1px solid #bbb;
  background: #f6f6f6;
  text-align: center;
  border-radius: 5px;
}
.mybook-t .action-c .action-link b {
  font-size: 16px;
}
.c-ask .form-control {
  background: #fafafa;
  text-align: right;
}
.row-gray {
  padding: 10px 0;
  background: #f6f6f6;
}
.sc-vbanner {
  margin: 0 -15px 15px;
}
.sc-vbanner ul ~ ul {
  margin-top: 15px;
}

.ep-wrap:after {
  display: table;
  content: " ";
  clear: both;
}
.ep-wrap:before {
  display: table;
  content: " ";
  clear: both;
}
.ep-header {
  margin: 0 -15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.ep-header .ep-content {
  padding: 15px 15px 10px;
  background-color: rgba(0, 0, 0, 0.7);
}
.ep-header .ep-content > .clearfix {
  position: relative;
}
.ep-header .ep-content > .clearfix .pull-right {
  position: absolute;
  top: 0;
  right: 0;
}
.ep-tag {
  display: inline-block;
}
.ep-tag > li {
  display: inline-block;
  padding: 2px 5px 1px;
  color: #fff;
  font-size: 11px;
  border-radius: 3px;
  background: #666;
}
.ep-like {
  padding: 0;
  display: block;
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
  border-radius: 32px;
  background: transparent;
  border: 1px solid #828282;
  text-align: center;
  color: #828282;
  line-height: 32px;
  outline: 0;
}
.ep-like.focus,
.ep-like:hover {
  color: #828282;
}
.ep-like.active {
  color: #ec1d24 !important;
  border-color: #ec1d24;
}
@keyframes epimg {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes epimg {
  0% {
    -webkit-transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.ep-article {
  text-align: center;
}
.ep-article .ep-img {
  margin-top: 5px;
  margin-bottom: 15px;
  border: 1px solid #650100;
  border-radius: 5px;
  -webkit-animation-name: epimg;
  animation-name: epimg;
  webkit-animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.ep-article .ep-title {
  display: block;
  margin-bottom: 3px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  letter-spacing: -1px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ep-article .ep-author {
  display: block;
  color: #9b9b9b;
  font-size: 11px;
}
.ep-article .wrap-star {
  display: block;
  margin: 0 0 10px 0;
}
.ep-article .stars-xs {
  display: inline-block;
  margin-bottom: 6px;
  vertical-align: middle;
}
.ep-article .ep-summary {
  padding: 0 15px;
  margin-bottom: 20px;
  font-size: 11px;
  color: #fff;
  text-align: center;
}
.ep-article .ep-summary .btn-m {
  display: inline;
  padding: 0;
  margin-left: 3px;
  border: 0;
  background: none;
  color: #999;
  text-decoration: underline;
}
.btn-ep-side {
  background: transparent;
  padding: 0 4px;
  color: #222;
}
.btn-ep-side.collapsed .icon-angle-down:before {
  content: "\f107";
}
.btn-ep-side .icon-angle-down:before {
  content: "\f106";
}
#ep-side {
  background: #f0f0f0;
  margin: 0 -15px;
}
.ep-side {
  padding: 15px;
  padding-right: 0;
  background: #f0f0f0;
}
.ep-side .excerpt {
  padding-right: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  color: #666;
}
.ep-side > strong {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}
.ep-side .empty {
  text-align: center;
  padding: 10px 0;
  color: #666;
  font-size: 12px;
}
.ep-body {
  /* margin: 0 -15px; */
  padding: 0 15px;
  background: #fff;
}
.ep-body .bell {
  margin: 0 -15px;
  padding: 10px 15px 10px 35px;
  border-bottom: 1px solid #dedede;
  background: url("/assets/mobile/img/icon/icon-bell.png") no-repeat 15px center;
  background-size: 16px;
  color: #ee312f;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ep-body .sort-v2 {
  overflow: hidden;
  margin: 0 -15px 0;
  padding: 10px 15px;
  border-bottom: 1px solid #dedede;
  letter-spacing: -1px;
}
.ep-body .ep-own {
  margin: 0 -15px;
  padding: 10px 15px;
  background: #fff;
  position: static;
  z-index: 1;
}
.ep-body .ep-own.stick {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.ep-body .btn-own {
  display: none;
  padding: 0;
  height: 40px;
  background: #9ca5af;
  color: #fff;
  line-height: 1;
}
.ep-body .btn-own small {
  opacity: 0.5;
}
.ep-body .btn-own.collapsed {
  display: block;
}
.ep-body #opt-own {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.ep-list {
  margin-top: -1px;
}
.ep-list a {
  display: block;
  margin: 0 -15px;
  padding: 7px 15px;
  border-top: 1px solid #dedede;
}
.ep-list > li.own > a {
  background: #f7f7f7;
}
.ep-list .cell-check {
  width: 30px;
}
.ep-list .cell-thumb {
  width: 110px;
}
.ep-list .cell-thumb .thumb {
  width: 100px;
  height: 135px;
  display: block;
}
.ep-list .cell-thumb .bookmark {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 22px;
  height: 32px;
  overflow: hidden;
  text-indent: -9999px;
  background: url("/assets/mobile/img/icon/bookmark.png") no-repeat 0 0;
  background-size: 22px 32px;
}
.ep-list .cell-thumb .lock {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 6px 1px 6px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
}
.ep-list .cell-caption small {
  color: #888;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ep-list .cell-caption small time {
  margin-left: 5px;
}
.ep-list .cell-caption .label {
  padding: 0.1em 0.3em 0.05em;
  font-size: 11px;
  vertical-align: middle;
  line-height: 1;
}
.ep-list .cell-coast {
  text-align: right;
  min-width: 65px;
  position: relative;
}
.ep-list .cell-coast .label {
  display: inline-block;
  min-width: 42px;
  line-height: 125%;
  font-size: 11px;
  padding: 0.2em 0.2em 0.1em;
  text-align: center;
}
.ep-list .cell-coast .bookmark {
  position: absolute;
  display: block;
  top: -8px;
  left: -10px;
  width: 22px;
  height: 32px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background: url("/assets/mobile/img/icon/bookmark.png") no-repeat 0 0;
  background-size: 22px 32px;
}
.aside-menu {
  overflow: hidden;
  border: 1px solid #dedede;
  border-width: 1px 0 1px 0;
  background: #f9f9f9;
  margin: 10px -15px 0;
}
.aside-menu li {
  float: left;
  width: 33.333333%;
}
.aside-menu li a {
  display: block;
  text-align: center;
  padding: 18px 0;
}
.aside-menu li.disabled {
  opacity: 0.3;
}
.aside-menu li img {
  display: inline-block;
  vertical-align: middle;
  margin: -1px 5px 0;
}
.mypage-coin .row-table {
  background: #35373b;
  color: #fff;
}
.mypage-coin .row-table > div {
  text-align: center;
  padding: 8px 5px;
}
.mypage-coin .row-table strong {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
}
.mypage-coin .row-table .coin {
  font-size: 14px;
}
.mypage-coin .row-table .bonus {
  background: #2b2c2f;
}
.mypage-coin .row-table .ios {
  background: #171719;
}
.dl-popover {
  font-size: 12px;
}
.dl-popover dt {
  color: #0068b7;
  margin: 5px 0 10px;
}
.dl-popover dd {
  font-size: 11px;
  color: #888;
  margin-bottom: 10px;
}
.list-simple {
  margin: 0 -15px;
  background: #fff;
}
.list-simple a {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.list-simple a > div {
  padding: 6px 0;
  display: table-cell;
  vertical-align: middle;
}
.list-simple .cell-thumb {
  padding: 6px 10px;
  width: 140px;
}
.list-simple .cell-thumb .thumb {
  width: 120px;
  height: 82px;
  border: 1px solid transparent;
  overflow: hidden;
}
.list-simple .cell-thumb .thumb img.crop {
  margin-top: -20px;
}
.list-simple .cell-caption {
  padding-right: 10px;
  border-bottom: 1px solid #f2f2f2;
}
.list-simple .cell-caption .title-box {
  overflow: hidden;
}
.list-simple .cell-caption .title {
  margin: 0;
  font-size: 14px;
  color: #222;
  letter-spacing: -0.5px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-simple .cell-caption .title em {
  margin-left: 5px;
}
.list-simple .cell-caption .title em + em {
  margin-left: 2px;
}
.list-simple .cell-caption .excerpt {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  color: #888;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-simple .cell-caption .infos {
  overflow: hidden;
  font-size: 12px;
}
.list-simple .cell-caption .infos .author {
  color: #a5a5a5;
  margin: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-simple .cell-caption .infos .author .line {
  color: #d4d4d4;
}
.list-simple .cell-caption .infos .stars {
  float: right;
  margin-left: 10px;
  font-size: 11px;
  color: #a5a5a5;
}
.list-simple .up {
  margin-top: -2px;
  display: inline-block;
  overflow: hidden;
  width: 16px;
  height: 11px;
  vertical-align: middle;
  background: url("/assets/mobile/img/icon/eup.png") no-repeat 0 0;
  background-size: 16px 11px;
  text-indent: -9999px;
}
.list-simple .recom {
  margin-top: -2px;
  display: inline-block;
  overflow: hidden;
  width: 16px;
  height: 11px;
  vertical-align: middle;
  background: url("/assets/mobile/img/icon/erecom.png") no-repeat 0 0;
  background-size: 16px 11px;
  text-indent: -9999px;
}
.list-simple .age {
  margin: -2px 0 0 5px;
  display: inline-block;
  overflow: hidden;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background: url("/assets/mobile/img/icon/iad.png") no-repeat 0 0;
  background-size: 12px;
  text-indent: -9999px;
}
.list-simple .free {
  display: inline-block;
  margin: -1px 0 0 0;
  padding: 2px 6px 0;
  height: 13px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  background: #f87878;
  color: #fff;
  letter-spacing: -0.4px;
  border-radius: 14px;
}
.list-simple .udate {
  display: inline-block;
  margin: -1px 0 0 0;
  padding: 2px 6px 0;
  height: 13px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  background: #a2b8ea;
  color: #fff;
  letter-spacing: -0.4px;
  border-radius: 14px;
}
.list-simple.android {
  padding-top: 8px;
}
.list-simple.android .cell-thumb {
  padding: 5px 15px;
  width: 140px;
}
.list-simple.android .cell-thumb .thumb {
  width: 110px;
  height: 75px;
  border: 1px solid transparent;
  overflow: hidden;
}
.list-simple.android .cell-thumb .thumb img.crop {
  margin-top: -20px;
}
.list-simple.android .cell-caption {
  padding-right: 15px;
}
.list-simple.android .cell-caption .title {
  font-size: 14px;
  margin-bottom: 0;
}
.list-simple.android .cell-caption .excerpt {
  font-size: 11px;
  margin-bottom: 10px;
}
.list-simple.android .cell-caption .infos {
  font-size: 11px;
}
.list-simple.android .cell-caption .infos .author {
  font-size: 11px;
}
.list-simple.android .up,
.list-simple.android .recom,
.list-simple.android .age,
.list-simple.android .free,
.list-simple.android .udate {
  padding-top: 3px;
}
.list-simple.android .age {
  width: 13px;
  height: 13px;
}
.list-simple.rank-simple .cell-thumb {
  width: 96px;
}
.list-simple.rank-simple .cell-thumb .thumb {
  width: 76px;
  height: 76px;
}
.list-simple.rank-simple .cell-rank {
  width: 35px;
  padding-right: 10px;
  text-align: center;
  vertical-align: top;
}
.list-simple.rank-simple .cell-rank .num {
  display: block;
  margin: 5px 0 16px 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}
.list-simple.rank-simple .cell-rank .up {
  margin: 0;
}
.list-simple.rank-simple .cell-caption .infos {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.list-simple.rank-simple .cell-caption .cate {
  display: inline-block;
  margin: 0 10px 0 0;
}
.list-simple.rank-simple .cell-caption .author {
  display: inline-block;
}
.list-simple.rank-simple.rank-highlight .cell-thumb {
  width: 130px;
}
.list-simple.rank-simple.rank-highlight .cell-thumb .thumb {
  width: 110px;
  height: 76px;
}
.list-simple.rank-simple.rank-highlight .rank-best {
  margin-bottom: 3px;
}
.list-simple.rank-simple.rank-highlight .rank-best > a {
  position: relative;
  display: block;
}
.list-simple.rank-simple.rank-highlight .rank-best .best-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px 0 0;
  background: -o-linear-gradient(top, transparent 0%, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: linear-gradient(to bottom, transparent 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.list-simple.rank-simple.rank-highlight .rank-best .best-caption .cell-num {
  width: 70px;
  color: #fff;
  text-align: center;
  font-size: 44px;
  font-weight: 500;
}
.list-simple.rank-simple.rank-highlight .rank-best .best-caption .cell-caption {
  border: 0;
  padding: 0;
}
.list-simple.rank-simple.rank-highlight .rank-best .best-caption .cell-caption .title {
  margin: 0;
  font-size: 18px;
  color: #fff;
}
.list-simple.rank-simple.rank-highlight .rank-best .best-caption .cell-caption .cate {
  color: #aeb7cb;
}
.list-simple.rank-simple.rank-highlight .rank-best .best-caption .cell-caption .author {
  color: #818181;
}
.list-simple.rank-simple.rank-highlight .rank-best .best-caption .cell-caption .infos {
  margin-bottom: 5px;
}
.list-simple.rank-simple.rank-highlight.android {
  padding-top: 0;
}
.list-simple.rank-simple.rank-highlight.android .rank-best {
  margin-bottom: 8px;
}

.bottom-rounded,
.modal-footer,
.modal-cookie {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}
.modal-open {
  position: fixed;
  width: 100%;
}
.modal-backdrop.in {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.modal-content {
  background: transparent;
}
.modal-header {
  background: #2e2f36;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 10px 15px;
  border: 0;
}
.modal-header h4 {
  color: #fff;
  font-size: 13px;
}
.modal-header .close {
  color: #9fa0ab;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-body {
  background: #fff;
}
.modal-body h5 {
  font-size: 14px;
  color: #222;
  margin-bottom: 10px;
}
.modal-footer {
  border-top: 0;
  text-align: center;
  background: #fff;
}
.modal-transparent .modal-content {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-body-basic {
  margin-top: 20px;
  text-align: center;
}
.modal-body-basic .t1 {
  font-size: 20px;
  color: #222;
  margin-bottom: 20px;
}
.modal-body-basic .t3 {
  color: #ee312f;
  margin-top: 20px;
}
.modal-cookie {
  padding: 10px 15px;
  text-align: right;
  border-top: 1px solid #dedede;
  background: #f7f7f7;
}
.modal-auth .modal-content {
  border: 0;
  background: #fff;
  border-radius: 0;
}
.modal-auth .modal-body,
.modal-auth .modal-header {
  padding: 10px 15px;
}
.modal-auth .modal-header {
  border: 0;
  padding-bottom: 0;
  background: #fff;
}
.modal-auth .modal-header h4 {
  font-size: 20px;
  text-align: center;
  clear: right;
  margin-top: -10px;
  color: #222;
}
.modal-auth .modal-header .modal-close {
  background: url("/assets/mobile/img/icon/close-black.png") no-repeat 50% 50%;
  background-size: 14px 14px;
  width: 24px;
  height: 24px;
}
.modal-auth .modal-body {
  padding-top: 0;
  background: #fff;
}
.modal-auth .simple-login {
  margin: 20px 0;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}
.modal-auth .simple-login h5 {
  position: relative;
  color: #c8c8c8;
  font-size: 12px;
  display: inline-block;
  padding: 0 15px;
  background: #fff;
  margin-bottom: 20px;
}

.modal-fluid {
  margin: -15px -15px 20px;
}

.list-vown {
  margin-bottom: 15px;
}
.list-vown li {
  overflow: hidden;
  padding: 10px 0;
  font-size: 14px;
}
.list-vown li + li {
  border-top: 1px solid #dedede;
}
.list-vown li label {
  cursor: pointer;
}
.vown-detail {
  display: none;
  border: 1px solid #dedede;
  border-width: 0 0 1px 0;
  margin: -15px 0 15px;
}
.vown-detail.active {
  display: block;
}
.vown-detail ul {
  overflow: hidden;
  padding: 5px 0;
}
.vown-detail ul li {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 12px;
  padding: 5px 0;
  height: 90px;
}
.vown-detail ul li img {
  display: block;
  margin: 0 auto 3px;
}
@media (min-width: 374px) {
  .vown-detail ul li {
    width: 33.3333333%;
  }
}
.toggle-vown {
  margin: -20px 0 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  text-align: center;
}
.vown-scroll {
  height: 120px;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.banner-auth {
  margin: 0 -15px -10px;
}
.socket-title {
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.socket-title h5 {
  font-size: 16px;
  margin: 0;
}

.socket-policy {
  margin-bottom: 10px;
  border: 1px solid #dedede;
  padding: 5px 10px;
}
.socket-policy .label-default {
  color: #888;
  background: #fff;
  border: 1px solid #dedede;
}
.mbanner3-slick {
  height: 371px;
}
.mbanner3-slick > div a {
  outline: 0 !important;
}
.mbanner3-slick .slick-dots {
  position: absolute;
  left: 0;
  display: inline-block;
  bottom: -25px;
  white-space: nowrap;
  text-align: left;
}
.mbanner3-slick .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.mbanner3-slick .slick-dots li button {
  border: 0;
  padding: 0;
  background: #fff;
  display: inline-block;
  width: 8px;
  height: 8px;
  overflow: hidden;
  text-indent: -9999px;
  line-height: 0;
  font-size: 0;
  border-radius: 10px;
}
.mbanner3-slick .slick-dots li.slick-active button {
  background: #ff4f4f;
}
.checkbox-tip {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  padding: 10px;
  background: #333;
  border-radius: 30px;
  text-align: center;
  color: #ccc;
  font-size: 12px;
}

.modal-attend {
  margin: 15% auto 0;
  max-width: 320px;
}
.modal-attend .close {
  position: absolute;
  top: 0;
  right: 0;
  margin: -12px -10px 0 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-attend .status {
  background-color: #ff4747;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 120px;
  left: 20px;
  right: 20px;
  padding: 2px 0 3px;
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal-attend .status em {
  color: #fcff00;
  font-weight: 700;
}
.modal-attend .btns {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
}

.wbox .list-third {
  padding: 0 10px;
}
/* 토글 스위치 */
/* 체크박스가 체크될 시 변경되는 요소 */
.toggle_switch_wrap.active .toggle_switch {
  background: rgba(0, 196, 125, 0.2);
}
.toggle_switch_wrap.active .toggle_button {
  /* 끝위치,버튼 크기 */
  left: 46%;
  background: #00c47d;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 196, 125, 0.5);
  box-shadow: 0px 3px 6px rgba(0, 196, 125, 0.5);
}

.toggle_switch_wrap.active .easy_charge-toggle_txt {
  color: #00c47d;
}

.toggle_switch {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 16px;
  display: block;
  position: relative;
  margin-bottom: 0;
  border-radius: 2rem;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.toggle_button {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: calc(100% - 37px);
  -webkit-transform: translateY(-49%);
  -ms-transform: translateY(-49%);
  transform: translateY(-49%);
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px #22222280;
  box-shadow: 0px 3px 6px #22222280;
}

.toggle_switch,
.toggle_button {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  word-break: break-word;
  border: 1px solid #ccc;
  resize: none;
}
.textarea::-webkit-input-placeholder {
  color: #888;
}
.textarea::-moz-placeholder {
  color: #888;
}
.textarea:-ms-input-placeholder {
  color: #888;
}
.textarea::-ms-input-placeholder {
  color: #888;
}
.textarea::placeholder {
  color: #888;
}
.textarea:focus {
  outline: none;
}
