@charset 'UTF-8';
.footer {
    display: flex;
    align-items: center;
    padding: 50PX 0;
    background-color: #f5f5f5;
    border-bottom: 8PX solid #275ca8
}

.footer .footer_content {
    display: flex;
    justify-content: space-between
}
@font-face {
  font-family: "Sora";
  src: url(Sora-VariableFont_wght.ttf);
  font-style: normal;
}

.footer .footer_content > .content_introduce > p {
    margin-top: 56PX;
    line-height: 1.5;
    color: #222222;
    text-align: justify;
    font-size: 16PX;
    opacity: 1;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0px;
    font-family: 'Sora', sans-serif;
}

.footer .footer_content > .content_introduce > p > span {
    margin-left: 20PX;
    margin-right: 20PX;
}

.text {
    opacity: 1;
    font-size: 12px;
    font-family: MontserratAlternates, MontserratAlternates-Light;
    font-weight: 300;
    text-align: justify;
    color: #222222;
    line-height: 28px;
    letter-spacing: 0px;
}

.footer .footer_content dl.content_nav {
    width: 14%
}

.in {
    margin-top: 130px;
    text-align: right;
}

@media screen and (max-width: 1200px) {
    .footer .footer_content {
        width: 90%;
        margin: 0 auto
    }

    .footer .footer_content > .content_introduce > p {
        text-align: left
    }
}

@media screen and (max-width: 768px) {
    .footer {
        padding: .75rem .25rem
    }

    .footer .footer_content {
        width: 100%;
        flex-direction: column
    }

    .footer .footer_content > div, .footer .footer_content > dl {
        width: 100%
    }

    .footer .footer_content > .content_introduce > .introduce_logo > img {
        width: 8.25rem
    }

    .footer .footer_content > .content_introduce > p {
        margin-top: 1.4rem;
        font-size: .7rem
    }

    .footer .footer_content dl {
        padding-top: 1.25rem
    }

    .footer .footer_content dl > dt {
        margin-bottom: .75rem;
        font-size: .8rem
    }

    .footer .footer_content dl > dd > a, .footer .footer_content dl > dd > span {
        font-size: .7rem
    }

    .footer .footer_content dl > dd {
        margin-bottom: .125rem;
        font-size: .7rem
    }

    .footer .footer_content dl.content_nav {
        width: 100%
    }

    .in {
        margin-top: 0px;
        text-align: right;
        display: inline;
        float: right;
    }
    .text {
        display: inline;
        float: left;
        line-height: 50px;
    }
}
