@charset "UTF-8";

.pdl-0 {
	padding-left: 0 !important;
}
.pdb-0 {
	padding-bottom: 0 !important;
}
.border-bottom-0 {
	border-bottom: 0 !important;
}
.white {
	color: #fff !important;
}
.card-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.more-btn {
	margin: 2rem auto 0;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	border: 1px solid #767676;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #151515;
	transition: 0.3s;
}
.more-btn i {
	font-size: 1.4rem;
	color: #fff;
	margin-top: 3px;
}
.more-btn:hover {
	background: #EA5404;
	border-color: #EA5404;
}
.set-button {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.set-button img {
	max-width: 24px;
}
.btn.submit-btn-small {
	width: 70px;
	border-radius: 10px;
	border: none;
	color: white;
	cursor: pointer;
	margin: 0 auto 0;
	transition: 0.3s;
	padding: 2px 0px 0px 0px !important;
	font-size: 0.8em;
	margin-left: 10px;
	background-color: #272727;
	border: 1px solid #999
}
.btn.submit-btn {
	width: 310px;
	height: 56px;
	border-radius: 100px;
	background: linear-gradient(271.86deg, #FF7A00 2.18%, #EA5404 99.29%);
	border: none;
	color: white;
	font-size: 1rem;
	cursor: pointer;
	margin: 0 auto 0;
	transition: 0.3s;
	line-height: 44px;
}
.btn.submit-btn:hover {
}
.slide-control {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 99;
}
.slide-control .slide-nav button {
	display: flex;
	align-items: center;
}
.slide-control .slide-nav i {
	color: #fff;
	font-size: 1.5rem;
}
.slide-control .swiper-button-next, .slide-control .swiper-button-prev {
	position: relative;
	top: auto;
	right: auto;
	background-image: none;
	left: auto;
}
.slide-control .set-slide-nav {
	background-image: none;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	border: 1px solid #767676;
	background: #151515;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slide-control .set-slide-nav.swiper-button-prev {
	margin-right: 20px;
}
.slide-control .set-slide-nav.swiper-button-disabled {
	display: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}
.slide-control .swiper-pagination {
	margin: 0 20px;
	color: #bbb;
	position: relative;
	left: auto;
	width: auto;
	bottom: 0;
	top: 2px;
}
.slide-control .swiper-pagination .swiper-pagination-current {
	color: #fff;
}
.slide-control .swiper-page-play {
	opacity: 0.6;
	transition: 0.3s;
	margin-left: 5px;
	color: #fff;
	cursor: pointer;
	width: 30px;
	font-size: 1.5rem;
	display: none;
	justify-content: center;
	align-items: center;
}
.slide-control .swiper-page-play:hover {
	opacity: 1;
}
.slide-control .swiper-page-play.active {
	display: flex;
}
.slide-control .swiper-pagination-bullet {
	transition: 0.3s;
	border-radius: 100px;
	width: 6px;
	height: 6px;
	margin: 0 3px;
	background: #fff;
}
.slide-control .swiper-pagination-bullet-active {
	width: 20px;
}
.form-group--v1 {
	margin-bottom: 10px;
}
.form-group--v1 label {
	display: none;
}
.form-group--v1 .agreement-field label {
	display: block;
}
.form-group--v1 .form-select {
	color: #999;
	width: 100%;
	height: 56px;
	border-radius: 100px;
	background: #F1F1F5;
	font-size: 0.875rem;
	padding: 0 1.2rem;
	-webkit-appearance: none;
	/* Safari and Chrome */
	-moz-appearance: none;
	/* Firefox */
	appearance: none;/* Standard */
}
.form-group--v1 .form-select.active {
	color: #111;
}
.form-group--v1 .form-control {
	height: 56px;
	border-radius: 100px;
	background: #F1F1F5;
	font-size: 0.875rem;
	padding: 0 1.2rem;
	color: #111;
}
 .form-group--v1 .form-control::placeholder {
 color: #999;
}
.form-group--v1 .form-control:focus {
	outline: none;
}
.form-group--v1.set-selet {
	position: relative;
}
.form-group--v1.set-selet select {
	background-image: url('../img/gen/select-arr.png');
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-size: 24px;
}
/*.form-group--v1.set-selet::after{content:'';width:24px;height:24px;position:absolute;top:50%;right:1.2rem;background-image: url('../img/gen/select-arr.png');background-size: cover;background-repeat: no-repeat;background-position: center;transform: translateY(-50%);}*/

.form-group--v1.agreement-fields h3 {
	color: #fff;
	line-height: 24px;
	padding-left: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.form-group--v1.agreement-fields div {
	display: flex;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
}
.form-group--v1.agreement-fields span.comment {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 13px;
	color: #767676;
	display: inline-block;
	letter-spacing: -0.05px;
}
.form-group--v1 .agreement-field {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.form-group--v1 .agreement-field div label {
	cursor: pointer;
	margin-left: 8px;
	font-size: 0.875rem;
	color: #D9D9D9;
	margin-bottom: 0;
}
.form-group--v1 .agreement-field span {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #767676;
	position: relative;
}
.form-group--v1 .agreement-field span input {
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border: 1px solid #767676;
	border-radius: 100px;
}
.form-group--v1 .agreement-field input[type='checkbox']:checked, .form-group--v1 .agreement-field input[type='radio']:checked {
	border-color: #EA5404;
	color: #EA5404;
}
.form-group--v1 .agreement-field a {
	color: #fff;
	margin-right: 15px;
}
.form-group--v1 .agreement-field a img {
	max-width: 24px;
}
.form-group--v1.agree_wrap {
	display: none;
}
.form-group--v1.agree_wrap.on {
	display: block;
}
.form-group--v1 .agree_text {
	background: #262626;
	padding: 40px 16px !important;
	color: #B8B8B8;
	font-size: 14px;
}
.form-group--v1 .agree_text .ttl {
	font-size: 16px;
	color: #fff;
	min-height: 24px;
	margin-bottom: 8px;
}
.form-group--v1 .form-help {
	color: #999999;
	font-size: 12px;
	margin: 5px 0px 12px;
	display: block;
	padding-left: 1.2rem;
}
.form-group--v1 .form-help.help-white {
	font-size: 14px;
	color: #fff;
}
.form-group--v1.agreement-fields.on .agree_btn {
	transform: rotate(-180deg);
}
.form-group--v2 {
	padding: 1rem 0 0;
	padding-bottom: 1rem;
	border-bottom: 1px solid #767676;
}
.form-group--v2:first-child {
	border-top: 1px solid #767676;
}
.form-group--v2 .flex label {
	margin: 0;
}
.form-group--v2 label {
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
	display: flex;
	align-items: center;
}
.form-group--v2 p {
	padding-left: 24px;
	font-weight: 300;
	color: #fff;
}
.form-group--v2 .exception {
	color: #bbb;
	font-weight: 300;
}
.form-group--v2 .acc_wrap .acc_title {
	position: relative;
	transition: 0.3s
}
.form-group--v2 .acc_wrap .acc_title::after {
	content: '';
	transition: 0.3s;
	transform: rotate(0deg);
	position: absolute;
	right: 0;
	background-image: url('../img/sub/form-arrow.png');
	background-size: cover;
	width: 24px;
	height: 24px;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
}
.form-group--v2 .acc_wrap .acc_title.selected {
	padding-bottom: 1rem;
}
.form-group--v2 .acc_wrap .acc_title.selected::after {
	transform: rotate(-180deg);
}
.form-group--v2 .acc_wrap label {
	margin-bottom: 0;
	padding: 0;
	cursor: pointer;
	position: relative;
}
.form-group--v2 .acc_wrap .acc_desc {
	display: none;
	background: #1F1F1F;
	padding: 1rem;
}
.form-group--v2 .acc_wrap .acc_desc.selected {
	display: block;
}
.form-group--v2 .acc_wrap p {
	border-bottom: none;
	padding: 0;
	color: #bbb;
}
.form-group--v2:last-child {
	border-bottom: none;
}
.notification {
	padding: 0.5rem 1rem;
	border-radius: 100px;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.notification p {
	font-size: 0.75rem;
	color: #bbb;
	padding-right: 5px;
}
.notification button {
	display: flex;
	align-items: center;
	justify-content: center;
}
.notification i {
	color: #fff;
}
.sub-top {
	min-height: 500px;
	background: #bbb;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
}
.sub-top::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
	position: absolute;
	bottom: -1px;
	left: 0;
}
.sub-title {
	width: 100%;
}
.sub-title h1 {
	font-size: 40px;
	color: #bbb;
	font-weight: bold;
}
.sub-title.type02 {
}
.sub-title.type02 h1 {
	font-size: 32px;
	color: #fff;
}
 @media (max-width:991px) {

.sub-title h1 {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -0.025em;
}
/*.sub-top::after{height:50%;}*/
}
 @media (max-width: 430px) {
.artistic-director {
	padding: 120px 0px 120px !important
}
.sub-title h1 {
	font-size: 1.75rem;
}
.sub-top {
	min-height: 400px;
}
/*.form-group--v1 .form-help{padding-left:0px;}*/
}
/*******************************************************
*/
/* about
 *******************************************************/
.sub-top.about {
	background-image: url("../img/sub/subtop-about.png");
}
.sub-top.about h2 {
	font-size: 56px;
	color: #fff;
	font-weight: 600;
	padding: 4rem 0 0;
	line-height: 1.3;
}
.sub-top.about p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}
/* artistic-director */
.artistic-director {
	padding: 0px 0px 200px;
}
.artistic-director.bpamteam {
	padding: 0px 0px 200px;
}
.artistic-director .sub-title {
	justify-content: flex-end;
	position: relative;
}
.artistic-director.bpamteam .sub-title {
	height: 75px;
}
.artistic-director .sub-title h1 {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	white-space: nowrap;
	text-align: center;
}
.artistic-director .sub-title h1 span {
	display: block;
	font-size: 18px !important;
	font-weight: normal;
}
.artistic-director .contents {
/*max-width:initial;*/
}
.about-organization {
	padding: 0 0px 200px;
}
.about-organization .img-box {
	margin: 0 auto;
	max-width: 100%;
	justify-content: center;
	text-align: center;
}
.artistic-director2 {
	padding: 0 0 60px;
}
.artistic-director .sub-title, .artistic-director2 .sub-title {
	margin-bottom: 60px;
}
#art-director-sli, #art-director-sli2 {
	padding: 0px 0 0;
}
/*#art-director-sli > div{width: 100%;display: grid;grid-template-columns: repeat(5, 1fr);gap:20px;}*/

.about-wrap {
	/*max-width:1840px;*/
	padding: 0px 0px;
	margin: 0px auto;
}
.about-wrap .swiper-container {
	overflow: visible;
}
.about-wrap .swiper-slide {
	position: relative;
	top: 0;
	margin-right: 20px;
	transition: all 0.2s linear;
	width: 400px;
	min-height: 500px;
	/*width:400px !important;*/
	background-color: #212121;
	border-radius: 20px;
}
.about-wrap .swiper-slide:first-child {
	margin-left: 40px;
}
.about-wrap .swiper-slide.slider_main_bg {
/*background-color: #000;*/
}
.about-wrap .card-text {
	min-height: 209px;
}
.about-wrap .swiper-slide-active {
	transition: all 0.2s linear;/*top: -20px;*/
	/*border:1px solid #B8B8B8;*/
}
.about-wrap .swiper-slide.slider_main_bg {
}
/*
.about-wrap .swiper-slide.slider_main_bg .card-thumbnail{/ *border:1px solid #B8B8B8;* /border-bottom:0px;}
.about-wrap .swiper-slide.slider_main_bg .card-text{background:#000;/ *border:1px solid #B8B8B8;* /border-top:0px;}
.about-wrap .swiper-slide.slider_main_bg .card-text *{color:#fff;}
*/
.about-wrap .card-thumbnail {
	height: 248px;
	/*margin-bottom: -5px;*/
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about-wrap .card-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-wrap .card-text {
	background: #212121;
	border-radius: 0 0 20px 20px;
	position: relative;
}
.about-wrap .card-text h4 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	height: 39px;/*padding:20px 1rem 0;*/
}
.about-wrap .card-text span {
	color: #767676;
	font-size: 0.875rem;
	/*padding:0.2rem 1rem 1rem;*/
	display: block;
}
.about-wrap .card-text .cont {
	padding: 18px 1rem 28px;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 34px;
	padding-left: 30px;
	line-height: 160%;
}
.about-wrap .card-text .cont p.rows2 {
	-webkit-line-clamp: 2;
	/*min-height:55px;*/
	height: 55px;
}
.about-wrap .card-text .cont p.rows3 {
	-webkit-line-clamp: 3;
	/*min-height:80px;*/
	height: 80px;
}
.about-wrap .card-text .cont p {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.about-wrap .card-text p {
	color: #bbb;
	font-size: 1rem;
}
.about-wrap .card-text .line {
	height: 1px;
	width: 100%;
	background: linear-gradient(90deg, rgba(187, 187, 187, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 100%);
}
.about-wrap .card-text .view_more {
	cursor: pointer;
	padding-top: 14px;
}
.about-wrap .card-text .name-box {
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 12px;
	padding-left: 30px;
}
.about-wrap .card-text .name-box span {
	line-height: 140%;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.about-wrap .card-text .name-box span.position {
	color: #EA5404
}
.about-wrap .card-text .name-box h4 {
	line-height: 140%
}
/* business-group */
.business-group {
	padding: 0px 0 200px;
	/*background-image: url("../img/sub/about-02.png");*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.b-grup-wrap {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}
.business-group .sub-title {
	margin-bottom: 60px;
}
.business-group .sub-title span {
	font-size: 18px !important;
	;
}
.business-group h4 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 0.2rem;
}
.business-group span {
	color: #bbb;
	font-size: 1rem;
	display: block;
	margin-bottom: 12px;
}
.business-group p {
	color: #bbb;
	font-size: 0.875rem;
}
.business-group .contents {
	margin-bottom: 200px;
}
/* about-greeting */
.about-greeting {
	padding: 0 0 120px;
}
.about-greeting .contents {
	max-width: 1456px;
}
.gree-pt-wrap {
}
.about-greeting .gree-pt {
/*width:50%;*/
}
.about-greeting .gree-pt.pt-lf {
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	/*align-items:center;*/
	justify-content: center;
	width: 350px;
}
.about-greeting .gree-pt.pt-lf img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.about-greeting .gree-pt.pt-rt {
	padding-left: 42px;
}
.about-greeting .gree-pt.pt-rt p {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	line-height: 26px;
	/*letter-spacing: -0.025em;*/
	letter-spacing: -0.04em;
}
.about-greeting .gree-pt.pt-rt h4 {
	font-size: 18px;
	margin-top: 40px;
	font-weight: 400;
	color: #fff;
	line-height: 32px;
	letter-spacing: -0.025em;
}
/* 높이에 따라 사진높이 자동 조절을 위한 보정 처리. 해당 영역을 table-cell 로 두고 이미지를 배경으로 붙이기 */
.gree-pt-wrap {
	display: table;
}
.gree-pt-wrap>div {
	display: table-cell !important;
}
.gree-pt-wrap>div p {
	word-break: break-word;
}
.artistic-director .sub-title, .artistic-director2 .sub-title {
	height: 50px;
}
 @media (max-width: 1300px) {
#art-director-sli>div {
	gap: 0;
	grid-template-columns: inherit;
	display: flex;
}
}
 @media (max-width: 1199px) {
.about-wrap {
	padding: 0 20px;
}
.about-wrap .card-text p {
}
}
 @media (max-width:991px) {
.about-organization {
	padding: 0 0px 100px;
}
.sub-top.about {
	padding: 120px 0 60px
}
.artistic-director {
	padding: 0px 0px 100px !important;
}
.artistic-director .sub-title {
	justify-content: center;
	align-items: center;
}
.artistic-director .sub-title h1 {
	position: relative;
	left: auto;
	transform: none;
	top: auto;
}
.sub-top.about h2 {
	font-size: 36px;
}
.sub-top.about p {
	margin-top: 20px;
}
.gree-pt-wrap {
	flex-flow: column;
}
.about-greeting .gree-pt {
	width: 100%;
}
.about-greeting .gree-pt.pt-lf {
	margin-bottom: 42px;
}
.about-greeting .gree-pt.pt-rt {
	padding-left: 0;
}
.business-group .sub-title {
	margin-bottom: 76px;
}
.b-grup-wrap {
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
/* 높이에 따라 사진높이 자동 조절을 위한 보정 처리. 해당 영역을 table-cell 로 두고 이미지를 배경으로 붙이기 */
.gree-pt-wrap {
	display: flex;
}
.gree-pt-wrap>div {
	display: flex;
}
.gree-pt-wrap>.pt-lf {
	height: 380px;
}
.business-group {
	padding-bottom: 100px;
}
.artistic-director.support {
	padding: 0px 0px 200px !important;
}
.artistic-director .sub-title,  .artistic-director2 .sub-title {
	margin-bottom: 30px;
}
.about-wrap .card-text h4 {
	font-size: 24px;
}
}
 @media (max-width:600px) {
.about-wrap .swiper-slide:first-child {
	margin-left: 0px !important;
}
.about-wrap .swiper-slide {
	width: 309px !important;
	min-height: 450px;
}
.about-wrap .card-thumbnail {
	height: 192px;
}
.support-list .card-thumbnail {
	min-height: 192px !important;
	max-height: 192px !important;
}
}
 @media (max-width:520px) {
.b-grup-wrap {
	grid-template-columns: repeat(2, 1fr);
}
}
 @media (max-width:450px) {
.b-grup-wrap {
	grid-template-columns: repeat(1, 1fr);
}
.about-wrap .card-thumbnail img {
	width: 100%;
	height: auto;
}
.business-group .contents {
	margin-bottom: 120px;
}
}
/* about-support */
.about-support {
	padding: 0px 0px 200px;
}
.about-support .sub-title {
	margin-bottom: 80px;
}
.support-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);/*gap:20px;*/
}
.support-list .card-thumbnail {
	background: #B8B8B8;
	min-height: 248px;
	transition: 0.3s;
	max-height: 248px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.support-list .card-thumbnail img {
	width: auto;
	height: auto;
	object-fit: contain;
}
.support-list .card-thumbnail a {
}
.support-list .card-thumbnail .link_btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
	border-radius: 100px;
	width: 50px;
}
.support-list .card-title {
	padding: 0px 10px;
	margin-bottom: 80px;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 12px;
	padding-left: 30px;
}
.support-list .card-title h4 {
	font-family: Pretendard;
	font-weight: 700;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: -2.5%;
	text-transform: uppercase;
	color: #767676;
	height: 20px;
	line-height: 20px;
	/*margin:12px 0 5px;*/

	overflow: hidden;
	text-overflow: ellipsis;
	height: 20px;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.support-list .card-title h3 {
	font-size: 24px;
	color: #fff;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 90px;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.support-list .card-title p {
	font-size: 1rem;
	color: #767676;
	line-height: 26px;
}
.support-list .support-pt:hover {
	margin-top: -20px;
	transition: all 0.2s linear;
}
.support-list .support-pt:hover .card-thumbnail {
	border: 1px solid #282828;
	box-shadow: 0 15px 20px 0 rgba(0, 160, 233, 0.1);
}
#support-sli {
	overflow: visible !important;
}
#support-sli .swiper-slide {
	min-height: initial;
	background: initial;
	border: 0px;
}
#support-sli .swiper-slide-active {
	border: 0px;
}
 @media (max-width: 1300px) {
.support-list {
	grid-template-columns: repeat(4, 1fr);
}
}
 @media (max-width:1050px) {
.support-list {
	grid-template-columns: repeat(3, 1fr);
}
}
 @media (max-width: 779px) {
.about-support {
	padding: 0px 0px 100px;
}
.support-list {
	grid-template-columns: repeat(2, 1fr);
}
.support-list .card-thumbnail .link_btn {
	bottom: 10px;
	right: 10px;
}
.support-list .card-thumbnail img {
	height: 100%;
}
.support-list .card-thumbnail img.link_btn {
	height: auto;
}
}
 @media (max-width:600px) {
.support-list {
	grid-template-columns: repeat(1, 1fr);
}
.support-list .card-title {
	margin-bottom: 0;
}
.about-support {
	padding-top: 0px;
}
.artistic-director .slide-control {
	display: none;
}
}
/*******************************************************
*/
/* performances
 *******************************************************/
.performances-sch {
	padding-top: 180px;
	padding-bottom: 30px;
}
.performances-sch .select-form {
}
.performances-con {
	padding: 0;
}
.performances-con .contents.wide {
	margin: 0px;
	max-width: 9999px !important;
}
.perfor-wrap {
	padding: 20px 0 0;
	width: 100%;
	display: grid;
	place-items: center;
	justify-content: center;
	/*grid-template-columns: repeat(5, 1fr);*/
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.card-thumbnail span{  font-size:15px !important; margin:2px; margin-bottom:0px !important }
.perfor-wrap .perfor-pt {
	position: relative;
	top: 0;
	transition: all 0.2s linear;
	margin-bottom: 44px;
	width: 100%;
	max-width: 441px;
}
.perfor-wrap .perfor-pt:hover {
	top: -20px;
}
.perfor-wrap .perfor-pt:hover .card-thumbnail img {
	border: 1px solid #282828;
	box-shadow: 0 15px 20px 0 rgba(0, 160, 233, 0.1);
}
.perfor-wrap .card-thumbnail {
	/*min-height:216px;*/
	aspect-ratio: 100 / 62.3;
	transition: 0.3s;
	/*max-height:216px;*/
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.perfor-wrap .card-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 216px;
	border-radius: 0;
	border: 1px solid transparent;
}
.perfor-wrap .card-thumbnail>div {
	position: absolute;
	bottom: 0;
	right: 00px;
}
.perfor-wrap .card-thumbnail>div span {
	font-size: 0.75rem;
	padding: 5px 10px 3px 9px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 10px 10px 0 0;
	background: #272727;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: left;
}
.perfor-wrap .card-thumbnail>div span.blue {
	color: #00a0e9;
}
.perfor-wrap .card-thumbnail>div span.red {
	color: #ff5900;
}
.perfor-wrap .card-title {
	padding: 20px;
}
.perfor-wrap .card-title h3 {
	font-size: 1rem;
	color: #000;
	margin: 0 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 20px;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-family: Pretendard;
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: -2.5%;
	height: auto;
	top: 782px;
	left: 40px;
}
.perfor-wrap .card-title p {
	/*font-size:0.875rem;color:#b8b8b8;*/

	font-family: Pretendard;
	font-weight: 400;
	font-size: 16px;
	/*line-height: 26px;*/
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #000;
	border-bottom: none;
	display: block;
	line-height: 1.5;
	margin-bottom: 8px;
}
.perfor-wrap .card-title p:last-child {
	margin-bottom: 0;
}
.perfor-wrap .card-title p img {
	filter: brightness(0);
	margin-right: 6px;
	vertical-align: middle;
	margin-top: -3px;
}
.performances-banner {
	padding: 0px 0px 100px;
}
.hero-slider {
	width: 100%;
	height: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
}
.hero-slider .swiper-slide {
	height: 100%;
	transition: all .4s ease;
	overflow: hidden;
	color: #fff;
}
.hero-slider .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.hero-slider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}
.hero-slider .contents {
	height: 100%;
	position: relative;
	z-index: 1;
}
.hero-slider .slide-pt.pt-lf {
	width: 65%;
	position: relative;
	display: flex;
	align-items: flex-start;


	flex-flow: column;
	/*justify-content: center;*/
	margin-top: 165px;
}
.hero-slider .slide-pt.pt-rt {
	/*width:30%;*/
	width: 390px;
}
.hero-slider .slide-pt.pt-rt img {
	height: 100%;
	width: 390px;
	object-fit: cover;
}
.hero-slider h2 {
	font-size: 56px;
	font-weight: bold;
	line-height: 80px;
	letter-spacing: -0.025em;
}
.hero-slider p {
	opacity: 0.8;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.025em;
	color: #ffffff;
	/*margin-top:3rem;*/
	margin-top: 15px;
	transition: all .4s ease;
}
.hero-slider .page-btns {
	height: auto;
	position: absolute;
	/*bottom:3rem;*/
	top: 437px;
	left: 50%;
	/*transform: translateX(-50%);*/
	transform: translateX(-530px);
	z-index: 2;
}
.hero-slider .slide-pt-wrap.contents {
	max-width: 1000px;
	padding: 0px 10px;
}
 @media (max-width: 1448px) {
.perfor-wrap {
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.perfor-wrap .perfor-pt {
	width: 100%;
}
}
 @media (max-width: 991px) {
.performances-sch {
	padding: 156px 0 30px;
}
.performances-sch .select-form {
	flex-flow: column;
}
.performances-sch .select-form .field .select_item {
	position: relative;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}
.performances-sch .select-form .field .field-select {
	padding: 1rem 0 1rem 26px;
}
.performances-sch .select-form .field .sel-ico {
	left: 0;
}
.perfor-wrap {
	grid-template-columns: repeat(2, 1fr);
}
.perfor-wrap .perfor-pt {
	width: 100%;
}
.perfor-wrap .card-title h3 {
	line-height: 140%;
	letter-spacing: -0.025em;
	height: auto;
	font-size: 22px;
}
.perfor-wrap .card-title p {
	line-height: 1.5;
	letter-spacing: -0.025em;
}
.performances-banner {
	padding: 60px 0;
}
.hero-slider {
	height: 450px;
}
.hero-slider .slide-pt.pt-lf {
	width: 100%;
}
.hero-slider .slide-title h2 {
	font-size: 50px;
	margin: 0 0 35px;
}
.hero-slider .page-btns {
	bottom: 3rem;
	top: initial;
	transform: translateX(-50%);
}
.hero-slider .slide-pt-wrap.contents {
	padding: 0px;
}
}
 @media (max-width: 767px) {
.perfor-wrap {
	grid-template-columns: repeat(2, 1fr);
}
.perfor-wrap .perfor-pt {
	width: 100%;
}
}
 @media (max-width:600px) {
.perfor-wrap {
	grid-template-columns: repeat(1, 1fr);
	gap: 30px;
}
.perfor-wrap .perfor-pt {
	width: 100%;
}
.perfor-pt .card-title {
	margin-bottom: 0;
	padding: 20px;
}
.hero-slider {
	height: 600px;
}
.hero-slider .slide-title h2 {
	font-size: 36px;
	margin: 0;
	line-height: 50px;
	letter-spacing: -0.025em;
}
.hero-slider p {
	font-weight: 400;
	margin-top: 1rem;
}
.hero-slider .slide-pt.pt-rt {
	width: 100%;
}
.hero-slider .slide-pt.pt-rt img {
	width: 100%;
}
.hero-slider .contents {
	padding: 0;
}
.hero-slider .slide-pt.pt-lf {
	position: absolute;
	left: 15px;
	bottom: 20%;
	z-index: 1;
}
.hero-slider .page-btns {
	padding: 0 20px;
}
.slide-pt.pt-rt.img-box::After {
	content: '';
	display: block;
	width: 100%;
	height: 80%;
	background: linear-gradient(180deg, rgba(0, 0, 36, 0) 00%, rgba(0, 0, 0, 1) 100%);
	position: absolute;
	bottom: -1px;
	left: 0;
	opacity: 0.7;
}
.perfor-wrap .perfor-pt {
	margin-bottom: 25px;
}
}
/*******************************************************
 */
/* performances-detail
 *******************************************************/
.performances-detail {
	padding-top: 108px;
	max-width: 1176px;
}
.performances-detail .contents {
}
.perfor-detail {
	position: relative;
	border: 1px solid #3f3f3f;
	padding: 20px;
	background-color: #282828;
	border-radius: 5px
}
.perfor-detail .detail-title {
	position: relative;
	display: flex;
	align-items: center;
}
.perfor-detail .detail-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, #FF5900 0%, #FF9900 50%, #FF5900 100%);
}
.perfor-detail .detail-title+p {
	padding: 20px 0;
	font-size: 1rem;
	color: #9C9C9C;
}
.perfor-detail .detail-title .close_detail {
	position: absolute;
	right: 0;


	top: 4px;
}
.perfor-detail .detail-title .close_detail img {
	width: 24px;
}
.perfor-detail .detail-img {
	padding: 1rem 0 1rem;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 680px;
}
.perfor-detail .detail-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.perfor-detail .detail-pt.pt-lf {
	width: 70%;
	padding-right: 22px;
}
.perfor-detail .detail-pt.pt-rt {
	width: 30%;
	padding-top: 2rem;
}
.perfor-detail h4 {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 1rem;
}
.perfor-detail .detail-pt.pt-lf p {
	font-size: 1rem;
	color: #9C9C9C;
	line-height: 26px;
}
.perfor-detail .detail-pt.pt-lf .detail-sli {
	height: 462px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.perfor-detail .detail-pt.pt-lf .detail-sli::after {
	content: '';
	display: block;
	z-index: 1;
	width: 100%;
	height: 56px;
	background: linear-gradient(357.29deg, rgba(0, 0, 0, 0.8) 21.8%, rgba(0, 0, 0, 0.24) 86.91%);
	position: absolute;
	bottom: 0;
	left: 0;
}
.perfor-detail .detail-pt.pt-lf .detail-sli .swiper-container {
	height: 100%;
}
.perfor-detail .detail-pt.pt-lf .img-box {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.perfor-detail .detail-pt.pt-lf .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.perfor-detail .detail-pt.pt-lf .slide-control {
	left: 50%;
	position: absolute;
	z-index: 2;
	bottom: 6px;
	transform: translateX(-50%);
	justify-content: center;
}
.perfor-detail .detail-pt.pt-lf .text-area {
	padding: 2rem 0;
}
.perfor-detail .detail-pt.pt-lf .map-box {
	position: relative;
	width: 100%;
	height: 400px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 12px;
}
/*.perfor-detail .detail-pt.pt-lf .map-box .notification {position: absolute;bottom: 20px;right: 20px;z-index: 10;}*/
.sub-container .notification {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 10;
	white-space: nowrap;
	display: none;
}
.quick_menu {
	position: fixed;
	/*top:50%;right: 10%;*/
	animation: quick-ani 0.8s 1s both;
	display: flex;
	flex-flow: column;
	/*transform: translateY(-50%);*/
	z-index: 1001;
	top: 140px;
	left: 50%;
	margin-left: 560px;
}
.quick_menu a {
	display: flex;
	flex-flow: column;
	font-size: 0.75rem;
	color: #767676;
	text-align: center;
	margin-bottom: 10px;
}
.quick_menu a .ico {
	width: 50px;
	height: 50px;
	transition: 0.3s;
	border-radius: 100px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}
.quick_menu a:hover {
	color: #fff;
}
.quick_menu a:hover .ico {
	background: #EA5404;
}
.quick_menu a:hover .ico img {
	mix-blend-mode: screen;
	filter: grayscale(1);
}
.quick_menu.mobile {
	display: none;
}
 @media(max-width:1400px) {
}
 @media(max-width:991px) {
.performances-detail {
	padding-top: 96px;
}
.detail-pt-wrap {
	flex-flow: column;
}
.perfor-detail .detail-title+p {
	padding: 20px 0 12px;
}
.perfor-detail .detail-pt.pt-lf {
	width: 100%;
	padding-right: 0;
	display: flex;
	flex-flow: column;
}
.perfor-detail .detail-pt.pt-rt {
	width: 100%;
	order: -1;
	margin-bottom: 38px;
}
.perfor-detail .detail-pt.pt-lf .detail-sli {
	order: -1;
}
.perfor-detail .detail-img {
	height: 284px;
	padding: 0 0 1rem;
}
}
 @media (max-width:1280px) {
.quick_menu {
	left: auto;
}
.perfor-detail .detail-img {
	padding: 0px;
	margin-bottom: 1rem;
}
.perfor-detail .detail-img img {
	height: 100%;
	width: auto;
}
#quickmenu {
	display: none;
}
.quick_menu.mobile {
	margin: 2rem 0;
	display: flex;
	position: relative;
	align-items: center;
	margin-top: 0;
	right: auto;
	flex-flow: row;
	justify-content: center;
}
.quick_menu a {
	margin: 0 6px;
}
.quick_menu.mobile {
	margin-bottom: 38px;
	top: 0;
	transform: translateY(0);
}
}
.performances-detail-wrapper {
	position: fixed;
	left: 0px;
	bottom: -100%;
	z-index: 9999;

	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: rgba(0, 0, 0, 1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition-duration: 0.4s;
}
.performances-detail-wrapper.active {
	transition-duration: 0.4s;
	bottom: 0;
}
.performances-detail .detail-map {
	margin-bottom: 30px;
}
/*******************************************************
 */
/* schedule
 *******************************************************/
.schedule {

	padding-top: 180px;
}
.schedule .contents{	max-width: 1356px !important}
.schedule .sub-title {
	margin-bottom: 38px;
}
.schedule .slide-control {
	display: none;
}
.schedule .sub-title h1 {
	position: relative;
}
.schedule .sub-title h1 span {
	margin-left: 24px;
	font-size: 18px;
	vertical-align: middle;
	font-weight: 400;
	line-height: 140%
}
#schedule_sli>div {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}
.schedule-card .card-title {
	margin-bottom: 40px;
	padding: 27px 0;
	border-bottom: 1px solid #767676;
}
.schedule-card .card-title h1 {
	font-size: 36px;
	color: #fff;
	font-weight: 500;
}
.schedule-card .card-contents {
	margin-bottom: 10px;
	position: relative;
	padding: 0;
	width: 100%;
	height: auto;
	min-height: 56px;
	border: 1px solid rgba(46, 46, 46, 1);
	border-radius: 10px;
	transition: 0.3s;
	overflow: hidden;
	box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1), 2px 2px 2px 0 rgba(255, 255, 255, 0.1) inset;
}
.schedule-card .card-contents.event {
	background: #404040;
}
.schedule-card .card-contents.show {
	background: #272727;
}
.schedule-card .card-contents.opening {
	background: #EA5404;
}
.schedule-card .card-contents.closing {
	background: #00A0E9;
}
.schedule-card .card-contents ul {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 5px;
}
.schedule-card .card-contents ul li {
	width: 100%;
	display: flex;
	align-items: center;
}
.schedule-card .card-contents h4 {
	font-size: 0.82rem;
	color: #fff;
	font-weight: 600;
	margin-right: 0;
	margin-bottom: 5px;
	white-space: nowrap;
}
.schedule-card .card-contents h3 {
	font-size: 1rem;
	color: #fff;
	font-weight: 600;
	transition: 0.3s;
	line-height: 1.4;
	word-break: break-word;
}
.schedule-card .card-contents:hover {
	background: #767676;
}
.schedule-card .card-contents:hover h3 {
	text-decoration: underline;
}
.schedule-card .card-contents .category {
	font-size: 0.875rem;
	display: flex;
	align-items: center; padding-left:5px 
}
.schedule-card .card-contents .category span {
	width: 10px;
	height: 10px;
	margin-bottom: 0.025rem;
	display: inline-block;
	border-radius: 100px;
	margin-right: 4px;
}
.schedule-card .card-contents .dance {
	color: #00A0E9;
}
.schedule-card .card-contents .dance span {
	background: #00A0E9;
}
.schedule-card .card-contents .music {
	color: #9988FC;
}
.schedule-card .card-contents .music span {
	background: #9988FC;
}
.schedule-card .card-contents .combine-performing-arts {
	color: #00F10A;
}
.schedule-card .card-contents .combine-performing-arts span {
	background: #00F10A;
}
.schedule-card .card-contents .magic {
	color: #E7FB00;
}
.schedule-card .card-contents .magic span {
	background: #E7FB00;
}
.schedule-card .card-contents .mime {
	color: #00FBFB;
}
.schedule-card .card-contents .mime span {
	background: #00FBFB;
}
.schedule-card .card-contents .circus {
	color: #FF8787;
}
.schedule-card .card-contents .circus span {
	background: #FF8787;
}
.schedule-card .card-contents .theatre {
	color: #FF5900;
}
.schedule-card .card-contents .theatre span {
	background: #FF5900;
}
.schedule-card .card-contents .traditional {
	color: #FF00FF;
}
.schedule-card .card-contents .traditional span {
	background: #FF00FF;
}
.schedule-card .card-contents .bpam-night {
	color: #FFA800;
}
.schedule-card .card-contents .bpam-night span {
	background: #FFA800;
}
.schedule-card .card-contents .bpam-booth {
	color: #FFA800;
}
.schedule-card .card-contents .bpam-booth span {
	background: #FFA800;
}
.schedule-card .card-contents .bpam-seminar {
	color: #FFA800;
}
.schedule-card .card-contents .bpam-seminar span {
	background: #FFA800;
}
.schedule-card .card-contents .the-grand-opening {
	color: #272727;
}
.schedule-card .card-contents .the-grand-opening span {
	background: #272727;
}
.schedule-mo-btn {
	display: none !important;
}
.schedule .btn {
	font-weight: 500;
}
 @media(max-width:1300px) {
.schedule .sub-title h1 {
	width: 100%;
}
.schedule .slide-control {
	display: flex;
	position: absolute;
	right: 00px;
	top: -15px;
	z-index: 99;
}
.schedule .sub-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#schedule_sli>div {
	gap: 0;
	grid-template-columns: inherit;
	display: flex;
}
}
 @media(max-width:991px) {
.schedule-mo-btn {
	display: block !important;
}
.schedule-pc-btn {
	display: none !important;
}
.schedule {
	padding-top: 192px;
}
.schedule .sub-title h1 span {
	font-size: 16px;
	display: block;
	margin-left: 0px;
	margin-top: 12px;
}
}
/*******************************************************
 */
/* Reservation
 *******************************************************/

.form-info {
	width: 100%;
	/* max-width: 900px;*/
	margin-top: -100px;
	position: relative;
	z-index: 2;
}
.form-info h4 {
	font-size: 24px;
	color: #fff;
	padding-top: 30px
}
.form-info span {
	color: #fff;
	min-width: 30px;
	margin-right: 20px;
	margin-bottom: 10px;
	display: inline-flex;
	font-weight: 500;
}
.form-info p {
	font-size: 1rem;
	color: #bbb;
	line-height: 1.6;
	display: flex;
}
.form-info .form-sub-title {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	margin: 26px 0 14px;
}
.reservation-top-content .form-contents {
	margin-top: 64px;
}
.reservation-top-content .form-contents>p {
	margin-bottom: 24px;
}
.reservation-con.form-info h4 {
	margin-bottom: 64px;
}
.reservation-con .form-contents>p {
	margin-bottom: 24px;
}
.reservation-con.sub02 {
	padding-top: 65px;
}
.reservation-con {
}
.reservation-card {
	width: 100%;
	max-width: 724px;
	margin: 0 auto;
	background: #151515;
	/*padding:50px 6rem 60px;*/
	padding: 50px 150px 60px;
	border-radius: 10px;
}
.reservation-card .sub-title h4 {
	text-align: center;
	color: #fff;
}
.reservation-card .agreement-line {
	width: 100%;
	height: 4px;
	background: #202020;
	margin-top: 2rem;
}
.reservation-card .agreement-field {
	border: 1px solid #202020;
	padding: 11px 0px;
}
.reservation-card .submit-btn {
	margin-top: 40px;
}
.reservation-card hr {
	display: block;
	width: 100%;
	border-top: 4px solid #202020;
	margin: 18px 0px 18px;
}
 @media(max-width:1300px) {
.reservation-card {
	padding: 50px 3rem 60px;
}
}
 @media(max-width:768px) {

.reservation-card {
	padding: 50px 20px 60px;
}
.reservation .form-info h4 {
	margin-bottom: 44px;
}
.reservation-con .form-contents>p {
	margin-bottom: 30px;
}
.reservation-con .contents {
	padding: 0px;
}
}
.icon_file_upload {
	position: absolute;
	right: 5px;
	top: 3px;
}
.reservation-con .con-wrap:nth-child(even) {
	background: #161616;
}
.reservation-con .con-box {
	width: 100%;
	max-width: 1280px;
	margin: 0px auto;
	display: flex;
	padding: 60px 0px;
}
.reservation-con .con-box .con-left {
	width: 340px;
	margin-right: 40px;
	float: left;
	box-sizing: border-box;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.reservation-con .con-box .con-left.main_color {
	color: #EA5404;
}
.reservation-con .con-box .con-left ul {
	font-size: 14px;
	color: #767676;
	padding-left: 20px;
	margin-top: 15px;
}
.reservation-con .con-box .con-left ul li {
	list-style: disc;
	font-weight: 500;
	font-size: 14px;
}
.reservation-con .con-box .con-right {
	width: 900px;
	float: left;
	box-sizing: border-box;
}
.reservation-con .con-box .con-right .con-row {
	display: flex;
	margin-bottom: 14px;
}
.reservation-con .con-box .con-right .con-row .con-head {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	width: 160px;
	min-width: 160px;
	line-height: 26px;
	/*margin-bottom:15px;*/
	margin-right: 12px;
}
.reservation-con .con-box .con-right .con-row .con-content {
	color: #B8B8B8;
	font-size: 16px;
	line-height: 26px;
}
.reservation-con .con-box .con-right hr {
	display: block;
	border-top: 2px solid #272727;
	margin: 40px 0px 40px;
}
.reservation-con .con-box .con-left .submit-btn {
	width: auto;
	min-width: 120px;
	margin-top: 15px;
	height: 45px;
	padding: 10px 15px;
	line-height: 25px;
}
 @media(max-width:768px) {
.reservation-con .con-box {
	display: block;
	padding: 60px 20px 46px;
	overflow: hidden;
}
.reservation-con .con-box .con-left {
	width: 100%;
	margin-bottom: 60px;
}
.reservation-con .con-box .con-right {
	width: 100%;
}
.reservation-con .con-box .con-right .con-row {
	display: block;
}
.reservation-con .con-box .con-right .con-row .con-head {
	width: 100%;
}
.reservation-con .con-box .con-right .con-row .con-content {
	width: 100%;
}
.reservation-con .con-box .con-left .link-btn-wrap {
	float: right;
	margin-top: -20px;
}
}
/*******************************************************
*/
/* reservation-complete
 *******************************************************/
.reservation-complete .contents {
	text-align: center;
	padding-top: 10%;
}
.reservation-complete .check-circle {
	background: #151515;
	width: 110px;
	height: 110px;
	line-height: 110px;
	border-radius: 55px;
	margin: 0px auto;
	margin-bottom: 48px;
}
.reservation-complete .check-circle img {
	width: 56.41px;
}
.reservation-complete .tit {
	font-size: 24px;
	color: #D9D9D9;
	margin-bottom: 12px;
}
.reservation-complete .cont-white {
	font-size: 16px;
	color: #fff;
	margin-bottom: 12px;
}
.reservation-complete .cont {
	font-size: 13px;
	color: #767676;
}
 @media(max-width:768px) {
.reservation-complete .contents {
	text-align: center;
	padding-top: 30%;
}
}
/*******************************************************
*/
/* program
 *******************************************************/

.program-wrap li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.program-wrap li p {
	color: #FFF !important
}
.program-wrap li span {
	min-width: 88px;
	margin-bottom: 0;
	align-self: flex-start;
	color: #ea5404 !important
}
.program-con {
	width: 100%;
	margin: 0 auto;
	padding-top: 0;
	overflow: inherit;
}
.program-tab {
	display: flex;
	width: 100%;
	justify-content: space-between;
	gap: 5px;
	flex-wrap: nowrap;
	padding-bottom: 50px !important
}
.program-tab a {
	text-align: center;
	display: block;
	flex: 1 1 20%;
	width: 20%;
	margin-right: 0;
	text-decoration: none;
}
.program-tab a:last-child {
	margin-right: 0;
}
.program-tab span {
	background: #272727;
	position: relative;
	border: 1px solid #767676;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 5px 0;
	border-radius: 10px;
	height: 100%;
}
.program-tab a img {
	transition: 0.3s;
	width: 50px;
	display: block;
	margin: 0 auto;
}
.program-tab a img.off {
	display: block;
}
.program-tab a img.on {
	display: none;
}
.program-tab p {
	margin: 0 auto 0;
	font-size: 17px;
	color: #999;
	letter-spacing: -0.4px;
	text-align: center;
	width: 100%;
	display: block;
	transition: 0.3s;
}
.program-tab a.active span {
	background-color: #ea5404;
	border-color: #ce4800;
}
.program-tab a.active span img.off {
	display: none !important;
}
.program-tab a.active span img.on {
	display: block !important;
	filter: brightness(0) invert(1);
}
.program-tab a.active p {
	color: #fff !important;
}
.program-tab a:hover span {
	background-color: #ea5404;
	border-color: #ce4800;
}
.program-tab a:hover p {
	color: #fff !important;
}
.program-tab a:hover span img.off {
	display: none !important;
}
.program-tab a:hover span img.on {
	display: block !important;
	filter: brightness(0) invert(1);
}
.program-con .map-box {
	position: relative;
	width: 100%;
	height: 400px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
.program-con h4 {
	font-size: 30px;
	color: #fff;
	width: 100% !important;
	text-align: left;
	line-height: 34px;
}
.program-con .form-contents {
	margin-top: 65px;
}
.program-con .btn.submit-btn {
	margin: 64px auto 0;
}
.program-con.program-sub {
}
.program-con.program-sub h4 {
	font-size: 16px;
	margin-bottom: 12px;
}
.program-sub01 {
	margin-top: 66px;
}
.program-sub02 {
	margin-top: 54px;
}
 @media(max-width:776px) {
.program-con .map-box {
	height: 320px;
}
.program-con .form-title {
	flex-flow: column;
}
.program-con h4 {
	width: 100%;
	text-align: left;
	font-size: 24px;
}
.program-tab {
	width: 100%;
	margin-top: 44px;
}
.program-tab a {
	text-align: center;
	width: 20%;
}
.program-tab span {
	margin: 0 auto;
}
.program-con .form-contents {
	margin-top: 44px;
}
.program-sub01 {
	margin-top: 26px;
}
.program-sub02 {
	margin-top: 46px;
}
.program-wrap li {
	display: block;
	margin-bottom: 12px;
}
/* 모바일 글자 및 아이콘 크기 축소 */
.program-tab a img {
	width: 35px;
}
.program-tab p {
	font-size: 14px;
	margin: 0 auto 0;
}
}
 @media(max-width:510px) {
.program-tab {
	gap: 2px;
}
/* 510px 이하 더 작은 모바일용 */
.program-tab a img {
	width: 28px;
}
.program-tab p {
	font-size: 11px;
	margin: 0 auto 0;
}
}
/*******************************************************
 */
/* history
 *******************************************************/
.history {
	min-height: 100vh;
	background-image: url("../img/sub/subtop-history.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.history::before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
}
.history>div {
	position: relative;
	z-index: 1;
}
.history .sub-title {
	padding: 0 26px 26px;
	border-bottom: 1px solid #bbb;
}
.his-wrap {
	width: 100%;
	padding: 22px 26px 30px;
}
.his-pt.pt-lf {
	width: 70%;
	overflow: hidden;
	padding-right: 92px;
}
.his-pt.pt-rt {
	width: 30%;
}
#his-sli {
	position: relative;
	max-width: 240px;
	width: 100%;
	height: 100%;
}
.hero {
	display: flex;
	align-items: center;
 --border-radius: 12px;
 --transition-duration: 1000ms;
	position: relative;
	width: 100%;
	height: 426px;
}
.hero__fullsize {
	position: relative;
	width: 100%;
	max-width: 900px;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}
.hero .hero__fullsize .content__image {
	opacity: 1;
	filter: grayscale(0%) !important;
 brightness(60%);
}
.hero__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	filter: drop-shadow(0 5px 5px #0007);
	transition: top var(--transition-duration), left var(--transition-duration), width var(--transition-duration), height var(--transition-duration), border-radius var(--transition-duration), transform var(--transition-duration), opacity var(--transition-duration);
}
.hero__content--hidden {
	visibility: hidden;
	transition: none;
	transform: none;
	opacity: 1;
	z-index: 0;
}
.hero__content--bottom {
	opacity: 0;
	transform: scale(1.5);
	z-index: 1;
}
.hero__content--top {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	z-index: 2;
}
.hero__content--show-text::before {
	transform: translateX(0);
	transition: transform 300ms;
}
.hero__content--grow::before {
	transform: translateX(-100%);
	transition: none;
}
.hero__swiper {
	position: absolute;
	width: 70%;
	aspect-ratio: 2.5 / 1;
	right: 0;
	bottom: 0;
	padding: 15px 0;
	z-index: 1;
	user-select: none;
}
.hero .swiper {
 --swiper-navigation-size: 20px;
	visibility: hidden;
}
.hero .swiper.swiper-initialized {
	visibility: visible;
}
.hero .swiper-slide {
	display: flex;
}
.hero .slide-control {

	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
}
.content {
	display: flex;
	position: relative;
	width: 100%;
	filter: drop-shadow(0 5px 5px #0007);
	overflow: hidden;
	z-index: 0;
	border-radius: var(--border-radius, 0);
}
.content--hero {
	padding: 100px 50px 0;
	position: absolute;
	border-radius: 0;
}
.content {
	background: #000;
}
.content__image {
	opacity: 0.3;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
	transition: filter .7s ease;
	filter: grayscale(100%);
}
.his-pt.pt-rt {
}
.his-pt.pt-rt div {
	width: 100%;
	height: 100%;
}
.his-pt.pt-rt ul.text {
	width: 100%;
	height: 100%;
	flex-flow: column;
	display: flex;
	align-items: center;
	justify-content: center;
}
.his-pt.pt-rt ul.text li {
	margin-bottom: 10px;
	width: 100%;
	display: flex;
	align-items: center;
}
.his-pt.pt-rt ul.text li:last-child {
	margin-bottom: 0;
}
.his-pt.pt-rt ul.text li span {
	min-width: 100px;
	color: #fff;
	margin-right: 20px;
	align-self: flex-start;
}
.his-pt.pt-rt ul.text li p {
	font-size: 1rem;
	color: #bbb;
	line-height: 1.6;
}
.his-tab {
	border-top: 1px solid #bbb;
	padding: 2rem 26px;
}
.his-tab-lf ul {
	display: flex;
	align-items: center;
}
.his-tab-lf a {
	margin-right: 38px;
	font-size: 1.5rem;
	color: #bbb;
	text-decoration: underline;
}
.his-tab-lf a.active {
	color: #EA5404;
	pointer-events: none;
}
.his-tab-lf a:hover {
	color: #fff;
}
.his-tab-lf ul li:last-child a {
	margin-right: 0;
}
.his-tab-lf.mobile-tab {
	display: none;
}
.his-tab .his-tab-rt a {
	margin-top: 0;
	width: 162px;
	max-width: 162px;
	height: 48px;
	line-height: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.his-tab .his-tab-rt a:first-child {
	margin-right: 10px;
}
 @media(max-width:1400px) {
.his-pt.pt-lf {
	padding-right: 60px;
}
}
 @media(max-width:1400px) {
.his-pt.pt-lf {
	padding-right: 60px;
}
.history .sub-title {
	padding: 23px 0;
}
.his-pt.pt-lf {
	width: 100%;
	padding-right: 0;
}
.his-pt.pt-rt {
	width: 100%;
}
.his-wrap {
	padding: 44px 0;
	flex-flow: column;
}
#his-sli {
	right: 100%;
	position: absolute;
	z-index: -999;
}
.hero__fullsize {
	max-width: 100%;
}
.hero .slide-control {
	position: absolute;
	top: auto;
	right: auto;
	transform: translateX(-50%);
	z-index: 1;
	bottom: 0;
	left: 50%;
}
.his-tab {
	border-top: none;
	padding-top: 16px;
	justify-content: center !important;
}
.his-tab-lf.pc-tab {
	display: none;
}
.his-tab-lf.mobile-tab {
	display: flex;
}
.his-tab-lf.mobile-tab ul {
	width: 100%;
	padding-top: 33px;
	border-top: 1px solid #bbb;
	margin: 43px 0 93px;
	display: flex;
	align-items: center;
	overflow-x: scroll;
	overflow-y: hidden;
	-ms-overflow-style: none;
	/* Hidden Scrollbar IE and Edge */
	scrollbar-width: none;/* Hidden Scrollbar Firefox */
}
 .his-tab-lf.mobile-tab ul::-webkit-scrollbar {
 display: none;
/* Hidden Scrollbar Chrome, Safari, Opera*/
}
}
/****************************************************************************
    개인정보 처리방침
****************************************************************************/
.privacy {
	padding-bottom: 0px;
}
.privacy .sub-title h1 {
	color: #EA5404;
	font-size: 18px;
	margin-bottom: 14px;
}
.privacy .sub-title .top_date {
	color: #767676;
	font-size: 14px;
	line-height: 22.4px;
	margin-bottom: 3px;
	font-weight: 600;
}
.privacy .contents {
	max-width: 988px;
	margin-top: 60px;
}
.privacy .contents .terms-content {
	color: #B8B8B8;
	line-height: 26px;
}
.privacy .contents .terms-content b {
	color: #fff;
}
.privacy .icon_help_box {
	display: grid;
	grid-template-columns: 298px 298px 298px;
}
.privacy .icon_help_box .col_box {
	padding: 0px 3px;
	width: 298px;
}
.privacy .icon_help_box .item {
	padding: 20px 38px 38px;
	/*width:100%;*/
	width: 298px;
	height: 204px;
}
.privacy .icon_help_box .item:first-child {
	border-bottom: 1px solid #272727;

}
.privacy .icon_help_box .item img {
	width: 60px;
	height: 50px;
	margin-bottom: 16px;
}
.privacy .icon_help_box .item .ttl {
	font-size: 16px;
	color: #EA5404;
	font-weight: 600;
	line-height: 22.4px;
	letter-spacing: -2.5%;
	margin-bottom: 4px;
}
.privacy .icon_help_box .item .cont {
	font-size: 14px;
	color: #D8D8D8;
	line-height: 19.8px;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 40px;
}
.privacy .index_help_wrap {
}
.privacy .index_help_box {
	display: grid;
	grid-auto-columns: 298px;
	gap: 7px;
	overflow: hidden;
	grid-auto-flow: column;
}
.privacy .index_help_box .item {
	padding: 14px 38px;
	border: 1px solid #272727;
	border-radius: 20px;
	margin-bottom: 7px;
	width: 298px;
	height: 98px;
}
.privacy .index_help_box .item .ttl {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	line-height: 22.4px;
	letter-spacing: -2.5%;
}
.privacy .index_help_box .item .cont {
	font-size: 14px;
	color: #767676;
	line-height: 19.8px;
}
.privacy .index_help_box .item:hover {
	cursor: pointer;
	background-color: #151515;
}
.privacy .index_help_box .item:hover .cont {
	color: #fff;
}
.privacy .privacy_content {
	background: #151515;
}
.privacy .privacy_content .cont_box {
	padding-top: 60px;
}
.privacy .privacy_content .cont_box .item_box {
	margin-bottom: 60px;
}
.privacy .privacy_content .cont_box .item_box:last-child {
	margin-bottom: 40px;
}
.privacy .privacy_content .cont_box .item_box .ttl {
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
	color: #fff;
	margin-bottom: 0px;
	margin-bottom: 10px;
}
.privacy .privacy_content .cont_box .item_box .ttl img {
	width: 40px;
	height: 40px;
	margin-left: 3px;
	vertical-align: middle;
}
.privacy .privacy_content .cont_box .item_box .cont {
	font-size: 16px;
	line-height: 25.6px;
	color: #D8D8D8D8;
}
.privacy .privacy_content .cont_box .item_box .link_info {
	font-size: 16px;
	line-height: 25.6px;
	color: #D8D8D8D8;
	margin-top: 8px;
}
.privacy .privacy_content .cont_box .item_box .link_info a {
	color: #fff;
	text-decoration: underline;
	margin-left: 10px;
}
.privacy .privacy_content .cont_box .item_box .link_info img {
	vertical-align: middle;
}
.privacy .privacy_wiper1 {
	column-gap: 7px;
}
.privacy .slide-control {
	margin-top: -5px;
}
 @media(max-width:776px) {
.privacy .privacy_content .cont_box .item_box .ttl img {
	margin-left: 0px;
	margin-right: 8px;
	margin-bottom: 10px;
}
.privacy .slide-control {
	display: none;
}
.privacy .icon_help_box .item {
	width: 100%;
}
.privacy .index_help_box .item {
	width: 100%;
}
}
.privacy .btn_wrap {
	text-align: center;
	padding-bottom: 200px;
	margin-top: 0px;
}
.privacy .btn_wrap a {
	border: 1px solid #fff;
	font-size: 16px;
	border-radius: 100px;
	color: #fff;
	line-height: 50px;
	display: inline-block;
	height: 50px;
	width: 214px;
}
.privacy .btn_wrap a:hover {
	border-color: #FF7A00;
	color: #fff;
	background-color: #FF7A00;
}
.privacy_list {
}
.privacy_list .sub-title h1 {
	font-size: 30px;
	color: #fff;
}
.privacy_list .contents {
	max-width: 988px;
	margin-top: 60px;
}
.privacy_list .list_warp {
	margin-top: 40px;
}
.privacy_list .list_warp .item_row {
	display: grid;
	grid-template-columns: 70px 830px;
	column-gap: 8px;
}
.privacy_list .list_warp .item_row .item_col1 {
	color: #EA5404;
	font-size: 14px;
	font-weight: 800;
	height: 96px;
	border-bottom: 1px solid #B8B8B8;
	line-height: 96px;
	text-align: center;
}
.privacy_list .list_warp .item_row .item_col2 {
	height: 96px;
	border-bottom: 1px solid #B8B8B8;
	line-height: 96px;
}
.privacy_list .list_warp .item_row .item_col2 a {
	color: #B8B8B8;
	font-size: 18px;
	height: 96px;
	line-height: 96px;
	text-decoration: none;
}
.privacy_list .list_warp .item_row .item_col2 span {
	color: #767676;
	font-size: 14px;
	height: 96px;
	float: right;
}
.privacy_list .list_warp .item_row:first-child .item_col1 {
	border-top: 1px solid #B8B8B8;
}
.privacy_list .list_warp .item_row:first-child .item_col2 {
	border-top: 1px solid #B8B8B8;
}
.privacy_list .list_warp .item_row:hover .item_col2 a {
	color: #fff;
}
.privacy_list .list_warp .item_row:hover .item_col2 span {
	color: #fff;
}
.privacy_list .list_warp .item_row:hover .item_col2 {
	color: #fff;
}
 @media(max-width:776px) {
.privacy_list .list_warp .item_row {
	display: block;
	overflow: hidden;
	height: auto;
	padding: 12px 0px 20px;
	border-bottom: 1px solid #B8B8B8;
}
.privacy_list .list_warp .item_row:first-child {
	border-top: 1px solid #B8B8B8;
}
.privacy_list .list_warp .item_row .item_col1 {
	border-bottom: 0px;
	text-align: left;
	height: 22px;
	line-height: 22px;
	border-top: 0px;
}
.privacy_list .list_warp .item_row:first-child .item_col1 {
	border-top: 0px;
}
.privacy_list .list_warp .item_row .item_col2 {
	height: auto;
	border: 0px;
}
.privacy_list .list_warp .item_row:first-child .item_col2 {
	border-top: 0px;
	text-align: left;
}
.privacy_list .list_warp .item_row .item_col2 a {
	display: block;
	line-height: 26px;
	height: 26px;
}
.privacy_list .list_warp .item_row .item_col2 span {
	display: block;
	float: initial;
	line-height: 22px;
	height: 22px;
}
.privacy .privacy_content .cont_box .item_box {
	margin-bottom: 40px;
}
}
/****************************************************************************
    아이콘 처리
****************************************************************************/
.ico-calendar {
	background: url("../img/icon/calendar-ico.svg");
	background-repeat: no-repeat;
	background-position: center center;
}
.ico-location {
	background: url("../img/icon/location-ico.svg");
	background-repeat: no-repeat;
	background-position: center center;
}
.ico-folder {
	background: url("../img/icon/folder-ico.svg");
	background-repeat: no-repeat;
	background-position: center center;
}
.ico-comment {
	background: url("../img/icon/comment-ico.svg");
	background-repeat: no-repeat;
	background-position: center center;
}
/****************************************************************************
    공통요소
 ****************************************************************************/
.visible-xs {
	display: none;
}
 @media(max-width:510px) {
.visible-xs {
	display: inline;
}
}
.board_wrap .pagination li {
	width: auto !important;
}
.modal-overlay {
	display: none !important;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 1000;
}
/* 모달 창 공통 디자인 */
.modal-content {
	display: none !important;
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	background-color: #272727 !important;
	color: #fff;
	/* 글자색 변경 */
	width: 90%;
	max-width: 800px;
	/* PC 가로 길이를 고려한 너비 약간 축소 */
	padding: 30px;
	border-radius: 8px;
	z-index: 1001;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	margin: 0 !important;
	/* Flex / Grid 컨테이너 내부에서 발생할 수 있는 이상 현상 방지 */
	align-self: center;
}
/* 활성화 상태 (화면에 보이기) */
.modal-overlay.active, .modal-content.active {
	display: block !important;
}
/* 우측 상단 닫기 버튼 */
.modal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 24px;
	cursor: pointer;
	border: none;
	background: none;
	color: #ccc;
	/* 어두운 배경에 맞게 밝게 */
	line-height: 1;
	padding: 0;
}
.modal-close:hover {
	color: #fff;
}
/* 모달 내 제목 */
.modal-title {
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 22px;
	color: #fff;
	text-align: center;
}
.point_color {
	color: #ea5404 !important
}
 @media (min-width: 768px) {
.program-con .contents {
	max-width: 80% !important;
	width: 100%;
	margin: 0 auto;
}
}
 @media (max-width: 767px) {
	 .sign img { width:90px !important}
/* 모바일에서 모달 전체 너비 95% */
.modal-content {
	width: 90% !important;
	padding: 20px;/* 모바일에서는 여백을 약간 줄임 */
}
}

.sec-business {
	width: 100%;
	/* fullpage가 섹션 높이를 제어하므로 100vh 의존을 줄여 중앙에 떠보이는 현상 완화 */
	min-height: 0;
	height: 100%;
	background: url('/theme/skin03/img/main/sec05.png') no-repeat center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 50px 20px;
}
.sec-business .container {
	max-width: 1440px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
	height: 100%;
	min-height: 0;
}
/* 왼쪽 텍스트 */
.sec-business .sec-left {
	flex: 1;
	max-width: 480px;
	/* fullpage 이동 시 스크롤바/가로폭 변동으로 1024px 미디어쿼리 타이밍에
       margin-top이 0 <-> -80로 튀는 현상 완화 */
	margin-top: clamp(-80px, -6vw, -20px);
}
.sec-business .label-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 24px;
	letter-spacing: 0.5px;
}
.sec-business .label-wrap .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #00b4ff;
	border-radius: 50%;
}
.sec-business .sec-left .title {
	font-size: 80px;
	line-height: 1.2;
	word-break: keep-all;
	letter-spacing: -1px;
}
/* 오른쪽 카드 영역 */
.sec-business .sec-right {
	flex: 1.6;
	display: flex;
	gap: 24px;
	max-width: 900px;
	min-height: 0;
}
.sec-business .col {
	display: flex;
	flex-direction: column;
	gap: 24px;
	flex: 1;
}
.sec-business .col-right {
	margin-top: 60px;
}
/* 카드 스타일 */
.sec-business .card {
	background-color: rgba(0, 0, 0, 0.75);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 12px;
	padding: 50px;
	min-height: 360px;
	display: flex;
	flex-direction: column;
	position: relative;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: all 0.3s ease;
}
.sec-business .card:hover {
	/* AOS가 data-aos 요소에 inline transform을 걸어 hover transform을 무시하는 케이스 대응 */
	transform: translateY(-5px) !important;
	border-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}
.sec-business .card:hover h3 {
	color: #ea5404;
}
.sec-business .card h3 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: -0.5px;
	line-height: 1.3;
	transition: color 0.3s ease;
}
.sec-business .card p {
	font-size: 18px;
	color: #a8afbd;
	line-height: 1.6;
	word-break: keep-all;
	letter-spacing: -0.5px;
	padding-top: 50px
}
.sec-business .more-btn {
	margin-top: auto;
	font-size: 14px;
	color: #a8afbd;
	font-weight: 500;
	transition: color 0.3s ease;
}
.sec-business .card:hover .more-btn {
	color: #fff;
}
/* 카드 내 우측 하단 아이콘 */
.sec-business .card-icon {
	position: absolute;
	bottom: 50px;
	right: 50px;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	/* lucide 아이콘은 currentColor를 stroke로 사용하므로 기본값을 더 투명하게 */
	color: rgba(255, 255, 255, 0.22);
	transition: all 0.4s ease;
	pointer-events: none;
}
.sec-business .card-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}
.sec-business .card:hover .card-icon {
	color: rgba(234, 84, 4, 0.55);
	transform: scale(1.1);
}

