/* BASIC css start */
/* BASIC css start */
.section {margin-top:112px;}
/* sec1 */
#sec1{margin-top:0;}
#sec1 .swiper{width: 100%;     height: 950px;}
#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: 40px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.5px;
}

.mainTitle p {
    margin-top: 14px;
    font-size: 23px;
    line-height: normal;
    letter-spacing: -1px;
}
.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 */





/* ¹è³Ê¸¦ °¨½Î´Â ÄÁÅ×ÀÌ³Ê */
.main-banner-container {
    width: 100%;
    display: flex;
    justify-content: center; /* °¡·Î Áß¾Ó Á¤·Ä */
    align-items: center;     /* ¼¼·Î Áß¾Ó Á¤·Ä (ÇÊ¿ä½Ã) */
    padding: 30px 0 10px;         /* À§¾Æ·¡ ¿©¹é (Á¶Àý °¡´É) */
    overflow: hidden;        /* ÀÌ¹ÌÁö°¡ Æ¢¾î³ª°¡´Â °Í ¹æÁö */
}

/* ¹è³Ê ¸µÅ© ¼³Á¤ */
.banner-link {
    display: block;
    width: 100%;             /* ºÎ¸ð ³Êºñ¿¡ ¸ÂÃã */
    max-width: 1800px;        /* ¸ð¹ÙÀÏ ÃÖ´ë ³Êºñ Á¦ÇÑ (¼±ÅÃ»çÇ×) */
    text-decoration: none;
}

/* ÀÌ¹ÌÁö ¹ÝÀÀÇü ¼³Á¤ */
.responsive-banner {
    width: 100%;             /* È­¸é ³Êºñ¿¡ ²Ë Â÷°Ô */
    height: auto;            /* ºñÀ² À¯Áö */
    display: block;          /* ÇÏ´Ü ¹Ì¼¼ °ø¹é Á¦°Å */
    margin: 0 auto;          /* Áß¾Ó Á¤·Ä º¸Àå */
}




/* °¡°ÝÆùÆ® */
span.normal, span.dc_per {
    font-size: 20px;
    letter-spacing: -0.5px;
}

.itemList .prd-name a{
    letter-spacing: -0.3px;
}
/* BASIC css end */

