/*Content CSS*/
footer {width:100%; background-color:#212326; clear:both; text-align: left; }
footer .mob {display: none;}
footer .pc {display: block; }

.footer_con {width: 100%; max-width: 1400px; padding:60px 50px; margin: 0 auto;}
.footer_con .top {width: 100%; display: flex; justify-content: space-between; align-items: flex-start; }
.footer_con .info h1 {font-size: 25px; font-weight: 700; color:#fff;  }
.footer_con .info p {font-size: 15px; font-weight: 300; color:rgba(255, 255, 255, 0.5); line-height: 27px; margin:25px 0 0;}
.footer_con .info span {font-size: 14px; font-weight: 300; color:rgba(255, 255, 255, 0.3); margin:20px 0 0;}
.footer_con .info span a {color:rgba(255, 255, 255, 0.3);}
/* sitemap */
#sitemap > ul {display: flex; justify-content: space-between; }
#sitemap .parents_li {margin-right:50px;}
#sitemap .parents_li:last-child {margin-right: 0;}
#sitemap .parents_li > a {font-size: 15px; font-weight: 500; color:#fff;  display: block; margin:0 0 20px; transition: color .3s ease; }
#sitemap .child_li > a {font-size: 13px; font-weight:300; color:rgba(255, 255, 255, 0.4);  display: block; transition: color .3s ease;
line-height: 20px; white-space: nowrap;}
#sitemap .parents_li > a:hover {color:#DB2920; }
#sitemap .child_li > a:hover {color:#fff;}
#sitemap .child_li {margin-bottom: 10px;}
#sitemap .child_li:last-child {margin-bottom: 0; }

.footer_con .btm  {margin-top:35px;  }
.footer_con .btm a {display: flex ;align-items: center; justify-content: center; transition: background-color .3s ease; width: 55px; height: 55px;
border-radius: 50%; background-color: rgba(247, 247, 247, .08); }
.footer_con .btm a:hover {background-color:#DB2920;}


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


@media screen and (max-width: 1400px) {
    .footer_con {padding:60px 50px;}
    .footer_con .info {padding-right: 40px;}
    #sitemap > ul {justify-content: flex-end;}
    #sitemap .parents_li {margin-right:40px;}
    #sitemap .parents_li:last-child {margin-right: 0;}

    #sitemap .parents_li > a {font-size: 15px;}
    #sitemap .child_li > a {font-size:13px;}

    .footer_con .info h1 {font-size: 20px;}
    .footer_con .info p {font-size: 13px; line-height: 22px;}
    .footer_con .info span {font-size: 12px;}
}

@media screen and (max-width: 1200px) {
    footer {text-align: center;}
    .footer_con .top {justify-content: center; text-align: center;}
    .footer_con .info {padding-right: 0;}
    #sitemap{display: none;}
    .footer_con .btm {margin-top: 30px; display: flex ;justify-content: center;}
}

@media screen and (max-width: 1024px) {
    .footer_con {padding:60px 30px;}

    /* #sitemap{display: none;} */

    .footer_con .info h1 {font-size: 18px;}


}

@media screen and (max-width: 640px) {
    .footer_con {padding:40px 15px;}
    footer .mob {display: block;}
    footer .pc {display: none; }

    .footer_con {padding:50px 15px;}
    .footer_con .info p {margin: 15px 0 0;}
    .footer_con .info span {margin:15px 0 0;}
    .footer_con .info span  {line-height: 20px;}

    .footer_con .btm {margin-top: 20px;}

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

}
