﻿main {
	width: 100% !important;
	max-width: 100% !important;
	margin-bottom: 0;
}
.main-content {
	padding : 0 !important
}

.main-content .container {
  max-width: 1440px;
  margin: 0 auto;

}

/* main-section */
.main-section-0.main-section-1.main-section-2.main-section-3 {
  margin-bottom: 24px;
}

.inner-slider {overflow:hidden}
.inner-slider div {width: 100%; text-align:center; height:100%; display:flex !important; align-items:center; justify-content:center}
.inner-slider div img {min-width:100%; height:100%}

#main-slide {
	position:relative;
	max-width: 2545px;
	margin: 0 auto
}

.main-banner {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    overflow: hidden;
    aspect-ratio:1360 / 591.6
}

/* Carousel */
#banner-carousel {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;  
    height: 80%;
}

.banner-carousel #carouselExampleAutoplaying .carousel-inner,
.banner-carousel #carouselExampleAutoplaying .carousel-item,
.banner-carousel #carouselExampleAutoplaying img {
  height: 100%;
  object-fit: cover;
}

#carouselExampleAutoplaying {
  width: 100%;
  max-width: 100%;
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  overflow: hidden;
}
.banner-item {
	width:100%;
	aspect-ratio: 1920 / 600; /* 또는 2.4 / 1 */
  	overflow: hidden;
	min-height:188px;
}
.banner-item img {
  width: 100%;
  object-fit: cover;
	min-height:188px;
}

.slide-controll {
	position: absolute;
	top:40px;
	right: 40px;
	display: flex;
	align-items: center;
	z-index:99
}

.slide-controll .banner-dots .slick-dots li {
	margin : 0 6px;
	width:40px;
	height:40px;
}
.slide-controll .banner-dots .slick-dots {
	position:relative;
	bottom:0;
}
.slide-controll .banner-dots .slick-dots li button {
	width:100%;
	height:100%;
}

.slide-controll .banner-dots .slick-dots li button:before {
	font-size: 0;
	opacity:1;
	display:block;
	width:40px;
	height:40px;
	background : url('../images/empty-star.png') center center no-repeat;
	background-size: cover;
}

.slide-controll .banner-dots .slick-dots li.slick-active button:before {
	background : url('../images/star_active.svg') center center no-repeat;
	background-size: cover;
}
.slide-controll .banner-play {
	display:flex;
	align-items: center;
	margin-left:20px
}
#pauseBtn, #playBtn {
	width:40px;
	height:40px;
	background: #D9D9D9;
	color:#000;
	line-height:40px;
	display:none;
	font-size:0;
	border:0;
}
#pauseBtn {
	background: url('../images/btn_stop.svg') center center transparent;
	background-size: cover;
}
#playBtn {
	background: url('../images/icon-play.svg') center center transparent;
	background-size: cover;
}
#pauseBtn.active, #playBtn.active {
	display:block;
}

.main-circle-wrap {
	position: relative;
    transform: translateY(-5rem);
    margin: 0 auto;
    margin-bottom: -5rem;
}
.main-circle-box {
	display: flex;
	width:100%;
	justify-content: space-between;
	align-items:center;
	margin : 0 auto;
	padding: 0;
}
.main-circle-box .circle-item {
	border-radius:50%;
	width:16rem;
	height:16rem;
	display: flex;
	flex-direction : column;
	justify-content : center;
	align-items: center;
	gap:15px;
	color: #fff;
	border:10px solid #fff;
	box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}
.main-circle-box .circle-item span {
	font-size: 30px;
	font-weight: 700;
}
.main-circle-box .circle-item button {
	border-radius:50px;
	border :2px solid #fff;
	background: transparent;
	color:#fff;
	padding: 8px 30px;
	
}
.main-circle-box .circle-item.circle1 {
	background: #ED85A8;
}
.main-circle-box .circle-item.circle2 {
	background: #FAC82B;
}
.main-circle-box .circle-item.circle3 {
	background: #01A5CB;
}
.main-circle-box .circle-item.circle4 {
	background: #312B6B;
}


.about-wrap {
	padding: 50px 0 30px;
}

.round-border-box-wrap {
	padding: 30px 0 ;
	display: flex;
	justify-content: space-between;
	align-content: center;
	gap:24px
}
.round-border-box {
	border-radius: 25px;
	flex:1;
	overflow:hidden;
	box-shadow: 0 2px 6px rgba(0,0,0,0.25)
}

