#sub-sitemap .gw-sitemap-container {align-items: stretch;flex-wrap: wrap;}
#sub-sitemap .gw-sitemap-list{padding: 40px;margin:10px;background:#fff;box-shadow:0 15px 10px rgba(34, 34, 34, .02);flex:0 0 calc(25% - 20px);}
#sub-sitemap .gw-partner-info{border-top: 1px solid #eaeaea;}
#sub-sitemap .gw-dep02{border-top:1px solid #eaeaea;line-height: 1.75;}
#sub-sitemap .gw-dep02 > li > a{color: #666;transition: all .3s;}
#sub-sitemap .gw-dep02 > li > a:hover{color: var(--main-color);}

/*반응형------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width:1024px){
    #sub-sitemap .gw-sitemap-list{padding: 20px;flex:0 0 calc(50% - 20px);}
}

@media screen and (max-width:576px){
    #sub-sitemap .gw-sitemap-container {flex-wrap: wrap;}
    #sub-sitemap .gw-sitemap-list{margin:0;flex:0 0 100%;}
    #sub-sitemap .gw-sitemap-list:not(:last-child){margin-bottom: 20px;}
}