@charset "utf-8";
.vtrip_sec1 {
    margin-bottom: 3rem;
}
.vtrip_img {
    display: flex;
    align-items: center;
    margin-top: 3rem;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.vtrip_img li {width: 30%;}
.vtrip_img li:first-child {width:60%}
.vtrip_img img {
    width: 100%;
}

/* 모바일 */ 
@media all and (max-width:1000px) {
    .media iframe {height:320px; width:100%}
    .vtrip_img li, .vtrip_img li:first-child {width:100%}
    
}
