@import url('https://fonts.googleapis.com/css?family=Kurale|Noto+Serif+KR:300,500');
@import url("https://use.typekit.net/kcj1ayt.css");

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-text-size-adjust:none;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 1;
}
ol, ul, nav, li {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	height: auto;
	max-width: 100%;
	width: 100%;
	display: block;
}
a img {
	border: none;
}
a {
	color: rgba(0,0,0,0.5);
	text-decoration: none;
}
.dark a {
	color: rgba(250,250,250,0.5);
}
a:hover {
	color: #000;
	text-decoration: none;
}
textarea, input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

/* common 
------------------------------------------------------------------------ */
.wp-block-column, 
.wp-block-column p {
	margin-bottom: 0.5em !important;
}
.not-found {
	text-align: center;
}
.not-found img {
	width: 200px;
	margin: 30px auto;
}
.wp-block-embed {
	margin: 0;
	margin-top: 10px !important;
}
.zero {
	font-size: 0;
	letter-spacing: 0;
	word-spacing: 0;
}
.ellipsis {
	width: 200px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal !important;
	display: block;
}
.apr {
	opacity: 1 !important;
	transition: .25s;
}
.ellipsismx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: box;
	margin-top:1px;
	max-height:80px;
	overflow:hidden;
	vertical-align:top;
	text-overflow: ellipsis;
	word-break:break-all;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.btn {
	font-size: 14px;
	display: inline-block;
	padding: 5px 0;
	text-align: center;
	box-sizing: border-box;
	color: #000;
}
.nice {
	transition: all 250ms ease-in;
}
.nice:hover {
	transition: all 250ms ease-in;
}
.nices {
	transition: all 120ms ease-in;
}
.nices:hover {
	transition: all 120ms ease-in;
}
.ctw {
	transform: translate(-50%, 0%);
}
.cth {
	transform: translate(0%, -50%);
}
.cent {
	transform: translate(-50%, -50%);
}
::selection {
	color: #faf9f2;
}

/* layout
------------------------------------------------------------------------ */
body {
	position: relative;
	width: 100%;
    box-sizing: border-box;
	line-height: 1.7;
	background-color: #faf9f2;
	word-break: keep-all;
	text-rendering: optimizeLegibility;
	font-size: calc(.5vw + .5vh + .5vmin);
	font-size: 16px;
	color: #000;
	font-family:
		'Kurale',
		'agchoijeongho-screen',
		serif;
	transition: .75s;
}
body.dark {
	transition: .75s;
	background-color: #030303;
	color: rgba(250, 250, 250, 0.5);
}
#wrap-all {
	overflow: auto;
	max-width: 1320px;
	margin: 32px;
}
header {
	width: 17%;
	vertical-align: top;
	position: fixed;
	z-index: 9;
}
.home header {
	top: 32px;
	left: 32px;
}
.home footer {
	left: 32px;
}
header section {
	margin: 0 auto;
	width: 100%;
}
#nav {
	position: relative;
	width: 100%;
	background-color: transparent;
	top: 0;
	left: 0;
	z-index: 99;
	box-sizing: border-box;
}
#desc {
	max-width: 220px;
	margin-bottom: 36px;
	line-height: 1.8;
}
#logo {
	margin-bottom: 18px;
	overflow: hidden;
}
.dark #logo {
	filter: invert();
}
#logo a img {
	display: block;
	height: 52px;
	width: auto;
}
#menu-gnb {
	position: relative;
}
#menu-gnb::before {
	content: "";
	display: block;
	position: absolute;
	top: -8px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: rgba(0,0,0,0.5);
}
.dark #menu-gnb::before {
	background-color: rgba(250,250,250,0.5);
}
#menu-gnb li {
	letter-spacing: 0.02em;
	text-align: left;
	display: block;
}
#menu-gnb li:last-child {
	margin-right: 0;
}
#menu-gnb li a {
	color: rgba(0,0,0,0.5);
    text-transform: capitalize;
	transition: all 120ms ease-in;
}
.dark #menu-gnb li a {
	color: rgba(250, 250, 250, 0.5);
}
#menu-gnb li a:hover {
	color: rgba(0,0,0,1);
	transition: all 120ms ease-in;
}
.dark #menu-gnb li a:hover {
	color: rgba(250,250,250,1);
}
.sub-menu {
	margin-left: 18px;
}
.current-post-ancestor a, 
.current-menu-item a {
	color: rgba(0,0,0,1) !important;
}
.dark .current-post-ancestor a, 
.dark .current-menu-item a {
	color: rgba(250,250,250,1) !important;
}
/* navi logo 
------------------------------------------------------------------------ */
/* home 
------------------------------------------------------------------------ */
#hi {
	font-size: 10vh;
	color: #000;
	line-height: 0.85;
	text-align: center;
	position: absolute;
	top: 45%;
	left: 50%;
	width: 90%;
}
#visual .wp-block-cover {
	height: 100vh;
	padding: 0;
	display: block;
}
.home .cont {
	height: 100vh;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.home #wrap-all {
	max-width: 10000000px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* content 
------------------------------------------------------------------------ */
.cont {
	width: 78%;
	min-height: 300px;
	position: relative;
	float: right;
	overflow: hidden;
	margin-bottom: 0;
	margin-top: 36px;
	padding-right: 0 !important;
}
.list-item {
}
.list-item li {
	overflow: hidden;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding: 0.9em 0 0.8em;
	opacity: 0;
}
.dark .list-item li {
	border-bottom: 1px solid rgba(250,250,250,0.2);
}
.category-sentence .list-item li {
	border-bottom: none;
	line-height: inherit;
	display: block;
}
.category-sentence .list-item li span {
	color: rgba(0,0,0,0.5);
	display: block;
	width: 100px;
	float: left;
}
.dark .list-item li span {
	color: rgba(250, 250, 250, 0.25);
}
.category-sentence .list-item li div {
	width: calc(100% - 130px);
	float: left;
}
.list-item li:first-child {
	padding-top: 0;
}
.list-item li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.list-item li a {
	color: #000;
}	
.list-item li h3 {
	line-height: 1.7;
	float: left;
	color: #000;
}
.dark .list-item li h3 {
	color: rgba(250, 250, 250, 0.5);
}
.list-item li:hover {
}
.list-item li:hover a h3 {
	color: #000;
}
.dark .list-item li:hover h3 {
	color: rgba(250, 250, 250, 0.5);
}
.list-item span {
	float: right;
}
/* archive 
------------------------------------------------------------------------ */
#archive-cont .list-item li {
	width: 33.3333%;
	position: relative;
}
#archive-cont .list-item li a div {
	background-size: cover;
	background-position: center;
	height: 30vh;
	min-height: 300px;
}
#archive-cont .list-item li article {
	margin-top: 10px;
}
/* moment 
------------------------------------------------------------------------ */
#moment-cont ul li {
	width: 33.333333%;
	display: inline-block;
	margin-bottom: 20px;
}
#moment-cont ul li h3 {
}
#moment-cont ul li span {
}


