<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@media (min-width: 576px){

}
@media (min-width: 768px){
    .home-category .item a .tax,
    .home-category .item .info,
    .home-category .list_item .info {
        text-align: center;
        letter-spacing: 3px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -30px; /*
    height: 45px;*/
        padding: 15px;
        z-index: 1;
        opacity: 0;
        transition: all ease 1s;
        -webkit-transition: all ease 1s;
    }

    .home-category .item a:hover .tax,
    .home-category .item:hover .info, .home-category .list_item:hover .info {
        opacity: 1;
        bottom: 0;
    }

    .home-category .item .info .title, .home-category .list_item .info .title {
        margin: 0;
        color: #fff;
    }


    .home-category .item a:hover .tax::after,
    .home-category .item:hover .info::after,
    .home-category .list_item:hover .info::after {
        width: 50%;
    }

    .home-category .item a .tax::after,
    .home-category .item .info::after,
    .home-category .list_item .info::after {
        content: "";
        background: rgba(0,0,0,.5);
        width: 0;
        height: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        transition: all ease .6s;
        -webkit-transition: all ease .6s;
        z-index: -1;
    }


    .home-category .item a:hover .tax::before,
    .home-category .item:hover .info::before,
    .home-category .list_item:hover .info::before {
        width: 50%;
    }

    .home-category .item a .tax::before,
    .home-category .item .info::before,
    .home-category .list_item .info::before {
        content: "";
        background: rgba(0,0,0,.5);
        width: 0;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        transition: all ease .6s;
        -webkit-transition: all ease .6s;
        z-index: -1;
    }
}
@media (min-width: 992px){
    body.home .banner .banner-pub-content .banner-tax {
        display: block;
        pointer-events: none;
        position: absolute;
        width: 170px;
        left: -196px;
        bottom: 200px;
        text-align: right;
    }
    body.home .banner .container-fluid {
        width: 75%;
        margin-left: 25%;
        margin-top: 62px;
    }
    .header .navbar-nav .nav-link {
        padding: 25px 20px 25px;
    }
    .header .navbar .navbar-nav &gt; .nav-item.dropdown &gt; .nav-link::before {
        content: "/";
        color: #858585;
        position: absolute;
        right: 0;
    }
    .header .navbar .navbar-nav &gt; .nav-item.dropdown:last-child &gt; .nav-link::before {
        content:none;
    }
    body.home .banner .banner-tax.top {
        left: auto;
        right: 10%;
        bottom: auto;
        top: -36px;
        width: auto;
        font-weight: bold;
        letter-spacing: 11px;
        line-height: 2;
        writing-mode: vertical-rl;
        text-align: left;
        font-size: 18px;
        z-index: 1;
    }
}
@media (min-width: 1200px){

}
@media (max-width: 1199px) {
    body.about .topbox:before {
        right: 40px;
    }
}
@media (max-width: 991px) {
    body.home .banner .banner-pub-content {
        display:none;
    }
    .home-category .home-pagelist-area .list_item {
        width: 50%;
    }
    body.about .topbox .info {
        width: 70%;
    }
}
@media (max-width: 767px) {
    .foo-sit, .footer .footer_content.fc_seperate_bottom .foo-sit .sitemap {
        display: block !important;
    }
    .home-category .gallery-list .item, .home-category .container-fluid {
        padding: 0;
    }
    .home-category .gallery-list {
        margin: 0;
    }
    .container .ezshare-box {
        margin: 0 0 22px 0;
    }
    body.about .kind-info {
        margin-bottom: 30px !important;
    }
    body.about .topbox .info {
        width: 95%;
        position: relative;
        bottom: auto;
        top: -28px;
        right: -58px;
        /* left: 56px; */
    }
    body.about .topbox:before {
        height: 500px;
    }
    body.home section.abbox .list {
        margin-bottom: 22px;
    }
}
@media (max-width: 575px) {
    body.about .topbox .info {
        width: 100%;
        bottom: auto;
        top: 0;
        right: auto;
        /* left: 56px; */
    }

    .header .navbar .navbar-brand,  .header .navbar.newtop .navbar-brand, .is_scroll .header .navbar .navbar-brand {
        width: 150px !important;
        height: 62px !important;
    }
}



</pre></body></html>