  
.today_div {
    width: 680px;
    margin: 0 auto;
}
.cont_wrapre {
    width:100%;
}
#main_sale {
    width: 100%;
    left: 0;
    margin: 0 auto;
    overflow: visible;
}
#main_sale .swiper-wrapper {
    justify-content: space-between;
}
#main_sale .swiper-slide {
    position: relative;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    width: 74px;
    height: 124px;
    border: 3px solid #fff;
}  
#main_sale .swiper-slide * {
    transition: all .3s;
}
#main_sale .swiper-slide a {
    padding: 20px 0; 
    font-family: var(--main-fonts);
    font-size: 17px;
    color: #cbcbcb;
    display: inline-block;
}
#main_sale .swiper-slide a span {
    font-size: 15px;
    color: #848484;
    font-size: 21px;
    display: block;
    margin-top: 15px;
}
#main_sale .swiper-slide .below {
    text-align: left;
    box-sizing: border-box;
    border-right: 1px solid #6a6a6a;
    font-family: 'HomepageBaukasten-Bold';
    position: absolute;
    width: 110px;
    height: 30px;
    top: 30px;
    left: 0px;
    background: #040000;
    color: #777777;
}
#main_sale .swiper-wrapper .focus::after {
    content: '';
    width: 8px;
    height: 8px; 
    border-radius: 4px;
    background: #fff;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%, 0);
}
#main_sale .swiper-wrapper .focus {
    background: #bfa7ef;
    border: 3px solid #bfa7ef;
}
#main_sale .swiper-wrapper .focus a {
    color: #fff;
}
#main_sale .swiper-wrapper .focus a span {
    color: #fff;
}
#main_sale .swiper-wrapper .click::after {
    content: '';
    width: 8px;
    height: 8px; 
    border-radius: 4px;
    background: #f0f0f0;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%, 0);
}
#main_sale .swiper-wrapper .click {
    background: #fff;
    border: 3px solid #f0f0f0;
}
#main_sale .swiper-wrapper .click a {
    color: #cbcbcb;
}
#main_sale .swiper-wrapper .click a span {
    color: #848484;
}

.main_salevisual {
    position: relative;
    width: 100%;
    margin-top: 25px;
}
.main_salevisual img.banner {
    width: 100%;
}
.main_salevisual .swiper-pagination {
    transform: translate(-50%,-50%);
    font-family: 'HomepageBaukasten-Bold';
    color: #acacac;
    width: 80px;
    height: 30px;
    line-height: 30px;
    left: 50%;
    margin-left: 0px;
    bottom: -15px;
    background: transparent;
    font-size: 13px;
    border-radius: 15px;
}
.main_salevisual .swiper-pagination-current {
    color: white;
}
.main_salevisual .cont_wrapre {
    margin-top: 0px;
    z-index: 100;
    float: left;
    margin-left :0px;
    margin-bottom: 20px !important;
    width: 100%;
    margin-bottom: 12px;
    padding: 0 13px;
}
 
#main_salebanner {
    width: 100%;
    margin-bottom: 10px;
}
#main_salebanner .swiper-slide {
    width: 100%;
    padding: 0px 0 0px 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
#main_salebanner .swiper-slide .timeprd {
    width: 680px;
    margin-bottom: 5px;  
}
#main_salebanner .swiper-slide .timeprd:first-child {
    padding-bottom: 5px;
}
#main_salebanner .swiper-slide .timeprd:last-child {
    margin-bottom: 0px;
}
#main_salebanner .swiper-slide .timeprd_img {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 2px solid #eaeaea;
    border-bottom: none;
    overflow: hidden; 
}
#main_salebanner .swiper-slide .time_txt1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #eaeaea;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: none;
    overflow: hidden;
    letter-spacing: -0.5px;
}
#main_salebanner .swiper-slide .time_row {
    width: 100%;
}
#main_salebanner .swiper-slide .time_txt1 a {
    color: #040000;
}
.time_txt1 .timeprd_name {
    width: 100%;
    height: auto;
}
.time_txt1 .timeprd_named {
    width: 100%;
    font-size: 19px;
    margin-bottom: 15px;
    min-height: 44px;
}
.time_txt1 .timeprd_price {
    padding-bottom: 5px;
    border-bottom: 1px solid #cbcbcb;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.time_txt1 .timeprd_price .price_t {
    color: #040000;
    font-weight: 500;
    font-family: var(--main-fonts);
    font-size: 17px;
}
  
