/* theme08 — 08과 동일: 헤더/GNB 유지 + 로그인 mem_menu 우측 + 팝업 블랙 */

#authModal,
.casino-modal {
	display: none !important;
}

.theme_myMenu,
.mob_myMenu_info {
	display: none !important;
}

/* 하단 입금/출금(site_menu_2) 첫 칸과 GNB 가로 정렬 (로고는 common.css 그대로) */
#wrap .site_menu_2 {
	justify-content: flex-start !important;
	max-width: 1227px !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
	box-sizing: border-box;
}

#wrap.user-auth .site_gnb,
#wrap.not-logged .site_gnb {
	top: 50% !important;
	transform: translate(0, -50%) !important;
	width: auto !important;
	max-width: min(520px, calc(100% - 300px));
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box;
}

@media screen and (min-width: 1228px) {
	#wrap.user-auth .site_gnb,
	#wrap.not-logged .site_gnb {
		left: calc(50% - 613.5px + 12px) !important;
	}
}

@media screen and (max-width: 1227px) {
	#wrap.user-auth .site_gnb,
	#wrap.not-logged .site_gnb {
		left: 12px !important;
	}
}

#wrap.user-auth .gnb_menu,
#wrap.not-logged .gnb_menu {
	margin: 0 !important;
	max-width: none !important;
}

#wrap.user-auth .gnb,
#wrap.not-logged .gnb,
#wrap.user-auth .gnb_in,
#wrap.not-logged .gnb_in {
	justify-content: flex-start !important;
}

#wrap.user-auth #header .header {
	transform: translate(-50%, -50%) !important;
}

#wrap.user-auth #header,
#wrap.user-auth .header_wrap {
	height: 80px;
	min-height: 80px;
}

#wrap.user-auth .header_wrap {
	justify-content: flex-end !important;
	align-items: center !important;
	flex-direction: row !important;
	padding: 0 20px !important;
}

#wrap.user-auth .theme_login {
	flex: 0 1 auto;
	max-width: min(680px, 58vw);
	z-index: 1001;
}

#wrap.user-auth .mem_menu_wrapper {
	justify-content: flex-end;
	flex-wrap: nowrap;
	gap: 6px;
}

#wrap.user-auth .mem_menu.mem_menu_logged {
	justify-content: flex-end;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px 6px;
	max-width: 100%;
}

.mem_menu.mem_menu_logged li .m_stat {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: fit-content;
	height: 28px;
	padding: 2px 8px;
	font-size:13px;
	font-weight: 600;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 4px;
	background: rgba(30, 30, 30, 0.9);
	white-space: nowrap;
}

.mem_menu.mem_menu_logged .m_nick strong {
	color: #fbff60;
}

.mem_menu.mem_menu_logged .m_money {
	color: #fbff60;
}

