@charset "utf-8";
#kv {
	margin: 0 0 4rem 0;
	padding: 2rem 0 2rem;
	text-align: center;
	background: #00f2b3;
}

#kv > .logo {
	margin: 0 0 2rem 0;
	text-align: center;
}

#kv > .logo img {
	width: 80px;
	height: auto;
}

#kv > h1 {
	margin: 0 0 0.25em 0;
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	display: inline-block;
}

#kv > h1 span {
	margin: 0.1em 0 0;
	padding: 0.25em 0;
	font-size: 5rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.25em;
	font-family: 'Amaranth', sans-serif;
	display: block;
	position: relative;
}

#kv > h1 span:before,
#kv > h1 span:after {
	content: '';
	width: 90%;
	height: 6px;
	margin: auto;
	background: #ffffff;
	display: inline-block;
	position: absolute;
}

#kv > h1 span:before {
	top: 0;
	left: 0;
	right: 0;
}

#kv > h1 span:after {
	bottom: 0;
	left: 0;
	right: 0;
}

#kv > h2 {
	margin: 0 0 2.5rem 0;
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	display: block;
}

.article-list {
	max-width: 1200px;
	margin: 0 auto 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

.article-list h2 {
	width: 100%;
	margin: 0 0 1.5em 0;
	font-size: 2.5rem;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.25em;
	font-family: 'Amaranth', sans-serif;
}

.article-list h2 span {
	margin: 0.5em 0 0 0;
	font-size: 1.5rem;
	letter-spacing: 0.25em;
	display: block;
}

.article-list article {
	width: calc(100% / 3 - 5px);
	padding: 0 20px 40px;
	position: relative;
}

.search .article-list article {
	width: calc(100% / 2 - 5px);
	padding: 0 20px 40px;
	position: relative;
}

.article-list:after {
	content: "";
	display: block;
	width: calc(100% / 3 - 5px);
	height: 0;
}

.article-list.pickup {
	border-bottom: 1px solid #efefef;
}

.article-list.pickup article {
	width: calc(100% / 4 - 5px);
}

.cat {
	padding: 0.25em 0.75em;
	font-size: 1.25rem;
	color: #ffffff;
	letter-spacing: 0.1em;
	position: absolute;
	top: 15px;
	left: 10px;
	background: #aaaaaa;
	display: inline-block;
	z-index: 2;
}

.cat:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	border-width: 0 10px 10px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #ccc;
}

.cat.function {
	background: #2de5b4;
}

.cat.case-studies {
	background: #fa6e4d;
}

.cat.business {
	background: #cee12a;
}

.cat.trend {
	background: #4daafa;
}

.cat.tags {
	background: #fae54d;
}

.cat.news {
	background: #fa4d4d
}

.function .th {
	background: #2de5b4;
}

.case-studies .th {
	background: #fa6e4d;
}

.business .th {
	background: #cee12a;
}

.trend .th {
	background: #4daafa;
}

.tags .th {
	background: #fae54d;
}

.function a:hover .th img,
.case-studies a:hover .th img,
.business a:hover .th img,
.trend a:hover .th img,
.tags a:hover .th img {
	opacity: 0.8;
	transition: 0.3s ease-in-out;
}

.function a:hover {
	color: #2de5b4;
}

.case-studies a:hover {
	color: #fa6e4d;
}

.business a:hover {
	color: #cee12a;
}

.trend a:hover {
	color: #4daafa;
}

.tags a:hover {
	color: #fae54d;
}

.news a:hover  {
	color: #fa4d4d
}

.article-list article a {
	display: block;
}

.article-list article a:hover {
	opacity: 1;
}

.article-list article .th {
	height: 190px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

.article-list.pickup article .th {
	height: 135px;
}

.article-list article .th img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article-list article h3 {
	font-size: 1.75rem;
	font-weight: bold;
	text-align: justify;
}

.article-list article .info {
	font-size: 1.25rem;
	display: flex;
	align-items: center;
}

.article-list article .info .ph {
	margin: 0 10px 0 0;
}

.article-list article .info .ph img {
	width: 30px;
	height: 30px;
	object-fit: cover;
	border-radius: 30px;
}

.article-list article .info .date {
	margin-left: auto;
}

.bcn {
	margin: 0 0 40px 0;
	font-size: 1.25rem;
}

.bcn a {
	color: #05c190;
}

main#lower section > h1,
main#lower section > article h1 {
	font-size: 3rem;
	font-weight: bold;
}

main#lower section > h1 {
	text-align: center;
}

main#lower section > article .kv {
	width: 100%;
	height: 400px;
	margin: 0 0 4rem 0;
	position: relative;
}

