footer#stnFooter {
    font-family: var(--FontFamily);
    background: #f5f5f5;
    border-top:1px solid #EAEAEA;
}
footer#stnFooter > article#stnFooter {
    max-width: 1200px;
    padding:1rem 4rem;
    margin:0 auto;
    gap: 3rem;
    display: flex; justify-content: flex-start; flex-direction: row; align-items: center;
}
footer#stnFooter > article#stnFooter > div.stnFooter {
    display: flex; justify-content: center; flex-direction: row; align-items: center;
    width:20%;
    font-size:1.5rem;
}
footer#stnFooter > article#stnFooter > div.stnFooter > div.stnFooterLogo {
    height: 40px;
}
footer#stnFooter > article#stnFooter > div.stnFooterMap {
    flex: 1;
    font-size:.9rem;
    gap: .4rem;
    display: flex; justify-content: center; flex-direction: column; align-items: flex-start;
}
footer#stnFooter > article#stnFooter > div.stnFooterMap > div.stnFooterPolicy {
    display: flex; gap: 2rem;
    padding-bottom: 1rem;
}
footer#stnFooter > article#stnFooter > div.stnFooterMap > div.stnFooterPolicy > a {
    text-decoration: none;
    color: #666;
    transition: color .3s;
    font-size: 1rem;
}
footer#stnFooter > article#stnFooter > div.stnFooterMap > div.stnFooterPolicy > a:hover {
    color:#333;
}
footer#stnFooter > article#stnFooter > div.stnFooterMap > div.stnFooterMapInfo {
    display: flex; gap: 2rem;
}
footer#stnFooter > div.copyright {
    background: #333;
    color:#FFF;
    font-weight: 200;
    font-size: 1rem;
    padding:1rem 0;
    text-align: center;
}
footer#stnFooterM {
    width:100%;
    position: fixed;
    bottom: 0;
    z-index: 1;
    font-family: var(--FontFamily);
}
footer#stnFooterM > article#stnFooterM {
    width:100%;
    padding:2rem 0;
    background: #FFF;
    border-top: 1px solid #CCC;
    bottom: 0;
    z-index: 800;
    display: grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
}
footer#stnFooterM > article#stnFooterM > a {
    text-decoration: none;
    display:flex;align-items:center;justify-content:center;
    flex-direction:column;
    color: #919191;
    font-size:1.125rem;
    font-weight: 500;
    gap: .5rem;
    transition: color .3s;
}
footer#stnFooterM > article#stnFooterM > a:hover {
    color:#333;
}
footer#stnFooterM > article#stnFooterM > a > i {
    font-size:1.75rem;
}

@media (max-width: 345px) {

    div#stnAgency,
    div#stnContents {
        padding-bottom: 10rem !important;
    }

    footer#stnFooterM > article#stnFooterM {
        padding:1rem 0;
    }
    footer#stnFooterM > article#stnFooterM > a {
        font-size: .875rem;
    }
    footer#stnFooterM > article#stnFooterM > a > i {
        font-size: 1.5rem;
    }
    footer#stnFooter > article#stnFooter {
        padding: 1rem 2rem;
    }

    footer#stnFooter {
        display: none;
    }

    footer#stnFooterM {
        display: block;
    }
}
@media (max-width: 345px) {
    footer#stnFooterM > article#stnFooterM > a {
        font-size: .875rem;
    }
}
@media (min-width: 346px) and (max-width: 479px) {
    div#stnContents,
    div#stnAgency,
    div#stnApplication {
        padding-bottom:10rem !important;
    }
    footer#stnFooter > article#stnFooter {
        padding:1rem 2rem;
    }
    footer#stnFooter {
        display: none;
    }
    footer#stnFooterM {
        display: block;
    }
    footer#stnFooterM > article#stnFooterM > a {
        font-size: 1rem;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    div#stnContents,
    div#stnAgency,
    div#stnApplication {
        padding-bottom:10rem !important;
    }
    footer#stnFooter > article#stnFooter {
        padding:1rem 2rem;
    }
    footer#stnFooter {
        display: none;
    }
    footer#stnFooterM {
        display: block;
    }
}
@media all and (min-width:768px) and (max-width:1023px) {
    footer#stnFooterM {
        display: none;
    }
}
@media screen and (min-width: 1024px) {
    footer#stnFooterM {
        display: none;
    }
}

#footerKakao {
    z-index: 999999;
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 50px;
    height: 100px;
}

#footerKakao.on {
    z-index: 999999;
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 50px;
    height: 100px;
}


#footerKakao2 {
    z-index: 999999;
    position: fixed;
    right: 20px;
    bottom: 0;
    width: 50px;
    height: 100px;
}

#footerKakao2.on {
    z-index: 999999;
    position: fixed;
    right: 20px;
    width: 50px;
    height: 100px;
}
