/*-------------------------------
 News Page
-------------------------------*/
.news .filterSec {
	padding: 5.2083vw 0 0 1.7361vw;
}
.news .filterSec .filter__title {
	font-family: "Inter";
	font-size: 1.3888vw;
	font-weight: bold;
	line-height: 2.2222;
	letter-spacing: .05em;
	color: #4A4A4A;
}
.news .filterSec .filter__controls {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	gap: 0.8333vw;
	margin-top: 1.1111vw;
}
.news .filterSec .category__list {
	display: flex;
	gap: 0.3472vw;
}
.news .filterSec .category__item button{
	padding: 0.6944vw 1.1111vw;
	margin-right: 2px;
	font-weight: bold;
	font-size: 0.8333vw;
	border: none;
	background-color: #ccc;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
}
.news .filterSec .category__item.filter__active button {
	background-color: #3b5cd9;
}
.news .filterSec .category__item:hover {
	opacity: 0.8;
}
.news .filterSec .year__wrap {
	display: inline-flex;
	align-items: center;
	position: relative;
}
.news .filterSec .year__wrap::after {
	position: absolute;
	content: '';
	pointer-events: none;
	top: 49%;
	right: 1.3185vw;
	transform: translate(50%, -50%) rotate(45deg);
	width: 5px;
	height: 5px;
	border-bottom: 1px solid #4A4A4A;
	border-right: 1px solid #4A4A4A;
}
.news .filterSec .year__wrap .select__year {
	appearance: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 7.7030vw;
	height: 2.7064vw;
	padding: 0 1.0404vw;
	font-size: 0.9716vw;
	color: #4A4A4A;
	border-radius: 5px;
	border: 1px solid #4A4A4A;
	background: #fff;
	cursor: pointer;
}

.news .newsSec {
	margin: 4.5139vw 1.7361vw 2.0833vw;
}
.news .newsSec .news__row {
	display: flex;
	align-items: flex-start;
	border-bottom: 2px solid #ccc;
}
.news__row a {
	display: flex;
	align-items: flex-start;
	text-decoration: none;
	padding: 1.7361vw 0;
}
.news .newsSec .news__row:first-child {
	border-top: 2px solid #ccc;
}
.news .newsSec .news__date {
	width: 6.9444vw;
	margin: 0.3472vw 0 0 2.2222vw;
	font-size: 1.1111vw;
	color: #777777;
}
.news .newsSec .news__text {
	flex: 1;
	padding: 0 1.9444vw;
	font-size: 1.1111vw;
	font-weight: 400;
	line-height: 1.9375;
	letter-spacing: 0;
	color: #4A4A4A;
}
.news .pagerSec {
	padding-bottom: 10.0694vw;
}

.news .news__category {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-flow: column;
	gap: 2px;
	width: 7.9861vw;
	margin: 0.2778vw 0;
}
.news .news__category span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5.9028vw;
	height: 1.3889vw;
	font-size: 0.9028vw;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #4C6BD0;
	border-radius: 3px;
}

@media screen and (min-width:1441px) {
	.news .filterSec {
		padding: 75px 0 0 25px;
	}
	.news .filterSec .filter__title {
		font-size: 20px;
	}
	.news .filterSec .filter__controls {
		gap: 12px;
		margin-top: 16px;
	}
	.category__list {
		gap: 5px;
	}
	.news .filterSec .category__item button {
		padding: 10px 16px;
		margin-right: 2px;
		font-size: 12px;
		border-radius: 5px;
	}
	.news .filterSec .year__wrap::after {
		right: 19px;
	}
	.news .filterSec .year__wrap .select__year {
		width: 111px;
		height: 39px;
		padding: 0 15px;
		font-size: 14px;
	}

	.news .newsSec {
		margin: 65px 25px 30px;
	}
	.news__row a {
		padding: 25px 0;
	}
	.news .newsSec .news__date {
		width: 100px;
		margin: 5px 0 0 32px;
		font-size: 16px;
	}
	.news .newsSec .news__text {
		padding: 0 28px;
		font-size: 16px;
	}
	.news .pagerSec {
		padding-bottom: 145px;
	}

	.news .news__category {
		width: 115px;
		margin: 4px 0;
	}
	.news .news__category span {
		width: 85px;
		height: 20px;
		font-size: 13px;
	}
}

