.org-chart{background-color:#fff;border-radius:1rem;margin-top:2.5rem;padding:3rem;text-align:center;@media (max-width:425px){padding-bottom:1rem;padding-left:1rem;padding-right:1rem;padding-top:1rem}&>aside{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;margin:5rem auto 0;max-width:1024px;@media (max-width:519px){grid-template-columns:1fr}@media (min-width:520px) and (max-width:699px){grid-template-columns:1fr 1fr}@media (min-width:700px) and (max-width:880px){grid-template-columns:1fr 1fr 1fr}}}.organization-container{width:100%;&>figure{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:3rem 0;&>img{height:100%;object-fit:cover;object-position:center;width:100%}}}.tier-container{margin-bottom:3rem}.tier-title{border-bottom:2px solid #ced4da;color:#212529;display:inline-block;font-family:"Noto Serif KR",serif;font-size:1.6rem;font-weight:600;margin-bottom:2rem;max-width:200px;padding-bottom:.5rem;width:100%}.org-member-list{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.org-member-card{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:.75rem;box-shadow:0 2px 8px #0000000d;max-width:200px;padding:1.5rem;text-align:center;transition:transform .2s;width:100%;&.president{max-width:250px}}.org-member-card:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-5px)}.member-photo{background-color:#e9ecef;border:3px solid #fff;border-radius:50%;box-shadow:0 0 5px #0000001a;height:100px;margin-bottom:1rem;object-fit:cover;width:100px;&.first{height:150px;width:150px}&.second{height:120px;width:120px}&.president{border-radius:0;height:170px;width:170px}}.member-info{& h4{color:#212529;font-size:1.2rem;font-weight:700;margin:0}& p{color:#6c757d;font-size:.95rem;margin:.25rem 0 0}& ul{text-align:center;& li{padding:5px}}}@media (max-width:767px){.org-member-list{gap:1rem}}