/* CSS Document */
.mainArea {
    background-image: url("../images/homeWBg.jpg");
    background-repeat: repeat;
}

.contentBox .leftBox {
    padding: 0 30px 0 0;
}

.contentBox .rightBox {
    padding: 0 0 0 10px;
}

@media (max-width: 1200px) {
    .contentBox .leftBox {
        width: 100%;
        padding: 20px 0 50px;
    }
    .contentBox .rightBox {
        width: 100%;
        padding: 0;
    }
}

.textEditor .centerItem {
    text-align: center;
    padding: 40px 0;
}

.textEditor .centerItem .title {
    width: 510px;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.8px;
    color: #111;
    margin: 0 auto;
}

.textEditor .centerItem .chExp {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.6px;
    color: #555;
    padding: 30px 0 0;
}

.textEditor .centerItem .width976 {
    width: 976px;
    margin: 0 auto;
}

.textEditor .centerItem .width200 {
    width: 200px;
    margin: 0 auto;
}

.textEditor .centerItem img {
    max-width: 100%;
    height: auto;
    margin-top: 55px;
}

.textEditor .imgTxt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 80px 0 0;
}

.textEditor .imgTxt:nth-child(even) {
    flex-direction: row-reverse;
}

.textEditor .imgTxt img {
    width: 50%;
    max-width: 630px;
    max-height: 390px;
    object-fit: cover;
}

.textEditor .imgTxt .Txt {
    width: calc(50% - 70px);
    padding: 60px 0 0;
}

.textEditor .imgTxt .Txt .title {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.8px;
    color: #111;
}

.textEditor .imgTxt .Txt .enTitle {
    font-family: 'Cormorant Garamond';
    font-size: 600;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #626262;
}

.textEditor .imgTxt .Txt .subTitle {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.6px;
    color: #111;
    padding: 25px 0 10px;
}

.textEditor .imgTxt .Txt .chExp {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.6px;
    color: #555;
    padding: 0 0 25px;
}

@media (max-width: 1200px) {
    .textEditor .centerItem .width976 {
        width: 600px;
    }
    .textEditor .imgTxt .Txt {
        width: calc(50% - 50px);
    }
}

@media (max-width: 768px) {
    .textEditor .centerItem {
        padding: 30px 0 10px;
    }
    .textEditor .centerItem .title {
        width: 100%;
    }
    .textEditor .centerItem .width976 {
        width: 100%;
    }
    .textEditor .imgTxt {
        padding: 40px 0 0;
    }
    .textEditor .imgTxt .Txt {
        padding: 40px 0 0;
        width: calc(50% - 20px);
    }
}

@media (max-width: 640px) {
    .textEditor:nth-child(even) {
        flex-direction: row;
    }
    .textEditor .imgTxt img {
        width: 100%;
    }
    .textEditor .imgTxt .Txt {
        width: 100%;
    }
}
/*# sourceMappingURL=package.css.map */