@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");

* {
	font-family: "Noto Sans KR", sans-serif;
}

body {
	min-width: 360px;
	background: #f2f2f2;
}
.title-box {
	position: relative;
	display: flex;
	justify-content: start;
	align-items: center;
	width: 100%;
	height: 40px;
	background: #f2f2f2;
	padding-left: 20px;
	margin-top: 20px;
}
.title-box:after {
	position: absolute;
	display: block;
	content: "";
	width: 6px;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
}
.cursor-pointer {
	cursor: pointer;
}
i.open {
	transform: rotate(180deg);
}
.form-control::placeholder {
	font-size: 13px;
}
.input-group-ticket * {
	background: #fff;
}
.required {
	color: #dc3545;
	padding-left: 5px;
	vertical-align: middle;
}
.text-promotion {
	text-decoration: line-through !important;
}
.input-group .btn {
	z-index: 0;
}
.accordion-flush .accordion-item .accordion-button,
.fw-bold,
.nav-pills .nav-link.active,
.nav-tabs .nav-link.active,
th {
	font-weight: 500 !important;
}

.accordion-flush .accordion-item .accordion-button,
.nav-tabs .nav-link.active {
	color: #000 !important;
}
.wmax-100 {
	max-width: 100px;
}
.font-14 {
	font-size: 14px;
}
.title {
	font-weight: 700 !important;
}

.btn {
	border-radius: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 95%;
}

.btn-sm {
	padding: 5px 10px;
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #000000;
	--bs-btn-border-color: #000000;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #000000;
	--bs-btn-hover-border-color: #000000;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #000000;
	--bs-btn-active-border-color: #000000;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #000000;
	--bs-btn-disabled-border-color: #000000;
}

.btn-info,
.btn-secondary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #9b9b9b;
	--bs-btn-border-color: #9b9b9b;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #898989;
	--bs-btn-hover-border-color: #898989;
	--bs-btn-focus-shadow-rgb: 130, 138, 145;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #898989;
	--bs-btn-active-border-color: #898989;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #6a6a6a;
	--bs-btn-disabled-border-color: #6a6a6a;
}

.btn-danger {
	--bs-btn-color: #fff;
	--bs-btn-bg: #f32828;
	--bs-btn-border-color: #f32828;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #ff1c1c;
	--bs-btn-hover-border-color: #ff1c1c;
	--bs-btn-focus-shadow-rgb: 225, 83, 97;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #ff1c1c;
	--bs-btn-active-border-color: #ff1c1c;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #ca2727;
	--bs-btn-disabled-border-color: #ca2727;
}

.btn-naver {
	--bs-btn-color: #fff;
	--bs-btn-bg: #19ce60;
	--bs-btn-border-color: #15c654;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #19ce60;
	--bs-btn-hover-border-color: #15c654;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #19ce60;
	--bs-btn-active-border-color: #000000;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #0c9141;
	--bs-btn-disabled-border-color: #0a6d32;
}

.accordion-button:focus,
.btn:focus {
	box-shadow: none;
}

#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}

.list-height-sm li {
	padding: 3px 0px;
}
.list-style-dot-s {
	list-style: none;
	padding-left: 15px;
}
.list-style-dot-s li {
	position: relative;
}
.list-style-dot-s li:after {
	position: absolute;
	display: block;
	content: "";
	width: 3px;
	height: 3px;
	top: 12px;
	left: -9px;
	background: #444;
	border-radius: 50%;
}
.small,
small {
	font-size: 13px;
}
.text-sm {
	font-size: 14px;
}
.text-indent-1 .item {
	text-indent: -10px;
	margin-left: 10px;
	font-size: 16px;
}

