
/*Content CSS*/
footer { width:100%; background-color:#000; padding:30px 15px; }
.footer_con { max-width: 100%; margin: 0 auto; }
.footer_con > div { }

/* bot */
.ft_bot { text-align: center; line-height: 21px; }
.ft_info { font-size:12px; color:rgba(255, 255, 255, 0.65); font-weight: 300; line-height: 21px; }
.ft_copy { margin-top: 7px; font-size:12px; color:rgba(255, 255, 255, 0.3); font-weight: 300; }
.ft_copy a { color:rgba(255, 255, 255, 0.3) !important; }
.pri_btn > a{font-size: 12px; font-weight: 700; color: #1f4de5 !important; margin-top: 15px; display: block;}


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

.scrolled #top_btn { opacity: 1; }
