
/*Content CSS*/
footer {width:100%; background: #0F1424; }
footer #ft_top {padding:60px 0; }
/* footer #ft_bot {padding:40px 0 60px; } */
footer #ft_top > div,
footer #ft_bot > div { display: flex; justify-content: space-between; position:relative; align-items: center; }

/*ft_q_menu */
#ft_q_menu {display: flex; }
#ft_q_menu li::after {content: ''; display: inline-block; width: 1px; height: 12px; background-color:rgba(248,248,248,0.5);
margin:0 40px; }
#ft_q_menu li:last-child::after { display: none; }
#ft_q_menu li a {font-size:18px; color:#eceded; transition: color .3s ease ; word-break: keep-all;  font-family: 'GangwonEduPower';font-weight: 800; }
#ft_q_menu li a:hover { color:#F9D442; }

/* ft_bot */
.ft_con {width: 100%; max-width: 1300px; margin: 0 auto; }
.ft_copy { font-size: 13px; font-weight: 300; color:rgba(255, 255, 255, 0.8); text-align: left; word-break: keep-all; line-height: 24px; }
.ft_copy.mob { display: none; }
.ft_copy span {color:rgba(255, 255, 255, 0.3); font-weight: 300; display: block; margin-top: 20px; font-size:13px; }
.ft_copy span a {color:rgba(255, 255, 255, 0.3) !important; font-weight: 300}




/*마우스*/
#top_btn { position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:1px solid #333;color:#333;
    text-align:center; font-size:15px;z-index:90;background:rgba(255,255,255,0.5); transition: all 0.5s; opacity: 0; }
#top_btn:hover {border-color:#0b3b63;background:#0b3b63;color:#fff; }

.scrolled #top_btn {opacity: 1;}



@media screen and (max-width: 1420px) {
    .ft_con { max-width: 1420px; padding:0 60px; }
}


@media screen and (max-width: 1023px) {
    #ft_q_menu { display: none; }

    footer #ft_top { padding: 40px 0; }
    footer #ft_top > div { flex-direction: column; align-items: center; justify-content: center; }

    .ft_con { padding:0 20px; }

    /* .ft_copy.pc { display: none; }
    .ft_copy.mob { display: block; text-align: center; font-size: 12px; line-height: 20px; }
    .ft_copy span { font-size: 12px; }
    .ft_copy span a { font-size: 12px; } */

    .ft_logo img { width:150px; }

}
