﻿@charset "UTF-8";
/* *************************************
//
//   KGIL-Component -- kgil-news-section
//   -> 凱基人壽 - kgil-news-section&content
//
//   00.Global
//   01.newslist-search&content
//  
//
//
//
// ************************************/
/* -------------------------------------
//   0.Global
// -----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
/* -------------------------------------
//   1.newslist-search
// -----------------------------------*/
.kgil-news-section .kgilNewsSearch__dropdownToggler:hover {
    background-color: #04327A;
    color: white;
}

@media (min-width: 1024px) {
    .kgil-news-section .mh-lg-488 {
        height: auto;
    }
}

.kgil-news-section .newslist .newslist-row {
    display: flex;
    margin: 0 -12px;
    position: relative;
    z-index: 1;
}

.kgil-news-section .newslist .newslist-row__item {
    display: block;
    width: 375px;
    max-width: 33.33%;
    flex-grow: 1;
    margin: 0 12px;
}

@media (max-width: 1023.98px) {
    .kgil-news-section .newslist .newslist-row__item {
        max-width: none;
        width: 100%;
    }
}

.kgil-news-section .newslist .newslist-row__item picture {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.kgil-news-section .newslist .newslist-row__item img {
    width: 100%;
    display: block;
}

.kgil-news-section .newslist .newslist-row__item-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 設定為 2行 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.kgil-news-section .newslist .newslist-row__item-con {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* 設定為 4 行 */
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 1024px) {
    .kgil-news-section .newslist .text-xl-right {
        text-align: right;
    }
}

.kgil-news-section .kgilNewsSearch {
    min-width: 15rem;
}

@media (max-width: 1023.98px) {
    .kgil-news-section .kgilNewsSearch {
        min-width: 7.5rem;
    }
}

.kgil-news-section .news__search-box {
    display: flex;
}

@media (min-width: 1024px) {
    .kgil-news-section .news__search-box {
        max-width: 500px;
    }
}

@media (max-width: 1023.98px) {
    .kgil-news-section .news__search-box {
        max-width: 100%;
    }
}

.kgil-news-section .news__search-box .search-form {
    display: flex;
    flex-grow: 1;
}

    .kgil-news-section .news__search-box .search-form input {
        width: 472px;
    }

@media (max-width: 1023.98px) {
    .kgil-news-section .news__search-box .search-form input {
        width: 100%;
    }
}

.kgil-news-section .news__search-box .search-form .btn {
    flex-shrink: 0;
}

@media (min-width: 1024px) {
    .kgil-news-section .text-xl-right {
        text-align: right;
    }
}

.kgil-news-section .press {
    background-color: #fff;
}

@media (max-width: 767.98px) {
    .kgil-news-section .press {
        padding: 60px 0 36px;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .kgil-news-section .press {
        padding: 106px 0;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .press {
        padding: 136px 0;
    }
}

.kgil-news-section .press__inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 6%;
    padding-left: 6%;
    position: relative;
}

@media (min-width: 768px) {
    .kgil-news-section .press__inner {
        padding-right: 4%;
        padding-left: 4%;
        max-width: 1174px;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .press__inner {
        padding-right: 3%;
        padding-left: 3%;
    }
}

@media (min-width: 1366px) {
    .kgil-news-section .press__inner {
        padding-left: 96px;
        padding-right: 96px;
        max-width: 1366px;
    }
}

.kgil-news-section .press__categories {
    display: flex;
    flex-direction: row;
}

@media (max-width: 767.98px) {
    .kgil-news-section .press__categories + .press__wrap {
        margin-top: 37px;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .kgil-news-section .press__categories + .press__wrap {
        margin-top: 60px;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .press__categories + .press__wrap {
        margin-top: 100px;
    }
}

@media (max-width: 767.98px) {
    .kgil-news-section .press__category + .press__category {
        margin-left: 12px;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .kgil-news-section .press__category + .press__category {
        margin-left: 26px;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .press__category + .press__category {
        margin-left: 40px;
    }
}

.kgil-news-section .press__dropdownToggle {
    min-width: 7.5rem;
}

@media (max-width: 767.98px) {
    .kgil-news-section .press__dropdownToggle--lg {
        min-width: 12.3rem;
    }
}

@media (min-width: 768px) {
    .kgil-news-section .press__dropdownToggle--lg {
        min-width: 15rem;
    }
}

.kgil-news-section .press__wrap {
    width: 100%;
}

@media (max-width: 767.98px) {
    .kgil-news-section .press__wrap + .press__pagination {
        margin-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .kgil-news-section .press__wrap + .press__pagination {
        margin-top: 65px;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .press__wrap + .press__pagination {
        margin-top: 100px;
    }
}

.kgil-news-section .press__item {
    display: block;
    transition: background-color 0.3s ease-in-out;
    width: 100%;
    border-bottom: 1px solid #c7c7c7;
}

@media (max-width: 767.98px) {
    .kgil-news-section .press__item {
        padding: 39px 20px;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .kgil-news-section .press__item {
        padding: 32px 20px 40px;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .press__item {
        padding: 32px 20px 40px;
    }
}

.kgil-news-section .press__item:hover {
    background-color: #f0f4f7;
}

.kgil-news-section .press__title {
    font-weight: 600;
    line-height: 1.3;
    color: #000;
}

@media (max-width: 1023.98px) {
    .kgil-news-section .press__title {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .press__title {
        font-size: 20px;
    }
}

.kgil-news-section .press__title + .press__info {
    margin-top: 12px;
}

.kgil-news-section .press__info {
    display: flex;
    flex-direction: row;
}

.kgil-news-section .press__date {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #7d7d7d;
    text-transform: uppercase;
}

    .kgil-news-section .press__date + .press__tag {
        margin-left: 14px;
        padding-left: 14px;
        position: relative;
    }

        .kgil-news-section .press__date + .press__tag:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto 0;
            left: 0;
            height: 15px;
            width: 1px;
            background-color: #000;
        }

.kgil-news-section .press__tag {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.kgil-news-section .press__tag--press {
    color: #04327a;
}

.kgil-news-section .press__tag--financials {
    color: #ff623e;
}

.kgil-news-section .press__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}

.kgil-news-section .press__pagination {
    width: 100%;
}

.kgil-news-section .news {
    background-color: #fff;
    position: relative;
}

    .kgil-news-section .news:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
    }

@media (max-width: 575.98px) {
    .kgil-news-section .news:before {
        border-top: 100vw solid #f0f4f7;
        border-right: 100vw solid transparent;
    }
}

@media (min-width: 576px) and (max-width: 1023.98px) {
    .kgil-news-section .news:before {
        border-top: 420px solid #f0f4f7;
        border-right: 420px solid transparent;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .news:before {
        border-top: 660px solid #f0f4f7;
        border-right: 660px solid transparent;
    }
}

.kgil-news-section .news__inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 6%;
    padding-left: 6%;
    position: relative;
}

@media (min-width: 768px) {
    .kgil-news-section .news__inner {
        padding-right: 4%;
        padding-left: 4%;
        max-width: 1174px;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .news__inner {
        padding-right: 3%;
        padding-left: 3%;
    }
}

@media (min-width: 1366px) {
    .kgil-news-section .news__inner {
        padding-left: 96px;
        padding-right: 96px;
        max-width: 1366px;
    }
}

@media (max-width: 767.98px) {
    .kgil-news-section .news__inner {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767.98px) {
    .kgil-news-section .news__header {
        width: 100%;
        padding-right: 6%;
        padding-left: 6%;
        margin-right: auto;
        margin-left: auto;
        position: relative;
    }
}

@media (max-width: 1023.98px) {
    .kgil-news-section .news__header {
        padding-top: 136px;
        padding-bottom: 108px;
    }

        .kgil-news-section .news__header + .news__article--has-border {
            border-top: 1px solid #b7b7b7;
            padding-top: 24px;
        }
}

@media (min-width: 1024px) {
    .kgil-news-section .news__header {
        padding-top: 250px;
        padding-bottom: 130px;
    }
}

.kgil-news-section .news__header--others {
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .kgil-news-section .news__header--others {
        padding-top: 280px;
        padding-bottom: 152px;
        max-width: 974px;
    }
}

.kgil-news-section .news__title {
    color: #000;
}

@media (max-width: 1023.98px) {
    .kgil-news-section .news__title {
        font-size: 24px;
        line-height: 140%;
        color: #000;
    }

        .kgil-news-section .news__title + .news__info {
            margin-top: 78px;
        }
}

@media (min-width: 1024px) {
    .kgil-news-section .news__title {
        font-weight: 400;
        font-size: 40px;
        line-height: 140%;
    }

        .kgil-news-section .news__title + .news__info {
            margin-top: 116px;
        }
}

.kgil-news-section .news__info {
    display: flex;
    flex-direction: row;
}

@media (max-width: 1023.98px) {
    .kgil-news-section .news__info + .news__social {
        margin-top: 20px;
    }
}

.kgil-news-section .news__date {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #888;
}

    .kgil-news-section .news__date + .news__category:before {
        content: "";
        display: block;
        width: 1px;
        height: 15px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        left: 0;
        position: absolute;
        background-color: #000;
    }

@media (max-width: 1023.98px) {
    .kgil-news-section .news__date + .news__category {
        position: relative;
        margin-left: 14px;
        padding-left: 14px;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .news__date + .news__category {
        position: relative;
        margin-left: 20px;
        padding-left: 20px;
    }
}

.kgil-news-section .news__category {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #073c87;
}

.kgil-news-section .news__social {
    display: flex;
    align-items: center;
}

@media (max-width: 1023.98px) {
    .kgil-news-section .news__social {
        flex-direction: row;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .news__social {
        flex-direction: column;
        position: absolute;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .news__social-sticky {
        position: fixed;
    }
}

.kgil-news-section .news__social-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}

@media (max-width: 1023.98px) {
    .kgil-news-section .news__social-label {
        display: none;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .news__social-label {
        display: block;
    }

        .kgil-news-section .news__social-label + .news__socialLink {
            margin-top: 28px;
        }
}

.kgil-news-section .news__socialLink {
    display: block;
    text-indent: -9999px;
}

@media (max-width: 1023.98px) {
    .kgil-news-section .news__socialLink + .news__socialLink {
        margin-left: 12px;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .news__socialLink + .news__socialLink {
        margin-top: 12px;
    }
}

.kgil-news-section .news__socialLink--facebook {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.017 22.22V12.1h3.654l.543-3.961H8.017V5.615c0-1.143.34-1.926 2.097-1.926h2.226V.157A31.588 31.588 0 009.08 0C5.848 0 3.63 1.842 3.63 5.224V8.13H0v3.962h3.639V22.22h4.378z' fill='%23000'/%3E%3C/svg%3E");
}

    .kgil-news-section .news__socialLink--facebook,
    .kgil-news-section .news__socialLink--facebook:hover {
        display: inline-block;
        background-size: cover;
        background-repeat: no-repeat;
        min-width: 13px;
        width: 13px;
        height: 23px;
        width: 40px;
        height: 40px;
        background-size: 13px 23px;
        background-position: 50%;
    }

        .kgil-news-section .news__socialLink--facebook:hover {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.017 22.22V12.1h3.654l.543-3.961H8.017V5.615c0-1.143.34-1.926 2.097-1.926h2.226V.157A31.588 31.588 0 009.08 0C5.848 0 3.63 1.842 3.63 5.224V8.13H0v3.962h3.639V22.22h4.378z' fill='%2304327A'/%3E%3C/svg%3E");
        }

.kgil-news-section .news__socialLink--line {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='26' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.51 9.114a.695.695 0 01.48.173.62.62 0 01.148.204.588.588 0 01-.149.687.665.665 0 01-.48.174h-1.827v1.103h1.827a.693.693 0 01.485.17.587.587 0 010 .895.665.665 0 01-.485.17h-2.482a.677.677 0 01-.462-.182.6.6 0 01-.192-.436V7.394c0-.34.293-.62.654-.62h2.487a.676.676 0 01.444.193.6.6 0 01.18.427.6.6 0 01-.183.427.677.677 0 01-.445.19h-1.827v1.103h1.826zm-4.012 2.957a.604.604 0 01-.195.436.681.681 0 01-.464.18.698.698 0 01-.297-.063.657.657 0 01-.236-.181l-2.543-3.256v2.883a.6.6 0 01-.193.437.677.677 0 01-.463.18.677.677 0 01-.463-.18.6.6 0 01-.192-.437V7.393c0-.264.183-.501.447-.586a.622.622 0 01.203-.031c.204 0 .391.103.517.249l2.563 3.263V7.393c0-.34.293-.62.655-.62.363 0 .66.28.66.62l.001 4.678zm-5.98 0a.611.611 0 01-.195.437.68.68 0 01-.925-.002.6.6 0 01-.191-.435V7.393c0-.34.293-.62.655-.62.362 0 .656.28.656.62v4.678zm-2.569.617H5.463a.682.682 0 01-.465-.18.605.605 0 01-.195-.437V7.393c0-.34.297-.62.66-.62.362 0 .655.28.655.62v4.061h1.831c.174 0 .34.065.464.18a.6.6 0 01.192.437.6.6 0 01-.192.437.677.677 0 01-.464.18zm17.39-3.134C25.34 4.287 19.73 0 12.84 0 5.953 0 .34 4.287.34 9.554c0 4.72 4.448 8.673 10.454 9.424.407.08.96.253 1.103.579.126.294.081.75.04 1.06l-.17 1c-.05.295-.253 1.162 1.09.633 1.347-.529 7.207-3.999 9.83-6.842 1.795-1.85 2.654-3.75 2.654-5.854z' fill='%23000'/%3E%3C/svg%3E");
}

    .kgil-news-section .news__socialLink--line,
    .kgil-news-section .news__socialLink--line:hover {
        display: inline-block;
        background-size: cover;
        background-repeat: no-repeat;
        min-width: 26px;
        width: 26px;
        height: 23px;
        width: 40px;
        height: 40px;
        background-size: 26px 23px;
        background-position: 50%;
    }

        .kgil-news-section .news__socialLink--line:hover {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='26' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.51 9.114a.695.695 0 01.48.173.62.62 0 01.148.204.588.588 0 01-.149.687.665.665 0 01-.48.174h-1.827v1.103h1.827a.693.693 0 01.485.17.587.587 0 010 .895.665.665 0 01-.485.17h-2.482a.677.677 0 01-.462-.182.6.6 0 01-.192-.436V7.394c0-.34.293-.62.654-.62h2.487a.676.676 0 01.444.193.6.6 0 01.18.427.6.6 0 01-.183.427.677.677 0 01-.445.19h-1.827v1.103h1.826zm-4.012 2.957a.604.604 0 01-.195.436.681.681 0 01-.464.18.698.698 0 01-.297-.063.657.657 0 01-.236-.181l-2.543-3.256v2.883a.6.6 0 01-.193.437.677.677 0 01-.463.18.677.677 0 01-.463-.18.6.6 0 01-.192-.437V7.393c0-.264.183-.501.447-.586a.622.622 0 01.203-.031c.204 0 .391.103.517.249l2.563 3.263V7.393c0-.34.293-.62.655-.62.363 0 .66.28.66.62l.001 4.678zm-5.98 0a.611.611 0 01-.195.437.68.68 0 01-.925-.002.6.6 0 01-.191-.435V7.393c0-.34.293-.62.655-.62.362 0 .656.28.656.62v4.678zm-2.569.617H5.463a.682.682 0 01-.465-.18.605.605 0 01-.195-.437V7.393c0-.34.297-.62.66-.62.362 0 .655.28.655.62v4.061h1.831c.174 0 .34.065.464.18a.6.6 0 01.192.437.6.6 0 01-.192.437.677.677 0 01-.464.18zm17.39-3.134C25.34 4.287 19.73 0 12.84 0 5.953 0 .34 4.287.34 9.554c0 4.72 4.448 8.673 10.454 9.424.407.08.96.253 1.103.579.126.294.081.75.04 1.06l-.17 1c-.05.295-.253 1.162 1.09.633 1.347-.529 7.207-3.999 9.83-6.842 1.795-1.85 2.654-3.75 2.654-5.854z' fill='%2304327A'/%3E%3C/svg%3E");
        }

.kgil-news-section .news__socialLink--copy {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.06 6.11l1.414 1.415a7.001 7.001 0 010 9.9l-.354.353a7 7 0 11-9.9-9.9l1.415 1.415a5 5 0 107.071 7.071l.354-.354a5 5 0 000-7.07L9.645 7.525l1.415-1.414zm6.717 6.011l-1.414-1.414a5 5 0 10-7.07-7.07l-.355.353a5 5 0 000 7.07l1.415 1.415-1.415 1.414-1.414-1.414a7 7 0 010-9.9l.354-.353a7 7 0 019.9 9.9z' fill='%23000'/%3E%3C/svg%3E");
}

    .kgil-news-section .news__socialLink--copy,
    .kgil-news-section .news__socialLink--copy:hover {
        display: inline-block;
        background-size: cover;
        background-repeat: no-repeat;
        min-width: 20px;
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
        background-position: 50%;
        width: 40px;
        height: 40px;
    }

        .kgil-news-section .news__socialLink--copy:hover {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.06 6.11l1.414 1.415a7.001 7.001 0 010 9.9l-.354.353a7 7 0 11-9.9-9.9l1.415 1.415a5 5 0 107.071 7.071l.354-.354a5 5 0 000-7.07L9.645 7.525l1.415-1.414zm6.717 6.011l-1.414-1.414a5 5 0 10-7.07-7.07l-.355.353a5 5 0 000 7.07l1.415 1.415-1.415 1.414-1.414-1.414a7 7 0 010-9.9l.354-.353a7 7 0 019.9 9.9z' fill='%2304327A'/%3E%3C/svg%3E");
        }

.kgil-news-section .news__socialLink--youtube {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.84 3.085a2.577 2.577 0 00-.765-1.187 3.116 3.116 0 00-1.338-.693C19.858.743 12.335.743 12.335.743a81.985 81.985 0 00-9.39.439c-.502.13-.962.374-1.339.71-.37.332-.638.742-.778 1.192-.336 1.692-.5 3.41-.488 5.131-.012 1.72.151 3.438.488 5.132.137.448.404.856.775 1.186.371.33.833.568 1.341.694 1.903.461 9.39.461 9.39.461a82.2 82.2 0 009.402-.439c.502-.121.963-.36 1.338-.693.37-.33.633-.74.765-1.186.346-1.692.513-3.411.502-5.133a23.248 23.248 0 00-.5-5.153zM9.942 11.414V5.018l6.26 3.198-6.26 3.198z' fill='%23000'/%3E%3C/svg%3E");
}

    .kgil-news-section .news__socialLink--youtube,
    .kgil-news-section .news__socialLink--youtube:hover {
        display: inline-block;
        background-size: cover;
        background-repeat: no-repeat;
        min-width: 25px;
        width: 25px;
        height: 16px;
        width: 40px;
        height: 40px;
        background-size: 25px 16px;
        background-position: 50%;
    }

        .kgil-news-section .news__socialLink--youtube:hover {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.84 3.085a2.577 2.577 0 00-.765-1.187 3.116 3.116 0 00-1.338-.693C19.858.743 12.335.743 12.335.743a81.985 81.985 0 00-9.39.439c-.502.13-.962.374-1.339.71-.37.332-.638.742-.778 1.192-.336 1.692-.5 3.41-.488 5.131-.012 1.72.151 3.438.488 5.132.137.448.404.856.775 1.186.371.33.833.568 1.341.694 1.903.461 9.39.461 9.39.461a82.2 82.2 0 009.402-.439c.502-.121.963-.36 1.338-.693.37-.33.633-.74.765-1.186.346-1.692.513-3.411.502-5.133a23.248 23.248 0 00-.5-5.153zM9.942 11.414V5.018l6.26 3.198-6.26 3.198z' fill='%2304327A'/%3E%3C/svg%3E");
        }

.kgil-news-section .news__article {
    overflow: hidden;
    color: #000;
    max-width: 974px;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .kgil-news-section .news__article {
        padding-bottom: 56px;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .kgil-news-section .news__article {
        padding-bottom: 76px;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .news__article {
        padding-bottom: 96px;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .news__article.news__article--offset {
        width: 83%;
        margin-left: auto;
        margin-right: 0;
    }
}

@media (max-width: 767.98px) {
    .kgil-news-section .news__article > * {
        width: 100%;
        padding-right: 6%;
        padding-left: 6%;
        margin-right: auto;
        margin-left: auto;
        position: relative;
    }
}

@media (max-width: 1023.98px) {
    .kgil-news-section .news__article > * {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .news__article > * {
        margin-bottom: 2.5rem;
    }
}

.kgil-news-section .news__article h1 {
    font-weight: 300;
    line-height: 110%;
}

@media (max-width: 1023.98px) {
    .kgil-news-section .news__article h1 {
        font-size: 32px;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .news__article h1 {
        font-size: 72px;
    }
}

.kgil-news-section .news__article h2 {
    font-weight: 400;
    line-height: 130%;
}

@media (max-width: 1023.98px) {
    .kgil-news-section .news__article h2 {
        font-size: 32px;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .news__article h2 {
        font-size: 40px;
    }
}

.kgil-news-section .news__article h3 {
    font-weight: 600;
    line-height: 1.3;
}

@media (max-width: 1023.98px) {
    .kgil-news-section .news__article h3 {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .news__article h3 {
        font-size: 20px;
    }
}

.kgil-news-section .news__article h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.kgil-news-section .news__article h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.kgil-news-section .news__article h6 {
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.kgil-news-section .news__article blockquote {
    line-height: 130%;
    color: #04327a;
    background-color: #f0f4f7;
}

@media (max-width: 1023.98px) {
    .kgil-news-section .news__article blockquote {
        padding: 56px 48px;
        font-size: 20px;
        text-align: center;
        margin-bottom: 3rem;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .news__article blockquote {
        font-size: 24px;
        padding: 3.5rem 6rem;
        margin-bottom: 3.5rem;
    }
}

@media (min-width: 768px) {
    .kgil-news-section .news__article ol,
    .kgil-news-section .news__article ul {
        padding-left: 7rem;
    }
}

.kgil-news-section .news__article li {
    position: relative;
    list-style: none;
    padding-left: 1rem;
}

    .kgil-news-section .news__article li:before {
        content: "";
        display: block;
        position: absolute;
        top: 0.6rem;
        left: 0;
        height: 3px;
        width: 3px;
        border-radius: 50%;
        background-color: #000;
    }

.kgil-news-section .news__article p > img {
    padding-left: 1rem;
    padding-right: 1rem;
}

.kgil-news-section .news__article img {
    max-width: 100%;
}

@media (max-width: 767.98px) {
    .kgil-news-section .news__article--others {
        padding-bottom: 56px;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .kgil-news-section .news__article--others {
        padding-bottom: 76px;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .news__article--others {
        padding-bottom: 152px;
    }
}

.kgil-news-section .news__article-block * {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .kgil-news-section .news__article-block {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .kgil-news-section .news__article-block {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        .kgil-news-section .news__article-block > div {
            margin-bottom: 0;
        }
}

@media (max-width: 767.98px) {
    .kgil-news-section .news__article-block h3 {
        padding-right: 6%;
        padding-left: 6%;
    }
}

@media (max-width: 1023.98px) {
    .kgil-news-section .news__article-block h3 {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .news__article-block h3 {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .kgil-news-section .news__article-block p {
        padding-right: 6%;
        padding-left: 6%;
    }
}

@media (max-width: 1023.98px) {
    .kgil-news-section .news__article-block p {
        margin-bottom: 3rem;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .news__article-block p {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 1023.98px) {
    .kgil-news-section .news__article-block {
        margin-bottom: 3rem;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .news__article-block {
        margin-bottom: 3.5rem;
    }
}

@media (min-width: 768px) {
    .kgil-news-section .news__article-content {
        flex: 0 1 48%;
        max-width: 435px;
    }
}

@media (min-width: 768px) {
    .kgil-news-section .news__article-figure {
        flex: 0 1 48.6%;
        max-width: 470px;
        margin-left: auto;
    }
}

.kgil-news-section .news__article-figure img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; ";
}

@media (max-width: 1023.98px) {
    .kgil-news-section .news__block {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .news__block {
        margin-bottom: 3.5rem;
    }
}

@media (max-width: 1023.98px) {
    .kgil-news-section .news__block h3 {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .kgil-news-section .news__block h3 {
        margin-bottom: 2.5rem;
    }
}

.kgil-news-section .news__block:last-of-type,
.kgil-news-section .news__block p {
    margin-bottom: 0;
}

.kgil-news-section .news__intro {
    margin-bottom: 70px;
}

    .kgil-news-section .news__intro p {
        margin-bottom: 1.5rem;
    }

        .kgil-news-section .news__intro p:last-of-type {
            margin-bottom: 0;
        }

.kgil-news-section .color-black {
    color: #000000;
}

.kgil-news-section .color-orange {
    color: #ff623e;
}

.kgil-news-section .color-primary-blue {
    color: #04327a;
}

.kgil-news-section .color-green {
    color: #68c89e;
}

.kgil-news-section .color-grey {
    color: #7d7d7d;
}

.kgil-news-section .btn--white,
.kgil-news-section .btn--white:focus {
    background-color: #fff;
    color: #04327a;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 160%;
    letter-spacing: 0.12em;
    border-color: #04327a;
}
.kgilNewsSearch__opacity-0 {
    opacity: 0;
}
.kgilNewsDetail__min-height {
    min-height: 292px;
}
.kgil-news-section .tab-content-active {
    display: block !important;
}
.kgil-news-section .tab-content-hidden {
    display: none !important;
}
.kgilNewsDetail__position {
    top: 576px;
}
/*# sourceMappingURL=kgil-news-section.css.map */
