
.layout-cosmetics .header{
    visibility: visible;
}
.layout-cosmetics .layout{
    display:flex;
    flex-direction: column;
    gap:20px;
}
.layout-cosmetics .footer{
    display:none;
}
.layout-cosmetics .main{
    margin-top:40px;
    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:12px;    
}

.layout-cosmetics .product{
    display:flex;
    width:100%;      
    gap:15px;
}

.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: 15px;   
}

.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: 12px;
    color: #989898;
}

.layout-cosmetics .remain_gage_bar{
    width:calc(100% - 50px);
    height:8px;
    background: #F0F0F0;
    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: 12px;
    color: #989898;
}

.layout-cosmetics .predict_date{
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 12px;
    color: #707070;
}

.layout-cosmetics .reorder{
    width:100%;
    height:25px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 30px;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    display:flex;
    justify-content: center;
    align-items: center;
    padding:5px;
}

.layout-cosmetics .shop{
    width:100%;
    height:48px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 48px;
    display:flex;
    justify-content: center;
    align-items: center;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin-top:30px;
}

@media screen and (max-width:340px){
    .layout-cosmetics .product{
        flex-direction:column;
        align-items:center;
    }
    
}