@charset "utf-8";
.news_all_wrap {
		max-width: 1000px;
		margin: 0 auto;
		padding: 0 30px;
		position: relative;
		z-index: 5;
}
@media (min-width: 960px) and (min-height: 1120px) {
		.news_all_wrap {
				min-height: 600px
		}
}
.news_all_wrap .news_all_sidebar {
		width: 200px;
		position: sticky;
		left: 0;
		top: 120px;
		float: left;
		z-index: 5
}
.news_all_wrap .news_all_sidebar h2 {
		font-size: 20px;
		font-family: "Montserrat", sans-serif;
		font-optical-sizing: auto;
		font-style: normal;
		font-weight: 800;
		color: #C3392D;
		letter-spacing: 0.07em;
		margin: 0 0 50px;
}
.news_all_sidebar ul {
		list-style: none
}
.news_all_sidebar li {
		margin-bottom: 20px;
		font-weight: 500;
}
.news_all_sidebar li a {
		color: #222;
		text-decoration: none;
}
.news_all_sidebar li a.isCurrent {
		color: #C3392D;
}
.news_all_sidebar li a.isCurrent .underL::after {
		transform: scaleX(1)
}
@media (hover: hover) {
		.news_all_sidebar li a:hover {
				color: #C3392D;
		}
}
.news_all_cont {
		margin-left: 260px;
		position: relative;
		z-index: 10;
		padding-bottom: 60px;
}
@media(min-width: 961px) {
		.news_all_cont {
				min-height: 300px;
		}
}
.category_gr {
		display: flex;
		flex-wrap: wrap;
}
.category_tag {
		display: flex;
		align-items: center;
		height: 26px;
		border: 1px solid #B32518;
		border-radius: 5px;
		color: #B32518;
		padding: 0 10px;
		box-sizing: border-box;
		font-size: 14px;
		font-weight: 500;
}
.category_tag span {
		transform: translateY(-1px)
}
@media(max-width: 1200px) {
		.news_all_wrap .news_all_sidebar {
				width: 150px;
		}
		.news_all_cont {
				margin-left: 200px;
		}
}
@media(max-width: 960px) {
		.category_tag {
				height: 24px;
				padding: 0 10px;
				font-size: 13px;
		}
		.news_all_cont {
				margin-left: 170px;
		}
}
@media(max-width: 767px) {
		.second_hdr {
				margin-bottom: 0;
				position: relative;
				z-index: 25
		}
		.news_all_wrap {
				padding: 0;
		}
		.news_all_wrap .news_all_sidebar {
				width: 100%;
				position: sticky;
				left: 0;
				top: 59px;
				float: none;
				z-index: 20;
				background: #fff;
				padding: 30px 20px 20px;
				box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
		}
		.news_all_wrap .news_all_sidebar h2 {
				font-size: 15px;
				margin: 0 0 20px;
		}
		.news_all_sidebar ul {
				display: flex;
				align-items: center;
				flex-wrap: wrap
		}
		.news_all_sidebar li {
				font-size: 15px;
				margin: 0 20px 10px 0;
		}
		.news_all_cont {
				margin-left: 0;
				padding: 0 20px 40px;
				margin-top: 40px;
		}
		.category_tag {
				height: 26px;
				border-radius: 4px;
				padding: 0 8px;
				font-size: 13px;
		}
}
/* ============ */
.news_all {
		border-top: 1px dotted #A8A8A8;
		margin-bottom: 30px;
		flex: 1;
}
article.news_item {
		border-bottom: 1px dotted #A8A8A8;
		font-size: 16px;
}
article.news_item a {
		text-decoration: none;
		color: #222;
		position: relative;
		padding: 26px 50px 26px 10px;
		transition: color 0.3s;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
}
article.news_item a::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		height: 100%;
		background: #f3f1f1;
		width: calc(100% + 80px);
		transform: skewX(15deg) scaleX(0);
		transform-origin: left center;
		left: -40px;
		transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
		transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (hover: hover) {
		article.news_item a:hover::before {
				transform: skewX(15deg) scaleX(1);
		}
}
article.news_item a::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 6px);
		right: 10px;
		width: 11px;
		height: 12px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 11px;
		background-image: url("../images/arw_right_red.png")
}
@media (hover: hover) {
		article.news_item a:hover {
				color: #C3392D;
		}
}
.news_item_in {
		display: flex;
		align-items: center;
		font-feature-settings: "palt";
		letter-spacing: 0.05em;
		position: relative;
		z-index: 1
}
.news_item time {
		width: 95px;
		letter-spacing: 0.03em;
		font-size: 16px;
}
.news_item .news_cat {
		width: 94px;
		height: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 13px;
		margin-right: 30px;
		border: 1px solid #C3392D;
		color: #C3392D;
		border-radius: 60px;
}
.news_cat span {
		transform: translateY(-1px)
}
.news_item p {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.6;
		flex: 1;
		position: relative;
		z-index: 1
}
@media(max-width: 960px) {
		article.news_item a {
				display: block;
		}
		.news_item_in {
				margin-bottom: 10px;
		}
}
@media(max-width: 767px) {
		article.news_item a {
				padding-top: 15px;
				padding-bottom: 15px;
		}
		.news_item time {
				width: 80px;
		}
}
/* =============== */
.wp-pagenavi {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 60px 0;
		font-size: 20px;
}
.pages {
		display: none !important
}
.wp-pagenavi a, .wp-pagenavi span {
		text-decoration: none;
		border: none !important;
		padding: 0;
		margin: 0 6px !important;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
}
.wp-pagenavi span.current {
		color: #fff;
		background: #C3392C;
		border-radius: 50%;
}
.wp-pagenavi a::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background: #F3F1F1;
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s;
		z-index: -1
}
a.previouspostslink::after, a.nextpostslink::after {
		content: '';
		display: block;
		position: absolute;
		width: 6px;
		height: 6px;
		pointer-events: none;
		top: calc(50% - 3px)
}
a.previouspostslink::after {
		border-top: 2px solid;
		border-left: 2px solid;
		border-color: #222;
		transform: rotate(-45deg);
		left: calc(50% - 4px);
}
a.nextpostslink::after {
		border-top: 2px solid;
		border-right: 2px solid;
		border-color: #222;
		transform: rotate(45deg);
		right: calc(50% - 4px);
}
.wp-pagenavi a {
		color: #222;
}
.extend {
		color: #222;
}
.wp-pagenavi .first, .wp-pagenavi .last {
		display: none
}
a.previouspostslink, a.nextpostslink {
		width: 60px;
		height: 60px;
		position: relative;
		color: rgba(255, 255, 255, 0);
		padding: 0 !important;
		border: none !important;
}
a.previouspostslink::before, a.nextpostslink::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 60px;
		height: 60px;
		background: #F3F1F1;
		border-radius: 50%;
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		z-index: -1
}
@media (hover: hover) {
		.wp-pagenavi a:hover {
				color: #fff;
		}
		.wp-pagenavi a:hover::before {
				transform: scale(1.15);
				background: #C3392C;
		}
		a.previouspostslink:hover, a.nextpostslink:hover {
				color: rgba(255, 255, 255, 0) !important;
		}
		a.previouspostslink:hover::before, a.nextpostslink:hover::before {
				transform: scale(1.15);
				background: #C3392C;
		}
		a.previouspostslink:hover::after, a.nextpostslink:hover::after {
				border-color: #fff;
		}
}
@media(max-width: 767px) {
		.wp-pagenavi {
				margin: 40px 0;
				font-size: 14px;
		}
		.wp-pagenavi a, .wp-pagenavi span {
				width: 40px;
				height: 40px;
		}
		a.previouspostslink, a.nextpostslink {
				width: 40px;
				height: 40px;
		}
		.wp-pagenavi a::before {
				width: 40px;
				height: 40px;
		}
		a.previouspostslink::before, a.nextpostslink::before {
				width: 40px;
				height: 40px;
		}
		a.previouspostslink::after, a.nextpostslink::after {
				width: 4px;
				height: 4px;
				top: calc(50% - 3px)
		}
		a.previouspostslink::after {
				left: calc(50% - 4px);
				border-top: 1px solid;
				border-left: 1px solid;
				border-color: #222
		}
		a.nextpostslink::after {
				right: calc(50% - 4px);
				border-top: 1px solid;
				border-right: 1px solid;
				border-color: #222
		}
}
/* ================= */
.news_detail_hdr {
		margin: 0 0 35px;
}
.news_detail_hdr h1 {
		font-size: 36px;
		font-weight: 700;
		line-height: 1.6;
		margin: 0;
}
.news_hdr_flex {
		display: flex;
		align-items: center;
		margin: 0 0 20px;
}
.news_detail_date {
		margin-right: 20px;
		font-size: 17px;
		letter-spacing: 0.03em
}
.current_category {
		width: 100px;
		height: 28px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 14px;
		border: 1px solid #C3392D;
		color: #C3392D;
		border-radius: 60px;
		margin-right: 20px;
}
.news_entry_body {
		max-width: 800px;
}
.news_entry_body p {
		line-height: 1.8;
		margin: 0 0 1em
}
.news_entry_body p a {
		color: #C3392D;
		text-decoration: underline;
}
@media (hover: hover) {
		.news_entry_body p a:hover {
				color: #C3392D;
				text-decoration: none;
		}
}
.news_entry_body .hrCenter {
		margin-top: 60px;
}
@media(max-width: 960px) {
		.news_detail_hdr h1 {
				font-size: 28px;
		}
}
@media(max-width: 767px) {
		.news_detail_hdr h1 {
				font-size: 22px;
		}
}


.news_entry_body h1, .news_entry_body h2 {
		font-size: 160%;
		margin: 3em 0 0.75em;
		line-height: 1.6;
		font-weight: 700;
}
.news_entry_body h3, .news_entry_body h4 {
		font-size: 140%;
		margin: 3em 0 1em;
		line-height: 1.6;
		font-weight: 500;
}
.news_entry_body h5, .news_entry_body h6 {
		font-size: 120%;
		margin: 3em 0 1em;
		line-height: 1.6;
		font-weight: 500;
}

