/************************************************************************
  staff sub-layout
************************************************************************/
@font-face {
    font-family: 'vd';
    src: url('/css/font/vd/LOGOG_MP.TTF') format('truetype');
}
@media(max-width: 599px) {
  .staff_list_wrap.sub-layout {
    display: block;
    margin: 0 0 2rem;
    padding: 0;
  }
  .staff_list_wrap.sub-layout .staff_list {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }
  .staff_list_wrap.sub-layout .staff_list:first-child {
    border-top: 1px solid #ccc;
  }
  .staff_list_wrap.sub-layout .staff_list a, .staff_list_wrap.sub-layout .staff_list .border {
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .staff_list_wrap.sub-layout .staff_list .border {
    justify-content: space-between;
  }
  .staff_list_wrap.sub-layout .staff_list .staff_list_img {
    width: 100%;
    max-width: 26%;
  }
  .staff_list_wrap.sub-layout .staff_list .border {
    width: 100%;
    max-width: 74%;
    background: none;
    padding: 0 1rem;
    position: relative;
  }
  .staff_list_wrap.sub-layout .staff_list .border .staff_list_name:after, .staff_list_wrap.sub-layout .staff_list .event-btn:before,
  .staff_list_wrap.sub-layout .event-btn,
  .staff_list_wrap.sub-layout .staff_list:after,
  .staff_list_info span {
    display: none;
  }
  .staff_list_wrap.sub-layout a .staff_list_name,
  .staff_list_wrap.sub-layout a .staff_list_size,
  .staff_list_wrap.sub-layout a .staff_list_info div {
    font-size: 16px;
  }
  .staff_list_wrap.sub-layout a .staff_list_name {
    color: #000;
  }
  .staff_list_wrap.sub-layout .arrow {
    width: 12px;
    height: 12px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    left: 4px;
  }
  .staff_list_wrap.sub-layout .arrow-bg {
    background: rgba(0,0,0,.3);
    padding: 1rem;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    position: relative;
  }
}
@media(min-width: 600px) {
  .ranking-title {
    font-size: 22px;
  }
  .rank1 .staff_list_name, .rank2-3 .staff_list_name {
    font-size: 24px !important;
    font-family: 'vd';
    bottom: 11px !important;
  }
  .rank4-6 .staff_list a, .rank7-10 .staff_list a {
    display: flex;
    flex-wrap: wrap;
  }
  .rank4-6 .staff_list a div:first-child, .rank7-10 .staff_list a div:first-child {
    order: 2;
  }
  .rank4-6 .staff_list a div:last-child, .rank7-10 .staff_list a div:last-child {
    order: 1;
  }
  .staff_list_wrap.sub-layout.ranking .rank4-6 .rank, .staff_list_wrap.sub-layout.ranking .rank7-10 .rank {
    font-weight: bold;
  }
  .staff_list_wrap.sub-layout.ranking .rank4-6 .staff_list_name, .staff_list_wrap.sub-layout.ranking .rank7-10 .staff_list_name {
    font-weight: normal;
  }
}
