/*Content CSS*/
footer {width:100%; background-color:#151c2b; clear:both; text-align: left;  position: relative; z-index: 3;}
.footer_con {width: 100%; max-width: 1500px; padding: 60px 50px; margin: 0 auto;}
.footer_con > div {display: flex; justify-content: space-between; }
.footer_con .top {width: 100%; margin-bottom: 30px; padding-bottom: 30px; border-bottom:1px solid rgba(255,255,255,.2); flex-wrap: wrap; }
.footer_con .customer {display: flex; align-items: center;}
.footer_con .customer  h1 { font-size:18px; font-weight: 700; color:#fff; }
.footer_con .customer ul {display: flex; margin-left: 75px;}
.footer_con .customer ul li {font-size: 14px; font-weight: 300; color:#fff;  }
.footer_con .customer ul li::after {width: 1px; height: 10px; background: rgba(255,255,255,.3); display: inline-block; content: ""; margin: 0 32px; }
.footer_con .customer ul li:last-child::after {display: none;}

footer .pc {display: block; }
footer .mob {display: none;}
/* .footer_con .btm {align-items: center;} */
.ft_copy {font-size: 14px; font-weight: 300; color: #fff; word-break: keep-all; line-height: 28px; }
.footer_con .btm span {font-size: 14px; font-weight: 300; color:rgba(255, 255, 255, 0.3);  line-height: 24px; margin:15px 0 0;}
.footer_con .btm span a {color:rgba(255, 255, 255, 0.3);}

.footer_con .btns {display: flex;  }
.footer_con .btns li {margin-right: 33px;}
.footer_con .btns li:last-child {margin-right: 0;}
.footer_con .btns li a {color:#fff; text-align: center; font-size: 13px; letter-spacing: -.13px; display: flex; align-items: center; justify-content: center; transition: opacity .3s;}
.footer_con .btns li a:hover {opacity: .7;}
.footer_con .btns li a i {display: block; margin-right: 13px; }


#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: #0055a2; background: #0055a2; color: #fff;}
.scrolled #top_btn {opacity: 1; pointer-events: auto;}


@media screen and (max-width: 1500px) {
    /* .ft_copy.pc br {display: none;} */
    .footer_con .top {flex-direction: column;}
    .footer_con .link_wr {align-self: flex-end; margin-top: 15px;}

}

@media screen and (max-width: 1024px) {
    footer {text-align: center;}
    footer .pc {display: none; }
    footer .mob {display: block;}
    .footer_con > div {flex-direction: column; align-items: center;}
    .footer_con {padding: 50px 30px;}
    /* .footer_con .customer ul {display: none; } */
    .footer_con .top h1 {font-size: 16px; margin-bottom: 20px;}
    .footer_con .customer {flex-direction: column;}
    .footer_con .customer ul {margin:0;}
    .footer_con .customer ul li {font-size: 13px;}
    .footer_con .customer ul li::after {margin:0 20px; }
    .footer_con .link_wr {align-self: center; margin-top: 30px; }

    .ft_copy { line-height: 1.7; font-size: 13px; }
    .footer_con .btm span {line-height: 1.8; margin:10px 0 0;  font-size: 13px;}
    .footer_con .btns li a  {font-size: 12px;}
    .footer_con .btm .logo {margin-top: 20px;}



}

@media screen and (max-width: 640px) {
    .footer_con {padding:40px 20px;}
    .footer_con .top h1 {margin-bottom: 15px;}
    .footer_con .customer ul {display: block;}
    .footer_con .customer ul li {font-size: 12px; line-height: 1.7;}
    .footer_con .customer ul li::after {display: none; }
    .footer_con .link_wr {margin-top: 25px;}
    .footer_con .btns li {margin-right: 25px;}
    .footer_con .btns li a {flex-direction: column; font-size: 11px;}
    .footer_con .btns li a i {margin:0 0 12px;}

    .ft_copy,
    .footer_con .btm span {font-size: 12px; line-height: 20px;}
    .footer_con .btm .logo {width: 200px;}

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

}
