@charset "utf-8";


.footer {
    width: 100% ;
    height: 270px !important;
    background: #404040 !important;
}
.mathjye-underpoint {
    padding-bottom: 1px;
}
.mathjye-underpoint {
    background: url(https://img.jyeoo.net/images/formula/point.png) no-repeat center bottom;
    padding-bottom: 4px;
}
.footer .info {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10%;
    padding-top: 16px;
}

.footer .info .item {
    width: 80%;
    margin: 0 auto;
    color: #FFFFFF;
    box-sizing: border-box;
}


.footer .info .item .li {
    margin: 10px 0;
    color: white;
    font-size: 12px;
    text-align: center;
}

.footer .company {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 12px;
    padding-bottom: 10px;
}
.footer .company div {
    margin: 10px 0;
}
.footer .company a {
    color: white;
}

.clear {
    clear: both;
}

.ksy {
    display: flex;
    justify-content: center;
    padding-top: 10px;

}
.ksy a, .ksy span {
    color: white !important;
    margin: 0 3px;
    text-decoration: none !important;
    font-size: 14px !important;
    width: inherit !important;
}