/*
Theme Name: Archnews
Author: Manual Graphics
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&family=Noto+Sans+KR:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&family=Noto+Serif+KR:wght@400;700&display=swap');
/*
@media (min-width: 1200px) and (max-width: 1919.98px) { 
}
*/

/* 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;
}
body {
	line-height: 1.3;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1.3;
}
ol, ul, nav, li {
	list-style: revert;
}
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: #00A279;
	text-decoration: none;
}
a:hover {
	color: #00D59F;
	text-decoration: none;
}
textarea, input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
figure {
	margin: 0;
}
button {
	outline: none;
	border: none;
}
sub, sup {
	vertical-align: inherit;
}
input:active, input:focus, button:focus,
button:active {
	border: none;
	outline: none;
}
/*  common
------------------------------------------------------------------------ */
.nice { transition: all 320ms; }
.nice:hover { transition: all 320ms; }
.nices { transition: all 160ms; }
.nices:hover { transition: all 160ms; }
.ctw { transform: translate(-50%, 0%); }
.cth { transform: translate(0%, -50%); }
.cent { transform: translate(-50%, -50%); }
.zero { font-size: 0; letter-spacing: 0; word-spacing: 0; }
::selection {
	background-color: #00A279;
	color: #fff;
}
.mo { display: none; }
.po { display: block; }
.off {
	opacity: 0;
	transform: translate(0, 30px);
}
.on {
	opacity: 1 !important;
	transform: translate(0, 0) !important;
	transition: all 500ms cubic-bezier(0.2,  0.8, 0.4, 1);
}
.ellipsis {
	width: 100%;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal !important;
	display: block;
}
.ellipsismx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: box;
	margin-top: 1px;
	max-height: 124px;
	overflow:hidden;
	vertical-align:top;
	text-overflow: ellipsis;
	word-break:break-all;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 5;
}
.btn {
	display: inline-block;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
}
.btn:hover { background-color: #f00; }
.under::before {
	content: "";
	width: 0%;
	height: 1px;
	background-color: #f00;
	position: absolute;
	bottom: -3px;
	transition: all 300ms ease-in;
}
.under:hover::before {
	width: 100%;
	background-color: #f00;
	transition: all 200ms ease-in;
}
/* module 
------------------------------------------------------------------------ */
#updown {
	position: fixed;
	left: 29px;
	top: 127px;
	width: 72px;
	visibility: visible;
	opacity: 1;
	transition: all 300ms ease-in;
	line-height: 1;
	z-index: 9;
}
#updown.act {
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease-in;
}
#updown button {
	border: 1px solid #dedede;
	cursor: pointer;
	padding: 8px 0;
	height: 36px;
	background-color: transparent;
	width: 100%;
	font-family:
		'Arvo',
		'Noto Sans KR',
		sans-serif;
}
body.type #updown button {
	font-family:
		'Arvo',
		'Noto Serif KR',
		sans-serif;
}
.dark #updown button {
	background-color: #232323;
	border-color: #111;
}

