.market {
	gap: 0;
}
.market .fix_tit .inner {
	gap: 20px;
}
.market .tit {
	position: relative;
	margin-bottom: 0!important;
}
.market .tit .tabs {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	gap: 15px;
	width: max-content;
}
.market .tit .tabs a {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	padding: 0 10px 10px;
	border-bottom: 2px solid transparent;
}
.market .tit .tabs a.active {
	border-bottom: 2px solid var(--red);
}

/* 20240809 */
.market .comparison {
	position: relative;
	gap: 20px;
	padding-top: 30px;
}
.market .comparison:before {
	content: '기준 거래소';
	position: absolute;
	top: 0;
	left: 0;
}
.market .comparison:after {
	content: '해외 거래소';
	position: absolute;
	top: 0;
	right: 0;
}
/* // 20240809 */
.market .comparison h4 {
	font-size: 24px;
	font-weight: 500;
}
.market .drop_down {
	position: relative;
	flex: 1;
}
.market .drop_down .result {
	display: block;
	width: 100%;
	text-align: left;
	border-radius: 30px;
	border: 1px solid #AAA;
	background: url("../images/arrow-down-gray.svg")no-repeat calc(100% - 40px) 50%;
	padding: 20px 40px;
	font-size: 18px;
	font-weight: 700;
	color: #323232;
	box-sizing: border-box;
}
.market .drop_down .result img {
	vertical-align: middle;
	margin-right: 10px;
}
.market .drop_down ul {
	display: none;
    position: absolute;
    top: 80px;
    width: 100%;
    border: 1px solid #AAA;
    border-radius: 10px;
    padding: 20px 40px;
	background: var(--white);
    gap: 20px;
	z-index: 2;
	box-sizing: border-box;
}
.market .drop_down ul.open {
	display: flex;
}
.market .drop_down ul li button {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 18px;
	font-weight: 700;
	color: #323232;
}
.market .drop_down ul li button img {
	vertical-align: middle;
	margin-right: 10px;
}
.market .comparison .box strong {
	color: #6F6F6F;
	font-size: 20px;
	padding: 0 40px;
}
.market .func {
	gap: 10px;
	padding-bottom: 30px;
}
.market .func .func_tab {
	width: 500px;
	border-radius: 10px;
	border: 1px solid #D6D6D6;
	box-sizing: border-box;
	overflow: hidden;
}
.market .func .func_tab > * {
	flex: 1;
	height: 50px;
	line-height: 50px;
	border-right: 1px solid #D6D6D6;
	background: #F0F0F0;
	color: #6F6F6F;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	box-sizing: border-box;
}
.market .func .func_tab > *:last-child {
	border-right: 1px solid transparent!important;
}
.market .func .func_tab > *.active {
	background: #323232;
	color: var(--white);
}
.market .func .add_fv {
	width: 155px; /* 20240809 */
	height: 50px;
	border-radius: 30px;
	border: 1px solid #AAA;
	color: #323232;
	font-size: 18px;
	font-weight: 500;
	box-sizing: border-box;
}
.market .func .search_box {
	flex: 1;
	gap: 10px;
	justify-content: end;
}
.market .func .search {
	flex: 1;
	min-width: 160px;
	max-width: 400px;
	height: 50px;
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	gap: 10px;
	padding: 0 20px;
	box-sizing: border-box;
}
.market .func .search input {
	flex: 1;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	background: transparent;
}
.market .func .search .search_btn {
	width: 24px;
	height: 24px;
	background: url("../images/ic_search_gray.svg")no-repeat 50% 50% / 100%;
}
.market .func .toggle_box {
	padding: 5px;
	border-radius: 30px;
	background: #F0F0F0;
	gap: 10px;
	box-sizing: border-box;
}
.market .func .toggle_box button {
	color: #AAA;
	height: 40px;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 500;
	padding: 0 20px;
	border: 1px solid transparent;
	box-sizing: border-box;
}
.market .func .toggle_box button.active {
	border: 1px solid #6F6F6F;
	background: var(--white);
	color: #6F6F6F;
}

.market .t_scroll {
	position: relative;
	margin-bottom: 20px;
}
/* 20240809
.market.gimp .t_scroll,
 */
.market.market_coin .t_scroll {
	overflow-x: visible;
}
/* 20240809 */
.market .list_table:not(.market.gimp .list_table) {
	min-width: auto;
	border-collapse: separate;
}
/* // 20240809 */
.market .list_table thead {
	position: -webkit-sticky;
	position: sticky;
    z-index: 1;
}
/* 20240809
.market.gimp .list_table thead {
	top: 420px;
}
*/
.market.market_coin .list_table thead {
	top: 303px;
}
.market .list_table tbody tr {
	cursor: pointer;
}
.market .list_table td > p {
	color: var(--red);
	font-size: 12px;
}
.market .list_table .coin {
	gap: 6px;
}
.market .list_table .coin .img {
	position: relative;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	overflow: hidden;
}
.market .list_table .coin .img img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.market .list_table .coin strong {
	flex:1;
	color: #000;
	font-size: 18px;
}
.market .list_table .coin .btn_fv {
	width: 20px;
	height: 20px;
	background: url("../images/ic_star_black.svg")no-repeat 50% 50% / 100%;
}
.market .list_table .coin .btn_fv.active {
	background: url("../images/ic_star_black_on.svg")no-repeat 50% 50% / 100%;
}
.crypto_list {
	gap: 20px;
}
.crypto_list > div {
	flex: 1;
	width: 100%;
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	padding: 20px;
	gap: 30px;
	box-sizing: border-box;
}
.crypto_list > div > h3 {
	font-size: 22px;
}
.crypto_list > div > h3 img {
	width: 40px;
	vertical-align: middle;
}
.crypto_list > div .t_scroll .list_table {
	min-width: auto;
}




