@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}

.header .header_inner .header_logo img {
    width: 200px;
    height: auto;
}

.about, .faq, .service {
    background: #F4F1EC;
}

.about h2,
.about h4 {
    color: #00234B;
}

.blog.blog_home_padding .swiper_post .post_content {
    padding: 25px 35px 5px 35px
}

.testimonial_padding {
    background: #F4F1EC;
    color: #999999;
}

.testimonial_padding h3 {
    color: #00234B;
}

.testimonial_padding .testimonial_inner h6 {
    font-size: 18px;
}
.testimonial_padding .testimonial_inner p {
    color: #999999;
}
.testimonial_padding .swiper_testimonial .swiper-slide {
    background: #FAF7F6;
    padding: 1em;
}

.testimonial_padding .swiper_testimonial .swiper-slide:nth-child(odd) {
    background: #ffffff;
}

.faq {
    color: #00234B;
}

.faq .accordion .item .accordion_info {
    color: #999999;
}

.testimonial.container h3 {
    color: #00234B;
}

.testimonial.container .swiper_testimonial .swiper-slide {
    background: #FAF7F6;
    padding: 1em;
}

.testimonial.container .testimonial_inner h6 {
    font-size: 18px;
}

.testimonial.container .testimonial_inner p {
    color: #999999;
}

.testimonial.container .swiper_testimonial .swiper-slide:nth-child(odd) {
    background: #ffffff;
}

.sidebar {
    position: relative;
}

.sidebar .sidebar_categories ul li,
.sidebar .recent_post_list h5{
    font-size: 18px;
}

.sidebar .tag_list li a {
    font-size: 16px;
}

.blog_post .post_img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    position: relative;
}

.blog_post .post_img.no-cover {
    width: 100%;
    padding-bottom: 66.66%;
    background-color: #22204b;
}

.blog_post .post_img.no-cover a {
    position: absolute;
    width: 100%;
    height: 100%;
}

.blog_post .post_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3/2;
}

.blog_inner .blog_post .post_title a {
    font-size: 30px !important;
    line-height: 1.5em !important;
}

.blog_post .post_footer_flex a {
    width: 100%;
    font-size: 16px;
    text-align: right;
}

.recent_post_item .recent_post_image .no-cover {
    width: 100%;
    padding-bottom: 66.66%;
    background-color: #22204b;
}

.recent_post_item .recent_post_image img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.pagination-div .paginationjs-pages ul {
    margin-bottom: 0px;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.pagination-div .paginationjs-pages ul li a {
    display: block;
    margin-left: 10px;
    color: #1A1744;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-family: "Marcellus", serif;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

.pagination-div .paginationjs-pages ul li.active a {
    background: #F4F1EC;
    border-radius: 100%;
    color: #D58F76;
}
.blog_details .post_img .no-image{
    width: 100%;
    padding-bottom: 66.66%;
    background-color: #22204b;
}

.blog_details .post_img {
    margin-bottom: 20px;
}

.blog_details .post_img img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.blog_details .post_header .post_title {
    font-size: 30px;
}

.blog_details .post_content .category {
    font-size: 14px;
}

.blog_details .post_content .category span:first-child {
    margin-right: 1em;
}

.blog_details .post_content .author span {
    color: #1A1744;
}

.blog_details .post_content .author img {
    border-radius: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.blog_details_inner .post_content .fulltext p {
    text-align: justify;
    word-break: break-word;
    color: #555;
}

.blog_details_inner .post_content .fulltext h1,
.blog_details_inner .post_content .fulltext h2,
.blog_details_inner .post_content .fulltext h3,
.blog_details_inner .post_content .fulltext h4,
.blog_details_inner .post_content .fulltext h5,
.blog_details_inner .post_content .fulltext h6 {
    color: black;
    margin-bottom: 1rem;
    text-align: justify;
}

.blog_details_inner .post_content .fulltext h1 {
    font-size: 28px;
}

.blog_details_inner .post_content .fulltext h2 {
    font-size: 26px;
}

.blog_details_inner .post_content .fulltext h3 {
    font-size: 24px;
}

.blog_details_inner .post_content .fulltext h4 {
    font-size: 22px;
}

.blog_details_inner .post_content .fulltext h5 {
    font-size: 20px;
}

.blog_details_inner .post_content .fulltext h6 {
    font-size: 16px;
}

.typo-blockquoto-2 blockquote {
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 26px 30px;
    margin: 0 0 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
}

.typo-blockquoto-2 blockquote  ul {
    list-style-type: none;
    padding-left: 0;
}

.typo-blockquoto-2 blockquote  ul li { 
    line-height: 32px;
}

.typo-blockquoto-2 blockquote  ul li a {
    font-size: 16px;
    text-align: justify;
}

.typo-blockquoto-2 blockquote  ul li a:hover{
    color: #D58F76;
}

.blog_details_inner .bottom-card.mobile {
    display: none;
}

.blog_details_inner .bottom-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.blog_details_inner .bottom-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1A1744;
    margin-bottom: 15px;
    word-break: break-word;
    letter-spacing: 0;
}

.blog_details_inner .fulltext p a {
    color: #D58F76;
}

.bottom-card .no-image {
    width: 100%;
    padding-bottom: 66.66%;
    background-color: #22204b;
}

.cookie.notice {
    display: none;
    color: #F4F1EC;
    background: #934435;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cookie.notice a {
    color: #ffffff;
    text-decoration: underline;
}

.cookie.notice button {
    float: right;
    font-size: 11px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 24px;
    color: #D58F76;
    letter-spacing: 2.4px;
    background: #F4F1EC;
    padding: 5px 15px;
    border-radius: 5px;
    box-shadow: none;
    border: none;
}

.cookie.notice button:hover {
    color:#1A1744;
}

section.line a {
    position: fixed;
    border-radius: 100%;
    overflow: hidden;
    z-index: 9998;
}

section.line a.pc {
    bottom: 64px;
    right: 20px;
    width: 120px;
    height: 120px;
}

section.line a.mobile {
    display: none;
    bottom: 20px;
    right: 20px;
    width: 90px;
    height: 90px;
}

@media screen and (max-width: 767px) {
    section.line a.pc {
        display: none;
    }

    section.line a.mobile {
        display: inline-block;
    }

    .blog_post .post_content {
        padding: 15px 20px 0px 15px;
    }

    .blog_post .post_content .post_header p {
        margin-bottom: 20px;
    }

    .blog_details_inner .bottom-card.pc {
        display: none;
    }

    .blog_details_inner .bottom-card.mobile {
        display: block;
    }

    .blog_details_inner .bottom-card.mobile a {
        display: flex;
        align-items: center;
        margin-bottom: .5rem;
    }

    .blog_details_inner .bottom-card.mobile img,
    .blog_details_inner .bottom-card.mobile .no-image {
        max-width: 125px;
        margin-right: 22px;
    }

    .blog_details_inner .bottom-card.mobile .no-image {
        padding-bottom: 83px;
    }

    .blog_details_inner .bottom-card.mobile div {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .blog_details_inner .bottom-card.mobile a p {
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 24px;
    }

    .blog_details_inner .bottom-card.mobile a span {
        font-size: 11px;
        font-weight: 400;
        font-family: "Open Sans", sans-serif;
        color: #D58F76;
        letter-spacing: 2.4px;
        line-height: 1em;
    }

    #tags-1 {
        display: none;
    }
}