#updown button .po {
	display: inline-block;
}
#updown button.todown {
	margin-top: -1px;
}
#updown button:hover {
	background-color: #edf1f5;
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
#click-shadow {
	width: 100%;
	height: 0vh;
	background-color: rgba(0,0,0,0.1);
	position: fixed;
	top: 0;
	left: 0%;
	z-index: 4;
	opacity: 0;
	cursor: pointer;
	transition: opacity 500ms cubic-bezier(0.2,  0.8, 0.4, 1);
	display: none;
}
.dark #click-shadow {
	background-color: rgba(0,0,0,0.7);
}
#click-shadow.act {
	opacity: 1;
	height: 100vh;
	transition: opacity 500ms cubic-bezier(0.2,  0.8, 0.4, 1);
}
/* search */
#searchform .screen-reader-text {
}
#searchform {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}
#searchform > div {
	font-size: 0;
	letter-spacing: 0;
	word-spacing: 0;
	text-align: center;
}
#searchform input {
	display: inline-block;
}
#searchform input[type=text] {
	border: 1px solid #ccc;
	text-indent: 16px;
	width: 200px;
	height: 36px;
	padding: 0;
	color: #565656;
	margin: 0;
	box-sizing: border-box;
	border-left: none;
	margin-top: -1px;
	font-size: 14px;
	vertical-align: top;
}
.dark #searchform input[type=text] {
	background-color: #232323;
	border-color: #111;
}
.paper #searchform input[type=text] {
	background-color: #f7f5f0;
}
.dark #searchform input[type=text]:hover {
	background-color: #000;
}
#searchform input[type=text]:hover {
	background-color: #f9f9f9;
}
#searchform input#searchsubmit {
	width: 36px;
	height: 36px;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 15px;
	color: #fff;
	text-indent: -9999em;
	background-color: #00A279;
	border: 1px solid #00A279;
	border-radius: 50%;
	background-image: url(images/ico-search.svg);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	margin-left: 4px;
}
.acco::before {
	position: absolute;
	top: 50%;
	right: 9px;
	content: "";
	display: block;
	width: 2px;
	height: 16px;
	background-color: #00A279;
	transition: all 300ms;
	transform: translate(0, -50%);
}
.acco::after {
	position: absolute;
	top: 50%;
	right: 2px;
	content: "";
	display: block;
	width: 16px;
	height: 2px;
	background-color: #00A279;
	transition: all 300ms;
	transform: translate(0, -50%);
}
.acco.act::before {
	transform: rotate(135deg);
}
.acco.act::after {
	transform: rotate(135deg);
}
/* fullpage */
.fp {
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
/* end fullpage */
/* dot */
.dot li {
	position: relative;
	padding-left: 8px;
	list-style: none;
}
.dot li::before {
	display: block;
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #666E76;
	position: absolute;
	top: 12px;
	left: 0px;
}
.cnt {
	padding-left: 14px;
}
.cnt li {
	list-style: decimal;
}
/* end dot */
/* pagination */
.pagination {
	margin-top: 48px;
	text-align: center;
}
.pagination .current, 
.pagination a {
	line-height: 1;
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin: 0 8px;
	font-size: 14px;
	position: relative;
	color: #a9a9a9;
	border: 1px solid;
}
.pagination .current {
	color: #00A279;
}
figure.wi {
	width: calc(100% + 240px);
	margin-left: -120px;
}
figure.w7 {
	width: 75% !important;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
figure.w5 {
	width: 50% !important;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
figure.w3 {
	width: 30% !important;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
/* color */
.p1 { color: #00A279; }
.bp1 { background-color: #00A279; }
.cbk { color: #000; }
.cwh { color: #fff; }

.g0 { color: #000; }
.g1 { color: #333; }
.g2 { color: #343A40; }
.g3 { color: #666E76; }
.g4 { color: #757575; }
.g5 { color: #9e9e9e; }
.g6 { color: #ADB5BD; }
.g7 { color: #e0e0e0; }
.g8 { color: #f5f5f5; }

.g1 { color: #232323; }
.g2 { color: #343434; }
.g3 { color: #565656; }
.g4 { color: #787878; }
.g5 { color: #909090; }
.g6 { color: #ababab; }
.g7 { color: #cbcbcb; }
.g8 { color: #f5f5f5; }

.dark .g1 { color: #545454; }
.dark .g2 { color: #656565; }
.dark .g3 { color: #878787; }
/* font size */
.fxs { font-size: 11.5px !important; }
.fs { font-size: 13px !important; }
.f2s { font-size: 14px !important; }
.fm { font-size: 15px !important; }
.fnor { font-size: 16px !important; }
.f2m { font-size: 18px !important; }
.f3m { font-size: 20px !important; }
.fl { font-size: 23px !important;}
.f2l { font-size: 28px !important; }
.f3l { font-size: 31px !important; }
.fxl { font-size: 36px !important; }
.f2xl { font-size: 48px !important; }
.f3xl { font-size: 64px !important; }
.fmax { font-size: 72px !important; }
.fking { font-size: 200px !important; }
/* text align */
.tac { text-align: center; }
.tal { text-align: left; }
.tar { text-align: right; }
/* line height */
.ls { line-height: 1.2 !important; }
.lm { line-height: 1.3 !important; }
.ll { line-height: 1.5 !important; }
.lxl { line-height: 1.7 !important; }
.l2xl { line-height: 1.8 !important; }
.lmax { line-height: 1.9 !important; }
/* text */
.twb { font-weight: 700; }
.tuc { text-transform: uppercase !important; }
.tcp { text-transform: capitalize !important; }
/* margin */
.mtxs { margin-top: 4px; }
.mts { margin-top: 8px; }
.mt2s { margin-top: 12px; }
.mt3s { margin-top: 16px; }
.mtm { margin-top: 20px; }
.mt2m { margin-top: 24px; }
.mt3m { margin-top: 32px; }
.mtl { margin-top: 48px; }
.mt2l { margin-top: 64px; }
.mt3l { margin-top: 128px; }

.mbxs { margin-bottom: 4px; }
.mbs { margin-bottom: 8px; }
.mb1s { margin-bottom: 9px; }
.mb2s { margin-bottom: 12px; }
.mb3s { margin-bottom: 16px; }
.mbm { margin-bottom: 20px; }
.mb2m { margin-bottom: 24px; }
.mb3m { margin-bottom: 32px; }
.mbl { margin-bottom: 48px; }
.mb2l { margin-bottom: 64px; }
.mb3l { margin-bottom: 128px; }
/* padding */
.ptxs { padding-top: 4px; }
.pts { padding-top: 8px; }
.pt2s { padding-top: 12px; }
.pt3s { padding-top: 16px; }
.ptm { padding-top: 20px; }
.pt2m { padding-top: 24px; }
.pt3m { padding-top: 32px; }
.ptl { padding-top: 48px; }
.pt2l { padding-top: 64px; }
.pt3l { padding-top: 128px; }

.pbxs { padding-bottom: 4px; }
.pbs { padding-bottom: 8px; }
.pb2s { padding-bottom: 12px; }
.pb3s { padding-bottom: 16px; }
.pbm { padding-bottom: 20px; }
.pb2m { padding-bottom: 24px; }
.pb3m { padding-bottom: 32px; }
.pbl { padding-bottom: 48px; }
.pb2l { padding-bottom: 64px; }
.pb3l { padding-bottom: 128px; }

/* styling */
.post-body pre {
	font-family:
		'Arvo',
		'Noto Serif KR',
		sans-serif;
	color: #787878;
	line-height: 1.9;
	padding-left: 24px;
	margin-left: 24px;
	width: 80%;
	border-left: 6px outset #eee;
	white-space: break-spaces;
}
.post-body hr {
	margin: 20px 0;
	height: 1px;
	border: none;
	background: #999;
}
.post-body .dot {
	margin-left: 16px;
}
/* layout
------------------------------------------------------------------------ */
body {
	position: relative;
	width: 100%;
    box-sizing: border-box;
	word-break: keep-all;
	text-rendering: optimizeLegibility;
	font-size: 17px;
	color: #333;
	font-family:
		'Arvo',
		'Noto Sans KR',
		sans-serif;
}
body.type {
	font-family:
		'Arvo',
		'Noto Serif KR',
		sans-serif;
}
body.dark {
	background-color: #111;
}
body.white {
	background-color: #fff;
}
body.paper {
	background-image: url(images/paper.jpg);
}
/* header 
------------------------------------------------------------------------ */
header {
	width: 100%;
	height: 68px;
	position: fixed;
	z-index: 9;
	opacity: 1;
	visibility: visible;
	border-bottom: 1px solid #e7e7e7;
	background-color: rgba(255, 255, 255, 1);
	transition: all 300ms ease-in;
	/* filter: invert(1); */
}
.dark header {
	border-bottom: 1px solid #282828;
	background-color: rgba(0, 0, 0, 1);
}
.dark header.act {
	background-color: rgba(0, 0, 0, 0.6);
}
.paper header.act,
.paper header {
	background-image: url(images/paper.jpg);
}
header.act {
	background-color: rgba(255, 255, 255, 1);
}
header.vanish {
	opacity: 1;
	visibility: hidden;
	visibility: visible;
	transition: all 300ms ease-in;
}
.single header.vanish {
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease-in;
}
header section {
	position: relative;
	height: 100%;
	width: calc(100% - 80px);
	margin: 0 auto;
}
.subs {
	position: absolute;
	right: 260px;
	top: 50%;
	display: block;
}
.dark .subs {
	border-color: #343434;
}
.subs:hover {
	color: #fff;
	background-color: #00A279;
	border-color: #00A279;
}
#logo {
	position: absolute;
	left: 50%;
	top: 50%;
	overflow: hidden;
}
#logo a {
	display: block;
}
#logo a img {
	display: block;
	width: 98px;
}
#hamberger {
	position: absolute;
	top: 50%;
	width: 22px;
	height: 32px;
	z-index: 11;
	cursor: pointer;
}
#hamberger:hover span {
	background-color: #212529;
}
#hamberger span {
	width: 4px;
	height: 100%;
	background-color: #ADB5BD;
	display: block;
	position: absolute;
	top: 0;
	transform: rotate(0deg);
	transition: 300ms ease-in-out;
}
#hamberger span:nth-child(1) {
	left: 0px;
}
#hamberger span:nth-child(2) {
	left: 50%;
	transform: translate(-50%, 0);
}
#hamberger span:nth-child(3) {
	height: 60%;
	top: auto;
	bottom: 0;
}
#hamberger span:last-child {
	position: absolute;
	left: auto;
	bottom: 0;
	right: 0;
}
#hamberger.open span:last-child {
	transform: rotate(-45deg);
}
#gnb {
	position: fixed;
	left: -103%;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: rgba(240, 240, 240, 1);
	z-index: 15;
	transition: all 500ms ease-in-out;
}
.dark #gnb {
	background-color: rgba(0, 0, 0, 0.8);
}
#gnb.act {
	left: 0;
	transition: all 500ms cubic-bezier(0.2,  0.8, 0.4, 1);
}
#gnb-close {
	position: absolute;
	right: 20px;
	top: 16px;
	width: 36px;
	height: 36px;
	display: block;
	border-radius: 50%;
	cursor: pointer;
	background-image: url(images/ico-close.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 14px;
	text-indent: -9999em;
	background-color: #00A279;
}
#gnb-close:hover {
	background-color: #212529;
	transition: all 300ms cubic-bezier(0.2,  0.8, 0.4, 1);
}
#menu-gnb {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-90deg);
}
#menu-gnb li {
	text-align: left;
	margin: 10px 0;
	list-style: none;
}
#menu-gnb li a {
	display: inline-block;
	text-transform: uppercase;
	padding: 16px 88px 16px 20px;
	background-color: #212529;
	color: #ADB5BD;
	font-size: 36px;
}
#menu-gnb li a:hover {
	background-color: #00A279;
	color: #fff;
	transform: rotate(-3deg);
	transition: transform 500ms ease-in-out;
}
#menu-gnb li.current-category-ancestor a,
#menu-gnb li.current-post-ancestor a, 
#menu-gnb li.current-menu-item a {
	background-color: #00A279 !important;
	color: #fff;
}
#menu-gnb li.current-category-ancestor a::before,
#menu-gnb li.current-post-ancestor a::before, 
#menu-gnb li.current-menu-item a::before {
}
/* content 
------------------------------------------------------------------------ */
.cont {
	width: 1200px;
	margin: 0 auto;
	min-height: 500px;
	box-sizing: border-box;
	padding: 112px 0 80px;
}
.cont-head {
	position: relative;
}
/* footer 
------------------------------------------------------------------------ */
.dark footer {
	background-color: #232323;
	border-top: none;
}
.paper footer {
	background-color: #f7f5f0;
	border-top: 1px solid #dedede;
	background-image: url(images/paper.jpg);
}
a.accordion span.chg i {
	background-color: #1A7C65;
	-ms-transform: rotate(135deg); /* IE 9 */
	-webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
	transform: rotate(135deg);
	transition: all 120ms ease-in;
	-webkit-transition: all 120ms ease-in;
	-moz-transition: all 120ms ease-in;
	-o-transition: all 120ms ease-in;
}
a.accordion span.chg i:last-child {
	-ms-transform: rotate(-135deg); /* IE 9 */
	-webkit-transform: rotate(-135deg); /* Chrome, Safari, Opera */
	transform: rotate(-135deg);
}
a.accordion span {
	float: right;
	width: 10px;
	height: 18px;
	position: relative;
}
a.accordion span i {
	bottom: 50%;
	position: absolute;
	left: 0;
	background-color: #C5C8CE;
	width: 14px;
	height: 2px;
	display: block;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	transition: all 120ms ease-in;
	-webkit-transition: all 120ms ease-in;
	-moz-transition: all 120ms ease-in;
	-o-transition: all 120ms ease-in;
}
a.accordion span i:last-child {
	left: auto;
	right: 0;
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
}
div.panel {
	margin-bottom: 10px;
	display: none;
	color: #777;
	box-sizing: border-box;
	padding: 30px 0;
	line-height: 1.7;
}
footer {
	background-color: #fff;
	border-top: 1px solid #ddd;
	clear: both;
}
footer .ft-wrap {
	margin: 0 auto;
	padding: 48px 40px;
	position: relative;
	box-sizing: border-box;
	overflow: visible;
}
footer #addr img {
	display: block;
	width: 120px;
	margin-bottom: 20px;
	height: auto;
}
footer #addr ul li {
	color: #777;
	font-size: 14px;
	display: inline-block;
	margin-right: 16px;
	line-height: 1.7;
	vertical-align: top;
}
footer #ft-gnb {
	position: absolute;
	right: 78px;
	bottom:8px;
	width: auto;
	transform: rotate(-90deg);
}
footer #ft-gnb li {
	margin-top: 3px;
	list-style: none;
}
footer #ft-gnb li a {
	display: inline-block;
	color: #fff;	
	padding: 6px 26px 6px 7px;
	font-size: 17px !important;
}
footer #ft-gnb li a:hover {
	background-color: #00D59F;
}
footer #sns {
	position: absolute;
	left: 180px;
	top: 52px;
}
footer #sns li {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-left: 8px;
}
footer #sns li a {
	border-radius: 30px;
	display: block;
}
footer #sns li a:hover img {
	transform: translate(0, -1px);
}
footer #family {
	position: absolute;
	right: 232px;
	bottom: 41px;
	width: 200px;
}
.dark footer #family a.accordion {
	border-color: #343434;
}
footer #family a.accordion {
	border: none;
	border: 1px solid #ccc;
	display: block;
	height: 100%;
	padding: 8px 16px;
	color: #787878;
}
footer #family a.accordion span i {
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
}
footer #family div.panel {
	padding: 12px;
	position: absolute;
	background-color: #fff;
	bottom: 33px;
	margin-bottom: 0;
	width: 100%;
	border: 1px solid #ccc;
}
footer #family div.panel ul li {
	list-style: none;
}
footer #family div.panel ul li a {
	color: #666;
	font-size: 13px;
}
footer #family a.accordion span.chg i:last-child {
	opacity: 0;
}
footer #family div.panel ul li a:hover {
	color: #1A7C65;
}
footer #family a.accordion span i:last-child  {
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate(90deg);
	left: 0;
}
/* search 
------------------------------------------------------------------------ */
#search-result #searchform {
	position: static;
}
.search-tip {
	color: #787878;
}
.search-tip span {
	color: #000;
	border-radius: 2px;
	padding: 1px 4px;
	background: #f9f9f9;
}
#search_type {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 60px;
	color: #fff;
	height: 36px;
	position: relative; 
	float: left;
}
#search_type:hover {
	border: 0;
}

