/*!
Theme Name: anyangnews
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: anyangnews
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.

anyangnews 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(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

:root {
	--white: #fff;
	--whitegrey: #f0f0f2;
	--black: #000;
	--text: #363a3c;
	--textgrey: #878d91;
	--textmidgrey: #666;
	--grey: #363636;	
	--line: #dfdfdf;
	--linedeep: #a9acad;
	--light: #f3f7f5;
	--main: #4cab7f;
	--deep: #448165;
	--deep2: #5d937a;
	--font: 'Spoqa Han Sans Neo', '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;
	min-width: 1360px;
}

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

::placeholder {
	color: #909da2;
}

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

input, select {
	height: 40px;
	width: 100%;
	padding: 0 12px;
	border: 1px solid var(--linedeep);
	background: var(--white);
	border-radius: 4px;
	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(--linedeep);
	background: var(--white);
	border-radius: 4px;
	resize: vertical;
}

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

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

p.grey{
	color: var(--textgrey);
}

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: 5px;
	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.sldwrp{
	display: flex;	
	margin-top: 30px;
	margin-bottom: -30px;
}
section.sldwrp .sldgrid{
	display: flex;
	width: 100%;
	gap: 40px;
	height: 500px;
}
section.sldwrp .thumbslider{	
	flex: 0 0 300px;
	height: 100%;
}
section.sldwrp .thumbslider .type-post .permalink{
	padding: 20px 0;
}
section.sldwrp .thumbslider .swiper-slide{
	border-bottom: 1px solid var(--line);
}
section.sldwrp .thumbslider .type-post{
	border-bottom: 0;
}
section.sldwrp .thumbslider h3{
	font-size: 17px;
	font-weight: 500;
}
section.sldwrp .thumbslider .permalink:hover h3{
	text-decoration: underline;
}
section.sldwrp .thumbslider .swiper-slide{
	cursor: pointer;
}
section.sldwrp .thumbslider .swiper-slide-thumb-active h3{
	text-decoration: underline;
	color: var(--deep);
}
section.sldwrp .slider .ago{
	color: var(--whitegrey);
}
section.sldwrp .thumbslider .author{
	margin: 0;
}
section.sldwrp .thumbslider .thumb,
section.sldwrp .thumbslider .type-post p{
	display: none;
}
section.sldwrp .slider{
	width: 100%;
}
section.sldwrp .slider .arrows{
	position: absolute;
	right: 18px;
	bottom: 18px;
	display: flex;
	gap: 8px;
	z-index: 9;
}
section.sldwrp .slider .arrows .dots{
	margin-right: 10px;
}
section.sldwrp .slider .arrows .swiper-pagination-bullet{
	background: var(--white);
	opacity: .4;
}
section.sldwrp .slider .arrows .swiper-pagination-bullet-active{
	background: var(--main);
	opacity: 1;
}
section.sldwrp .slider .sldnext:hover, section.sldwrp .slider .sldprv:hover{
	opacity: 1;
}
section.sldwrp .slider .sldnext, section.sldwrp .slider .sldprv{
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 33px;
	width: 33px;
	height: 25px;
	border-radius: 4px;
	color: var(--white);
	border: 1px solid var(--white);
	opacity: .8;
}
section.sldwrp .slider .sldnext svg, section.sldwrp .slider .sldprv svg{
	width: 15px;
	height: 15px;
}
.widwrp{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-bottom: 30px;
}
.widwrp.col4{
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.widwrp.col4 .title h3{
	font-size: 18px;
}
section.wis {
	display: grid;
	grid-template-columns: auto 300px;
	gap: 40px;
	padding-top: 60px;
	padding-bottom: 60px;
}
section.wis.full{
	grid-template-columns: 100%;
}
section.wis.print{
	grid-template-columns: 100%;
}
section.wis.full article{
	max-width: 780px;
}
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: 34px;
	width: auto;
}
.movhis{
	margin-top: 30px;
}
.movhis a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	font-weight: bold;
	padding: 8px 16px 10px 8px;
	border: 1px solid var(--line);
	border-radius: 5px;
	background: var(--white);
	width: 130px;
}
.tags{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 20px;
}
.tags a{	
	color: var(--main);
	border: 1px solid var(--main);
	border-radius: 5px;
	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);
}

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

article iframe{
	width: 100%;
	height: 400px;
}
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;
	color: var(--main);
}

.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);
	border-bottom: 1px solid var(--line);
	position: sticky;
	top: 0;
	z-index: 999;
}
header .topbar{
	background: var(--black);
	width: 100%;
	font-size: 13px;
	color: var(--whitegrey);
}
header .topbar a{
	color: var(--whitegrey);
}
header .topbar section{
	display: flex;
	justify-content: space-between;
}

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

header section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 35px;	
	padding: 6px 20px;
}
header section.logowrp{
	justify-content: space-between;
	padding: 0 20px;
}
header section.logowrp .site-branding svg{
	height: 30px;
}
header section.logowrp .site-branding {
	height: auto;
}

header section h1.posttitle{
	width: 100%;
	max-width: 55%;	
	text-align: center;
	font-size: 17px;
	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: 30px;
	white-space: nowrap;
}
.site-branding.mobile{
	display: none;
}
.site-branding svg {
	height: 25px;
	width: auto;
	margin-right: 10px;
	fill: var(--black);
}

nav {
	white-space: nowrap;
}

nav ul {
	display: flex;
	align-items: center;
	gap: 35px;
	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: 100px;
}
.widwrp.col4  .widget{
	padding: 0;
	background: transparent;
}
.widwrp .widget{
	background: var(--light);
	border: 0;
	margin: 0;
}
.widget{
	margin-bottom: 30px;
	padding: 20px;
	border: 1px solid var(--line);
	border-radius: 7px;
}
.widget.color{
	background: var(--deep);
	color: var(--white);
	border: 0;
}
.widget.color .title{
	border-color: var(--white);
}
.widget.color .type-post h3{
	color: var(--white);
}
.widget.color .type-post{
	border-color: var(--deep2);
}
section.ads{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
  gap: 20px;
	margin-top: 30px;
}
.ads .item{
	text-align: center;
	background: var(--whitegrey);
	border: 0;
	border-radius: 0;
	width: 100%;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--textgrey);
	font-weight: 300;
	font-size: .9em;
	border-radius: 7px;
}
header .ad{
	height: 80px;
	max-width: 400px;
	margin: 20px 0 10px;
}
.ad{
	text-align: center;
	background: none;
	border: 0;
	border-radius: 0;
	width: 100%;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--textgrey);
	font-weight: 300;
	font-size: .9em;
	margin: 30px 0;
	border-radius: 7px;
}
.widget.ad{
	margin: 0 0 30px 0;
}
.widget.sticky{
	position: sticky;
	top: 60px;
	z-index: 9;
}

.widget h3{
	margin: 0;
}
.widget .title{	
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 16px;
	margin-bottom: 10px;
	border-bottom: 2px solid var(--main);
}
.widget .title.simple{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 5px;
}
.widget.color .title a{
	color: var(--white);
}
.col4 .widget .title a{
	width: 25px;
	height: 25px;
}
.widget .title a{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	border: 1px solid var(--line);
}
.widget .title a svg{
	width: 12px;
	height: 12px;
}
.widget .type-post:last-child{
	border-bottom: 0;	
}
.widget .type-post .permalink .thumb{
	flex: 0 0 84px;
	width: 84px;
	order: 1;
	margin-bottom: 0;
}

.widget .type-post .permalink{
	padding: 16px 0;
	gap: 10px;
	flex-direction: row;
	justify-content: space-between;
}
.col4 .widget .type-post:first-child .permalink .thumb{
	display: block;
}
.col4 .widget .type-post .permalink .thumb{
	display: none;
	order: -1;
	flex: 0 0 auto;
  width: 100%;
  margin-bottom: 15px;
}
.col4 .widget .type-post .permalink{
	flex-direction: column;
	gap: 0;
	padding: 13px 0;
}

.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;
}
.col4 .widget .type-post h3{
	font-size: 15px;
	-webkit-line-clamp: 1;
}

.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);
}
nav ul li{
	position: relative;
}
nav ul li a, .account a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	height: 50px;
}
nav ul li:hover ul{
	display: flex;
}
nav ul li ul{
	display: none;
	flex-direction: column;
	position: absolute;
	top: 100%;
	left: 0;	
	gap: 0;
	background: var(--white);
	width: 200px;
	padding: 12px 0;
	border: 1px solid var(--line);
	box-shadow: 0 9px 48px #10151740;
	border-radius: 7px;
}
nav ul li ul li{
	width: 100%;
}
nav ul li ul li a{
	width: 100%;
	height: 40px;
	justify-content: flex-start;
	font-weight: 500;
	font-size: 16px;
	padding: 0 12px;
}
nav ul li ul li a:hover{
	background: var(--whitegrey);
}

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

.searchwrap input {
	padding: 0 20px 0 45px;
	background: var(--white);
	border: 1px solid var(--linedeep);
	font-size: 17px;	
	height: 42px;
}

.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;
}
.latestslider{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 300px;
}
.swiper{
	width: 100%;
	height: 100%;
}
.slider .type-post .permalink h3{
	font-size: 32px;
	word-break: keep-all;
}
.slider .type-post .permalink p{
	display: none;
}
.slider .type-post .permalink{
	display: flex;
	padding: 0;
	gap: 0;
}
.slider .type-post .permalink .meta{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 18px 200px 18px 18px;
	z-index: 2;
}
.slider .type-post h3{
	color: var(--white);
}
.slider .type-post .permalink .thumb::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(51.91%, transparent), color-stop(75.88%, rgba(0, 0, 0, 0.7)));
	background: linear-gradient(180deg, transparent 51.91%, rgba(0, 0, 0, 0.7) 75.88%);
	z-index: 1;
}
.slider .type-post .thumb{
	flex: 0 0 auto;
	width: 100%;
	height: 500px;
}
.list.gallery {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	padding-top: 25px;
}
.list.gallery.latest{
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.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.peo, .type-post.tv{
	padding: 13px 0;
}
.type-post.tv:first-child .thumbwrp{
	display: block;
}
.type-post.tv .thumbwrp{
	display: none;
	position: relative;
	width: auto;
	height: 0;
	padding-top: 56%;
	object-fit: cover;
	margin: 0 -20px 15px;
}
.type-post.tv .thumbwrp img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.widget .mingallery.tv{
	grid-template-columns: repeat(1, 1fr);
}
.widget .mingallery{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
	gap: 5px;
	padding: 10px 0 5px;
}
.widget .mingallery a{	
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 85%;
}
.widget .mingallery a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 3px;
}
.latestslider .type-post{
	border-bottom: 0;
}
.list.gallery .type-post{
	border-bottom: 0;
}
.list.latest .type-post:last-child{
	border-bottom: 0;
}

.list.gallery .type-post .permalink{
	flex-direction: column;
	padding: 0;
	gap: 0;
}
.list.gallery .type-post .permalink .meta{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 10px;
	/* background: rgb(0 0 0 / 8%); */
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.list.gallery .type-post .permalink .thumb::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(51.91%, transparent), color-stop(75.88%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, transparent 51.91%, rgba(0, 0, 0, 0.7) 75.88%);
	z-index: 1;
}



