#footer{
    width: 100%;
    background-color: #333;
    padding: 50px 0 65px;
    position: relative;
}

.top{
    width: 50px;
    height: 50px;
    background-color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    right: 6%;
    cursor: pointer;
}

.top i{
    color: #fff;
    font-size: 24px;
}

#footer .center{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.f01 table{
    table-layout: fixed;
    border-collapse: collapse;
}

.f01 table th{
    background-color: rgba(204, 204, 204, 0.3);
    padding: 7px 0;
    font-size: 14px;
    color: #ddd;
    font-family: 'Pretendard-Light', sans-serif;
    font-weight: normal;
}

.f01 table td{
    font-size: 14px;
    color: #ccc;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    text-align: center;
    padding: 17px 17px 0;
}

td.bold_td{
    font-family: 'Pretendard-Medium', sans-serif !important;
}

.f02{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.f02 strong{
    font-size: 17px;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
    font-weight: normal;
}

ul.f2_ul1{
    display: flex;
    align-items: center;
    margin-top: 15px;
}

ul.f2_ul1 span{
    margin: 0 15px;
    color: #ccc;
    font-size: 16px;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

ul.f2_ul1 li{
    font-size: 15px;
    color: #ccc;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

.f02 address{
    font-size: 14px;
    color: #ccc;
    font-style: normal;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 15px;
}

.f02 address span{
    margin: 0 10px;
}

ul.f2_ul2{
    display: flex;
    margin-top: 20px;
}

ul.f2_ul2 li{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer;
}

ul.f2_ul2 li:last-child{
    margin-right: 0;
}

.f02>p{
    font-size: 14px;
    color: #999;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    margin-top: 18px;
}