/* 하단 레이아웃 */
#ft {text-align:left;margin:0 auto;background-color: #d4ab44;}
#ft_wr {margin:0 auto;position:relative;}
#footer_info {width:100%;padding: 20px 0 40px;display: flex;justify-content: space-between;}
.copyr {margin-top:20px}

#ft_company, #ft_company a{font-weight:normal;color:#333;line-height:1.5em;font-size: 18px;}

#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;}

.ft_top {height: 60px;background-color: #333;}
.ft_top ul {display: flex;}
.ft_top ul li {display: flex;align-items: center;}
.ft_top ul li::after {display: block;content: '';width: 1px;height: 16px;background-color: #fff;margin: 0 10px;}
.ft_top ul li:last-child::after {display: none;}
.ft_top ul li a {display: block;font-size: 16px;color:#fff;line-height: 60px;}

.ft_right {font-size: 20px;}