/* =========================================================
   SECTION 10
   ========================================================= */

.section10 {
    width: 100%;
    box-sizing: border-box;

    padding-left: 240px;
    padding-right: 240px;
    padding-top: 17px;
    padding-bottom: 17px;

    background: #F3F5F8;
    border-top: 1px #EEEEEE solid;

    flex-direction: column;
    display: flex;
}


/* =========================================================
   FOOTER LOGO
   ========================================================= */

.footer-logo-box {
    width: 150px;
    padding: 10px;

    box-sizing: border-box;

    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;

    display: flex;
}

.footer-logo-box img {
    width: 100%;
    height: 54px;

    object-fit: contain;
}


/* =========================================================
   FOOTER INFO
   ========================================================= */

.footer-info-box {
    width: 100%;

    border-bottom: 1px #DDE3E8 solid;
}

.footer-info-box2 {
    width: 100%;
    height: 200px;

    align-items: center;
    gap: 126px;

    display: flex;

    box-sizing: border-box;
}


/* =========================================================
   LEFT INFO
   ========================================================= */

.footer-left-container {
    width: 242.28px;
    flex-shrink: 0;

    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 18px;

    display: flex;
}

.footer-left-box {
    width: 215px;

    justify-content: space-between;
    align-items: center;

    display: flex;
}

.footer-left-box2 {
    width: 215px;

    justify-content: space-between;
    align-items: center;

    display: flex;
}

.footer-left-input {
    width: auto;

    justify-content: center;
    display: flex;
    flex-direction: column;

    color: #5C5C5C;
    font-size: 14.90px;
    font-family: Inter;
    font-weight: 400;
    line-height: 25.60px;

    word-wrap: break-word;
}

.footer-left-output {
    justify-content: center;
    display: flex;
    flex-direction: column;

    color: #5C5C5C;
    font-size: 14.90px;
    font-family: Inter;
    font-weight: 400;
    line-height: 25.60px;

    word-wrap: break-word;
}


/* =========================================================
   RIGHT INFO
   ========================================================= */

.footer-right-container {
    width: 650px;

    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 18px;

    display: flex;
}

.footer-right-box {
    width: auto;

    justify-content: space-between;
    align-items: center;

    display: flex;

    gap: 20px;
}

.footer-right-input {
    width: 100px;
    flex-shrink: 0;

    justify-content: center;
    display: flex;
    flex-direction: column;

    color: #5C5C5C;
    font-size: 14.90px;
    font-family: Inter;
    font-weight: 400;
    line-height: 25.60px;

    word-wrap: break-word;
}

.footer-right-output {
    width: 500px;
    height: 19px;

    justify-content: center;
    display: flex;
    flex-direction: column;

    color: #5C5C5C;
    font-size: 14.90px;
    font-family: Inter;
    font-weight: 400;
    line-height: 25.60px;

    word-wrap: break-word;
}


/* =========================================================
   FOOTER TERMS
   ========================================================= */

.footer-terms-box {
    width: 100%;
    min-height: 40px;

    justify-content: space-between;
    align-items: center;

    display: flex;

    box-sizing: border-box;
}

.footer-terms01 {
    display: flex;
    gap: 30px;

    align-items: center;
    flex-shrink: 0;
}


/* =========================================================
   CONTACT BUTTON
   ========================================================= */

.contact {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;

    background: #1F96EA;
    border-radius: 4px;

    justify-content: flex-start;
    align-items: center;
    gap: 44px;

    display: flex;

    box-sizing: border-box;
}

.contact-text {
    width: 68px;
    height: 16px;

    text-align: center;

    justify-content: center;
    display: flex;
    flex-direction: column;

    color: white;
    font-size: 13.30px;
    font-family: Inter;
    font-weight: 400;
    line-height: 22.40px;

    word-wrap: break-word;
}

.contact-icon-box {
    width: 20px;
    height: 20px;

    position: relative;
    overflow: hidden;
}

.contact-icon {
    width: 5px;
    height: 10px;

    left: 7.78px;
    top: 5px;

    position: absolute;

    outline: 1.67px white solid;
    outline-offset: -0.83px;
}


/* =========================================================
   PRIVACY
   ========================================================= */

.privacy-box {
    justify-content: center;
    align-items: center;
    gap: 10px;

    display: flex;
}

.privacy-text {
    width: 120px;
    height: 19px;

    text-align: center;

    justify-content: center;
    display: flex;
    flex-direction: column;

    color: #00A4F0;
    font-size: 15px;
    font-family: Inter;
    font-weight: 400;
    line-height: 25.60px;

    word-wrap: break-word;
}


/* =========================================================
   TERMS
   ========================================================= */

.terms-box {
    justify-content: center;
    align-items: center;
    gap: 10px;

    display: flex;
}

.terms-text {
    width: 60px;
    height: 19px;

    text-align: center;

    justify-content: center;
    display: flex;
    flex-direction: column;

    color: #111111;
    font-size: 14.90px;
    font-family: Inter;
    font-weight: 400;
    line-height: 25.60px;

    word-wrap: break-word;
}


/* =========================================================
   COPYRIGHT
   ========================================================= */

.footer-terms02 {
    display: flex;
    width: auto;

    justify-content: flex-end;
    margin-left: auto;

    flex-shrink: 0;
}

.copyight-box {
    justify-content: center;
    align-items: center;
    gap: 10px;

    display: flex;
}

