/* 하단 레이아웃 */
#footer {
  background-color: #0d1e3a;
}
#footer .wrapper {
  width: 1320px !important;
}
.f_bottom, .footer-top {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

/* 상단 링크 + SNS 바 */
.footer-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #4a607a;
}
.footer-top-links {
  display: flex;
  gap: 20px;
}
.footer-top-links a {
  font-size: 16px;
  color: #7a8fa8;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-top-links a:hover { color: #389cd7; }
.footer-top-links a.privacy { color: #c8d6e8; font-weight: 500; }

/* SNS */
.footer-sns {
  display: flex;
  gap: 8px;
  align-items: center;
}
.footer-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1a2d4a;
  border: 1px solid #263d5a;
  text-decoration: none;
  color: #7a8fa8;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.footer-sns a:hover {
  background: #1c5da5;
  border-color: #389cd7;
  color: #fff;
}
.footer-sns svg { width: 15px; height: 15px; }
.sns-label { font-size: 16px; font-weight: 700; }

/* 본문 */
#ft { text-align: center; margin: 0 auto; }
#ft_wr {
  padding: 40px 40px; 
  max-width: 1400px;
  margin: 0 auto;
}
#ft_company { display: flex; justify-content: space-between; align-items: center; }
.ft_login.f_left { text-align: left; }

.footer-logo-text {
  margin-bottom: 16px;
}
.footer-info-text {
  font-size: 16px;
  color: #8a9bb5;
  line-height: 1.9;
}
.footer-info-text span {
  color: #c8d6e8;
  font-weight: 500;
}
.f_right img { height: 90px; opacity: 0.9; }

/* 카피라이트 */
.f_bottom { color: #4a607a;}
.f_bottom .wrapper {
  border-top: 1px solid #4a607a;
}
.f_bottom ul {
  display: flex;
  justify-content: flex-start;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
}

#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#000;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5);}
#top_btn:hover {border-color:#3059c7;background:#3059c7;color:#fff;}