.mem_menu.mem_menu_logged .m_point.theme08-point-convert {
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* 모바일 GNB·게임 목록 — 벤더 썸네일 꽉 차게 (기본 22px 아이콘 확대) */
.game_menus ul li a {
	height: auto;
	min-height: 52px;
	line-height: 1.25;
	padding: 8px 10px;
	align-items: center;
}
.game_menus ul li a span {
	width: auto;
	flex: 1;
	min-width: 0;
	font-size:15px;
	font-weight: 600;
	line-height: 1.3;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.game_menus ul li i {
	display: block;
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	min-width: 44px;
	border-radius: 6px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.35);
}
.game_menus ul li i img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
@media (min-width: 480px) {
	.game_menus ul li i {
		width: 52px;
		height: 52px;
		min-width: 52px;
	}
}
.mem_menu.mem_menu_logged .m_point {
	color: #f38adb;
}

.mem_menu.mem_menu_logged li a.m_dep,
.mem_menu.mem_menu_logged li a.m_wit {
	background: linear-gradient(180deg, #c78b14 0%, #8a5a0a 100%);
	border-color: #e0b040;
	color: #fff;
	font-size:13px;
	min-width: 44px;
	height: 28px;
	padding: 2px 8px;
}

.mem_menu.mem_menu_logged li a.m_memo {
	background: rgba(243, 138, 219, 0.25);
	border-color: #f38adb;
	color: #ffd8f5;
	font-size:13px;
	height: 28px;
	padding: 2px 8px;
}

.mem_menu.mem_menu_logged li a.m_logout {
	background: rgba(80, 80, 80, 0.9);
	border-color: #666;
	color: #eee;
	font-size:13px;
	height: 28px;
	padding: 2px 8px;
}

.popup_box,
.popup_box .layer_content,
.popup_multi,
.popup_box .layer_body,
.popup_box .form_area,
.popup_box .cont_tab_area,
.popup_box .cont_write_area {
	background: #0d0d0d !important;
	background-color: #0d0d0d !important;
	border-color: #333 !important;
	color: #e8e8e8 !important;
}

.popup_box .pop_tt,
.popup_box .form_title h3,
.popup_box .title,
.popup_box .layer_head .title {
	color: #f0f0f0 !important;
}

.popup_box .form_text .input input,
.popup_box .form_text .input textarea,
.popup_box .form_textarea {
	background: #1a1a1a !important;
	border-color: #444 !important;
	color: #fff !important;
}

.popup_box .basic_tab li button,
.popup_box .basic_tab li.active button {
	color: #ddd !important;
}

.popup_box .close {
	background: #333 !important;
	border-color: #555 !important;
	color: #fff !important;
}

.popup_box.register.view {
	z-index: 100001;
}

.bg_mask {
	background: rgba(0, 0, 0, 0.75) !important;
}

.main_side .swiper-slide a.slideimg1,
.main_side .swiper-slide a.slideimg2 {
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1056px) {
	#wrap.user-auth .site_gnb,
	#wrap.not-logged .site_gnb {
		transform: none !important;
		left: auto !important;
		top: auto !important;
	}
	.mobile-mem-login .mem_menu.mem_menu_logged {
		justify-content: center;
		flex-wrap: wrap;
	}
}

/* ── theme08 AJAX 모달 (쪽지·고객센터 — getMemo/getCustom HTML 호환) ── */
.t9-ajax-overlay {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 100050;
	background: rgba(0, 0, 0, 0.88);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	align-items: center;
	justify-content: center;
	padding: 16px;
	overflow-y: auto;
}
.t9-ajax-overlay.active {
	display: flex;
}
.t9-ajax-box {
	position: relative;
	width: 100%;
	max-width: 720px;
	max-height: 92vh;
	overflow: auto;
	background: #1a1028;
	border: 1px solid #c78b14;
	border-radius: 14px;
	box-shadow: 0 0 40px rgba(199, 139, 20, 0.2);
}
.t9-ajax-box.wide {
	max-width: 920px;
}
.t9-ajax-close {
	position: sticky;
	top: 0;
	float: right;
	z-index: 5;
	margin: 10px 10px 0 0;
	width: 38px;
	height: 38px;
	border: none;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.45);
	color: #ccc;
	font-size:24px;
	line-height: 1;
	cursor: pointer;
}
.t9-ajax-close:hover {
	color: #f38adb;
	background: rgba(243, 138, 219, 0.15);
}
.t9-ajax-body {
	clear: both;
	padding: 8px 16px 24px;
	color: #eee;
}
.t9-ajax-body table.bs-table,
.t9-ajax-body .bs-table {
	width: 100% !important;
	border-collapse: collapse;
}
.t9-ajax-body .bs-table thead th,
.t9-ajax-body .bs-table tbody td {
	padding: 10px 12px !important;
	font-size:17px !important;
	vertical-align: middle;
	border-color: rgba(255, 255, 255, 0.08) !important;
}
.t9-ajax-body .title-td {
	cursor: pointer;
}
.t9-ajax-body .message-content,
.t9-ajax-body .qna-content,
.t9-ajax-body #message-detail,
.t9-ajax-body #qna-detail {
	color: #e8e8e8;
	line-height: 1.6;
	word-break: break-word;
}
.t9-ajax-body .memo-row-unread .title-td {
	font-weight: 700;
}