@media screen and (max-width: 768px) {
	.news .filterSec {
		padding: 11.4667vw 0 0;
	}
	.news .filterSec .filter__title {
		font-size: 4.2667vw;
		letter-spacing: 0;
	}
	.news .filterSec .filter__controls {
		gap: 3.2vw;
		margin: 0;
	}
	.news .filterSec .category__list {
		display: flex;
		flex-wrap: wrap;
		gap: 1.3333vw;
	}
	.news .filterSec .category__item button {
		padding: 2.6667vw 4.2667vw;
		margin-right: 2px;
		border-radius: 1.3333vw;
		font-size: 3.2vw;
	}
	.news .filterSec .category__item:hover {
		opacity: 1;
	}
	.news .filterSec .year__wrap::after {
		right: 4.8vw;
		width: 1.6vw;
		height: 1.6vw;
	}
	.news .filterSec .year__wrap .select__year {
		width: 29.6vw;
		height: 10.4vw;
		padding: 0 4vw;
		font-size: 3.7333vw;
	}
	.news .newsSec {
		margin: 6.6667vw 0 7.4666vw;
	}
	.news .newsSec .news__row {
		border-bottom: 1px solid #ccc;
	}
	.news__row a {
		padding: 6.4vw 0;
		flex-flow: wrap;
	}
	.news .newsSec .news__row:first-child {
		border-top: 1px solid #ccc;
	}
	.news .newsSec .news__date {
		width: 26.1333vw;
		margin: 0;
		font-size: 4.2667vw;
	}
	.news .newsSec .news__text {
		margin-top: 3.4667vw;
		padding: 0;
		font-size: 4vw;
		line-height: 1.8666;
	}
	.news .news__category {
		display: inline-flex;
		justify-content: flex-start;
		align-items: center;
		flex-flow: row;
		gap: 0.8vw;
		width: calc( 100% - 26.1333vw );
		margin: 0;
	}
	.news .news__category span {
		width: 17.3333vw;
		height: 5.6vw;
		font-size: 3.4667vw;
	}
}



/*-------------------------------
 news detail Page
-------------------------------*/
.articleSec {
	padding: 5.2019vw 1.7357vw 0;
}
.articleSec .articleHead__contents {
	margin-bottom: 5.5569vw;
	border-bottom: 1px solid #ccc;
}
.articleSec .articleHead__contents .article__title  {
	margin-bottom: 1.6663vw;
	font-size: 2.0849vw;
	font-weight: 600;
	line-height: 2.09;
	letter-spacing: .1em;
}
.articleHead__wrap {
	display: flex;
	align-items: center;
	gap: 0.6944vw;
	padding-bottom: 20px;
}
.article__date {
	font-size: 1.1117vw;
	color: #777777;
}
.news .news__category.article__category {
	width: auto;
	flex-flow: row;
}
.articleBody__contents {
	max-width: 64.5609vw;
	margin: 0 auto;
	font-family: 'Inter', sans-serif;
	color: #333;
}
.articleBody__contents p {
	margin-bottom: 2.7795vw;
	font-size: 1.2484vw;
	line-height: 2.2222;
	letter-spacing: 0;
}
.articleBody__contents a {
	color: #3b5cd9;
	text-decoration: underline;
}
.articleBody__contents img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 2.7795vw;
}
.articleBody__contents p img {
	margin-bottom: 0;
}
.articleBody__contents .wp-caption {
	display: block;
	max-width: 100%;
	height: auto;
}
.articleBody__contents iframe {
	display: block;
	max-width: 100%;
}
.articleBody__contents h2,
.articleBody__contents h3,
.articleBody__contents h4,
.articleBody__contents h5 {
	font-size: 1.7357vw;
	font-weight: bold;
	margin-bottom: 2.4302vw;
	line-height: 1.4;
}
.articleBody__contents blockquote {
	font-style: italic;
	margin: 2.7795vw 0;
	padding-left: 1.3895vw;
	border-left: 0.2779vw solid #ccc;
	color: #555;
}
.articleBody__contents p[style*="text-align: center"] {
	text-align: center;
}
.articleBody__contents p[style*="text-align: right"] {
	text-align: right;
}
.articleBody__contents ul {
	display: block;
	margin-bottom: 1.1102vw;
	font-size: 0.9722vw;
	line-height: 1.2441vw;
}
.articleBody__contents li {
	position: relative;
	margin-bottom: 0.694vw;
	padding-left: 15px;
}
.articleBody__contents li::before {
	position: absolute;
	content: "・";
	left:0;
}
.articleBody__contents .article__hr {
	border: none;
	border-top: 0.0695vw solid #ccc;
	margin: 2.7795vw 0;
}

