@charset "UTF-8";
/* sub 레이아웃 */
#sub .online-mall {
  padding-top: 64px;
  height: 157px;
  box-sizing: content-box;
  background: url("../images/common/bg_sub_slider.jpg") 50% 0 no-repeat;}
  #sub .online-mall .list {
    height: 91px;
    box-sizing: content-box; }
  #sub .online-mall .bx-wrapper .bx-prev {
    left: -89px; }
  #sub .online-mall .bx-wrapper .bx-next {
    right: -89px; }
#sub .contents > .container, #sub .contents > .wrap-container {
  width: 1290px;
  margin: 27px auto 100px; }
  #sub .contents > .container:after, #sub .contents > .wrap-container:after {
    content: "";
    display: block;
    clear: both; }
#sub .lnb {
  float: left;
  width: 280px; }
  #sub .lnb h2 {
    padding: 5px 0 24px;
    font-weight: 600;
    font-size: 26px;
    line-height: 26px; }
  #sub .lnb ul > li {
    height: 60px;
    border-bottom: 1px solid #ddd;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.05625rem;
    color: #333;
    background: #f9f9f9 url("../images/sub/ico_lnb_off.png") 95% 50% no-repeat;
    transition: 0.5s; }
    #sub .lnb ul > li > a {
      display: block;
      padding: 22px 0 21px 13px; }
    #sub .lnb ul > li:first-child {
      border-top: 1px solid #ddd; }
    #sub .lnb ul > li:hover, #sub .lnb ul > li.on {
      color: #5f66f1;
      background: #fff url("../images/sub/ico_lnb_on.png") 95% 50% no-repeat; }
#sub .real-contents {
  float: right;
  width: 980px; }
  #sub .real-contents h3 {
    padding: 0 0 18px;
    font-weight: 300;
    font-size: 26px;
    letter-spacing: -0.08125rem; }
  #sub .real-contents .shopping-mall-view h3 {
    padding-bottom: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    color: #333; }

