.event-list{width:92%; margin:0px auto;}

.event-list li {
    list-style: none;
    margin-top: 6%;
    display: inline-block;
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.2); /* ±×¸²ÀÚ ¼³Á¤ */
    transition: box-shadow 0.3s ease-in-out; /* ±×¸²ÀÚ ¾Ö´Ï¸ÞÀÌ¼Ç */
}

.event-list li:first-child{margin-top:34%;}

.event-list img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 0px; /* ÀÌ¹ÌÁö¸¦ Á¶±Ý µÕ±Û°Ô ¼³Á¤ (¼±ÅÃ»çÇ×) */
}