@charset "UTF-8";
.event-detail .event-nav {
    margin: 60px 0 60px 0;
    display: flex;
    justify-content: center;
}
.event-detail .event-nav__btn {
    height: 72px;
    width: 198px;
    margin-inline-end: 10px;
    border-radius: 8px;
    color: var(--black);
    font-weight: 600;
    font-size: 18px;
    line-height: 14px;
    background-color: #f5f5f5;
}
.event-detail .event-nav__btn.is-active {
    background-color: var(--primary);
    color: var(--white);
    font-weight: 700;
}


.thumb-box .thumb-item__info-name {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.thumb-box .thumb-item__info-brand-name {
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 4px;
}

.current-price {
	color: var(--color-point-red) !important;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	font-family: Pretendard;
}

#products-container .swiper-slide {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

#products-container .swiper-slide img {
    cursor: pointer;
}

.mock-test-title{
    margin-top: 8%;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
}
