@charset "UTF-8";
.main-special-price-list .list-wrap {
  max-width: 990px;
  margin: 0 auto; }
  .main-special-price-list .list-wrap .swiper-group-box {
    margin-bottom: 30px; }
    .main-special-price-list .list-wrap .swiper-group-box .swiper-button-prev {
      margin: 0;
      position: absolute;
      left: -12px;
      top: 50%;
      transform: translateY(-50%);
      background: url("../images/m_slider_prev.png") no-repeat center/cover;
      width: 50px;
      height: 50px;
      opacity: 0.4; }
      @media (max-width: 768px) {
        .main-special-price-list .list-wrap .swiper-group-box .swiper-button-prev {
          display: none; } }
    .main-special-price-list .list-wrap .swiper-group-box .swiper-button-next {
      margin: 0;
      position: absolute;
      right: -12px;
      top: 50%;
      transform: translateY(-50%);
      background: url("../images/m_slider_next.png") no-repeat center/cover;
      width: 50px;
      height: 50px;
      opacity: 0.4; }
      @media (max-width: 768px) {
        .main-special-price-list .list-wrap .swiper-group-box .swiper-button-next {
          display: none; } }
    .main-special-price-list .list-wrap .swiper-group-box .swiper-pagination {
      display: flex;
      justify-content: center;
      position: absolute;
      bottom: -18px;
      left: 0;
      right: 0;
      gap: 5px; }
      @media (max-width: 768px) {
        .main-special-price-list .list-wrap .swiper-group-box .swiper-pagination {
          display: none; } }
      .main-special-price-list .list-wrap .swiper-group-box .swiper-pagination .swiper-pagination-bullet {
        margin: 0;
        width: 8px;
        height: 8px;
        background-color: #D9D9D9;
        opacity: 1; }
        .main-special-price-list .list-wrap .swiper-group-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background-color: #fbbe18; }
    .main-special-price-list .list-wrap .swiper-group-box .swiper {
      overflow: hidden; }
      @media (max-width: 768px) {
        .main-special-price-list .list-wrap .swiper-group-box .swiper {
          padding: 0 52px; } }
      @media (max-width: 768px) {
        .main-special-price-list .list-wrap .swiper-group-box .swiper .swiper-slide {
          width: 240px; } }
.main-special-price-list .list-foot-box {
  display: flex;
  justify-content: center; }
  .main-special-price-list .list-foot-box .list-foot-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--main_Y, #FBBE18);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
    outline: none;
    height: 60px;
    width: 255px;
    border: 0; }
    .main-special-price-list .list-foot-box .list-foot-btn .txt {
      color: #000;
      font-size: 16px;
      font-weight: 700;
      line-height: 16px;
      /* 100% */
      letter-spacing: -0.5px; }
    .main-special-price-list .list-foot-box .list-foot-btn .ic.ic-arrow {
      margin-left: 5px;
      background: url("../images/specialPrice/ic_list_link_arrow.svg") no-repeat center/cover;
      width: 11px;
      height: 16px; }

