/*!
Theme Name: jayuhangug
Theme URI: https://zanpress.com/
Author: zanpress
Author URI: https://zanpress.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: comzan
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

comzan is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable.css");

:root {
	--white: #fff;
	--whitegrey: #f0f0f2;
	--black: #000;
	--text: #2a2a2a;
	--textgrey: #999;
	--textmidgrey: #666;
	--grey: #363636;	
	--line: #dfdfdf;
	--main: #d7303b;
	--sky: #e7f6ff;
	--font: 'Pretendard Variable', 'Pretendard', sans-serif;
}

* {
	box-sizing: border-box;
	outline: none;
}

body {
	width: 100%;
	background: var(--white);
	color: var(--black);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	padding: 0;
	margin: 0;
	overflow-y: scroll;
	letter-spacing: -.4px;
}

body, input, textarea, button, select, option {
	font-family: var(--font);
}

::placeholder {
	color: #909da2;
}

::selection {
	background-color: var(--main);
	color: var(--black);
 }

input {
	height: 40px;
	width: 100%;
	padding: 0 12px;
	border: 1px solid var(--line);
	border-radius: 8px;
	font-size: 15px;
}

input:read-only{
	background: var(--whitegrey);
}

textarea {
	width: 100%;
	padding: 12px;
	font-size: 15px;
	line-height: 1.6;
	border: 1px solid var(--line);
	border-radius: 8px;
	resize: vertical;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a {
	text-decoration: none;
	color: var(--black);
}

svg {
	width: 24px;
	height: 24px;
}

h1 {
	font-size: 38px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	word-break: keep-all;
}

h2{
	font-size: 28px;
	font-weight: 900;
	line-height: 1.4;
	word-break: break-all;
	margin: 12px 0;
}

h3 {
	font-size: 21px;	
	font-weight: 700;
	line-height: 1.4;
	margin: 12px 0;
}

h4{
	font-size: 17px;
	font-weight: 500;
	line-height: 1.46;
	margin: 12px 0;
}

button, .bt {
	border: 0;
	border-radius: 8px;
	color: var(--white);
	background: var(--black);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

section {	
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;	
}

section.wis {
	display: grid;
	grid-template-columns: auto 300px;
	gap: 40px;
	padding-top: 60px;
}
section.wis.print{
	grid-template-columns: 100%;
}
section.wis.print article{
	padding: 0 0 140px;
}
.printtoolbar{
	position: fixed;
	z-index: 9;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	background: var(--white);
	box-shadow: 3px 3px 10px rgba(0,0,0,.302)
}
.printtoolbar button.cancel{
	background: var(--white);
	border: 1px solid var(--black);
	color: var(--black);
}
.printtoolbar button{
	width: 130px;
	height: 50px;
	border-radius: 32px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -.18px;
}
.alonelogo{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 57px;
	width: 100%;
	border-bottom: 1px solid var(--line);
}
.alonelogo svg{
	height: 24px;
	width: auto;
}
.alonelogo svg .color path{
	fill: var(--main);
}
.tags{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 20px;
}
.tags a{	
	background: var(--sky);
	border: 1px solid var(--main);
	border-radius: 20px;
	font-weight: 600;
	font-size: 13px;
	padding: 0 9px;
	display: flex;
	align-items: center;
	height: 26px;
	line-height: 1;
}

.readprogress{
	position: absolute;
	left: 0;
	bottom: -4px;
}

progress {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 4px;
	border: none;
	z-index: 99;
}

progress::-webkit-progress-bar {
	background-color: var(--white);
}

/* Chrome, Safari 등 */
progress::-webkit-progress-value {
	background-color: var(--main);
}

/* Firefox */
progress::-moz-progress-bar {
	background-color: var(--main);
}

.slider{		
	display: flex;
	margin: 30px 0 -30px;
}
.slider .item{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 160px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	padding: 20px 40px;
	/* background: var(--sky); */
}
.slider .item .blackout{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgb(255 204 207);
	background: linear-gradient(90deg, rgba(255 204 207) 0%, rgb(255 204 207) 53%, rgba(255, 255, 255, 0) 100%);
}
.slider .item .particle{
	position: absolute;
	object-fit: contain;
	top: -50%;
	right: 0;
}
.slider .item .inner{
	position: relative;
}
.slider .item .inner .title{
	font-weight: 300;
	font-size: 28px;
	line-height: 1.1;
}
.slider .item .inner .title span{
	font-weight: 700;
}
.slider .item .inner .subtitle{
	margin-top: 5px;
}

