#event {
    padding: 0 0 60px;
}

#event .event-tab {
    gap: 20px;
    margin-bottom: 5px;
}

#event .event-tab .tab {
    flex: unset;
    position: relative;
}

#event .event-tab .tab:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 20px;
    background: #a0a0b6;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

#event .event-tab .tab .tab-btn {
    padding: 20px 5px;
    border-bottom: 0;
}

#event .event-tab .tab .tab-btn.on {
    font-weight: 500;
}

.event-list li {
    color: #444;
    margin-bottom: 25px;
}

.event-list li .thumb-img {
    width: 100%;
}

.event-list li .thumb-img img {
    max-width: 100%;
}

.event-list li .tit {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.event-list li .tit .new {
    font-size: 14px;
    font-weight: bold;
    color: #ff0000;
    vertical-align: 1px;
}

.event-list li .sub-tit {
    font-size: 1.6rem;
    margin: 5px 0 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.event-list li .day {
    font-size: 1.4rem;
    color: #666;
    margin-top: 10px;
}

.winner-list {
    border-top: 2px solid #222;
}

.winner-list li {
    border-bottom: 2px solid #f7f7f7;
}

.winner-list li a {
    display: block;
    padding: 2rem;
}

.winner-list li .tit {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.winner-list li .tit .new {
    font-size: 1rem;
    color: #fff;
    background: #4a64f5;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    margin-left: 6px;
    vertical-align: top;
}

.winner-list li .date {
    font-size: 1.4rem;
    color: #5d636a;
}

#event #more_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

#EventView .event-top {
    border-top: 2px solid #222;
    padding: 2rem;
}

#EventView .event-top .tit {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 24px;
}

#EventView .event-top .tit .new {
    font-size: 1rem;
    color: #fff;
    background: #4a64f5;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    margin-left: 6px;
    vertical-align: 2px;
}

#EventView .event-top .date {
    font-size: 14px;
    color: #5d636a;
}

#EventView .event-content {
    padding: 2rem 2rem 4rem;
    border-top: 2px solid #f7f7f7;
    border-bottom: 2px solid #f7f7f7;
    line-height: 1.5;
    margin-bottom: 50px;
}

#EventView .btn-event {
    width: 100%;
    height: 48px;
    border: 1px solid #cdd1d6;
    border-radius: 5px;
    color: #767676;
    font-size: 1.6rem;
}

#EventView .event-image img {
    width: 100%;
}