@import url(https://lwres.nexon.com/css/mabinogim/brand/common/font.css);
@import url(https://lwres.nexon.com/css/mabinogim/brand/common/common.css);
@import url(https://lwres.nexon.com/css/mabinogim/brand/common/modal.css);
@import url(https://lwres.nexon.com/css/mabinogim/brand/common/loading.css);
#mabinogim {
  padding-top: 0;
}
#mabinogim:has(.gnb_wrap) {
  padding-top: 103px;
}
#mabinogim:has(.gnb_wrap) .ranking,
#mabinogim:has(.gnb_wrap) .container {
  padding: 60px 60px 110px;
}
#mabinogim .ranking,
#mabinogim .container {
  position: relative;
  max-width: 1740px;
  margin: 0 auto;
  padding: 10px 60px 140px;
  min-height: calc(100vh - var(--pc-top-height));
}
#mabinogim .ranking .ranking_tab_wrap,
#mabinogim .container .ranking_tab_wrap {
  margin-bottom: 10px;
  border-radius: 24px;
  background: #fff;
  padding: 10px;
}
#mabinogim .ranking .ranking_tab_wrap .tab_list,
#mabinogim .container .ranking_tab_wrap .tab_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#mabinogim .ranking .ranking_tab_wrap .tab_list a,
#mabinogim .container .ranking_tab_wrap .tab_list a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  height: 40px;
  margin-right: 10px;
}
#mabinogim .ranking .ranking_tab_wrap .tab_list a:last-child,
#mabinogim .container .ranking_tab_wrap .tab_list a:last-child {
  margin-right: 0;
}
#mabinogim .ranking .ranking_tab_wrap .tab_list a span,
#mabinogim .container .ranking_tab_wrap .tab_list a span {
  white-space: nowrap;
  font-size: 12px;
  line-height: 130%; /* 20.8px */
}
#mabinogim .ranking .ranking_tab_wrap .tab_list a.on,
#mabinogim .container .ranking_tab_wrap .tab_list a.on {
  background: #222632;
}
#mabinogim .ranking .ranking_tab_wrap .tab_list a.on span,
#mabinogim .container .ranking_tab_wrap .tab_list a.on span {
  color: #fff;
}
@media (hover: hover) and (min-width: 1281px) {
  #mabinogim .ranking .ranking_tab_wrap .tab_list a:hover,
  #mabinogim .container .ranking_tab_wrap .tab_list a:hover {
    background: #222632;
  }
  #mabinogim .ranking .ranking_tab_wrap .tab_list a:hover span,
  #mabinogim .container .ranking_tab_wrap .tab_list a:hover span {
    color: #fff;
  }
}
#mabinogim .ranking .page_empty,
#mabinogim .container .page_empty {
  position: relative;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
#mabinogim .ranking .page_empty span,
#mabinogim .container .page_empty span {
  padding: 187px 0;
  color: #626262;
  text-align: center;
  font-size: 20px;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mabinogim .ranking .server_class_wrap,
#mabinogim .container .server_class_wrap {
  position: relative;
  padding: 30px;
  background: #fff;
  border-radius: 24px;
  margin-bottom: 60px;
}
#mabinogim .ranking .server_class_wrap .select_area,
#mabinogim .container .server_class_wrap .select_area {
  display: flex;
  justify-content: center;
  column-gap: 10px;
}
#mabinogim .ranking .server_class_wrap .select_area .select_box,
#mabinogim .container .server_class_wrap .select_area .select_box {
  position: relative;
  width: 322px;
  border-radius: 16px;
}
#mabinogim .ranking .server_class_wrap .select_area .select_box .selected,
#mabinogim .container .server_class_wrap .select_area .select_box .selected {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#mabinogim .ranking .server_class_wrap .select_area .select_box .select_option,
#mabinogim .container .server_class_wrap .select_area .select_box .select_option {
  top: 40px;
  z-index: 2;
  max-height: 180px;
  overflow-y: auto;
}
#mabinogim .ranking .server_class_wrap .notice_area,
#mabinogim .container .server_class_wrap .notice_area {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mabinogim .ranking .server_class_wrap .notice_area span,
#mabinogim .container .server_class_wrap .notice_area span {
  color: #525252;
  font-size: 12px;
  line-height: 130%; /* 15.6px */
  letter-spacing: -0.24px;
}
#mabinogim .ranking .server_class_wrap .notice_area span br,
#mabinogim .container .server_class_wrap .notice_area span br {
  display: none;
}
#mabinogim .ranking .server_class_wrap .notice_area button,
#mabinogim .container .server_class_wrap .notice_area button {
  margin-left: 20px;
  border-radius: 12px;
  background: #8c8c8c;
  height: 30px;
  padding: 7px 16px;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}
@media (hover: hover) and (min-width: 1281px) {
  #mabinogim .ranking .server_class_wrap .notice_area button:hover,
  #mabinogim .container .server_class_wrap .notice_area button:hover {
    background: #222632;
  }
}
#mabinogim .ranking .character_search_wrap,
#mabinogim .container .character_search_wrap {
  position: relative;
  border-radius: 24px;
  margin-bottom: 30px;
}
#mabinogim .ranking .character_search_wrap .search_area,
#mabinogim .container .character_search_wrap .search_area {
  display: flex;
  justify-content: center;
}
#mabinogim .ranking .character_search_wrap .search_area .my_character,
#mabinogim .container .character_search_wrap .search_area .my_character {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 50%;
}
#mabinogim .ranking .character_search_wrap .search_area .my_character .text_box,
#mabinogim .container .character_search_wrap .search_area .my_character .text_box {
  display: flex;
  align-items: center;
}
#mabinogim .ranking .character_search_wrap .search_area .my_character .text_box::before,
#mabinogim .container .character_search_wrap .search_area .my_character .text_box::before {
  content: "";
  display: block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Cpath fill='%23525252' d='M7 2h2v11H7z'/%3E%3Cpath fill='%238A8A8A' d='M10 2h2v11h-2z'/%3E%3Cpath fill='%23525252' d='M13 2h2v11h-2z'/%3E%3Cpath fill='%238A8A8A' stroke='%23525252' stroke-miterlimit='10' stroke-width='1.5' d='M10.779 7.835a.5.5 0 0 0 .452 0l1.244-.633a.5.5 0 0 1 .644.17l.771 1.17a.5.5 0 0 0 .387.224l1.403.086a.5.5 0 0 1 .468.468l.086 1.402a.5.5 0 0 0 .223.388l1.171.771a.5.5 0 0 1 .171.643l-.634 1.255a.5.5 0 0 0 0 .452l.633 1.244a.5.5 0 0 1-.17.644l-1.17.771a.5.5 0 0 0-.224.387l-.086 1.403a.5.5 0 0 1-.468.468l-1.402.086a.5.5 0 0 0-.388.223l-.77 1.17a.5.5 0 0 1-.645.17l-1.244-.631a.5.5 0 0 0-.452 0l-1.255.633a.5.5 0 0 1-.643-.171l-.771-1.17a.5.5 0 0 0-.387-.224l-1.403-.086a.5.5 0 0 1-.468-.468l-.086-1.402a.5.5 0 0 0-.223-.388l-1.17-.77a.5.5 0 0 1-.17-.645l.631-1.244a.5.5 0 0 0 0-.452l-.633-1.255a.5.5 0 0 1 .171-.643l1.17-.771a.5.5 0 0 0 .224-.387l.086-1.403a.5.5 0 0 1 .468-.468l1.403-.086a.5.5 0 0 0 .387-.223l.771-1.171a.5.5 0 0 1 .643-.171l1.255.634Z'/%3E%3Cpath fill='%23fff' d='M11 11c-.284 0-.474.34-.854 1.023l-.098.176c-.108.194-.162.29-.246.354-.085.064-.19.088-.4.135l-.19.044-.004.001c-.735.166-1.103.25-1.19.531-.089.282.163.577.666 1.165l.13.152.007.008c.138.162.209.244.24.346.03.096.023.199.005.39l-.004.04v.008l-.02.203c-.077.785-.115 1.178.114 1.352.23.174.576.015 1.267-.303l.178-.082.015-.006c.187-.086.283-.13.384-.13.101 0 .197.044.384.13l.015.006.178.082c.69.32 1.037.477 1.267.303.229-.173.191-.564.116-1.343l-.001-.009-.02-.203-.001-.008c-.02-.218-.03-.327 0-.43.032-.102.102-.184.241-.346l.007-.008.13-.152.002-.003c.502-.586.753-.88.665-1.162-.088-.281-.456-.365-1.191-.531l-.004-.001-.19-.044-.007-.002c-.205-.046-.309-.069-.393-.133-.084-.064-.138-.16-.246-.354l-.098-.176C11.474 11.34 11.284 11 11 11Z'/%3E%3C/svg%3E");
  margin-right: 6px;
  margin-top: -2px;
}
#mabinogim .ranking .character_search_wrap .search_area .my_character .text_box span,
#mabinogim .container .character_search_wrap .search_area .my_character .text_box span {
  color: #525252;
  font-size: 16px;
  letter-spacing: -0.32px;
  white-space: nowrap;
}
#mabinogim .ranking .character_search_wrap .search_area .my_character .select_box,
#mabinogim .container .character_search_wrap .search_area .my_character .select_box {
  position: relative;
  height: 52px;
  width: 100%;
  max-width: 446px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mabinogim .ranking .character_search_wrap .search_area .my_character .select_box .select_option,
#mabinogim .container .character_search_wrap .search_area .my_character .select_box .select_option {
  top: 55px;
  z-index: 1;
}
#mabinogim .ranking .character_search_wrap .search_area .my_character .refresh,
#mabinogim .container .character_search_wrap .search_area .my_character .refresh {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M1.748 7.049A6.844 6.844 0 0 1 3.982 2.73a6.785 6.785 0 0 1 7.546-1.022 6.81 6.81 0 0 1 2.393 1.98.78.78 0 0 1-.145 1.09.772.772 0 0 1-1.085-.145 5.235 5.235 0 0 0-4.18-2.077 5.24 5.24 0 0 0-3.431 1.276A5.285 5.285 0 0 0 3.31 7.05h.376a.772.772 0 0 1 .716.48.781.781 0 0 1-.169.848l-1.207 1.21a.772.772 0 0 1-1.094 0L.726 8.378a.779.779 0 0 1 .548-1.327l.474-.001Zm13.319-.637a.772.772 0 0 0-1.094 0l-1.206 1.21a.78.78 0 0 0 .547 1.328h.375a5.285 5.285 0 0 1-1.769 3.217 5.24 5.24 0 0 1-3.43 1.277 5.223 5.223 0 0 1-2.323-.54 5.248 5.248 0 0 1-1.845-1.52.776.776 0 0 0-.815-.275.773.773 0 0 0-.566.651.781.781 0 0 0 .155.575A6.798 6.798 0 0 0 5.482 14.3a6.785 6.785 0 0 0 7.534-1.03 6.845 6.845 0 0 0 2.234-4.319h.474a.772.772 0 0 0 .716-.48.781.781 0 0 0-.168-.848l-1.206-1.21Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.5 0h16v16H.5z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 17px 16px;
  background-position: center center;
  background-color: #2baf7e;
  border-radius: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
  margin-left: 4px;
}
@media (hover: hover) and (min-width: 1281px) {
  #mabinogim .ranking .character_search_wrap .search_area .my_character .refresh:hover,
  #mabinogim .container .character_search_wrap .search_area .my_character .refresh:hover {
    background-color: #319772;
  }
}
#mabinogim .ranking .character_search_wrap .search_area .search_character,
#mabinogim .container .character_search_wrap .search_area .search_character {
  display: flex;
  align-items: center;
}
#mabinogim .ranking .character_search_wrap .search_area .search_character .text_box,
#mabinogim .container .character_search_wrap .search_area .search_character .text_box {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
#mabinogim .ranking .character_search_wrap .search_area .search_character .text_box::before,
#mabinogim .container .character_search_wrap .search_area .search_character .text_box::before {
  content: "";
  display: block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Ccircle cx='11' cy='7' r='6.25' fill='%23D9D9D9' stroke='%23525252' stroke-width='1.5'/%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='M2 20a5 5 0 0 1 5-5h8a5 5 0 0 1 5 5v1H2v-1Z'/%3E%3C/mask%3E%3Cpath fill='%238A8A8A' d='M2 20a5 5 0 0 1 5-5h8a5 5 0 0 1 5 5v1H2v-1Z'/%3E%3Cpath fill='%23525252' d='M.5 20A6.5 6.5 0 0 1 7 13.5h8a6.5 6.5 0 0 1 6.5 6.5h-3a3.5 3.5 0 0 0-3.5-3.5H7A3.5 3.5 0 0 0 3.5 20h-3ZM20 21H2h18ZM.5 21v-1A6.5 6.5 0 0 1 7 13.5v3A3.5 3.5 0 0 0 3.5 20v1h-3ZM15 13.5a6.5 6.5 0 0 1 6.5 6.5v1h-3v-1a3.5 3.5 0 0 0-3.5-3.5v-3Z' mask='url(%23a)'/%3E%3Ccircle cx='9' cy='6' r='1' fill='%23525252'/%3E%3Ccircle cx='13' cy='6' r='1' fill='%23525252'/%3E%3Cpath fill='%23525252' d='M9 9h4v1H9z'/%3E%3C/svg%3E");
  margin-right: 6px;
  margin-top: -2px;
}
#mabinogim .ranking .character_search_wrap .search_area .search_character .text_box span,
#mabinogim .container .character_search_wrap .search_area .search_character .text_box span {
  color: #525252;
  font-size: 16px;
  letter-spacing: -0.32px;
  white-space: nowrap;
}
#mabinogim .ranking .character_search_wrap .search_area .search_character .text_box .refresh,
#mabinogim .container .character_search_wrap .search_area .search_character .text_box .refresh {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M1.748 7.049A6.844 6.844 0 0 1 3.982 2.73a6.785 6.785 0 0 1 7.546-1.022 6.81 6.81 0 0 1 2.393 1.98.78.78 0 0 1-.145 1.09.772.772 0 0 1-1.085-.145 5.235 5.235 0 0 0-4.18-2.077 5.24 5.24 0 0 0-3.431 1.276A5.285 5.285 0 0 0 3.31 7.05h.376a.772.772 0 0 1 .716.48.781.781 0 0 1-.169.848l-1.207 1.21a.772.772 0 0 1-1.094 0L.726 8.378a.779.779 0 0 1 .548-1.327l.474-.001Zm13.319-.637a.772.772 0 0 0-1.094 0l-1.206 1.21a.78.78 0 0 0 .547 1.328h.375a5.285 5.285 0 0 1-1.769 3.217 5.24 5.24 0 0 1-3.43 1.277 5.223 5.223 0 0 1-2.323-.54 5.248 5.248 0 0 1-1.845-1.52.776.776 0 0 0-.815-.275.773.773 0 0 0-.566.651.781.781 0 0 0 .155.575A6.798 6.798 0 0 0 5.482 14.3a6.785 6.785 0 0 0 7.534-1.03 6.845 6.845 0 0 0 2.234-4.319h.474a.772.772 0 0 0 .716-.48.781.781 0 0 0-.168-.848l-1.206-1.21Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.5 0h16v16H.5z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 17px 16px;
  background-position: center center;
  background-color: #2baf7e;
  border-radius: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
  margin-left: 6px;
}
@media (hover: hover) and (min-width: 1281px) {
  #mabinogim .ranking .character_search_wrap .search_area .search_character .text_box .refresh:hover,
  #mabinogim .container .character_search_wrap .search_area .search_character .text_box .refresh:hover {
    background-color: #319772;
  }
}
#mabinogim .ranking .character_search_wrap .search_area .search_character .search_input,
#mabinogim .container .character_search_wrap .search_area .search_character .search_input {
  position: relative;
  height: 52px;
  width: 300px;
  border: 1px solid #5c5c5c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
}
#mabinogim .ranking .character_search_wrap .search_area .search_character .search_input input,
#mabinogim .container .character_search_wrap .search_area .search_character .search_input input {
  width: 100%;
  height: 100%;
  padding: 0 40px 0 20px;
  color: #525252;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 16px;
}
#mabinogim .ranking .character_search_wrap .search_area .search_character .search_input input::placeholder,
#mabinogim .container .character_search_wrap .search_area .search_character .search_input input::placeholder {
  color: #525252;
  font-size: 16px;
}
@media (hover: hover) and (min-width: 1281px) {
  #mabinogim .ranking .character_search_wrap .search_area .search_character .search_input input:hover,
  #mabinogim .container .character_search_wrap .search_area .search_character .search_input input:hover {
    background: #fff;
  }
}
#mabinogim .ranking .character_search_wrap .search_area .search_character .search_input input:focus,
#mabinogim .container .character_search_wrap .search_area .search_character .search_input input:focus {
  background: #fff;
}
#mabinogim .ranking .character_search_wrap .search_area .search_character .search_input input:focus::placeholder,
#mabinogim .container .character_search_wrap .search_area .search_character .search_input input:focus::placeholder {
  color: transparent;
}
#mabinogim .ranking .character_search_wrap .search_area .search_character .search_input .search_button,
#mabinogim .container .character_search_wrap .search_area .search_character .search_input .search_button {
  position: absolute;
  right: 16px;
}
#mabinogim .ranking .character_search_wrap .search_area .search_character .search_input .search_button::before,
#mabinogim .container .character_search_wrap .search_area .search_character .search_input .search_button::before {
  display: block;
  content: "";
  min-width: 21px;
  width: 21px;
  height: 23px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='23' fill='none'%3E%3Cpath fill='%235C5C5C' fill-rule='evenodd' d='M3.25 10.083a6.833 6.833 0 1 1 10.966 5.442 1.495 1.495 0 0 0-.631 1.153 1.494 1.494 0 0 0 .47 1.165l4.134 4.134a1.5 1.5 0 0 0 2.122-2.121l-3.05-3.05a9.802 9.802 0 0 0 2.656-6.723c0-5.43-4.403-9.833-9.834-9.833C4.653.25.25 4.653.25 10.083c0 5.431 4.403 9.834 9.833 9.834a1.5 1.5 0 1 0 0-3 6.833 6.833 0 0 1-6.833-6.834Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: cover;
}
#mabinogim .ranking .character_search_wrap .search_area .search_character .select_box + .search_input,
#mabinogim .container .character_search_wrap .search_area .search_character .select_box + .search_input {
  border-radius: 0 16px 16px 0;
}
#mabinogim .ranking .ranking_list_wrap .list_header ul,
#mabinogim .container .ranking_list_wrap .list_header ul {
  display: flex;
  background: #222632;
}
#mabinogim .ranking .ranking_list_wrap .list_header ul li,
#mabinogim .container .ranking_list_wrap .list_header ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.28px;
  height: 34px;
}
#mabinogim .ranking .ranking_list_wrap .list_header ul li:nth-child(1),
#mabinogim .container .ranking_list_wrap .list_header ul li:nth-child(1) {
  width: 20%;
}
#mabinogim .ranking .ranking_list_wrap .list_header ul li:nth-child(2),
#mabinogim .container .ranking_list_wrap .list_header ul li:nth-child(2) {
  width: 24%;
}
#mabinogim .ranking .ranking_list_wrap .list_header ul li:nth-child(3),
#mabinogim .container .ranking_list_wrap .list_header ul li:nth-child(3) {
  width: 26%;
}
#mabinogim .ranking .ranking_list_wrap .list_header ul li:nth-child(4),
#mabinogim .container .ranking_list_wrap .list_header ul li:nth-child(4) {
  width: 20%;
}
#mabinogim .ranking .ranking_list_wrap .list_header ul li:nth-child(5),
#mabinogim .container .ranking_list_wrap .list_header ul li:nth-child(5) {
  width: 10%;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list_empty,
#mabinogim .container .ranking_list_wrap .list_area .list_empty {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list_empty span,
#mabinogim .container .ranking_list_wrap .list_area .list_empty span {
  min-height: 220px;
  height: 220px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list_empty span b,
#mabinogim .container .ranking_list_wrap .list_area .list_empty span b {
  color: #f65606;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item,
#mabinogim .container .ranking_list_wrap .list_area .list .item {
  position: relative;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 104px;
  border-bottom: 1px solid #aaa;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item::before {
  display: block;
  content: "";
  width: 5px;
  height: 100%;
  background: #00b670;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  opacity: 0;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div,
#mabinogim .container .ranking_list_wrap .list_area .list .item div {
  display: flex;
  justify-content: center;
  align-items: center;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div dl,
#mabinogim .container .ranking_list_wrap .list_area .list .item div dl {
  display: flex;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div dl dt,