.singlePager {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 64.5833vw;
	margin: 5.5556vw auto;
}
.singlePager .p-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.singlePager .p-btn.prev a,
.singlePager .p-btn.next a {
	font-size: 0.9722vw;
	color: #4d4d4d;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.singlePager .p-btn.prev a span,
.singlePager .p-btn.next a span {
	text-decoration: underline;
}
.singlePager .p-btn.prev a:hover,
.singlePager .p-btn.next a:hover {
	opacity: 0.7;
}
.singlePager.pc .prev a,
.singlePager.pc .next a {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 0.9722vw;
	color: #4d4d4d;
}
.singlePager .pager__arrow {
	display: inline-block;
	width: 1.3889vw;
}
.singlePager .pager__arrow.pager__arrow-prev {
	margin-right: 0.6944vw;
}
.singlePager .pager__arrow.pager__arrow-next {
	margin-left: 0.6944vw;
}

.relationSec {
	width: 67.3611vw;
	margin: 0 auto;
	padding: 0 0 6.9444vw;
}
.relation__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.6667vw 1.6667vw;
	padding: 0;
	margin: 0;
}
.relation__list .relation__item {
	position: relative;
	border: 1px solid #4C6BD0;
	border-radius: 10px;
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.relation__list .relation__item a {
	position: relative;
	display: block;
	min-height: 7.6387vw;
	padding: 1.5275vw 2.4295vw 1.3884vw 1.9406vw;
	color: #333;
	text-decoration: none;
	border: none;
}
.relation__list .relation__item .relation__item__meta {
	display: flex;
	align-items: center;
	margin-bottom: 0.2083vw;
}
.relation__list .relation__item .relation__item__meta time {
	font-size: 0.9722vw;
	color: #777;
	white-space: nowrap;
}
.news .news__category.relation__item__category {
	width: auto;
	flex-flow: row;
}
.relation__list .relation__item .relation__item__text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	min-height: 4.4444vw;
	margin: 0;
	font-size: 1.1111vw;
	line-height: 1.5625;
	font-weight: bold;
	color: #4a4a4a;
}

