@charset "utf-8";

/* Point exchange, attendance, and exchange shell polish.
   Split from slotmaru-polish-board.css lines 1158-1696; preserve load order in head.sub.php. */

/* Point-zone legacy color cleanup */
body:has(.exchange-shell-page) .point-zone-wrapper:not(.slotmaru-board-header) {
	border: 1px solid rgba(246, 183, 60, .28);
	border-radius: 10px;
	background:
		linear-gradient(135deg, rgba(15, 140, 124, .08), transparent 38%),
		#fff !important;
	box-shadow: 0 12px 26px rgba(7, 24, 39, .05);
}
body:has(.exchange-shell-page) .point-zone-wrapper:not(.slotmaru-board-header) .point-zone-title {
	color: var(--slotmaru-navy) !important;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 0;
	word-break: keep-all;
}
body:has(.exchange-shell-page) .point-zone-wrapper:not(.slotmaru-board-header) .submenu-title {
	display: inline-flex;
	align-items: center;
	margin-left: 8px;
	padding: 4px 9px;
	border: 1px solid rgba(15, 140, 124, .34);
	border-radius: 999px;
	background: #effaf8;
	color: var(--slotmaru-teal-2) !important;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.25;
	vertical-align: 3px;
	white-space: nowrap;
}
body:has(.exchange-shell-page) .point-zone-wrapper:not(.slotmaru-board-header) .point-buttons {
	gap: 8px;
}
body:has(.exchange-shell-page) .point-zone-wrapper:not(.slotmaru-board-header) .point-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 7px 13px;
	border-color: rgba(246, 183, 60, .55) !important;
	border-radius: 999px;
	background: #fff !important;
	color: var(--slotmaru-navy-2) !important;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.25;
	white-space: nowrap;
	word-break: keep-all;
}
body:has(.exchange-shell-page) .point-zone-wrapper:not(.slotmaru-board-header) .point-button:hover,
body:has(.exchange-shell-page) .point-zone-wrapper:not(.slotmaru-board-header) .point-button:focus {
	border-color: rgba(15, 140, 124, .36) !important;
	background: #eef7f6 !important;
	color: #07333a !important;
}
body:has(.exchange-shell-page) .point-zone-wrapper:not(.slotmaru-board-header) .point-button.active {
	border-color: var(--slotmaru-teal) !important;
	background: var(--slotmaru-teal) !important;
	color: #fff !important;
}
.exchange-shell-page .bo_point_notice .must_read_list .item {
	border-color: rgba(15, 140, 124, .34) !important;
	background: #f7fbf9 !important;
	color: var(--slotmaru-text) !important;
	word-break: keep-all;
}
.exchange-shell-page .bo_point_notice .must_read_list .item .num {
	color: var(--slotmaru-gold-deep) !important;
}
.exchange-shell-page .bo_point_notice .must_read_list .item a.btn_bo_safety {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 3px;
	height: 22px;
	line-height: 1;
	background: var(--slotmaru-navy-2) !important;
	color: var(--slotmaru-gold) !important;
}
.exchange-shell-page .bo_point_notice .must_read_list .item a.btn_bo_safety img {
	display: block;
	margin: 0 !important;
}
.exchange-shell-page .bo_point_notice .must_read_list .item a.btn_bo_safety:hover,
.exchange-shell-page .bo_point_notice .must_read_list .item a.btn_bo_safety:focus {
	background: var(--slotmaru-navy) !important;
	color: #fff !important;
}
@media (min-width: 768px) {
	.exchange-shell-page .bo_point_notice .must_read_list .item:has(a.btn_bo_safety) {
		display: grid !important;
		grid-template-columns: auto minmax(0, 1fr);
		column-gap: 6px;
		row-gap: 5px;
		align-items: center !important;
		padding-top: 4px;
		padding-bottom: 6px;
	}
	.exchange-shell-page .bo_point_notice .must_read_list .item:has(a.btn_bo_safety) .num {
		grid-row: 1 / 3;
		margin-right: 0;
	}
	.exchange-shell-page .bo_point_notice .must_read_list .item:has(a.btn_bo_safety) .underline {
		grid-column: 2;
		white-space: nowrap;
	}
	.exchange-shell-page .bo_point_notice .must_read_list .item:has(a.btn_bo_safety) a.btn_bo_safety {
		grid-column: 2;
		justify-self: start;
		margin-left: 0;
	}
}