main#lower section > article .kv .cat {
	font-size: 1.75rem;
	left: -10px;
}

main#lower section > article .img {
	width: 100%;
	height: 100%;
}

main#lower section > article .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

main#lower section > article .info {
	margin: 0 0 40px 0;
	font-size: 1.5rem;
	color: #999999;
	display: flex;
	align-items: center;
}

main#lower section > article .info .ph {
	margin: 0 10px 0 0;
}

main#lower section > article .info .ph img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 60px;
}

main#lower section > article .info .date {
	margin-left: auto;
}

main#lower section > article .icon-tag {
	margin: 0 0 40px 0;
	font-size: 1.25rem;
	color: #999999;
}

main#lower section > article .contents {
	margin: 0 0 40px 0;
}

main#lower section > article .contents > h2 {
	margin: 5rem 0 3rem;
	padding: 0 0 0 0.25em;
	font-size: 3rem;
	color: #05c190;
	font-weight: bold;
	border-left: solid 5px #05c190;
}

main#lower section > article .contents > h3 {
	margin: 5rem 0 3rem;
	padding: 0.5em 0;
	font-size: 2.5rem;
	color: #05c190;
	font-weight: bold;
	border-bottom: solid 4px #05c190;
}

main#lower section > article .contents > h4 {
	margin: 5rem 0 3rem;
	padding: 0.25em 0 0.25em 0.5em;
	font-size: 2rem;
	color: #05c190;
	font-weight: bold;
	border-left: solid 6px #05c190;
}

main#lower section > article .contents > p a {
	color: #00f2b3;
}

main#lower section > .info.author {
	margin: 0 0 40px 0;
	padding: 30px;
	font-size: 1.8rem;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #efefef;
	border-radius: 10px 0;
}

main#lower section > .info.author .ph {
	margin: 0 10px 0 0;
}

main#lower section > .info.author .ph img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 120px;
}

main#lower section > .info.author .name-link {
	margin: 0 0 1em 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

main#lower section > .info.author .name-link .author {
	font-size: 2rem;
}

main#lower section > .info.author .name-link .author a {
	text-decoration: underline;
}

main#lower section > .info.author .name-link .articles a {
	padding: 0.5em 1em;
	font-size: 1.25rem;
	color: #ffffff;
	background: #05c190;
	border-radius: 5px;
}

main#lower section > .info.author .detail {
	width: 80%;
}

main#lower section > .info.author .description p {
	margin: 0 0 1em 0;
	font-size: 1.5rem;
}

main#lower section > .info.author .description p:last-child {
	margin: 0;
}

main#category > section,
main#archives > section,
main#author > section,
main#writers > section {
	max-width: 1200px;
	margin: 0 auto 40px;
}

main#category h1,
main#archives h1,
main#writers h1 {
	margin: 40px 0;
	font-size: 3rem;
	text-align: center;
	letter-spacing: 0.1em;
	display: flex;
	align-items: center;
	justify-content: center;
}

main#category h1 span {
	padding: 0 0 0 0.5em;
	font-size: 2rem;
	color: #666666;
}

main#author section > .info {
	margin: 40px 0;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

main#author section > .info .ph {
	margin: 0 20px 0 0;
}

main#author section > .info .ph img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 80px;
}

main#author section > .info .author {
	display: flex;
	align-items: center;
}

main#author section > .info .author h1 {
	margin: 0;
	font-size: 3rem;
	text-align: center;
	letter-spacing: 0.1em;
	display: flex;
	align-items: center;
	justify-content: center;
}

main#author section > .info .author h1 span {
	padding: 0 0 0 0.5em;
	font-size: 2rem;
	color: #666666;
}

#writers .article-list article {
	width: calc(100% / 2 - 20px);
	padding: 0 20px 40px;
	position: relative;
}

main#writers section > .info.author {
	margin: 0 0 40px 0;
	padding: 15px 30px;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #efefef;
	border-radius: 10px 0;
}

main#writers section > .info.author .ph {
	margin: 0 10px 0 0;
}

main#writers section > .info.author .ph img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 120px;
}

main#writers section > .info.author .name-link {
	margin: 0 0 1em 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

main#writers section > .info.author .name-link .author {
	font-size: 2rem;
	text-decoration: underline;
}

main#writers section > .info.author .name-link .articles a {
	padding: 0.5em 1em;
	font-size: 1.25rem;
	color: #ffffff;
	background: #05c190;
	border-radius: 5px;
}

main#writers section > .info.author .detail {
	width: 75%;
}

