
.layout-cosmetics .header{
    visibility: visible;
}
.layout-cosmetics .shopping_cart{
    display:block;
}
.layout-cosmetics .main{
    margin-top:40px;
    padding: 0 29px;
    overflow-y:auto;
}
.layout-cosmetics .cosmetics{
    display:flex;
    flex-direction:column;
    gap:30px;
}

.layout-cosmetics .product_list{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:30px;    
}

.layout-cosmetics .product{
    display:flex;
    width:100%;      
    gap:15px;
    align-items: center;
}

.layout-cosmetics .product_info_place{
    width:100%;
    display:flex;
    flex-direction:column;    
    justify-content: space-around;
    gap:15px;
}

.layout-cosmetics .product_name{
    font-family: 'Spoqa Han Sans Neo';  
    font-weight: 700;
    font-size: 26.6941px;  
    color: #C8C8C8;     
}

.layout-cosmetics .remain_gage_wrap{
    width:100%;
    display:flex;
    gap:14px;
}

.layout-cosmetics .remain_gage_name{
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 21.3553px;
    color: #989898;
}

.layout-cosmetics .remain_gage_bar{
    width:calc(100% - 100px);
    height:8px;
    background: #3C3C3C;
    border-radius: 10px;
}

.layout-cosmetics .remain_gage1{
    width:30%;
    height:8px;
    background: #E9C0A8;
    border-radius: 10px;
}

.layout-cosmetics .remain_gage2{
    width:10%;
    height:8px;
    background: #E9C0A8;
    border-radius: 10px;
}

.layout-cosmetics .remain_gage3{
    width:50%;
    height:8px;
    background: #E9C0A8;
    border-radius: 10px;
}

.layout-cosmetics .remain_gage4{
    width:90%;
    height:8px;
    background: #E9C0A8;
    border-radius: 10px;
}

.layout-cosmetics .predict_wrap{
    width:100%;
    display:flex;
    gap:23px;       
}

.layout-cosmetics .exhaust_predict{
    font-family: 'Spoqa Han Sans Neo';   
    font-weight: 400;
    font-size: 21.3553px;  
    color: #989898;
}

.layout-cosmetics .predict_date{
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 21.3553px; 
    color: #707070;
}

.layout-cosmetics .reorder{
    width:100%;
    height:25px;
    background: transparent;
    border: 1px solid #4B4949;
    border-radius: 30px;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 12px;
    color: #686868;
    display:flex;
    justify-content: center;
    align-items: center;
    padding:5px;
}
.layout-cosmetics .footer{
    visibility: visible;
}
.layout-cosmetics .shop{
    display:flex;
}

@media screen and (max-width:340px){
    .layout-cosmetics .product{
        flex-direction:column;
        align-items:center;
    }
    
}