.copyight-text {
    width: auto;
    height: auto;

    justify-content: center;
    text-align: end;

    display: flex;
    flex-direction: column;

    color: #C2C2C2;
    font-size: 13.10px;
    font-family: Inter;
    font-weight: 400;
    line-height: 22.40px;

    white-space: nowrap;
}


/* =========================================================
   TABLET
   1024px 이하
   ========================================================= */

@media screen and (max-width: 1024px) {

    .section10 {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer-info-box2 {
        gap: 50px;
    }

    .footer-left-container {
        width: 220px;
    }

    .footer-left-box,
    .footer-left-box2 {
        width: 100%;
    }

    .footer-right-container {
        width: auto;
        flex: 1;
    }

    .footer-right-box {
        width: 100%;
    }

    .footer-right-output {
        width: auto;
        flex: 1;
    }
}


/* =========================================================
   MOBILE
   768px 이하
   ========================================================= */

@media screen and (max-width: 768px) {

    .section10 {
        width: 100%;

        padding-left: 20px;
        padding-right: 20px;
        padding-top: 25px;
        padding-bottom: 20px;
    }


    /* -------------------------
       LOGO
       ------------------------- */

    .footer-logo-box {
        width: 130px;

        padding: 5px 0 15px;
    }

    .footer-logo-box img {
        width: 100%;
        height: auto;

        object-fit: contain;
    }


    /* -------------------------
       INFO
       ------------------------- */

    .footer-info-box {
        width: 100%;
    }

    .footer-info-box2 {
        width: 100%;
        height: auto;

        padding-top: 20px;
        padding-bottom: 20px;

        display: flex;
        flex-direction: column;

        align-items: flex-start;

        gap: 15px;
    }


    /* -------------------------
       LEFT
       ------------------------- */

    .footer-left-container {
        width: 100%;

        gap: 8px;
    }

    .footer-left-box {
        width: 100%;
    }

    .footer-left-box2 {
        width: 100%;

        justify-content: flex-start;

        gap: 25px;
    }

    .footer-left-input {
        width: 70px;
        flex-shrink: 0;

        font-size: 13px;
        line-height: 22px;
    }

    .footer-left-output {
        font-size: 13px;
        line-height: 22px;
    }


    /* -------------------------
       RIGHT
       ------------------------- */

    .footer-right-container {
        width: 100%;

        gap: 8px;
    }

    .footer-right-box {
        width: 100%;

        justify-content: flex-start;

        gap: 25px;
    }

    .footer-right-input {
        width: 100px;
        flex-shrink: 0;

        font-size: 13px;
        line-height: 22px;
    }

    .footer-right-output {
        width: auto;
        height: auto;

        flex: 1;

        font-size: 13px;
        line-height: 22px;

        word-break: keep-all;
        overflow-wrap: anywhere;
    }


    /* -------------------------
       TERMS
       ------------------------- */

    .footer-terms-box {
        width: 100%;

        padding-top: 15px;

        flex-direction: column;

        align-items: flex-start;

        gap: 15px;
    }

    .footer-terms01 {
        width: 100%;

        display: flex;

        align-items: center;

        gap: 15px;

        flex-wrap: wrap;
    }


    /* -------------------------
       CONTACT
       ------------------------- */

    .contact {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 9px;
        padding-bottom: 9px;

        gap: 25px;
    }

    .contact-text {
        width: auto;

        font-size: 12px;
    }


    /* -------------------------
       PRIVACY
       ------------------------- */

    .privacy-text {
        width: auto;

        font-size: 13px;
    }


    /* -------------------------
       TERMS
       ------------------------- */

    .terms-text {
        width: auto;

        font-size: 13px;
    }


    /* -------------------------
       COPYRIGHT
       ------------------------- */

    .footer-terms02 {
        width: 100%;

        justify-content: flex-start;
    }

    .copyight-box {
        width: 100%;

        justify-content: flex-start;
    }

    .copyight-text {
        width: auto;
        height: auto;

        text-align: left;

        font-size: 11px;
        line-height: 18px;

        white-space: normal;
        word-break: keep-all;
    }
}


/* =========================================================
   SMALL MOBILE
   480px 이하
   ========================================================= */

@media screen and (max-width: 480px) {

    .section10 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 15px;
    }


    .footer-logo-box {
        width: 120px;
    }


    .footer-info-box2 {
        padding-top: 15px;
        padding-bottom: 15px;

        gap: 12px;
    }


    .footer-left-container,
    .footer-right-container {
        gap: 6px;
    }


    .footer-left-box2,
    .footer-right-box {
        gap: 15px;
    }


    .footer-left-input {
        width: 60px;

        font-size: 12px;
        line-height: 20px;
    }

    .footer-left-output {
        font-size: 12px;
        line-height: 20px;
    }


    .footer-right-input {
        width: 80px;

        font-size: 12px;
        line-height: 20px;
    }

    .footer-right-output {
        font-size: 12px;
        line-height: 20px;
    }


    .footer-terms01 {
        gap: 10px;
    }


    .contact {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 8px;
        padding-bottom: 8px;

        gap: 18px;
    }

    .contact-text {
        font-size: 11px;
    }


    .privacy-text,
    .terms-text {
        font-size: 12px;
    }


    .copyight-text {
        font-size: 10px;
        line-height: 17px;
    }
}