body:has(.exchange-shell-page) .point-info-modal,
.chulsuk-page .point-info-modal,
.chulsuk-page .chulsuk_popup {
	border-color: rgba(246, 183, 60, .55) !important;
	box-shadow: 0 18px 38px rgba(7, 24, 39, .12) !important;
}
body:has(.exchange-shell-page) .point-info-modal #pendingPointRankingModalLabel,
.chulsuk-page #pointInfoModalLabel,
.chulsuk-page #rankingInfoModalLabel,
.chulsuk-page .chulsuk_popup .title {
	color: var(--slotmaru-gold-deep) !important;
	letter-spacing: 0 !important;
}
.chulsuk-page #pointInfoModalLabel,
.chulsuk-page #rankingInfoModalLabel {
	color: #fff !important;
}
body:has(.exchange-shell-page) .point-info-modal .ranking-text,
.chulsuk-page .point-info-modal .ranking-text {
	border-color: #c8d5df !important;
	background: #f7fbfb !important;
	color: #07333a !important;
}
body:has(.exchange-shell-page) .point-info-modal .ranking-text p span,
.chulsuk-page .ranking-text p span,
.chulsuk-page .chulsuk_complete_wrap .chulsuk_complete_text > div:first-child span.red,
.chulsuk-page .chulsuk_popup table tr td.red {
	color: var(--slotmaru-teal-2) !important;
}
body:has(.exchange-shell-page) .modal-search-bar .search-btn,
.chulsuk-page .ranking-tabs .nav-link.active,
.chulsuk-page .chulsuk_popup .tabs span.active {
	border-color: var(--slotmaru-teal) !important;
	background: var(--slotmaru-teal) !important;
	color: #fff !important;
}
.chulsuk-page .slotmaru-unified-modal .modal-dialog {
	max-width: 560px;
}

.chulsuk-page .slotmaru-unified-modal .slotmaru-unified-modal__head {
	padding-right: 64px;
	padding-left: 64px;
}

.chulsuk-page .slotmaru-unified-modal .slotmaru-unified-modal__head {
	text-align: center;
}