.text-primary {
	--bs-text-opacity: 1;
	/* color: #223e98!important; */
	color: #000000 !important;
}
.text-gray {
	color: #999;
}
.accordion-button::after {
	flex-shrink: 0;
	width: 15px;
	height: 15px;
	margin-left: auto;
	content: "";
	background-image: var(--bs-accordion-btn-icon);
	background-repeat: no-repeat;
	background-size: 15px;
	transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button:not(.collapsed)::after {
	background-image: var(--bs-accordion-btn-icon);
	transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button:not(.collapsed) {
	color: #000000;
	background-color: #f7f7f7;
	box-shadow: none;
}

.accordion-flush.accordion_sm .accordion-item .accordion-button,
.accordion_sm .accordion-button {
	--bs-text-opacity: 1;
	color: #000 !important;
	padding: 10px 0;
}

.accordion-flush.accordion_sm .accordion-button:not(.collapsed),
.agree_card .accordion-button:not(.collapsed) {
	background-color: #fff;
}

.accordion-flush.accordion_sm .bg-light,
.agree_card .bg-light {
	max-height: 120px;
	overflow-y: scroll;
	--bs-bg-opacity: 1;
	background-color: var(--bs-card-cap-bg);
}

.agree_single_txtBox {
	padding-left: 35px;
	padding-right: 32px;
}

.nav-link {
	padding: 12px;
}

.nav-link,
.nav-link:focus,
.nav-link:hover {
	color: rgba(0, 0, 0, 0.5);
}

.nav-tabs .nav-link {
	background: #f7f7f7;
}

.nav-pills .nav-link.active {
	color: #000;
	background-color: #ffffff;
}

table * {
	vertical-align: middle;
}

table th {
	background-color: #f7f7f7 !important;
	text-align: center;
	font-weight: normal;
}

.background-img {
	background-position: center;
	background-size: cover;
	height: 300px;
}

.txtBox > div {
	animation-fill-mode: both !important;
	animation: fanfare2 0.8s;
	animation-delay: 0.3s;
}

.input-disabled input,
.input-disabled select,
.input-disabled span {
	background: #ddd;
	pointer-events: none;
}

/* index */
.logo_outer {
	width: fit-content;
	margin: 0 auto;
}
.container_info .ticket-title {
	font-size: 1.5rem;
	font-weight: 700;
}
.select-ticket {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.select-ticket > div {
	padding: 2rem 1rem;
}
.select-ticket a {
	display: block;
	width: 100%;
	height: 200px;
	text-decoration: none;
	border: 1px solid #ddd;
	border-radius: 7px;
	transition: all 0.3s ease 0s;
}
.select-ticket a:hover {
	box-shadow: 0px 15px 20px rgba(27, 39, 63, 0.4);
	transform: translateY(-5px);
}
.ticket-kiaf a {
	background: url(../img/bg-kiaf.png) center no-repeat;
	background-size: cover;
}
.ticket-frieze a {
	background: url(../img/bg-frieze.png) center no-repeat;
	background-size: cover;
}
.select-ticket a p {
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	margin: 0;
	margin-top: 70px;
	text-align: center;
}
.btn-lg {
	--bs-btn-padding-x: 1.4rem;
}
/* regist */

.tg {
	border-collapse: collapse;
	border-color: #cdcdcd;
	border-spacing: 0;
}
.tg td {
	background-color: #ebf5ff;
	border-color: #cdcdcd;
	border-style: solid;
	border-width: 1px;
	color: #444;
	font-family: Arial, sans-serif;
	overflow: hidden;
	padding: 5px;
	word-break: normal;
}
.tg th {
	background-color: #409cff;
	border-color: #cdcdcd;
	border-style: solid;
	border-width: 1px;
	color: #444;
	font-family: Arial, sans-serif;
	font-weight: normal;
	overflow: hidden;
	padding: 5px;
	word-break: normal;
}
.tg .tg-btm {
	background-color: #ffffff;
	border-color: #ffffff;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
.tg .tg-mid {
	background-color: #ffffff;
	border-color: inherit;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
.tg .tg-top {
	background-color: #ffffff;
	border-color: inherit;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

.btn-use {
	border-radius: 0 0.375rem 0.375rem 0;
}
input.pointer-none {
	pointer-events: none;
}
select.w-70 {
	width: 70px;
}
span.w-70 {
	width: 70px;
	justify-content: center;
}

/* selectdate */
.regist-datepicker {
	border: 1px solid #ddd;
	width: 100%;
}
.day-select {
	border: 1px solid #ddd;
	border-radius: 7px;
}
.regist-turn {
	border-top: 1px solid #ddd;
}
#inline_cal {
	text-align: center;
}
.rd-container {
	padding: 15px;
}
.rd-month button {
	display: none;
}
.btn-check:active + .btn:focus,
.btn-check:checked + .btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus {
	box-shadow: none !important;
}
.btn-check:focus + .btn,
.btn:focus {
	box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.3);
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
	opacity: 0.3;
	background: #ddd;
}
.btn-check:disabled + .btn.sold-out,
.btn-check[disabled] + .btn.sold-out {
	color: #fff;
	opacity: 1;
	background: #f99494;
	border-color: #ff8080;
}
.btn-check:active + .btn,
.btn-check:not(:checked):hover + .btn {
	background: #ddd;
	color: black;
	border: 1px solid #000;
}
.btn-bn button:nth-of-type(1) {
	margin-right: 3px;
}
.btn-bn button:nth-of-type(2) {
	margin-left: 3px;
}
/* record */

table.border-none {
	border-color: #fff !important;
}

.border-grey th,
.border-grey td {
	border: none;
}
.table-border {
	border: 1px solid #000000;
	border-radius: 6px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.border-grey {
	position: relative;
	border: 1px solid #ddd;
	border-bottom: none;
}
.border-grey th {
	background: #fff !important;
}
.border-grey tr:last-child td {
	border-bottom: 1px solid #ddd;
}
.border-grey tr:last-child th {
	border-bottom: 1px solid #ddd;
}
.border-grey:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 35%;
	width: 1px;
	height: 85%;
	background: #ebebeb;
	transform: translateY(-50%);
}
.pay-info {
	display: inline-block;
	text-align: center;
	margin: 0;
	border: 1px solid #ddd;
}
.pay-info {
	background: none !important;
	border: none !important;
	color: #333 !important;
}
.pay-info i {
	margin-left: 5px;
}
.collaps-body {
	padding-top: 2.5rem;
	margin-top: 1rem;
}
.border-top-line {
	border-top: 2px dotted #ddd;
}
.ticket-box {
	position: relative;
	border: 1px solid var(--bs-body-color);
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	padding: 2rem 2rem 1rem;
}
.ticket-box-info {
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.ticket-box:not(:first-of-type) {
	margin-top: 10px;
}
.ticket-box .ticket {
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 23px;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	background: var(--bs-body-color);
	color: #fff;
}
.ticket-box .order-detail {
	padding-top: 5px;
	font-size: 1.3rem;
	font-weight: 900;
}
.ticket-box .order-desc {
	font-size: 0.9rem;
	padding: 5px 0px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5) !important;
}
.ticket-box .order-complete {
	font-size: 1.125rem;
	font-weight: 600;
}
.subtext-red {
	font-size: 13px;
	color: rgb(192, 19, 19);
}
.inline-label {
	display: inline !important;
}
.inline-label input {
	margin-top: 0px;
	vertical-align: middle;
}
@keyframes fanfare2 {
	0% {
		transform: scale(0);
	}

	70% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}
@media (max-width: 766.98px) {
	.select-ticket > div {
		padding: 1rem;
	}
	.select-ticket > div a {
		height: 150px;
	}
	.select-ticket > div a p {
		margin-top: 50px;
	}
}
@media (max-width: 575.98px) {
	.text-indent-1 .item {
		font-size: 14px;
	}
	.select-ticket > div a p {
		font-size: 1.5rem;
	}
	.container_info .ticket-title {
		font-size: 1rem;
		padding-top: 40px;
		padding-bottom: 30px !important;
	}
	.select-email {
		font-size: 0.8rem;
		padding: 0.58rem 0.2rem 0.58rem 0.2rem;
		background-position: right 0.25rem center;
	}
	.m-p-0 {
		padding: 0 !important;
	}

	.title {
		font-size: 18px;
		padding-bottom: 18px !important;
	}

	.main_container-lg .title {
		font-size: 21px;
		padding-bottom: 0 !important;
	}

	.main_container-lg .title + p,
	.subtext {
		padding-bottom: 15px !important;
		line-height: 18px;
		font-size: 13px;
	}

	.container_info .title {
		padding-bottom: 15px !important;
	}

	/* main  */
	.container-lg.shadow,
	.main_mobile_padding {
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-top: 35px !important;
	}

	.main_mobile_padding_x {
		padding: 30px 20px 0 !important;
	}

	.container-lg.shadow.main_container-lg {
		padding-top: 0 !important;
		padding-bottom: 30px !important;
	}

	.main_container-lg .col-lg-8.border-end {
		border-right: 0 !important;
	}

	.background-img {
		height: 200px;
	}

	.main_mobile_row {
		display: contents;
	}

	.main_container-lg .accordion-button {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}

	.rd-days {
		margin-bottom: 0 !important;
	}

	.main_container-lg form {
		margin-bottom: 0 !important;
	}

	.main_container-lg .col-form-label {
		padding-left: 0 !important;
		/*         font-size: 15px !important; */
		margin-top: 20px !important;
	}

	.fix-bottom-btn {
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		font-size: 21px;
		opacity: 0.8;
	}

	.fix-bottom-btn.end {
		opacity: 1;
		z-index: 9;
	}
	.fix-bottom-btn ul {
		display: none;
	}

	#btn-back-to-top.end {
		display: none !important;
	}

	/* info  */
	.container_info .col-lg-12.p-0.border-end {
		border-right: 0 !important;
	}

	.info_body .title.text-primary {
		font-size: 18px;
		padding: 0 !important;
		margin-bottom: 15px !important;
	}

	.info_body .col-form-label {
		padding-left: 10px !important;
		margin-top: 0 !important;
	}

	.info_body label {
		font-size: 16px !important;
	}

	.info_body .accordion-button {
		padding-bottom: 0 !important;
	}

	.accordion-body {
		padding: 0 !important;
	}

	.info_body .main_mobile_padding {
		padding-bottom: 0 !important;
	}

	.info_won .col-form-label,
	.info_won .col-form-label + .col-sm-12 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.rd-container {
		padding: 0;
	}

	/* selectdate */
	.btn-bn button:nth-of-type(1),
	.btn-bn button:nth-of-type(2) {
		margin: 0px;
	}

	.container_pay.main_container-lg tr {
		margin-bottom: 20px !important;
	}

	/* pay */

	.logo_outer {
		padding-top: 20px !important;
		margin-top: 15px !important;
		margin-bottom: 20px !important;
	}

	label {
		font-size: 13px !important;
	}

	.mt-5 {
		margin-top: 1rem !important;
	}

	table {
		margin-bottom: 50px !important;
	}

	table span.fw-bold.text-black {
		color: rgba(0, 0, 0, 0.5) !important;
	}

	table .regist-cancel {
		display: inline;
		font-size: 13px;
		padding: 2px 10px;
		margin-top: 5px;
	}
	.text-payinfo {
		margin-top: -30px;
	}
	.pay-info {
		margin-top: 5px;
	}

	/* selectdate */
	.btn-lg {
		--bs-btn-padding-x: 1rem;
	}
	/* record */
	.ticket-box {
		padding: 2rem 1.5rem 1rem 1.5rem;
	}
}

@media (max-width: 400.98px) {
	.title {
		font-size: 15px;
		padding-bottom: 15px !important;
	}

	.container-lg.shadow {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.form-control::placeholder {
		font-size: 12px;
	}

	.phone_outer .col-auto {
		padding: 0;
	}

	.btn {
		font-size: 80%;
	}
}

@media (max-width: 340.98px) {
	.main_container-lg span.input-group-text {
		border-radius: 0 !important;
	}

	.main_container-lg .col-sm-9.ps-0 {
		padding-right: 0 !important;
	}

	.background-img {
		height: 100px;
		padding: 10px !important;
	}
}

@media (max-width: 1400.98px) {
	.container_info .main_mobile_padding .mb-4.col-md-10.mx-auto {
		margin-right: 0 !important;
		margin-left: 0 !important;
		width: 100%;
	}
}

@media (max-width: 1400.98px) and (min-width: 991px) {
	.row.main_mobile_row {
		display: block;
		width: 100%;
		margin: 0 !important;
		margin-bottom: 1rem !important;
	}

	.row.main_mobile_row .col-sm-9,
	.row.main_mobile_row label,
	.row.main_mobile_row label + .col-sm-12,
	.row.main_mobile_row p {
		display: block;
		width: 100%;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

/* 220621 */
.lang {
	position: fixed;
	top: 0;
	right: 10%;
	z-index: 10;
}

a.lan_btn {
	/* background: #223e98; */
	background: #000000;
	color: white;
	text-decoration: none;
	padding: 5px 20px 10px;
	display: block;
	border-radius: 0 0 10px 10px;
	border: 2px solid #ddd;
	border-top: none;
}

.logo_outer img {
	width: 100%;
	max-width: 400px;
}

/* 220718, 19 */
.d-block.d-sm-none.position-relative {
	display: none !important;
}

.accordion-body {
	padding: 0 !important;
}
.input-group span.input-group-text:nth-child(1) {
	border-right: 0 !important;
}
.input-group * {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
ul.nav.nav-tabs.text-center + .col-md-8 > table th {
	width: 170px;
}
.terms .group {
	display: flex;
	align-items: center;
}
.terms label {
	margin: 0 0 0 0.5rem;
}

.terms input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url("../img/bg-input-off.png") no-repeat center;
	border: 1px solid #ced4da;
	border-radius: 0.3rem;
	transition: background-color 300ms, border-color 300ms;
	flex-shrink: 0;
}
html[lang="en"] .terms input[type="checkbox"] {
	background: url("../img/bg-input-off-en.png") no-repeat center;
}
.terms input[type="checkbox"]:focus {
	outline: 2px solid #deebff;
	outline-offset: 2px;
}

.terms input[type="checkbox"]:checked {
	background: url("../img/bg-input-on.png") no-repeat center;
	border: 1px solid #0d6efd;
}
html[lang="en"] .terms input[type="checkbox"]:checked {
	background: url("../img/bg-input-on-en.png") no-repeat center;
}
.input-group-select {
	justify-content: start;
}
.input-group-select label {
	margin: 0 1rem 1rem 1rem;
	flex: 0 0 auto;
	width: calc((100% - 2rem) * 0.33);
	text-overflow: clip !important;
}
.input-group-select label:nth-of-type(3n) {
	margin: 0 0 1rem 1rem;
	flex: 0 0 auto;
	width: calc((100% - 2rem) * 0.34);
}
@media (max-width: 1400px) {
	.col-xl-8 {
		flex: 0 0 auto;
		width: 100%;
		padding: 0;
	}

	.lang {
		right: 4%;
	}
}

@media (max-width: 1000px) {
	.col-xl-8.ps-0 {
		padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
		padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
	}
}

@media (max-width: 991px) {
	.mb-0_991 {
		margin-bottom: 0 !important;
	}

	.pt-0_991 {
		padding-top: 0 !important;
	}
	.main_mobile_padding {
		padding-bottom: 0 !important;
	}
	ul.nav.nav-tabs.text-center + .col-md-8 > table th {
		width: 100px !important;
	}
	.btn-outline-dark {
		--bs-btn-hover-color: none;
		--bs-btn-hover-bg: none;
		--bs-btn-hover-border-color: none;
	}
	.select-ticket a {
		transition: unset;
	}
	.select-ticket a:hover {
		box-shadow: unset;
		transform: unset;
	}
}
@media (max-width: 576px) {
	.col-xl-8.ps-0 {
		padding: 0 !important;
	}

	.main_container-lg .title + p.pb-0_576,
	.pb-0_576 {
		padding-bottom: 0 !important;
	}
	.input-group-select label {
		margin: 0 0.5rem 0.5rem 0.5rem;
		flex: 0 0 auto;
		width: calc((100% - 1rem) * 0.33);
		text-overflow: clip !important;
		font-size: 10px !important;
		padding-left: 0;
		padding-right: 0;
	}
	.input-group-select label:nth-of-type(3n) {
		margin: 0 0 0.5rem 0.5rem;
		flex: 0 0 auto;
		width: calc((100% - 1rem) * 0.34);
	}
}

@media (max-width: 580px) {
	footer.py-3 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	footer small {
		font-size: 5px;
	}

	label.card-header.cursor-pointer.fw-bold + span {
		font-size: 13px;
	}

	.modal-title {
		font-size: 15px;
	}
	.col-lg-6.p-0.border-end {
		border-right: 0 !important;
	}
	table {
		font-size: 90%;
	}

	.form-control *,
	.input-group * {
		font-size: 13px;
	}
	span.input-group-text.cursor-pointer {
		width: 40px !important;
	}
}
