@charset "UTF-8";
.r-header .rh-inner:after, .nav div:after, .setting .tab div ul li:after, .r-payment .rp-inner .rp-order .rp-btn:after {
  content: "";
  display: block;
  clear: both; }

html, body {
  touch-action: manipulation; }

html {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none; }

body {
  -webkit-font-smoothing: antialiased;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  margin: 0 !important; }

.r-wrap {
  width: 100%;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4; }

.r-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #f6f6f6;
  border-bottom: 1px solid #e0e0e0; }
  .r-header .rh-inner {
    width: 100%;
    padding: 0 1.6rem;
    box-sizing: border-box; }
    .r-header .rh-inner h1 {
      padding-left: 15px;
      float: left;
      line-height: 50px;
      font-size: 1.6rem;
      color: #333;
      text-align: left;
      font-weight: normal;
      width: 85%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      background: url(../images/m-title-dot.png) no-repeat left center;
      background-size: 9px 15px;
      margin: 0; }
    .r-header .rh-inner button {
      float: right;
      margin-top: 14px;
      width: 22px;
      height: 21px;
      background: url(../images/m-sunho.png) no-repeat left center;
      background-size: 22px 21px;
      text-indent: -9999px;
      cursor: pointer; }
    .r-header .rh-inner button.on {
      background: url(../images/m-sunho-on.png) no-repeat left center;
      background-size: 22px 21px; }
    .r-header .rh-inner button:disabled {
      background: url(../images/m-sunho-disabled.png) no-repeat left center;
      background-size: 22px 21px; }

.r-viewer .viewer {
  width: 100%;
  padding: 60px 16px 85px;
  box-sizing: border-box;
  font-family: NanumMyeongjo;
  font-size: 1.8rem;
  line-height: 1.6; }

.r-viewer.full {
  height: 100vh; }

.nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  border-top: 1px solid #e0e0e0;
  background: #f6f6f6;
  z-index: 1; }
  .nav div {
    position: absolute;
    right: 16px;
    bottom: 12px; }
    .nav div button {
      float: left;
      font-size: 1.6rem;
      background: transparent;
      cursor: pointer;
      line-height: 24px; }
      .nav div button:nth-child(1) {
        margin-right: 10px;
        padding-left: 23px;
        background: url(../images/mv-prev.png) no-repeat left center;
        background-size: 18px 18px; }
      .nav div button:nth-child(1):disabled {
        background: url(../images/mv-prev-disabled.png) no-repeat left center;
        background-size: 18px 18px; }
      .nav div button:nth-child(2) {
        margin-left: 10px;
        padding-right: 23px;
        background: url(../images/mv-next.png) no-repeat right center;
        background-size: 18px 18px; }
      .nav div button:nth-child(2):disabled {
        background: url(../images/mv-next-disabled.png) no-repeat right center;
        background-size: 18px 18px; }
    .nav div button:disabled {
      color: #c2c2c2; }

.setting {
  position: fixed;
  z-index: 10; }
  .setting button {
    font-size: 1.6rem;
    background: transparent;
    cursor: pointer; }
  .setting .setting-btn {
    line-height: 24px;
    padding-left: 28px;
    background: url(../images/m-setting.png) no-repeat left center;
    background-size: 24px 24px; }
  .setting .setting-btn:disabled {
    color: #c2c2c2;
    background: url(../images/m-setting-disabled.png) no-repeat left center;
    background-size: 24px 24px; }
  .setting .tab {
    display: none;
    position: fixed;
    width: 100%;
    height: 223px;
    background: #efefef;
    border-top: 1px solid #e0e0e0; }
    .setting .tab div ul {
      padding: 0 16px; }
      .setting .tab div ul li {
        font-size: 1.6rem;
        color: #333;
        line-height: 55px; }
        .setting .tab div ul li p.st {
          float: left;
          width: 35%;
          padding-left: 25px;
          box-sizing: border-box;
          font-size: 1.5rem;
          color: #333;
          line-height: 55px !important;
          text-indent: 0 !important; }
        .setting .tab div ul li div {
          float: left;
          width: 65%;
          border-bottom: 1px solid #e0e0e0;
          height: 55px;
          box-sizing: border-box;
          line-height: 51px; }
          .setting .tab div ul li div span {
            vertical-align: middle;
            display: inline-block;
            width: 4rem;
            text-align: center; }
          .setting .tab div ul li div .ft-prev {
            width: 12px;
            height: 18px;
            background: url(../images/m-type-prev.png) no-repeat left center;
            background-size: 12px 18px;
            text-indent: -9999px; }
          .setting .tab div ul li div .ft-next {
            width: 12px;
            height: 18px;
            background: url(../images/m-type-next.png) no-repeat left center;
            background-size: 12px 18px;
            text-indent: -9999px; }
          .setting .tab div ul li div .r-prev {
            width: 67px;
            height: 30px;
            background: url(../images/m-prev.png) no-repeat left center;
            background-size: 67px 30px;
            text-indent: -9999px; }
          .setting .tab div ul li div .r-next {
            width: 67px;
            height: 30px;
            background: url(../images/m-next.png) no-repeat left center;
            background-size: 67px 30px;
            text-indent: -9999px; }
        .setting .tab div ul li:nth-child(1) div span {
          width: 100px;
          text-align: center;
          font-weight: 600; }
        .setting .tab div ul li:nth-child(1) p {
          background: url(../images/m-type.png) no-repeat left center;
          background-size: 11px 14px; }
        .setting .tab div ul li:nth-child(2) p {
          background: url(../images/m-fs.png) no-repeat left center;
          background-size: 14px 14px; }
        .setting .tab div ul li:nth-child(3) p {
          background: url(../images/m-fl.png) no-repeat left center;
          background-size: 14px 12px; }
        .setting .tab div ul li:nth-child(4) p {
          background: url(../images/m-theme.png) no-repeat left center;
          background-size: 12px 15px; }
        .setting .tab div ul li:nth-child(4) div .theme {
          margin: 0 1px;
          width: 40px;
          height: 40px;
          border-radius: 2rem;
          line-height: 40px;
          font-size: 1.5rem;
          font-weight: 600;
          box-sizing: border-box; }
          .setting .tab div ul li:nth-child(4) div .theme:nth-child(1) {
            border: 1px solid #d9d9d9;
            margin-left: 0;
            background: #fff;
            color: #333; }
          .setting .tab div ul li:nth-child(4) div .theme:nth-child(1).on {
            border: 2px solid #f26532;
            line-height: 35px; }
          .setting .tab div ul li:nth-child(4) div .theme:nth-child(2) {
            border: 1px solid #d9d9d9;
            background: #f1f1f1;
            color: #333; }
          .setting .tab div ul li:nth-child(4) div .theme:nth-child(2).on {
            border: 2px solid #f26532;
            line-height: 35px; }
          .setting .tab div ul li:nth-child(4) div .theme:nth-child(3) {
            border: 1px solid #989898;
            background: #bdbdbb;
            color: #333; }
          .setting .tab div ul li:nth-child(4) div .theme:nth-child(3).on {
            border: 2px solid #f26532;
            line-height: 35px; }
          .setting .tab div ul li:nth-child(4) div .theme:nth-child(4) {
            border: 1px solid #000;
            background: #000;
            color: #fff; }
          .setting .tab div ul li:nth-child(4) div .theme:nth-child(4).on {
            border: 2px solid #f26532;
            line-height: 35px; }
        .setting .tab div ul li:last-child div {
          border-bottom: none; }
        .setting .tab div ul li > p {
          float: left;
          width: 35%;
          padding-left: 25px;
          box-sizing: border-box;
          font-size: 1.5rem;
          color: #333;
          line-height: 55px !important;
          text-indent: 0 !important;
          margin: 0; }
    .setting .tab div em {
      display: none; }

.chapter {
  padding: 3rem 0;
  border-bottom: 1px solid #bbb;
  -webkit-column-break-after: always; }
  .chapter img {
    display: block;
    width: 100%; }
  .chapter h1, .chapter h2, .chapter h3, .chapter h4, .chapter h5, .chapter h6, .chapter h7, .chapter h8, .chapter h9 {
    font-size: inherit; }

.r-payment {
  position: fixed;
  width: 306px;
  height: 364px;
  left: 50%;
  top: 50%;
  margin-left: -153px;
  margin-top: -182px;
  background: #fff;
  border: 1px solid #5c6069;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  z-index: 9999; }
  .r-payment .rp-top {
    background: #5c6069;
    padding: 0 17px; }
    .r-payment .rp-top h2 {
      color: #fff;
      line-height: 39px;
      font-size: 1.5rem;
      font-weight: 600; }
  .r-payment .rp-inner {
    padding: 8px;
    width: 100%;
    box-sizing: border-box; }
    .r-payment .rp-inner > p {
      font-size: 1.5rem;
      color: #333;
      text-align: center;
      font-weight: 600; }
      .r-payment .rp-inner > p span {
        color: #f75721; }
    .r-payment .rp-inner .rp-order {
      margin-top: 13px;
      width: 100%; }
      .r-payment .rp-inner .rp-order .rp-choice {
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        width: 100%;
        box-sizing: border-box; }
        .r-payment .rp-inner .rp-order .rp-choice p {
          padding: 0 10px;
          position: relative;
          line-height: 40px;
          border-bottom: 1px solid #ccc;
          border-right: 1px solid #ccc;
          width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          box-sizing: border-box;
          color: #666;
          font-size: 1.5rem;
          font-weight: 600; }
          .r-payment .rp-inner .rp-order .rp-choice p > em {
            display: inline-block;
            margin: 0 6px;
            color: #ccc;
            font-weight: 100; }
          .r-payment .rp-inner .rp-order .rp-choice p span {
            color: #f75721;
            font-size: 1.2rem; }
            .r-payment .rp-inner .rp-order .rp-choice p span em {
              color: #666;
              display: inline-block;
              margin-left: 5px;
              font-weight: normal; }
          .r-payment .rp-inner .rp-order .rp-choice p i {
            font-style: normal;
            font-weight: normal; }
          .r-payment .rp-inner .rp-order .rp-choice p input[type='radio'] {
            position: absolute;
            left: -9999px;
            width: 1px;
            height: 1px; }
          .r-payment .rp-inner .rp-order .rp-choice p label {
            padding-left: 23px;
            background: url(../images/m-r-off.png) no-repeat left center;
            background-size: 16px 16px;
            font-size: 1.5rem;
            font-weight: 600;
            line-height: 40px;
            display: inline-block;
            font-weight: normal; }
          .r-payment .rp-inner .rp-order .rp-choice p input[type='radio']:checked + label {
            background: url(../images/m-r-on.png) no-repeat left center;
            background-size: 16px 16px; }
        .r-payment .rp-inner .rp-order .rp-choice .rp-dot {
          font-weight: 600;
          padding-left: 21px;
          background: url(../images/m-rp-dot.png) no-repeat 10px center;
          background-size: 5px 9px;
          text-align: left; }
      .r-payment .rp-inner .rp-order .rp-btn {
        margin-top: 13px; }
        .r-payment .rp-inner .rp-order .rp-btn button {
          text-align: center;
          float: left;
          display: block;
          width: 48%;
          height: 28px;
          line-height: 28px;
          color: #fff;
          font-size: 1.3rem;
          font-weight: 600;
          box-sizing: border-box;
          background: #5c6069;
          border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -moz-border-radius: 3px;
          -o-border-radius: 3px; }
          .r-payment .rp-inner .rp-order .rp-btn button:nth-child(1) {
            margin-right: 2%; }
          .r-payment .rp-inner .rp-order .rp-btn button:nth-child(2) {
            margin-left: 2%; }

.r-login {
  position: fixed;
  width: 306px;
  height: 364px;
  left: 50%;
  top: 50%;
  margin-left: -153px;
  margin-top: -182px;
  background: #fff;
  z-index: 9999; }
  .r-login h2 {
    text-align: center;
    padding-top: 116px;
    background: url(../images/m-login.png) no-repeat center top;
    background-size: 210px 100px;
    font-size: 2.4rem;
    color: #333;
    font-weight: 600; }
    .r-login h2 span {
      color: #f26432; }
  .r-login .rl-inner {
    margin-top: 52px; }
    .r-login .rl-inner button {
      display: block;
      text-align: center;
      width: 100%;
      font-size: 2.0rem;
      font-weight: 600;
      line-height: 58px;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      box-shadow: 1px 1px #f2f2f2;
      -webkit-box-shadow: 1px 1px #f2f2f2;
      -ms-box-shadow: 1px 1px #f2f2f2;
      -moz-box-shadow: 1px 1px #f2f2f2;
      -o-box-shadow: 1px 1px #f2f2f2; }
      .r-login .rl-inner button:nth-child(1) {
        margin-bottom: 10px;
        border: 1px solid #dc4510;
        background: #f26432;
        color: #fff; }
      .r-login .rl-inner button:nth-child(2) {
        border: 1px solid #c1c1c1;
        background: #fff;
        color: #666; }

.reply-content {
  margin-top: 60px;
  text-align: center;
  font-size: 12px;
  color: #f26532; }
  .reply-content:after {
    content: "이 작품의 댓글이 궁금하다면?"; }

.reply-btn {
  margin: 20px auto 30px;
  width: 50%;
  height: 50px;
  border: 1px solid #ececec;
  background: #f3f3f3;
  border-radius: 5px; }
  .reply-btn p {
    line-height: 50px;
    text-align: center;
    font-size: 16px; }
    .reply-btn p a {
      display: Block;
      position: relative;
      color: #000;
      box-sizing: border-box; }
      .reply-btn p a em {
        vertical-align: -15px;
        display: inline-block;
        background: url(../images/m_v_reply.png) no-repeat left center;
        width: 21px;
        height: 21px;
        text-indent: -9999px;
        margin-right: 10px;
        background-size: 21px 21px; }
      .reply-btn p a span {
        display: inline-block;
        margin-left: 5px;
        color: #6e6e7a; }

@media screen and (min-width: 1023px) {
  .r-header .rh-inner {
    width: 900px;
    margin: 0 auto;
    padding: 0 116px 0 0; }
    .r-header .rh-inner h1 {
      width: 600px;
      box-sizing: border-box; }
    .r-header .rh-inner button {
      width: 125px;
      height: 32px;
      text-indent: 0;
      border: 1px solid #cacaca;
      margin-top: 9px;
      font-size: 1.4rem;
      line-height: 30px;
      padding-left: 34px;
      background: url(../images/sunho.png) no-repeat 15px center #f6f6f6; }
    .r-header .rh-inner button.on {
      background: url(../images/sunho-on.png) no-repeat 15px center #727272;
      color: #fff; }
    .r-header .rh-inner button.on:disabled {
      background: url(../images/sunho-on-disabled.png) no-repeat 15px center #d6d6d6;
      color: #f3f3f3;
      cursor: context-menu; }
    .r-header .rh-inner button:disabled {
      background: url(../images/sunho-disabled.png) no-repeat 15px center #f6f6f6;
      color: #c2c2c2;
      cursor: context-menu; }

  .r-viewer .viewer {
    width: 900px;
    margin: 0 auto;
    padding: 60px 0 85px;
    word-break: break-all; }

  .setting .tab {
    width: 294px;
    height: 225px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    background: #f6f6f6; }
    .setting .tab div {
      position: relative; }
      .setting .tab div ul li div .r-prev {
        width: 51px;
        height: 30px;
        background: url(../images/prev.png) no-repeat left center; }
      .setting .tab div ul li div .r-next {
        width: 51px;
        height: 30px;
        background: url(../images/next.png) no-repeat left center; }
      .setting .tab div ul li div span {
        width: 54px; }
      .setting .tab div ul li:nth-child(1) div span {
        width: 130px; }
      .setting .tab div ul li:nth-child(4) div .theme {
        width: 36px;
        height: 36px;
        border-radius: 18px;
        line-height: 36px; }
        .setting .tab div ul li:nth-child(4) div .theme:nth-child(1).on {
          line-height: 34px; }
        .setting .tab div ul li:nth-child(4) div .theme:nth-child(2).on {
          line-height: 34px; }
        .setting .tab div ul li:nth-child(4) div .theme:nth-child(3).on {
          line-height: 34px; }
        .setting .tab div ul li:nth-child(4) div .theme:nth-child(4).on {
          line-height: 34px; }
      .setting .tab div em {
        display: block;
        position: absolute;
        top: -17px;
        right: 33px; }
  .setting .setting-btn {
    width: 112px;
    height: 32px;
    border: 1px solid #cacaca;
    font-size: 1.4rem;
    line-height: 30px;
    background: url(../images/setting.png) no-repeat 16px center;
    padding-left: 36px;
    box-sizing: border-box; }
  .setting .setting-btn:disabled {
    cursor: context-menu;
    background: url(../images/setting-disabled.png) no-repeat 16px center; }
  .setting .setting-btn.on {
    background: url(../images/setting-on.png) no-repeat 16px center #696969;
    color: #fff; }

  .nav div {
    width: 100%;
    position: static;
    text-align: center;
    margin-top: 14px; }
    .nav div button {
      float: none;
      font-size: 2rem; }
    .nav div button:disabled {
      cursor: context-menu; }

  .r-payment {
    width: 346px;
    margin-left: -173px; }
    .r-payment .rp-inner .rp-order .rp-choice p label {
      background: url(../images/r-off.png) no-repeat left center; }
    .r-payment .rp-inner .rp-order .rp-choice p input[type='radio']:checked + label {
      background: url(../images/r-on.png) no-repeat left center; }
    .r-payment .rp-inner .rp-order .rp-choice .rp-dot {
      background: url(../images/rp-dot.png) no-repeat 10px center; }

  .r-login {
    position: fixed;
    width: 240px;
    height: 260px;
    margin-left: -120px;
    margin-top: -130px; }
    .r-login h2 {
      padding-top: 90px;
      background: url(../images/login.png) no-repeat center top;
      font-size: 2.0rem; }
    .r-login .rl-inner {
      margin-top: 38px; }
      .r-login .rl-inner button {
        font-size: 1.6rem;
        line-height: 46px; }
        .r-login .rl-inner button:nth-child(1) {
          margin-bottom: 7px; }

  .chapter img {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0 auto;
    max-width: 720px; }

  .reply-content {
    margin-top: 80px;
    font-size: 12px; }
    .reply-content:after {
      content: "이 작품의 댓글이 궁금하다면?"; }

  .reply-btn {
    margin: 20px auto 30px;
    width: 200px; }
    .reply-btn p a em {
      background: url(../images/v_reply.png) no-repeat left center; } }

/*# sourceMappingURL=reader.css.map */
