
/*Content CSS*/
footer { width:100%; background-color:#111; padding:55px 0; }
.footer_con { max-width: 1300px; margin: 0 auto; }
.footer_con > div { display: flex; justify-content: space-between; }

/* top */
.ft_top { align-items: center; padding-bottom: 30px; margin-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.2); }
#ft_q_menu { display: flex; }
#ft_q_menu li a { position:relative; font-size:15px; color:#fff; font-family: 'S-CoreDream-4Regular'; transition: all .3s; }
#ft_q_menu li a:after { content:""; display:inline-block; width:1px; height: 15px; background:rgba(248,248,248,0.2); margin:0 35px; }
#ft_q_menu li a:hover { color:#009bdd; }
#ft_q_menu li:last-child a:after { display: none; }

.ft_btn a { display: block; width:140px; text-align: center; line-height:30px; font-size:10px; border:1px solid #009bdd;
    color:#fff; transition: all .3s; background:#009bdd; font-weight: 300; }
.ft_btn a:hover { border-color: #fff; background:#fff; background:none; }

/* bot */
.ft_info { font-size:13px; color:rgba(255, 255, 255, 0.8); font-weight: 300; line-height: 1.85; }
.ft_copy { margin-top: 20px; font-size:13px; color:rgba(255, 255, 255, 0.3); font-weight: 300; }
.ft_copy a { color:rgba(255, 255, 255, 0.3); }


/* 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; }
#top_btn:hover { border-color:#009bdd; background:#009bdd; color:#fff}

.scrolled #top_btn { opacity: 1; }
