﻿@charset "utf-8";
/*-------------------------------------------------
Style Sheet
Version : 1.0
Author :  강혜연
Create date : 2019. 05. 17.
-------------------------------------------------*/



/* 컨텐츠 */
.content_wrap {
  overflow: hidden;
  width: 100%;
  height: 1215px;
}
.content_wrap > section {
  float: left;
  height: inherit;
  box-sizing: border-box;
}
.content_wrap > section.left_cont {
  width: 31%;
  border: 1px solid #cdd7da;
  box-sizing: border-box;
  background: #f6f6f8;
}
.content_wrap > section.right_cont {
  width: 69%;
  padding-left: 6px;
}

/*코인검색*/
section.left_cont .left_cont_wrap .market_search {
  width: 100%;
  height: 40px;
  padding-top: 15px;
  box-sizing: border-box;
}
section.left_cont .left_cont_wrap .market_search > div {
  width: 290px;
  height: 25px;
  border: 1px solid #cdd7da;
  border-radius: 5em;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 12px;
  overflow: hidden;
}
section.left_cont .left_cont_wrap .market_search > div input {
  border: 0;
  height: 23px;
  line-height: 23px;
  background: none;
}
section.left_cont .left_cont_wrap .market_search > div button {
  width: 13px;
  height: 13px;
  background: url(../img/coin_search_icon.png) no-repeat center center;
  background-size: 100%;
  float: right;
  margin-top: 5px;
}

/*코인탭*/
section.left_cont .left_cont_wrap .market_nav {
  overflow: hidden;
  padding: 0 13px;
  box-sizing: border-box;
}
section.left_cont .left_cont_wrap .market_nav > button {
  float: left;
  width: 27px;
  height: 39px;
  line-height: 39px;
  background: url(../img/like_icon.png) no-repeat center center;
}
section.left_cont .left_cont_wrap .market_nav > button.on {
  background: url(../img/like_icon_on.png) no-repeat center center;
}
section.left_cont .left_cont_wrap .market_nav > ul {
  float: left;
  overflow: hidden;
}
section.left_cont .left_cont_wrap .market_nav > ul > li {
  float: left;
  width: 70px;
  text-align: center;
}
section.left_cont .left_cont_wrap .market_nav > ul > li > a {
  display:block;
  width: 100%;
  height: 39px;
  line-height: 39px;
  font-size: 14px;
  padding-top: 1px;
  box-sizing: border-box;
}
section.left_cont .left_cont_wrap .market_nav > ul > li > a.active {
  font-weight: bold;
  color: #0082ed;
  border-bottom: 2px solid #0082ed;
}