/* 쪽지·고객센터 AJAX — style.css 미로드 보정 (원본 bs-table·모달 헤더 톤) */
.t9-ajax-body .modal-dialog,
.t9-ajax-body .modal-content,
.t9-ajax-body .modal-header,
.t9-ajax-body .modal-body,
.t9-ajax-body .modal-footer {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
	height: auto !important;
}
.t9-ajax-body .modal-header {
	min-height: 52px;
	margin-bottom: 12px !important;
	padding: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.t9-ajax-body .modal-header .title-panel {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	max-width: 320px;
	height: 48px;
	padding: 0 28px;
	border-radius: 8px;
	background: linear-gradient(180deg, #3d2a52 0%, #1f1428 100%);
	border: 1px solid rgba(243, 138, 219, 0.35);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}
.t9-ajax-body .modal-header .title-panel .title {
	font-size:22px;
	font-weight: 800;
	color: #f8e8ff !important;
	-webkit-text-fill-color: #f8e8ff !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	letter-spacing: 0.02em;
}
.t9-ajax-body .modal-header .title-panel .bullets {
	display: none;
}
.t9-ajax-body .modal-body {
	padding: 4px 4px 12px !important;
	color: #eee;
}
.t9-ajax-body .bs-table {
	border-collapse: separate !important;
	border-spacing: 0 4px !important;
}
.t9-ajax-body .bs-table thead th {
	height: 44px;
	color: #fff !important;
	font-size:16px !important;
	font-weight: 700;
	text-align: center;
	background: #3d2a52 !important;
	border: none !important;
}
.t9-ajax-body .bs-table thead th:first-child {
	border-radius: 6px 0 0 6px;
}
.t9-ajax-body .bs-table thead th:last-child {
	border-radius: 0 6px 6px 0;
}
.t9-ajax-body .bs-table tbody td {
	color: #f0f0f0 !important;
	font-size:17px !important;
	background: rgba(255, 255, 255, 0.06) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}
.t9-ajax-body .bs-table tbody tr:hover td {
	background: rgba(243, 138, 219, 0.12) !important;
}
.t9-ajax-body .bs-table .title-td {
	color: #f5f5f5 !important;
	text-align: left !important;
	padding-left: 14px !important;
}
.t9-ajax-body .bs-table .title-td:hover {
	color: #f38adb !important;
}
.t9-ajax-body .bs-table .date-td {
	color: #b8b0c4 !important;
	white-space: nowrap;
}
.t9-ajax-body .bs-table .count-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	padding: 0 8px;
	border-radius: 6px;
	color: #fff !important;
	font-size:16px;
	font-weight: 700;
	background: linear-gradient(180deg, #c38fff, #7135b7);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.t9-ajax-body .memo-dot {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 6px;
	border-radius: 50%;
	background: #f38adb;
	vertical-align: middle;
}
.t9-ajax-body .message-content {
	margin-top: 4px;
	padding: 16px 18px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(199, 139, 20, 0.25);
}
.t9-ajax-body .message-content .inner-container,
.t9-ajax-body #message-detail {
	color: #ececec !important;
	font-size:18px;
	line-height: 1.65;
	min-height: 120px;
}
.t9-ajax-body .t9-memo-footer {
	padding: 16px 0 8px !important;
	justify-content: center !important;
}
.t9-ajax-body .t9-memo-actions {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
}
.t9-ajax-body .t9-memo-actions .btn.basic {
	width: 100%;
	min-height: 46px;
	border-radius: 8px;
	cursor: pointer;
}
.t9-ajax-body .t9-memo-actions .btn.basic span {
	color: #fff !important;
	font-size:16px;
	font-weight: 700;
}

/* 입금/출금 탭 — 한 줄 (ul.basic_tab 직접 구조 보정) */
.popup_box.depositLayer ul.basic_tab.mypageTab {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	width: 100%;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	height: auto;
	min-height: 48px;
}
.popup_box.depositLayer ul.basic_tab.mypageTab > li {
	flex: 1 1 50%;
	width: 50% !important;
	max-width: 50%;
	height: 48px;
	float: none;
	display: list-item;
}
.popup_box.depositLayer ul.basic_tab.mypageTab > li button {
	width: 100%;
	height: 48px;
	white-space: nowrap;
}

/* 마이페이지 레이아웃 */
.mypageLayer .theme08-mypage-body {
	padding: 16px 20px 22px;
}
.mypageLayer .theme08-mypage-card {
	padding: 14px 16px;
	border-radius: 8px;
}
.mypageLayer .theme08-mypage-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
}
.mypageLayer .theme08-mypage-row:last-child {
	margin-bottom: 0;
}
.mypageLayer .theme08-mypage-row .form_title {
	min-width: 76px;
	flex-shrink: 0;
	margin: 0;
}
.mypageLayer .theme08-mypage-row .form_title h3 {
	margin: 0;
	font-size:16px;
	white-space: nowrap;
}
.mypageLayer .theme08-mypage-row .form_text {
	flex: 1;
	min-width: 0;
}
.mypageLayer .theme08-mypage-row .form_text .input input {
	width: 100%;
	box-sizing: border-box;
}
.mypageLayer .theme08-mypage-actions {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	gap: 10px;
	margin-top: 18px;
}
.mypageLayer .theme08-mypage-actions button {
	flex: 1 1 50%;
	min-width: 0;
}

