/*Content CSS*/
footer {width:100%; background-color:#140013; clear:both; text-align: left; position: relative; z-index: 3; border-top: solid 1px transparent;}
.footer_con {width: 100%;max-width: 1400px;padding: 69px 50px;margin: 0 auto;}
.footer_con .foot_menu {display: flex; align-items: center; }
.footer_con .foot_menu li{margin-right: 47px;}
.footer_con .foot_menu li a{font-size: 16px; font-weight: 600; color:#fff; transition: .3s;}
.footer_con .foot_menu li:hover a{color: #ed1c24;}
.footer_con .foot_menu li:last-child{margin-right: 0;}


.ft_copy {font-size: 14px; font-weight: 400; color: rgba(255,255,255,.7); word-break: keep-all; line-height: 30px; }
.footer_con .btm .info:not(.mob_info){display: flex;align-items: flex-end;justify-content: space-between;border-top: solid 1px rgba(255,255,255,.2);padding-top: 29px;margin-top: 38px;}
.footer_con .copy {font-size: 14px; font-weight: 300; color: rgba(255,255,255,.5);  line-height: 24px; margin:20px 0 0; display: block; }
.footer_con .copy a {color: rgba(255,255,255,.5); }



#top_btn {position: fixed; right: 20px; bottom: 20px; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; border: 1px solid #333; color: #333; font-size: 15px; background: rgba(255,255,255,0.5); z-index: 10; transition: .3s; pointer-events: none; opacity: 0;}
#top_btn:hover {border-color: #ed1c24; background: #ed1c24; color: #fff;}
.scrolled #top_btn {opacity: 1; pointer-events: auto;}

.footer_con .ft-btn {width: 140px; height: 30px; line-height: 30px; display: flex; justify-content: center; align-items: center; font-size: 10px; font-weight: 300; color: rgba(255, 255, 255, .5); transition: .3s; border:1px solid rgba(255, 255, 255, .5);}
.footer_con .ft-btn:hover {background: #ed1c24; color:#fff ; border-color: #ed1c24;}
.footer_con .mob_info{display: none;}
#foot_logo a { display:block; width:100px; height: 64px; transition: all .3s ease; background: url('../img/ft_logo.png') no-repeat; }


@media screen and (max-width: 1280px) {
    .footer_con .btm .info:not(.mob_info){display: block;}
    .footer_con .foot_menu li{margin-right: 40px;}
    .footer_con .btm .info:not(.mob_info){padding-top: 25px; margin-top: 31px;}
}

@media screen and (max-width: 1024px) {
    .footer_con > div {flex-direction: column; align-items: center;}
    .footer_con {padding: 40px 30px;}

    .footer_con .btm .info:not(.mob_info){display: none;}
    .footer_con .mob_info{display: block; text-align: center;}

    .footer_con .foot_menu{justify-content: center;}

    .footer_con .foot_menu{display: none;}
    .footer_con .top{display: none;}
    .ft_copy { line-height: 22px; font-size: 13px; }
    .footer_con .copy{margin-top: 15px; font-size: 13px;}

}

@media screen and (max-width: 640px) {
    .footer_con {padding:40px 20px;}

}
@media screen and (max-width: 480px) {

}
