.living-guide-section {
    background: url("../../common/images/livingbg.jpg") center center;
    padding: 100px 0 100px 0;
}

.living-guide-section .living-guide-section-wrapper {
    gap: 20px;
    display: flex;
    padding-left: 10%;
}

.living-guide-section .living-guide-section-wrapper .living-guide-title {
    color: white;
    font-family: "adobe-garamond-pro", serif;
    font-size: 42px;
    font-weight: 600;
    position: relative;
    line-height: 1.2em;
    padding: 2rem 0;
    width: 25%;
    padding-top: 25px;
}

.living-guide-section .living-guide-section-wrapper .living-guide-title::before {
    position: absolute;
    content: "";
    width: 2.25em;
    height: 2px;
    background-color: rgba(125, 133, 149, 1);
    left: 0;
    top: 0;
}

.living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper {
    gap: 50px;
}

.living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card {
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* border: 1px solid gray; */
    margin-bottom: 0px;
    position: relative;
    padding: 30px 40px 30px 50px;
    width: 93%;
}

.living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card::after {
    position: absolute;
    content: "";
    width: 37%;
    height: 10px;
    right: 0;
    top: 0;
    background: rgb(5, 33, 87);
}

.living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card .living-guide-card-header {
    display: flex;
    gap: 30px;
    align-items: start;
    margin: 0 -10px 1rem;
}

.living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card .living-guide-card-header .living-guide-card-image {
    background-size: cover;
    width: 40%;
    aspect-ratio: 3/2;
}

.living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card .living-guide-card-header .living-guide-title-wrapper {
    width: 60%;
}

.living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card .living-guide-card-header .living-guide-card-title {
    font-weight: 600;
    font-family: "adobe-garamond-pro", serif;
    font-size: 30px;
    line-height: 1.3em;
    color: rgb(0, 35, 104);
    margin-bottom: 0;
    padding: 35px 0;
}

.living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card .living-guide-card-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card .living-guide-card-content p {
    font-size: 14px;
}

.living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card .living-guide-card-content .living-guide-card-content-wrapper {
    display: flex;
    gap: 10px;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    padding: 10px;
    font-size: 14px;
}

.living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card .living-guide-card-content .living-guide-card-content-wrapper a {
    color: #003399;
    margin-left: 5px;
}

.living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card .living-guide-card-content .link-more {
    cursor: pointer;
    background-color: white;
}

.living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card .living-guide-card-content .link-more .link {
    display: flex;
    font-size: 16px;
    color: #003399;
    font-weight: 500;
    font-family: "jost", sans-serif;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    justify-content: flex-end;
}

.living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card .living-guide-card-content .link-more .link:hover {
    color: rgb(0, 187, 255);
}

.living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card .living-guide-card-content a {
    text-decoration: none;
}

.article_img {
    background: url("../../common/images/Article.png");
}

@media screen and (max-width: 1440px) {
    .living-guide-section .living-guide-section-wrapper {
        width: 100%;
        padding: 0px 64px;
    }

    .living-guide-section .living-guide-section-wrapper .living-guide-title {
        width: 230px;
    }

    .living-guide-section .living-guide-section-wrapper {
        gap: 9%;
    }
}

@media screen and (max-width: 1201px) {
    .living-guide-section .living-guide-section-wrapper .living-guide-title {
        width: 309px;
    }
}

@media screen and (max-width: 1200px) {
    .living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card {
        padding-bottom: 42px;
    }
}

@media screen and (max-width: 981px) {
    .living-guide-section .living-guide-section-wrapper .living-guide-title {
        width: 427px;
    }

    .living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card {
        padding-left: 28.75px;
        padding-right: 30px;
        padding-top: 28px;
        padding-bottom: 24.65px;
        width: 100%;
    }

    .living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card .living-guide-card-header {
        margin: 0px;
        align-items: start;
        gap: 20.8px;
    }

    .living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card .living-guide-card-header .living-guide-card-title {
        font-size: 2.9vw;
    }

    .living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card .living-guide-card-header .living-guide-card-image {
        width: 49%;
    }

    .living-guide-card-content-wrapper>* {
        font-size: 14px;
    }

    .living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card .living-guide-card-header .living-guide-card-title {
        padding-top: 32px;
        padding-bottom: 36px;
    }

    .living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card .living-guide-card-content {
        gap: 12px;
    }

    .living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card .living-guide-card-content .living-guide-card-content-wrapper {
        padding: 9px 0px;
        line-height: 1.4;
    }

    .living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card .living-guide-card-content .link-more {
        margin-top: -1px;
    }
}

@media screen and (min-width: 980px) {
    .living-guide-inner-wrapper {
        display: flex;
    }
}

@media screen and (max-width: 980px) {
    .living-guide-section {
        background: url("../../common/images/sp/livingbgsp.jpg") center center;
        padding: 50px 0 65px 0;
        background-size: contain;
    }

    .living-guide-section .living-guide-section-wrapper {
        display: block;
        padding: 0 20px;
    }

    .living-guide-inner-wrapper {
        gap: 10px !important;
        display: grid;
    }

    .living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card {
        width: 100%;
        padding: 25px 4% 1rem;
        min-height: 300px;
    }

    .living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card::after {
        width: 41%;
        left: -1px;
        top: -1px;
    }

    .living-guide-section .living-guide-section-wrapper .living-guide-title {
        width: 100%;
        font-size: 26px;
    }

    .living-guide-section .living-guide-section-wrapper .living-guide-title::before {
        width: 36px;
    }

    .living-guide-card .living-guide-card-header {
        gap: 10px !important;
        margin: 0 -5px 0 !important;
        display: block !important;
    }

    .living-guide-section .living-guide-card .living-guide-card-content-wrapper {
        display: block !important;
        line-height: 16px;
    }

    .living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card .living-guide-card-header .living-guide-card-title {
        font-size: 18px;
        width: 50%;
        text-align: center;
        position: absolute;
        right: 24px;
        top: 0;
    }

    .living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card .living-guide-card-content {
        gap: 14px;
        padding-top: 14px;
    }

    .living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card .living-guide-card-content p {
        line-height: 16px;
    }

    .living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card .living-guide-card-content .living-guide-card-content-wrapper {
        padding: 10px 0 !important;
    }

    .living-guide-section .living-guide-section-wrapper .living-guide-inner-wrapper .living-guide-card .living-guide-card-header .living-guide-title-wrapper {
        width: 100%;
        font-size: 204px;
    }
}