
/*Content CSS*/
footer { width:100%; padding:50px 0; background:#1b1e2a; }
.footer_con { max-width: 1300px; margin: 0 auto; }

/* top */
.ft_top { padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.25); }
#ft_q_menu { display: flex; }
#ft_q_menu li a { position:relative; font-size:16px; color:#eceded; transition: all .3s; }
#ft_q_menu li a:after { content:""; display:inline-block; width:1px; height: 12px; background:#d7d8de; margin:0 45px; }
#ft_q_menu li a:hover { color:#219914; }
#ft_q_menu li:last-child a:after { display: none; }


/* bot */
.ft_info { font-size:13px; line-height: 25px; color:rgba(255, 255, 255, 0.8); font-weight: 300; word-break: keep-all;  }
.ft_copy { margin-top: 15px; font-size:13px; color:rgba(255, 255, 255, 0.3); font-weight: 300; word-break: keep-all; }
.ft_copy a { color:#555; word-break: keep-all;  }


/* top버튼 */
#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; z-index: 1; }

#top_btn:hover { background:#219914; border-color:#219914; color:#fff; }

.scrolled #top_btn { opacity: 1; }





@media screen and (max-width: 1420px) {
    .footer_con { max-width: 1420px; padding:0 60px; }
}

@media screen and (max-width: 1023px) {
    footer { padding: 35px 0; }
    .ft_top { display: none; }
    .ft_bot { text-align: center; }
    .footer_con { padding:0 40px; }

    .ft_info { font-size: 12px; line-height: 22px; }
    .ft_copy { font-size: 12px; }
}
@media screen and (max-width: 767px) {
    .footer_con { padding:0 20px; }
}
