body {
	font-size: 1.0em;
	line-height: 1.6em;
	font-family: "Helvetica Neue", "Noto Sans CJK KR Regular", sans-serif;
}

a {
	color: #1d64aa;
}

.entry-title a:hover, .entry-meta a:hover, .widget a:hover, .widget ul li a:hover {
	color: #a4c1dd;
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0px 0 rgba(0, 0, 0, 1);
}

p.akismet_comment_form_privacy_notice {
	display: none;
}

#category-post span {
  box-sizing: border-box;
    padding: 2px 10px;
    max-width: 24px;
    border-radius: 5px;
    background-color: #72777c;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
	  margin-left: 8px;
}

.entry-title a {
	color: #1d64aa;
}

.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 1em;
	padding: 1.0em 0em 0.5em 0em;
}

.entry-content a, .widget a {
	-webkit-box-shadow: inset 0 -0px 0 rgba(15, 15, 15, 1);
}

.entry-content a:hover {
	color: #a4c1dd;
	-webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 255, 1);
}

.widget ul li,
.widget ol li {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 0.4em 0;
}

.page-title {
	font-size: 1.4em;
}

#category-post {
		margin-bottom:0.8em;
		border-bottom: 1px solid #ddd;
	}
	
	#category-post small {
		margin-left: 2.0em;
	}

.comment-list {
	list-style: none;
	margin: 0px;
	padding: 0;
}

.comment-list .children {
  list-style: none;
	margin-left: 50px;
	margin-top: 0px;
	padding: 0;
}

.comment-body {
	margin-left: 65px;
	color: #333;
	font-size: 14px;
	font-size: 0.75rem;
	margin-bottom: 1.0em;
  line-height: 1.2em;
}

.comment-content a {
	box-shadow: inset 0 0px 0 rgba(15, 15, 15, 1)
}

.comment-content a:hover {
	color: #ff7cf6;
	box-shadow: inset 0 0px 0 rgba(15, 15, 15, 1)
}

.comment-metadata a { 
	letter-spacing: 0.5px;
}


.comment-reply-link {
	font-weight: 500;
	position: relative;
}

.children .comment-author .avatar {
	height: 40px;
	left: -55px;
	width: 40px;
}

.comment-author .avatar {
	width: 40px;
	height: 40px;
}

pre.wp-block-code {
	border: solid 1px #aaa;
	background-color:#fafafa;
	padding: 12px;
	border-radius: 12px;
	font-size:0.8em;	
}


pre.wp-block-code code {
	border: 0px;	
	color: #666;
	font-family: D2Coding, Monaco, monospace;
}

pre {
	 font-family: D2Coding, Consolas, monospace;	
}

@media screen and (min-width: 48em) {
	.wrap {
		max-width: 1400px;
	}
	
	.site-title {
		font-size: 1.4rem;
	}
	
	.site-footer {
		font-size: 0.9em;
	}
	
	.site-description {
		font-size: 0.8rem;
	}
	
	.main-navigation ul ul a {
		padding: 0.5em 1.25em;
		font-size: 1.1em;
	}
	
	#category-post {
		margin-bottom:0.8em;
		border-bottom: 1px solid #ddd;
	}
	
	#category-post small {
		margin-left: 2.0em;
	}
	
	.has-sidebar:not(.error404) 	    #primary {
width: 70%
}
	
	.has-sidebar #secondary {
    width: 25%
  }
	
	.navigation-top .wrap {
		max-width: 1400px;
	  padding: 0em 1.4em;
	}
	
	.navigation-top a {
		font-weight: 500;
	}
	
	.navigation-top ul {
		font-size: 1.0em;
	}	
	
	.entry-title a {
		font-size: 1.0em;
		font-weight: 600;
	}
	
	.entry-content p {
		font-size: 0.85em;
	}
	
	.single-featured-image-header img {
		max-width: 50%;
	}
	
	code {
		font-family: D2Coding, Monaco, Consolas, Menlo, monospace;
		font-size: 0.9em;
	}
	
	.wp-block-quote {
		font-size: 1.0em;
	}
	
	#secondary {
		font-size: 0.85em;
	}
	
	h2.widget-title {
		font-size: 1em;
		margin-bottom: 0.8em;
	}
	
	body:not(.has-sidebar):not(.page-one-column) .page-header,
	body.has-sidebar.error404 #primary .page-header,
	body.page-two-column:not(.archive) #primary .entry-header,
	body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
		float: left;
		width: 20%;
	}
	
	.blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article,
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .entry-content,
	body.page-two-column #comments {
		float: right;
		width: 75%;
	}
}