/* BASIC css start */
.about_container .about-flex-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.about_container .about-flex-wrap .about-img {
    flex: 2;
}

.about_container .about-flex-wrap .about-text {
    flex: 1;
    padding: 100px;
    box-sizing: border-box;
    width: 100%;
}

.about_container .about-flex-wrap .about-text pre {
    white-space: normal;
    font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif !important;
    word-break: break-all;
}

.about-img img {
    -webkit-perspective: 1;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
    .about_container .about-flex-wrap {
        flex-direction: column;
    }
}

@media screen and (max-width: 1023px) {
    .about_container .about-flex-wrap .about-text {
        padding: 20px 20px 80px 20px;
    }
}
/* BASIC css end */