#search_type li {
	width: 100%;
	height: 36px;
	line-height: 34px;
	box-sizing: border-box;
	cursor: pointer;
	color: #545454;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-top: -1px;
	display: none; /* Initially hide all items */
	font-size: 13px;
}

#search_type li.selected,
#search_type:hover li {
	display: block;
}
#search_type li.selected {
	border: 1px solid #00a279 !important;
	color: #fff !important;
	background: #00A279 !important;
}
#search_type li:hover {
	background: #eee;
	border: 1px solid #ccc;
}
/* keyword 
------------------------------------------------------------------------ */
#keyword-list .flag {
	display: block;
}
#keyword-list > li {
	width: 100%;
	position: relative;
	border-top: 1px solid #cdcdcd;
	overflow: hidden;
}
#main-keyword #keyword-list > li:last-child {
	border-top: none;
}
#keyword-list li div.meta {
	width: 36%;
	float: left;
}
#keyword-list li a {
	overflow: auto;
	padding: 24px 16px;
	box-sizing: border-box;
	aspect-ratio: 1 / 1.4;
	background: #fafaf1;
	/*
	border: 1px solid #dee2e6;
	*/
}
#keyword-list li a h3.ellipsismx {
	-webkit-line-clamp: 2;
	line-clamp: 2;
	display: -webkit-box;
}
#keyword-list li a:hover {
	border-color: #00A279;
	background-color: #00A279;
}
#keyword-list li a:hover h4, 
#keyword-list li a:hover h3 {
	color: #fff;
}
#keyword-list li div.meta h3 {
	letter-spacing: -0.05em;
	display: block;
}
#keyword-list li ul li {
	width: calc(25% - 16px);
	display: inline-block;
	box-sizing: border-box;
	border-radius: 0px;
	margin: 0 8px 16px;
	padding: 0;
	border-bottom: none;
	vertical-align: top;
}
@media (min-width: 576px) and (max-width: 1409.98px) { 
#keyword-list li ul li {
	width: calc(33.3333% - 16px);
}
}
#keyword-list li ul li:first-child {
	border: none;
}
#keyword-list li ul li div {
	width: 100%;
	padding: 24px 16px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
}
#keyword-list li ul li h3.title {
	width: 100%;
}
#keyword-list li h4 {
	letter-spacing: -0.05em;
}
#keyword-list li ul {
	float: right;
	width: 60%;
	margin-left: -8px;
	margin-top: 8px;
}
#keyword-list li h4.summary {
	float: left;
	width: 100%;
}
#keyword-list li h4.summary a {
	min-height: 0;
	padding: 0;
	border: none;
	background-color: transparent;
}
/* archive 
------------------------------------------------------------------------ */
.tog-list {
	position: absolute;
	right: 0;
	top: 10px;
}
.list li {
	width: 100%;
	border-bottom: 1px solid #DEE2E6;
	position: relative;
}
.list li.adli {
	display: none;
}
#archive-list li a.acco::before {
	top: 23px;
	transform: translate(0, 0);
}
#archive-list li a.act::before {
	opacity: 0;
}
#archive-list li a.acco::after {
	top: 30px;
	transform: translate(0, 0);
}
#archive-list .img li a.acco::after, 
#archive-list .img li a.acco::before {
	display: none;
}
.list li:first-child {
	border-top: 1px solid #DEE2E6;
}
.list-st1 li:first-child {
	border-top: none;
}
.img li:first-child {
	border-top: none;
}
/*
.list li:hover {
	border-bottom: 1px solid #00A279;
	transition: all 300ms ease-in;
}
*/
.list li a {
	width: 100%;
	display: block;
	letter-spacing: -0.02em;
}
.list li a h3 {
	display: inline-block;
	vertical-align: middle;
}
.img li a h3 {
	width: calc(100% - 50px);
}
.list li a h5 {
	font-weight: normal;
	position: absolute;
	right: 40px;
	top: 22px;
}
.img li a h5 {
	top: auto;
	bottom: 0;
	right: 0;
}
#archive-list .list li a h4 {
	vertical-align: middle;
	font-weight: normal;
	display: inline-block;
	max-width: 180px;
	min-width: 0;
	margin-right: 24px;
}
#archive-list .list li img {
	display: none;
}
#archive-list .img {
	width: calc(100% + 48px);
	margin-left: -24px;
}
#archive-list .img li {
	display: inline-block;
	width: calc(25% - 48px);
	margin: 0 24px 32px;
	box-sizing: border-box;
	border-bottom: none;
	vertical-align: top;
}
#archive-list .img li img {
	display: block;
	width: 100%;
	max-width: 300%;
	margin: 0 auto;
	margin-right: 0;
	height: 100%;
	object-fit: cover;
}
#archive-list .img li:hover {
	border-bottom: none;
}
#archive-list .img li a h4 {
	position: absolute;
	top: 0;
	background-color: #00A279;
	color: #fff;
	padding: 2px 8px;
	margin: 0;
}
#archive-list .img li a {
	padding-top: 0;
	padding-bottom: 0;
}
/*
#archive-list .img li.adli a, 
#archive-list .img li a.btn {
	aspect-ratio: 5 / 8;
}
*/
#archive-list li .panel {
	box-sizing: border-box;
	display: none;
}
#archive-list .img li .panel {
	display: none !important;
}
#archive-list li .panel .wp-block-table {
	margin-left: 32px;
	vertical-align: top;
	width: calc(50% - 16px);
	display: inline-block;
}
#archive-list li .panel .wp-block-table td {
	width: 50%;
}
#archive-list li .panel .wp-block-table td strong {
	font-weight: normal;
}
#archive-list li .panel .book-summary {
	width: calc(50% - 16px);
	display: inline-block;
	vertical-align: top;
}
#archive-list li .panel .book-summary ul li {
	font-size: 14px;
	border-bottom: none;
}
#archive-list li .panel .book-summary ul li:first-child {
	border-top: none;
}
#archive-list li a.btn {
	position: absolute;
	top: 14px;
	left: calc(50% + 16px);
	display: inline;
	width: auto;
	border: 1px solid #c9c9c9;
	padding: 8px 12px; 
	padding-right: 48px;
	border-radius: 0px;
	background-image: url(images/ico-arrow-r.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: right 12px center;
}
#archive-list .img li a.btn span {
	display: none;
}
#archive-list .img li a.btn {
	position: static;
	width: auto;
	display: block;
	padding: 0;
	background-image: none;
	border-radius: 0;
	border: none;
	margin-bottom: 12px;
	background-color: transparent;
}
#archive-list .img li a.btn:hover {
	background-color: transparent;
}
#archive-list li a.btn:hover {
	background-color: transparent;
	background-position: right 8px center;
	transition: all 150ms ease-in-out;
	color: #8e949a;
	background-color: #edf1f5;
	border-color: #d7dbe0;
}
#archive-list li .panel td a {
	color: #343A40;
	border-bottom: 1px solid;
	padding-bottom: 3px;
	display: inline;
}
.jtoggler-control {
	background-color: #e9e9e9 !important;
	width: 52px !important;
	height: 24px !important;
	box-shadow: none !important;
}
.jtoggler-control .jtoggler-handle {
	width: 26px !important;
	height: 26px !important;
	left: -2px !important;
	top: calc(50% - 14px) !important;
	box-shadow: none !important;
	border: 1px solid #ccc !important;
}
.jtoggler:checked + .jtoggler-control {
	background-color: #00A279 !important;
}
.jtoggler:checked + .jtoggler-control .jtoggler-handle {
	left: 28px !important;
}
.jtoggler-label {
	color: #ADB5BD;
	font-size: 14px;
	text-transform: capitalize;
	margin-left: 4px;
}
/* tag 
------------------------------------------------------------------------ */
.list-st1 {
	width: calc(100% + 16px);
	margin-left: -8px;
}
#article-list-list .list-st1 {
	width: 100%;
	margin-left: 0;
}
.list-st1 li {
	display: inline-block;
	width: calc(20% - 16px);
	margin: 0 8px 16px;
	vertical-align: top;
	border: none;
}
.list-st1 li a {
	box-sizing: border-box;
	padding: 24px 16px;
	background: #fafaf1;
	height: 320px;
}
.list-st1 li a p {
	margin-top: 32px;
}
.search .list-st1 li a {
	background-size: 0%;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 320px;
}
.list-st1 li a:hover {
	background-color: #00A279;
	border-color: #00A279;
}
.list-st1 li a:hover h3, 
.list-st1 li a:hover p, 
.list-st1 li a:hover h4 {
	color: #fff;
}
.list-st1 li a h3 {
	display: block;
}
.list-st1 li a div {
	padding: 5px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 12px;
	width: 100%;
	box-sizing: border-box;
}
/* article  
------------------------------------------------------------------------ */
#article-list {
	width: calc(100% + 20px);
	margin-left: -10px;
}
#article-list li {
	opacity: 1;
}
#article-list li.vanish {
	opacity: 0.3;
}
#article-list li a p {
	border-top: 1px solid #cdcdcd;
}
.filters .button-group {
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cdcdcd;
}

