.ko-language-switcher{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.2;
	position:relative;
	z-index:1003;
}
.ko-language-switcher-toggle{
	align-items:center;
	background:transparent;
	border:0;
	color:#111;
	cursor:pointer;
	display:inline-flex;
	font:inherit;
	gap:4px;
	letter-spacing:.08em;
	min-height:32px;
	padding:4px 5px;
	text-transform:uppercase;
}
.ko-language-switcher-caret{
	font-size:13px;
	line-height:.7;
}
.ko-language-switcher-menu{
	background:rgba(255,255,255,.98);
	border:1px solid #d9d9d9;
	display:none;
	list-style:none;
	margin:0;
	min-width:130px;
	padding:5px 0;
	position:absolute;
	right:0;
	top:100%;
	width:max-content;
}
.ko-language-switcher.is-open .ko-language-switcher-menu{
	display:block;
}
.ko-language-switcher-menu li{
	list-style:none;
	margin:0;
	padding:0;
}
.ko-language-switcher-menu a{
	color:#222;
	display:block;
	padding:8px 13px;
	text-decoration:none;
}
.ko-language-switcher-menu a:hover,
.ko-language-switcher-menu a:focus-visible,
.ko-language-switcher-menu a[aria-current="page"]{
	background:#ececec;
	color:#000;
}
.ko-language-switcher--mobile{
	display:none;
}
.ko-language-switcher--workshops{
	margin-left:auto;
}
.ko-products-language-switcher{
	position:fixed;
	right:18px;
	top:14px;
	z-index:1200;
}
.ko-products-language-switcher .ko-language-switcher-toggle{
	color:#fff;
	text-shadow:0 1px 5px rgba(0,0,0,.9);
}
@media (max-width:700px){
	.ko-language-switcher--desktop{
		display:none;
	}
	.ko-language-switcher--mobile{
		display:block;
		margin:14px 20px 0;
	}
	.ko-language-switcher--mobile .ko-language-switcher-toggle{
		border:1px solid #d6d6d6;
		justify-content:center;
		width:100%;
	}
	.ko-language-switcher--mobile .ko-language-switcher-menu{
		left:0;
		right:auto;
		width:100%;
	}
}
