/* SECTION : BANNER COMMON*/
#banner_common {
	width: 100%;
	height: 38.625rem;
	position: relative;
	z-index: 1;
}
#banner_common .banner__frame__mb {
	display: none;
}
#banner_common .banner__frame {
	width: 100%;
	height: 100%;
	object-fit: fill;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
#banner_common .banner__frame__line {
	width: 100%;
	background: white !important;
	height: 6px;
	z-index: 4;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateY(50%);
	pointer-events: none;
}
#banner_common .banner__frame__mb {
	width: 100%;
	height: 100%;
	object-fit: fill;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
#banner_common .banner__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#banner_common .container {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 5;
	bottom: 5.44rem;
}

#banner_common .banner__title {
	color: white;
	font-family: Lexend;
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.09025rem;
	text-transform: uppercase;
	width: 70rem;
}
#banner_common .nav-container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.5rem;
}
#banner_common .nav-container > * + * {
	margin-left: 0.5rem;
}
#banner_common .nav-container a,
#banner_common .nav-container span {
	color: var(--white, #fff);
	font-family: Lexend;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: 0.00219rem;
	text-transform: uppercase;
}
#banner_common .nav-container a:first-of-type {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	#banner_common {
		height: 28.1rem;
	}
	#banner_common .banner__frame__mb {
		display: block;
	}
	#banner_common .banner__frame {
		display: none;
	}
	#banner_common .container {
		width: 100%;
		padding: 0 0.75rem;
		bottom: 3.38rem;
	}
	#banner_common .banner__title {
		width: 100%;
		font-size: 1.75rem;
		font-weight: 600;
		line-height: 140%; /* 2.45rem */
		letter-spacing: -0.0625rem;
		text-transform: uppercase;
	}
	
	#banner_common .banner__title br {
		display: none;
	}
	
	#banner_common .nav-container {
		margin-bottom: 0.62rem;
	}
	#banner_common .nav-container > * + * {
		margin-left: 0.38rem;
	}
	#banner_common .nav-container a,
	#banner_common .nav-container span {
		color: var(--text-text-grey-0, #fff);
		font-family: Lexend;
		font-size: 0.625rem;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
		letter-spacing: -0.03125rem;
	}
	.nav-container a:last-child {
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;  
		overflow: hidden;
		flex: 1;
	}
}
