/* BASIC css start */
.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: 20px;
    scroll-margin-top: 70px;
}

.content_wrapper > img,
.content_wrapper .cou_pic_box > img { width: 100%; }

.content_wrapper .cou_pic_box { position: relative; }

.content_wrapper .cou_pic_box a {
    display: inline-block; 
    width: 63vw;
    height: 36vw;
    position: absolute;
    bottom: 23vw;
    left: 50%;
    transform: translateX(-50%);
}

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

.content_wrapper .cou {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 500;
    border: none;
    background: none;
}

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

.content_wrapper h2 {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 10px 13px;
    text-align: center;
    border: none;
    background: none;
    line-height: 1;
    height: auto;
}

.content_wrapper h2 .timer {
    color: #0365EA;
    margin-left: 15px;
}

.content_wrapper .swiper-container { padding-left: 8px; }

.timeline { 
    align-items: center; 
    margin-bottom: 10px;
}

.timeline li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 55px;
    border: 1px solid #c1c1c1;
    border-radius: 7px;
    text-align: center;
    cursor: pointer;
}

.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;
    width: 90px;
    height: 63px;
    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: #000;
    position: sticky;
    top: 54px;
    z-index: 10;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.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(2) { width: 24%; }
.floating-menu li:nth-child(1) { 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: #fff;
    font-weight: bold;
}
/* BASIC css end */

