@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.section_1 {}

.section_1 .inner {
	padding: 10% 0;
}

.section_1 .wrap {
	gap: 48px;
	width: 90%;
	max-width: 1395px;
	margin: 0 auto;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {
	gap: 24px;
}

.section_1 .content_wrap .content {
	padding-bottom: 24px;
	border-bottom: 1px #9D9D9D solid;
}

.section_1 .content_wrap .content .item_wrap {
	align-items: flex-start;
	gap: 8px;
}

.section_1 .content_wrap .content .item_wrap .item {
	align-items: flex-start;
	width: max-content;
	max-width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item_1 {
	flex-direction: row;
	gap: 12px;
}

.section_1 .content_wrap .content .item_wrap .item_1 .date {
	text-align: left;
	font-size: 0.875rem;
}

.section_1 .content_wrap .content .item_wrap .item_1 .category {
	position: relative;
	padding-left: 12px;
	text-align: left;
	font-size: 0.875rem;
}

.section_1 .content_wrap .content .item_wrap .item_1 .category::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 1px;
	height: 62.5%;
	background-color: #313131;
}

.section_1 .content_wrap .content .item_wrap .item_2 {
	width: 100%;
	padding-right: calc(12px * 2 + 15px);
}

.section_1 .content_wrap .content .item_wrap .item_2::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translate(0, -50%);
	width: auto;
	height: 62.5%;
	aspect-ratio: 1 / 1;
	clip-path: polygon(50% 0, 50% 100%, 100% 50%);
	background-color: #20386C;
}

.section_1 .content_wrap .content .item_wrap .item_2 .title {
	text-align: left;
}

@media screen and (min-width: 768px) {
	
}

@media screen and (min-width: 1280px) {
	.section_1 {}

	.section_1 .inner {
		padding: 5% 0;
	}

	.section_1 .wrap {
		width: 80%;
	}

	.section_1 .heading_wrap {
		align-items: flex-start;
	}

	.section_1 .heading_wrap .heading {}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .sub {}

	.section_1 .content_wrap {
		width: 90%;
	}

	.section_1 .content_wrap .content {}

	.section_1 .content_wrap .content .item_wrap {}

	.section_1 .content_wrap .content .item_wrap .item {}

	.section_1 .content_wrap .content .item_wrap .item_1 {}

	.section_1 .content_wrap .content .item_wrap .item_1 .date {}

	.section_1 .content_wrap .content .item_wrap .item_1 .category {}

	.section_1 .content_wrap .content .item_wrap .item_1 .category::before {}

	.section_1 .content_wrap .content .item_wrap .item_2 {}

	.section_1 .content_wrap .content .item_wrap .item_2::after {}

	.section_1 .content_wrap .content .item_wrap .item_2 .title {}
}

@media screen and (min-width: 1440px) {
	.section_1 .content_wrap .content .item_wrap .item_2 {
		padding-right: calc(36px * 2 + 18.75px);
	}

	.section_1 .content_wrap .content .item_wrap .item_2::after {
		right: 36px;
	}

	.section_1 .content_wrap .content .item_wrap .item_2 .title {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.pagination {
    margin-top: 40px;
    text-align: center;
}

.pagination .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    text-decoration: none;
}

.pagination .current {
    background-color: #333;
    color: #fff;
    border-color: #333;
}