/* 반응형 처리 */
@media screen and (max-width: 1024px) {
.sec-business .container {
	flex-direction: column;
	gap: 28px;
}
.sec-business .sec-left, .sec-business .sec-right {
	max-width: 100%;
	width: 100%;
}
.sec-business .sec-left {
	text-align: center;/* margin-top 값이 튀지 않도록 base(clamp)를 유지 */
}
.sec-business .sec-left .title {
	font-size: 56px;
}
.sec-business .label-wrap {
	justify-content: center;
}
.sec-business .col-right {
	margin-top: 0;
}
}
 @media screen and (max-width: 768px) {
.sec-business .sec-right {
	flex-direction: column;
}
.sec-business .sec-left .title {
	font-size: 40px;
}
.sec-business .col-right {
	margin-top: 0;
}
.sec-business .card {
	min-height: 0;
	flex: 1;
	padding: 22px 18px;
}
.sec-business .card h3 {
	font-size: 23px;
	margin-bottom: 12px;
}
.sec-business .card p {
	font-size: 15px;
	line-height: 1.35;
	padding-top: 16px;
}
.sec-business .card-icon {
	bottom: 18px;
	right: 18px;
	width: 56px;
	height: 56px;
}
}
/*******************************************************
*/
/* 부스맵
 *******************************************************/


  /* booth.php - 부스맵(좌 2/3) + 설명(우 1/3) */
