/* BASIC css start */
/* 이벤트 목록 */
.prize_btn { text-align: right; padding-bottom: 20px; }
.prize_btn a { display: inline-block; border: 1px solid #000; padding: 0 30px; font-size: 15px; font-weight: 500; line-height: 40px; }
.special_tit { font-size: 30px; font-weight: 500; padding-bottom: 30px; }
.special_list { position: relative; width: 100%; padding-bottom: 100px; display: grid; grid-template-columns: repeat(3, minmax(calc(33.3% - 40px), 1fr)); gap: 80px 40px; }
.special_list div a {  }
.special_list div p { width: 100%; height: 440px; background: #e1e1e1; border-radius: 15px; overflow: hidden; background-repeat: no-repeat; background-position: center; background-size: cover; }
.special_list div p img { width: 100%; }
.special_list div a > div { padding-top: 15px; font-size: 22px; font-weight: 500; letter-spacing: -.5px; }
.special_list div a > div > span { display: block; padding-top: 8px; font-size: 15px; font-weight: 300; color: #999; letter-spacing: normal; }
.line_top { padding-top: 100px; border-top: 1px solid #eeeeee; }
/* BASIC css end */