.filters .half {
	vertical-align: top;
	display: inline-block;
	width: calc(50% - 10px);
	border-bottom: none;
}


.filters #by {
	margin-right: 20px;
}
.filters {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #cdcdcd;
}
.filters button {
	display: inline-block;
	margin: 0;
	margin-right: 10px;
	font-size: 14px;
	margin-top: 10px;
	background-color: transparent;
	padding-left: 15px;
	color: #787878;
	position: relative;
	font-family:
		'Arvo',
		'Noto Sans KR',
		sans-serif;
}
.filters button::before {
	left: 0;
	top: 5px;
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	border: 1px solid #989898;
	border-radius: 12px;
	box-sizing: border-box;
}
.filters #by button::before {
	top: 3px;
}
.filters #by button.fir::before {
	top: 5px;
}
.filters button.is-checked {
	color: #00A279;
}
.filters button.is-checked::before {
	background-color: #00A279;
	border-color: #00A279;
}
.btn-wrap .btn {
	display: none;
	background: #00A279;
	color: #fff;
	border: none;
	padding: 8px 12px;
	border: 1px solid #00A279;
}
.btn-wrap .btn:hover {
	background: #00D59F;
	border-color: #00D59F;
}
#fil-clear {
	background: #fff;
	border: 1px solid #c9c9c9;
	color: #ADB5BD;
}
#fil-clear:hover {
	background-color: #edf1f5;
	border-color: #d7dbe0;
}
.grid-sizer,
.grid-item {
	margin: 10px;
	float: left;
	width: calc(25% - 20px);
	box-sizing: border-box;
	border: 1px solid #cdcdcd;
	float: none;
	display: inline-block;
	vertical-align: top;
	height: 276px;
	overflow: hidden;


	display: inline-block;
	width: calc(20% - 16px);
	margin: 0 8px 16px;
	vertical-align: top;
	border: none;
} 
.grid-item:hover {
	border-color: #00A279;
	background-color: #00A279;
}
.grid-item:hover a * {
	color: #fff !important;
}
.grid-sizer {
	visibility: hidden;
}
/* home 
------------------------------------------------------------------------ */
#main-cont {
	padding-top: 68px;
	width: 100%;
	max-width: 9999px;
	padding-bottom: 0;
}
#main-intro {
	width: 80%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}
