.mainArea {
    padding-bottom: 0;
    padding-top: 0;
}
.mainArea > .wrap {
    max-width: 1384px;
    padding-top: 73px;
}
@media (max-width: 1200px) {
    .mainArea > .wrap {
        padding-top: 60px;
    }
}
.mainArea .classBox.classBoxRow {
    position: absolute;
    top: 0;
}
.mainArea .classBox.classBoxRow.fixed {
    -webkit-transform: none;
    transform: none;
    position: fixed;
    top: 75px;
    left: 0;
    background-color: #fff;
}
@media (max-width: 1200px) {
    .mainArea .classBox.classBoxRow.fixed {
        top: 55px;
    }
}
.mainArea .classBox.classBoxRow.fixed .wrap {
    bottom: auto;
    width: 100%;
}
.textEditor {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.8;
    position: relative;
}
@media (max-width: 1200px) {
    .textEditor {
        font-size: 15px;
    }
}
.textEditor img.logo {
    margin-bottom: 24px;
}
.textEditor h2 {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    margin-bottom: 14px;
}
@media (max-width: 1200px) {
    .textEditor h2 {
        font-size: 20px;
    }
}
.textEditor .about_foreword {
    margin-bottom: 13px;
}
.textEditor .about_content {
    line-height: 1.85;
    margin-bottom: 42px;
}
.textEditor .about_content span.note {
    color: #222223;
    margin-bottom: 16px;
    display: inline-block;
}
.textEditor .about_content.bottom {
    margin-bottom: 93px;
}
@media (max-width: 1400px) {
    .textEditor .about_content.bottom {
        margin-bottom: 60px;
    }
}
@media (max-width: 1200px) {
    .textEditor .about_content.bottom {
        margin-bottom: 45px;
    }
}
.textEditor .about_fullArea {
    background-color: #f7f9fa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    width: 100vw;
    overflow: hidden;
}
@media (max-width: 1200px) {
    .textEditor .about_fullArea {
        padding: 52px 0;
    }
}
.textEditor .about_fullArea .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
@media (max-width: 1200px) {
    .textEditor .about_fullArea .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin: 0;
    }
    .textEditor .about_fullArea .row:nth-of-type(1) .left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .textEditor .about_fullArea .row:nth-of-type(1) .right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
.textEditor .about_fullArea .row .left {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.textEditor .about_fullArea .row .left .Txt {
    padding-bottom: 3px;
    padding-left: 52px;
    padding-right: 72px;
}
@media (max-width: 1400px) {
    .textEditor .about_fullArea .row .left .Txt {
        padding-right: 40px;
    }
}
@media (max-width: 1200px) {
    .textEditor .about_fullArea .row .left .Txt {
        padding-left: 20px;
    }
}
.textEditor .about_fullArea .row .left .Txt h2 {
    margin-bottom: 30px;
    letter-spacing: 1px;
}
@media (max-width: 1400px) {
    .textEditor .about_fullArea .row .left .Txt h2 {
        margin-bottom: 20px;
    }
}
.textEditor .about_fullArea .row .right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.textEditor .about_fullArea .row .right .Txt {
    padding-right: 52px;
    padding-left: 70px;
    padding-bottom: 5px;
}
@media (max-width: 1400px) {
    .textEditor .about_fullArea .row .right .Txt {
        padding-left: 40px;
    }
}
@media (max-width: 1200px) {
    .textEditor .about_fullArea .row .right .Txt {
        padding-right: 20px;
    }
}
.textEditor .about_fullArea .row .right .Txt h2 {
    margin-bottom: 28px;
    letter-spacing: 1px;
}
.textEditor .about_fullArea .row .left,
.textEditor .about_fullArea .row .right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1200px) {
    .textEditor .about_fullArea .row .left,
    .textEditor .about_fullArea .row .right {
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.textEditor .about_fullArea .row .left .Txt,
.textEditor .about_fullArea .row .right .Txt {
    max-width: 692px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 1200px) {
    .textEditor .about_fullArea .row .left .Txt,
    .textEditor .about_fullArea .row .right .Txt {
        max-width: none;
        padding: 30px 0;
    }
}
.textEditor .about_fullArea .row .left img,
.textEditor .about_fullArea .row .right img {
    width: 100%;
    height: 470px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1400px) {
    .textEditor .about_fullArea .row .left img,
    .textEditor .about_fullArea .row .right img {
        height: 400px;
    }
}
@media (max-width: 1200px) {
    .textEditor .about_fullArea .row .left img,
    .textEditor .about_fullArea .row .right img {
        height: 360px;
    }
}
@media (max-width: 720px) {
    .textEditor .about_fullArea .row .left img,
    .textEditor .about_fullArea .row .right img {
        height: 320px;
    }
}
@media (max-width: 480px) {
    .textEditor .about_fullArea .row .left img,
    .textEditor .about_fullArea .row .right img {
        height: 280px;
    }
}