.chulsuk-page .slotmaru-unified-modal .slotmaru-unified-modal__title {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.chulsuk-page .slotmaru-unified-modal .chulsuk-modal-title-icon {
	flex: 0 0 auto;
	width: auto;
	height: 34px;
	object-fit: contain;
}

.chulsuk-page .slotmaru-unified-modal .chulsuk-modal-title-icon--rank {
	height: 32px;
}

.chulsuk-page .slotmaru-unified-modal .chulsuk-modal-title-icon--point {
	height: 32px;
}

@media (max-width: 575.98px) {
	.chulsuk-page .slotmaru-unified-modal .chulsuk-modal-title-icon {
		height: 30px;
	}
}

.chulsuk-page .slotmaru-unified-modal .slotmaru-unified-modal__copy {
	max-width: 420px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.chulsuk-page .chulsuk-modal-note {
	padding: 14px 16px;
	border: 1px solid #c8d5df;
	border-radius: 12px;
	background: #f7fbfb;
	text-align: center;
}

.chulsuk-page .chulsuk-modal-note__lead {
	margin: 0;
	color: var(--slotmaru-navy);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.7;
}

.chulsuk-page .chulsuk-modal-note__lead span {
	color: var(--slotmaru-teal-2);
}

.chulsuk-page .chulsuk-modal-note__sub {
	margin: 8px 0 0;
	color: var(--slotmaru-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.65;
}

.chulsuk-page .chulsuk-modal-tabs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 16px 0 14px !important;
	border: 0 !important;
	border-radius: 0;
	overflow: visible;
}

.chulsuk-page .chulsuk-modal-tabs .nav-item {
	width: auto;
	margin: 0;
}

.chulsuk-page .chulsuk-modal-tabs .nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	padding: 9px 14px;
	border: 1px solid rgba(246, 183, 60, .55);
	border-radius: 999px;
	background: #fff;
	color: var(--slotmaru-navy-2);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
	white-space: nowrap;
}

.chulsuk-page .chulsuk-modal-tabs .nav-link:hover,
.chulsuk-page .chulsuk-modal-tabs .nav-link:focus {
	border-color: rgba(15, 140, 124, .36);
	background: #eef7f6;
	color: #07333a;
}

.chulsuk-page .chulsuk-modal-tabs .nav-link.active {
	border-color: var(--slotmaru-teal) !important;
	background: var(--slotmaru-teal) !important;
	color: #fff !important;
}

.chulsuk-page .chulsuk-modal-table-wrap {
	overflow: hidden;
	border: 1px solid rgba(223, 230, 239, .9);
	border-radius: 12px;
	background: #fff;
}

.chulsuk-page .chulsuk-modal-table {
	margin-bottom: 0;
}

.chulsuk-page .chulsuk-modal-table thead th {
	border: 0 !important;
	background: #eef3f6 !important;
	color: var(--slotmaru-navy-2) !important;
	font-size: 13px;
	font-weight: 900;
	padding: 11px 10px;
	text-align: center;
}

.chulsuk-page .chulsuk-modal-table tbody td {
	border-top: 1px solid #edf1f5 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	background: #fff !important;
	color: #334155 !important;
	font-size: 14px;
	font-weight: 700;
	padding: 11px 10px;
	text-align: center;
	vertical-align: middle;
}

.chulsuk-page .chulsuk-modal-table__empty {
	color: var(--slotmaru-muted) !important;
}

.chulsuk-page .chulsuk-modal-table .member-visual,
.chulsuk-page .chulsuk-modal-table .chulsuk-modal-member-visual {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	max-width: 100%;
}

.chulsuk-page .chulsuk-modal-table .member-visual__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	overflow: hidden;
	border-radius: 50%;
	background: #fff;
}

.chulsuk-page .chulsuk-modal-table .member-visual__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.chulsuk-page .chulsuk-modal-table .member-visual__name,
.chulsuk-page .chulsuk-modal-table .chulsuk-modal-member-visual {
	color: var(--slotmaru-text) !important;
	font-weight: 700;
	text-decoration: none;
}

.chulsuk-page .chulsuk_rank_point_info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.chulsuk-page .chulsuk_rank_point_info span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	padding: 0 16px;
	border: 1px solid rgba(246, 183, 60, .58);
	border-radius: 999px;
	background: #fff;
	color: var(--slotmaru-navy);
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	box-shadow: none !important;
	text-shadow: none !important;
	cursor: pointer;
	transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.chulsuk-page #chulsuk_rank_info,
.chulsuk-page #chulsuk_point_info {
	border-color: rgba(246, 183, 60, .58) !important;
	background: #fff !important;
	color: var(--slotmaru-navy) !important;
}

.chulsuk-page .chulsuk_rank_point_info span:hover,
.chulsuk-page .chulsuk_rank_point_info span:focus {
	border-color: rgba(15, 140, 124, .36) !important;
	background: #eef7f6 !important;
	color: #07333a !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

.chulsuk-page .chulsuk_rank_point_info span img {
	display: block;
	flex: 0 0 auto;
	width: auto;
	height: 24px;
	object-fit: contain;
}

.chulsuk-page .chulsuk_rank_point_info span:hover img,
.chulsuk-page .chulsuk_rank_point_info span:focus img {
	filter: none !important;
	opacity: 1 !important;
}

.chulsuk-page #chulsuk_rank_info,
.chulsuk-page #chulsuk_point_info {
	box-shadow: none !important;
	text-shadow: none !important;
}