#mabinogim .container .ranking_list_wrap .list_area .list .item div dl dt {
  color: #5c5c5c;
  font-size: 16px;
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div dl dd,
#mabinogim .container .ranking_list_wrap .list_area .list .item div dl dd {
  color: #5c5c5c;
  font-size: 16px;
  display: flex;
  align-items: center;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(1),
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(1) {
  width: 20%;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(1) dl,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(1) dl {
  display: flex;
  align-items: center;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(1) dl dt,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(1) dl dt {
  display: flex;
  padding: 4px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid #5c5c5c;
  white-space: nowrap;
  color: #5c5c5c;
  font-size: 16px;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(1) dl dd,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(1) dl dd {
  white-space: nowrap;
  color: #5c5c5c;
  font-size: 12px;
  display: flex;
  align-items: center;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(1) dl dd.up::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(1) dl dd.up::before {
  content: "";
  display: block;
  width: 10px;
  min-width: 10px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' fill='none'%3E%3Cpath fill='%23F65606' d='m0 8 5-8 5 8H0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-right: 6px;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(1) dl dd.down::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(1) dl dd.down::before {
  content: "";
  display: block;
  width: 10px;
  min-width: 10px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' fill='none'%3E%3Cpath fill='%2300B3E0' d='m0 0 5 8 5-8H0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-right: 6px;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(2),
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(2) {
  width: 24%;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(2) span,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(2) span {
  font-size: 16px;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(3),
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(3) {
  width: 26%;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4),
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) {
  width: 20%;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl {
  width: 158px;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd {
  display: flex;
  align-items: center;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #707070;
  margin-right: 12px;
  background-size: 25.68px 25.68px;
  background-repeat: no-repeat;
  background-position: 40% center;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: crisp-edges;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.warrior_1::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.warrior_1::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/warrior_icon_1_65811EBD4BEC0285.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.warrior_2::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.warrior_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/warrior_icon_2_82FBE98DCDF420BB.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.warrior_3::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.warrior_3::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/warrior_icon_3_753F0A05E1F5E2F8.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.warrior_4::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.warrior_4::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/warrior_icon_4_C1812DE239AB0EC8.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.warrior_5::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.warrior_5::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/warrior_icon_5_648CB463FD4AC8A3.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.archer_1::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.archer_1::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/archer_icon_1_6C95C482C969A5DA.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.archer_2::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.archer_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/archer_icon_2_A336FF08A4F57E5A.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.archer_3::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.archer_3::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/archer_icon_3_3406C778F7F364AF.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.archer_4::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.archer_4::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/archer_icon_4_D99A386A246CC076.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.mage_1::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.mage_1::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/mage_icon_1_3399B9475E5FD2BA.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.mage_2::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.mage_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/mage_icon_2_8A3C50B41D1A1A9E.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.mage_3::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.mage_3::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/mage_icon_3_A721D69252722705.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.mage_4::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.mage_4::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/mage_icon_4_A4B1DBBE4891A929.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.mage_5::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.mage_5::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/mage_icon_5_EB114856CBE160D2.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.healer_1::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.healer_1::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/healer_icon_1_697BB71C01BA77C7.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.healer_2::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.healer_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/healer_icon_2_15972371DB794119.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.healer_3::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.healer_3::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/healer_icon_3_5F6E5C85FD70A719.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.healer_4::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.healer_4::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/healer_icon_4_D9E416836A696233.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.healer_5::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.healer_5::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/healer_icon_5_589CF9A334A77B91.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.bard_1::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.bard_1::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/bard_icon_1_410D309C3257989E.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.bard_2::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.bard_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/bard_icon_2_AD3BA497BA26AFE8.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.bard_3::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.bard_3::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/bard_icon_3_C866D0245C7D57D4.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.bard_4::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.bard_4::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/bard_icon_4_A3E490DA005190F0.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.thief_1::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.thief_1::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/thief_icon_1_A8450BD19314134E.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.thief_2::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.thief_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/thief_icon_2_A8450BD19314134E.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.thief_3::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.thief_3::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/thief_icon_3_A8450BD19314134E.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.thief_4::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd.thief_4::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/thief_icon_4_A8450BD19314134E.png);
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(5),
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(5) {
  width: 10%;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(5) dl,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(5) dl {
  display: flex;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(5) dl dd,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(5) dl dd {
  font-size: 14px;
  display: flex;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(5) dl dd::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(5) dl dd::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(5) dl dd.type_1::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(5) dl dd.type_1::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47' height='43' fill='none'%3E%3Cpath fill='%23C43F4D' fill-rule='evenodd' d='M4.417 6.777.597 0l7.028 3.338 13.699 11.608L18.499 17l-1.719 2.456L4.417 6.777Zm20.294 20.196 4.73 3.954-4.067 2.245-.057.097-.107.187c-.883 1.597-.617 2.4.797 2.408.68.004 1.573-.215 2.68-.656l.293-.12.303-.13c.206-.09.418-.187.636-.29l.332-.161.342-.17.352-.181.18-.094.458-.247.475-.262.313-.178 5.49 4.589 1.664.494a3.544 3.544 0 0 0 .989 3.587 3.535 3.535 0 0 0 4.996-.163 3.535 3.535 0 0 0-.185-4.996 3.544 3.544 0 0 0-3.648-.736l-.609-1.626-5.028-5.227.18-.388.088-.19.167-.373.159-.362.15-.353.14-.343.162-.414.177-.477.132-.38c.415-1.241.596-2.223.541-2.945-.098-1.302-.804-1.58-2.117-.835l-.167.098a7.68 7.68 0 0 0-.263.168l-.183.125-1.816 3.914-3.644-3.788L28 25l-3.289 1.973Z' clip-rule='evenodd'/%3E%3Cpath fill='%23C43F4D' fill-rule='evenodd' d='m45.857 0-3.82 6.777-16.843 17.274.02.022-.222.185-.23.236-.023-.024-7.726 6.457 4.068 2.245.057.097.107.187c.883 1.597.617 2.4-.797 2.408-.68.004-1.573-.215-2.68-.656l-.293-.12-.304-.13c-.205-.09-.417-.187-.635-.29l-.332-.161-.342-.17-.352-.181-.18-.094-.365-.196a55.389 55.389 0 0 1-.187-.102l-.38-.21-.314-.179-5.49 4.589-3.207-3.44 5.028-5.227-.18-.388c-.03-.064-.06-.127-.088-.19l-.168-.373-.158-.362-.15-.353-.14-.343-.131-.332a24.4 24.4 0 0 1-.062-.163l-.118-.318a20.738 20.738 0 0 1-.056-.155l-.104-.303c-.416-1.241-.596-2.223-.541-2.945.113-1.492 1.022-1.64 2.73-.444l1.816 3.914 6.909-7.183-.023-.024.252-.213.2-.208.02.021L38.83 3.338 45.857 0ZM8.594 37.964l-1.664.494a3.545 3.545 0 0 1-.989 3.587 3.535 3.535 0 0 1-4.997-.163 3.535 3.535 0 0 1 .186-4.996 3.544 3.544 0 0 1 3.648-.736l.609-1.626 3.207 3.44Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(5) dl dd.type_2::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(5) dl dd.type_2::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='44' fill='none'%3E%3Cpath fill='%23CB9B27' d='M33.671 23.703c-.56 6.304-3.687 12.922-9.381 19.853-8.794-1.63-15.422-4.68-19.883-9.148-10.604-10.62-.084-24.14 10.63-16.407l.101-.38C18.63 5.228 34.99 8.865 33.671 23.703Zm.215-17.775.26-.26c8.592-8.395 20.148 2.238 12.179 13.634-2.298 3.286-5.62 6.133-9.968 8.542.298-1.295.502-2.577.615-3.845.37-4.17-.448-7.6-1.895-10.248-1.8-3.293-4.592-5.429-7.61-6.352-3.27-1-6.822-.591-9.824 1.35-.178.115-.355.236-.53.363C17.856-.68 29.5-3.829 33.886 5.928Z'/%3E%3C/svg%3E");
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(5) dl dd.type_3::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(5) dl dd.type_3::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='51' fill='none'%3E%3Cpath fill='%2342B5DD' fill-rule='evenodd' d='M46.363 25.22a1.838 1.838 0 0 1 1.713-.956l.15.015.21.032c.505.077.96.37 1.25.806.255.387.36.86.296 1.319l-.032.171-2.151 7.948a12.508 12.508 0 0 1-4.487 6.676l-.276.205-5.45 3.925a3.573 3.573 0 0 0-1.48 2.698l-.005.202v1.195c0 .39-.286.714-.654.762l-.094.006h-6.98a.756.756 0 0 1-.74-.672l-.007-.096v-6.17c0-2.412.583-4.788 1.699-6.926a15.475 15.475 0 0 1 4.335-5.146l.342-.253 4.9-3.53a1.793 1.793 0 0 1 1.367-.314 1.82 1.82 0 0 1 1.186.772 1.928 1.928 0 0 1-.081 2.27l-.102.117-3.334 3.553a.351.351 0 0 0-.067.377l.033.06.93 1.36c.051.077.129.127.217.143.066.01.134.002.194-.025l.058-.033 2.037-1.467.555-.964 2.58-4.635 1.888-3.425Zm-44.617-.94c.749-.11 1.497.27 1.863.94l4.184 7.557.653 1.151.185.316 2.038 1.467a.329.329 0 0 0 .426-.032l.043-.052.93-1.36a.352.352 0 0 0 .008-.383l-.042-.055L8.7 30.276a1.926 1.926 0 0 1-.182-2.386c.28-.411.7-.685 1.185-.773.43-.075.862.005 1.231.225l.136.089 4.901 3.53a15.48 15.48 0 0 1 4.677 5.4 14.97 14.97 0 0 1 1.692 6.5l.006.424v6.17c0 .391-.286.715-.654.762l-.093.006h-6.98a.756.756 0 0 1-.742-.671l-.005-.096V48.26c0-1.08-.49-2.1-1.325-2.776l-.16-.123-5.45-3.926a12.507 12.507 0 0 1-4.669-6.55l-.094-.33-2.151-7.948c-.054-.526-.023-1.055.265-1.492a1.84 1.84 0 0 1 1.1-.775l.15-.03.209-.031ZM24.986 0l.095.004c.47.039.868.364 1 .817l.023.092 1.748 8.55c.212.801.748 1.036 1.498.677l.095-.048 3.607-2.174.082-.045a1.02 1.02 0 0 1 1.022.078l.079.06.068.064.064.069c.26.307.314.739.138 1.1l-.044.083-2.174 3.607c-.409.767-.223 1.325.532 1.564l.097.028 8.55 1.748c.5.102.867.523.909 1.024l.004.095c0 .542-.382 1.01-.913 1.118l-8.55 1.748c-.835.22-1.055.793-.63 1.592l2.175 3.608c.227.376.185.852-.094 1.183l-.064.068-.068.064a1.02 1.02 0 0 1-1.101.138l-.082-.044-3.607-2.175c-.8-.425-1.372-.205-1.593.63l-1.748 8.55c-.102.5-.522.867-1.023.908l-.095.004-.095-.004a1.142 1.142 0 0 1-1-.816l-.024-.093-1.748-8.549c-.211-.802-.747-1.037-1.497-.678l-.095.048-3.607 2.175-.082.044a1.02 1.02 0 0 1-1.022-.078l-.08-.06-.068-.064-.063-.068a1.02 1.02 0 0 1-.139-1.101l.045-.082 2.174-3.608c.409-.767.223-1.325-.532-1.564l-.098-.028-8.549-1.748a1.142 1.142 0 0 1-.909-1.023l-.004-.095c0-.543.382-1.01.913-1.119l8.55-1.748c.835-.22 1.055-.793.63-1.592L15.51 9.327a1.019 1.019 0 0 1 .094-1.183l.063-.069.069-.063a1.02 1.02 0 0 1 1.1-.139l.083.045 3.607 2.174c.8.426 1.372.206 1.592-.63l1.748-8.55c.103-.5.523-.867 1.024-.908L24.986 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(5) dl dd.type_5_1::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(5) dl dd.type_5_1::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M49.9397 40.6304C49.9132 40.1334 49.1424 39.6388 48.6564 39.6388L36.6524 39.6328L35.8418 43.2405C35.6609 44.0468 35.7864 44.9216 35.7815 45.8013C35.7779 46.3945 36.4642 46.9878 37.0902 46.9878L48.8216 46.9806C49.2884 46.9806 49.947 46.3921 49.9554 46.0131C49.9988 44.1659 50.0374 42.4547 49.9397 40.6304Z' fill='%233F475E'/%3E%3Cpath d='M39.7355 22.8996C39.7584 23.3389 39.8055 23.7102 39.8055 24.1909C39.8055 25 39.7391 25.5795 40.4327 25.9983L45.7893 25.9791C45.8858 22.0284 45.4323 18.7492 43.5084 15.2739C42.8487 14.032 42.0586 12.9478 41.2348 11.8984L36.948 15.742C38.592 17.8046 39.5968 20.2667 39.7355 22.9008V22.8996Z' fill='%233F475E'/%3E%3Cpath d='M13.4188 39.6289L1.37626 39.6578C0.568113 39.9538 0.311196 40.8395 0 41.4989V44.801C0.305165 45.6193 0.553639 46.4532 1.36781 47.0007L13.1088 46.9755C13.5503 46.9755 14.2197 46.3569 14.2631 45.9646C14.3681 45.0212 14.4308 44.0356 14.2294 43.1596L13.4164 39.6301L13.4188 39.6289Z' fill='%233F475E'/%3E%3Cpath d='M9.7834 25.9806C10.0271 25.6292 10.4516 25.3271 10.3093 24.9156C10.103 21.8193 10.9257 18.7592 12.7699 16.1948L8.47107 12.3945C6.8391 14.557 5.56417 16.8927 4.88026 19.5052C4.33748 21.6472 4.25666 23.7676 4.31576 25.9842L9.78461 25.9806H9.7834Z' fill='%233F475E'/%3E%3Cpath d='M35.2279 26.4483C36.5571 21.1294 33.6744 17.0006 28.8737 14.7539C29.9002 16.9043 30.2645 19.2702 28.2791 20.9525C27.8219 21.3399 27.4275 21.8418 26.8498 22.1125C27.5602 20.6179 28.2924 19.3953 28.1343 17.7936C25.8727 16.9753 24.3903 17.1161 21.9997 17.6745C21.7367 19.8081 22.6209 20.4146 23.1998 22.1486C20.223 19.8875 19.7309 18.5012 21.124 14.8165C17.2389 16.5096 14.0352 20.3363 14.5696 24.6733L14.7939 26.4892C13.162 28.3532 11.7363 30.2617 13.1222 32.707C14.303 34.7912 17.1544 36.9019 17.5501 38.6203L18.2979 41.8754C18.3823 42.2449 18.9951 42.6901 19.4583 42.6901L30.601 42.6709C32.3367 42.6673 31.8542 39.9693 32.7842 37.9825C33.532 36.3857 35.8539 34.6456 36.9311 32.7768C38.3688 30.281 36.9564 28.3363 35.2279 26.4507V26.4483ZM16.1666 28.5734L15.9977 27.1318C18.3811 28.4134 20.7754 29.7804 23.5315 29.9633C23.0189 31.3135 21.9225 32.6877 20.3508 32.5505C18.1242 32.3556 16.4247 30.7659 16.1678 28.5746L16.1666 28.5734ZM29.3647 40.2581L28.3177 38.3869C27.8967 38.9657 27.635 39.559 27.243 40.2966L26.12 38.3785L25.0332 40.2641L23.932 38.3363L22.8898 40.3026L21.8139 38.3785L20.6837 40.2774C20.1313 40.1739 19.2689 39.6649 19.334 38.9886C19.4377 37.9031 19.8684 36.9296 20.0903 35.8983C20.1832 35.4675 20.5125 35.1474 20.8478 35.0307L21.8393 36.7419L22.8923 34.8598L23.9923 36.6781L25.1092 34.8598L26.1658 36.7431L27.2562 34.8213L28.3406 36.7407L29.2694 35.0788C29.7579 35.2834 29.9979 35.7359 30.098 36.2521C30.2801 37.1955 30.6999 38.1065 30.7445 39.08C30.7747 39.7274 29.9243 40.1967 29.3634 40.2557L29.3647 40.2581ZM32.4573 31.3724C31.6106 32.1149 30.4852 32.6059 29.4045 32.5457C27.9076 32.4627 27.1404 31.1992 26.4903 29.9729C29.0884 29.8177 31.6431 28.4831 33.9783 27.1847C34.0845 28.7395 33.6285 30.346 32.4573 31.3736V31.3724Z' fill='%233F475E'/%3E%3Cpath d='M19.3473 10.9362C20.6463 10.3321 22.1239 10.426 23.394 11.1805L23.3808 4C18.5922 4.4284 14.1535 6.4296 10.7363 9.80265L15.116 13.6823C16.4018 12.5427 17.8082 11.6763 19.3473 10.9362Z' fill='%233F475E'/%3E%3Cpath d='M34.539 13.2762L38.9078 9.38086C35.5184 6.2533 31.3173 4.40131 26.7157 4.00781L26.7061 11.1811C29.5913 9.41214 32.1544 11.6757 34.539 13.2762Z' fill='%233F475E'/%3E%3Cpath d='M4.09851 36.8251L10.8773 36.8636C9.7326 35.4557 8.91119 34.0923 8.50471 32.4786C8.24176 31.3029 8.18386 30.2559 8.55054 28.9647C7.05487 28.9924 5.5978 28.8648 4.09851 29.0032C3.18664 29.0875 2.7307 30.138 2.66918 30.9467C2.64506 32.3113 2.62094 33.5147 2.67763 34.8865C2.71019 35.6627 3.1987 36.8203 4.09851 36.8251Z' fill='%233F475E'/%3E%3Cpath d='M41.5676 28.9743C42.2768 32.1717 41.0706 34.5002 39.2107 36.8817L46.0051 36.8384C46.6685 36.8348 47.3175 35.9599 47.3199 35.3113L47.3452 30.4846C47.221 29.8083 46.6661 29.0261 45.9038 28.9864C44.4274 28.9082 43.0114 28.9635 41.5664 28.9756L41.5676 28.9743Z' fill='%233F475E'/%3E%3C/svg%3E");
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(5) dl dd.type_5_2::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(5) dl dd.type_5_2::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M11.3174 42.0217L8.74464 43.8597C8.29545 44.1798 6.97369 44.1753 7.13203 44.6164C7.70588 46.2078 6.28642 48.9304 3.68782 48.996C1.98874 49.0389 0.403073 47.857 0.0875133 46.0947C-0.103395 45.0259 0.156016 43.9581 0.819703 43.1437C1.80906 41.9289 3.36664 41.4584 4.8591 41.9934C5.11626 41.5025 5.18027 40.8386 5.54861 40.3081C6.03599 39.6068 6.61433 38.9746 7.16347 38.3332C7.43187 38.0199 7.54866 37.8016 7.35326 37.391C6.63118 35.8709 5.98546 34.3201 5.70246 32.6337C5.61599 32.1156 5.67439 31.5965 5.70583 31.0615C5.72268 30.7753 6.08877 30.3625 6.35492 30.2957C6.96134 30.1419 7.49026 30.4869 7.96866 30.7787C8.10005 30.9156 8.3662 30.9122 8.45042 31.0943L10.2528 34.9762L13.4668 31.7684C14.2439 34.2466 13.7431 36.1095 16.2541 37.7485C15.7027 38.3604 15.0266 38.9022 14.2922 39.4768L18.3181 41.7751C18.7539 42.024 18.9403 42.896 19.0335 43.3519C19.1548 43.9457 18.8358 44.3947 18.3327 44.4784C16.2765 44.82 13.2029 43.0996 11.3129 42.0228L11.3174 42.0217Z' fill='%233F475E'/%3E%3Cpath d='M38.7027 42.016C36.9329 43.0057 33.5437 44.9522 31.5874 44.441C31.1742 44.3335 30.8373 43.9648 30.9496 43.4762C31.0709 42.9525 31.1854 42.0669 31.6908 41.7773L35.6751 39.4993C35.1148 38.8772 34.2826 38.4055 33.7481 37.7642C36.2119 36.037 35.8133 34.3336 36.5219 31.7661L39.7808 35.0224C39.9941 34.2816 40.358 33.7013 40.6623 33.0442L41.5865 31.0512C42.3659 30.5976 43.7056 29.6453 44.2054 30.8137C44.4704 31.4324 44.4457 31.9889 44.3199 32.6449C43.9763 34.4411 43.2901 36.0868 42.5164 37.7597C42.6354 38.263 44.3749 40.0071 44.5467 40.4211L45.1857 41.9662C47.4519 41.1891 49.7922 42.862 49.9865 45.0314C50.1067 46.374 49.4722 47.7472 48.3267 48.4371C46.9129 49.2888 45.2677 49.1701 44.0077 48.0842C42.9645 47.1861 42.5703 45.7451 42.933 44.432L41.3406 43.8879C40.3445 43.5474 39.6674 42.6629 38.7038 42.016H38.7027Z' fill='%233F475E'/%3E%3Cpath d='M9.68017 7.51784C9.89579 7.70108 11.0693 8.7496 11.0671 8.73715C11.1142 8.92944 11.0266 9.0516 10.957 9.23031C10.5033 10.3942 10.2091 11.5864 10.0687 12.843C9.9845 13.5997 10.1855 14.2987 9.97327 15.0916L5.25447 10.2415C4.80527 9.78001 4.24827 9.3864 3.92822 8.83103L0 2.01172C0.915237 2.24812 1.57555 2.6915 2.35716 3.06137L4.65255 4.14834L6.39767 4.98082C6.80532 5.17536 7.13548 5.31562 7.47125 5.6097L8.18884 6.23859L8.97606 6.92063L9.67905 7.51671L9.68017 7.51784Z' fill='%233F475E'/%3E%3Cpath d='M40.3367 7.54006L41.3205 6.67138L42.1111 5.99386C42.3166 5.81741 42.5434 5.55048 42.7748 5.42493C43.4946 5.03696 44.2257 4.70895 44.9691 4.3504L47.0197 3.36296C47.6115 3.07792 48.1763 2.8042 48.7603 2.50899L49.9866 2L46.0797 8.96862L40.0728 15.0177L40.0201 13.6468C39.9639 12.1877 39.499 10.1506 38.8757 8.77294C39.4238 8.32956 39.7842 8.02529 40.3356 7.53893L40.3367 7.54006Z' fill='%233F475E'/%3E%3Cpath d='M36.2614 17.1139C37.3327 18.2563 38.8442 20.2413 38.7757 21.8667C38.705 23.5396 37.5955 25.0824 36.4882 26.2327C36.249 26.4815 36.0862 26.7915 35.8065 27.0165C35.2653 27.452 33.8896 29.1882 33.5404 29.9257C32.8362 31.4119 32.8093 33.4038 32.3971 34.3381C32.1344 34.933 31.0776 35.2361 30.7048 35.2361L19.1919 35.2203C18.6922 35.2203 18.1722 34.9364 17.8488 34.6457C17.4254 34.2657 17.166 32.5509 17.0739 31.9175C16.8505 30.377 16.1542 29.1215 15.1188 27.9995L13.8678 26.6444C12.1474 24.7804 10.409 22.62 11.7128 19.9326C12.2395 18.8467 13.0188 17.9746 13.7769 17.0392C12.9301 13.7761 13.5927 10.3964 15.7488 7.84238C16.91 6.35048 18.974 4.88572 20.7416 4.0883C20.2475 5.18998 19.6827 7.08681 19.8949 8.12967C20.0027 8.65676 20.0723 9.15783 20.3261 9.61931C20.6743 10.2505 21.074 10.7165 21.6456 11.135C22.1207 11.4822 22.398 12.0489 23.0202 12.2853C22.2936 10.3466 21.3975 9.68944 21.6636 7.37524C23.977 6.65926 26.0107 6.63325 28.3252 7.36845C28.4397 8.72689 28.3971 9.26981 27.8243 10.4869L26.981 12.2774C27.474 12.1563 27.6514 11.7333 28.0018 11.4664C29.0933 10.6373 29.8188 9.82743 30.0759 8.44977C30.3769 6.83345 29.8244 5.50103 29.2977 4.07812C33.0934 5.96478 36.0424 8.82982 36.523 13.1031C36.6106 13.879 36.6645 14.6696 36.5376 15.4376L36.2602 17.115L36.2614 17.1139ZM23.3279 21.058C22.9382 20.8238 22.5856 20.9234 22.2071 20.8521C19.859 20.4087 17.3502 19.1702 15.1783 17.8774C15.0009 18.478 15.1458 19.0141 15.2502 19.6113C15.6163 21.6903 17.102 23.3247 19.1874 23.7839C19.6377 23.8823 20.1352 23.8224 20.617 23.7963C21.7029 23.7375 22.9247 22.1563 23.3279 21.0591V21.058ZM32.9272 22.7614C34.3961 21.5681 35.0395 19.7143 34.8385 17.8887C34.0648 18.3671 33.4202 18.6748 32.6992 19.0288C31.1147 19.8737 29.483 20.5716 27.6952 20.8714C27.3212 20.9347 26.9608 20.8295 26.6486 21.0727C27.0955 21.9357 27.5571 22.749 28.3005 23.3088C29.6436 24.32 31.6638 23.7873 32.9283 22.7603L32.9272 22.7614ZM27.4088 32.5374C27.5964 32.0861 27.8412 31.6913 28.1028 31.2468C28.2758 30.9527 28.3263 30.6224 28.6576 30.3713C28.9642 31.033 29.3348 31.6393 29.7458 32.4243C30.3353 32.3982 31.0181 32.0612 31.2315 31.4764C31.3966 31.0262 31.2416 30.5229 31.127 30.0874L30.4207 27.3955C30.3376 27.0788 29.9793 26.9306 29.7716 26.6422C29.2696 27.1975 29.1495 27.8909 28.634 28.4722L27.4167 26.3888C27.2269 26.8231 27.0203 27.2224 26.7541 27.6262C26.561 27.918 26.552 28.2562 26.2039 28.5265L25.0854 26.3967C24.744 26.831 24.5879 27.3016 24.3139 27.7721L23.8647 28.5412L22.6765 26.4046C22.1903 27.0708 21.859 28.1171 21.4435 28.4632L20.3868 26.6467C20.0443 26.7915 19.7017 27.0573 19.6007 27.4407L18.7326 30.7378C18.4193 31.9266 20.0409 32.5758 20.2352 32.37C20.7315 31.8429 21.037 30.7356 21.4581 30.386L22.6395 32.5091C23.0303 31.7818 23.42 30.8826 23.8579 30.3612L24.9764 32.4899C25.4986 31.7558 25.7636 31.0692 26.1724 30.3646C26.7339 31.1246 26.8967 31.6687 27.4099 32.5385L27.4088 32.5374Z' fill='%233F475E'/%3E%3C/svg%3E");
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item.rank01 div,
#mabinogim .container .ranking_list_wrap .list_area .list .item.rank01 div {
  position: relative;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item.rank01 div:nth-child(1),
#mabinogim .container .ranking_list_wrap .list_area .list .item.rank01 div:nth-child(1) {
  padding-left: 0;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item.rank01 div:nth-child(1)::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item.rank01 div:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 62%;
  transform: translateY(-50%);
  margin-left: -7px;
  width: 41px;
  min-width: 41px;
  height: 50px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='50' fill='none'%3E%3Cpath fill='%23B98318' d='M15 9h3v7h-3z'/%3E%3Cpath fill='%23D0942C' d='M19 9h3v7h-3z'/%3E%3Cpath fill='%23B98318' d='M23 9h3v7h-3z'/%3E%3Cpath fill='%23FCC93F' d='M20.057 19.086a1 1 0 0 0 .904-.001l2.234-1.135a1 1 0 0 1 1.288.341l1.385 2.1a1 1 0 0 0 .774.448l2.519.153a1 1 0 0 1 .938.938l.152 2.519a1 1 0 0 0 .448.774l2.102 1.386a1 1 0 0 1 .343 1.286l-1.139 2.253a1 1 0 0 0 .001.904l1.135 2.234a1 1 0 0 1-.341 1.288l-2.1 1.385a1 1 0 0 0-.448.774l-.153 2.519a1 1 0 0 1-.938.937l-2.519.153a1 1 0 0 0-.774.448l-1.385 2.1a1 1 0 0 1-1.288.342l-2.234-1.135a1 1 0 0 0-.904 0l-2.253 1.137a1 1 0 0 1-1.286-.342l-1.386-2.102a1 1 0 0 0-.774-.448l-2.519-.153a1 1 0 0 1-.938-.937l-.152-2.519a1 1 0 0 0-.448-.774l-2.1-1.385a1 1 0 0 1-.342-1.288l1.135-2.234a1 1 0 0 0 0-.904l-1.138-2.253a1 1 0 0 1 .343-1.286l2.102-1.386a1 1 0 0 0 .447-.774l.154-2.52a1 1 0 0 1 .937-.937l2.519-.153a1 1 0 0 0 .774-.447l1.386-2.103a1 1 0 0 1 1.286-.342l2.253 1.139Z'/%3E%3Cmask id='a' width='27' height='27' x='7' y='17' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23FFC560' d='M20.057 19.086a1 1 0 0 0 .904-.001l2.234-1.135a1 1 0 0 1 1.288.341l1.385 2.1a1 1 0 0 0 .774.448l2.519.153a1 1 0 0 1 .938.938l.152 2.519a1 1 0 0 0 .448.774l2.102 1.386a1 1 0 0 1 .343 1.286l-1.139 2.253a1 1 0 0 0 .001.904l1.135 2.234a1 1 0 0 1-.341 1.288l-2.1 1.385a1 1 0 0 0-.448.774l-.153 2.519a1 1 0 0 1-.938.937l-2.519.153a1 1 0 0 0-.774.448l-1.385 2.1a1 1 0 0 1-1.288.342l-2.234-1.135a1 1 0 0 0-.904 0l-2.253 1.137a1 1 0 0 1-1.286-.342l-1.386-2.102a1 1 0 0 0-.774-.448l-2.519-.153a1 1 0 0 1-.938-.937l-.152-2.519a1 1 0 0 0-.448-.774l-2.1-1.385a1 1 0 0 1-.342-1.288l1.135-2.234a1 1 0 0 0 0-.904l-1.138-2.253a1 1 0 0 1 .343-1.286l2.102-1.386a1 1 0 0 0 .447-.774l.154-2.52a1 1 0 0 1 .937-.937l2.519-.153a1 1 0 0 0 .774-.447l1.386-2.103a1 1 0 0 1 1.286-.342l2.253 1.139Z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' fill-opacity='.2' d='m31.5 15-26 26L4 15h27.5Z'/%3E%3C/g%3E%3Cpath fill='%23B98318' d='M17.924 26.864V24.32h4.432V36h-2.848v-9.136h-1.584Z'/%3E%3C/svg%3E");
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item.rank02 div,
#mabinogim .container .ranking_list_wrap .list_area .list .item.rank02 div {
  position: relative;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item.rank02 div:nth-child(1),
#mabinogim .container .ranking_list_wrap .list_area .list .item.rank02 div:nth-child(1) {
  padding-left: 0;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item.rank02 div:nth-child(1)::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item.rank02 div:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 62%;
  transform: translateY(-50%);
  margin-left: -7px;
  width: 41px;
  min-width: 41px;
  height: 50px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='50' fill='none'%3E%3Cpath fill='%237E7E7E' d='M15 9h3v7h-3z'/%3E%3Cpath fill='%23A0A0A0' d='M19 9h3v7h-3z'/%3E%3Cpath fill='%237E7E7E' d='M23 9h3v7h-3z'/%3E%3Cpath fill='%23C9C9C9' d='M20.057 19.086a1 1 0 0 0 .904-.001l2.234-1.135a1 1 0 0 1 1.288.341l1.385 2.1a1 1 0 0 0 .774.448l2.519.153a1 1 0 0 1 .938.938l.152 2.519a1 1 0 0 0 .448.774l2.102 1.386a1 1 0 0 1 .343 1.286l-1.139 2.253a1 1 0 0 0 .001.904l1.135 2.234a1 1 0 0 1-.341 1.288l-2.1 1.385a1 1 0 0 0-.448.774l-.153 2.519a1 1 0 0 1-.938.937l-2.519.153a1 1 0 0 0-.774.448l-1.385 2.1a1 1 0 0 1-1.288.342l-2.234-1.135a1 1 0 0 0-.904 0l-2.253 1.137a1 1 0 0 1-1.286-.342l-1.386-2.102a1 1 0 0 0-.774-.448l-2.519-.153a1 1 0 0 1-.938-.937l-.152-2.519a1 1 0 0 0-.448-.774l-2.1-1.385a1 1 0 0 1-.342-1.288l1.135-2.234a1 1 0 0 0 0-.904l-1.138-2.253a1 1 0 0 1 .343-1.286l2.102-1.386a1 1 0 0 0 .447-.774l.154-2.52a1 1 0 0 1 .937-.937l2.519-.153a1 1 0 0 0 .774-.447l1.386-2.103a1 1 0 0 1 1.286-.342l2.253 1.139Z'/%3E%3Cmask id='a' width='27' height='27' x='7' y='17' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23FFC560' d='M20.057 19.086a1 1 0 0 0 .904-.001l2.234-1.135a1 1 0 0 1 1.288.341l1.385 2.1a1 1 0 0 0 .774.448l2.519.153a1 1 0 0 1 .938.938l.152 2.519a1 1 0 0 0 .448.774l2.102 1.386a1 1 0 0 1 .343 1.286l-1.139 2.253a1 1 0 0 0 .001.904l1.135 2.234a1 1 0 0 1-.341 1.288l-2.1 1.385a1 1 0 0 0-.448.774l-.153 2.519a1 1 0 0 1-.938.937l-2.519.153a1 1 0 0 0-.774.448l-1.385 2.1a1 1 0 0 1-1.288.342l-2.234-1.135a1 1 0 0 0-.904 0l-2.253 1.137a1 1 0 0 1-1.286-.342l-1.386-2.102a1 1 0 0 0-.774-.448l-2.519-.153a1 1 0 0 1-.938-.937l-.152-2.519a1 1 0 0 0-.448-.774l-2.1-1.385a1 1 0 0 1-.342-1.288l1.135-2.234a1 1 0 0 0 0-.904l-1.138-2.253a1 1 0 0 1 .343-1.286l2.102-1.386a1 1 0 0 0 .447-.774l.154-2.52a1 1 0 0 1 .937-.937l2.519-.153a1 1 0 0 0 .774-.447l1.386-2.103a1 1 0 0 1 1.286-.342l2.253 1.139Z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' fill-opacity='.2' d='m31.5 15-26 26L4 15h27.5Z'/%3E%3C/g%3E%3Cpath fill='%237E7E7E' d='M16.554 33.808a59.23 59.23 0 0 0 2.96-2.528 10.066 10.066 0 0 0 1.536-1.744c.416-.608.624-1.2.624-1.776 0-.437-.102-.779-.304-1.024-.203-.245-.507-.368-.912-.368-.406 0-.726.155-.96.464-.224.299-.336.725-.336 1.28h-2.64c.021-.907.213-1.664.576-2.272.373-.608.858-1.056 1.456-1.344a4.65 4.65 0 0 1 2.016-.432c1.269 0 2.224.325 2.864.976.65.65.976 1.499.976 2.544 0 1.141-.39 2.203-1.168 3.184-.779.97-1.771 1.92-2.976 2.848h4.32v2.224h-8.032v-2.032Z'/%3E%3C/svg%3E");
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item.rank03 div,
#mabinogim .container .ranking_list_wrap .list_area .list .item.rank03 div {
  position: relative;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item.rank03 div:nth-child(1),
#mabinogim .container .ranking_list_wrap .list_area .list .item.rank03 div:nth-child(1) {
  padding-left: 0;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item.rank03 div:nth-child(1)::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item.rank03 div:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 62%;
  margin-left: -7px;
  transform: translateY(-50%);
  width: 41px;
  min-width: 41px;
  height: 50px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='50' fill='none'%3E%3Cpath fill='%23976767' d='M15 9h3v7h-3z'/%3E%3Cpath fill='%23A07777' d='M19 9h3v7h-3z'/%3E%3Cpath fill='%23976767' d='M23 9h3v7h-3z'/%3E%3Cpath fill='%23D8B1A8' d='M20.057 19.086a1 1 0 0 0 .904-.001l2.234-1.135a1 1 0 0 1 1.288.341l1.385 2.1a1 1 0 0 0 .774.448l2.519.153a1 1 0 0 1 .938.938l.152 2.519a1 1 0 0 0 .448.774l2.102 1.386a1 1 0 0 1 .343 1.286l-1.139 2.253a1 1 0 0 0 .001.904l1.135 2.234a1 1 0 0 1-.341 1.288l-2.1 1.385a1 1 0 0 0-.448.774l-.153 2.519a1 1 0 0 1-.938.937l-2.519.153a1 1 0 0 0-.774.448l-1.385 2.1a1 1 0 0 1-1.288.342l-2.234-1.135a1 1 0 0 0-.904 0l-2.253 1.137a1 1 0 0 1-1.286-.342l-1.386-2.102a1 1 0 0 0-.774-.448l-2.519-.153a1 1 0 0 1-.938-.937l-.152-2.519a1 1 0 0 0-.448-.774l-2.1-1.385a1 1 0 0 1-.342-1.288l1.135-2.234a1 1 0 0 0 0-.904l-1.138-2.253a1 1 0 0 1 .343-1.286l2.102-1.386a1 1 0 0 0 .447-.774l.154-2.52a1 1 0 0 1 .937-.937l2.519-.153a1 1 0 0 0 .774-.447l1.386-2.103a1 1 0 0 1 1.286-.342l2.253 1.139Z'/%3E%3Cmask id='a' width='27' height='27' x='7' y='17' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23FFC560' d='M20.057 19.086a1 1 0 0 0 .904-.001l2.234-1.135a1 1 0 0 1 1.288.341l1.385 2.1a1 1 0 0 0 .774.448l2.519.153a1 1 0 0 1 .938.938l.152 2.519a1 1 0 0 0 .448.774l2.102 1.386a1 1 0 0 1 .343 1.286l-1.139 2.253a1 1 0 0 0 .001.904l1.135 2.234a1 1 0 0 1-.341 1.288l-2.1 1.385a1 1 0 0 0-.448.774l-.153 2.519a1 1 0 0 1-.938.937l-2.519.153a1 1 0 0 0-.774.448l-1.385 2.1a1 1 0 0 1-1.288.342l-2.234-1.135a1 1 0 0 0-.904 0l-2.253 1.137a1 1 0 0 1-1.286-.342l-1.386-2.102a1 1 0 0 0-.774-.448l-2.519-.153a1 1 0 0 1-.938-.937l-.152-2.519a1 1 0 0 0-.448-.774l-2.1-1.385a1 1 0 0 1-.342-1.288l1.135-2.234a1 1 0 0 0 0-.904l-1.138-2.253a1 1 0 0 1 .343-1.286l2.102-1.386a1 1 0 0 0 .447-.774l.154-2.52a1 1 0 0 1 .937-.937l2.519-.153a1 1 0 0 0 .774-.447l1.386-2.103a1 1 0 0 1 1.286-.342l2.253 1.139Z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' fill-opacity='.2' d='m31.5 15-26 26L4 15h27.5Z'/%3E%3C/g%3E%3Cpath fill='%23976767' d='M16.472 27.616c.043-1.141.416-2.021 1.12-2.64.704-.619 1.659-.928 2.864-.928.8 0 1.483.139 2.048.416.576.277 1.008.656 1.296 1.136.299.48.448 1.019.448 1.616 0 .704-.176 1.28-.528 1.728-.352.437-.762.736-1.232.896v.064c.608.203 1.088.539 1.44 1.008.352.47.528 1.072.528 1.808 0 .661-.154 1.248-.464 1.76-.298.501-.741.896-1.328 1.184-.576.288-1.264.432-2.064.432-1.28 0-2.304-.315-3.072-.944-.757-.63-1.157-1.579-1.2-2.848h2.656c.01.47.144.843.4 1.12.256.267.63.4 1.12.4.416 0 .736-.117.96-.352.235-.245.352-.565.352-.96 0-.512-.165-.88-.496-1.104-.32-.235-.837-.352-1.552-.352h-.512v-2.224h.512c.544 0 .982-.09 1.312-.272.342-.192.512-.528.512-1.008 0-.384-.106-.683-.32-.896-.213-.213-.506-.32-.88-.32-.405 0-.71.123-.912.368-.192.245-.304.55-.336.912h-2.672Z'/%3E%3C/svg%3E");
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item.on,
#mabinogim .container .ranking_list_wrap .list_area .list .item.on {
  background: #fff;
}
#mabinogim .ranking .ranking_list_wrap .list_area .list .item.on::before,
#mabinogim .container .ranking_list_wrap .list_area .list .item.on::before {
  opacity: 1;
}
#mabinogim .ranking .ranking_list_wrap .list_area .pager,
#mabinogim .container .ranking_list_wrap .list_area .pager {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 36px auto 0;
}
#mabinogim .ranking .ranking_list_wrap .list_area .pager .current_range,
#mabinogim .container .ranking_list_wrap .list_area .pager .current_range {
  border-radius: 10px;
  background: #aaa;
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
#mabinogim .ranking .ranking_list_wrap .list_area .pager .current_range span,
#mabinogim .container .ranking_list_wrap .list_area .pager .current_range span {
  color: #fff;
}
#mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination,
#mabinogim .container .ranking_list_wrap .list_area .pager .pagination {
  display: flex;
  align-items: center;
}
#mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination ul,
#mabinogim .container .ranking_list_wrap .list_area .pager .pagination ul {
  display: flex;
}
#mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination ul li,
#mabinogim .container .ranking_list_wrap .list_area .pager .pagination ul li {
  font-size: 16px;
  color: #525252;
  margin-right: 4px;
  cursor: pointer;
  width: 44px;
  height: 30px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination ul li.on,
#mabinogim .container .ranking_list_wrap .list_area .pager .pagination ul li.on {
  color: #fff;
  background: #2baf7e;
}
@media (hover: hover) and (min-width: 1281px) {
  #mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination ul li:hover,
  #mabinogim .container .ranking_list_wrap .list_area .pager .pagination ul li:hover {
    color: #fff;
    background: #2baf7e;
  }
}
#mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination ul li:first-child,
#mabinogim .container .ranking_list_wrap .list_area .pager .pagination ul li:first-child {
  margin-left: 26px;
}
#mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination ul li:last-child,
#mabinogim .container .ranking_list_wrap .list_area .pager .pagination ul li:last-child {
  margin-right: 26px;
}
#mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination button.first_button,
#mabinogim .container .ranking_list_wrap .list_area .pager .pagination button.first_button {
  width: 48px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
#mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination button.first_button::before,
#mabinogim .container .ranking_list_wrap .list_area .pager .pagination button.first_button::before {
  display: block;
  content: "";
  min-width: 13px;
  width: 13px;
  height: 11px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11' fill='none'%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='2' d='M1 1v9'/%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='3' d='m11 1.5-4 4 4 4'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
@media (hover: hover) and (min-width: 1281px) {
  #mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination button.first_button:hover::before,
  #mabinogim .container .ranking_list_wrap .list_area .pager .pagination button.first_button:hover::before {
    transform: translateX(-4px);
  }
}
#mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination button.prev_button,
#mabinogim .container .ranking_list_wrap .list_area .pager .pagination button.prev_button {
  width: 48px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination button.prev_button::before,
#mabinogim .container .ranking_list_wrap .list_area .pager .pagination button.prev_button::before {
  display: block;
  content: "";
  min-width: 9px;
  width: 9px;
  height: 11px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' fill='none'%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='3' d='m7 1.5-4 4 4 4'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
@media (hover: hover) and (min-width: 1281px) {
  #mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination button.prev_button:hover::before,
  #mabinogim .container .ranking_list_wrap .list_area .pager .pagination button.prev_button:hover::before {
    transform: translateX(-4px);
  }
}
#mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination button.next_button,
#mabinogim .container .ranking_list_wrap .list_area .pager .pagination button.next_button {
  width: 48px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination button.next_button::before,
