/* footer */
#footer {padding: 40px 0; background: #000;}
#footer .inner {max-width: 1555px; display: flex; justify-content: space-between;}
#footer .inner > div {}
#footer .left {display: flex; align-items: center;}
.footer-info {margin-left: 40px;}
.footer-info.pc {display: block;}
.footer-info.mobile {display: none;}
.footer-info p {display: inline-block; position: relative; font-size: 13px; font-weight: 300; color: rgba(255, 255, 255, 0.65); line-height: 1.85;}
.footer-info p + p {margin-left: 10px; padding-left: 10px;}
.footer-info p + p::before {content: ''; position: absolute; left: 0; top: 0; bottom: 0; margin: auto 0; width: 1px; height: 13px; background: rgba(255, 255, 255, 0.65);}
#footer .copyright {font-size: 13px; font-weight: 300; color: rgba(255, 255, 255, 0.4); text-align: right; line-height: 1.85;}
.ft-btn {width: 140px; padding: 8px 0; background: #67412e; display: flex; justify-content: center; align-items: center; font-size: 10px; font-weight: 300; color: #fff; transition: .3s;}
.ft-btn:hover {background: #000;}
#footer .right {}
.footer-address {}
.footer-address p {font-size: 13px; font-weight: 300; color: #333;}
.footer-address p + p {margin-top: 7px;}
.footer-address p em {font-size: 14px; font-weight: 700; color: #000; min-width: 103px; margin-right: 28px;}
.footer-address p span {}
#top-btn {position:fixed; right:20px; bottom:20px; width:50px; height:50px; display: flex; justify-content: center; align-items: center; border:2px solid #333; color: #333; font-size: 15px; background: rgba(255,255,255,0.5); z-index: 10; transition: .3s;}
#top-btn:hover {border-color: #fff; background: #fff; color: #000;}

/* 미디어쿼리 */
@media screen and (max-width:1700px) {
  #footer .inner {padding: 0 20px;}
}

@media screen and (max-width:1300px) {
  #footer .inner {padding: 0 60px;}
}

@media screen and (max-width:1023px) {
  #footer {padding: 40px 0;}
  #footer .inner {padding: 0 50px; flex-direction: column;}
  #footer .left {flex-direction: column; margin-bottom: 10px;}
  .footer-info {margin: 20px 0 0; text-align: center;}
  .footer-info.pc {display: none;}
  .footer-info.mobile {display: block;}
  .footer-info p {display: block;}
  .footer-info p + p::before {display: none;}
  #footer .copyright {text-align: center;}
}

@media screen and (max-width: 767px) {
  #footer .inner {padding: 0 30px;}
}

@media screen and (max-width: 480px) {

}