.chulsuk-page #chulsuk_rank_info:hover,
.chulsuk-page #chulsuk_rank_info:focus,
.chulsuk-page #chulsuk_point_info:hover,
.chulsuk-page #chulsuk_point_info:focus {
	border-color: rgba(15, 140, 124, .36) !important;
	background: #eef7f6 !important;
	color: #07333a !important;
	box-shadow: none !important;
}

.chulsuk-page #chulsuk_rank_info:hover img,
.chulsuk-page #chulsuk_rank_info:focus img,
.chulsuk-page #chulsuk_point_info:hover img,
.chulsuk-page #chulsuk_point_info:focus img {
	filter: none !important;
	opacity: 1 !important;
}

.chulsuk-page .chulsuk-modal-bonus-summary {
	margin-top: 14px;
	padding: 14px 16px;
	border: 1px solid #c8d5df;
	border-radius: 12px;
	background: #f7fbfb;
	color: var(--slotmaru-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.7;
}

.chulsuk-page .chulsuk-modal-bonus-summary strong {
	display: block;
	margin-bottom: 4px;
	color: var(--slotmaru-navy);
	font-size: 13px;
	font-weight: 900;
}
.exchange-shell-page .exchange-grid-card__media {
	border-color: rgba(246, 183, 60, .58) !important;
}
.exchange-shell-page .exchange-grid-card__badge {
	background: var(--slotmaru-teal) !important;
	color: #fff !important;
}
.exchange-shell-page .exchange-grid-card__footer .btn-outline-secondary {
	border-color: rgba(246, 183, 60, .72) !important;
	background: #fff !important;
	color: var(--slotmaru-navy-2) !important;
	font-weight: 900;
}
.exchange-shell-page .exchange-grid-card__footer .btn-outline-secondary:hover,
.exchange-shell-page .exchange-grid-card__footer .btn-outline-secondary:focus {
	border-color: var(--slotmaru-gold-2) !important;
	background: var(--slotmaru-gold) !important;
	color: var(--slotmaru-navy) !important;
	box-shadow: none !important;
}
body:has(.exchange-shell-page) .search-container .btn.btn-primary,
body:has(.exchange-shell-page) .search-container a.btn.btn-primary,
body:has(.exchange-shell-page) .search-container button.btn.btn-primary {
	border-color: var(--slotmaru-teal) !important;
	background: linear-gradient(180deg, var(--slotmaru-teal), var(--slotmaru-teal-2)) !important;
	color: #fff !important;
	font-weight: 900;
	box-shadow: none !important;
}
body:has(.exchange-shell-page) .search-container .btn.btn-primary:hover,
body:has(.exchange-shell-page) .search-container a.btn.btn-primary:hover,
body:has(.exchange-shell-page) .search-container button.btn.btn-primary:hover {
	border-color: var(--slotmaru-gold-2) !important;
	background: linear-gradient(180deg, #f7dc8b 0%, #d6ad4b 100%) !important;
	color: var(--slotmaru-navy) !important;
	box-shadow: none !important;
}
body:has(.exchange-shell-page) .search-container .btn.btn-primary:focus,
body:has(.exchange-shell-page) .search-container a.btn.btn-primary:focus,
body:has(.exchange-shell-page) .search-container button.btn.btn-primary:focus {
	border-color: var(--slotmaru-teal) !important;
	background: linear-gradient(180deg, var(--slotmaru-teal), var(--slotmaru-teal-2)) !important;
	color: #fff !important;
	box-shadow: none !important;
}
body:has(.exchange-shell-page) .search-container .btn.btn-primary:focus-visible,
body:has(.exchange-shell-page) .search-container a.btn.btn-primary:focus-visible,
body:has(.exchange-shell-page) .search-container button.btn.btn-primary:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 3px rgba(15, 140, 124, .24) !important;
}
body:has(.exchange-shell-page) .search-container .btn.btn-primary:active,
body:has(.exchange-shell-page) .search-container a.btn.btn-primary:active,
body:has(.exchange-shell-page) .search-container button.btn.btn-primary:active {
	border-color: var(--slotmaru-teal-2) !important;
	background: var(--slotmaru-teal-2) !important;
	color: #fff !important;
	box-shadow: inset 0 2px 6px rgba(7, 24, 39, .18);
}
body:has(.exchange-shell-page) .search-container .btn.btn-primary img,
body:has(.exchange-shell-page) .search-container .btn.btn-primary .fa {
	vertical-align: middle;
}
body:has(.exchange-shell-page) .search-container #pending_point_ranking {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}
body:has(.exchange-shell-page) .search-container #pending_point_ranking img {
	display: block;
	flex: 0 0 auto;
	width: auto;
	height: 15px;
	margin: 0;
}
body:has(.exchange-shell-page) .search-container #pending_point_ranking:hover img {
	filter: drop-shadow(0 0 1px rgba(7, 24, 39, .95)) drop-shadow(0 1px 1px rgba(7, 24, 39, .45));
}
body:has(input[name="bo_table"][value="trade"]) #bo_list .trade-mobile-point {
	border-color: rgba(15, 140, 124, .34) !important;
	background: #effaf8 !important;
	color: var(--slotmaru-teal-2) !important;
}