#mabinogim .container .ranking_list_wrap .list_area .pager .pagination button.next_button::before {
  display: block;
  content: "";
  min-width: 9px;
  width: 9px;
  height: 11px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' fill='none'%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='3' d='m2 1.5 4 4-4 4'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
@media (hover: hover) and (min-width: 1281px) {
  #mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination button.next_button:hover::before,
  #mabinogim .container .ranking_list_wrap .list_area .pager .pagination button.next_button:hover::before {
    transform: translateX(4px);
  }
}
#mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination button.last_button,
#mabinogim .container .ranking_list_wrap .list_area .pager .pagination button.last_button {
  width: 48px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
#mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination button.last_button::before,
#mabinogim .container .ranking_list_wrap .list_area .pager .pagination button.last_button::before {
  display: block;
  content: "";
  min-width: 13px;
  width: 13px;
  height: 11px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11' fill='none'%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='2' d='M12 1v9'/%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='3' d='m2 1.5 4 4-4 4'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
@media (hover: hover) and (min-width: 1281px) {
  #mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination button.last_button:hover::before,
  #mabinogim .container .ranking_list_wrap .list_area .pager .pagination button.last_button:hover::before {
    transform: translateX(4px);
  }
}
#mabinogim .ranking .ranking_list_wrap .list_area .pager .write_button,
#mabinogim .container .ranking_list_wrap .list_area .pager .write_button {
  width: min-content;
  padding: 10px 56px;
  background: #00b670;
  border-radius: 12px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  margin-left: auto;
}
@media (hover: hover) and (min-width: 1281px) {
  #mabinogim .ranking .ranking_list_wrap .list_area .pager .write_button:hover,
  #mabinogim .container .ranking_list_wrap .list_area .pager .write_button:hover {
    background: #0c8b5a;
  }
}
#mabinogim .ranking .total_ranking_list_wrap .list_header ul,
#mabinogim .container .total_ranking_list_wrap .list_header ul {
  display: flex;
  background: #222632;
}
#mabinogim .ranking .total_ranking_list_wrap .list_header ul li,
#mabinogim .container .total_ranking_list_wrap .list_header ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.28px;
  height: 34px;
}
#mabinogim .ranking .total_ranking_list_wrap .list_header ul li:nth-child(1),
#mabinogim .container .total_ranking_list_wrap .list_header ul li:nth-child(1) {
  width: 14%;
  min-width: 220px;
}
#mabinogim .ranking .total_ranking_list_wrap .list_header ul li:nth-child(2),
#mabinogim .container .total_ranking_list_wrap .list_header ul li:nth-child(2) {
  width: 8%;
  min-width: 100px;
}
#mabinogim .ranking .total_ranking_list_wrap .list_header ul li:nth-child(3),
#mabinogim .container .total_ranking_list_wrap .list_header ul li:nth-child(3) {
  width: 34%;
  max-width: 620px;
}
#mabinogim .ranking .total_ranking_list_wrap .list_header ul li:nth-child(4),
#mabinogim .container .total_ranking_list_wrap .list_header ul li:nth-child(4) {
  width: 12%;
  min-width: 180px;
}
#mabinogim .ranking .total_ranking_list_wrap .list_header ul li:nth-child(5),
#mabinogim .container .total_ranking_list_wrap .list_header ul li:nth-child(5) {
  width: 32%;
  min-width: 500px;
}
#mabinogim .ranking .total_ranking_list_wrap .list_header ul li:nth-child(5)::before,
#mabinogim .container .total_ranking_list_wrap .list_header ul li:nth-child(5)::before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background-color: #66686e;
}
#mabinogim .ranking .total_ranking_list_wrap .list_header ul li:nth-child(5) dl,
#mabinogim .container .total_ranking_list_wrap .list_header ul li:nth-child(5) dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 24px;
}
#mabinogim .ranking .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dt,
#mabinogim .container .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dt {
  position: relative;
  width: 22%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mabinogim .ranking .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dt > span,
#mabinogim .container .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dt > span {
  font-family: "Pretendard-SemiBold";
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
#mabinogim .ranking .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dt > span::before,
#mabinogim .container .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dt > span::before {
  display: block;
  content: "";
  width: 19px;
  min-width: 19px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' fill='none'%3E%3Cpath fill='%23FFB625' d='M2.412 12.982H16.59l-.592 2.132a.119.119 0 0 1-.114.086H3.117a.118.118 0 0 1-.114-.086l-.798-2.875.207.743ZM9.707.536A.118.118 0 0 1 9.9.543l3.558 5.336c.03.044.085.063.136.046l5.251-1.75c.09-.03.177.053.152.144l-2.064 7.43H2.069L.004 4.32a.119.119 0 0 1 .152-.144l5.258 1.753c.047.015.1 0 .13-.04L9.708.536Z'/%3E%3Cpath fill='%23FCA422' d='M2.412 12.982h7.392v2.219H3.117a.119.119 0 0 1-.114-.087l-.798-2.874.207.742ZM9.804 11.75H2.069L.004 4.32a.119.119 0 0 1 .152-.145l5.258 1.753c.047.015.1 0 .13-.04L9.707.536a.117.117 0 0 1 .097-.045V11.75Z'/%3E%3Cpath fill='%23FF5151' d='m8.577 8.912 1.232-1.725 1.233 1.725-1.233 1.726-1.232-1.726Z'/%3E%3C/svg%3E");
  background-size: cover;
  margin-right: 6px;
}
#mabinogim .ranking .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dt button,
#mabinogim .container .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dt button {
  display: block;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M12 6A6 6 0 1 1 0 6a6 6 0 0 1 12 0ZM6.75 3a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm-1.5 2.25a.75.75 0 0 0 0 1.5V9a.75.75 0 0 0 .75.75h.75a.75.75 0 0 0 0-1.5V6A.75.75 0 0 0 6 5.25h-.75Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: cover;
  margin-left: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
}
@media (hover: hover) and (min-width: 1281px) {
  #mabinogim .ranking .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dt button:hover,
  #mabinogim .container .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dt button:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath fill='%239F9F9F' fill-rule='evenodd' d='M12 6A6 6 0 1 1 0 6a6 6 0 0 1 12 0ZM6.75 3a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm-1.5 2.25a.75.75 0 0 0 0 1.5V9a.75.75 0 0 0 .75.75h.75a.75.75 0 0 0 0-1.5V6A.75.75 0 0 0 6 5.25h-.75Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
}
#mabinogim .ranking .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dt .total_ranking_pop,
#mabinogim .container .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dt .total_ranking_pop {
  position: absolute;
  top: -57px;
  left: 48px;
  border-radius: 60px;
  background: #626262;
  padding: 12px 22px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
#mabinogim .ranking .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dt .total_ranking_pop::after,
#mabinogim .container .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dt .total_ranking_pop::after {
  position: absolute;
  left: 34px;
  bottom: -15px;
  display: block;
  content: "";
  width: 14px;
  min-width: 14px;
  height: 17px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='17' fill='none'%3E%3Cpath fill='%23626262' fill-rule='evenodd' d='M13.639.244V0H0v.244C1.74.096 3.395 1.03 4.2 2.61l.727 1.427a1.267 1.267 0 0 1-.523 1.691 1.207 1.207 0 0 1-.63.14l-.065-.005a.765.765 0 0 0-.837.691.786.786 0 0 0 .24.651l9.69 9.175a.472.472 0 0 0 .677-.026.496.496 0 0 0 .083-.54L10.23 8.528a.939.939 0 0 1 .44-1.236.895.895 0 0 1 .397-.087l.058.002a.997.997 0 0 0 1.064-.93 1.03 1.03 0 0 0-.062-.436l-1.23-3.312c-.323-.87.106-1.844.959-2.174.163-.064.336-.1.51-.108l.075-.002h1.197Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: cover;
}
#mabinogim .ranking .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dt .total_ranking_pop span,
#mabinogim .container .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dt .total_ranking_pop span {
  font-family: "Pretendard-Medium";
  font-size: 16px;
}
#mabinogim .ranking .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dt .total_ranking_pop button,
#mabinogim .container .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dt .total_ranking_pop button {
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23fff' d='M13.257 5.276a.941.941 0 0 1 1.331 1.33l-3.326 3.326 3.326 3.326a.94.94 0 1 1-1.33 1.33L9.93 11.262l-3.325 3.326a.941.941 0 0 1-1.331-1.33L8.6 9.932 5.275 6.606a.94.94 0 0 1 1.33-1.33L9.932 8.6l3.326-3.325Z'/%3E%3C/svg%3E");
  background-size: cover;
  margin-left: 6px;
}
@media (hover: hover) and (min-width: 1281px) {
  #mabinogim .ranking .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dt .total_ranking_pop button:hover,
  #mabinogim .container .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dt .total_ranking_pop button:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%239F9F9F' d='M13.257 5.275a.942.942 0 0 1 1.331 1.33l-3.326 3.327 3.326 3.326a.94.94 0 0 1-1.33 1.33L9.93 11.262l-3.325 3.326a.941.941 0 0 1-1.331-1.33L8.6 9.932 5.275 6.605a.94.94 0 0 1 1.331-1.33l3.325 3.326 3.326-3.326Z'/%3E%3C/svg%3E");
  }
}
#mabinogim .ranking .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dd,
#mabinogim .container .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dd {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mabinogim .ranking .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dd span,
#mabinogim .container .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dd span {
  display: flex;
  justify-content: center;
  width: 33%;
}
#mabinogim .ranking .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dd span::before,
#mabinogim .container .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dd span::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
#mabinogim .ranking .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dd span.type_1::before,
#mabinogim .container .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dd span.type_1::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47' height='43' fill='none'%3E%3Cpath fill='%23C43F4D' fill-rule='evenodd' d='M4.417 6.777.597 0l7.028 3.338 13.699 11.608L18.499 17l-1.719 2.456L4.417 6.777Zm20.294 20.196 4.73 3.954-4.067 2.245-.057.097-.107.187c-.883 1.597-.617 2.4.797 2.408.68.004 1.573-.215 2.68-.656l.293-.12.303-.13c.206-.09.418-.187.636-.29l.332-.161.342-.17.352-.181.18-.094.458-.247.475-.262.313-.178 5.49 4.589 1.664.494a3.544 3.544 0 0 0 .989 3.587 3.535 3.535 0 0 0 4.996-.163 3.535 3.535 0 0 0-.185-4.996 3.544 3.544 0 0 0-3.648-.736l-.609-1.626-5.028-5.227.18-.388.088-.19.167-.373.159-.362.15-.353.14-.343.162-.414.177-.477.132-.38c.415-1.241.596-2.223.541-2.945-.098-1.302-.804-1.58-2.117-.835l-.167.098a7.68 7.68 0 0 0-.263.168l-.183.125-1.816 3.914-3.644-3.788L28 25l-3.289 1.973Z' clip-rule='evenodd'/%3E%3Cpath fill='%23C43F4D' fill-rule='evenodd' d='m45.857 0-3.82 6.777-16.843 17.274.02.022-.222.185-.23.236-.023-.024-7.726 6.457 4.068 2.245.057.097.107.187c.883 1.597.617 2.4-.797 2.408-.68.004-1.573-.215-2.68-.656l-.293-.12-.304-.13c-.205-.09-.417-.187-.635-.29l-.332-.161-.342-.17-.352-.181-.18-.094-.365-.196a55.389 55.389 0 0 1-.187-.102l-.38-.21-.314-.179-5.49 4.589-3.207-3.44 5.028-5.227-.18-.388c-.03-.064-.06-.127-.088-.19l-.168-.373-.158-.362-.15-.353-.14-.343-.131-.332a24.4 24.4 0 0 1-.062-.163l-.118-.318a20.738 20.738 0 0 1-.056-.155l-.104-.303c-.416-1.241-.596-2.223-.541-2.945.113-1.492 1.022-1.64 2.73-.444l1.816 3.914 6.909-7.183-.023-.024.252-.213.2-.208.02.021L38.83 3.338 45.857 0ZM8.594 37.964l-1.664.494a3.545 3.545 0 0 1-.989 3.587 3.535 3.535 0 0 1-4.997-.163 3.535 3.535 0 0 1 .186-4.996 3.544 3.544 0 0 1 3.648-.736l.609-1.626 3.207 3.44Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
#mabinogim .ranking .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dd span.type_2::before,
#mabinogim .container .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dd span.type_2::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='44' fill='none'%3E%3Cpath fill='%23CB9B27' d='M33.671 23.703c-.56 6.304-3.687 12.922-9.381 19.853-8.794-1.63-15.422-4.68-19.883-9.148-10.604-10.62-.084-24.14 10.63-16.407l.101-.38C18.63 5.228 34.99 8.865 33.671 23.703Zm.215-17.775.26-.26c8.592-8.395 20.148 2.238 12.179 13.634-2.298 3.286-5.62 6.133-9.968 8.542.298-1.295.502-2.577.615-3.845.37-4.17-.448-7.6-1.895-10.248-1.8-3.293-4.592-5.429-7.61-6.352-3.27-1-6.822-.591-9.824 1.35-.178.115-.355.236-.53.363C17.856-.68 29.5-3.829 33.886 5.928Z'/%3E%3C/svg%3E");
}
#mabinogim .ranking .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dd span.type_3::before,
#mabinogim .container .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dd span.type_3::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='51' fill='none'%3E%3Cpath fill='%2342B5DD' fill-rule='evenodd' d='M46.363 25.22a1.838 1.838 0 0 1 1.713-.956l.15.015.21.032c.505.077.96.37 1.25.806.255.387.36.86.296 1.319l-.032.171-2.151 7.948a12.508 12.508 0 0 1-4.487 6.676l-.276.205-5.45 3.925a3.573 3.573 0 0 0-1.48 2.698l-.005.202v1.195c0 .39-.286.714-.654.762l-.094.006h-6.98a.756.756 0 0 1-.74-.672l-.007-.096v-6.17c0-2.412.583-4.788 1.699-6.926a15.475 15.475 0 0 1 4.335-5.146l.342-.253 4.9-3.53a1.793 1.793 0 0 1 1.367-.314 1.82 1.82 0 0 1 1.186.772 1.928 1.928 0 0 1-.081 2.27l-.102.117-3.334 3.553a.351.351 0 0 0-.067.377l.033.06.93 1.36c.051.077.129.127.217.143.066.01.134.002.194-.025l.058-.033 2.037-1.467.555-.964 2.58-4.635 1.888-3.425Zm-44.617-.94c.749-.11 1.497.27 1.863.94l4.184 7.557.653 1.151.185.316 2.038 1.467a.329.329 0 0 0 .426-.032l.043-.052.93-1.36a.352.352 0 0 0 .008-.383l-.042-.055L8.7 30.276a1.926 1.926 0 0 1-.182-2.386c.28-.411.7-.685 1.185-.773.43-.075.862.005 1.231.225l.136.089 4.901 3.53a15.48 15.48 0 0 1 4.677 5.4 14.97 14.97 0 0 1 1.692 6.5l.006.424v6.17c0 .391-.286.715-.654.762l-.093.006h-6.98a.756.756 0 0 1-.742-.671l-.005-.096V48.26c0-1.08-.49-2.1-1.325-2.776l-.16-.123-5.45-3.926a12.507 12.507 0 0 1-4.669-6.55l-.094-.33-2.151-7.948c-.054-.526-.023-1.055.265-1.492a1.84 1.84 0 0 1 1.1-.775l.15-.03.209-.031ZM24.986 0l.095.004c.47.039.868.364 1 .817l.023.092 1.748 8.55c.212.801.748 1.036 1.498.677l.095-.048 3.607-2.174.082-.045a1.02 1.02 0 0 1 1.022.078l.079.06.068.064.064.069c.26.307.314.739.138 1.1l-.044.083-2.174 3.607c-.409.767-.223 1.325.532 1.564l.097.028 8.55 1.748c.5.102.867.523.909 1.024l.004.095c0 .542-.382 1.01-.913 1.118l-8.55 1.748c-.835.22-1.055.793-.63 1.592l2.175 3.608c.227.376.185.852-.094 1.183l-.064.068-.068.064a1.02 1.02 0 0 1-1.101.138l-.082-.044-3.607-2.175c-.8-.425-1.372-.205-1.593.63l-1.748 8.55c-.102.5-.522.867-1.023.908l-.095.004-.095-.004a1.142 1.142 0 0 1-1-.816l-.024-.093-1.748-8.549c-.211-.802-.747-1.037-1.497-.678l-.095.048-3.607 2.175-.082.044a1.02 1.02 0 0 1-1.022-.078l-.08-.06-.068-.064-.063-.068a1.02 1.02 0 0 1-.139-1.101l.045-.082 2.174-3.608c.409-.767.223-1.325-.532-1.564l-.098-.028-8.549-1.748a1.142 1.142 0 0 1-.909-1.023l-.004-.095c0-.543.382-1.01.913-1.119l8.55-1.748c.835-.22 1.055-.793.63-1.592L15.51 9.327a1.019 1.019 0 0 1 .094-1.183l.063-.069.069-.063a1.02 1.02 0 0 1 1.1-.139l.083.045 3.607 2.174c.8.426 1.372.206 1.592-.63l1.748-8.55c.103-.5.523-.867 1.024-.908L24.986 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
#mabinogim .ranking .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dd span.type_5_1::before,
#mabinogim .container .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dd span.type_5_1::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M49.9397 40.6304C49.9132 40.1334 49.1424 39.6388 48.6564 39.6388L36.6524 39.6328L35.8418 43.2405C35.6609 44.0468 35.7864 44.9216 35.7815 45.8013C35.7779 46.3945 36.4642 46.9878 37.0902 46.9878L48.8216 46.9806C49.2884 46.9806 49.947 46.3921 49.9554 46.0131C49.9988 44.1659 50.0374 42.4547 49.9397 40.6304Z' fill='%233F475E'/%3E%3Cpath d='M39.7355 22.8996C39.7584 23.3389 39.8055 23.7102 39.8055 24.1909C39.8055 25 39.7391 25.5795 40.4327 25.9983L45.7893 25.9791C45.8858 22.0284 45.4323 18.7492 43.5084 15.2739C42.8487 14.032 42.0586 12.9478 41.2348 11.8984L36.948 15.742C38.592 17.8046 39.5968 20.2667 39.7355 22.9008V22.8996Z' fill='%233F475E'/%3E%3Cpath d='M13.4188 39.6289L1.37626 39.6578C0.568113 39.9538 0.311196 40.8395 0 41.4989V44.801C0.305165 45.6193 0.553639 46.4532 1.36781 47.0007L13.1088 46.9755C13.5503 46.9755 14.2197 46.3569 14.2631 45.9646C14.3681 45.0212 14.4308 44.0356 14.2294 43.1596L13.4164 39.6301L13.4188 39.6289Z' fill='%233F475E'/%3E%3Cpath d='M9.7834 25.9806C10.0271 25.6292 10.4516 25.3271 10.3093 24.9156C10.103 21.8193 10.9257 18.7592 12.7699 16.1948L8.47107 12.3945C6.8391 14.557 5.56417 16.8927 4.88026 19.5052C4.33748 21.6472 4.25666 23.7676 4.31576 25.9842L9.78461 25.9806H9.7834Z' fill='%233F475E'/%3E%3Cpath d='M35.2279 26.4483C36.5571 21.1294 33.6744 17.0006 28.8737 14.7539C29.9002 16.9043 30.2645 19.2702 28.2791 20.9525C27.8219 21.3399 27.4275 21.8418 26.8498 22.1125C27.5602 20.6179 28.2924 19.3953 28.1343 17.7936C25.8727 16.9753 24.3903 17.1161 21.9997 17.6745C21.7367 19.8081 22.6209 20.4146 23.1998 22.1486C20.223 19.8875 19.7309 18.5012 21.124 14.8165C17.2389 16.5096 14.0352 20.3363 14.5696 24.6733L14.7939 26.4892C13.162 28.3532 11.7363 30.2617 13.1222 32.707C14.303 34.7912 17.1544 36.9019 17.5501 38.6203L18.2979 41.8754C18.3823 42.2449 18.9951 42.6901 19.4583 42.6901L30.601 42.6709C32.3367 42.6673 31.8542 39.9693 32.7842 37.9825C33.532 36.3857 35.8539 34.6456 36.9311 32.7768C38.3688 30.281 36.9564 28.3363 35.2279 26.4507V26.4483ZM16.1666 28.5734L15.9977 27.1318C18.3811 28.4134 20.7754 29.7804 23.5315 29.9633C23.0189 31.3135 21.9225 32.6877 20.3508 32.5505C18.1242 32.3556 16.4247 30.7659 16.1678 28.5746L16.1666 28.5734ZM29.3647 40.2581L28.3177 38.3869C27.8967 38.9657 27.635 39.559 27.243 40.2966L26.12 38.3785L25.0332 40.2641L23.932 38.3363L22.8898 40.3026L21.8139 38.3785L20.6837 40.2774C20.1313 40.1739 19.2689 39.6649 19.334 38.9886C19.4377 37.9031 19.8684 36.9296 20.0903 35.8983C20.1832 35.4675 20.5125 35.1474 20.8478 35.0307L21.8393 36.7419L22.8923 34.8598L23.9923 36.6781L25.1092 34.8598L26.1658 36.7431L27.2562 34.8213L28.3406 36.7407L29.2694 35.0788C29.7579 35.2834 29.9979 35.7359 30.098 36.2521C30.2801 37.1955 30.6999 38.1065 30.7445 39.08C30.7747 39.7274 29.9243 40.1967 29.3634 40.2557L29.3647 40.2581ZM32.4573 31.3724C31.6106 32.1149 30.4852 32.6059 29.4045 32.5457C27.9076 32.4627 27.1404 31.1992 26.4903 29.9729C29.0884 29.8177 31.6431 28.4831 33.9783 27.1847C34.0845 28.7395 33.6285 30.346 32.4573 31.3736V31.3724Z' fill='%233F475E'/%3E%3Cpath d='M19.3473 10.9362C20.6463 10.3321 22.1239 10.426 23.394 11.1805L23.3808 4C18.5922 4.4284 14.1535 6.4296 10.7363 9.80265L15.116 13.6823C16.4018 12.5427 17.8082 11.6763 19.3473 10.9362Z' fill='%233F475E'/%3E%3Cpath d='M34.539 13.2762L38.9078 9.38086C35.5184 6.2533 31.3173 4.40131 26.7157 4.00781L26.7061 11.1811C29.5913 9.41214 32.1544 11.6757 34.539 13.2762Z' fill='%233F475E'/%3E%3Cpath d='M4.09851 36.8251L10.8773 36.8636C9.7326 35.4557 8.91119 34.0923 8.50471 32.4786C8.24176 31.3029 8.18386 30.2559 8.55054 28.9647C7.05487 28.9924 5.5978 28.8648 4.09851 29.0032C3.18664 29.0875 2.7307 30.138 2.66918 30.9467C2.64506 32.3113 2.62094 33.5147 2.67763 34.8865C2.71019 35.6627 3.1987 36.8203 4.09851 36.8251Z' fill='%233F475E'/%3E%3Cpath d='M41.5676 28.9743C42.2768 32.1717 41.0706 34.5002 39.2107 36.8817L46.0051 36.8384C46.6685 36.8348 47.3175 35.9599 47.3199 35.3113L47.3452 30.4846C47.221 29.8083 46.6661 29.0261 45.9038 28.9864C44.4274 28.9082 43.0114 28.9635 41.5664 28.9756L41.5676 28.9743Z' fill='%233F475E'/%3E%3C/svg%3E");
}
#mabinogim .ranking .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dd span.type_5_2::before,
#mabinogim .container .total_ranking_list_wrap .list_header ul li:nth-child(5) dl dd span.type_5_2::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M11.3174 42.0217L8.74464 43.8597C8.29545 44.1798 6.97369 44.1753 7.13203 44.6164C7.70588 46.2078 6.28642 48.9304 3.68782 48.996C1.98874 49.0389 0.403073 47.857 0.0875133 46.0947C-0.103395 45.0259 0.156016 43.9581 0.819703 43.1437C1.80906 41.9289 3.36664 41.4584 4.8591 41.9934C5.11626 41.5025 5.18027 40.8386 5.54861 40.3081C6.03599 39.6068 6.61433 38.9746 7.16347 38.3332C7.43187 38.0199 7.54866 37.8016 7.35326 37.391C6.63118 35.8709 5.98546 34.3201 5.70246 32.6337C5.61599 32.1156 5.67439 31.5965 5.70583 31.0615C5.72268 30.7753 6.08877 30.3625 6.35492 30.2957C6.96134 30.1419 7.49026 30.4869 7.96866 30.7787C8.10005 30.9156 8.3662 30.9122 8.45042 31.0943L10.2528 34.9762L13.4668 31.7684C14.2439 34.2466 13.7431 36.1095 16.2541 37.7485C15.7027 38.3604 15.0266 38.9022 14.2922 39.4768L18.3181 41.7751C18.7539 42.024 18.9403 42.896 19.0335 43.3519C19.1548 43.9457 18.8358 44.3947 18.3327 44.4784C16.2765 44.82 13.2029 43.0996 11.3129 42.0228L11.3174 42.0217Z' fill='%233F475E'/%3E%3Cpath d='M38.7027 42.016C36.9329 43.0057 33.5437 44.9522 31.5874 44.441C31.1742 44.3335 30.8373 43.9648 30.9496 43.4762C31.0709 42.9525 31.1854 42.0669 31.6908 41.7773L35.6751 39.4993C35.1148 38.8772 34.2826 38.4055 33.7481 37.7642C36.2119 36.037 35.8133 34.3336 36.5219 31.7661L39.7808 35.0224C39.9941 34.2816 40.358 33.7013 40.6623 33.0442L41.5865 31.0512C42.3659 30.5976 43.7056 29.6453 44.2054 30.8137C44.4704 31.4324 44.4457 31.9889 44.3199 32.6449C43.9763 34.4411 43.2901 36.0868 42.5164 37.7597C42.6354 38.263 44.3749 40.0071 44.5467 40.4211L45.1857 41.9662C47.4519 41.1891 49.7922 42.862 49.9865 45.0314C50.1067 46.374 49.4722 47.7472 48.3267 48.4371C46.9129 49.2888 45.2677 49.1701 44.0077 48.0842C42.9645 47.1861 42.5703 45.7451 42.933 44.432L41.3406 43.8879C40.3445 43.5474 39.6674 42.6629 38.7038 42.016H38.7027Z' fill='%233F475E'/%3E%3Cpath d='M9.68017 7.51784C9.89579 7.70108 11.0693 8.7496 11.0671 8.73715C11.1142 8.92944 11.0266 9.0516 10.957 9.23031C10.5033 10.3942 10.2091 11.5864 10.0687 12.843C9.9845 13.5997 10.1855 14.2987 9.97327 15.0916L5.25447 10.2415C4.80527 9.78001 4.24827 9.3864 3.92822 8.83103L0 2.01172C0.915237 2.24812 1.57555 2.6915 2.35716 3.06137L4.65255 4.14834L6.39767 4.98082C6.80532 5.17536 7.13548 5.31562 7.47125 5.6097L8.18884 6.23859L8.97606 6.92063L9.67905 7.51671L9.68017 7.51784Z' fill='%233F475E'/%3E%3Cpath d='M40.3367 7.54006L41.3205 6.67138L42.1111 5.99386C42.3166 5.81741 42.5434 5.55048 42.7748 5.42493C43.4946 5.03696 44.2257 4.70895 44.9691 4.3504L47.0197 3.36296C47.6115 3.07792 48.1763 2.8042 48.7603 2.50899L49.9866 2L46.0797 8.96862L40.0728 15.0177L40.0201 13.6468C39.9639 12.1877 39.499 10.1506 38.8757 8.77294C39.4238 8.32956 39.7842 8.02529 40.3356 7.53893L40.3367 7.54006Z' fill='%233F475E'/%3E%3Cpath d='M36.2614 17.1139C37.3327 18.2563 38.8442 20.2413 38.7757 21.8667C38.705 23.5396 37.5955 25.0824 36.4882 26.2327C36.249 26.4815 36.0862 26.7915 35.8065 27.0165C35.2653 27.452 33.8896 29.1882 33.5404 29.9257C32.8362 31.4119 32.8093 33.4038 32.3971 34.3381C32.1344 34.933 31.0776 35.2361 30.7048 35.2361L19.1919 35.2203C18.6922 35.2203 18.1722 34.9364 17.8488 34.6457C17.4254 34.2657 17.166 32.5509 17.0739 31.9175C16.8505 30.377 16.1542 29.1215 15.1188 27.9995L13.8678 26.6444C12.1474 24.7804 10.409 22.62 11.7128 19.9326C12.2395 18.8467 13.0188 17.9746 13.7769 17.0392C12.9301 13.7761 13.5927 10.3964 15.7488 7.84238C16.91 6.35048 18.974 4.88572 20.7416 4.0883C20.2475 5.18998 19.6827 7.08681 19.8949 8.12967C20.0027 8.65676 20.0723 9.15783 20.3261 9.61931C20.6743 10.2505 21.074 10.7165 21.6456 11.135C22.1207 11.4822 22.398 12.0489 23.0202 12.2853C22.2936 10.3466 21.3975 9.68944 21.6636 7.37524C23.977 6.65926 26.0107 6.63325 28.3252 7.36845C28.4397 8.72689 28.3971 9.26981 27.8243 10.4869L26.981 12.2774C27.474 12.1563 27.6514 11.7333 28.0018 11.4664C29.0933 10.6373 29.8188 9.82743 30.0759 8.44977C30.3769 6.83345 29.8244 5.50103 29.2977 4.07812C33.0934 5.96478 36.0424 8.82982 36.523 13.1031C36.6106 13.879 36.6645 14.6696 36.5376 15.4376L36.2602 17.115L36.2614 17.1139ZM23.3279 21.058C22.9382 20.8238 22.5856 20.9234 22.2071 20.8521C19.859 20.4087 17.3502 19.1702 15.1783 17.8774C15.0009 18.478 15.1458 19.0141 15.2502 19.6113C15.6163 21.6903 17.102 23.3247 19.1874 23.7839C19.6377 23.8823 20.1352 23.8224 20.617 23.7963C21.7029 23.7375 22.9247 22.1563 23.3279 21.0591V21.058ZM32.9272 22.7614C34.3961 21.5681 35.0395 19.7143 34.8385 17.8887C34.0648 18.3671 33.4202 18.6748 32.6992 19.0288C31.1147 19.8737 29.483 20.5716 27.6952 20.8714C27.3212 20.9347 26.9608 20.8295 26.6486 21.0727C27.0955 21.9357 27.5571 22.749 28.3005 23.3088C29.6436 24.32 31.6638 23.7873 32.9283 22.7603L32.9272 22.7614ZM27.4088 32.5374C27.5964 32.0861 27.8412 31.6913 28.1028 31.2468C28.2758 30.9527 28.3263 30.6224 28.6576 30.3713C28.9642 31.033 29.3348 31.6393 29.7458 32.4243C30.3353 32.3982 31.0181 32.0612 31.2315 31.4764C31.3966 31.0262 31.2416 30.5229 31.127 30.0874L30.4207 27.3955C30.3376 27.0788 29.9793 26.9306 29.7716 26.6422C29.2696 27.1975 29.1495 27.8909 28.634 28.4722L27.4167 26.3888C27.2269 26.8231 27.0203 27.2224 26.7541 27.6262C26.561 27.918 26.552 28.2562 26.2039 28.5265L25.0854 26.3967C24.744 26.831 24.5879 27.3016 24.3139 27.7721L23.8647 28.5412L22.6765 26.4046C22.1903 27.0708 21.859 28.1171 21.4435 28.4632L20.3868 26.6467C20.0443 26.7915 19.7017 27.0573 19.6007 27.4407L18.7326 30.7378C18.4193 31.9266 20.0409 32.5758 20.2352 32.37C20.7315 31.8429 21.037 30.7356 21.4581 30.386L22.6395 32.5091C23.0303 31.7818 23.42 30.8826 23.8579 30.3612L24.9764 32.4899C25.4986 31.7558 25.7636 31.0692 26.1724 30.3646C26.7339 31.1246 26.8967 31.6687 27.4099 32.5385L27.4088 32.5374Z' fill='%233F475E'/%3E%3C/svg%3E");
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list_empty,
#mabinogim .container .total_ranking_list_wrap .list_area .list_empty {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list_empty span,
#mabinogim .container .total_ranking_list_wrap .list_area .list_empty span {
  min-height: 220px;
  height: 220px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list_empty span b,
