@font-face {
    font-family: gotham-book;
    src: url(gothambook-webfont.woff2);
    font-display: swap;
}

@font-face {
    font-family: gotham-ultra;
    src: url(gotham_ultra-webfont.woff2);
    font-display: swap;
}

@font-face {
    font-family: gotham-light;
    src: url(gothamlight-webfont.woff2);
    font-display: swap;
}

@font-face {
    font-family: gotham-medium;
    src: url(gothammedium-webfont.woff2);
    font-display: swap;
}

:root{
    --primary: #7e2017;
    --secondary: #7D6A55;
}
body,html{
    margin: 0;
    padding: 0;
    font-family: gotham-book;
}

a{
    color: #000;
    text-decoration: none;
}

ul{
    padding: 0;
    list-style: none;
}

.container-sitemap{
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.textBlack{
    color: #000;
}

.lightRedText{
    color: var(--primary);
}

.btn-stm{
    display: inline-block;
    background: #F2F2F2;
    line-height: 1.2;
    border: 1px solid #F2F2F2;
    border-bottom-right-radius: 0px;
    transition: .5s ease;
    padding: 14px 8px;
    color: var(--primary);
    font-size: 14px;
    text-align: center;
}

.btn-stm:hover,.btn-stm.active-btn{
    color: var(--primary);
    border-color: #7D6A55;
}

.btn-stm.btn-stm-red{
    background: var(--primary);
    border-color: var(--priamry);
    color: #fff;
}

.btn-stm.btn-stm-red:is(button):hover,
.btn-stm.btn-stm-red:is(a):hover{
    color: #fff;
    background: var(--secondary);
    border-color: var(--secondary);
}


.sitemap-secA{
    padding: 40px 0 100px;
    background: url(../../images/sm-FlowerImg.png) no-repeat;
    background-position: 108% 0;
    background-size: 15%;
}

.sitemap-secA .brdcrp{
    margin-bottom: 40px;
}

.sitemap-secA .title-sitemap{
    font-size: 40px;
    line-height: 1.2;
    font-family: gotham-light;
    color: var(--primary);
}

.sitemap-secA .title-sitemap span{
    font-family: gotham-ultra;
}

.sitemap-secA .hm-btn{
    margin: 50px 0 40px;
}

.sitemap-secA .hm-btn .go-home{
    --btn: 56px;
    display: inline-block;
    height: var(--btn);
    line-height: var(--btn);
    background: var(--primary);
    font-size: 20px;
    letter-spacing: -0.4px;
    color: #fff;
    padding: 0 82px;
    border-bottom-right-radius: 0px;
    transition: .5s ease;
}

.sitemap-secA .hm-btn .go-home:hover{
    background: var(--secondary);
}


.sitemap-secA .sitemap-wrap{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 30px;
}

.col-site-wrap .col-title{
    margin-bottom: 20px;
}

.col-site-wrap .btn-stm{
    width: 100%;
}

.col-site-wrap .col-site-ul .btn-stm{
    min-height: 63px;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.col-site-wrap .col-site:has(.see-more-btn-cat) .col-site-ul{
    max-height: 495px;
    overflow: hidden;
}

.col-site-wrap .col-site:has(.see-more-btn-cat) .col-site-ul.active-ul-cat{
    max-height: 540px;
}


.col-site-wrap .col-site .col-site-ul::-webkit-scrollbar {
    width: 5px;
}

.col-site-wrap .col-site .col-site-ul::-webkit-scrollbar-track {
    box-shadow: none;
}

.col-site-wrap .col-site .col-site-ul::-webkit-scrollbar-thumb {
    background-color: var(--primary);
}

.col-site-wrap .col-site .col-site-ul.active-ul-cat{
   overflow-y: auto;
}
.col-site-wrap .col-site .col-site-ul li{
    margin-bottom: 20px;
}


.col-site-wrap .col-site .stp-dropdown{
    margin-top: 10px;
    display: none;
}

.col-site-wrap .col-site .stp-dropdown .stp-dropdown-ul{
    max-height: 175px;
    overflow: hidden;
    padding-right: 2px;
    margin-bottom: 10px;
}

.stp-dropdown-ul::-webkit-scrollbar {
    width: 5px;
    background: #fff;
}

.stp-dropdown-ul::-webkit-scrollbar-track {
    box-shadow: none;
}

.stp-dropdown-ul::-webkit-scrollbar-thumb {
    background-color: var(--primary);
}

.col-site-wrap .col-site .stp-dropdown .stp-dropdown-ul.active-ul{
    overflow-y: auto;
}


.col-site-wrap .col-site .stp-dropdown li{
    margin-bottom: 12px;
}

.col-site-wrap .col-site .see-more-btn{
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 16px;
    border-bottom-right-radius: 0px;
    background: var(--primary);
    color: #fff;
    font-size: 16px;
}

.col-site-wrap .col-site .stp-dropdown li a{
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px;
    border-bottom: 2px solid #7D6A55;
    transition: .5s ease;
}

.col-site-wrap .col-site .stp-dropdown li a:hover{
    color: var(--primary);
    border-color: var(--primary);
}


@media screen and (max-width: 1480px) {
    .sitemap-secA .sitemap-wrap{
        padding-right: 100px;
        gap: 10px;
    }
}
@media screen and (max-width: 1320px) {
    .container-sitemap{
        padding: 0 20px;
    }
}

@media screen and (max-width: 1280px) {
    .sitemap-secA .sitemap-wrap{
        grid-template-columns: repeat(4,1fr);
    }
}




@media screen and (max-width: 991px) {
    .sitemap-secA .sitemap-wrap{
        grid-template-columns: repeat(3,1fr);
    }
    
    .sitemap-secA{
        background-position: 116% 0;
        background-size: 25%;
    }
    
}
@media screen and (max-width: 675px) {
    .sitemap-secA .sitemap-wrap{
        grid-template-columns: repeat(2,1fr);
        padding-right: 85px;
    }

    .sitemap-secA .hm-btn .go-home{
        font-size: 16px;
        padding: 0 40px;
    }
}

@media screen and (max-width: 540px) {
    .sitemap-secA .sitemap-wrap{
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
    }
    .sitemap-secA .hm-btn {
        margin: 30px 0 30px;
    }
    .col-site-wrap .col-site-ul .btn-stm{
        min-height: 48px;
    }
    .col-site-wrap .col-site .col-site-ul li{
        margin-bottom: 8px;
    }
    .col-site-wrap .col-site .see-more-btn {
        font-size: 13px;
    }
    .sitemap-secA .title-sitemap{
        font-size: 32px;
    }
    .col-site-wrap .col-site:has(.see-more-btn-cat) .col-site-ul {
        max-height: 330px;
    }
    .col-site-wrap .col-site:has(.see-more-btn-cat) .col-site-ul.active-ul-cat {
        max-height: 358px;
    }
    .btn-stm{
        padding: 10px 8px;
        font-size: 13px;
    }
    .col-site-wrap .col-site > ul >li{
        margin-bottom: 10px;
    }
    .col-site-wrap .col-title {
        margin-bottom: 10px;
    }
    .col-site-wrap .col-site .stp-dropdown .see-more-btn {
        gap: 5px;
        padding: 6px 9px;
        line-height: 1.2;
        border-bottom-right-radius: 0px;
        font-size: 12px;
        font-weight: 500;
    }
    .sitemap-secA{
        padding: 30px 0;
    }
    .sitemap-secA .hm-btn .go-home {
        --btn: 40px;
        padding: 0 19px;
    }
}
@media screen and (max-width: 530px) {
    .sitemap-secA .sitemap-wrap{
        padding-right: 0;
    }
    .container-sitemap {
        padding: 0 12px;
    }
}

@media screen and (max-width: 420px) {
    .btn-stm{
        font-size: 12px;
    }
}
@media screen and (max-width: 345px) {
    .sitemap-secA .sitemap-wrap{
        grid-template-columns: 100%;
    }
    .btn-stm{
        font-size: 13px;
    }
    .col-site-wrap .col-site .col-site-ul {
        max-height: 345px;
    }
}