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

