body.secret {
	display: flex;
    justify-content: center;
    align-items: center;
    background: #ff710d;
    color: #fff;
    text-align: center;        
}
body.secret .modal-content {
	background: none;
}
body.secret .modal-backdrop.show {
    opacity: 0.8;
}

.secret-guest-page .secret-language-toolbar {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	min-height: 64px;
	padding: 12px 24px;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.secret-guest-page .secret-language-control {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: #333;
	font-size: 14px;
	font-weight: 500;
}

.secret-guest-page .secret-language-control i {
	color: #ff710d;
	font-size: 18px;
}

.secret-guest-page .secret-language-control select {
	min-width: 128px;
	height: 40px;
	margin-left: 4px;
	padding: 0 34px 0 12px;
	border: 1px solid #ced4da;
	border-radius: 6px;
	background-color: #fff;
	color: #222;
	font: inherit;
	cursor: pointer;
}

.secret-guest-page .secret-language-control select:focus {
	border-color: #ff710d;
	outline: 2px solid rgba(255, 113, 13, 0.2);
	outline-offset: 1px;
}

@media (max-width: 600px) {
	.secret-guest-page .secret-language-toolbar {
		min-height: 56px;
		padding: 8px 14px;
	}

	.secret-guest-page .secret-language-control {
		width: 100%;
	}

	.secret-guest-page .secret-language-control select {
		min-width: 0;
		max-width: 180px;
		height: 38px;
	}
}
.secret {
	font-size: 16px;
	line-height: 1.3;
}
.secret .container {
	padding: 0 20px;
}
.secret.container {
	margin-top: 20px;
	padding: 0 20px 100px;
}
.secret .code h2 {
	font-size: 51px;
}
h5#qrSpName {
    font-size: 16px !important;
}
.secret span {
	font-size: 13px
}
.secret ul {
	margin-bottom: 0;
	padding: 0px;
}
.secret #btnProductBox {
    position: fixed;
    bottom: 0;
    left: 0;
    border: none;
    border-radius: 0 !important;
    font-weight: bold;    
}
.secret .product-box {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(30px);
    transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    padding: 20px;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.secret .product-box.show {
    opacity: 1;
    transform: translateY(0);
    max-height: 1000px; 
}
.secret .badge {
    background: #f5f5f5;
    width: 100%;
    text-align: left;
    padding: 10px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.secret .btn.close {
    background: none;
    opacity: 1;
    color: #ddd;
    padding: 5px 0px;
}
.secret .btn.close i {color: #bbb;}
.secret .badge i {
    font-size: 14px;
    margin-right: 5px;
}
.secret input {
    border: none;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    padding: 15px 0;
    margin-top: 20px;
}
.secret .custom-select {
	height: auto;
	border-color: #ced4da !important;
	border-radius: 5px;
    font-size: 16px;
    padding: 15px;
    padding-right: 30px;
    margin-top: 20px;
}
.secret .select-ticket li {
    position: relative;    
    list-style: none;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 15px 25px 18px 15px;
    margin-top: 10px;
}
.secret .totalAmtInfo {
    background: #f5f5f5;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 15px 15px 18px;
    margin-bottom: 10px;
}
.secret .price,
.secret .totalAmtInfo h4 {
    background: #fff;
    border: none;
    color: #444;
    padding: 0;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -1px;
}
.secret .totalAmtInfo {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: #f5f5f5;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 15px;
}
.secret .totalAmtInfo h4,
.secret .totalAmtInfo p {
	background: none;
	margin-bottom: 0;
}
.secret .ticket_qty {
    position: absolute;
    right: 10px;
    bottom: 18px;
    font-size: 21px;
    color: #2c2c2c !important;
}
.secret .ticket_qty i:active {
	color: #2c2c2c !important;
}
.ticket_qty span {
    font-size: 26px;
    padding: 0 10px;
}
.secret .btn-group {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.secret .d-flex {
	gap: 10px;
}
.secret .btn {
	width: 100%;
	background: #f26121;
	padding: 15px 20px;
	color: #fff !important;
	border-radius: 5px !important;
}
.secret .btn:not(:disabled):not(.disabled).active, .secret .btn:not(:disabled):not(.disabled):active, .show>.secret .btn.dropdown-toggle {
    background-color: #f26121;
}
.secret .btn.gray {
	background: #bbb;
}
.secret .btn:focus,
.secret .custom-select:focus {
    box-shadow: none;
}
.secret .summary {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 15px 15px 10px;    
    margin-bottom: 20px;
}
.secret .summary p {
	font-size: 14px;
    letter-spacing: -1px;
    margin-bottom: 5px;
}
.secret .summary .price {
    display: flex;
    justify-content: space-between;
	align-items: center;
    background: none;
}
.secret .summary .price p {
	font-size: 16px;
	font-weight: 500;
    letter-spacing: 0;
}
.secret .summary .row {
    margin-bottom: 10px;
}
.secret .summary .row .label {
	/* width: 20%; */
	margin-right: 15px;
}
.secret .summary .row input {
    margin-top: 0;
    padding: 10px;
}
.secret .summary .input-group {
    flex-wrap: nowrap;
    gap: 10px;
	min-width: 56px;
}
.secret .summary .input-group select {
    flex: 0 0 150px;
    min-width: 150px;
    padding: 10px 8px;
}
.secret .summary .input-group #inputPhone {
    flex: 1 1 auto;
    min-width: 0;
}
@media screen and (max-width: 360px) {
    .secret .summary .input-group {
        flex-direction: column;
    }
    .secret .summary .input-group select {
        flex-basis: auto;
        width: 100%;
    }
}
.secret .form-check {
    margin-top: 15px;
    display: flex;
        align-items: flex-start;
}
.secret .form-check input {
    margin-top: 0px !important;
	top: -5px;
}

.secret-guest-checkout-page .secret-checkout-payment-method {
	display: grid;
	gap: 10px;
	margin: 20px 0 0;
	padding: 16px;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	background: #fff;
}

.secret-guest-checkout-page .secret-checkout-payment-method legend {
	width: auto;
	margin: 0;
	padding: 0;
	color: #1a1a1a;
	font-size: 16px;
	font-weight: 700;
}

.secret-guest-checkout-page .secret-checkout-payment-options {
	display: grid;
	gap: 10px;
}

.secret-guest-checkout-page .secret-checkout-payment-option-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.secret-guest-checkout-page .secret-checkout-payment-option-row--single,
.secret-guest-checkout-page
	.secret-checkout-payment-method[data-korean-checkout="true"]
	.secret-checkout-payment-option-row {
	grid-template-columns: minmax(0, 1fr);
}

.secret-guest-checkout-page #secretPaymentMethodPayRow[hidden],
.secret-guest-checkout-page #secretPaymentMethodApplePayOption[hidden] {
	display: none !important;
}

.secret-guest-checkout-page .secret-checkout-payment-option {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	min-height: 54px;
	margin: 0;
	padding: 12px 16px;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	background: #fff;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}

.secret-guest-checkout-page .secret-checkout-payment-option:focus-within {
	border-color: #ff710d;
	box-shadow: 0 0 0 3px rgba(255, 113, 13, 0.12);
}

.secret-guest-checkout-page .secret-checkout-payment-option input[type="radio"] {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin: 0 !important;
	padding: 0;
	accent-color: #ff710d;
	cursor: pointer;
}

.secret-guest-checkout-page .secret-checkout-payment-option span {
	min-width: 0;
	font-size: inherit;
	overflow-wrap: anywhere;
}

.secret-guest-checkout-page .secret-checkout-payment-option input[type="radio"]:disabled,
.secret-guest-checkout-page .secret-checkout-payment-option input[type="radio"]:disabled + span {
	cursor: wait;
	opacity: 0.65;
}

@media (max-width: 480px) {
	.secret-guest-checkout-page .secret-checkout-payment-option-row {
		grid-template-columns: minmax(0, 1fr);
	}

	.secret-guest-checkout-page .secret-checkout-payment-option {
		min-height: 50px;
		padding: 10px 12px;
		font-size: 14px;
	}
}

/* 시크릿 상품 구매자 정보: 모바일 국가번호·휴대전화 입력의 가용 폭 보장 */
@media (max-width: 767.98px) {
	.secret .summary .input-group {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.secret .summary .input-group input {
		flex: 1 1 0;
		width: 0;
		min-width: 0;
		max-width: 100%;
		box-sizing: border-box;
	}
}

@media (max-width: 360px) {
	.secret .summary .input-group input {
		flex: 0 0 auto;
		width: 100%;
	}
}
