	@font-face {
		font-family:'Protoform-Thin'; src:url('webfonts/Protoform-Thin.woff2');
		}

	@font-face {
		font-family:'ProtoformUnderlined-Thin'; src:url('webfonts/ProtoformUnderlined-Thin.woff2');
		}

	@font-face {
		font-family:'Protoform-Light'; src:url('webfonts/Protoform-Light.woff2');
		}

	@font-face {
		font-family:'ProtoformUnderlined-Light'; src:url('webfonts/ProtoformUnderlined-Light.woff2');
		}

	@font-face {
		font-family:'Protoform-Medium'; src:url('webfonts/Protoform-Medium.woff2');
		}

	@font-face {
		font-family:'ProtoformUnderlined-Medium'; src:url('webfonts/ProtoformUnderlined-Medium.woff2');
		}

	@font-face {
		font-family:'Protoform-Bold'; src:url('webfonts/Protoform-Bold.woff2');
		}

	@font-face {
		font-family:'ProtoformUnderlined-Bold'; src:url('webfonts/ProtoformUnderlined-Bold.woff2');
		}

	@font-face {
		font-family:'Protoform-Black'; src:url('webfonts/Protoform-Black.woff2');
		}

	@font-face {
		font-family:'ProtoformUnderlined-Black'; src:url('webfonts/ProtoformUnderlined-Black.woff2');
	}

	body {
		font-family: 'Protoform-Thin';
		background: white;
		margin:0;
		padding:0;
	}
	
	p {
		margin:0;
		padding:0;
	}
	
	input:focus,
	select:focus, 
	textarea:focus,
	button:focus {
 		outline: none !important;
  		box-shadow: none !important;
	}

	#menus {
		display:block;
		position:fixed;
		bottom:0;
		width:100%;
		font-family: system-ui, sans-serif;
		font-size: 14px;
		line-height: 21px;
		padding:0;
		margin:0;
		background-color:white;
		border-top: 1px solid black;
		z-index: 2;
	}
	
	#menuHead {
		cursor: pointer;
		margin: 0 0 10px 0;
		padding: 10px 0 0 0;
		column-count: 2;
		column-gap: 20px;		
	}
	
	#menuHeadKo {
		padding: 0 0 0 20px;
	}

	#menuHeadEn {
		padding: 0 20px 0 0;
  		break-before: column;
	}

	#menuWrap {
		margin: 0 0 20px 0;
		column-count: 2;
		column-gap: 20px;
	}

	#menuKo {
		padding: 10px 0 0 20px;
	}

	#menuEn {
		padding: 10px 20px 0 0;
  		break-before: column;
	}
			
	.textCol {
		position:absolute;
		width:100%;
	}

	#wrapKo {
		position:absolute;
		top:0;
		left:0;
		padding-bottom: 300px;
		font-family: Protoform-Thin;
		font-size: 60px;
		line-height: 80px;
		word-break: keep-all;
		margin-top: 10px; 
		margin-left: 20px; 
		margin-right: 20px; 
		margin-bottom: 20px;
		mix-blend-mode: multiply;
	}

	#wrapEn {
		position:absolute;
		top:0;
		left:0;
		padding-bottom: 300px;
		font-family: Protoform-Thin;
		font-size: 60px;
		line-height: 60px;
		margin-top: 20px; 
		margin-left: 20px; 
		margin-right: 20px; 
		margin-bottom: 20px;
		mix-blend-mode: multiply;
	}

	#textKo {
	}
	
	#textEn {
	}

	#infoKo {
	}
	
	#infoEn {
	}

	#placeholder {
		font-family: 'Protoform-Thin';
		position:absolute;
		top:0;
		left:0;
		font-size: 60px;
		line-height: 60px;
		margin-top: 10px; 
		margin-left: 20px; 
		margin-right: 20px; 
		margin-bottom: 20px;
		color: black;
		overflow:hidden;
		word-break:break-all;
	}

	.ssKo {
		font-feature-settings: "zero" 1, "ss01" 1, "ss02" 1, "ss03" 1, "ss04" 1, "ss05" 1, "ss06" 1, "ss07" 1, "ss08" 1 ; 
	}

	.ssEn {
		font-feature-settings: "zero" 1, "onum" 1, "ss01" 1, "ss02" 1, "ss03" 1, "ss04" 1, "ss05" 1, "ss06" 1, "ss07" 1 ; 
	}
	

/* Custom checkbox/buttons */

/* The container */