.round-border-box.blue {
	background:#F5F9FF;
}

.round-border-box.blue .box-top {
	background:#0A6BF0;
	color:#fff;
	font-size: 32px;
	font-weight:700;
	padding: 10px;
}

.round-border-box.blue .box-body {
	padding: 24px 40px;
	font-size: 24px;
	text-align: left;
	gap:26px
}

.round-border-box.blue .box-body > * {
	width:100%;
	justify-content: flex-start;
}

.round-border-box.blue .time-info span, .round-border-box.blue .day-info span {
	font-weight: 500;
	color:#181412
}

.round-border-box.blue .time-info span:first-child, .round-border-box.blue .day-info span:first-child{
	margin-right: 24px
}

.round-border-box.blue .time-info span:last-child {
	color:#0A6BF0;
	font-size: 36px;
	font-weight:800
}

.round-border-box.grey {
	background:#fff;
}

.round-border-box.grey .box-top {
	background:#E9EEF5;
	color:#181412;
	font-size: 32px;
	font-weight:700;
	padding: 10px;
}

.round-border-box.grey .box-body {
	padding: 24px 40px;
	font-size: 24px;
	gap:10px
}

.round-border-box.grey .loca-info p, .round-border-box.grey .loca-info div {
	font-size: 20px;
	margin-bottom:0;
	font-weight:500
}

.round-border-box.grey .loca-info div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content : center;
}

.round-border-box.grey .loca-info div span:last-child {
	font-size: 18px;
	color:#7B7B7B
}

