/* ============ tab_tit ============ */
.tab_tit .nav-item {
	margin-left: -1px;
}

.tab_tit .nav-link {
	width: 100%;
	background: #fbfbfc;
	border: 1px solid #d9d9d9;
	border-radius: 0;
	font-size: 14px;
	line-height: 48px;
	color: #b1b2b3;
	text-align: center;
}

/* ============ tab_tit2 ============ */
.tab_tit2 {
	margin: 0 -20px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.tab_tit2 .nav-item {
	margin-left: -1px;
}

.tab_tit2 .nav-link {
	border-radius: 0;
	font-size: 1.5rem;
	line-height: 5.6rem;
	color: #333;
}

.tab_tit2 .nav-link span {
	display: inline-block;
	position: relative;
	padding: 0 11px;
}

/* event */
.tab_tit2 .nav-item .nav-link.active {
	font-weight: 700;
	color: #000;
	background: #fff;
}

.tab_tit2 .nav-item .nav-link.active span:after {
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 10;
	display: block;
	width: 100%;
	height: 3px;
	background: #000;
	content: "";
}

/* ============ tab_tit3 ============ */
.tab_tit3 .nav-link {
	border: 1px solid #4c4c4c;
	border-radius: 0;
	font-size: 1.5rem;
	line-height: 4.2rem;
	color: #4c4c4c;
}

/* event */
.tab_tit3 .nav-item .nav-link.active {
	background: #4c4c4c;
	font-weight: 700;
	color: #fff;
}

/* ============ tab_tit4 ============ */
.tab_tit4 {
	overflow-x: auto;
	margin: 0 -20px;
	padding: 16px 20px;
	border-bottom: 1px solid #e8e8e8;
	background-color: #fbfbfb;
	font-family: "Noto Sans KR", sans-serif;
	white-space: nowrap;
}

.tab_tit4::-webkit-scrollbar {
	display: none;
}

.tab_tit4 .nav li {
	display: inline-block;
}

.tab_tit4 .nav-item {
	margin-right: 8%;
}

.tab_tit4 .nav-link {
	font-size: 1.5rem;
	line-height: 2.2rem;
	color: #999;
}

/* event */
.tab_tit4 .nav-item .nav-link.active {
	font-weight: 700;
	color: #000;
	background-color: transparent;
}

/* tab - 6개 */
.tab_tit.tab_6 .nav-item {
	margin-top: -1px;
	width: 33.333%;
}

/* event */
.tab_tit .nav-item .nav-link.active {
	position: relative;
	z-index: 10;
	color: #8c53ff;
	background: #fff;
	border-color: #8c53ff;
}

/* 
### 반응형
*/
@media (min-width: 768px) {
	.tab_tit .nav-link {
		font-size: 16px;
		line-height: 58px;
	}

	/* ============ tab_tit2 ============ */
	.tab_tit2 {
		margin: 0;
	}

	/* ============ tab_tit4 ============ */
	.tab_tit4 {
		overflow-x: auto;
		white-space: nowrap;
		margin: 0;
		padding: 0;
		background-color: transparent;
	}

	.tab_tit4 .nav {
		display: flex;
		justify-content: center;
	}

	.tab_tit4 .nav-item {
		margin: 0 0 0 -1px;
		flex: 1;
		text-align: center;
	}

	.tab_tit4 .nav-link {
		padding: 17px 0;
		border: 0;
		border-radius: 0;
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
	}

	/* event */
	.tab_tit4 .nav-item .nav-link.active {
		position: relative;
		z-index: 10;
		box-shadow: 0 -3px 0 #000 inset;
		font-weight: 700;
	}
}

@media (max-width: 767px) {
	.tab_tit4 {
		border-bottom: 0;
		background-color: #f8f8f9;
	}

	.tab_tit4 {
		padding: 0;
	}

	.tab_tit4 .nav {
		height: 44px;
		line-height: 1;
		box-sizing: border-box;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: flex-start;
		align-items: center;
		padding: 10px 5px;
	}

	.tab_tit4 .nav-link {
		font-size: 14px;
		line-height: 1;
	}

	.tab_tit4 .nav-item {
		margin: 0 15px;
	}
}
