div {margin:0 0 0 0; padding: 0 0 0 0;}

#chartContainer {
	overflow: hidden;
}

#chartContainer .vt-chart-toolbar {
	position: absolute;
	top: 6px;
	right: 8px;
	z-index: 30;
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 3px;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

#chartContainer .vt-chart-btn {
	height: 24px;
	min-width: 38px;
	padding: 0 7px;
	border: 1px solid #d4dae5;
	border-radius: 4px;
	background: #fff;
	color: #334155;
	font-size: 11px;
	font-weight: 700;
	line-height: 22px;
	cursor: pointer;
}

#chartContainer .vt-chart-btn.active {
	border-color: #2f6fdd;
	background: #2f6fdd;
	color: #fff;
}

#chartContainer .vt-chart-divider {
	width: 1px;
	height: 18px;
	margin: 0 2px;
	background: #d8dee8;
}

#chartContainer #smaInfo {
	position: absolute;
	left: 6px;
	right: 6px;
	top: 38px;
	z-index: 24;
	max-height: 42px;
	overflow: hidden;
	padding: 3px 6px !important;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.86);
	line-height: 16px;
	pointer-events: none;
}

@media screen and (max-width: 600px) {
	#chartContainer .vt-chart-toolbar {
		top: 4px;
		right: 4px;
		gap: 2px;
		padding: 2px;
	}

	#chartContainer .vt-chart-btn {
		height: 22px;
		min-width: 30px;
		padding: 0 5px;
		font-size: 10px;
		line-height: 20px;
	}

	#chartContainer #smaInfo {
		top: 32px;
		max-height: 52px;
		font-size: 10px;
	}
}

/* 매수/매도 콘솔 스타일 */
#buy-console div, #sell-console div {padding: 0; margin:0;}

/* 호가창 기본 테두리 */
#hogaInfo [id*="sell-"] div{border:1px solid #f1f1f1;}
#hogaInfo [id*="buy-"] div{border:1px solid #f1f1f1;}

/* 호가창 개선된 스타일 */
#hogaInfo [id*="sell-"], #hogaInfo [id*="buy-"] {
	box-sizing: border-box;
}

#hogaInfo [id*="sell-"] [id*="-valinfo"], 
#hogaInfo [id*="buy-"] [id*="-valinfo"] {
	position: relative !important;
	height: 100% !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	box-sizing: border-box !important;
	border: none !important;
}

/* 호가 바(-bar) 스타일 */
#hogaInfo [id*="sell-"] [id*="-bar"], #hogaInfo [id*="buy-"] [id*="-bar"] { 
	top: 1px !important;
	bottom: 1px !important;
	left: 2px !important;
	right: 2px !important;
	margin: 0 !important; 
	float: none !important; 
	position: absolute !important;
	border-radius: 0 2px 2px 0 !important; 
	font-size: 0 !important; 
	line-height: 0 !important;
	box-sizing: border-box !important;
	border: none !important;
}

#hogaInfo [id*="sell-"][id*="-bar"] {
	background-color: rgba(13, 110, 253, 0.15) !important; /* 매도 바 색상 (한국식 파란색) */
}
#hogaInfo [id*="buy-"][id*="-bar"] {
	background-color: rgba(220, 53, 69, 0.15) !important; /* 매수 바 색상 (한국식 빨간색) */
}

/* 호가 수량 텍스트 스타일 */
#hogaInfo [id*="-value"] {
	position: absolute !important; 
	left: 3px !important;
	right: auto !important;
	top: 50% !important; 
	transform: translateY(-50%) !important; 
	font-size: 10px !important; 
	color: #343a40 !important;
	text-align: left !important;
	border: none !important;
	margin: 0 !important;
	float: none !important;
}

/* 호가 매물량 증감 표시 스타일 */
.hoga-change {
	position: absolute !important;
	right: 3px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	font-size: 8px !important;
	font-weight: bold !important;
	text-align: right !important;
	border: none !important;
	margin: 0 !important;
	padding: 1px 2px !important;
	border-radius: 2px !important;
	opacity: 0.9 !important;
	transition: opacity 0.3s ease-in-out !important;
}

.hoga-change.increase {
	color: #fff !important;
	background-color: rgba(220, 53, 69, 0.8) !important; /* 빨간색 배경 */
}

.hoga-change.decrease {
	color: #fff !important;
	background-color: rgba(13, 110, 253, 0.8) !important; /* 파란색 배경 */
}

/* 애니메이션 효과 */
.hoga-change.fade-in {
	animation: fadeInChange 0.5s ease-in-out;
}

@keyframes fadeInChange {
	0% { opacity: 0; transform: translateY(-50%) scale(0.8); }
	50% { opacity: 1; transform: translateY(-50%) scale(1.1); }
	100% { opacity: 0.9; transform: translateY(-50%) scale(1); }
}

/* 3초 후 사라지는 효과 */
.hoga-change.fade-out {
	animation: fadeOutChange 0.5s ease-in-out forwards;
}

@keyframes fadeOutChange {
	0% { opacity: 0.9; }
	100% { opacity: 0; }
}

/* 세련된 시간 표시 스타일 */
#coin-currentTime {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
	color: white !important;
	border-radius: 12px !important;
	padding: 8px 16px !important;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
	font-weight: 500 !important;
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3) !important;
	position: relative !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	box-sizing: border-box !important;
}

#coin-currentTime::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	animation: shimmer 3s infinite;
}

@keyframes shimmer {
	0% { left: -100%; }
	100% { left: 100%; }
}

.time-container {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 12px !important;
	flex-wrap: wrap !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.current-time {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
}

.time-icon {
	width: 16px !important;
	height: 16px !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, 0.3) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 10px !important;
}

.time-value {
	font-size: 16px !important;
	font-weight: 600 !important;
	letter-spacing: 0.5px !important;
	color: white !important;
}

