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

/* bot */
.ft_info { font-size:12px; color:rgba(255, 255, 255, 0.8); font-weight: 300; line-height: 1.8; }
.ft_copy { margin-top: 20px; font-size:12px; color:rgba(255, 255, 255, 0.3); font-weight: 300; line-height: 1.8; }
.ft_copy a { color:rgba(255, 255, 255, 0.3); }
.ft_logo { margin:0 0 15px; }
.ft_logo img { width: 100px; }

/* top버튼 */
#top_btn { position:fixed; bottom:15px; right:15px; width:45px; height:45px; line-height:43px; 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; }