article {
	position: relative;
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
	padding: 0 0 40px;
}

article img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

article .image-caption{
	font-size: 13px;
	line-height: 1.62;
	padding: 0 10px;
	color: var(--textmidgrey);
}

.articlemeta {
	margin-bottom: 40px;
}

.articlemeta .author {
	display: flex;
	gap: 10px;
	font-size: 15px;
}

.articlemeta .author a {
	font-weight: 700;
	text-decoration: underline;
}

.articlemeta .date {
	font-size: 13px;
	font-weight: 300;
	color: var(--textgrey);
	margin-top: 4px;
	display: flex;
	gap: 20px;
}

header {
	background: var(--white);
	color: var(--black);
	position: sticky;
	top: 0;
	z-index: 999;
	box-shadow: 0 0 0 1px var(--line);
}

header a {
	color: var(--black);
}

header section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	max-width: none;
	padding: 10px 40px;
}

header section h1.posttitle{
	width: 100%;
	max-width: 55%;	
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;	
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.site-branding {
	display: flex;
	align-items: center;
	height: 56px;
	font-weight: 700;
	font-size: 22px;
	white-space: nowrap;
	color: var(--main);
}

.site-branding svg {
	height: 36px;
	width: auto;
	margin-right: 10px;
	fill: var(--white);
	position: relative;
	top: -4px;
}
.site-branding svg .color path{
	fill: var(--main);
}

nav .mob{
	display: none;
	padding: 10px;
}
nav .mob .searchwrap input{
	background: #f5f5f5;
	padding: 0 10px 0 38px;
	font-size: 15px;
}

nav {
	white-space: nowrap;
}

nav ul {
	display: flex;
	align-items: center;
	gap: 40px;
	font-weight: 500;
}

.drop {
	position: relative;
}

.drop .dropmenu {
	display: none;
	position: absolute;	
	top: calc(100% + 6px);
	left: 50%;
	transform: translateX(-50%);
	background: var(--white);
	border-radius: 6px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
	border: 1px solid var(--grey);
	padding: 8px 0;
	z-index: 999;
}
.drop .dropmenu::before{	
	content: '';
	left: 50%;
	top: -6px;
	transform: rotate(315deg) translateX(-50%);
	position: absolute;
	z-index: 999;
	border: 4px solid var(--white);
	border-color: var(--white) var(--white) transparent transparent;
	box-shadow: 1px -1px 1px 0px var(--grey);
}

.drop.active .dropmenu {
	display: block;
}

.drop .dropmenu .item {
	padding: 10px 20px;
	min-width: 140px;
	justify-content: flex-start;
	color: var(--black);
	font-weight: 400;
	font-size: 14px;
	border: 0;
}

.drop .dropmenu .item:hover {
	background: var(--whitegrey);
}

aside{
	padding-bottom: 40px;
}

.sticky{
	position: sticky;
	top: 76px;
}

.widget{
	margin-bottom: 30px;
}

.widget.ad{
	text-align: center;
}
.widget.sticky{
	position: sticky;
	top: 60px;
	z-index: 9;
}

.widget h3{
	margin-top: 0;
}
.widget .type-post:last-child{
	border-bottom: 0;	
}
.widget .type-post .permalink .thumb{
	flex: 0 0 84px;
	width: 84px;
	order: 1;
	margin-bottom: 0;
	margin-left: auto;
}

.widget .type-post .permalink{
	padding: 16px 0;
	gap: 10px;
	flex-direction: row;
}

.widget .type-post .permalink .num{
	color: var(--main);
	font-size: 26px;
	line-height: 1;
	flex: 0 0 30px;
}

.widget .type-post h3{
	font-weight: 500;
	font-size: 16px;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	line-height: 1.46;
	margin-bottom: 0;
}

.widget .type-post p, .widget .type-post .author{
	display: none;
}

#logged.account {
	gap: 30px;;
}

#logged.account .profile {
	cursor: pointer;
	font-weight: bold;
	display: flex;
	align-items: center;
}

#logged.account .profile svg {
	margin-left: 3px;
	width: 18px;
	height: 18px;
}