.market-info {
	display: flex !important;
	align-items: center !important;
	gap: 6px !important;
	font-size: 12px !important;
	opacity: 0.9 !important;
}

.market-status {
	padding: 2px 8px !important;
	background: rgba(255, 255, 255, 0.3) !important;
	border-radius: 8px !important;
	font-size: 10px !important;
	font-weight: 600 !important;
	color: white !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}

.progress-bar {
	position: absolute !important;
	bottom: 0 !important;
	left: 0 !important;
	height: 3px !important;
	background: rgba(255, 255, 255, 0.4) !important;
	border-radius: 0 0 12px 12px !important;
	transition: width 1s ease-in-out !important;
}

/* 시장 상태별 스타일 */
.market-status.opening {
	background: rgba(76, 175, 80, 0.6) !important;
	color: white !important;
	animation: pulse-green 2s infinite;
	border: 1px solid rgba(76, 175, 80, 0.8) !important;
}

.market-status.trading {
	background: rgba(33, 150, 243, 0.6) !important;
	color: white !important;
	border: 1px solid rgba(33, 150, 243, 0.8) !important;
}

.market-status.closing-soon {
	background: rgba(244, 67, 54, 0.6) !important;
	color: white !important;
	animation: pulse-red 1s infinite;
	border: 1px solid rgba(244, 67, 54, 0.8) !important;
}

@keyframes pulse-green {
	0%, 100% { 
		background: rgba(76, 175, 80, 0.6) !important; 
		box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
	}
	50% { 
		background: rgba(76, 175, 80, 0.8) !important; 
		box-shadow: 0 0 10px rgba(76, 175, 80, 0.7);
	}
}

@keyframes pulse-red {
	0%, 100% { 
		background: rgba(244, 67, 54, 0.6) !important; 
		box-shadow: 0 0 5px rgba(244, 67, 54, 0.5);
	}
	50% { 
		background: rgba(244, 67, 54, 0.8) !important; 
		box-shadow: 0 0 15px rgba(244, 67, 54, 0.7);
	}
}

/* 프로그레스 바 색상 변화 */
.progress-bar {
	background: linear-gradient(90deg, #4CAF50 0%, #2196F3 50%, #F44336 100%) !important;
}

.sell-chart-value, .buy-chart-value{position:absolute; float:left; top:7px; left:1px; border:none; font-size:11px; margin:0 0 0 2px;}

/* 현재 체결가격 하이라이트 - 더 세련된 디자인 */
#hogaInfo [id*="sell-"].current-price, #hogaInfo [id*="buy-"].current-price {
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.08) 0%, rgba(59, 130, 246, 0.03) 100%) !important;
    border-left: 4px solid #3b82f6 !important;
    border-top: 1px solid rgba(59, 130, 246, 0.3) !important;
    border-bottom: 1px solid rgba(59, 130, 246, 0.3) !important;
    border-right: 1px solid rgba(59, 130, 246, 0.1) !important;
    box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.1) !important;
    position: relative !important;
    transition: all 0.3s ease-in-out !important;
}

/* 현재 체결가격 펄스 애니메이션 효과 */
#hogaInfo [id*="sell-"].current-price::before, #hogaInfo [id*="buy-"].current-price::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(59, 130, 246, 0.05);
    animation: pulse-highlight 2s ease-in-out infinite;
    pointer-events: none;
    border-radius: 2px;
}

@keyframes pulse-highlight {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.6; }
}

/* 현재 체결가격 행의 div들 스타일 조정 */
#hogaInfo [id*="sell-"].current-price div, #hogaInfo [id*="buy-"].current-price div {
    border: none !important;
    position: relative;
    z-index: 1;
}

/* 가격 텍스트 강조 */
#hogaInfo [id*="sell-"].current-price [id*="-price"] span, 
#hogaInfo [id*="buy-"].current-price [id*="-price"] span {
    font-weight: 600 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}

.row {margin:0;}
.ui-dialog-titlebar 
{
	height: 30px;
	font-size: 12px;
	color: #666666;
	background-color: #f5eed8;
}
.ui-dialog-titlebar-close {
	visibility: hidden;
}
.gridster li {
	list-style-type: none;
	border-radius: 10px;
	
}

body {
	background-color: #f2f2f2;
}

.gridster li, .citems, #coinInfoHead {
	background-color: #fff;
}

#logInformation div {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#coinInfoHead div {
	cursor:pointer; text-align:center;font-size:11px;line-height:30px;
}
::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border: 6px solid transparent;
  border-radius: 9px;
  background-clip: padding-box;  
}
::-webkit-scrollbar-track-piece:start {background: transparent;}
::-webkit-scrollbar-track-piece:end {background: transparent;}
::-webkit-scrollbar {width: 16px;}
@font-face {
     font-family: 'S-CoreDream-4Regular';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

* {font-family: 'S-CoreDream-4Regular', sans-serif; }

/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

#buyTab > a.active {
	border:none;
	color:#fff;
	background-color:#dd0000;
}

#sellTab > a.active {
	border:none;
	color:#fff;
	background-color:#0051c7;
}

#waitTab > a.active {
	border:none;
	color:#fff;
	background-color:#555;
}

/* 동시호가 패널 스타일 */
#call-auction-panel {
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
	border: 2px solid #ffd700 !important;
	box-shadow: 0 4px 20px rgba(255, 215, 0, 0.3) !important;
}

#auction-state-title {
	animation: pulse-title 2s ease-in-out infinite;
}

@keyframes pulse-title {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.05); }
}

/* 동시호가 시장 상태 스타일 */
.market-status.call-auction {
	background: rgba(255, 215, 0, 0.7) !important;
	color: #333 !important;
	animation: pulse-auction 2s infinite;
	border: 1px solid rgba(255, 215, 0, 0.9) !important;
	font-weight: bold !important;
}

