#ranking:after {
  display: none;
}

#ranking section {
  width: 574px;
}

#ranking section h2 {
  font-size: 22px;
  color: #e7281c;
  margin-bottom: 40px;
  font-weight: normal;
}

#ranking #detail_data {
  color: #e7281c;
}

#ranking #detail_data .box {
  border-radius: 6px;
  height: 94px;
  background: #fff;
  margin: 0;
  text-align: center;
  box-shadow: 0px 10px 24px 0px rgba(255, 120, 0, 0.15);
}

#ranking #detail_data .box .title {
  font-size: 15px;
}

#ranking #detail_data .box .data {
  font-size: 32px;
}

#ranking #detail_data #your_rank {
  width: 574px;
  margin-bottom: 24px;
  position: relative;
  padding-right: 192px;
  box-sizing: border-box;
}

#ranking #detail_data #your_rank .title {
  position: absolute;
  bottom: 26px;
  left: 0;
  padding-left: 24px;
  font-size: 20px;
}

#ranking #detail_data #your_rank .data {
  text-align: right;
  padding-right: 24px;
  font-size: 32px;
  line-height: 94px;
}

#ranking #detail_data #your_rank #your_score {
  width: 192px;
  height: 94px;
  color: #fff;
  background: #e7281c;
  border-radius: 0 6px 6px 0;
  position: absolute;
  top: 0px;
  right: 0px;
}

#ranking #detail_data .col2 {
  display: flex;
  flex-wrap: wrap;
}

#ranking #detail_data .col2 > div {
  width: 275px;
  line-height: 94px;
  position: relative;
}

#ranking #detail_data .col2 > div .title {
  font-size: 15px;
  line-height: 15px;
  margin: 0 0 16px;
  padding: 14px 0 0;
}

#ranking #detail_data .col2 > div .data {
  font-size: 32px;
  line-height: 32px;
}

#ranking #detail_data #entry_num {
  margin-right: 24px;
}

#ranking a.btn {
  display: block;
  width: 418px;
  height: 54px;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  border-radius: 27px;
  background: #e7281c;
  box-shadow: 0px 3px 0px 0px #c11106;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 54px;
  margin: 64px auto 0;
  overflow: hidden;
  transition: 0.3s;
}

#ranking a.btn:hover {
  opacity: 0.7;
}

#rank_list {
  position: absolute;
  width: 586px;
  right: 32px;
  top: 172px;
}

#rank {
  width: 586px;
}

#rank li {
  display: flex;
  margin-bottom: 8px;
  font-size: 20px;
}

#rank li:last-child {
  margin-bottom: 0;
}

#rank li div.rank {
  width: 128px;
  padding-left: 12px;
  box-sizing: border-box;
}

#rank li div.name {
  flex-grow: 1;
}

#rank li div.score {
  width: 68px;
  padding-right: 12px;
}

#rank li.label {
  font-size: 15px;
}

#rank li:not(.label) {
  height: 48px;
  color: #473e3e;
  border-radius: 6px;
  background: #fff;
}

#rank li:not(.label) div {
  line-height: 48px;
}

#rank li.rank1 {
  background: #efd767;
  color: #685c1e;
}

#rank li.rank2 {
  background: #e5e9eb;
  color: #454c50;
}

#rank li.rank3 {
  background: #d6c8a4;
  color: #624e1a;
}

#rank li.group {
  position: relative;
  overflow: hidden;
}

#rank li.group:before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  background-color: #e7281c;
  position: absolute;
  top: 0;
  left: 0;
}

#rank li.highlight {
  background: #e7281c;
  color: #fff;
}

.pager {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
  display: flex;
  justify-content: center;
}

.pager li {
  height: 48px;
  line-height: 48px;
}

.pager li span,
.pager li a {
  display: block;
  color: #fff;
  background: #e7281c;
  font-size: 20px;
  padding: 0 12px;
  box-sizing: border-box;
  min-width: 48px;
  transition: 0.3s;
}

.pager li a:hover {
  opacity: 0.7;
}

.pager li.prev span,
.pager li.prev a, .pager li.next span,
.pager li.next a {
  width: 90px;
  padding: 0;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
}

.pager li.prev a,
.pager li.prev span {
  border-radius: 6px 0 0 6px;
  background: url(../../img/new/common/prev_arrow.svg) center center no-repeat #e7281c;
}

.pager li.next a,
.pager li.next span {
  border-radius: 0 6px 6px 0;
  background: url(../../img/new/common/next_arrow.svg) center center no-repeat #e7281c;
}

.pager li.deactive span {
  opacity: 0.6;
}

.pager li.current span {
  color: #e7281c;
  background-color: #fff;
}

.pager li a {
  transition: 0.3s;
}

.pager li a:hover {
  background-color: #e7281c;
}
