.store-container {
  font-family: Malgun Gothic, Roboto, Gulim, Dotum, sans-serif !important; }
  .store-container div {
    box-sizing: border-box; }
  .store-container a {
    text-decoration: none;
    color: inherit; }
  .store-container #top {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 65px; }
    .store-container #top .store-intro {
      position: relative;
      min-width: 976px;
      margin: 0 auto;
      height: 370px;
      margin-bottom: 15px; }
      .store-container #top .store-intro .image-name {
        position: absolute;
        top: 10px;
        left: 10px;
        color: white;
        font-size: 13px;
        z-index: 2; }
      .store-container #top .store-intro .background {
        z-index: 1;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
        /* https://stackoverflow.com/questions/14068103/disable-antialising-when-scaling-images */
        image-rendering: optimizeSpeed;
        /* STOP SMOOTHING, GIVE ME SPEED  */
        image-rendering: -moz-crisp-edges;
        /* Firefox                        */
        image-rendering: -o-crisp-edges;
        /* Opera                          */
        image-rendering: -webkit-optimize-contrast;
        /* Chrome (and eventually Safari) */
        image-rendering: pixelated;
        /* Chrome */
        image-rendering: optimize-contrast;
        /* CSS3 Proposed                  */
        -ms-interpolation-mode: nearest-neighbor;
        /* IE8+                           */ }
      .store-container #top .store-intro .store-intro-wrap {
        z-index: 2;
        padding: 30px 0;
        width: 976px;
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -488px; }
        .store-container #top .store-intro .store-intro-wrap .intro {
          width: 700px;
          height: 314px;
          float: left;
          padding: 30px 30px 30px 20px;
          color: white; }
          .store-container #top .store-intro .store-intro-wrap .intro .nickname-wrap {
            border-bottom: 1px solid white;
            padding-bottom: 20px; }
            .store-container #top .store-intro .store-intro-wrap .intro .nickname-wrap .nickname {
              padding: 7px;
              width: 528px;
              float: left;
              font-size: 28px;
              font-weight: bold; }
            .store-container #top .store-intro .store-intro-wrap .intro .nickname-wrap .dangol-coupon {
              text-align: right;
              width: 122px;
              float: left;
              padding: 0 4px; }
              .store-container #top .store-intro .store-intro-wrap .intro .nickname-wrap .dangol-coupon .button {
                cursor: pointer;
                margin: 0 3px; }
          .store-container #top .store-intro .store-intro-wrap .intro .text {
            line-height: 1.4;
            color: white;
            margin-top: 32px;
            padding: 0 7px;
            font-size: 16px; }
          .store-container #top .store-intro .store-intro-wrap .intro .show-interview-btn, .store-container #top .store-intro .store-intro-wrap .intro .show-story-interview-btn {
            cursor: pointer;
            margin-top: 20px;
            margin-left: 7px;
            width: 185px;
            padding: 8px 23px;
            border: 1px solid white;
            border-radius: 20px;
            font-size: 14px;
            letter-spacing: -1px; }
            .store-container #top .store-intro .store-intro-wrap .intro .show-interview-btn i, .store-container #top .store-intro .store-intro-wrap .intro .show-story-interview-btn i {
              vertical-align: middle;
              margin-right: 5px; }
        .store-container #top .store-intro .store-intro-wrap .info-wrap {
          height: 314px;
          background-color: white;
          width: 276px;
          float: left;
          padding: 23px;
          position: relative; }
          .store-container #top .store-intro .store-intro-wrap .info-wrap .ceo-image-wrap {
            width: 112px;
            height: 112px;
            overflow: hidden;
            margin: 0 auto;
            border-radius: 50%;
            position: relative; }
            .store-container #top .store-intro .store-intro-wrap .info-wrap .ceo-image-wrap .ceo-image {
              position: absolute;
              margin: auto;
              left: -100%;
              right: -100%;
              top: -100%;
              bottom: -100%;
              max-height: 100%; }
          .store-container #top .store-intro .store-intro-wrap .info-wrap .ceo-name, .store-container #top .store-intro .store-intro-wrap .info-wrap .email {
            text-align: center;
            font-size: 16px;
            color: #333333; }
          .store-container #top .store-intro .store-intro-wrap .info-wrap .ceo-name {
            margin-top: 15px;
            font-weight: bold; }
          .store-container #top .store-intro .store-intro-wrap .info-wrap .info {
            margin-top: 18px;
            padding: 16px 3px 0 3px;
            font-weight: bold;
            border-top: 1px solid #e5e5e5;
            font-size: 14px;
            color: #333333; }
            .store-container #top .store-intro .store-intro-wrap .info-wrap .info .tel-delivery, .store-container #top .store-intro .store-intro-wrap .info-wrap .info .qna {
              margin-bottom: 2px;
              position: relative; }
              .store-container #top .store-intro .store-intro-wrap .info-wrap .info .tel-delivery i, .store-container #top .store-intro .store-intro-wrap .info-wrap .info .qna i {
                vertical-align: middle;
                cursor: pointer; }
              .store-container #top .store-intro .store-intro-wrap .info-wrap .info .tel-delivery .info-pop, .store-container #top .store-intro .store-intro-wrap .info-wrap .info .qna .info-pop {
                display: none;
                width: 346px;
                border: 1px solid #cccccc;
                position: absolute;
                top: 25px;
                right: 15px;
                z-index: 2;
                background-color: white;
                font-weight: normal; }
                .store-container #top .store-intro .store-intro-wrap .info-wrap .info .tel-delivery .info-pop .header, .store-container #top .store-intro .store-intro-wrap .info-wrap .info .qna .info-pop .header {
                  padding: 13px 0;
                  font-size: 16px;
                  color: #333333;
                  font-weight: bold;
                  text-align: center;
                  position: relative;
                  border-bottom: 1px solid #cbcbcb; }
                  .store-container #top .store-intro .store-intro-wrap .info-wrap .info .tel-delivery .info-pop .header .close-btn, .store-container #top .store-intro .store-intro-wrap .info-wrap .info .qna .info-pop .header .close-btn {
                    position: absolute;
                    top: 12px;
                    right: 17px;
                    cursor: pointer; }
                .store-container #top .store-intro .store-intro-wrap .info-wrap .info .tel-delivery .info-pop .body, .store-container #top .store-intro .store-intro-wrap .info-wrap .info .qna .info-pop .body {
                  padding: 22px; }
                  .store-container #top .store-intro .store-intro-wrap .info-wrap .info .tel-delivery .info-pop .body table, .store-container #top .store-intro .store-intro-wrap .info-wrap .info .qna .info-pop .body table {
                    border-collapse: collapse !important;
                    width: 100%; }
                    .store-container #top .store-intro .store-intro-wrap .info-wrap .info .tel-delivery .info-pop .body table tr td, .store-container #top .store-intro .store-intro-wrap .info-wrap .info .qna .info-pop .body table tr td {
                      font-family: Malgun Gothic, Roboto, Gulim, Dotum, sans-serif !important;
                      letter-spacing: -1px;
                      font-size: 13px;
                      color: #777777;
                      margin-top: 10px;
                      margin-bottom: 32px; }
                      .store-container #top .store-intro .store-intro-wrap .info-wrap .info .tel-delivery .info-pop .body table tr td.info-label, .store-container #top .store-intro .store-intro-wrap .info-wrap .info .qna .info-pop .body table tr td.info-label {
                        font-size: 14px;
                        color: #333333;
                        font-weight: bold;
                        padding: 15px 0 5px; }
                    .store-container #top .store-intro .store-intro-wrap .info-wrap .info .tel-delivery .info-pop .body table tr:first-child .info-label, .store-container #top .store-intro .store-intro-wrap .info-wrap .info .qna .info-pop .body table tr:first-child .info-label {
                      padding-top: 0; }
            .store-container #top .store-intro .store-intro-wrap .info-wrap .info .satifaction {
              margin-bottom: 8px; }
  .store-container #design-section {
    width: 976px;
    margin: 0 auto; }
    .store-container #design-section .design-products-title {
      padding-bottom: 11px;
      margin-top: 60px;
      border-bottom: 1px solid #cccccc; }
      .store-container #design-section .design-products-title span {
        color: #333333;
        font-size: 26px;
        margin-left: 10px;
        font-weight: bold;
        vertical-align: middle; }
      .store-container #design-section .design-products-title img {
        vertical-align: middle; }
    .store-container #design-section .products {
      margin-bottom: 30px; }
  .store-container #products-section {
    width: 976px;
    margin: 0 auto;
    margin-bottom: 60px; }
    .store-container #products-section .right-bar {
      position: absolute;
      right: -1px;
      top: 18px;
      height: 12px;
      border-right: 1px solid #cccdcf; }
    .store-container #products-section .category-search-wrap {
      padding: 12px 0 0 0;
      height: 70px; }
      .store-container #products-section .category-search-wrap .category-wrap {
        float: left;
        width: 50%;
        padding: 12px 0;
        font-size: 16px;
        color: #333333;
        font-weight: bold; }
        .store-container #products-section .category-search-wrap .category-wrap .count {
          padding: 0 15px;
          display: inline-block;
          position: relative; }
          .store-container #products-section .category-search-wrap .category-wrap .count span {
            color: #e23322; }
          .store-container #products-section .category-search-wrap .category-wrap .count .right-bar {
            top: 6px; }
        .store-container #products-section .category-search-wrap .category-wrap .categories {
          height: 35px;
          padding: 0 10px;
          position: relative;
          display: inline-block; }
          .store-container #products-section .category-search-wrap .category-wrap .categories span {
            cursor: pointer; }
            .store-container #products-section .category-search-wrap .category-wrap .categories span i {
              margin-left: 5px;
              vertical-align: middle; }
          .store-container #products-section .category-search-wrap .category-wrap .categories .categories-pop {
            display: none;
            width: 180px;
            border: 1px solid #cbcbcb;
            position: absolute;
            top: 32px;
            left: -6px;
            background-color: white;
            padding: 13px 0;
            z-index: 2; }
            .store-container #products-section .category-search-wrap .category-wrap .categories .categories-pop .category {
              cursor: pointer;
              font-size: 13px;
              padding: 7px 15px;
              color: #777777;
              cursor: pointer; }
              .store-container #products-section .category-search-wrap .category-wrap .categories .categories-pop .category:hover {
                background-color: #f1f1f1; }
      .store-container #products-section .category-search-wrap .search-wrap {
        float: left;
        width: 50%;
        text-align: right; }
        .store-container #products-section .category-search-wrap .search-wrap .search {
          display: inline-block;
          position: relative; }
          .store-container #products-section .category-search-wrap .search-wrap .search input {
            width: 270px;
            height: 46px;
            border: 1px solid #cccccc;
            padding: 0 15px;
            font-size: 16px;
            color: #777777; }
          .store-container #products-section .category-search-wrap .search-wrap .search i {
            cursor: pointer;
            position: absolute;
            right: 15px;
            top: 15px; }
    .store-container #products-section .sort-list-type-wrap {
      position: relative;
      box-sizing: border-box;
      border: 1px solid #e0e0e0;
      border-left: none;
      border-right: none;
      background-color: #f8f5f0;
      height: 50px; }
      .store-container #products-section .sort-list-type-wrap .sort-wrap {
        float: left;
        width: 860px; }
        .store-container #products-section .sort-list-type-wrap .sort-wrap ul {
          position: absolute;
          top: 0;
          text-align: left;
          list-style: none;
          padding: 0;
          margin: 0; }
          .store-container #products-section .sort-list-type-wrap .sort-wrap ul li {
            position: relative;
            display: inline-block;
            list-style: none;
            padding: 15px;
            height: 50px;
            color: #333333;
            font-weight: bold;
            font-size: 14px;
            box-sizing: border-box;
            cursor: pointer; }
            .store-container #products-section .sort-list-type-wrap .sort-wrap ul li i {
              margin-left: 3px;
              vertical-align: middle; }
            .store-container #products-section .sort-list-type-wrap .sort-wrap ul li.active {
              color: #e33423;
              border-bottom: 2px solid #eb4837; }
      .store-container #products-section .sort-list-type-wrap .list-type-wrap {
        float: right;
        text-align: right; }
        .store-container #products-section .sort-list-type-wrap .list-type-wrap .type {
          display: inline-block;
          padding: 13px 18px;
          position: relative;
          height: 49px;
          cursor: pointer; }
        .store-container #products-section .sort-list-type-wrap .list-type-wrap .right-bar {
          height: 22px;
          border-color: #e0e0e0;
          top: 13px;
          right: -3px; }
    .store-container #products-section #spinner {
      display: none;
      width: 100%;
      padding: 150px 0; }
      .store-container #products-section #spinner img {
        width: 45px;
        height: 45px; }
    .store-container #products-section #no-result {
      width: 100%;
      padding: 100px 0;
      font-size: 14px;
      color: #333333; }
    .store-container #products-section .pagination {
      text-align: center;
      margin: 0 auto;
      margin-top: 34px;
      list-style: none; }
      .store-container #products-section .pagination li {
        display: inline-block;
        list-style: none;
        height: 35px;
        width: 35px;
        text-align: center;
        padding: 7px 0;
        font-size: 14px;
        border: 1px solid #e0e0e0;
        color: #333333;
        box-sizing: border-box;
        margin: 0 2px;
        vertical-align: middle;
        cursor: pointer; }
        .store-container #products-section .pagination li.active {
          color: white;
          background-color: #e23322;
          border-color: #e23322; }
        .store-container #products-section .pagination li.first {
          padding: 10px 0; }
        .store-container #products-section .pagination li.prev {
          margin-right: 10px;
          padding: 10px 0; }
        .store-container #products-section .pagination li.last {
          padding: 10px 0; }
        .store-container #products-section .pagination li.next {
          margin-left: 10px;
          padding: 10px 0; }
  .store-container .products #product-list {
    border-collapse: collapse;
    border: 0;
    width: 100%; }
    .store-container .products #product-list .product-container .product-wrap {
      width: 100%;
      padding: 15px 0;
      border-bottom: 1px solid #e0e0e0; }
      .store-container .products #product-list .product-container .product-wrap table {
        border-collapse: collapse;
        border: 0;
        width: 100%; }
        .store-container .products #product-list .product-container .product-wrap table td {
          height: 160px;
          vertical-align: middle; }
          .store-container .products #product-list .product-container .product-wrap table td.image-wrap {
            padding: 0 15px; }
            .store-container .products #product-list .product-container .product-wrap table td.image-wrap .image {
              width: 214px;
              height: 160px;
              position: relative;
              overflow: hidden; }
              .store-container .products #product-list .product-container .product-wrap table td.image-wrap .image img {
                position: absolute;
                margin: auto;
                left: -100%;
                right: -100%;
                top: -100%;
                bottom: -100%;
                height: auto;
                width: 100%; }
                .store-container .products #product-list .product-container .product-wrap table td.image-wrap .image img:hover {
                  -webkit-transform: scale(1.05);
                  -moz-transform: scale(1.05);
                  -o-transform: scale(1.05);
                  transform: scale(1.05);
                  transition: transform .2s;
                  -o-transition: transform .2s;
                  -moz-transition: transform .2s;
                  -webkit-transition: transform .2s;
                  width: 105%; }
              .store-container .products #product-list .product-container .product-wrap table td.image-wrap .image .status-label {
                position: absolute;
                top: 0;
                left: 0;
                width: 214px;
                height: 160px;
                padding-top: 73px;
                font-size: 15px;
                color: white;
                text-align: center;
                background-color: rgba(0, 0, 0, 0.6); }
          .store-container .products #product-list .product-container .product-wrap table td.info-container .info-wrap .store {
            font-size: 14px;
            color: #777777;
            height: 20px; }
          .store-container .products #product-list .product-container .product-wrap table td.info-container .info-wrap .name {
            font-size: 16px;
            color: #333333;
            font-weight: bold;
            line-height: 22px;
            height: 45px;
            overflow-y: hidden; }
          .store-container .products #product-list .product-container .product-wrap table td.info-container .info-wrap .review {
            color: #777777;
            font-size: 13px;
            height: 26px; }
            .store-container .products #product-list .product-container .product-wrap table td.info-container .info-wrap .review .review-count-label-wrap {
              margin-right: 3px; }
              .store-container .products #product-list .product-container .product-wrap table td.info-container .info-wrap .review .review-count-label-wrap .count {
                color: #e23322; }
            .store-container .products #product-list .product-container .product-wrap table td.info-container .info-wrap .review i {
              margin-left: -2px; }
          .store-container .products #product-list .product-container .product-wrap table td.info-container .info-wrap .delivery .free {
            background-color: #777777;
            color: white;
            padding: 0 3px; }
          .store-container .products #product-list .product-container .product-wrap table td.info-container .info-wrap .delivery .conditional-free {
            padding: 0 3px;
            border: 1px solid #777777;
            color: #333333; }
          .store-container .products #product-list .product-container .product-wrap table td.price-container {
            font-size: 14px;
            border-right: 1px solid #e0e0e0;
            text-align: right;
            padding-right: 35px; }
            .store-container .products #product-list .product-container .product-wrap table td.price-container .price-wrap .label {
              width: 55px;
              text-align: right;
              display: inline-block;
              letter-spacing: -1px; }
            .store-container .products #product-list .product-container .product-wrap table td.price-container .price-wrap .price {
              width: 65px;
              text-align: right;
              display: inline-block;
              letter-spacing: -1px; }
            .store-container .products #product-list .product-container .product-wrap table td.price-container .price-wrap .origin-price {
              padding: 3px 0;
              color: #777777; }
            .store-container .products #product-list .product-container .product-wrap table td.price-container .price-wrap .event-price {
              padding: 3px 0;
              color: #e23322;
              font-weight: bold; }
            .store-container .products #product-list .product-container .product-wrap table td.price-container .price-wrap .dc-price {
              padding: 3px 0;
              color: #333333;
              font-weight: bold; }
            .store-container .products #product-list .product-container .product-wrap table td.price-container .price-wrap .dc-rate {
              padding: 3px 0;
              color: #e23322;
              font-weight: bold;
              font-size: 13px; }
              .store-container .products #product-list .product-container .product-wrap table td.price-container .price-wrap .dc-rate i {
                vertical-align: middle; }
          .store-container .products #product-list .product-container .product-wrap table td.btn-container {
            text-align: center;
            padding: 0 25px; }
            .store-container .products #product-list .product-container .product-wrap table td.btn-container .btn-wrap .stage.ready {
              width: 104px;
              min-width: 97px; }
              .store-container .products #product-list .product-container .product-wrap table td.btn-container .btn-wrap .stage.ready button {
                height: auto;
                background: none; }
            .store-container .products #product-list .product-container .product-wrap table td.btn-container .btn-wrap .stage.message, .store-container .products #product-list .product-container .product-wrap table td.btn-container .btn-wrap .stage.processing {
              padding-top: 12px; }
            .store-container .products #product-list .product-container .product-wrap table td.btn-container .btn-wrap .stage.add {
              margin-top: 12px; }
              .store-container .products #product-list .product-container .product-wrap table td.btn-container .btn-wrap .stage.add .spinner {
                line-height: 1px; }
            .store-container .products #product-list .product-container .product-wrap table td.btn-container .btn-wrap .stage.update .spinner {
              line-height: 1px; }
            .store-container .products #product-list .product-container .product-wrap table td.btn-container .btn-wrap .cart-btn-wrap {
              width: 104px; }
              .store-container .products #product-list .product-container .product-wrap table td.btn-container .btn-wrap .cart-btn-wrap .cart-btn {
                width: 104px;
                cursor: pointer;
                text-align: center;
                margin: 4px 0;
                border: 1px solid #e0e0e0;
                padding: 7px 10px;
                color: #777777;
                font-size: 13px; }
                .store-container .products #product-list .product-container .product-wrap table td.btn-container .btn-wrap .cart-btn-wrap .cart-btn i {
                  margin-right: 5px;
                  vertical-align: middle; }
                .store-container .products #product-list .product-container .product-wrap table td.btn-container .btn-wrap .cart-btn-wrap .cart-btn .label {
                  vertical-align: middle; }
            .store-container .products #product-list .product-container .product-wrap table td.btn-container .btn-wrap .zzim-btn-wrap {
              position: relative; }
              .store-container .products #product-list .product-container .product-wrap table td.btn-container .btn-wrap .zzim-btn-wrap .zzim-btn {
                width: 104px;
                cursor: pointer;
                text-align: center;
                margin: 4px 0;
                border: 1px solid #e0e0e0;
                padding: 7px 10px;
                color: #777777;
                font-size: 13px; }
                .store-container .products #product-list .product-container .product-wrap table td.btn-container .btn-wrap .zzim-btn-wrap .zzim-btn i {
                  vertical-align: middle; }
                .store-container .products #product-list .product-container .product-wrap table td.btn-container .btn-wrap .zzim-btn-wrap .zzim-btn .label {
                  vertical-align: middle; }
  .store-container .products .product-thumbs {
    position: relative; }
    .store-container .products .product-thumbs .under-line {
      border-bottom: 1px solid #e0e0e0;
      position: absolute;
      bottom: 0;
      width: 976px; }
    .store-container .products .product-thumbs .product-container {
      position: relative;
      height: 370px;
      padding: 32px 15px 0 15px;
      width: 25%;
      float: left;
      border-bottom: 1px solid #e0e0e0; }
      .store-container .products .product-thumbs .product-container .image-wrap .image {
        height: 163px;
        position: relative;
        overflow: hidden; }
        .store-container .products .product-thumbs .product-container .image-wrap .image img {
          position: absolute;
          margin: auto;
          left: -100%;
          right: -100%;
          top: -100%;
          bottom: -100%;
          height: auto;
          width: 100%; }
          .store-container .products .product-thumbs .product-container .image-wrap .image img:hover {
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05);
            transition: transform .2s;
            -o-transition: transform .2s;
            -moz-transition: transform .2s;
            -webkit-transition: transform .2s;
            width: 105%; }
        .store-container .products .product-thumbs .product-container .image-wrap .image .status-label {
          position: absolute;
          top: 0;
          left: 0;
          width: 217px;
          height: 163px;
          padding-top: 75px;
          font-size: 15px;
          color: white;
          text-align: center;
          background-color: rgba(0, 0, 0, 0.6); }
      .store-container .products .product-thumbs .product-container .info-container {
        margin-top: 24px; }
        .store-container .products .product-thumbs .product-container .info-container .store {
          font-size: 13px;
          color: #777777;
          height: 20px;
          letter-spacing: -1px; }
        .store-container .products .product-thumbs .product-container .info-container .name {
          font-size: 13px;
          color: #333333;
          font-weight: bold;
          height: 36px;
          letter-spacing: -1px;
          overflow: hidden; }
      .store-container .products .product-thumbs .product-container .price-container {
        font-size: 13px;
        height: 23px; }
        .store-container .products .product-thumbs .product-container .price-container .origin-price {
          vertical-align: middle;
          margin-right: 10px;
          color: #333333;
          font-weight: bold; }
          .store-container .products .product-thumbs .product-container .price-container .origin-price.has-discounted {
            text-decoration: line-through;
            font-weight: normal;
            color: #777777; }
        .store-container .products .product-thumbs .product-container .price-container .dc-price {
          vertical-align: middle;
          color: #333333;
          font-weight: bold; }
        .store-container .products .product-thumbs .product-container .price-container .dc-rate {
          vertical-align: middle;
          font-size: 13px;
          font-weight: bold;
          color: #e23322; }
      .store-container .products .product-thumbs .product-container .review-container {
        color: #e23322;
        font-size: 13px;
        height: 17px;
        padding-left: 2px; }
        .store-container .products .product-thumbs .product-container .review-container .count {
          color: #e23322; }
        .store-container .products .product-thumbs .product-container .review-container i {
          vertical-align: middle;
          margin-left: -2px; }
        .store-container .products .product-thumbs .product-container .review-container span {
          vertical-align: middle; }
      .store-container .products .product-thumbs .product-container .delivery-container {
        margin-top: 8px;
        font-size: 12px;
        height: 16px; }
        .store-container .products .product-thumbs .product-container .delivery-container .free {
          background-color: #777777;
          color: white;
          padding: 0 3px; }
        .store-container .products .product-thumbs .product-container .delivery-container .conditional-free {
          padding: 0 3px;
          border: 1px solid #777777;
          color: #333333; }
      .store-container .products .product-thumbs .product-container .btn-container {
        position: absolute;
        bottom: 23px;
        right: 25px; }
        .store-container .products .product-thumbs .product-container .btn-container .cc-list-add-cart .stage-wrapper {
          left: 0; }
          .store-container .products .product-thumbs .product-container .btn-container .cc-list-add-cart .stage-wrapper .stage.message {
            min-width: auto;
            left: 0;
            text-align: center; }
          .store-container .products .product-thumbs .product-container .btn-container .cc-list-add-cart .stage-wrapper .stage.ready {
            min-width: auto;
            left: 0;
            text-align: center; }
            .store-container .products .product-thumbs .product-container .btn-container .cc-list-add-cart .stage-wrapper .stage.ready button {
              font-family: Malgun Gothic, Roboto, Gulim, Dotum, sans-serif;
              color: #777777;
              background: none; }
          .store-container .products .product-thumbs .product-container .btn-container .cc-list-add-cart .stage-wrapper .stage.add {
            text-align: center;
            width: 120px;
            left: -20%; }
            .store-container .products .product-thumbs .product-container .btn-container .cc-list-add-cart .stage-wrapper .stage.add span {
              top: 0; }
            .store-container .products .product-thumbs .product-container .btn-container .cc-list-add-cart .stage-wrapper .stage.add .quantity-control {
              top: 0; }
            .store-container .products .product-thumbs .product-container .btn-container .cc-list-add-cart .stage-wrapper .stage.add .spinner {
              line-height: 1px; }
            .store-container .products .product-thumbs .product-container .btn-container .cc-list-add-cart .stage-wrapper .stage.add .button-add {
              top: 0; }
          .store-container .products .product-thumbs .product-container .btn-container .cc-list-add-cart .stage-wrapper .stage.processing {
            min-width: auto;
            width: 60px;
            left: 0;
            text-align: center; }
          .store-container .products .product-thumbs .product-container .btn-container .cc-list-add-cart .stage-wrapper .stage.sold-out-momentarily, .store-container .products .product-thumbs .product-container .btn-container .cc-list-add-cart .stage-wrapper .stage.sold-out, .store-container .products .product-thumbs .product-container .btn-container .cc-list-add-cart .stage-wrapper .stage.not-for-sale, .store-container .products .product-thumbs .product-container .btn-container .cc-list-add-cart .stage-wrapper .stage.not-pull-date, .store-container .products .product-thumbs .product-container .btn-container .cc-list-add-cart .stage-wrapper .stage.expired {
            display: none; }
          .store-container .products .product-thumbs .product-container .btn-container .cc-list-add-cart .stage-wrapper .stage.update {
            text-align: center;
            width: 120px;
            left: -20%; }
            .store-container .products .product-thumbs .product-container .btn-container .cc-list-add-cart .stage-wrapper .stage.update span {
              top: 0; }
            .store-container .products .product-thumbs .product-container .btn-container .cc-list-add-cart .stage-wrapper .stage.update .quantity-control {
              top: 0; }
            .store-container .products .product-thumbs .product-container .btn-container .cc-list-add-cart .stage-wrapper .stage.update .spinner {
              line-height: 1px; }
            .store-container .products .product-thumbs .product-container .btn-container .cc-list-add-cart .stage-wrapper .stage.update .button-update {
              top: 0; }
        .store-container .products .product-thumbs .product-container .btn-container .zzim-btn, .store-container .products .product-thumbs .product-container .btn-container .cart-btn-wrap {
          position: relative;
          text-align: center;
          cursor: pointer;
          width: 80px;
          color: #777777;
          font-size: 12px;
          vertical-align: middle;
          height: 20px;
          display: inline-block; }
          .store-container .products .product-thumbs .product-container .btn-container .zzim-btn .right-bar, .store-container .products .product-thumbs .product-container .btn-container .cart-btn-wrap .right-bar {
            position: absolute;
            right: 0 !important;
            top: 4px !important;
            height: 12px;
            border-right: 1px solid #cccdcf; }
          .store-container .products .product-thumbs .product-container .btn-container .zzim-btn i, .store-container .products .product-thumbs .product-container .btn-container .cart-btn-wrap i {
            vertical-align: middle; }
          .store-container .products .product-thumbs .product-container .btn-container .zzim-btn .label, .store-container .products .product-thumbs .product-container .btn-container .cart-btn-wrap .label {
            font-size: 12px;
            vertical-align: middle; }
        .store-container .products .product-thumbs .product-container .btn-container .zzim-btn-wrap {
          position: relative;
          display: inline-block; }
        .store-container .products .product-thumbs .product-container .btn-container .cart-btn {
          width: 80px; }
  .store-container #articles {
    width: 976px;
    margin: 0 auto;
    margin-bottom: 60px; }
    .store-container #articles #articles-container {
      margin: 0 -5px; }
      .store-container #articles #articles-container .article-section {
        width: 318px;
        float: left;
        border: 1px solid #dedede;
        margin: 0 5px;
        height: 530px;
        position: relative; }
        .store-container #articles #articles-container .article-section .title-image {
          height: 78px;
          border-bottom: 1px solid #dedede;
          position: relative; }
          .store-container #articles #articles-container .article-section .title-image .label {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            color: #333333;
            font-size: 18px;
            font-weight: bold; }
          .store-container #articles #articles-container .article-section .title-image img {
            width: 100%;
            height: 100%; }
        .store-container #articles #articles-container .article-section .articles-wrap {
          padding: 10px 20px 0 20px; }
          .store-container #articles #articles-container .article-section .articles-wrap .no-stories {
            text-align: center;
            padding-top: 200px; }
          .store-container #articles #articles-container .article-section .articles-wrap .article {
            position: relative;
            cursor: pointer;
            border-bottom: 1px dashed #dedede;
            padding: 20px 0; }
            .store-container #articles #articles-container .article-section .articles-wrap .article:last-child {
              border-bottom: none;
              padding-bottom: 0;
              clear: both; }
        .store-container #articles #articles-container .article-section .more-wrap {
          position: absolute;
          bottom: 13px;
          width: 276px;
          left: 0;
          margin: 10px 20px 0;
          padding: 13px 0 0;
          text-align: right;
          border-top: 1px solid #dedede;
          font-size: 14px; }
          .store-container #articles #articles-container .article-section .more-wrap i {
            vertical-align: middle; }
        .store-container #articles #articles-container .article-section#recommend-products .products-wrap {
          padding: 10px 20px 0 20px; }
          .store-container #articles #articles-container .article-section#recommend-products .products-wrap .product {
            cursor: pointer;
            border-bottom: 1px dashed #dedede;
            padding: 20px 0; }
            .store-container #articles #articles-container .article-section#recommend-products .products-wrap .product .product-image {
              float: left;
              width: 100px;
              height: 100px;
              position: relative;
              overflow: hidden; }
              .store-container #articles #articles-container .article-section#recommend-products .products-wrap .product .product-image img {
                position: absolute;
                margin: auto;
                left: -100%;
                right: -100%;
                top: -100%;
                bottom: -100%;
                height: auto;
                width: 100%; }
                .store-container #articles #articles-container .article-section#recommend-products .products-wrap .product .product-image img:hover {
                  -webkit-transform: scale(1.05);
                  -moz-transform: scale(1.05);
                  -o-transform: scale(1.05);
                  transform: scale(1.05);
                  transition: transform .2s;
                  -o-transition: transform .2s;
                  -moz-transition: transform .2s;
                  -webkit-transition: transform .2s;
                  width: 105%; }
            .store-container #articles #articles-container .article-section#recommend-products .products-wrap .product .product-info {
              padding: 13px;
              float: left;
              width: 176px;
              font-size: 13px; }
              .store-container #articles #articles-container .article-section#recommend-products .products-wrap .product .product-info .name {
                color: #333333;
                line-height: 18px;
                height: 38px;
                overflow: hidden; }
              .store-container #articles #articles-container .article-section#recommend-products .products-wrap .product .product-info .price {
                margin-top: 5px; }
                .store-container #articles #articles-container .article-section#recommend-products .products-wrap .product .product-info .price .origin-price {
                  color: #333333;
                  font-weight: bold; }
                  .store-container #articles #articles-container .article-section#recommend-products .products-wrap .product .product-info .price .origin-price.has-discounted {
                    text-decoration: line-through;
                    color: #777777;
                    font-weight: normal; }
                .store-container #articles #articles-container .article-section#recommend-products .products-wrap .product .product-info .price .dc-price {
                  color: #333333;
                  font-weight: bold; }
            .store-container #articles #articles-container .article-section#recommend-products .products-wrap .product:last-child {
              border-bottom: none;
              padding-bottom: 0;
              clear: both; }
        .store-container #articles #articles-container .article-section#stories .story {
          height: 195px;
          padding-top: 15px; }
          .store-container #articles #articles-container .article-section#stories .story .ceo {
            padding: 0 10px; }
            .store-container #articles #articles-container .article-section#stories .story .ceo .image {
              float: left;
              width: 45px;
              height: 45px;
              position: relative;
              overflow: hidden;
              border-radius: 50%; }
              .store-container #articles #articles-container .article-section#stories .story .ceo .image img {
                position: absolute;
                margin: auto;
                left: -100%;
                right: -100%;
                top: -100%;
                bottom: -100%;
                max-height: 100%; }
            .store-container #articles #articles-container .article-section#stories .story .ceo .name {
              float: left;
              padding: 12px;
              color: #333333;
              font-size: 15px;
              font-weight: bold;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              width: 210px; }
          .store-container #articles #articles-container .article-section#stories .story .content {
            padding: 0 10px;
            color: #333333;
            font-size: 13px;
            margin-top: 18px;
            height: 70px;
            line-height: 18px;
            overflow: hidden; }
          .store-container #articles #articles-container .article-section#stories .story .reg-dt {
            position: absolute;
            bottom: 10px;
            right: 5px;
            color: #777777;
            font-size: 13px; }
          .store-container #articles #articles-container .article-section#stories .story:last-child {
            padding-bottom: 20px; }
        .store-container #articles #articles-container .article-section#reviews .review {
          padding: 15px 0; }
          .store-container #articles #articles-container .article-section#reviews .review .item .name {
            float: left;
            width: 208px;
            font-size: 14px;
            font-weight: bold;
            color: #333333;
            letter-spacing: -1px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
          .store-container #articles #articles-container .article-section#reviews .review .item .score {
            float: left;
            text-align: right; }
          .store-container #articles #articles-container .article-section#reviews .review .writer {
            font-size: 13px;
            margin-top: 5px;
            color: #777777; }
          .store-container #articles #articles-container .article-section#reviews .review .text {
            margin-top: 8px;
            font-size: 13px;
            color: #777777;
            height: 50px;
            overflow: hidden;
            letter-spacing: -1px;
            line-height: 18px; }
          .store-container #articles #articles-container .article-section#reviews .review .reg-dt {
            position: absolute;
            bottom: 10px;
            right: 5px;
            color: #777777;
            font-size: 13px; }
        .store-container #articles #articles-container .article-section#reviews:last-child {
          padding-bottom: 15px; }

/*# sourceMappingURL=style.css.map */
