.vision {
    margin: 0 auto;
}
.sub_title {
    display: flex;
    justify-content: center;
}
.visionC {
    display: flex;
    justify-content: center;
    padding-top: 2rem;
}
.visionTbox p {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    font-family: 'NanumSquare', sans-serif;
    margin-bottom: 0;
    padding: 0rem 3rem;
}
.visionTbox .vision.L {
    width: 30px;
    position: relative;
    margin-top: -27px;
}

.visionTbox .vision.R:lang(ko){
    width: 30px;
    position: relative;
    margin-top: -21px;
}
.visionbox {
    display: flex;
    margin-top: 5rem;
}
.visionbox .item {
    padding: 1.5rem;
    border-right: 2px solid #ddd;
}
.visionbox .item:last-child {
    border:none;
}
.visionbox .item h3 {
    text-align: center;
    color: #77bae7;
    font-weight: bold;
    margin-bottom: 2px;
}
.visionbox {
    margin-top: 5rem !important;
}
.visionbox .item p {
    font-size: 1.1rem;
    color: #293f6d;
}
.visionImgB {
    width: 100%;
    margin-top: 3rem;
}
.visionImgB img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}
@media (min-width:992px) {
    .visionbox {
        margin-top: 8rem;
        margin-bottom: 4rem;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .visionTbox p {
        font-size: 0.9rem !important;
    }    
    .visionTbox .vision.R {
        margin-top: -8px;
    }
}