.layout-history .layout {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.layout-history .header {
    visibility: visible;
}

.layout-history .footer {
    display: none;
}

.layout-history .shopping_cart {
    display: flex;
}

.layout-history .main {
    padding: 60px 29px;
}

.layout-history .history {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.layout-history .standard {
    display: flex;
    gap: 5px;
}

.layout-history .standard_btn {
    width: 13vw;
    height: 7vw;
    border-radius: 57.3319px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 3vw;
    color: #C8C8C8;
    border: 1px solid #4d4d4d;
}

.layout-history .active {
    color: #cb7658;
    border: 1px solid #CB7658;
}

.layout-history .history_place {
    display: flex;
    flex-direction: column;
    gap: 57px;
}

.layout-history .history_container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.layout-history .history_ymd {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 3vw;
    color: #797979;
}

.layout-history .history_divide {
    display: flex;
    gap: 19px;
}

.layout-history .history_date {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-right: 20px;
}

.layout-history .history_day {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 8vw;
    color: #C8C8C8;
}

.layout-history .history_ym {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 3vw;
    color: #797979;
}

.layout-history .history_info_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;

}

.layout-history .history_info {
    background: #232323;
    border-radius: 8px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.layout-history .history_text {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 4vw;
    color: #C8C8C8;
}

.layout-history .history_time {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 4vw;
    color: #889195;
}