﻿
footer {
    background-color: #444;
    padding-top: 40px
}

    footer ul.list-unstyled {
        margin-bottom: 40px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400
    }

        footer ul.list-unstyled li:not(:first-of-type) {
            margin-top: 4px
        }

    footer a {
        color: #fff
    }

        footer a:focus,
        footer a:hover,
        footer h4 {
            color: #9c9da0
        }

    footer h4 {
        margin-top: 0;
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400
    }

    footer p {
        font-size: 1.4rem;
        line-height: 20px;
        margin-bottom: 10px;
        color: #f4f4f4
    }

    footer hr {
        border-top: 1px solid #666
    }

    footer .cr-font {
        font-size: 1.4rem;
        padding: 0 15px;
        color: #f4f4f4
    }

    footer .sns ul li {
        width: 36px;
        height: 36px;
        margin: 3px;
        text-align: center;
        background-color: #555;
        border-radius: 50%;
        display: inline-block;
        font-size: 21px
    }

        footer .sns ul li:hover {
            background-color: #26bec9
        }

        footer .sns ul li a {
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            filter: grayscale(1)
        }

            footer .sns ul li a img {
                width: 19px
            }

    footer .footer_links .footer_payment_channels {
        display: grid;
        grid-template-columns: repeat(auto-fit, 42px);
        gap: 8px;
        margin-bottom: 40px
    }

    footer .footer_partners {
        padding: 0 15px;
        margin-bottom: 40px
    }

        footer .footer_partners .footer_partners_logo {
            display: flex;
            flex-wrap: wrap;
            gap: 32px
        }

            footer .footer_partners .footer_partners_logo img {
                height: 50px;
                object-fit: contain
            }

    footer .footer_companyInfo {
        background-color: #333;
        color: #babbbe;
        padding-top: 32px;
        margin: 0;
    }
        footer .footer_companyInfo .detail {
            display: none;
        }

        footer .footer_companyInfo .detail:lang(zh-TW) {
            display: block;
        }

        footer .footer_companyInfo ul.list-unstyled {
            margin-bottom: 32px;
            font-size: 12px;
            line-height: 16px;
            font-weight: 400
        }

        footer .footer_companyInfo a {
            color: #babbbe
        }

        footer .footer_companyInfo .homepage-copyright {
            float: right
        }
         
    footer .e-commerce {
        background-color: #333
    }

    footer .e-commerce__item {
        margin-bottom: 20px
    }

    footer .e-commerce__label {
        display: inline-block;
        width: 200px
    }

        footer .e-commerce__label img {
            width: 100%
        }
         
    #contact-kkday-row {
        margin: 15px 0 !important
    }

@media(min-width:678px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }

    .footer_companyInfo ul.list-unstyled.cr_align {
        text-align: right
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}
