@keyframes shine {
    from {
        opacity: 0;
        left: 0%;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
        left: 100%;
    }
}

.banner.blog-listing-banner {
    padding: 5rem 0;
}

.banner.blog-detail-banner::before {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

@media only screen and (max-width: 675px) {
    .banner.blog-detail-banner.builder-detail-banner::before {
        background: rgba(0, 0, 0, 0.2);
    }
}

.banner.blog-detail-banner.builder-detail-banner .bg {
    height: 420px;
}

.banner.blog-detail-banner .content {
    max-width: 700px;
    margin-left: 0;
    flex: 1;
}

@media only screen and (max-width: 991px) {
    .banner.blog-detail-banner .content {
        max-width: 460px;
    }
}

@media only screen and (max-width: 520px) {
    .banner.blog-detail-banner .content {
        max-width: 100%;
    }
}

.banner.blog-detail-banner .content.builder-detail-content {
    display: flex;
    gap: 42px;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .banner.blog-detail-banner .content.builder-detail-content {
        gap: 32px;
    }
}

@media only screen and (max-width: 675px) {
    .banner.blog-detail-banner .content.builder-detail-content {
        flex-direction: column;
        gap: 18px;
    }
}

.banner.blog-detail-banner .content.builder-detail-content .ico {
    width: 145px;
    padding: 10px 20px;
    background: var(--white);
    border-radius: 5px;
    line-height: 0;
}

.banner.blog-detail-banner .content.builder-detail-content .ico img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.banner.blog-detail-banner .content.builder-detail-content .inf {
    flex: 1;
}

@media only screen and (max-width: 675px) {
    .banner.blog-detail-banner .content.builder-detail-content .inf {
        text-align: center;
    }
}

.banner.blog-detail-banner .content.builder-detail-content .inf p {
    margin-top: 6px;
}

@media only screen and (max-width: 991px) {
    .banner.blog-detail-banner .content h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 675px) {
    .banner.blog-detail-banner .content h1 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 520px) {
    .banner.blog-detail-banner .content h1 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 345px) {
    .banner.blog-detail-banner .content h1 {
        font-size: 18px;
    }
}

.banner.blog-detail-banner .content p {
    margin-bottom: 17px;
    margin-top: 0;
    color: var(--white);
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

@media only screen and (max-width: 520px) {
    .banner.blog-detail-banner .content p {
        font-size: 13px;
    }
}

.banner.blog-detail-banner .share_btn {
    padding-top: 50px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

@media only screen and (max-width: 675px) {
    .banner.blog-detail-banner .share_btn {
        margin: 0 auto;
    }
}

.banner.blog-detail-banner .share_btn .share-btn-ico {
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media only screen and (max-width: 520px) {
    .banner.blog-detail-banner .share_btn .share-btn-ico img {
        width: 25px;
    }
}

@media only screen and (max-width: 360px) {
    .banner.blog-detail-banner .share_btn .share-btn-ico img {
        width: 20px;
    }
}

.banner.blog-detail-banner .share_btn .side_ico-m {
    position: absolute;
    display: flex;
    gap: 15px;
    flex-direction: column;
    border-radius: 5px;
    opacity: 0;
    left: auto;
    bottom: auto;
    left: calc(100% + 20px);
    top: 50%;
    translate: 0 -50%;
    flex-direction: row;
    transform: translateX(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transform-origin: left;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.banner.blog-detail-banner .share_btn .side_ico-m.open {
    opacity: 1;
    transform: translateX(0px);
    pointer-events: all;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto;
}

.banner.blog-detail-banner .share_btn .side_ico-m li svg {
    fill: var(--white);
    width: 25px;
}

.banner.blog-detail-banner .share_btn .side_ico-m li svg:hover {
    fill: var(--primary);
}

.blog-detail-secA {
    padding: 75px 0 0;
}

@media only screen and (max-width: 675px) {
    .blog-detail-secA {
        padding: 3rem 0 0;
    }
}

.blog-detail-secA.builder-detail-secA .flex {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.blog-detail-secA .flex {
    gap: 73px;
}

.blog-detail-secA .flex .colA {
    flex: 0 1 36.407%;
    position: sticky;
    top: calc(var(--headerfixed) + 75px);
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .blog-detail-secA .flex .colA {
        display: none;
    }
}

.blog-detail-secA .flex .colA figure {
    line-height: 0;
}

.blog-detail-secA .flex .colA figure img {
    width: 100%;
}

.blog-detail-secA .flex .colB {
    flex: 1;
}

.blog-detial-secB {
    padding: 80px 0 100px;
}

@media only screen and (max-width: 991px) {
    .blog-detial-secB {
        padding: 3rem 0 5rem;
    }
}

@media only screen and (max-width: 675px) {
    .blog-detial-secB {
        padding: 3rem 0 3rem;
    }
}

@media only screen and (max-width: 991px) {
    .blog-detial-secB .slider-nav {
        display: none;
    }
}

@media only screen and (max-width: 675px) {
    .blog-detial-secB .container {
        padding-right: 0;
    }
}

.blog-detial-secB .upper-sec {
    margin-bottom: 54px;
}

@media only screen and (max-width: 675px) {
    .blog-detial-secB .upper-sec {
        margin-bottom: 2.5rem;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 345px) {
    .blog-detial-secB .upper-sec {
        padding-right: 13px;
    }
}

@media only screen and (max-width: 320px) {
    .blog-detial-secB .upper-sec {
        padding-right: 10px;
    }
}

.blog-listing-secA {
    padding-bottom: 80px;
}

.blog-listing-secA .btn-wrap {
    margin-top: 50px;
}

.blog-col {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0392156863);
    border: 1px solid #C9C9C9;
    border-radius: 5px;
}

.blog-col:has(.figure:is(a):hover, .figcaption .ttl:is(a):hover) .figure img {
    transform: scale(1.05);
}

.blog-col:has(.figure:is(a):hover, .figcaption .ttl:is(a):hover) .figcaption .ttl {
    color: var(--primary);
}

.blog-col .figure {
    line-height: 0;
    display: block;
    overflow: hidden;
}

.blog-col .figure img {
    width: 100%;
    aspect-ratio: 1.678;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    transition: 0.5s ease;
}

.blog-col .figcaption {
    padding: 14px 16px 22px;
}

.blog-col .figcaption .ttl {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.389;
    color: var(--black-light);
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media only screen and (max-width: 675px) {
    .blog-col .figcaption .ttl {
        font-size: 16px;
    }
}

.blog-col .figcaption .date {
    font-size: 14px;
    line-height: 21px;
    color: var(--text);
}

@media only screen and (max-width: 675px) {
    .blog-col .figcaption .date {
        font-size: 12px;
        line-height: 18px;
    }
}

/*# sourceMappingURL=blog.css.map */