@charset "utf-8";

.chapterLink {
	opacity: 0;
	margin-top: 24px;
	margin-bottom: 40px; 
	transition: 100ms opacity;
}
.chapterLink.ready {
	opacity: 1;
}
@media all and ( max-width: 767px ) {
	.chapterLink {
		margin-top: 16px;
	}
}

.chapterLink > ul > li ~ li {
	padding-left: 2.3em;
}

body > :where(:not(#HeaderArea1, #HeaderArea2, #SpMenuModal, #FooterArea, #FatMenuLevel1, #PageTopBottom, .video-js)) .hht-nc2-6 + .hht-nc2-6 {
	margin-top: -9px;
}

/* ===== Page Console ===== */
#emTecPageConsole {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 1275px;
	max-width: 100%;
	padding: 20px 0;
	margin: 30px auto;
	background: #f9f9f9;
}

#emTecPageConsole > div {
	display: flex;
}

#emTecPageConsole > div > a {
	position: relative;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#emTecPageConsole > div:nth-child(1) > a {
	order: 2;
	margin-right: 1em;
	padding-left: 12px;
}
#emTecPageConsole > div:nth-child(1) > a + a {
	order: 1;
	padding-left: 19px;
}
#emTecPageConsole > div:nth-child(3) > a {
	margin-left: 1em;
	padding-right: 12px;
}
#emTecPageConsole > div:nth-child(3) > a + a {
	padding-right: 19px;
}
#emTecPageConsole > div > a::before,
#emTecPageConsole > div > a + a::after {
	content: "";
	position: absolute;
	top: calc( 50% - 6px );
	display: block;
	width: 10px;
	height: 10px;
	border-color: #e60027;
	border-style: solid;
	border-width: 2px 2px 0 0;
	overflow: hidden;
	transform-origin: center;
	margin: 0;
	transition-duration: 180ms;
	transition-property: margin;
	transition-timing-function: ease-out;
}
#emTecPageConsole > div:nth-child(1) > a::before,
#emTecPageConsole > div:nth-child(1) > a + a::after {
	transform: rotate(225deg);
}
#emTecPageConsole > div:nth-child(3) > a::before,
#emTecPageConsole > div:nth-child(3) > a + a::after {
	transform: rotate(45deg);
}
#emTecPageConsole > div:nth-child(1) > a::before {
	left: 0px;
}
#emTecPageConsole > div:nth-child(1) > a + a::after {
	left: 7px;
}
#emTecPageConsole > div:nth-child(3) > a::before {
	right: 0px;
}
#emTecPageConsole > div:nth-child(3) > a + a::after {
	right: 7px;
}
#emTecPageConsole > div > a:hover::before,
#emTecPageConsole > div > a + a:hover::after {
	border-color: #b1000e;
}
#emTecPageConsole > div:nth-child(1) > a:hover::before,
#emTecPageConsole > div:nth-child(1) > a + a:hover::after {
	margin: 0 0 0 -4px;
}
#emTecPageConsole > div:nth-child(3) > a:hover::before,
#emTecPageConsole > div:nth-child(3) > a + a:hover::after {
	margin: 0 -4px 0 0;
}
#emTecPageConsole > div > a[href=""],
#emTecPageConsole > div > a[href=""] + a {
	pointer-events: none;
	cursor: default;
	visibility: hidden;
	opacity: 0;
}

@media all and ( min-width: 601px ) {
	#emTecPageConsole > div > a > br {
		display: none;
	}
}

@media all and ( max-width: 600px ) {
	#emTecPageConsole {
		position: relative;
		padding-top: 40px;
	}
	#emTecPageConsole > div:nth-child(2) {
		position: absolute;
		left: 0;
		top: 10px;
		display: block;
		width: 100%;
		text-align: center;
	}
	#emTecPageConsole > div:nth-child(1),
	#emTecPageConsole > div:nth-child(3) {
		display: flex;
		justify-content: space-around;
		width: 50%;
	}
	#emTecPageConsole > div > a {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		width: 60px;
		height: 60px;
		margin: 0!important;
		padding: 6px 0 0!important;
		text-align: center;
		line-height: 1.2;
		font-size: 12px;
		background: #B1000E;
		border-radius: 3px;
		color: #ffffff;
	}
	#emTecPageConsole > div > a::before,
	#emTecPageConsole > div > a + a::after {
		border-color: #ffffff;
		top: 40px;
	}
	#emTecPageConsole > div:nth-child(1) > a::before {
		left: 27px;
	}
	#emTecPageConsole > div:nth-child(1) > a + a::before {
		left: 23.5px;
	}
	#emTecPageConsole > div:nth-child(1) > a + a::after {
		left: 30.5px;
	}
	#emTecPageConsole > div:nth-child(3) > a::before {
		right: 27px;
	}
	#emTecPageConsole > div:nth-child(3) > a + a::before {
		right: 23.5px;
	}
	#emTecPageConsole > div:nth-child(3) > a + a::after {
		right: 30.5px;
	}
	#emTecPageConsole > div > a:hover::before,
	#emTecPageConsole > div > a + a:hover::after {
		border-color: #ffffff!important;
		margin: 0!important;
	}
}