.round-border-box > * {
	flex: 1;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.rounded-border-btn {
	border-radius: 50px;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    padding: 8px 30px;
    width: 150px;
    display: block;
    margin: 24px auto 0;
    font-size: 18px;
    font-weight:500;
}

@media (max-width: 1440px) {
	main .container {padding: 0 20px;}
	.main-circle-box {padding: 0; justify-content: space-around;}
	#main-slide {padding: 0 20px}
	
}

@media (max-width: 1199px) {
	#main-slide {padding: 0 !important}
	.slide-controll {position: static;justify-content: flex-end; margin-bottom: 30px}
	.main-circle-wrap {transform: none; margin-bottom:0}
	.main-circle-box .circle-item {width: 13rem; height: 13rem;}
	.main-circle-box .circle-item span {font-size:24px;}
	
	.round-border-box p {font-size: 20px;}
	
}

@media (max-width: 991px) {
	main {padding: 0 !important;}
	
	.slide-controll {bottom : 10px; right:15px;}
	#pauseBtn.active, #playBtn.active {width:30px; height:30px}
	.slide-controll  .slide-controll .banner-dots .slick-dots li {margin: 0 5px;}
	.main-circle-box .circle-item {width: 10rem; height: 10rem;}
	.main-circle-box .circle-item button {padding: 8px 16px;}
	
	.round-border-box-wrap {flex-direction:column;}
	.round-border-box.blue .box-top, .round-border-box.grey .box-top {font-size: 28px}
	.round-border-box.blue .time-info span:last-child {font-size:30px}
	.round-border-box.blue .box-body {font-size: 20px;}
	.round-border-box.grey .loca-info p, .round-border-box.grey .loca-info div {font-size: 18px;}
	.round-border-box.grey .loca-info div span:last-child {font-size :16px}
	
	.round-border-box ul {padding: 0}
	.round-border-box {padding-left:0; padding-right:0}
	.round-border-box .about-title {font-size :20px}
	.round-border-box p {font-size: 20px;}
	.rounded-border-btn {padding: 8px 16px; font-size: 16px;}
	
	
}

@media (max-width: 779px) {
	main {padding: 0 !important;}
	.main-circle-box {flex-wrap: wrap; gap: 20px; justify-content: center}
	.main-circle-box .circle-item {width: 37vw; height: 37vw; border-width:5px}
	
	.round-border-box .about-title {margin-bottom:0;font-size: 16px; flex-direction: column;justify-content: center;align-items: center;}
	.round-border-box .about-title img {max-width:30px; display:block;}
	.round-border-box .about-time li { font-size: 12px; display:flex;word-break: break-word}
	.round-border-box .about-time li span.mo-hidden {display:none}
	.round-border-box p:first-child , .round-border-box p{word-break: break-word;}
	.rounded-border-btn {width: 81px;  height:27px; line-height:27px; padding: 0; font-size: 12px;}
	.round-border-box br {display:block !important}
	.round-border-box.blue .box-top, .round-border-box.grey .box-top {font-size: 22px}
	.round-border-box.blue .time-info span:last-child {font-size:24px}
	.round-border-box.blue .box-body {font-size: 18px;}
	.round-border-box.grey .loca-info p, .round-border-box.grey .loca-info div {font-size: 16px;}
	.round-border-box.grey .loca-info div span:last-child {font-size :14px}
	.round-border-box.blue .box-body, .round-border-box.grey .box-body {padding: 24px 20px}
	.round-border-box.blue .box-body {gap:10px}
	
	.slide-controll {position:absolute; top:auto; bottom : -10px; right:15px;}
	#pauseBtn.active, #playBtn.active {width:30px; height:30px}
	.slide-controll  .slide-controll .banner-dots .slick-dots li {margin: 0 5px;}
	.main-circle-wrap {padding: 0; margin-bottom:0px}
	.main-circle-box .circle-item span {font-size:16px;}
	.main-circle-box .circle-item button {padding: 8px 10px; font-size: 14px}
	
	.round-border-box p, .round-border-box p b {font-size: 12px;}
	.round-border-box p:first-child, .round-border-box p {font-size: 12px;}
	
	.slide-controll .banner-play {margin-left: 0}
	.slide-controll .banner-dots .slick-dots li {margin : 0 4px}
		
}

@media (max-width: 480px) {
	.slick-dotted.slick-slider {margin:0}
	.slide-controll .banner-dots .slick-dots li, .slide-controll .banner-dots .slick-dots li button:before {width:25px; height:25px;}
	
}

@media (max-width: 389px) {
	.main-circle-box .circle-item {width: 35vw; height: 35vw;} 
	.about-wrap {padding: 30px 0}
	
	.round-border-box {flex-direction: column;}
	.round-border-box .about-day {padding: 30px 0 }
	.round-border-box .about-title {font-size: 18px;} 
	.round-border-box >  *:after {display:none}
	.round-border-box .about-day:before {display:block; content: ''; position: absolute; top: 5px; right:5%;width: 90%; height: 1px; background-image: repeating-linear-gradient(to left, black, black 6px, transparent 12px); margin : 0 auto;}
	.round-border-box .about-day:after {display:block; content: ''; position: absolute; bottom: 0; top:calc(100% - 30px);right:5%;width: 90%; height: 1px; background-image: repeating-linear-gradient(to left, black, black 6px, transparent 12px); margin : 0 auto;}
	.round-border-box p, .round-border-box p b {font-size: 16px;}
	.round-border-box p:first-child, .round-border-box p {font-size: 16px;}
	.round-border-box .about-time li {word-break: break-word; font-size: 16px;}
}

/* main-section-1 */
.main-section-1 {
  position: relative;
  padding: 2rem 1rem;
  background: #FAC82B;
}

.tables-wrap {
	position:relative;
	display : flex;
	flex-wrap : wrap;
	gap:40px;
	width:100%;
}

.tables-wrap > * {
	flex: 1;
	width:48%;
	
}

.table-content {
	padding: 42px 35px 20px;
	width: 100%;
	min-height: 500px;
}

.quick-left-table .table-content {
	background: url('../images/main-table-bg.svg') 0% 10%;
	background-color:#fff;
	border:1px solid #000;
	border-radius: 20px;
	background-repeat: repeat-y;
  	background-size: 30px 140px;
}

.quick-buttons {
  max-width: 1360px;
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 56px 0px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.quick-left,
.quick-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  width:100%
}

.quick-left-bg {
  position: relative;
  z-index: 1;
  overflow: visible;
  width: 50%;
  max-width: 668px;
  border: 1.5px solid black;
  border-radius: 15px;
  background-color: white;
  background-size: cover;
}

.quick-left-bg::before {
  content: "";
  position: absolute;
  left: -32.905px;
  top: -25px;
  width: 165.904px;
  height: 98.75px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}


.quick-left {
  position: relative;
  z-index: 1;
}

.quick-left-table {
  padding: 29px 0px 36px ;
  text-align: center;
  position: relative;
}

.quick-left-title {
  position: relative;
  padding-bottom: 0;
  font-size: 30px;
}


.table-row-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  margin: 2px 0;
}