.type-post .permalink{
	position: relative;
	display: flex;	
	justify-content: space-between;
	gap: 30px;
	padding: 25px 0;
}
.related .list .type-post .permalink{
	flex-direction: row;
	padding: 0;
	gap: 20px;
}
.list.gallery.latest .type-post h3{
	font-size: 16px;
}
.list.gallery .type-post h3{
	color: var(--white);
	font-size: 17px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	margin: 6px 0 0;
}
.type-post h3, .type-post h2{
	margin-top: 0;
}
.type-post a:hover h3, .type-post a:hover h2{
	text-decoration: underline;
}
.list.gallery .type-post p{
	display: none;
}
.type-post p {
	color: var(--textgrey);
	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;
}
.gallery .type-post .thumb{
	flex: 0 0 auto;
	width: 100%;
}
.type-post .thumb{
	position: relative;
	flex: 0 0 300px;
	width: 300px;
	height: 100%;
	
}
.slider .type-post .thumb .ratio{
	padding-top: 0;
	height: 100%;
}
.type-post .thumb .ratio{
	position: relative;
	width: 100%;
	padding-top: 60%;
	overflow: hidden;
}
.type-post .thumb img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;	
	transform: scale(1.001);
	transition: transform .2s;	
}
.type-post .thumb:hover img{
	transform: scale(1.1);
}
.list.gallery .type-post .permalink:hover img{
	transform: scale(1.1);
}
.list.gallery .type-post .author{
	margin-top: 0;
	order: -1;
}
.slider .type-post .author{
	margin-top: 0;
}
.type-post .author {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	margin-top: 20px;
}
.list.gallery .type-post .ago{
	color: var(--whitegrey);
}
.type-post .ago {
	color: var(--textgrey);
	font-weight: 300;
	font-size: 13px;
	letter-spacing: -.2px;
}
.list.gallery .type-post .cat{
	font-size: 12px;
	background: transparent;
	border: 1px solid var(--white);
}
.slider .type-post .cat{
	background: transparent;
	border: 1px solid var(--white);
}
.type-post .cat {
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	background: var(--main);
	color: var(--white);
	padding: 0 8px;
	border-radius: 3px;
}