.container {
  position: relative;
  padding-left: 24px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: -0.5px;
	left: -1px;
	width: 17px;
	height: 17px;
	border: 1px solid black;
	background-color: white;
	padding:0;
	margin:0;
  	border-radius: 50%;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 3px;
  height: 8px;
  border: solid black;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Create a custom buttons */
.btnUp, .btnDown, .btnList, .btnInfo, .btnLink {
	position: absolute;
	top: 0.5px;
	left: 0px;
	width: 15px;
	height: 15px;
	border: 1px solid black;
	padding:0;
	margin:0;
}

.menuIcon {
	position: absolute;
	top: 0.5px;
	left: 0px;
	width: 15px;
	height: 15px;
	border: 1px solid white;
	padding:0;
	margin:0;
}

/* Create the button icon */
.btnUp:before, 
.btnUp:after, 
.btnDown:before, 
.btnDown:after, 
.btnList:before, 
.btnList:after, 
.btnInfo:before, 
.btnInfo:after, 
.menuIcon:before, 
.menuIcon:after, 
.btnLink:before, 
.btnLink:after {
  content: "";
  position: absolute;
  display: block;
}

/* Style the button icon */
.container .btnUp:before {
  left: 7px;
  top: 3px;
  width: 1px;
  height: 9px;
  background-color: black;
}

.container .btnUp:after {
  left: 3px;
  top: 7px;
  width: 9px;
  height: 1px;
  background-color: black;
}

.container .btnDown:after {
  left: 3px;
  top: 7px;
  width: 9px;
  height: 1px;
  background-color: black;
}

.container .btnList:after {
	left: 4.5px;
	top: 3px;
	width: 5px;
	height: 5px;
	border: solid black;
	border-width: 0 1px 1px 0;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
	background-color: transparent;
}

.container .btnInfo:before {
	left: 3px;
	top: 4px;
	width: 9px;
	height: 5px;
	border: solid black;
	border-width: 1px 0 1px 0;
}
	
.container .btnInfo:after {
  left: 3px;
  top: 7px;
  width: 6px;
  height: 1px;
  background-color: black;
}

.container .btnLink:before {
  left: 3px;
  top: 7px;
  width: 9px;
  height: 1px;
  background-color: black;
}

.container .btnLink:after {
	left: 6px;
	top: 5px;
	width: 4px;
	height: 4px;
	border: solid black;
	border-width: 1px 1px 0 0px;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
}

.container .menuIcon:before {
	left: 0px;
	top: 2px;
	width: 15px;
	height: 9px;
	border: solid black;
	border-width: 1px 0 1px 0;
}

.container .menuIcon:after {
  left: 0px;
  top: 7px;
  width: 15px;
  height: 1px;
  background-color: black;
}


.family {
	display:none;
	margin: 0 0 0 24px;
}

.familymember {
	display:block;
	cursor:pointer;
	line-height: 19px;
	border-top: 1px solid white;	
	border-bottom: 1px solid white;	
}

.fontmarkKo, .fontmarkEn {
	position:relative;
	top:-2.5px;
	left: -18px;
  	height: 5px;
  	width: 5px;
	margin-right:-5px;
	padding:0;
  	background-color: black;
  	border-radius: 50%;
}

/* On mouse-over */

@media (hover: hover) {
	.container:hover input ~ .checkmark {
  		border-radius: 0%;		
		top: 0.5px;
		left: 0px;
		width: 15px;
		height: 15px;
	}
	
	.container:hover input ~ .checkmark:after {
 		left: 6px;
 		top: 2px;
	}
	
	.container:hover input ~ .btnList:before {
		left: 4.5px;
		top: 0px;
		width: 5px;
		height: 5px;
		border: solid black;
		border-width: 0 1px 1px 0;
	  	-webkit-transform: rotate(45deg);
	  	-ms-transform: rotate(45deg);
	  	transform: rotate(45deg);
  		background-color: transparent;
	} 

	.container:hover input ~ .btnList:after {
		left: 4.5px;
		top: 5px;
		width: 5px;
		height: 5px;
		border: solid black;
		border-width: 0 1px 1px 0;
	  	-webkit-transform: rotate(45deg);
	  	-ms-transform: rotate(45deg);
	  	transform: rotate(45deg);
  		background-color: transparent;
	} 

	.container:hover input ~ .btnUp:before {
  		top: 1px;
  		height: 13px;
	} 

	.container:hover input ~ .btnUp:after {
  		left: 1px;
  		width: 13px;
	} 
	
	.container:hover input ~ .btnDown:after {
  		left: 5px;
  		width: 5px;		
	}
	
	.container:hover input ~ .btnInfo {
  		transform: rotate(-90deg);		
	}

	.container:hover input ~ .btnLink {
		border-right: 0;
	}

	.container:hover input ~ .btnLink:before {
  		left: 3px;
  		top: 7px;
  		width: 13px;
  		height: 1px;
  		background-color: black;
	}

	.container:hover input ~ .btnLink:after {
		left: 10px;
	}

	.familymember:hover {
		border-top: 1px solid black;	
		border-bottom: 1px solid black;	
	}
	
	#menuHead:hover .menuIcon {
  		-webkit-transform: rotate(90deg);
  		-ms-transform: rotate(90deg);
  		transform: rotate(90deg);
	}
}

@media not all and (pointer: coarse) {
	.container:active input ~ .checkmark, 
	.container:active input ~ .btnUp, 
	.container:active input ~ .btnDown,
	.container:active input ~ .btnList, 
	.container:active input ~ .btnInfo,
	.familymember:active,
	.container:focus input ~ .checkmark, 
	.container:focus input ~ .btnUp, 
	.container:focus input ~ .btnDown,
	.container:focus input ~ .btnList, 
	.container:focus input ~ .btnInfo,
	.familymember:focus {
		background-color: transparent;
	}
}