/* 하단 레이아웃 */
#ft {text-align:left;background-color: #333;margin:0 auto;padding: 40px 0;}
#ft_wr {display: flex;justify-content: space-between;margin: 0 auto;padding: 0 50px;}

#ft_company, #ft_company a{font-weight:normal;color:#fff;font-size: 16px;}

#ft_company {
  width: 100%;
  display: flex; 
  justify-content: space-between;
  align-items: flex-start;
}

.copyr {width: 100%;color:#fff;}
.ft_login a {font-size: 16px;color:#fff;}
.ft_title {margin-bottom: 40px;}
.privacy ul {
  display: flex;
}
.privacy ul li {
  padding: 0 8px;
}
.privacy ul li:first-child{
  padding-left: 0;
}
.privacy ul li + li::before {
  content: "|";
  margin-right: 8px;
}

#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;}