/* BASIC css start */
.topMain {
        width: 1200px;
        height: 1464px;
        background: url(http://winv007.img18.kr/crazy11web/plan/a_timesale/pc_timesale.jpg)
          no-repeat;
      }

.item__bg {
        width: 1200px;
        padding: 0px 74px 200px 74px;
      }
      .item__bg .items {
        width: 1052px;
        margin-bottom: 60px;
      }
      .item__bg .items__column {
        width: 516px;
        display: inline-block;
        vertical-align: top;
      }
      .item__bg .items__column:last-child {
        margin-left: 15px;
      }
      .items__tit {
            font-size: 18px;
    line-height: 40px;
    margin: 55px 0px 20px 0px;
    background: #462a7a;
    color: #fff;
    padding-left: 20px;
    font-weight: bold;
      }
      .item__innerbg {
        width: 100%;
      }
      .item__inner {
        display: inline-block;
        width: 248px;
        background: #fff;
        border: 1px solid #ececec;
        margin: 0px 15px 20px 0px;
        padding: 21px 21px 34px 21px;
        flex-wrap: wrap;
        transition: box-shadow ease-in-out 0.15s;
      }
      .item__inner:nth-child(4n) {
        margin: 0px 0px 20px 0px;
      }
      .items__column .item__inner:nth-child(4n) {
        margin: 0px 15px 20px 0px;
      }
      .items__column .item__inner:nth-child(2n) {
        margin: 0px 0px 20px 0px;
      }
      .item__inner:nth-child(4n) {
        margin-right: 0px;
      }
      .item__inner:hover {
        box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
      }
      .item__inner .itemInfo-imgz {
        position: relative;
      }
      .itemInfo-imgz img {
        width: 206px;
      }
      .itemInfo-titz {
        width: 206px;
        margin: 4px 0px 35px 0px;
        height: 36px;
        overflow: hidden;
      }
      .item__inner .sizeView {
        width: 206px;
        height: 25px;
        border: 1px solid #ececec;
        margin: 20px auto 0px auto;
      }
/* BASIC css end */

