@charset "utf-8";
main {
		padding-bottom: 90px;
}
.bread_path {
		padding-bottom: 40px;
}
.bread_path ol {
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.bread_path {
				padding-bottom: 20px;
		}
		.bread_path ol {
				display: flex;
				justify-content: flex-start;
				padding: 0 10px
		}
}
.news_cont {
		box-sizing: border-box;
		background: #fff;
		padding: 60px 70px;
		box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}
.current_category_wrap {
		display: flex;
		align-items: center;
		margin: 0 0 25px;
}
.news_detail_title {
		font-size: 28px;
		font-weight: 700;
		line-height: 1.6;
}
.news_detail_hdr {
		margin-bottom: 50px;
}
.news_detail_date {
		margin-right: 20px;
		letter-spacing: 0;
		font-size: 20px;
		font-family: "Barlow Condensed";
		font-weight: 500;
}
.current_category {
		display: flex;
		font-size: 15px;
}
.current_category a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 28px;
		color: #0167E1;
		text-decoration: none;
		border: 1px solid #0167E1;
		transition: background 0.2s;
		padding: 0 10px;
}
@media (hover: hover) {
		.current_category a:hover {
				background: #0167E1;
				color: #fff;
		}
}
.news_detail_cont .wp-block-image {
		margin-bottom: 2em;
}
.news_detail_cont p {
		line-height: 1.8;
		margin: 0 0 1.5em
}
.news_detail_cont p a {
		color: #007DFF;
		text-decoration: underline;
}
@media (hover: hover) {
		.news_detail_cont p a:hover {
				color: #007DFF;
				text-decoration: none;
		}
}
main .hrCenter {
		margin-top: 60px;
}
.linkBtn {
		width: 170px;
}
.linkBtn a {
		height: 50px;
		font-size: 16px;
}
@media(max-width: 1200px) {
		.news_cont {
				padding: 40px 30px;
		}
}
@media(max-width: 767px) {
		.news_cont {
				padding: 30px 15px;
		}
		.news_detail_date {
				margin-right: 15px;
				font-size: 18px;
		}
		.news_detail_title {
				font-size: 20px;
		}
}