.V-Title-Container {
	padding-bottom: 7rem;
}

.V-Title-Container .contentmain {
	padding-top: 12rem;
}

.V-Title-Container .dnntitle {
	position: relative
}

.V-Title-Container .title {
	text-transform: uppercase;
	transform: rotate(90deg);
	writing-mode: vertical-lr;
	text-orientation: mixed;
	padding-bottom: 4rem;
}

.V-Title-Container .TitleBox {
	text-transform: uppercase;
	transform: rotate(90deg);
	writing-mode: vertical-lr;
	text-orientation: mixed;
}

.V-Title-Container .subtitle {
	height: 100%;
}

.V-Title-Container .subtitle>span {
	flex: 0 0 auto;
	line-height: 0;
}

.V-Title-Container .subtitle:before {
	content: '';
	background: #000;
	height: inherit;
	width: 0.1rem;
	position: relative;
	display: block;
	bottom: 0;
}

@media screen and (max-width:800px) {

	.V-Title-Container .title,
	.V-Title-Container .TitleBox {
		transform: unset;
		writing-mode: unset;
		text-orientation: unset;
	}

	.V-Title-Container .contentmain {
		padding-top: 2rem;
	}

	.V-Title-Container {
		padding-bottom: 2rem;
	}

	.V-Title-Container .subtitle:before {
		content: '';
		background: transparent
	}

	.V-Title-Container .subtitle>span {
		line-height: 3;
	}
}

/* .Left-Square-Title .title::before {
	content: "";
	width: 0.5rem;
	height: 0.5rem;
	background: var(--Black);
	display: inline-block;
	font-size: 1.7rem;
	position: relative;
	left: 0.5rem;
} */

.BG-White-Title .contentmain .contentpane {
	border-right: 0.2em solid var(--Black);
}
.BG-White-Title-en .contentmain .contentpane {
	border-left: 0.2em solid var(--Black);
}