@charset "UTF-8";
.rankArea {
  width: 100%;
}

.rankArea_tit {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px;
      grid-template-columns: 1fr 24px;
  grid-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #37302F;
  padding: 15px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rankArea_tit .tit strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
}

.rankArea_tit .tit strong .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.rankArea_tit .tit strong span {
  font-weight: bold;
  font-family: 'nanumgothic_bold';
}

.rankArea_tit .tit strong span.yellow {
  color: #FFC122;
}

.rankArea_tit .tit strong span.orange {
  color: #FF5E2B;
}

.rankArea_tit .tit p {
  color: #7B706E;
  font-size: 12px;
  margin-top: 5px;
}

.rankArea_tit .tit.flex_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rankArea_tit .tit.flex_tit p {
  margin-top: 0;
  margin-left: 10px;
}

@media (max-width: 980px) {
  .rankArea_tit .flex_tit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .rankArea_tit .flex_tit p {
    margin-left: 0 !important;
    margin-top: 5px !important;
  }
}

.rankArea_tit .tip {
  position: relative;
}

.rankArea_tit .tip_icon {
  cursor: pointer;
}

.rankArea_tit .tip_box {
  position: absolute;
  top: 40px;
  right: 0;
  border: 1px solid #ED9921;
  background-color: #202020;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 135px;
  z-index: 999;
  display: none;
}

.rankArea_tit .tip_box ul {
  width: 100%;
  height: 100%;
}

.rankArea_tit .tip_box ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20px 1fr;
      grid-template-columns: 20px 1fr;
  grid-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-bottom: 8px;
}

.rankArea_tit .tip_box ul li .number {
  font-size: 12px;
  background-size: 18px 28px;
  background-repeat: no-repeat;
  width: 18px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rankArea_tit .tip_box ul li .number.one {
  background-image: url(/Home/images/number1.png);
}

.rankArea_tit .tip_box ul li .number.two {
  background-image: url(/Home/images/number2.png);
}

.rankArea_tit .tip_box ul li .number.three {
  background-image: url(/Home/images/number3.png);
}

.rankArea_tit .tip_box ul li strong {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rankArea_tit .tip_box ul li strong span {
  font-weight: bold;
  font-family: 'nanumgothic_bold';
  color: #1EF467;
}

.rankArea_tit .tip_box ul li:last-child {
  margin-bottom: 0;
}

.rankArea_tit .tip:hover .tip_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rankArea_contents {
  padding: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #202020;
}

.rankArea_contents .r_layout_item {
  background-color: #282828;
  border-top: 1px solid #333333;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 75px;
      grid-template-columns: 1fr 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 15px 0 47px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-bottom: 1px;
}

.rankArea_contents .r_layout_item .num {
  position: absolute;
  top: -1px;
  left: 10px;
  width: 18px;
  height: 28px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  font-family: "style";
  padding-top: 5px;
}

.rankArea_contents .r_layout_item .num.n_one {
  background-image: url(/Home/images/number1.png);
}

.rankArea_contents .r_layout_item .num.n_two {
  background-image: url(/Home/images/number2.png);
}

.rankArea_contents .r_layout_item .num.n_three {
  background-image: url(/Home/images/number3.png);
}

.rankArea_contents .r_layout_item .num.n_deafult {
  background-image: url(/Home/images/number4.png);
}

.rankArea_contents .r_layout_item .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rankArea_contents .r_layout_item .name .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.rankArea_contents .r_layout_item .name strong {
  color: #fff;
  font-size: 13px;
}

.rankArea_contents .r_layout_item .name strong.my_rank:after {
  content: '내순위';
  background-color: #1EF467;
  font-size: 12px;
  color: #202020;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  padding: 2px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 5px;
}

.rankArea_contents .r_layout_item .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: flex-end;
}

.rankArea_contents .r_layout_item .point .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
}

.rankArea_contents .r_layout_item .point strong {
  font-size: 13px;
  color: #fff;
}

.rankArea_contents .r_layout_item:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=rank.css.map */