/* single 
------------------------------------------------------------------------ */
.post {
	box-sizing: border-box;
	width: 100%;
	color: rgba(0,0,0,0.75);
	line-height: 1.8;
	letter-spacing: 0.02em;
}
.dark .post {
	color: rgba(250,250,250,0.5);
}
#post-title {
	margin-bottom: 4px;
	line-height: 1.7;
	letter-spacing: 0;
}
#post-content p {
	margin-bottom: 1.3em;
	word-break: keep-all;
}
#post-content ul li {
	list-style: circle;
	text-indent: -4px;
	margin-left: 20px;
}
#post-content .wp-block-pullquote {
	padding: 1em 0;
}
#post-content .wp-block-pullquote p {
	margin-bottom: 0;
}
.post-nav {
	margin-top: 32px;
	clear: both;
	width: 100%;
}
.post-nav li {
	display: block;
}
.post-nav li a {
	color: #000;
}
.dark .post-nav li a {
	color: rgba(250, 250, 250, 0.5);
}
.post-nav li:hover a {
	color: #000;
}
.dark .post-nav li:hover a {
	color: #fff;
}
.btn-list {
	padding: 0;
}
.btn-list a {
}

/* pagination 
------------------------------------------------------------------------ */
.pagination {
	clear:both;
	position:relative;
	margin-bottom: 32px;
}
.pagination span, .pagination a {
	display:inline-block;
	margin: 0;
	padding:6px 16px 5px 0;
	text-decoration:none;
	width:auto;
	color:#000;
}
.dark .pagination span, .pagination a {
	color:#fff;
}
.pagination a:hover{
	color:#000;
}
.dark .pagination a:hover{
	color:#fff;
}
.pagination .current{
	padding:6px 16px 5px 0;
	color:#000;
}
.pg {
}
.pagination .fir {
}
.pagination .lst {
}
/* footer 
------------------------------------------------------------------------ */
footer {
	position: fixed;
	bottom: 32px;
}
footer a {
	color: #000;
	border-bottom: 1px solid;
}
footer a:hover {
	border: none;
}
#copy {
	margin-top: 8px;
	line-height: 1.2;
}
#copy b {
	font-family: sans-serif;
	vertical-align: middle;
}
#dot {
	width: 18px;
	height: 18px;
	text-indent: -9999em;
	border-radius: 50%;
	background-color: #000;
	position: fixed;
	right: 32px;
	bottom: 32px;
	line-height: 1;
}
.dark #dot {
	background-color: #faf9f2;
}
#dot a {
	display: block;
}
