@charset "utf-8";



/* section01 */
.section01{
    width: 62.5vw;
    margin: 0 auto;
    padding: 9.375vw 0 20vw;
    position: relative;

}
.section01 figure{
    width: 100%;
    height: auto;
    margin-bottom: 2.60vw;
}
.section01 figure:last-child{
    margin-bottom: 0;
    box-shadow: 0px 0px 10px 1px #00000046;
        border-radius: 1.56vw;

}
.section01 figure img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 1.56vw;
}
/* section01 */



/* 모바일 */
@media screen and (max-width:500px) {


    /* section01 */
    .section01{
        padding: 26vw 0;
        margin: 0 auto;
        width: calc(100% - 40px);
    }
    /* section01 */

}
/* 모바일 */