.theme-dark .market .func .func_tab {
	border: 1px solid #7c7c7c;
}
.theme-dark .market .func .func_tab > * {
	border-right: 1px solid #7c7c7c;
}
.theme-dark .market .tit .tabs a {
	color: var(--white);
}
.theme-dark .market .drop_down .result {
	color: var(--white);
}
.theme-dark .market .func .func_tab > * {
	background: #323232;
}
.theme-dark .market .func .func_tab > *.active {
	background: #000;
}
.theme-dark .market .func .add_fv {
	color: #7c7c7c;
}
.theme-dark .market .list_table .coin strong {
    color: var(--white);
}
.theme-dark .market .list_table .coin .btn_fv {
	background: url("../images/ic_star.svg")no-repeat 50% 50% / 100%;
}
.theme-dark .market .list_table .coin .btn_fv.active {
	background: url("../images/ic_star_on.svg")no-repeat 50% 50% / 100%;
}
.theme-dark .market .func .search {
	border: 1px solid #7c7c7c;
}
.theme-dark .market .func .search input {
	color: var(--white);
}
.theme-dark .market .func .toggle_box {
	background: #1F1F1F;
}
.theme-dark .market .func .toggle_box button.active {
    border: 1px solid #7c7c7c;
    background: #323232;
    color: var(--white);
}


.market_gift {
	gap: 20px;
}
.market_gift .func {
	padding-bottom: 0!important;
}
.market_gift .list_table thead {
	top: 200px;
}
.market_gift .list_table tbody tr {
	cursor: auto;
}
.market.market_gift .t_scroll {
	overflow: visible;
}
.market_gift .gap15 {
	gap: 15px;
	padding-bottom: 15px;
	box-sizing: border-box;
}
.market_gift .func .func_tab {
	width: 300px;
}
.market_gift .func .drop_box {
	flex: 1;
	gap: 10px;
}
.market_gift .func .drop_down {
	max-width: 170px;
}
.market_gift .func .drop_down.w110 {
	max-width: 110px;
}
.market_gift .func .drop_down .result {
	padding: 12px 20px;
	background-position: calc(100% - 20px) 50%;
}
.market_gift .func .drop_down ul {
	top: 60px;
    padding: 11px 20px;
}
.market_gift .ls_form {
	gap: 60px;
}
.market_gift .ls_form .item {
	position: relative;
	width: 100%;
	padding: 30px 0;
	box-sizing: border-box;
}
.market_gift .ls_form .item > div {
	gap: 5px;
}
.market_gift .ls_form .item .bar_box {
	position: relative;
	width: 100%;
    height: 20px;
    border-radius: 50px;
	gap: 0;
    overflow: hidden;
}
.market_gift .ls_form .item .bar_box .long_bar {
	background: #FF6767;
}
.market_gift .ls_form .item .bar_box .short_bar {
	background: #6776FF;
}
.market_gift .ls_form .item .percent {
	position: absolute;
	top: 0;
	font-size: 20px;
	font-weight: 500;
}
.market_gift .ls_form .item .bar {
	height: 20px;
}
.market_gift .ls_form .item p {
	position: absolute;
	bottom: 0;
	color: #aaa;
}
.market_gift .ls_form .item .long {
	text-align: left;
}
.market_gift .ls_form .item .long .percent {
	left: 0;
	color: #FF6767;
}
.market_gift .ls_form .item .long p {
	left: 0;
}
.market_gift .ls_form .item .short {
	text-align: right;
}
.market_gift .ls_form .item .short .percent {
	right: 0;
	color: #6776FF;
}
.market_gift .ls_form .item .short p {
	right: 0;
}


.market_exchange .list_table {
	min-width: 760px;
}
.market_exchange .list_table colgroup {
	display: none!important;
}
.market_exchange .func .func_tab {
    width: 600px;
}
.market_exchange .list_table td {
	color: #000;
}
.market_exchange .list_table td.money strong {
	font-weight: 500;
}
.market_exchange .list_table td.money span {
	color: #AAA;
	font-size: 12px;
}