.table-row-flex > * {
	font-weight:500;
	color:#000;
	font-size: 18px;
}

.quick-left-table .notice-title-banner {
	top: -6px;
}

.reservation-table.recruiting .slick-slide {
	padding: 10px 10px 0
}

.reservation-table.recruiting .btn-basic {
	background:#096BF0;
	color: #fff;
	font-size: 16px;
	margin: 10px auto 0;
	border-radius: 30px;
	border:0;
	display:block;
	width: 50%;
}
.reservation-table.recruiting .btn-basic:after {
	display:none;
}

.reservation-table.recruiting .package-card  {
	margin-bottom:0
}

.reservation-table.recruiting .package-card .package-title {
	font-size: 18px;
	width: 100%;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	margin: 6px 0 
}

.reservation-table {
  margin: 0 auto;
  width: 100%;
}

.reservation-table ul {
	height : 100%
}

.today-program .reservation-table {
	padding-top:30px
}

.today-program .table-controls {
	margin-top:50px
}
.today-program ul .slick-slide {
	padding : 10px 0
}

.reservation-table .slick-dots li button:before {
	font-size: 16px;
}

.reservation-table td {
  border: none;
  background-color: transparent;
  padding: 0.3rem;
  text-align: center;
}

.reserve-table-tit {
  display: block;
  font-weight: 800;
  font-size: 18px;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  
}

.reserve-table-tit span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%; /* 또는 flex-basis */
  flex: 1 1 auto;
  text-align: left;
  padding-left: 15px;
  font-size:18px;
  font-weight:500
}

.reserve-table-time {
  font-weight: 500;
  font-size: 24px;
  width:30%;
}

.reserve-table-status {
  font-weight: 700;
  font-size: 22px;
}
.table-controls {
	display: flex;
	justify-content : center;
	align-items: center;
	gap: 10px;
	margin-top:20px;
	display: none; 
}
.table-controls .control-btn {
	font-size: 0;
	background: transparent;
	border:0;
	height:16px;
	width:16px;
}
.table-controls .table-prev {
	background: url('../images/icon-slide-prev.svg') center center;
	background-size: cover;
}
.table-controls .table-next {
	background: url('../images/icon-slide-next.svg') center center;
	background-size: cover;
}

.table-controls .table-dots {
	position: relative;
}

.table-controls .table-dots .slick-dots {
	position: static;
	display: flex !important;
}
.table-controls .table-dots .slick-dots li button:before {
	font-size: 0;
	background:#d9d9d9;
	border-radius:50%;
	height:16px;
	width:16px;
	opacity: 1;
	margin-top:2px;
}
.table-controls .table-dots .slick-dots li.slick-active button:before {
	background:#666;
}
#main .quick-btn-left {
  position: relative;
  flex: 1;
  /* max-width: 524px; */
  min-height: 156px ;
  z-index: 1;
  border : 1.5px solid black;
  border-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color:#fff;

  
  background-size: auto; 
  background-position: center;
  background-repeat: no-repeat;
  
  overflow:visible;
}

