/* Footer Styles */
.footer {
    display: flex;
    width: 100%;
    justify-content: center;
    background-color: #f7f7f7;
    min-width: 1400px;
}

.footer-contents {
    display: flex;
    width: 1400px;
    padding: 60px 68px;
    flex-direction: column;
}

.footer-contact-wrapper {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.footer-contact-text {
    font-size: 18px;
    margin-left: 6px;
    color: #565656;
    font-weight: normal;
}

.footer-info-text {
    font-size: 14px;
    margin-top: 23px;
    width: 164px;
    display: flex;
    flex-direction: column;
    color: #565656;
    letter-spacing: -1px;
}

.footer-info-top {
    display: flex;
    justify-content: space-between;
}

.footer-info-mid {
    margin-top: 18px;
}

.footer-info-bottom {
    margin-top: 18px;
}

.footer-stressed {
    font-weight: bold;
    color: #565656;
}

.footer__link-policy {
    margin-left: 32px;
}

.footer__link-homepage {
    text-decoration: underline;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    width: 1260px;
    font-size: 14px;
    letter-spacing: -1px;
    color: #888888;
    align-items: flex-start;
    margin-top: 25px;
}

.footer-bottom-right {
    display: flex;
    align-items: center;
}

.footer-bottom-btns {
    display: flex;
    margin-left: 47px;
}

.footer-bottom-btn-icon {
    width: 36px;
    height: 36px;
}

.footer-bottom-btn + .footer-bottom-btn {
    margin-left: 12px;
}

.footer-contact-icon img {
    padding-top: 5px;
}

.footer-info__box + .footer-info__box {
    margin-top: 8px;
}

.footer-info__text {
    display: inline-block;
    margin-right: 12px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #888;
}

.footer-info__text--emphasis {
    font-weight: 700;
}

.footer-info__link:hover {
    text-decoration: underline;
}

.footer-copyright {
    display: inline-block;
    margin-top: 20px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #888;
}