.market-status.call-auction-close {
	background: rgba(255, 140, 0, 0.7) !important;
	color: white !important;
	animation: pulse-auction-close 2s infinite;
	border: 1px solid rgba(255, 140, 0, 0.9) !important;
	font-weight: bold !important;
}

.market-status.market-closed {
	background: rgba(108, 117, 125, 0.7) !important;
	color: white !important;
	border: 1px solid rgba(108, 117, 125, 0.9) !important;
}

@keyframes pulse-auction {
	0%, 100% { 
		background: rgba(255, 215, 0, 0.7) !important; 
		box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
	}
	50% { 
		background: rgba(255, 215, 0, 0.9) !important; 
		box-shadow: 0 0 20px rgba(255, 215, 0, 0.7);
	}
}

@keyframes pulse-auction-close {
	0%, 100% { 
		background: rgba(255, 140, 0, 0.7) !important; 
		box-shadow: 0 0 10px rgba(255, 140, 0, 0.5);
	}
	50% { 
		background: rgba(255, 140, 0, 0.9) !important; 
		box-shadow: 0 0 20px rgba(255, 140, 0, 0.7);
	}
}

/* 채팅 UI 개선: 높이를 늘리지 않고 정보 밀도와 가독성 개선 */
#chatInformation {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

#chatInformation #chat-content {
	padding: 8px 6px 6px 10px !important;
	background: linear-gradient(180deg, #fdfefe 0%, #f4f7fb 100%);
	border-bottom: 1px solid #dbe3ef;
	border-radius: 10px 10px 0 0;
}

#chatInformation > .row {
	flex: 0 0 15%;
	background-color: #f6f9ff;
	border-top: 1px solid #d9e2f0 !important;
}

#chatInformation #chatText.form-control {
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0 10px !important;
	font-size: 11px !important;
}

#chatInformation #chatText::placeholder {
	color: #8a97ac;
	font-size: 10px;
}

#chatInformation #chatBtn.form-control {
	border: none !important;
	border-radius: 0 !important;
	background: linear-gradient(135deg, #2f6fdd 0%, #4a8ef6 100%) !important;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.2px;
}

#chatInformation #chatBtn.form-control:disabled {
	background: #9db4dc !important;
	color: #eef3ff !important;
	opacity: 1;
	cursor: not-allowed;
}

#chat-content .chat-bubble,
#chat-content > div:not(.notiPopup):not(.chat-bubble) {
	width: 100%;
	margin: 0 0 4px 0;
	padding: 5px 8px;
	border: 1px solid #e3e8f1;
	border-radius: 8px;
	background-color: #fff;
	color: #2e3847;
	font-size: 11px !important;
	font-family: inherit !important;
	line-height: 1.35;
	box-shadow: 0 1px 0 rgba(23, 40, 72, 0.05);
}

#chat-content .notiPopup,
#chat-content .chat-bubble-notice {
	margin: 0 0 4px 0 !important;
	padding: 6px 8px !important;
	background: linear-gradient(180deg, #f2f5fa 0%, #e9eef6 100%) !important;
	border-color: #d6dee9 !important;
	border-left: 3px solid #376fca !important;
	border-radius: 8px !important;
}

#chat-content .chat-bubble-nick {
	margin-bottom: 2px;
	font-size: 10px;
	font-weight: 700;
	color: #345f9f;
	line-height: 1.2;
}

#chat-content .chat-bubble-text {
	white-space: pre-wrap;
	word-break: break-word;
}

#chat-content .chat-bubble-time,
#chat-content .notiPopup > div:last-child {
	margin-top: 3px;
	width: 100%;
	text-align: right !important;
	font-size: 9px !important;
	color: #74829a !important;
	line-height: 1.2;
}

#chat-content::-webkit-scrollbar {
	width: 12px;
}

#chat-content::-webkit-scrollbar-thumb {
	background-color: #bcc8dc;
	border: 4px solid transparent;
	border-radius: 999px;
	background-clip: padding-box;
}

/* 거래 콘솔(PC) 안정형 리디자인 */
#consoleArea #bidAskConsole {
	--trade-border: #d4deeb;
	--trade-text: #2f3746;
	--trade-muted: #667289;
	--trade-buy-a: #ff5f67;
	--trade-buy-b: #ff7d52;
	--trade-sell-a: #2c7be5;
	--trade-sell-b: #37a0ff;
	position: relative;
	height: 100%;
	background: linear-gradient(180deg, #dce7f5 0%, #d5e1f0 100%);
	border: 1px solid #afbed8;
	border-radius: 8px;
	padding: 8px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

#consoleArea #bidAskConsole > ul {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 0 !important;
	margin: 0 !important;
	padding: 8px 0 0 0 !important;
	border: 1px solid #637db7 !important;
	border-bottom: none !important;
	border-radius: 0 !important;
	background: linear-gradient(90deg, #5f73b5 0%, #6785c5 100%) !important;
	position: sticky;
	top: 0;
	z-index: 30;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2);
}

#consoleArea #bidAskConsole > ul li {
	float: none !important;
	flex: 0 0 25% !important;
	max-width: 25% !important;
	min-width: 0;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
}

#consoleArea #bidAskConsole > ul li + li {
	margin-left: -1px !important;
}

#consoleArea #bidAskConsole > ul li a {
	display: flex !important;
	width: 100% !important;
	align-items: center;
	justify-content: center;
	height: 34px;
	margin: 0 !important;
	padding: 0 8px;
	border-radius: 0;
	border: 1px solid #5b70ac;
	border-bottom: none;
	background: linear-gradient(180deg, #8e9fd2 0%, #7f93cc 100%);
	color: #dbe5ff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	white-space: nowrap;
	outline: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

#consoleArea #bidAskConsole > ul li + li a {
	border-left: none !important;
}

