.language-screen {
	position: relative;
	width: 100%;
	max-width: 800px;
	min-height: 100vh;
	margin: 0 auto;
	background: var(--paper);
	box-shadow: 0 0 38px rgba(0, 0, 0, .42);
}

.language-screen > img {
	display: block;
	width: 100%;
	height: auto;
	user-select: none;
	-webkit-user-drag: none;
}

.language-link {
	position: absolute;
	z-index: 2;
	left: 24.7%;
	width: 47.7%;
	height: 5.9%;
	cursor: pointer;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

.language-ko {
	top: 50.55%;
}

.language-en {
	top: 61.82%;
}

.language-link span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.language-link:focus-visible {
	outline: 4px solid rgba(255, 255, 255, .9);
	outline-offset: -6px;
}
