/*! Build Date :: 1.1.0.1 :: 3/31/2026, 4:47:55 PM */
/* Pretendard Variable 가변 폰트 (모던 브라우저 전용) */
@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 100 900;
	font-display: swap;
	src: url(fonts/PretendardVariable.woff2) format('woff2-variations');
}

/* Pretendard 별칭 (호환성) */
@font-face {
	font-family: 'Pretendard';
	font-weight: 100 900;
	font-display: swap;
	src: url(fonts/PretendardVariable.woff2) format('woff2-variations');
}

.nxbs-v3-sign,
.nxbs-v3-sign-layer,
.nxbs-v3-app-bg {
	font-family:
		'Pretendard',
		-apple-system,
		BlinkMacSystemFont,
		'Segoe UI',
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		'Open Sans',
		'Helvetica Neue',
		sans-serif;

	box-sizing: border-box;
}

.nxbs-v3-sign button,
.nxbs-v3-sign-layer button,
.nxbs-v3-app-bg button {
	font-family: inherit;
}

/* CSS 리셋 스타일 - 프로젝트 컨테이너 내부에서만 적용 */
.nxbs-v3-sign *,
.nxbs-v3-sign-layer *,
.nxbs-v3-sign-layer-mobile *,
.nxbs-v3-app-bg * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.nxbs-v3-sign button,
.nxbs-v3-sign-layer button,
.nxbs-v3-sign-layer-mobile button,
.nxbs-v3-app-bg button {
	text-align: center !important;
}

.nxbs-v3-sign h3,
.nxbs-v3-sign-layer h3,
.nxbs-v3-sign-layer-mobile h3,
.nxbs-v3-app-bg h3 {
	text-align: center !important;
}

/* 프로젝트의 최상위 컨테이너들도 리셋 */
.nxbs-v3-sign,
.nxbs-v3-sign-layer,
.nxbs-v3-sign-layer-mobile,
.nxbs-v3-app-bg {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* 모바일에서 부모 요소 스크롤 방지 */
body.nxbs-v3-mobile-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
}

html.nxbs-v3-mobile-open {
	overflow: hidden;
}

.nxbs-v3-app-bg {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	font-size: var(--basic-font-size);
	z-index: 50000;
	overflow: hidden;
}

.nxbs-v3-sign {
	max-width: 412px;
	/* max-height: 734px; */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	overflow-y: auto;

	font-family:
		'Pretendard Variable',
		Pretendard,
		-apple-system,
		BlinkMacSystemFont,
		'Segoe UI',
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		'Open Sans',
		'Helvetica Neue',
		sans-serif;
}

.nxbs-v3-sign-layer {
	position: fixed;
	top: 50vh;
	left: 50vw;
	transform: translate(-50%, -50%);
	max-width: 412px;
	width: 100%;
	height: 733px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	overflow-y: auto;
	z-index: 100000;
	background-color: white;
	color: #544f4f;
	font-family:
		'Pretendard Variable',
		Pretendard,
		-apple-system,
		BlinkMacSystemFont,
		'Segoe UI',
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		'Open Sans',
		'Helvetica Neue',
		sans-serif;
}

.nxbs-v3-sign-layer.nxbs-v3-sign-layer-mobile {
	/* 모바일 테스트 */
	max-width: 100%;
	width: 100%;
	height: 100%;

	/* width: 100%;
	height: 100vh;
	max-height: 100vh; */

	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	left: 0;
	transform: none;
	z-index: 100001;
}

.nxbs-v3-loading {
	display: flex;
	width: var(--nxbs-v3-popup-width);
	height: var(--nxbs-v3-popup-hight);
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50vh;
	left: 50vw;
	transform: translate(-50%, -55%);
	z-index: 100001;
}

.nxbs-v3-loading img {
	width: 50px;
	height: 50px;
}

.nxbs-v3-icon-logo {
	width: 50px;
	height: 50px;
	border-radius: 20px;
}

.nxbs-v3-header {
	background: #ffffff;
	min-height: 70px;
}

.nxbs-v3-header-content {
	height: 70px;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
}

.nxbs-v3-header-content.nxbs-v3-header-content-size-up {
	height: 80px;
	padding: 30px 15px 0 15px;
}

.nxbs-v3-header-content .nxbs-v3-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.nxbs-v3-header-content .nxbs-v3-service-img {
	width: 109px;
	height: 20px;
}

.nxbs-v3-header-content .nxbs-v3-close-btn {
	width: 17px;
	height: 17px;
	border: none;
	background: none;
	cursor: pointer;
}

.nxbs-v3-close-btn:focus-visible {
	outline: 2px solid #007bff;
	outline-offset: 2px;
}

.nxbs-v3-header-content .nxbs-v3-close-img {
	width: 17px;
	height: 17px;
}

.nxbs-v3-header-content .nxbs-v3-service-text {
	font-size: 16px;
	font-weight: 500;
	color: #8c8c8c;
}

.nxbs-v3-header-content .nxbs-v3-logo-img {
	width: 45px;
	height: 45px;
}

.nxbs-v3-header-content .nxbs-v3-home-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.nxbs-v3-header-content .nxbs-v3-home-btn span {
	font-size: 16px;
	font-weight: 600;
	color: #1c3caf;
}

