/* BASIC css start */
/* BASIC css start */
.section {margin-top:112px;}
/* sec1 */
#sec1{margin-top:0;}
#sec1 .swiper{width: 100%;}
#sec1 .swiper .swiper-wrapper{}
#sec1 .swiper .swiper-wrapper .swiper-slide{}
#sec1 .swiper .swiper-wrapper .swiper-slide a{display: block;width: 100%;}
#sec1 .swiper .swiper-wrapper .swiper-slide a img{width: 100%;}
#sec1 .swiper .swiper_btn_prev,#sec1 .swiper .swiper_btn_next{position: absolute;z-index: 2; cursor: pointer; top: 50%; transform: translateY(-50%);}
#sec1 .swiper .swiper_btn_prev{left:calc(50% - 890px)}
#sec1 .swiper .swiper_btn_next{right: calc((50% - 890px))}
#sec1 .swiper .swiper-pagination-bullet{ background-color:#fff}
#sec1 .swiper .swiper-pagination-bullet-active{ background-color: #fff;}

.mainTitle {
    margin-bottom: 50px;
    position: relative;
}

.mainTitle h3 {
    font-size: 34px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.68px;
}

.mainTitle p {
    margin-top: 14px;
    font-size: 23px;
    line-height: normal;
    letter-spacing: -0.575px;
}
.mainTitle .more {
    position: absolute;
    top: 0;
    right: 0;
}
.timedeal .swiper {
    padding-bottom: 34px;
    position: relative;
} 
.timedeal .itemList {margin-bottom: 0;display: flex;align-items: stretch;}
.timedeal .itemList .thumb {
    width: 916px;
    box-sizing: border-box;
    height: 435px;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #fff;
}
.timedeal .itemList .thumb a {
    width: 100%;
    height: 100%;
    display: block;
}
.timedeal .itemList .thumb img {/* position: absolute; *//* top: 50%; *//* transform: translateY(-50%); *//* left: 0; */height: 100%;width: auto;}
 

.timedeal .itemList .info {
    width: calc(100% - 916px);
    background: #f7f7f7;
    padding: 80px 56px;
    box-sizing: border-box;
    letter-spacing: 0.68px;
    height: 435px;
}

.timedeal .itemList .info .countDown {
    color: #D10E0E;
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}
.timedeal .itemList .info .prd-name {
    margin-top: 40px;
    font-size: 22px;
    color: #000;
    font-weight: 500;
    line-height: normal;
}
.timedeal .itemList .info .price {
    margin-top: 16px;
    font-size: 21px;
    line-height: normal;
    font-weight: 700;
}

.timedeal .itemList .info .price .dc_per {
    color: #D10E0E;
}

.timedeal .itemList .info .price .consumer {
    text-decoration: line-through;
    color: #aaa;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    margin-left: 8px;
}
.timedeal .itemList .info .prd-color{display:none;}

.timedeal .itemList .info .prd-etc2 {
    margin-top: 40px;
    display: flex;
    color: #000;
    font-size: 14px;
    line-height: normal;
}

.timedeal .itemList .info .prd-etc2 .prd-stock {
    padding-left: 10px;
    margin-left: 10px;
    position: relative;
}
.timedeal .itemList .info .prd-etc2 .prd-stock span { 
    font-size: 14px; 
}

.timedeal .itemList .info .prd-etc2 .prd-stock::after {
    content: "";
    background: #aaa;
    height: 12px;
    width: 1px;
    position: absolute;
    top: 2px;
    left: 0;
}
.timedeal .swiper-pagination {
    bottom: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* ÆäÀÌÁö³×ÀÌ¼ÇÀ» ²Ë Ã¤¿ì±â À§ÇØ Ãß°¡ */
}
.timedeal .swiper-pagination .swiper-pagination-bullet {
    background: #000;
    opacity: 0.1; 
    border-radius: 0;
    margin: 0 !important;
    height: 2px;
    width: auto;
    /* ±âº» ³Êºñ ÃÊ±âÈ­ */
    flex-grow: 1;
    /* À¯¿¬ÇÑ ³Êºñ¸¦ Çã¿ë */
}
.timedeal .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
.timedeal .itemList .thumb .badge {
    background: #d10e0e;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    line-height: 19px;
    width: 104px;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

#footer{margin-top:153px !important;}
/* BASIC css end */


/* BASIC css end */

