/*Content CSS*/
footer {width:100%; background-color:#010113; clear:both; text-align: left; }
.footer_con {width: 100%; max-width: 1400px; padding: 70px 50px; margin: 0 auto; }
.footer_con > div {display: flex; justify-content: space-between; }
.footer_con .top {width: 100%; margin-bottom: 45px; padding-bottom: 45px; border-bottom: 1px solid rgba(221, 221, 221,.3); display: flex; justify-content: space-between;
align-items: center;}
.footer_con .top h2 {font-size: 26px; font-weight: 700; color:#fff;font-family: 'Play', sans-serif; }

.footer_con .pc {display: block; }
.footer_con .mob {display: none;}
.footer_con .btm {align-items: flex-start; justify-content: space-between; }
.ft_copy {font-size: 15px; font-weight:400; color: rgba(255, 255, 255, 0.8); word-break: keep-all; line-height: 27px; }
.footer_con .btm span {font-size: 14px; font-weight: 300; color:rgba(255, 255, 255, 0.4);  line-height: 24px; margin-top: 20px;}
.footer_con .btm span a {color:rgba(255, 255, 255, 0.4);}



/* sitemap */
#sitemap {width: 100%; max-width: 605px;}
#sitemap > ul {display: flex; justify-content: space-between; }
#sitemap .parents_li {margin-right:53px; }
#sitemap .parents_li:last-child {margin: 0;}
#sitemap .parents_li > a {font-size: 17px; color:#fff; font-weight: 700; display: block; margin:0 0 15px; transition: opacity .3s ease; white-space: nowrap;}
#sitemap .child_li > a {font-size: 15px; font-weight:300; color: rgba(255, 255, 255, 0.4); display: block; transition: color .3s ease; line-height: 30px; white-space: nowrap;}
#sitemap .parents_li > a:hover {opacity: .7; }
#sitemap .child_li > a:hover {color:#fff;}


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


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

    #sitemap {width: 100%; max-width: 100%; border-top: 1px solid rgba(221, 221, 221,.3); margin-top: 45px; padding-top: 45px;}
    #sitemap ul {max-width: 840px;}

}

@media screen and (max-width: 1024px) {
    footer {text-align: center;}
    #sitemap {display: none;}

    .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;   border:0;  margin-bottom: 20px; padding-bottom: 0;}
    .footer_con .top h2 { display: none;}


    footer .ft_btn {margin-top: 30px;}

    .footer_con .btm {display: block;}
    .ft_copy,
    .footer_con .btm span {font-size: 12px; line-height: 1.65; }
    .footer_con .btm span {margin:10px 0 0; }



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

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


    #top_btn {right: 10px; bottom: 10px; width: 40px; height: 40px; }


}
