@charset "UTF-8";
/* 2020.10.26 테이블 공통 추가 */
.table_wp th {
  background: #f8f8f8;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  font-size: 14px;
  vertical-align: middle;
  font-weight: normal; }

.table_wp td {
  background: #fff;
  padding: 8px 10px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  font-size: 13px;
  vertical-align: middle;
  text-align: center; }

.table_wp td.tc {
  text-align: center; }

.table_wp td.tl {
  text-align: left; }

.table_wp td.tr {
  text-align: right; }

/* 2020.04.14 검색창 수정 */
button {
  border: 0;
  margin: 0;
  padding: 0;
  background-color: none; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.ibReset {
  font-size: 0;
  word-spacing: 0;
  letter-spacing: 0; }

legend {
  font-size: 0;
  position: absolute;
  left: -3721em;
  width: 0;
  height: 0; }

.reset {
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR',NanumGothic,'Nanum Gothic',AppleGothic; }

h1 {
  margin: 0;
  padding: 0; }

h2 {
  margin: 0;
  padding: 0; }

h3 {
  margin: 0;
  padding: 0; }

h4 {
  margin: 0;
  padding: 0; }

h5 {
  margin: 0;
  padding: 0; }

h6 {
  margin: 0;
  padding: 0; }

html {
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0;
  list-style: none; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.cb:after {
  display: block;
  content: '';
  overflow: hidden;
  width: 100%; }

.db {
  display: block; }

.m-book-list {
  word-spacing: 0;
  letter-spacing: 0;
  text-align: center;
  font-size: 0; }
  .m-book-list li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 160px;
    overflow: hidden; }
    .m-book-list li a {
      display: block; }
      .m-book-list li a .book-cover {
        display: block;
        position: relative;
        margin-left: 29px;
        margin-bottom: 28px;
        background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/bg_book.png?1711231146") no-repeat;
        -webkit-background-size: contain;
        -khtml-background-size: contain;
        -moz-background-size: contain;
        -ms-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        width: 160px; }
        .m-book-list li a .book-cover .cover {
          display: block;
          width: 102px;
          height: 154px; }
          .m-book-list li a .book-cover .cover img {
            width: 100%;
            height: 100%; }
        .m-book-list li a .book-cover .front {
          display: block;
          width: 102px;
          height: 154px;
          background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/bg_book_front.png?1711231146") no-repeat;
          -webkit-background-size: cover;
          -khtml-background-size: cover;
          -moz-background-size: cover;
          -ms-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
          position: absolute;
          top: 0;
          left: 0; }
      .m-book-list li a .book-info {
        display: block;
        text-align: center;
        width: 100%;
        margin: 0 auto; }
        .m-book-list li a .book-info > span {
          display: block;
          font-size: 15px;
          color: #333; }
        .m-book-list li a .book-info > span.info-tit {
          min-height: 20px;
          max-height: 36px;
          overflow: hidden;
          line-height: 125%;
          font-weight: 500; }
        .m-book-list li a .book-info > span.info-price {
          white-space: nowrap;
          color: #333;
          font-size: 17px;
          font-weight: 900; }
          .m-book-list li a .book-info > span.info-price .unit {
            font-weight: 400;
            font-size: 15px; }
          .m-book-list li a .book-info > span.info-price .de {
            position: relative;
            padding: 0 5px; }
          .m-book-list li a .book-info > span.info-price .de + .de {
            padding-left: 8px; }
            .m-book-list li a .book-info > span.info-price .de + .de:before {
              content: '';
              width: 1px;
              height: 9px;
              background: #ddd;
              position: absolute;
              top: 5px;
              left: 0; }
          .m-book-list li a .book-info > span.info-price .save {
            color: #3f9255;
            position: relative;
            font-size: 13px; }
          .m-book-list li a .book-info > span.info-price .dc {
            display: inline-block;
            background-color: #f90;
            color: #fff;
            height: 18px;
            line-height: 18px;
            font-weight: 700;
            margin-right: 3px;
            font-size: 10px;
            padding: 0 4px;
            -webkit-border-radius: 9px;
            -khtml-border-radius: 9px;
            -moz-border-radius: 9px;
            -ms-border-radius: 9px;
            -o-border-radius: 9px;
            border-radius: 9px;
            position: relative;
            top: -2px;
            left: 2px;
            text-indent: 3px; }
            .m-book-list li a .book-info > span.info-price .dc .down {
              font-weight: 400; }
  .m-book-list li.m-today-book {
    width: 100%; }
    .m-book-list li.m-today-book a .book-cover {
      width: 160px;
      margin: 0 auto 28px;
      position: relative;
      left: 29px; }
    .m-book-list li.m-today-book a .book-info > span.today-tit {
      width: 100%; }

.tab-uio.tab-uio-best > ul {
  word-spacing: 0;
  letter-spacing: 0;
  display: block;
  background-color: #ffc61f;
  border: 1px solid #dfad1b;
  border-left: none;
  border-right: none;
  font-size: 0; }
  .tab-uio.tab-uio-best > ul li {
    vertical-align: top;
    position: relative;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    width: 25%;
    height: 30px;
    line-height: 30px; }
    .tab-uio.tab-uio-best > ul li a {
      display: block;
      color: #644a1b; }
      .tab-uio.tab-uio-best > ul li a i {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        display: inline-block;
        width: 14px;
        height: 14px;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover;
        margin-right: 4px;
        position: relative;
        top: 2px; }
    .tab-uio.tab-uio-best > ul li:last-child.is-active:after {
      left: -4px;
      background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/bg_tab_active_reserv.png?1711231146") no-repeat;
      background-size: cover; }
  .tab-uio.tab-uio-best > ul li.today {
    font-weight: 500; }
    .tab-uio.tab-uio-best > ul li.today i {
      background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_book.png?1711231146"); }
  .tab-uio.tab-uio-best > ul li.best {
    font-weight: 500; }
    .tab-uio.tab-uio-best > ul li.best i {
      background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_star.png?1711231146"); }
  .tab-uio.tab-uio-best > ul li.steady i {
    background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_bookmark.png?1711231146"); }
  .tab-uio.tab-uio-best > ul li.event i {
    background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_event.png?1711231146"); }
  .tab-uio.tab-uio-best > ul li + li:before {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background-color: #e0ad1e;
    position: absolute;
    top: 10px;
    left: 0; }
  .tab-uio.tab-uio-best > ul li.is-active:after {
    content: '';
    display: block;
    position: absolute;
    top: -4px;
    right: -4px;
    width: 4px;
    height: 4px;
    background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/bg_tab_active.png?1711231146") no-repeat;
    background-size: cover; }
  .tab-uio.tab-uio-best > ul li.is-active a {
    position: relative;
    color: #fff;
    background-color: #4577b3;
    height: 35px;
    top: -4px; }
    .tab-uio.tab-uio-best > ul li.is-active a i {
      top: 6px; }
    .tab-uio.tab-uio-best > ul li.is-active a span {
      position: relative;
      top: 4px; }
  .tab-uio.tab-uio-best > ul li.is-active + li:before {
    opacity: 0; }
  .tab-uio.tab-uio-best > ul li.is-active + li + li {
    opacity: 1; }
  .tab-uio.tab-uio-best > ul li.is-active.today i {
    background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_white_book.png?1711231146"); }
  .tab-uio.tab-uio-best > ul li.is-active.best i {
    background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_white_star.png?1711231146"); }
  .tab-uio.tab-uio-best > ul li.is-active.steady i {
    background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_white_bookmark.png?1711231146"); }
  .tab-uio.tab-uio-best > ul li.is-active.event i {
    background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_white_event.png?1711231146"); }

.tab-uio.tab-uio-bookdetail > ul {
  word-spacing: 0;
  letter-spacing: 0;
  margin: 15px 10px 0;
  padding: 0;
  display: block;
  background-color: #fff;
  border: 1px solid #666;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 0; }
  .tab-uio.tab-uio-bookdetail > ul li {
    vertical-align: top;
    position: relative;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    width: 25%;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box; }
    .tab-uio.tab-uio-bookdetail > ul li a {
      display: block;
      color: #333; }
  .tab-uio.tab-uio-bookdetail > ul li + li:before {
    content: '';
    display: block;
    width: 1px;
    height: 32px;
    background-color: #555;
    position: absolute;
    top: 0;
    left: 0; }
  .tab-uio.tab-uio-bookdetail > ul li.is-active:after {
    color: #fff;
    background-color: #3f9255; }
  .tab-uio.tab-uio-bookdetail > ul li.is-active a {
    position: relative;
    color: #fff;
    background-color: #3f9255; }
  .tab-uio.tab-uio-bookdetail > ul li.is-active + li:before {
    opacity: 0; }
  .tab-uio.tab-uio-bookdetail > ul li.is-active + li + li {
    opacity: 1; }
  .tab-uio.tab-uio-bookdetail > ul li.is-active.today i {
    background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_white_book.png?1711231146"); }
  .tab-uio.tab-uio-bookdetail > ul li.is-active.best i {
    background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_white_star.png?1711231146"); }
  .tab-uio.tab-uio-bookdetail > ul li.is-active.steady i {
    background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_white_bookmark.png?1711231146"); }
  .tab-uio.tab-uio-bookdetail > ul li.is-active.event i {
    background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_white_event.png?1711231146"); }

.tab-uio.tab-uio-col3 {
  position: relative;
  margin: 15px; }
  .tab-uio.tab-uio-col3 > ul.tab {
    word-spacing: 0;
    letter-spacing: 0;
    font-size: 0;
    margin-bottom: 15px; }
    .tab-uio.tab-uio-col3 > ul.tab > li {
      float: left;
      font-size: 12px;
      font-weight: 500;
      width: 33%; }
      .tab-uio.tab-uio-col3 > ul.tab > li > ul {
        word-spacing: 0;
        letter-spacing: 0;
        font-size: 0;
        position: relative;
        background-color: #fff;
        overflow: hidden;
        display: none;
        margin-top: 14px; }
        .tab-uio.tab-uio-col3 > ul.tab > li > ul:after {
          content: '';
          display: block;
          position: absolute;
          background: #d1d1d1;
          bottom: 0;
          width: 100%;
          height: 1px;
          left: 0; }
        .tab-uio.tab-uio-col3 > ul.tab > li > ul:before {
          content: '';
          display: block;
          position: absolute;
          background: #d1d1d1;
          bottom: 0;
          width: 1px;
          height: 100%;
          right: 0; }
        .tab-uio.tab-uio-col3 > ul.tab > li > ul li {
          box-sizing: border-box;
          text-align: left;
          float: left;
          font-size: 12px;
          display: inline-block;
          width: 50%; }
          .tab-uio.tab-uio-col3 > ul.tab > li > ul li > a {
            display: block;
            height: 32px;
            line-height: 32px;
            color: #666;
            border-bottom: 1px solid #d1d1d1; }
            .tab-uio.tab-uio-col3 > ul.tab > li > ul li > a span {
              position: relative;
              display: block;
              text-indent: 12px;
              white-space: nowrap; }
              .tab-uio.tab-uio-col3 > ul.tab > li > ul li > a span:after {
                content: '';
                position: absolute;
                right: 10px;
                display: block;
                width: 10px;
                height: 10px;
                top: -50%;
                bottom: -50%;
                margin-top: auto;
                margin-bottom: auto;
                background-position: 0 0;
                background-repeat: no-repeat;
                background-size: cover; }
          .tab-uio.tab-uio-col3 > ul.tab > li > ul li:nth-of-type(1) a {
            border-top: 1px solid #d1d1d1; }
          .tab-uio.tab-uio-col3 > ul.tab > li > ul li:nth-of-type(2) a {
            border-top: 1px solid #d1d1d1; }
          .tab-uio.tab-uio-col3 > ul.tab > li > ul li:nth-child(2n) a span {
            border-right: 1px solid #d1d1d1; }
          .tab-uio.tab-uio-col3 > ul.tab > li > ul li:nth-child(2n).is-on a span {
            left: -1px;
            border-right: 1px solid #af6b00; }
          .tab-uio.tab-uio-col3 > ul.tab > li > ul li:nth-child(2n-1) a {
            border-right: 1px solid #d1d1d1; }
            .tab-uio.tab-uio-col3 > ul.tab > li > ul li:nth-child(2n-1) a span {
              border-left: 1px solid #d1d1d1; }
          .tab-uio.tab-uio-col3 > ul.tab > li > ul li:nth-child(2n-1).is-on a {
            border-right-color: #af6b00; }
            .tab-uio.tab-uio-col3 > ul.tab > li > ul li:nth-child(2n-1).is-on a span {
              border-left: 1px solid #af6b00; }
        .tab-uio.tab-uio-col3 > ul.tab > li > ul li.is-on a {
          position: relative;
          color: #fff;
          top: -1px; }
          .tab-uio.tab-uio-col3 > ul.tab > li > ul li.is-on a:after {
            content: '';
            position: absolute;
            display: block;
            line-height: 0;
            font-size: 0;
            width: 100%;
            height: 1px;
            background-color: #af6b00;
            top: 0;
            left: 0; }
          .tab-uio.tab-uio-col3 > ul.tab > li > ul li.is-on a:before {
            content: '';
            position: absolute;
            display: block;
            line-height: 0;
            font-size: 0;
            width: 1px;
            height: 100%;
            background-color: #af6b00;
            left: 0;
            top: 0; }
          .tab-uio.tab-uio-col3 > ul.tab > li > ul li.is-on a span {
            height: 34px;
            width: calc(100% + 1px);
            border: 1px solid #af6b00;
            background: #f3990a;
            background-size: 10px 10px;
            box-sizing: border-box; }
      .tab-uio.tab-uio-col3 > ul.tab > li > a {
        box-sizing: content-box;
        display: block;
        width: -webkit-calc(100% - 1px);
        width: -khtml-calc(100% - 1px);
        width: -moz-calc(100% - 1px);
        width: -ms-calc(100% - 1px);
        width: -o-calc(100% - 1px);
        width: calc(100% - 1px);
        z-index: 31;
        border: 1px solid #c2c2c2;
        border-bottom: 1px solid #35ab54;
        text-align: center;
        color: #888;
        height: 30px;
        line-height: 30px;
        background-color: #fafafa; }
      .tab-uio.tab-uio-col3 > ul.tab > li > a + a {
        border-left: none; }
    .tab-uio.tab-uio-col3 > ul.tab > li.is-active {
      width: 34%; }
      .tab-uio.tab-uio-col3 > ul.tab > li.is-active > a {
        background-color: #fff;
        border-color: #35ab54 #35ab54 #fff;
        border-left-style: solid;
        border-right-style: solid;
        border-left-width: 1px;
        border-right-width: 1px;
        color: #35ab54;
        z-index: 32;
        width: -webkit-calc(100% - 2px);
        width: -khtml-calc(100% - 2px);
        width: -moz-calc(100% - 2px);
        width: -ms-calc(100% - 2px);
        width: -o-calc(100% - 2px);
        width: calc(100% - 2px); }
        .tab-uio.tab-uio-col3 > ul.tab > li.is-active > a span {
          display: block;
          position: relative; }
          .tab-uio.tab-uio-col3 > ul.tab > li.is-active > a span:after {
            content: '';
            display: block;
            width: 1px;
            height: 100%;
            background: #35ab54;
            position: absolute;
            overflow: hidden;
            top: 1px;
            right: -1px; }
          .tab-uio.tab-uio-col3 > ul.tab > li.is-active > a span:before {
            content: '';
            display: block;
            width: 1px;
            height: 100%;
            background: #35ab54;
            position: absolute;
            overflow: hidden;
            top: 1px;
            left: -1px; }
      .tab-uio.tab-uio-col3 > ul.tab > li.is-active > ul {
        display: block;
        margin-bottom: 10px; }
    .tab-uio.tab-uio-col3 > ul.tab:after {
      content: "";
      display: block;
      clear: both; }

.tab-uio.tab-uio-pull {
  position: relative;
  padding-top: 34px; }
  .tab-uio.tab-uio-pull > ul.tab {
    word-spacing: 0;
    letter-spacing: 0;
    background-color: #f4f4f4;
    font-size: 0; }
    .tab-uio.tab-uio-pull > ul.tab > li {
      display: block;
      font-size: 12px;
      font-weight: 500; }
      .tab-uio.tab-uio-pull > ul.tab > li > a {
        box-sizing: content-box;
        position: absolute;
        display: block;
        width: -webkit-calc(50% - 4px);
        width: -khtml-calc(50% - 4px);
        width: -moz-calc(50% - 4px);
        width: -ms-calc(50% - 4px);
        width: -o-calc(50% - 4px);
        width: calc(50% - 4px);
        top: 0;
        left: 0;
        z-index: 0;
        border: 1px solid #c2c2c2;
        border-bottom: 1px solid #35ab54;
        text-align: left;
        text-indent: 15px;
        color: #888;
        height: 30px;
        line-height: 30px;
        background-color: #fafafa; }
        .tab-uio.tab-uio-pull > ul.tab > li > a:after {
          content: '';
          position: absolute;
          top: -50%;
          bottom: -50%;
          margin-top: auto;
          margin-bottom: auto;
          right: 12px;
          display: block;
          width: 12px;
          height: 12px;
          background-position: 0 0;
          background-size: cover; }
      .tab-uio.tab-uio-pull > ul.tab > li > ul {
        font-size: 0;
        letter-spacing: 0;
        word-spacing: 0;
        position: relative;
        background-color: #fff;
        overflow: hidden;
        display: none;
        margin-top: 5px; }
        .tab-uio.tab-uio-pull > ul.tab > li > ul:after {
          content: '';
          display: block;
          position: absolute;
          background: #d1d1d1;
          bottom: 0;
          width: 100%;
          height: 1px;
          left: 0; }
        .tab-uio.tab-uio-pull > ul.tab > li > ul:before {
          content: '';
          display: block;
          position: absolute;
          background: #d1d1d1;
          bottom: 0;
          width: 1px;
          height: 100%;
          right: 0; }
        .tab-uio.tab-uio-pull > ul.tab > li > ul li {
          box-sizing: border-box;
          text-align: left;
          float: left;
          font-size: 12px;
          display: inline-block;
          width: 50%; }
          .tab-uio.tab-uio-pull > ul.tab > li > ul li > a {
            display: block;
            height: 32px;
            line-height: 32px;
            color: #666;
            border-bottom: 1px solid #d1d1d1; }
            .tab-uio.tab-uio-pull > ul.tab > li > ul li > a span {
              position: relative;
              display: block;
              text-indent: 12px;
              white-space: nowrap; }
              .tab-uio.tab-uio-pull > ul.tab > li > ul li > a span:after {
                content: '';
                position: absolute;
                right: 10px;
                display: block;
                width: 10px;
                height: 10px;
                top: -50%;
                bottom: -50%;
                margin-top: auto;
                margin-bottom: auto;
                background-position: 0 0;
                background-repeat: no-repeat;
                background-size: cover; }
          .tab-uio.tab-uio-pull > ul.tab > li > ul li:nth-of-type(1) a {
            border-top: 1px solid #d1d1d1; }
          .tab-uio.tab-uio-pull > ul.tab > li > ul li:nth-of-type(2) a {
            border-top: 1px solid #d1d1d1; }
          .tab-uio.tab-uio-pull > ul.tab > li > ul li:nth-child(2n) a span {
            border-right: 1px solid #d1d1d1; }
          .tab-uio.tab-uio-pull > ul.tab > li > ul li:nth-child(2n).is-on a span {
            left: -1px;
            border-right: 1px solid #3f9255; }
          .tab-uio.tab-uio-pull > ul.tab > li > ul li:nth-child(2n-1) a {
            border-right: 1px solid #d1d1d1; }
            .tab-uio.tab-uio-pull > ul.tab > li > ul li:nth-child(2n-1) a span {
              border-left: 1px solid #d1d1d1; }
          .tab-uio.tab-uio-pull > ul.tab > li > ul li:nth-child(2n-1).is-on a {
            border-right-color: #3f9255; }
            .tab-uio.tab-uio-pull > ul.tab > li > ul li:nth-child(2n-1).is-on a span {
              border-left: 1px solid #af6b00; }
        .tab-uio.tab-uio-pull > ul.tab > li > ul li.is-on a {
          position: relative;
          color: #35ab54;
          top: -1px; }
          .tab-uio.tab-uio-pull > ul.tab > li > ul li.is-on a:after {
            content: '';
            position: absolute;
            display: block;
            line-height: 0;
            font-size: 0;
            width: 100%;
            height: 1px;
            background-color: #3f9255;
            top: 0;
            left: 0; }
          .tab-uio.tab-uio-pull > ul.tab > li > ul li.is-on a:before {
            content: '';
            position: absolute;
            display: block;
            line-height: 0;
            font-size: 0;
            width: 1px;
            height: 100%;
            background-color: #3f9255;
            left: 0;
            top: 0; }
          .tab-uio.tab-uio-pull > ul.tab > li > ul li.is-on a span {
            height: 34px;
            width: calc(100% + 1px);
            border: 1px solid #3f9255;
            background: #eff8f2;
            background-size: 10px 10px;
            box-sizing: border-box; }
    .tab-uio.tab-uio-pull > ul.tab > li + li.is-active > a {
      left: calc(50% + -2px); }
      .tab-uio.tab-uio-pull > ul.tab > li + li.is-active > a span {
        display: block;
        position: relative;
        text-align: left; }
        .tab-uio.tab-uio-pull > ul.tab > li + li.is-active > a span:after {
          right: -1px;
          content: '';
          display: block;
          width: 1px;
          height: 100%;
          background: #35ab54;
          position: absolute;
          overflow: hidden;
          top: 1px; }
        .tab-uio.tab-uio-pull > ul.tab > li + li.is-active > a span:before {
          content: '';
          display: block;
          width: 1px;
          height: 100%;
          background: #35ab54;
          position: absolute;
          overflow: hidden;
          top: 1px;
          left: -1px; }
    .tab-uio.tab-uio-pull > ul.tab > li.is-active > a {
      background-color: #fff;
      border-color: #35ab54 #35ab54 #fff;
      border-left-style: solid;
      border-right-style: solid;
      border-left-width: 1px;
      border-right-width: 1px;
      color: #35ab54;
      z-index: 1;
      width: -webkit-calc(50% - 2px);
      width: -khtml-calc(50% - 2px);
      width: -moz-calc(50% - 2px);
      width: -ms-calc(50% - 2px);
      width: -o-calc(50% - 2px);
      width: calc(50% - 2px); }
      .tab-uio.tab-uio-pull > ul.tab > li.is-active > a span {
        display: block;
        position: relative; }
        .tab-uio.tab-uio-pull > ul.tab > li.is-active > a span:after {
          right: -1px;
          content: '';
          display: block;
          width: 1px;
          height: 100%;
          background: #35ab54;
          position: absolute;
          overflow: hidden;
          top: 1px; }
        .tab-uio.tab-uio-pull > ul.tab > li.is-active > a span:before {
          content: '';
          display: block;
          width: 1px;
          height: 100%;
          background: #35ab54;
          position: absolute;
          overflow: hidden;
          top: 1px;
          left: -1px; }
    .tab-uio.tab-uio-pull > ul.tab > li.is-active > ul {
      display: block;
      margin-bottom: 10px; }
    .tab-uio.tab-uio-pull > ul.tab > li + li > a {
      left: 50%; }

.bgzC {
  -ms-background-size: contain;
  background-size: contain; }

* {
  -webkit-tap-highlight-color: transparent;
  outline: 0; }

.m-check input[type=checkbox] {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  border-radius: 0;
  display: inline-block;
  width: 13px;
  height: 13px;
  border: none;
  background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/m_check_off.png?1711231146") no-repeat;
  background-size: contain; }
  .m-check input[type=checkbox]:checked {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    border-radius: 0;
    display: inline-block;
    width: 13px;
    height: 13px;
    border: none;
    background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/m_check_off.png?1711231146") no-repeat;
    background-size: contain;
    background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/m_check_on.png?1711231146") no-repeat;
    background-size: contain; }

input[type=number] {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  border-radius: 0; }

input[type=password] {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  border-radius: 0; }

input[type=text] {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  border-radius: 0; }

em {
  font-style: normal; }

i {
  font-style: normal; }

a {
  text-decoration: none;
  color: #c4ad88; }

.col-none {
  color: transparent; }

.dib {
  display: inline-block; }

.ta {
  text-align: left; }

.btns {
  text-align: center; }
  .btns .btn {
    width: 140px;
    height: 41px;
    line-height: 39px;
    font-size: 14px;
    color: #fff;
    margin-top: 10px; }
  .btns .btn.small {
    height: 32px;
    line-height: 30px;
    margin-top: 3px;
    width: 71px; }
  .btns .btn.small-2 {
    height: 32px;
    line-height: 30px;
    margin-top: 3px;
    width: 88px; }
    .btns .btn.small-2 i {
      display: inline-block;
      width: 14px;
      height: 15px;
      background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_lock.png?1711231146") no-repeat;
      -webkit-background-size: contain;
      -khtml-background-size: contain;
      -moz-background-size: contain;
      -ms-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
      margin-right: 6px;
      position: relative;
      top: 2px; }
  .btns .btn + .btn {
    margin-left: 8px; }
  .btns .btn.mint {
    background-color: #295b37; }
  .btns .btn.gray {
    background-color: #949494;
    margin-left: 2px; }
  .btns .btn.l-gray {
    background-color: #3f9255; }
  .btns .btn.blue {
    background-color: #da4445; }
  .btns .btn.round {
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px; }
  .btns .btn.square {
    width: 100%;
    height: 69px; }

.tac {
  text-align: center; }

.pos {
  position: relative; }

.posa {
  position: absolute; }

.posf {
  position: fixed; }

.poss {
  position: static; }

.m-radio input[type=radio] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: none;
  background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/m_radio_off.png?1711231146") no-repeat;
  background-size: contain; }
  .m-radio input[type=radio]:checked {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-sizing: border-box;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: none;
    background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/m_radio_off.png?1711231146") no-repeat;
    background-size: contain;
    background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/m_radio_on.png?1711231146") no-repeat;
    background-size: contain; }

div.btns {
  padding: 15px 0 5px; }

.expui .expbar .expbtn .off {
  display: none; }

.expui .expbar .expbtn .on {
  display: block; }

.expui .expbar .expara {
  display: none; }

.expui .expbar.is-active .expbtn .off {
  display: block; }

.expui .expbar.is-active .expbtn .on {
  display: none; }

.expui .expbar.is-active .expara {
  display: block; }

label i.lab {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #333; }

label i.lab.is-blind {
  font-size: 0;
  color: transparent; }

label .itx-bd {
  border: 1px solid #999;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px; }

label small {
  position: relative;
  left: 28%;
  font-size: 12px;
  font-weight: 400;
  color: #999; }

label + label {
  display: block;
  margin-top: 10px; }

.m-book-list.type2 {
  border-bottom: 1px solid #d9d9d9; }
  .m-book-list.type2 li {
    position: relative;
    box-sizing: border-box;
    width: 50%;
    padding-top: 23px;
    margin-bottom: 23px;
    border-top: 1px solid #d9d9d9; }
    .m-book-list.type2 li:nth-of-type(1) {
      border-top: none; }
    .m-book-list.type2 li:nth-of-type(2) {
      border-top: none; }
    .m-book-list.type2 li .each-checkbox {
      position: absolute;
      top: 23px;
      left: 3px; }
    .m-book-list.type2 li .book-cover {
      box-sizing: border-box;
      position: relative;
      width: 102px;
      height: 154px;
      margin: 0 auto 13px;
      display: block; }
      .m-book-list.type2 li .book-cover .cover {
        display: block;
        width: inherit;
        height: inherit; }
      .m-book-list.type2 li .book-cover .order {
        z-index: 3;
        position: absolute;
        left: -2px;
        top: -14px;
        display: inline-block;
        width: 28px;
        height: 28px;
        color: #fff;
        background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_order.png?1711231146");
        background-repeat: no-repeat;
        background-position: 0 0;
        -webkit-background-size: cover;
        -khtml-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        font-size: 12px;
        line-height: 37px;
        text-align: center; }
      .m-book-list.type2 li .book-cover img {
        display: block;
        width: 100%;
        height: 100%; }
      .m-book-list.type2 li .book-cover .front {
        box-sizing: border-box;
        position: absolute;
        border: 1px solid rgba(0, 0, 0, 0.2);
        top: 0;
        left: 0;
        width: 102px;
        height: 154px;
        background: 0 0; }
    .m-book-list.type2 li .book-info {
      width: 100%; }
      .m-book-list.type2 li .book-info .info-tit {
        margin-left: 15px;
        margin-right: 15px; }
      .m-book-list.type2 li .book-info .info-price {
        padding-top: 5px; }
    .m-book-list.type2 li .m-check {
      position: absolute;
      top: 23px;
      right: 90%; }
    .m-book-list.type2 li:nth-child(2n-1):before {
      display: none; }
  .m-book-list.type2 li + li {
    margin-left: 0; }
    .m-book-list.type2 li + li:before {
      content: '';
      display: block;
      width: 1px;
      background-color: #e8e8e8;
      height: -webkit-calc(100% - 23px);
      height: -moz-calc(100% - 23px);
      height: -ms-calc(100% - 23px);
      height: -o-calc(100% - 23px);
      height: calc(100% - 23px);
      position: absolute;
      left: -1px;
      top: 23px; }

.m-book-list.type2.clean-first-row > li:nth-of-type(1) {
  border-top: none; }

.m-book-list.type2.clean-first-row > li:nth-of-type(2) {
  border-top: none; }

.m-book-list.type3 {
  border-bottom: 1px solid #aaa; }
  .m-book-list.type3 > li {
    border-top: 1px solid #aaa;
    width: 100%;
    display: block;
    padding: 12px 0; }
    .m-book-list.type3 > li:nth-of-type(2) {
      border-top: 1px solid #aaa; }
    .m-book-list.type3 > li .book-cover {
      display: inline-block;
      text-align: left;
      vertical-align: top;
      background: 0 0;
      width: 102px;
      height: 154px;
      padding: 0;
      margin: 0; }
      .m-book-list.type3 > li .book-cover .cover {
        display: block;
        width: inherit;
        height: inherit; }
      .m-book-list.type3 > li .book-cover .front {
        box-sizing: border-box;
        width: 102px;
        height: 154px;
        background: 0 0;
        border: 1px solid rgba(0, 0, 0, 0.2); }
    .m-book-list.type3 > li .book-info {
      display: inline-block;
      text-align: left;
      vertical-align: top;
      margin-left: 12px;
      padding-top: 16px;
      width: calc(100% - 102px - 12px); }
      .m-book-list.type3 > li .book-info .info-tit {
        margin-right: 30px;
        height: auto;
        min-height: 20px;
        max-height: 36px; }
      .m-book-list.type3 > li .book-info .info-publisher {
        padding-top: 5px;
        display: block;
        color: #666;
        font-size: 12px; }
      .m-book-list.type3 > li .book-info .info-price {
        padding-top: 15px; }
        .m-book-list.type3 > li .book-info .info-price .de + .de {
          padding: 0;
          display: inline-block; }
        .m-book-list.type3 > li .book-info .info-price .de {
          padding: 0; }
          .m-book-list.type3 > li .book-info .info-price .de:before {
            display: none; }
  .m-book-list.type3 > li + li {
    margin-left: 0; }

.m-book-list.type3.clean-first-row > li:nth-of-type(1) {
  border-top: none;
  padding-top: 0; }

.login-join .input-form {
  margin: 25px 24px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 14px; }
  .login-join .input-form h4 {
    font-weight: 500;
    font-size: 15px;
    color: #333;
    height: 30px;
    line-height: 30px; }
    .login-join .input-form h4 i {
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover;
      -o-background-size: cover;
      position: relative;
      background-position: 0 0;
      background-repeat: no-repeat;
      display: inline-block;
      height: 16px;
      top: 2px;
      background-size: cover; }
  .login-join .input-form .input-info .mem-info {
    float: left;
    width: 71%; }
    .login-join .input-form .input-info .mem-info label .itx-bd {
      width: 100%;
      padding: 0 10px;
      color: #666;
      font-size: 12px;
      height: 29px;
      line-height: 29px; }
  .login-join .input-form .input-info .btns {
    float: right;
    width: 26%; }
  .login-join .input-form .input-info .btns.none {
    margin: 0;
    padding: 0; }
    .login-join .input-form .input-info .btns.none .btn {
      margin: 0; }
  .login-join .input-form .input-info:after {
    content: "";
    display: block;
    clear: both; }
  .login-join .input-form .m-check {
    display: inline-block;
    font-size: 12px;
    color: #666;
    margin: 6px 15px 0 0; }
    .login-join .input-form .m-check input[type=checkbox] {
      margin-right: 6px;
      position: relative;
      top: 2px; }

.login-join .confirm-mem {
  margin: 0 24px 39px; }
  .login-join .confirm-mem .notice {
    font-size: 12px;
    color: #da4445;
    margin: 13px 0 10px; }
    .login-join .confirm-mem .notice i {
      position: relative;
      background-position: 0 0;
      background-repeat: no-repeat;
      display: inline-block;
      width: 3px;
      height: 3px;
      top: -3px;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
  .login-join .confirm-mem .btns button {
    width: 47.8%;
    height: auto;
    background-color: transparent; }
    .login-join .confirm-mem .btns button img {
      width: 100%;
      height: auto; }
  .login-join .confirm-mem .btns button + button {
    margin-left: 8px; }

.login-join .nomem-order h4 i {
  height: 14px; }

.login-join .nomem-order .btn.square {
  line-height: 1.3em; }

.login-join .nomem-order.before-login .gray-section {
  float: left;
  width: 71%;
  height: 67px;
  margin: 0; }
  .login-join .nomem-order.before-login .gray-section p {
    font-size: 12px;
    color: #444;
    line-height: 1.4em;
    margin: 10px; }

.m-event-list {
  height: 267px;
  background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/bg_event_list.png?1711231146") repeat-x;
  background-size: 100% 267px; }
  .m-event-list .bx-wrapper {
    height: 267px;
    margin: 0 auto;
    overflow: hidden; }
    .m-event-list .bx-wrapper ul.sm-contain {
      text-align: center;
      display: block;
      height: 267px; }
      .m-event-list .bx-wrapper ul.sm-contain li {
        display: block;
        height: 267px; }
        .m-event-list .bx-wrapper ul.sm-contain li a {
          display: block;
          height: 267px;
          width: 100%;
          margin: 0 auto; }
          .m-event-list .bx-wrapper ul.sm-contain li a img {
            max-height: 98%;
            margin: 0 auto; }
  .m-event-list .bx-pager {
    bottom: 0; }
    .m-event-list .bx-pager .bx-pager-item a {
      background-color: transparent;
      border: 2px solid #4577b3;
      width: 6px;
      height: 6px;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
    .m-event-list .bx-pager .bx-pager-item a.is-active {
      background-color: #4577b3; }

.m-latest {
  text-align: center;
  padding-bottom: 22px; }
  .m-latest h3 {
    font-weight: 500;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ccc;
    vertical-align: middle; }
    .m-latest h3:after {
      content: '';
      display: inline-block;
      width: 8px;
      height: 8px;
      background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_dia.png?1711231146") no-repeat;
      background-size: cover;
      margin: 0 8px;
      position: relative;
      top: -1px; }
    .m-latest h3:before {
      content: '';
      display: inline-block;
      width: 8px;
      height: 8px;
      background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_dia.png?1711231146") no-repeat;
      background-size: cover;
      margin: 0 8px;
      position: relative;
      top: -1px; }
  .m-latest .base-content {
    padding-top: 22px;
    min-height: 235px;
    background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/bg_base.png?1711231146") repeat-x;
    -webkit-background-size: 100% 267px;
    -khtml-background-size: 100% 267px;
    -moz-background-size: 100% 267px;
    -ms-background-size: 100% 267px;
    -o-background-size: 100% 267px;
    background-size: 100% 267px; }
  .m-latest .m-action {
    margin: 20px 14px 0; }
    .m-latest .m-action .btn.btn-more {
      display: block;
      width: 100%;
      border: 1px solid #d2d2d2;
      border-left: none;
      border-right: none;
      height: 30px;
      line-height: 28px;
      font-size: 13px;
      background-color: #fff;
      color: #333; }

.tab-uio .tab-content {
  text-align: center;
  padding: 22px 0 0;
  min-height: 235px;
  background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/bg_best.png?1711231146") repeat-x;
  -webkit-background-size: 100% 267px;
  -khtml-background-size: 100% 267px;
  -moz-background-size: 100% 267px;
  -ms-background-size: 100% 267px;
  -o-background-size: 100% 267px;
  background-size: 100% 267px; }

.tab-uio .tab-content.orders {
  background: #fff;
  padding-top: 0; }

.tab-uio #yp-best-event {
  padding-top: 0; }

.m-latest.border {
  border-top: 1px solid #000; }

.m-event-list.hide-pnn .bx-controls-direction {
  opacity: 0; }

.section-relation {
  display: none;
  width: 100%;
  max-height: 315px;
  position: absolute;
  top: 58px; }
  .section-relation .relation-result {
    position: relative;
    margin: 0 3.75% 0 3.7%; }
    .section-relation .relation-result .l-search-relation {
      width: 100%;
      border: 1px solid #848484;
      border-top: 1px solid #d9d9d9;
      position: absolute;
      top: 33px;
      left: 0; }
      .section-relation .relation-result .l-search-relation ul {
        background: #fff; }
        .section-relation .relation-result .l-search-relation ul li {
          height: 32px;
          line-height: 31px;
          margin: 0 10px; }
          .section-relation .relation-result .l-search-relation ul li a {
            font-size: 12px;
            color: #888; }
        .section-relation .relation-result .l-search-relation ul li + li {
          border-top: 1px solid #d9d9d9; }
      .section-relation .relation-result .l-search-relation .sm-action {
        background-color: #f6f6f6;
        height: 36px;
        line-height: 36px;
        text-align: right;
        border-top: 1px solid #d9d9d9; }
        .section-relation .relation-result .l-search-relation .sm-action a.btn-close {
          display: inline-block;
          width: 50px;
          height: 36px;
          position: relative;
          font-size: 12px;
          color: #888;
          text-align: left; }
          .section-relation .relation-result .l-search-relation .sm-action a.btn-close span {
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0; }
          .section-relation .relation-result .l-search-relation .sm-action a.btn-close img {
            display: inline-block;
            width: 10px;
            height: 10px;
            position: absolute;
            top: 14px;
            right: 10px; }

.quick-nav {
  display: block;
  width: 100%;
  left: 0;
  pointer-events: none;
  background: 0 0;
  position: absolute;
  height: 100%;
  height: 100vh;
  top: 0; }
  .quick-nav .dim {
    width: 100%;
    left: 0;
    pointer-events: none;
    position: fixed;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 81;
    opacity: 0;
    -webkit-transition: 250ms ease opacity;
    -moz-transition: 250ms ease opacity;
    -ms-transition: 250ms ease opacity;
    -o-transition: 250ms ease opacity;
    transition: 250ms ease opacity; }
  .quick-nav .quick-nav-in {
    position: relative;
    width: 288px;
    height: 100%;
    background-color: #fff;
    z-index: 82;
    left: -288px;
    -webkit-transition: 350ms ease left;
    -moz-transition: 350ms ease left;
    -ms-transition: 350ms ease left;
    -o-transition: 350ms ease left;
    transition: 350ms ease left; }
  .quick-nav .nav-header {
    background-color: #295b37;
    position: relative;
    height: 46px;
    line-height: 46px; }
    .quick-nav .nav-header .quick-title {
      margin: 0; }
      .quick-nav .nav-header .quick-title h2 {
        color: #fff;
        font-size: 16px;
        margin-left: 15px; }
        .quick-nav .nav-header .quick-title h2 i {
          display: inline-block;
          width: 16px;
          height: 14px;
          position: relative;
          top: 0;
          margin-right: 6px;
          background-position: 0 0;
          background-repeat: no-repeat;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -ms-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
          background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_nav.png?1711231146"); }
    .quick-nav .nav-header .quick-close {
      width: 16px;
      height: 16px;
      position: absolute;
      top: 2px;
      right: -30px;
      display: none; }
      .quick-nav .nav-header .quick-close img {
        display: inline-block;
        width: 100%; }
  .quick-nav .nav-body nav {
    margin: 15px;
    border: 1px solid #b6b6b6; }
    .quick-nav .nav-body nav ul {
      background-color: #f7f7f7; }
      .quick-nav .nav-body nav ul li {
        float: left;
        width: 49.8%;
        height: 26px;
        line-height: 25px;
        border-bottom: 1px solid #d6d6d6; }
        .quick-nav .nav-body nav ul li a {
          display: block;
          font-size: 11px;
          color: #666;
          position: relative; }
          .quick-nav .nav-body nav ul li a:after {
            content: '';
            display: inline-block;
            width: 4px;
            height: 7px;
            background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/arr_quick_small.png?1711231146") no-repeat;
            -webkit-background-size: contain;
            -khtml-background-size: contain;
            -moz-background-size: contain;
            -ms-background-size: contain;
            -o-background-size: contain;
            background-size: contain;
            position: absolute;
            top: 9px;
            right: 7px; }
          .quick-nav .nav-body nav ul li a i {
            background-position: 0 0;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            display: inline-block;
            width: 10px;
            height: 10px;
            -ms-background-size: cover;
            background-size: cover;
            margin-right: 5px;
            position: relative;
            top: 1px; }
        .quick-nav .nav-body nav ul li:nth-of-type(2n) {
          border-left: 1px solid #d6d6d6; }
        .quick-nav .nav-body nav ul li:nth-of-type(5) {
          border-bottom: none; }
        .quick-nav .nav-body nav ul li:nth-of-type(6) {
          border-bottom: none; }
      .quick-nav .nav-body nav ul:after {
        content: "";
        display: block;
        clear: both; }
  .quick-nav .nav-body .category .sub-category {
    margin: 0 15px; }
    .quick-nav .nav-body .category .sub-category li i {
      background-position: 0 0;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      display: inline-block;
      width: 10px;
      height: 13px;
      -ms-background-size: cover;
      background-size: cover;
      vertical-align: middle; }
    .quick-nav .nav-body .category .sub-category li button.open-menu {
      background-color: #fff;
      font-size: 14px;
      color: #333;
      text-align: left;
      width: 100%;
      height: 35px;
      line-height: 35px;
      margin-top: 2px;
      word-spacing: -2px;
      position: relative; }
      .quick-nav .nav-body .category .sub-category li button.open-menu:after {
        content: '';
        display: inline-block;
        width: 11px;
        height: 7px;
        background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/arr_quick_more.png?1711231146");
        background-position: 0 0;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        -khtml-background-size: contain;
        -moz-background-size: contain;
        -ms-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        position: absolute;
        top: 14px;
        right: 6px; }
    .quick-nav .nav-body .category .sub-category li a {
      font-size: 14px;
      color: #333; }
    .quick-nav .nav-body .category .sub-category li .open-local {
      border-bottom: 1px solid #b6b6b6;
      padding: 0;
      margin: 0; }
      .quick-nav .nav-body .category .sub-category li .open-local .local-books {
        display: none;
        border-top: 1px solid #b6b6b6;
        padding: 5px 0; }
        .quick-nav .nav-body .category .sub-category li .open-local .local-books li {
          margin-left: 20px;
          height: 30px;
          line-height: 29px; }
          .quick-nav .nav-body .category .sub-category li .open-local .local-books li a {
            font-size: 12px;
            color: #666; }
            .quick-nav .nav-body .category .sub-category li .open-local .local-books li a i {
              width: 3px;
              height: 3px;
              margin: 0 5px;
              background: #999;
              border-radius: 50%; }
        .quick-nav .nav-body .category .sub-category li .open-local .local-books li + li {
          border-top: 1px solid #dadada; }
    .quick-nav .nav-body .category .sub-category li .open-local.is-active button.open-menu:after {
      background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/arr_quick_fold.png?1711231146"); }
    .quick-nav .nav-body .category .sub-category li .open-local.is-active .local-books {
      display: block; }
    .quick-nav .nav-body .category .sub-category li.move {
      height: 35px;
      line-height: 35px;
      border-bottom: 1px solid #b6b6b6; }
      .quick-nav .nav-body .category .sub-category li.move a {
        display: block;
        position: relative; }
        .quick-nav .nav-body .category .sub-category li.move a:after {
          content: '';
          display: inline-block;
          width: 7px;
          height: 11px;
          background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/arr_quick_big.png?1711231146") no-repeat;
          -webkit-background-size: contain;
          -khtml-background-size: contain;
          -moz-background-size: contain;
          -ms-background-size: contain;
          -o-background-size: contain;
          background-size: contain;
          position: absolute;
          top: 10px;
          right: 8px; }
    .quick-nav .nav-body .category .sub-category li.now i {
      height: 16px; }
  .quick-nav .nav-footer {
    margin: 60px 15px; }
    .quick-nav .nav-footer button {
      height: 29px;
      line-height: 29px;
      width: 100%;
      background-color: #f7f7f7;
      border: 1px solid #b6b6b6;
      box-sizing: content-box; }
      .quick-nav .nav-footer button span {
        font-size: 10px;
        color: #666; }

.section-relation.is-active {
  display: block; }

.quick-nav.is-active {
  pointer-events: fill;
  opacity: 1;
  left: 0; }
  .quick-nav.is-active .dim {
    pointer-events: fill;
    opacity: 1; }
  .quick-nav.is-active .quick-nav-in {
    opacity: 1;
    pointer-events: fill;
    width: 288px;
    left: 0; }
    .quick-nav.is-active .quick-nav-in .nav-header .quick-close {
      display: inline-block; }

.m-paging {
  text-align: center;
  margin-top: 15px; }
  .m-paging ul {
    font-size: 0;
    letter-spacing: 0;
    word-spacing: 0; }
    .m-paging ul li {
      display: inline-block;
      text-align: center;
      box-sizing: border-box;
      width: 27px;
      height: 27px;
      line-height: 27px;
      background-color: #fff;
      vertical-align: top; }
      .m-paging ul li a {
        display: block;
        border: 1px solid #e3e3e3;
        font-size: 10px;
        color: #b5b5b5; }
    .m-paging ul li + li {
      position: relative;
      z-index: 32;
      margin-left: -1px;
      width: 28px; }
    .m-paging ul li.ctrl {
      margin-left: 0;
      width: 27px;
      background-position: 0 0;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -khtml-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
      .m-paging ul li.ctrl a {
        font-size: 0; }
    .m-paging ul li.ctrl.first {
      margin-right: 4px;
      background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_page_first.png?1711231146"); }
    .m-paging ul li.ctrl.last {
      margin-left: 4px;
      background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_page_last.png?1711231146"); }
    .m-paging ul li.ctrl.prev {
      margin-right: 12px;
      background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_page_prev.png?1711231146"); }
    .m-paging ul li.ctrl.next {
      margin-left: 12px;
      background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_page_next.png?1711231146"); }
    .m-paging ul li.is-active {
      z-index: 33; }
      .m-paging ul li.is-active a {
        color: #000;
        border-color: #000; }

.l-container .section .m-summary {
  text-align: center; }
  .l-container .section .m-summary .bx-controls-direction {
    opacity: 0; }
  .l-container .section .m-summary .bx-wrapper {
    margin: 0; }
  .l-container .section .m-summary .bx-pager {
    bottom: 13px; }
    .l-container .section .m-summary .bx-pager .bx-pager-item a {
      background: #c3c3c3; }
    .l-container .section .m-summary .bx-pager .bx-pager-item a.is-active {
      background: #295a36; }
  .l-container .section .m-summary .tabs {
    height: 31px;
    background: #fff;
    text-align: center; }
    .l-container .section .m-summary .tabs ul.items {
      display: block;
      height: 31px;
      font-size: 0;
      letter-spacing: 0;
      word-spacing: 0; }
      .l-container .section .m-summary .tabs ul.items li {
        width: 25%;
        display: inline-block;
        font-size: 16px; }
        .l-container .section .m-summary .tabs ul.items li a {
          text-align: center;
          position: relative;
          display: block;
          width: 100%;
          height: 31px;
          line-height: 31px;
          color: #191919; }
          .l-container .section .m-summary .tabs ul.items li a:after {
            content: '';
            display: block;
            width: 75%;
            height: 12.90322581%;
            background: #295a36;
            overflow: hidden;
            position: absolute;
            left: -50%;
            right: -50%;
            margin-left: auto;
            margin-right: auto;
            bottom: -1px;
            opacity: 0; }
          .l-container .section .m-summary .tabs ul.items li a:before {
            content: '';
            display: block;
            width: 1px;
            height: 13px;
            background: #588b66;
            position: absolute;
            left: 0;
            top: -50%;
            bottom: -50%;
            margin: auto 0; }
        .l-container .section .m-summary .tabs ul.items li:first-child a:before {
          opacity: 0; }
      .l-container .section .m-summary .tabs ul.items li.act a {
        color: #265935; }
        .l-container .section .m-summary .tabs ul.items li.act a:after {
          opacity: 1; }
  .l-container .section .m-summary .pans {
    position: relative; }
    .l-container .section .m-summary .pans .pan {
      position: absolute;
      top: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      -moz-transform: translate3d(-100%, 0, 0);
      -ms-transform: translate3d(-100%, 0, 0);
      -o-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      pointer-events: none;
      opacity: 0; }
      .l-container .section .m-summary .pans .pan li a img {
        width: 100% !important; }
      .l-container .section .m-summary .pans .pan .pan-more {
        position: absolute;
        bottom: 0;
        right: 10px;
        margin: 0;
        padding: 0;
        display: inline-block;
        font-size: 0; }
    .l-container .section .m-summary .pans .pan.act {
      position: relative;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      pointer-events: fill;
      opacity: 1; }
    .l-container .section .m-summary .pans .pan-1 {
      border-top: 1px solid #d1d1d1;
      text-align: center;
      padding: 26px 0 0;
      min-height: 278px;
      background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/bg_best.png?1711231146") repeat-x;
      -webkit-background-size: 100% 314px;
      -khtml-background-size: 100% 314px;
      -moz-background-size: 100% 314px;
      -ms-background-size: 100% 314px;
      -o-background-size: 100% 314px;
      background-size: 100% 314px; }
    .l-container .section .m-summary .pans .pan-1.orders {
      background: #fff;
      padding-top: 0; }

.l-container .section.section-intro + .l-footer {
  margin-top: 0; }

.l-detail .detail-header .sm-title {
  padding: 0 40px 0 0;
  text-align: center;
  background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/bg_banner_green.png?1711231146") repeat-x;
  color: #4d3304;
  position: relative; }
  .l-detail .detail-header .sm-title .sm-title-in {
    width: calc(100% - 31px);
    float: right;
    padding: 15px 0; }
    .l-detail .detail-header .sm-title .sm-title-in ul {
      margin-top: 7px;
      margin-left: 10px;
      word-spacing: 0;
      letter-spacing: 0;
      font-size: 0; }
      .l-detail .detail-header .sm-title .sm-title-in ul li {
        display: inline-block;
        position: relative;
        padding: 0 6px;
        font-size: 10px;
        color: #fff; }
        .l-detail .detail-header .sm-title .sm-title-in ul li:last-child:after {
          opacity: 0; }
        .l-detail .detail-header .sm-title .sm-title-in ul li:after {
          content: '';
          display: inline-block;
          width: 1px;
          height: 80%;
          background-color: #3c6b47;
          position: absolute;
          top: 10%;
          right: 0; }
        .l-detail .detail-header .sm-title .sm-title-in ul li:first-child {
          padding-left: 0; }
    .l-detail .detail-header .sm-title .sm-title-in h3 {
      font-size: 15px;
      line-height: 1.3em;
      margin-left: 10px;
      color: #fff; }
  .l-detail .detail-header .sm-title button {
    width: 30px;
    height: 100%;
    color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_pagebank.png?1711231146") 50% 50% no-repeat;
    -webkit-background-size: 6px 12px;
    -moz-background-size: 6px 12px;
    -ms-background-size: 6px 12px;
    -o-background-size: 6px 12px;
    background-size: 6px 12px;
    border-right: 1px solid #3c6b47;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .l-detail .detail-header .sm-title:after {
    content: "";
    display: block;
    clear: both; }

.l-detail .detail-header .sm-book {
  margin: 26px auto; }
  .l-detail .detail-header .sm-book figure {
    text-align: center;
    padding: 0;
    min-height: 218px;
    margin: 0;
    display: block;
    background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/bg_best2.png?1711231146") repeat-x;
    -webkit-background-size: 100% 218px;
    -khtml-background-size: 100% 218px;
    -moz-background-size: 100% 218px;
    -ms-background-size: 100% 218px;
    -o-background-size: 100% 218px;
    background-size: 100% 218px; }
    .l-detail .detail-header .sm-book figure .detail-cover {
      display: block;
      width: 238px;
      margin: 0 auto;
      text-align: left; }
      .l-detail .detail-header .sm-book figure .detail-cover span.book-cover {
        position: relative;
        display: block;
        margin-left: 55px;
        height: 193px;
        background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/bg_book.png?1711231146") no-repeat;
        -webkit-background-size: contain;
        -khtml-background-size: contain;
        -moz-background-size: contain;
        -ms-background-size: contain;
        -o-background-size: contain;
        background-size: contain; }
        .l-detail .detail-header .sm-book figure .detail-cover span.book-cover span.cover img {
          width: 128px;
          height: 193px; }
        .l-detail .detail-header .sm-book figure .detail-cover span.book-cover span.front {
          box-sizing: border-box;
          position: absolute;
          border: 1px solid rgba(0, 0, 0, 0.2);
          top: 0;
          left: 0;
          width: 128px;
          height: 193px;
          background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/bg_book_front.png?1711231146") no-repeat; }
  .l-detail .detail-header .sm-book .book-info {
    margin: 0 10px; }
    .l-detail .detail-header .sm-book .book-info .info-price {
      height: 28px;
      border-top: 1px solid #e1e1e1;
      border-bottom: 1px solid #e1e1e1;
      font-size: 12px;
      padding: 5px 2%; }
      .l-detail .detail-header .sm-book .book-info .info-price .old {
        color: #333;
        text-decoration: line-through; }
      .l-detail .detail-header .sm-book .book-info .info-price .cur {
        font-size: 14px;
        color: #da4445;
        font-weight: 700; }
        .l-detail .detail-header .sm-book .book-info .info-price .cur .state {
          display: inline-block;
          margin-right: 5px; }
          .l-detail .detail-header .sm-book .book-info .info-price .cur .state i {
            position: relative;
            top: 3px; }
            .l-detail .detail-header .sm-book .book-info .info-price .cur .state i img {
              display: inline-block;
              width: 13px;
              height: 14px; }
      .l-detail .detail-header .sm-book .book-info .info-price .save {
        color: #35ab54;
        font-size: 14px; }
        .l-detail .detail-header .sm-book .book-info .info-price .save .unit {
          font-weight: 700; }
      .l-detail .detail-header .sm-book .book-info .info-price .dc {
        display: inline-block;
        width: 30px;
        height: 15px;
        text-align: center;
        font-size: 10px;
        color: #fff;
        background-color: #295b37;
        -webkit-border-radius: 8px;
        -khtml-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .l-detail .detail-header .sm-book .book-info .info-order {
      border-bottom: 1px solid #e1e1e1;
      padding: 5px 0;
      position: relative; }
      .l-detail .detail-header .sm-book .book-info .info-order .amount {
        height: 26px;
        width: 60%; }
        .l-detail .detail-header .sm-book .book-info .info-order .amount .m-amount {
          float: left;
          margin-right: 5px; }
          .l-detail .detail-header .sm-book .book-info .info-order .amount .m-amount input[type=number] {
            float: left;
            margin: 0 5px;
            border: 1px solid #666;
            width: 42px;
            height: 26px;
            -webkit-border-radius: 2px;
            -khtml-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px; }
          .l-detail .detail-header .sm-book .book-info .info-order .amount .m-amount button {
            float: left;
            display: inline-block;
            width: 26px;
            height: 26px;
            font-size: 0;
            border: 1px solid #666;
            box-sizing: border-box;
            -webkit-border-radius: 2px;
            -khtml-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            -o-background-size: cover;
            background-size: cover; }
          .l-detail .detail-header .sm-book .book-info .info-order .amount .m-amount button.decrement {
            background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/btn_decrement.png?1711231146");
            border-radius: 2px 0 2px 2px; }
          .l-detail .detail-header .sm-book .book-info .info-order .amount .m-amount button.increment {
            background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/btn_increment.png?1711231146");
            border-radius: 2px 2px 2px 0;
            position: relative;
            left: -1px; }
        .l-detail .detail-header .sm-book .book-info .info-order .amount p.receive {
          margin: 5px 0;
          font-size: 12px;
          float: left; }
          .l-detail .detail-header .sm-book .book-info .info-order .amount p.receive strong {
            font-weight: 500;
            color: #da4445; }
      .l-detail .detail-header .sm-book .book-info .info-order:after {
        content: '';
        display: block;
        position: absolute; }
      .l-detail .detail-header .sm-book .book-info .info-order .delivery {
        width: 150px;
        padding: 5px;
        position: absolute;
        top: 0;
        right: 0; }
        .l-detail .detail-header .sm-book .book-info .info-order .delivery .sm-action {
          float: right; }
          .l-detail .detail-header .sm-book .book-info .info-order .delivery .sm-action button {
            font-size: 10px;
            float: left;
            color: #fff;
            margin-left: 5px;
            background-color: #333;
            -webkit-border-radius: 2px;
            -khtml-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
            padding: 4px 8px; }
        .l-detail .detail-header .sm-book .book-info .info-order .delivery:after {
          content: '';
          display: block;
          position: absolute; }
    .l-detail .detail-header .sm-book .book-info:after {
      content: '';
      display: block;
      position: absolute; }
  .l-detail .detail-header .sm-book .book-get {
    margin: 30px 10px 0; }
    .l-detail .detail-header .sm-book .book-get .get-means {
      margin-bottom: 10px;
      height: 58px; }
      .l-detail .detail-header .sm-book .book-get .get-means button {
        float: left;
        width: 23%;
        height: 58px;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        border: 1px solid #1986a7;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px; }
        .l-detail .detail-header .sm-book .book-get .get-means button small {
          font-size: 10px;
          color: #fff;
          display: block; }
      .l-detail .detail-header .sm-book .book-get .get-means button.cart {
        background: #db4b81;
        border-color: #db4b81; }
      .l-detail .detail-header .sm-book .book-get .get-means button.nowbuying {
        background: #295a36;
        border-color: #295a36; }
      .l-detail .detail-header .sm-book .book-get .get-means button.store_pu {
        background: #39a875;
        margin-left: 2.66%;
        border-color: #39a875; }
      .l-detail .detail-header .sm-book .book-get .get-means button.ebookbuying {
        background: #747474;
        border-color: #747474; }
      .l-detail .detail-header .sm-book .book-get .get-means button + button {
        margin-left: 2.67%; }
      .l-detail .detail-header .sm-book .book-get .get-means:after {
        content: '';
        display: block;
        position: absolute; }
    .l-detail .detail-header .sm-book .book-get .get-means.col3 button {
      width: 31.5%; }
    .l-detail .detail-header .sm-book .book-get .get-npay {
      margin-bottom: 10px; }
      .l-detail .detail-header .sm-book .book-get .get-npay img {
        width: 100%; }
    .l-detail .detail-header .sm-book .book-get .get-library {
      position: relative;
      height: 56px;
      font-size: 12px;
      background-color: #f4f4f4;
      border: 1px solid #999;
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }
      .l-detail .detail-header .sm-book .book-get .get-library p {
        color: #666;
        margin: 0 0 0 13px;
        padding: 11px 0 0;
        line-height: 1.5; }
      .l-detail .detail-header .sm-book .book-get .get-library button.btn-save-lib {
        background: 0 0;
        text-align: left;
        position: absolute;
        right: 0;
        top: 11px;
        width: 83px;
        height: 34px; }
        .l-detail .detail-header .sm-book .book-get .get-library button.btn-save-lib span {
          padding-top: 3px;
          padding-left: 12px;
          display: block;
          position: relative;
          width: 71px;
          height: inherit;
          font-size: 12px;
          line-height: 15px; }
          .l-detail .detail-header .sm-book .book-get .get-library button.btn-save-lib span:after {
            content: '';
            position: absolute;
            display: block;
            right: 12px;
            bottom: 5px;
            display: inline-block;
            width: 12px;
            height: 12px;
            background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_go_mylibrary.png?1711231146") no-repeat;
            background-size: cover; }
          .l-detail .detail-header .sm-book .book-get .get-library button.btn-save-lib span:before {
            content: '';
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            width: 1px;
            height: 34px;
            background: #dbdbdb; }

.l-detail .detail-container h3 {
  font-size: 14px;
  color: #333;
  margin: 0 0 12px 10px; }
  .l-detail .detail-container h3 i {
    display: inline-block;
    width: 6px;
    height: 9px;
    background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/arr_book_detail.png?1711231146") no-repeat;
    -webkit-background-size: contain;
    -khtml-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: relative;
    top: -1px;
    margin: 0 5px; }

.l-detail .detail-container .info-publish {
  margin: 0 10px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4; }
  .l-detail .detail-container .info-publish dl {
    font-size: 12px;
    color: #666;
    font-weight: 400;
    position: relative;
    height: 15px;
    margin: 10px 0 0; }
    .l-detail .detail-container .info-publish dl dt {
      display: inline-block;
      width: 60px; }
      .l-detail .detail-container .info-publish dl dt span {
        display: block;
        margin-left: 16px; }
      .l-detail .detail-container .info-publish dl dt:after {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 60px;
        width: 1px;
        height: 12px;
        background-color: #b5b5b5; }
    .l-detail .detail-container .info-publish dl dd {
      position: absolute;
      top: 0;
      left: 64px;
      margin-left: 14px; }
    .l-detail .detail-container .info-publish dl:last-child {
      margin-bottom: 10px; }

.l-detail .detail-container .tab-uio-bookdetail .tab-content {
  margin: 0 10px;
  padding: 20px 0 25px;
  background-image: none;
  display: none; }
  .l-detail .detail-container .tab-uio-bookdetail .tab-content > div {
    margin: 10 10px;
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 1.6; }
    .l-detail .detail-container .tab-uio-bookdetail .tab-content > div h4 {
      font-size: 12px;
      color: #333; }

.l-detail .detail-container .tab-uio-bookdetail .tab-content.is-active {
  display: block; }

.l-detail .detail-container .tab-uio-bookdetail .tab-content.tab-content-bookdetail {
  min-height: 0;
  padding: 10px; }

.l-detail .detail-container .reader-review .write-review {
  margin: 0 10px; }
  .l-detail .detail-container .reader-review .write-review button {
    width: 100%;
    height: 34px;
    line-height: 30px;
    text-align: left;
    background: #fff;
    border: 1px solid #666;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-size: 10px;
    color: #888;
    position: relative;
    margin-bottom: 6px; }
    .l-detail .detail-container .reader-review .write-review button strong {
      margin: 0 8px;
      font-size: 12px;
      color: #333; }
      .l-detail .detail-container .reader-review .write-review button strong .pencil {
        display: inline-block;
        width: 13px;
        height: 13px;
        margin-right: 4px;
        background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_write_review.png?1711231146") no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover; }
    .l-detail .detail-container .reader-review .write-review button .go {
      display: inline-block;
      width: 5px;
      height: 9px;
      background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_go_write.png?1711231146") no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      position: absolute;
      top: 11px;
      right: 12px; }

.l-detail .detail-container .reader-review .other-review {
  margin: 0 10px; }
  .l-detail .detail-container .reader-review .other-review ul {
    width: 100%; }
    .l-detail .detail-container .reader-review .other-review ul li {
      padding: 12px 12px 18px;
      border-bottom: 1px solid #d9d9d9; }
      .l-detail .detail-container .reader-review .other-review ul li:last-child {
        border-bottom: none; }
      .l-detail .detail-container .reader-review .other-review ul li div {
        font-size: 12px; }
      .l-detail .detail-container .reader-review .other-review ul li div.header span {
        display: inline-block; }
      .l-detail .detail-container .reader-review .other-review ul li div.header span.star-mark img {
        width: 13px;
        height: 13px; }
      .l-detail .detail-container .reader-review .other-review ul li div.header span.user-id {
        color: #333; }
      .l-detail .detail-container .reader-review .other-review ul li div.header span.date {
        font-size: 10px;
        color: #999; }
      .l-detail .detail-container .reader-review .other-review ul li div.header span + span:before {
        content: '';
        display: inline-block;
        width: 1px;
        height: 12px;
        background-color: #ccc;
        margin: 0 4px;
        position: relative;
        top: 1px; }
      .l-detail .detail-container .reader-review .other-review ul li div.content {
        margin-top: 5px; }
        .l-detail .detail-container .reader-review .other-review ul li div.content .memo {
          color: #666; }
        .l-detail .detail-container .reader-review .other-review ul li div.content .my-edit {
          display: inline-block;
          width: 35px;
          margin-left: 10px;
          text-align: left; }
          .l-detail .detail-container .reader-review .other-review ul li div.content .my-edit button {
            width: 15px;
            height: 15px;
            background-color: rgba(0, 0, 0, 0);
            background-repeat: no-repeat;
            background-position: 0 0;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            color: transparent;
            font-size: 1px; }
          .l-detail .detail-container .reader-review .other-review ul li div.content .my-edit button.revise {
            background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_revise.png?1711231146"); }
          .l-detail .detail-container .reader-review .other-review ul li div.content .my-edit button.delete {
            background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_delete.png?1711231146"); }
          .l-detail .detail-container .reader-review .other-review ul li div.content .my-edit button + button {
            margin-left: 5px; }
  .l-detail .detail-container .reader-review .other-review .m-action {
    margin: 20px 14px 0;
    text-align: center; }
    .l-detail .detail-container .reader-review .other-review .m-action .btn.btn-more {
      display: block;
      width: 100%;
      border: 1px solid #d2d2d2;
      border-left: none;
      border-right: none;
      height: 30px;
      line-height: 28px;
      font-size: 13px;
      background-color: #fff;
      color: #333; }

.gray-section {
  margin: 15px 17px 0;
  background-color: #f9f9f9;
  border: 1px solid #e7e7e7; }
  .gray-section .downstair {
    margin: 25px 15px 35px;
    font-size: 10px;
    color: #333; }
    .gray-section .downstair > p {
      font-size: 12px;
      margin-left: 10px; }
      .gray-section .downstair > p .underline {
        text-decoration: underline; }
    .gray-section .downstair .group {
      margin-top: 26px; }
      .gray-section .downstair .group:after {
        content: "";
        clear: both;
        display: block; }
      .gray-section .downstair .group li {
        float: left;
        background: #fff;
        border: 1px solid #ddd;
        width: 48%;
        height: 91px;
        text-align: center; }
        .gray-section .downstair .group li a {
          color: #333;
          font-size: 12px;
          display: inline-block;
          margin-top: 20px; }
          .gray-section .downstair .group li a i {
            display: block;
            width: 31px;
            height: 29px;
            background-position: 0 0;
            background-repeat: no-repeat;
            -webkit-background-size: contain;
            -khtml-background-size: contain;
            -moz-background-size: contain;
            -ms-background-size: contain;
            -o-background-size: contain;
            background-size: contain;
            margin: 0 auto 8px; }
          .gray-section .downstair .group li a i.cs-center {
            background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_cs.png?1711231146"); }
          .gray-section .downstair .group li a i.join-us {
            background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_login.png?1711231146"); }
          .gray-section .downstair .group li a i.login {
            background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_login.png?1711231146"); }
          .gray-section .downstair .group li a i.dormant-clear {
            background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_dormant.png?1711231146"); }
        .gray-section .downstair .group li:nth-child(2n) {
          float: right; }
        .gray-section .downstair .group li:nth-child(3) {
          margin-top: 9px; }
        .gray-section .downstair .group li:nth-child(4) {
          margin-top: 9px; }
    .gray-section .downstair h4 {
      font-weight: 400;
      color: #35ab54;
      margin: 10px 0 5px 10px; }
    .gray-section .downstair .answer {
      color: #666;
      margin: 0 0 0 20px;
      padding: 0; }
      .gray-section .downstair .answer li {
        margin-bottom: 4px; }
        .gray-section .downstair .answer li .dormant {
          color: #f3820a;
          display: inline-block;
          margin-left: 10px; }
    .gray-section .downstair .emphasize {
      position: relative;
      font-size: 10px; }
      .gray-section .downstair .emphasize i {
        display: inline-block;
        width: 9px;
        height: 9px;
        background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_emphasize.png?1711231146") no-repeat;
        -webkit-background-size: contain;
        -khtml-background-size: contain;
        -moz-background-size: contain;
        -ms-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        position: absolute;
        top: 4px;
        left: 0; }
      .gray-section .downstair .emphasize span {
        display: inline-block;
        margin-left: 12px; }
  .gray-section p {
    margin: 0; }
  .gray-section .upstair {
    margin: 15px;
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #ddd; }
    .gray-section .upstair p .user-name {
      color: #35ab54; }
    .gray-section .upstair p small {
      color: #666;
      font-size: 12px; }
    .gray-section .upstair ul {
      margin: 20px auto;
      width: 254px; }
      .gray-section .upstair ul .result-id {
        float: left;
        width: 122px;
        height: 27px;
        line-height: 27px;
        border: 1px solid #ddd;
        background-color: #fff;
        font-size: 12px;
        color: #35ab54;
        text-align: center;
        margin-bottom: 7px; }
        .gray-section .upstair ul .result-id:nth-of-type(2n) {
          margin-left: 6px; }
      .gray-section .upstair ul:after {
        content: '';
        display: block;
        clear: both; }
    .gray-section .upstair .m-radio {
      margin: 22px 2px 27px;
      padding: 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      font-size: 12px;
      text-align: left; }
      .gray-section .upstair .m-radio label {
        display: block; }
        .gray-section .upstair .m-radio label input[type=radio] {
          position: relative;
          top: 4px; }
      .gray-section .upstair .m-radio label + label {
        margin-top: 4px; }
    .gray-section .upstair .box25 {
      height: 25px; }
  .gray-section .downstair.relogin .emphasize {
    text-align: center;
    left: -5px; }
    .gray-section .downstair.relogin .emphasize i {
      position: relative;
      top: 2px; }
    .gray-section .downstair.relogin .emphasize span {
      margin-left: 3px; }

.l-table {
  color: #333;
  font-size: 12px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #333;
  text-align: center; }
  .l-table .notice {
    font-size: 10px;
    color: #888; }
    .l-table .notice strong.underline {
      text-decoration: underline; }
    .l-table .notice strong {
      color: #da4445;
      font-weight: 500; }
  .l-table .table {
    width: 100%; }
    .l-table .table caption {
      font-size: 14px;
      text-align: left;
      height: 35px;
      line-height: 25px;
      margin-left: 3px; }
    .l-table .table tr th {
      text-align: left;
      color: #35ab54;
      background-color: #eff8f2;
      border: 1px solid #c2c2c2;
      height: 30px; }
      .l-table .table tr th i {
        display: inline-block;
        width: 2px;
        height: 2px;
        position: relative;
        top: -3px;
        margin: 0 5px 0 7px;
        background-position: 0 0;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/img_dot_blue.png?1711231146"); }
    .l-table .table tr td {
      vertical-align: middle;
      text-align: center;
      background-color: #fff;
      border: 1px solid #c2c2c2;
      height: 40px; }
      .l-table .table tr td a {
        color: #666; }
    .l-table .table tr td.sold-out strong {
      color: #aaa;
      font-weight: 400; }
  .l-table .btns {
    padding: 0;
    margin-bottom: 8px; }
    .l-table .btns .btn {
      font-size: 11px;
      width: 93px;
      height: 33px;
      line-height: 31px;
      margin-top: 0; }
    .l-table .btns .btn + .btn {
      margin-left: 3px; }
  .l-table .close-table {
    background-color: #fff;
    position: absolute;
    top: 10px;
    right: 15px; }
    .l-table .close-table i {
      display: inline-block;
      width: 8px;
      height: 8px;
      background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/btn_table_close.png?1711231146") no-repeat;
      -webkit-background-size: contain;
      -khtml-background-size: contain;
      -moz-background-size: contain;
      -ms-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
      position: relative;
      top: -1px;
      margin-left: 5px; }

.l-table.stock-position {
  margin: 0;
  display: none;
  position: absolute;
  width: calc(100% - 22px);
  height: auto;
  background-color: #fff;
  top: 495px;
  z-index: 99; }

.l-table.stock-position.is-active {
  display: block; }

.l-table.possible-store {
  margin-bottom: 5px;
  display: none; }

.l-table.possible-store.is-active {
  display: block; }

.member-library {
  margin: 15px; }
  .member-library i {
    display: inline-block;
    height: 36px;
    position: relative;
    top: 5px;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .member-library p {
    display: inline-block;
    font-size: 12px;
    color: #444;
    margin: 0; }
    .member-library p .member {
      color: #3f9255; }

.benefit {
  margin: 10px 15px; }
  .benefit li {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #333; }
    .benefit li:after {
      content: "";
      clear: both;
      display: block; }
    .benefit li .l-con {
      float: left; }
    .benefit li .r-con {
      float: right; }
      .benefit li .r-con a {
        font-size: 15px;
        font-weight: 500; }
  .benefit li + li {
    border-top: 1px solid #ddd; }
  .benefit li.balance .r-con a {
    color: #ff6c00; }
  .benefit li.saved .r-con a {
    color: #35ab54; }
  .benefit li.emoney .r-con a {
    color: #1986a9; }
  .benefit li.coupon .r-con a {
    color: #be860d; }

.my-yp-btns {
  margin: 15px 17px 0; }
  .my-yp-btns .btns {
    padding: 10px 0 8px; }
    .my-yp-btns .btns:after {
      content: "";
      clear: both;
      display: block; }
    .my-yp-btns .btns .btn {
      width: 48.6%;
      margin-top: 0; }
    .my-yp-btns .btns .btn + .btn {
      margin-left: 0; }
    .my-yp-btns .btns .btn.delivery {
      float: left;
      background: #59493f; }
    .my-yp-btns .btns .btn.address {
      float: right;
      background: #a6937c; }
    .my-yp-btns .btns .btn.pb-library {
      float: left;
      margin-top: 8px; }
    .my-yp-btns .btns .btn.eb-library {
      float: right;
      margin-top: 8px; }
    .my-yp-btns .btns .btn.my-library {
      float: left;
      margin-top: 8px;
      background: #6a9ad3; }
    .my-yp-btns .btns .btn.yp-emoney {
      float: right;
      margin-top: 8px;
      background: #41ac8a; }
  .my-yp-btns a {
    font-size: 15px;
    color: #333;
    display: block;
    border: 1px solid #a5a5a5;
    text-align: center;
    height: 38px;
    line-height: 36px;
    margin-bottom: 22px; }

.l-inpad {
  margin: 0 14px; }
  .l-inpad .check-all {
    height: 32px;
    line-height: 32px;
    background: #f4f4f4;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    text-align: left; }
    .l-inpad .check-all .m-check {
      font-size: 12px;
      margin-left: 10px; }
      .l-inpad .check-all .m-check i {
        display: inline-block;
        margin-left: 5px;
        position: relative;
        top: -2px; }

.l-inpad.is-result {
  margin: 0; }
  .l-inpad.is-result .m-book-list a {
    margin: 0 14px; }

.find-content .find h4 {
  font-size: 14px;
  font-weight: 500;
  color: #333; }
  .find-content .find h4 i {
    display: inline-block;
    width: 6px;
    height: 7px;
    background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_go_otherlist.png?1711231146") no-repeat;
    -webkit-background-size: contain;
    -khtml-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin: 0 5px;
    position: relative;
    top: -2px; }

.find-content .find .gray-section {
  margin: 10px 0 0;
  padding: 12px 15px; }
  .find-content .find .gray-section label i.lab {
    width: 27%; }
  .find-content .find .gray-section label .itx-bd {
    width: 71%; }
  .find-content .find .gray-section label .itx-bd.short {
    width: 20%; }
  .find-content .find .gray-section label .itx-bd.short2 {
    width: 18%; }
  .find-content .find .gray-section label .itx-bd.short3 {
    width: 27%; }
  .find-content .find .gray-section .select .cert {
    display: inline-block;
    width: 27%;
    font-size: 14px;
    font-weight: 500;
    color: #333; }
  .find-content .find .gray-section .select .own-info {
    display: inline-block;
    width: 71%;
    height: 40px;
    line-height: 40px; }
    .find-content .find .gray-section .select .own-info label {
      display: inline-block;
      margin: 0; }
      .find-content .find .gray-section .select .own-info label i.lab2 {
        font-size: 12px;
        font-weight: 400;
        color: #666; }
      .find-content .find .gray-section .select .own-info label input[type=radio] {
        position: relative;
        top: 2px; }
    .find-content .find .gray-section .select .own-info label.wide1 {
      width: 36%; }
    .find-content .find .gray-section .select .own-info label.wide2 {
      width: 31%; }
    .find-content .find .gray-section .select .own-info label.wide3 {
      width: 28%; }
  .find-content .find .gray-section .btns {
    padding: 5px 0 0; }
  .find-content .find .gray-section .btns.tar {
    text-align: right; }

.q-member {
  margin: 25px 15px 45px; }
  .q-member p {
    margin: 0;
    height: 46px;
    line-height: 46px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    position: relative; }
    .q-member p .question-mem {
      font-size: 12px;
      color: #333;
      font-weight: 400; }
      .q-member p .question-mem i {
        display: inline-block;
        width: 3px;
        height: 3px;
        background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/img_dot.png?1711231146") no-repeat;
        -webkit-background-size: contain;
        -khtml-background-size: contain;
        -moz-background-size: contain;
        -ms-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        margin: 0 5px;
        position: relative;
        top: -1px; }
    .q-member p img {
      width: 85px;
      height: 28px;
      position: absolute;
      top: 9px;
      right: 0; }
  .q-member p + p {
    border-top: none; }

.member-info {
  font-size: 16px;
  color: #333;
  margin: 17px 14px;
  position: relative; }
  .member-info .member {
    display: inline-block;
    margin: 0;
    height: 25px;
    line-height: 25px; }
    .member-info .member i {
      display: inline-block;
      width: 14px;
      height: 17px;
      background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_member.png?1711231146") no-repeat;
      -webkit-background-size: contain;
      -khtml-background-size: contain;
      -moz-background-size: contain;
      -ms-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
      margin-right: 4px;
      position: relative;
      top: 2px; }
    .member-info .member strong {
      color: #35ab54;
      font-weight: 400; }
  .member-info .btns {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px; }
    .member-info .btns .btn {
      position: relative;
      top: -2px;
      width: 70px;
      height: 25px;
      line-height: 25px;
      font-size: 12px;
      letter-spacing: -1px;
      margin-top: 0;
      font-weight: 300; }

.l-footer {
  margin-top: 23px; }
  .l-footer .l-agree {
    margin: 0 15px; }
    .l-footer .l-agree ul {
      font-size: 0;
      letter-spacing: 0;
      word-spacing: 0; }
      .l-footer .l-agree ul li {
        position: relative;
        display: inline-block; }
        .l-footer .l-agree ul li a {
          color: #444;
          font-size: 14px; }
      .l-footer .l-agree ul li + li {
        margin-left: 6px; }
        .l-footer .l-agree ul li + li a {
          padding-left: 6px; }
        .l-footer .l-agree ul li + li:before {
          content: '';
          display: block;
          width: 1px;
          height: 14px;
          position: absolute;
          top: 4px;
          left: 0;
          background-color: grey; }
  .l-footer .l-fnb {
    border: 1px solid #d9d9d9;
    border-left: none;
    border-right: none;
    margin-bottom: 16px; }
    .l-footer .l-fnb nav ul {
      font-size: 0;
      letter-spacing: 0;
      word-spacing: 0;
      text-align: center;
      background-color: #f9f9f9; }
      .l-footer .l-fnb nav ul li {
        display: inline-block;
        width: 33.333333333333336%;
        font-size: 13px;
        height: 39px;
        line-height: 39px; }
        .l-footer .l-fnb nav ul li a {
          display: block;
          color: #444;
          border-left: 1px solid #d9d9d9; }
          .l-footer .l-fnb nav ul li a span {
            position: relative;
            display: inline-block;
            top: -1px; }
          .l-footer .l-fnb nav ul li a i {
            display: inline-block;
            width: 14px;
            height: 14px;
            background-position: 0 0;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            margin-right: 4px; }
        .l-footer .l-fnb nav ul li:nth-of-type(1) a {
          border-left: none; }
        .l-footer .l-fnb nav ul li:nth-of-type(4) a {
          border-left: none;
          border-top: 1px solid #d9d9d9; }
        .l-footer .l-fnb nav ul li:nth-of-type(2) {
          width: 33.33333333333333%; }
        .l-footer .l-fnb nav ul li:nth-of-type(5) {
          width: 33.33333333333333%; }
          .l-footer .l-fnb nav ul li:nth-of-type(5) a {
            border-top: 1px solid #d9d9d9; }
        .l-footer .l-fnb nav ul li:nth-of-type(6) a {
          border-top: 1px solid #d9d9d9; }
      .l-footer .l-fnb nav ul li.sign i {
        background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_fnb1.png?1711231146"); }
      .l-footer .l-fnb nav ul li.wish i {
        background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_fnb2.png?1711231146"); }
      .l-footer .l-fnb nav ul li.order i {
        background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_fnb3.png?1711231146"); }
      .l-footer .l-fnb nav ul li.my i {
        background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_fnb4.png?1711231146"); }
      .l-footer .l-fnb nav ul li.store i {
        background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_fnb5.png?1711231146"); }
      .l-footer .l-fnb nav ul li.cs i {
        background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_fnb6.png?1711231146"); }
  .l-footer li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .l-footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .l-footer .l-copyright {
    margin: 0 15px;
    font-size: 14px;
    color: #888; }
    .l-footer .l-copyright p {
      line-height: 24px; }
      .l-footer .l-copyright p .vbar {
        color: #acacac; }
      .l-footer .l-copyright p .cs-tel {
        color: #eb7210;
        font-size: 14px; }
    .l-footer .l-copyright .conf-num {
      display: inline-block;
      color: #fff;
      width: auto;
      font-size: 10px;
      padding: 0 8px;
      position: relative;
      top: -1px;
      height: 20px;
      line-height: 18px;
      background-color: #888;
      font-weight: 300;
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }

.section-base h3 {
  vertical-align: middle;
  position: relative;
  box-sizing: content-box;
  background-color: #295b37;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #295b37;
  border-bottom: 1px solid #295b37;
  color: #fff; }
  .section-base h3 .sm-sort {
    position: absolute;
    display: block;
    height: 20px;
    top: -1px;
    right: 8px;
    text-align: left;
    box-sizing: border-box; }
    .section-base h3 .sm-sort .sort-in {
      position: relative;
      height: 20px;
      box-sizing: border-box; }
      .section-base h3 .sm-sort .sort-in:after {
        content: '';
        display: block;
        position: absolute;
        z-index: 10;
        pointer-events: none;
        top: 8px;
        right: 8px;
        width: 10px;
        height: 8px;
        background-size: 10px 8px; }
      .section-base h3 .sm-sort .sort-in:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 10;
        pointer-events: none;
        width: 1px;
        height: 15px;
        right: 20px;
        top: 2px;
        background-color: #dfdfdf; }
    .section-base h3 .sm-sort select {
      position: relative;
      box-sizing: content-box;
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      -webkit-appearance: button;
      text-align: left;
      width: 70px;
      height: 20px;
      line-height: 20px;
      background-color: #fff;
      color: #295b36;
      font-size: 10px;
      font-weight: 400;
      text-indent: 5px; }
  .section-base h3 .other-result {
    color: #295b36;
    display: block;
    width: 55px;
    border-left: 1px solid #295b36;
    position: absolute;
    top: 1px;
    right: 3px;
    text-align: left;
    padding-left: 10px;
    font-size: 12px;
    background-color: #fff; }
    .section-base h3 .other-result span i {
      width: 6px;
      height: 10px;
      position: absolute;
      top: 10px;
      right: 6px;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: 0 0;
      background-repeat: no-repeat; }
    .section-base h3 .other-result span i.arr_more {
      background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_go_otherlist.png?1711231146"); }
    .section-base h3 .other-result span i.arr_fold {
      background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/arr_fold.png?1711231146"); }
    .section-base h3 .other-result span.off {
      display: none; }
  .section-base h3:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/ico_circle_arr.png?1711231146") no-repeat;
    background-size: cover;
    margin-left: 8px;
    margin-right: 6px;
    line-height: 0;
    position: relative;
    top: 1px; }

.section-base h3 + .l-inpad {
  margin-top: 14px; }

.section-base h3 + .l-inpad.none {
  margin-top: 0; }

.section-main .tab-content {
  padding-bottom: 10px; }

.section-main #yp-best-event {
  padding-bottom: 0; }

.section-main .m-latest:last-child {
  padding-bottom: 0; }

.section-otherbooks {
  margin-top: 24px; }
  .section-otherbooks .section-base + .section-base {
    margin-top: 10px; }
  .section-otherbooks .m-paging {
    margin-bottom: 24px; }

html.no-scrolled {
  height: 100%;
  min-height: 100%;
  overflow: hidden; }
  html.no-scrolled body {
    height: 100%;
    min-height: 100%;
    overflow: hidden; }

.l-header.l-header-renew {
  text-align: center;
  height: 56px; }
  .l-header.l-header-renew .brand {
    padding-top: 11px;
    line-height: 0; }
    .l-header.l-header-renew .brand a {
      display: block;
      height: 31px; }
      .l-header.l-header-renew .brand a img {
        width: auto;
        height: 100%;
        margin: 0 auto; }
  .l-header.l-header-renew .btn.btn-cart {
    position: absolute;
    top: 0;
    top: 7px;
    right: 0;
    width: 69px;
    height: 47px;
    background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/btn-cart.png?1711231146") no-repeat;
    background-size: contain; }
    .l-header.l-header-renew .btn.btn-cart .cart-wrap {
      display: block;
      width: 100%;
      height: 100%;
      position: relative; }
      .l-header.l-header-renew .btn.btn-cart .cart-wrap i {
        text-align: center;
        font-style: normal;
        position: absolute;
        top: 0;
        right: 13px;
        background: #295a36;
        color: #fff;
        font-size: 10px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-family: tahoma;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100% 100%;
        -o-border-radius: 100%;
        border-radius: 100%; }
  .l-header.l-header-renew .btn.btn-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 63px;
    height: 56px;
    overflow: hidden;
    background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/btn-nav-new.png?1711231146") no-repeat;
    -webkit-background-size: contain;
    -khtml-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    color: transparent; }

.l-search.l-search-renew {
  margin-bottom: 10px;
  height: 37px; }
  .l-search.l-search-renew .inner {
    position: relative;
    background: #295a36;
    width: 92.99516908%;
    margin: 0 auto;
    height: 37px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden; }
    .l-search.l-search-renew .inner:after {
      content: '';
      display: block;
      overflow: hidden;
      width: 100%; }
    .l-search.l-search-renew .inner .itx {
      float: left;
      position: relative;
      background: #fff;
      height: 33px;
      width: calc(100% - 56px);
      margin-left: 2px;
      top: 2px;
      border: none;
      padding-left: 11px;
      font-size: 14px; }
  .l-search.l-search-renew .btn.btn-submit {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    width: 54px;
    height: 51px;
    background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/btn-search-new.png?1711231146") no-repeat;
    -webkit-background-size: contain;
    -khtml-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    overflow: hidden;
    color: transparent; }

.base-content .m-book-list .book-info {
  width: 70%; }

.l-footer.no-margin-top {
  margin-top: 0; }

.l-footer.l-footer-renew {
  margin: 23px 0 0;
  padding: 0;
  background: #295a36;
  color: #fff; }
  .l-footer.l-footer-renew * {
    margin: 0;
    padding: 0; }
  .l-footer.l-footer-renew .l-copyright {
    margin-left: 16px; }
    .l-footer.l-footer-renew .l-copyright .info span {
      position: relative;
      display: inline-block;
      color: #fff;
      padding-left: 9px;
      padding-right: 9px;
      font-size: 12px;
      font-weight: 400; }
      .l-footer.l-footer-renew .l-copyright .info span:before {
        content: '';
        position: absolute;
        top: -50%;
        bottom: -50%;
        margin: auto 0;
        display: block;
        width: 1px;
        height: 16px;
        overflow: hidden;
        background: #567d60;
        right: 0;
        opacity: 0; }
    .l-footer.l-footer-renew .l-copyright .info span.ceo:before {
      opacity: 1; }
    .l-footer.l-footer-renew .l-copyright .info span.corp:before {
      opacity: 1; }
    .l-footer.l-footer-renew .l-copyright .info button.tnum {
      width: 85px;
      height: 23px;
      line-height: 23px;
      border: 1px solid #fff;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      background: 0 0;
      color: #fff;
      letter-spacing: -1px;
      font-size: 12px; }
    .l-footer.l-footer-renew .l-copyright .info a {
      color: #aecdb8; }
    .l-footer.l-footer-renew .l-copyright .copyright {
      font-size: 13px;
      color: #aecdb8;
      padding: 20px 0 20px 9px;
      letter-spacing: 0; }
  .l-footer.l-footer-renew .l-readme {
    height: 20px;
    padding-bottom: 20px; }
    .l-footer.l-footer-renew .l-readme a {
      color: #aecdb8; }
    .l-footer.l-footer-renew .l-readme ul.items {
      display: block;
      font-size: 0;
      letter-spacing: 0;
      word-spacing: 0;
      height: 20px;
      margin-left: 16px; }
      .l-footer.l-footer-renew .l-readme ul.items li {
        display: inline-block;
        height: 20px;
        text-align: center; }
        .l-footer.l-footer-renew .l-readme ul.items li a {
          position: relative;
          font-size: 14px;
          display: block;
          padding: 0 9px;
          height: 20px;
          line-height: 20px; }
          .l-footer.l-footer-renew .l-readme ul.items li a span {
            display: block;
            margin: 0 auto; }
          .l-footer.l-footer-renew .l-readme ul.items li a:after {
            content: '';
            position: absolute;
            top: -50%;
            bottom: -50%;
            margin: auto 0;
            display: block;
            width: 1px;
            height: 16px;
            overflow: hidden;
            background: #567d60;
            right: 0;
            background-color: #779a81; }
          .l-footer.l-footer-renew .l-readme ul.items li a:before {
            content: '';
            position: absolute;
            top: -50%;
            bottom: -50%;
            margin: auto 0;
            display: block;
            width: 1px;
            height: 16px;
            overflow: hidden;
            background: #567d60;
            left: 0; }
        .l-footer.l-footer-renew .l-readme ul.items li:first-child a:before {
          opacity: 0; }
        .l-footer.l-footer-renew .l-readme ul.items li:last-child a:after {
          opacity: 0; }
  .l-footer.l-footer-renew .l-fnb {
    text-align: center;
    background: #fff;
    border: none;
    border-top: 1px solid #295a36;
    margin-bottom: 20px; }
    .l-footer.l-footer-renew .l-fnb ul.items {
      display: block;
      height: 41px;
      font-size: 0;
      letter-spacing: 0;
      word-spacing: 0; }
      .l-footer.l-footer-renew .l-fnb ul.items li {
        display: inline-block;
        height: 100%;
        width: 25%; }
        .l-footer.l-footer-renew .l-fnb ul.items li a {
          position: relative;
          font-size: 13px;
          display: block;
          width: 100%;
          height: 100%;
          line-height: 41px;
          color: #000;
          letter-spacing: -1px; }
          .l-footer.l-footer-renew .l-fnb ul.items li a:before {
            content: '';
            display: block;
            width: 1px;
            height: 16px;
            background-color: #96ae9c;
            overflow: hidden;
            position: absolute;
            left: 0;
            top: -50%;
            bottom: -50%;
            margin: auto 0;
            opacity: 0; }
      .l-footer.l-footer-renew .l-fnb ul.items li + li a:before {
        opacity: 1; }

.m-latest.m-latest-renew {
  padding-bottom: 0;
  background: #fff; }
  .m-latest.m-latest-renew:last-child:after {
    content: '';
    height: 17px;
    background: #eee;
    display: block;
    width: 100%; }
  .m-latest.m-latest-renew h3 {
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #295a36;
    font-size: 17px;
    padding: 4px 0; }
    .m-latest.m-latest-renew h3:after {
      content: '';
      display: inline;
      background: 0 0;
      background-size: none;
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      padding: 0;
      margin: 0;
      width: 100%;
      height: 1px;
      background: #f1f1f1;
      overflow: hidden; }
    .m-latest.m-latest-renew h3:before {
      content: '';
      display: inline;
      background: 0 0;
      background-size: none; }
    .m-latest.m-latest-renew h3 i.best {
      color: #3f9255;
      font-size: 13px;
      border: 1px solid #3f9255;
      padding: 1px 8px 2px;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      margin-left: 9px; }
  .m-latest.m-latest-renew .btn-more {
    width: 100%;
    height: 30px;
    line-height: 28px;
    background-color: #fff;
    font-size: 13px;
    text-align: center;
    display: block;
    border: 1px solid #d2d2d2;
    border-left: none;
    border-right: none;
    border-bottom-color: #d4d4d4;
    color: #333; }
    .m-latest.m-latest-renew .btn-more span {
      background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/btn-down.png?1711231146");
      background-repeat: no-repeat;
      background-position: 100% 50%;
      padding-right: 20px;
      display: inline-block;
      color: #35ab54; }
  .m-latest.m-latest-renew .m-action {
    margin: 20px 0 0; }

.m-latest.m-latest-renew + .m-latest-renew:before {
  content: '';
  height: 17px;
  background: #eee;
  display: block;
  width: 100%; }

.m-mores .btn-more {
  width: 100%;
  height: 30px;
  line-height: 28px;
  background-color: #fff;
  font-size: 13px;
  text-align: center;
  display: block;
  border: 1px solid #d2d2d2;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-color: #d4d4d4;
  color: #333; }
  .m-mores .btn-more span {
    background-image: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/btn-down.png?1711231146");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-right: 20px;
    display: inline-block;
    color: #35ab54; }

#moreBooks {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 90;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none; }
  #moreBooks .dimmed {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.8); }
  #moreBooks .books-lists {
    width: 76.11111111%;
    margin: 90px auto 0;
    position: relative;
    z-index: 200; }
    #moreBooks .books-lists ul.items {
      display: block; }
      #moreBooks .books-lists ul.items li {
        display: block; }
        #moreBooks .books-lists ul.items li a {
          display: block; }
          #moreBooks .books-lists ul.items li a img {
            width: 100%; }
      #moreBooks .books-lists ul.items li + li {
        margin-top: 11px; }
    #moreBooks .books-lists .closeBooks {
      position: absolute;
      top: 0;
      right: 0; }
    #moreBooks .books-lists h3 {
      color: #fff;
      font-size: 13px;
      margin-bottom: 10px; }

.content_memo {
  width: 100%;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis; }

.memospr {
  position: relative;
  width: 98%;
  text-align: center;
  margin-bottom: -9px;
  display: none; }

.l-header .btn-cart {
  right: 9px;
  width: 36px;
  height: 36px;
  background: url("https://img.ypbooks.co.kr/ypbooks_mobile/img/2016/btn_cart.png") no-repeat;
  background-size: contain; }

#querylist_border.l-search-relation {
  float: none; }

#hFrame {
  position: relative; }

#querylist {
  padding: 6px;
  overflow-y: auto; }
  #querylist li {
    line-height: 20px; }
    #querylist li a {
      display: block;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-wrap: normal;
      overflow: hidden;
      padding-right: 10px; }

#ark_header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 22px;
  line-height: 24px;
  background: #eee;
  text-align: right; }
  #ark_header a {
    color: #3a3a3a;
    padding-right: 10px; }
    #ark_header a img {
      width: 10px;
      margin-left: 4px; }

.btn_wp.tc {
  text-align: center; }

.btn_wp.big .btn {
  padding: 6px 14px;
  font-size: 14px; }

.btn_wp .btn {
  display: inline-block;
  height: inherit;
  line-height: inherit;
  font-size: 12px;
  box-sizing: border-box;
  padding: 2px 6px;
  text-decoration: none; }

.btn_wp .btn.w50 {
  width: 50px; }

.btn_wp .btn.w100 {
  width: 100px; }

.btn_wp .btn.w120 {
  width: 120px; }

.btn_wp .btn.w150 {
  width: 150px; }

.btn_wp .btn.w200 {
  width: 200px; }

.btn_wp .btn.wp100 {
  width: 100%; }

.btn_wp .btn.type00 {
  background: #fff;
  border: 1px solid #555;
  color: #3a3a3a; }

.btn_wp .btn.type01 {
  background: #fff;
  border: 1px solid #285a35;
  color: #285a35; }

.btn_wp .btn.type02 {
  background: #fff;
  border: 1px solid #638EDD;
  color: #638EDD; }

.btn_wp .btn.type03 {
  background: #fff;
  border: 1px solid #254589;
  color: #254589; }

.btn_wp .btn.type04 {
  background: #285a35;
  border: 1px solid #285a35;
  color: #fff; }

.btn_wp .btn.type05 {
  background: #da4445;
  border: 1px solid #da4445;
  color: #fff; }

.btn_wp .btn.type06 {
  background: #254589;
  border: 1px solid #254589;
  color: #fff; }

.btn_wp .btn.type07 {
  background: #3a804c;
  border: 1px solid #3a804c;
  color: #fff; }

.btn_wp .btn.type08 {
  background: #555;
  border: 1px solid #555;
  color: #fff; }

.btn_wp.type01 .btn {
  padding: 0 12px;
  height: 22px;
  line-height: 22px; }

.btn_wp.type02 .btn {
  padding: 0 12px;
  height: 22px;
  line-height: 22px;
  width: 49%;
  float: left;
  text-align: center; }
  .btn_wp.type02 .btn:last-child {
    margin-left: 2%; }

#bookqty {
  float: left;
  margin: 0 5px;
  border: 1px solid #666;
  width: 42px;
  height: 26px;
  border-radius: 2px; }

@media all and (max-width: 320px) {
  .gray-section .downstair {
    letter-spacing: -1px; }
    .gray-section .downstair > p {
      word-spacing: -1px; }
  .gray-section .upstair .m-radio {
    margin: 22px 0 27px;
    padding: 10px;
    letter-spacing: -1px; }
  .l-detail .detail-header .sm-book .book-get .get-library {
    letter-spacing: -1px; }
  .l-detail .l-table .table tr td a {
    letter-spacing: -1px; }
    .l-detail .l-table .table tr td a .long-name {
      font-size: 90%; }
  .l-detail .l-table .btns .btn {
    width: 80px;
    height: 28px;
    line-height: 26px; }
  .l-footer .l-copyright {
    letter-spacing: -1px;
    font-size: 12px; }
  .l-footer .conf-num {
    font-size: 11px;
    margin-left: 5px; }
  .member-library p {
    letter-spacing: -1px;
    word-spacing: -1px; }
  .member-library i {
    margin: 0 3px 0 0; }
  .find-content .find h4 {
    font-size: 13px; }
    .find-content .find h4 i {
      width: 5px;
      height: 6px;
      margin: 0 4px; }
  .find-content .find .gray-section label i.lab {
    width: 28%;
    font-size: 13px; }
  .find-content .find .gray-section label .itx-bd {
    width: 70%; }
  .find-content .find .gray-section label .itx-bd.short3 {
    width: 25%; }
  .find-content .find .gray-section label small {
    left: 29%; }
  .find-content .find .gray-section .select .cert {
    width: 28%;
    font-size: 13px; }
  .find-content .find .gray-section .select .own-info {
    width: 70%;
    height: 40px;
    line-height: 40px; }
    .find-content .find .gray-section .select .own-info label {
      display: inline-block;
      margin: 0; }
      .find-content .find .gray-section .select .own-info label i.lab2 {
        font-size: 12px;
        font-weight: 400;
        color: #666; }
      .find-content .find .gray-section .select .own-info label input[type=radio] {
        position: relative;
        top: 2px; }
    .find-content .find .gray-section .select .own-info label.wide1 {
      width: 36%; }
    .find-content .find .gray-section .select .own-info label.wide2 {
      width: 31%; }
    .find-content .find .gray-section .select .own-info label.wide3 {
      width: 28%; }
  .find-content .find .gray-section .btns {
    padding: 5px 0 0; }
  .find-content .find .gray-section .btns.tar {
    text-align: right; }
  .section-relation .relation-result {
    margin-left: 3.3%;
    margin-right: 3.99%; } }

@media all and (min-width: 321px) and (max-width: 375px) {
  .l-detail .detail-header .sm-title .sm-title-in h3 {
    font-size: 19px; }
  .l-detail .detail-header .sm-title .sm-title-in ul {
    font-size: 12px; }
  .l-detail .detail-header .sm-book figure {
    min-height: 258px;
    -webkit-background-size: 100% 258px;
    -khtml-background-size: 100% 258px;
    -moz-background-size: 100% 258px;
    -ms-background-size: 100% 258px;
    -o-background-size: 100% 258px;
    background-size: 100% 258px; }
    .l-detail .detail-header .sm-book figure .detail-cover {
      width: 281px; }
      .l-detail .detail-header .sm-book figure .detail-cover span.book-cover {
        margin-left: 65px;
        height: 227px; }
        .l-detail .detail-header .sm-book figure .detail-cover span.book-cover span.cover img {
          width: 151px;
          height: 227px; }
        .l-detail .detail-header .sm-book figure .detail-cover span.book-cover span.front {
          width: 151px;
          height: 227px; }
  .l-detail .detail-header .sm-book .book-get .get-means {
    height: 68px; }
    .l-detail .detail-header .sm-book .book-get .get-means button {
      height: 68px; }
  .m-latest {
    padding-bottom: 26px; }
    .m-latest .base-content {
      min-height: 268px;
      -khtml-background-size: 100% 314px;
      padding-top: 26px;
      -webkit-background-size: 100% 314px;
      -moz-background-size: 100% 314px;
      -ms-background-size: 100% 314px;
      -o-background-size: 100% 314px;
      background-size: 100% 314px; }
      .m-latest .base-content .m-book-list li {
        width: 180px; }
        .m-latest .base-content .m-book-list li a .book-cover {
          width: 160px;
          margin-left: 30px; }
    .m-latest h3 {
      height: 34px;
      line-height: 34px; }
  .tab-uio .tab-content {
    min-height: 268px;
    -khtml-background-size: 100% 314px;
    padding-top: 26px;
    -webkit-background-size: 100% 314px;
    -moz-background-size: 100% 314px;
    -ms-background-size: 100% 314px;
    -o-background-size: 100% 314px;
    background-size: 100% 314px; }
  .tab-uio #yp-best-event {
    padding-top: 0; }
  .l-table.stock-position {
    top: 542px; }
  .l-inpad {
    margin: 0 14px; }
  .l-inpad.is-result {
    margin: 0; }
    .l-inpad.is-result .m-book-list a {
      margin: 0 17px; }
  .m-event-list {
    height: 304px;
    background-size: 100% 304px; }
    .m-event-list .bx-wrapper {
      height: 304px; }
      .m-event-list .bx-wrapper ul.sm-contain {
        height: 304px; }
        .m-event-list .bx-wrapper ul.sm-contain li {
          height: 304px; }
          .m-event-list .bx-wrapper ul.sm-contain li a {
            height: 304px; }
  .m-book-list li {
    width: 160x; }
    .m-book-list li a .book-cover {
      margin-left: 20px;
      margin-bottom: 36px;
      width: 160x;
      height: 181px; }
      .m-book-list li a .book-cover .cover {
        width: 120px;
        height: 181px; }
      .m-book-list li a .book-cover .front {
        width: 120px;
        height: 181px; }
  .m-book-list li.m-today-book a .book-cover {
    margin-bottom: 36px;
    position: relative;
    left: 20px; }
  .m-book-list li.m-today-book a .book-info > span.today-tit {
    width: 100%; }
  .m-book-list.type2 li .book-cover {
    width: 120px;
    height: 181px; }
    .m-book-list.type2 li .book-cover .order {
      width: 33px;
      height: 33px;
      line-height: 44px; }
    .m-book-list.type2 li .book-cover .front {
      width: 120px;
      height: 181px; }
  .m-book-list.type3 > li {
    padding: 15px 0; }
    .m-book-list.type3 > li .book-cover {
      width: 120px;
      height: 181px; }
      .m-book-list.type3 > li .book-cover .front {
        width: 120px;
        height: 181px; }
    .m-book-list.type3 > li .book-info {
      padding-top: 19px;
      margin-left: 15px;
      width: calc(100% - 120px - 15px); }
  .l-footer {
    margin-top: 27px; }
    .l-footer .l-copyright {
      font-size: 13px;
      letter-spacing: -1px; }
    .l-footer .conf-num {
      font-size: 11px;
      margin-left: 5px; }
  .m-paging {
    margin-top: 20px; }
    .m-paging ul li {
      width: 32px;
      height: 32px;
      line-height: 32px; }
      .m-paging ul li a {
        font-size: 11px; }
    .m-paging ul li + li {
      margin-left: -1px;
      width: 33px; }
    .m-paging ul li.ctrl {
      width: 32px; }
    .m-paging ul li.ctrl.first {
      margin-right: 4px; }
    .m-paging ul li.ctrl.last {
      margin-left: 4px; }
    .m-paging ul li.ctrl.prev {
      margin-right: 15px; }
    .m-paging ul li.ctrl.next {
      margin-left: 15px; }
  .section-relation .relation-result {
    margin-left: 3.4%;
    margin-right: 3.99%; } }

@media all and (min-width: 376px) {
  .l-detail .detail-header .sm-title .sm-title-in h3 {
    font-size: 21px; }
  .l-detail .detail-header .sm-title .sm-title-in ul {
    font-size: 13px; }
  .l-detail .detail-header .sm-book figure {
    min-height: 286px;
    -webkit-background-size: 100% 286px;
    -khtml-background-size: 100% 286px;
    -moz-background-size: 100% 286px;
    -ms-background-size: 100% 286px;
    -o-background-size: 100% 286px;
    background-size: 100% 286px; }
    .l-detail .detail-header .sm-book figure .detail-cover {
      width: 308px; }
      .l-detail .detail-header .sm-book figure .detail-cover span.book-cover {
        margin-left: 71px;
        height: 250px; }
        .l-detail .detail-header .sm-book figure .detail-cover span.book-cover span.cover img {
          width: 166px;
          height: 250px; }
        .l-detail .detail-header .sm-book figure .detail-cover span.book-cover span.front {
          width: 166px;
          height: 250px; }
  .l-detail .detail-header .sm-book .book-get .get-means {
    height: 75px; }
    .l-detail .detail-header .sm-book .book-get .get-means button {
      height: 75px;
      font-size: 16px; }
  .l-table.stock-position {
    top: 574px; }
  .l-inpad {
    margin: 0 14px; }
  .l-inpad.is-result {
    margin: 0; }
    .l-inpad.is-result .m-book-list a {
      margin: 0 18px; }
  .gray-section .downstair .emphasize {
    font-size: 12px; }
  .m-event-list {
    height: 323px;
    background-size: 100% 323px; }
    .m-event-list .bx-wrapper {
      height: 323px; }
      .m-event-list .bx-wrapper ul.sm-contain {
        height: 323px; }
        .m-event-list .bx-wrapper ul.sm-contain li {
          height: 323px; }
          .m-event-list .bx-wrapper ul.sm-contain li a {
            height: 323px; }
            .m-event-list .bx-wrapper ul.sm-contain li a img {
              display: block;
              margin: 0 auto; }
  .m-book-list li {
    width: 207px; }
    .m-book-list li a .book-cover {
      margin-left: 37px;
      margin-bottom: 36px;
      width: 207px; }
      .m-book-list li a .book-cover .cover {
        width: 133px;
        height: 201px; }
      .m-book-list li a .book-cover .front {
        width: 133px;
        height: 201px; }
  .m-book-list li.m-today-book a .book-cover {
    width: 207px;
    margin-bottom: 36px;
    position: relative;
    left: 37px; }
  .m-book-list li.m-today-book a .book-info > span.today-tit {
    width: 100%; }
  .m-book-list.type2 li .book-cover {
    width: 133px;
    height: 201px; }
    .m-book-list.type2 li .book-cover .order {
      width: 36px;
      height: 36px;
      line-height: 51px; }
    .m-book-list.type2 li .book-cover .front {
      width: 133px;
      height: 201px; }
  .m-book-list.type3 > li {
    padding: 17px 0; }
    .m-book-list.type3 > li .book-cover {
      width: 133px;
      height: 201px; }
      .m-book-list.type3 > li .book-cover .front {
        width: 133px;
        height: 201px; }
    .m-book-list.type3 > li .book-info {
      padding-top: 20px;
      margin-left: 16px;
      width: calc(100% - 133px - 16px); }
  .login-join .confirm-mem .btns button {
    width: 160px; }
    .login-join .confirm-mem .btns button img {
      width: 160px; }
  .tab-uio .tab-content {
    padding-top: 28px;
    min-height: 285px;
    -webkit-background-size: 100% 340px;
    -khtml-background-size: 100% 340px;
    -moz-background-size: 100% 340px;
    -ms-background-size: 100% 340px;
    -o-background-size: 100% 340px;
    background-size: 100% 340px; }
  .tab-uio #yp-best-event {
    padding-top: 0; }
  .m-latest {
    padding-bottom: 30px; }
    .m-latest h3 {
      height: 39px;
      line-height: 39px; }
    .m-latest .base-content {
      padding-top: 29px;
      min-height: 295px;
      -webkit-background-size: 100% 340px;
      -khtml-background-size: 100% 340px;
      -moz-background-size: 100% 340px;
      -ms-background-size: 100% 340px;
      -o-background-size: 100% 340px;
      background-size: 100% 340px; }
  .l-footer {
    margin-top: 31px; }
    .l-footer .l-copyright {
      font-size: 13px;
      letter-spacing: -1px; }
    .l-footer .conf-num {
      font-size: 11px;
      margin-left: 5px; }
  .m-paging {
    margin-top: 23px; }
    .m-paging ul li {
      width: 35px;
      height: 35px;
      line-height: 35px; }
      .m-paging ul li a {
        font-size: 11px; }
    .m-paging ul li + li {
      margin-left: -1px;
      width: 36px; }
    .m-paging ul li.ctrl {
      width: 35px; }
    .m-paging ul li.ctrl.first {
      margin-right: 5px; }
    .m-paging ul li.ctrl.last {
      margin-left: 5px; }
    .m-paging ul li.ctrl.prev {
      margin-right: 17px; }
    .m-paging ul li.ctrl.next {
      margin-left: 17px; }
  .section-relation .relation-result {
    margin-left: 3.4%;
    margin-right: 3.99%; }
  #yp-best-today {
    background-position: 0 23px; }
  .m-summary .pans .pan-1 {
    padding-top: 28px;
    min-height: 285px;
    -webkit-background-size: 100% 340px;
    -khtml-background-size: 100% 340px;
    -moz-background-size: 100% 340px;
    -ms-background-size: 100% 340px;
    -o-background-size: 100% 340px;
    background-size: 100% 340px; } }

@media all and (min-width: 414px) {
  #yp-best-today {
    background-position: 0 21px; } }
