.asset_list {
  margin-bottom: 64px;
}

.asset_ul {
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  border-top: 1px solid #e4e5e7;
  border-left: 1px solid #e4e5e7;
}

.asset_ul li {
  width: 20%;
  height: 52px;
  text-align: center;
  line-height: 50px;
  border-right: 1px solid #e4e5e7;
  border-bottom: 1px solid #e4e5e7;
}

.asset_ul li a {
  display: block;
  font-size: 15px;
  color: #273243;
  letter-spacing: 0;
}

.asset_ul li:hover {
  background: #3870FF;
  border: 0;
}

.asset_ul li:hover a {
  color: #fff;
  font-weight: 500;
}

.asset_ul li.active {
  background: #3870FF;
  border: 0;
}
.asset_ul li.active a {
  color: #fff;
  font-weight: 500;
}


/* 거래시작버튼 */

.asset_list .trading_btn_15 a {
  width: 352px;
  height: 48px;
  padding: 0;
  margin: 40px auto 48px auto;
  border-radius: 0;
  text-align: center;
  line-height: 46px;
}


/* asset_board 플러스, 마이너스 컬러적용 */
.main_rates span.plus {
  color: #089981;
}

.main_rates span.minus {
  color: #FF3B30;
}







/* 미디어쿼리 브레이크포인트 1180px 이하 */
@media screen and (max-width:1180px) {
  .asset_list {
    margin-bottom: 56px;
  }
  .asset_list .title_24 {
    text-align: center;
  }

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

  .asset_ul li {
    width: 16.6667%;
    height: 48px;
    line-height: 47px;
  }

  .asset_ul li a {
    font-size: 14px;
  }
}




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

  .asset_ul li {
    width: 20%;
    height: 40px;
    line-height: 39px;
  }
}




/* 미디어쿼리 브레이크포인트 700 이하 */
@media screen and (max-width:700px) {
  .asset_ul li {
    width: 33.333333%;
  }
}




/* 미디어쿼리 브레이크포인트 640px 이하 */
@media screen and (max-width:640px) {
  .asset_list .trading_btn_15 a {
    width: 100%;
  }
}



/* 미디어쿼리 브레이크포인트 480px 이하 */
@media screen and (max-width:480px) {
  .asset_ul_2dep li {
    width: 50%;
  }
  .asset_ul li {
    width: 50%;
  }
}
