
/* footer */
footer { background:#141a24; }
.footer_con { max-width: 1300px; margin:0 auto; width:100%; padding:65px 0; }

/* top */
.ft_top { padding-bottom: 35px; margin-bottom: 35px; border-bottom: 1px solid rgba(255,255,255,.25); }
#ft_q_menu { display: flex; align-items: center;}
#ft_q_menu li a { position:relative; font-size:17px; color:#eceded; font-weight: bold; transition: all .3s; font-family: 'NanumSquare',sans-serif;  display: flex; align-items: center;}
#ft_q_menu li a::after { content:""; display:block; width:1px; height: 10px; background:rgba(255,255,255,.3); margin:0 40px; }
#ft_q_menu li a:hover { color:#489FFF; }
#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 rgba(255,255,255,.5);
    color: rgba(255, 255, 255, 0.5); transition: all .3s; }
.ft_btn a:hover { border-color: #ae003a; background:#ae003a; color:rgba(255,255,255,1); }

/* bot */
.ft_info { font-size:13px; color:rgba(255, 255, 255, 0.8); font-weight: 300; line-height: 24px; word-break: keep-all; }
.ft_copy { margin-top: 25px; font-size:13px; color:rgba(255, 255, 255, 0.3); font-weight: 300; }
.ft_copy a { color:rgba(255, 255, 255, 0.3); }

.ft_bot.mob { display: none; }


#top_btn { position:fixed; bottom:40px; right:40px; width:50px; height:50px; line-height:46px; border:1px solid #ddd; color:#000; text-align:center; font-size:11px; z-index:90; background:rgba(255,255,255,0.05);
    transition: all 0.3s ease; font-weight: 300; }
#top_btn:hover { border-color:#0e4194; background:#0e4194; color:#fff}



@media screen and (max-width:1350px) {
    /* 푸터 */
    footer { padding:0 50px; }
}

@media screen and (max-width:1024px) {
    /* 푸터 */
    footer { padding:0 40px; }
    .footer_con { padding:35px 0; }
    .ft_top { display: none; }
    .ft_bot.pc { display: none; }
    .ft_bot.mob { display: block; text-align: center; }

    .ft_info { font-size: 12px; line-height: 20px; }
    .ft_copy { margin-top: 15px; }

    #top_btn { bottom:20px; right:20px; }
}

@media screen and (max-width:768px) {
    /* 푸터 */
    footer { padding: 0 20px;}
}
