.asset_board {
  padding: 32px 40px;
  border: 1px solid #e4e5e7;
}


/* 인기자산 타이틀 */
.asset_title .title_24 {
  font-weight: 700;
  color: #273243;
}

/* 인기자산 타입 리스트 */
.asset_info {
  margin-top: 4px;
}

.asset_info li {
  font-size: 12px;
  color: #9497A0;
  padding: 0 8px;
  position: relative;
}

.asset_info li:first-child {
  padding-left: 0;
}

.asset_info li:last-child {
  padding-right: 0;
}

.asset_info li::after {
  content: '';
  display: block;
  width: 1px;
  height: 9px;
  background: #e4e5e7;

  position: absolute;
  right: -0.5px;
  top: 6px;
}

.asset_info li:last-child::after {
  display: none;
}


/* 인기자산 rates */
.rates {
  margin-top: 24px;
  padding: 24px 0;

  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


/* 업, 다운 arrow */
.main_rates i {
  vertical-align: middle;
}

.green_arrow {
  color: #089981;
}

.red_arrow {
  color: #FF3B30;
}

.bid {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #273243;
  vertical-align: middle;
  padding-bottom: 2px;
}

.change_rate {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #273243;
  margin-left: 4px;
}

.update_date {
  font-size: 13px;
  color: #9497A0;
}

.r_btn {
  display: inline-block;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0 16px;
}

.buy_btn {
  background: #3870FF;
}

.sell_btn {
  background: #FF3B30;
  margin-left: 4px;
}

.detail_rates ul,
.detail_rates ul li {
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.detail_rates ul li {
  width: 50%;
  padding: 16px 0;
  border-bottom: 1px solid #f4f4f4;
}

.detail_rates ul li:nth-child(2n-1) {
  padding-right: 20px;
}

.detail_rates ul li:nth-child(2n) {
  padding-left: 20px;
}

.detail_rates ul li span {
  width: 50%;
}

.cell_left {
  font-size: 13px;
  color: #9497A0;
}

.cell_right {
  text-align: right;
  font-size: 15px;
  font-weight: 700;
  color: #273243;
}


/* 거래시작버튼 */

.board_list .trading_btn_15 a {
  width: 352px;
  height: 48px;
  padding: 0;
  margin: 56px auto;
  border-radius: 0;
  text-align: center;
  line-height: 46px;
  background-color: #3870FF;
  color: #fff;
}




/* 피벗포인트 슬라이더 */

.pivot_point {
  margin-bottom: 56px;
}

.pivot_table {
  position: relative;
}

.pivot_slider {
  width: 100%;
  overflow: hidden;
}

.pivot_head_col {
  width: auto;
  flex-shrink: 0;
}

.pivot_slider .swiper-slide {
  flex: 1;
  /* width: 136px; */
  /* background-color: yellow; */
}

.pivot_col li {
  font-size: 13px;
  height: 48px;
  line-height: 47px;
  border-bottom: 1px solid #f4f4f4;
  text-align: right;
  color: #45495A;
  letter-spacing: 0;
  white-space: nowrap;
}

.pivot_col li:last-child {
  border-bottom: 0;
}

.pivot_col li.pivot_th {
  color: #9497A0;
  border-top: 1px solid #e4e5e7;
  border-bottom: 1px solid #e4e5e7;
  /* text-align: center; */
}

.pivot_head_col .pivot_col li {
  text-align: left;
}

.pivot_col li {
  padding-left: 16px;
}

.pivot_head_col li {
  padding-left: 0;
  padding-right: 16px;
}



.pivot-pager {
  width: 100%;
  bottom: 0;
  left: 0;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  visibility: hidden;
}

.pivot-pager span {
  flex: 1;
  /* width: 96px; */
  height: 2px;
  border-radius: 0;
  background: rgba(69, 73, 90, 0.5);
}

.pivot-pager span.swiper-pagination-bullet-active {
  opacity: 0.5;
}









/* 실시간 차트 */
.real_time_chart {
  height: 589px;
  margin-bottom: 56px;
}


/* 참고 또는 주의사항 */
.summary.reference P {
  font-size: 12px;
  color: #9497A0;
  margin-bottom: 16px;
}





/* 미디어쿼리 브레이크포인트 1180px 이하 */
@media screen and (max-width:1180px) {
  .asset_board {
    padding: 32px;
  }

  .board_list .trading_btn_15 a {
    font-size: 13px;
  }

}



/* 미디어쿼리 브레이크포인트 856px 이하 */
@media screen and (max-width:856px) {
  .asset_board {
    padding: 24px;
  }

  .board_list .trading_btn_15 a {
    width: 240px;
  }

  .pivot-pager span {
    width: 72px;
  }

  .pivot_table {
    padding-bottom: 24px;
  }

  .pivot-pager {
    visibility: visible;
  }
}





/* 미디어쿼리 브레이크포인트 640px 이하 */
@media screen and (max-width:640px) {
  .asset_board {
    padding: 24px;
  }

  .asset_title {
    text-align: center;
  }

  .asset_info {
    justify-content: center;
  }

  .rates {
    flex-direction: column;
  }

  .r_col:last-child {
    margin-top: 16px;
  }

  .sell_btn {
    margin-left: 0;
  }

  .detail_rates ul li {
    width: 100%;
    padding: 10px 0;
  }

  .detail_rates ul li:last-child {
    border-bottom: 0;
  }

  .detail_rates ul li:nth-child(2n-1) {
    padding-right: 0;
  }

  .detail_rates ul li:nth-child(2n) {
    padding-left: 0;
  }
}



/* 미디어쿼리 브레이크포인트 480px 이하 */
@media screen and (max-width:480px) {
  .asset_board {
    padding: 24px 0 0 0;
    border-left: 0;
    border-right: 0;
  }

  .board_list .trading_btn_15 a {
    width: 100%;
  }
}



/* 미디어쿼리 브레이크포인트 320px 이하 */
@media screen and (max-width:360px) {
  .r_btn {
    display: block;
    margin: 0 auto;
  }

  .sell_btn {
    margin-top: 8px;
  }
}