.layout-history .header{
    visibility: visible;
}
.layout-history .layout{
    display:flex;
    flex-direction: column;
}
.layout-history .footer{
    display:none;
}
.layout-history .history{
    display:flex;
    flex-direction:column;
    gap:30px;
}
.layout-history .standard{
    display:flex;
    gap:5px;
}
.layout-history .standard_btn{
    width:54px;
    height:25px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 30px;
    display:flex;
    justify-content: center;
    align-items: center;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 12px;
    color: #444444;
    cursor: pointer;
}
.layout-history .active {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 12px;
    color: #CB7658;
}
.layout-history .history_place{
    display:flex;
    flex-direction:column;
    gap:30px;
}
.layout-history .history_container{
    display:flex;
    flex-direction:column;
    gap:16px;
}
.layout-history .history_ymd{
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 12px;
    color: #797979;
}
.layout-history .history_divide{
    display:flex;    
    gap:19px;
}

.layout-history .history_date{
    display:flex;
    flex-direction:column;
    align-items: center;
    gap:10px;
}
.layout-history .history_day{
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 24px;
    color: #000000;
}
.layout-history .history_ym{
    display:flex;
    flex-direction:column;
    align-items: center;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 12px;
    color: #797979;
}
.layout-history .history_info_wrap{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:10px;
   
}
.layout-history .history_info,
.layout-history .history_noInfo {
    background: #FBFAF9;
    border-radius: 10px;
    padding:20px;
    display:flex;
    flex-direction:column;
    gap:10px;
}
.layout-history .history_text{
    font-family: 'Spoqa Han Sans Neo';    
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}
.layout-history .history_time{
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 11px;
    color: #889195;
}