#logged.account a svg {
	margin-right: 3px;
	width: 26px;
	height: 26px;
}

.account {
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 500;
}

.account .toolbar a{
	display: flex;
	align-items: center;
	gap: 4px;
}
.account .toolbar a svg{
	width: 22px;
	height: 22px;
	color: var(--main);
}
.account .toolbar{
	display: flex;
	gap: 10px;
}
.account .toolbar a.bt{
	background: var(--main);
	color: var(--white);
	border-radius: 36px;
	padding: 0 14px;
	font-size: 14px;
	height: 36px;
}
.account .toolbar a.bt.dark{
	background: var(--text);
}

nav ul li a, .account a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
}

.searchwrap {
	position: relative;
	width: 100%;
	margin-left: auto;
}

.searchwrap input {
	padding: 0 20px 0 45px;
	border: 0;
	font-size: 17px;
	background: var(--whitegrey);
}

.searchwrap button {
	color: var(--black);
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 40px;
}
.searchwrap button svg{
	color: var(--textgrey);
	width: 20px;
	height: 20px;
}

main {
	margin: 0 auto;
}

.list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 0;
}

.list .days{
	border-bottom: 3px solid var(--black);	
	padding: 10px 0;
}
.list .days h4{
	font-size: 15px;
}
.type-post{
	position: relative;
	border-bottom: 1px solid var(--line);
}
.type-post .permalink{
	position: relative;
	display: flex;	
	gap: 30px;
	padding: 25px 0;
}
.related .list .type-post .permalink{
	flex-direction: row;
	padding: 0;
	gap: 20px;
}
.type-post h3, .type-post h2{
	margin-top: 0;
}
.type-post a:hover h3, .type-post a:hover h2{
	text-decoration: underline;
}

.type-post p {
	color: var(--grey);
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}
.new.type-post:first-child .permalink{
	padding-top: 0;
}
.new.type-post:last-child{
	border-bottom: 0;
}
.new.type-post .thumb{
	flex: 0 0 500px;
	width: 500px;
}
.new.type-post h2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}
.type-post .thumb{
	position: relative;
	flex: 0 0 300px;
	width: 300px;
	height: 100%;
	
}
.type-post .thumb .ratio{
	position: relative;
	width: 100%;
	padding-top: 60%;
	overflow: hidden;
	border-radius: 6px;
}
.type-post .thumb img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
	transform: scale(1.001);
	transition: transform .2s;	
}
.type-post .thumb:hover img{
	transform: scale(1.1);
}

.type-post .author {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	margin-top: 12px;
}

.type-post .ago {
	color: var(--textgrey);
	font-weight: 300;
	font-size: 13px;
}

.type-post .cat {
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	background: var(--main);
	color: var(--white);
	padding: 0 10px;
	border-radius: 6px;
}

.type-post .counts {
	display: flex;
	gap: 10px;
}

#pagination {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: right;
	gap: 20px;
	padding: 20px 0;
}

#pagination .arrows {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

#pagination .page-numbers.current {
	display: none;
}

#pagination button {
	height: 45px;
	width: 45px;
	color: var(--black);
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 50%;
}

#pagination button svg {
	height: 20px;
	width: auto;
}

#pagination .counts {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	white-space: nowrap;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 13px;
	word-spacing: 3px;
	color: var(--textgrey);
}

#pagination .counts #pagego{
	height: 26px;
	padding: 0 10px;
	flex: 0 0 auto;
	font-weight: 500;
	background: var(--main);
	line-height: 1;
}

#pagination .counts input {
	text-align: center;
	height: 26px;
	font-size: 13px;
	padding: 4px;
	min-width: 36px;
}

#pagination .counts input:focus {
	border-color: var(--primary);
}

#pagination .counts input::-webkit-inner-spin-button,
#pagination .counts input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}

.arct{
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	border-bottom: 4px solid var(--main);
}
.arct h1{
	font-weight: 900;
	margin: 0;
}

#alert{
	opacity: 0;
	position: fixed;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--black);
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 32px;
	padding: 0 25px;
	height: 58px;
	transition: opacity .3s;
	white-space: nowrap;
}

main .title h1 {
	margin-top: 10px;
}

.page main .title h1{
	margin-top: 0;
}

main .path {
	margin-bottom: 10px;
	display: flex;
	gap: 12px;
	font-weight: 700;
}

