@charset "utf-8"; 

/* 새글 스킨 (latest) */
.donation-title { text-align: center; font-size:2.5em; font-weight:500; font-family:'Escoredream'; margin-bottom: 55px; } 
.donation-tabs { border: 1px solid #EFEFEF;display: flex; justify-content: center; align-items: center; width: 50%; margin: 0 auto; border-radius: 50px; overflow: hidden; margin-bottom: 70px; } 
.donation-tabs button { border: none; background: none; width: calc(100% / 3); border-right: 1px solid #EFEFEF; padding: 15px 0; color: #1C2451; font-size: 1.1em; } 
.donation-tabs button:last-child {border-right:none}
.donation-tabs button.is-active { background: #1C2451; color: #fff; } 
.donation-panels { } 
.donation-panels .donation-pill-list { display: flex; flex-wrap: wrap; gap: 25px; } 
.donation-panels .donation-pill-list li { width: calc(100% / 5 - 20px); display: flex; align-items: center; justify-content: center; padding: 20px 0; border-radius: 50px;box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); border: 1px solid rgba(0, 0, 0, 0.03); } 
.donation-panels .donation-pill-list li span { font-size: 1.1em; font-weight: 500; } 