#boothModule {
	width: 100%;
--booth-indent: clamp(8px, 1.8vw, 20px);
}
.booth-layout {
	display: flex;
	gap: 0;
	align-items: stretch;
}
.booth-map {
	flex: 0 0 66.6667%;
}
.booth-desc {
	flex: 0 0 33.3333%;
	padding-left: 24px;
	min-width: 0; /* Flex Item 내부 콘텐츠가 부모 너비를 강제로 줄이는 것을 방지 */
}
/* board 2px 회색 테두리 */
#boothModule {
	border: 1px solid #999;
	box-sizing: border-box;
	padding: 50px
}
.booth-map {
	padding-right: 0;
	min-width: 0; /* 동일한 오버플로우 방지 */
}
.map-canvas {
	border-radius: 0;
	box-sizing: border-box;
}
.booth-desc {
	box-sizing: border-box;
	min-width: 0;
	word-break: break-word; /* 전체 설명이 길 때도 강제 줄바꿈 방지 */
	overflow-wrap: break-word;
}
.booth-link-list {
	padding: 18px;
	box-sizing: border-box;
}
.booth-map-inner {
	display: flex;
	align-items: stretch;
	gap: clamp(8px, 1.3vw, 14px);
	min-width: 0;
}
.booth-side-image {
	flex: 0 0 clamp(44px, 6vw, 72px);
	position: relative;
}
.booth-side-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: fill;
}
/* 오른쪽 영역 글자색 */
#boothModule .booth-desc {
	color: #fff;
}
#boothModule .booth-desc .booth-desc-list {
	color: #fff;
}
#boothModule .booth-desc .booth-desc-list li {
	color: #fff;
}
.map-canvas {
	width: 100%;
	flex: 1 1 auto;
	min-width: 0;
	/* 높이가 모자라 늘어나지 않도록 가로 비율 고정 해제 (내용에 맞춤) */
	aspect-ratio: auto;
	position: relative;
	overflow: hidden;
	background: radial-gradient(circle at 50% 30%, rgba(255, 90, 0, 0.12), transparent 45%), #070707;
	padding: clamp(10px, 1.5vw, 20px) clamp(10px, 1.5vw, 20px);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: clamp(4px, 0.75vw, 8px);
}
/* D2 / D6 / PITCHING ZONE만 왼쪽으로 보이게 왼쪽 마진 효과) */
      
