@charset "UTF-8";

/* TOP-MV */
.container.custom-fv {
    margin-top: unset !important;
}

.custom-fv .lib-fv__thumb {
    height: 100%;
}

.custom-fv__inside {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, .8);
    padding: 20px;
    height: 100%;
}

@media print,
screen and (max-width: 576px) {
    .custom-fv .lib-fv__txtarea {
        position: unset;
    }
}

@media print,
screen and (min-width: 576px) {
    .custom-fv .lib-fv__thumb {
        height: 450px;
    }
}

@media print,
screen and (min-width: 992px) {
    .custom-fv__inside {
        display: flex;
        align-items: center;
        background: rgba(255, 255, 255, .8);
        padding: 233px 40px 129px 40px;
        height: 100%;
    }

    .custom-fv .lib-fv__thumb {
        height: 705px;
    }
}

/* TOP-About */
@media print,
screen and (min-width: 576px) {
    .lib-fv__thumb {
        height: 550px;
    }
}

.lib-fv__inside.w-992 {
    max-width: 992px;
}

/* Header-Custom */
@media print,
screen and (max-width: 992px) {
    .lib-header__logo {
        margin-left: 20px;
    }
}

/* Footer-Custom */
.lib-footer__other>li a {
    color: #999999 !important;
}

.lib-footer__logo {
    width: 370px !important;
}

/* Other-Custom */
.lib-media__category .badge {
    background-color: var(--ACC);
}

@media print,
screen and (min-width: 768px) {

    .lib-cnt-012__outer .lib-cnt-012__col:nth-child(4n) .lib-card__item,
    .lib-cnt-012__outer .lib-cnt-012__col:nth-child(4n-3) .lib-card__item {
        background-color: var(--LMAIN);
    }

    .lib-cnt-012__outer .lib-cnt-012__col:nth-child(4n-1) .lib-card__item,
    .lib-cnt-012__outer .lib-cnt-012__col:nth-child(4n-2) .lib-card__item {
        background-color: var(--WHT);
    }
}

@media print,
screen and (max-width: 767.8px) {
    .lib-cnt-012__col .lib-card__item {
        background-color: var(--LMAIN);
    }

    .lib-cnt-012__col:nth-child(odd) .lib-card__item {
        background-color: var(--WHT);
    }
}

#wrapper:has(#about) .lib-breadcrumb__outer {
    display: none;
}

#wrapper:has(#about) #contents {
    padding-top: 0;
}

.swiper-pagination-bullet {
    background-color: var(--GRY)!important;
    border: var(--GRY) 1px solid;
}

.swiper-pagination-bullet-active {
    background-color: var(--MAIN)!important;
    border-color: var(--MAIN);
}