.chulsuk-page .chulsuk_submit_wrap,
.chulsuk-page .chulsuk_complete_wrap,
.chulsuk-page .chulsuk_list_wrap {
	border-color: #dbe7e1 !important;
	box-shadow: 0 16px 34px rgba(7, 24, 39, .07) !important;
}
.chulsuk-page .chulsuk_submit_wrap input#wr_content {
	border-color: #dbe7e1 !important;
	color: var(--slotmaru-text) !important;
}
.chulsuk-page .chulsuk_submit_wrap #btn_chulsuk_submit {
	border-color: var(--slotmaru-teal) !important;
	background: linear-gradient(135deg, var(--slotmaru-teal), var(--slotmaru-teal-2)) !important;
	color: #fff !important;
}
@media (max-width: 575.98px) {
	body:has(.exchange-shell-page) .point-zone-wrapper:not(.slotmaru-board-header) {
		margin-right: 0;
		margin-left: 0;
		padding: 16px 12px;
	}
	body:has(.exchange-shell-page) .point-zone-wrapper:not(.slotmaru-board-header) .point-zone-title {
		font-size: 19px !important;
		line-height: 1.35;
	}
	body:has(.exchange-shell-page) .point-zone-wrapper:not(.slotmaru-board-header) .submenu-title {
		margin-left: 5px;
		padding: 3px 7px;
		font-size: 11px !important;
		vertical-align: 2px;
	}
	body:has(.exchange-shell-page) .point-zone-wrapper:not(.slotmaru-board-header) .point-button {
		min-height: 34px;
		padding: 7px 10px;
		font-size: 12px;
	}
	#nt_body .slotmaru-section-nav.point-zone-wrapper,
	#nt_body .point-zone-wrapper.slotmaru-board-header,
	.custom_top_nav_div .slotmaru-board-header {
		padding: 16px 14px !important;
	}
	#nt_body .slotmaru-section-nav .point-buttons,
	#nt_body .point-zone-wrapper.slotmaru-board-header .point-buttons,
	.custom_top_nav_div .slotmaru-board-header .point-buttons {
		gap: 7px;
		margin-top: 12px;
	}
	#nt_body .slotmaru-board-header .point-zone-title,
	.custom_top_nav_div .slotmaru-board-header .point-zone-title {
		gap: 7px;
		font-size: 20px;
	}
	#nt_body .slotmaru-board-header .submenu-title,
	.custom_top_nav_div .slotmaru-board-header .submenu-title {
		padding: 3px 8px;
		font-size: 11px;
	}
	.chulsuk-page .slotmaru-unified-modal .modal-dialog {
		width: min(calc(100vw - 56px), 348px);
		max-width: min(calc(100vw - 56px), 348px);
		margin: 0 auto;
	}
	.chulsuk-page .slotmaru-unified-modal .slotmaru-unified-modal__head {
		padding: 13px 32px 10px;
	}
	.chulsuk-page .slotmaru-unified-modal .slotmaru-unified-modal__body {
		padding: 12px;
	}
	.chulsuk-page .slotmaru-unified-modal .slotmaru-unified-modal__title {
		gap: 8px;
		font-size: 21px;
		line-height: 1.15;
	}
	.chulsuk-page .slotmaru-unified-modal .slotmaru-unified-modal__copy {
		margin-top: 5px;
		font-size: 12px;
		line-height: 1.45;
	}
	.chulsuk-page .slotmaru-unified-modal .chulsuk-modal-title-icon {
		height: 27px;
	}
	.chulsuk-page .chulsuk-modal-note {
		padding: 10px 12px;
		border-radius: 10px;
	}
	.chulsuk-page .chulsuk-modal-note__lead {
		font-size: 13px;
		line-height: 1.45;
	}
	.chulsuk-page .chulsuk-modal-note__sub {
		margin-top: 5px;
		font-size: 11px;
		line-height: 1.45;
	}
	.chulsuk-page .chulsuk-modal-tabs {
		gap: 8px;
		margin: 10px 0 8px !important;
	}
	.chulsuk-page .chulsuk-modal-tabs .nav-link {
		min-height: 36px;
		padding: 7px 10px;
		font-size: 12px;
	}
	.chulsuk-page .chulsuk_rank_point_info {
		justify-content: flex-start;
	}
	.chulsuk-page .chulsuk_rank_point_info span {
		min-height: 36px;
		padding: 0 12px;
		font-size: 13px;
	}
	.chulsuk-page .chulsuk-modal-table thead th,
	.chulsuk-page .chulsuk-modal-table tbody td {
		padding: 7px 6px;
		font-size: 12px;
	}
	.chulsuk-page .chulsuk-modal-table .member-visual,
	.chulsuk-page .chulsuk-modal-table .chulsuk-modal-member-visual {
		gap: 4px;
	}
	.chulsuk-page .chulsuk-modal-table .member-visual__icon {
		width: 20px;
		height: 20px;
		flex-basis: 20px;
	}
	#nt_body .slotmaru-section-nav .point-button,
	#nt_body .point-zone-wrapper.slotmaru-board-header .point-button,
	.custom_top_nav_div .slotmaru-board-header .point-button {
		min-height: 34px;
		padding: 7px 11px;
		font-size: 12px;
	}
	.exchange-shell-page .bo_point_notice .must_read_list .item {
		align-items: center !important;
		text-align: center;
		word-break: keep-all;
	}
	.exchange-shell-page .bo_point_notice .must_read_list .item .num,
	.exchange-shell-page .bo_point_notice .must_read_list .item a.btn_bo_safety {
		margin-right: 0;
		margin-left: 0;
	}
	.exchange-shell-page .exchange-grid-card__badge span {
		white-space: normal !important;
		word-break: keep-all;
	}
}

@media (max-width: 767.98px) {
	body.responsive #nt_body .exchange-shell-page.container {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body.responsive #nt_body .exchange-shell-page .bo_point_notice,
	body.responsive #nt_body .exchange-shell-page .search-container,
	body.responsive #nt_body .exchange-shell-page form.search-section {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	body.responsive #nt_body .exchange-shell-page .bo_point_notice .must_read,
	body.responsive #nt_body .exchange-shell-page .bo_point_notice .price {
		min-width: 0 !important;
		max-width: 100% !important;
	}

	body.responsive #nt_body .exchange-shell-page .exchange-card-grid {
		margin-left: -4px !important;
		margin-right: -4px !important;
	}

	body.responsive #nt_body .exchange-shell-page .exchange-card-grid > [class*="col-"] {
		padding-left: 4px !important;
		padding-right: 4px !important;
	}
}
