* {
	margin: 0;
	padding: 0;
	word-break: keep-all;
	box-sizing: border-box;
}

@font-face {
	font-family: "sm3_goong";
	src: url("sm3_goong.otf");
}

body {
  font-family: cursive, TimesNewRoman, "sm3_goong", serif;
	overflow-x: hidden;
	background-color: white;
}

body { 
	-ms-overflow-style: none; 
} 

body::-webkit-scrollbar { 
	display: none; 
} 

a {
	color: black;
	text-decoration: none;
}

figcaption a {
	color: black;
	text-decoration: underline;
	text-underline-offset: 3px;
}

a:focus {
	color: green;
}

li {
	list-style: none;
}

h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-left: 6vw;
/*	height: 100%;*/
	line-height: 1.0;
  color: black;
  writing-mode: vertical-rl;
  text-align: center;
  text-orientation: upright;
}

h1,
h2 {
	font-size: 12vw;
	font-weight: normal;
}

.web,
.is,
.not,
.goo {
	position: absolute;
	line-height: 1.3;
}

.web {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.is {
	top: 50%;
	right: 0;
	transform: rotate(90deg) translateX(-50%);
}

.not {
	top: 100%;
	left: 50%;
	transform: rotate(180deg) translateX(-50%);
	transform-origin: top left;
}

.goo {
	top: 50%;
	left: 0;
	transform: rotate(-90deg) translateX(-50%);
	transform-origin: top left;
}

.question {
	display: flex;
	justify-content: center;
}

.question h1 {
	padding-right: 10vw;
}

.grad {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80vw;
	height: 70vh;
	background-color: blueviolet;
	-webkit-box-shadow: inset 0px 0px 50px 60px white;
  box-shadow: inset 0px 0px 50px 60px white;
}

nav {
	position: fixed;
	top: 0;
	left: 0;
}

/*nav li li:hover {
	background-color: blueviolet;
}
*/
.year {
	display: flex;
	flex-wrap: nowrap;
	width: 100vw;
	justify-content: space-evenly;
}

.year li {
/*	border: 1px solid red;*/
}

ul {
	font-size: 1.5vw;
	transform: scaleY(0.8);
	transform-origin: top;
}

ul ul li {
	width: 1.5vw;
	writing-mode: vertical-rl;
	border-top: 2px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
	text-orientation: upright;
	line-height: 1;
} 

section {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	z-index: 99;
/*	background: linear-gradient(white 30%, blueviolet, blueviolet, blueviolet, blueviolet);*/
}

img {
	height: 60vh;
	box-shadow: 0px 0px 50px 50px blueviolet;
}

.small {
	width: 24vw;
	height: auto;
	margin-right: 0.5vw;
}

figure {
	flex-wrap: wrap;
	align-items: flex-end;
	text-align: center;
}

figcaption {
	position: relative;
	top: 15vh;
	font-size: 12px;
	margin-left: 8px;
}

.jeom {
	position: relative;
	transform: rotate(180deg);
	transform-origin: top left;
	color: red;
}

p {
	width: 48vw;
	background-color: blueviolet;
	box-shadow: 0px 0px 50px 50px blueviolet;
	color: white;
	font-size: 1.5vw;
}

.kr {
	line-height: 1.3;
}
@media screen and (max-width: 1200px) {
/*
	h1 {
		font-size: 16vh;
	}

	h2 {
		font-size: 4.5vh;
	}

	.en {
		font-size: 4vh;
	}

	.first,
	.second,
	.third,
	.tale,
	.of,
	.three,
	.langs { 
		writing-mode: vertical-rl;
		padding-left: 0vw;
	}

	.tale,
	.of,
	.three,
	.langs {
		text-orientation: upright;
	}

	.first,
	.second,
	.third {
		-webkit-box-shadow: inset 0px 0px 30px 30px white;
	  box-shadow: inset 0px 0px 30px 30px white;
	}

	.first {
		width: calc((100% - 30px) / 2);
		height: calc((100% - 30px) / 3);
		top: 15px;
		left: calc(((100% - 30px) / 2) + 15px);
	}

	.second {
		width: calc((100% - 30px) / 2);
		height: calc(((100% - 30px) / 3) * 2);
		top: calc(((100% - 30px) / 3) + 15px);
		left: calc(((100% - 30px) / 2) + 15px);
	}

	.third {
		width: calc((100% - 30px) / 2);
		height: calc(100% - 30px);
		top: 15px;
		left: 15px;
	}

	.tale {
		width: calc((100% - 30px) / 2);
		height: calc(100% - 30px);
		top: 15px;
		left: 15px;
		transform: scaleY(1);
	}

	.of {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		transform: scaleY(1);
	}

	.three {
		width: calc((100% - 30px) / 2);
		height: calc((100% - 30px) / 3);
		top: 15px;
		left: calc(((100% - 30px) / 2) + 15px);
	}

	.langs {
		width: calc((100% - 30px) / 2);
		height: calc(((100% - 30px) / 3) * 2);
		top: calc(((100% - 30px) / 3) + 15px);
		left: calc(((100% - 30px) / 2) + 15px);
	}

	.condensed {
		padding-bottom: 1vh;
		font-size: 12vh;
		letter-spacing: 2vh;
	}

	.htmlkr {
		transform: scale(0.7, 0.13);
		letter-spacing: 2vh;
		padding-left: 0vw;
	}

	.htmlen {
		transform: scale(1, 1);
		letter-spacing: 0px;
		white-space: normal;
		padding-left: 0vw;
		text-align: center;
		line-height: 1.0;
	}

	.size1 {
		width: 50vw;
		height: auto;
	}

	.size2 {
		width: 50vw;
		height: auto;
	}

	.size3 {
		width: 50vw;
		height: auto;
	}

	.size4 {
		width: 50vw;
		height: auto;
	}

	.quote {
		line-height: 1.6;
		font-size: 4.5vw;
		height: 50vh;
	}

	li {
		scroll-margin-top: 0;
	}

	li {
		-webkit-box-shadow: inset 0px 0px 30px 30px white;
	  box-shadow: inset 0px 0px 30px 30px white;
	}

	#html li,
	#korean li,
	#design li {
		height: 85vh;
	}*/

}