/*
#main-intro div {
	display: inline-block;
	height: 100%;
	vertical-align: top;
	position: relative;
}
*/
#home-todaybook {
	gap: 0;
	display: flex;
	align-items: start;
	justify-content: space-between;
}
#main-intro hr {
	border: none;
	height: 1px;
	background-color: #ccc;
}
#intro-update-t {
	align-self: flex-start;
	width: 45%;
	margin-right: 16px;
}
#intro-update-t a {
	display: inline-block;
	width: auto;
	border: 1px solid #c9c9c9;
	padding: 8px 12px;
	padding-right: 48px;
	border-radius: 0px;
	background-image: url(images/ico-arrow-r.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: right 12px center;
}
#intro-update-t a:hover {
	background-position: right 8px center;
	transition: all 150ms ease-in-out;
	color: #8e949a;
	background-color: #edf1f5;
	border-color: #d7dbe0;
}
#intro-update {
	height: 100%;
	width: 55%;
	margin-right: 8px;
}
#intro-update a {
	display: block;
	width: 100%;
}
#intro-update a h3 {
}
#intro-update a img {
	height: auto;
	display: block;
	margin: 0 auto;
	margin-right: 0;
	border: 1px solid #eee;
	box-sizing: border-box;
	/* aspect-ratio: 5 / 8; */
}
#intro-use {
	width: 60%;
}
#intro-use .slick-dots {
	bottom: -30px;
}
#intro-use .slick-dots li {
	margin: 0;
	margin-left: 4px;
}
#intro-use ul li {
	margin: 0 8px;
}
#intro-use ul li a {
	/*
	border: 1px solid #ddd;
	aspect-ratio: 1 / 1.6;
	*/
	padding: 24px 16px;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 320px;
	position: relative;
	background-color: #fafaf1;
}
#intro-use ul li a:hover {
	background-color: #00A279;
	border-color: #00A279;
}
#intro-use ul li a:hover * {
	color: #fff;
}
#intro-use ul li a .title {
	margin-bottom: 5px;
	width: 100%;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal !important;
	display: block;
}
#intro-use ul li a p {
	margin-top: 20px;
	position: static;
	width: 100%;
}
#intro-use ul li a div {
	padding: 5px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 12px;
	width: 100%;
	box-sizing: border-box;
}
#intro-use h2 {
	position: absolute;
	top: 50%;
	left: 50%;
}
#main-keyword {
	width: 80%;
	max-width: 1600px;
	margin: 48px auto 80px;
	box-sizing: border-box;
}
#main-key-tit {
	width: 36%;
	float: left;
}
#main-key-list {
	width: 100%;
	clear: both;
	float: left;
}
#main-key-list li {
	margin-left: 0;
	margin-right: 16px;
	margin-bottom: 16px;
	float: left;
	list-style: none;
}
#main-key-list li a {
	padding: 2px 10px;
	line-height: 1;
	color: #aaa;
	display: block;
	border: 1px solid #c9c9c9;
}
#main-key-list li a:hover {
	transition: all 150ms ease-in-out;
	color: #8e949a;
	background-color: #edf1f5;
	border-color: #d7dbe0;
}
#keyword-list {
	clear: both;
}
#main-keyword h3 span {
	margin-left: 20px;
	font-weight: normal;
}
.slide {
	background: #F5F7F8;
	background: #000;
	clear: both;
}
.slide .slick-list li {
	position: relative;
	margin-bottom: 100px;
	width: 250px;
	margin: 0 60px;
}
.slide .slick-list li a:focus, 
.slide .slick-list li a:active {
	border: none;
	outline: none;
}
.slide .img li a h3 {
	width: 100%;
}
#imgblock {
	width: 100%;
	padding: 0;
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
}
#imgblock img {
	width: 10%;
	display: inline-block;
	position: absolute;
	display: none;
}
#imgblock img.w3 {
	width: 6%;
}
#main-about {
	width: 50%;
	display: inline-block;
	position: relative;
	vertical-align: top;
	border-right: 1px solid #ddd;
	padding: 40px 40px 50px;
	box-sizing: border-box;
}
#imgblock #main-about p {
	width: 100%;
}
#news a, 
#imgblock a {
	display: inline-block;
	width: auto;
	border: 1px solid #c9c9c9;
	padding: 8px 12px;
	padding-right: 48px;
	border-radius: 0px;
	background-image: url(images/ico-arrow-r.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: right 12px center;
}
#news a, 
#imgblock #stb a {
	background-color: #00A279;
	color: #fff;
	border: none;
	background-size: 14px;
	background-image: url(images/ico-outlink.svg);
}
#news a:hover, 
#imgblock #stb a:hover {
	background-color: #00D59F;
}
#imgblock #main-about a:hover {
	background-position: right 8px center;
	transition: all 150ms ease-in-out;
	color: #8e949a;
	background-color: #edf1f5;
	border-color: #d7dbe0;
}
#stb {
	width: 50%;
	box-sizing: border-box;
	display: inline-block;
}
#main-about .stb_form_title {
	font-size: 20px;
	color: #333;;
	padding-bottom: 0;
	margin-bottom: 12px;
}
#stb #stb_subscribe .stb_form_title {
	font-size: 20px;
	color: #333;;
	padding-bottom: 0;
	margin-bottom: 12px;
}
#stb #stb_subscribe .stb_form_set_submit {
	padding-top: 16px;
}
#stb #stb_subscribe .stb_form_policy label button {
	color: #00A279 !important;
}
#stb #stb_subscribe .stb_form_set {
	padding-bottom: 10px;
}
#stb #stb_subscribe .stb_form_policy {
	padding-bottom: 0;
}
#stb #stb_subscribe .stb_form_submit_button {
	background-color: #00A279 !important;
	font-family:
		'Arvo',
		'Noto Sans KR',
		sans-serif;
	height: 36px;
}
#stb #stb_subscribe .stb_form_policy label input {
	display: none;
}
#stb #stb_subscribe {
	border: none;
	padding: 40px 40px 50px;
	box-sizing: border-box;
}
/* archive - single 
------------------------------------------------------------------------ */
#single-cont {
	padding-bottom: 64px;
}
.archive {
	margin: 0 auto;
	width: 100%;
}
.archive-head {
	position: relative;
	overflow: auto;
}
.archive-head #tpl-info {
	width: 65%;
	margin-right: 5%;
	float: left;
}
.archive-head #tpl-info .book-summary p {
	margin-bottom: 16px;
}
.archive-head #tpl-info .book-summary p:last-child {
	margin-bottom: 0;
}
.archive-head img {
	float: right;
	width: 30%;
}
.archive-head table td {
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.archive-head table td a {
	color: #343A40;
	border-bottom: 1px solid;
	padding-bottom: 3px;
}
.archive-head table strong {
	font-weight: normal;
}
.archive-head article {
	margin-bottom: 24px;
}

#on-list .archive-body {
	margin-bottom: 28px;
}
.archive-body ul li {
	width: 100%;
	border-bottom: 1px solid #DEE2E6;
}
.dark .archive-body ul li {
	border-color: #343434;
}
.archive-body ul li a {
	display: block;
	width: 100%;
}
.archive-body ul li:hover {
	border-bottom: 1px solid #00A279;
	transition: all 300ms ease-in;
}
#archive-view .archive-body {
	clear: both;
}
.archive-body-list {
	border-top: 1px solid #DEE2E6;
}
.archive-body-list h3,
.archive-body-list h4 {
	display: inline-block;
	vertical-align: middle;
}
.archive-body-list h3 {
	width: 45%;
}
.archive-body-list h4 {
	width: 15%;
}
.archive-body-list h4#type {
	width: 10%;
}
.archive-body-list h4#writer {
	width: 30%;
}