.map-canvas {
 --gap: clamp(6px, 0.9vw, 10px);
 --btn-w: calc((100% - 5 * var(--gap)) / 6);
}
.map-row {
	width: 100%;
	display: flex;
	align-items: center;
	gap: var(--gap);
}
/* 5개 버튼 + 1개 빈칸 구조 */
.row-top {
	justify-content: flex-start;
}
.top-gap {
	flex: 0 0 var(--btn-w);
	visibility: hidden;
}
/* 중앙 정렬: 4개 버튼 (B1~B4, C1~D1, D8~C6, B5~A8) */
.row-b, .row-c, .row-bottom-1, .row-bottom-2 {
	justify-content: center;
}
/* 오른쪽 정렬: 4개(D2~D5, D6~A7, 배경라운드, A9~A12) */
.row-d2, .row-d6, .row-bottom-3 {
	justify-content: flex-end;
}
.row-bottom-3 {
	margin-top: 1.5%;
}
.booth-tile {
	flex: 0 0 var(--btn-w);
	width: var(--btn-w);
	aspect-ratio: 4 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid rgba(255, 255, 255, 0.75);
	background: rgba(0, 0, 0, 0.55);
	color: rgba(255, 255, 255, 0.9);
	font-weight: 800;
	letter-spacing: 0.03em;
	font-size: clamp(10px, 1.6vw, 20px);
	box-sizing: border-box;
	user-select: none;
	padding: 0 6px;
}
.booth-tile.c-blue {
 --box-color: #2fa6ff;
	color: var(--box-color);
	text-shadow: 0 0 14px rgba(47, 166, 255, 0.55);
}
.booth-tile.c-orange {
 --box-color: #ff8a1a;
	color: var(--box-color);
	text-shadow: 0 0 14px rgba(255, 138, 26, 0.55);
}
.booth-tile.c-magenta {
 --box-color: #cc33ff;
	color: var(--box-color);
	text-shadow: 0 0 14px rgba(204, 51, 255, 0.55);
}
.booth-tile.c-green {
 --box-color: #1fd68a;
	color: var(--box-color);
	text-shadow: 0 0 14px rgba(31, 214, 138, 0.48);
}
.booth-tile.map-hotspot {
	cursor: pointer;
	appearance: none;
	border-color: rgba(255, 255, 255, 0.75);
	outline: none;
}
 .booth-tile.map-hotspot:hover,  .booth-tile.map-hotspot:focus-visible {
 border-color: var(--box-color, rgba(255, 255, 255, 0.85));
 box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.18), 0 0 20px rgba(255, 255, 255, 0.06);
 transform: translateZ(0);
}
.map-zone {
          /* 오른쪽 4개 버튼 너비는 정확히 일치 */
          width: calc(4 * var(--btn-w) + 3 * var(--gap));
	align-self: flex-end;
	border: 4px solid rgba(234, 84, 4, 0.95);
	background: rgba(0, 0, 0, 0.55);
	color: rgba(234, 84, 4, 0.95);
	font-weight: 900;
	letter-spacing: 0.12em;
	text-align: center;
	font-size: clamp(16px, 3.2vw, 34px);
	text-shadow: 0 0 18px rgba(234, 84, 4, 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 5.5 / 1;
	padding: 0 10px;
	box-sizing: border-box;
	user-select: none;
	margin-left: auto;
}
 @keyframes fadeInDesc {
 0% {
opacity: 0;
transform: translateY(4px);
}
 100% {
opacity: 1;
transform: translateY(0);
}
}
.group-title {
	margin: 0 0 14px 18px;
	font-size: 34px;
	font-weight: 800;
	word-break: keep-all; 
	word-break: break-word; /* keep-all 무시하고 부모 너치면 강제 줄바꿈 */
	overflow-wrap: break-word; /* 단어 강제 줄바꿈 */
	word-wrap: break-word;
	line-height: 1.3;
}
.group-title.is-hidden {
	display: none;
}
.group-title.is-active {
	animation: fadeInDesc 0.25s ease-out forwards;
}
.booth-desc-default {
	width: 100%;
	text-align: center;
	color: #d7d7d7;
	padding-top: 40%;
	line-height: 1.6;
}
.booth-desc-default h3 {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	margin: 0;
}
.booth-desc-default.is-hidden {
	display: none;
}
.booth-desc-default.is-active {
	animation: fadeInDesc 0.25s ease-out forwards;
}
.booth-desc-item {
	width: 100%;
}
.booth-desc-item.is-hidden {
	display: none;
}
.booth-desc-item.is-active {
	animation: fadeInDesc 0.25s ease-out forwards;
}
.booth-desc-list {
	margin: 0;
	padding-left: 18px;
}
.booth-desc-list li {
	line-height: 1.35;
	letter-spacing: -0.02em;
	padding-bottom: 12px;
}
.booth-desc-list h3 {
	font-size: 17px;
	margin: 0 0 6px 0;
	font-weight: 600;
	color: #fff;
}
.booth-desc-list h3 span {
	padding-right: 10px
}
.booth-desc-list p {
	color: #d7d7d7;
	font-size: 15px;
	margin: 0;
}
/* a1/a2 목록(아래로 들어가는 영역) */
.booth-link-list {
	margin: 30px 0 0;
	padding: 20px 24px;
	background-color: #4e4e4e;
	border-radius: 4px;
	list-style: none;
	display: flex;
	flex-wrap: wrap; /* 데스크탑: 가로 1줄로 넘어가 배치되도록 */
	gap: 12px 20px;
	justify-content: space-between;
	align-items: center;
}
.booth-link-list li {
	flex: 0 0 auto;
}
.booth-link {
	display: flex;
	align-items: center;
	color: inherit;
	text-decoration: none;
	gap: 8px;
	border-bottom: none;
	padding-bottom: 0;
}
.booth-link:hover,  .booth-link:focus {
	outline: none;
	opacity: 0.8;
}
.booth-link .box {
	display: inline-block;
	width: 8px;
	height: 18px;
}
/* 공통 색상 클래스 */
.bg-blue {
	background-color: #2fa6ff;
}
.bg-orange {
	background-color: #ff8a1a;
}
.bg-magenta {
	background-color: #cc33ff;
}
.bg-green {
	background-color: #1fd68a;
}
.c-blue {
	color: #2fa6ff;
}
.c-orange {
	color: #ff8a1a;
}
.c-magenta {
	color: #cc33ff;
}
.c-green {
	color: #1fd68a;
}
.booth-link .letter {
	font-weight: 800;
	margin-right: -2px;
}
.booth-link .title {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
}

/* --- 태블릿 중간크기 모니터 반응형(1400px 이하) --- */
@media (max-width: 1440px) {
	.booth-link-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 15px 20px;
	}
	.group-title {
		font-size: 30px; /* 폰트를 조금만 줄여 상단이 더 보이게 */
		word-break: break-all; /* 1440px 이하에서 확실한 줄바꿈 */
	}
}

