#hall_of_fame_v1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;font-family:"Pretendard Variable",Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,"Helvetica Neue","Segoe UI","Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif;color:var(--font-color)}#hall_of_fame_v1 .head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;gap:16px}#hall_of_fame_v1 .head .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}#hall_of_fame_v1 .head .title span{font-size:16px;font-weight:700}#hall_of_fame_v1 .head .title img{position:relative;top:-3px}#hall_of_fame_v1 .head .data_tab{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#hall_of_fame_v1 .head .data_tab .left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}#hall_of_fame_v1 .head .data_tab .left span{display:inline-block;border-radius:4px 5px;border:1px solid var(--border-default);padding:4px 8px;cursor:pointer}#hall_of_fame_v1 .head .data_tab .left span.on{color:#fff;background-color:var(--eto-color);border-color:rgba(0,0,0,0)}#hall_of_fame_v1 .head .data_tab .right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}#hall_of_fame_v1 .head .data_tab .right span{display:inline-block;font-size:15px;cursor:pointer;border-bottom:2px solid rgba(0,0,0,0)}#hall_of_fame_v1 .head .data_tab .right span.on{font-weight:700;border-bottom:2px solid var(--eto-color);color:var(--eto-color)}#hall_of_fame_ul{display:grid;grid-template-columns:repeat(3, 33.33%);grid-auto-flow:column}#hall_of_fame_ul .rank_box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3px;padding:0 8px;border-right:1px solid var(--border-default)}#hall_of_fame_ul .rank_box:last-child{border-right:none}#hall_of_fame_ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}#hall_of_fame_ul li .num{display:inline-block;width:18px;background-color:#bbb;text-align:center;color:#fff;font-size:11px;font-weight:600;border-radius:2px}#hall_of_fame_ul li:nth-child(1) .num,#hall_of_fame_ul li:nth-child(11) .num,#hall_of_fame_ul li:nth-child(21) .num{background-color:var(--eto-color);border:1px solid var(--eto-color)}