@media (max-width: 1220px) {
	#MiWrapper > div#season_layout {width:1220px}
}

.tab-season-box03 {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tab-season-box03 li {
    flex: 1;
    min-width: 120px;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #333;
    border-right: 1px solid #111111540;
    background: #fff;
    color: #333;
	font-family: pretendard;
    font-size: 21px;
	font-weight: 900;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
	user-select: none;
	border-top-left-radius: 15px;
	border-top-right-radius: 5px;
}

/* 마지막 탭 오른쪽 테두리 */
.tab-season-box03 li:last-child {
    border-right: 1px solid #333;
}

/* 선택 안 된 탭 */
.tab-season-box03 li {
    background: #fff;
    color: #333;
}

/* 선택된 탭 */
.tab-season-box03 li.on {
    background: #333;
    color: #fff;
}