/* sub 공통 */
.pagination {
  text-align: center;
  font-size: 0; }
  .pagination a {
    display: inline-block;
    width: 35px;
    height: 34px;
    border: 1px solid #cfcfcf;
    border-left: none;
    font-size: 12px;
    line-height: 32px;
    color: #505050;
    text-align: center;
    vertical-align: top; }
    .pagination a:first-child {
      border-left: 1px solid #cfcfcf; }
    .pagination a.custom-btn {
      border-radius: 0;
      font-size: 0;
      background: url("../images/sub/paging_arrow1.png") 50% 50% no-repeat; }
      .pagination a.custom-btn.prev, .pagination a.custom-btn.next {
        background-image: url("../images/sub/paging_arrow2.png"); }
      .pagination a.custom-btn.next, .pagination a.custom-btn.last {
        transform: rotate(180deg);
        border-right: none;
        border-left: 1px solid #cfcfcf; }
      .pagination a.on {
        font-weight: 500;
        background: #5f66f1;
        color: #fff;
      }

.board-searching {
  width: 248px;
  height: 35px;
  font-size: 0;
  border: 1px solid #ddd;
  overflow: hidden; }
  .board-searching .text-box {
    width: 204px;
    height: 100%;
    padding: 0 10px;
    border: none;
    vertical-align: top; }
  .board-searching .btn-search {
    display: inline-block;
    width: 42px;
    height: 35px;
    border: none;
    font-size: 0;
    background: #5f66f1 url("../images/sub/ico_board_search.png") 50% 50% no-repeat;
    vertical-align: top; }

.board .container {
  position: relative; }
.board .board-searching {
  position: absolute;
  top: 0;
  right: 0; }

.board-list {
  margin-bottom: 55px; }
  .board-list dl {
    border-bottom: 1px solid #ddd; }
    .board-list dl .mark {
      float: left;
      width: 31px;
      height: 31px;
      margin: -5px 12px 0 -66px;
      border-radius: 100%;
      font-size: 16px;
      line-height: 29px;
      color: #fff;
      text-align: center;
      background: #9293ab;
      vertical-align: middle; }
    .board-list dl > dt {
      padding: 18px 63px 16px 80px;
      position: relative;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: -0.05rem;
      border-top: 1px solid #ddd;
      overflow: hidden;
      cursor: pointer; }
      .board-list dl > dt .no {
        float: left;
        font-size: 16px;
        margin: 0 33px 0 -50px; }
      .board-list dl > dt .btn-q {
        width: 13px;
        height: 7px;
        position: absolute;
        top: 25px;
        right: 25px;
        font-size: 0;
        background: url("../images/sub/ico_faq_off.png") no-repeat; }
      .board-list dl > dt .date {
        position: absolute;
        top: 17px;
        right: 57px;
        font-size: 14px;
        color: #999; }
      .board-list dl > dt.on .btn-q {
        background-image: url("../images/sub/ico_faq_on.png"); }
    .board-list dl dd {
      display: none;
      padding: 22px 63px 20px 80px;
      border-top: 1px solid #ddd;
      font-size: 16px;
      letter-spacing: -0.05rem;
      background: #fbfbfb;
      overflow: hidden; }
      .board-list dl dd .mark {
        margin: -4px 12px 0 -66px;
        background: #5f66f1; }

.filter .btn-search {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 0;
  background: url("../images/member/ico_search.png") no-repeat;
  background-size: 16px; }

.term {
  display: inline-block;
  font-size: 0; }
  .term .group {
    display: inline-block;
    width: 61px;
    height: 33px; }
    .term .group input[type='radio'] {
      display: none; }
      .term .group input[type='radio']:checked ~ label {
        color: #fff;
        background: #5f66f1; }
    .term .group label {
      display: block;
      width: 100%;
      height: 100%;
      border: 1px solid #ddd;
      border-left: none;
      font-size: 13px;
      line-height: 31px;
      color: #666;
      text-align: center;
      cursor: pointer; }
    .term .group:first-child label {
      border-left: 1px solid #ddd;
      border-radius: 5px 0 0 5px; }
    .term .group:last-child label {
      border-radius: 0 5px 5px 0; }

.calendar {
  display: inline-block; }
  .calendar .text-box {
    width: 100px;
    height: 34px;
    margin-right: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    text-align: center;
    vertical-align: middle; }
  .calendar .ui-datepicker-trigger {
    vertical-align: middle;
    cursor: pointer; }

.sort {
  margin-bottom: 20px;
  font-size: 0;
  border-bottom: 1px solid #ddd; }
  .sort h4 {
    visibility: hidden;
    font-size: 0; }
  .sort a {
    display: inline-block;
    width: 163px;
    padding-bottom: 12px;
    position: relative;
    font-size: 16px;
    line-height: 16px;
    color: #888;
    text-align: center;
    transition: all 0.3s;
    /* Safari 4.0 - 8.0 */
    /* Standard syntax */ }
    .sort a:after {
      content: "";
      display: block;
      width: 0;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: -1px;
      background: none; }
    .sort a.on, .sort a:hover {
      color: #5f66f1; }
      .sort a.on:after, .sort a:hover:after {
        width: 163px;
        background: #5f66f1;
        -webkit-animation-name: sortHover;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 0.4s;
        /* Safari 4.0 - 8.0 */
        animation-name: sortHover;
        animation-duration: 0.4s; }
@-webkit-keyframes sortHover {
  from {
    width: 0;
    background: #5f66f1; }
  to {
    width: 163px;
    background: #5f66f1; } }
@keyframes sortHover {
  from {
    width: 0;
    background: #5f66f1; }
  to {
    width: 163px;
    background: #5f66f1; } }
/* 쇼핑몰 */
.shopping-mall-list > ul {
  margin: -20px 0 0 -20px;
  font-size: 0; }
  .shopping-mall-list > ul > li {
    display: inline-block;
    width: 180px;
    height: 180px;
    margin: 20px 0 0 20px;
    position: relative;
    border: 1px solid #f9f9f9;
    text-align: center; }
    .shopping-mall-list > ul > li .img {
      height: 30px;
      margin: 27px 0 20px 0; }
      .shopping-mall-list > ul > li .img img {
        max-height: 30px; }
    .shopping-mall-list > ul > li h4 {
      margin-bottom: 6px;
      font-size: 20px;
      line-height: 20px;
      color: #333; }
      .shopping-mall-list > ul > li h4 span {
        font-size: 13px;
        color: #999;
        display: block;}
    .shopping-mall-list > ul > li .slogan {
      margin-bottom: 18px;
      font-size: 15px;
      line-height: 15px;
      color: #333;
      letter-spacing: -0.07em; }
    .shopping-mall-list > ul > li .cashback {
      font-size: 13px;
      line-height: 23px;
      color: #333;
      letter-spacing: -0.025em; }
      .shopping-mall-list > ul > li .cashback:before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 23px;
        margin-top: -0.35em;
        background: url("../images/sub/ico_point.png") 0 50% no-repeat;
        background-size: 20px 19px;
        vertical-align: middle; }
      .shopping-mall-list > ul > li .cashback strong {
        padding-left: 8px;
        font-weight: 500;
        font-size: 21px;
        line-height: 21px;
        color: #5f66f1; }
        .shopping-mall-list > ul > li .cashback strong .percent {
          font-size: 13px;
          color: #5f66f1; }
    .shopping-mall-list > ul > li .custom-btn {
      opacity: 0;
      width: 138px;
      height: 48px;
      margin: -24px 0 0 -69px;
      position: absolute;
      top: 50%;
      left: 50%;
      border: 5px solid rgba(95, 102, 241, 0.42);
      border-radius: 40px;
      line-height: 38px;
      text-align: left;
      text-indent: 23px;
      -moz-background-clip: border;
      /* Firefox 3.6 */
      -webkit-background-clip: border;
      /* Safari 4? Chrome 6? */
      background-clip: border-box;
      /* Firefox 4, Safari 5, Opera 10, IE 9 */
      -moz-background-clip: padding;
      /* Firefox 3.6 */
      -webkit-background-clip: padding;
      /* Safari 4? Chrome 6? */
      background-clip: padding-box;
      /* Firefox 4, Safari 5, Opera 10, IE 9 */
      -moz-background-clip: content;
      /* Firefox 3.6 */
      -webkit-background-clip: content;
      /* Safari 4? Chrome 6? */
      background-clip: content-box;
      /* Firefox 4, Safari 5, Opera 10, IE 9 */
      background-image: url("../images/sub/arrow_right.png");
      background-position: 95px 50%;
      background-repeat: no-repeat;
      transition: all 0.3s; }
    .shopping-mall-list > ul > li:hover {
      -webkit-box-shadow: 1px 5px 9px 0px rgba(82, 82, 82, 0.3);
      -moz-box-shadow: 1px 5px 9px 0px rgba(82, 82, 82, 0.3);
      box-shadow: 1px 5px 9px 0px rgba(82, 82, 82, 0.3); }
      .shopping-mall-list > ul > li:hover .custom-btn {
        opacity: 1; }

.shopping-mall-view .summary {
  display: table-cell;
  width: 980px;
  height: 177px;
  position: relative;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .shopping-mall-view .summary .logo {
    display: inline-block;
    width: 150px;
    margin: 0 125px;
    vertical-align: middle; }
  .shopping-mall-view .summary .info {
    display: inline-block;
    width: 290px;
    vertical-align: middle; }
    .shopping-mall-view .summary .info h3 span {
      padding-left: 8px;
      font-size: 14px;
      color: #999; }
    .shopping-mall-view .summary .info .slogan {
      margin-bottom: 20px;
      font-size: 15px;
      line-height: 30px;
      color: #333; }
    .shopping-mall-view .summary .info .point {
      font-size: 13px;
      line-height: 23px;
      color: #333;
      letter-spacing: -0.02em; }
      .shopping-mall-view .summary .info .point:before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 23px;
        margin-top: -0.35em;
        background: url("../images/sub/ico_point.png") no-repeat;
        vertical-align: middle; }
      .shopping-mall-view .summary .info .point span {
        font-size: 14px;
        letter-spacing: -0.04em; }
        .shopping-mall-view .summary .info .point span:after {
          content: "";
          display: inline-block;
          width: 1px;
          height: 12px;
          margin: 0 8px 0 13px;
          background: #bfbfbf; }
      .shopping-mall-view .summary .info .point strong {
        font-weight: 500;
        font-size: 18px;
        color: #5f66f1; }
  .shopping-mall-view .summary .btn {
    padding-left: 32px;
    position: absolute;
    right: 112px;
    bottom: 24px;
    text-align: left;
    background: #5f66f1 url("../images/sub/arrow_right.png") 99px 55% no-repeat;
    vertical-align: bottom; }
.shopping-mall-view .detail .desc {
  padding: 55px 38px;
  font-size: 16px;
  line-height: 24px;
  color: #333; }
.shopping-mall-view .detail .guide {
  padding: 32px 40px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.05em;
  background: #f9f9f9; }
  .shopping-mall-view .detail .guide .tit {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 16px; }

/* 스토어 */
.store .product-list h4 {
  height: 30px;
  margin-bottom: 10px;
  padding: 0 18px;
  font-size: 14px;
  line-height: 15px;
  color: #333;
  letter-spacing: -0.05em;
  overflow: hidden; }
.store .product-list > ul {
  margin: -20px 0 0 -30px;
  font-size: 0; }
  .store .product-list > ul > li {
    display: inline-block;
    width: 222px;
    height: 341px;
    position: relative;
    margin: 20px 0 0 30px;
    border: 1px solid #f9f9f9;
    text-align: center;
    vertical-align: top; }
    .store .product-list > ul > li .img {
      display: table-cell;
      width: 220px;
      height: 220px;
      vertical-align: middle;
      overflow: hidden; }
      .store .product-list > ul > li .img img {
        max-width: 100%;
        max-height: 100%; }
    .store .product-list > ul > li .store-name {
      display: inline-block;
      padding: 18px 0 10px;
      font-size: 14px;
      line-height: 14px;
      color: #555; }
      .store .product-list > ul > li .store-name:before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 13px;
        padding-right: 4px;
        background: url("../images/sub/ico_store_name.png") no-repeat; }
    .store .product-list > ul > li .price {
      font-weight: 500;
      font-size: 14px;
      line-height: 14px;
      color: #da0000; }
      .store .product-list > ul > li .price strong {
        font-size: 19px;
        color: #da0000; }
    .store .product-list > ul > li .discount {
      margin-right: 10px;
      font-size: 13px;
      line-height: 13px;
      color: #888;
      text-decoration: line-through; }
    .store .product-list > ul > li .btn {
      opacity: 0;
      width: 132px;
      height: 48px;
      margin: -24px 0 0 -66px;
      position: absolute;
      top: 50%;
      left: 50%;
      border: 5px solid rgba(95, 102, 241, 0.42);
      border-radius: 40px;
      line-height: 38px;
      text-align: left;
      text-indent: 23px;
      -moz-background-clip: border;
      /* Firefox 3.6 */
      -webkit-background-clip: border;
      /* Safari 4? Chrome 6? */
      background-clip: border-box;
      /* Firefox 4, Safari 5, Opera 10, IE 9 */
      -moz-background-clip: padding;
      /* Firefox 3.6 */
      -webkit-background-clip: padding;
      /* Safari 4? Chrome 6? */
      background-clip: padding-box;
      /* Firefox 4, Safari 5, Opera 10, IE 9 */
      -moz-background-clip: content;
      /* Firefox 3.6 */
      -webkit-background-clip: content;
      /* Safari 4? Chrome 6? */
      background-clip: content-box;
      /* Firefox 4, Safari 5, Opera 10, IE 9 */
      background-image: url("../images/sub/arrow_right.png");
      background-position: 95px 50%;
      background-repeat: no-repeat;
      transition: all 0.3s; }
    .store .product-list > ul > li:hover {
      -webkit-box-shadow: 1px 5px 9px 0px rgba(82, 82, 82, 0.3);
      -moz-box-shadow: 1px 5px 9px 0px rgba(82, 82, 82, 0.3);
      box-shadow: 1px 5px 9px 0px rgba(82, 82, 82, 0.3); }
      .store .product-list > ul > li:hover .btn {
        opacity: 1; }
.store .product-detail {
  height: 345px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden; }
  .store .product-detail .img {
    display: inline-block;
    width: 277px;
    height: 277px;
    margin: 0 60px 0 108px;
    text-align: center;
    vertical-align: top; }
    .store .product-detail .img .box {
      display: table-cell;
      width: 277px;
      height: 277px;
      vertical-align: middle; }
      .store .product-detail .img .box img {
        max-width: 100%;
        max-height: 100%; }
  .store .product-detail .info {
    display: inline-block;
    width: 530px;
    vertical-align: top; }
    .store .product-detail .info h4 {
      padding: 0 0 20px 39px;
      font-size: 18px;
      line-height: 18px;
      color: #333; }
    .store .product-detail .info .store-name {
      padding-left: 59px;
      font-size: 14px;
      line-height: 14px;
      color: #999;
      background: url("../images/sub/ico_store_name.png") 39px 40% no-repeat; }
    .store .product-detail .info .list {
      margin-bottom: 28px; }
      .store .product-detail .info .list > li {
        padding: 0 0 15px 39px;
        font-size: 15px;
        line-height: 15px; }
        .store .product-detail .info .list > li .tit {
          padding-right: 38px;
          font-size: 14px;
          color: #888; }
        .store .product-detail .info .list > li.discount {
          color: #da0000; }
          .store .product-detail .info .list > li.discount strong {
            font-weight: 500;
            font-size: 18px;
            color: #da0000; }
        .store .product-detail .info .list > li.shop {
          padding: 15px 0 15px 39px;
          border-top: 1px solid #ddd;
          border-bottom: 1px solid #ddd;
          color: #333; }
          .store .product-detail .info .list > li.shop .type {
            display: inline-block;
            width: 78px;
            height: 24px;
            border-radius: 5px;
            font-size: 14px;
            line-height: 24px;
            color: #fff;
            text-align: center;
            background: #121943; }
    .store .product-detail .info .btn {
      display: block;
      width: 447px;
      height: 46px;
      margin: 0 auto; }

/* 쇼핑몰 별 적립기준 안내 */
.point-guide .board-list dl dt {
  font-weight: 500; }

/* 미적립 신고 */
.notify .board-list {
  margin-bottom: 26px; }
  .notify .board-list dl dt, .notify .board-list dl dd {
    display: block;
    padding: 18px 102px 16px 24px; }
  .notify .board-list dl .date {
    right: 20px; }
.notify .btns {
  text-align: right; }
  .notify .btns .btn {
    margin-left: 10px; }
    .notify .btns .btn:first-child {
      margin-left: 0; }

.notify-popup .context .txt {
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.05rem; }
.notify-popup .context .form-list > li.total-cost .text-box {
  width: 55%; }

/*# sourceMappingURL=sub.css.map */
