#footer {
    width: 100%;
    /* height: 468px; */
    background-color: #333;
    padding-top: 45px;
    position:relative;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: white;
}

#footer .center{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#footer .center>p{
  padding: 20px 0 10px;
}

#footer .account{
    font-family: 'Pretendard-Medium', sans-serif;
    color: white;
}

#footer .account>p{
  padding-bottom: 16px;
}

#footer span{
  margin: 0 10px;
} 

address {
    color: #ddd;
    font-size: 14px;
    font-family: 'pretendard-Light', sans-serif;
    font-style: normal;
    padding-bottom: 20px;
}

#footer .bottom{
   font-family: 'pretendard-Light', sans-serif;
    color:#999;
    padding: 14px 0;
    border-top: 1px solid rgba(255,255,255, 0.5);
}




































/* tablet */
@media screen and (max-width: 1024px) {

  address .fix_span1{
    width: 134px;
  }

  address .fix_span2{
    width: 70px;
  }

    .footer_top{
        font-size: 12px;
    }

    #footer{
        padding: 4vh 0;
    }

    address{
        font-size: 10px;
    }

    .footer_bottom{
        font-size: 10px;
    }

    address span.address_bar {
        font-size: 0;
        line-height: 0;
        padding: 0;
    }

    address span.address_block{
        display: block;
    }

    address span.address_block p{
        margin-left: 10px;
        display: inline-block;
    }

    address{
        padding-bottom: 2vh;
        line-height: 16px;
    }

    .footer_bottom{
        line-height: 16px;
    }

}

/* mobile */
@media screen and (max-width: 767px) {

  address .fix_span1{
    width: initial;
  }

  address .fix_span2{
    width: initial;
  }

  address .fix_span3{
    display: inline-block;
    flex-shrink: 0;
    width: 42px;
  }


  address span.address_bar {
      font-size: 0;
      line-height: 0;
      padding: 0;
      display: block;
  }

  address span.address_block p{
      margin-left: 22px;
      display: inline-block;
  }
}