/* 고객센터 답변 상세 */
.theme08-cs-detail .theme08-cs-detail-body {
	min-height: 160px;
	max-height: 42vh;
	overflow: auto;
	padding: 12px 14px;
	line-height: 1.65;
	word-break: break-word;
}
.csCenterLayer .theme08-cs-list-actions {
	margin-top: 12px;
}

/* [20260809] 고객센터 리스트 가독성 — 제목·날짜를 화이트로.
   원인: 배경은 이 파일 206~216행이 #0d0d0d 로 어둡게 바꿨는데, 리스트 글자색은
   common.css:3184(.td) · 3188(.td a) 의 밝은테마용 #4c422b(진한 갈색)가 그대로 남아
   어둠 위에 어둠이 되어 거의 안 보였다.
   같은 증상이 공지사항(.popup_table.notice)에도 있으나 지시 범위가 고객센터라 여기만 좁혀 적용한다. */
.csCenterLayer .popup_table .table .td {
	color: #ffffff;
}
.csCenterLayer .popup_table .table .td a {
	color: #ffffff;
}
.csCenterLayer .popup_table .table .td a:hover {
	color: #ffffff;
	text-decoration: underline;
}
/* 「등록된 문의가 없습니다.」 안내문은 본문보다 한 단계 낮춘다(정보 위계 유지). */
.csCenterLayer .popup_table .table .td.empty {
	color: rgba(255, 255, 255, .58);
}

/* [20260809] 하단 「문의하기」 버튼이 모달 아래 경계에 붙어 있어 숨 쉴 여백을 준다.
   layer_body 에 주는 이유: 목록 화면의 「문의하기」와 답변상세 화면의 「목록」 버튼이
   서로 다른 컨테이너에 있어, 버튼마다 margin 을 붙이면 한쪽을 빠뜨린다. */
.csCenterLayer .layer_body {
	padding-bottom: 22px;
}


/* ══════════════════════════════════════════════════════════════════════════
   [20260809 게시판 가독성 P-FIX — 마스터 지시]
   (1) 어두운 글씨 → 흰색
       common.css:3184·3188 이 `.popup_table .table .td / .td a` 를 #4c422b(어두운 갈색)로
       지정한다. 팝업 배경은 위 205~216행에서 #0d0d0d 로 덮여 있어 사실상 안 보인다.
       아래 601행대에 «.csCenterLayer» 한정 흰색 보정이 이미 있었는데, 그래서
       고객센터 목록만 보이고 공지사항 목록은 어두운 채로 남아 있었다.
       → 레이어를 가리지 않고 팝업 안 모든 게시판 목록에 적용한다.
   (2) 글목록·내용 텍스트 +2px
       rem 기준은 common.css:91 의 `body, html { font-size:10px }` → 1rem = 10px.
       목록: common.css 의 .th 1.2→1.4rem, .td 1.3→1.5rem (공지/고객센터/미디어쿼리 포함).
       AJAX(쪽지) 목록·본문: 위 336·414·428·457·481 행에서 px 로 +2.
       레이어 상세 본문(.form_textarea)은 지정이 없어 html 10px 을 상속하고 있었다 → 12px.
       ※ 관리자가 넣은 본문 HTML 자체의 인라인 크기는 건드리지 않는다(서식 보존).
   ══════════════════════════════════════════════════════════════════════════ */
