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

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

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


.hd {
    text-align: left;
    padding: 20px 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;
    margin-top:10px;
}

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


.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%;
}




#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; 
    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;
}
.gridContainer{
    display: grid;
    gap: 0;
    padding: 0 10px;
    scrollbar-width: none;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    overflow: auto hidden;
    overscroll-behavior: contain auto;
    
    
;
}
.gridContainer li{
    min-width: calc(-10px + 42vw);
    max-width: calc(-10px + 42vw);
}

/* BASIC css end */