/* --- 작은 모니터 & 태블릿 반응형(1200px 이하) --- */
@media (max-width: 1200px) {
	.booth-layout {
		flex-direction: column;
	}
	.booth-map {
		flex: 0 0 auto;
		width: 100%;
		padding-right: 0;
	}
	.booth-desc {
		flex: 0 0 auto;
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}
	.booth-link-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
	.group-title {
		font-size: 26px;
		margin-left: 0;
		word-break: keep-all;
		line-height: 1.3;
	}
	.booth-desc-default {
		padding-top: 10px;
	}
}


 @media (max-width: 776px) {
#boothModule {
	display: flex;
	flex-direction: column;
	padding: 10px !important;
}
.booth-layout {
	flex-direction: column;
	order: 2;
}
.booth-map {
	flex: 0 0 auto;
	width: 100%;
}
.booth-desc {
	flex: 0 0 auto;
	width: 100%;
	padding-left: 0;
	margin-top: 14px;
}
.booth-link-list {
	display: grid;
	grid-template-columns: 1fr; /* 모바일 세로 1개(또는 2개 선택) */
	gap: 10px 5px;
	order: 1; /* 왼쪽 설명보다 위로 */
	margin: 0 0 14px 0;
	padding: 10px;
	letter-spacing: -0.5px !important;
}
.booth-link .letter {
	font-size: 14px;
}
.booth-link .title {
	font-size: 11px;
}
.map-canvas {
	aspect-ratio: auto;
	padding-bottom: 16px;
}
.booth-desc-default {
	padding-top: 5% !important;
	padding-bottom: 20px;
}
.booth-desc-default h3 {
	font-size: 16px !important;
}
/* 모바일에서도 세로 배치 및 높이 맞춤 */
.booth-map-inner {
	flex-direction: row;
	align-items: stretch;
}
.booth-side-image {
	display: block;
	position: relative;
	flex: 0 0 auto;
	width: clamp(24px, 4vw, 36px);
}
.booth-side-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.group-title {
	margin-left: 0;
	font-size: 24px;
	margin-bottom: 10px;
}
.booth-tile {
	padding: 2px 4px;
	aspect-ratio: auto;
	min-height: 24px;
	font-size: 11px;
}
.map-zone {
	padding: 6px 8px;
	aspect-ratio: auto;
	min-height: 32px;
	font-size: 15px;
}
.row-d2,  .row-d6,  .map-zone {
	transform: none;
}
}
/*******************************************************
*/
/* 스케줄
 *******************************************************/