.popup_box .popup_table .table .td,
.popup_box .popup_table .table .td a {
	color: #ffffff !important;
}
.popup_box .popup_table .table .td.empty {
	color: rgba(255, 255, 255, .58) !important;
}
.popup_box .form_textarea {
	font-size:14px;
}

/* [20260809 게시판 가독성 P-FIX 추가 — 전수스캔에서 잡힌 잔여 2건]
   (a) common.css:119~120 의 전역 `button { color:#222 }` 가 AJAX 셸 안 조각 버튼에 그대로 걸린다.
       쪽지·공지 상세 조각의 «목록가기» 는 <button> 안 <div> 라 이 색을 상속해
       어두운 셸 배경(#1a1028) 위에서 거의 안 보였다.
       또 functions.php 의 페이징 버튼은 인라인 `style="color:#000"` 을 달고 온다 —
       인라인을 이기려면 !important 가 필요하다(그래서 여기서만 !important 를 쓴다).
       functions.php 는 관리자까지 함께 쓰는 전역 파일이라 건드리지 않고 셸 안으로만 한정해 덮는다.
   (b) #qna-detail 은 font-size 지정이 없어 html 10px 을 상속했다 → #message-detail 과 같은 16px. */
.t9-ajax-body button,
.t9-ajax-body button i,
.t9-ajax-body .btn-inner {
	color: #ffffff !important;
}
.t9-ajax-body #qna-detail,
.t9-ajax-body .qna-content {
	font-size:18px;
}

/* ══════════════════════════════════════════════════════════════════════════
   [20260809 마스터 지시 4건 — 유저페이지 UI/UX]
   (1) 입금계좌문의 버튼 가독성  (2) 미확인 알림 뱃지
   (3) 중간메뉴 6칸 배치         (4) 금액란 잠금 표시
   ══════════════════════════════════════════════════════════════════════════ */

/* ── (1) 입금계좌문의 버튼 — «설명해도 못 찾는다» → 형광 그라데이션으로 분리 ──
   근본: .t8-bankask 는 전용 CSS 가 없어 `.popup_button .basic`(어두운 갈색 그라데이션,
   common.css:3069) 을 그대로 물려받았다. 옆의 금액 프리셋 버튼들과 색이 같아
   «버튼 6개 중 하나» 로 묻혔다.
   테두리는 common.css:3043 의 ::before + mask 링 기법이므로(배경 아님) 그라데이션만 갈아끼우면
   금색 링이 형광 링으로 바뀐다 — 구조를 건드리지 않는다.
   글자는 형광 위에서 흰색이 가장 안 보이므로 «어두운 먹색» 으로 뒤집는다. */