.crypto_detail .inner {
	gap: 50px;
}
.crypto_detail .top {
	gap: 10px;
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 50px;
}
.crypto_detail .top .info {
	width: 400px;
	gap: 10px;
}
.crypto_detail .top .info .name {
	gap: 5px;
	font-size: 22px;
	font-weight: 600;
}
.crypto_detail .top .info .name .thumb {
	position: relative;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	overflow: hidden;
}
.crypto_detail .top .info .name .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.crypto_detail .top .info .name strong span {
	color: #aaa;
	font-weight: 400;
	font-size: 16px;
}
.crypto_detail .top .info .name .btn_fv {
	width: 30px;
	height: 30px;
	border: 1px solid #DEDEDE;
	border-radius: 5px;
	background: url("../images/ic_star_black.svg")no-repeat 50% 50% / 20px;
}
.crypto_detail .top .info .name .btn_fv.active {
	background: url("../images/ic_star_black_on.svg")no-repeat 50% 50% / 20px;
}
.crypto_detail .top .info .badge {
	gap: 5px;
}
.crypto_detail .top .info .badge span {
	background: rgba(0, 0, 0, 0.05);
	font-size: 14px;
	padding: 3px 7px;
	border-radius: 5px;
}
.crypto_detail .top .util {
	flex: 1; 
	width: 100%;
}
.crypto_detail .top .util .price_box {
	flex: 1;
	width: 100%;
}
.crypto_detail .top .util .price_box > div {
	gap: 20px;
}
.crypto_detail .top .util .price_box > div:nth-child(1) {
	width: 300px;
}
.crypto_detail .top .util .price_box .price {
	gap: 5px;
}
.crypto_detail .top .util .price_box .price strong {
	font-size: 28px;
}
.crypto_detail .top .util .price_box .price p {
	color: #aaa;
	text-align: center;
}
.crypto_detail .top .util .price_box .up_down {
	gap: 15px;
}
.crypto_detail .top .util .bar_box {
	flex: 1;
	width: 100%;
}
.crypto_detail .top .util .bar_box .bar {
	flex: 1;
	width: 100%;
}
.crypto_detail .top .util .bar_box .line {
	position: relative;
	height: 10px;
	background: #F0F0F0;
	border-radius: 50px;
	margin: 10px 0 25px;
}
.crypto_detail .top .util .bar_box .line span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	background: #323232;
	border-radius: 50px;
}
.crypto_detail .top .util .bar_box .line span svg {
	position: absolute;
	bottom: -12px;
	right: 0;
}
.crypto_detail .top .util .bar_box .line + div {
	font-size: 14px;
	color: #aaa;
}
.crypto_detail .top .util .bar_box .line + div strong {
	color: #000;
}
.crypto_detail .top .util .bar_box .drop_down {
	max-width: 130px;
}
.crypto_detail .top .etc {
	margin-top: 60px;
}
.crypto_detail .top .etc .item {
	width: 25%;
	gap: 20px;
}
.crypto_detail .top .etc .item > div {
	position: relative;
	gap: 10px;
}
.crypto_detail .top .etc .item > div > p {
	color: #aaa;
	gap: 5px;
}
.crypto_detail .top .etc .item .tooltip {
	width: 20px;
	height: 20px;
	background: url("../images/ic_danger.svg")no-repeat 50% 50% / 100%;
}
.crypto_detail .top .etc .item .tooltip_box {
	display: none;
	position: absolute;
	top: -40px;
	left: 0;
	width: max-content;
	background: #F0F0F0;
	padding: 6px 10px;
    border-radius: 5px;
	z-index: 1;
	box-sizing: border-box;
}
.crypto_detail .top .etc .item:last-child .tooltip_box {
	left: auto;
	right: 0;
}
.crypto_detail .top .etc .item .percent_bar {
	gap: 10px;
}
.crypto_detail .top .etc .item .percent_bar .bar {
	position: relative;
    height: 10px;
    background: #F0F0F0;
    border-radius: 50px;
}
.crypto_detail .top .etc .item .percent_bar .bar span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    background: #323232;
    border-radius: 50px;
}
.crypto_detail .drop_down {
	position: relative;
	flex: 1;
}
.crypto_detail .drop_down .result {
	display: block;
	width: 100%;
	text-align: left;
	border-radius: 30px;
	border: 1px solid #AAA;
	background: url("../images/arrow-down-gray.svg")no-repeat calc(100% - 15px) 50%;
	padding: 10px 50px 10px 20px;
	font-size: 18px;
	font-weight: 700;
	color: #323232;
	box-sizing: border-box;
}
.crypto_detail .drop_down .result img {
	vertical-align: middle;
	margin-right: 10px;
}
.crypto_detail .drop_down ul {
	display: none;
    position: absolute;
    top: 50px;
    width: 100%;
    border: 1px solid #AAA;
    border-radius: 10px;
    padding: 10px 50px 10px 20px;
	background: var(--white);
    gap: 20px;
	z-index: 2;
	box-sizing: border-box;
}
.crypto_detail .drop_down ul.open {
	display: flex;
}
.crypto_detail .drop_down ul li button {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 18px;
	font-weight: 700;
	color: #323232;
}
.crypto_detail .drop_down ul li button img {
	vertical-align: middle;
	margin-right: 10px;
}
.crypto_detail .form {
	margin-top: 30px;
	gap: 30px;
}
.crypto_detail .chart > h4 {
	font-size: 22px;
}
.crypto_detail .chart_box .chart {
	flex: 1;
	width: 100%;
	gap: 30px;
}
.crypto_detail .tab_box {
	gap: 10px;
}
.crypto_detail .chart_box .tab_box > div:nth-child(1) {
	flex: 1;
	gap: 10px;
}
.crypto_detail .func_tab {
	flex: 1;
	max-width: 350px;
	border-radius: 10px;
	border: 1px solid #D6D6D6;
	box-sizing: border-box;
	overflow: hidden;
}
.crypto_detail .func_tab > * {
	flex: 1;
	height: 50px;
	border-right: 1px solid #D6D6D6;
	background: #F0F0F0;
	color: #6F6F6F;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	box-sizing: border-box;
}
.crypto_detail .func_tab > *:last-child {
	border-right: 1px solid transparent!important;
}
.crypto_detail .func_tab > *.active {
	background: #323232;
	color: var(--white);
}
.crypto_detail .chart_box .select_type {
	border: 1px solid #D6D6D6;
	border-radius: 10px;
	overflow: hidden;
}
.crypto_detail .chart_box .select_type button {
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #F0F0F0;
}
.crypto_detail .chart_box .select_type button.line {
	background-image: url("../images/ic_line_graph.webp");
	border-right: 1px solid #D6D6D6;
	background-size: 30px;
	opacity: .3;
}
.crypto_detail .chart_box .select_type button.line.active {
	background-image: url("../images/ic_line_graph_on.webp");
	opacity: 1;
}
.crypto_detail .chart_box .select_type button.candle {
	background-image: url("../images/ic_candle_graph.webp");
	background-size: 20px;
	opacity: .3;
	border-left: 1px solid #D6D6D6;
}
.crypto_detail .chart_box .select_type button.candle.active {
	background-image: url("../images/ic_candle_graph_on.webp");
	opacity: 1;
}
.crypto_detail .tabs {
	width: max-content;
	padding: 5px;
    border-radius: 30px;
    background: #F0F0F0;
    gap: 10px;
    box-sizing: border-box;
}
.crypto_detail .tabs button {
	color: #AAA;
    height: 40px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 20px;
    border: 1px solid transparent;
    box-sizing: border-box;
}
.crypto_detail .tabs button.active {
	border: 1px solid #6F6F6F;
    background: var(--white);
    color: #6F6F6F;
}
.crypto_detail .calc_box {
	width: 420px;
	gap: 20px;
}
.crypto_detail .calc_box .item {
	gap: 10px;
}
.crypto_detail .calc_box .item > p {
	font-size: 20px;
	font-weight: 500;
}
.crypto_detail .calc_box .item .calc_form .flex {
	gap: 5px;
}
.crypto_detail .calc_box .item .calc_form > div {
	padding: 5px 0;
}
.crypto_detail .calc_box .item .calc_form > div.from button {
    background: transparent;
    padding: 10px 10px;
    border-radius: 5px;
    margin: -10px -10px;
    width: calc(100% - -20px);
	transition: all .1s;
	box-sizing: border-box;
}
.crypto_detail .calc_box .item .calc_form > div.from button:hover {
	background: #f0f0f0;
}
.crypto_detail .calc_box .item .calc_form .icon {
	position: relative;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    overflow: hidden;
}
.crypto_detail .calc_box .item .calc_form .icon img {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.crypto_detail .calc_box .item .calc_form strong {
	margin-bottom: 0;
}
.crypto_detail .calc_box .item .calc_form input {
	font-size: 16px;
	background-color: transparent;
}
.crypto_detail .calc_box .item > div {
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	padding: 15px 20px;
	gap: 20px;
	box-sizing: border-box;
}
.crypto_detail .calc_box .item > div strong {
	font-weight: 500;
	margin-bottom: 5px;
}
.crypto_detail .calc_box .item > div .list_flex > div {
	padding: 10px 0;
	border-bottom: 1px solid #DEDEDE;
	gap: 5px;
}
.crypto_detail .calc_box .item > div > div.hidden {
	display: none;
}
.crypto_detail .calc_box .item > div.open > div.hidden {
	display: flex;
}
.crypto_detail .calc_box .item > div .list_flex > div:last-child {
	border-bottom: 0;
}
.crypto_detail .calc_box .item > div .list_flex .sec > p {
	color: #aaa;
	font-size: 14px;
}
.crypto_detail .calc_box .item > div .list_flex .sec > p span {
    background: rgba(0, 0, 0, 0.05);
    color: #333;
    padding: 4px 7px;
    border-radius: 5px;
    margin-left: 5px;
}
.crypto_detail .calc_box .item > div .list_flex .sec > div {
	text-align: right;
	font-weight: 500;
	gap: 5px;
}
.crypto_detail .calc_box .btn_more {
	height: 46px;
	font-size: 16px;
}
.crypto_detail .calc_box .btn_more:after {
	content: '더보기';
	background: none;
}
.crypto_detail .calc_box .open .btn_more:after {
	content: '닫기';
}
.crypto_detail #list_box {
	gap: 30px;
}
.crypto_detail #list_box h3 {
	font-size: 22px;
}
.crypto_detail #list_box .tab_box > div {
	flex: 1;
	gap: 15px;
}
.crypto_detail #list_box .list_table {
    min-width: 1050px;
}
#pay_select .modal_cont {
	max-width: 850px;
}
#pay_select .bar {
	justify-content: space-between;
}
#pay_select .search {
	border-bottom: 1px solid #D6D6D6;
}
#pay_select .search input {
	flex: 1;
	width: 100%;
	height: 45px;
	font-size: 20px;
}
#pay_select .search .search_btn {
	width: 30px;
	height: 30px;
	background: url("../images/ic_search_gray.svg")no-repeat 50% 50%;
}
#pay_select .result {
	margin-top: 30px;
	gap: 20px;
}
#pay_select .result > div {
	width: calc(33.333% - 14px);
}
#pay_select .result > div input {
	display: none;
}
#pay_select .result > div input + label {
	width: 100%;
	gap: 10px;
	box-shadow: none;
	transition: all .1s;
	padding: 10px;
	border-radius: 5px;
	box-sizing: border-box;
}
#pay_select .result > div input:checked + label {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
}
#pay_select .result > div input + label .icon {
	position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
}
#pay_select .result > div input + label .icon img {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#pay_select .result > div input + label .info {
	flex: 1;
	width: 100%;
}
#pay_select .result > div input + label .info p {
	font-size: 14px;
	color: #aaa;
}