.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: 300;
	font-size: 12px;
	color: var(--white);
	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: 25px;
	border-bottom: 4px solid var(--main);
}
.arct.lan{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.arct.lan a{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	border: 1px solid var(--line);
}
.arct.lan a svg{
	width: 12px;
  height: 12px;
}
.arct h1{
	font-weight: 900;
	margin: 0;
}
.arct h2{
	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;
	align-content: center;
	gap: 6px;
	font-weight: 700;
}
main .path svg{
	color: var(--textgrey);
	width: 14px;
	height: auto;
}
main .path .post-categories{
	display: flex;
	gap: 12px;
}
main .content {
	font-size: 18px;
	line-height: 1.76;
	color: var(--text);
	word-break: keep-all;
	word-wrap: break-word;
}
main .content figcaption{
	font-size: 13px;
	line-height: 1.62;
	padding: 0 10px;
	color: var(--textmidgrey);
}
main .content figcaption img{
	max-width: 100%;
	height: auto;
}

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;
	color: var(--main);
}

.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 a{
	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;
	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;
	border: 1px solid var(--line);
	background: var(--white);
}
.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;
}

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{
	font-size: 20px;
	font-weight: bold;
}
.footerwis .logo svg{
	height: 20px;
	width: auto;
}
.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;
}