main .content {
	font-size: 18px;
	line-height: 1.76;
	color: var(--text);
	word-break: keep-all;
	word-wrap: break-word;
}
main .content figure{
	margin: 0;
	width: 100%!important;
}
main .content figure figcaption{
	font-size: 13px;
	line-height: 1.62;
	padding: 0 10px;
	color: var(--textmidgrey);
}

main .content p {
	margin: 35px 0;
}

main .content p strong {
	font-weight: 700;
}

main .content p a{
	text-decoration: underline;
	color: var(--main);
}

main .content h3{
	margin: 35px 0 -20px;
}

main .content ol{
	margin: 35px 0;
	list-style-type: decimal;
	list-style-position: inside;
}

main .content ol li{
	padding-left: 20px;
   text-indent: -20px;
}

main .publisher{
	font-size: 18px;
	line-height: 1.76;
	color: var(--text);
}

main .publisher a{
	text-decoration: underline;
}

.single main .related{
	padding: 20px;
	border: 1px solid var(--line);
	margin-top: 40px;
}

.single main .related h4{
	font-size: 16px;
	font-weight: 700;	
	padding: 0 0 8px;
	margin: 0 0 20px;
	border-bottom: 1px solid var(--line);
}
.single main .related .list{
	gap: 20px;
}
.single main .related .type-post{
	border-bottom: 0;
}
.single main .related .type-post a{	
	padding: 0;
	gap: 26px;
}
.single main .related .type-post h3{
	font-size: 18px;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	margin-bottom: 0;
}
.single main .related .type-post p, .single main .related .type-post .cat{
	display: none;
}
.single main .related .type-post .author{
	margin-top: 5px;
}
.single main .related .type-post .thumb{
	flex: 0 0 130px;
	width: 130px;
	order: -1;
	margin-bottom: 0;
}

.single main .tags{
	margin: 35px 0;
}

.single main .rwrap{
	position: relative;
	padding: 40px 0;
	margin: 40px 0;
	border-bottom: 1px solid var(--line);
	border-top: 1px solid var(--line)	;
	margin-bottom: 40px;
	font-size: 14px;
}
.single main .rwrap .label{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -12px;
	background: var(--white);
	padding: 0 20px;
	white-space: nowrap;
}
.single main #reaction{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
.single main #reaction .item{
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: var(--grey);
}
.single main #reaction .item .icon{
	font-size: 42px;
}

.list .additional{
	margin-top: 20px;
}
.list #postindex{
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	margin-top: 0;
	max-height: 60px;
   overflow: hidden;
}

#postindex{
	padding: 20px 0;
	font-size: 16px;
	margin-top: 35px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--line);
	border-top: 1px solid var(--line);
}
.postindexnav{
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.postindexnav li{
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}
.postindexnav li::before{
	content: "";	
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #5a5a5a;
	display: flex;
}
.postindexnav li span{
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}
.postindexnav li a:hover{
	text-decoration: underline;
}
#postindex h4{
	margin: 0 0 15px 0;
}
#comviewstart{
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	border: 1px solid var(--line);
	border-radius: 32px;
	height: 45px;
	width: 100%;
	max-width: 160px;
}
#comviewstart svg{
	width: 20px;
	height: 20px;
}
#comviewstart h4 span{
	font-weight: 300;
	color: var(--textgrey);
	margin: 0;
}
#mobiletoolbar{
	display: none;
	margin-right: -12px;
}
#mobiletoolbar .item{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: opacity .15s,color .15s,background-color .15s;	
	border-radius: 50%;
	color: var(--black);
}
.articletoolbarwrap{
	position: absolute;
	top: 150px;
	left: -120px;
}
.articletoolbar{
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: fixed;
	z-index: 10;
	padding: 16px;
	border-radius: 20px;
	background-color: #fff;
	transition: opacity .3s ease;
}
.articletoolbar .item{
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	transition: opacity .15s,color .15s,background-color .15s;
}
.articletoolbar .item:hover{
	background: var(--whitegrey);
}
.articletoolbar .item svg{
	width: 28px;
	height: 28px;
}
.articletoolbar .item svg.favorited{
	color: var(--main);
}
.articlebottom{
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}
.user {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 14px;
	width: fit-content;
}