main#writers section > .info.author .description p {
	margin: 0 0 1em 0;
	font-size: 1.5rem;
	color: #333333;
}

main#writers section > .info.author .description p:last-child {
	margin: 0;
}

main#lower.search section > .info {
	margin: 40px 0;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

main#lower.search section > .info .ph {
	margin: 0 20px 0 0;
}

main#lower.search section > .info .ph img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 80px;
}

main#lower.search section > .info .author {
	display: flex;
	align-items: center;
}

main#lower.search section > .info .author h1 {
	margin: 0;
	font-size: 3rem;
	text-align: center;
	letter-spacing: 0.1em;
	display: flex;
	align-items: center;
	justify-content: center;
}

main#lower.search section > .info .author h1 span {
	padding: 0 0 0 0.5em;
	font-size: 2rem;
	color: #666666;
}

.yarpp-related {
	margin: 0 !important;
}

#related-posts {
	margin: 0 0 40px 0;
}

#related-posts h2 {
	margin: 0;
	padding: 0 0 0.25em 0 ;
	font-size: 2rem;
	font-weight: bold;
	border-bottom: solid 1px #efefef;
}

#related-posts article {
	padding: 20px 0;
	border-bottom: solid 1px #efefef;
}

#related-posts article a {
	display: flex;
	align-items: center;
}

#related-posts article .th {
	margin: 0 20px 0 0;
}

#related-posts article .th img {
	width: 150px;
	height: 85px;
	object-fit: cover;
}

#related-posts article .title .date {
	font-size: 1.25rem;
}

#related-posts article .title h3 {
	font-size: 1.8rem;
	font-weight: normal;
	padding: 0;
	text-transform: none;
}

#recommend {
	margin: 0;
}

#recommend h2 {
	margin: 0 0 1em 0;
	padding: 0 0 0.25em 0 ;
	font-size: 2rem;
	font-weight: bold;
	border-bottom: solid 1px #efefef;
}

#recommend > div {
	display: flex;
	justify-content: space-between;
}

#recommend > div article {
	width: calc(100% / 3 - 10px);
}

#recommend > div article .th {
	margin: 0 0 10px 0;
	transition: 0.3s ease-in-out;
}

#recommend > div article a:hover .th{
	opacity: 0.5;
}

#recommend > div article h3 {
	font-size: 1.5rem;
	font-weight: bold;
}

.tagcloud a {
	margin: 0 0 1em 0;
	padding: 1em 1.25em;
	font-size: 1.25rem !important;
	border: solid 1px #cecece;
	border-radius: 10px;
	display: inline-block;
}

.rpwe-li {
	margin: 0 0 10px 0;
	overflow: hidden;
}

.rpwe-img {
	margin: 0 1em 0 0;
	float: left;
}

.rpwe-title {
	font-size: 1.5rem;
}

.rpwe-time {
	font-size: 1.25rem;
}

.wp-block-image img {
	height: auto;
}

.addtoany_list {
	margin: 0 0 40px 0;
	display: inline-block !important;
}

#toc_container {
	width: 100% !important;
	margin: 0 0 40px 0;
	padding: 0;
	font-size: 2rem;
	border: solid 2px #626363;
	border-radius: 10px;
	overflow: hidden;
}

.toc_title {
	margin: 0;
	padding: 0.5em;
	color: #ffffff;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #626363;
}

.toc_title span {
	margin: 0 0 0 20px;
	padding: 0.1em 0.5em;
	font-size: 1.2rem;
	color: #626363;
	background: #ffffff;
	border-radius: 5px;
}

.toc_title span a {
	color: #626363;
}

.toc_list {
	padding: 1em 1em 0;
	font-size: 1.8rem;
}

.toc_list li a,
.toc_list li > ul li a {
	margin: 0 0 1.5rem;
	display: inline-block;
}

.toc_list li > ul li {
	font-size: 1.5rem;
	text-indent: 0.5em;
}

form > dl {
	text-indent: 0.5em;
	display: flex;
	flex-wrap: wrap;
}

form > dl dt {
	width: 25%;
	margin: 0 0 1em 0;
	font-size: 1.75rem;
}

form > dl dt span {
	color: #ee4056;
}

form > dl dd {
	width: 75%;
	margin: 0 0 1em 0;
	font-size: 1.75rem;
}

form > dl dd input,
form > dl dd label,
form > dl dd textarea {
	padding: 0.25em;
	font-size: 1.75rem;
	display: flex;
	box-sizing: border-box;
}

form > dl dd input[type="text"],
form > dl dd input[type="email"],
form > dl dd textarea {
	border: solid 1px #cecece;
	border-radius: 5px;
}