#mabinogim .container .total_ranking_list_wrap .list_area .list_empty span b {
  color: #f65606;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item {
  position: relative;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 104px;
  border-bottom: 1px solid #aaa;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item::before {
  display: block;
  content: "";
  width: 5px;
  height: 100%;
  background: #00b670;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  opacity: 0;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div dl,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div dl {
  display: flex;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div dl dt,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div dl dt {
  display: none;
  color: #5c5c5c;
  font-size: 16px;
  text-overflow: ellipsis;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div dl dd,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div dl dd {
  color: #5c5c5c;
  font-size: 16px;
  display: flex;
  align-items: center;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(1),
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(1) {
  width: 14%;
  min-width: 220px;
  display: flex;
  justify-content: center;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(1) dl,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(1) dl {
  display: flex;
  align-items: center;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(1) dl dt,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(1) dl dt {
  display: flex;
  padding: 4px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid #5c5c5c;
  white-space: nowrap;
  color: #5c5c5c;
  font-size: 16px;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(1) dl dd,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(1) dl dd {
  white-space: nowrap;
  color: #5c5c5c;
  font-size: 12px;
  display: flex;
  align-items: center;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(1) dl dd.up::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(1) dl dd.up::before {
  content: "";
  display: block;
  width: 10px;
  min-width: 10px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' fill='none'%3E%3Cpath fill='%23F65606' d='m0 8 5-8 5 8H0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-right: 6px;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(1) dl dd.down::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(1) dl dd.down::before {
  content: "";
  display: block;
  width: 10px;
  min-width: 10px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' fill='none'%3E%3Cpath fill='%2300B3E0' d='m0 0 5 8 5-8H0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-right: 6px;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(2),
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(2) {
  width: 8%;
  min-width: 100px;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(2) span,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(2) span {
  font-size: 16px;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(3),
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(3) {
  width: 34%;
  max-width: 620px;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4),
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) {
  width: 12%;
  min-width: 180px;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl {
  width: 158px;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd {
  display: flex;
  align-items: center;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #707070;
  margin-right: 12px;
  background-size: 25.68px 25.68px;
  background-repeat: no-repeat;
  background-position: 40% center;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: crisp-edges;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.warrior_1::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.warrior_1::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/warrior_icon_1_65811EBD4BEC0285.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.warrior_2::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.warrior_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/warrior_icon_2_82FBE98DCDF420BB.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.warrior_3::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.warrior_3::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/warrior_icon_3_753F0A05E1F5E2F8.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.warrior_4::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.warrior_4::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/warrior_icon_4_C1812DE239AB0EC8.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.warrior_5::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.warrior_5::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/warrior_icon_5_648CB463FD4AC8A3.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.archer_1::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.archer_1::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/archer_icon_1_6C95C482C969A5DA.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.archer_2::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.archer_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/archer_icon_2_A336FF08A4F57E5A.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.archer_3::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.archer_3::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/archer_icon_3_3406C778F7F364AF.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.archer_4::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.archer_4::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/archer_icon_4_D99A386A246CC076.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.mage_1::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.mage_1::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/mage_icon_1_3399B9475E5FD2BA.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.mage_2::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.mage_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/mage_icon_2_8A3C50B41D1A1A9E.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.mage_3::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.mage_3::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/mage_icon_3_A721D69252722705.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.mage_4::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.mage_4::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/mage_icon_4_A4B1DBBE4891A929.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.mage_5::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.mage_5::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/mage_icon_5_EB114856CBE160D2.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.healer_1::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.healer_1::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/healer_icon_1_697BB71C01BA77C7.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.healer_2::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.healer_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/healer_icon_2_15972371DB794119.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.healer_3::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.healer_3::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/healer_icon_3_5F6E5C85FD70A719.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.healer_4::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.healer_4::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/healer_icon_4_D9E416836A696233.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.healer_5::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.healer_5::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/healer_icon_5_589CF9A334A77B91.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.bard_1::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.bard_1::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/bard_icon_1_410D309C3257989E.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.bard_2::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.bard_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/bard_icon_2_AD3BA497BA26AFE8.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.bard_3::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.bard_3::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/bard_icon_3_C866D0245C7D57D4.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.bard_4::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.bard_4::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/bard_icon_4_A3E490DA005190F0.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.thief_1::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.thief_1::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/thief_icon_1_A8450BD19314134E.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.thief_2::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.thief_2::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/thief_icon_2_A8450BD19314134E.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.thief_3::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.thief_3::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/thief_icon_3_A8450BD19314134E.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.thief_4::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd.thief_4::before {
  background-image: url(https://lwi.nexon.com/m_mabinogim/brand/info/class/thief_icon_4_A8450BD19314134E.png);
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5),
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) {
  width: 32%;
  min-width: 500px;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5)::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5)::before {
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  background-color: #d8d6d6;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 24px;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dt,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dt {
  display: flex;
  flex-direction: column;
  width: 22%;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dt span,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dt span {
  position: relative;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dt span:nth-child(1),
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dt span:nth-child(1) {
  display: none;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dt span:nth-child(2),
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dt span:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Pretendard-Bold";
  white-space: nowrap;
  border-radius: 4px;
  background: #f1efef;
  padding: 10px 0;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dt span:nth-child(2)::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dt span:nth-child(2)::before {
  display: block;
  content: "";
  width: 19px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' fill='none'%3E%3Cpath fill='%23FFB625' d='M2.412 12.982H16.59l-.592 2.132a.119.119 0 0 1-.114.086H3.117a.118.118 0 0 1-.114-.086l-.798-2.875.207.743ZM9.707.536A.118.118 0 0 1 9.9.543l3.558 5.336c.03.044.085.063.136.046l5.251-1.75c.09-.03.177.053.152.144l-2.064 7.43H2.069L.004 4.32a.119.119 0 0 1 .152-.144l5.258 1.753c.047.015.1 0 .13-.04L9.708.536Z'/%3E%3Cpath fill='%23FCA422' d='M2.412 12.982h7.392v2.219H3.117a.119.119 0 0 1-.114-.087l-.798-2.874.207.742ZM9.804 11.75H2.069L.004 4.32a.119.119 0 0 1 .152-.145l5.258 1.753c.047.015.1 0 .13-.04L9.707.536a.117.117 0 0 1 .097-.045V11.75Z'/%3E%3Cpath fill='%23FF5151' d='m8.577 8.912 1.232-1.725 1.233 1.725-1.233 1.726-1.232-1.726Z'/%3E%3C/svg%3E");
  background-size: cover;
  margin-bottom: 6px;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dt span:nth-child(2)::after,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dt span:nth-child(2)::after {
  position: absolute;
  right: -34%;
  top: 44%;
  display: block;
  content: "";
  width: 12px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' fill='none'%3E%3Cpath fill='%235C5C5C' d='m4.124 1.03-.59.985h8.233v2H0L2.41 0l1.714 1.03ZM7.643 9l.59-.985H0v-2h11.767l-2.41 4.014L7.643 9Z'/%3E%3C/svg%3E");
  background-size: cover;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33%;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-bottom: 6px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_1::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_1::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47' height='43' fill='none'%3E%3Cpath fill='%23C43F4D' fill-rule='evenodd' d='M4.417 6.777.597 0l7.028 3.338 13.699 11.608L18.499 17l-1.719 2.456L4.417 6.777Zm20.294 20.196 4.73 3.954-4.067 2.245-.057.097-.107.187c-.883 1.597-.617 2.4.797 2.408.68.004 1.573-.215 2.68-.656l.293-.12.303-.13c.206-.09.418-.187.636-.29l.332-.161.342-.17.352-.181.18-.094.458-.247.475-.262.313-.178 5.49 4.589 1.664.494a3.544 3.544 0 0 0 .989 3.587 3.535 3.535 0 0 0 4.996-.163 3.535 3.535 0 0 0-.185-4.996 3.544 3.544 0 0 0-3.648-.736l-.609-1.626-5.028-5.227.18-.388.088-.19.167-.373.159-.362.15-.353.14-.343.162-.414.177-.477.132-.38c.415-1.241.596-2.223.541-2.945-.098-1.302-.804-1.58-2.117-.835l-.167.098a7.68 7.68 0 0 0-.263.168l-.183.125-1.816 3.914-3.644-3.788L28 25l-3.289 1.973Z' clip-rule='evenodd'/%3E%3Cpath fill='%23C43F4D' fill-rule='evenodd' d='m45.857 0-3.82 6.777-16.843 17.274.02.022-.222.185-.23.236-.023-.024-7.726 6.457 4.068 2.245.057.097.107.187c.883 1.597.617 2.4-.797 2.408-.68.004-1.573-.215-2.68-.656l-.293-.12-.304-.13c-.205-.09-.417-.187-.635-.29l-.332-.161-.342-.17-.352-.181-.18-.094-.365-.196a55.389 55.389 0 0 1-.187-.102l-.38-.21-.314-.179-5.49 4.589-3.207-3.44 5.028-5.227-.18-.388c-.03-.064-.06-.127-.088-.19l-.168-.373-.158-.362-.15-.353-.14-.343-.131-.332a24.4 24.4 0 0 1-.062-.163l-.118-.318a20.738 20.738 0 0 1-.056-.155l-.104-.303c-.416-1.241-.596-2.223-.541-2.945.113-1.492 1.022-1.64 2.73-.444l1.816 3.914 6.909-7.183-.023-.024.252-.213.2-.208.02.021L38.83 3.338 45.857 0ZM8.594 37.964l-1.664.494a3.545 3.545 0 0 1-.989 3.587 3.535 3.535 0 0 1-4.997-.163 3.535 3.535 0 0 1 .186-4.996 3.544 3.544 0 0 1 3.648-.736l.609-1.626 3.207 3.44Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_2::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_2::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='44' fill='none'%3E%3Cpath fill='%23CB9B27' d='M33.671 23.703c-.56 6.304-3.687 12.922-9.381 19.853-8.794-1.63-15.422-4.68-19.883-9.148-10.604-10.62-.084-24.14 10.63-16.407l.101-.38C18.63 5.228 34.99 8.865 33.671 23.703Zm.215-17.775.26-.26c8.592-8.395 20.148 2.238 12.179 13.634-2.298 3.286-5.62 6.133-9.968 8.542.298-1.295.502-2.577.615-3.845.37-4.17-.448-7.6-1.895-10.248-1.8-3.293-4.592-5.429-7.61-6.352-3.27-1-6.822-.591-9.824 1.35-.178.115-.355.236-.53.363C17.856-.68 29.5-3.829 33.886 5.928Z'/%3E%3C/svg%3E");
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_3::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_3::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='51' fill='none'%3E%3Cpath fill='%2342B5DD' fill-rule='evenodd' d='M46.363 25.22a1.838 1.838 0 0 1 1.713-.956l.15.015.21.032c.505.077.96.37 1.25.806.255.387.36.86.296 1.319l-.032.171-2.151 7.948a12.508 12.508 0 0 1-4.487 6.676l-.276.205-5.45 3.925a3.573 3.573 0 0 0-1.48 2.698l-.005.202v1.195c0 .39-.286.714-.654.762l-.094.006h-6.98a.756.756 0 0 1-.74-.672l-.007-.096v-6.17c0-2.412.583-4.788 1.699-6.926a15.475 15.475 0 0 1 4.335-5.146l.342-.253 4.9-3.53a1.793 1.793 0 0 1 1.367-.314 1.82 1.82 0 0 1 1.186.772 1.928 1.928 0 0 1-.081 2.27l-.102.117-3.334 3.553a.351.351 0 0 0-.067.377l.033.06.93 1.36c.051.077.129.127.217.143.066.01.134.002.194-.025l.058-.033 2.037-1.467.555-.964 2.58-4.635 1.888-3.425Zm-44.617-.94c.749-.11 1.497.27 1.863.94l4.184 7.557.653 1.151.185.316 2.038 1.467a.329.329 0 0 0 .426-.032l.043-.052.93-1.36a.352.352 0 0 0 .008-.383l-.042-.055L8.7 30.276a1.926 1.926 0 0 1-.182-2.386c.28-.411.7-.685 1.185-.773.43-.075.862.005 1.231.225l.136.089 4.901 3.53a15.48 15.48 0 0 1 4.677 5.4 14.97 14.97 0 0 1 1.692 6.5l.006.424v6.17c0 .391-.286.715-.654.762l-.093.006h-6.98a.756.756 0 0 1-.742-.671l-.005-.096V48.26c0-1.08-.49-2.1-1.325-2.776l-.16-.123-5.45-3.926a12.507 12.507 0 0 1-4.669-6.55l-.094-.33-2.151-7.948c-.054-.526-.023-1.055.265-1.492a1.84 1.84 0 0 1 1.1-.775l.15-.03.209-.031ZM24.986 0l.095.004c.47.039.868.364 1 .817l.023.092 1.748 8.55c.212.801.748 1.036 1.498.677l.095-.048 3.607-2.174.082-.045a1.02 1.02 0 0 1 1.022.078l.079.06.068.064.064.069c.26.307.314.739.138 1.1l-.044.083-2.174 3.607c-.409.767-.223 1.325.532 1.564l.097.028 8.55 1.748c.5.102.867.523.909 1.024l.004.095c0 .542-.382 1.01-.913 1.118l-8.55 1.748c-.835.22-1.055.793-.63 1.592l2.175 3.608c.227.376.185.852-.094 1.183l-.064.068-.068.064a1.02 1.02 0 0 1-1.101.138l-.082-.044-3.607-2.175c-.8-.425-1.372-.205-1.593.63l-1.748 8.55c-.102.5-.522.867-1.023.908l-.095.004-.095-.004a1.142 1.142 0 0 1-1-.816l-.024-.093-1.748-8.549c-.211-.802-.747-1.037-1.497-.678l-.095.048-3.607 2.175-.082.044a1.02 1.02 0 0 1-1.022-.078l-.08-.06-.068-.064-.063-.068a1.02 1.02 0 0 1-.139-1.101l.045-.082 2.174-3.608c.409-.767.223-1.325-.532-1.564l-.098-.028-8.549-1.748a1.142 1.142 0 0 1-.909-1.023l-.004-.095c0-.543.382-1.01.913-1.119l8.55-1.748c.835-.22 1.055-.793.63-1.592L15.51 9.327a1.019 1.019 0 0 1 .094-1.183l.063-.069.069-.063a1.02 1.02 0 0 1 1.1-.139l.083.045 3.607 2.174c.8.426 1.372.206 1.592-.63l1.748-8.55c.103-.5.523-.867 1.024-.908L24.986 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_5_1::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_5_1::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M49.9397 40.6304C49.9132 40.1334 49.1424 39.6388 48.6564 39.6388L36.6524 39.6328L35.8418 43.2405C35.6609 44.0468 35.7864 44.9216 35.7815 45.8013C35.7779 46.3945 36.4642 46.9878 37.0902 46.9878L48.8216 46.9806C49.2884 46.9806 49.947 46.3921 49.9554 46.0131C49.9988 44.1659 50.0374 42.4547 49.9397 40.6304Z' fill='%233F475E'/%3E%3Cpath d='M39.7355 22.8996C39.7584 23.3389 39.8055 23.7102 39.8055 24.1909C39.8055 25 39.7391 25.5795 40.4327 25.9983L45.7893 25.9791C45.8858 22.0284 45.4323 18.7492 43.5084 15.2739C42.8487 14.032 42.0586 12.9478 41.2348 11.8984L36.948 15.742C38.592 17.8046 39.5968 20.2667 39.7355 22.9008V22.8996Z' fill='%233F475E'/%3E%3Cpath d='M13.4188 39.6289L1.37626 39.6578C0.568113 39.9538 0.311196 40.8395 0 41.4989V44.801C0.305165 45.6193 0.553639 46.4532 1.36781 47.0007L13.1088 46.9755C13.5503 46.9755 14.2197 46.3569 14.2631 45.9646C14.3681 45.0212 14.4308 44.0356 14.2294 43.1596L13.4164 39.6301L13.4188 39.6289Z' fill='%233F475E'/%3E%3Cpath d='M9.7834 25.9806C10.0271 25.6292 10.4516 25.3271 10.3093 24.9156C10.103 21.8193 10.9257 18.7592 12.7699 16.1948L8.47107 12.3945C6.8391 14.557 5.56417 16.8927 4.88026 19.5052C4.33748 21.6472 4.25666 23.7676 4.31576 25.9842L9.78461 25.9806H9.7834Z' fill='%233F475E'/%3E%3Cpath d='M35.2279 26.4483C36.5571 21.1294 33.6744 17.0006 28.8737 14.7539C29.9002 16.9043 30.2645 19.2702 28.2791 20.9525C27.8219 21.3399 27.4275 21.8418 26.8498 22.1125C27.5602 20.6179 28.2924 19.3953 28.1343 17.7936C25.8727 16.9753 24.3903 17.1161 21.9997 17.6745C21.7367 19.8081 22.6209 20.4146 23.1998 22.1486C20.223 19.8875 19.7309 18.5012 21.124 14.8165C17.2389 16.5096 14.0352 20.3363 14.5696 24.6733L14.7939 26.4892C13.162 28.3532 11.7363 30.2617 13.1222 32.707C14.303 34.7912 17.1544 36.9019 17.5501 38.6203L18.2979 41.8754C18.3823 42.2449 18.9951 42.6901 19.4583 42.6901L30.601 42.6709C32.3367 42.6673 31.8542 39.9693 32.7842 37.9825C33.532 36.3857 35.8539 34.6456 36.9311 32.7768C38.3688 30.281 36.9564 28.3363 35.2279 26.4507V26.4483ZM16.1666 28.5734L15.9977 27.1318C18.3811 28.4134 20.7754 29.7804 23.5315 29.9633C23.0189 31.3135 21.9225 32.6877 20.3508 32.5505C18.1242 32.3556 16.4247 30.7659 16.1678 28.5746L16.1666 28.5734ZM29.3647 40.2581L28.3177 38.3869C27.8967 38.9657 27.635 39.559 27.243 40.2966L26.12 38.3785L25.0332 40.2641L23.932 38.3363L22.8898 40.3026L21.8139 38.3785L20.6837 40.2774C20.1313 40.1739 19.2689 39.6649 19.334 38.9886C19.4377 37.9031 19.8684 36.9296 20.0903 35.8983C20.1832 35.4675 20.5125 35.1474 20.8478 35.0307L21.8393 36.7419L22.8923 34.8598L23.9923 36.6781L25.1092 34.8598L26.1658 36.7431L27.2562 34.8213L28.3406 36.7407L29.2694 35.0788C29.7579 35.2834 29.9979 35.7359 30.098 36.2521C30.2801 37.1955 30.6999 38.1065 30.7445 39.08C30.7747 39.7274 29.9243 40.1967 29.3634 40.2557L29.3647 40.2581ZM32.4573 31.3724C31.6106 32.1149 30.4852 32.6059 29.4045 32.5457C27.9076 32.4627 27.1404 31.1992 26.4903 29.9729C29.0884 29.8177 31.6431 28.4831 33.9783 27.1847C34.0845 28.7395 33.6285 30.346 32.4573 31.3736V31.3724Z' fill='%233F475E'/%3E%3Cpath d='M19.3473 10.9362C20.6463 10.3321 22.1239 10.426 23.394 11.1805L23.3808 4C18.5922 4.4284 14.1535 6.4296 10.7363 9.80265L15.116 13.6823C16.4018 12.5427 17.8082 11.6763 19.3473 10.9362Z' fill='%233F475E'/%3E%3Cpath d='M34.539 13.2762L38.9078 9.38086C35.5184 6.2533 31.3173 4.40131 26.7157 4.00781L26.7061 11.1811C29.5913 9.41214 32.1544 11.6757 34.539 13.2762Z' fill='%233F475E'/%3E%3Cpath d='M4.09851 36.8251L10.8773 36.8636C9.7326 35.4557 8.91119 34.0923 8.50471 32.4786C8.24176 31.3029 8.18386 30.2559 8.55054 28.9647C7.05487 28.9924 5.5978 28.8648 4.09851 29.0032C3.18664 29.0875 2.7307 30.138 2.66918 30.9467C2.64506 32.3113 2.62094 33.5147 2.67763 34.8865C2.71019 35.6627 3.1987 36.8203 4.09851 36.8251Z' fill='%233F475E'/%3E%3Cpath d='M41.5676 28.9743C42.2768 32.1717 41.0706 34.5002 39.2107 36.8817L46.0051 36.8384C46.6685 36.8348 47.3175 35.9599 47.3199 35.3113L47.3452 30.4846C47.221 29.8083 46.6661 29.0261 45.9038 28.9864C44.4274 28.9082 43.0114 28.9635 41.5664 28.9756L41.5676 28.9743Z' fill='%233F475E'/%3E%3C/svg%3E");
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_5_2::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_5_2::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M11.3174 42.0217L8.74464 43.8597C8.29545 44.1798 6.97369 44.1753 7.13203 44.6164C7.70588 46.2078 6.28642 48.9304 3.68782 48.996C1.98874 49.0389 0.403073 47.857 0.0875133 46.0947C-0.103395 45.0259 0.156016 43.9581 0.819703 43.1437C1.80906 41.9289 3.36664 41.4584 4.8591 41.9934C5.11626 41.5025 5.18027 40.8386 5.54861 40.3081C6.03599 39.6068 6.61433 38.9746 7.16347 38.3332C7.43187 38.0199 7.54866 37.8016 7.35326 37.391C6.63118 35.8709 5.98546 34.3201 5.70246 32.6337C5.61599 32.1156 5.67439 31.5965 5.70583 31.0615C5.72268 30.7753 6.08877 30.3625 6.35492 30.2957C6.96134 30.1419 7.49026 30.4869 7.96866 30.7787C8.10005 30.9156 8.3662 30.9122 8.45042 31.0943L10.2528 34.9762L13.4668 31.7684C14.2439 34.2466 13.7431 36.1095 16.2541 37.7485C15.7027 38.3604 15.0266 38.9022 14.2922 39.4768L18.3181 41.7751C18.7539 42.024 18.9403 42.896 19.0335 43.3519C19.1548 43.9457 18.8358 44.3947 18.3327 44.4784C16.2765 44.82 13.2029 43.0996 11.3129 42.0228L11.3174 42.0217Z' fill='%233F475E'/%3E%3Cpath d='M38.7027 42.016C36.9329 43.0057 33.5437 44.9522 31.5874 44.441C31.1742 44.3335 30.8373 43.9648 30.9496 43.4762C31.0709 42.9525 31.1854 42.0669 31.6908 41.7773L35.6751 39.4993C35.1148 38.8772 34.2826 38.4055 33.7481 37.7642C36.2119 36.037 35.8133 34.3336 36.5219 31.7661L39.7808 35.0224C39.9941 34.2816 40.358 33.7013 40.6623 33.0442L41.5865 31.0512C42.3659 30.5976 43.7056 29.6453 44.2054 30.8137C44.4704 31.4324 44.4457 31.9889 44.3199 32.6449C43.9763 34.4411 43.2901 36.0868 42.5164 37.7597C42.6354 38.263 44.3749 40.0071 44.5467 40.4211L45.1857 41.9662C47.4519 41.1891 49.7922 42.862 49.9865 45.0314C50.1067 46.374 49.4722 47.7472 48.3267 48.4371C46.9129 49.2888 45.2677 49.1701 44.0077 48.0842C42.9645 47.1861 42.5703 45.7451 42.933 44.432L41.3406 43.8879C40.3445 43.5474 39.6674 42.6629 38.7038 42.016H38.7027Z' fill='%233F475E'/%3E%3Cpath d='M9.68017 7.51784C9.89579 7.70108 11.0693 8.7496 11.0671 8.73715C11.1142 8.92944 11.0266 9.0516 10.957 9.23031C10.5033 10.3942 10.2091 11.5864 10.0687 12.843C9.9845 13.5997 10.1855 14.2987 9.97327 15.0916L5.25447 10.2415C4.80527 9.78001 4.24827 9.3864 3.92822 8.83103L0 2.01172C0.915237 2.24812 1.57555 2.6915 2.35716 3.06137L4.65255 4.14834L6.39767 4.98082C6.80532 5.17536 7.13548 5.31562 7.47125 5.6097L8.18884 6.23859L8.97606 6.92063L9.67905 7.51671L9.68017 7.51784Z' fill='%233F475E'/%3E%3Cpath d='M40.3367 7.54006L41.3205 6.67138L42.1111 5.99386C42.3166 5.81741 42.5434 5.55048 42.7748 5.42493C43.4946 5.03696 44.2257 4.70895 44.9691 4.3504L47.0197 3.36296C47.6115 3.07792 48.1763 2.8042 48.7603 2.50899L49.9866 2L46.0797 8.96862L40.0728 15.0177L40.0201 13.6468C39.9639 12.1877 39.499 10.1506 38.8757 8.77294C39.4238 8.32956 39.7842 8.02529 40.3356 7.53893L40.3367 7.54006Z' fill='%233F475E'/%3E%3Cpath d='M36.2614 17.1139C37.3327 18.2563 38.8442 20.2413 38.7757 21.8667C38.705 23.5396 37.5955 25.0824 36.4882 26.2327C36.249 26.4815 36.0862 26.7915 35.8065 27.0165C35.2653 27.452 33.8896 29.1882 33.5404 29.9257C32.8362 31.4119 32.8093 33.4038 32.3971 34.3381C32.1344 34.933 31.0776 35.2361 30.7048 35.2361L19.1919 35.2203C18.6922 35.2203 18.1722 34.9364 17.8488 34.6457C17.4254 34.2657 17.166 32.5509 17.0739 31.9175C16.8505 30.377 16.1542 29.1215 15.1188 27.9995L13.8678 26.6444C12.1474 24.7804 10.409 22.62 11.7128 19.9326C12.2395 18.8467 13.0188 17.9746 13.7769 17.0392C12.9301 13.7761 13.5927 10.3964 15.7488 7.84238C16.91 6.35048 18.974 4.88572 20.7416 4.0883C20.2475 5.18998 19.6827 7.08681 19.8949 8.12967C20.0027 8.65676 20.0723 9.15783 20.3261 9.61931C20.6743 10.2505 21.074 10.7165 21.6456 11.135C22.1207 11.4822 22.398 12.0489 23.0202 12.2853C22.2936 10.3466 21.3975 9.68944 21.6636 7.37524C23.977 6.65926 26.0107 6.63325 28.3252 7.36845C28.4397 8.72689 28.3971 9.26981 27.8243 10.4869L26.981 12.2774C27.474 12.1563 27.6514 11.7333 28.0018 11.4664C29.0933 10.6373 29.8188 9.82743 30.0759 8.44977C30.3769 6.83345 29.8244 5.50103 29.2977 4.07812C33.0934 5.96478 36.0424 8.82982 36.523 13.1031C36.6106 13.879 36.6645 14.6696 36.5376 15.4376L36.2602 17.115L36.2614 17.1139ZM23.3279 21.058C22.9382 20.8238 22.5856 20.9234 22.2071 20.8521C19.859 20.4087 17.3502 19.1702 15.1783 17.8774C15.0009 18.478 15.1458 19.0141 15.2502 19.6113C15.6163 21.6903 17.102 23.3247 19.1874 23.7839C19.6377 23.8823 20.1352 23.8224 20.617 23.7963C21.7029 23.7375 22.9247 22.1563 23.3279 21.0591V21.058ZM32.9272 22.7614C34.3961 21.5681 35.0395 19.7143 34.8385 17.8887C34.0648 18.3671 33.4202 18.6748 32.6992 19.0288C31.1147 19.8737 29.483 20.5716 27.6952 20.8714C27.3212 20.9347 26.9608 20.8295 26.6486 21.0727C27.0955 21.9357 27.5571 22.749 28.3005 23.3088C29.6436 24.32 31.6638 23.7873 32.9283 22.7603L32.9272 22.7614ZM27.4088 32.5374C27.5964 32.0861 27.8412 31.6913 28.1028 31.2468C28.2758 30.9527 28.3263 30.6224 28.6576 30.3713C28.9642 31.033 29.3348 31.6393 29.7458 32.4243C30.3353 32.3982 31.0181 32.0612 31.2315 31.4764C31.3966 31.0262 31.2416 30.5229 31.127 30.0874L30.4207 27.3955C30.3376 27.0788 29.9793 26.9306 29.7716 26.6422C29.2696 27.1975 29.1495 27.8909 28.634 28.4722L27.4167 26.3888C27.2269 26.8231 27.0203 27.2224 26.7541 27.6262C26.561 27.918 26.552 28.2562 26.2039 28.5265L25.0854 26.3967C24.744 26.831 24.5879 27.3016 24.3139 27.7721L23.8647 28.5412L22.6765 26.4046C22.1903 27.0708 21.859 28.1171 21.4435 28.4632L20.3868 26.6467C20.0443 26.7915 19.7017 27.0573 19.6007 27.4407L18.7326 30.7378C18.4193 31.9266 20.0409 32.5758 20.2352 32.37C20.7315 31.8429 21.037 30.7356 21.4581 30.386L22.6395 32.5091C23.0303 31.7818 23.42 30.8826 23.8579 30.3612L24.9764 32.4899C25.4986 31.7558 25.7636 31.0692 26.1724 30.3646C26.7339 31.1246 26.8967 31.6687 27.4099 32.5385L27.4088 32.5374Z' fill='%233F475E'/%3E%3C/svg%3E");
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item.rank01 div,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item.rank01 div {
  position: relative;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item.rank01 div:nth-child(1),
#mabinogim .container .total_ranking_list_wrap .list_area .list .item.rank01 div:nth-child(1) {
  padding-left: 0;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item.rank01 div:nth-child(1)::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item.rank01 div:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 33px;
  transform: translateY(-50%);
  width: 41px;
  min-width: 41px;
  height: 50px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='50' fill='none'%3E%3Cpath fill='%23B98318' d='M15 9h3v7h-3z'/%3E%3Cpath fill='%23D0942C' d='M19 9h3v7h-3z'/%3E%3Cpath fill='%23B98318' d='M23 9h3v7h-3z'/%3E%3Cpath fill='%23FCC93F' d='M20.057 19.086a1 1 0 0 0 .904-.001l2.234-1.135a1 1 0 0 1 1.288.341l1.385 2.1a1 1 0 0 0 .774.448l2.519.153a1 1 0 0 1 .938.938l.152 2.519a1 1 0 0 0 .448.774l2.102 1.386a1 1 0 0 1 .343 1.286l-1.139 2.253a1 1 0 0 0 .001.904l1.135 2.234a1 1 0 0 1-.341 1.288l-2.1 1.385a1 1 0 0 0-.448.774l-.153 2.519a1 1 0 0 1-.938.937l-2.519.153a1 1 0 0 0-.774.448l-1.385 2.1a1 1 0 0 1-1.288.342l-2.234-1.135a1 1 0 0 0-.904 0l-2.253 1.137a1 1 0 0 1-1.286-.342l-1.386-2.102a1 1 0 0 0-.774-.448l-2.519-.153a1 1 0 0 1-.938-.937l-.152-2.519a1 1 0 0 0-.448-.774l-2.1-1.385a1 1 0 0 1-.342-1.288l1.135-2.234a1 1 0 0 0 0-.904l-1.138-2.253a1 1 0 0 1 .343-1.286l2.102-1.386a1 1 0 0 0 .447-.774l.154-2.52a1 1 0 0 1 .937-.937l2.519-.153a1 1 0 0 0 .774-.447l1.386-2.103a1 1 0 0 1 1.286-.342l2.253 1.139Z'/%3E%3Cmask id='a' width='27' height='27' x='7' y='17' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23FFC560' d='M20.057 19.086a1 1 0 0 0 .904-.001l2.234-1.135a1 1 0 0 1 1.288.341l1.385 2.1a1 1 0 0 0 .774.448l2.519.153a1 1 0 0 1 .938.938l.152 2.519a1 1 0 0 0 .448.774l2.102 1.386a1 1 0 0 1 .343 1.286l-1.139 2.253a1 1 0 0 0 .001.904l1.135 2.234a1 1 0 0 1-.341 1.288l-2.1 1.385a1 1 0 0 0-.448.774l-.153 2.519a1 1 0 0 1-.938.937l-2.519.153a1 1 0 0 0-.774.448l-1.385 2.1a1 1 0 0 1-1.288.342l-2.234-1.135a1 1 0 0 0-.904 0l-2.253 1.137a1 1 0 0 1-1.286-.342l-1.386-2.102a1 1 0 0 0-.774-.448l-2.519-.153a1 1 0 0 1-.938-.937l-.152-2.519a1 1 0 0 0-.448-.774l-2.1-1.385a1 1 0 0 1-.342-1.288l1.135-2.234a1 1 0 0 0 0-.904l-1.138-2.253a1 1 0 0 1 .343-1.286l2.102-1.386a1 1 0 0 0 .447-.774l.154-2.52a1 1 0 0 1 .937-.937l2.519-.153a1 1 0 0 0 .774-.447l1.386-2.103a1 1 0 0 1 1.286-.342l2.253 1.139Z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' fill-opacity='.2' d='m31.5 15-26 26L4 15h27.5Z'/%3E%3C/g%3E%3Cpath fill='%23B98318' d='M17.924 26.864V24.32h4.432V36h-2.848v-9.136h-1.584Z'/%3E%3C/svg%3E");
  margin-right: 0;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item.rank02 div,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item.rank02 div {
  position: relative;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item.rank02 div:nth-child(1),
#mabinogim .container .total_ranking_list_wrap .list_area .list .item.rank02 div:nth-child(1) {
  padding-left: 0;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item.rank02 div:nth-child(1)::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item.rank02 div:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 33px;
  transform: translateY(-50%);
  width: 41px;
  min-width: 41px;
  height: 50px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='50' fill='none'%3E%3Cpath fill='%237E7E7E' d='M15 9h3v7h-3z'/%3E%3Cpath fill='%23A0A0A0' d='M19 9h3v7h-3z'/%3E%3Cpath fill='%237E7E7E' d='M23 9h3v7h-3z'/%3E%3Cpath fill='%23C9C9C9' d='M20.057 19.086a1 1 0 0 0 .904-.001l2.234-1.135a1 1 0 0 1 1.288.341l1.385 2.1a1 1 0 0 0 .774.448l2.519.153a1 1 0 0 1 .938.938l.152 2.519a1 1 0 0 0 .448.774l2.102 1.386a1 1 0 0 1 .343 1.286l-1.139 2.253a1 1 0 0 0 .001.904l1.135 2.234a1 1 0 0 1-.341 1.288l-2.1 1.385a1 1 0 0 0-.448.774l-.153 2.519a1 1 0 0 1-.938.937l-2.519.153a1 1 0 0 0-.774.448l-1.385 2.1a1 1 0 0 1-1.288.342l-2.234-1.135a1 1 0 0 0-.904 0l-2.253 1.137a1 1 0 0 1-1.286-.342l-1.386-2.102a1 1 0 0 0-.774-.448l-2.519-.153a1 1 0 0 1-.938-.937l-.152-2.519a1 1 0 0 0-.448-.774l-2.1-1.385a1 1 0 0 1-.342-1.288l1.135-2.234a1 1 0 0 0 0-.904l-1.138-2.253a1 1 0 0 1 .343-1.286l2.102-1.386a1 1 0 0 0 .447-.774l.154-2.52a1 1 0 0 1 .937-.937l2.519-.153a1 1 0 0 0 .774-.447l1.386-2.103a1 1 0 0 1 1.286-.342l2.253 1.139Z'/%3E%3Cmask id='a' width='27' height='27' x='7' y='17' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23FFC560' d='M20.057 19.086a1 1 0 0 0 .904-.001l2.234-1.135a1 1 0 0 1 1.288.341l1.385 2.1a1 1 0 0 0 .774.448l2.519.153a1 1 0 0 1 .938.938l.152 2.519a1 1 0 0 0 .448.774l2.102 1.386a1 1 0 0 1 .343 1.286l-1.139 2.253a1 1 0 0 0 .001.904l1.135 2.234a1 1 0 0 1-.341 1.288l-2.1 1.385a1 1 0 0 0-.448.774l-.153 2.519a1 1 0 0 1-.938.937l-2.519.153a1 1 0 0 0-.774.448l-1.385 2.1a1 1 0 0 1-1.288.342l-2.234-1.135a1 1 0 0 0-.904 0l-2.253 1.137a1 1 0 0 1-1.286-.342l-1.386-2.102a1 1 0 0 0-.774-.448l-2.519-.153a1 1 0 0 1-.938-.937l-.152-2.519a1 1 0 0 0-.448-.774l-2.1-1.385a1 1 0 0 1-.342-1.288l1.135-2.234a1 1 0 0 0 0-.904l-1.138-2.253a1 1 0 0 1 .343-1.286l2.102-1.386a1 1 0 0 0 .447-.774l.154-2.52a1 1 0 0 1 .937-.937l2.519-.153a1 1 0 0 0 .774-.447l1.386-2.103a1 1 0 0 1 1.286-.342l2.253 1.139Z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' fill-opacity='.2' d='m31.5 15-26 26L4 15h27.5Z'/%3E%3C/g%3E%3Cpath fill='%237E7E7E' d='M16.554 33.808a59.23 59.23 0 0 0 2.96-2.528 10.066 10.066 0 0 0 1.536-1.744c.416-.608.624-1.2.624-1.776 0-.437-.102-.779-.304-1.024-.203-.245-.507-.368-.912-.368-.406 0-.726.155-.96.464-.224.299-.336.725-.336 1.28h-2.64c.021-.907.213-1.664.576-2.272.373-.608.858-1.056 1.456-1.344a4.65 4.65 0 0 1 2.016-.432c1.269 0 2.224.325 2.864.976.65.65.976 1.499.976 2.544 0 1.141-.39 2.203-1.168 3.184-.779.97-1.771 1.92-2.976 2.848h4.32v2.224h-8.032v-2.032Z'/%3E%3C/svg%3E");
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item.rank03 div,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item.rank03 div {
  position: relative;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item.rank03 div:nth-child(1),
#mabinogim .container .total_ranking_list_wrap .list_area .list .item.rank03 div:nth-child(1) {
  padding-left: 0;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item.rank03 div:nth-child(1)::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item.rank03 div:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 33px;
  transform: translateY(-50%);
  width: 41px;
  min-width: 41px;
  height: 50px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='50' fill='none'%3E%3Cpath fill='%23976767' d='M15 9h3v7h-3z'/%3E%3Cpath fill='%23A07777' d='M19 9h3v7h-3z'/%3E%3Cpath fill='%23976767' d='M23 9h3v7h-3z'/%3E%3Cpath fill='%23D8B1A8' d='M20.057 19.086a1 1 0 0 0 .904-.001l2.234-1.135a1 1 0 0 1 1.288.341l1.385 2.1a1 1 0 0 0 .774.448l2.519.153a1 1 0 0 1 .938.938l.152 2.519a1 1 0 0 0 .448.774l2.102 1.386a1 1 0 0 1 .343 1.286l-1.139 2.253a1 1 0 0 0 .001.904l1.135 2.234a1 1 0 0 1-.341 1.288l-2.1 1.385a1 1 0 0 0-.448.774l-.153 2.519a1 1 0 0 1-.938.937l-2.519.153a1 1 0 0 0-.774.448l-1.385 2.1a1 1 0 0 1-1.288.342l-2.234-1.135a1 1 0 0 0-.904 0l-2.253 1.137a1 1 0 0 1-1.286-.342l-1.386-2.102a1 1 0 0 0-.774-.448l-2.519-.153a1 1 0 0 1-.938-.937l-.152-2.519a1 1 0 0 0-.448-.774l-2.1-1.385a1 1 0 0 1-.342-1.288l1.135-2.234a1 1 0 0 0 0-.904l-1.138-2.253a1 1 0 0 1 .343-1.286l2.102-1.386a1 1 0 0 0 .447-.774l.154-2.52a1 1 0 0 1 .937-.937l2.519-.153a1 1 0 0 0 .774-.447l1.386-2.103a1 1 0 0 1 1.286-.342l2.253 1.139Z'/%3E%3Cmask id='a' width='27' height='27' x='7' y='17' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23FFC560' d='M20.057 19.086a1 1 0 0 0 .904-.001l2.234-1.135a1 1 0 0 1 1.288.341l1.385 2.1a1 1 0 0 0 .774.448l2.519.153a1 1 0 0 1 .938.938l.152 2.519a1 1 0 0 0 .448.774l2.102 1.386a1 1 0 0 1 .343 1.286l-1.139 2.253a1 1 0 0 0 .001.904l1.135 2.234a1 1 0 0 1-.341 1.288l-2.1 1.385a1 1 0 0 0-.448.774l-.153 2.519a1 1 0 0 1-.938.937l-2.519.153a1 1 0 0 0-.774.448l-1.385 2.1a1 1 0 0 1-1.288.342l-2.234-1.135a1 1 0 0 0-.904 0l-2.253 1.137a1 1 0 0 1-1.286-.342l-1.386-2.102a1 1 0 0 0-.774-.448l-2.519-.153a1 1 0 0 1-.938-.937l-.152-2.519a1 1 0 0 0-.448-.774l-2.1-1.385a1 1 0 0 1-.342-1.288l1.135-2.234a1 1 0 0 0 0-.904l-1.138-2.253a1 1 0 0 1 .343-1.286l2.102-1.386a1 1 0 0 0 .447-.774l.154-2.52a1 1 0 0 1 .937-.937l2.519-.153a1 1 0 0 0 .774-.447l1.386-2.103a1 1 0 0 1 1.286-.342l2.253 1.139Z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' fill-opacity='.2' d='m31.5 15-26 26L4 15h27.5Z'/%3E%3C/g%3E%3Cpath fill='%23976767' d='M16.472 27.616c.043-1.141.416-2.021 1.12-2.64.704-.619 1.659-.928 2.864-.928.8 0 1.483.139 2.048.416.576.277 1.008.656 1.296 1.136.299.48.448 1.019.448 1.616 0 .704-.176 1.28-.528 1.728-.352.437-.762.736-1.232.896v.064c.608.203 1.088.539 1.44 1.008.352.47.528 1.072.528 1.808 0 .661-.154 1.248-.464 1.76-.298.501-.741.896-1.328 1.184-.576.288-1.264.432-2.064.432-1.28 0-2.304-.315-3.072-.944-.757-.63-1.157-1.579-1.2-2.848h2.656c.01.47.144.843.4 1.12.256.267.63.4 1.12.4.416 0 .736-.117.96-.352.235-.245.352-.565.352-.96 0-.512-.165-.88-.496-1.104-.32-.235-.837-.352-1.552-.352h-.512v-2.224h.512c.544 0 .982-.09 1.312-.272.342-.192.512-.528.512-1.008 0-.384-.106-.683-.32-.896-.213-.213-.506-.32-.88-.32-.405 0-.71.123-.912.368-.192.245-.304.55-.336.912h-2.672Z'/%3E%3C/svg%3E");
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item.on,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item.on {
  background: #fff;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .list .item.on::before,
#mabinogim .container .total_ranking_list_wrap .list_area .list .item.on::before {
  opacity: 1;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .pager,
#mabinogim .container .total_ranking_list_wrap .list_area .pager {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 36px auto 0;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .pager .current_range,
#mabinogim .container .total_ranking_list_wrap .list_area .pager .current_range {
  border-radius: 10px;
  background: #aaa;
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .pager .current_range span,
#mabinogim .container .total_ranking_list_wrap .list_area .pager .current_range span {
  color: #fff;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination,
#mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination {
  display: flex;
  align-items: center;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination ul,
#mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination ul {
  display: flex;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination ul li,
#mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination ul li {
  font-size: 16px;
  color: #525252;
  margin-right: 4px;
  cursor: pointer;
  width: 44px;
  height: 30px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination ul li.on,
#mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination ul li.on {
  color: #fff;
  background: #2baf7e;
}
@media (hover: hover) and (min-width: 1281px) {
  #mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination ul li:hover,
  #mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination ul li:hover {
    color: #fff;
    background: #2baf7e;
  }
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination ul li:first-child,
#mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination ul li:first-child {
  margin-left: 26px;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination ul li:last-child,
#mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination ul li:last-child {
  margin-right: 26px;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination button.first_button,
#mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination button.first_button {
  width: 48px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination button.first_button::before,
#mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination button.first_button::before {
  display: block;
  content: "";
  min-width: 13px;
  width: 13px;
  height: 11px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11' fill='none'%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='2' d='M1 1v9'/%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='3' d='m11 1.5-4 4 4 4'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
@media (hover: hover) and (min-width: 1281px) {
  #mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination button.first_button:hover::before,
  #mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination button.first_button:hover::before {
    transform: translateX(-4px);
  }
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination button.prev_button,
#mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination button.prev_button {
  width: 48px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination button.prev_button::before,
#mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination button.prev_button::before {
  display: block;
  content: "";
  min-width: 9px;
  width: 9px;
  height: 11px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' fill='none'%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='3' d='m7 1.5-4 4 4 4'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
@media (hover: hover) and (min-width: 1281px) {
  #mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination button.prev_button:hover::before,
  #mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination button.prev_button:hover::before {
    transform: translateX(-4px);
  }
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination button.next_button,
#mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination button.next_button {
  width: 48px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination button.next_button::before,
#mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination button.next_button::before {
  display: block;
  content: "";
  min-width: 9px;
  width: 9px;
  height: 11px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' fill='none'%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='3' d='m2 1.5 4 4-4 4'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
@media (hover: hover) and (min-width: 1281px) {
  #mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination button.next_button:hover::before,
  #mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination button.next_button:hover::before {
    transform: translateX(4px);
  }
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination button.last_button,
#mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination button.last_button {
  width: 48px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination button.last_button::before,
#mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination button.last_button::before {
  display: block;
  content: "";
  min-width: 13px;
  width: 13px;
  height: 11px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11' fill='none'%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='2' d='M12 1v9'/%3E%3Cpath stroke='%23424242' stroke-linecap='round' stroke-width='3' d='m2 1.5 4 4-4 4'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
@media (hover: hover) and (min-width: 1281px) {
  #mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination button.last_button:hover::before,
  #mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination button.last_button:hover::before {
    transform: translateX(4px);
  }
}
#mabinogim .ranking .total_ranking_list_wrap .list_area .pager .write_button,
#mabinogim .container .total_ranking_list_wrap .list_area .pager .write_button {
  width: min-content;
  padding: 10px 56px;
  background: #00b670;
  border-radius: 12px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  margin-left: auto;
}
@media (hover: hover) and (min-width: 1281px) {
  #mabinogim .ranking .total_ranking_list_wrap .list_area .pager .write_button:hover,
  #mabinogim .container .total_ranking_list_wrap .list_area .pager .write_button:hover {
    background: #0c8b5a;
  }
}

@media (max-width: 1280px) {
  #mabinogim:has(.gnb_wrap) {
    padding-top: var(--mobile-top-height);
  }
  #mabinogim:has(.gnb_wrap) .ranking,
  #mabinogim:has(.gnb_wrap) .container {
    padding: 10px 20px 100px;
  }
  #mabinogim .ranking,
  #mabinogim .container {
    padding: 10px 20px 50px;
    min-height: calc(100vh - var(--mobile-top-height));
  }
  #mabinogim .ranking .page_empty,
  #mabinogim .container .page_empty {
    position: relative;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
  }
  #mabinogim .ranking .page_empty span,
  #mabinogim .container .page_empty span {
    padding: 115px 0;
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  #mabinogim .ranking .server_class_wrap,
  #mabinogim .container .server_class_wrap {
    margin-bottom: 20px;
  }
  #mabinogim .ranking .server_class_wrap .select_area,
  #mabinogim .container .server_class_wrap .select_area {
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
  }
  #mabinogim .ranking .server_class_wrap .select_area .select_box,
  #mabinogim .container .server_class_wrap .select_area .select_box {
    padding: 10px 0;
    width: 100%;
    border-radius: 16px;
    border: 1px solid #5c5c5c;
  }
  #mabinogim .ranking .server_class_wrap .select_area .select_box .selected,
  #mabinogim .container .server_class_wrap .select_area .select_box .selected {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  #mabinogim .ranking .server_class_wrap .select_area .select_box .selected span,
  #mabinogim .container .server_class_wrap .select_area .select_box .selected span {
    color: #5c5c5c;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.32px;
  }
  #mabinogim .ranking .server_class_wrap .select_area .select_box .select_option,
  #mabinogim .container .server_class_wrap .select_area .select_box .select_option {
    top: inherit;
  }
  #mabinogim .ranking .server_class_wrap .notice_area,
  #mabinogim .container .server_class_wrap .notice_area {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #mabinogim .ranking .server_class_wrap .notice_area span,
  #mabinogim .container .server_class_wrap .notice_area span {
    color: #525252;
    font-size: 12px;
    line-height: 130%; /* 15.6px */
    letter-spacing: -0.24px;
    text-align: center;
    word-break: keep-all;
  }
  #mabinogim .ranking .server_class_wrap .notice_area span br,
  #mabinogim .container .server_class_wrap .notice_area span br {
    display: block;
  }
  #mabinogim .ranking .server_class_wrap .notice_area button,
  #mabinogim .container .server_class_wrap .notice_area button {
    margin-top: 10px;
    margin-left: 0px;
    border-radius: 12px;
    background: #8c8c8c;
    height: 30px;
    padding: 7px 16px;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
  }
  #mabinogim .ranking .character_search_wrap,
  #mabinogim .container .character_search_wrap {
    position: relative;
    border-radius: 24px;
    margin-bottom: 30px;
  }
  #mabinogim .ranking .character_search_wrap .search_area,
  #mabinogim .container .character_search_wrap .search_area {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #mabinogim .ranking .character_search_wrap .search_area .my_character,
  #mabinogim .container .character_search_wrap .search_area .my_character {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  #mabinogim .ranking .character_search_wrap .search_area .my_character .select_box,
  #mabinogim .container .character_search_wrap .search_area .my_character .select_box {
    height: 44px;
    max-width: 100%;
  }
  #mabinogim .ranking .character_search_wrap .search_area .my_character .select_box .select_option,
  #mabinogim .container .character_search_wrap .search_area .my_character .select_box .select_option {
    top: inherit;
  }
  #mabinogim .ranking .character_search_wrap .search_area .search_character,
  #mabinogim .container .character_search_wrap .search_area .search_character {
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
  }
  #mabinogim .ranking .character_search_wrap .search_area .search_character .text_box,
  #mabinogim .container .character_search_wrap .search_area .search_character .text_box {
    margin-right: 0;
  }
  #mabinogim .ranking .character_search_wrap .search_area .search_character .search_input,
  #mabinogim .container .character_search_wrap .search_area .search_character .search_input {
    position: relative;
    height: 52px;
    width: 100%;
    border-radius: 16px;
    border: 1px solid #5c5c5c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
  }
  #mabinogim .ranking .character_search_wrap .search_area .search_character .search_input input,
  #mabinogim .container .character_search_wrap .search_area .search_character .search_input input {
    width: 100%;
    height: 100%;
    padding: 0 40px 0 20px;
    color: #525252;
    font-size: 12px;
    box-sizing: border-box;
  }
  #mabinogim .ranking .character_search_wrap .search_area .search_character .search_input input::placeholder,
  #mabinogim .container .character_search_wrap .search_area .search_character .search_input input::placeholder {
    color: #525252;
    font-size: 12px;
  }
  #mabinogim .ranking .character_search_wrap .search_area .search_character .search_input:focus,
  #mabinogim .container .character_search_wrap .search_area .search_character .search_input:focus {
    background: #fff;
  }
  #mabinogim .ranking .character_search_wrap .search_area .search_character .search_input:focus::placeholder,
  #mabinogim .container .character_search_wrap .search_area .search_character .search_input:focus::placeholder {
    color: transparent;
  }
  #mabinogim .ranking .character_search_wrap .search_area .search_character .search_input .search_button,
  #mabinogim .container .character_search_wrap .search_area .search_character .search_input .search_button {
    position: absolute;
    right: 16px;
  }
  #mabinogim .ranking .character_search_wrap .search_area .search_character .search_input .search_button::before,
  #mabinogim .container .character_search_wrap .search_area .search_character .search_input .search_button::before {
    display: block;
    content: "";
    min-width: 21px;
    width: 21px;
    height: 23px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='23' fill='none'%3E%3Cpath fill='%235C5C5C' fill-rule='evenodd' d='M3.25 10.083a6.833 6.833 0 1 1 10.966 5.442 1.495 1.495 0 0 0-.631 1.153 1.494 1.494 0 0 0 .47 1.165l4.134 4.134a1.5 1.5 0 0 0 2.122-2.121l-3.05-3.05a9.802 9.802 0 0 0 2.656-6.723c0-5.43-4.403-9.833-9.834-9.833C4.653.25.25 4.653.25 10.083c0 5.431 4.403 9.834 9.833 9.834a1.5 1.5 0 1 0 0-3 6.833 6.833 0 0 1-6.833-6.834Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-size: cover;
  }
  #mabinogim .ranking .character_search_wrap .search_area .search_character .select_box + .search_input,
  #mabinogim .container .character_search_wrap .search_area .search_character .select_box + .search_input {
    border-radius: 0 16px 16px 0;
  }
  #mabinogim .ranking .ranking_list_wrap .list_header,
  #mabinogim .container .ranking_list_wrap .list_header {
    display: none;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list_empty,
  #mabinogim .container .ranking_list_wrap .list_area .list_empty {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list_empty span,
  #mabinogim .container .ranking_list_wrap .list_area .list_empty span {
    min-height: 220px;
    height: 220px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list_empty span b,
  #mabinogim .container .ranking_list_wrap .list_area .list_empty span b {
    color: #f65606;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list,
  #mabinogim .container .ranking_list_wrap .list_area .list {
    border-top: 1px solid #aaa;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item,
  #mabinogim .container .ranking_list_wrap .list_area .list .item {
    position: relative;
    padding: 20px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    border-bottom: 1px solid #aaa;
    gap: 10px;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item div,
  #mabinogim .container .ranking_list_wrap .list_area .list .item div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item div dl,
  #mabinogim .container .ranking_list_wrap .list_area .list .item div dl {
    display: flex;
    align-items: center;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item div dl dt,
  #mabinogim .container .ranking_list_wrap .list_area .list .item div dl dt {
    font-size: 12px;
    width: 77px;
    margin-right: 16px;
    display: block;
    white-space: nowrap;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item div dl dd,
  #mabinogim .container .ranking_list_wrap .list_area .list .item div dl dd {
    font-size: 12px;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(1),
  #mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(1) {
    width: 100%;
    flex-direction: column;
    padding-left: 0;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(1) dl dt,
  #mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(1) dl dt {
    margin-right: 0;
    width: auto;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(2),
  #mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(2) {
    width: 100%;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(2) span,
  #mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(2) span {
    font-size: 16px;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(3),
  #mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(3) {
    width: 100%;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4),
  #mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) {
    width: 100%;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl,
  #mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl {
    width: 100%;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd,
  #mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd {
    display: flex;
    align-items: center;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd::before,
  #mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(4) dl dd::before {
    width: 26px;
    height: 26px;
    margin-right: 6px;
    background-size: 19.26px 19.26px;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(5),
  #mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(5) {
    width: 100%;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(5) dl,
  #mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(5) dl {
    display: flex;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(5) dl dd,
  #mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(5) dl dd {
    font-size: 12px;
    display: flex;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item div:nth-child(5) dl dd::before,
  #mabinogim .container .ranking_list_wrap .list_area .list .item div:nth-child(5) dl dd::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item.rank01 div:nth-child(1),
  #mabinogim .container .ranking_list_wrap .list_area .list .item.rank01 div:nth-child(1) {
    padding-left: 0;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item.rank01 div:nth-child(1)::before,
  #mabinogim .container .ranking_list_wrap .list_area .list .item.rank01 div:nth-child(1)::before {
    content: "";
    display: block;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 41px;
    min-width: 41px;
    height: 50px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='50' fill='none'%3E%3Cpath fill='%23B98318' d='M15 9h3v7h-3z'/%3E%3Cpath fill='%23D0942C' d='M19 9h3v7h-3z'/%3E%3Cpath fill='%23B98318' d='M23 9h3v7h-3z'/%3E%3Cpath fill='%23FCC93F' d='M20.057 19.086a1 1 0 0 0 .904-.001l2.234-1.135a1 1 0 0 1 1.288.341l1.385 2.1a1 1 0 0 0 .774.448l2.519.153a1 1 0 0 1 .938.938l.152 2.519a1 1 0 0 0 .448.774l2.102 1.386a1 1 0 0 1 .343 1.286l-1.139 2.253a1 1 0 0 0 .001.904l1.135 2.234a1 1 0 0 1-.341 1.288l-2.1 1.385a1 1 0 0 0-.448.774l-.153 2.519a1 1 0 0 1-.938.937l-2.519.153a1 1 0 0 0-.774.448l-1.385 2.1a1 1 0 0 1-1.288.342l-2.234-1.135a1 1 0 0 0-.904 0l-2.253 1.137a1 1 0 0 1-1.286-.342l-1.386-2.102a1 1 0 0 0-.774-.448l-2.519-.153a1 1 0 0 1-.938-.937l-.152-2.519a1 1 0 0 0-.448-.774l-2.1-1.385a1 1 0 0 1-.342-1.288l1.135-2.234a1 1 0 0 0 0-.904l-1.138-2.253a1 1 0 0 1 .343-1.286l2.102-1.386a1 1 0 0 0 .447-.774l.154-2.52a1 1 0 0 1 .937-.937l2.519-.153a1 1 0 0 0 .774-.447l1.386-2.103a1 1 0 0 1 1.286-.342l2.253 1.139Z'/%3E%3Cmask id='a' width='27' height='27' x='7' y='17' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23FFC560' d='M20.057 19.086a1 1 0 0 0 .904-.001l2.234-1.135a1 1 0 0 1 1.288.341l1.385 2.1a1 1 0 0 0 .774.448l2.519.153a1 1 0 0 1 .938.938l.152 2.519a1 1 0 0 0 .448.774l2.102 1.386a1 1 0 0 1 .343 1.286l-1.139 2.253a1 1 0 0 0 .001.904l1.135 2.234a1 1 0 0 1-.341 1.288l-2.1 1.385a1 1 0 0 0-.448.774l-.153 2.519a1 1 0 0 1-.938.937l-2.519.153a1 1 0 0 0-.774.448l-1.385 2.1a1 1 0 0 1-1.288.342l-2.234-1.135a1 1 0 0 0-.904 0l-2.253 1.137a1 1 0 0 1-1.286-.342l-1.386-2.102a1 1 0 0 0-.774-.448l-2.519-.153a1 1 0 0 1-.938-.937l-.152-2.519a1 1 0 0 0-.448-.774l-2.1-1.385a1 1 0 0 1-.342-1.288l1.135-2.234a1 1 0 0 0 0-.904l-1.138-2.253a1 1 0 0 1 .343-1.286l2.102-1.386a1 1 0 0 0 .447-.774l.154-2.52a1 1 0 0 1 .937-.937l2.519-.153a1 1 0 0 0 .774-.447l1.386-2.103a1 1 0 0 1 1.286-.342l2.253 1.139Z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' fill-opacity='.2' d='m31.5 15-26 26L4 15h27.5Z'/%3E%3C/g%3E%3Cpath fill='%23B98318' d='M17.924 26.864V24.32h4.432V36h-2.848v-9.136h-1.584Z'/%3E%3C/svg%3E");
    margin-left: -6px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item.rank02 div,
  #mabinogim .container .ranking_list_wrap .list_area .list .item.rank02 div {
    position: relative;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item.rank02 div:nth-child(1),
  #mabinogim .container .ranking_list_wrap .list_area .list .item.rank02 div:nth-child(1) {
    padding-left: 0;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item.rank02 div:nth-child(1)::before,
  #mabinogim .container .ranking_list_wrap .list_area .list .item.rank02 div:nth-child(1)::before {
    content: "";
    display: block;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 41px;
    min-width: 41px;
    height: 50px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='50' fill='none'%3E%3Cpath fill='%237E7E7E' d='M15 9h3v7h-3z'/%3E%3Cpath fill='%23A0A0A0' d='M19 9h3v7h-3z'/%3E%3Cpath fill='%237E7E7E' d='M23 9h3v7h-3z'/%3E%3Cpath fill='%23C9C9C9' d='M20.057 19.086a1 1 0 0 0 .904-.001l2.234-1.135a1 1 0 0 1 1.288.341l1.385 2.1a1 1 0 0 0 .774.448l2.519.153a1 1 0 0 1 .938.938l.152 2.519a1 1 0 0 0 .448.774l2.102 1.386a1 1 0 0 1 .343 1.286l-1.139 2.253a1 1 0 0 0 .001.904l1.135 2.234a1 1 0 0 1-.341 1.288l-2.1 1.385a1 1 0 0 0-.448.774l-.153 2.519a1 1 0 0 1-.938.937l-2.519.153a1 1 0 0 0-.774.448l-1.385 2.1a1 1 0 0 1-1.288.342l-2.234-1.135a1 1 0 0 0-.904 0l-2.253 1.137a1 1 0 0 1-1.286-.342l-1.386-2.102a1 1 0 0 0-.774-.448l-2.519-.153a1 1 0 0 1-.938-.937l-.152-2.519a1 1 0 0 0-.448-.774l-2.1-1.385a1 1 0 0 1-.342-1.288l1.135-2.234a1 1 0 0 0 0-.904l-1.138-2.253a1 1 0 0 1 .343-1.286l2.102-1.386a1 1 0 0 0 .447-.774l.154-2.52a1 1 0 0 1 .937-.937l2.519-.153a1 1 0 0 0 .774-.447l1.386-2.103a1 1 0 0 1 1.286-.342l2.253 1.139Z'/%3E%3Cmask id='a' width='27' height='27' x='7' y='17' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23FFC560' d='M20.057 19.086a1 1 0 0 0 .904-.001l2.234-1.135a1 1 0 0 1 1.288.341l1.385 2.1a1 1 0 0 0 .774.448l2.519.153a1 1 0 0 1 .938.938l.152 2.519a1 1 0 0 0 .448.774l2.102 1.386a1 1 0 0 1 .343 1.286l-1.139 2.253a1 1 0 0 0 .001.904l1.135 2.234a1 1 0 0 1-.341 1.288l-2.1 1.385a1 1 0 0 0-.448.774l-.153 2.519a1 1 0 0 1-.938.937l-2.519.153a1 1 0 0 0-.774.448l-1.385 2.1a1 1 0 0 1-1.288.342l-2.234-1.135a1 1 0 0 0-.904 0l-2.253 1.137a1 1 0 0 1-1.286-.342l-1.386-2.102a1 1 0 0 0-.774-.448l-2.519-.153a1 1 0 0 1-.938-.937l-.152-2.519a1 1 0 0 0-.448-.774l-2.1-1.385a1 1 0 0 1-.342-1.288l1.135-2.234a1 1 0 0 0 0-.904l-1.138-2.253a1 1 0 0 1 .343-1.286l2.102-1.386a1 1 0 0 0 .447-.774l.154-2.52a1 1 0 0 1 .937-.937l2.519-.153a1 1 0 0 0 .774-.447l1.386-2.103a1 1 0 0 1 1.286-.342l2.253 1.139Z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' fill-opacity='.2' d='m31.5 15-26 26L4 15h27.5Z'/%3E%3C/g%3E%3Cpath fill='%237E7E7E' d='M16.554 33.808a59.23 59.23 0 0 0 2.96-2.528 10.066 10.066 0 0 0 1.536-1.744c.416-.608.624-1.2.624-1.776 0-.437-.102-.779-.304-1.024-.203-.245-.507-.368-.912-.368-.406 0-.726.155-.96.464-.224.299-.336.725-.336 1.28h-2.64c.021-.907.213-1.664.576-2.272.373-.608.858-1.056 1.456-1.344a4.65 4.65 0 0 1 2.016-.432c1.269 0 2.224.325 2.864.976.65.65.976 1.499.976 2.544 0 1.141-.39 2.203-1.168 3.184-.779.97-1.771 1.92-2.976 2.848h4.32v2.224h-8.032v-2.032Z'/%3E%3C/svg%3E");
    margin-right: 0px;
    margin-left: -6px;
    margin-bottom: 10px;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item.rank03 div:nth-child(1),
  #mabinogim .container .ranking_list_wrap .list_area .list .item.rank03 div:nth-child(1) {
    padding-left: 0;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item.rank03 div:nth-child(1)::before,
  #mabinogim .container .ranking_list_wrap .list_area .list .item.rank03 div:nth-child(1)::before {
    content: "";
    display: block;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 41px;
    min-width: 41px;
    height: 50px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='50' fill='none'%3E%3Cpath fill='%23976767' d='M15 9h3v7h-3z'/%3E%3Cpath fill='%23A07777' d='M19 9h3v7h-3z'/%3E%3Cpath fill='%23976767' d='M23 9h3v7h-3z'/%3E%3Cpath fill='%23D8B1A8' d='M20.057 19.086a1 1 0 0 0 .904-.001l2.234-1.135a1 1 0 0 1 1.288.341l1.385 2.1a1 1 0 0 0 .774.448l2.519.153a1 1 0 0 1 .938.938l.152 2.519a1 1 0 0 0 .448.774l2.102 1.386a1 1 0 0 1 .343 1.286l-1.139 2.253a1 1 0 0 0 .001.904l1.135 2.234a1 1 0 0 1-.341 1.288l-2.1 1.385a1 1 0 0 0-.448.774l-.153 2.519a1 1 0 0 1-.938.937l-2.519.153a1 1 0 0 0-.774.448l-1.385 2.1a1 1 0 0 1-1.288.342l-2.234-1.135a1 1 0 0 0-.904 0l-2.253 1.137a1 1 0 0 1-1.286-.342l-1.386-2.102a1 1 0 0 0-.774-.448l-2.519-.153a1 1 0 0 1-.938-.937l-.152-2.519a1 1 0 0 0-.448-.774l-2.1-1.385a1 1 0 0 1-.342-1.288l1.135-2.234a1 1 0 0 0 0-.904l-1.138-2.253a1 1 0 0 1 .343-1.286l2.102-1.386a1 1 0 0 0 .447-.774l.154-2.52a1 1 0 0 1 .937-.937l2.519-.153a1 1 0 0 0 .774-.447l1.386-2.103a1 1 0 0 1 1.286-.342l2.253 1.139Z'/%3E%3Cmask id='a' width='27' height='27' x='7' y='17' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23FFC560' d='M20.057 19.086a1 1 0 0 0 .904-.001l2.234-1.135a1 1 0 0 1 1.288.341l1.385 2.1a1 1 0 0 0 .774.448l2.519.153a1 1 0 0 1 .938.938l.152 2.519a1 1 0 0 0 .448.774l2.102 1.386a1 1 0 0 1 .343 1.286l-1.139 2.253a1 1 0 0 0 .001.904l1.135 2.234a1 1 0 0 1-.341 1.288l-2.1 1.385a1 1 0 0 0-.448.774l-.153 2.519a1 1 0 0 1-.938.937l-2.519.153a1 1 0 0 0-.774.448l-1.385 2.1a1 1 0 0 1-1.288.342l-2.234-1.135a1 1 0 0 0-.904 0l-2.253 1.137a1 1 0 0 1-1.286-.342l-1.386-2.102a1 1 0 0 0-.774-.448l-2.519-.153a1 1 0 0 1-.938-.937l-.152-2.519a1 1 0 0 0-.448-.774l-2.1-1.385a1 1 0 0 1-.342-1.288l1.135-2.234a1 1 0 0 0 0-.904l-1.138-2.253a1 1 0 0 1 .343-1.286l2.102-1.386a1 1 0 0 0 .447-.774l.154-2.52a1 1 0 0 1 .937-.937l2.519-.153a1 1 0 0 0 .774-.447l1.386-2.103a1 1 0 0 1 1.286-.342l2.253 1.139Z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' fill-opacity='.2' d='m31.5 15-26 26L4 15h27.5Z'/%3E%3C/g%3E%3Cpath fill='%23976767' d='M16.472 27.616c.043-1.141.416-2.021 1.12-2.64.704-.619 1.659-.928 2.864-.928.8 0 1.483.139 2.048.416.576.277 1.008.656 1.296 1.136.299.48.448 1.019.448 1.616 0 .704-.176 1.28-.528 1.728-.352.437-.762.736-1.232.896v.064c.608.203 1.088.539 1.44 1.008.352.47.528 1.072.528 1.808 0 .661-.154 1.248-.464 1.76-.298.501-.741.896-1.328 1.184-.576.288-1.264.432-2.064.432-1.28 0-2.304-.315-3.072-.944-.757-.63-1.157-1.579-1.2-2.848h2.656c.01.47.144.843.4 1.12.256.267.63.4 1.12.4.416 0 .736-.117.96-.352.235-.245.352-.565.352-.96 0-.512-.165-.88-.496-1.104-.32-.235-.837-.352-1.552-.352h-.512v-2.224h.512c.544 0 .982-.09 1.312-.272.342-.192.512-.528.512-1.008 0-.384-.106-.683-.32-.896-.213-.213-.506-.32-.88-.32-.405 0-.71.123-.912.368-.192.245-.304.55-.336.912h-2.672Z'/%3E%3C/svg%3E");
    margin-right: 0px;
    margin-left: -6px;
    margin-bottom: 10px;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item.on,
  #mabinogim .container .ranking_list_wrap .list_area .list .item.on {
    background: #fff;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .list .item.on::before,
  #mabinogim .container .ranking_list_wrap .list_area .list .item.on::before {
    opacity: 1;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .pager,
  #mabinogim .container .ranking_list_wrap .list_area .pager {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 20px auto;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .pager .current_range,
  #mabinogim .container .ranking_list_wrap .list_area .pager .current_range {
    border-radius: 10px;
    background: #aaa;
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .pager .current_range span,
  #mabinogim .container .ranking_list_wrap .list_area .pager .current_range span {
    color: #fff;
    font-size: 12px;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination,
  #mabinogim .container .ranking_list_wrap .list_area .pager .pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination ul,
  #mabinogim .container .ranking_list_wrap .list_area .pager .pagination ul {
    display: flex;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination ul li,
  #mabinogim .container .ranking_list_wrap .list_area .pager .pagination ul li {
    font-size: 10px;
    color: #525252;
    margin-right: 4px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination ul li.on,
  #mabinogim .container .ranking_list_wrap .list_area .pager .pagination ul li.on {
    color: #fff;
    background: #2baf7e;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination ul li:first-child,
  #mabinogim .container .ranking_list_wrap .list_area .pager .pagination ul li:first-child {
    margin-left: 0px;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination ul li:last-child,
  #mabinogim .container .ranking_list_wrap .list_area .pager .pagination ul li:last-child {
    margin-right: 0;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination button.first_button,
  #mabinogim .container .ranking_list_wrap .list_area .pager .pagination button.first_button {
    width: 32px;
    height: 23px;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0%;
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -60px;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination button.prev_button,
  #mabinogim .container .ranking_list_wrap .list_area .pager .pagination button.prev_button {
    width: 32px;
    height: 23px;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -20px;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination button.next_button,
  #mabinogim .container .ranking_list_wrap .list_area .pager .pagination button.next_button {
    width: 32px;
    height: 23px;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 20px;
  }
  #mabinogim .ranking .ranking_list_wrap .list_area .pager .pagination button.last_button,
  #mabinogim .container .ranking_list_wrap .list_area .pager .pagination button.last_button {
    width: 32px;
    height: 23px;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 60px;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_header,
  #mabinogim .container .total_ranking_list_wrap .list_header {
    display: none;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list_empty,
  #mabinogim .container .total_ranking_list_wrap .list_area .list_empty {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list_empty span,
  #mabinogim .container .total_ranking_list_wrap .list_area .list_empty span {
    min-height: 220px;
    height: 220px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list_empty span b,
  #mabinogim .container .total_ranking_list_wrap .list_area .list_empty span b {
    color: #f65606;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list,
  #mabinogim .container .total_ranking_list_wrap .list_area .list {
    border-top: 1px solid #aaa;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item {
    position: relative;
    padding: 20px 10px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    border-bottom: 1px solid #aaa;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item::before,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item::before {
    display: block;
    content: "";
    width: 5px;
    height: 100%;
    background: #00b670;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    opacity: 0;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 16px;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:last-child,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:last-child {
    margin-bottom: 0;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div dl,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div dl {
    display: flex;
    align-items: center;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div dl dt,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div dl dt {
    font-size: 14px;
    width: 74px;
    margin-right: 10px;
    display: block;
    white-space: nowrap;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div dl dd,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div dl dd {
    font-size: 14px;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(1),
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(1) {
    width: 100%;
    flex-direction: column;
    padding-left: 0;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(1) dl dt,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(1) dl dt {
    margin-right: 0;
    width: auto;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(2),
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(2) {
    width: 100%;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(2) span,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(2) span {
    font-size: 16px;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(3),
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(3) {
    width: 100%;
    max-width: 100%;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4),
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) {
    width: 100%;
    max-width: 100%;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl {
    width: 100%;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd {
    display: flex;
    align-items: center;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd::before,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(4) dl dd::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 4px;
    background-color: #707070;
    margin-right: 6px;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 40% auto;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: crisp-edges;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5),
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) {
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5)::before,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5)::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: none;
    border-top: 2px dotted #aaa;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dt,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dt {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 15px 0;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dt span,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dt span {
    position: relative;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dt span:nth-child(1),
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dt span:nth-child(1) {
    display: flex;
    align-items: center;
    color: #5c5c5c;
    font-family: "Pretendard-SemiBold";
    font-size: 14px;
    font-weight: 600;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dt span:nth-child(1)::after,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dt span:nth-child(1)::after {
    display: block;
    content: "";
    width: 12px;
    min-width: 12px;
    height: 11px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' fill='none'%3E%3Cpath fill='%235C5C5C' d='m4.124 1.03-.59.985h8.233v2H0L2.41 0l1.714 1.03ZM7.643 9l.59-.985H0v-2h11.767l-2.41 4.014L7.643 9Z'/%3E%3C/svg%3E");
    background-size: cover;
    margin: 0 12px;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dt span:nth-child(2),
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dt span:nth-child(2) {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Pretendard-Bold";
    white-space: nowrap;
    border-radius: 0;
    background: none;
    padding: 0;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dt span:nth-child(2)::before,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dt span:nth-child(2)::before {
    display: block;
    content: "";
    width: 19px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' fill='none'%3E%3Cpath fill='%23FFB625' d='M2.412 12.982H16.59l-.592 2.132a.119.119 0 0 1-.114.086H3.117a.118.118 0 0 1-.114-.086l-.798-2.875.207.743ZM9.707.536A.118.118 0 0 1 9.9.543l3.558 5.336c.03.044.085.063.136.046l5.251-1.75c.09-.03.177.053.152.144l-2.064 7.43H2.069L.004 4.32a.119.119 0 0 1 .152-.144l5.258 1.753c.047.015.1 0 .13-.04L9.708.536Z'/%3E%3Cpath fill='%23FCA422' d='M2.412 12.982h7.392v2.219H3.117a.119.119 0 0 1-.114-.087l-.798-2.874.207.742ZM9.804 11.75H2.069L.004 4.32a.119.119 0 0 1 .152-.145l5.258 1.753c.047.015.1 0 .13-.04L9.707.536a.117.117 0 0 1 .097-.045V11.75Z'/%3E%3Cpath fill='%23FF5151' d='m8.577 8.912 1.232-1.725 1.233 1.725-1.233 1.726-1.232-1.726Z'/%3E%3C/svg%3E");
    background-size: cover;
    margin-bottom: 2px;
    margin-right: 6px;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dt span:nth-child(2)::after,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dt span:nth-child(2)::after {
    display: none;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-bottom: 10px;
    white-space: nowrap;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span::before,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-bottom: 0px;
    margin-right: 6px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_1::before,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_1::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47' height='43' fill='none'%3E%3Cpath fill='%23C43F4D' fill-rule='evenodd' d='M4.417 6.777.597 0l7.028 3.338 13.699 11.608L18.499 17l-1.719 2.456L4.417 6.777Zm20.294 20.196 4.73 3.954-4.067 2.245-.057.097-.107.187c-.883 1.597-.617 2.4.797 2.408.68.004 1.573-.215 2.68-.656l.293-.12.303-.13c.206-.09.418-.187.636-.29l.332-.161.342-.17.352-.181.18-.094.458-.247.475-.262.313-.178 5.49 4.589 1.664.494a3.544 3.544 0 0 0 .989 3.587 3.535 3.535 0 0 0 4.996-.163 3.535 3.535 0 0 0-.185-4.996 3.544 3.544 0 0 0-3.648-.736l-.609-1.626-5.028-5.227.18-.388.088-.19.167-.373.159-.362.15-.353.14-.343.162-.414.177-.477.132-.38c.415-1.241.596-2.223.541-2.945-.098-1.302-.804-1.58-2.117-.835l-.167.098a7.68 7.68 0 0 0-.263.168l-.183.125-1.816 3.914-3.644-3.788L28 25l-3.289 1.973Z' clip-rule='evenodd'/%3E%3Cpath fill='%23C43F4D' fill-rule='evenodd' d='m45.857 0-3.82 6.777-16.843 17.274.02.022-.222.185-.23.236-.023-.024-7.726 6.457 4.068 2.245.057.097.107.187c.883 1.597.617 2.4-.797 2.408-.68.004-1.573-.215-2.68-.656l-.293-.12-.304-.13c-.205-.09-.417-.187-.635-.29l-.332-.161-.342-.17-.352-.181-.18-.094-.365-.196a55.389 55.389 0 0 1-.187-.102l-.38-.21-.314-.179-5.49 4.589-3.207-3.44 5.028-5.227-.18-.388c-.03-.064-.06-.127-.088-.19l-.168-.373-.158-.362-.15-.353-.14-.343-.131-.332a24.4 24.4 0 0 1-.062-.163l-.118-.318a20.738 20.738 0 0 1-.056-.155l-.104-.303c-.416-1.241-.596-2.223-.541-2.945.113-1.492 1.022-1.64 2.73-.444l1.816 3.914 6.909-7.183-.023-.024.252-.213.2-.208.02.021L38.83 3.338 45.857 0ZM8.594 37.964l-1.664.494a3.545 3.545 0 0 1-.989 3.587 3.535 3.535 0 0 1-4.997-.163 3.535 3.535 0 0 1 .186-4.996 3.544 3.544 0 0 1 3.648-.736l.609-1.626 3.207 3.44Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_1::after,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_1::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath stroke='%23AAA' stroke-width='1.5' d='M5 0v10M10.004 4.996h-10'/%3E%3C/svg%3E");
    background-size: cover;
    margin: 0 8px;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_2::before,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_2::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='44' fill='none'%3E%3Cpath fill='%23CB9B27' d='M33.671 23.703c-.56 6.304-3.687 12.922-9.381 19.853-8.794-1.63-15.422-4.68-19.883-9.148-10.604-10.62-.084-24.14 10.63-16.407l.101-.38C18.63 5.228 34.99 8.865 33.671 23.703Zm.215-17.775.26-.26c8.592-8.395 20.148 2.238 12.179 13.634-2.298 3.286-5.62 6.133-9.968 8.542.298-1.295.502-2.577.615-3.845.37-4.17-.448-7.6-1.895-10.248-1.8-3.293-4.592-5.429-7.61-6.352-3.27-1-6.822-.591-9.824 1.35-.178.115-.355.236-.53.363C17.856-.68 29.5-3.829 33.886 5.928Z'/%3E%3C/svg%3E");
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_3::before,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_3::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='51' fill='none'%3E%3Cpath fill='%2342B5DD' fill-rule='evenodd' d='M46.363 25.22a1.838 1.838 0 0 1 1.713-.956l.15.015.21.032c.505.077.96.37 1.25.806.255.387.36.86.296 1.319l-.032.171-2.151 7.948a12.508 12.508 0 0 1-4.487 6.676l-.276.205-5.45 3.925a3.573 3.573 0 0 0-1.48 2.698l-.005.202v1.195c0 .39-.286.714-.654.762l-.094.006h-6.98a.756.756 0 0 1-.74-.672l-.007-.096v-6.17c0-2.412.583-4.788 1.699-6.926a15.475 15.475 0 0 1 4.335-5.146l.342-.253 4.9-3.53a1.793 1.793 0 0 1 1.367-.314 1.82 1.82 0 0 1 1.186.772 1.928 1.928 0 0 1-.081 2.27l-.102.117-3.334 3.553a.351.351 0 0 0-.067.377l.033.06.93 1.36c.051.077.129.127.217.143.066.01.134.002.194-.025l.058-.033 2.037-1.467.555-.964 2.58-4.635 1.888-3.425Zm-44.617-.94c.749-.11 1.497.27 1.863.94l4.184 7.557.653 1.151.185.316 2.038 1.467a.329.329 0 0 0 .426-.032l.043-.052.93-1.36a.352.352 0 0 0 .008-.383l-.042-.055L8.7 30.276a1.926 1.926 0 0 1-.182-2.386c.28-.411.7-.685 1.185-.773.43-.075.862.005 1.231.225l.136.089 4.901 3.53a15.48 15.48 0 0 1 4.677 5.4 14.97 14.97 0 0 1 1.692 6.5l.006.424v6.17c0 .391-.286.715-.654.762l-.093.006h-6.98a.756.756 0 0 1-.742-.671l-.005-.096V48.26c0-1.08-.49-2.1-1.325-2.776l-.16-.123-5.45-3.926a12.507 12.507 0 0 1-4.669-6.55l-.094-.33-2.151-7.948c-.054-.526-.023-1.055.265-1.492a1.84 1.84 0 0 1 1.1-.775l.15-.03.209-.031ZM24.986 0l.095.004c.47.039.868.364 1 .817l.023.092 1.748 8.55c.212.801.748 1.036 1.498.677l.095-.048 3.607-2.174.082-.045a1.02 1.02 0 0 1 1.022.078l.079.06.068.064.064.069c.26.307.314.739.138 1.1l-.044.083-2.174 3.607c-.409.767-.223 1.325.532 1.564l.097.028 8.55 1.748c.5.102.867.523.909 1.024l.004.095c0 .542-.382 1.01-.913 1.118l-8.55 1.748c-.835.22-1.055.793-.63 1.592l2.175 3.608c.227.376.185.852-.094 1.183l-.064.068-.068.064a1.02 1.02 0 0 1-1.101.138l-.082-.044-3.607-2.175c-.8-.425-1.372-.205-1.593.63l-1.748 8.55c-.102.5-.522.867-1.023.908l-.095.004-.095-.004a1.142 1.142 0 0 1-1-.816l-.024-.093-1.748-8.549c-.211-.802-.747-1.037-1.497-.678l-.095.048-3.607 2.175-.082.044a1.02 1.02 0 0 1-1.022-.078l-.08-.06-.068-.064-.063-.068a1.02 1.02 0 0 1-.139-1.101l.045-.082 2.174-3.608c.409-.767.223-1.325-.532-1.564l-.098-.028-8.549-1.748a1.142 1.142 0 0 1-.909-1.023l-.004-.095c0-.543.382-1.01.913-1.119l8.55-1.748c.835-.22 1.055-.793.63-1.592L15.51 9.327a1.019 1.019 0 0 1 .094-1.183l.063-.069.069-.063a1.02 1.02 0 0 1 1.1-.139l.083.045 3.607 2.174c.8.426 1.372.206 1.592-.63l1.748-8.55c.103-.5.523-.867 1.024-.908L24.986 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_3::after,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_3::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath stroke='%23AAA' stroke-width='1.5' d='M5 0v10M10.004 4.996h-10'/%3E%3C/svg%3E");
    background-size: cover;
    margin: 0 8px;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_5_1::before,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_5_1::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M49.9397 40.6304C49.9132 40.1334 49.1424 39.6388 48.6564 39.6388L36.6524 39.6328L35.8418 43.2405C35.6609 44.0468 35.7864 44.9216 35.7815 45.8013C35.7779 46.3945 36.4642 46.9878 37.0902 46.9878L48.8216 46.9806C49.2884 46.9806 49.947 46.3921 49.9554 46.0131C49.9988 44.1659 50.0374 42.4547 49.9397 40.6304Z' fill='%233F475E'/%3E%3Cpath d='M39.7355 22.8996C39.7584 23.3389 39.8055 23.7102 39.8055 24.1909C39.8055 25 39.7391 25.5795 40.4327 25.9983L45.7893 25.9791C45.8858 22.0284 45.4323 18.7492 43.5084 15.2739C42.8487 14.032 42.0586 12.9478 41.2348 11.8984L36.948 15.742C38.592 17.8046 39.5968 20.2667 39.7355 22.9008V22.8996Z' fill='%233F475E'/%3E%3Cpath d='M13.4188 39.6289L1.37626 39.6578C0.568113 39.9538 0.311196 40.8395 0 41.4989V44.801C0.305165 45.6193 0.553639 46.4532 1.36781 47.0007L13.1088 46.9755C13.5503 46.9755 14.2197 46.3569 14.2631 45.9646C14.3681 45.0212 14.4308 44.0356 14.2294 43.1596L13.4164 39.6301L13.4188 39.6289Z' fill='%233F475E'/%3E%3Cpath d='M9.7834 25.9806C10.0271 25.6292 10.4516 25.3271 10.3093 24.9156C10.103 21.8193 10.9257 18.7592 12.7699 16.1948L8.47107 12.3945C6.8391 14.557 5.56417 16.8927 4.88026 19.5052C4.33748 21.6472 4.25666 23.7676 4.31576 25.9842L9.78461 25.9806H9.7834Z' fill='%233F475E'/%3E%3Cpath d='M35.2279 26.4483C36.5571 21.1294 33.6744 17.0006 28.8737 14.7539C29.9002 16.9043 30.2645 19.2702 28.2791 20.9525C27.8219 21.3399 27.4275 21.8418 26.8498 22.1125C27.5602 20.6179 28.2924 19.3953 28.1343 17.7936C25.8727 16.9753 24.3903 17.1161 21.9997 17.6745C21.7367 19.8081 22.6209 20.4146 23.1998 22.1486C20.223 19.8875 19.7309 18.5012 21.124 14.8165C17.2389 16.5096 14.0352 20.3363 14.5696 24.6733L14.7939 26.4892C13.162 28.3532 11.7363 30.2617 13.1222 32.707C14.303 34.7912 17.1544 36.9019 17.5501 38.6203L18.2979 41.8754C18.3823 42.2449 18.9951 42.6901 19.4583 42.6901L30.601 42.6709C32.3367 42.6673 31.8542 39.9693 32.7842 37.9825C33.532 36.3857 35.8539 34.6456 36.9311 32.7768C38.3688 30.281 36.9564 28.3363 35.2279 26.4507V26.4483ZM16.1666 28.5734L15.9977 27.1318C18.3811 28.4134 20.7754 29.7804 23.5315 29.9633C23.0189 31.3135 21.9225 32.6877 20.3508 32.5505C18.1242 32.3556 16.4247 30.7659 16.1678 28.5746L16.1666 28.5734ZM29.3647 40.2581L28.3177 38.3869C27.8967 38.9657 27.635 39.559 27.243 40.2966L26.12 38.3785L25.0332 40.2641L23.932 38.3363L22.8898 40.3026L21.8139 38.3785L20.6837 40.2774C20.1313 40.1739 19.2689 39.6649 19.334 38.9886C19.4377 37.9031 19.8684 36.9296 20.0903 35.8983C20.1832 35.4675 20.5125 35.1474 20.8478 35.0307L21.8393 36.7419L22.8923 34.8598L23.9923 36.6781L25.1092 34.8598L26.1658 36.7431L27.2562 34.8213L28.3406 36.7407L29.2694 35.0788C29.7579 35.2834 29.9979 35.7359 30.098 36.2521C30.2801 37.1955 30.6999 38.1065 30.7445 39.08C30.7747 39.7274 29.9243 40.1967 29.3634 40.2557L29.3647 40.2581ZM32.4573 31.3724C31.6106 32.1149 30.4852 32.6059 29.4045 32.5457C27.9076 32.4627 27.1404 31.1992 26.4903 29.9729C29.0884 29.8177 31.6431 28.4831 33.9783 27.1847C34.0845 28.7395 33.6285 30.346 32.4573 31.3736V31.3724Z' fill='%233F475E'/%3E%3Cpath d='M19.3473 10.9362C20.6463 10.3321 22.1239 10.426 23.394 11.1805L23.3808 4C18.5922 4.4284 14.1535 6.4296 10.7363 9.80265L15.116 13.6823C16.4018 12.5427 17.8082 11.6763 19.3473 10.9362Z' fill='%233F475E'/%3E%3Cpath d='M34.539 13.2762L38.9078 9.38086C35.5184 6.2533 31.3173 4.40131 26.7157 4.00781L26.7061 11.1811C29.5913 9.41214 32.1544 11.6757 34.539 13.2762Z' fill='%233F475E'/%3E%3Cpath d='M4.09851 36.8251L10.8773 36.8636C9.7326 35.4557 8.91119 34.0923 8.50471 32.4786C8.24176 31.3029 8.18386 30.2559 8.55054 28.9647C7.05487 28.9924 5.5978 28.8648 4.09851 29.0032C3.18664 29.0875 2.7307 30.138 2.66918 30.9467C2.64506 32.3113 2.62094 33.5147 2.67763 34.8865C2.71019 35.6627 3.1987 36.8203 4.09851 36.8251Z' fill='%233F475E'/%3E%3Cpath d='M41.5676 28.9743C42.2768 32.1717 41.0706 34.5002 39.2107 36.8817L46.0051 36.8384C46.6685 36.8348 47.3175 35.9599 47.3199 35.3113L47.3452 30.4846C47.221 29.8083 46.6661 29.0261 45.9038 28.9864C44.4274 28.9082 43.0114 28.9635 41.5664 28.9756L41.5676 28.9743Z' fill='%233F475E'/%3E%3C/svg%3E");
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_5_2::before,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_5_2::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M11.3174 42.0217L8.74464 43.8597C8.29545 44.1798 6.97369 44.1753 7.13203 44.6164C7.70588 46.2078 6.28642 48.9304 3.68782 48.996C1.98874 49.0389 0.403073 47.857 0.0875133 46.0947C-0.103395 45.0259 0.156016 43.9581 0.819703 43.1437C1.80906 41.9289 3.36664 41.4584 4.8591 41.9934C5.11626 41.5025 5.18027 40.8386 5.54861 40.3081C6.03599 39.6068 6.61433 38.9746 7.16347 38.3332C7.43187 38.0199 7.54866 37.8016 7.35326 37.391C6.63118 35.8709 5.98546 34.3201 5.70246 32.6337C5.61599 32.1156 5.67439 31.5965 5.70583 31.0615C5.72268 30.7753 6.08877 30.3625 6.35492 30.2957C6.96134 30.1419 7.49026 30.4869 7.96866 30.7787C8.10005 30.9156 8.3662 30.9122 8.45042 31.0943L10.2528 34.9762L13.4668 31.7684C14.2439 34.2466 13.7431 36.1095 16.2541 37.7485C15.7027 38.3604 15.0266 38.9022 14.2922 39.4768L18.3181 41.7751C18.7539 42.024 18.9403 42.896 19.0335 43.3519C19.1548 43.9457 18.8358 44.3947 18.3327 44.4784C16.2765 44.82 13.2029 43.0996 11.3129 42.0228L11.3174 42.0217Z' fill='%233F475E'/%3E%3Cpath d='M38.7027 42.016C36.9329 43.0057 33.5437 44.9522 31.5874 44.441C31.1742 44.3335 30.8373 43.9648 30.9496 43.4762C31.0709 42.9525 31.1854 42.0669 31.6908 41.7773L35.6751 39.4993C35.1148 38.8772 34.2826 38.4055 33.7481 37.7642C36.2119 36.037 35.8133 34.3336 36.5219 31.7661L39.7808 35.0224C39.9941 34.2816 40.358 33.7013 40.6623 33.0442L41.5865 31.0512C42.3659 30.5976 43.7056 29.6453 44.2054 30.8137C44.4704 31.4324 44.4457 31.9889 44.3199 32.6449C43.9763 34.4411 43.2901 36.0868 42.5164 37.7597C42.6354 38.263 44.3749 40.0071 44.5467 40.4211L45.1857 41.9662C47.4519 41.1891 49.7922 42.862 49.9865 45.0314C50.1067 46.374 49.4722 47.7472 48.3267 48.4371C46.9129 49.2888 45.2677 49.1701 44.0077 48.0842C42.9645 47.1861 42.5703 45.7451 42.933 44.432L41.3406 43.8879C40.3445 43.5474 39.6674 42.6629 38.7038 42.016H38.7027Z' fill='%233F475E'/%3E%3Cpath d='M9.68017 7.51784C9.89579 7.70108 11.0693 8.7496 11.0671 8.73715C11.1142 8.92944 11.0266 9.0516 10.957 9.23031C10.5033 10.3942 10.2091 11.5864 10.0687 12.843C9.9845 13.5997 10.1855 14.2987 9.97327 15.0916L5.25447 10.2415C4.80527 9.78001 4.24827 9.3864 3.92822 8.83103L0 2.01172C0.915237 2.24812 1.57555 2.6915 2.35716 3.06137L4.65255 4.14834L6.39767 4.98082C6.80532 5.17536 7.13548 5.31562 7.47125 5.6097L8.18884 6.23859L8.97606 6.92063L9.67905 7.51671L9.68017 7.51784Z' fill='%233F475E'/%3E%3Cpath d='M40.3367 7.54006L41.3205 6.67138L42.1111 5.99386C42.3166 5.81741 42.5434 5.55048 42.7748 5.42493C43.4946 5.03696 44.2257 4.70895 44.9691 4.3504L47.0197 3.36296C47.6115 3.07792 48.1763 2.8042 48.7603 2.50899L49.9866 2L46.0797 8.96862L40.0728 15.0177L40.0201 13.6468C39.9639 12.1877 39.499 10.1506 38.8757 8.77294C39.4238 8.32956 39.7842 8.02529 40.3356 7.53893L40.3367 7.54006Z' fill='%233F475E'/%3E%3Cpath d='M36.2614 17.1139C37.3327 18.2563 38.8442 20.2413 38.7757 21.8667C38.705 23.5396 37.5955 25.0824 36.4882 26.2327C36.249 26.4815 36.0862 26.7915 35.8065 27.0165C35.2653 27.452 33.8896 29.1882 33.5404 29.9257C32.8362 31.4119 32.8093 33.4038 32.3971 34.3381C32.1344 34.933 31.0776 35.2361 30.7048 35.2361L19.1919 35.2203C18.6922 35.2203 18.1722 34.9364 17.8488 34.6457C17.4254 34.2657 17.166 32.5509 17.0739 31.9175C16.8505 30.377 16.1542 29.1215 15.1188 27.9995L13.8678 26.6444C12.1474 24.7804 10.409 22.62 11.7128 19.9326C12.2395 18.8467 13.0188 17.9746 13.7769 17.0392C12.9301 13.7761 13.5927 10.3964 15.7488 7.84238C16.91 6.35048 18.974 4.88572 20.7416 4.0883C20.2475 5.18998 19.6827 7.08681 19.8949 8.12967C20.0027 8.65676 20.0723 9.15783 20.3261 9.61931C20.6743 10.2505 21.074 10.7165 21.6456 11.135C22.1207 11.4822 22.398 12.0489 23.0202 12.2853C22.2936 10.3466 21.3975 9.68944 21.6636 7.37524C23.977 6.65926 26.0107 6.63325 28.3252 7.36845C28.4397 8.72689 28.3971 9.26981 27.8243 10.4869L26.981 12.2774C27.474 12.1563 27.6514 11.7333 28.0018 11.4664C29.0933 10.6373 29.8188 9.82743 30.0759 8.44977C30.3769 6.83345 29.8244 5.50103 29.2977 4.07812C33.0934 5.96478 36.0424 8.82982 36.523 13.1031C36.6106 13.879 36.6645 14.6696 36.5376 15.4376L36.2602 17.115L36.2614 17.1139ZM23.3279 21.058C22.9382 20.8238 22.5856 20.9234 22.2071 20.8521C19.859 20.4087 17.3502 19.1702 15.1783 17.8774C15.0009 18.478 15.1458 19.0141 15.2502 19.6113C15.6163 21.6903 17.102 23.3247 19.1874 23.7839C19.6377 23.8823 20.1352 23.8224 20.617 23.7963C21.7029 23.7375 22.9247 22.1563 23.3279 21.0591V21.058ZM32.9272 22.7614C34.3961 21.5681 35.0395 19.7143 34.8385 17.8887C34.0648 18.3671 33.4202 18.6748 32.6992 19.0288C31.1147 19.8737 29.483 20.5716 27.6952 20.8714C27.3212 20.9347 26.9608 20.8295 26.6486 21.0727C27.0955 21.9357 27.5571 22.749 28.3005 23.3088C29.6436 24.32 31.6638 23.7873 32.9283 22.7603L32.9272 22.7614ZM27.4088 32.5374C27.5964 32.0861 27.8412 31.6913 28.1028 31.2468C28.2758 30.9527 28.3263 30.6224 28.6576 30.3713C28.9642 31.033 29.3348 31.6393 29.7458 32.4243C30.3353 32.3982 31.0181 32.0612 31.2315 31.4764C31.3966 31.0262 31.2416 30.5229 31.127 30.0874L30.4207 27.3955C30.3376 27.0788 29.9793 26.9306 29.7716 26.6422C29.2696 27.1975 29.1495 27.8909 28.634 28.4722L27.4167 26.3888C27.2269 26.8231 27.0203 27.2224 26.7541 27.6262C26.561 27.918 26.552 28.2562 26.2039 28.5265L25.0854 26.3967C24.744 26.831 24.5879 27.3016 24.3139 27.7721L23.8647 28.5412L22.6765 26.4046C22.1903 27.0708 21.859 28.1171 21.4435 28.4632L20.3868 26.6467C20.0443 26.7915 19.7017 27.0573 19.6007 27.4407L18.7326 30.7378C18.4193 31.9266 20.0409 32.5758 20.2352 32.37C20.7315 31.8429 21.037 30.7356 21.4581 30.386L22.6395 32.5091C23.0303 31.7818 23.42 30.8826 23.8579 30.3612L24.9764 32.4899C25.4986 31.7558 25.7636 31.0692 26.1724 30.3646C26.7339 31.1246 26.8967 31.6687 27.4099 32.5385L27.4088 32.5374Z' fill='%233F475E'/%3E%3C/svg%3E");
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item.rank01 div:nth-child(1),
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item.rank01 div:nth-child(1) {
    padding-left: 0;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item.rank01 div:nth-child(1)::before,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item.rank01 div:nth-child(1)::before {
    content: "";
    display: block;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 41px;
    min-width: 41px;
    height: 50px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='50' fill='none'%3E%3Cpath fill='%23B98318' d='M15 9h3v7h-3z'/%3E%3Cpath fill='%23D0942C' d='M19 9h3v7h-3z'/%3E%3Cpath fill='%23B98318' d='M23 9h3v7h-3z'/%3E%3Cpath fill='%23FCC93F' d='M20.057 19.086a1 1 0 0 0 .904-.001l2.234-1.135a1 1 0 0 1 1.288.341l1.385 2.1a1 1 0 0 0 .774.448l2.519.153a1 1 0 0 1 .938.938l.152 2.519a1 1 0 0 0 .448.774l2.102 1.386a1 1 0 0 1 .343 1.286l-1.139 2.253a1 1 0 0 0 .001.904l1.135 2.234a1 1 0 0 1-.341 1.288l-2.1 1.385a1 1 0 0 0-.448.774l-.153 2.519a1 1 0 0 1-.938.937l-2.519.153a1 1 0 0 0-.774.448l-1.385 2.1a1 1 0 0 1-1.288.342l-2.234-1.135a1 1 0 0 0-.904 0l-2.253 1.137a1 1 0 0 1-1.286-.342l-1.386-2.102a1 1 0 0 0-.774-.448l-2.519-.153a1 1 0 0 1-.938-.937l-.152-2.519a1 1 0 0 0-.448-.774l-2.1-1.385a1 1 0 0 1-.342-1.288l1.135-2.234a1 1 0 0 0 0-.904l-1.138-2.253a1 1 0 0 1 .343-1.286l2.102-1.386a1 1 0 0 0 .447-.774l.154-2.52a1 1 0 0 1 .937-.937l2.519-.153a1 1 0 0 0 .774-.447l1.386-2.103a1 1 0 0 1 1.286-.342l2.253 1.139Z'/%3E%3Cmask id='a' width='27' height='27' x='7' y='17' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23FFC560' d='M20.057 19.086a1 1 0 0 0 .904-.001l2.234-1.135a1 1 0 0 1 1.288.341l1.385 2.1a1 1 0 0 0 .774.448l2.519.153a1 1 0 0 1 .938.938l.152 2.519a1 1 0 0 0 .448.774l2.102 1.386a1 1 0 0 1 .343 1.286l-1.139 2.253a1 1 0 0 0 .001.904l1.135 2.234a1 1 0 0 1-.341 1.288l-2.1 1.385a1 1 0 0 0-.448.774l-.153 2.519a1 1 0 0 1-.938.937l-2.519.153a1 1 0 0 0-.774.448l-1.385 2.1a1 1 0 0 1-1.288.342l-2.234-1.135a1 1 0 0 0-.904 0l-2.253 1.137a1 1 0 0 1-1.286-.342l-1.386-2.102a1 1 0 0 0-.774-.448l-2.519-.153a1 1 0 0 1-.938-.937l-.152-2.519a1 1 0 0 0-.448-.774l-2.1-1.385a1 1 0 0 1-.342-1.288l1.135-2.234a1 1 0 0 0 0-.904l-1.138-2.253a1 1 0 0 1 .343-1.286l2.102-1.386a1 1 0 0 0 .447-.774l.154-2.52a1 1 0 0 1 .937-.937l2.519-.153a1 1 0 0 0 .774-.447l1.386-2.103a1 1 0 0 1 1.286-.342l2.253 1.139Z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' fill-opacity='.2' d='m31.5 15-26 26L4 15h27.5Z'/%3E%3C/g%3E%3Cpath fill='%23B98318' d='M17.924 26.864V24.32h4.432V36h-2.848v-9.136h-1.584Z'/%3E%3C/svg%3E");
    margin-right: 0px;
    margin-bottom: 12px;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item.rank02 div:nth-child(1),
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item.rank02 div:nth-child(1) {
    padding-left: 0;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item.rank02 div:nth-child(1)::before,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item.rank02 div:nth-child(1)::before {
    content: "";
    display: block;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 41px;
    min-width: 41px;
    height: 50px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='50' fill='none'%3E%3Cpath fill='%237E7E7E' d='M15 9h3v7h-3z'/%3E%3Cpath fill='%23A0A0A0' d='M19 9h3v7h-3z'/%3E%3Cpath fill='%237E7E7E' d='M23 9h3v7h-3z'/%3E%3Cpath fill='%23C9C9C9' d='M20.057 19.086a1 1 0 0 0 .904-.001l2.234-1.135a1 1 0 0 1 1.288.341l1.385 2.1a1 1 0 0 0 .774.448l2.519.153a1 1 0 0 1 .938.938l.152 2.519a1 1 0 0 0 .448.774l2.102 1.386a1 1 0 0 1 .343 1.286l-1.139 2.253a1 1 0 0 0 .001.904l1.135 2.234a1 1 0 0 1-.341 1.288l-2.1 1.385a1 1 0 0 0-.448.774l-.153 2.519a1 1 0 0 1-.938.937l-2.519.153a1 1 0 0 0-.774.448l-1.385 2.1a1 1 0 0 1-1.288.342l-2.234-1.135a1 1 0 0 0-.904 0l-2.253 1.137a1 1 0 0 1-1.286-.342l-1.386-2.102a1 1 0 0 0-.774-.448l-2.519-.153a1 1 0 0 1-.938-.937l-.152-2.519a1 1 0 0 0-.448-.774l-2.1-1.385a1 1 0 0 1-.342-1.288l1.135-2.234a1 1 0 0 0 0-.904l-1.138-2.253a1 1 0 0 1 .343-1.286l2.102-1.386a1 1 0 0 0 .447-.774l.154-2.52a1 1 0 0 1 .937-.937l2.519-.153a1 1 0 0 0 .774-.447l1.386-2.103a1 1 0 0 1 1.286-.342l2.253 1.139Z'/%3E%3Cmask id='a' width='27' height='27' x='7' y='17' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23FFC560' d='M20.057 19.086a1 1 0 0 0 .904-.001l2.234-1.135a1 1 0 0 1 1.288.341l1.385 2.1a1 1 0 0 0 .774.448l2.519.153a1 1 0 0 1 .938.938l.152 2.519a1 1 0 0 0 .448.774l2.102 1.386a1 1 0 0 1 .343 1.286l-1.139 2.253a1 1 0 0 0 .001.904l1.135 2.234a1 1 0 0 1-.341 1.288l-2.1 1.385a1 1 0 0 0-.448.774l-.153 2.519a1 1 0 0 1-.938.937l-2.519.153a1 1 0 0 0-.774.448l-1.385 2.1a1 1 0 0 1-1.288.342l-2.234-1.135a1 1 0 0 0-.904 0l-2.253 1.137a1 1 0 0 1-1.286-.342l-1.386-2.102a1 1 0 0 0-.774-.448l-2.519-.153a1 1 0 0 1-.938-.937l-.152-2.519a1 1 0 0 0-.448-.774l-2.1-1.385a1 1 0 0 1-.342-1.288l1.135-2.234a1 1 0 0 0 0-.904l-1.138-2.253a1 1 0 0 1 .343-1.286l2.102-1.386a1 1 0 0 0 .447-.774l.154-2.52a1 1 0 0 1 .937-.937l2.519-.153a1 1 0 0 0 .774-.447l1.386-2.103a1 1 0 0 1 1.286-.342l2.253 1.139Z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' fill-opacity='.2' d='m31.5 15-26 26L4 15h27.5Z'/%3E%3C/g%3E%3Cpath fill='%237E7E7E' d='M16.554 33.808a59.23 59.23 0 0 0 2.96-2.528 10.066 10.066 0 0 0 1.536-1.744c.416-.608.624-1.2.624-1.776 0-.437-.102-.779-.304-1.024-.203-.245-.507-.368-.912-.368-.406 0-.726.155-.96.464-.224.299-.336.725-.336 1.28h-2.64c.021-.907.213-1.664.576-2.272.373-.608.858-1.056 1.456-1.344a4.65 4.65 0 0 1 2.016-.432c1.269 0 2.224.325 2.864.976.65.65.976 1.499.976 2.544 0 1.141-.39 2.203-1.168 3.184-.779.97-1.771 1.92-2.976 2.848h4.32v2.224h-8.032v-2.032Z'/%3E%3C/svg%3E");
    margin-right: 0px;
    margin-bottom: 12px;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item.rank03 div:nth-child(1),
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item.rank03 div:nth-child(1) {
    padding-left: 0;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item.rank03 div:nth-child(1)::before,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item.rank03 div:nth-child(1)::before {
    content: "";
    display: block;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 41px;
    min-width: 41px;
    height: 50px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='50' fill='none'%3E%3Cpath fill='%23976767' d='M15 9h3v7h-3z'/%3E%3Cpath fill='%23A07777' d='M19 9h3v7h-3z'/%3E%3Cpath fill='%23976767' d='M23 9h3v7h-3z'/%3E%3Cpath fill='%23D8B1A8' d='M20.057 19.086a1 1 0 0 0 .904-.001l2.234-1.135a1 1 0 0 1 1.288.341l1.385 2.1a1 1 0 0 0 .774.448l2.519.153a1 1 0 0 1 .938.938l.152 2.519a1 1 0 0 0 .448.774l2.102 1.386a1 1 0 0 1 .343 1.286l-1.139 2.253a1 1 0 0 0 .001.904l1.135 2.234a1 1 0 0 1-.341 1.288l-2.1 1.385a1 1 0 0 0-.448.774l-.153 2.519a1 1 0 0 1-.938.937l-2.519.153a1 1 0 0 0-.774.448l-1.385 2.1a1 1 0 0 1-1.288.342l-2.234-1.135a1 1 0 0 0-.904 0l-2.253 1.137a1 1 0 0 1-1.286-.342l-1.386-2.102a1 1 0 0 0-.774-.448l-2.519-.153a1 1 0 0 1-.938-.937l-.152-2.519a1 1 0 0 0-.448-.774l-2.1-1.385a1 1 0 0 1-.342-1.288l1.135-2.234a1 1 0 0 0 0-.904l-1.138-2.253a1 1 0 0 1 .343-1.286l2.102-1.386a1 1 0 0 0 .447-.774l.154-2.52a1 1 0 0 1 .937-.937l2.519-.153a1 1 0 0 0 .774-.447l1.386-2.103a1 1 0 0 1 1.286-.342l2.253 1.139Z'/%3E%3Cmask id='a' width='27' height='27' x='7' y='17' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23FFC560' d='M20.057 19.086a1 1 0 0 0 .904-.001l2.234-1.135a1 1 0 0 1 1.288.341l1.385 2.1a1 1 0 0 0 .774.448l2.519.153a1 1 0 0 1 .938.938l.152 2.519a1 1 0 0 0 .448.774l2.102 1.386a1 1 0 0 1 .343 1.286l-1.139 2.253a1 1 0 0 0 .001.904l1.135 2.234a1 1 0 0 1-.341 1.288l-2.1 1.385a1 1 0 0 0-.448.774l-.153 2.519a1 1 0 0 1-.938.937l-2.519.153a1 1 0 0 0-.774.448l-1.385 2.1a1 1 0 0 1-1.288.342l-2.234-1.135a1 1 0 0 0-.904 0l-2.253 1.137a1 1 0 0 1-1.286-.342l-1.386-2.102a1 1 0 0 0-.774-.448l-2.519-.153a1 1 0 0 1-.938-.937l-.152-2.519a1 1 0 0 0-.448-.774l-2.1-1.385a1 1 0 0 1-.342-1.288l1.135-2.234a1 1 0 0 0 0-.904l-1.138-2.253a1 1 0 0 1 .343-1.286l2.102-1.386a1 1 0 0 0 .447-.774l.154-2.52a1 1 0 0 1 .937-.937l2.519-.153a1 1 0 0 0 .774-.447l1.386-2.103a1 1 0 0 1 1.286-.342l2.253 1.139Z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' fill-opacity='.2' d='m31.5 15-26 26L4 15h27.5Z'/%3E%3C/g%3E%3Cpath fill='%23976767' d='M16.472 27.616c.043-1.141.416-2.021 1.12-2.64.704-.619 1.659-.928 2.864-.928.8 0 1.483.139 2.048.416.576.277 1.008.656 1.296 1.136.299.48.448 1.019.448 1.616 0 .704-.176 1.28-.528 1.728-.352.437-.762.736-1.232.896v.064c.608.203 1.088.539 1.44 1.008.352.47.528 1.072.528 1.808 0 .661-.154 1.248-.464 1.76-.298.501-.741.896-1.328 1.184-.576.288-1.264.432-2.064.432-1.28 0-2.304-.315-3.072-.944-.757-.63-1.157-1.579-1.2-2.848h2.656c.01.47.144.843.4 1.12.256.267.63.4 1.12.4.416 0 .736-.117.96-.352.235-.245.352-.565.352-.96 0-.512-.165-.88-.496-1.104-.32-.235-.837-.352-1.552-.352h-.512v-2.224h.512c.544 0 .982-.09 1.312-.272.342-.192.512-.528.512-1.008 0-.384-.106-.683-.32-.896-.213-.213-.506-.32-.88-.32-.405 0-.71.123-.912.368-.192.245-.304.55-.336.912h-2.672Z'/%3E%3C/svg%3E");
    margin-right: 0px;
    margin-bottom: 12px;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .pager,
  #mabinogim .container .total_ranking_list_wrap .list_area .pager {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 20px auto;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .pager .current_range,
  #mabinogim .container .total_ranking_list_wrap .list_area .pager .current_range {
    border-radius: 10px;
    background: #aaa;
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .pager .current_range span,
  #mabinogim .container .total_ranking_list_wrap .list_area .pager .current_range span {
    color: #fff;
    font-size: 12px;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination,
  #mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination ul,
  #mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination ul {
    display: flex;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination ul li,
  #mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination ul li {
    font-size: 10px;
    color: #525252;
    margin-right: 4px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination ul li.on,
  #mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination ul li.on {
    color: #fff;
    background: #2baf7e;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination ul li:first-child,
  #mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination ul li:first-child {
    margin-left: 0px;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination ul li:last-child,
  #mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination ul li:last-child {
    margin-right: 0;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination button.first_button,
  #mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination button.first_button {
    width: 32px;
    height: 23px;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0%;
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -60px;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination button.prev_button,
  #mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination button.prev_button {
    width: 32px;
    height: 23px;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -20px;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination button.next_button,
  #mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination button.next_button {
    width: 32px;
    height: 23px;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 20px;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .pager .pagination button.last_button,
  #mabinogim .container .total_ranking_list_wrap .list_area .pager .pagination button.last_button {
    width: 32px;
    height: 23px;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 60px;
  }
}
@media (max-width: 280px) {
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd {
    flex-wrap: wrap;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_1::before,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_1::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47' height='43' fill='none'%3E%3Cpath fill='%23C43F4D' fill-rule='evenodd' d='M4.417 6.777.597 0l7.028 3.338 13.699 11.608L18.499 17l-1.719 2.456L4.417 6.777Zm20.294 20.196 4.73 3.954-4.067 2.245-.057.097-.107.187c-.883 1.597-.617 2.4.797 2.408.68.004 1.573-.215 2.68-.656l.293-.12.303-.13c.206-.09.418-.187.636-.29l.332-.161.342-.17.352-.181.18-.094.458-.247.475-.262.313-.178 5.49 4.589 1.664.494a3.544 3.544 0 0 0 .989 3.587 3.535 3.535 0 0 0 4.996-.163 3.535 3.535 0 0 0-.185-4.996 3.544 3.544 0 0 0-3.648-.736l-.609-1.626-5.028-5.227.18-.388.088-.19.167-.373.159-.362.15-.353.14-.343.162-.414.177-.477.132-.38c.415-1.241.596-2.223.541-2.945-.098-1.302-.804-1.58-2.117-.835l-.167.098a7.68 7.68 0 0 0-.263.168l-.183.125-1.816 3.914-3.644-3.788L28 25l-3.289 1.973Z' clip-rule='evenodd'/%3E%3Cpath fill='%23C43F4D' fill-rule='evenodd' d='m45.857 0-3.82 6.777-16.843 17.274.02.022-.222.185-.23.236-.023-.024-7.726 6.457 4.068 2.245.057.097.107.187c.883 1.597.617 2.4-.797 2.408-.68.004-1.573-.215-2.68-.656l-.293-.12-.304-.13c-.205-.09-.417-.187-.635-.29l-.332-.161-.342-.17-.352-.181-.18-.094-.365-.196a55.389 55.389 0 0 1-.187-.102l-.38-.21-.314-.179-5.49 4.589-3.207-3.44 5.028-5.227-.18-.388c-.03-.064-.06-.127-.088-.19l-.168-.373-.158-.362-.15-.353-.14-.343-.131-.332a24.4 24.4 0 0 1-.062-.163l-.118-.318a20.738 20.738 0 0 1-.056-.155l-.104-.303c-.416-1.241-.596-2.223-.541-2.945.113-1.492 1.022-1.64 2.73-.444l1.816 3.914 6.909-7.183-.023-.024.252-.213.2-.208.02.021L38.83 3.338 45.857 0ZM8.594 37.964l-1.664.494a3.545 3.545 0 0 1-.989 3.587 3.535 3.535 0 0 1-4.997-.163 3.535 3.535 0 0 1 .186-4.996 3.544 3.544 0 0 1 3.648-.736l.609-1.626 3.207 3.44Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_1::after,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_1::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath stroke='%23AAA' stroke-width='1.5' d='M5 0v10M10.004 4.996h-10'/%3E%3C/svg%3E");
    background-size: cover;
    margin: 0 8px;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_2::before,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_2::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='44' fill='none'%3E%3Cpath fill='%23CB9B27' d='M33.671 23.703c-.56 6.304-3.687 12.922-9.381 19.853-8.794-1.63-15.422-4.68-19.883-9.148-10.604-10.62-.084-24.14 10.63-16.407l.101-.38C18.63 5.228 34.99 8.865 33.671 23.703Zm.215-17.775.26-.26c8.592-8.395 20.148 2.238 12.179 13.634-2.298 3.286-5.62 6.133-9.968 8.542.298-1.295.502-2.577.615-3.845.37-4.17-.448-7.6-1.895-10.248-1.8-3.293-4.592-5.429-7.61-6.352-3.27-1-6.822-.591-9.824 1.35-.178.115-.355.236-.53.363C17.856-.68 29.5-3.829 33.886 5.928Z'/%3E%3C/svg%3E");
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_2::after,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_2::after {
    display: none;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_3::before,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_3::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='51' fill='none'%3E%3Cpath fill='%2342B5DD' fill-rule='evenodd' d='M46.363 25.22a1.838 1.838 0 0 1 1.713-.956l.15.015.21.032c.505.077.96.37 1.25.806.255.387.36.86.296 1.319l-.032.171-2.151 7.948a12.508 12.508 0 0 1-4.487 6.676l-.276.205-5.45 3.925a3.573 3.573 0 0 0-1.48 2.698l-.005.202v1.195c0 .39-.286.714-.654.762l-.094.006h-6.98a.756.756 0 0 1-.74-.672l-.007-.096v-6.17c0-2.412.583-4.788 1.699-6.926a15.475 15.475 0 0 1 4.335-5.146l.342-.253 4.9-3.53a1.793 1.793 0 0 1 1.367-.314 1.82 1.82 0 0 1 1.186.772 1.928 1.928 0 0 1-.081 2.27l-.102.117-3.334 3.553a.351.351 0 0 0-.067.377l.033.06.93 1.36c.051.077.129.127.217.143.066.01.134.002.194-.025l.058-.033 2.037-1.467.555-.964 2.58-4.635 1.888-3.425Zm-44.617-.94c.749-.11 1.497.27 1.863.94l4.184 7.557.653 1.151.185.316 2.038 1.467a.329.329 0 0 0 .426-.032l.043-.052.93-1.36a.352.352 0 0 0 .008-.383l-.042-.055L8.7 30.276a1.926 1.926 0 0 1-.182-2.386c.28-.411.7-.685 1.185-.773.43-.075.862.005 1.231.225l.136.089 4.901 3.53a15.48 15.48 0 0 1 4.677 5.4 14.97 14.97 0 0 1 1.692 6.5l.006.424v6.17c0 .391-.286.715-.654.762l-.093.006h-6.98a.756.756 0 0 1-.742-.671l-.005-.096V48.26c0-1.08-.49-2.1-1.325-2.776l-.16-.123-5.45-3.926a12.507 12.507 0 0 1-4.669-6.55l-.094-.33-2.151-7.948c-.054-.526-.023-1.055.265-1.492a1.84 1.84 0 0 1 1.1-.775l.15-.03.209-.031ZM24.986 0l.095.004c.47.039.868.364 1 .817l.023.092 1.748 8.55c.212.801.748 1.036 1.498.677l.095-.048 3.607-2.174.082-.045a1.02 1.02 0 0 1 1.022.078l.079.06.068.064.064.069c.26.307.314.739.138 1.1l-.044.083-2.174 3.607c-.409.767-.223 1.325.532 1.564l.097.028 8.55 1.748c.5.102.867.523.909 1.024l.004.095c0 .542-.382 1.01-.913 1.118l-8.55 1.748c-.835.22-1.055.793-.63 1.592l2.175 3.608c.227.376.185.852-.094 1.183l-.064.068-.068.064a1.02 1.02 0 0 1-1.101.138l-.082-.044-3.607-2.175c-.8-.425-1.372-.205-1.593.63l-1.748 8.55c-.102.5-.522.867-1.023.908l-.095.004-.095-.004a1.142 1.142 0 0 1-1-.816l-.024-.093-1.748-8.549c-.211-.802-.747-1.037-1.497-.678l-.095.048-3.607 2.175-.082.044a1.02 1.02 0 0 1-1.022-.078l-.08-.06-.068-.064-.063-.068a1.02 1.02 0 0 1-.139-1.101l.045-.082 2.174-3.608c.409-.767.223-1.325-.532-1.564l-.098-.028-8.549-1.748a1.142 1.142 0 0 1-.909-1.023l-.004-.095c0-.543.382-1.01.913-1.119l8.55-1.748c.835-.22 1.055-.793.63-1.592L15.51 9.327a1.019 1.019 0 0 1 .094-1.183l.063-.069.069-.063a1.02 1.02 0 0 1 1.1-.139l.083.045 3.607 2.174c.8.426 1.372.206 1.592-.63l1.748-8.55c.103-.5.523-.867 1.024-.908L24.986 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_3::after,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_3::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath stroke='%23AAA' stroke-width='1.5' d='M5 0v10M10.004 4.996h-10'/%3E%3C/svg%3E");
    background-size: cover;
    margin: 0 8px;
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_5_1::before,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_5_1::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M49.9397 40.6304C49.9132 40.1334 49.1424 39.6388 48.6564 39.6388L36.6524 39.6328L35.8418 43.2405C35.6609 44.0468 35.7864 44.9216 35.7815 45.8013C35.7779 46.3945 36.4642 46.9878 37.0902 46.9878L48.8216 46.9806C49.2884 46.9806 49.947 46.3921 49.9554 46.0131C49.9988 44.1659 50.0374 42.4547 49.9397 40.6304Z' fill='%233F475E'/%3E%3Cpath d='M39.7355 22.8996C39.7584 23.3389 39.8055 23.7102 39.8055 24.1909C39.8055 25 39.7391 25.5795 40.4327 25.9983L45.7893 25.9791C45.8858 22.0284 45.4323 18.7492 43.5084 15.2739C42.8487 14.032 42.0586 12.9478 41.2348 11.8984L36.948 15.742C38.592 17.8046 39.5968 20.2667 39.7355 22.9008V22.8996Z' fill='%233F475E'/%3E%3Cpath d='M13.4188 39.6289L1.37626 39.6578C0.568113 39.9538 0.311196 40.8395 0 41.4989V44.801C0.305165 45.6193 0.553639 46.4532 1.36781 47.0007L13.1088 46.9755C13.5503 46.9755 14.2197 46.3569 14.2631 45.9646C14.3681 45.0212 14.4308 44.0356 14.2294 43.1596L13.4164 39.6301L13.4188 39.6289Z' fill='%233F475E'/%3E%3Cpath d='M9.7834 25.9806C10.0271 25.6292 10.4516 25.3271 10.3093 24.9156C10.103 21.8193 10.9257 18.7592 12.7699 16.1948L8.47107 12.3945C6.8391 14.557 5.56417 16.8927 4.88026 19.5052C4.33748 21.6472 4.25666 23.7676 4.31576 25.9842L9.78461 25.9806H9.7834Z' fill='%233F475E'/%3E%3Cpath d='M35.2279 26.4483C36.5571 21.1294 33.6744 17.0006 28.8737 14.7539C29.9002 16.9043 30.2645 19.2702 28.2791 20.9525C27.8219 21.3399 27.4275 21.8418 26.8498 22.1125C27.5602 20.6179 28.2924 19.3953 28.1343 17.7936C25.8727 16.9753 24.3903 17.1161 21.9997 17.6745C21.7367 19.8081 22.6209 20.4146 23.1998 22.1486C20.223 19.8875 19.7309 18.5012 21.124 14.8165C17.2389 16.5096 14.0352 20.3363 14.5696 24.6733L14.7939 26.4892C13.162 28.3532 11.7363 30.2617 13.1222 32.707C14.303 34.7912 17.1544 36.9019 17.5501 38.6203L18.2979 41.8754C18.3823 42.2449 18.9951 42.6901 19.4583 42.6901L30.601 42.6709C32.3367 42.6673 31.8542 39.9693 32.7842 37.9825C33.532 36.3857 35.8539 34.6456 36.9311 32.7768C38.3688 30.281 36.9564 28.3363 35.2279 26.4507V26.4483ZM16.1666 28.5734L15.9977 27.1318C18.3811 28.4134 20.7754 29.7804 23.5315 29.9633C23.0189 31.3135 21.9225 32.6877 20.3508 32.5505C18.1242 32.3556 16.4247 30.7659 16.1678 28.5746L16.1666 28.5734ZM29.3647 40.2581L28.3177 38.3869C27.8967 38.9657 27.635 39.559 27.243 40.2966L26.12 38.3785L25.0332 40.2641L23.932 38.3363L22.8898 40.3026L21.8139 38.3785L20.6837 40.2774C20.1313 40.1739 19.2689 39.6649 19.334 38.9886C19.4377 37.9031 19.8684 36.9296 20.0903 35.8983C20.1832 35.4675 20.5125 35.1474 20.8478 35.0307L21.8393 36.7419L22.8923 34.8598L23.9923 36.6781L25.1092 34.8598L26.1658 36.7431L27.2562 34.8213L28.3406 36.7407L29.2694 35.0788C29.7579 35.2834 29.9979 35.7359 30.098 36.2521C30.2801 37.1955 30.6999 38.1065 30.7445 39.08C30.7747 39.7274 29.9243 40.1967 29.3634 40.2557L29.3647 40.2581ZM32.4573 31.3724C31.6106 32.1149 30.4852 32.6059 29.4045 32.5457C27.9076 32.4627 27.1404 31.1992 26.4903 29.9729C29.0884 29.8177 31.6431 28.4831 33.9783 27.1847C34.0845 28.7395 33.6285 30.346 32.4573 31.3736V31.3724Z' fill='%233F475E'/%3E%3Cpath d='M19.3473 10.9362C20.6463 10.3321 22.1239 10.426 23.394 11.1805L23.3808 4C18.5922 4.4284 14.1535 6.4296 10.7363 9.80265L15.116 13.6823C16.4018 12.5427 17.8082 11.6763 19.3473 10.9362Z' fill='%233F475E'/%3E%3Cpath d='M34.539 13.2762L38.9078 9.38086C35.5184 6.2533 31.3173 4.40131 26.7157 4.00781L26.7061 11.1811C29.5913 9.41214 32.1544 11.6757 34.539 13.2762Z' fill='%233F475E'/%3E%3Cpath d='M4.09851 36.8251L10.8773 36.8636C9.7326 35.4557 8.91119 34.0923 8.50471 32.4786C8.24176 31.3029 8.18386 30.2559 8.55054 28.9647C7.05487 28.9924 5.5978 28.8648 4.09851 29.0032C3.18664 29.0875 2.7307 30.138 2.66918 30.9467C2.64506 32.3113 2.62094 33.5147 2.67763 34.8865C2.71019 35.6627 3.1987 36.8203 4.09851 36.8251Z' fill='%233F475E'/%3E%3Cpath d='M41.5676 28.9743C42.2768 32.1717 41.0706 34.5002 39.2107 36.8817L46.0051 36.8384C46.6685 36.8348 47.3175 35.9599 47.3199 35.3113L47.3452 30.4846C47.221 29.8083 46.6661 29.0261 45.9038 28.9864C44.4274 28.9082 43.0114 28.9635 41.5664 28.9756L41.5676 28.9743Z' fill='%233F475E'/%3E%3C/svg%3E");
  }
  #mabinogim .ranking .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_5_2::before,
  #mabinogim .container .total_ranking_list_wrap .list_area .list .item > div:nth-child(5) dl dd span.type_5_2::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M11.3174 42.0217L8.74464 43.8597C8.29545 44.1798 6.97369 44.1753 7.13203 44.6164C7.70588 46.2078 6.28642 48.9304 3.68782 48.996C1.98874 49.0389 0.403073 47.857 0.0875133 46.0947C-0.103395 45.0259 0.156016 43.9581 0.819703 43.1437C1.80906 41.9289 3.36664 41.4584 4.8591 41.9934C5.11626 41.5025 5.18027 40.8386 5.54861 40.3081C6.03599 39.6068 6.61433 38.9746 7.16347 38.3332C7.43187 38.0199 7.54866 37.8016 7.35326 37.391C6.63118 35.8709 5.98546 34.3201 5.70246 32.6337C5.61599 32.1156 5.67439 31.5965 5.70583 31.0615C5.72268 30.7753 6.08877 30.3625 6.35492 30.2957C6.96134 30.1419 7.49026 30.4869 7.96866 30.7787C8.10005 30.9156 8.3662 30.9122 8.45042 31.0943L10.2528 34.9762L13.4668 31.7684C14.2439 34.2466 13.7431 36.1095 16.2541 37.7485C15.7027 38.3604 15.0266 38.9022 14.2922 39.4768L18.3181 41.7751C18.7539 42.024 18.9403 42.896 19.0335 43.3519C19.1548 43.9457 18.8358 44.3947 18.3327 44.4784C16.2765 44.82 13.2029 43.0996 11.3129 42.0228L11.3174 42.0217Z' fill='%233F475E'/%3E%3Cpath d='M38.7027 42.016C36.9329 43.0057 33.5437 44.9522 31.5874 44.441C31.1742 44.3335 30.8373 43.9648 30.9496 43.4762C31.0709 42.9525 31.1854 42.0669 31.6908 41.7773L35.6751 39.4993C35.1148 38.8772 34.2826 38.4055 33.7481 37.7642C36.2119 36.037 35.8133 34.3336 36.5219 31.7661L39.7808 35.0224C39.9941 34.2816 40.358 33.7013 40.6623 33.0442L41.5865 31.0512C42.3659 30.5976 43.7056 29.6453 44.2054 30.8137C44.4704 31.4324 44.4457 31.9889 44.3199 32.6449C43.9763 34.4411 43.2901 36.0868 42.5164 37.7597C42.6354 38.263 44.3749 40.0071 44.5467 40.4211L45.1857 41.9662C47.4519 41.1891 49.7922 42.862 49.9865 45.0314C50.1067 46.374 49.4722 47.7472 48.3267 48.4371C46.9129 49.2888 45.2677 49.1701 44.0077 48.0842C42.9645 47.1861 42.5703 45.7451 42.933 44.432L41.3406 43.8879C40.3445 43.5474 39.6674 42.6629 38.7038 42.016H38.7027Z' fill='%233F475E'/%3E%3Cpath d='M9.68017 7.51784C9.89579 7.70108 11.0693 8.7496 11.0671 8.73715C11.1142 8.92944 11.0266 9.0516 10.957 9.23031C10.5033 10.3942 10.2091 11.5864 10.0687 12.843C9.9845 13.5997 10.1855 14.2987 9.97327 15.0916L5.25447 10.2415C4.80527 9.78001 4.24827 9.3864 3.92822 8.83103L0 2.01172C0.915237 2.24812 1.57555 2.6915 2.35716 3.06137L4.65255 4.14834L6.39767 4.98082C6.80532 5.17536 7.13548 5.31562 7.47125 5.6097L8.18884 6.23859L8.97606 6.92063L9.67905 7.51671L9.68017 7.51784Z' fill='%233F475E'/%3E%3Cpath d='M40.3367 7.54006L41.3205 6.67138L42.1111 5.99386C42.3166 5.81741 42.5434 5.55048 42.7748 5.42493C43.4946 5.03696 44.2257 4.70895 44.9691 4.3504L47.0197 3.36296C47.6115 3.07792 48.1763 2.8042 48.7603 2.50899L49.9866 2L46.0797 8.96862L40.0728 15.0177L40.0201 13.6468C39.9639 12.1877 39.499 10.1506 38.8757 8.77294C39.4238 8.32956 39.7842 8.02529 40.3356 7.53893L40.3367 7.54006Z' fill='%233F475E'/%3E%3Cpath d='M36.2614 17.1139C37.3327 18.2563 38.8442 20.2413 38.7757 21.8667C38.705 23.5396 37.5955 25.0824 36.4882 26.2327C36.249 26.4815 36.0862 26.7915 35.8065 27.0165C35.2653 27.452 33.8896 29.1882 33.5404 29.9257C32.8362 31.4119 32.8093 33.4038 32.3971 34.3381C32.1344 34.933 31.0776 35.2361 30.7048 35.2361L19.1919 35.2203C18.6922 35.2203 18.1722 34.9364 17.8488 34.6457C17.4254 34.2657 17.166 32.5509 17.0739 31.9175C16.8505 30.377 16.1542 29.1215 15.1188 27.9995L13.8678 26.6444C12.1474 24.7804 10.409 22.62 11.7128 19.9326C12.2395 18.8467 13.0188 17.9746 13.7769 17.0392C12.9301 13.7761 13.5927 10.3964 15.7488 7.84238C16.91 6.35048 18.974 4.88572 20.7416 4.0883C20.2475 5.18998 19.6827 7.08681 19.8949 8.12967C20.0027 8.65676 20.0723 9.15783 20.3261 9.61931C20.6743 10.2505 21.074 10.7165 21.6456 11.135C22.1207 11.4822 22.398 12.0489 23.0202 12.2853C22.2936 10.3466 21.3975 9.68944 21.6636 7.37524C23.977 6.65926 26.0107 6.63325 28.3252 7.36845C28.4397 8.72689 28.3971 9.26981 27.8243 10.4869L26.981 12.2774C27.474 12.1563 27.6514 11.7333 28.0018 11.4664C29.0933 10.6373 29.8188 9.82743 30.0759 8.44977C30.3769 6.83345 29.8244 5.50103 29.2977 4.07812C33.0934 5.96478 36.0424 8.82982 36.523 13.1031C36.6106 13.879 36.6645 14.6696 36.5376 15.4376L36.2602 17.115L36.2614 17.1139ZM23.3279 21.058C22.9382 20.8238 22.5856 20.9234 22.2071 20.8521C19.859 20.4087 17.3502 19.1702 15.1783 17.8774C15.0009 18.478 15.1458 19.0141 15.2502 19.6113C15.6163 21.6903 17.102 23.3247 19.1874 23.7839C19.6377 23.8823 20.1352 23.8224 20.617 23.7963C21.7029 23.7375 22.9247 22.1563 23.3279 21.0591V21.058ZM32.9272 22.7614C34.3961 21.5681 35.0395 19.7143 34.8385 17.8887C34.0648 18.3671 33.4202 18.6748 32.6992 19.0288C31.1147 19.8737 29.483 20.5716 27.6952 20.8714C27.3212 20.9347 26.9608 20.8295 26.6486 21.0727C27.0955 21.9357 27.5571 22.749 28.3005 23.3088C29.6436 24.32 31.6638 23.7873 32.9283 22.7603L32.9272 22.7614ZM27.4088 32.5374C27.5964 32.0861 27.8412 31.6913 28.1028 31.2468C28.2758 30.9527 28.3263 30.6224 28.6576 30.3713C28.9642 31.033 29.3348 31.6393 29.7458 32.4243C30.3353 32.3982 31.0181 32.0612 31.2315 31.4764C31.3966 31.0262 31.2416 30.5229 31.127 30.0874L30.4207 27.3955C30.3376 27.0788 29.9793 26.9306 29.7716 26.6422C29.2696 27.1975 29.1495 27.8909 28.634 28.4722L27.4167 26.3888C27.2269 26.8231 27.0203 27.2224 26.7541 27.6262C26.561 27.918 26.552 28.2562 26.2039 28.5265L25.0854 26.3967C24.744 26.831 24.5879 27.3016 24.3139 27.7721L23.8647 28.5412L22.6765 26.4046C22.1903 27.0708 21.859 28.1171 21.4435 28.4632L20.3868 26.6467C20.0443 26.7915 19.7017 27.0573 19.6007 27.4407L18.7326 30.7378C18.4193 31.9266 20.0409 32.5758 20.2352 32.37C20.7315 31.8429 21.037 30.7356 21.4581 30.386L22.6395 32.5091C23.0303 31.7818 23.42 30.8826 23.8579 30.3612L24.9764 32.4899C25.4986 31.7558 25.7636 31.0692 26.1724 30.3646C26.7339 31.1246 26.8967 31.6687 27.4099 32.5385L27.4088 32.5374Z' fill='%233F475E'/%3E%3C/svg%3E");
  }
}