.schedule-wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.schedule-header {
	width: 100%;
}
.schedule-layout {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
	width: 100%;
}
.schedule-left {
	width: 30.333%;
	flex: 0 0 30.333%;
	max-width: 30.333%;
	min-width: 0;
}
.schedule-right {
	width: 69.667%;
	flex: 1 1 69.667%;
	min-width: 0;
	background: #3a3a3a;
	position: relative;
	min-height: 600px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 10px;
}
@media (min-width: 992px) {
.schedule-right {
	position: sticky;
	top: 120px;
	align-self: flex-start;
}
}
.schedule-download-wrap {
	width: 100%;
	margin-top: 60px;
}
.empty-detail {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 400;
	width: 100%;
	height: 100%;
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 24px;
	text-align: center;
	line-height: 1.6;
	opacity: 0.8;
	letter-spacing: -0.5px;
}
/* PC 전용: schedule-detail-view는 우측 패널 인라인 표시 */
@media (min-width: 992px) {
.performances-detail-wrapper.schedule-detail-view {
	position: relative !important;
	width: 100% !important;
	height: auto !important;
	overflow-y: visible !important;
	overflow-x: hidden !important;
	background: transparent !important;
	z-index: 10 !important;
	display: none !important;
	transform: none !important;
}
.performances-detail-wrapper.schedule-detail-view.active {
	display: block !important;
}
/* 2번 영역 모드에서 상세페이지 디자인이 어긋남 */
.performances-detail-wrapper.schedule-detail-view .performances-detail, .performances-detail-wrapper.schedule-detail-view .perfor-detail {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.performances-detail-wrapper.schedule-detail-view .detail-title {
	margin-top: 30px !important;
}
.performances-detail-wrapper.schedule-detail-view .detail-img {
	height: auto !important;
	padding: 0 !important;
	margin: 15px 0 25px !important;
}
.performances-detail-wrapper.schedule-detail-view .detail-title + p {
	padding: 10px 0 !important;
}
/* PC 화면에서 타이틀 밑에 모바일용 퀵메뉴 SNS, URL 등을 강제로 표시하여 가로 정렬 */
#schedule_detail_popup.performances-detail-wrapper.schedule-detail-view .quick_menu.mobile {
	display: flex !important;
	position: static !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	overflow-x: auto !important;
	gap: 12px !important;
	justify-content: center !important;
	margin-top: 25px !important;
	margin-bottom: 25px !important;
	margin-left: 0 !important;
	padding-bottom: 20px !important;
	border-bottom: 1px solid #444 !important;
	opacity: 1 !important;
	visibility: visible !important;
	width: 100% !important;
}
#schedule_detail_popup.performances-detail-wrapper.schedule-detail-view .quick_menu.mobile .quick_btn {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	background: transparent !important;
	padding: 0 !important;
	border: none !important;
	color: #999 !important;
	font-size: 0.85rem !important;
	text-decoration: none !important;
	min-width: 48px !important;
	transition: color 0.3s !important;
}
#schedule_detail_popup.performances-detail-wrapper.schedule-detail-view .quick_menu.mobile .quick_btn .ico {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 44px !important;
	height: 44px !important;
	border-radius: 50% !important;
	background: transparent !important;
	margin-bottom: 4px !important;
	transition: all 0.3s !important;
}
#schedule_detail_popup.performances-detail-wrapper.schedule-detail-view .quick_menu.mobile .quick_btn img {
	height: 22px !important;
	margin: 0 !important;
	filter: brightness(0.6) !important;
	transition: filter 0.3s !important;
}
#schedule_detail_popup.performances-detail-wrapper.schedule-detail-view .quick_menu.mobile .quick_btn:hover, #schedule_detail_popup.performances-detail-wrapper.schedule-detail-view .quick_menu.mobile .quick_btn:active {
	color: #fff !important;
}
#schedule_detail_popup.performances-detail-wrapper.schedule-detail-view .quick_menu.mobile .quick_btn:hover .ico, #schedule_detail_popup.performances-detail-wrapper.schedule-detail-view .quick_menu.mobile .quick_btn:active .ico {
	background: #EA5404 !important;
}
#schedule_detail_popup.performances-detail-wrapper.schedule-detail-view .quick_menu.mobile .quick_btn:hover img, #schedule_detail_popup.performances-detail-wrapper.schedule-detail-view .quick_menu.mobile .quick_btn:active img {
	filter: brightness(1) !important;
}
#schedule_detail_popup.performances-detail-wrapper.schedule-detail-view aside#quickmenu {
	display: none !important;
}
/* 좌우 분할(70%, 30%)을 상하 100% 구조로 변경해 세로 영역에서 보기 쉽게 수정 */
.performances-detail-wrapper.schedule-detail-view .detail-pt-wrap {
	display: block !important;
}
.performances-detail-wrapper.schedule-detail-view .detail-pt.pt-lf, .performances-detail-wrapper.schedule-detail-view .detail-pt.pt-rt {
	width: 100% !important;
	padding-right: 0 !important;
}
.performances-detail-wrapper.schedule-detail-view .detail-pt.pt-rt {
	padding-top: 20px !important;
}
/* PC에서 닫기 버튼 숨기기 */
.performances-detail-wrapper.schedule-detail-view .close_detail {
	display: none !important;
}
}
 @media (max-width: 991px) {
.schedule-layout {
	flex-wrap: wrap;
	gap: 0;
}
.schedule-left, .schedule-right {
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.schedule-right {
	min-height: 0;
	margin-top: 0;
}
.empty-detail {
	display: none !important;
	min-height: 0;
}
.schedule-download-wrap {
	margin-top: 40px;
}
/* 모바일: schedule-detail-view는 기본 performances-detail-wrapper 스타일 그대로 상속 */
}
/* 새로 추가: 달력형 UI 스타일(날짜 붙은 그룹형 버튼 설정) */
.schedule-date-tabs {
	display: flex;
	flex-wrap: nowrap; /* PC에서 무조건 한 줄(줄바꿈 방지) */
	gap: 0; /* 버튼 간격 없애고 붙임 */
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #444;
	overflow-x: auto; /* 넘치면 좌우 스크롤 허용 */
}
/* 탭 스크롤바 숨김 (팁) */
.schedule-date-tabs::-webkit-scrollbar {
display: none;
}
.schedule-date-tabs {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.schedule-date-tabs .date-tab-btn {
	flex: 1; /* 균등 분배 */
	white-space: nowrap; /* 글자 줄바꿈 억제 */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px; /* PC 간격을 10px로 조금 */
	padding: 10px 5px; /* 상하 줄 간격이 좁으면 패딩 조금 줄임 */
	background: #333;
	color: #999;
	border: 1px solid #000; /* 테두리 검정색 */
	border-radius: 0; /* 중간 항목은 라운드 제거해 붙임 */
	margin-left: -1px; /* 테두리가 겹치지 않게 1px 겹침 */
	margin-top: -1px; /* 모바일처럼 줄바꿈 시 상하 테두리 겹침 방지 */
	position: relative; /* 호버/활성 시 z-index 조정을 위해 */
	font-size: 1.05rem; /* 사이즈 조금 줄임 */
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s;
	outline: none;
}
/* 그룹 전체 라운드 3px 유지 (양쪽 모서리만 적용) */
.schedule-date-tabs .date-tab-btn:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.schedule-date-tabs .date-tab-btn:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.schedule-date-tabs .date-tab-btn.active, .schedule-date-tabs .date-tab-btn:hover {
	background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 100%);
	color: #EA5404;
	box-shadow: 0 4px 10px rgba(234, 84, 4, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.8);
	z-index: 1; /* 테두리가 왼쪽으로 덮고 겹치도록 */
}
.schedule-date-tabs .date-tab-btn .m-month {
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
}
.schedule-date-tabs .date-tab-btn .m-day {
	font-size: 24px;
	font-weight: 800;
	color: #fff; /* 조금 더 명확하게 보이도록 흰색 적용 */
	line-height: 1;
}
.schedule-date-tabs .date-tab-btn.active .m-day, .schedule-date-tabs .date-tab-btn:hover .m-day {
	color: #EA5404; /* 활성 상태에서도 오렌지 유지 */
}
.schedule-date-contents .date-content-panel {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;
}
.schedule-date-contents .date-content-panel .card-contents {
	width: 100%;
	min-width: 0;
	flex-grow: 0;
}
/* 긴 제목이나 상단이 박스 영역 밖으로 넘어가는 현상 방지 */
.schedule-date-contents .date-content-panel .card-contents h3,
.schedule-date-contents .date-content-panel .card-contents h4,
.schedule-date-contents .date-content-panel .card-contents p {
	word-break: break-word !important;
	overflow-wrap: break-word !important;
	white-space: normal !important;
}
@media (max-width: 768px) {
.schedule-date-contents .date-content-panel .card-contents {
	width: 100%;
	min-width: 0;
}
.schedule-date-tabs {
	flex-wrap: wrap; /* 모바일에서 여러 줄로 표시 */
	overflow-x: hidden; /* 가로 스크롤 제거 */
}
.schedule-date-tabs .date-tab-btn {
	padding: 8px 2px;
	flex: 0 0 calc(33.333% - 4px); /* 한 줄에 3개씩 (33.333% - gap) */
	text-align: center;
	display: flex;
	flex-direction: column; /* 텍스트 상하 배치 */
	align-items: center;
	justify-content: center;
	gap: 6px; /* 모바일 간간 */
	margin: 2px; /* 버튼 간 간격 */
}
.schedule-date-tabs .date-tab-btn .m-month {
	font-size: 11px; /* 글자 크기 원복 */
	line-height: 1;
}
.schedule-date-tabs .date-tab-btn .m-day {
	font-size: 18px; /* 글자 크기 원복 */
	font-weight: 700;
	line-height: 1;
}
}
.text-area>p {
	max-height: 310px;
	display: -webkit-box;
	word-wrap: break-word;
	overflow: hidden;
	-webkit-line-clamp: 12;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.text-area.overview>p {
	max-height: initial;
	display: block;
	word-wrap: initial;
	overflow: hidden;
	-webkit-line-clamp: initial;
	-webkit-box-orient: initial;
	text-overflow: initial;
}

/* detail_event.php 커스텀 스타일 */
.detail-event-custom .event-level-text {
	font-size: 1.5rem;
	color: #ff6100;
	font-weight: bold;
}
.detail-event-custom .event-content-stack {
	display: block !important;
}
.detail-event-custom .detail-pt.pt-lf, 
.detail-event-custom .detail-pt.pt-rt {
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-bottom: 30px;
}
.detail-event-custom .event-section-title {
	font-size: 1.5rem;
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #767676;
}
.event-section-title-tit{ color:#ff6100 !important; padding-top:20px !important}

.detail-event-custom .text-area > label + p {
	color: #ffffff !important;
}

.detail-event-custom .form-row .form-group--v2:first-child {
	border-top: none !important;
}

.detail-event-custom .text-area label.control-label {
	color: #ff6100 !important;
	font-weight: 500 !important;
	font-size: 15px !important;
	border-top: 1px solid #5d5d5d;
	padding-top: 15px;
	margin-bottom: 15px;
	display: flex;
	width: 100%;
}

.detail-event-custom .detail-pt.pt-rt {
	margin-bottom: 0 !important;
}

.horizontal-menu-container {
    width: 100%;
}


.horizontal-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    gap: 8px 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}


.menu-item {
    display: inline-block;
    padding: 6px 20px; 
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    letter-spacing: -0.5px;
}

.menu-item:hover,
.menu-item.active {
    background-color: #fff;
    color: #000;
}

.menu-item.official:hover,
.menu-item.official.active {
    background-color: #ea5404;
    border-color: #ea5404;
    color: #fff;
}

.menu-item.wave:hover,
.menu-item.wave.active {
    background-color: #0470ea;
    border-color: #0470ea;
    color: #fff;
}

/* category_btn.php 전용 스타일(다른 페이지 영향 방지) */
.category-nav-container .menu-item {
    white-space: nowrap; /* 글자 길어져도 한 줄로 유지 */
}
.category-nav-container .menu-item a {
    color: inherit;
    text-decoration: none;
}
.category-nav-container .menu-item:hover:not(.active) {
    color: #fff;
    background-color: transparent; /* 마우스 오버 시 색상 글자, 투명 배경 */
}
.category-nav-container .menu-item.active {
    color: #000;
    background-color: #fff; /* 활성화된 메뉴는 기본 스타일 배경, 검정 글자 유지 */
}

/* Program — About BPAM / 2026 BPAM Magazine */
.program-premium-wrap .overview-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px; margin-bottom:140px
}

.program-premium-wrap .overview-row .overview {
    margin-top: 0;
}

.program-premium-wrap .overview {
    margin-top: 100px;
    margin-bottom: 0;
    width: 50%;
}

.program-premium-wrap .overview img {
    display: block;
    width: 100%;
    height: auto;
}

.program-premium-wrap .overview-desc-wrap {
    padding: 60px 0 60px 48px;
    color: #fff;
    width: 50%;
    display: flex;
    flex-direction: column;
}

.program-premium-wrap .overview-desc-wrap--full {
    width: 100%;
    padding-bottom: 60px;
}

.program-premium-wrap .overview-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #f05505;
    margin: 0 0 24px;
    text-align: center;
    letter-spacing: -0.02em;
}

