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

/* top */
.ft_top { padding-bottom: 20px; margin-bottom: 30px; border-bottom: 1px solid rgba(221,221,221,.23); }
#ft_q_menu { display: flex; }
#ft_q_menu li a { position:relative; font-size:18px; color: rgba(255, 255, 255, 0.75); font-weight: 500; transition: all .3s; }
#ft_q_menu li a:after { content:""; display:inline-block; width:1px; height: 15px; background:#484848; margin:0 30px; }
#ft_q_menu li a:hover { color:#1f4de5; }
#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 #fff;
    color:#fff !important; transition: all .3s; }
.ft_btn a:hover { border-color: #1f4de5; background:#1f4de5; }


.ft_top_rt{display: flex; align-items: center;}
.pri_btn > a{font-size: 13px; font-weight: 700; color: #1f4de5 !important; margin-right: 30px; display: block;}
/* bot */
.ft_bot { display: flex; justify-content: space-between; align-items: flex-end; }
.ft_info { font-size:13px; color:rgba(255, 255, 255, 0.65); font-weight: 300; line-height: 1.85; }
.ft_copy { font-size:13px; color:rgba(255, 255, 255, 0.3); font-weight: 300; }
.ft_copy a { color:rgba(255, 255, 255, 0.3) !important; }


/* 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:#1f4de5; background:#1f4de5; color:#fff}

.scrolled #top_btn { opacity: 1; }