#consoleArea #bidAskConsole .ui-tabs-panel {
	height: calc(100% - 44px);
	margin-top: 0 !important;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid #b6c5df;
	background: linear-gradient(180deg, #f3f7fd 0%, #ecf2fa 100%);
}

#consoleArea #bidAskConsole > ul li.ui-state-active a[href="#buy-console"],
#consoleArea #bidAskConsole > ul li.ui-tabs-active a[href="#buy-console"] {
	height: 42px;
	margin-top: -8px !important;
	color: #4d65a8;
	border-color: #6f84ba;
	background: linear-gradient(180deg, #f8faff 0%, #edf2fc 100%);
	box-shadow: none;
	border-bottom: 1px solid #f3f7fd;
}

#consoleArea #bidAskConsole > ul li.ui-state-active a[href="#sell-console"],
#consoleArea #bidAskConsole > ul li.ui-tabs-active a[href="#sell-console"] {
	height: 42px;
	margin-top: -8px !important;
	color: #4d65a8;
	border-color: #6f84ba;
	background: linear-gradient(180deg, #f8faff 0%, #edf2fc 100%);
	box-shadow: none;
	border-bottom: 1px solid #f3f7fd;
}

#consoleArea #bidAskConsole > ul li.ui-state-active a[href="#history-console"],
#consoleArea #bidAskConsole > ul li.ui-state-active a[href="#wait-console"],
#consoleArea #bidAskConsole > ul li.ui-tabs-active a[href="#history-console"],
#consoleArea #bidAskConsole > ul li.ui-tabs-active a[href="#wait-console"] {
	height: 42px;
	margin-top: -8px !important;
	color: #4d65a8;
	border-color: #6f84ba;
	background: linear-gradient(180deg, #f8faff 0%, #edf2fc 100%);
	box-shadow: none;
	border-bottom: 1px solid #f3f7fd;
}

#consoleArea #buy-console,
#consoleArea #sell-console,
#consoleArea #history-console,
#consoleArea #wait-console {
	margin-top: 0 !important;
	padding: 8px !important;
	border: 1px solid var(--trade-border);
	border-radius: 12px;
	background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95), 0 8px 18px rgba(33, 52, 84, 0.05);
	box-sizing: border-box;
	overflow: hidden;
}

#consoleArea #buy-console,
#consoleArea #sell-console {
	overflow-y: auto !important;
	overflow-x: hidden;
}

#consoleArea #buy-console > .row,
#consoleArea #sell-console > .row {
	margin-bottom: 0 !important;
	align-items: center;
}

#consoleArea #buy-console > .row > [class*="col-"]:first-child,
#consoleArea #sell-console > .row > [class*="col-"]:first-child {
	color: var(--trade-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12px;
}

#consoleArea #buy-console #myMoney,
#consoleArea #sell-console #myVolume {
	color: var(--trade-text);
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.2px;
	line-height: 1.1;
}

#consoleArea #buy-console input[type="radio"] { accent-color: #f15f68; }
#consoleArea #sell-console input[type="radio"] { accent-color: #2e7fe8; }

#consoleArea #buy-console label,
#consoleArea #sell-console label {
	margin: 0;
	color: #3c475d;
	font-size: 12px;
	font-weight: 600;
}

#consoleArea #buy-console .input-group.mb-4,
#consoleArea #sell-console .input-group.mb-4 {
	margin-bottom: 0 !important;
}

#consoleArea #buy-console .form-control,
#consoleArea #sell-console .form-control {
	height: 32px;
	border-radius: 9px;
	border: 1px solid #ccd7e7;
	background-color: #f9fbff;
	color: #2f3a4e;
	font-size: 12px;
	font-weight: 600;
	padding: 0 10px;
	box-shadow: inset 0 1px 2px rgba(38, 57, 88, 0.05);
}

#consoleArea #buy-console .form-control::placeholder,
#consoleArea #sell-console .form-control::placeholder {
	color: #8d99ad;
	font-weight: 500;
}

#consoleArea #buyMinus,
#consoleArea #buyPlus,
#consoleArea #sellMinus,
#consoleArea #sellPlus {
	width: 34px;
	height: 32px;
	margin-left: 4px;
	border-radius: 8px;
	border: 1px solid #cad6e8;
	background: linear-gradient(180deg, #fbfdff 0%, #edf2f9 100%);
	color: #334560;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

#consoleArea #buy-console .btn-group,
#consoleArea #sell-console .btn-group {
	gap: 0;
}

#consoleArea #buy-console .btn-group.row,
#consoleArea #sell-console .btn-group.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#consoleArea #buy-console .btn-group .btn.col-3,
#consoleArea #sell-console .btn-group .btn.col-3 {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 !important;
	flex: 0 0 25%;
	max-width: 25%;
}

#consoleArea #buy-console .btn-group .btn,
#consoleArea #sell-console .btn-group .btn {
	height: 32px !important;
	border-radius: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 12px rgba(45, 70, 108, 0.12);
	padding: 0;
}

#consoleArea #buy-console .btn-group .btn + .btn,
#consoleArea #sell-console .btn-group .btn + .btn {
	border-left: none !important;
}

#consoleArea #buy-console .btn-group .btn:first-child,
#consoleArea #sell-console .btn-group .btn:first-child {
	border-top-left-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
}

#consoleArea #buy-console .btn-group .btn:last-child,
#consoleArea #sell-console .btn-group .btn:last-child {
	border-top-right-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
}

#consoleArea #buy-console .btn-group .btn {
	background: linear-gradient(135deg, #ff5f67 0%, #ff7d52 100%) !important;
}

#consoleArea #sell-console .btn-group .btn {
	background: linear-gradient(135deg, #2c7be5 0%, #37a0ff 100%) !important;
}

