/* BASIC css start */
.main { position: relative; }
.firework_icon_01 { position : absolute; top: 0; animation: fadeout ease-in-out 2s 0s alternate infinite;    opacity: 0;    z-index: 2;    overflow: hidden; }
.firework_icon_02 { position : absolute; top: 0; animation: fadeout ease-in-out 2s 2s alternate infinite;    opacity: 0;    z-index: 2; }

@keyframes fadeout {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-moz-keyframes fadeout { /* Firefox */
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes fadeout { /* Safari and Chrome */
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-o-keyframes fadeout { /* Opera */
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}




.main_nav {
    background-color: #121212;
    
}

.main_nav ul {
    text-align: center;
}

.main_nav li {
    width: 163.33px;
    height: 85px;
    display: inline-block;
    position: relative;
}

.main_nav li a {
    display: block;
    position: relative;
    padding: 28px 0 0 0px;
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
}

.main_nav li a:hover {
    color: #f4e6be;
}

.time_sale {
    background: url(/design/emarue/onedesign/images/event/awards_bg_rd.jpg) #05031B repeat 0 1250px / contain;
    padding-bottom: 150px;
}

.time_sale .countdown {
    position: relative;
background: url(/design/emarue/onedesign/images/event/awards_bg_rd.jpg) #05031B repeat 0 1250px / contain;
}




#timer {
    position: absolute;
    font-size: 3em;
    font-weight: bold;
    padding: 20px;
    width: 700px;
    color: white;
    top: -240px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}

#timer div {
    display: inline-block;
    min-width: 90px;
    padding: 12px;
    background: #84161b;
    border-radius: 10px;
    border: 2px solid 4f81ef;
    margin: 15px;
}

#timer div span {
    color: #ffffff;
    display: block;
    margin-top: 12px;
    font-size: .35em;
    font-weight: 400;
}



.time_goods {
    background: #fff;

    width: 1050px;
    margin: 0 auto 0;
    box-sizing: border-box;

}

.prd_default { margin : 0px; }

.prd_default .prdList {
    background: #fff;
    padding: 50px 50px 100px;
    box-sizing: border-box;
    width: 1050px;
    margin: -10px auto 0;
}
.prd_default .prdList > li {
    display: inline-block;
    position: relative;
width: 50%;
    margin: 30px 0;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
}
.prd_default ul.grid3 .thumbnail {
    max-width: 100%;
}







.prd_default .prdList .description {    text-align: left; }
.prd_default .prdList .description .name {    text-align: left; margin: 0 0 10px; }
.prd_default .prdList .description .name a { display: inline-block;
    padding: 5px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: -0.02vw;
}
.prd_default .prdList .spec li {    text-align: left; }
.prd_default .prdList .prd_price {    font-size: 18px; color : #121212; }
.prd_default .prdList .prd_consumer {
    font-size: 14px;
    color: #888;
    font-weight: 500;
}
.listPercent {
    font-size: 35px;
    display: block;
    float: right;
    margin-right : 2%;
    color: red;
}



.best_item { background-color: #121212; }

/* 라디오 버튼 */
input { display : none; }

input:checked + label, input:hover {
border: 2px solid #f0b975;
    background-color: #f0b975;
    color: #275327;
}

label{
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    width: 180px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #e5bc7b;
    color: #e5bc7b;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    font-family: 'Pretendard-Regular';
    position: relative;
    box-sizing: border-box;
}

#con1:checked ~ #menu_1,
#con2:checked ~ #menu_2,
#con3:checked ~ #menu_3,
#con4:checked ~ #menu_4,
#con5:checked ~ #menu_5
{
    display: block; 
    width: 1050px;
    margin: 0 auto;
    margin-top: 70px;
}


/* 탭 */
.tab{
    padding: 50px 0 150px;
    margin: 0px auto;
    width: 1250px;
    background: url(/design/emarue/onedesign/images/event/awards_bg_gr.jpg) #05031B repeat 0 1250px / contain;
}

.tab .prd_default .prdList {
    padding: 50px 50px 100px;

}

.tab .prd_default .prdList > li {
    width : 25%;
}

.con{
    width: 100%;
    display: none;
    background: #fff;
}

.moreBtn {
    background: #fff;
    padding-bottom: 100px;
}
.more {
    width: 290px;
    height: 60px;
    background: #0a131d;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

/* BASIC css end */

