/* 기부 신청폼 - 확대/축소 (모바일/PC/태블릿 공통) */
.gibu_zoom_ctrl {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 94%;
	max-width: 720px;
	margin: 12px auto 4px;
	padding: 12px 10px;
	box-sizing: border-box;
	background: #eef3f9;
	border: 1px solid #c5d4e8;
	border-radius: 8px;
}

.gibu_zoom_ctrl .gibu_zoom_btn {
	display: inline-block;
	min-width: 52px;
	height: 42px;
	padding: 0 14px;
	border: 2px solid #283c82;
	border-radius: 6px;
	background: #283c82;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
	letter-spacing: -0.3px;
}

.gibu_zoom_ctrl .gibu_zoom_btn:active,
.gibu_zoom_ctrl .gibu_zoom_btn:hover {
	background: #1a2a5c;
	border-color: #1a2a5c;
}

.gibu_zoom_ctrl .gibu_zoom_btn:disabled {
	border-color: #b0b8c8;
	background: #d5dae3;
	color: #888;
	cursor: default;
}

.gibu_zoom_ctrl .gibu_zoom_level {
	display: inline-block;
	min-width: 56px;
	padding: 0 4px;
	font-size: 16px;
	font-weight: 800;
	color: #0d1b4a;
	text-align: center;
	letter-spacing: -0.5px;
}

.gibu_zoom_ctrl .gibu_zoom_reset {
	min-width: auto;
	margin-left: 2px;
	border-color: #2579bc;
	background: #fff;
	color: #2579bc;
	font-size: 13px;
	font-weight: 700;
}

.gibu_zoom_ctrl .gibu_zoom_reset:active,
.gibu_zoom_ctrl .gibu_zoom_reset:hover {
	background: #2579bc;
	color: #fff;
}

/* 은행 선택 (아이콘형 레이어) */
.gibu_bank_pick {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 320px;
	vertical-align: top;
}

.gibu_bank_trigger {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 44px;
	padding: 8px 12px;
	border: 1px solid #bbb;
	border-radius: 6px;
	background: #fff;
	text-align: left;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}

.gibu_bank_trigger:hover,
.gibu_bank_trigger:focus {
	border-color: #283c82;
	outline: none;
}

.gibu_bank_trigger.is-selected {
	border-color: #283c82;
	background: #f5f8fc;
}

.gibu_bank_trigger_ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	flex-shrink: 0;
}

.gibu_bank_trigger_txt {
	flex: 1;
	font-size: 14px;
	font-weight: 500;
	color: #888;
	letter-spacing: -0.3px;
}

.gibu_bank_trigger.is-selected .gibu_bank_trigger_txt {
	color: #222;
	font-weight: 700;
}

.gibu_bank_trigger_arrow {
	margin-left: 8px;
	font-size: 10px;
	color: #666;
}

.gibu_bank_select_hidden {
	position: absolute !important;
	left: 0;
	top: 0;
	width: 1px !important;
	height: 1px !important;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 0 !important;
	pointer-events: none;
	overflow: hidden;
}

.gibu_bank_layer {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 12000;
}

.gibu_bank_layer_dim {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.45);
}

.gibu_bank_layer_box {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 92%;
	max-width: 480px;
	max-height: 82vh;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	box-sizing: border-box;
}

.gibu_bank_layer_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px;
	border-bottom: 1px solid #e5e5e5;
	background: #283c82;
}

.gibu_bank_layer_head h4 {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
}

.gibu_bank_layer_close {
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.gibu_bank_search {
	padding: 12px 14px;
	border-bottom: 1px solid #eee;
	background: #f7f9fc;
}

.gibu_bank_search input {
	width: 100%;
	height: 42px;
	padding: 0 14px;
	border: 1px solid #c5d4e8;
	border-radius: 8px;
	font-size: 15px;
	box-sizing: border-box;
	outline: none;
}

.gibu_bank_search input:focus {
	border-color: #283c82;
}

.gibu_bank_grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 12px 8px 16px;
	list-style: none;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.gibu_bank_item {
	width: 25%;
	padding: 4px;
	box-sizing: border-box;
}

.gibu_bank_item_btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	min-height: 88px;
	padding: 10px 4px 8px;
	border: 1px solid transparent;
	border-radius: 10px;
	background: transparent;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}

.gibu_bank_item_btn:hover,
.gibu_bank_item_btn:focus {
	background: #eef3f9;
	border-color: #c5d4e8;
	outline: none;
}

.gibu_bank_ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 8px;
	border-radius: 50%;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: -0.5px;
	line-height: 1;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.gibu_bank_name {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: 600;
	color: #333;
	text-align: center;
	line-height: 1.25;
	word-break: keep-all;
	letter-spacing: -0.4px;
}

.gibu_bank_empty {
	margin: 0;
	padding: 30px 16px 40px;
	font-size: 14px;
	color: #888;
	text-align: center;
}

@media screen and (max-width: 480px) {
	.gibu_bank_item {
		width: 33.333%;
	}

	.gibu_bank_layer_box {
		width: 94%;
		max-height: 86vh;
	}
}
