﻿/* Footer */
.footer {
    height: auto;
    background-color: #111820;
    color: white;
    padding: 45px 0 25px 0;
}

.footer-content p {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: normal;
    color: #909090;
}

.content-mobile {
    display: none;
}

.footer-content-top .content-top > .content-top-03 {
    display: block;
}

.footer-content-info {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.footer-content-info .info-text {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    text-align: start;
    color: #D92032;
}

.footer-content-info .info-number {
    padding-left: 20px;
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: normal;
    text-align: start;
    color: #FFFFFF;
}

.footer-content-info .info-desc {
    font-family: 'Pretendard';
    color: #909090;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: normal;
}

/* ====================== Tablet ========================= */
@media (min-width: 768px) and (max-width: 1024px) {
    /* Footer */
    .footer {
        padding: 30px 20px 10px 20px;
    }

    .footer-logo {
        display: none;
    }

    .footer-mobile-2 {
        order: 2;
    }

    .footer-mobile-1 {
        order: 1;
        position: relative;
    }

    .footer-content-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .info-phone span {
        display: block;
    }

    .footer-content-info .info-number {
        padding-left: 0;
    }

    .mobile-line {
        height: 1px;
        width: 100%;
        background-color: #909090;
        margin: 20px 0 30px 0;
    }

    span.content-mobile {
        display: block;
        font-family: 'Pretendard';
        font-weight: 700;
        font-size: 14px;
        line-height: 200%;
        letter-spacing: normal;
    }

    .footer-content-top .content-top > span {
        display: block;
        margin-bottom: 5px;
    }
}

/* ====================== Mobile ========================= */
@media (max-width: 767px) {
    /* Footer */
    .footer {
        padding: 30px 20px 10px 20px;
    }

    .footer-logo {
        display: none;
    }

    .footer-mobile-2 {
        order: 2;
    }

    .footer-mobile-1 {
        order: 1;
        position: relative;
    }

    .footer-content-info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: start;
    }

    .info-phone span {
        display: block;
    }

    .footer-content-info .info-number {
        padding-left: 0;
    }

    .mobile-line {
        height: 1px;
        width: 100%;
        background-color: #909090;
        margin: 20px 0 30px 0;
    }

    span.content-mobile {
        display: block;
        font-family: 'Pretendard';
        font-weight: 700;
        font-size: 14px;
        line-height: 200%;
        letter-spacing: normal;
    }

    .footer-content-top .content-top > span {
        display: block;
        margin-bottom: 5px;
    }
}
