.vision_figure ul {
    background: url('/upload/contents/files/content_vision_bg.png') no-repeat;
    background-position: center;
}
.vision_figure ul li {
    padding: 30px 20px;
}
.vision_figure ul li .inner {
    display: flex;
    height: auto;
}
.vision_figure ul li .inner .cont {
    display: flex;
    flex-direction: column;
}
.vision_figure ul li:nth-child(2)::before {
	content: "";
	display: block;
	position: absolute;
	top: -12px;
	left: -9px;
	width: 15px;
	height: 15px;
	background-image: url(/upload/contents/files/contnet_vision_arrow.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.vision_figure ul li:nth-child(even) {
    padding-left: 120px;
}

@media screen and (max-width: 850px) {
    .vision_figure ul {
        background: transparent;
    }
    .vision_figure ul::before {
        margin-bottom: 36px;
        background-image: url(/upload/contents/files/content_vision_bg.png);
    }
    .vision_figure ul li:nth-child(1),
    .vision_figure ul li:nth-child(2),
    .vision_figure ul li:nth-child(3),
    .vision_figure ul li:nth-child(4) {
        padding-top: 40px;
    }
    .vision_figure ul li:nth-child(even) {
        padding-left: 40px;
    }
    .vision_figure ul li .inner .cont .left {
        padding-left: 0;
    }
}

@media screen and (max-width: 750px) {
    .vision_figure ul li {
        height: 250px;
    }
}

@media screen and (max-width:550px){
    .vision_figure ul::before {
        margin-bottom: 22px;
    }
    .vision_figure ul li:nth-child(2)::before {
        display: none;
    }
    .vision_figure ul li {
        height: auto;
        padding: 8px 0 !important;
    }
    .vision_figure ul li .inner .cont .left {
        padding-left: 0;
    }
}