/* Footer styles */
.nxbs-v3-footer {
	background: #f0f0f0;
	width: 100%;
	min-height: 62px;
}

.nxbs-v3-footer-content {
	min-height: 62px;
	margin: 0 auto;
	padding: 0 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nxbs-v3-footer-content .nxbs-v3-footer-logo {
	height: 20px;
	max-width: 120px;
}

/* Body 영역 styles */
.nxbs-v3-content {
	width: 100%;
	flex: 1;
	min-height: 500px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	display: flex;
	flex-direction: column;
	position: relative; /* iframe의 absolute positioning을 위한 기준점 */
}

.nxbs-v3-content-lg {
	min-height: 600px;
}

.nxbs-v3-step {
	width: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.nxbs-v3-step .nxbs-v3-step-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 20px 20px 10px 20px;
	position: relative;
	width: 100%;
}

.nxbs-v3-step .nxbs-v3-step-header.step-header-padding {
	padding-bottom: 10px;
}

.nxbs-v3-step .nxbs-v3-step-header .nxbs-v3-step-header-text-title {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 5px;
	text-align: left !important;
	word-break: break-all;
}

.nxbs-v3-step .nxbs-v3-step-header .nxbs-v3-step-header-text-title.nxbs-sm {
	font-size: 16px;
}

.nxbs-v3-step .nxbs-v3-step-header .nxbs-v3-step-header-text-msg {
	font-weight: 600;
	font-size: 16px;
	color: #555555;
	text-align: left !important;
}

.nxbs-v3-step .nxbs-v3-step-header .nxbs-v3-step-header-text-msg.nxbs-sm {
	font-size: 14px;
}

.nxbs-v3-step .nxbs-v3-step-header .nxbs-v3-step-header-children {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;
}

.nxbs-v3-step .nxbs-v3-step-header .nxbs-v3-check-btn {
	width: 100px;
	height: 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	color: #555555;
	border-radius: 6px;
	border: 1px solid #dddddd;
	cursor: pointer;
	gap: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.nxbs-v3-step .nxbs-v3-step-content {
	padding: 20px;
	display: flex;
	overflow: visible;
	flex-wrap: wrap;
	gap: 0px 10px;
	padding-top: 10px;
	position: relative;
}

.nxbs-v3-step .nxbs-v3-step-content.nxbs-v3-step-content-3xN {
	gap: 0px 20px;
}

.nxbs-v3-step .nxbs-v3-step-content .nxbs-v3-cert-section-label {
	width: 100%;
	font-size: 12px;
	color: #999;
	padding: 4px 0 2px;
}

.nxbs-v3-logo-wrapper {
	position: relative;
	display: inline-flex;
}

.nxbs-v3-no-cert-badge {
	position: absolute;
	top: -4px;
	right: -4px;
	background-color: #f93a3a;
	color: #fff;
	font-size: 9px;
	font-weight: 600;
	line-height: 1;
	padding: 3px 5px;
	border-radius: 10px;
	white-space: nowrap;
	pointer-events: none;
}

.nxbs-v3-step .nxbs-v3-step-content.nxbs-v3-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.nxbs-v3-step .nxbs-v3-step-content .nxbs-v3-info-img {
	width: 100%;
}

.nxbs-v3-step .nxbs-v3-step-content .nxbs-v3-qr-button-group {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 10px;
}

.nxbs-v3-step .nxbs-v3-step-content .nxbs-v3-qr-button-group button {
	width: 100%;
	height: 84px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	color: #000000;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
}

.nxbs-v3-step .nxbs-v3-step-content .nxbs-v3-qr-button-group button.focus {
	background-color: #e9f2ff;
	border: 1px solid #00387f;
	color: #00387f;
}

.nxbs-v3-step .nxbs-v3-step-content .nxbs-v3-qr-img {
	margin: 20px auto 0px auto;
	width: 120px;
	height: 120px;
}

.nxbs-v3-step .nxbs-v3-step-content .nxbs-v3-qr-time {
	font-weight: 700;
	font-size: 16px;
	color: red;
	margin-bottom: 10px;
}

.nxbs-v3-step .nxbs-v3-step-content .nxbs-v3-info-title {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 15px;
}

.nxbs-v3-step .nxbs-v3-step-content .nxbs-v3-info-msg {
	font-weight: 600;
	font-size: 14px;
	line-height: 16.71px;
	letter-spacing: 0%;
	text-align: center;
	color: #777777;
}

.nxbs-v3-step .nxbs-v3-step-content .nxbs-v3-info-msg span {
	font-weight: 700;
	font-size: 14px;
	line-height: 16.71px;
	letter-spacing: 0%;
	text-align: center;
	color: #00387f;
	cursor: pointer;
	text-decoration: underline;
}

.nxbs-v3-step__content__list {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	border: none;
	background: none;
	width: 100%;
	width: calc((100% - 30px) / 4);
	padding: 10px 4px;
	border-radius: 8px;
	transition: all 0.2s ease;
}

.nxbs-v3-step__content__list.nxbs-v3-step__content__list-3xN {
	width: calc((100% - 30px) / 3.2);
	padding: 8px 10px;
}

/* 키보드 포커스 시 시각적 표시 */
.nxbs-v3-step__content__list:focus-visible {
	outline: 2px solid #007bff;
	outline-offset: 2px;
}

.nxbs-v3-step__content__list:hover {
	background-color: #f5f5f5;
	transform: translateY(-2px);
}

.nxbs-v3-step__content__list .auth-label {
	font-weight: 600;
	font-size: 13px;
	color: #555;
	text-align: center;
	margin-top: 10px;
}

/* has_cert가 false일 때 아이콘 회색조 스타일 */
.nxbs-v3-grayscale {
	filter: grayscale(100%);
	opacity: 0.5;
}

.nxbs-v3-input-group {
	width: 100%;
	opacity: 1;
	transition:
		opacity 0.3s ease,
		transform 0.3s ease;
}
.nxbs-v3-input-group.nxbs-v3-row {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.nxbs-v3-input-group.nxbs-v3-row > div {
	width: 50%;
}

.nxbs-v3-input-group.nxbs-v3-row > div {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.nxbs-v3-input-group.nxbs-v3-row > div > #genderInput {
	width: 30%;
}

.nxbs-v3-input-group.nxbs-v3-row > div > span {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px 10px;
	letter-spacing: 0.2rem;
}

.nxbs-v3-input {
	width: 100% !important;
	padding: 15px !important;
	font-size: 16px !important;
	border: 1px solid #ddd !important;
	border-radius: 6px !important;
	transition: border-color 0.2s ease !important;
	margin: 0 0 10px 0 !important;
	height: 50px !important;
}

.nxbs-v3-input::placeholder {
	color: #727272 !important;
	font-weight: 500 !important;
}

.nxbs-v3-input {
	width: 100% !important;
	padding: 15px !important;
	font-size: 16px !important;
	border: 1px solid #ddd !important;
	border-radius: 6px !important;
	transition: border-color 0.2s ease !important;
	margin: 0 0 10px 0 !important;
	height: 50px !important;
}

.nxbs-v3-input[readonly] {
	background-color: #f5f5f5 !important;
	color: #666 !important;
	cursor: not-allowed !important;
}

.nxbs-v3-input:-webkit-autofill {
	background-color: transparent !important;
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.nxbs-v3-select-container {
	position: relative;
	width: 30%;
	font-size: 16px;
	border: 1px solid #ddd;
	border-radius: 6px;
	transition: border-color 0.2s ease;
	margin-bottom: 10px;
	z-index: 1000;
}

.nxbs-v3-select-container.nxbs-v3-select-readonly {
	background-color: #f5f5f5;
	cursor: not-allowed;
}

.nxbs-v3-select-container .nxbs-v3-select {
	border: none;
	border-radius: 4px;
	cursor: pointer;
	width: 100%;
	display: flex;
	align-items: center;
	color: #464646;
	justify-content: space-between;
	padding: 0 5px 0 15px;
	height: 100%;
}

.nxbs-v3-select-container .nxbs-v3-select-items {
	position: absolute;
	width: 100%;
	min-width: 245px;
	top: 110%;
	left: 0;
	z-index: 1001;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	font-size: 13px;
	color: #464646;
	min-height: 100px;
	max-height: 140px;
	overflow-y: auto;
	transform: translateZ(0);
}

.nxbs-v3-select-container .nxbs-v3-select-option {
	padding: 8px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.nxbs-v3-select-container .nxbs-v3-select-option:hover {
	background-color: #e4e4e4;
}

.nxbs-v3-next-button {
	width: 100%;
	height: 50px;
	/* padding: 12px 20px; */
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	background: #00387f;
	color: white;
	border: none;
	border-radius: 6px;
	transition: background-color 0.2s ease;
}

.nxbs-v3-next-button-disabled {
	background: #ddd;
	color: #555555;
	cursor: not-allowed;
}

.nxbs-v3-next-button-disabled:hover {
	background: #e0e0e0;
}

.nxbs-v3-step-footer {
	width: 100%;
	padding: 0 20px;
	margin-top: auto;
	background-color: white;
}

.nxbs-v3-step-footer .nxbs-v3-auth-button {
	width: 100%;
	min-height: 48px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	background: #00387f;
	color: white;
	border-radius: 6px;
	transition: background-color 0.2s ease;
	margin-bottom: 20px;
	border: none;
}

/* 모달 알림창 CSS */
.nxbs-v3-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10000;
}

.nxbs-v3-popup-content {
	background-color: white;
	padding: 30px 15px 15px 15px;
	border-radius: 8px;
	width: calc(100% - 80px);
	max-width: 330px;
	min-height: 268px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 5px 15px 5px #00000026;
}

.nxbs-v3-popup-header {
	width: 100%;
	text-align: center !important;
	margin-bottom: 20px;
}

.nxbs-v3-popup-header .nxbs-v3-popup-icon {
	width: 24px;
	height: 23px;
}

.nxbs-v3-popup-body {
	width: 100%;
	min-height: 60px;
	margin-bottom: 20px;
}

.nxbs-v3-popup-body p {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #777777;
	letter-spacing: -0.1em;
}

.nxbs-v3-popup-body ul li {
	font-size: 14px;
	font-weight: 500;
	color: #777777;
}

.nxbs-v3-popup-footer {
	width: 100%;
	display: flex;
	justify-content: center;
}

.nxbs-v3-popup-footer.nxbs-v3-popup-footer-double {
	gap: 10px;
}

.nxbs-v3-popup-footer .nxbs-v3-popup-button {
	width: 100%;
	height: 50px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	background: #eaeaea;
	color: #000000;
	border: none;
	border-radius: 6px;
	transition: background-color 0.2s ease;
}

.nxbs-v3-popup-footer .nxbs-v3-popup-button.nxbs-v3-popup-button-color {
	background: #00387f;
	color: #ffffff;
}

.nxbs-v3-popup-footer .nxbs-v3-popup-button.nxbs-v3-popup-button-secondary {
	background: #00387f;
	color: #ffffff;
}

/* 약관 정책 CSS */
.nxbs-v3-policy-group {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}

.nxbs-v3-policy-group label {
	font-size: 16px !important;
}

.nxbs-v3-policy-list {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.nxbs-v3-policy-list .nxbs-v3-policy-list-title {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.nxbs-v3-policy-list .nxbs-v3-policy-list-title label {
	cursor: pointer;
}

.nxbs-v3-policy-list .nxbs-v3-policy-list-title .nxbs-v3-policy-check-button {
	width: 17px;
	height: 17px;
	margin-right: 10px;

	cursor: pointer;
	border: none;
	background: none;
}

.nxbs-v3-policy-list
	.nxbs-v3-policy-list-title
	.nxbs-v3-policy-check-button:focus-visible {
	outline: 2px solid #007bff;
	outline-offset: 2px;
	border-radius: 3px;
}

.nxbs-v3-policy-list .nxbs-v3-policy-list-title .nxbs-v3-policy-check-img {
	margin-right: 10px;
	width: 17px;
	height: 17px;
}

.nxbs-v3-policy-list .nxbs-v3-essential {
	color: red;
}

.nxbs-v3-detail-button {
	width: 17px;
	height: 17px;
	cursor: pointer;
	border: none;
	background: none;
}

.nxbs-v3-detail-button:focus-visible {
	outline: 2px solid #007bff;
	outline-offset: 2px;
	border-radius: 3px;
}

.nxbs-v3-detail-arrow {
	width: 17px;
	height: 17px;
}

.nxbs-v3-popup-policy-item {
	width: 90%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 10px auto;
	cursor: pointer;
}

.nxbs-v3-popup-policy-item h4 {
	font-size: 16px;
}

.nxbs-v3-policy-item-required {
	margin-left: 10px;
	color: red;
}

.nxbs-v3-policy-detail-btn {
	background: none;
	border: none;
	cursor: pointer;
	text-decoration: underline;
	padding: 0;
	color: inherit;
}

.nxbs-v3-policy-detail-btn:focus-visible {
	outline: 2px solid #007bff;
	outline-offset: 2px;
}

.nxbs-v3-policy-content {
	background-color: white;
	padding: 30px 15px 15px 15px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 5px 15px 5px #00000026;
}

.nxbs-v3-policy-content .nxbs-v3-policy-title {
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
}

.nxbs-v3-policy-content .nxbs-v3-policy-body {
	width: 100%;
	height: 100%;
	min-height: 60px;
	margin-bottom: 20px;
}

.nxbs-v3-policy-content .nxbs-v3-policy-body p {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #777777;
}

.nxbs-v3-policy-content .nxbs-v3-policy-body ul li {
	font-size: 14px;
	font-weight: 500;
	color: #777777;
	text-align: left;
}

.nxbs-v3-policy-content .nxbs-v3-policy-footer {
	width: 100%;
	display: flex;
	justify-content: center;
}

.nxbs-v3-policy-content .nxbs-v3-policy-footer .nxbs-v3-policy-button {
	width: 100%;
	height: 50px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	background: #eaeaea;
	color: #000000;
	border: none;
	border-radius: 6px;
	transition: background-color 0.2s ease;
}

.nxbs-v3-policy-content
	.nxbs-v3-policy-footer
	.nxbs-v3-policy-button:focus-visible {
	outline: 2px solid #007bff;
	outline-offset: 2px;
}

.nxbs-v3-policy-content
	.nxbs-v3-policy-footer
	.nxbs-v3-policy-button.nxbs-v3-policy-button-color {
	background: #00387f;
	color: #ffffff;
}

.nxbs-v3-policy-container {
	overflow-y: auto;
	height: 100%;
}

.nxbs-v3-policy-item {
	padding: 15px;
	background-color: #f5f5f5;
	border-radius: 8px;
	min-height: 450px;
	overflow-y: auto;
	font-size: 13px;
	font-weight: 500;
}

.nxbs-v3-policy-item h2 {
	display: flex;
	flex-direction: row;
	margin-top: 10px;
}

.nxbs-v3-policy-item ul,
.nxbs-v3-policy-item li {
	list-style: none;
}

.nxbs-v3-policy-item p {
	width: fit-content;
}

.nxbs-v3-problem-btn {
	background: none;
	border: none;
	cursor: pointer;
	text-decoration: underline;
	padding: 0 0 0 5px;
	color: inherit;
}

/* 웹 접근성 및 스크린리더 CSS */
.nxbs-v3-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* 히든 영역 css 스타일 추가 */
.nxbs-v3-sign [aria-hidden='true'],
.nxbs-v3-sign-layer [aria-hidden='true'],
.nxbs-v3-sign-layer-mobile [aria-hidden='true'] {
	display: block !important;
}

/* 포커스 스타일 추가 */
/* 이미지 체크박스 포커스 스타일 */
.nxbs-v3-policy-check-img:focus-visible {
	outline: 2px solid #007bff;
	outline-offset: 2px;
	border-radius: 3px;
}
/* 본인확인 이용 약관 자세히 보기 이미지 포커스 스타일 */
.nxbs-v3-detail-arrow:focus-visible {
	outline: 2px solid #007bff;
	outline-offset: 2px;
	border-radius: 3px;
}

/* 입력 필드 포커스 스타일 */

.nxbs-v3-input:focus-visible,
.nxbs-v3-select:focus,
.nxbs-v3-select:focus-visible,
.nxbs-v3-select-container .nxbs-v3-select-items:focus-visible {
	outline: 2px solid #007bff;
}

.nxbs-v3-select-option:focus-visible {
	outline: 2px solid #007bff;
	margin: 1px 2px;
}

/* 버튼 포커스 스타일 */
.nxbs-v3-next-button:focus-visible,
.nxbs-v3-popup-button:focus-visible,
.nxbs-v3-auth-button:focus-visible,
.nxbs-v3-problem-btn:focus-visible {
	outline: 2px solid #007bff;
	outline-offset: 2px;
}

/* 모든 인터랙티브 요소에 대한 포커스 트랜지션 효과 추가 */
.nxbs-v3-input,
.nxbs-v3-next-button,
.nxbs-v3-popup-button,
.nxbs-v3-auth-button,
.nxbs-v3-policy-check-img,
.nxbs-v3-detail-arrow {
	transition:
		outline 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

/* 스크린 리더 사용자를 위한 포커스 가능한 요소에 대한 스킵 네비게이션 */
.nxbs-v3-skip-link {
	position: absolute;
	left: -9999px;
	z-index: 999;
	padding: 1em;
	background-color: white;
	color: black;
	text-decoration: none;
}

.nxbs-v3-skip-link:focus {
	left: 0;
	outline: none;
}

/* 토글 버튼 스타일 */
.nxbs-v3-toggle-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}

.nxbs-v3-toggle-container.nationality {
	margin-left: 30px;
	margin-top: 10px;
}

.nxbs-v3-toggle-info {
	width: 20px;
	height: 20px;
	margin-left: 10px;
	cursor: pointer;
}

.nxbs-v3-toggle-box {
	display: flex;
	flex-direction: row;
	border-radius: 7px;
	width: 240px;
	height: 40px;
	background-color: #f3f3f3;
}

.nxbs-v3-toggle-btn {
	flex: 1;
	border: none;
	border-radius: 7px;
	width: 65px;
	height: 100%;
	background: #f3f3f3;
	color: #555555;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nxbs-v3-toggle-btn.active {
	background: #fff;
	color: #1c3caf;
	border: 1px solid #1c3caf;
	border-color: #1c3caf;
}

.nxbs-v3-toggle-btn:focus {
	outline: 2px solid #007bff;
	outline-offset: 2px;
	z-index: 1;
}

.nxbs-v3-toggle-box.language {
	background-color: #f8f9fa;
	border: 1px solid #dee2e6;
	width: 112px;
	height: 30px;
	padding: 0 10px;
}

.nxbs-v3-toggle-box.language .nxbs-v3-toggle-logo-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.nxbs-v3-toggle-box.language
	.nxbs-v3-toggle-logo-container
	.nxbs-v3-toggle-logo {
	width: 12px;
	height: 12px;
	margin-right: 4px;
}

.nxbs-v3-toggle-box.language .nxbs-v3-toggle-btn {
	background: transparent;
	color: #555555;
	border: none;
	font-size: 13px;
	font-weight: 600;
	padding-bottom: 2px;
}

.nxbs-v3-toggle-box.language .nxbs-v3-toggle-divider {
	color: #aaa;
	font-size: 13px;
	margin: 1px 4px 0px 4px;
	user-select: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nxbs-v3-toggle-box.language .nxbs-v3-toggle-btn.active {
	color: #1c3caf;
	border: none;
}

/* 해외전화번호 이용 버튼 스타일 */
.nxbs-v3-international-phone-wrapper {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin-bottom: 10px;
}

.nxbs-v3-international-phone-button {
	font-size: 14px;
	padding: 6px 12px;
	background: none;
	border: 1px solid #e5e5e5;
	color: #1c3caf;
	border-radius: 7px;
	cursor: pointer;
	transition: all 0.2s ease;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}

.nxbs-v3-international-phone-button img {
	width: 12px;
	height: 12px;
	margin-right: 7px;
}

.nxbs-v3-international-phone-button:hover {
	background-color: #f5f5f5;
	border-color: #d0d0d0;
}

.nxbs-v3-international-phone-button:focus-visible {
	outline: 2px solid #007bff;
	outline-offset: 2px;
}

/* 모바일 (기본) */
@media screen and (max-width: 350px) {
	.nxbs-v3-input {
		font-size: 12px !important;
	}

	.nxbs-v3-select-container {
		font-size: 12px !important;
	}

	.nxbs-v3-select-container .nxbs-v3-select-items {
		min-width: 200px;
	}
}

/* 모바일 (기본) */
@media screen and (max-width: 375px) {
	/* 모바일 스타일 */
	.nxbs-v3-service-text {
		display: none;
	}

	.nxbs-v3-step .nxbs-v3-step-header {
		flex-direction: column;
	}
	.nxbs-v3-step .nxbs-v3-step-header .nxbs-v3-toggle-container {
		margin-top: 10px;
	}
	.nxbs-v3-step .nxbs-v3-step-header .nxbs-v3-icon-logo {
		display: none;
	}
	.nxbs-v3-step__content__list {
		width: calc((100% - 30px) / 3);
	}

	/* 약관 */
	.nxbs-v3-popup-policy-item {
		font-size: 14px;
	}

	.nxbs-v3-input {
		font-size: 14px !important;
	}

	.nxbs-v3-select-container {
		font-size: 14px !important;
	}
}

/* 태블릿 */
@media screen and (min-width: 413px) and (max-width: 768px) {
	/* 태블릿 스타일 */
}

/* 데스크톱 */
@media screen and (min-width: 769px) {
	/* 데스크톱 스타일 */
}

/* 404 Not Found 페이지 스타일 */
.nxbs-v3-not-found-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	height: 100%;
	background-color: #fff;
	font-family:
		'Pretendard Variable',
		Pretendard,
		-apple-system,
		BlinkMacSystemFont,
		'Segoe UI',
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		'Open Sans',
		'Helvetica Neue',
		sans-serif;
}

.nxbs-v3-not-found-content {
	text-align: center;
	padding: 3rem;
	max-width: 500px;
}

.nxbs-v3-not-found-icon {
	font-size: 8rem;
	font-weight: bold;
	color: #e74c3c;
	margin-bottom: 1rem;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.nxbs-v3-not-found-title {
	font-size: 2rem;
	color: #2c3e50;
	margin-bottom: 2rem;
	font-weight: 600;
}

.nxbs-v3-not-found-description {
	font-size: 1.2rem;
	color: #7f8c8d;
	margin-bottom: 2rem;
	line-height: 1.6;
}

.nxbs-v3-not-found-button {
	background-color: #3498db;
	color: white;
	border: none;
	padding: 12px 24px;
	font-size: 1rem;
	border-radius: 6px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	font-family: inherit;
}

.nxbs-v3-not-found-button:hover {
	background-color: #2980b9;
}

.nxbs-v3-not-found-button:focus-visible {
	outline: 2px solid #007bff;
	outline-offset: 2px;
}

.nxbs-v3-not-found-button:active {
	transform: translateY(1px);
}

/* 공통 iframe 스타일 */
.nxbs-v3-common-iframe-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: white;
	overflow: hidden;
}

/* 모바일 레이어에서의 iframe 컨테이너 */
.nxbs-v3-sign-layer-mobile .nxbs-v3-common-iframe-container {
	/* nxbs-v3-content 영역 내에서만 표시 */
}

/* 데스크톱 레이어에서의 iframe 컨테이너 */
.nxbs-v3-sign-layer .nxbs-v3-common-iframe-container {
	/* nxbs-v3-content 영역 내에서만 표시 */
}

.nxbs-v3-common-iframe-box {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.nxbs-v3-common-iframe-box .nxbs-v3-common-iframe {
	width: 110%;
	height: 100%;
	border: none;
	flex: 1;

	transform: scaleX(0.9);
	transform-origin: 0 0;

	-webkit-overflow-scrolling: touch;
}

/* 금융인증서 관련 임시 css */
.nxbs-v3-payment-iframe-box {
	background: white;
	z-index: 1000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.nxbs-v3-payment-iframe-box .nxbs-v3-delete {
	padding: 0;
	width: 100%;
	height: 40px;
	background-color: #e9f2ff;
	border: none;
	color: #1c3caf;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.nxbs-v3-payment-iframe-box .nxbs-v3-delete:hover {
	background-color: #d1e7ff;
}

.nxbs-v3-payment-iframe-box .nxbs-v3-payment-iframe {
	width: 350px;
	height: 600px;
	overflow: hidden;
	border: none;

	-webkit-overflow-scrolling: touch;
}

.nxbs-v3-payment-iframe-box .nxbs-v3-payment-iframe::-webkit-scrollbar {
	display: none;
}

/* ARS Mini */
.nxbs-v3-sign-layer:has(.nxbs-v3-ars-mini),
.nxbs-v3-sign-layer-mobile:has(.nxbs-v3-ars-mini),
.nxbs-v3-app-bg:has(.nxbs-v3-ars-mini) {
	overflow: visible;
}

.nxbs-v3-sign-layer-mobile:has(.nxbs-v3-ars-mini) .nxbs-v3-header {
	display: none;
}

.nxbs-v3-ars-mini {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 145px !important;
	background: #f1f1f1 !important;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
	z-index: 9999 !important;
	opacity: 0 !important;
	transform: translateY(-100%) !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}

.nxbs-v3-ars-mini.visible {
	transform: translateY(0) !important;
	opacity: 1 !important;
}

.nxbs-v3-ars-mini-content {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: black !important;
	padding: 8px 7px 4px !important;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}

.nxbs-v3-ars-mini-text {
	text-align: center !important;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}

.nxbs-v3-ars-mini-title {
	font-size: 16px !important;
	font-weight: 600 !important;
	color: black !important;
	margin-bottom: 6px !important;
	line-height: 1.3 !important;
	letter-spacing: -0.8px !important;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}

.nxbs-v3-ars-mini-subtitle {
	font-size: 12px !important;
	color: black !important;
	opacity: 0.9 !important;
	line-height: 1.1 !important;
	letter-spacing: -1.4px !important;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}

.nxbs-v3-ars-mini-actions {
	padding: 3px 8px 8px !important;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}

.nxbs-v3-ars-mini-btn {
	width: 100% !important;
	padding: 7px 8px !important;
	border: none !important;
	border-radius: 8px !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	transition: all 0.2s ease !important;
	background: #2e7dff !important;
	color: white !important;
	text-align: center !important;
	letter-spacing: -0.5px !important;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2) !important;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}

.nxbs-v3-ars-mini-btn:disabled {
	opacity: 0.5 !important;
	cursor: not-allowed !important;
}

@media (max-height: 600px) {
	.nxbs-v3-ars-mini {
		height: 20vh !important;
	}
}

@media (max-height: 600px) {
	body:has(.nxbs-v3-ars-mini) .nxbs-v3-ars-mini {
		height: 170px !important;
	}
}

.theme-light {
	--brand-primary: rgb(47, 112, 193);
	--brand-secondary: rgb(116, 97, 195);
	--brand-alternative: rgb(19, 120, 134);
	--background-site: rgb(249, 249, 249);
	--background-code: rgb(244, 244, 244);
	--text-body: rgb(54, 49, 61);
	--text-comment: rgb(99, 94, 105);
	--text-high-contrast: rgb(49, 49, 49);
	--text-medium-contrast: rgb(99, 94, 105);
	--text-low-contrast: rgb(116, 109, 118);
	--detail-high-contrast: rgb(192, 192, 192);
	--detail-medium-contrast: rgb(234, 234, 234);
	--detail-low-contrast: rgb(240, 240, 242);
	--admonition-note: rgb(46, 109, 188);
	--admonition-warning: rgb(255, 196, 9);
	--admonition-danger: rgb(220, 38, 38);
	--brand-primary-rgb-value: 47, 112, 193;
	--brand-secondary-rgb-value: 116, 97, 195;
	--brand-alternative-rgb-value: 19, 120, 134;
	--background-site-rgb-value: 249, 249, 249;
	--background-code-rgb-value: 244, 244, 244;
	--text-body-rgb-value: 54, 49, 61;
	--text-comment-rgb-value: 99, 94, 105;
	--text-high-contrast-rgb-value: 49, 49, 49;
	--text-medium-contrast-rgb-value: 99, 94, 105;
	--text-low-contrast-rgb-value: 116, 109, 118;
	--detail-high-contrast-rgb-value: 192, 192, 192;
	--detail-medium-contrast-rgb-value: 234, 234, 234;
	--detail-low-contrast-rgb-value: 240, 240, 242;
	--admonition-note-rgb-value: 46, 109, 188;
	--admonition-warning-rgb-value: 255, 196, 9;
	--admonition-danger-rgb-value: 220, 38, 38;
}
.theme-dark {
	--brand-primary: rgb(138, 180, 248);
	--brand-secondary: rgb(193, 168, 226);
	--brand-alternative: rgb(136, 186, 191);
	--background-site: rgb(0, 0, 0);
	--background-code: rgb(12, 12, 12);
	--text-body: rgb(222, 222, 222);
	--text-comment: rgb(170, 170, 170);
	--text-high-contrast: rgb(230, 230, 230);
	--text-medium-contrast: rgb(202, 202, 202);
	--text-low-contrast: rgb(170, 170, 170);
	--detail-high-contrast: rgb(101, 101, 101);
	--detail-medium-contrast: rgb(25, 25, 25);
	--detail-low-contrast: rgb(21, 21, 21);
	--admonition-note: rgb(138, 180, 248);
	--admonition-warning: rgb(253, 186, 116);
	--admonition-danger: rgb(220, 38, 38);
	--brand-primary-rgb-value: 138, 180, 248;
	--brand-secondary-rgb-value: 193, 168, 226;
	--brand-alternative-rgb-value: 136, 186, 191;
	--background-site-rgb-value: 0, 0, 0;
	--background-code-rgb-value: 12, 12, 12;
	--text-body-rgb-value: 222, 222, 222;
	--text-comment-rgb-value: 170, 170, 170;
	--text-high-contrast-rgb-value: 230, 230, 230;
	--text-medium-contrast-rgb-value: 202, 202, 202;
	--text-low-contrast-rgb-value: 170, 170, 170;
	--detail-high-contrast-rgb-value: 101, 101, 101;
	--detail-medium-contrast-rgb-value: 25, 25, 25;
	--detail-low-contrast-rgb-value: 21, 21, 21;
	--admonition-note-rgb-value: 138, 180, 248;
	--admonition-warning-rgb-value: 253, 186, 116;
	--admonition-danger-rgb-value: 220, 38, 38;
}

.nxbs_embla {
	position: relative;
	max-width: 48rem;
	margin: auto;
	width: 100%;
	height: 100px;
	flex-shrink: 0;
	--slide-height: 100%;
	--slide-spacing: 1rem;
	--slide-size: 100%;
}

.nxbs_embla.hidden {
	display: none;
}

.nxbs_embla__viewport {
	overflow: hidden;
	height: 100%;
}
.nxbs_embla__container {
	display: flex;
	height: 100%;
	touch-action: pan-y pinch-zoom;
	margin-left: calc(var(--slide-spacing) * -1);
}
.nxbs_embla__slide {
	transform: translate3d(0, 0, 0);
	flex: 0 0 var(--slide-size);
	min-width: 0;
	padding-left: var(--slide-spacing);
	z-index: 1;
}
.nxbs_embla__slide__number {
	box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
	border-radius: 1.8rem;
	font-size: 4rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	height: var(--slide-height);
	user-select: none;
}
.nxbs_embla__controls {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1rem;
	z-index: 10;
}

.nxbs_embla__unified-control {
	display: flex;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 25px;
}

.nxbs_embla__control-btn {
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	color: white;
	font-size: 14px;
	font-weight: 600;
	padding: 6px 8px;
	transition: opacity 0.2s ease;
	min-width: auto;
}

.nxbs_embla__control-btn:hover {
	opacity: 0.8;
}

.nxbs_embla__control-btn:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.nxbs_embla__control-btn:focus-visible {
	outline: 2px solid #007bff;
	outline-offset: 2px;
}

.nxbs_embla__control-btn--prev img,
.nxbs_embla__control-btn--next img {
	width: 17px;
	height: 17px;
}

.nxbs_embla__button {
	-webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	touch-action: manipulation;
	display: inline-flex;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	padding: 0;
	margin: 0;
	box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
	width: 3.6rem;
	height: 3.6rem;
	z-index: 10;
	border-radius: 50%;
	color: var(--text-body);
	display: flex;
	align-items: center;
	justify-content: center;
}
.nxbs_embla__button:disabled {
	color: var(--detail-high-contrast);
}
.nxbs_embla__button__svg {
	width: 35%;
	height: 35%;
}
.nxbs_embla__dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	margin-right: calc((2.6rem - 1.4rem) / 2 * -1);
}
.nxbs_embla__dot {
	-webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	touch-action: manipulation;
	display: inline-flex;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	padding: 0;
	margin: 0;
	width: 2.6rem;
	height: 2.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.nxbs_embla__dot:after {
	box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	content: '';
}
.nxbs_embla__dot--selected:after {
	box-shadow: inset 0 0 0 0.2rem var(--text-body);
}

.nxbs_embla__slide__img {
	width: 100%;
	height: 100%;
	object-position: center;
	z-index: 1;
}

/* InfoModal이 열렸을 때 배너 스타일 조정 */
.nxbs_embla.modal-open {
	z-index: -1;
}

.nxbs_embla.modal-open .nxbs_embla__viewport {
	animation-play-state: paused; /* 애니메이션 일시정지 */
}

.nxbs_embla:not(.modal-open) .nxbs_embla__viewport {
	animation-play-state: running; /* 애니메이션 재개 */
}

/* 배너 위에 모달 상태 인디케이터 스타일 : 디버깅용 */
.nxbs_embla .modal-indicator {
	position: fixed;
	top: 20px;
	right: 40px;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 5px 10px;
	border-radius: 15px;
	font-size: 12px;
	font-weight: bold;
	z-index: 20;
	transition: all 0.3s ease;
}

.nxbs_embla .modal-indicator.open {
	background: rgba(220, 38, 38, 0.8);
	animation: pulse 1.5s infinite;
}

.nxbs_embla .modal-indicator.closed {
	background: rgba(34, 197, 94, 0.8);
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.7);
	}
	70% {
		box-shadow: 0 0 0 10px rgba(220, 38, 38, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(220, 38, 38, 0);
	}
}

/* 자동재생 프로그레스 바 스타일 */
.nxbs_embla__progress {
	overflow: hidden;
	background-color: var(--detail-medium-contrast);
	border-radius: 0.2rem;
	height: 0.4rem;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

.nxbs_embla__progress--hidden {
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
}

.nxbs_embla__progress__bar {
	background-color: var(--brand-primary);
	height: 100%;
	width: 100%;
	transform: translate3d(-100%, 0px, 0px);
	border-radius: inherit;
}

/* 자동재생 시작/정지 버튼 스타일 */
.nxbs_embla__play {
	-webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--brand-primary);
	touch-action: manipulation;
	display: inline-flex;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	padding: 0.8rem 1.6rem;
	margin: 0;
	border-radius: 0.4rem;
	color: white;
	font-weight: 600;
	font-size: 1.4rem;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease;
}

.nxbs_embla__play:hover {
	background-color: var(--brand-secondary);
}

.nxbs_embla__play:active {
	transform: translateY(1px);
}

