/* BASIC css start */
#event2, #event4{background:#f5f5f5;}

.items li,
.items li:nth-child(2n){padding:0 !important;}

div#event2 section {
    margin-bottom: 40px;
}


.couponImg {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:20px;
}

.couponImg div {
    float: left;
    background: #000;
    color: #fff;
    padding: 15px 22px;
    border-radius: 8px 0 0 8px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.couponImg div:first-child {
    border-radius: 0 8px 8px 0;
    /* padding: 15px 122px; */
    width: 69%;
    /* height: 30px; */
    position: relative;
}
.couponImg div:first-child:after {
    border-right: 1px solid #616060;
    content: "";
    height: 33px;
    /* width: 1px; */
    position: absolute;
    top: 14px;
    right: 0;
    /* color: #f1f1f1; */
}

p.tit {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    align-items: center;
    font-weight: 600;
    margin: 0 10px 10px 0;
    padding-left:8px;
}

p.tit a {
    font-size: 12px;
    font-weight: 500;
}

.prc_org_sell {
    text-align: center;
}
.hd {
    text-align: left;
    padding: 50px 10px 30px;
}

.hd p {
    margin-top: 5px;
    font-size: 15px;
}

.stock_num {
    color: #d12727;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #d12727;
    border-radius: 50px;
    padding: 1px 7px 2px;
    margin: 2px 0 6px -1px;
    display: inline-block;
}

.stock_num span span {
    font-weight: bold;
}


.list_dlvy_btn { display: none !important; }
.listName_brand,
.items-wrap .items li .brand_fporg_name { margin-top: 7px; }
.items-wrap {
    margin-top: 0;
    padding: 0;
}

div#content-mainbn {
    position: relative;
    overflow: hidden;
}

#content-mainbn img {
    width: 100%;
}

#content-mainbn video {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}


@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}


#content-mainbn div {
    background-color: #ff3b06;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

#content-mainbn div p {
    color: #000;
    font-size: 26px;
    font-weight: 500;
}

#content-mainbn div p:first-child::after {
    content: '';
    width: 1px;
    height: 22px;
    background-color: #ca240a;
    margin: 0 31px -2px 31px;
    display: inline-block;
}

.big_box { 
    position: relative; 
    margin-bottom: 100px;
}
.content_wrapper { 
    position: relative; 
    padding-bottom: 50px;
    scroll-margin-top: 70px;
}

.content_wrapper > img, .content_wrapper .cou_pic_box {
    position: relative;
    margin-bottom: 40px;
}
.content_wrapper .cou_pic_box > img { width: 78%; }
.content_wrapper .cou_pic_box a {

}

.content_wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.content_wrapper .cou {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 25px;
    font-weight: 700;
    border: none;
    background: none;
    margin: 10px 0 5px;
    padding:0
}

.content_wrapper .cou a {
    font-size: 13px;
    font-weight: 400;
}

.content_wrapper h2 {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    padding: 20px 10px 13px;
    text-align: center;
    border: none;
    background: none;
    line-height: 1;
    height: auto;
    justify-content: space-between;
        background: #e3e3e3;
}

.content_wrapper h2 .timer {
    /*color: #760809;*/
    margin-left: 15px;
}



.timeline { 
    align-items: center; 
}

.timeline li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    /* height: 40px; */
    border: 1px solid #c1c1c1;
    border-radius: 7px;
    text-align: center;
    cursor: pointer;
    padding: 5px;
}
.timeline li:first-child { margin-left: 0; }

.timeline li p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #919191;
}

.timeline li.on { 
    background-color: #000;
    flex-shrink: 0;
    border-color: #000;
}

.timeline li.on p { 
    color: #fff;
    line-height: 17px;
}
/*
.timeline li.on p::before {
    content: 'Open';
    color: #1578ff;
    display: block;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 2px;
}
*/
.timeline li.ck { border-color: #000; }
.timeline li.ck p { color: #000; }
.timeline li.ck.on p { color: #fff; }

.sale .off .sold1 { 
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
}

.sale .off { 
    position: relative; 
    display: none;
}

.sale .off_txt {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgb(255 255 255 / 67%);
    z-index: 1;
    font-size: 27px;
    font-weight: 500;
}


/* floating menu */
.floating-menu { 
    background: #f9f9f9;
    position: sticky;
    top: 94px;
    z-index: 10;
    border-bottom: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
}

.floating-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.floating-menu li {
    margin: 0;
    width: 20%;
    cursor: pointer;
    position: relative;
}

.floating-menu li:nth-child(1) { width: 24%; }
.floating-menu li:nth-child(2) { width: 32%; }
/*
.floating-menu li::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #5f5f5f;
    position: absolute;
    top: 50%;
    left: -3.5%;
    transform: translateY(-50%);
}
*/
.floating-menu li:first-child::before { display: none; }

.floating-menu a {
    display: block;
    padding: 10px 0;
    color: #7b7b7b;
    text-align: center;
    font-size: 14px;
}

.floating-menu li.on a { 
    color: #000;
    font-weight: bold;
}
/* BASIC css end */

