@charset "UTF-8";

/*===============
sitemap
================*/
footer .sitemap .sitemap-inner {
    padding: 60px 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    display: flex;
    gap: 20px;
}

footer .sitemap .sitemap-item {
    width: calc(100% / 4);
}

footer .sitemap .sitemap-item .sitemap-title {
    border-bottom: 1px solid #504644;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
}

footer .sitemap .sitemap-item .sitemap-list {
    margin-top: 20px;
}

footer .sitemap .sitemap-item .sitemap-list li:not(:first-child) {
    margin-top: 8px;
}

footer .sitemap .sitemap-item .sitemap-list li a {
    color: #2D3840;
    font-size: 14px;
}

footer .sitemap .sitemap-item .sitemap-list li a:hover {
    color: #3d92ad;
    text-decoration: none;
    transition: 0.1s;
}

footer .sitemap .sitemap-item .sitemap-list li .pdf {
    padding-right: 20px;
    background-image: url(/img/logo-pdf.png);
    background-position: right -4px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

@media screen and (max-width:768px) {
    footer .sitemap .sitemap-inner {
        flex-wrap: wrap;
    }

    footer .sitemap .sitemap-item {
        width: calc(calc(100% - 20px) / 2);
    }

    footer .sitemap .sitemap-item .sitemap-title {
        font-size: 14px;
    }

    footer .sitemap .sitemap-item .sitemap-list li a {
        font-size: 12px;
    }
}

@media screen and (max-width:500px) {

    footer .sitemap .sitemap-item .sitemap-list li:not(:first-child) {
        margin-top: 0;
    }
}

/*===============
copyright
================*/
footer .cp-right-area{
    display: flex;
    justify-content: center;
}
footer .cp-right-area .cprght-inner {
    padding: 30px 10px;
    /* margin: 0 1rem; */
    display: flex;
    justify-content: center;
    /* justify-content: right; */
    flex-wrap: wrap;
    gap: 0 1rem;
    width: 100%;
    /* max-width: 1000px; */
    max-width: 1040px;
    align-items: center;
}

footer .cp-right-area .cprght-inner ul {
    display: flex;
    justify-content: center;
    gap: 6px 20px;
    flex-wrap: wrap;
}

footer .cp-right-area .cprght-inner li {
    position: relative;
    font-size: 12px;
}

footer .cp-right-area .cprght-inner li:not(:last-child):after {
    content: "|";
    position: absolute;
    top: 0;
    right: -11px;
    color: #2D3840;
}

footer .cp-right-area .cprght-inner li a {
    color: #2D3840;
}

footer .cp-right-area .cprght-inner li a:hover {
    color: #3d92ad;
    text-decoration: none;
    transition: 0.1s;
}

footer .cp-right-area .logo {
    width: 100%;
    max-width: 287px;
    display: block;
    /* margin: 10px 0; */
}

footer .cp-right-area .sims{
    font-size: 14px;
    color: #040606;
    text-align: center;
    margin-top: 16px;
    line-height: 1.4;
}

.d-inline-block {
    display: inline-block;
}

footer .cp-right-area .copyright {
    text-align: center;
    margin-top: 10px;
    color: #2D3840;
}

footer .border-top {
    border-top: 1px solid #EBEBEB;
}

@media screen and (max-width:848px) {
    footer .cp-right-area .logo{
        margin: 0;
        display: none;
    }
    footer .cp-right-area .cprght-inner {
        justify-content: center;
    }
    footer .cp-right-area .sims{
        line-height: 1.5;
        text-align: center;
        margin-top: 10px;
    }
    footer .cp-right-area .copyright{
        text-align: center;
    }
    
}

/*===============
siteseal
================*/

footer .siteseal {
    /* margin-bottom: 20px; */
    background: #ffffff;
    padding: 40px 24px;
    display: grid;
    place-content: center;
}

/*===============
footer-news
================*/
footer .footer-news {
    margin: 0 1rem;
}

footer .footer-news .news-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #2D3840;
}

footer .footer-news .banner-area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
    color: #2D3840;
}