.read-flag {
	z-index: 10;
	position: fixed;
	width: 0;
	height: 2px;
	background-color: #00A279;
	top: 0;
	left: 0;
}
#list-flag {
	position: fixed;
	top: 90px;
	left: 29px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background-color: #fff;
	border: 1px solid #dedede;
	cursor: pointer;
	z-index: 13;
	opacity: 1;
	transition: all 300ms ease-in;
}
#list-flag:hover {
	background-color: #edf1f5;
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.dark #list-flag {
	background-color: #232323;
	border: 1px solid #111;
}
.paper #list-flag {
	background-color: #f7f5f0;
}
#list-flag.act {
	background-color: #00A279;
	border-color: #00A279;
	color: #fff;
}
#list-flag.vanish {
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease-in;
}
#on-list {
	position: fixed;
	width: 30%;
	min-width: 400px;
	left: 29px;
	bottom: -100%;
	background-color: #fff;
	border: 1px solid #dedede;
	box-sizing: border-box;
	padding: 42px 24px 24px;
	z-index: 12;
	height: calc(100% - 90px);
	overflow-y: scroll;
}
#on-list .archive-body-list h4:nth-child(3), 
#on-list .archive-body-list h4:nth-child(4) {
	display: none;
}
#on-list .archive-body-list h3 {
	width: 67%;
	margin-right: 3%;
	font-size: 13px !important;
}
#on-list .archive-body-list h4 {
	font-size: 13px !important;
	text-align: right;
}
#on-list .archive-body ul li a {
	padding: 16px 0;
}
#on-list #tpl-info p,
#on-list #tpl-img,
#on-list #tpl-info .wp-block-table {
	display: none;
}
#on-list .book-summary {
	display: none;
}
#on-list #tpl-info {
	width: 100%;
	margin-right: 0;
}
#on-list #tpl-info h3 {
	font-size: 20px !important;
	margin-bottom: 0;
	font-weight: 700;
}
#on-list .archive-head {
	margin-bottom: 20px !important;
}
.dark #on-list {
	background-color: #232323;
	border: 1px solid #111;
}
.paper #on-list {
	background-color: #f7f5f0;
}
#on-list .archive-body-list {
	border-top: none;
}
.dark #on-list {
	border-color: #343434;
}
#on-list.act {
	bottom: 0;
}
#on-list #tpl-info h3.f3l {
	display: none;
}
span#data {
	font-size: 0;
	height: 0;
	visibility: hidden;
}
#post-info {
	box-sizing: border-box;
	padding: 24px;
	transition: all 300ms ease-in;
	border: 1px solid #dedede;
}
.dark #post-info {
	background-color: #232323;
	border: 1px solid #111;
}
.paper #post-info {
	background-image: url(images/paper.jpg);
	border: 1px solid #cecece;
}
.dark #post-info .tags li a {
	background-color: #343434;
}
#post-info.vanish {
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease-in;
}
#post-info h3.title {
	width: 100%;
	text-align: left;
}
#post-info h3 {
	width: 33.333333%;
	display: inline-block;
	vertical-align: top;
}
#post-info span {
	display: block;
}
#post-info .tags {
	width: 100%;
	display: inline-block;
}
#post-info .tags li {
	margin-right: 6px;
	margin-top: 4px;
	display: inline-block;
}
#post-info .tags li a {
	padding: 2px 8px;
	display: block;
	background-color: #f9f9f9;
}
.paper #post-info .tags li a {
	background-color: transparent;
	border: 1px solid #dcdcdc;
}
#post-info .tags li a:hover {
	border-color: #00A279;
	background-color: #00A279;
	color: #fff;
}
#tolist {
	position: fixed;
	left: 0;
	bottom: 0;
	display: none;
}
#note {
	position: absolute;
	bottom: auto;
	right: 0;
	padding: 0 30px;
	box-sizing: border-box;
	width: 780px; 
	color: #00A279;
	z-index: 5;
	opacity: 0;
	transition: all 500ms cubic-bezier(0.2,  0.8, 0.4, 1);
}
#note.act {
	opacity: 1;
	transition: all 500ms cubic-bezier(0.2,  0.8, 0.4, 1);
}
#setting {
	position: fixed;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 100px;
	z-index: 10;
}
#setting-inner {
	width: 780px;
	position: absolute;
	bottom: -100%;
	box-sizing: border-box;
	left: 50%;
	border: 1px solid #ccc;
	background-color: rgba(255, 255, 255, 1);
	transition: all 500ms cubic-bezier(0.2,  0.8, 0.4, 1);
}
.dark #setting-inner {
	background-color: #232323;
	border-color: #292929;
}
.paper #setting-inner {
	background-image: url(images/paper.jpg);
}
#setting-inner.act {
	bottom: 0;
	transition: all 500ms cubic-bezier(0.2,  0.8, 0.4, 1);
}
#setting section {
	padding: 12px 10px;
	box-sizing: border-box;
	width: 22%;
	display: inline-block;
	vertical-align: middle;
}
#setting section#print {
	width: 8%;
	margin-right: 4%;
}
#setting section h5 {
	text-align: center;
}
#setting ol {
	text-align: center;
}
#setting ol li {
	margin: 0 4px;
	display: inline-block;
}
#setting ol li a {
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	padding: 8px;
	border-radius: 100%;
	text-align: center;
	font-weight: 700;
	color: #999;
	line-height: 16px;
}
#setting ol li a.l-s {
	background-image: url(images/ico-indent1.svg);
	background-size: 14px;
	background-position: center;
	background-repeat: no-repeat;
}
#setting ol li a.l-l {
	background-image: url(images/ico-indent2.svg);
	background-size: 14px;
	background-position: center;
	background-repeat: no-repeat;
}
#setting ol li a:hover {
	border-color: #444;
}
#type li a.serif {
	font-size: 0px;
	background-image: url(images/ico-serif.svg);
	background-size: 24px;
	background-position: center;
	background-repeat: no-repeat;
}
#type li a.sans {
	font-size: 0px;
	background-image: url(images/ico-sans.svg);
	background-size: 22px;
	background-position: center;
	background-repeat: no-repeat;
}
#t-size li a.t-s {
	font-size: 0px;
	background-image: url(images/ico-size2.svg);
	background-size: 14px;
	background-position: center;
	background-repeat: no-repeat;
}
#t-size li a.t-m {
	font-size: 0px;
	background-image: url(images/ico-size2.svg);
	background-size: 18px;
	background-position: center;
	background-repeat: no-repeat;
}
#t-size li a.t-l {
	font-size: 0px;
	background-image: url(images/ico-size2.svg);
	background-size: 22px;
	background-position: center;
	background-repeat: no-repeat;
}
#setting #print ol li a {
	background-image: url(images/ico-print.svg);
	background-size: 22px;
	background-position: center;
	background-repeat: no-repeat;
}