/*코인정렬*/
section.left_cont .left_cont_wrap .list_up_down {
  width: 100%;
  border-top: 1px solid #cdd7da;
  margin-top: -1px;
  padding: 0 20px;
  box-sizing: border-box;
}
section.left_cont .left_cont_wrap .list_up_down ul {
  overflow: hidden;
}
section.left_cont .left_cont_wrap .list_up_down ul li {
  float: left;
  text-align: right;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
section.left_cont .left_cont_wrap .list_up_down ul li:first-child {
  width: 12px;
}
section.left_cont .left_cont_wrap .list_up_down ul li:nth-child(2) {
  width: 25%;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
}
section.left_cont .left_cont_wrap .list_up_down ul li:nth-child(3) {
  width: 21%;
}
section.left_cont .left_cont_wrap .list_up_down ul li:nth-child(4) {
  width: 21%;
}
section.left_cont .left_cont_wrap .list_up_down ul li:last-child {
  width: 30%;
}
section.left_cont .left_cont_wrap .list_up_down ul li span {
  width: 8px;
  height: 10px;
  background: url(../img/up_down_icon.png) no-repeat center center;
  display: inline-block;
  margin-left: 6px;
  vertical-align: -1px;
}
.content_wrap > section.left_cont.open {
  width: 23%;
}
.content_wrap > section.right_cont.open {
  width: 77%;
}
section.left_cont.open .left_cont_wrap .list_up_down ul li:nth-child(4) {
  display: none;
}
section.left_cont.open .left_cont_wrap .list_up_down ul li:nth-child(3) {
  width: 49%;
  text-align: right;
}
section.left_cont.open .left_cont_wrap .list_up_down ul li:last-child {
  float: right;
  width: 20%;
}
section.left_cont.open .left_cont_wrap .coin_list_wrap .coin_list ul li > div dl.fold {
  display: none;
}
section.left_cont.open .left_cont_wrap .coin_list_wrap .coin_list ul li > div a h3 {
  width: 40%;
}
section.left_cont.open .left_cont_wrap .coin_list_wrap .coin_list ul li > div dl {
  width: 37%;
}

/* 코인목록 */
section.left_cont .left_cont_wrap .coin_list_wrap {
  width: 100%;
  height: 1103px;
  overflow-y: scroll;
  box-sizing: border-box;
  border-top: 1px solid #cdd7da;
}
section.left_cont .left_cont_wrap .coin_list_wrap .coin_list {
  display: none;
}
section.left_cont .left_cont_wrap .coin_list_wrap .coin_list:first-child {
  display: block;
}
section.left_cont .left_cont_wrap .coin_list_wrap .coin_list ul li {
  padding: 0 20px;
  margin-top: -1px;
}
section.left_cont .left_cont_wrap .coin_list_wrap .coin_list ul li:hover,
section.left_cont .left_cont_wrap .coin_list_wrap .coin_list ul li.active {
  background:#dfedfa;
  /*border: 1px solid #c5d9ec;*/
  box-sizing: border-box;
}
section.left_cont .left_cont_wrap .coin_list_wrap .coin_list ul li > div {
  border-bottom: 1px solid #e0e8eb;
  overflow: hidden;
}
section.left_cont .left_cont_wrap .coin_list_wrap .coin_list ul li > div button {
  float: left;
  width: 12px;
  height: 55px;
  line-height: 55px;
  background: url(../img/small_like_icon.png) no-repeat left center;
}
section.left_cont .left_cont_wrap .coin_list_wrap .coin_list ul li > div button.on {
  background: url(../img/small_like_icon_on.png) no-repeat left center;
}
section.left_cont .left_cont_wrap .coin_list_wrap .coin_list ul li > div a {
  display: block;
  float: left;
  width: 96%;
  overflow: hidden;
}
section.left_cont .left_cont_wrap .coin_list_wrap .coin_list ul li > div a h3 {
  width: 28%;
  padding-left: 6px;
  float: left;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  color: #131722;
  box-sizing: border-box;
}
section.left_cont .left_cont_wrap .coin_list_wrap .coin_list ul li > div a h3 span {
  font-size: 13px;
  font-weight: normal;
}
section.left_cont .left_cont_wrap .coin_list_wrap .coin_list ul li > div dl {
  float: left;
  width: 20%;
  text-align: right;
  padding-top: 14px;
  box-sizing: border-box;
  padding-left: 10px;
}
section.left_cont .left_cont_wrap .coin_list_wrap .coin_list ul li > div dl dt {
  font-size: 13px;
  line-height: 13px;
  color: #131722;
}
section.left_cont .left_cont_wrap .coin_list_wrap .coin_list ul li > div dl dd {
  font-size: 11px;
  line-height: 11px;
  margin-top: 3px;
}
section.left_cont .left_cont_wrap .coin_list_wrap .coin_list ul li > div p {
  float: right;
  padding-top: 14px;
  box-sizing: border-box;
  text-align: right;
}
section.left_cont .left_cont_wrap .coin_list_wrap .coin_list ul li > div dl.plus dt,
section.left_cont .left_cont_wrap .coin_list_wrap .coin_list ul li > div p.plus {
  color: #0e8a5a;
}
section.left_cont .left_cont_wrap .coin_list_wrap .coin_list ul li > div dl.minus dt,
section.left_cont .left_cont_wrap .coin_list_wrap .coin_list ul li > div p.minus {
  color: #dd4d54;
}

/* 상단 코인상세보기 */
section.right_cont .coin_detail {
  width: 100%;
  height: 80px;
  border: 1px solid #cdd7da;
  box-sizing: border-box;
  background: #f6f6f8;
  padding: 22px 20px 20px;
  overflow: hidden;
}
section.right_cont .coin_detail > button {
  float: left;
  width: 36px;
  height: 36px;
  background: url(../img/info_menu_icon.png) no-repeat center center;
}
section.right_cont .coin_detail > button.coin_list_open {
  display: none;
}
section.right_cont .coin_detail .name {
  float: left;
  width: 39%;
  box-sizing: border-box;
  overflow: hidden;
}
section.right_cont .coin_detail .name > img {
  width: 22px;
  height: 22px;
  margin-left: 20px;
  float: left;
}
section.right_cont .coin_detail .name > div {
  float: left;
  padding-left: 10px;
  box-sizing: border-box;
}
section.right_cont .coin_detail .name > div:last-child {
  margin-left: 60px;
}
section.right_cont .coin_detail .name > div h3 {
  font-size: 24px;
  line-height: 24px;
  color: #373a3d;
  font-weight: bold;
  margin-top: -3px;
}
section.right_cont .coin_detail .name > div.up h3 {
  color: #0e8a5a;
}
section.right_cont .coin_detail .name > div.down h3 {
  color: #dd4d54;
}
section.right_cont .coin_detail .name > div h3 small {
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
}
section.right_cont .coin_detail .name > div h3 span {
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
}
section.right_cont .coin_detail .name > div > p {
  font-size: 12px;
  line-height: 12px;
  margin-top: 4px;
}
section.right_cont .coin_detail .coin_hour {
  float: right;
  width: 57%;
  overflow: hidden;
  margin-top: -1px;
}
section.right_cont .coin_detail .coin_hour dl {
  float: right;
  min-width: 140px;
  text-align: right;
  padding-left: 30px;
  box-sizing: border-box;
}
section.right_cont .coin_detail .coin_hour dl:first-child {
  min-width: 150px;
}
section.right_cont .coin_detail .coin_hour dl:last-child {
  min-width: 110px;
}
section.right_cont .coin_detail .coin_hour dl dt {
  font-size: 16px;
  line-height: 16px;
  color: #131722;
}
section.right_cont .coin_detail .coin_hour dl dd {
  font-size: 12px;
  line-height: 12px;
  margin-top: 8px;
}

/* 차트 , 거래*/
section.right_cont .right_sec_wrap {
  width: 100%;
  height: 821px;
  overflow: hidden;
}
section.right_cont .right_sec_wrap .chart_sec {
  float: left;
  width: 70%;
  height: 821px;
}
section.right_cont .right_sec_wrap .stock_sec {
  float: left;
  width: 30%;
  height: 821px;
  padding-left: 6px;
  box-sizing: border-box;
}
section.right_cont .right_sec_wrap .chart_sec .chart {
  margin-top: 6px;
  width: 100%;
  height: 437px;
  background: #f6f6f8;
  border: 1px solid #cdd7da;
  box-sizing: border-box;
}
section.right_cont .right_sec_wrap .chart_sec .chart img {
  width: 100%;
  height: 100%;
}
.right_sec_wrap .chart_sec .deal_cont {
  width: 100%;
  height: 372px;
  margin-top: 6px;
  background: #f6f6f8;
  border: 1px solid #cdd7da;
  box-sizing: border-box;
}
.right_sec_wrap .chart_sec .deal_cont ul {
  overflow: hidden;
  padding: 20px 0;
}
.right_sec_wrap .chart_sec .deal_cont ul li {
  float: left;
  width: 50%;
  height: 330px;
  box-sizing: border-box;
  padding: 0 20px;
}
.right_sec_wrap .chart_sec .deal_cont ul li:first-child {
  border-right: 1px dashed #cdd7da;
}
.right_sec_wrap .chart_sec .deal_cont ul li h4 {
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  overflow: hidden;
}
.right_sec_wrap .chart_sec .deal_cont ul li h4 span {
  float: right;
  color: #868991;
  font-size: 12px;
  line-height: 12px;
  padding-top: 4px;
  box-sizing: border-box;
}
.right_sec_wrap .chart_sec .deal_cont ul li h4 span small {
  font-size: 12px;
  line-height: 12px;
  padding-left: 12px; 
}
.right_sec_wrap .chart_sec .deal_cont ul li h5 {
  font-size: 12px;
  line-height: 12px;
  color: #868991;
  font-weight: normal;
  margin-top: 20px;
}
.right_sec_wrap .chart_sec .deal_cont ul li h5 span {
  float: right;
  font-weight: normal;
  margin-top: -3px;
}
.right_sec_wrap .chart_sec .deal_cont ul li h5 strong {
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
}
.right_sec_wrap .chart_sec .deal_cont ul li > div {
  overflow: hidden;
  width: 100%;
  height: 37px;
  line-height: 37px;
  border: 1px solid #cdd7da;
  box-sizing: border-box;
  background: #fff;
  margin-top: 8px;
  border-radius: 0.3em;
}
.right_sec_wrap .chart_sec .deal_cont ul li > div p.tit {
  float: left;
  font-size: 13px;
  line-height: 13px;
  padding: 11px 0;
  padding-left: 10px;
}
.right_sec_wrap .chart_sec .deal_cont ul li > div > input {
  float: right;
  height: 35px;
  line-height: 35px;
  border: 0;
  width: 50%;
  text-align: right;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 18px;
  color: #131722; 
}
.right_sec_wrap .chart_sec .deal_cont ul li > div > p.up_down_btn {
  float: right;
  width: 29px;
  border-left: 1px solid #cdd7da;
  box-sizing: border-box;
}
.right_sec_wrap .chart_sec .deal_cont ul li > div > p.up_down_btn button {
  display: block;
  width: 100%;
  height: 18px;
  line-height: 18px;
  background: url(../img/up_btn.png) no-repeat center center #f6f6f8;
}
.right_sec_wrap .chart_sec .deal_cont ul li > div > p.up_down_btn button:last-child {
  background: url(../img/down_btn.png) no-repeat center center #f6f6f8;
  border-top: 1px solid #cdd7da;
  box-sizing: border-box;
}
.right_sec_wrap .chart_sec .deal_cont ul li > div > p.up_down_btn button:hover {
  background: url(../img/up_btn_on.png) no-repeat center center #dfedfa;
}
.right_sec_wrap .chart_sec .deal_cont ul li > div > p.up_down_btn button:last-child:hover {
  background: url(../img/down_btn_on.png) no-repeat center center #dfedfa;
}
.right_sec_wrap .chart_sec .deal_cont ul li > div.input_btn {
  margin-top: 10px;
  height: 107px;
}
.right_sec_wrap .chart_sec .deal_cont ul li > div p.percent_btn {
  clear: both;
  overflow: hidden;
}
.right_sec_wrap .chart_sec .deal_cont ul li > div p.percent_btn button {
  float: left;
  width: 25%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #f6f6f8;
  border-top: 1px solid #cdd7da;
  border-right: 1px solid #cdd7da;
  box-sizing: border-box;
}
.right_sec_wrap .chart_sec .deal_cont ul li > div p.percent_btn button:nth-child(4) {
  border-right: 0;
}
.right_sec_wrap .chart_sec .deal_cont ul li > div p.percent_btn button:last-child {
  border-right: 0;
  background: url(../img/reset_btn.png) no-repeat center center #f6f6f8;
}
.right_sec_wrap .chart_sec .deal_cont ul li > div p.percent_btn button:hover,
.right_sec_wrap .chart_sec .deal_cont ul li > div p.percent_btn button.active {
  background: #dfedfa;
  color: #0082ed;
}
.right_sec_wrap .chart_sec .deal_cont ul li > div p.percent_btn button:last-child:hover {
  background: url(../img/reset_btn_on.png) no-repeat center center #dfedfa;
}
.right_sec_wrap .chart_sec .deal_cont ul li > p {
  margin-top: 10px;
}
.right_sec_wrap .chart_sec .deal_cont ul li > p span {
  float: right;
}
.right_sec_wrap .chart_sec .deal_cont ul li > button {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0.3em;
  margin-top: 10px;
}
.right_sec_wrap .chart_sec .deal_cont ul li > button.buy_btn {
  background: #0e8a5a;
}
.right_sec_wrap .chart_sec .deal_cont ul li > button.sell_btn {
  background: #dd4d54;
}

/* 호가 */
section.right_cont .right_sec_wrap .stock_sec > div {
  background: #f6f6f8;
  width: 100%;
  height: 815px;
  margin-top: 6px;
  border: 1px solid #cdd7da;
  box-sizing: border-box;
}
.right_sec_wrap .stock_sec > div > h4 {
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  color: #131722;
  padding: 0 20px;
  box-sizing: border-box;
  font-weight: normal;
}
.right_sec_wrap .stock_sec > div ul.stock_head {
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  box-sizing: border-box;
  border-top: 1px solid #cdd7da;
  border-bottom: 1px solid #cdd7da;
}
.right_sec_wrap .stock_sec > div ul.stock_head li {
  float: left;
  text-align: right;
  font-size: 12px;
  padding: 10px 0;
  box-sizing: border-box;
}
.right_sec_wrap .stock_sec > div ul.stock_head li:nth-child(1) {
  width: 45%;
  text-align:left;
}
.right_sec_wrap .stock_sec > div ul.stock_head li:nth-child(2) {
  width: 20%;
}
.right_sec_wrap .stock_sec > div ul.stock_head li:nth-child(3) {
  width: 35%;
}
.right_sec_wrap .stock_sec > div ul.stock_list li {
  padding: 7px 20px;
  box-sizing: border-box;
  height: 23px;
  line-height: 23px;
  overflow: hidden;
  position: relative;
}
.right_sec_wrap .stock_sec > div ul.stock_list li:first-child,
.right_sec_wrap .stock_sec > div ul.stock_list li:last-child {
  padding: 10px 20px;
  height: 26px;
  line-height: 26px;
}
.right_sec_wrap .stock_sec > div ul.stock_list li:last-child {
  padding-top: 7px;
}
.right_sec_wrap .stock_sec > div ul.stock_list li p {
  float: left;
  font-size: 13px;
  line-height: 13px;
  text-align: right;
  position: relative;
  z-index: 40;
  box-sizing: border-box;
}
.right_sec_wrap .stock_sec > div ul.stock_list li p.bar {
  position: absolute;
  top: 0;
  right: 0;
  background: #f3dce0;
  height: 26px;
  z-index: 10;
}
.right_sec_wrap .stock_sec > div ul.stock_list.up li p.bar {
  background: #d7eae3;
}
.right_sec_wrap .stock_sec > div ul.stock_list li p.price {
  width: 45%;
  font-size: 12px;
  text-align: left;
}
.right_sec_wrap .stock_sec > div ul.stock_list li p.price span {
  display: inline-block;
  padding-right: 5px;
  font-size: 13px;
  color: #dd4d54;
}
.right_sec_wrap .stock_sec > div ul.stock_list.up li p.price span {
  color: #0d8857;
}
.right_sec_wrap .stock_sec > div ul.stock_list li p.volume {
  width: 20%;
  padding-left: 10px;
}

.right_sec_wrap .stock_sec > div ul.stock_list li p.total {
  width: 35%;
  padding-left: 10px;
  color: #131722;
}
.right_sec_wrap .stock_sec > div > p {
  height: 41px;
  line-height: 41px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  border-top: 1px solid #cdd7da;
  border-bottom: 1px solid #cdd7da;
}
.right_sec_wrap .stock_sec > div > p small {
  font-size: 13px;
  color: #868991;
  padding-left: 4px;
}
.right_sec_wrap .stock_sec > div > p span {
  padding-left: 13px;
  position: relative;
}
.right_sec_wrap .stock_sec > div > p.down span:before {
  content: "↓";
  color: #dd4d54;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  top: -11px;
  right: 0;
}
.right_sec_wrap .stock_sec > div > p.up span:before {
  content: "↑";
  color: #0d8857 ;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  top: -11px;
  right: 0;
}
/* 나의 거래내역 */
section.right_cont .my_deal {
  width: 100%;
  height: 314px;
  overflow: hidden;
  padding-top: 6px;
}
section.right_cont .my_deal .my_deal_cont {
  float: left;
  width: 60%;
  height: 308px;
  border: 1px solid #cdd7da;
  box-sizing: border-box;
  background: #f6f6f8;
}
section.right_cont .my_deal .trade_list {
  float: left;
  width: 40%;
  height: 308px;
  padding-left: 6px;
  box-sizing: border-box;
}
section.right_cont .my_deal .my_deal_cont .my_deal_tab {
  overflow: hidden;
}
section.right_cont .my_deal .my_deal_cont .my_deal_tab li {
  float: left;
  width: 50%;
}
section.right_cont .my_deal .my_deal_cont .my_deal_tab li a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #eaebee;
  border: 1px solid #cdd7da;
  border-left: 0;
  border-top: 0;
  text-align: center;
  font-size: 16px;
  box-sizing: border-box;
}
section.right_cont .my_deal .my_deal_cont .my_deal_tab li:last-child a {
  border-right: 0;
}
section.right_cont .my_deal .my_deal_cont .my_deal_tab li a.active {
  border-bottom: 0;
  border-top: 2px solid #0082ed;
  background: #f6f6f8;
  color: #131722;
}
table.deal_table {
  width: 100%;
}
table.deal_table thead tr {
  border-bottom: 1px solid #cdd7da;
  box-sizing: border-box;
}
table.deal_table thead tr th {
  height: 31px;
  font-size: 12px;
  text-align: right;
}
table.deal_table thead tr th:first-child,
table.deal_table thead tr th:nth-child(2) {
  text-align: left;
}
table.deal_table thead tr th:first-child {
  padding-left: 20px;
  box-sizing: border-box;
}
table.deal_table thead tr th:last-child {
  padding-right: 20px;
  box-sizing: border-box;
}
div.order_list {
  height: 236px;
}
table.deal_table tbody tr:first-child td {
  height: 26px;
  line-height: 13px;
  padding-top: 5px;
}
table.deal_table tbody tr:last-child td {
  height: 26px;
  line-height: 13px;
  padding-bottom: 9px;
}
table.deal_table tbody tr td {
  height: 23px;
  font-size: 13px;
  line-height: 13px;
  text-align: right;
  box-sizing: border-box;
}
table.deal_table tbody tr td:first-child {
  padding-left: 20px;
  text-align: left;
}
table.deal_table tbody tr td:nth-child(2) {
  text-align: left;
  color: #131722;
}
table.deal_table tbody tr td:last-child {
  padding-right: 20px;
  color: #131722;
}
table.deal_table tbody tr.buy td:nth-child(4),
table.deal_table tbody tr.buy td:nth-child(5) {
  color: #0e8a5a;
}
table.deal_table tbody tr.sell td:nth-child(4),
table.deal_table tbody tr.sell td:nth-child(5) {
  color: #dd4d54;
}
table.deal_table tbody tr td span {
  font-size: 12px;
  color: #868991;
  padding-left: 5px;
  box-sizing: border-box;
}
section.right_cont .my_deal .my_deal_list > div {
  display: none;
}
section.right_cont .my_deal .my_deal_list > div:first-child {
  display: block;
}
section.right_cont .my_deal .trade_list > div {
  background: #f6f6f8;
  height: 308px;
  border: 1px solid #cdd7da;
  box-sizing: border-box;
}
section.right_cont .my_deal .trade_list > div > h5 {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #cdd7da;
  color: #131722;
  font-weight: normal;
}
section.right_cont .my_deal .trade_list .trade_cont {
  height: 236px;
}
table.deal_table.trade thead tr th:nth-child(2),
table.deal_table.trade tbody tr td:nth-child(2) {
  text-align: right;
  color: #868991;
}
table.deal_table.trade tbody tr.buy td:first-child {
  color: #0e8a5a;
}
table.deal_table.trade tbody tr.sell td:first-child {
  color: #dd4d54;
}
table.deal_table.trade tbody tr td:last-child {
  color: #868991;
}
table.deal_table.trade tbody tr td:nth-child(3) {
  color: #131722;
}

.pop_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.1);
  display: none;
}

@media (max-width: 1599px) {
  section.right_cont .coin_detail > button.coin_list_btn {
      display: none;
  }
  section.right_cont .coin_detail > button.coin_list_open {
      display: block;
  }
  .content_wrap > section.left_cont {
      width: 500px;
      position: absolute;
      top: 6px;
      left: -550px;
      z-index: 90;
      box-shadow: 1px 1px 5px rgba(0,0,0,.15);
  }
  .content_wrap > section.left_cont.open {
      width: 500px;
  }
  .content_wrap > section.right_cont {
      width: 100%;
      padding-left: 0;
  }
  .content_wrap > section.right_cont.open {
      width: 100%;
  }
}