.theme-dark .crypto_detail .top {
    border-bottom: 1px solid #7c7c7c;
}
.theme-dark .crypto_detail .top .info .badge span {
    background: rgba(255,255,255,0.05);
}
.theme-dark .crypto_detail .top .info .name .btn_fv {
	border: 1px solid #7C7C7C;
	background: url("../images/ic_star.svg")no-repeat 50% 50% / 20px
}
.theme-dark .crypto_detail .top .info .name .btn_fv.active {
    background: url("../images/ic_star_on.svg") no-repeat 50% 50% / 20px;
}
.theme-dark .crypto_detail .top .util .bar_box .line {
	background: #1F1F1F;
}
.theme-dark .crypto_detail .top .util .bar_box .line span {
	background: #aaa;
}
.theme-dark .crypto_detail .top .util .bar_box .line span svg polygon {
	fill: #aaa;
}
.theme-dark .crypto_detail .top .util .bar_box .line + div strong {
	color: var(--white);
}
.theme-dark .crypto_detail .drop_down .result {
	color: var(--white);
}
.theme-dark .crypto_detail .top .etc .item .tooltip_box {
	background: #1F1F1F;
}
.theme-dark .crypto_detail .top .etc .item .percent_bar .bar {
	background: #1F1F1F;
}
.theme-dark .crypto_detail .top .etc .item .percent_bar .bar span {
	background: #aaa;
}
.theme-dark .crypto_detail .tabs {
	background: #1F1F1F;
}
.theme-dark .crypto_detail .tabs button.active {
    border: 1px solid #7c7c7c;
    background: #323232;
    color: var(--white);
}
.theme-dark .crypto_detail .func_tab {
    border: 1px solid #7c7c7c;
}
.theme-dark .crypto_detail .func_tab > * {
    background: #323232;
	border-right: 1px solid #7c7c7c;
}
.theme-dark .crypto_detail .func_tab > *.active {
	background: #000;
}
.theme-dark .crypto_detail .calc_box .item > div {
	border: 1px solid #7c7c7c;
}
.theme-dark .crypto_detail .calc_box .item .calc_form input {
	color: var(--white);
}
.theme-dark .crypto_detail .calc_box .item .calc_form > div.from button {
	color: var(--white);
}
.theme-dark .crypto_detail .calc_box .item .calc_form > div.from button:hover {
	background: #000;
}
.theme-dark .crypto_detail .calc_box .item > div .list_flex > div{
	border-bottom: 1px solid #7c7c7c;
}



