.fixed-tab {
	transition: top 0.3s ease;
}
.fixed-tab .relative {
	display: flex;
	align-items: center;
	width: 100%;
	height: 110px;
}

.fixed-tab .relative .tab {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex: 1;
	height: 100%;
	background-color: #000;
	font-family: "GmarketSansMedium";
	color: #666666;
	border-top: 2px solid #000;
	box-sizing: border-box;
	transition: all 0.2s ease;
}

.fixed-tab .relative .tab span {
	display: block;
	font-size: 22px;
	font-weight: 400;
	word-spacing: -0.5px;
	letter-spacing: -0.5px;
}

.fixed-tab .relative .tab p {
	font-size: 32px;
	font-weight: 700;
	word-spacing: -1px;
	letter-spacing: -0.8px;
	margin-top: 6px;
}

.fixed-tab {
	top: 0;
	left: 50%;
	max-width: 1200px;
	width: 100%;
	transform: translateX(-50%);
	z-index: 1;
}

.fixed-tab.fixed {
	position: fixed !important;
}

.fixed-tab .relative {
	background-color: #000;
}

.fixed-tab .relative .tab.show span {
	color: #000;
}

.fixed-tab .relative .section01.show {
	background-color: #e7f2fe;
	border-top-color: #5766f1;
}

.fixed-tab .relative .section01.show p {
	color: #3c1fc0;
}

.fixed-tab .relative .section02.show {
	background-color: #efe7fe;
	border-top-color: #956fd6;
}

.fixed-tab .relative .section02.show p {
	color: #6500ef;
}

.fixed-tab .relative .section03.show {
	background-color: #ebfcfc;
	border-top-color: #68b8b9;
}

.fixed-tab .relative .section03.show p {
	color: #68b7b9;
}

.wday-event .block.relative .absolute.font-none {
	left: 15%;
	width: 70%;
	height: 12%;
}

#section01,
#section02,
#section03 {
	position: relative;
}

@media (max-width: 767px) {
	.fixed-tab .relative {
		height: 60px;
	}
	.fixed-tab .relative .tab span {
		font-size: 12px;
	}

	.fixed-tab .relative .tab p {
		font-size: 17px;
		padding: 0 10px;
	}
}