#consoleArea #buy-console .btn-group .btn span,
#consoleArea #sell-console .btn-group .btn span {
	font-size: 13px !important;
	color: #fff;
}

#consoleArea #buyButton,
#consoleArea #sellButton {
	min-width: 70px;
	height: 32px;
	border-radius: 8px;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.2px;
}

#consoleArea #buyButton {
	background: linear-gradient(135deg, #ff5e66 0%, #ff784f 100%);
	box-shadow: 0 6px 12px rgba(255, 99, 102, 0.28);
}

#consoleArea #sellButton {
	background: linear-gradient(135deg, #2d7ce5 0%, #369eff 100%);
	box-shadow: 0 6px 12px rgba(52, 135, 235, 0.28);
}

#consoleArea #buyButton:disabled,
#consoleArea #sellButton:disabled,
#consoleArea #buyMinus:disabled,
#consoleArea #buyPlus:disabled,
#consoleArea #sellMinus:disabled,
#consoleArea #sellPlus:disabled {
	background: #c8d4e5 !important;
	color: #eef3fb !important;
	box-shadow: none !important;
	cursor: not-allowed;
}

#consoleArea #buy-console span[style*="font-size:9px"],
#consoleArea #sell-console span[style*="font-size:9px"] {
	color: #70809a;
	font-size: 10px !important;
	font-weight: 600;
}

#consoleArea #buyMarketFee,
#consoleArea #sellMarketFee {
	color: #8a97ac !important;
	font-size: 10px !important;
	font-weight: 700;
}

#consoleArea #buy-console [title],
#consoleArea #sell-console [title] {
	color: #4b86de !important;
	font-weight: 700;
}

/* 거래 콘솔 디테일 재정리 */
#consoleArea #bidAskConsole {
	border-radius: 10px;
	padding: 8px 8px 6px;
}

#consoleArea #bidAskConsole > ul {
	border-radius: 6px 6px 0 0 !important;
	overflow: hidden;
}

#consoleArea #bidAskConsole > ul li a {
	font-size: 13px;
}

#consoleArea #bidAskConsole > ul li:not(.ui-state-active):not(.ui-tabs-active) a {
	opacity: 0.94;
}

#consoleArea #bidAskConsole > ul li a:hover {
	filter: brightness(1.04);
}

#consoleArea #buy-console,
#consoleArea #sell-console,
#consoleArea #history-console,
#consoleArea #wait-console {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background: linear-gradient(180deg, #f6f9fe 0%, #edf3fb 100%);
}

#consoleArea #buy-console > .row,
#consoleArea #sell-console > .row {
	padding: 2px 0;
}

#consoleArea #buy-console > .row:first-child,
#consoleArea #sell-console > .row:first-child {
	padding-bottom: 8px;
	margin-bottom: 8px !important;
	border-bottom: 1px solid #d6deea;
}

#consoleArea #buy-console #myMoney,
#consoleArea #sell-console #myVolume {
	font-size: 18px;
	font-weight: 800;
	color: #2c3a52;
}

#consoleArea #buy-console input[type="radio"],
#consoleArea #sell-console input[type="radio"] {
	margin-right: 6px !important;
	transform: translateY(1px);
}

#consoleArea #buyPriceTab .input-group,
#consoleArea #sellPriceTab .input-group {
	display: flex !important;
	align-items: stretch;
}

#consoleArea #buyWantPrice,
#consoleArea #sellWantPrice {
	flex: 1 1 auto;
	min-width: 0;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

#consoleArea #buyMinus,
#consoleArea #sellMinus {
	margin-left: 0 !important;
	border-left: none !important;
	border-right: none !important;
	border-radius: 0 !important;
}

#consoleArea #buyPlus,
#consoleArea #sellPlus {
	margin-left: 0 !important;
	border-left: none !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

#consoleArea #buyTotalTab .form-control,
#consoleArea #sellTotalTab .form-control {
	background: linear-gradient(180deg, #edf3fb 0%, #e5edf8 100%);
	font-weight: 700;
}

#consoleArea #buy-console .btn-group,
#consoleArea #sell-console .btn-group {
	border-radius: 10px;
	overflow: hidden;
}

#consoleArea #buy-console .btn-group .btn,
#consoleArea #sell-console .btn-group .btn {
	height: 34px !important;
	box-shadow: none;
}

#consoleArea #buy-console .btn-group .btn + .btn,
#consoleArea #sell-console .btn-group .btn + .btn {
	box-shadow: inset 1px 0 rgba(255, 255, 255, 0.28);
}

#consoleArea #buy-console .row:last-child .col-3,
#consoleArea #sell-console .row:last-child .col-3 {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

#consoleArea #buyButton,
#consoleArea #sellButton {
	width: 74px;
}

/* 정렬 보정 */
#consoleArea #buyPriceTab .input-group,
#consoleArea #sellPriceTab .input-group {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 42px 42px;
	align-items: stretch;
}

#consoleArea #buyPriceTab .input-group .form-control,
#consoleArea #sellPriceTab .input-group .form-control {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

#consoleArea #buyMinus,
#consoleArea #buyPlus,
#consoleArea #sellMinus,
#consoleArea #sellPlus {
	width: 42px !important;
	min-width: 42px;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	line-height: 1 !important;
	font-size: 0 !important;
	color: transparent !important;
	text-shadow: none !important;
}

#consoleArea #buyMinus,
#consoleArea #sellMinus {
	border-left: none !important;
	border-right: 1px solid #c7d4e7 !important;
	border-radius: 0 !important;
}

#consoleArea #buyPlus,
#consoleArea #sellPlus {
	border-left: none !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

#consoleArea #buyMinus::before,
#consoleArea #sellMinus::before {
	content: "-";
	font-size: 18px;
	font-weight: 800;
	color: #334560;
}