@media (max-width: 1440px) {
	.quick-left-table {padding: 10px 20px 16px 10px}
	
}
@media (max-width: 1199px) {
	.tables-wrap {flex-direction: column; align-items: center;}
	.quick-left-table {width: 100%; flex:1}
	.quick-left-table .table-content {background-image: none; background-color:#fff;}
	.table-row-flex {display: flex; justify-content: center; align-items: center;  gap: 8px; margin: 2px 0;}
	.reserve-table-tit {width:40%}
}

@media (max-width: 779px) {
	
	.quick-left-table {padding: 0;}
	.main-section-1 { padding: 3rem 0;}
	.tables-wrap {flex-direction: column; align-items: center; gap:40px;}
	.quick-left-table {width: 100%; flex:1}
	.reserve-table-tit span {font-size: 16px;}
}



/* main-section-2 */


.main-section-2 {
  padding: 40px 0;
  background: #FFFCF3;

}

.main-section-2 .container {
	max-width:1440px;
}

.program-gallery-wrapper {
	position: relative;
}

.program-gallery-wrapper .notice-title-banner {
	position: static;
	transform:none;
	margin-bottom:40px
}

.program-gallery-wrapper .slide-item {
	display: flex !important;
	flex-wrap: wrap;
}

.program-gallery-wrapper .slide-item .program-info-box {
	width: 45%;
	padding-right:70px;
}

.program-gallery-wrapper .slide-item .inner-slide-wrap {
	width: 55%;
	height: fit-content;
}

.program-gallery-wrapper .slick-slider {
	margin-bottom:0 !important;
	padding:0;
}

.program-title {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 20px;


  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;

  
  width: fit-content;
  max-width: 100%;
  box-sizing: content-box;
}

.program-desc {
	font-weight:400;
	line-height: 1.5;
	font-size: 20px;
}

.program-img {
	margin-top:40px;
}
.program-img h5 {
	font-size: 20px;
	margin-bottom:20px;
	font-weight:700
}

.program-img img {
	width: 100%;
}

.program-slider .slick-dots {
	bottom:00px
}

.program-slider  .slick-dots li button:before {
	font-size: 0px;
	background: url('../images/empty-star.png') center center no-repeat;
	background-size: cover;
	opacity:1;
}

.program-slider  .slick-dots li.slick-active button:before {
	background: url('../images/star_active.svg') center center no-repeat;
	background-size: cover;
}

.program-table {
  width:66%;
  /* display: flex; */
  flex-direction: column;
}

.inner-slide-wrap {
	position:relative;
	padding-top:40px;
	padding-left:60px;
	padding-right:100px;
}

.inner-slide-wrap .character1 {
	position: absolute;
	left:-32px;
	top:0;
	max-width:120px;
}
.inner-slide-wrap .character1 img {
	width: 100%
}

.inner-slide-wrap .character2 {
	position: absolute;
	right:55px;
	bottom:40px;
	max-width:130px;
}

.inner-slide-wrap .character3 {
	display:none;
}

.inner-slider {
	border:1px solid #000;
	background:#fff;
	height:425px;
	width:100%;
	border-radius: 30px;
	position:relative;
	z-index:10;
}

.inner-slider .slick-list, .inner-slider .slick-track {
	height: 100% !important;
}
.inner-slider .slick-slide {
	height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-slider .slick-prev:before{
	background: url('../images/icon-slide-prev.svg') center center no-repeat;
	background-size: contain;
	content: '';
	display:block;
	width:100%;
	height:100%;
}

.inner-slider .slick-next:before {
	background: url('../images/icon-slide-next.svg') center center no-repeat;
	background-size: contain;
	content: '';
	display:block;
	width:100%;
	height:100%;
}

@media (max-width: 1440px) {
	.main-bg-2 {padding-bottom: 50px}
	.program-slider .slick-dots {bottom: -20px;}
}
@media (max-width: 1199px) {
	.main-section-2 .container {padding-bottom:40px;}
	.program-slider .slick-dots {bottom:-25px}
	.program-gallery-wrapper .slide-item {flex-direction: column; align-items: center;}
	.program-gallery-wrapper .slide-item .program-info-box {width: 100%; padding-right: 0}
	.program-gallery-wrapper .slide-item .inner-slide-wrap {padding: 0; width: calc(100% - 200px); margin-top:60px}
	.inner-slide-wrap .character1 {max-width: 110px; left:-90px;}
	.inner-slide-wrap .character2 {right:0px; max-width:85px}
}


@media (max-width: 779px) {
	.main-section-2 {padding-top: 40px !important; padding-bottom:20px}
	.main-section-2 .container {padding-bottom:0px}
	.program-gallery-wrapper .slide-item {flex-direction: column; align-items: center;}
	.program-gallery-wrapper .slide-item .program-info-box {width: 100%; padding-right: 0}
	.program-title {font-size: 26px; height:auto; margin-bottom:8px}
	.program-img {margin-top:20px}
	.program-desc {font-size: 16px;}
	.program-gallery-wrapper .slide-item .inner-slide-wrap {margin-top:90px; margin-bottom:40px;}
	.inner-slide-wrap .character1, .inner-slide-wrap .character2 {display: none;}
	.program-gallery-wrapper .slide-item .inner-slide-wrap {padding: 0; width: 100%}
	.fit-height .program-img img {max-height: 220px; margin: 0 auto;}
	.inner-slider .slick-prev {left: 10px; width:30px; height: 30px;}
	.inner-slider .slick-next {right: 10px; width:30px; height: 30px;}

	
	.program-slider .slick-dots {bottom:0}
	.inner-slider {height: 210px}
	.inner-slide-wrap .character1, .inner-slide-wrap .character2 {display:none}
	.inner-slide-wrap .character3 {display:block; position: absolute; top:-65px; left:50%; transform:translateX(-50%); z-index:20;}
}

/* main-section-3 */
.main-bg-3 {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #ED85A8;
  padding: 6rem 0;
}

.notice-wrapper {
  padding: 40px;
  margin: 0 auto;

  background-color: #fff;
  border: 2px solid #000;
  border-top: 10px solid #000;
  position: relative;
  display: flex;
  flex-wrap: wrap;

  position: relative;
  overflow: visible;
}

.notice-wrapper .slick-slider {
	width:100%
}

.notice-title-banner {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('../images/notice-title-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}


.notice-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1rem;
   table-layout:fixed;
   max-width:1440px
}


.notice-main {
  position: relative;
  padding: 45px;
  vertical-align: top;
  width: 33%;
  height:100%;
  border: 1.5px solid #000;
  background-color: #F5F6F9;
}

.notice-inner {
  display: flex;
  flex:1;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
  gap:20px;
}

.notice-main::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 25px;
  height: 25px;
  background-image: url('../images/corner1.png');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

.notice-main::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -5px;
  width: 25px;
  height: 25px;
  background-image: url('../images/corner4.png');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}


.notice-main .title {
  overflow: hidden;
  color: #181412;
  text-overflow: ellipsis;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 18px;
}

 .notice-sub {
  position: relative;
  width: 33%;
  height:100%;
  flex: 1 1 auto;
  max-height: 100%;
  border: 1.5px solid #000;
  background-color: #fff;
  padding: 19px 24px;
  font-size: 18px;
}
.notice-desc {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notice-sub::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url('../images/diamond-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -13px;
  right: -13px;
  z-index: 2;
}


.notice-sub .title {
  color: #181412;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 20px;
}




.notice-date {
  /* position: absolute; */
  /* bottom: 1rem; */
  /* right: 1rem; */
  /* margin-top: 18px; */
  font-size: 16px;
  color: #3F3734;
  margin: 0;
  align-self: flex-end;
}

.notice-char {
  position: absolute;
  bottom: -60px;
  z-index: 2;
}

.notice-char-left {
  left: -3px;
}

.notice-char-right {
  right: -3px; 
}

.notice-char img {
  height: 143px;
  object-fit: contain;
}

@media (min-width: 1000px) {
	.main-bg-3 {padding: 6rem 20px;}
}

@media (max-width:1199px) {
	 .notice {
    padding: 1rem;
    font-size: 0.9rem;
  }

  .quick-left h2{
    font-size: 18px;
  }

  .quick-btn-label-blue {
    font-size: 28px;
    width: 50%;
  }

    .quick-btn-label-yellow {
    font-size: 28px;
    width: 30%;
  }

  .program-title h2 {
  font-size: 28px;
}

  .gallery-title h2 {
  font-size: 28px;
  }

 .notice-char img {
    height: auto;
    width: 30vw;
    max-width: 215px;
  }
  
  .notice-wrapper {
    width: calc(100% - 40px);
  }

  .notice-table {
    display: block;
    width: 100%;
    margin-top:50px
  }

  .notice-table tbody{
    display: inline-block;
    width: 100%;
  }

  .notice-table tr {
    display: block;
    width: 100%;
  }

  .notice-table td {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media (max-width:779px) {
	.main-bg-3 {padding-bottom:3rem; padding-top:4rem}
}

/* memo-test */
.memo-tit{
  color: #181412;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
}

.memo-tit span.memo-date{
  color: #181412;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 135%;
}

.memo-tit::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 14px;
  background-color: #EC869B;
  z-index: -1;
}

.memo-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.memo-container-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}


.round{
  color: #181412;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.time{
  color: #181412;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* align-self: flex-start; */
  text-align: left; 
}

.status{
  color: #181412;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  min-width: 53px;
}

.status-btn {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 16px;
  font-size: 16px;
  background-color: #DDD;
  border: 1px solid #181312;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  line-height: normal;
}

.status-btn.active{
  background-color: #FCC524;
}

.status-btn::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 16px;
  height: 16px;
  background-image: url('../images/diamond-icon.png');
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

#main .package-connector {
	margin-top: 0 !important;
	position:static;
}

#main .connector-line {
	transform: none;
	top:8px;
}

#main #qr-img-slide {padding:0}




/* 반응형 - (min-width: 780px)*/
@media (min-width: 1000px) {
	.btn-wrapper .add-btn {width: 130px !important}
	.btn-wrapper .cancel-btn {width: 130px !important}	
}

@media (max-width: 1199px) {
	.quick-buttons {
		flex-direction: column;
	}
	
	.quick-left-bg {
		max-width: 100%
	}
	
	.quick-left-bg,.quick-left,.quick-right {
    width: 100%;
  }
  .reservation-table li {margin:0 0 15px;}
  .table-row-flex {flex-wrap: wrap;}
  .reservation-table .btn-wrapper {padding:5px 0; width:100%;}
  .reservation-table .btn-wrapper a {width:100% !important;}
  .quick-left-table .notice-title-banner {top:-24px;}
	
}

@media (max-width: 999px) {
  main {
  	padding:0 20px;
  }
  .main-content {
    max-width: 999px;
  }

  .main-banner {
    padding: 1rem;
    height: auto;
  }

  .filter-btn.btn-right {width:auto;}
  
  #carouselExampleAutoplaying {
    border-radius: 0 !important;
  }

  .carousel-inner {
    height: 100%;
  }

  .carousel-inner img {
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    height: 100%;
    width: 40px;
    background-size: contain;
  }

  .main-section-0 {
    height: auto;
  }

  .dynamic-btn{
    width: 100%;
  }
  
  .quick-left-table .table-content {
  	padding : 20px;
  }

  .reservation-table td {
    padding: 0px;
  }

  .btn-wrapper .add-btn, .btn-wrapper .cancel-btn  {width: 150px !important}
  .quick-buttons {
    width : calc(100% - 40px);
    flex-direction: column;
    align-items: center;
    padding: 32px 0px;
  }


   .quick-left-bg::before {
    display: none;
    content: none;
  }

  .quick-left-title {
    font-size: 1.1rem;
  }

  .memo-container-row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.5rem;
    column-gap: 0.5rem;
    align-items: flex-start;
    justify-content: space-between;
  }

  .memo-container-row > div:not(.status-btn) {
    display: inline;
    font-size: 18px;
  }

  .status-btn {
    flex-basis: 100%;
    justify-content: flex-start;
  }

  .btn-wrapper .btn-base {
    width: 100%;
    justify-content: center;

    font-size: 16px;
    padding: 10px 20px 14px 16px;
  }

  .button-group {
    width: 100%;
    gap: 24px;
  }

  .quick-btn-left{
    max-width: 100%;
  }

  .btn-txt {
    font-size: 36px;
  }
  
  .program-card .program-img-wrap {
  	height : 350px;
  }

  .program-gallery-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .program-table,
  .gallery {
    max-width: 100%;
    width: 100%;
    margin-top:30px
  }


  .program-filter-buttons {
    flex-basis: 100%;
    margin-top: 0;
  }
  

  .program-card-row {
    gap: 1rem;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .program-card-row .program-card:nth-child(n + 2) {
    display: none;
  }

  .program-card {
    flex: 0 0 100%;
    padding: 0 8px;
  }

  
}

