/*Content CSS*/
#footer {background: #000310;padding: 45px 0 50px;}

#footer .top {display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid rgba(210, 210, 210, .65);margin-bottom: 30px;padding-bottom: 25px;}
.footer-menu {display: flex; align-items: center;}
.footer-menu li {position: relative; }
.footer-menu li + li {margin-left: 35px; padding-left: 35px;}
.footer-menu li +li::before {content: ''; position: absolute; left: 0; top: 0; bottom: 0; margin: auto 0; width: 1px; height: 13px; background: #ddd;}
.footer-menu li a {font-size: 18px;font-weight: 400;color: #fff;text-transform: uppercase;}
.footer-links {display: flex; align-items: center;}
.footer-links .sns {}
.footer-links .sns:nth-of-type(2) {margin: 0 29px 0 13px;}
.footer-links a {display: block;}
.footer-links .ft-btn {}
.footer-info {font-size: 13px; font-weight: 300; line-height: 24px; color: rgba(228, 228, 228, 0.76);}
.footer-info em {color: rgba(255, 255, 255, 0.76); font-weight: 500;}
.footer__copyright {font-size: 13px; font-weight: 300; color: rgba(194, 194, 194, 0.3); margin-top: 5px;}
.footer__copyright span {line-height: 24px;}
.footer__copyright a {line-height: 18px;}

.ft-btn {text-align: center; width: 150px; height: 35px; line-height: 35px; color:#fff; border: 1px solid #a1a2a6; font-size: 11px; font-weight: 300; color: #c2c2c2; transition: .3s;}
.ft-btn:hover {background: #fff; border-color:#fff; color: #000;}

#top-btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5);transition: .3s;}
#top-btn:hover {border-color:#091139;background:#091139;color:#fff}
