.swiper-pagination-bullets.swiper-pagination-horizontal.ironfx_ {
  bottom: 0;
}

.ticker {
  height: 46px;
}

.ticker-slider {
  border: 1px solid #e4e5e7;
  overflow: hidden;
}

.ticker .swiper-wrapper {
  transition-timing-function: linear;
}

.ticker-slide {
  width: auto;
  
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.ticker-slide:hover {
  background: #f9f9f9;
}

.ticker-item {
  /* background: aqua; */
  border-right: 1px solid #f4f4f4;
  padding: 0 20px;
}

.t-symbol {
  align-items: center;
}

.t-icon {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 1.5px rgba(0, 0, 0, 1);
  
  position: relative;
}

.t-icon > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.cross-rate {
  position: relative;
  width: 26px;
  height: 24px;
}

.cross-rate > .t-icon {
  width: 18px;
  height: 18px;
  position: absolute;
}

.cross-rate > .t-icon:first-child {
  top: 0;
  left: 0;
  z-index: 2;
}

.cross-rate > .t-icon:last-child {
  right: 0;
  bottom: 0;
  z-index: 1;
}

#forexUl .t-icon {
  margin-right: 0;
}

#forexUl .cross-rate {
  margin-right: 8px;
}

.t-name {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 1px;
  margin-left: 8px;
}

.t-value span {
  font-size: 15px;
  padding: 0 8px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.t-change span {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #45495a;
}

.t-change span:last-child {
  margin-left: 8px;
}

.t-change span.plus {
  color: #089981;
}

.t-change span.minus {
  color: #f23645;
}

/* 페이지 네비게이션(list.css포함하면 헤더 깨짐 */
.pg_wrap {
  margin-top: 24px;
  /* margin-bottom: 64px; */
}

.pg_current,
.pg_page {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  display: block;
  border: 1px solid #e4e5e7;
  color: #9497a0;
  font-size: 12px;
  width: 24px;
  height: 24px;
  line-height: 23px;
  min-width: 24px;
  text-decoration: none;
  border-radius: 0px;
  background: #fff;
  /* margin: 0 2px; */
  margin-right: 4px;
  text-align: center;
  cursor: pointer;
}

.pg_current {
  background: #3870ff;
  color: #fff;
  border: 1px solid #3870ff;
}

.pg_start,
.pg_prev,
.pg_end,
.pg_next {
  text-indent: -999px;
  overflow: hidden;
  padding: 0;
  border: 1px solid #e4e5e7;
  position: relative;
}

.pg_start {
  background: url(../img/04-list/forward.svg) no-repeat 50% 50% #fff;
}

.pg_prev {
  background: url(../img/04-list/prev-icon.svg) no-repeat 50% 50% #fff;
}

.pg_end {
  background: url(../img/04-list/backward.svg) no-repeat 50% 50% #fff;
}

.pg_next {
  background: url(../img/04-list/next-icon.svg) no-repeat 50% 50% #fff;
}

/* ticker.css 추가항목 */

.pivot_table .t-name {
  font-size: 13px;
}

.pivot_col.col_bold {
  font-weight: 700;
}

.pivot_col li.plus {
  color: #089981;
}

.pivot_col li.minus {
  color: #f23645;
}

.cryptocurrency .pivot_head_col li {
  padding-right: 80px;
}

.tv_chart .pg_wrap {
  margin-top: 24px;
  margin-bottom: 0px;
}

.cryptocurrency .pivot_table .t-name {
  margin-left: 0;
}

/* 미디어쿼리 브레이크포인트 856px 이하 */
@media screen and (max-width: 856px) {
  .pivot_table {
    padding-bottom: 0px;
  }
  
  .pivot-pager {
    visibility: hidden;
  }
}

/* 미디어쿼리 브레이크포인트 612px 이하 */
@media screen and (max-width: 612px) {
  
  .pivot_table {
    padding-bottom: 2px;
  }
  
  .pivot-pager {
    visibility: visible;
  }
  
  .cryptocurrency .pivot_head_col li {
    padding-right: 16px;
  }
}

/* ----------------------------------인기자산 css 추가---------------------------------- */

.pop-asset-list {
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  
  border-top: 1px solid #e4e5e7;
  padding-top: 20px;
}

.pop-asset-list .fx_cross_rate {
  width: 100%;
  margin-bottom: 32px;
}

.pop-asset-list .cryptocurrency {
  width: 100%;
}

.pop-asset-con {
  width: 50%;
}

.pop-asset-con .title_area {
  border-bottom: 1px solid #e4e5e7;
  padding-bottom: 16px;
}

.pop-asset-con:nth-child(2n-1) {
  padding-right: 16px;
}

.pop-asset-con:nth-child(2n) {
  padding-left: 16px;
}

.pop-asset-con:nth-child(1),
.pop-asset-con:nth-child(2) {
  margin-bottom: 32px;
}

.pop-asset-con .pivot_col {
  flex: 1;
}

.pop-asset-con .pivot_col li.pivot_th {
  text-align: left;
  padding-left: 0;
  border-top: 0;
  border-bottom: 1px solid #f4f4f4;
}

.pop-asset-list .tv_chart .pivot_col li.pivot_th {
  text-align: right;
}

.pop-asset-list .tv_chart .pivot_head_col .pivot_col li.pivot_th {
  text-align: left;
}

.pop-asset-con .pivot_head_col .pivot_col li.pivot_th a {
  font-weight: 700;
  color: #273243;
}

.pop-asset-list .tv_chart .t-name {
  margin-left: 0;
}

.pop-asset-list .pivot_col li:last-child {
  border-bottom: 1px solid #f4f4f4;
}

.pop-asset-list .pivot_th a {
  font-weight: 700;
}

/* 미디어쿼리 브레이크포인트 856 이하 */
@media screen and (max-width: 856px) {
  
  .pop-asset-con:nth-child(2n-1) {
    padding-right: 12px;
  }
  
  .pop-asset-con:nth-child(2n) {
    padding-left: 12px;
  }
  
}

/* 미디어쿼리 브레이크포인트 700 이하 */
@media screen and (max-width: 700px) {
  
  .pop-asset-con {
    width: 100%;
    margin-bottom: 32px;
  }
  
  .pop-asset-con:nth-child(2n-1) {
    padding-right: 0px;
  }
  
  .pop-asset-con:nth-child(2n) {
    padding-left: 0px;
  }
  
  .pop-asset-con:last-child {
    margin-bottom: 0;
  }
  
  .pop-asset-list .pivot-pager {
    visibility: visible;
  }
}