article.special-price-card {
  display: block; }
  article.special-price-card .item-wrap {
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    cursor: pointer; }
    article.special-price-card .item-wrap.state-end:before {
      content: '판매완료';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      border: 1px solid #fff;
      border-radius: 5px;
      padding: 0 20px;
      color: #fff;
      z-index: 101;
      font-size: 18px;
      line-height: 18px;
      font-weight: 500; }
    article.special-price-card .item-wrap.state-end:after {
      display: block;
      border-radius: 5px;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.6);
      z-index: 100; }
    article.special-price-card .item-wrap .view-box {
      position: relative; }
      article.special-price-card .item-wrap .view-box .label-box {
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 11; }
        article.special-price-card .item-wrap .view-box .label-box .label-item {
          border-radius: 3px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          background-color: #fbbe18;
          color: #fff;
          height: 20px;
          padding: 0 4px;
          font-weight: 500;
          font-size: 11px;
          letter-spacing: -0.05em; }
          article.special-price-card .item-wrap .view-box .label-box .label-item.color0 {
            background-color: #424ed7; }
          article.special-price-card .item-wrap .view-box .label-box .label-item.color1 {
            background-color: #6845c1; }
          article.special-price-card .item-wrap .view-box .label-box .label-item.color2 {
            background-color: #009eff; }
          article.special-price-card .item-wrap .view-box .label-box .label-item.color3 {
            background-color: #fbbe18; }
          article.special-price-card .item-wrap .view-box .label-box .label-item.color4 {
            background-color: #FB9646; }
      article.special-price-card .item-wrap .view-box .stock-box {
        position: absolute;
        right: 12px;
        top: 14px;
        z-index: 11; }
        article.special-price-card .item-wrap .view-box .stock-box .stock-txt {
          font-size: 16px;
          color: #ff0000;
          letter-spacing: -0.06em;
          font-weight: 500; }
          article.special-price-card .item-wrap .view-box .stock-box .stock-txt .cnt {
            font-weight: 700;
            font-family: 'Roboto'; }
      article.special-price-card .item-wrap .view-box .mark-box {
        position: absolute;
        right: 4px;
        bottom: 4px;
        display: inline-flex;
        align-items: center;
        z-index: 11; }
        article.special-price-card .item-wrap .view-box .mark-box .ic.ic-pick {
          overflow: hidden;
          border-radius: 50%;
          box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
          width: 40px;
          height: 40px;
          background: url("../images/specialPrice/img_special_price_pick.svg"); }
        article.special-price-card .item-wrap .view-box .mark-box .ic.ic-sale {
          overflow: hidden;
          border-radius: 50%;
          box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
          width: 40px;
          height: 40px;
          background: url("../images/specialPrice/img_special_price_sale.svg"); }
      article.special-price-card .item-wrap .view-box .img-box {
        display: flex;
        position: relative;
        aspect-ratio: 240 / 180; }
        article.special-price-card .item-wrap .view-box .img-box:after {
          display: block;
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          z-index: 10;
          height: 60px;
          background: linear-gradient(180deg, #333 0%, rgba(51, 51, 51, 0) 100%); }
        article.special-price-card .item-wrap .view-box .img-box img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        article.special-price-card .item-wrap .view-box .img-box .no-image {
          position: relative;
          background-position: center;
          background-size: cover;
          width: 100%;
          height: 100%;
          background-image: url("/images/no_image.PNG"); }
        article.special-price-card .item-wrap .view-box .img-box .cart-box {
          position: absolute;
          right: 10px;
          bottom: 10px; }
          article.special-price-card .item-wrap .view-box .img-box .cart-box .cart-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #fbbe18;
            position: relative;
            z-index: 100;
            width: 44px;
            height: 44px;
            border-radius: 5px;
            background: #fff7e0 url("../images/specialPrice/ic_card_cart.svg") no-repeat center; }
    article.special-price-card .item-wrap .info-box {
      padding: 10px; }
      article.special-price-card .item-wrap .info-box .subject-box {
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        color: #333;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: -0.06em; }
      article.special-price-card .item-wrap .info-box .con-box {
        padding-top: 10px;
        display: flex; }
        article.special-price-card .item-wrap .info-box .con-box .sale-box {
          padding-top: 6px;
          text-align: center;
          background: url("../images/specialPrice/img_sale_bg.svg") no-repeat;
          width: 40px;
          height: 40px;
          color: #fff;
          font-family: 'Roboto';
          font-size: 20px;
          font-weight: 700;
          letter-spacing: -0.04em; }
        article.special-price-card .item-wrap .info-box .con-box .price-box {
          flex: 1;
          min-width: 0;
          text-align: right; }
          article.special-price-card .item-wrap .info-box .con-box .price-box .before-box {
            padding-bottom: 2px;
            font-family: 'Roboto';
            color: #999;
            font-size: 16px;
            line-height: 16px;
            letter-spacing: -0.04em;
            text-decoration: line-through; }
          article.special-price-card .item-wrap .info-box .con-box .price-box .after-box {
            font-family: 'Roboto';
            font-size: 24px;
            line-height: 24px;
            color: #ff0000;
            font-weight: 700; }

section.special-price-detail * {
  box-sizing: border-box; }
  section.special-price-detail *:before, section.special-price-detail *:after {
    display: none; }
section.special-price-detail .detail-header-view {
  position: relative;
  padding-bottom: 10px;
  height: 40px;
  width: 100%;
  max-width: 900px;
  margin: 50px auto 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start; }
  @media (max-width: 768px) {
    section.special-price-detail .detail-header-view {
      display: none; } }
  section.special-price-detail .detail-header-view:before, section.special-price-detail .detail-header-view:after {
    display: none; }
  section.special-price-detail .detail-header-view .bt_page_back {
    position: absolute;
    left: -90px;
    top: 0;
    display: inline-flex;
    align-items: center;
    height: 36px; }
  section.special-price-detail .detail-header-view .nav-list {
    display: inline-flex;
    align-items: center; }
    section.special-price-detail .detail-header-view .nav-list .nav-item {
      width: 140px; }
      section.special-price-detail .detail-header-view .nav-list .nav-item + .nav-item {
        margin-left: 18px;
        position: relative; }
        section.special-price-detail .detail-header-view .nav-list .nav-item + .nav-item:after {
          content: '';
          position: absolute;
          left: -14px;
          top: 50%;
          transform: translateY(-50%);
          background: url("../images/specialPrice/ic_nav_space.svg") no-repeat center/cover;
          width: 10px;
          height: 16px; }
      section.special-price-detail .detail-header-view .nav-list .nav-item select {
        outline: none;
        background: #fff url("../images/specialPrice/ic_nav_arrow.svg") no-repeat right 10px center;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        padding: 0 24px 0 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        width: 100%;
        height: 30px;
        color: #777; }
        section.special-price-detail .detail-header-view .nav-list .nav-item select.selected {
          color: #333; }
section.special-price-detail .detail-wrap {
  padding-bottom: 160px;
  max-width: 900px;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 768px) {
    section.special-price-detail .detail-wrap {
      padding-bottom: 60px; } }
  section.special-price-detail .detail-wrap .mobile-top-box {
    display: none; }
    @media (max-width: 768px) {
      section.special-price-detail .detail-wrap .mobile-top-box {
        padding-top: 30px;
        display: block; } }
    section.special-price-detail .detail-wrap .mobile-top-box .top-move-box {
      display: flex;
      justify-content: center; }
      section.special-price-detail .detail-wrap .mobile-top-box .top-move-box .top-move-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        section.special-price-detail .detail-wrap .mobile-top-box .top-move-box .top-move-btn .txt {
          color: #999;
          padding-left: 5px;
          font-size: 12px;
          font-weight: 700; }
        section.special-price-detail .detail-wrap .mobile-top-box .top-move-box .top-move-btn .ic.ic-top {
          background: url("../images/estimate/ic_top.svg") no-repeat center/cover;
          width: 20px;
          height: 20px; }
section.special-price-detail article.detail-head-group {
  overflow: hidden;
  border: 2px solid #ccc;
  border-radius: 10px;
  display: flex; }
  @media (max-width: 768px) {
    section.special-price-detail article.detail-head-group {
      flex-direction: column;
      border: 0;
      border-radius: 0; } }
  section.special-price-detail article.detail-head-group .viewer-box {
    flex: 1;
    min-width: 0; }
    section.special-price-detail article.detail-head-group .viewer-box.state-end {
      cursor: pointer; }
      section.special-price-detail article.detail-head-group .viewer-box.state-end:before {
        content: '판매완료';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        border: 1px solid #fff;
        border-radius: 5px;
        padding: 0 20px;
        color: #fff;
        z-index: 101;
        font-size: 18px;
        line-height: 18px;
        font-weight: 500; }
      section.special-price-detail article.detail-head-group .viewer-box.state-end:after {
        display: block;
        border-radius: 5px;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 100; }
    section.special-price-detail article.detail-head-group .viewer-box .swiper-group-box {
      position: relative;
      height: 100%; }
      section.special-price-detail article.detail-head-group .viewer-box .swiper-group-box .swiper-button-prev {
        margin: 0;
        position: absolute;
        left: 6px;
        top: 50%;
        transform: translateY(-50%);
        background: url("../images/m_slider_prev.png") no-repeat center/cover;
        width: 50px;
        height: 50px;
        opacity: 0.4; }
      section.special-price-detail article.detail-head-group .viewer-box .swiper-group-box .swiper-button-next {
        margin: 0;
        position: absolute;
        right: 6px;
        top: 50%;
        transform: translateY(-50%);
        background: url("../images/m_slider_next.png") no-repeat center/cover;
        width: 50px;
        height: 50px;
        opacity: 0.4; }
      section.special-price-detail article.detail-head-group .viewer-box .swiper-group-box .swiper-pagination {
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: 6px;
        left: 0;
        right: 0;
        gap: 5px; }
        section.special-price-detail article.detail-head-group .viewer-box .swiper-group-box .swiper-pagination .swiper-pagination-bullet {
          margin: 0;
          width: 8px;
          height: 8px;
          background-color: #D9D9D9;
          opacity: 1; }
          section.special-price-detail article.detail-head-group .viewer-box .swiper-group-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #fbbe18; }
    section.special-price-detail article.detail-head-group .viewer-box .swiper {
      overflow: hidden;
      width: 100%;
      height: 100%; }
      section.special-price-detail article.detail-head-group .viewer-box .swiper .view-box {
        height: 100%;
        position: relative; }
        section.special-price-detail article.detail-head-group .viewer-box .swiper .view-box .mark-box {
          position: absolute;
          top: 4px;
          left: 4px;
          display: inline-flex;
          align-items: center;
          z-index: 11; }
          section.special-price-detail article.detail-head-group .viewer-box .swiper .view-box .mark-box .ic.ic-pick {
            overflow: hidden;
            border-radius: 50%;
            box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
            width: 80px;
            height: 80px;
            background: url("../images/specialPrice/img_special_price_pick.svg") no-repeat center/cover; }
          section.special-price-detail article.detail-head-group .viewer-box .swiper .view-box .mark-box .ic.ic-sale {
            overflow: hidden;
            border-radius: 50%;
            box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
            width: 80px;
            height: 80px;
            background: url("../images/specialPrice/img_special_price_sale.svg") no-repeat center/cover; }
        section.special-price-detail article.detail-head-group .viewer-box .swiper .view-box .img-box {
          height: 100%;
          display: flex;
          aspect-ratio: 1/1.17;
          padding: 20px; }
          @media (max-width: 768px) {
            section.special-price-detail article.detail-head-group .viewer-box .swiper .view-box .img-box {
              padding: 0;
              aspect-ratio: 1/1; } }
          section.special-price-detail article.detail-head-group .viewer-box .swiper .view-box .img-box img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
  section.special-price-detail article.detail-head-group .info-box {
    width: 420px;
    padding: 20px; }
    @media (max-width: 768px) {
      section.special-price-detail article.detail-head-group .info-box {
        padding: 0;
        width: 100%; } }
    @media (max-width: 768px) {
      section.special-price-detail article.detail-head-group .info-box .info-head-box {
        padding: 10px 20px;
        border-bottom: 1px solid #eee; } }
    section.special-price-detail article.detail-head-group .info-box .info-head-box .subject-box {
      display: flex; }
      section.special-price-detail article.detail-head-group .info-box .info-head-box .subject-box .subject-txt {
        flex: 1;
        min-width: 0;
        color: #333;
        font-weight: 500;
        font-size: 28px;
        line-height: 28px;
        word-break: break-all; }
        @media (max-width: 768px) {
          section.special-price-detail article.detail-head-group .info-box .info-head-box .subject-box .subject-txt {
            font-size: 20px;
            line-height: 20px; } }
      section.special-price-detail article.detail-head-group .info-box .info-head-box .subject-box .label-item {
        margin-top: 4px;
        margin-left: 2px;
        flex-shrink: 0;
        border-radius: 3px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #fbbe18;
        color: #fff;
        height: 22px;
        padding: 0 4px;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: -0.05em; }
        section.special-price-detail article.detail-head-group .info-box .info-head-box .subject-box .label-item.color0 {
          background-color: #424ed7; }
        section.special-price-detail article.detail-head-group .info-box .info-head-box .subject-box .label-item.color1 {
          background-color: #6845c1; }
        section.special-price-detail article.detail-head-group .info-box .info-head-box .subject-box .label-item.color2 {
          background-color: #009eff; }
        section.special-price-detail article.detail-head-group .info-box .info-head-box .subject-box .label-item.color3 {
          background-color: #fbbe18; }
        section.special-price-detail article.detail-head-group .info-box .info-head-box .subject-box .label-item.color4 {
          background-color: #FB9646; }
        @media (max-width: 768px) {
          section.special-price-detail article.detail-head-group .info-box .info-head-box .subject-box .label-item {
            margin-top: 0;
            font-size: 16px;
            height: 22px; } }
    section.special-price-detail article.detail-head-group .info-box .info-head-box .price-box {
      padding: 10px 0;
      display: flex;
      align-items: center; }
      @media (max-width: 768px) {
        section.special-price-detail article.detail-head-group .info-box .info-head-box .price-box {
          padding: 5px 0 0; } }
      section.special-price-detail article.detail-head-group .info-box .info-head-box .price-box .sale-box {
        margin-right: 10px;
        padding-top: 6px;
        text-align: center;
        background: url("../images/specialPrice/img_sale_bg.svg") no-repeat;
        width: 40px;
        height: 40px;
        color: #fff;
        font-family: 'Roboto';
        font-size: 20px;
        font-weight: 700;
        letter-spacing: -0.04em; }
        @media (max-width: 768px) {
          section.special-price-detail article.detail-head-group .info-box .info-head-box .price-box .sale-box {
            height: 36px;
            width: 36px;
            padding-top: 5px;
            background-size: cover;
            font-size: 18px;
            line-height: 18px; } }
      section.special-price-detail article.detail-head-group .info-box .info-head-box .price-box .before-box {
        font-family: 'Roboto';
        color: #999;
        font-size: 26px;
        line-height: 26px;
        letter-spacing: -0.04em;
        text-decoration: line-through;
        margin-left: 6px; }
        @media (max-width: 768px) {
          section.special-price-detail article.detail-head-group .info-box .info-head-box .price-box .before-box {
            font-size: 16px;
            line-height: 16px; } }
        section.special-price-detail article.detail-head-group .info-box .info-head-box .price-box .before-box span.txt {
          text-decoration: unset; }
      section.special-price-detail article.detail-head-group .info-box .info-head-box .price-box .after-box {
        display: inline-flex;
        font-family: 'Roboto';
        font-size: 40px;
        line-height: 40px;
        color: #ff0000;
        font-weight: 700; }
        @media (max-width: 768px) {
          section.special-price-detail article.detail-head-group .info-box .info-head-box .price-box .after-box {
            font-size: 26px;
            line-height: 26px; } }
        section.special-price-detail article.detail-head-group .info-box .info-head-box .price-box .after-box .txt {
          margin-left: 2px;
          font-size: 26px; }
          @media (max-width: 768px) {
            section.special-price-detail article.detail-head-group .info-box .info-head-box .price-box .after-box .txt {
              font-size: 16px; } }
    section.special-price-detail article.detail-head-group .info-box .info-body-box .spec-list {
      border: 1px solid #eee;
      border-radius: 10px;
      padding: 33px 20px;
      display: flex;
      flex-direction: column; }
      @media (max-width: 768px) {
        section.special-price-detail article.detail-head-group .info-box .info-body-box .spec-list {
          margin: -1px 0;
          padding: 10px 20px 0;
          border-radius: 0;
          border: 0;
          flex-flow: row wrap;
          align-items: center; } }
      section.special-price-detail article.detail-head-group .info-box .info-body-box .spec-list .spec-item {
        padding: 0 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 40px; }
        @media (max-width: 768px) {
          section.special-price-detail article.detail-head-group .info-box .info-body-box .spec-list .spec-item {
            margin: 1px 0;
            height: 30px;
            padding: 0;
            width: 100%; }
            section.special-price-detail article.detail-head-group .info-box .info-body-box .spec-list .spec-item.m-space {
              padding-left: 12px; }
            section.special-price-detail article.detail-head-group .info-box .info-body-box .spec-list .spec-item.m-full {
              width: 100%; } }
        section.special-price-detail article.detail-head-group .info-box .info-body-box .spec-list .spec-item + .spec-item {
          border-top: 1px solid #eee; }
          @media (max-width: 768px) {
            section.special-price-detail article.detail-head-group .info-box .info-body-box .spec-list .spec-item + .spec-item {
              border: 0; } }
        section.special-price-detail article.detail-head-group .info-box .info-body-box .spec-list .spec-item .subject-box {
          color: #666;
          font-size: 16px;
          line-height: 16px;
          letter-spacing: -0.06em;
          width: 40%; }
          @media (max-width: 768px) {
            section.special-price-detail article.detail-head-group .info-box .info-body-box .spec-list .spec-item .subject-box {
              font-size: 14px;
              line-height: 14px; } }
        section.special-price-detail article.detail-head-group .info-box .info-body-box .spec-list .spec-item .con-box {
          font-family: 'Roboto';
          color: #333;
          font-size: 16px;
          line-height: 20px;
          letter-spacing: -0.04em; }
          @media (max-width: 768px) {
            section.special-price-detail article.detail-head-group .info-box .info-body-box .spec-list .spec-item .con-box {
              font-size: 16px;
              line-height: 16px; } }
          section.special-price-detail article.detail-head-group .info-box .info-body-box .spec-list .spec-item .con-box .txt-box {
            padding-top: 4px; }
          section.special-price-detail article.detail-head-group .info-box .info-body-box .spec-list .spec-item .con-box .before-box {
            font-family: 'Roboto';
            color: #999;
            font-size: 15px;
            line-height: 20px;
            letter-spacing: -0.04em;
            text-decoration: line-through; }
            @media (max-width: 768px) {
              section.special-price-detail article.detail-head-group .info-box .info-body-box .spec-list .spec-item .con-box .before-box {
                font-size: 14px; } }
          section.special-price-detail article.detail-head-group .info-box .info-body-box .spec-list .spec-item .con-box .after-box {
            display: inline-flex;
            font-family: 'Roboto';
            font-size: 18px;
            line-height: 20px;
            color: #ff0000;
            font-weight: 700; }
            @media (max-width: 768px) {
              section.special-price-detail article.detail-head-group .info-box .info-body-box .spec-list .spec-item .con-box .after-box {
                font-size: 18px;
                line-height: 20px; } }
            section.special-price-detail article.detail-head-group .info-box .info-body-box .spec-list .spec-item .con-box .after-box .txt {
              margin-left: 2px;
              font-size: 15px; }
              @media (max-width: 768px) {
                section.special-price-detail article.detail-head-group .info-box .info-body-box .spec-list .spec-item .con-box .after-box .txt {
                  font-size: 14px; } }
          section.special-price-detail article.detail-head-group .info-box .info-body-box .spec-list .spec-item .con-box select {
            width: 200px;
            outline: none;
            background: #fff url("../images/specialPrice/ic_nav_arrow.svg") no-repeat right 10px center;
            -webkit-appearance: none;
            -moz-appearance: none;
            -o-appearance: none;
            appearance: none;
            padding: 0 24px 0 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            height: 30px;
            color: #777; }
            section.special-price-detail article.detail-head-group .info-box .info-body-box .spec-list .spec-item .con-box select.selected {
              color: #333; }
    section.special-price-detail article.detail-head-group .info-box .info-foot-box {
      padding-top: 20px; }
      @media (max-width: 768px) {
        section.special-price-detail article.detail-head-group .info-box .info-foot-box {
          padding: 10px 20px; } }
      section.special-price-detail article.detail-head-group .info-box .info-foot-box .foot-menu-list {
        display: flex;
        gap: 10px; }
        section.special-price-detail article.detail-head-group .info-box .info-foot-box .foot-menu-list .foot-menu-btn {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          border: 2px solid transparent;
          border-radius: 10px;
          height: 60px;
          font-family: 'Roboto';
          font-size: 16px;
          line-height: 16px;
          letter-spacing: -0.06em;
          color: #000;
          font-weight: 700; }
          @media (max-width: 768px) {
            section.special-price-detail article.detail-head-group .info-box .info-foot-box .foot-menu-list .foot-menu-btn {
              height: 50px; } }
          section.special-price-detail article.detail-head-group .info-box .info-foot-box .foot-menu-list .foot-menu-btn.type-white {
            border: 2px solid #fbbe18; }
          section.special-price-detail article.detail-head-group .info-box .info-foot-box .foot-menu-list .foot-menu-btn.type-yellow {
            background-color: #fbbe18; }

article.detail-body-group {
  padding-top: 30px; }
  @media (max-width: 768px) {
    article.detail-body-group {
      padding-top: 20px; } }
  @media (max-width: 768px) {
    article.detail-body-group .detail-contents-group {
      padding: 0 20px; } }
  article.detail-body-group .detail-contents-group + .detail-contents-group {
    margin-top: 30px; }
    @media (max-width: 768px) {
      article.detail-body-group .detail-contents-group + .detail-contents-group {
        margin-top: 20px; } }
  article.detail-body-group .detail-contents-group .group-head-box {
    display: flex;
    justify-content: center;
    padding-bottom: 10px; }
    article.detail-body-group .detail-contents-group .group-head-box .head-box {
      color: #333;
      font-size: 24px;
      line-height: 24px;
      letter-spacing: -0.06em;
      font-weight: 700; }
      @media (max-width: 768px) {
        article.detail-body-group .detail-contents-group .group-head-box .head-box {
          font-size: 20px;
          line-height: 20px; } }
  article.detail-body-group .detail-contents-group .group-body-box .detail-link-list {
    display: flex;
    justify-content: center;
    gap: 5px; }
    @media (max-width: 768px) {
      article.detail-body-group .detail-contents-group .group-body-box .detail-link-list {
        flex-direction: column;
        align-items: center; } }
    article.detail-body-group .detail-contents-group .group-body-box .detail-link-list .detail-link-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      height: 60px;
      background-color: #fbbe18;
      width: 255px; }
      article.detail-body-group .detail-contents-group .group-body-box .detail-link-list .detail-link-btn .ic.ic-thunder {
        width: 12px;
        height: 20px;
        margin-right: 5px;
        background: url("../images/ic_thunder_black.svg") no-repeat center/cover; }
      article.detail-body-group .detail-contents-group .group-body-box .detail-link-list .detail-link-btn .ic.ic-link {
        margin-left: 10px;
        background: url("../images/ic_link_arrow.svg") no-repeat center/cover;
        width: 10px;
        height: 16px; }
      article.detail-body-group .detail-contents-group .group-body-box .detail-link-list .detail-link-btn .txt {
        color: #000;
        font-size: 16px;
        line-height: 16px;
        font-weight: 700;
        letter-spacing: -0.06em; }
  article.detail-body-group .detail-contents-group .group-body-box article.goods-spec-list .spec-list {
    padding: 20px;
    border: 2px solid #eee;
    background-color: #fff;
    border-radius: 10px; }
    @media (max-width: 768px) {
      article.detail-body-group .detail-contents-group .group-body-box article.goods-spec-list .spec-list {
        padding: 12px 10px; } }
    article.detail-body-group .detail-contents-group .group-body-box article.goods-spec-list .spec-list .spec-item {
      padding: 8px 10px;
      display: flex;
      justify-content: space-between; }
      article.detail-body-group .detail-contents-group .group-body-box article.goods-spec-list .spec-list .spec-item + .spec-item {
        border-top: 1px solid #eee; }
      article.detail-body-group .detail-contents-group .group-body-box article.goods-spec-list .spec-list .spec-item .subject-box {
        width: 15%;
        color: #666;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: -0.06em; }
        @media (max-width: 768px) {
          article.detail-body-group .detail-contents-group .group-body-box article.goods-spec-list .spec-list .spec-item .subject-box {
            width: 35%;
            font-size: 14px;
            line-height: 14px; } }
      article.detail-body-group .detail-contents-group .group-body-box article.goods-spec-list .spec-list .spec-item .con-box {
        width: 85%;
        color: #333;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: -0.04em; }
        @media (max-width: 768px) {
          article.detail-body-group .detail-contents-group .group-body-box article.goods-spec-list .spec-list .spec-item .con-box {
            width: 65%;
            font-size: 14px;
            line-height: 14px; } }
  article.detail-body-group .detail-contents-group .group-body-box article.goods-note-view .note-view-wrap {
    padding: 20px;
    position: relative;
    border-radius: 10px;
    background-color: #f4f4f4;
    height: 504px;
    font-weight: 300;
    overflow: hidden; }
    article.detail-body-group .detail-contents-group .group-body-box article.goods-note-view .note-view-wrap.active {
      height: auto; }
      article.detail-body-group .detail-contents-group .group-body-box article.goods-note-view .note-view-wrap.active .note-more-box {
        padding-top: 20px;
        position: static; }
        article.detail-body-group .detail-contents-group .group-body-box article.goods-note-view .note-view-wrap.active .note-more-box .note-more-btn .txt:before {
          content: '닫기'; }
        article.detail-body-group .detail-contents-group .group-body-box article.goods-note-view .note-view-wrap.active .note-more-box .note-more-btn .ic.ic-note-arrow {
          background: url("../images/specialPrice/ic_note_hide.svg") no-repeat center/cover; }
    article.detail-body-group .detail-contents-group .group-body-box article.goods-note-view .note-view-wrap .note-view-box .txt-group {
      font-size: 14px;
      line-height: 16px;
      letter-spacing: -0.06em;
      color: #666; }
      article.detail-body-group .detail-contents-group .group-body-box article.goods-note-view .note-view-wrap .note-view-box .txt-group + .txt-group {
        margin-top: 20px; }
      article.detail-body-group .detail-contents-group .group-body-box article.goods-note-view .note-view-wrap .note-view-box .txt-group .indent-list .indent-item {
        position: relative;
        padding-left: 20px; }
        article.detail-body-group .detail-contents-group .group-body-box article.goods-note-view .note-view-wrap .note-view-box .txt-group .indent-list .indent-item:after {
          display: block;
          content: '';
          position: absolute;
          left: 8px;
          top: 6px;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background-color: #666; }
    article.detail-body-group .detail-contents-group .group-body-box article.goods-note-view .note-view-wrap .note-more-box {
      z-index: 10;
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center; }
      article.detail-body-group .detail-contents-group .group-body-box article.goods-note-view .note-view-wrap .note-more-box .note-more-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.2);
        height: 50px;
        width: 260px; }
        @media (max-width: 768px) {
          article.detail-body-group .detail-contents-group .group-body-box article.goods-note-view .note-view-wrap .note-more-box .note-more-btn {
            width: 200px; } }
        article.detail-body-group .detail-contents-group .group-body-box article.goods-note-view .note-view-wrap .note-more-box .note-more-btn .txt {
          font-size: 18px;
          line-height: 18px;
          letter-spacing: -0.06em;
          font-weight: 700; }
          article.detail-body-group .detail-contents-group .group-body-box article.goods-note-view .note-view-wrap .note-more-box .note-more-btn .txt:before {
            display: inline-flex;
            content: '더 보기'; }
        article.detail-body-group .detail-contents-group .group-body-box article.goods-note-view .note-view-wrap .note-more-box .note-more-btn .ic.ic-note-arrow {
          background: url("../images/specialPrice/ic_note_show.svg") no-repeat center/cover;
          width: 30px;
          height: 30px; }
  article.detail-body-group .detail-contents-group .group-body-box .img-box {
    width: 100%; }
    article.detail-body-group .detail-contents-group .group-body-box .img-box img {
      width: 100%;
      object-fit: cover; }

aside.floating-top {
  position: fixed;
  bottom: 104px;
  right: auto;
  left: 50%;
  z-index: 300;
  margin-left: 541px;
  transition: none;
  opacity: 0; }
  aside.floating-top.active {
    opacity: 1; }
  aside.floating-top.on {
    position: absolute;
    bottom: 104px; }
  @media (max-width: 768px) {
    aside.floating-top {
      display: none;
      top: auto;
      margin: 0;
      left: auto;
      right: 20px;
      bottom: 20px; } }
  aside.floating-top .floating-top-btn {
    display: inline-flex;
    align-items: center;
    white-space: nowrap; }
    aside.floating-top .floating-top-btn:hover .txt {
      color: #000; }
    aside.floating-top .floating-top-btn .ic {
      opacity: 0.4; }
      aside.floating-top .floating-top-btn .ic.ic-top {
        background: url("../images/demolish/ic_top.svg") no-repeat center/cover;
        width: 36px;
        height: 36px;
        margin-right: 10px; }
    aside.floating-top .floating-top-btn .txt {
      font-size: 15px;
      line-height: 22px;
      font-weight: 700;
      color: #666; }

article.msg-layer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  display: none; }
  article.msg-layer:before {
    display: block;
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 500; }
  article.msg-layer .layer-wrapper {
    z-index: 501;
    max-width: 320px;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    article.msg-layer .layer-wrapper .layer-contents {
      background-color: #fff;
      border-radius: 10px;
      width: 100%;
      position: relative;
      overflow: hidden; }
      article.msg-layer .layer-wrapper .layer-contents .close-btn {
        z-index: 10;
        position: absolute;
        top: 10px;
        right: 10px;
        background: url("../images/common/ic_msg_layer_close.svg") no-repeat center/cover;
        width: 30px;
        height: 30px; }
      article.msg-layer .layer-wrapper .layer-contents .msg-txt-box {
        padding: 52px 20px;
        text-align: center; }
        article.msg-layer .layer-wrapper .layer-contents .msg-txt-box .txt-box {
          font-weight: 700;
          font-size: 16px;
          line-height: 23px;
          letter-spacing: -0.03em;
          color: #333; }
      article.msg-layer .layer-wrapper .layer-contents .msg-menu-box {
        display: flex; }
        article.msg-layer .layer-wrapper .layer-contents .msg-menu-box .msg-menu-btn {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 54px;
          font-size: 16px;
          letter-spacing: -0.03em;
          font-weight: 700; }
          article.msg-layer .layer-wrapper .layer-contents .msg-menu-box .msg-menu-btn.type-cancel {
            background: #ccc;
            color: #fff; }
          article.msg-layer .layer-wrapper .layer-contents .msg-menu-box .msg-menu-btn.type-success {
            background-color: #fbbe18;
            color: #000; }

article.option-layer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  display: none; }
  article.option-layer:before {
    display: block;
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 500; }
  article.option-layer .layer-wrapper {
    z-index: 501;
    max-width: 320px;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    article.option-layer .layer-wrapper .layer-contents {
      background-color: #fff;
      border-radius: 10px;
      width: 100%;
      position: relative;
      overflow: hidden; }
      article.option-layer .layer-wrapper .layer-contents .layer-head-box {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 70px; }
        article.option-layer .layer-wrapper .layer-contents .layer-head-box .head-box {
          color: #333333;
          font-weight: 700;
          font-size: 24px;
          letter-spacing: -0.05em; }
        article.option-layer .layer-wrapper .layer-contents .layer-head-box .close-btn {
          z-index: 10;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 10px;
          background: url("../images/common/ic_msg_layer_close.svg") no-repeat center/cover;
          width: 30px;
          height: 30px; }
      article.option-layer .layer-wrapper .layer-contents .layer-body-box {
        padding: 15px 20px 0; }
        article.option-layer .layer-wrapper .layer-contents .layer-body-box .option-list .option-item {
          display: flex;
          align-items: center; }
          article.option-layer .layer-wrapper .layer-contents .layer-body-box .option-list .option-item + .option-item {
            margin-top: 5px; }
          article.option-layer .layer-wrapper .layer-contents .layer-body-box .option-list .option-item .subject-box {
            width: 80px;
            font-size: 16px;
            letter-spacing: -0.06em;
            line-height: 16px; }
          article.option-layer .layer-wrapper .layer-contents .layer-body-box .option-list .option-item .con-box {
            flex: 1;
            min-width: 0; }
            article.option-layer .layer-wrapper .layer-contents .layer-body-box .option-list .option-item .con-box select {
              outline: none;
              background: #fff url("../images/specialPrice/ic_nav_arrow.svg") no-repeat right 10px center;
              -webkit-appearance: none;
              -moz-appearance: none;
              -o-appearance: none;
              appearance: none;
              padding: 0 24px 0 10px;
              border: 1px solid #ccc;
              border-radius: 5px;
              width: 100%;
              height: 30px;
              color: #777; }
              article.option-layer .layer-wrapper .layer-contents .layer-body-box .option-list .option-item .con-box select.selected {
                color: #333; }
      article.option-layer .layer-wrapper .layer-contents .layer-foot-box {
        padding: 30px 20px 20px; }
      article.option-layer .layer-wrapper .layer-contents .msg-txt-box {
        padding: 52px 20px;
        text-align: center; }
        article.option-layer .layer-wrapper .layer-contents .msg-txt-box .txt-box {
          font-weight: 700;
          font-size: 16px;
          line-height: 23px;
          letter-spacing: -0.03em;
          color: #333; }
      article.option-layer .layer-wrapper .layer-contents .layer-menu-box {
        display: flex; }
        article.option-layer .layer-wrapper .layer-contents .layer-menu-box .msg-menu-btn {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 58px;
          font-size: 18px;
          letter-spacing: -0.03em;
          font-weight: 700;
          border-radius: 10px; }
          article.option-layer .layer-wrapper .layer-contents .layer-menu-box .msg-menu-btn.type-cancel {
            background: #ccc;
            color: #fff; }
          article.option-layer .layer-wrapper .layer-contents .layer-menu-box .msg-menu-btn.type-success {
            background-color: #fbbe18;
            color: #000; }

article.page-menu-group {
  padding-top: 50px; }
  article.page-menu-group.mobile {
    display: none; }
    @media (max-width: 1079px) {
      article.page-menu-group.mobile {
        display: block !important; } }
  article.page-menu-group .cart-info-box {
    background-color: rgba(244, 244, 244, 0.96);
    padding: 6px 20px; }
  article.page-menu-group .page-info-box {
    background-color: #fff; }
    article.page-menu-group .page-info-box .total-box {
      padding: 6px 6px;
      text-align: center;
      font-size: 14px;
      line-height: 14px;
      font-weight: 700;
      color: #333;
      letter-spacing: -0.04em; }
      article.page-menu-group .page-info-box .total-box .price-txt {
        font-family: 'Roboto'; }
  @media (max-width: 1079px) {
    article.page-menu-group {
      padding-top: 0;
      z-index: 200;
      box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.15);
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0; }
      article.page-menu-group.pc {
        display: none; } }
  article.page-menu-group .page-menu-list {
    display: flex;
    align-items: center;
    justify-content: center; }
  article.page-menu-group .sub-box {
    padding-top: 20px;
    text-align: center;
    color: #999;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.5px; }
    article.page-menu-group .sub-box .login-btn {
      font-weight: 700;
      font-size: 15px;
      line-height: 22px;
      letter-spacing: -0.5px;
      color: #424ED7; }
  article.page-menu-group .page-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 60px; }
    @media (max-width: 1079px) {
      article.page-menu-group .page-menu-btn {
        height: 58px;
        border-radius: 0; } }
    article.page-menu-group .page-menu-btn.type-success-small {
      background: #FBBE18;
      width: 255px; }
      article.page-menu-group .page-menu-btn.type-success-small .txt {
        color: #000;
        font-size: 16px;
        letter-spacing: -0.5px;
        line-height: 24px; }
    article.page-menu-group .page-menu-btn + .page-menu-btn {
      margin-left: 10px; }
      @media (max-width: 1079px) {
        article.page-menu-group .page-menu-btn + .page-menu-btn {
          margin-left: 0; } }
    article.page-menu-group .page-menu-btn.type-cancel {
      background: #FFFFFF;
      border: 1px solid #CCCCCC;
      width: 100px; }
      @media (max-width: 1079px) {
        article.page-menu-group .page-menu-btn.type-cancel {
          border: none;
          width: 26%;
          background: #7F7F7F; } }
      article.page-menu-group .page-menu-btn.type-cancel .txt {
        color: #333333; }
        @media (max-width: 1079px) {
          article.page-menu-group .page-menu-btn.type-cancel .txt {
            color: #fff; } }
    article.page-menu-group .page-menu-btn.type-success {
      background: #FBBE18;
      width: 370px; }
      @media (max-width: 1079px) {
        article.page-menu-group .page-menu-btn.type-success {
          width: 74%; } }
      article.page-menu-group .page-menu-btn.type-success .txt {
        color: #000; }
    article.page-menu-group .page-menu-btn .txt {
      font-size: 20px;
      line-height: 20px;
      letter-spacing: -0.05em;
      font-weight: 700; }
      @media (max-width: 1079px) {
        article.page-menu-group .page-menu-btn .txt {
          font-size: 16px;
          line-height: 1.2; } }
    article.page-menu-group .page-menu-btn .ic.ic-click {
      background: url("../images/bowl/ic_click.svg") no-repeat center/cover;
      width: 20px;
      height: 20px;
      margin-left: 5px; }
    article.page-menu-group .page-menu-btn .ic.ic-prev {
      background: url("../images/common/ic_page_prev_pc.svg") no-repeat center/cover;
      width: 9px;
      height: 16px;
      margin-right: 10px; }
      @media (max-width: 768px) {
        article.page-menu-group .page-menu-btn .ic.ic-prev {
          margin-right: 5px;
          background: url("../images/common/ic_page_prev.svg") no-repeat center/cover; } }
    article.page-menu-group .page-menu-btn .ic.ic-next {
      background: url("../images/common/ic_page_next.svg") no-repeat center/cover;
      width: 9px;
      height: 16px;
      margin-left: 10px; }
      @media (max-width: 768px) {
        article.page-menu-group .page-menu-btn .ic.ic-next {
          margin-left: 5px; } }

section.special-price-header {
  padding: 50px 0 70px; }
  @media (max-width: 768px) {
    section.special-price-header {
      padding: 50px 0 40px; } }
  section.special-price-header:before, section.special-price-header:after {
    display: none; }
  section.special-price-header .header-wrap {
    max-width: 1080px;
    margin: 0 auto;
    position: relative; }
  section.special-price-header .bt_page_back {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    height: 36px; }
  section.special-price-header .header-box {
    display: flex;
    justify-content: center; }
    section.special-price-header .header-box .tit-box {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      section.special-price-header .header-box .tit-box .img-box {
        display: flex;
        justify-content: center; }
        @media (max-width: 768px) {
          section.special-price-header .header-box .tit-box .img-box {
            max-width: 167px;
            margin: 0 auto; } }
        section.special-price-header .header-box .tit-box .img-box img {
          max-width: 100%; }
      section.special-price-header .header-box .tit-box .sub-box {
        padding-top: 20px;
        color: #666;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.05em; }
        @media (max-width: 768px) {
          section.special-price-header .header-box .tit-box .sub-box {
            padding-top: 10px;
            font-size: 14px;
            line-height: 18px;
            text-align: center; }
            section.special-price-header .header-box .tit-box .sub-box .mobile-enter {
              display: block; } }

section.special-price-cart {
  padding-bottom: 220px; }
  @media (max-width: 768px) {
    section.special-price-cart {
      padding-bottom: 110px; } }
  section.special-price-cart * {
    box-sizing: border-box; }
    section.special-price-cart *:before, section.special-price-cart *:after {
      display: none; }
  section.special-price-cart .cart-wrap {
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto; }
  section.special-price-cart .cart-list-group .cart-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding-bottom: 20px; }
    @media (max-width: 768px) {
      section.special-price-cart .cart-list-group .cart-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 5px;
        padding-bottom: 0; } }
    section.special-price-cart .cart-list-group .cart-list .cart-item {
      min-width: 0; }
      section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap {
        padding: 15px 20px;
        border-radius: 10px;
        border: 1px solid #e8e8e8;
        cursor: pointer; }
        section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap.state-end:before {
          content: '판매완료';
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          display: inline-flex;
          align-items: center;
          justify-content: center;
          height: 40px;
          border: 1px solid #fff;
          border-radius: 5px;
          padding: 0 20px;
          color: #fff;
          z-index: 101;
          font-size: 18px;
          line-height: 18px;
          font-weight: 500; }
        section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap.state-end:after {
          display: block;
          border-radius: 5px;
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.6);
          z-index: 100; }
        section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap.state-end .remove-btn.state {
          z-index: 110;
          background: url("../images/specialPrice/ic_cart_remove.svg") no-repeat center/cover;
          width: 20px;
          height: 20px;
          display: block;
          position: absolute;
          right: 20px; }
        section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box {
          padding-bottom: 4px;
          display: flex; }
          section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .view-box {
            width: 90px;
            position: relative; }
            section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .view-box label {
              position: absolute;
              left: 2px;
              top: 2px;
              z-index: 10;
              cursor: pointer;
              display: inline-flex;
              align-items: center;
              justify-content: center; }
              section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .view-box label * {
                transition: none; }
              section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .view-box label input[type=checkbox] {
                position: absolute;
                left: -9999px; }
                section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .view-box label input[type=checkbox]:checked ~ i {
                  background: url("../images/common/ic_check_on.svg") no-repeat center/cover; }
              section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .view-box label i {
                background: url("../images/common/ic_check_off.svg") no-repeat center/cover;
                width: 22px;
                height: 22px; }
            section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .view-box .img-box {
              aspect-ratio: 1/1; }
              section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .view-box .img-box .no-image {
                position: relative;
                background-position: center;
                background-size: cover;
                width: 100%;
                height: 100%;
                background-image: url("/images/no_image.PNG"); }
              section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .view-box .img-box img {
                width: 100%;
                height: 100%;
                object-fit: cover; }
          section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box {
            padding-left: 6px;
            flex: 1;
            min-width: 0; }
            section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box .info-head-box {
              padding-bottom: 4px;
              display: flex;
              justify-content: space-between;
              align-items: center; }
              section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box .info-head-box .head-box {
                display: inline-flex;
                align-items: center; }
                section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box .info-head-box .head-box .label-item {
                  border-radius: 3px;
                  display: inline-flex;
                  align-items: center;
                  justify-content: center;
                  background-color: #fbbe18;
                  color: #fff;
                  height: 20px;
                  padding: 0 4px;
                  font-weight: 500;
                  font-size: 11px;
                  letter-spacing: -0.05em; }
                  section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box .info-head-box .head-box .label-item.color0 {
                    background-color: #424ed7; }
                  section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box .info-head-box .head-box .label-item.color1 {
                    background-color: #6845c1; }
                  section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box .info-head-box .head-box .label-item.color2 {
                    background-color: #009eff; }
                  section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box .info-head-box .head-box .label-item.color3 {
                    background-color: #fbbe18; }
                  section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box .info-head-box .head-box .label-item.color4 {
                    background-color: #FB9646; }
                section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box .info-head-box .head-box .stock-item {
                  margin-left: 2px;
                  font-size: 12px;
                  line-height: 12px;
                  letter-spacing: -0.04em;
                  color: #777; }
                  section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box .info-head-box .head-box .stock-item b {
                    font-family: 'Roboto'; }
              section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box .info-head-box .remove-btn {
                background: url("../images/specialPrice/ic_cart_remove.svg") no-repeat center/cover;
                width: 20px;
                height: 20px; }
            section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box .info-body-box .subject-box {
              color: #333;
              font-weight: 700;
              font-size: 18px;
              line-height: 18px;
              letter-spacing: -0.04em; }
            section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box .info-body-box .con-box {
              padding-top: 12px;
              display: flex;
              justify-content: space-between;
              align-items: flex-end; }
              section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box .info-body-box .con-box .amount-box {
                display: inline-flex;
                align-items: center; }
                section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box .info-body-box .con-box .amount-box .amount-btn {
                  width: 20px;
                  height: 20px; }
                  section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box .info-body-box .con-box .amount-box .amount-btn[data-control=minus] {
                    background: url("../images/specialPrice/ic_amount_minus.svg") no-repeat center/cover; }
                  section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box .info-body-box .con-box .amount-box .amount-btn[data-control=plus] {
                    background: url("../images/specialPrice/ic_amount_plus.svg") no-repeat center/cover; }
                section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box .info-body-box .con-box .amount-box input[type=text] {
                  outline: none !important;
                  border-radius: 0;
                  margin: 0 2px;
                  height: 18px;
                  border: 1px solid #eee;
                  text-align: center;
                  width: 40px;
                  color: #000; }
              section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box .info-body-box .con-box .price-box {
                text-align: right; }
                section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box .info-body-box .con-box .price-box .before-box {
                  padding-bottom: 2px;
                  color: #999;
                  font-size: 14px;
                  line-height: 14px;
                  letter-spacing: -0.04em;
                  text-decoration: line-through;
                  font-family: 'Roboto'; }
                section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box .info-body-box .con-box .price-box .after-box {
                  color: #ff0000;
                  font-family: 'Roboto';
                  font-size: 20px;
                  font-weight: 500;
                  line-height: 20px;
                  letter-spacing: -0.04em; }
        section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-option-box {
          min-height: 54px;
          display: flex;
          flex-direction: column;
          justify-content: center; }
          section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-option-box .option-name {
            font-size: 14px;
            line-height: 16px;
            letter-spacing: -0.06em;
            color: #777; }
            section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-option-box .option-name + .option-list {
              margin-top: 4px; }
          section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-option-box .option-list .option-item {
            display: flex; }
            section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-option-box .option-list .option-item .subject-box {
              padding-top: 2px;
              flex: 1;
              min-width: 0;
              color: #666666;
              font-size: 14px;
              line-height: 16px;
              letter-spacing: -0.06em;
              font-weight: 500; }
            section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-option-box .option-list .option-item .con-box {
              padding-left: 10px; }
              section.special-price-cart .cart-list-group .cart-list .cart-item .item-wrap .item-option-box .option-list .option-item .con-box .option-btn {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 40px;
                border-radius: 5px;
                border: 1px solid #fbbe18;
                height: 20px;
                background-color: #fff7e0;
                color: #777;
                font-size: 14px;
                letter-spacing: -0.06em; }
  section.special-price-cart .cart-total-group {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0 auto;
    z-index: 120;
    max-width: 980px; }
    @media (max-width: 768px) {
      section.special-price-cart .cart-total-group {
        bottom: 0;
        background-color: #fff;
        box-shadow: 0px -3px 15px 0px rgba(0, 0, 0, 0.15); } }
    section.special-price-cart .cart-total-group.on {
      position: static; }
      @media (max-width: 768px) {
        section.special-price-cart .cart-total-group.on {
          box-shadow: none;
          position: fixed; } }
    section.special-price-cart .cart-total-group .total-info-box {
      padding: 10px;
      background-color: rgba(244, 244, 244, 0.96);
      border-radius: 10px;
      display: flex;
      align-items: center; }
      @media (max-width: 768px) {
        section.special-price-cart .cart-total-group .total-info-box {
          flex-direction: column;
          align-items: center;
          justify-content: center;
          padding: 6px 20px;
          border-radius: 0; } }
      section.special-price-cart .cart-total-group .total-info-box .guide-box {
        flex: 1;
        min-width: 0;
        text-align: right;
        padding-right: 26px;
        position: relative; }
        @media (max-width: 768px) {
          section.special-price-cart .cart-total-group .total-info-box .guide-box {
            order: 2;
            padding: 4px 0 0;
            text-align: center; } }
        section.special-price-cart .cart-total-group .total-info-box .guide-box:after {
          content: '+';
          display: block;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          font-size: 28px;
          line-height: 28px;
          font-weight: 500;
          letter-spacing: -0.05em;
          color: #444; }
          @media (max-width: 768px) {
            section.special-price-cart .cart-total-group .total-info-box .guide-box:after {
              display: none; } }
        section.special-price-cart .cart-total-group .total-info-box .guide-box .main-box {
          color: #444444;
          font-size: 20px;
          line-height: 20px;
          letter-spacing: -0.06em;
          font-weight: 500; }
          @media (max-width: 768px) {
            section.special-price-cart .cart-total-group .total-info-box .guide-box .main-box {
              font-size: 14px;
              line-height: 14px; } }
          section.special-price-cart .cart-total-group .total-info-box .guide-box .main-box .info-box {
            display: none;
            position: absolute;
            width: 300px;
            color: #999999;
            word-break: break-all;
            overflow: hidden;
            font-weight: 400;
            font-size: 14px;
            z-index: 1;
            border: 1px solid #EEEEEE;
            background-color: #FFFFFF;
            top: -68px;
            right: 0;
            padding: 10px;
            border-radius: 5px;
            text-align: left; }
            @media (max-width: 768px) {
              section.special-price-cart .cart-total-group .total-info-box .guide-box .main-box .info-box {
                width: 260px;
                font-size: 14px;
                top: -108px;
                right: -15vw; } }
          section.special-price-cart .cart-total-group .total-info-box .guide-box .main-box .q_mark {
            display: inline-block;
            *zoom: 1;
            *display: inline;
            text-indent: -9999px;
            *text-indent: 0;
            *font-size: 0;
            *line-height: 0;
            width: 20px;
            height: 20px;
            background: url("/images/ic_q_mark.png") no-repeat 0 0;
            cursor: pointer;
            top: 2px;
            margin-left: 2px; }
            section.special-price-cart .cart-total-group .total-info-box .guide-box .main-box .q_mark:hover ~ .info-box {
              display: block; }
            @media (max-width: 768px) {
              section.special-price-cart .cart-total-group .total-info-box .guide-box .main-box .q_mark {
                width: 16px;
                height: 16px;
                background-size: 16px 16px;
                position: absolute;
                right: -10px;
                top: -2px; } }
        section.special-price-cart .cart-total-group .total-info-box .guide-box .sub-box {
          padding-top: 4px;
          font-size: 14px;
          letter-spacing: -0.06em;
          color: #777; }
          @media (max-width: 768px) {
            section.special-price-cart .cart-total-group .total-info-box .guide-box .sub-box {
              padding-top: 2px;
              font-size: 12px;
              line-height: 14px; } }
      section.special-price-cart .cart-total-group .total-info-box .sum-box {
        width: 500px;
        margin-left: 10px;
        background-color: #fff;
        border-radius: 8px;
        border: 2px solid #fbbe18;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 70px;
        padding: 0 30px; }
        @media (max-width: 768px) {
          section.special-price-cart .cart-total-group .total-info-box .sum-box {
            width: 100%;
            order: 1;
            height: 34px;
            padding: 0 20px; } }
        section.special-price-cart .cart-total-group .total-info-box .sum-box .subject-box {
          font-size: 20px;
          font-weight: 500;
          line-height: 20px;
          letter-spacing: -0.05em;
          color: #000; }
          @media (max-width: 768px) {
            section.special-price-cart .cart-total-group .total-info-box .sum-box .subject-box {
              font-size: 16px;
              line-height: 16px; } }
        section.special-price-cart .cart-total-group .total-info-box .sum-box .con-box {
          display: inline-flex;
          align-items: center; }
          section.special-price-cart .cart-total-group .total-info-box .sum-box .con-box .before-box {
            color: #999;
            font-size: 16px;
            letter-spacing: -0.04em;
            text-decoration: line-through;
            font-family: 'Roboto'; }
            @media (max-width: 768px) {
              section.special-price-cart .cart-total-group .total-info-box .sum-box .con-box .before-box {
                font-size: 14px;
                line-height: 14px; } }
          section.special-price-cart .cart-total-group .total-info-box .sum-box .con-box .after-box {
            margin-left: 8px;
            display: inline-flex;
            align-items: center; }
            @media (max-width: 768px) {
              section.special-price-cart .cart-total-group .total-info-box .sum-box .con-box .after-box {
                margin-left: 4px; } }
            section.special-price-cart .cart-total-group .total-info-box .sum-box .con-box .after-box .price-box {
              color: #ff0000;
              font-size: 24px;
              line-height: 24px;
              letter-spacing: -0.04em;
              font-weight: 700;
              font-family: 'Roboto'; }
              @media (max-width: 768px) {
                section.special-price-cart .cart-total-group .total-info-box .sum-box .con-box .after-box .price-box {
                  font-size: 18px;
                  line-height: 18px; } }
            section.special-price-cart .cart-total-group .total-info-box .sum-box .con-box .after-box .txt-box {
              padding-left: 1px;
              font-size: 18px;
              line-height: 18px;
              letter-spacing: -0.05em; }
              @media (max-width: 768px) {
                section.special-price-cart .cart-total-group .total-info-box .sum-box .con-box .after-box .txt-box {
                  font-size: 14px;
                  line-height: 14px; } }
    section.special-price-cart .cart-total-group .cart-btn-box {
      padding-top: 20px;
      display: flex;
      justify-content: center; }
      section.special-price-cart .cart-total-group .cart-btn-box.mobile {
        display: none; }
      @media (max-width: 768px) {
        section.special-price-cart .cart-total-group .cart-btn-box {
          padding-top: 0; }
          section.special-price-cart .cart-total-group .cart-btn-box.mobile {
            display: flex; }
          section.special-price-cart .cart-total-group .cart-btn-box.web {
            display: none; } }
      @media (max-width: 768px) {
        section.special-price-cart .cart-total-group .cart-btn-box .btn-box {
          width: 100%; } }
      section.special-price-cart .cart-total-group .cart-btn-box .btn-box.mobile {
        display: none; }
        @media (max-width: 768px) {
          section.special-price-cart .cart-total-group .cart-btn-box .btn-box.mobile {
            width: 94px;
            display: block; } }
      section.special-price-cart .cart-total-group .cart-btn-box .btn-box .cart-btn {
        height: 60px;
        width: 280px;
        outline: none;
        background-color: #fbbe18;
        border: 0;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-family: 'Roboto';
        font-size: 16px;
        font-weight: 700;
        letter-spacing: -0.06em;
        color: #000; }
        @media (max-width: 768px) {
          section.special-price-cart .cart-total-group .cart-btn-box .btn-box .cart-btn {
            width: 100%;
            border-radius: 0; } }
        section.special-price-cart .cart-total-group .cart-btn-box .btn-box .cart-btn.type-back {
          width: 94px;
          color: #fff;
          background-color: #777777; }
          @media (max-width: 768px) {
            section.special-price-cart .cart-total-group .cart-btn-box .btn-box .cart-btn.type-back {
              width: 94px; } }
        section.special-price-cart .cart-total-group .cart-btn-box .btn-box .cart-btn .ic.ic-prev {
          background: url("../images/common/ic_page_prev.svg") no-repeat center/cover;
          width: 9px;
          height: 16px;
          margin-right: 5px; }

section.special-price-pick * {
  box-sizing: border-box; }
  section.special-price-pick *:before, section.special-price-pick *:after {
    display: none; }
section.special-price-pick .home-list-group {
  padding: 0 0 20px;
  max-width: 990px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    section.special-price-pick .home-list-group {
      padding: 20px 0 10px; } }
  section.special-price-pick .home-list-group .swiper-group-box {
    margin-bottom: 30px;
    position: relative; }
    @media (max-width: 768px) {
      section.special-price-pick .home-list-group .swiper-group-box {
        margin-bottom: 0; } }
    section.special-price-pick .home-list-group .swiper-group-box .swiper-button-prev {
      margin: 0;
      position: absolute;
      left: -52px;
      top: 50%;
      transform: translateY(-50%);
      background: url("../images/m_slider_prev.png") no-repeat center/cover;
      width: 50px;
      height: 50px;
      opacity: 0.4; }
      @media (max-width: 768px) {
        section.special-price-pick .home-list-group .swiper-group-box .swiper-button-prev {
          display: none; } }
    section.special-price-pick .home-list-group .swiper-group-box .swiper-button-next {
      margin: 0;
      position: absolute;
      right: -52px;
      top: 50%;
      transform: translateY(-50%);
      background: url("../images/m_slider_next.png") no-repeat center/cover;
      width: 50px;
      height: 50px;
      opacity: 0.4; }
      @media (max-width: 768px) {
        section.special-price-pick .home-list-group .swiper-group-box .swiper-button-next {
          display: none; } }
    section.special-price-pick .home-list-group .swiper-group-box .swiper-pagination {
      display: flex;
      justify-content: center;
      position: absolute;
      bottom: -18px;
      left: 0;
      right: 0;
      gap: 5px; }
      @media (max-width: 768px) {
        section.special-price-pick .home-list-group .swiper-group-box .swiper-pagination {
          display: none; } }
      section.special-price-pick .home-list-group .swiper-group-box .swiper-pagination .swiper-pagination-bullet {
        margin: 0;
        width: 8px;
        height: 8px;
        background-color: #D9D9D9;
        opacity: 1; }
        section.special-price-pick .home-list-group .swiper-group-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background-color: #fbbe18; }
    section.special-price-pick .home-list-group .swiper-group-box .swiper {
      overflow: hidden; }
      @media (max-width: 768px) {
        section.special-price-pick .home-list-group .swiper-group-box .swiper {
          padding: 0 20px; } }
      @media (max-width: 768px) {
        section.special-price-pick .home-list-group .swiper-group-box .swiper .swiper-slide {
          width: 240px; } }

section.special-price-filter {
  margin-bottom: 20px; }
  section.special-price-filter * {
    box-sizing: border-box; }
    section.special-price-filter *:before, section.special-price-filter *:after {
      display: none; }
  section.special-price-filter .filter-wrap {
    max-width: 1080px;
    margin: 0 auto;
    overflow: hidden; }
    @media (max-width: 768px) {
      section.special-price-filter .filter-wrap .main-category-list .list-wrap {
        padding: 0 20px;
        margin: 0 -20px; } }
    section.special-price-filter .filter-wrap .main-category-list .list-wrap ul {
      border-bottom: 1px solid #eee;
      padding-bottom: 9px;
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      gap: 20px; }
      @media (max-width: 768px) {
        section.special-price-filter .filter-wrap .main-category-list .list-wrap ul {
          gap: 13px;
          padding: 0 20px 10px;
          overflow: auto; }
          section.special-price-filter .filter-wrap .main-category-list .list-wrap ul::-webkit-scrollbar {
            display: none; } }
      section.special-price-filter .filter-wrap .main-category-list .list-wrap ul li {
        flex-shrink: 0; }
        section.special-price-filter .filter-wrap .main-category-list .list-wrap ul li .category-btn {
          display: flex;
          flex-direction: column;
          align-items: center;
          position: relative; }
          section.special-price-filter .filter-wrap .main-category-list .list-wrap ul li .category-btn:hover .ic-box .ic.ic-category {
            background: url("../images/specialPrice/ic_category_hover.svg") no-repeat center/cover; }
          section.special-price-filter .filter-wrap .main-category-list .list-wrap ul li .category-btn.selected .ic-box:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgba(251, 190, 24, 0.6) url("../images/specialPrice/ic_category_selected.svg") no-repeat top 16px center; }
          section.special-price-filter .filter-wrap .main-category-list .list-wrap ul li .category-btn.selected .txt-box {
            font-weight: 700; }
          section.special-price-filter .filter-wrap .main-category-list .list-wrap ul li .category-btn .ic-box {
            overflow: hidden;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            background: var(--W, #FFF);
            box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center; }
            @media (max-width: 768px) {
              section.special-price-filter .filter-wrap .main-category-list .list-wrap ul li .category-btn .ic-box {
                width: 50px;
                height: 50px; } }
            section.special-price-filter .filter-wrap .main-category-list .list-wrap ul li .category-btn .ic-box .ic.ic-category {
              background: url("../images/specialPrice/ic_category.svg") no-repeat center/cover;
              width: 42px;
              height: 42px; }
              @media (max-width: 768px) {
                section.special-price-filter .filter-wrap .main-category-list .list-wrap ul li .category-btn .ic-box .ic.ic-category {
                  width: 36px;
                  height: 36px; } }
          section.special-price-filter .filter-wrap .main-category-list .list-wrap ul li .category-btn .txt-box {
            padding-top: 5px;
            text-align: center;
            font-size: 14px;
            line-height: 14px;
            letter-spacing: -0.08em;
            color: #333; }
            @media (max-width: 768px) {
              section.special-price-filter .filter-wrap .main-category-list .list-wrap ul li .category-btn .txt-box {
                font-size: 12px;
                line-height: 12px;
                letter-spacing: -0.1em; } }
    section.special-price-filter .filter-wrap .sub-category-list .list-wrap ul {
      padding: 9px 0;
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      gap: 14px;
      border-bottom: 2px solid #ccc; }
      @media (max-width: 768px) {
        section.special-price-filter .filter-wrap .sub-category-list .list-wrap ul {
          padding: 6px 20px;
          gap: 13px;
          overflow: auto;
          justify-content: flex-start; }
          section.special-price-filter .filter-wrap .sub-category-list .list-wrap ul::-webkit-scrollbar {
            display: none; } }
      section.special-price-filter .filter-wrap .sub-category-list .list-wrap ul li {
        flex-shrink: 0; }
        section.special-price-filter .filter-wrap .sub-category-list .list-wrap ul li .category-btn {
          display: flex;
          flex-direction: column;
          align-items: center;
          position: relative; }
          section.special-price-filter .filter-wrap .sub-category-list .list-wrap ul li .category-btn:hover .txt-box {
            background-color: #fbbe18; }
          section.special-price-filter .filter-wrap .sub-category-list .list-wrap ul li .category-btn.selected .txt-box {
            color: #000;
            font-weight: 700;
            background-color: #fbbe18; }
          section.special-price-filter .filter-wrap .sub-category-list .list-wrap ul li .category-btn .txt-box {
            border-radius: 2px;
            font-weight: 400;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 20px;
            color: #333;
            padding: 0 3px;
            font-size: 14px;
            line-height: 14px;
            letter-spacing: -0.04em; }

section.special-price-home {
  padding-bottom: 160px; }
  @media (max-width: 768px) {
    section.special-price-home {
      padding-bottom: 60px; } }
  section.special-price-home * {
    box-sizing: border-box; }
    section.special-price-home *:before, section.special-price-home *:after {
      display: none; }
  section.special-price-home .home-wrap {
    max-width: 1080px;
    margin: 0 auto; }
  section.special-price-home .home-contents-group {
    display: flex; }
    @media (max-width: 768px) {
      section.special-price-home .home-contents-group {
        flex-direction: column; } }
    section.special-price-home .home-contents-group .goods-list-box {
      flex: 1;
      min-width: 0; }
      section.special-price-home .home-contents-group .goods-list-box .list-filter-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #e8e8e8;
        border-radius: 5px;
        padding: 8px 10px; }
        section.special-price-home .home-contents-group .goods-list-box .list-filter-box .filter-box {
          display: inline-flex;
          align-items: center;
          gap: 10px; }
          section.special-price-home .home-contents-group .goods-list-box .list-filter-box .filter-box .filter-item label {
            display: inline-flex;
            align-items: center;
            height: 24px; }
            section.special-price-home .home-contents-group .goods-list-box .list-filter-box .filter-box .filter-item label input[type=checkbox] {
              position: absolute;
              left: -9999px; }
              section.special-price-home .home-contents-group .goods-list-box .list-filter-box .filter-box .filter-item label input[type=checkbox]:checked ~ i {
                background: url("../images/common/ic_check_on.svg") no-repeat center/cover; }
            section.special-price-home .home-contents-group .goods-list-box .list-filter-box .filter-box .filter-item label i {
              position: absolute;
              left: 0;
              top: 0;
              background: url("../images/common/ic_check_off.svg") no-repeat center/cover;
              width: 24px;
              height: 24px; }
            section.special-price-home .home-contents-group .goods-list-box .list-filter-box .filter-box .filter-item label .txt {
              padding-left: 28px;
              font-size: 14px;
              line-height: 14px;
              color: #000; }
        section.special-price-home .home-contents-group .goods-list-box .list-filter-box .order-box {
          display: inline-flex;
          align-items: center;
          gap: 10px; }
          section.special-price-home .home-contents-group .goods-list-box .list-filter-box .order-box .order-item label {
            display: inline-flex;
            align-items: center;
            height: 24px; }
            section.special-price-home .home-contents-group .goods-list-box .list-filter-box .order-box .order-item label input[type=radio] {
              position: absolute;
              left: -9999px; }
              section.special-price-home .home-contents-group .goods-list-box .list-filter-box .order-box .order-item label input[type=radio]:checked ~ i {
                background: url("../images/common/ic_radio_on.svg") no-repeat center/cover; }
            section.special-price-home .home-contents-group .goods-list-box .list-filter-box .order-box .order-item label i {
              position: absolute;
              left: 0;
              top: 0;
              background: url("../images/common/ic_radio_off.svg") no-repeat center/cover;
              width: 24px;
              height: 24px; }
            section.special-price-home .home-contents-group .goods-list-box .list-filter-box .order-box .order-item label .txt {
              padding-left: 28px;
              font-size: 14px;
              line-height: 14px;
              color: #000; }
      section.special-price-home .home-contents-group .goods-list-box .list-item-box {
        padding-top: 10px; }
        @media (max-width: 768px) {
          section.special-price-home .home-contents-group .goods-list-box .list-item-box {
            padding: 10px 20px 0; } }
        section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li + li {
          margin-top: 10px; }
        section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap {
          display: flex;
          border-radius: 5px;
          overflow: hidden;
          background-color: #fff;
          border: 1px solid #eee;
          cursor: pointer; }
          section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap.state-end:before {
            content: '판매완료';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 40px;
            border: 1px solid #fff;
            border-radius: 5px;
            padding: 0 20px;
            color: #fff;
            z-index: 101;
            font-size: 18px;
            line-height: 18px;
            font-weight: 500; }
          section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap.state-end:after {
            display: block;
            border-radius: 5px;
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.6);
            z-index: 100; }
          section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .view-box {
            width: 140px;
            height: 140px;
            position: relative; }
            @media (max-width: 768px) {
              section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .view-box {
                width: 110px;
                height: 110px; } }
            section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .view-box .mark-box {
              position: absolute;
              top: 4px;
              left: 4px;
              display: inline-flex;
              align-items: center;
              z-index: 11; }
              section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .view-box .mark-box .ic.ic-pick {
                overflow: hidden;
                border-radius: 50%;
                box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
                width: 41px;
                height: 40px;
                background: url("../images/specialPrice/img_special_price_pick.svg") no-repeat center/cover; }
              section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .view-box .mark-box .ic.ic-sale {
                overflow: hidden;
                border-radius: 50%;
                box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
                width: 40px;
                height: 40px;
                background: url("../images/specialPrice/img_special_price_sale.svg") no-repeat center/cover; }
            section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .view-box .img-box {
              display: flex;
              width: 100%;
              height: 100%; }
              @media (max-width: 768px) {
                section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .view-box .img-box {
                  aspect-ratio: 1/1; } }
              section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .view-box .img-box .no-image {
                position: relative;
                background-position: center;
                background-size: cover;
                width: 100%;
                height: 100%;
                background-image: url("/images/no_image.PNG"); }
              section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .view-box .img-box img {
                width: 100%;
                height: 100%;
                object-fit: cover; }
              section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .view-box .img-box .cart-box {
                position: absolute;
                right: 5px;
                bottom: 5px; }
                section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .view-box .img-box .cart-box .cart-btn {
                  display: inline-flex;
                  align-items: center;
                  justify-content: center;
                  border: 1px solid #fbbe18;
                  position: relative;
                  z-index: 100;
                  width: 35px;
                  height: 35px;
                  border-radius: 5px;
                  background: #fff7e0 url("../images/specialPrice/ic_card_cart.svg") no-repeat center;
                  background-size: cover; }
                  @media (max-width: 768px) {
                    section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .view-box .img-box .cart-box .cart-btn {
                      width: 30px;
                      height: 30px; } }
          section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box {
            flex: 1;
            min-width: 0;
            display: inline-flex;
            align-items: center;
            padding: 20px; }
            @media (max-width: 768px) {
              section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box {
                flex-direction: column;
                align-items: flex-start;
                padding: 10px; } }
            section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box .info-head-box {
              flex: 1;
              min-width: 0;
              padding-right: 10px; }
              section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box .info-head-box .subject-box {
                display: flex;
                align-items: center; }
                section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box .info-head-box .subject-box .subject-txt {
                  font-weight: 500;
                  font-size: 18px;
                  line-height: 18px;
                  letter-spacing: -0.06em;
                  color: #333; }
                  @media (max-width: 768px) {
                    section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box .info-head-box .subject-box .subject-txt {
                      font-size: 15px;
                      line-height: 15px; } }
                section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box .info-head-box .subject-box .label-item {
                  margin-right: 4px;
                  border-radius: 3px;
                  display: inline-flex;
                  align-items: center;
                  justify-content: center;
                  background-color: #fbbe18;
                  color: #fff;
                  height: 20px;
                  padding: 0 4px;
                  font-weight: 500;
                  font-size: 11px;
                  letter-spacing: -0.05em; }
                  section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box .info-head-box .subject-box .label-item.color0 {
                    background-color: #424ed7; }
                  section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box .info-head-box .subject-box .label-item.color1 {
                    background-color: #6845c1; }
                  section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box .info-head-box .subject-box .label-item.color2 {
                    background-color: #009eff; }
                  section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box .info-head-box .subject-box .label-item.color3 {
                    background-color: #fbbe18; }
                  section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box .info-head-box .subject-box .label-item.color4 {
                    background-color: #FB9646; }
              section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box .info-head-box .option-box {
                padding-top: 10px;
                font-size: 14px;
                line-height: 16px;
                letter-spacing: -0.06em;
                color: #777; }
                @media (max-width: 768px) {
                  section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box .info-head-box .option-box {
                    padding-top: 4px;
                    font-size: 12px;
                    line-height: 14px; } }
            @media (max-width: 768px) {
              section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box .info-body-box {
                margin-top: 6px;
                position: relative;
                width: 100%; } }
            section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box .info-body-box .stock-box {
              text-align: right;
              color: #777;
              font-size: 12px;
              line-height: 12px;
              letter-spacing: -0.06em; }
              @media (max-width: 768px) {
                section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box .info-body-box .stock-box {
                  position: absolute;
                  right: 0;
                  top: 0; } }
              section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box .info-body-box .stock-box b {
                color: #444;
                font-family: 'Roboto'; }
            section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box .info-body-box .con-box {
              padding-top: 10px;
              display: flex;
              align-items: center; }
              @media (max-width: 768px) {
                section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box .info-body-box .con-box {
                  padding-top: 0;
                  align-items: flex-end; } }
              section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box .info-body-box .con-box .sale-box {
                padding-top: 4px;
                text-align: center;
                background: url("../images/specialPrice/img_sale_bg.svg") no-repeat center/cover;
                width: 32px;
                height: 32px;
                color: #fff;
                font-family: 'Roboto';
                font-size: 15px;
                font-weight: 700;
                letter-spacing: -0.04em; }
              section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box .info-body-box .con-box .price-box {
                flex: 1;
                min-width: 0;
                text-align: right;
                margin-left: 10px; }
                @media (max-width: 768px) {
                  section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box .info-body-box .con-box .price-box {
                    justify-content: flex-end;
                    display: inline-flex;
                    align-items: center; } }
                section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box .info-body-box .con-box .price-box .before-box {
                  padding-bottom: 2px;
                  font-family: 'Roboto';
                  color: #999;
                  font-size: 14px;
                  line-height: 14px;
                  letter-spacing: -0.04em;
                  text-decoration: line-through; }
                  @media (max-width: 768px) {
                    section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box .info-body-box .con-box .price-box .before-box {
                      padding: 0 4px 0 0;
                      font-size: 12px;
                      line-height: 12px; } }
                section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box .info-body-box .con-box .price-box .after-box {
                  font-family: 'Roboto';
                  font-size: 20px;
                  line-height: 20px;
                  color: #ff0000;
                  font-weight: 700; }
                  @media (max-width: 768px) {
                    section.special-price-home .home-contents-group .goods-list-box .list-item-box ul li .item-wrap .info-box .info-body-box .con-box .price-box .after-box {
                      font-size: 18px;
                      height: 18px; } }
    section.special-price-home .home-contents-group .goods-cart-box {
      position: sticky;
      top: 110px;
      width: 320px;
      margin-left: 20px;
      height: 100%; }
      @media (max-width: 768px) {
        section.special-price-home .home-contents-group .goods-cart-box {
          display: none; } }
      section.special-price-home .home-contents-group .goods-cart-box .cart-wrap {
        border-radius: 10px;
        border: 0.5px solid var(--e-8-e-8-e-8, #E8E8E8);
        background: var(--W, #FFF);
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); }
        section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-tit-box {
          display: flex;
          justify-content: center;
          border-bottom: 1px solid #eee;
          height: 60px;
          align-items: center; }
          section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-tit-box .ic.ic-cart {
            margin-right: 5px;
            background: url("../images/specialPrice/ic_cart_title.svg") no-repeat center/cover;
            width: 32px;
            height: 32px; }
          section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-tit-box .tit-txt {
            font-size: 22px;
            font-weight: 700;
            line-height: 26px;
            letter-spacing: -0.04em;
            color: #333; }
        section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box {
          padding: 10px 20px; }
          section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list {
            display: flex;
            flex-direction: column;
            gap: 5px; }
            section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item {
              min-width: 0; }
              section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap {
                padding: 10px 15px;
                border-radius: 10px;
                border: 1px solid #e8e8e8;
                cursor: pointer; }
                section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap.state-end:before {
                  content: '판매완료';
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, -50%);
                  display: inline-flex;
                  align-items: center;
                  justify-content: center;
                  height: 40px;
                  border: 1px solid #fff;
                  border-radius: 5px;
                  padding: 0 20px;
                  color: #fff;
                  z-index: 101;
                  font-size: 18px;
                  line-height: 18px;
                  font-weight: 500; }
                section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap.state-end:after {
                  display: block;
                  border-radius: 5px;
                  content: '';
                  position: absolute;
                  top: 0;
                  right: 0;
                  bottom: 0;
                  left: 0;
                  background: rgba(0, 0, 0, 0.6);
                  z-index: 100; }
                section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap.state-end .remove-btn.state {
                  z-index: 110;
                  background: url("../images/specialPrice/ic_cart_remove.svg") no-repeat center/cover;
                  width: 20px;
                  height: 20px;
                  display: block;
                  position: absolute;
                  right: 15px; }
                section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box {
                  display: flex; }
                  section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .view-box {
                    width: 52px;
                    position: relative; }
                    section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .view-box .no-image {
                      position: relative;
                      background-position: center;
                      background-size: cover;
                      width: 100%;
                      height: 100%;
                      background-image: url("/images/no_image.PNG"); }
                    section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .view-box .img-box {
                      aspect-ratio: 1/1; }
                      section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .view-box .img-box img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover; }
                  section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .info-box {
                    padding-left: 6px;
                    flex: 1;
                    min-width: 0; }
                    section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .info-box .info-head-box {
                      padding-bottom: 4px;
                      display: flex;
                      justify-content: space-between;
                      align-items: center; }
                      section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .info-box .info-head-box .head-box {
                        display: inline-flex;
                        align-items: center; }
                        section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .info-box .info-head-box .head-box .label-item {
                          border-radius: 3px;
                          display: inline-flex;
                          align-items: center;
                          justify-content: center;
                          background-color: #fbbe18;
                          color: #fff;
                          height: 20px;
                          padding: 0 4px;
                          font-weight: 500;
                          font-size: 11px;
                          letter-spacing: -0.05em; }
                          section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .info-box .info-head-box .head-box .label-item.color0 {
                            background-color: #424ed7; }
                          section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .info-box .info-head-box .head-box .label-item.color1 {
                            background-color: #6845c1; }
                          section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .info-box .info-head-box .head-box .label-item.color2 {
                            background-color: #009eff; }
                          section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .info-box .info-head-box .head-box .label-item.color3 {
                            background-color: #fbbe18; }
                          section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .info-box .info-head-box .head-box .label-item.color4 {
                            background-color: #FB9646; }
                        section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .info-box .info-head-box .head-box .stock-item {
                          margin-left: 2px;
                          font-size: 12px;
                          line-height: 12px;
                          letter-spacing: -0.04em;
                          color: #777; }
                          section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .info-box .info-head-box .head-box .stock-item b {
                            font-family: 'Roboto'; }
                    section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .info-box .info-body-box .subject-box {
                      display: flex; }
                      section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .info-box .info-body-box .subject-box .subject-txt {
                        flex: 1;
                        min-width: 0;
                        color: #333;
                        font-weight: 700;
                        font-size: 18px;
                        line-height: 18px;
                        letter-spacing: -0.04em;
                        margin-right: 10px; }
                      section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .info-box .info-body-box .subject-box .remove-btn {
                        background: url("../images/specialPrice/ic_cart_remove.svg") no-repeat center/cover;
                        width: 20px;
                        height: 20px; }
                    section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .info-box .info-body-box .con-box {
                      padding-top: 4px;
                      display: flex;
                      justify-content: space-between;
                      align-items: center; }
                      section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .info-box .info-body-box .con-box .amount-box {
                        display: inline-flex;
                        align-items: center; }
                        section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .info-box .info-body-box .con-box .amount-box .amount-btn {
                          width: 20px;
                          height: 20px; }
                          section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .info-box .info-body-box .con-box .amount-box .amount-btn[data-control=minus] {
                            background: url("../images/specialPrice/ic_amount_minus.svg") no-repeat center/cover; }
                          section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .info-box .info-body-box .con-box .amount-box .amount-btn[data-control=plus] {
                            background: url("../images/specialPrice/ic_amount_plus.svg") no-repeat center/cover; }
                        section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .info-box .info-body-box .con-box .amount-box input[type=text] {
                          outline: none !important;
                          border-radius: 0;
                          margin: 0 2px;
                          height: 18px;
                          border: 1px solid #eee;
                          text-align: center;
                          width: 40px;
                          color: #000; }
                      section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .info-box .info-body-box .con-box .price-box {
                        text-align: right; }
                        section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .info-box .info-body-box .con-box .price-box .before-box {
                          color: #999;
                          font-size: 12px;
                          line-height: 12px;
                          letter-spacing: -0.04em;
                          text-decoration: line-through;
                          font-family: 'Roboto'; }
                        section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-view-box .info-box .info-body-box .con-box .price-box .after-box {
                          color: #ff0000;
                          font-family: 'Roboto';
                          font-size: 16px;
                          font-weight: 500;
                          line-height: 16px;
                          letter-spacing: -0.04em; }
                section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-option-box {
                  padding-top: 4px;
                  display: flex;
                  flex-direction: column;
                  justify-content: center; }
                  section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-option-box .option-list .option-item {
                    display: flex;
                    align-items: center; }
                    section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-option-box .option-list .option-item + .option-item {
                      margin-top: 4px; }
                    section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-option-box .option-list .option-item .subject-box {
                      width: 62px;
                      color: #666666;
                      font-size: 14px;
                      line-height: 16px;
                      letter-spacing: -0.06em;
                      font-weight: 500; }
                    section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-option-box .option-list .option-item .con-box {
                      flex: 1;
                      min-width: 0; }
                      section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-option-box .option-list .option-item .con-box select {
                        outline: none;
                        background: #fff url("../images/specialPrice/ic_nav_arrow.svg") no-repeat right 10px center;
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        -o-appearance: none;
                        appearance: none;
                        padding: 0 24px 0 10px;
                        border: 1px solid #ccc;
                        border-radius: 5px;
                        width: 100%;
                        height: 22px;
                        color: #777; }
                        section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-list-box .cart-list .cart-item .item-wrap .item-option-box .option-list .option-item .con-box select.selected {
                          color: #333; }
        section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-total-box {
          padding: 10px 20px 20px; }
          section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-total-box .total-sum-box {
            padding-bottom: 10px;
            text-align: center;
            color: #333;
            font-size: 16px;
            line-height: 16px;
            letter-spacing: -0.04em;
            font-weight: 700; }
            section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-total-box .total-sum-box .total-price {
              font-family: 'Roboto'; }
          section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-total-box .total-btn-box {
            display: flex;
            justify-content: center; }
            section.special-price-home .home-contents-group .goods-cart-box .cart-wrap .cart-total-box .total-btn-box .total-btn {
              outline: none;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              width: 100%;
              height: 60px;
              border-radius: 10px;
              background-color: #fbbe18;
              color: #000;
              font-size: 16px;
              line-height: 16px;
              letter-spacing: -0.06em;
              font-weight: 700;
              outline: none;
              border: 0; }
  section.special-price-home .home-contents-paging {
    padding-top: 60px; }
    @media (max-width: 768px) {
      section.special-price-home .home-contents-paging {
        padding-top: 20px; } }
    section.special-price-home .home-contents-paging .mobile-top-box {
      display: none; }
      @media (max-width: 768px) {
        section.special-price-home .home-contents-paging .mobile-top-box {
          padding-top: 30px;
          display: block; } }
      section.special-price-home .home-contents-paging .mobile-top-box .top-move-box {
        display: flex;
        justify-content: center; }
        section.special-price-home .home-contents-paging .mobile-top-box .top-move-box .top-move-btn {
          display: inline-flex;
          align-items: center;
          justify-content: center; }
          section.special-price-home .home-contents-paging .mobile-top-box .top-move-box .top-move-btn .txt {
            color: #999;
            padding-left: 5px;
            font-size: 12px;
            font-weight: 700; }
          section.special-price-home .home-contents-paging .mobile-top-box .top-move-box .top-move-btn .ic.ic-top {
            background: url("../images/estimate/ic_top.svg") no-repeat center/cover;
            width: 20px;
            height: 20px; }
    @media (max-width: 768px) {
      section.special-price-home .home-contents-paging .web-paging {
        display: none; } }
    section.special-price-home .home-contents-paging .mobile-paging {
      display: none; }
      @media (max-width: 768px) {
        section.special-price-home .home-contents-paging .mobile-paging {
          display: block; } }
    section.special-price-home .home-contents-paging article.paging ul.paging-list {
      display: flex;
      justify-content: center; }
      section.special-price-home .home-contents-paging article.paging ul.paging-list li + li {
        margin-left: 5px; }
        @media (max-width: 768px) {
          section.special-price-home .home-contents-paging article.paging ul.paging-list li + li {
            margin-left: 2px; } }
      section.special-price-home .home-contents-paging article.paging ul.paging-list li .first-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 0;
        margin-right: 5px;
        background: url("../images/common/ic_paging_prev.svg") no-repeat center/cover;
        width: 40px;
        height: 40px; }
        @media (max-width: 768px) {
          section.special-price-home .home-contents-paging article.paging ul.paging-list li .first-btn {
            width: 30px;
            height: 30px; } }
      section.special-price-home .home-contents-paging article.paging ul.paging-list li .prev-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 0;
        margin-right: 5px;
        background: url("../images/common/ic_paging_prev2.svg") no-repeat center/cover;
        width: 40px;
        height: 40px; }
        @media (max-width: 768px) {
          section.special-price-home .home-contents-paging article.paging ul.paging-list li .prev-btn {
            width: 30px;
            height: 30px; } }
      section.special-price-home .home-contents-paging article.paging ul.paging-list li .next-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 5px;
        background: url("../images/common/ic_paging_next2.svg") no-repeat center/cover;
        width: 40px;
        height: 40px; }
        @media (max-width: 768px) {
          section.special-price-home .home-contents-paging article.paging ul.paging-list li .next-btn {
            width: 30px;
            height: 30px; } }
      section.special-price-home .home-contents-paging article.paging ul.paging-list li .last-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 5px;
        background: url("../images/common/ic_paging_next.svg") no-repeat center/cover;
        width: 40px;
        height: 40px; }
        @media (max-width: 768px) {
          section.special-price-home .home-contents-paging article.paging ul.paging-list li .last-btn {
            width: 30px;
            height: 30px; } }
      section.special-price-home .home-contents-paging article.paging ul.paging-list li .num-btn {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #333;
        font-size: 24px;
        font-family: 'Roboto';
        display: inline-flex;
        justify-content: center;
        align-items: center; }
        section.special-price-home .home-contents-paging article.paging ul.paging-list li .num-btn:hover {
          background: #FBBE18; }
        section.special-price-home .home-contents-paging article.paging ul.paging-list li .num-btn.active {
          color: #fff !important;
          background-color: #cccccc !important; }
        @media (max-width: 768px) {
          section.special-price-home .home-contents-paging article.paging ul.paging-list li .num-btn {
            font-size: 20px;
            width: 30px;
            height: 30px; } }

section.special-price-form .form-wrap {
  max-width: 360px;
  margin: 0 auto;
  padding-bottom: 50px; }
  @media (max-width: 768px) {
    section.special-price-form .form-wrap {
      width: 290px;
      padding-bottom: 30px; } }
  section.special-price-form .form-wrap ul li.item {
    display: flex;
    flex-direction: column;
    position: relative; }
    section.special-price-form .form-wrap ul li.item.error label {
      color: #ff0000; }
      section.special-price-form .form-wrap ul li.item.error label .ic.ic-addr {
        background: url("../images/ic_place_error.svg") no-repeat center/20px 20px; }
      section.special-price-form .form-wrap ul li.item.error label .ic.ic-calendar {
        background: url("../images/ic_calendar_error.svg") no-repeat center/20px 20px; }
    section.special-price-form .form-wrap ul li.item.error input {
      background-color: #ffe5e5;
      border: 1px solid #ff0000; }
      section.special-price-form .form-wrap ul li.item.error input::placeholder {
        color: #ff0000; }
    section.special-price-form .form-wrap ul li.item.name input {
      padding-left: 95px; }
    section.special-price-form .form-wrap ul li.item.hp input {
      padding-left: 66px; }
    section.special-price-form .form-wrap ul li.item.adr input {
      padding-left: 91px; }
    section.special-price-form .form-wrap ul li.item.date input {
      padding-left: 120px; }
    section.special-price-form .form-wrap ul li.item label {
      padding: 0 15px;
      z-index: 10;
      position: absolute;
      left: 0;
      top: 0;
      height: 50px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #666666;
      font-size: 15px;
      line-height: 15px;
      letter-spacing: -0.04em;
      font-weight: 400; }
      section.special-price-form .form-wrap ul li.item label .ic.ic-addr {
        width: 20px;
        height: 20px;
        background: url("../images/ic_place.svg") no-repeat center/20px 20px;
        margin-right: 5px; }
      section.special-price-form .form-wrap ul li.item label .ic.ic-calendar {
        width: 20px;
        height: 20px;
        background: url("../images/ic_calendar.svg") no-repeat center/20px 20px;
        margin-right: 5px; }
    section.special-price-form .form-wrap ul li.item input {
      height: 50px;
      min-width: 0;
      color: #333;
      font-size: 15px;
      line-height: 20px;
      letter-spacing: -0.04em; }
      section.special-price-form .form-wrap ul li.item input::placeholder {
        color: #ccc; }

section.special-price-order {
  padding-bottom: 220px; }
  @media (max-width: 768px) {
    section.special-price-order {
      padding-bottom: 60px; } }
  section.special-price-order * {
    box-sizing: border-box; }
    section.special-price-order *:before, section.special-price-order *:after {
      display: none; }
  section.special-price-order .order-wrap {
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      section.special-price-order .order-wrap {
        padding: 0 20px; } }
  section.special-price-order .toggle-group-box {
    padding-bottom: 20px; }
    @media (max-width: 768px) {
      section.special-price-order .toggle-group-box {
        padding-bottom: 60px; } }
    section.special-price-order .toggle-group-box.state-hide .toggle-btn {
      background: url("../images/specialPrice/ic_toggle_hide.svg") no-repeat center/cover !important; }
    section.special-price-order .toggle-group-box.state-hide .toggle-body-box {
      display: none; }
    section.special-price-order .toggle-group-box .toggle-head-box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-radius: 10px;
      height: 50px;
      background-color: #f4f4f4;
      padding: 0 20px; }
      section.special-price-order .toggle-group-box .toggle-head-box .head-box {
        color: #333;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        section.special-price-order .toggle-group-box .toggle-head-box .head-box .head-txt {
          font-weight: 700;
          font-size: 24px;
          line-height: 24px;
          letter-spacing: -0.06em; }
          @media (max-width: 768px) {
            section.special-price-order .toggle-group-box .toggle-head-box .head-box .head-txt {
              font-size: 20px;
              height: 20px; } }
        section.special-price-order .toggle-group-box .toggle-head-box .head-box .cnt-txt {
          margin-left: 2px;
          font-weight: 700;
          font-size: 20px;
          line-height: 24px;
          letter-spacing: -0.06em; }
          @media (max-width: 768px) {
            section.special-price-order .toggle-group-box .toggle-head-box .head-box .cnt-txt {
              font-size: 16px;
              line-height: 20px; } }
      section.special-price-order .toggle-group-box .toggle-head-box .option-box {
        display: inline-flex;
        align-items: center; }
        section.special-price-order .toggle-group-box .toggle-head-box .option-box .toggle-btn {
          background: url("../images/specialPrice/ic_toggle_show.svg") no-repeat center/cover;
          width: 30px;
          height: 18px; }
    section.special-price-order .toggle-group-box .toggle-body-box {
      margin-top: 10px; }
  section.special-price-order .cart-list-group .cart-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; }
    @media (max-width: 768px) {
      section.special-price-order .cart-list-group .cart-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        padding-bottom: 0; } }
    section.special-price-order .cart-list-group .cart-list .cart-item {
      min-width: 0; }
      section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap {
        padding: 15px 20px;
        border-radius: 10px;
        border: 1px solid #e8e8e8;
        cursor: pointer; }
        section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap.state-end:before {
          content: '판매완료';
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          display: inline-flex;
          align-items: center;
          justify-content: center;
          height: 40px;
          border: 1px solid #fff;
          border-radius: 5px;
          padding: 0 20px;
          color: #fff;
          z-index: 101;
          font-size: 18px;
          line-height: 18px;
          font-weight: 500; }
        section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap.state-end:after {
          display: block;
          border-radius: 5px;
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.6);
          z-index: 100; }
        section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-head-box {
          padding-bottom: 4px;
          display: flex;
          justify-content: space-between; }
          section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-head-box .subject-box {
            display: inline-flex;
            flex: 1;
            min-width: 0; }
            section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-head-box .subject-box .subject-txt {
              flex: 1;
              min-width: 0;
              color: #333;
              font-weight: 500;
              font-size: 18px;
              line-height: 18px;
              word-break: break-all; }
              @media (max-width: 768px) {
                section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-head-box .subject-box .subject-txt {
                  font-size: 20px;
                  line-height: 20px; } }
            section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-head-box .subject-box .label-item {
              margin-right: 2px;
              flex-shrink: 0;
              border-radius: 3px;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              background-color: #fbbe18;
              color: #fff;
              height: 20px;
              padding: 0 4px;
              font-weight: 500;
              font-size: 11px;
              letter-spacing: -0.05em; }
              section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-head-box .subject-box .label-item.color0 {
                background-color: #424ed7; }
              section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-head-box .subject-box .label-item.color1 {
                background-color: #6845c1; }
              section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-head-box .subject-box .label-item.color2 {
                background-color: #009eff; }
              section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-head-box .subject-box .label-item.color3 {
                background-color: #fbbe18; }
              section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-head-box .subject-box .label-item.color4 {
                background-color: #FB9646; }
              @media (max-width: 768px) {
                section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-head-box .subject-box .label-item {
                  margin-top: 0; } }
          section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-head-box .cnt-box {
            display: inline-flex;
            align-items: center;
            color: #777;
            font-size: 14px;
            line-height: 16px;
            letter-spacing: -0.06em; }
            section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-head-box .cnt-box .cnt {
              position: relative;
              top: 2px;
              font-family: 'Roboto'; }
        section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-view-box {
          padding-bottom: 4px;
          display: flex; }
          section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .view-box {
            width: 90px;
            position: relative; }
            section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .view-box label {
              position: absolute;
              left: 2px;
              top: 2px;
              z-index: 10;
              cursor: pointer;
              display: inline-flex;
              align-items: center;
              justify-content: center; }
              section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .view-box label * {
                transition: none; }
              section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .view-box label input[type=checkbox] {
                position: absolute;
                left: -9999px; }
                section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .view-box label input[type=checkbox]:checked ~ i {
                  background: url("../images/common/ic_check_on.svg") no-repeat center/cover; }
              section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .view-box label i {
                background: url("../images/common/ic_check_off.svg") no-repeat center/cover;
                width: 22px;
                height: 22px; }
            section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .view-box .img-box {
              aspect-ratio: 1/1; }
              section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .view-box .img-box .no-image {
                position: relative;
                background-position: center;
                background-size: cover;
                width: 100%;
                height: 100%;
                background-image: url("/images/no_image.PNG"); }
              section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .view-box .img-box img {
                width: 100%;
                height: 100%;
                object-fit: cover; }
          section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box {
            display: flex;
            flex-direction: column;
            padding-left: 6px;
            flex: 1;
            min-width: 0; }
            section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box .option-group-box {
              flex: 1;
              min-height: 0; }
              section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box .option-group-box .option-name {
                font-size: 12px;
                line-height: 14px;
                letter-spacing: -0.06em;
                color: #777; }
                section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box .option-group-box .option-name + .option-list {
                  margin-top: 2px; }
              section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box .option-group-box .option-list .option-item {
                display: flex; }
                section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-view-box .info-box .option-group-box .option-list .option-item .subject-box {
                  flex: 1;
                  min-width: 0;
                  color: #666666;
                  font-size: 12px;
                  line-height: 14px;
                  letter-spacing: -0.06em;
                  font-weight: 500; }
        section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-price-box {
          padding-top: 4px;
          display: flex;
          justify-content: flex-end;
          align-items: center; }
          section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-price-box .before-box {
            text-decoration: line-through;
            font-size: 12px;
            line-height: 12px;
            letter-spacing: -0.04em;
            margin-right: 2px;
            color: #999; }
          section.special-price-order .cart-list-group .cart-list .cart-item .item-wrap .item-price-box .after-box {
            color: #333;
            font-family: 'Roboto';
            font-size: 16px;
            line-height: 16px;
            letter-spacing: -0.04em;
            font-weight: 500; }
  section.special-price-order .order-total-group {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0 auto;
    z-index: 120;
    max-width: 980px; }
    @media (max-width: 768px) {
      section.special-price-order .order-total-group {
        bottom: 0;
        background-color: #fff;
        box-shadow: 0px -3px 15px 0px rgba(0, 0, 0, 0.15); } }
    section.special-price-order .order-total-group.on {
      position: static; }
      @media (max-width: 768px) {
        section.special-price-order .order-total-group.on {
          box-shadow: none;
          position: fixed; } }
    section.special-price-order .order-total-group .total-info-box {
      padding: 10px;
      background-color: rgba(244, 244, 244, 0.96);
      border-radius: 10px;
      display: flex;
      align-items: center; }
      @media (max-width: 768px) {
        section.special-price-order .order-total-group .total-info-box {
          flex-direction: column;
          align-items: center;
          justify-content: center;
          padding: 0;
          border-radius: 0; } }
      section.special-price-order .order-total-group .total-info-box .btn-box {
        margin-left: 10px; }
        @media (max-width: 768px) {
          section.special-price-order .order-total-group .total-info-box .btn-box {
            margin: 0;
            display: flex;
            width: 100%; } }
        section.special-price-order .order-total-group .total-info-box .btn-box .btn-item {
          display: inline-flex;
          align-items: center;
          justify-content: center; }
          @media (max-width: 768px) {
            section.special-price-order .order-total-group .total-info-box .btn-box .btn-item {
              width: 100%; } }
          section.special-price-order .order-total-group .total-info-box .btn-box .btn-item.mobile {
            display: none; }
          @media (max-width: 768px) {
            section.special-price-order .order-total-group .total-info-box .btn-box .btn-item.mobile {
              display: inline-flex;
              min-width: 94px;
              width: 94px; }
              section.special-price-order .order-total-group .total-info-box .btn-box .btn-item.mobile .ic.ic-prev {
                background: url("../images/common/ic_page_prev.svg") no-repeat center/cover;
                width: 9px;
                height: 16px;
                margin-right: 5px; }
              section.special-price-order .order-total-group .total-info-box .btn-box .btn-item.mobile .btn {
                background-color: #777777 !important;
                color: #fff; } }
          section.special-price-order .order-total-group .total-info-box .btn-box .btn-item .btn {
            width: 300px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 0;
            border-radius: 8px;
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
            height: 70px;
            background-color: #fbbe18;
            color: #000;
            font-size: 20px;
            line-height: 20px;
            letter-spacing: -0.06em;
            font-weight: 700; }
            @media (max-width: 768px) {
              section.special-price-order .order-total-group .total-info-box .btn-box .btn-item .btn {
                border-radius: 0;
                width: 100%;
                height: 58px;
                font-size: 16px;
                line-height: 16px;
                box-shadow: none; } }
            section.special-price-order .order-total-group .total-info-box .btn-box .btn-item .btn .num-txt {
              padding-top: 3px;
              font-family: 'Roboto'; }
            section.special-price-order .order-total-group .total-info-box .btn-box .btn-item .btn:disabled {
              color: #fff;
              background: var(--cccccc, #CCC); }
      section.special-price-order .order-total-group .total-info-box .guide-box {
        flex: 1;
        min-width: 0;
        text-align: right;
        padding-right: 26px;
        position: relative; }
        @media (max-width: 768px) {
          section.special-price-order .order-total-group .total-info-box .guide-box {
            width: 100%;
            text-align: center;
            padding: 6px 20px; } }
        section.special-price-order .order-total-group .total-info-box .guide-box:after {
          content: '+';
          display: block;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          font-size: 28px;
          line-height: 28px;
          font-weight: 500;
          letter-spacing: -0.05em;
          color: #444; }
          @media (max-width: 768px) {
            section.special-price-order .order-total-group .total-info-box .guide-box:after {
              display: none; } }
        section.special-price-order .order-total-group .total-info-box .guide-box .main-box {
          color: #444444;
          font-size: 20px;
          line-height: 20px;
          letter-spacing: -0.06em;
          font-weight: 500; }
          @media (max-width: 768px) {
            section.special-price-order .order-total-group .total-info-box .guide-box .main-box {
              font-size: 14px;
              line-height: 14px; } }
          section.special-price-order .order-total-group .total-info-box .guide-box .main-box .info-box {
            display: none;
            position: absolute;
            width: 300px;
            color: #999999;
            word-break: break-all;
            overflow: hidden;
            font-weight: 400;
            font-size: 14px;
            z-index: 1;
            border: 1px solid #EEEEEE;
            background-color: #FFFFFF;
            top: -68px;
            right: 0;
            padding: 10px;
            border-radius: 5px;
            text-align: left; }
            @media (max-width: 768px) {
              section.special-price-order .order-total-group .total-info-box .guide-box .main-box .info-box {
                width: 260px;
                font-size: 14px;
                top: -74px;
                right: 8vw; } }
          section.special-price-order .order-total-group .total-info-box .guide-box .main-box .q_mark {
            display: inline-block;
            *zoom: 1;
            *display: inline;
            text-indent: -9999px;
            *text-indent: 0;
            *font-size: 0;
            *line-height: 0;
            width: 20px;
            height: 20px;
            background: url("/images/ic_q_mark.png") no-repeat 0 0;
            cursor: pointer;
            top: 2px;
            margin-left: 2px; }
            section.special-price-order .order-total-group .total-info-box .guide-box .main-box .q_mark:hover ~ .info-box {
              display: block; }
            @media (max-width: 768px) {
              section.special-price-order .order-total-group .total-info-box .guide-box .main-box .q_mark {
                width: 16px;
                height: 16px;
                background-size: 16px 16px;
                position: absolute;
                top: -2px; } }
        section.special-price-order .order-total-group .total-info-box .guide-box .sub-box {
          padding-top: 4px;
          font-size: 14px;
          letter-spacing: -0.06em;
          color: #777; }
          @media (max-width: 768px) {
            section.special-price-order .order-total-group .total-info-box .guide-box .sub-box {
              padding-top: 2px;
              font-size: 12px;
              line-height: 14px; } }
      section.special-price-order .order-total-group .total-info-box .sum-box {
        width: 500px;
        margin-left: 10px;
        background-color: #fff;
        border-radius: 8px;
        border: 2px solid #fbbe18;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 70px;
        padding: 0 30px; }
        @media (max-width: 768px) {
          section.special-price-order .order-total-group .total-info-box .sum-box {
            width: 100%;
            order: 1;
            height: 34px;
            padding: 0 20px; } }
        section.special-price-order .order-total-group .total-info-box .sum-box .subject-box {
          font-size: 20px;
          font-weight: 500;
          line-height: 20px;
          letter-spacing: -0.05em;
          color: #000; }
          @media (max-width: 768px) {
            section.special-price-order .order-total-group .total-info-box .sum-box .subject-box {
              font-size: 16px;
              line-height: 16px; } }
        section.special-price-order .order-total-group .total-info-box .sum-box .con-box {
          display: inline-flex;
          align-items: center; }
          section.special-price-order .order-total-group .total-info-box .sum-box .con-box .before-box {
            color: #999;
            font-size: 16px;
            letter-spacing: -0.04em;
            text-decoration: line-through;
            font-family: 'Roboto'; }
            @media (max-width: 768px) {
              section.special-price-order .order-total-group .total-info-box .sum-box .con-box .before-box {
                font-size: 14px;
                line-height: 14px; } }
          section.special-price-order .order-total-group .total-info-box .sum-box .con-box .after-box {
            margin-left: 8px;
            display: inline-flex;
            align-items: center; }
            @media (max-width: 768px) {
              section.special-price-order .order-total-group .total-info-box .sum-box .con-box .after-box {
                margin-left: 4px; } }
            section.special-price-order .order-total-group .total-info-box .sum-box .con-box .after-box .price-box {
              color: #ff0000;
              font-size: 24px;
              line-height: 24px;
              letter-spacing: -0.04em;
              font-weight: 700;
              font-family: 'Roboto'; }
              @media (max-width: 768px) {
                section.special-price-order .order-total-group .total-info-box .sum-box .con-box .after-box .price-box {
                  font-size: 18px;
                  line-height: 18px; } }
            section.special-price-order .order-total-group .total-info-box .sum-box .con-box .after-box .txt-box {
              padding-left: 1px;
              font-size: 18px;
              line-height: 18px;
              letter-spacing: -0.05em; }
              @media (max-width: 768px) {
                section.special-price-order .order-total-group .total-info-box .sum-box .con-box .after-box .txt-box {
                  font-size: 14px;
                  line-height: 14px; } }
    section.special-price-order .order-total-group .cart-btn-box {
      padding-top: 20px;
      display: flex;
      justify-content: center; }
      section.special-price-order .order-total-group .cart-btn-box.mobile {
        display: none; }
      @media (max-width: 768px) {
        section.special-price-order .order-total-group .cart-btn-box {
          padding-top: 0; }
          section.special-price-order .order-total-group .cart-btn-box.mobile {
            display: flex; }
          section.special-price-order .order-total-group .cart-btn-box.web {
            display: none; } }
      @media (max-width: 768px) {
        section.special-price-order .order-total-group .cart-btn-box .btn-box {
          width: 100%; } }
      section.special-price-order .order-total-group .cart-btn-box .btn-box.mobile {
        display: none; }
        @media (max-width: 768px) {
          section.special-price-order .order-total-group .cart-btn-box .btn-box.mobile {
            width: 94px;
            display: block; } }
      section.special-price-order .order-total-group .cart-btn-box .btn-box .cart-btn {
        height: 60px;
        width: 280px;
        outline: none;
        background-color: #fbbe18;
        border: 0;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-family: 'Roboto';
        font-size: 16px;
        font-weight: 700;
        letter-spacing: -0.06em;
        color: #000; }
        @media (max-width: 768px) {
          section.special-price-order .order-total-group .cart-btn-box .btn-box .cart-btn {
            width: 100%;
            border-radius: 0; } }
        section.special-price-order .order-total-group .cart-btn-box .btn-box .cart-btn.type-back {
          width: 94px;
          color: #fff;
          background-color: #777777; }
          @media (max-width: 768px) {
            section.special-price-order .order-total-group .cart-btn-box .btn-box .cart-btn.type-back {
              width: 94px; } }
        section.special-price-order .order-total-group .cart-btn-box .btn-box .cart-btn .ic.ic-prev {
          background: url("../images/common/ic_page_prev.svg") no-repeat center/cover;
          width: 9px;
          height: 16px;
          margin-right: 5px; }