#b-color li a {
	background-color: #fff;
	text-indent: -9999em;
}
#b-color li a.dark {
	background-color: #111;
	border: 1px solid #000;
}
#b-color li a.paper {
	background-image: url(images/paper.jpg);
}
.post {
	width: 100%;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}
.post-body a em {
	color: #00A279;
	font-style: normal;
	position: relative;
}
.post-body a em::after {
	content: "주";
	background-color: #00A279;
	padding: 2px 4px;
	color: #fff;
	margin: 0 4px;
	font-size: 11px;
	vertical-align: super;
}
.post-body a:hover em::before {
	background-color: transparent;
}
.post-head h3.title, 
.post-body h3.title {
	font-weight: 700;
	text-align: center;
}
#print-logo {
	display: none;
}
.post-head .print-info {
	display: none;
}
.post p {
	text-indent: 0;
	letter-spacing: -0.025em;
	font-size: 17px;
}
.post p strong {
	font-size: 17px;
}
.post-body h2,
.post-body h3,
.post-body h4 {
	font-weight: 700;
}
.post-body h2 {
	text-align: center;
}
.post-body h3 {
	text-indent: 32px;
}
.post-body .wp-block-quote {
	border-left: 1px solid #ADB5BD;
	padding-left: 20px;
	box-sizing: border-box;
	margin-left: 40px;
}
.post-body .wp-block-image figcaption {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.post-body .wp-block-gallery figcaption {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.post-body .wp-block-quote p {
	font-size: 15px;
}
.post-body .wp-block-pullquote {
	margin: 0;
	padding: 0;
}
.post-body .wp-block-pullquote p {
	text-align: left;
	padding-left: 20px;
	border-left: 4px double #adb5bd;
	font-style: italic;
	margin-left: 40px;
	color: #adb5bd;
}
.cosmosfarm-share-buttons-default img {
	padding: 5px;
}
.cosmosfarm-share-button {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	border-radius: 50% !important;
	margin: 0 2px !important;
	background-size: 14px;
}
.cosmosfarm-share-buttons-default .cosmosfarm-facebook {
	background-image: url("images/i_sns_facebook.svg");
	background-size: 7px;
}
.cosmosfarm-share-buttons-default .cosmosfarm-twitter {
	background-image: url("images/i_sns_tw.svg");
}
.cosmosfarm-share-buttons-default .cosmosfarm-naver {
	background-size: 14px;
	background-image: url("images/i_sns_blog.svg");
}
.category-article #tpl-info .cosmosfarm-share-buttons-default {
	display: none;
}
.cosmosfarm-share-buttons-default {
	text-align: left !important;
}
.cosmosfarm-share-button {
	margin-left: 0 !important;
}
.cosmosfarm-share-button-title {
	display: none !important;
}
.cosmosfarm-share-buttons-default button {
	background-color: transparent !important;
	background-size: 30px !important;
}
.cosmosfarm-share-buttons-default button:hover {
}
.cosmosfarm-share-buttons-default img {
	padding: 5px;
	display: none !important;
}
.cosmosfarm-share-buttons-default {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	line-height: 1.7;
}
#onlyprint {
	display: none;
}
/* use 
------------------------------------------------------------------------ */
#use-cont {
	max-width: 1440px;
	margin: 0 auto;
	overflow: auto;
}
#use-cont .wp-block-group,
#use-cont .wp-block-image {
	width: 60%;
	float: left;
	clear: both;
	margin-bottom: 64px;
}
#use-cont .wp-block-group .wp-block-image {
	width: 100%;
	margin-bottom: 0;
}
#use-cont p {
	width: calc(40% - 32px);
	float: right;
}
/* about 
------------------------------------------------------------------------ */
#about-cont .col {
	width: calc(35% - 18px) !important;
}
#about-cont .col:nth-child(even) {
	margin-left: 36px;
	margin-bottom: 0;
}
#news-title {
	height: 48px;
	line-height: 48px;
	background-color: #00A279;
	font-size: 15px;
	padding-left: 24px;
	box-sizing: border-box;
	color: #fff;
	width: 33%;
	position: fixed;
	bottom: 0;
	z-index: 9;
	cursor: pointer;
}
#news-title::after {
	background-color: #fff;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translate(0, -50%);
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
#emt {
	display: none;
}
#news {
	z-index: 9;
	width: 33%;
	padding: 24px;
	padding-bottom: 4px;
	box-sizing: border-box;
	position: fixed;
	bottom: -50%;
	background-color: #fff;
	transition: 400ms;
	border: 1px solid #ddd;
}
#news.open {
	bottom: 48px;
	transition: 400ms;
}
#about-cont {
	max-width: 1440px;
	margin: 0 auto;
	overflow: auto;
}
#about-cont h3 {
	width: 27%;
	float: left;
}
#about-cont .wp-block-group {
	width: 70%;
	float: right;
}
#about-cont .fw {
	width: 70%;
}
#about-cont .fw .wp-block-group {
	background: #fafafa;
	padding: 24px;
	margin-bottom: 0 !important;
	box-sizing: border-box;
	width: calc(50% - 1%);
	float: left;
}
#about-cont .fw .wp-block-group:last-child {
	margin-left: 2%;
}
#about-cont .fw h4 {
	margin-bottom: 4px !important;
}
#about-cont .fw p {
	float: left;
	line-height: 1.7 !important;
	text-indent: 20px;
	margin-bottom: 0;
	column-count: 1;
}
#about-cont .wp-block-separator {
	clear: both;
	margin: 50px 0 80px;
	width: 100%;
	float: left;
	border: none;
	height: 1px;
	background-color: #ccc;
}
#about-cont .wp-block-button__link {
	width: 100%;
	margin-top: 12px;
	display: block;
}
#about-cont .btn-use a {
	border-radius: 0;
	font-size: 16px;
	color: #fff;
	padding: 8px 16px;
	box-sizing: border-box;
	background-color: #00A279;
	border: none;
}
#about-cont .btn-use a:hover {
	background-color: #00D59F;
}
.page-template-makecover header,
.page-template-makecover footer {
	display: none;
}
.page-template-makecover .cont {
	width: 100%;
	margin: 0;
	padding: 0;
}
.page-template-makecover .cont .prefer {
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.page-template-makecover .cont .prefer input {
	border: 1px solid #ccc;
	padding: 12px;
	box-sizing: border-box;
	width: 100%;
}
#save, 
#myBtn {
	display: inline-block;
	width: auto;
	border: 1px solid #00A279;
	background-color: #00A279;
	width: 100%;
	padding: 8px 12px;
	border-radius: 0px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
#save {
	background-color: #fff;
	margin-top: 10px;
	border: 1px solid #ccc;
	color: #444;
}
/*
#mymix {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #444;
}
*/
#set {
	position: fixed;
	right: 40px;
	top: 50%;
	width: 30%;
	z-index: 9;
}
#bookcover {
	width: 1132px;
	height: 1600px; 
	width: auto;
	height: 90%; 
	position: fixed;
	left: 30%;
	top: 50%;
	overflow: hidden;
}
#bookcover #coverlogo {
	z-index: 8;
	width: 52px;
	height: auto;
	position: absolute;
	top: 34px;
	left: 10px;
}
#bookcover #c-title {
	font-size: 48px;
	color: #000;
	width: 45%;
	line-height: 1.2;
	left: 50%;
	top: 30px;
	position: absolute;
}
#bookcover #c-meta {
	font-size: 15px;
	color: #000;
	width: 100%;
	line-height: 1;
	left: 0%;
	text-align: center;
	letter-spacing: 0.02em;
	bottom: 26px;
	position: absolute;
}
#bookcover #aimg img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200%;
	max-width: 9999px;
	mix-blend-mode: normal;
}
#bookcover hr {
	position: absolute;
	height: 1px;
	background: #000;
	border: none;
	width: calc(100% - 20px);
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 10px;
}
#bookcover hr.hr1 {
	top: 10px;
	bottom: auto;
}
#bookcover hr.hr2 {
	bottom: 41px;
}
#bookcover hr.hr21 {
	width: 1px;
	height: 50%;
	left: 50%;
	bottom: 40px;
}
#bookcover hr.hr22 {
	bottom: 50%;
}
#bookcover hr.hr23 {
	width: 1px;
	right: 10px;
	left: auto;
	height: calc(100% - 56px);
	bottom: 20px;
}
#bookcover #mix-select {
	margin-top: 32px;
	margin-bottom: 10px;
	width: 100%;
	color: #888;
	padding: 10px;
	box-sizing: border-box;
	height: 42px;
	border: 1px solid #ccc;
}
#bookcover #aimg.normal img { mix-blend-mode: normal; }
#bookcover #aimg.multiply img { mix-blend-mode: multiply; }
#bookcover #aimg.screen img { mix-blend-mode: screen; }
#bookcover #aimg.overlay img { mix-blend-mode: overlay; }
#bookcover #aimg.darken img { mix-blend-mode: darken; }
#bookcover #aimg.lighten img { mix-blend-mode: lighten; }
#bookcover #aimg.color-dodge img { mix-blend-mode: color-dodge; }
#bookcover #aimg.color-burn img { mix-blend-mode: color-burn; }
#bookcover #aimg.hard-light img { mix-blend-mode: hard-light; }
#bookcover #aimg.soft-light img { mix-blend-mode: soft-light; }
#bookcover #aimg.difference img { mix-blend-mode: difference; }
#bookcover #aimg.exclusion img { mix-blend-mode: exclusion; }
#bookcover #aimg.hue img { mix-blend-mode: hue; }
#bookcover #aimg.saturation img { mix-blend-mode: saturation; }
#bookcover #aimg.color img { mix-blend-mode: color; }
#bookcover #aimg.luminosity img { mix-blend-mode: luminosity; }