@media (max-width: 779px) {

  .main-banner {
    padding: 1rem 0;
    margin-bottom:10px;
  }

  .carousel-stars {
    gap: 4px;
    margin-top: 8px;
  }
  .carousel-star{
    width: 20px;
    height: 20px;
  }

  #carouselExampleAutoplaying {
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .btn-wrapper {
    flex-basis: 100%;
    justify-content: flex-start;
  }
  
  .btn-wrapper .add-btn, .btn-wrapper .cancel-btn  {width: 100px !important}

  .btn-wrapper .btn-base {
    width: 100%;
    justify-content: center;

    font-size: 16px;
    padding: 10px 20px 14px 16px;
  }

   .btn-right-img {
    display: none;
  }

  .quick-btn-wrap{
    display: block;
  }

  .quick-btn-left{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .quick-btn-right{
    border: 0;
  }


  .program-table table td {
    font-size: 0.9rem;
  }
 
}

@media(max-width:779px) {
	.slide-controll {margin-bottom:20px;align-items: flex-start;}
	.table-content {min-height:0px}
	.slick-dotted.slick-slider {margin-bottom: 10px;}
	.slide-controll .banner-dots .slick-dots li button:before, .slide-controll .banner-dots .slick-dots li, #pauseBtn.active, #playBtn.active {width:20px; height:20px}
	.slide-controll .banner-dots .slick-dots li button:before {top:-8px}

	.round-border-box br {display:block !important;}
.round-border-box .about-day p:first-child {margin-bottom:0px}
.round-border-box .about-loca p:first-child {margin-bottom:10px}
.round-border-box .about-loca small {font-size: 12px}
.table-content .slick-slide {padding: 10px 0 }
.quick-left-title {margin-bottom:24px;}
.reservation-table li {margin: 0 0 12px}
.about-wrap {padding:20px 0}
.notice-main .title, .notice-sub .title  {font-size:18px; line-height: 1.5}
.notice-desc, .notice-table p, .notice-table a {font-size: 15px; font-weight:400}
.notice-date {text-align: right; font-size: 15px !important; font-weight:500 !important; color:#3F3734 }
.notice-title-banner .tit-dls {font-size: 32px;}
.footer-txt {font-size: 12px !important}
.footer-txt >div:nth-child(2) span:nth-child(3) {display:block !important;height:0;width:0; visibility: hidden}
.footer-logo {margin:0 !important}
}

@media (max-width: 570px) {
	.banner-item {min-height:250px;}
	.banner-item img {min-height:250px;}
	main {padding:0 10px;}
	.btn-wrapper .add-btn, .btn-wrapper .cancel-btn  {width: 80px !important}
	.character-row {height: auto}
	.character-row img {width: 50%}
	
	#main .quick-btn-wrap {row-gap: 20px}
	#main .quick-btn-label-yellow, #main .quick-btn-label-blue {font-size: 20px; width: 100%}
	#main .quick-btn-right {border: 1.5px solid black;font-size: 16px;  padding: 4px;}
	
	.carousel-control-prev {left: 10px; width:25px;}
  	.carousel-control-next {right: 10px; width:25px;}
  
  	.reservation-table.recruiting .slick-slide {padding: 0}
  	.quick-left h2 {font-size: 16px}
  	.reserve-table-tit {font-size: 14px; width:45% !important }
  	.reserve-table-tit span {text-align: left;  padding: 0 }
  	.reserve-table-time {font-size: 16px; width:auto !important}
  	.reserve-table-status {display:none}
  	.table-row-flex {row-gap:8px; justify-content: center; column-gap: 40px;}
  	#main .add-btn, #main .cancel-btn {padding: 10px 5px; font-size: 14px}
  	
  	
  	#main .dot-group {gap: 20px}
  	#main .quick-btn-wrap {padding: 15px 10px}
  	#main .quick-btn-right img {display:none !important}
  	
  
  	.program-title h2 {font-size: 20px}
  	.card-title {font-size: 16px}
  	
  	.notice-title-banner {height:56px; top:-33px}
  	.notice-title-banner .tit-dls {font-size:26px}
  	.notice-table {font-size: 16ppx !important; overflow:hidden; }
  	.notice-main, .notice-sub {padding: 15px}
  	.notice-wrapper {padding: 30px 20px}
  	
  	.program-gallery-wrapper {gap:0px}
  	.program-card .program-img-wrap {height: 200px}
  	
  	.footer-logo img {max-width:180px;}
  	.footer-link a {font-size: 15px !important;} 	
}

@media (max-width: 389px) {
	.main-circle-box .circle-item span {font-size: 16px;}
	.main-circle-box .circle-item button {font-size: 12px;}
	.round-border-box ul {width:100%; display: block}
	.round-border-box .about-time li {text-align: center !important; width:100%;justify-content: center;} 
	.round-border-box li {flex:1 width:100%}
	.round-border-box br {display: none !important}
	.round-border-box .about-title {margin-bottom:0}
	.round-border-box p:first-child, .round-border-box p {padding-top:0}
	.round-border-box .about-loca small {font-size: 14px}
	.round-border-box .about-loca small br {display: block !important}
}