.user .avatar {
	border-radius: 50%;
	object-fit: cover;
}
.exit{
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.exit svg{
	width: 28px;
	height: 28px;
}
#comments{	
	position: fixed;
	z-index: 999;
	padding: 30px;
	top: 0;
	right: 0;
	background: var(--white);
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
	height: 100%;
	width: 100%;
	max-width: 500px;	
	transition: .3s;
	transform: translateX(500px);
	overflow-y: auto;
}
#comments h3{
	margin: 0 0 20px;
	font-weight: 700;
}
#comments h3 span{
	font-weight: 300;
	color: var(--textgrey);
}
#comments.active{
	transform: translateX(0);
}

#comments .col:last-child {
	border-right: 0;
}

.commentWrite {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 20px;
}
.commentWrite .idea {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.commentWrite .idea .col{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
}

.commentWrite .idea .control {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
}

.commentWrite .idea .control .guestip{
	margin-right: auto;
	color: var(--textgrey);
	font-size: 13px;
	font-weight: 300;
}

.commentWrite.active .idea .control {
	display: flex;
}

.commentWrite .control button {
	font-size: 14px;
	height: 38px;
	width: 90px;
}

.commentList {
	display: flex;
	flex-direction: column;
}

.commentList .item {
	font-size: 15px;
	border-bottom: 1px solid var(--line);
	padding: 20px 0;
}

.commentList .item .user {
	height: auto;
	align-items: flex-start;
	gap: 10px;
}

.commentList .item .user .name {
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 5px;
	margin: 0;
}

.commentList .item .user .name .nickname {
	font-weight: 700;
}

.commentList .item .user .name .date{
	font-size: 13px;
	color: var(--textgrey);
}

.commentList .item p {
	font-size: 15px;
	line-height: 23px;
	margin: 5px 0;
}

.commentList .item .commentContent{
	margin-top: 10px;
}

.comset {
	background: transparent;
	color: var(--textgrey);
}

.post-navigation .nav-links {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	gap: 10px;
}

.post-navigation .nav-links .bt {
	height: 45px;
	width: 45px;
	border-radius: 50%;
	background: var(--white);
	border: 1px solid var(--line);
	color: var(--black);
}

.post-navigation .nav-links .bt svg {
	height: 20px;
	width: auto;
}
.footerinfo{
	margin: 10px 0 0;
	word-break: keep-all;
}
footer .sc{
	margin: 0 4px;
	border-right: 1px solid var(--line);
}
footer {
	padding: 20px 0 80px;
	border-top: 1px solid var(--line);
	color: var(--textgrey);
	font-size: 13px;
	font-weight: 300;
}
.footerwis{
	display: grid;
	grid-template-columns: 120px auto;
}
.footerwis .logo svg{
	height: 22px;
	width: auto;
}
.footerwis .logo svg .color path{
	fill: var(--main);
}
.footermenu{
	display: flex;
	align-items: center;
	gap: 20px;	
}
.footermenu a{
	font-size: 14px;
	font-weight: 700;
}
.footermenu .sub{
	display: flex;
	align-items: center;
	gap: 20px;
	padding-left: 20px;
	border-left: 1px solid var(--line);
}
.footermenu .sub a{
	font-weight: 300;
	font-size: 13px;
}

.formsubmit{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.formsubmit .bt{
	height: 50px;
	padding: 0 30px;
	font-weight: bold;
	font-size: 15px;
}
.formsubmit .desc{
	font-size: .8em;
	color: var(--textgrey);
}
.form.forminq {
	display: flex;
	flex-direction: column;
	gap: 18px;
	border-radius: 8px;
	font-size: .9em;
}
.form.forminq .col2{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.form.forminq label{
	display: flex;
	font-weight: 600;
	margin: 0 0 5px;
}
.form.forminq label span{
	color: var(--main);
	font-weight: 300;
	font-size: .85em;
	margin-left: 2px;
}
.form.forminq input, .form.forminq textarea {
	background: var(--white);
}

.form #wpcontent {
	margin-top: -3px;
}

.form .submitWrrap {
	margin-top: -3px;
	border: 3px solid var(--black);
	padding: 20px;
}

.form .submitWrrap button {
	height: 50px;
	width: 100%;
	max-width: 170px;
	min-width: 170px;
	color: var(--white);
	font-weight: 600;
	margin-left: auto;
}

.modal{
	position: fixed;
}

@media screen and (max-width: 1280px) {
	header section{
		padding: 0 20px;
	}
}

@media screen and (max-width: 1170px) {
	.new.type-post .thumb{
		flex: 0 0 400px;
		width: 400px;
	}
}

@media screen and (max-width: 1024px) {
	.new.type-post .thumb{
		flex: 0 0 300px;
		width: 300px;
	}
}

@media screen and (max-width: 940px) {

	.new.type-post h2{
		margin: 12px 0;
	}
	.type-post .permalink{
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}	
	.type-post .permalink .thumb, .new.type-post .permalink .thumb{
		order: -1;
		flex: auto;
		width: 100%;
		margin-bottom: 12px;
	}	

}

@media screen and (max-width: 660px) {

	header{
		color: var(--black);
		background: var(--white);
	}
	header section{
		padding: 0 18px;
		gap: 5px;
	}
	.site-branding{
		height: 50px;
	}
	.site-branding svg{
		fill: var(--black);	
		height: 26px;
		top: -2px;
	}
	.footerwis .logo svg{
		height: 22px;
	}
		
	nav .mob{
		display: block;
	}
	header .mob .searchwrap{
		display: flex!important;
	}

	.printtoolbar{
		height: 80px;
	}
	.printtoolbar button{
		height: 46px;
		font-size: 15px;
	}

	header section h1.posttitle{
		max-width: 38%;
		font-size: 14px;
		display: none;
	}

	header .searchwrap{
		display: none!important;
	}		

	.account .toolbar{
		gap: 6px;
	}
	.account .toolbar a.bt{
		height: 32px;
		font-size: 13px;
	}
	.account .toolbar a{
		color: var(--black);
	}

	#mobiletoolbar{
		display: flex;
	}
	#site-navigation{
		position: fixed;
		right: 0;
		top: 0;
		background: var(--white);
		height: 100%;
		width: 60vw;
		box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
		transition: .3s;
		transform: translateX(500px);
		z-index: 9999;
	}
	nav ul{
		flex-direction: column;
		gap: 20px;
		align-items: flex-start;
		margin: 15px 0 35px 0;
		padding: 0 20px;
	}
	nav ul li a{
		color: var(--black);
		height: 26px;
	}

	.slider{
		margin: 0 -20px -30px;
	}
	.slider .item .inner .title{
		font-size: 24px;
		line-height: 1.2;
	}
	.slider .item{
		border-radius: 0;
		padding: 20px;
	}
	.slider .item .particle {
    top: 0;
    width: auto;
    height: auto;
  }
	.slider .item .inner .title span{
		display: block;
	}

	h1{
		font-size: 28px;
		line-height: 1.25;
	}

	.account{
		margin-left: auto;
	}

	section.wis{
		grid-template-columns: 100%;
		gap: 0;
		padding-top: 30px;
	}		

	article{
		padding: 0 0 0;
	}

	.single main .related .type-post a{
		flex-direction: row;
		gap: 20px;
	}

	.single main .related .type-post .thumb{
		flex: 0 0 110px;
		width: 110px;
	}
	.single main .related .type-post h3{
		font-size: 16px;
	}
	
	.related .list .type-post .permalink{
		gap: 16px;
	}
		
	.single main #reaction .item .icon{
		font-size: 36px;
	}

	#alert{
		bottom: 65px;
	}
	.articletoolbar{
		left: 0;
		bottom: 0;
		flex-direction: row;
		width: 100%;
		border-radius: 0;
		padding: 0 16px;
	}
	.articletoolbar .item svg{
		width: 26px;
		height: 26px;
	}

	#pagination {
		flex-direction: column;
	}

	#pagination .counts {
		position: static;
		transform: none;
		order: -1;
	}

	.footerwis{
		grid-template-columns: 100%;
	}
	.footermenu{
		flex-direction: column;
		align-items: flex-start;
		margin: 35px 0;
	}
	.footermenu .sub{
		flex-direction: column;
		align-items: flex-start;
		padding-left: 0;
		border-left: 0;
	}	
	.form.forminq .col2{
		grid-template-columns: 1fr;
		gap: 18px;
	}
	aside{
		margin-top: 40px;
	}
	.formsubmit{
		flex-direction: column;
		align-items: flex-start;
	}
	.formsubmit .bt{
		width: 100%;
		margin-top: 15px;
	}
	.footerinfo .sc{
		display: none;
	}
}