@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 {
	flex-direction: column-reverse;
}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {
	gap: 24px;
}

.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 .text {
	text-align: center;
}

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

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

@media screen and (min-width: 1440px) {
	.section_1 .content_wrap .content .item_wrap .item .text {
		font-size: 1.25rem;
	}
}

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

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

.section_single {
    padding: 40px 16px;
    background-color: #f9f9f9;
}

.section_single .section_inner {
    max-width: 960px;
    margin: 0 auto;
}

.post_header {
    margin-bottom: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
}

.post_title {
    font-size: 24px;
    margin-bottom: 8px;
    color: #333;
}

.post_meta {
    font-size: 14px;
    color: #777;
}

.post_meta time {
    margin-right: 12px;
}

.post_thumbnail {
    margin-bottom: 24px;
}

.post_thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.post_content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 32px;
}

.post_content img {
    max-width: 100%;
    height: auto;
}

.post_footer {
    border-top: 1px solid #ddd;
    padding-top: 16px;
    margin-top: 24px;
}

.post_tags ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.post_tags li {
    background-color: #e0e0e0;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 14px;
    color: #555;
}

@media (min-width: 768px) {
    .post_title {
        font-size: 32px;
    }

    .post_content {
        font-size: 18px;
    }
}

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

.post_pagination {
    margin-top: 48px;
    text-align: center;
}

.post_pagination ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.post_pagination li a {
    display: inline-block;
    padding: 8px 16px;
    background-color: #eaeaea;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.post_pagination li a:hover {
    background-color: #ccc;
}
