/*Content CSS*/
footer {width:100%; background-color:#0C000B; clear:both; text-align: left; z-index: 10; position: relative;}
.footer_con {width: 100%; max-width: 1400px; padding: 60px 50px; margin: 0 auto; }
.footer_con > div {display: flex; justify-content: space-between; }
.footer_con .top {width: 100%; margin-bottom: 35px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.2); display: flex; justify-content: space-between;
align-items: center;}
.footer_con .top h2 {font-size: 24px; font-weight: 800; color:#fff; text-transform: uppercase; }
.footer_con .top ul {display: flex;}
.footer_con .top ul li {margin-right:45px; }
.footer_con .top ul li a {font-size: 18px; font-weight:700; color:#fff; word-break: keep-all; transition: color .3s ease;}
.footer_con .top ul li a:hover {color:rgba(255,255,255,.7); }
.footer_con .top ul li:last-child {margin-right: 0; }

.footer_con .pc {display: block; }
.footer_con .mob {display: none;}
.footer_con .btm {align-items: center; justify-content: space-between; }
.ft_copy {font-size: 14px; font-weight: 400; color: rgba(255, 255, 255, 0.7); word-break: keep-all; line-height: 30px; }
.footer_con .btm span {font-size: 14px; font-weight: 300; color:rgba(255, 255, 255, 0.5);  line-height: 29px; margin-left: 30px; text-align: right;}
.footer_con .btm span a {color:rgba(255, 255, 255, 0.5);}

#ft_mob_btn {width: 140px; padding: 9px 0; display: flex; justify-content: center; align-items: center; font-size: 11px; font-weight: 400; color: rgba(255, 255, 255, 0.5); transition: .3s; border: 1px solid rgba(255, 255, 255, .5); line-height: 1;}
#ft_mob_btn:hover {background: #2cb7ea; border-color: #2cb7ea; color: #fff;}

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

.footer_con .ft_btn {width: 160px; height: 40px; display: flex; justify-content: space-between; padding: 0 18px; align-items: center; font-size: 12px; font-weight: 400; color: rgba(255, 255, 255, 1) !important; transition: .3s; border: 1px solid rgba(255, 255, 255, .4); line-height: 1; }
.footer_con .ft_btn:hover {background: #2cb7ea; border-color: #2cb7ea; color: #fff !important;}
/* fm btn */
.footer_con .ft_fm { position:relative; margin-left: 10px; }
.footer_con .ft_fm .ft_btn img {  transition: transform .3s;  }
.footer_con .ft_fm .ft_btn.active {background: #2cb7ea; border-color: #2cb7ea; color: #fff !important;}
.footer_con .ft_fm .ft_btn.active img { transform: rotate(-180deg); }
.footer_con .ft_fm .ft_btn + ul { position:absolute; left:0; width:100%; bottom:100%; display: none; border:1px solid #ddd; border-bottom: 0;}
.footer_con .ft_fm .ft_btn + ul li {width: 100%;}
.footer_con .ft_fm .ft_btn + ul li a { display: block; font-size: 13px; width: 100%; font-weight: 400; color: #666;   padding:10px 5px;
border-bottom: 1px solid #ddd; transition:all .3s ease; background:#fff; text-align: center;}
.footer_con .ft_fm .ft_btn + ul li:last-child a {border-bottom: 0; }
.footer_con .ft_fm .ft_btn + ul li a:hover {background-color:#f5f5f5; color:#000;  }


@media screen and (max-width: 1400px) {
    /* .ft_copy.pc br {display: none;} */
    .footer_con .btm {flex-direction: column; align-items: flex-start; }
    .footer_con .btm span {margin: 10px 0 0; }
    .footer_con .btm .copyright { align-self: flex-end;}
}

@media screen and (max-width: 1024px) {
    footer {text-align: center;}
    .footer_con .pc {display: none; }
    .footer_con .mob {display: block;}
    .footer_con > div {flex-direction: column; align-items: center;}
    .footer_con {padding: 50px 30px;}
    /* .footer_con .top {display: none;} */
    /* .footer_con .top {margin-bottom: 30px; padding-bottom: 30px;} */
    .footer_con .top {align-items: center;     margin-bottom: 30px; padding-bottom: 30px;}
    .footer_con .top h2 {margin-bottom: 25px; font-size: 22px;}
    .footer_con .top ul li a {font-size: 16px; }
    .footer_con .top ul li {margin-right: 30px;}
    /* .footer_con .top ul li::after {margin:0 15px; top: 1px; height: 12px;} */
    footer .ft_btn {margin-top: 30px;}

    .footer_con .btm {display: block;}
    .footer_con .btm h2 {font-size: 18px; }
    .ft_copy,
    .footer_con .btm span {font-size: 12px; line-height: 1.65; text-align: center;}
    /* .footer_con .logo {margin:25px auto 0; }
    .footer_con .logo img {height: 50px;} */

    /* .footer_con .top {display: block;}
    .footer_con .top  h1 {margin: 0 0 15px;}
    .footer_con .top ul {display: flex; justify-content: center; width: 100%;}
    .footer_con .top ul li {font-size: 13px;}
    .footer_con .top ul li::after {margin: 0 10px;} */

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

    /* .footer_con .top {display: none;} */
    .footer_con .top {margin-bottom:25px; padding-bottom: 0; border-bottom: 0;}
    .footer_con .top ul  {display: none;}
    .footer_con .top h2 {font-size: 18px; margin-bottom: 15px;}
    .footer_con .ft_btn {margin: 0;}

    /* .footer_con .top ul li a {font-size: 13px; }
    .footer_con .top ul li::after {margin:0 10px; top: 0; } */

    /* .ft_copy,
    .footer_con .btm span {font-size: 11px; line-height: 20px;} */

    /* .footer_con .logo img {height: 80px;} */


}