#consoleArea #buyPlus::before,
#consoleArea #sellPlus::before {
	content: "+";
	font-size: 18px;
	font-weight: 800;
	color: #334560;
}

#consoleArea #buyMinus:disabled::before,
#consoleArea #buyPlus:disabled::before,
#consoleArea #sellMinus:disabled::before,
#consoleArea #sellPlus:disabled::before {
	color: #eef3fb;
}

#consoleArea #buy-console #myMoney,
#consoleArea #sell-console #myVolume,
#consoleArea #buyWantPrice,
#consoleArea #sellWantPrice,
#consoleArea #buyAmount,
#consoleArea #sellAmount,
#consoleArea #buyMoney,
#consoleArea #sellMoney {
	text-align: right !important;
	font-variant-numeric: tabular-nums;
}

#consoleArea #buyWantPrice::placeholder,
#consoleArea #sellWantPrice::placeholder,
#consoleArea #buyAmount::placeholder,
#consoleArea #sellAmount::placeholder {
	text-align: left;
}

#consoleArea #buy-console > .row:first-child .col-9,
#consoleArea #sell-console > .row:first-child .col-8 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

/* 최종 정렬 고정 */
#consoleArea #buyPriceTab .input-group,
#consoleArea #sellPriceTab .input-group {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 42px 42px !important;
	column-gap: 0 !important;
	width: 100% !important;
}

#consoleArea #buyPriceTab .input-group > input.form-control,
#consoleArea #sellPriceTab .input-group > input.form-control {
	grid-column: 1;
	width: 100% !important; /* bootstrap width:1% 무효화 */
	min-width: 0 !important;
}

#consoleArea #buyWantPrice,
#consoleArea #sellWantPrice {
	text-align: left !important;
}

#consoleArea #buyAmount,
#consoleArea #sellAmount,
#consoleArea #buyMoney,
#consoleArea #sellMoney,
#consoleArea #myMoney,
#consoleArea #myVolume {
	text-align: right !important;
	font-variant-numeric: tabular-nums;
}

/* 마지막 강제값: 탭 하단 여백 + 거래가능금액 폰트 */
#consoleArea #bidAskConsole .ui-tabs-panel {
	padding: 8px 10px 8px !important;
	background: #fff !important;
	box-shadow: none !important;
}

#consoleArea #buy-console,
#consoleArea #sell-console,
#consoleArea #history-console,
#consoleArea #wait-console {
	padding: 8px 8px 6px !important;
	background: #fff !important;
	box-shadow: none !important;
}

#consoleArea #buy-console > .row,
#consoleArea #sell-console > .row {
	padding: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 5px !important;
}

#consoleArea #buy-console > .row:first-child,
#consoleArea #sell-console > .row:first-child {
	margin-bottom: 6px !important;
}

#consoleArea #buy-console > .row:last-child,
#consoleArea #sell-console > .row:last-child {
	margin-bottom: 0 !important;
}

#consoleArea #buy-console #myMoney,
#consoleArea #sell-console #myVolume {
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
}

/* EOF 최종 압축/여백/스크롤 제거 */
#consoleArea #status,
#consoleArea #bidAskConsole,
#consoleArea #bidAskConsole .ui-tabs-panel {
	height: auto !important;
}

#consoleArea #bidAskConsole .ui-tabs-panel {
	padding: 14px 14px 10px !important;
	overflow-y: hidden !important;
	overflow-x: hidden !important;
}

#consoleArea #buy-console,
#consoleArea #sell-console,
#consoleArea #history-console,
#consoleArea #wait-console {
	padding: 10px 10px 8px !important;
	overflow: hidden !important;
}

#consoleArea #buy-console > .row,
#consoleArea #sell-console > .row {
	height: auto !important;
	min-height: 24px !important;
	margin-bottom: 4px !important;
}

#consoleArea #buy-console > .row:first-child,
#consoleArea #sell-console > .row:first-child {
	margin-bottom: 5px !important;
}

#consoleArea #buy-console > .row:last-child,
#consoleArea #sell-console > .row:last-child {
	margin-bottom: 0 !important;
}

#consoleArea #buy-console .form-control,
#consoleArea #sell-console .form-control {
	height: 26px !important;
	font-size: 11px !important;
	padding: 0 8px !important;
}

#consoleArea #buyMinus,
#consoleArea #buyPlus,
#consoleArea #sellMinus,
#consoleArea #sellPlus {
	width: 34px !important;
	min-width: 34px !important;
	max-width: 34px !important;
	height: 26px !important;
	font-size: 15px !important;
}

#consoleArea #buy-console .btn-group .btn,
#consoleArea #sell-console .btn-group .btn {
	height: 28px !important;
}

#consoleArea #buy-console .btn-group .btn > span,
#consoleArea #sell-console .btn-group .btn > span {
	font-size: 11px !important;
}

#consoleArea #buyButton,
#consoleArea #sellButton {
	min-width: 62px !important;
	height: 30px !important;
	font-size: 11px !important;
}

#consoleArea #bidAskConsole .ui-tabs-panel {
	padding: 8px 10px 8px !important;
	background: #fff !important;
	box-shadow: none !important;
}

#consoleArea #buy-console,
#consoleArea #sell-console,
#consoleArea #history-console,
#consoleArea #wait-console {
	padding: 8px 8px 6px !important;
	background: #fff !important;
	box-shadow: none !important;
}

#consoleArea #buy-console > .row,
#consoleArea #sell-console > .row {
	padding: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 5px !important;
}

#consoleArea #buy-console > .row:first-child,
#consoleArea #sell-console > .row:first-child {
	margin-bottom: 6px !important;
}

#consoleArea #buy-console > .row:last-child,
#consoleArea #sell-console > .row:last-child {
	margin-bottom: 0 !important;
}

#consoleArea #buy-console #myMoney,
#consoleArea #sell-console #myVolume {
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
}