.category-dev .post-body {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}
.category-dev .post-head .title {
	margin-bottom: 48px;
}
.category-dev .post-head .g3, 
.category-dev .cosmosfarm-share-buttons, 
.category-dev #post-info {
	display: none;
}
.category-dev .post-body h3, 
.category-dev .post-body ul li, 
.category-dev .post-body p {
	font-size: 17px;
	line-height: 1.5;
	list-style: auto;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
	margin-bottom: 0 !important;
}

/* 230522 */
#homead2, 
#homead {
	display: none;
}
#keyword-list li.adli, 
#keyword-list li.adli {
	border: none;
}
#keyword-list li.adli a, 
#keyword-list li.adli a {
	background-color: transparent;
	padding: 0;
}
#keyword-list li.adli a:hover, 
#keyword-list li.adli a:hover {
	background-color: transparent;
	border: none;
}
#keyword-list li.adli a img, 
#keyword-list li.adli a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}
#keyword-list li.adli a h3, 
#keyword-list li.adli a h3 {
	padding: 12px;
}

#cpl {
	width: 30px;
	height: 30px;
	border: none;
	vertical-align: middle;
	cursor: pointer;
	background-size: 28px;
	background-image: url("images/ico-link.svg");
	background-repeat: no-repeat;
	background-color: transparent;
	transition: all 120ms ease-in;
	text-indent: -99990em;
}
#copy-link {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	z-index: 999999999;
	display: none;
}
#copy-link p {
	text-align: center;
	font-size: 18px;
}
#copy-link button {
	cursor: pointer;
	margin: 0 auto;
	display: block;
	width: 140px;
	height: 42px;
	line-height: 40px;
	font-size: 15px;
	padding: 0;
	background-color: #00A279;
	color: #fff;
	margin-top: 32px;
}
#copy-link button:hover {
	background-color: #00D59F;
}
#copy-link div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	padding: 40px 32px;
	background-color: #fafafa;
	border-radius: 4px;
}
#copy-link div input {
	height: 0;
	border: none;
	padding: 0;
}
#bkeyword-list .archive-body-list li {
	margin: 10px;
}
#bkeyword-list .archive-body-list h3 {
	font-size: 20px !important; 	
	text-align: center;
	width: 100%;
}
#bkeyword-list .archive-body-list {
	border-top: none;
}
#bkeyword-list .archive-body-list li a {
	border: 1px solid #ccc;
	height: 160px;
}

.alm-btn-wrap {
	clear: both;
}
#article-list-list {
	list-style: none;
width: calc(100% + 20px);
	       margin-left: -10px;
}
.alm-listing {
height: auto !important;
}
