/* #footer { background-color: #000; } */
#footer .inner { padding: 3.5rem 1rem 1rem; max-width: 1200px; margin: 0 auto; }
#footer .top { justify-content: space-between; flex-wrap: wrap;overflow: hidden;}
#footer .top .left, #footer .top .right { float:left;min-width: 180px;font-weight: 300 !important; }
#footer .top h3 { font-size: 2em; color: #333; padding-bottom: 1.25rem;display:block;}
#footer .top .txt ul { padding: 0; list-style: none; }
#footer .top .txt ul li {color: #777; padding:3px 0; display: flex; align-items: center; flex-wrap: wrap; }
#footer .top .txt ul li h2 { color: #777;margin-right: 5px;font-weight: 300 !important; }
#footer .top .txt ul li span {color: #555;}
#footer .bottom { margin-top: 3rem; }
#footer .bottom ul { display: flex; flex-wrap: wrap; justify-content: flex-start; padding: 0; }
#footer .bottom ul li { margin-right: 2rem; margin-bottom: 5px; }
#footer .bottom ul li a {color: #777;font-weight: 300 !important; }
#footer .top .txt a span { color: #a56b6b !important; }
#footer .copy  { font-size: 0.9375rem; color: #777; opacity: 0.8; margin-top: 2rem;font-weight: 300 !important; }
#footer .sns_box { display: flex; gap: 1.5rem; margin-top: 2rem; padding: 0; }
#footer .sns_box .sns a { display: block; width: 4rem; height: 4rem; border: 1px solid rgba(255,255,255,0.2); font-size: 0; background: url(../img/facebook.png) no-repeat center / 0.6rem; }
#footer .sns_box .sns.n2 a { background-image: url(../img/insta.png); background-size: 2rem; }
#footer .sns_box .sns.n3 a { background-image: url(../img/naver.png); background-size: 1.8rem; }

@media (max-width: 768px) {
    #footer .top { flex-direction: column; }
    #footer .top .left, #footer .top .right { width: 100%; margin-bottom: 2rem; }
    #footer .bottom ul { flex-direction: column; }
    #footer .bottom ul li { margin-right: 0; }
    #footer .inner { padding: 2rem; }
}

@media (max-width: 576px) {
    #footer .top .txt ul li h2 {}
    #footer .top .txt ul li span {}
    #footer .sns_box .sns a { display: block; width: 3rem; height: 3rem; border: 1px solid rgba(255,255,255,0.2); font-size: 0; background: url(../img/facebook.png) no-repeat center / 0.6rem; }
    #footer .sns_box .sns.n2 a { background-image: url(../img/insta.png); background-size: 1.0rem; }
    #footer .sns_box .sns.n3 a { background-image: url(../img/naver.png); background-size: 1.0rem; }
}