#consoleArea #bidAskConsole .ui-tabs-panel {
	padding: 8px 10px 8px !important;
	background: #fff !important;
}

#consoleArea #buy-console,
#consoleArea #sell-console,
#consoleArea #history-console,
#consoleArea #wait-console {
	padding: 8px 8px 6px !important;
	background: #fff !important;
}

#consoleArea #buy-console > .row,
#consoleArea #sell-console > .row {
	margin-bottom: 5px !important;
}

#consoleArea #buy-console > .row:last-child,
#consoleArea #sell-console > .row:last-child {
	margin-bottom: 0 !important;
}

#consoleArea #buy-console #myMoney,
#consoleArea #sell-console #myVolume {
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
}

#consoleArea #bidAskConsole {
	background: #fff !important;
	padding: 0 !important;
	box-shadow: none !important;
}

#consoleArea #bidAskConsole .ui-tabs-panel {
	background: #fff !important;
	padding: 0 !important;
	box-shadow: none !important;
}

#consoleArea #buy-console,
#consoleArea #sell-console,
#consoleArea #history-console,
#consoleArea #wait-console {
	background: #fff !important;
	padding: 0 !important;
	box-shadow: none !important;
}

#consoleArea #buy-console > .row,
#consoleArea #sell-console > .row {
	padding: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#consoleArea #buy-console > .row:first-child,
#consoleArea #sell-console > .row:first-child {
	padding-bottom: 3px !important;
	margin-bottom: 4px !important;
}

#consoleArea #buy-console .btn-group.btn-group-toggle,
#consoleArea #sell-console .btn-group.btn-group-toggle {
	display: flex !important;
	flex-wrap: nowrap !important;
	width: 100% !important;
	margin: 0 !important;
}

#consoleArea #buy-console .btn-group.btn-group-toggle > .btn,
#consoleArea #sell-console .btn-group.btn-group-toggle > .btn {
	position: relative;
	flex: 1 1 25% !important;
	max-width: none !important;
	min-width: 0 !important;
	padding: 0 !important;
	display: block !important;
	text-align: center !important;
}

#consoleArea #buy-console .btn-group.btn-group-toggle > .btn > input[type="radio"],
#consoleArea #sell-console .btn-group.btn-group-toggle > .btn > input[type="radio"] {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
}

#consoleArea #buy-console .btn-group.btn-group-toggle > .btn > span,
#consoleArea #sell-console .btn-group.btn-group-toggle > .btn > span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

#consoleArea #buyMinus,
#consoleArea #buyPlus,
#consoleArea #sellMinus,
#consoleArea #sellPlus {
	align-self: stretch !important;
}

/* 주문가격 입력/버튼 정렬 긴급 복구 */
#consoleArea #buyPriceTab,
#consoleArea #sellPriceTab {
	align-items: center;
}

#consoleArea #buyPriceTab > .col-9,
#consoleArea #sellPriceTab > .col-9 {
	display: flex;
	align-items: center;
}

#consoleArea #buyPriceTab .input-group,
#consoleArea #sellPriceTab .input-group {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	width: 100% !important;
}

#consoleArea #buyPriceTab .input-group > .form-control,
#consoleArea #sellPriceTab .input-group > .form-control,
#consoleArea #buyWantPrice,
#consoleArea #sellWantPrice {
	flex: 1 1 auto !important;
	width: auto !important;
	min-width: 0 !important;
	margin: 0 !important;
	text-align: left !important;
	border-right: none !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

#consoleArea #buyMinus,
#consoleArea #buyPlus,
#consoleArea #sellMinus,
#consoleArea #sellPlus {
	flex: 0 0 42px !important;
	width: 42px !important;
	min-width: 42px !important;
	max-width: 42px !important;
	height: 32px !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	line-height: 1 !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	color: #334560 !important;
	text-shadow: none !important;
}

#consoleArea #buyMinus,
#consoleArea #sellMinus {
	border-left: none !important;
	border-right: 1px solid #c7d4e7 !important;
	border-radius: 0 !important;
}

#consoleArea #buyPlus,
#consoleArea #sellPlus {
	border-left: none !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

#consoleArea #buyMinus::before,
#consoleArea #buyPlus::before,
#consoleArea #sellMinus::before,
#consoleArea #sellPlus::before {
	content: none !important;
}

#consoleArea #buyAmount,
#consoleArea #sellAmount,
#consoleArea #buyMoney,
#consoleArea #sellMoney,
#consoleArea #myMoney,
#consoleArea #myVolume {
	text-align: right !important;
	font-variant-numeric: tabular-nums;
}

/* EOF 최종 강제값: 탭 하단 여백 + 거래가능금액 폰트 */
#consoleArea #bidAskConsole .ui-tabs-panel {
	padding: 8px 10px 8px !important;
	background: #fff !important;
	box-shadow: none !important;
}

#consoleArea #buy-console,
#consoleArea #sell-console,
#consoleArea #history-console,
#consoleArea #wait-console {
	padding: 8px 8px 6px !important;
	background: #fff !important;
	box-shadow: none !important;
}

#consoleArea #buy-console > .row,
#consoleArea #sell-console > .row {
	padding: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 5px !important;
}

#consoleArea #buy-console > .row:first-child,
#consoleArea #sell-console > .row:first-child {
	margin-bottom: 6px !important;
}

#consoleArea #buy-console > .row:last-child,
#consoleArea #sell-console > .row:last-child {
	margin-bottom: 0 !important;
}

#consoleArea #buy-console #myMoney,
#consoleArea #sell-console #myVolume {
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
}

/* ZZZ 최종 강제값: 내부 패딩 확대 + 컨트롤 축소 + 스크롤 제거 */
#consoleArea #status,
#consoleArea #bidAskConsole,
#consoleArea #bidAskConsole .ui-tabs-panel {
	height: auto !important;
}