@media screen and (min-width: 769px) {
	.relation__list .relation__item a::after {
		position: absolute;
		content: "";
		top: calc(50% - 0.5556vw);
		right: 1.25vw;
		display: block;
		width: 0.625vw;
		height: 1.1111vw;
		background-image: url('data:image/svg+xml,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L8 8L1 15"  stroke-width="1.5" stroke="%234C6BD0" stroke-linecap="round" stroke-linejoin="round"/></svg>');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.relation__list .relation__item:hover {
		background: #4C6BD0;
	}
	.relation__list .relation__item:hover a::after {
		background-image: url('data:image/svg+xml,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L8 8L1 15"  stroke-width="1.5" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round"/></svg>');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.news .relation__list .relation__item:hover .news__category span {
		color: #4C6BD0;
		background-color: #fff;
	}
	.relation__list .relation__item:hover .relation__item__meta time {
		color: #fff;
	}
	.relation__list .relation__item:hover .relation__item__text {
		color: #fff;
	}
}

@media screen and (min-width:1441px) {
	.articleSec {
		padding: 75px 25px 0;
	}
	.articleSec .articleHead__contents {
		margin-bottom: 78px;
	}
	.articleSec .articleHead__contents .article__title  {
		font-size: 30px;
		margin-bottom: 28px;
	}
	.articleHead__wrap {
		gap: 10px;
		padding-bottom: 20px;
	}
	.article__date {
		font-size: 16px;
	}
	.articleBody__contents {
		max-width: 930px;
	}
	.articleBody__contents p {
		margin-bottom: 40px;
		font-size: 18px;
	}
	.articleBody__contents img {
		margin-bottom: 40px;
	}
	.articleBody__contents p img {
		margin-bottom: 0;
	}
	.articleBody__contents h2,
	.articleBody__contents h3,
	.articleBody__contents h4,
	.articleBody__contents h5 {
		font-size: 25px;
		margin-bottom: 35px;
	}
	.articleBody__contents blockquote {
		margin: 40px 0;
		padding-left: 20px;
		border-left: 4px solid #ccc;
	}
	.articleBody__contents ul {
		margin-bottom: 16px;
		font-size: 14px;
		line-height: 1.8;
	}
	.articleBody__contents ul li {
		margin-bottom: 10px;
		padding-left: 15px;
	}
	.articleBody__contents ul li::before {
		margin-right: 6px;
	}
	.articleBody__contents .article__hr {
		margin: 40px 0;
	}

	.singlePager {
		width: 930px;
		margin: 80px auto;
	}
	.singlePager .p-btn.prev a,
	.singlePager .p-btn.next a {
		font-size: 14px;
	}
	.singlePager .pager__arrow {
		display: inline-block;
		width: 20px;
	}
	.singlePager .pager__arrow.pager__arrow-prev {
		margin-right: 10px;
	}
	.singlePager .pager__arrow.pager__arrow-next {
		margin-left: 10px;
	}

	.relationSec {
		width: 970px;
		margin: 0 auto;
		padding: 0 0 100px;
	}
	.relation__list {
		gap: 20px 23px;
	}
	.relation__list .relation__item {
		border-radius: 10px;
	}
	.relation__list .relation__item a::after {
		top: calc( 50% - 8px );
		right: 18px;
		width: 9px;
		height: 16px;
	}
	.relation__list .relation__item a {
		min-height: 110px;
		padding: 22px 35px 20px 28px;
	}
	.relation__list .relation__item .relation__item__meta {
		gap: 12px;
		margin-bottom: 3px;
	}
	.relation__list .relation__item .relation__item__meta time {
		font-size: 14px;
	}
	.relation__list .relation__item .relation__item__text {
		min-height: 64px;
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	.articleSec {
		padding: 14.1333vw 0 0;
	}
	.articleSec .articleHead__contents {
		margin-bottom: 13.3333vw;
	}
	.articleSec .articleHead__contents .article__title  {
		font-size: 5.8667vw;
		margin-bottom: 5.8667vw;
	}
	.articleHead__wrap {
		padding-bottom: 5.8667vw;
	}
	.article__date {
		width: 26.6667vw;
		font-size: 4.2667vw;
	}
	.articleBody__contents {
		max-width: 100%;
	}
	.articleBody__contents p {
		margin-bottom: 6.6667vw;
		font-size: 4vw;
		line-height: 1.8666;
	}
	.articleBody__contents img {
		margin-bottom: 6.6667vw;
	}
	.articleBody__contents p img {
		margin-bottom: 0;
	}
	.articleBody__contents h2,
	.articleBody__contents h3,
	.articleBody__contents h4,
	.articleBody__contents h5 {
		font-size: 6.4vw;
		margin-bottom: 6.6667vw;
	}
	.articleBody__contents blockquote {
		margin: 6.6667vw 0;
		padding-left: 2.6667vw;
		border-left: 1.0667vw solid #ccc;
	}
	.articleBody__contents ul {
		margin-bottom: 4.2667vw;
		font-size: 3.2vw;
		line-height: 2;
	}
	.articleBody__contents ul li::before {
		margin-right: 0;
		margin-bottom: 2.6667vw;
	}
	.articleBody__contents .article__hr {
		margin: 10.6667vw 0;
	}

	.singlePager {
		flex-wrap: wrap;
		justify-content: center;
		gap: 8vw;
		width: 100%;
		margin: 14.6667vw auto;
	}
	.singlePager .p-btn.center {
		order: 1;
		width: 100%;
		font-size: 4.8vw;
	}
	.singlePager .p-btn.prev {
		order: 2;
		width: 38.6667vw;
	}
	.singlePager .p-btn.next {
		order: 3;
		width: 38.6667vw;
	}
	.singlePager .p-btn.prev a,
	.singlePager .p-btn.next a {
		font-size: 3.7333vw;
	}
	.singlePager .pager__arrow {
		display: inline-block;
		width: 5.3333vw;
	}
	.singlePager .pager__arrow.pager__arrow-prev {
		margin-right: 2.6667vw;
	}
	.singlePager .pager__arrow.pager__arrow-next {
		margin-left: 2.6667vw;
	}

	.relationSec {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 16vw;
	}
	.relation__list {
		grid-template-columns: 1fr;
		gap: 2.6667vw;
	}
	.relation__list .relation__item {
		border-radius: 4vw;
	}
	.relation__list .relation__item a {
		min-height: 25.3333vw;
		padding: 5.3333vw 5.3333vw 4.8vw 5.3333vw;
	}
	.relation__list .relation__item .relation__item__meta {
		gap: 2px;
		margin-bottom: 2.1333vw;
	}
	.relation__list .relation__item .relation__item__meta time {
		width: 24vw;
		font-size: 3.7333vw;
	}
	.relation__list .relation__item .relation__item__text {
		min-height: auto;
		font-size: 3.7333vw;
		line-height: 1.7142;
	}
}