@charset "utf-8";

/* Common Reset & helpers */
#wrap-footer, #wrap-footer ul, #wrap-footer li, #wrap-footer button, #wrap-footer a, #wrap-footer i, #wrap-footer span, #wrap-footer strong {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
#wrap-footer ul, #wrap-footer li {
    list-style: none;
}
#wrap-footer a {
    text-decoration: none;
    color: inherit;
}
#wrap-footer button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
}

/* Screen Reader Only */
#wrap-footer .sr-only {position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap;}

/* Footer Layout */
#wrap-footer {
    width: 100%;
    background-color: #f7f7f7;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}
#wrap-footer .inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

/* Footer Top Bar (소속기관) */
#wrap-footer .footer-org {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
#wrap-footer .footer-org .org-site {
    text-align: right;
}

#wrap-footer .footer-org {border-width:1px 0;border-style:solid;border-color:#d8d8d8;}
#wrap-footer .org-site { display:flex; width:100%; margin:0 auto;}
#wrap-footer .org-site > li {width:300px; border: 0 solid #d8d8d8; border-right-width:1px;}
#wrap-footer .org-site > li:first-child {border-left:1px solid #d8d8d8;}
#wrap-footer .org-site > li .site-btn {
    position: relative;
    padding: 0 40px 0 20px;
    display: flex;
    align-items: center;
    height: 54px;
    width: 100%
    color: #333;
    font-size: 17px;
    font-weight: 500;
}
#wrap-footer .org-site > li .site-btn:after {
    content: '';
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(/images/place2016/mta/2025/footer/ico_org_more.png) no-repeat center;
}
#wrap-footer .org-site > li .site-btn:is(:hover,:focus) {color:#0070c9;}
#wrap-footer .org-site > li .site-btn:is(:hover,:focus):After {filter:brightness(1.2) drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));}

.footer-menu{max-width:302px;}
.footer-menu .menu-list li+li{margin-top:20px;}
#wrap-footer .footer-menu .menu-list a {
    position: relative; 
    padding-right: 25px; 
    display: inline-block;
}
#wrap-footer .footer-menu .menu-list a:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/images/place2016/mta/2025/footer/ico_arr_right.png) no-repeat;
    right: 0; 
    top: 50%;
    transform: translateY(-50%); 
}

/* Footer Main Body */
#wrap-footer .footer-body {
    padding: 40px 0;
    background: #f0f0f0;
}
#wrap-footer .footer-body .inner {
    position: relative; 
}
#wrap-footer .footer-logo {
    margin-bottom: 20px;
}
#wrap-footer .footer-logo img {
    vertical-align: middle;
}
#wrap-footer .footer-cont {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
}
#wrap-footer .footer-address li {
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}
#wrap-footer .footer-address li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #ccc;
}
#wrap-footer .footer-address b {
    font-weight: bold;
}

#wrap-footer .footer-menu .menu-list {
    padding: 0;
    margin: 0;
}
#wrap-footer .footer-menu .menu-list li {
    text-align: right;
}
#wrap-footer .footer-menu .menu-list li {
    display: block;
}
#wrap-footer .footer-menu .menu-list li + li {
    margin-top: 15px;
}

#wrap-footer .footer-menu .private {
    font-weight: bold;
    color: #333;
}

/* Footer Bottom */
#wrap-footer .footer-bottom {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#wrap-footer .footer-nav li {
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}
#wrap-footer .footer-nav li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #ccc;
}
#wrap-footer .footer-nav .private strong {
    color: #0075c2;
    font-weight: bold;
}
#wrap-footer .copyright {
    color: #777;
    font-size: 13px;
}
#wrap-footer .footer-banner {
    border-radius: 5px;
    margin-top: 2rem;
    padding: 7px 20px 7px 140px;
    background: #fff;
    color: #555;
    text-align: left;
    position: relative;
}
#wrap-footer .footer-banner:before {
    content: '';
    display: block;
    position: absolute;
    width: 109px;
    height: 23px;
    background: url(/images/place2016/mta/2025/footer/footer_logo_banner.png) no-repeat 0;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/* Modal Popup */
#wrap-footer .wrap-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10000;
}
#wrap-footer .modal-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    max-width: 800px;
    width: 90%;
}
#wrap-footer .site-popup .site-tit {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #333;
}
#wrap-footer .site-popup .site-box ul {
    display: flex;
    flex-wrap: wrap;
}
#wrap-footer .site-popup .site-box li {
    width: 25%;
    padding: 8px 0;
}
#wrap-footer .site-popup .site-box a {
    position: relative;
    padding-left: 10px;
}
#wrap-footer .site-popup .site-box a::before {
    content: '·';
    position: absolute;
    left: 0;
    top: 0;
}
#wrap-footer .modal-close {position: absolute; top: 30px; right: 45px; width: 30px; height: 30px; font-size: 30px; color: #333; line-height: 1; font-weight: bold; }


/* Responsive */
@media (max-width: 1024px) {
    #wrap-footer .footer-body .inner {
        flex-direction: column;
        align-items: flex-start;
    }
    #wrap-footer .footer-logo {
        margin-bottom: 20px;
    }
    #wrap-footer .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    #wrap-footer .copyright {
        margin-top: 10px;
    }

    #wrap-footer .site-popup .site-box li {
        width: 33.33%;
    }
}
@media (max-width: 768px) {
    #wrap-footer .footer-body .inner,
    #wrap-footer .footer-cont {
        flex-direction: column;
        align-items: flex-start;
    }

    #wrap-footer .footer-cont {
        width: 100%;
    }
    
    #wrap-footer .footer-menu {
        position: static;
        text-align: left;
        margin-top: 20px;
    }
}
@media (max-width: 480px) {
    #wrap-footer .site-popup .site-box li {
        width: 100%;
    }
}