.form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.form input, .form select{
	height: 42px;
}
.form label{
	font-weight: 700;
	font-size: 15px;
	display: flex;
	margin-bottom: 5px;
}
.form .submitwrp{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.form .submitwrp label{
	cursor: pointer;
	display: flex;
	gap: 10px;
	margin: 0;
	line-height: normal;
	font-size: 14px;
	font-weight: 500;
}
.form .submitwrp label input[type=checkbox]{
	width: 16px;
	height: 16px;
	margin: 0;
	position: relative;
	top: 3px;
}
.form .submitwrp .submit{
	height: 45px;
	padding: 0 20px;
	font-weight: 600;
	font-size: 15px;
	white-space: nowrap;
}

.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;
}

figure{
	max-width: 100%;
}

@media screen and (max-width: 1440px) {
	header section{
		gap: 20px;
	}
}

@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) {

	body{
		min-width: auto;
	}
	header section.logowrp{
		display: none;
	}
	.site-branding.mobile{
		display: flex;
	}

	#mobiletoolbar{
		display: flex;
	}
	#site-navigation{
		position: fixed;
		right: 0;
		top: 0;		
		display: none;
		z-index: 9999;
		background: rgb(54 54 54 / 31%);
    width: 100%;
    height: 100%;
	}
	#site-navigation .menu-gnb-container{
		position: relative;
		z-index: 9;
		display: flex;
		background: var(--white);
		height: 100vh;
		width: 65vw;
		box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
		margin-left: auto;
	}
	#site-navigation.active{
		display: block;
	}
	#site-navigation.active ul li ul{
		display: none;
	}
	nav ul{
		width: 100%;
		flex-direction: column;
		gap: 20px;
		align-items: flex-start;
		margin: 35px 0;
		padding: 0 20px;
	}
	nav ul li a{
		color: var(--black);
		height: 26px;
	}	

	section.wis, section.sldwrp{
		grid-template-columns: 100%;
		gap: 30px;
	}

	.new.type-post h2{
		margin: 12px 0;
	}
	.type-post .permalink{
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}	
	.slider .type-post .permalink .thumb{
		margin-bottom: 0;
	}
	.type-post .permalink .thumb, .new.type-post .permalink .thumb{
		order: -1;
		flex: auto;
		width: 100%;
		margin-bottom: 12px;
	}	
	.list.gallery, .list.gallery.latest{
		grid-template-columns: repeat(1, 1fr);
		gap: 12px;
	}
	.list.gallery .type-post .permalink .thumb{
		margin-bottom: 0;
	}

}

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

	header{
		color: var(--black);
		background: var(--white);
	}
	header section{
		padding: 0 18px;
		gap: 5px;
	}
	.site-branding{
		height: 50px;
		font-size: 22px;
	}
	.site-branding svg{
		fill: var(--black);	
		height: 21px;
	}
	.alonelogo svg{
		height: 32px;
	}
	.widwrp.col4{
		grid-template-columns: repeat(1, 1fr);
	}

	header .account{
		display: none!important;
	}		
	header .searchwrap.active{
		display: block;
	}
	header .searchwrap{
		display: none;
		position: fixed;
		top: 71px;
		left: 0;
		width: 100%;
		max-width: 100%;
		padding: 10px 16px;
		background: var(--white);
		border-bottom: 1px solid var(--line);
	}
	section.ads{
		grid-template-columns: repeat(1, 1fr);
	}
	.searchwrap button{
		left: 16px;
	}

	section.sldwrp{
		gap: 0;		
		height: 300px;
		padding: 0;
		margin-bottom: 10px;
		margin-top: 0;
	}
	.slider .type-post .thumb{
		height: 300px;
	}
	section.sldwrp .sldgrid{
		height: 300px;
	}
	.slider .type-post .permalink h3{
		font-size: 21px;
	}
	section.sldwrp .thumbslider{
		display: none;
	}

	.widwrp{
		grid-template-columns: repeat(1, 1fr);
	}
	aside{
		margin-top: 30px;
	}

	.account .toolbar a{
		color: var(--black);
	}

	h1{
		font-size: 28px;
		line-height: 1.25;
	}
	h2{
		font-size: 24px;
	}
	.arct{
		margin-bottom: 5px;
	}
	.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;
    border-radius: 0;
    padding: 12PX;
	}

	#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;
	}
}