.popup_button .btn.t8-bankask {
	width: 100%;
	background: linear-gradient(100deg, #00e5ff 0%, #39ff14 36%, #ccff00 60%, #00e5ff 100%);
	background-size: 220% 100%;
	animation: t8BankAskFlow 3.4s linear infinite;
	box-shadow: 0 0 12px rgba(57, 255, 20, .45), 0 0 26px rgba(0, 229, 255, .26);
}
.popup_button .btn.t8-bankask:hover {
	background: linear-gradient(100deg, #00e5ff 0%, #39ff14 36%, #ccff00 60%, #00e5ff 100%);
	background-size: 220% 100%;
	filter: brightness(1.1) saturate(1.1);
	box-shadow: 0 0 18px rgba(57, 255, 20, .6), 0 0 34px rgba(0, 229, 255, .35);
}
.popup_button .btn.t8-bankask::before {
	background: linear-gradient(135deg, #00fff0 0%, #eaff00 50%, #00e5ff 100%);
}
.popup_button .btn.t8-bankask span,
.popup_button .btn.t8-bankask svg {
	color: #06150c !important;
}
.popup_button .btn.t8-bankask span {
	font-size:clamp(16px, 2.2vw, 19px);
	font-weight: 900;
	letter-spacing: .01em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .28);
}
@keyframes t8BankAskFlow {
	0%   { background-position: 0% 50%; }
	100% { background-position: 200% 50%; }
}

/* ── (2) 미확인 알림 뱃지 ──────────────────────────────────────────────────
   대상은 마크업의 data-t8-badge="memo|cs" (pc.php·header_mem_menu_logged.php),
   숫자는 JS 가 data-t8-count 로 넣는다(partials/inc_notify_alarm.php).
   위치는 «요소 안쪽» 우상단이다 — 바깥으로 빼면 조상의 overflow 에 잘릴 수 있어
   헤더/카드 어디에 붙어도 안전한 안쪽 배치로 통일했다. */
[data-t8-badge].t8-has-badge {
	position: relative;
}
[data-t8-badge].t8-has-badge::after {
	content: attr(data-t8-count);
	position: absolute;
	top: 2px;
	right: 3px;
	z-index: 5;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 9px;
	background: linear-gradient(180deg, #ff5257, #c8181d);
	color: #fff;
	font-size:13px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, .5), 0 0 10px rgba(255, 82, 87, .8);
	animation: t8BadgePulse 1.5s ease-in-out infinite;
	pointer-events: none;
}
@keyframes t8BadgePulse {
	0%, 100% { transform: scale(1); }
	50%      { transform: scale(1.18); }
}
/* 중간메뉴 칸은 면적이 커서 뱃지만으로는 눈에 덜 띈다 — 칸 자체에 붉은 발광 테두리를 덧댄다. */
.site_menu_2 .sm_item.t8-has-badge {
	box-shadow: 0 0 0 1px rgba(255, 82, 87, .65), 0 0 16px rgba(255, 82, 87, .38);
}
.site_menu_2 .sm_item.t8-has-badge::after {
	top: 5px;
	right: 6px;
}

/* ── (3) 중간메뉴 6칸 배치 ────────────────────────────────────────────────
   «입금계좌문의» 가 붙어 5→6칸이 됐다. common.css:2349 는 `flex:1 1 18%; max-width:20%`
   (=5칸 기준)이라 6번째가 둘째 줄로 혼자 떨어진다.
   모바일(≤767px)은 common.css:2515 가 이미 31%(3칸)라 6칸=3×2줄로 딱 맞으므로 건드리지 않는다.
   → 데스크톱 구간만 6등분한다. gap 15px × 5 = 75px 를 빼고 나눈다. */
@media screen and (min-width: 768px) {
	#wrap .site_menu_2 .sm_item {
		flex: 1 1 12%;
		max-width: calc((100% - 75px) / 6);
	}
}

/* ── (4) 금액란 잠금 ─────────────────────────────────────────────────────
   readonly 로 입력을 막았다(마크업). 여기서는 «눌러도 타이핑되지 않는다»는 신호만 준다 —
   커서 모양과 캐럿을 없애 회원이 입력칸으로 오해하고 붙잡고 있지 않게 한다. */
.t8-amt-locked {
	cursor: default;
	caret-color: transparent;
}

/* ── (5) 상속만 받던 텍스트 +2px ─────────────────────────────────────────
   [20260809 마스터 지시 «전체적으로 2픽셀 키워줘»]
   개별 font-size 선언 199곳은 이미 +2px 로 올렸다(rem +0.2 / px +2 / clamp 의 px 항 +2).
   그런데 font-size 선언이 «없는» 요소들은 common.css:91~94 의
   `body, html { font-size:10px }` 를 상속해 10px 로 렌더되고 있었다 — 여기가 «너무 작다» 의 주범.

   왜 html 이 아니라 body 만 덮는가 (중요):
     rem 은 언제나 **html** 기준으로 계산된다. common.css 의 font-size 148곳이 rem 이므로
     html 을 12px 로 올리면 그 값들이 다시 20% 커져(1.6rem = 16px → 19.2px) «+2px» 이 아니게 된다.
     html 은 10px 로 남기고 body 만 12px 로 올리면 rem 계산은 그대로이고,
     상속으로만 크기를 받던 텍스트만 정확히 10px → 12px 가 된다.
   ※ 앞으로 전역 크기를 또 조정할 때도 common.css:92 의 10px 는 «rem 기준선» 이므로 건드리지 말 것. */
body {
	font-size: 12px;
}