.market_detail .inner {
	gap: 30px;
}
.market_detail .top {
	gap: 15px 10px;
}
.market_detail .top .info {
	gap: 10px;
}
.market_detail .top .info .name {
	gap: 5px;
	font-size: 22px;
	font-weight: 600;
}
.market_detail .top .info .name .thumb {
	position: relative;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	overflow: hidden;
}
.market_detail .top .info .name .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.market_detail .top .info .price {
	font-size: 36px;
	font-weight: 600;
	align-items: start;
	gap: 5px;
}
.market_detail .top .info .price span {
    background: #F0F0F0;
    color: #323232;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    padding: 2px 5px;
	margin-top: 5px;
}
.market_detail .top .info .etc {
	gap: 10px;
	font-weight: 500;
}
.market_detail .top .info .etc > div {
	gap: 5px;
}
.market_detail .top .info .etc span {
	font-size: 14px;
	font-weight: 400;
}
.market_detail .top .box .circle_tab {
	margin-top: 25px;
	justify-content: end;
}

.market_detail .tabs {
	padding: 5px;
    border-radius: 30px;
    background: #F0F0F0;
    gap: 10px;
    box-sizing: border-box;
}
.market_detail .tabs button {
	color: #AAA;
    height: 40px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 20px;
    border: 1px solid transparent;
    box-sizing: border-box;
}
.market_detail .tabs button.active {
	border: 1px solid #6F6F6F;
    background: var(--white);
    color: #6F6F6F;
}
.detail .circle_tab {
	gap: 10px;
}
.detail .circle_tab > * {
	padding: 0 20px;
	height: 36px;
	line-height: 36px;
	background: #F0F0F0;
	border-radius: 50px;
	color: #6F6F6F;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	box-sizing: border-box;
}
.detail .circle_tab > *.active {
	background: #323232;
	color: var(--white);
}
.market_detail .list {
	align-items: start;
	gap: 30px;
}
.market_detail .list .chart {
	width: 100%;
}
.market_detail .list .view {
	flex: 1;
	width: 100%;
	gap: 20px;
}
.market_detail .list .view .tabs {
	width: max-content;
}
.market_detail .list .rank_top {
	width: 380px;
	background: #F6F6F6;
	padding: 20px;
	border-radius: 10px;
	box-sizing: border-box;
}
.market_detail .list .rank_top h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.market_detail .list .rank_top .item {
	padding: 20px 0;
	border-bottom: 1px solid #DEDEDE;
	gap: 5px;
}
.market_detail .list .rank_top .item:last-child {
	border-bottom: 0!important;
	padding-bottom: 0;
}
.market_detail .list .rank_top .item a {
	flex: 1;
	gap: 5px;
}
.market_detail .list .rank_top .item .icon {
	position: relative;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	overflow: hidden;
}
.market_detail .list .rank_top .item .icon img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.market_detail .list .rank_top .item p {
	color: #AAA;
}
.market_detail .type {
	justify-content: end;
	padding-bottom: 20px;
	gap: 10px;
}
.market_detail .type button {
	width: 138px;
	height: 50px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 30px;
	border: 1px solid #AAA;
	text-indent: 32px;
	background-repeat: no-repeat;
	background-position: 20px 50%;
	box-sizing: border-box;
}
.market_detail .type button.type_list {
	background-image: url("../images/icon_gallery.svg");
}
.market_detail .type button.type_gallery {
	background-image: url("../images/icon_list.svg");
}
.market_detail .news .news_list {
	border-radius: 5px;
	border: 1px solid #DEDEDE;
	overflow: hidden;
	box-sizing: border-box;
}
.market_detail .news .news_list .item {
	position: relative;
	padding: 20px 40px;
}
.market_detail .news .news_list_type .list .item:hover {
	background: #F6F6F6;
}
.market_detail .news .news_list .item .top {
	gap: 15px;
	margin-bottom: 10px;
}
.market_detail .news .news_list .item .top .category {
	font-size: 14px;
	font-weight: 500;
	padding: 10px 15px;
	border-radius: 5px;
	background: #F0F0F0;
	box-sizing: border-box;
}
.market_detail .news .news_list .item .top .date {
	flex: 1;
	color: #6F6F6F;
	font-weight: 500;
	word-break: keep-all;
}
.market_detail .news .news_list .item .info {
	gap: 10px;
}
.market_detail .news .news_list .item .info .subject {
	font-size: 20px;
	font-weight: 500;
}
.market_detail .news .news_list .item .info .subject p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.market_detail .news .news_list .item .info .cont {
	color: #6F6F6F;
	font-size: 16px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.market_detail .news .list_gallery .news_list {
	gap: 20px;
	padding: 40px;
}
.market_detail .news .list_gallery .news_list .item {
	width: calc(25% - 15px);
	padding: 0;
}
.market_detail .news .list_gallery .news_list .item .thumb {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 10px;
}
.market_detail .news .list_gallery .news_list .item .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.market_detail .news .list_gallery .news_list .item .top {
    gap: 5px;
}
.market_detail .news .btn_more {
	margin-top: 20px;
}
.theme-dark .market_detail .tabs {
	background: #1F1F1F;
}
.theme-dark .market_detail .tabs button.active {
    border: 1px solid #7c7c7c;
    background: #323232;
    color: var(--white);
}
.theme-dark .detail .circle_tab > * {
    color: #6F6F6F;
	background: transparent;
	border: 1px solid #7c7c7c;
	box-sizing: border-box;
}
.theme-dark .detail .circle_tab > *.active {
    color: var(--white);
	background: #1F1F1F;
	border: 1px solid #1F1F1F;
}
.theme-dark .market_detail .list .rank_top {
	background: #1F1F1F;
}
.theme-dark .market_detail .list .rank_top .item {
	border-bottom: 1px solid #7c7c7c;
}
.theme-dark .market_detail .type button {
	background-color: #7C7C7C;
	color: var(--white);
}
.theme-dark .market_detail .type button.type_list {
	background-image: url("../images/icon_gallery_white.svg");
}
.theme-dark .market_detail .type button.type_gallery {
	background-image: url("../images/icon_list_white.svg");
}
.theme-dark .market_detail .news .news_list {
    border: 1px solid #7c7c7c;
}
.theme-dark .market_detail .news .news_list .item .top .category {
	background: #7c7c7c;
}
#footer {
	margin-top: 100px!important;
}


