/*
 * @title		거래순위정보
 * @author		김보람, 정우관
 * @date		2012.05.01
 * @update		2025.12.18([F/E] 류지원)
 * @description
 */

table + table {margin:0;}
.g_content .g_gray_table th {height:30px;background-color:#F8F8F8;}

/* 전일대비 거래순위 TOP 30 */
.trade_top_list table {display: inline; background-color: var(--color-white); border: 0;}
.trade_top_list table:first-child{margin-right: 20px;}
.trade_top_list table tr, .trade_top_list table tr th, .trade_top_list table tr td{border: 0; height: 34px; font-size: 14px; color: var(--color-gray11);}
.trade_top_list table .top_label{text-align: left; padding: 0 15px; background-color: var(--color-bluegray5); color: var(--color-white); border-radius: 5px;}
.trade_top_list table :not(.rank_more) tr:nth-child(2) td{padding-top: 20px;}
.trade_top_list table tr td .g_blue1{color: #005ed9;}
.trade_top_list table tr td .g_red1{color: #ce0000;}
.trade_top_list .more{display: block; clear: both; margin-top: 20px; padding: 10px; text-align: center; background-color: #F9F9FA; border-radius: 5px;}

/* 최고가거래 */
/*.box6 {padding:16px 20px;}*/
/*.box6 {background-color:#F9F9FA; border:0;}*/
.box_title {padding: 0 15px; background-color: var(--color-bluegray5); color: var(--color-white); border-radius: 5px; height: 34px;}
/*.box_title{ border-bottom:1px solid #EFF0F2; padding-bottom:4px;}*/
/*.box_title .g_right {font-weight:bold;}*/
.box_title h6{font-size: 15px; height: 34px; display: flex; align-items: center; justify-content: space-between;}
.box_title span{font-size: 13px; font-weight: normal;}
/*.inner_box {padding:15px 15px 25px;background-color:#FFF;}*/
/*.rank_area {float:left;width:360px;padding-left:13px;}*/
/*.rank_area {padding:0;width:380px;}*/
/*.rank_area > .f_bold > img {margin-top:-4px;}*/
/*.rank_area > .g_gray_table {margin-top:7px;}*/
/*.rank_area:first-child {padding-right:10px;}*/
.table_border{border: 0; background-color: var(--color-white); display: inline;}
.table_border:first-child{padding-right: 10px;}
.table_border tr, .tb_list th, .tb_list td {height: 45px; color: var(--color-gray11);}
.table_border tr:first-child{height: 0; font-size: 15px; color: var(--color-gray11);}
.table_border tr .top_label{height: 0; text-align: left; background-color: var(--color-white); border: 0; padding: 20px 0 0;}
.table_border tr .rank{padding-left: 10px;}
.table_border tr td .money{font-size: 16px; font-weight: bold; margin-bottom: 3px;}
.table_border tr td .money span{font-weight: normal;}
.table_border tr td .time{font-size: 13px; font-weight: 400; color: var(--color-gray7);}

table tr td.first{color: #F4732B; position: relative;}
table .first{color: #F4732B; position: relative;}
table .rank{font-weight: bold; color: var(--color-gray11); font-size: 15px;}
table .game_name{text-align: left; padding-left: 10px;}
table .game_name .first_crown{position: absolute; margin-left: 5px;}
table .game_name .first_crown img {margin: -1px 4px 0 0;}
