/*Content CSS*/
footer {width:100%; background-color:#fff; clear:both; text-align: left; }
footer.sub {border-top: 1px solid #ddd;}
.footer_con {width: 100%; max-width: 1600px; padding: 70px 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 #ddd; display: flex; align-items: center;}
.footer_con .top ul {display: flex; }
.footer_con .top ul li {margin-right: 50px;}
.footer_con .top ul li a {font-size: 17px; font-weight: 500; color:#756566; word-break: keep-all; transition: all .3s ease; }
.footer_con .top ul li a:hover {color: #6a1684; }
.footer_con .top ul li:last-child {margin-right: 0; }
/* .footer_con .top ul li::after {width: 1px; height: 16px; background:#ddd; display: inline-block; content: ""; margin: 0 30px; position: relative; top:1px;}
.footer_con .top ul li:last-child::after {display: none;} */

footer .pc {display: block; }
footer .mob {display: none;}
.ft_copy {font-size: 14px; font-weight: 500; color: #756566; word-break: keep-all; line-height: 1.8; font-family: 'Pretendard', sans-serif;}
.footer_con .btm {align-items: end;}
.footer_con .btm span {font-size: 14px; font-weight: 500; color: rgba(117, 101, 102, 0.6); line-height: 1.6; margin-top:20px;font-family: 'Pretendard', sans-serif;}
/* .footer_con .btm span a {color:#adadad;} */
.footer_con .logo {flex-shrink: 0; margin-left: 30px;  }

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

/* foot_icon */
.foot_icon{display: flex; align-items: center;}

@media screen and (max-width: 1400px) {
    .footer_con .btm {flex-direction: column; align-items: flex-start;}
    .footer_con .logo {align-self: flex-end;}
}

@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 .top {margin-bottom: 30px; padding-bottom: 30px;}
    .footer_con .top ul li {margin-right: 30px;}
    .footer_con .top ul li a {font-size: 15px; }
    /* .footer_con .top ul li::after {margin:0 15px; top: 1px; height: 12px;} */

    .footer_con .btm {display: block;}
    .ft_copy,
    .footer_con .btm span {font-size: 13px; line-height: 1.65; }
    .footer_con .btm span {margin:10px 0 0; }
    .footer_con .logo {margin:20px auto 0; }
    .footer_con .logo img {max-height: 40px;}

}

@media screen and (max-width: 768px) {
    .footer_con .top {display: none;}

}

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

}