.exchange_detail .inner {
	gap: 30px;
}
.exchange_detail .top {
	gap: 20px;
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 35px;
}
.exchange_detail .top .name {
	gap: 10px;
	font-size: 30px;
	font-weight: 500;
}
.exchange_detail .top .name .thumb {
	position: relative;
	width: 120px;
	height: 120px;
	border-radius: 5px;
	background: rgba(0,0,0,0.05);
}
.exchange_detail .top .name .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.exchange_detail .top .grid3 > div {
	flex: 1;
	gap: 5px;
}
.exchange_detail .top .grid3 > div:nth-child(1) > div {
	padding-left: 40px;
	box-sizing: border-box;
}
.exchange_detail .top .grid3 > div:nth-child(1) > div:nth-child(1) {
	background: url("../images/fix_ft01_active.svg")no-repeat 0 50%;
}
.exchange_detail .top .grid3 > div:nth-child(1) > div:nth-child(2) {
	background: url("../images/fix_ft04_active.svg")no-repeat 0 50%;
}
.exchange_detail .top .grid3 > div > div {
	gap: 5px;
}
.exchange_detail .top .grid3 > div a {
    background: rgba(0, 0, 0, 0.05);
    padding: 3px 5px;
    border-radius: 5px;
}
.exchange_detail .top .grid3 > div > p {
	color: #aaa;
	gap: 5px;
}
.exchange_detail .top .grid3 > div > p span {
	background: #F6F6F6;
	color: #1f1f1f;
	border-radius: 5px;
	padding: 3px 5px;
}
.exchange_detail .top .grid3 > div .price {
	font-size: 26px;
	font-weight: 600;
}
.exchange_detail .top .grid3 > div .price:before {
	content: '$';
	margin-right: 5px;
}
.exchange_detail .top .grid3 > div .price + p {
    padding-left: 22px;
    font-size: 20px;
	color: #aaa;
}
.detail .drop_down {
	max-width: 200px;
}
.exchange_detail .list_table {
    min-width: 850px;
	border-collapse: collapse;
}
.theme-dark .exchange_detail .top {
	border-bottom: 1px solid #7c7c7c;
}
.theme-dark .exchange_detail .top .name .thumb {
	background: rgba(255,255,255,0.05);
}
.theme-dark .exchange_detail .top .grid3 > div:nth-child(1) > div:nth-child(1) {
	background: url("../images/fix_ft01.svg")no-repeat 0 50%;
}
.theme-dark .exchange_detail .top .grid3 > div:nth-child(1) > div:nth-child(2) {
	background: url("../images/fix_ft04.svg")no-repeat 0 50%;
}
.theme-dark .exchange_detail .top .grid3 > div a {
	background: rgba(255,255,255,0.05);
}





