.his_box {
    padding: 1rem 0 0 0;
    box-sizing: border-box;
}

.his dl dd {
    font-size: 14px;
}

.his dl dd h4 {
    font-size: 16px;
}

.his dl {
    width: 30%;
    line-height: .45rem;
    cursor: pointer;
}

.his dt {
    margin: 0 0 .375rem 0;
    padding: .25rem;
    box-sizing: border-box;
    background: linear-gradient(#C0D9C3, #0678C1);
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.his div {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    padding: .625rem .375rem;
    box-sizing: border-box;
    background: linear-gradient(#C0D9C3, #0678C1);
    border-radius: 10px;
    color: #fff;
    height: 80%;
}

.his dl dd {
    display: flex;
    align-items: center;
    margin: .1875rem 0;
}

.his dl:nth-child(2) dd h4 {
    width: 15%;
}

.his dl:nth-child(3) dd h4 {
    width: 30%;
}

.his dl:hover dt,
.his dl:hover div {
    background: #E9A640;
    transition: all 0.6s;
}

.mission_box {
    margin: 1rem 0 0 0;
}

.mission img {
    display: block;
    width: 24%;
}

.mission div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 49%;
    background-color: #E9A640;
    border-radius: 15px;
    line-height: .45rem;
    color: #fff;
}

.opinion ul {
    flex-wrap: wrap;
}

.opinion ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 .5rem 0;
    width: 49%;
    text-align: center;
    padding: .75rem .375rem;
    box-sizing: border-box;
    border: 1px solid #7D7D7D;
    line-height: .45rem;
    border-radius: 15px;
    cursor: pointer;
}

.opinion_box {
    padding: 1rem 0;
    box-sizing: border-box;
}


.opinion ul li h4 {
    margin:  0 0 .5rem 0;
}

.opinion ul li:hover {
    color: #fff;
    background-color: #E9A640;
    border: 1px solid #E9A640;
    transition: all 0.6s;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {

    .his {
        flex-wrap: wrap;
    }

    .his dl {
        margin: 0 0 10px 0;
        width: 100%;
        line-height: 1.5;
    }

    .his div {
        height: auto;
    }

    .mission img {
        width: 100%;
    }

    .mission div {
        margin: 10px 0;
        padding: 10px;
        box-sizing: border-box;
        width: 100%;
        line-height: 1.5;
    }

    .mission {
        flex-wrap: wrap;
    }

    .opinion ul li {
        line-height: 1.5;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}