
/*Content CSS*/
footer { background-color:#191919; padding:70px 0 110px; }
footer .inner { display: flex; justify-content: space-between; align-items: flex-end; }

footer h1 { font-size: 30px; font-weight: bold; color: #fff; line-height: 1; }
footer .ft_info { margin:30px 0; font-size: 14px; font-weight: 300; color: #fff; line-height: 2.14; }
footer .ft_copy { font-size: 14px; font-weight: 300; color: rgba(255, 255, 255, 0.3); }


#top_btn { position:fixed; bottom:20px; right:20px; width:50px; height:50px; line-height:46px; border:1px solid #000; color:#000;
text-align:center; font-size:15px; z-index:90; background:rgba(255,255,255,0.5); transition: all 0.3s ease; opacity: 0; }
#top_btn:hover { border-color:#c30d23; background:#c30d23; color:#fff}
.scrolled #top_btn { opacity: 1; }

footer .sub_cont { width:100%; max-width: 380px; display: none; margin:40px auto 0; }
footer .sub_cont a { display: block; height: 40px; line-height: 38px; text-align: center; width:100%; border:1px solid rgba(255,255,255,0.3); font-size: 14px; font-weight: 300; color:#fff; }


@media screen and (max-width:1023px) {
    footer { padding:60px 0; }
    footer .inner { flex-direction: column; text-align: center; align-items: center; }

    footer h1 { font-size: 21px; }
    footer .ft_info { margin:20px 0 15px; font-size: 13px; line-height: 2; }
    footer .ft_copy { font-size: 11px; }
    footer .ft_logo { margin:40px 0 0; width:200px; }

    footer .sub_cont { display: block; }

}

@media screen and (max-width: 767px) {



}