@media screen and (max-width: 1360px) {
	.crypto_list > div {
		flex: none;
	}

	/* 20240809
	.market.gimp .list_table thead {
		top: 395px;
	}
	*/
	.market.market_coin .list_table thead {
		top: 278px;
	}
	.market_gift .list_table thead {
		top: 175px;
	}

	.crypto_detail .top .info {
		width: 320px;
	}
	.crypto_detail .calc_box {
		width: 325px;
	}
}
@media screen and (max-width: 1024px) {
	.market .tit {
		align-items: end;
	}
	.market .tit .tabs {
		position: static;
		transform: none;
		gap: 5px;
	}
	.market .tit .tabs a {
		font-size: 16px;
		padding: 0 5px 5px;
	}

	.market .func .func_tab {
		width: 400px;
	}
	/* 20240809
	.market.gimp .list_table thead {
        top: 348px;
    }
	*/
	.market.market_coin .list_table thead {
		top: 251px;
	}
	.market_gift .list_table thead {
		top: 160px;
	}
	.market_exchange .list_table tbody td {
		padding: 15px 10px;
	}

	.market .list_table .coin strong {
		font-size: 14px;
	}

	.market .comparison h4 {
		font-size: 16px;
	}
	.market .comparison {
		gap: 20px;
	}
	/* 20240809 */
	.market .comparison:before,
	.market .comparison:after {
		font-size: 14px;
	}
	/* // 20240809 */
	.market .drop_down .result {
		padding: 10px 20px;
		font-size: 14px;
		background-position: calc(100% - 20px) 50%;
	}
	.market .drop_down ul {
		top: 70px;
		padding: 15px 20px;
	}
	.market .drop_down ul li button {
		font-size: 14px;
	}
	.market .comparison .box strong {
		font-size: 16px;
		padding: 0 10px;
	}

	.market .func .func_tab > * {
		flex: 1;
		height: 38px;
		line-height: 38px;
		font-size: 14px;
	}
	.market .func .add_fv {
		width: 135px;
		height: 38px;
		font-size: 14px;
	}
	.market .func .search {
		height: 38px;
		padding: 0 10px;
	}
	.market .func .search input {
		font-size: 14px;
	}
	.market .func .search .search_btn {
		width: 18px;
		height: 18px;
	}
	.market .func .toggle_box button {
		height: 28px;
		font-size: 14px;
		padding: 0 10px;
	}


	.market_gift .func .drop_down {
		max-width: 130px;
	}
	.market_gift .func .drop_down .result {
		height: 32px;
		padding: 0 10px;
		background-size: 12px;
		background-position: calc(100% - 10px) 50%;
	}
	.market_gift .drop_down .result img {
		height: 20px;
	}
	.market_gift .ls_form .item .percent {
		font-size: 16px;
	}
	.market_gift .ls_form .item .bar {
		height: 15px;
	}


	.crypto_list > div {
		gap: 20px;
	}
	.crypto_list > div > h3 {
		font-size: 18px;
	}
	.crypto_list > div > h3 img {
		width: 32px;
	}



	.market_detail .top .info .name {
		font-size: 18px;
	}
	.market_detail .top .info .price {
		font-size: 28px;
	}
	.market_detail .tabs button {
		height: 28px;
		font-size: 14px;
		padding: 0 10px;
	}
	.detail .circle_tab > * {
		padding: 0 15px;
		font-size: 14px;
	}
	.market_detail .type button {
		width: 125px;
		height: 40px;
		font-size: 14px;
	}
	.market_detail .list .rank_top {
		width: 310px;
	}
	.market_detail .list .rank_top .item {
		font-size: 14px;
	}
	.market_detail .news .news_list .item {
		padding: 20px;
	}
	.market_detail .news .news_list .item .info .subject {
		font-size: 16px;
	}
	.market_detail .news .news_list .item .info .cont {
		font-size: 14px;
	}
	.market_detail .news .list_gallery .news_list .item {
		width: calc(33.333% - 14px);
	}


	.exchange_detail .top .name {
		font-size: 26px;
	}
	.exchange_detail .top .name .thumb {
		width: 90px;
		height: 90px;
	}
	.exchange_detail .top .grid3 > div .price {
		font-size: 20px;
	}
	.exchange_detail .top .grid3 > div .price + p {
		padding-left: 18px;
		font-size: 16px;
	}
	.detail .drop_down ul {
        top: 50px;
	}


	.crypto_detail .top {
		gap: 30px;
	}
	.crypto_detail .top .info {
		width: 100%;
	}
	.crypto_detail .top .util {
		flex: none;
	}
	.crypto_detail .chart > h4 {
		font-size: 18px;
	}
	.crypto_detail .chart_box .chart {
		gap: 20px;
	}
	.crypto_detail .chart_box .chart {
		flex: none;
	}
	.crypto_detail .tabs button {
		height: 28px;
        font-size: 14px;
        padding: 0 10px;
	}
	.crypto_detail .calc_box {
		width: 100%;
	}
	.crypto_detail .func_tab > * {
		height: 38px;
        line-height: 38px;
        font-size: 14px;
	}
	.crypto_detail .chart_box .select_type button {
		width: 38px;
		height: 38px;
	}
	.crypto_detail .drop_down .result {
		font-size: 14px;
	}
	.crypto_detail .drop_down ul li button {
		font-size: 14px;
	}
	.crypto_detail #list_box {
		gap: 20px;
	}
	.crypto_detail #list_box h3 {
		font-size: 18px;
	}
	.crypto_detail .calc_box .item > p {
		font-size: 18px;
	}
	#pay_select .search input {
		height: 41px;
		font-size: 16px;
	}
	#pay_select .result {
		gap: 10px;
	}
	#pay_select .result > div {
		width: calc(50% - 5px);
	}
}
@media screen and (max-width: 768px) {
	.market .fix_tit .inner {
		gap: 10px;
	}
	.market .func {
		gap: 10px;
		padding-bottom: 10px;
	}
	.market .drop_down .result {
        padding: 0 30px 0 10px;
		background-position: calc(100% - 10px) 50%;
        background-size: 15px;
		overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
	}
	.market .drop_down .result img {
		margin: 5px 5px 5px 0;
	}
	.market .list_table colgroup {
		display: none;
	}
	.market .list_table .coin strong {
        flex: none;
    }
	.market .list_table thead th {
		padding: 10px;
	}
	.market .list_table tbody td {
		padding: 5px 10px;
	}
	/* 20240809 */
	.market .list_table thead tr:not(.market_exchange .list_table thead tr, .crypto .list_table tbody tr, .market.gimp .list_table thead tr),
	.market .list_table tbody tr:not(.market_exchange .list_table tbody tr, .crypto .list_table tbody tr, .market.gimp .list_table tbody tr) {
		display: flex;
		flex-wrap: wrap;
	}
	/*
	.market.gimp .list_table thead {
        top: 334px;
    }
	/* // 20240809 */
	.market .list_table thead th:nth-child(2) {
		width: calc(100% - 55px);
	}
	/* 20240809
	.market.gimp .list_table thead th:nth-child(3),
	.market.gimp .list_table thead th:nth-child(4),
	.market.gimp .list_table thead th:nth-child(5),
	 */
	.market.market_coin .list_table thead th:nth-child(3),
	.market.market_coin .list_table thead th:nth-child(4),
	.market.market_coin .list_table thead th:nth-child(5) {
		width: calc(33.333% - 20px);
		border-top: 0;
	}
	.market .list_table tbody tr {
		border-bottom: 1px solid #DEDEDE;
		align-items: center;
		padding: 5px 0;
	}
	.market .list_table tbody td:not(.market_exchange .list_table tbody td, .crypto .list_table tbody td) {
		border-bottom: 0;
	}
	.market .list_table tbody td:nth-child(2) {
		width: calc(100% - 55px);
	}
	/* 20240809
	.market.gimp .list_table tbody td:nth-child(3),
	.market.gimp .list_table tbody td:nth-child(4),
	.market.gimp .list_table tbody td:nth-child(5),
	*/
	.market.market_coin .list_table tbody td:nth-child(3),
	.market.market_coin .list_table tbody td:nth-child(4),
	.market.market_coin .list_table tbody td:nth-child(5) {
		width: calc(33.333% - 20px);
	}
	.market.market_coin .list_table thead {
        top: 248px;
    }
	.market.market_coin .list_table thead th:nth-child(2) {
        width: calc(100% - 65px);
    }
	.market_gift .list_table thead {
		top: 139px;
	}
	.market_gift .list_table thead th {
		width: calc(50% - 20px)!important;
	}
	.market_gift .list_table tbody td {
		width: 100%!important;
	}

	.market .func .func_tab {
		width: 100%;
	}
	.market .func .add_fv {
		width: 100%;
	}

	.market_gift .func .drop_box {
		flex: none;
		width: 100%;
	}
	.market_gift .func .toggle_box {
		flex: none;
		width: 100%;
	}
	.market_gift .func .toggle_box button {
		flex: 1;
	}

	.crypto_list > div .t_scroll .list_table {
		min-width: 520px;
	}



	.market_detail .top .info {
		width: 100%;
	}
	.market_detail .top .box {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		gap: 10px;
	}
	.market_detail .top .box .tabs {
		width: max-content;
	}
	.market_detail .top .box .circle_tab {
		margin-top: 0;
		width: max-content;
	}
	.market_detail .list_table thead th {
		padding: 15px 5px;
	}
	.market_detail .list_table tbody td {
		padding: 15px 5px;
	}
	.market_detail .list .rank_top {
		width: 100%;
	}
	.market_detail .news .list_gallery .news_list {
		padding: 20px;
	}
	.market_detail .news .list_gallery .news_list .item {
		width: calc(50% - 10px);
	}
	

	.exchange_detail .top .grid3 {
		gap: 10px;
	}
	.exchange_detail .top .grid3 > div {
		flex: none;
		width: calc(50% - 5px);
	}
	.exchange_detail .top .grid3 > div:last-child {
		width: 100%;
	}
	.exchange_detail .func {
		justify-content: end;
	}
	.detail .drop_down {
		max-width: 125px;
	}
	.detail .drop_down .result {
		height: 38px;
	}
	.exchange_detail .list_table thead th {
		padding: 15px 10px;
	}
	.exchange_detail .list_table tbody td {
		padding: 15px 10px;
	}


	.crypto_detail .top .util .price_box {
		gap: 20px;
	}
	.crypto_detail .top .util .price_box > div:nth-child(1) {
		width: 100%;
	}
	.crypto_detail .top .util .price_box .price {
		flex: 1;
		width: 100%;
	}
	.crypto_detail .top .util .price_box .price strong {
		font-size: 24px;
	}
	.crypto_detail .top .util .price_box .price p {
		text-align: left;
		padding-left: 22px;
	}
	.crypto_detail .top .etc {
		gap: 30px 0;
	}
	.crypto_detail .top .etc .item {
		width: 50%;
	}
	.crypto_detail .top .etc .item .tooltip_box {
		top: -60px;
		max-width: 100%;
	}
	.crypto_detail .top .etc .item:last-child .tooltip_box {
		left: 0;
		right: auto;
	}
	.crypto_detail .func_tab {
		max-width: 100%;
	}
	.crypto_detail .tab_box {
		justify-content: end;
	}
	.crypto_detail .chart_box .tab_box > div:nth-child(1) {
		flex: none;
		width: 100%;
	}
	.crypto_detail #list_box .tab_box > div {
		flex: none;
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.market_gift .func .search_box {
		flex: none;
		width: 100%;
	}
	.market_gift .func .toggle_box {
		width: 100%;
	}
	.market_gift .func .toggle_box button {
		flex: 1;
		padding: 0;
	}

	.market_detail .news .list_gallery .news_list .item {
		width: 100%;
	}

	.exchange_detail .top .grid3 {
		gap: 30px;
	}
	.exchange_detail .top .grid3 > div {
		width: 100%;
	}


	.crypto_detail .top .util .bar_box .bar {
		order: 1;
		flex: none;
	}
	.crypto_detail .top .util .bar_box .drop_down {
		order: 0;
		max-width: 100%;
	}
	.crypto_detail .top .etc .item {
		width: 100%;
	}
	.crypto_detail #list_box .tab_box > div {
		gap: 10px;
	}
	.crypto_detail #list_box .func_tab {
		flex: none;
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 380px) {
	.market_detail .tabs {
		width: 100%!important;
	}
	.market_detail .tabs button {
		flex: 1;
		padding: 0;
	}
	.market_detail .top .box .circle_tab {
		width: 100%;
	}
	.detail .circle_tab > * {
		flex: 1;
		padding: 0 5px;
	}

	.crypto_detail .func_tab {
		flex: none;
		width: 100%;
	}
	.crypto_detail .chart_box .select_type {
		width: 100%;
	}
	.crypto_detail .chart_box .select_type button {
		flex: 1;
	}
}