/* HK PC footer */
#Footer.hk-footer-pc {
    margin-top: 0;
    background-color: #fff;
    border-top: none;
}

.hk-footer-pc-inner {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 14px 40px 12px;
}

.hk-footer-pc-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px 16px;
    margin-bottom: 10px;
}

.hk-footer-pc-nav a {
    color: #1a1a1a;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
    font-family: 'Gotham-Book';
}

.hk-footer-pc-divider {
    margin: 0 0 10px;
    border: 0;
    border-top: 1px solid #e5e5e5;
}

.hk-footer-pc-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px 12px;
}

.hk-footer-pc-logo {
    line-height: 1;
}

.hk-footer-pc-logo img {
    display: block;
    height: 22px;
    width: auto;
    max-width: 100%;
}

.hk-footer-pc-copy {
    margin: 0;
    font-size: 12px;
    color: #1a1a1a;
    text-align: right;
    font-family: 'Gotham-Book';
}