#consoleArea #bidAskConsole .ui-tabs-panel {
	padding: 14px 14px 10px !important;
	background: #fff !important;
	overflow-y: hidden !important;
	overflow-x: hidden !important;
	box-shadow: none !important;
}

#consoleArea #buy-console,
#consoleArea #sell-console,
#consoleArea #history-console,
#consoleArea #wait-console {
	padding: 10px 10px 8px !important;
	background: #fff !important;
	overflow: hidden !important;
	box-shadow: none !important;
}

#consoleArea #buy-console > .row,
#consoleArea #sell-console > .row {
	height: auto !important;
	min-height: 24px !important;
	padding: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 4px !important;
}

#consoleArea #buy-console > .row:first-child,
#consoleArea #sell-console > .row:first-child {
	margin-bottom: 5px !important;
}

#consoleArea #buy-console > .row:last-child,
#consoleArea #sell-console > .row:last-child {
	margin-bottom: 0 !important;
}

#consoleArea #buy-console .form-control,
#consoleArea #sell-console .form-control {
	height: 26px !important;
	font-size: 11px !important;
	padding: 0 8px !important;
}

#consoleArea #buyMinus,
#consoleArea #buyPlus,
#consoleArea #sellMinus,
#consoleArea #sellPlus {
	width: 34px !important;
	min-width: 34px !important;
	max-width: 34px !important;
	height: 26px !important;
	font-size: 15px !important;
}

#consoleArea #buy-console .btn-group .btn,
#consoleArea #sell-console .btn-group .btn {
	height: 28px !important;
}

#consoleArea #buy-console .btn-group .btn > span,
#consoleArea #sell-console .btn-group .btn > span {
	font-size: 11px !important;
}

#consoleArea #buyButton,
#consoleArea #sellButton {
	height: 30px !important;
	min-width: 62px !important;
	font-size: 11px !important;
}

#consoleArea #buy-console #myMoney,
#consoleArea #sell-console #myVolume {
	font-size: 13px !important;
	line-height: 1.15 !important;
}

/* ZZZ 코너 라운드 통일 */
#consoleArea #bidAskConsole {
	border-radius: 10px !important;
	overflow: hidden !important;
}

#consoleArea #bidAskConsole > ul {
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	overflow: hidden !important;
}

#consoleArea #bidAskConsole .ui-tabs-panel {
	border-radius: 0 0 10px 10px !important;
	overflow: hidden !important;
}

#consoleArea #buy-console,
#consoleArea #sell-console,
#consoleArea #history-console,
#consoleArea #wait-console {
	border-radius: 0 !important;
}

#consoleArea #buyButton,
#consoleArea #sellButton {
	border-radius: 8px !important;
}

/* Prevent the order console widget from spilling over the chat widget below */
#consoleArea {
	overflow: hidden;
}

#consoleArea #status,
#consoleArea #bidAskConsole {
	height: 100% !important;
	min-height: 0;
}

#consoleArea #bidAskConsole .ui-tabs-panel {
	height: calc(100% - 44px) !important;
	min-height: 0;
	overflow-y: auto !important;
	overflow-x: hidden !important;
}

#consoleArea #buy-console,
#consoleArea #sell-console,
#consoleArea #history-console,
#consoleArea #wait-console {
	height: 100% !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
}

/* Reduce only the available-balance row to avoid unnecessary panel scrollbar */
#consoleArea #buy-console > .row:first-child,
#consoleArea #sell-console > .row:first-child {
	height: 18px !important;
	min-height: 18px !important;
	margin-bottom: 2px !important;
}

#consoleArea #buy-console > .row:first-child > [class*="col-"],
#consoleArea #sell-console > .row:first-child > [class*="col-"] {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 18px !important;
	font-size: 10px !important;
}

#consoleArea #buy-console #myMoney,
#consoleArea #sell-console #myVolume {
	display: inline-block;
	max-height: 18px;
	overflow: hidden;
	line-height: 18px !important;
	font-size: 12px !important;
}

/* Shrink top tab header to secure a little more vertical room */
#consoleArea #bidAskConsole > ul {
	padding: 0 !important;
	min-height: 30px !important;
}

#consoleArea #bidAskConsole > ul li a {
	height: 30px !important;
	line-height: 30px !important;
	font-size: 12px !important;
	padding: 0 6px !important;
}

#consoleArea #bidAskConsole > ul li.ui-state-active a[href="#buy-console"],
#consoleArea #bidAskConsole > ul li.ui-tabs-active a[href="#buy-console"],
#consoleArea #bidAskConsole > ul li.ui-state-active a[href="#sell-console"],
#consoleArea #bidAskConsole > ul li.ui-tabs-active a[href="#sell-console"],
#consoleArea #bidAskConsole > ul li.ui-state-active a[href="#history-console"],
#consoleArea #bidAskConsole > ul li.ui-state-active a[href="#wait-console"],
#consoleArea #bidAskConsole > ul li.ui-tabs-active a[href="#history-console"],
#consoleArea #bidAskConsole > ul li.ui-tabs-active a[href="#wait-console"] {
	height: 30px !important;
	line-height: 30px !important;
	margin-top: 0 !important;
}

#consoleArea #bidAskConsole .ui-tabs-panel {
	height: calc(100% - 32px) !important;
	padding: 6px 8px 6px !important;
}

/* Keep only one bottom curve line (outer shell) */
#consoleArea #bidAskConsole .ui-tabs-panel {
	border: 0 !important;
	border-top: 1px solid #c4d1e4 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

#consoleArea #buy-console,
#consoleArea #sell-console,
#consoleArea #history-console,
#consoleArea #wait-console {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

/* Keep tab widths perfectly symmetric (no cumulative -1px shift) */
#consoleArea #bidAskConsole > ul li + li {
	margin-left: 0 !important;
}
