.footer {
    width: 100%;
    position: relative;
    background-color: #024dc0;
}

.fc_box {
    padding: 60px 0 30px 0;
    margin: 0 100px;
    gap: 60px;
}

.fc_list {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex: 2;
}

.fcl_title {
    display: inline-block;
    font-size: 30px;
    position: relative;
    margin-bottom: 45px;
    color: #fff;
    letter-spacing: 4px;
}

.fcl_title::after {
    position: absolute;
    content: " ";
    width: 45%;
    height: 3px;
    background-color: #fff;
    left: 0;
    bottom: -14px;
    border-radius: 8px;
}

.fcl_text {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 6px;
    letter-spacing: 0.1em;
}

.fcl_text:hover {
    color: #a2b7ee;
}

.fc_msg {
    display: flex;
    gap: 45px;
    flex: 1;
}

.fcm_imgbox {
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.fcm_imgbox p {
    font-size: 16px;
    margin-top: 6px;
}

.fcm_msg {
    color: #fff;
}

.pcmm_phone {
    font-size: 30px;
    font-weight: 600;
}

.pcmm_postal {
    font-size: 16px;
    margin-top: 30px;
}

.pcmm_site,
.pcmm_email {
    font-size: 16px;
    margin-top: 24px;
}

.fc_bottom {
    font-size: 16px;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-top: 1px solid #666f97;

}

.fc_bottom a {
    color: inherit;
}

.scrollTop {
    position: absolute;
    bottom: 0.95rem;
    right: 0.95rem;
    cursor: pointer;
}

@media screen and (max-width: 1440px) {
    .fc_box {
        padding: 45px 0 30px 0;
        margin: 0px 36px;
        gap: 40px;
    }
}

@media screen and (max-width: 1280px) {
    .fc_box {
        padding: 30px 0 25px 0;
        margin: 0px 20px;
        gap: 14px;
    }

    .fcl_title {
        font-size: 19px;
        margin-bottom: 26px;
    }

    .fcl_text {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .fc_msg {
        gap: 14px;
    }

    .pcmm_phone {
        font-size: 23px;
    }

    .pcmm_postal,
    .pcmm_site,
    .pcmm_email {
        margin-top: 14px;
        font-size: 15px;
    }
}

@media screen and (max-width: 960px) {
    .fc_box {
        padding: 30px 0 25px 0;
        margin: 0px 10px;
        gap: 14px;
    }

    .fcl_title {
        font-size: 19px;
        margin-bottom: 26px;
    }

    .fcl_title::after {
        height: 2px;
    }

    .fcl_text {
        font-size: 12px;
        margin-bottom: 6px;
        max-width: 110px;
    }

    .fc_msg {
        gap: 10px;
    }

    .pcmm_phone {
        font-size: 18px;
    }

    .pcmm_postal,
    .pcmm_site,
    .pcmm_email {
        margin-top: 12px;
        font-size: 14px;
    }

    .fc_bottom {
        font-size: 14px;
    }
}

@media screen and (max-width: 840px) {
    .fc_box {
        padding: 18px 0 16px 0;
        margin: 0;
        gap: 0;
    }

    .fcl_title {
        font-size: 16px;
        margin-bottom: 22px;
    }

    .fcl_title::after {
        height: 2px;
    }

    .fcl_text {
        font-size: 12px;
        margin-bottom: 6px;
        max-width: 97px;
    }

    .fc_msg {
        gap: 6px;
    }

    .fcm_imgbox img {
        width: 80px;
    }

    .fcm_imgbox p {
        font-size: 14px;
    }

    .pcmm_phone {
        font-size: 16px;
    }

    .pcmm_postal,
    .pcmm_site,
    .pcmm_email {
        margin-top: 10px;
        font-size: 13px;
    }

    .fc_bottom {
        font-size: 13px;
    }
}

@media screen and (max-width: 700px) {
    .fc_box {
        padding: 8px 0;
        margin: 0 6px;
        gap: 0;
    }

    .fcl_title {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .fcl_title::after {
        height: 2px;
    }

    .fcl_text {
        font-size: 11px;
        margin-bottom: 6px;
        max-width: 73px;
    }

    .fc_msg {
        gap: 6px;
    }

    .fcm_imgbox img {
        width: 80px;
    }

    .fcm_imgbox p {
        font-size: 14px;
    }

    .pcmm_phone {
        font-size: 14px;
    }

    .pcmm_postal,
    .pcmm_site,
    .pcmm_email {
        margin-top: 10px;
        font-size: 12px;
    }

    .fc_bottom {
        font-size: 12px;
    }
}

@media screen and (max-width: 600px) {
    .footer {
        display: none;
    }

    .scrollTop {
        bottom: 2rem;
        right: 0.95rem;
    }
}