.time_txt1 .timesale_prc {
    width: 100%;
    height: auto;
    font-size: 17px;
    padding-top: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.timeprd_named, .timeprd_prc {
    float: left;
} 
.timeprd_sale small {
    font-family: var(--main-fonts);
    font-size: 16px;
}
.timeprd_sale small span {
    font-family: var(--main-fonts);
    font-size: 16px;
}
.timeprd_sale_prc {
    font-family: var(--main-fonts);
    font-size: 20px;
    color: #040000;
    float: right;
    font-weight: 600;
}
.timeprd_sale_prc small {
    font-family: var(--main-fonts);
    font-size: 16px;
}
.timesale_prc p {
    margin: 0;
    font-family: var(--main-fonts);
    font-size: 14px;
    color: black;
    font-weight: 500;
}
.timesale_prc p .timeprd_sale {
    font-family: 'HomepageBaukasten-Book';
    font-weight: 500;
}
.timeprd_named {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.timeprd_txt {
    font-family: var(--main-fonts);
    font-size: 17px;
    color: #040000;
}


.time_txt1 .timeprd_sale {
    font-family: var(--main-fonts);
    color: #8a27ae;
    font-size: 20px;
    font-weight: 500;
    display: block;
    width: 100%; 
    text-align: right;
    margin-top: 5px;
}
.timeprd_img {
    position: relative;
}
.timeprd_img .thumb {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.timeprd_img .thumb .centered {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(50%,50%);
}
.timeprd_img .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%,-50%);
    filter: brightness(1);
    border-radius: 15px;
}
.timeprd_named {
    color: #040000;
    font-weight: 500;
    font-family: var(--main-fonts);
}

.timeprd_prc {
    color: #a2a0a0;
    font-family: var(--main-fonts);
    font-weight: 300;
    font-size: 18px;
}
.timeprd_prc span {
    text-decoration: line-through
}
.timeprd_prc small { 
    font-family: var(--main-fonts);
    font-size: 16px;
}



/* end open img */
#main_salebanner .swiper-slide {
    position: relative;
}
#main_salebanner .swiper-slide .product_img .etc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-family: var(--main-fonts);
    font-size: 19px;
    color: #fff;
    background: rgba(25, 25, 25, .8);
    padding: 10px 0;
    text-align: center;
    z-index: 2;
} 
#main_salebanner .swiper-slide .product_img .etc .sticker {
    position: absolute;
    bottom: 8px;
    left: 8px;
    width: 60px;
    height: 60px;
    z-index: 3;
}
.pur1 {color:#777777;}
.pur2 {color:#ca3ffd;}
.pur2 {color:rgb(249, 249, 249);}



#event_wrap .event_prd {
    width: 720px;
    display: flex;
    margin-bottom: 15px;
    border-radius: 20px;
    overflow: hidden;
    background: #f8f8f8;
    padding: 14px;
}
#event_wrap .event_prd .product_img {
    width: 306px;
    border-radius: 15px; 
    overflow: hidden;
    position: relative;
    background: #fff;
}
#event_wrap .event_prd .product_txt {
    padding-left: 20px;
    padding-top: 20px;
    width: calc(100% - 306px);
    padding-right: 40px;
}
#event_wrap .event_prd .product_txt img {
    margin-bottom: 15px;
    width: 80px;
} 


.product_img .thumb {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
} 
.product_img .thumb .centered{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(50%,50%);
}
.product_img .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%,-50%);
    filter: brightness(1);
}
.product_img .todayicon{
    position: absolute;
    top: 0;
    width: 100%;    
}

/* prd css */
#main_salebanner .prd_cont {
    display: flex;
    flex-wrap: wrap; 
}

/* 오늘만 특가 prd css */
.today_div .product {
    width: 100%;
    margin-right: 0;
    display: flex;
    background: #f8f8f8;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.today_div .product .fill {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 3;
}
.today_div .product .fill p{
    font-size: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 100%;
}
.today_div .product_img {
    width: 50%;
    background: #f8f8f8;
    border-radius: 20px;
    margin: 20px;
}
.today_div .product_img .thumb img{
    border-radius: 20px;
    width: 100%;
}
.today_div .product_txt {
    padding-top: 40px;
    width: 50%;
    padding-right: 50px;
}
.today_div .prd_stor div.stbox {
    font-size: 15px;
}
.today_div .prd_stor div.stbox span {
    font-size: 15px;
}
.today_div .title_txt {
    font-size: 18px;
}
.today_div .item_tit {
    font-size: 22px;
    margin-bottom: 18px;
}
.today_div .prc_name {
    font-size: 18px;
}
.today_div .prc_sale_per {
    font-size: 26px;
}
.today_div .product_txt small{
    font-size: 20px;
}
.today_div .prc_sell_prc{
    font-size: 24px;
}
.today_div .prc_normal{
    font-size: 20px;
}
.today_div .prd_price{
    width: 195px;
}
.today_div .prd_bp{
    width: 195px;
}

.product .prdHover{ 
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

.prd_stor {
    top: 20px;
    left: 20px;
}