.program-premium-wrap .overview-desc {
    margin-bottom: 120px;
}

.program-premium-wrap .overview-title.info-section-title {
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: left;
}

.program-premium-wrap .overview-desc p {
    font-size: 1.125rem;
    font-weight: 400;
    color: #b8b8b8;
    line-height: 1.75;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
}

.program-premium-wrap .overview-desc p:last-child {
    margin-bottom: 0;
}

.program-premium-wrap .overview-info-magazine {
    margin-top: 0;
    padding: 0 0 24px;
    background: #111111;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    overflow: visible;
    --magazine-line-color: #333;
}

.program-premium-wrap .magazine-header {
    position: relative;
    margin-bottom: 0;
    padding: 28px 0 24px;
    background-color: transparent;
    border-bottom: 2px solid #ea5404;
    margin-left: 24px;
    margin-right: 24px;
    text-align: left;
    border-radius: 0;
}

.program-premium-wrap .magazine-tag {
    display: inline-block;
    margin-bottom: 12px;
    padding: 5px 14px;
    background: #ea5404;
    border: 1px solid #ea5404;
    border-radius: 100px;
    font-size: 0.72rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
}

.program-premium-wrap .magazine-title {
    margin: 0;
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    font-weight: 700;
    color: #fff;
    text-align: left;
    line-height: 1.35;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

.program-premium-wrap .magazine-body {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0 24px;
    padding: 0;
    border-bottom: none;
}

.program-premium-wrap .magazine-meta-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    min-width: 0;
    padding: 18px 0;
    border-bottom: none;
}
.program-premium-wrap .magazine-meta-item:last-child {
    border-bottom: none;
}