form > dl dd input[type="text"],
form > dl dd input[type="email"],
form > dl dd textarea {
	width: 100%;
}

form > dl dd textarea {
	display: block;
}

form > p input[type="submit"] {
	margin: 0 auto;
	padding: 0.5em 1em;
	display: block;
	font-size: 1.75rem;
	background: #00f2b3;
	border-radius: 5px;
	border: none;
	cursor: pointer;
}

form > p input[type="submit"]:hover {
	opacity: 0.5;
	transition: 0.3s ease-in-out;
}

.pagination {
	width: 100%;
	font-size: 1.8rem;
	text-align: center;
}

.pagination .page-numbers:not(.next) {
	margin: 0 0.3em 0 0;
	padding: 0.5em 0.75em;
	background: #dbfff5;
	border-radius: 5px;
}

.pagination .current.page-numbers {
	color: #ffffff;
	background: #2de5b4;
}

.pagination .next.page-numbers {
	background: none;
}

.note {
	text-align: right;
}

#cta {
	display: none;
}

@media screen and (max-width: 768px) {
	#kv {
		margin: 0 0 4rem 0;
		padding: 2rem 0 2rem;
		text-align: center;
		background: #00f2b3;
		position: relative;
	}
	
	#kv > .logo {
		margin: 0 0 2rem 0;
		text-align: center;
	}
	
	#kv > .logo img {
		width: 60px;
	}
	
	#kv > h1 {
		font-size: 1.25rem;
	}
	
	#kv > h1 span {
		font-size: 4rem;
	}
	
	#kv > h1 span:before,
	#kv > h1 span:after {
		height: 3px;
	}
	
	#kv > h2 {
		margin: 0;
		font-size: 1.25rem;
	}
	
	#kv .menu-btn {
		top: 6%;
		transform: inherit;
	}
	
	#kv .menu-btn.close {
		top: 1.7%;
	}
	
	.article-list {
		display: block;
	}
	
	.article-list h2 {
		width: 100%;
		margin: 0 0 1.5em 0;
		font-size: 2.5rem;
		text-align: center;
		font-weight: 400;
		letter-spacing: 0.25em;
		font-family: 'Amaranth', sans-serif;
	}
	
	.article-list h2 span {
		margin: 0.5em 0 0 0;
		font-size: 1.5rem;
		letter-spacing: 0.25em;
		display: block;
	}
	
	.article-list article {
		width: 100%;
		padding: 0 20px 40px;
		position: relative;
	}
	
	.article-list:after {
		content: "";
		display: block;
		width: calc(100% / 3 - 5px);
		height: 0;
	}
	
	.article-list.pickup {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.article-list.pickup article {
		width: calc(100% / 2);
		padding: 0 20px 20px;
	}
	
	.cat.function {
		background: #2de5b4;
	}
	
	.cat.case-studies {
		background: #fa6e4d;
	}
	
	.cat.business {
		background: #cee12a;
	}
	
	.cat.trend {
		background: #4daafa;
	}
	
	.cat.tags {
		background: #fae54d;
	}
	
	.cat.news {
		background: #fa4d4d
	}
	
	.function .th {
		background: #2de5b4;
	}
	
	.case-studies .th {
		background: #fa6e4d;
	}
	
	.business .th {
		background: #cee12a;
	}
	
	.trend .th {
		background: #4daafa;
	}
	
	.tags .th {
		background: #fae54d;
	}
	
	.news .th {
		background: #fa4d4d
	}
	
	.function a:hover .th img,
	.case-studies a:hover .th img,
	.business a:hover .th img,
	.trend a:hover .th img,
	.tags a:hover .th img {
		opacity: 0.8;
		transition: 0.3s ease-in-out;
	}
	
	.function a:hover {
		color: #2de5b4;
	}
	
	.case-studies a:hover {
		color: #fa6e4d;
	}
	
	.business a:hover {
		color: #cee12a;
	}
	
	.trend a:hover {
		color: #4daafa;
	}
	
	.tags a:hover {
		color: #fae54d;
	}
	
	.news a:hover  {
		color: #fa4d4d
	}
	
	.article-list article a {
		display: block;
	}
	
	.article-list article a:hover {
		opacity: 1;
	}
	
	.article-list article .th {
		height: 190px;
		margin: 0 0 10px 0;
		overflow: hidden;
	}
	
	.article-list.pickup article .th {
		height: 80px;
	}
	
	.article-list article h3 {
		font-size: 1.75rem;
		font-weight: bold;
		text-align: justify;
	}
	
	.article-list.pickup article h3 {
		font-size: 1.25rem;
	}
	
	.article-list article .info {
		font-size: 1.25rem;
		display: flex;
		align-items: center;
	}
	
	.article-list.pickup article .info {
	}
	
	.article-list article .info .ph img {
		width: 30px;
		height: 30px;
		border-radius: 30px;
	}
	
	main#lower section > article .bcn {
		margin: 0 0 20px 0;
	}
	
	main#lower section > article h1 {
		font-size: 2.2rem;
	}
	
	main#lower section > article .kv {
		height: 168px;
	}
	
	main#lower section > article .kv .cat {
		font-size: 1.5rem;
		left: -10px;
	}
	
	main#lower section > article .info {
		margin: 0 0 20px 0;
		font-size: 1.3rem;
	}
	
	main#lower section > article .info .ph img {
		width: 40px;
		height: 40px;
		border-radius: 40px;
	}
	
	main#lower section > article .icon-tag {
		margin: 0 0 20px 0;
	}
	
	main#lower section > article .contents {
		margin: 0 0 40px 0;
	}
	
	main#lower section > article .contents > h2 {
		font-size: 2.4rem;
	}
	
	main#lower section > article .contents > h3 {
		font-size: 2rem;
	}
	
	main#lower section > article .contents > h4 {
		font-size: 1.8rem;
	}
	
	main#lower section > .info.author .ph {
		margin: 0 auto 20px;
	}
	
	main#lower section > .info.author .ph img {
		width: 80px;
		height: 80px;
		border-radius: 80px;
	}
	main#lower section > .info.author .detail {
		width: 100%;
	}
	
	main#category h1 {
		margin: 20px 0;
		font-size: 2.2rem;
	}
	
	main#category h1 span {
		font-size: 1.8rem;
	}
	
	main#author section > .info {
		margin: 20px 0;
		font-size: 1.5rem;
	}
	
	main#author section > .info .ph img {
		width: 40px;
		height: 40px;
		border-radius: 40px;
	}
	
	main#author section > .info .author h1 {
		font-size: 2.2rem;
		letter-spacing: 0;
	}
	
	main#author section > .info .author h1 span {
		font-size: 1.8rem;
	}
	
	#writers .article-list article {
		width: 100%;
	}
	
	main#writers section > .info.author {
		margin: 0 0 40px 0;
		padding: 15px;
		font-size: 1.8rem;
		display: block;
	}
	
	main#writers section > .info.author .ph {
		margin: 0 0 10px 0;
		text-align: center;
	}
	
	main#writers section > .info.author .ph img {
		width: 120px;
		height: 120px;
		object-fit: cover;
		border-radius: 120px;
	}
	
	main#writers section > .info.author .name-link {
		margin: 0 0 1em 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	main#writers section > .info.author .name-link .author {
		font-size: 2rem;
		text-decoration: underline;
	}
	
	main#writers section > .info.author .name-link .articles a {
		padding: 0.5em 1em;
		font-size: 1.25rem;
		color: #ffffff;
		background: #05c190;
		border-radius: 5px;
	}
	
	main#writers section > .info.author .detail {
		width: 100%;
	}
	
	main#writers section > .info.author .description p {
		margin: 0 0 1em 0;
		font-size: 1.5rem;
		color: #333333;
	}
	
	#related-posts {
		margin: 0 0 40px 0;
	}
	
	#related-posts h2 {
		margin: 0;
		font-size: 1.8rem;
	}
	
	#related-posts article {
		padding: 10px 0;
	}
	
	#related-posts article .th {
		margin: 0 10px 0 0;
	}
	
	#related-posts article .th img {
		width: 130px;
		height: 65px;
	}
	
	#related-posts article .title .date {
		font-size: 1.25rem;
	}
	
	#related-posts article .title h3 {
		font-size: 1.5rem;
	}
	
	.wpp-post-title {
		font-size: 1.5rem;
	}
	
	.cat-item {
		font-size: 1.5rem;
	}
	
	#recommend > div {
		display: block;
		justify-content: space-between;
	}
	
	#recommend > div article {
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.tagcloud a {
		font-size: 1.25rem !important;
		border-radius: 5px;
	}
	
	form > dl {
		display: block;
	}
	
	form > dl dt {
		width: 100%;
		margin: 0 0 0.25em 0;
	}
	
	form > dl dd {
		width: 100%;
	}
	
	.note {
		text-align: left;
	}

	#cta {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 9999;
	}
	
	.cta_ad {
		display: none;
		justify-content: space-between;
	}
	
	.cta_ad a {
		width: 50%;
		display: block;
	}
	
	.cta_ad a img {
		max-width: 100%;
	}
	
}