.t10-memo-badge {
	display: inline-block;
	min-width: 1.1em;
	margin-left: 4px;
	padding: 0 5px;
	border-radius: 10px;
	background: #e74c3c;
	color: #fff;
	font-size: 11px;
	font-style: normal;
	line-height: 1.4;
	vertical-align: super;
}
.theme_myMenu .t10-point-convert {
	margin-left: 6px;
	padding: 2px 8px;
	border-radius: 4px;
	background: rgba(255, 77, 77, 0.2);
	color: #ffb4b4;
	font-size: 12px;
}

/* WISDOM 로고 — PNG 투명 배경, 헤더 크기 확대 */
.theme_logo_img a {
	max-width: min(520px, 94vw) !important;
	height: 168px !important;
	background: transparent !important;
}
.theme_logo_img img,
.theme_logo_img img.mainlogo {
	width: auto !important;
	max-width: 100% !important;
	height: 100% !important;
	max-height: 168px !important;
	min-height: 120px;
	object-fit: contain !important;
	filter: none !important;
	background: transparent !important;
}
.panel.left .panel_logo img,
.pop_logo img.popuplogo,
.footer .logo img.footerlogo {
	max-width: min(400px, 90vw);
	width: auto;
	height: auto;
	max-height: 112px;
	object-fit: contain;
	filter: none !important;
	background: transparent !important;
}
.login .theme_logo_img a {
	height: 150px !important;
}
@media screen and (max-width: 767px) {
	.theme_logo_img a {
		height: 120px !important;
		max-width: min(360px, 92vw) !important;
	}
	.theme_logo_img img.mainlogo {
		max-height: 120px !important;
		min-height: 88px;
	}
	.login .theme_logo_img a {
		height: 108px !important;
	}
}

/* 입출금 팝업 — 입금/출금 탭·금액 버튼 한 줄 */
.depositLayer ul.basic_tab.mypageTab {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	width: 100% !important;
	list-style: none;
	padding: 0;
	margin: 0 0 14px;
	gap: 0;
}
.depositLayer .basic_tab.tab_02 > li {
	flex: 1 1 50% !important;
	width: 50% !important;
	max-width: 50% !important;
	min-width: 0 !important;
	height: 48px !important;
}
.depositLayer .basic_tab.tab_02 > li button {
	width: 100% !important;
	height: 100% !important;
	padding: 0 6px !important;
}
.depositLayer .basic_tab.tab_02 > li button span {
	font-size: 1.25rem !important;
	white-space: nowrap;
}
.depositLayer .popup_button.t10-money-quick {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	justify-content: space-between !important;
	align-items: stretch !important;
	gap: 6px !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 12px 0 0 !important;
}
.depositLayer .popup_button.t10-money-quick .btn {
	flex: 1 1 0 !important;
	min-width: 0 !important;
	width: auto !important;
	margin: 0 !important;
	padding: 6px 2px !important;
	height: 40px !important;
	line-height: 1.15 !important;
	font-size: 1.05rem !important;
}
.depositLayer .popup_button.t10-money-quick .btn span {
	font-size: inherit !important;
	white-space: nowrap;
}
.depositLayer .popup_button.btn_2.t10-action-row,
.depositLayer .cont_tab_area > .form_area > .popup_button.btn_2:last-of-type {
	display: flex !important;
	flex-wrap: nowrap !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 12px 0 0 !important;
	gap: 8px !important;
}
.depositLayer .popup_button.btn_2.t10-action-row button,
.depositLayer .cont_tab_area > .form_area > .popup_button.btn_2:last-of-type button {
	flex: 1 1 50% !important;
	width: 50% !important;
	max-width: none !important;
	margin: 0 !important;
}
@media screen and (max-width: 480px) {
	.depositLayer .basic_tab.tab_02 > li button span {
		font-size: 1.05rem !important;
	}
	.depositLayer .popup_button.t10-money-quick .btn {
		font-size: 0.9rem !important;
		height: 36px !important;
		padding: 4px 1px !important;
	}
}
