@charset "UTF-8";

.contents_related .content_wrapper .wrapper_item .inner_item:nth-child(1){
    order: 2;
margin-left: 2%;
}
.contents_related .content_wrapper .wrapper_item .inner_item:nth-child(2){
    order: 1;
margin-left: 0;
}
.contents_related .content_wrapper .wrapper_item .inner_item:nth-child(3){
    order: 4;
margin-left: 2%;
}
.contents_related .content_wrapper .wrapper_item .inner_item:nth-child(4){
    order: 3;
margin-left: 0;
}

@media(max-width: 600px){
.contents_related .content_wrapper .wrapper_item .inner_item:nth-child(3){
margin-bottom: 0 !important;
}
.contents_related .content_wrapper .wrapper_item .inner_item:nth-child(4){
margin-bottom: 15px !important;
}
}