.event128194 {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 750px;
    background-color: white;
}
.event128194 img {
    width: 100%;
}
.event128194__main {
    position: relative;
    display: flex;
    flex-direction: column;
}
.btn-event-marketing {
    width: 100%;
    /*height: 220px;*/
}
.brand-type-sticky-bar {
    position: sticky;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-color: white;
    z-index: 1;
}
.brand-type-sticky-bar__tab {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    font-size: 28px;
    line-height: normal;
    text-align: center;
    word-break: keep-all;
    color: #74ABFF;
    background-color: #0066FF;
    cursor: pointer;
}
.brand-type-sticky-bar__tab--selected {
    position: relative;
    color: white;
}
.brand-type-sticky-bar__tab--selected::before {
    content: '';
    position: absolute;
    top: 30px;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background-color: #0EF;
    border-radius: 20px;
}

#stationary {
    background-color: #77D2F5;
}
.brand-container .brand:last-of-type {
    margin-bottom: 160px;
}
.event128194__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 265px;
    background: url(//webimage.10x10.co.kr/fixevent/event/2024/128194/bottom.jpg) 0 0 / cover no-repeat;
}
.event128194__bottom-text {
    font-size: 35px;
    font-family: var(--weight-600);
    line-height: normal;
    color: white;
}
