@charset "utf-8";

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

.section_1 {}

.section_1 .inner {
	position: relative;
	padding: 20% 0;
}

.section_1 .inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 95%;
	height: 100%;
	background-color: #F7F7F7;
}

.section_1 .wrap {
	gap: 48px;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading::before {
	content: none;
}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {
	gap: 48px;
	width: 90%;
	max-width: 1280px;
}

.section_1 .content_wrap .content .item_wrap {
	gap: 24px;
}

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

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

.section_1 .content_wrap .content .item_wrap .item .item_inner .img_wrap {
	gap: 24px
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img {}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
	padding: 12px 0;
	background-color: #FFECF9;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
	align-items: flex-start;
	gap: 8px;
	width: 90%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .date {
	font-weight: 500;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .title {}

.section_1 .flow_text {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
	.section_1 {
		padding: 0;
	}

	.section_1 .inner {
		padding: 10% 0;
		background-image: url(../img/top_news_bg.webp);
		background-position: 60% 55%;
		background-repeat: no-repeat;
		background-size: 200%;
	}

	.section_1 .inner::before {
		z-index: -1;
		width: 75%;
	}

	.section_1 .wrap {}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap .heading {
		align-items: flex-start;
		width: 90%;
		max-width: 1280px;
	}

	.section_1 .heading_wrap .heading::before {}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .sub {}

	.section_1 .content_wrap {}

	.section_1 .content_wrap .content {}

	.section_1 .content_wrap .content .item_wrap {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: stretch;
		gap: 12px;
	}

	.section_1 .content_wrap .content .item_wrap .item {
		flex-direction: row;
		/* width: calc((100% - (12px * 1)) * 0.5); */
		padding: 8px;
		background-color: #FFECF9;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner {
		flex-direction: row;
		align-items: flex-start;
		gap: 12px;
		height: 100%;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .img_wrap {
		width: calc((100% - (12px * 1)) * 0.4);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
		width: calc((100% - (12px * 1)) * 0.6);
		padding: 0;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
		flex: 1;
		align-items: flex-start;
		width: 100%;
		padding: 0;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
		width: max-content;
		max-width: 100%;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .date {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .title {}

	.section_1 .btn {
		margin-left: auto;
	}

	.section_1 .flow_text {}
}

@media screen and (min-width: 1280px) {
	.section_1 .content_wrap .content .item_wrap {
		gap: 12px 36px;
	}

	.section_1 .content_wrap .content .item_wrap .item {
		/* width: calc((100% - (36px * 1)) * 0.5); */
		padding: 12px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .img_wrap {
		width: calc((100% - (12px * 1)) * 0.35);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
		width: calc((100% - (12px * 1)) * 0.65);
		padding: 0;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .content_wrap .content .item_wrap {
		gap: 24px 72px;
	}

	.section_1 .content_wrap .content .item_wrap .item {
		/* width: calc((100% - (72px * 1)) * 0.5); */
	}
}

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

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

.section_1 .pagination_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	padding-top: 24px;
	border-top: 2px #333333 solid;
}

.section_1 .pagination_wrap .pagination_wrap_inner {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 36px;
	width: 100%;
}

.section_1 .pagination_wrap .pagination_wrap_inner .prev,
.section_1 .pagination_wrap .pagination_wrap_inner .next {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: auto;
	height: 1rem;
	aspect-ratio: 1 / 1;
}

.section_1 .pagination_wrap .pagination_wrap_inner .prev::before,
.section_1 .pagination_wrap .pagination_wrap_inner .next::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: 50%;
	aspect-ratio: 1 / 1;
}

.section_1 .pagination_wrap .pagination_wrap_inner .prev {}

.section_1 .pagination_wrap .pagination_wrap_inner .prev::before {
	transform: translate(-50%, -50%) rotate(-45deg);
	border-top: 1px #000000 solid;
	border-left: 1px #000000 solid;
}

.section_1 .pagination_wrap .pagination_wrap_inner .next {}

.section_1 .pagination_wrap .pagination_wrap_inner .next::before {
	transform: translate(-50%, -50%) rotate(45deg);
	border-top: 1px #000000 solid;
	border-right: 1px #000000 solid;
}

.section_1 .pagination_wrap .pagination_wrap_inner .num_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: max-content;
	max-width: 100%;
}

.section_1 .pagination_wrap .pagination_wrap_inner .num_wrap .num_wrap_inner {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.section_1 .pagination_wrap .pagination_wrap_inner .num_wrap .num_wrap_inner .num {}

.section_1 .pagination_wrap .pagination_wrap_inner .num_wrap .num_wrap_inner .num.now {
	position: relative;
}

.section_1 .pagination_wrap .pagination_wrap_inner .num_wrap .num_wrap_inner .num.now::before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 1px;
	background-color: #000000;
}

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

@media screen and (min-width: 1280px) {
	.section_1 .pagination_wrap {
		padding-top: 36px;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .pagination_wrap {
		padding-top: 40px;
	}

	.section_1 .pagination_wrap .pagination_wrap_inner .prev,
	.section_1 .pagination_wrap .pagination_wrap_inner .next {
		height: 1.5rem;
	}

	.section_1 .pagination_wrap .pagination_wrap_inner .num_wrap .num_wrap_inner .num {
		font-size: 1.5rem;
	}
}

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

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

.section_1 .back_link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	padding: 12px;
	background-color: #FFECF9;
}

.section_1 .back_link .text {}

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

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

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

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

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