.program-premium-wrap .meta-label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    padding: 5px 12px;
    background: transparent;
    border: 1px solid #444;
    border-radius: 100px;
    margin-right: 20px;
    font-size: 0.72rem;
    font-weight: 600;
    color: #aaa;
    letter-spacing: 0.03em;
    white-space: nowrap;
    text-transform: none;
    text-align: center;
}

.program-premium-wrap .meta-value {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #e0e0e0;
    line-height: 1.5;
    letter-spacing: -0.02em;
    word-break: keep-all;
    flex: 1;
}

.program-premium-wrap .magazine-footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px 16px;
    margin: 0 24px;
    padding: 18px 0 0;
    margin-top: 50px;
    background: transparent;
    border-top: 1px solid #2a2a2a;
    border-radius: 0;
    position: relative;
}

.program-premium-wrap .magazine-footer::before {
    display: none;
}

.program-premium-wrap .footer-org {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
}

/* 주최·주관 라벨 — meta-label과 동일한 pill 박스 스타일 */
.program-premium-wrap .org-label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    padding: 5px 12px;
    background: transparent;
    border: 1px solid #444;
    border-radius: 100px;
    margin-right: 20px;
    font-size: 0.72rem;
    font-weight: 600;
    color: #aaa;
    letter-spacing: 0.03em;
    white-space: nowrap;
    text-align: center;
}

.program-premium-wrap .org-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #ccc;
    letter-spacing: -0.01em;
}

.program-premium-wrap .footer-divider {
    display: none;
}

@media (min-width: 992px) {
    /* PC: overview 높이 동일하게 */
    .program-premium-wrap .overview-row {
        align-items: stretch;
        gap: 30px;
    }
    .program-premium-wrap .overview {
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }
    .program-premium-wrap .overview img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        flex: 1;
    }
    .program-premium-wrap .overview-desc-wrap {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .program-premium-wrap .overview-info-magazine {
        flex: 1;
        display: flex;
        flex-direction: column;
        height: 100%;
    }
}

@media (max-width: 991px) {
    .program-premium-wrap .overview-row {
        flex-direction: column;
        gap: 0;
        margin-bottom: 80px;
    }
    .program-premium-wrap .overview-row .overview,
    .program-premium-wrap .overview-row .overview-desc-wrap {
        width: 100%;
    }
    .program-premium-wrap .overview {
        margin-top: 0;
    }
    .program-premium-wrap .overview img {
        height: auto;
    }
    .program-premium-wrap .overview-desc-wrap {
        padding: 24px 0 0;
    }
    .program-premium-wrap .overview-title {
        font-size: 1.75rem;
        color: #f05505;
        text-align: center;
    }
    .program-premium-wrap .overview-desc p {
        font-size: 1.05rem;
    }
    .program-premium-wrap .overview-desc {
        margin-bottom: 80px;
    }
    .program-premium-wrap .overview-title.info-section-title {
        margin-top: 0;
    }
    .program-premium-wrap .magazine-footer {
        justify-content: flex-start;
    }
    .program-premium-wrap .magazine-footer::before {
        display: none;
    }
    .program-premium-wrap .magazine-meta-item {
        width: 100%;
        flex: none;
    }
    .program-premium-wrap .meta-value {
        font-size: 0.9rem;
        word-break: keep-all;
    }
}

@media (max-width: 576px) {
    .program-premium-wrap .magazine-header {
        margin-left: 16px;
        margin-right: 16px;
        padding: 20px 0 18px;
    }
    .program-premium-wrap .magazine-body {
        margin: 0 16px;
    }
    .program-premium-wrap .magazine-footer {
        margin: 0 16px;
        padding: 16px 0 0;
    }
    .program-premium-wrap .magazine-title {
        font-size: 1.2rem;
    }
    .program-premium-wrap .meta-value {
        font-size: 0.88rem;
    }
    .program-premium-wrap .meta-label {
        width: 80px;
        min-width: 80px;
        font-size: 0.68rem;
    }
}
/* Premium Sticky Sidebar Layout */
.program-premium-wrap {
    color: #fff;
    padding-bottom: 120px;
}

.premium-section {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #333;
}
.premium-section:first-child {
    margin-top: 100px;
}
.premium-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Sidebar (Sticky) */
.premium-sticky-sidebar {
    width: 25%;
    position: sticky;
    top: 120px;
}
.premium-group-title {
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
    transition: color 0.3s ease;
}
.premium-group-desc {
    font-size: 1.1rem;
    color: #888;
    margin: 0;
}

.bpam-theme .premium-group-title {
    color: #ea5404;
}
.streetb-theme .premium-group-title {
    color: #00c853;
}


/* Content Area */
.premium-content-area {
    width: 75%;
}

.premium-sub-group {
    margin-bottom: 60px;
}
.premium-sub-group:last-child {
    margin-bottom: 0;
}

.premium-sub-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 1;
    display: flex;
    align-items: baseline;
    gap: 15px;
}
.premium-sub-title span {
    font-size: 1rem;
    color: #666;
    font-weight: 400;
    letter-spacing: 1px;
}

/* Premium List -> Compact Stacked Rows */
.premium-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-top: none;
}

.premium-item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 0;
    border-radius: 12px;
    background: #151515;
    border: 1px solid transparent;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.bpam-theme .premium-item:hover {
    border-color: #ea5404;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(234, 84, 4, 0.1);
}
.streetb-theme .premium-item:hover {
    border-color: #00c853;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 200, 83, 0.1);
}

.pi-title-block, .pi-content-block {
    position: relative;
    z-index: 1;
}

.pi-title-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 30px;
    width: 320px;
    flex-shrink: 0;
    transition: all 0.3s;
}
.bpam-theme .pi-title-block {
    background-color: #ea5404;
}
.streetb-theme .pi-title-block {
    background-color: #00c853;
}

.premium-item-num {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Inter', sans-serif;
    transition: color 0.3s;
    margin-bottom: 5px;
}
.pi-title {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    margin: 0;
    transition: color 0.3s;
    line-height: 1.2;
}

.bpam-theme .premium-item:hover .pi-title,
.streetb-theme .premium-item:hover .pi-title,
.bpam-theme .premium-item:hover .premium-item-num,
.streetb-theme .premium-item:hover .premium-item-num {
    color: #fff;
}

.pi-content-block {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 25px;
}

.pi-desc {
    font-size: 1.05rem;
    color: #bbb;
    line-height: 1.5;
    width: 100%;
}

.pi-sublist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.pi-sublist li {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
    background: transparent;
    padding: 5px 0;
    border-radius: 0;
    border-left: none;
    transition: all 0.3s;
}
.bpam-theme .premium-item:hover .pi-sublist li,
.streetb-theme .premium-item:hover .pi-sublist li {
    background: transparent;
    border: none;
}

.pi-sublist li strong {
    font-size: 0.85rem;
    color: #fff;
    font-weight: 700;
    background: #333;
    padding: 6px 10px;
    border-radius: 30px;
    white-space: nowrap;
    transition: all 0.3s;
    width: 130px;
    text-align: center;
    flex-shrink: 0;
    display: inline-block;
}
.bpam-theme .premium-item:hover .pi-sublist li strong {
    background: #ea5404;
}
.streetb-theme .premium-item:hover .pi-sublist li strong {
    background: #00c853;
}

.pi-sublist li span {
    font-size: 0.95rem;
    color: #aaa;
    line-height: 1.4;
    padding-top: 3px;
}

/* Responsive */
@media (max-width: 1199px) {
    .premium-group-title { font-size: 2.8rem; }
    .premium-sticky-sidebar { width: 30%; }
    .premium-content-area { width: 70%; }
}

@media (max-width: 991px) {
    .premium-section {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    .premium-sticky-sidebar {
        width: 100%;
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }
    .premium-content-area {
        width: 100%;
    }
    .premium-group-title { font-size: 2.5rem; }
    
    .premium-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .pi-title-block {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        align-items: baseline;
        gap: 15px;
        padding: 15px 20px;
    }
    .premium-item-num {
        margin-bottom: 0;
        width: auto;
        font-size: 1.2rem;
    }
    .pi-title {
        font-size: 1.25rem;
    }
    .pi-content-block {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .pi-header, .pi-desc, .pi-sublist {
        width: 100%;
    }
    .pi-sublist {
        flex-direction: column;
    }
    
    /* 모바일에서는 호버 상태를 기본으로 보여줌 */
    .bpam-theme .premium-item {
        border-color: #ea5404;
        box-shadow: 0 5px 15px rgba(234, 84, 4, 0.1);
    }
    .streetb-theme .premium-item {
        border-color: #00c853;
        box-shadow: 0 5px 15px rgba(0, 200, 83, 0.1);
    }
    .bpam-theme .networking-item {
        border: 1px solid #eac704 !important;
        box-shadow: 0 5px 15px rgba(234, 199, 4, 0.1);
    }

    .bpam-theme .premium-item:hover,
    .streetb-theme .premium-item:hover,
    .bpam-theme .networking-item:hover {
        transform: none !important;
    }

    .bpam-theme .networking-item:hover {
        border: 1px solid #eac704 !important;
        box-shadow: 0 5px 15px rgba(234, 199, 4, 0.1);
    }

    .bpam-theme .networking-item:hover .pi-sublist li strong {
        background-color: #eac704 !important;
    }
}


/* Quick Menu Styles */
.section-spacer {
    height: 80px;
}

.bpam-quick-menu {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    background-color: #111;
    border: 1px solid #333;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.quick-menu-title {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    padding: 15px 0 10px;
    line-height: 1.2;
    border-bottom: 1px solid #333;
    letter-spacing: 1px;
    background-color: #ea5404;
}

.bpam-quick-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.bpam-quick-menu li {
    border-bottom: 1px solid #333;
}

.bpam-quick-menu li:last-child {
    border-bottom: none;
}

.bpam-quick-menu .quick-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-align: center;
    word-break: keep-all;
    gap: 8px;
}

.bpam-quick-menu .quick-item i {
    font-size: 24px;
}

.bpam-quick-menu .quick-item:hover {
    background-color: #ea5404;
    color: #fff;
}

.bpam-quick-menu .quick-top-btn {
    background-color: #222;
}

.bpam-quick-menu .quick-top-btn i {
    font-size: 18px;
}

/* Mobile Quick Menu */
@media (max-width: 991px) {
    .bpam-quick-menu {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        transform: none;
        width: 100%;
        border-radius: 0;
        border: none;
        border-top: 1px solid #333;
    }
    
    .quick-menu-title {
        display: none;
    }

    .bpam-quick-menu ul {
        flex-direction: row;
        width: 100%;
    }
    
    .bpam-quick-menu li {
        flex: 1;
        border-bottom: none;
        border-right: 1px solid #333;
    }
    
    .bpam-quick-menu li:last-child {
        border-right: none;
    }
    
    .bpam-quick-menu .quick-item {
        width: 100%;
        height: 50px;
        flex-direction: row;
    }
    
    .bpam-quick-menu .quick-item i {
        font-size: 18px;
    }
    
    .bpam-quick-menu .quick-top-li {
        display: none;
    }
}
.sign { display:inline-block}
.sign img { width:140px}
/* BPAM Connect — PC: 타이틀만 노란 배경, 호버 시 테두리+라운드박스 / 모바일: 항상 노란 테두리 */
.bpam-theme .networking-item .pi-title-block {
    background-color: #eac704 !important;
}

@media (min-width: 992px) {
    .bpam-theme .networking-item {
        border-color: transparent;
    }

    .bpam-theme .networking-item:hover {
        border-color: #eac704 !important;
        transform: translateY(-3px);
        box-shadow: none;
    }

    .bpam-theme .networking-item:hover .pi-sublist li strong {
        background-color: #eac704 !important;
    }
}

/* =====================================================
   card-contents 2단 레이아웃 (이미지 디자인 반영)
   좌: 시간+카테고리 | 구분선 | 우: 타이틀
   ===================================================== */
.schedule-card .card-contents .card-inner {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	width: 100%;
	min-height: 56px;
}

/* 좌측: 시간 + 카테고리 */
.schedule-card .card-contents .card-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 5px 14px;
	width: 150px;
	min-width: 150px;
	max-width: 150px;
	flex-shrink: 0;
	border-right: 1px solid rgba(255,255,255,0.2);
	margin: 6px 0;
	gap: 4px; letter-spacing:-1px
}

/* 시간 pill 박스 */
.schedule-card .card-contents .card-left h4 {
	background: rgba(255,255,255,0.15);
	border-radius: 30px;
	padding: 3px 10px;
	display: block;
	white-space: nowrap;
	font-size: 0.83rem;
	width: fit-content;
}

/* 우측: 타이틀 */
.schedule-card .card-contents .card-right {
	display: flex;
	align-items: center;
	padding: 10px 16px;
	flex: 1;
	min-width: 0; letter-spacing:-1px

}

.schedule-card .card-contents .card-right h3 {
	margin: 0;
}

/* 모바일: 세로 배치로 전환 */
@media (max-width: 480px) {
	.schedule-card .card-contents .card-inner {
		flex-direction: column;
	}
	.schedule-card .card-contents .card-left {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,0.15);
		padding: 12px 16px 8px;
		flex-direction: row;
		align-items: center;
		gap: 10px;
	}
	.schedule-card .card-contents .card-right {
		padding: 8px 16px 12px;
	}
}