.subMain{
    width: 100%;
    margin-top: 100px;
}
.subTop{
    position: fixed;
    width: 100%;
    height: 847px;
    padding: 0 20px;
    background-image: url(/front_img/dot.png);
    background-repeat: no-repeat;
    background-position: center -100%;
    background-size: cover;
}
.subTopInner{
    width: 100%;
    max-width: 1470px;
    height: 100%;
    padding-top: 138px;
    margin: 0 auto;
}
.subTopTitles h2{
    display: flex;
    align-items: center;
    column-gap: 2px;
    font-size: 50px;
    font-weight: 700;
    line-height: 100%; /* 50px */
    letter-spacing: -2.5px;
}
.subTopTitles h2 p{
    padding: 8px;
    background: var(--green-500);
    color: var(--purple-500);
}
.subTopTitles > p{
    padding: 24px 0 50px 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: -1.2px;
}
.subTopImg{
    position: absolute;
    right: 100px;
    bottom: 0;
    z-index: -1;
    /* max-width: 705px;
    width: 50%; */
}
.subTopImg.highImg{
	max-width: 900px;
}
.subTopImg img{
    width: 100%;
}
.subTopTitles a{
    display: block;
    width: 266px;
    transition: all .2s;
}
.subTopTitles a .mbSvg{
    display: none;
}
.subTopTitles .fill{
    fill: var(--purple-500);
    transition: all .2s;
}
.subTopTitles a:hover .fill{
    fill: var(--purple-700);
}
.subTopTitles a:hover{
    transform: rotate(7deg);
}
@media all and (max-width : 1400px){
    .subTopImg{
        position: absolute;
        right: 50px;
        bottom: 0;
        z-index: -1;
        max-width: 705px;
        width: 50%;
    }
    .subTopTitles.eng h2{
	    flex-direction: column;
	    align-items: flex-start;
	    row-gap: 4px;
    
    }
}
@media all and (max-width : 1024px){
    .subMain{
        width: 100%;
        margin-top: 80px;
    }
    .subTop{
        height: 263px;
        padding: 0 17px;
    }
    .subTopInner{
        padding-top: 0;
    }
    .subTopTitles h2{
		display: flex;
	    flex-direction: column;
	    align-items: flex-start;
	    row-gap: 4px;
        font-size: 20px;
        letter-spacing: -1px;
    }
    .subTopTitles h2 p{
        padding: 8px;
        background: var(--green-500);
        color: var(--purple-500);
    }
    .subTopTitles > p{
        padding: 12px 0;
        font-size: 16px;
        letter-spacing: -0.8px;
    }
    .subTopImg{
        position: absolute;
        right: 0;
        top: 0;
        bottom: unset;
        z-index: -1;
        max-width: 189px;
    }
    .subTopTitles a{
        width: 135px;
    }
    .subTopTitles a .pcSvg{
        display: none;
    }
    .subTopTitles a .mbSvg{
        display: block;
    }
}
@media all and (max-width : 486px){
    .subTopImg{
        width: 40%;
    }
}

.subContents{
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 40px 40px 0px 0px;
    background: var(--purple-500);
}
.subContInner{
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;
    padding: 100px 20px 150px 20px;
}
.subContInner h3{
    width: 100%;
    max-width: 1374px;
    margin: 0 auto;
    padding-bottom: 50px;
    font-size: 50px;
    font-weight: 700;
    line-height: 100%; /* 50px */
    letter-spacing: -2.5px;
}

@media all and (max-width : 1024px){
    .subContents{
        border-radius: 12px 12px 0px 0px;
    }
    .subContInner{
        width: 100%;
        max-width: 1760px;
        margin: 0 auto;
        padding: 24px 17px 150px 17px;
    }
    .subContInner h3{
        padding-bottom: 20px;
        font-size: 20px;
        letter-spacing: -1px;
        text-align: center;
    }
}

.introSec{
    display: flex;
    align-items: center;
    column-gap: 80px;
    width: 100%;
    max-width: 1374px;
    margin: 0 auto;
    /* padding: 0 150px; */
}
.introSec > span{
    display: flex;
    justify-content: center;
    width: calc(100% - 715px);
    max-width: 705px;
    padding: 8px 50px;
    border-radius: 16px;
    background: var(--purple-900);
}
.introSec > span img{
    width: 100%;
    max-width: 415px;
}
.introTexts{
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}
.introTexts li{
    display: flex;
    align-items: center;
    column-gap: 14px;
}
.introTexts li.top{
    align-items: flex-start;
}
.introTexts li > span{
    display: block;
    padding: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: -0.8px;
    white-space: nowrap;
}
.introTexts.eng li > span{
    width: 100px;
}
.introTexts li.top span{
    padding-top: 13px;
}
.introTexts li p{
    padding: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: -0.9px;
   	word-break: keep-all;
}
.introTexts li.subDesc{
    flex-direction: column;
    align-items: flex-start;
}
.introTexts li.subDesc p{
    padding: 0 0 0 13px;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%; /* 28.8px */
}
.introTexts li.subDesc p span{
    display: block;
    padding-left: 15px;
}
.subContInner h3.titlePd{
    padding-top: 100px;
}
.introSchedule{
    display: grid;
    grid-template-columns: 19.5% 19.5% 40% 19.5%;
    column-gap: 8px;
    width: 100%;
    height: 230px;
}
.timesInner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: var(--purple-900, #2D7A73);
}
.time3top{
    display: flex;
    column-gap: 8px;
    margin-bottom: 8px;
    width: 100%;
    height: 150px;
}
.time3bottom{
    width: 100%;
    height: calc(100% - 158px);
}
.timeDate, .timeText{
    font-size: 16px;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: -0.8px;
}
.timeDate.eng, .timeText.eng{
	text-align: center;
}
.timeTitle{
    padding: 8px 0 20px 0;
    color: var(--green-500);
    font-size: 28px;
    font-weight: 700;
    line-height: 100%; /* 28px */
    letter-spacing: -1.4px;
}
.timeTitle.eng{
	text-align: center;
}
.time3bottom .timeTitle{
    padding: 15px;
    text-align : center;
}
.time3bottom .timeTitle{
    padding: 15px;
    text-align : center;
}
.time3bottom .timeTitle.mb{
	display: none;
}
.time3bottom.eng .timeTitle span{
    display: block;
    font-size: 20px;
}
.timeCap{
    padding-top: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%; /* 12px */
    letter-spacing: -0.6px;
}
.timeCap.eng{
	text-align: center;
}
.scheCap{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 19px;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%; /* 12px */
    letter-spacing: -0.6px;
}

@media all and (max-width : 1024px){
    .introSec{
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
    }
    .introSec > span{
        justify-content: center;
        width: 100%;
        max-width: unset;
        padding: 8px 50px;
    }
    .introSec > span img{
        width: 100%;
        max-width: unset;
    }
    .introTexts{
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    .introTexts li{
        flex-direction: column;
        align-items: flex-start;
    }
    .introTexts li.top span{
        padding-top: 0;
    }
    .introTexts li.subDesc{
        flex-direction: column;
        align-items: flex-start;
    }
    .subContInner h3.titlePd{
        padding: 20px 0 40px 0;
    }
    .introSchedule{
        display: flex;
        flex-direction: column;
        row-gap: 8px;
        width: 100%;
        height: auto;
    }
    .times{
        height: 230px;
    }
    .time3top{
        display: flex;
        column-gap: 8px;
        margin-bottom: 8px;
        width: 100%;
        height: 150px;
    }
    .time3bottom{
        width: 100%;
        height: calc(100% - 158px);
    }
    .timeDate, .timeText{
        font-size: 16px;
        font-weight: 700;
        line-height: 100%; /* 16px */
        letter-spacing: -0.8px;
    }
    .timeTitle{
        font-size: 24px;
        letter-spacing: -1.2px;
    }
	.time3bottom .timeTitle.pc{
		display: none;
	}
	.time3bottom .timeTitle.mb{
		display: block;
	}
    .timeCap{
        padding-top: 8px;
        font-size: 12px;
        font-weight: 400;
        line-height: 100%; /* 12px */
        letter-spacing: -0.6px;
    }
    .scheCap{
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 19px;
        font-size: 12px;
        font-weight: 400;
        line-height: 100%; /* 12px */
        letter-spacing: -0.6px;
    }
}

.subContInner.highInner{
    width: 100%;
    max-width: unset;
    margin: 0;
    padding: 100px 0 0 0;
}
.subContInner.highInner .video{
	height: unset;
}
.subContInner.highInner .video img{
	border-radius: 12px;
	height: unset;
}
.videoList{
    width: 100%;
    margin-top: 150px;
    padding: 100px 0 150px 0;
    background-color: #000;
}
.videoList ul{
    display: grid;
    grid-template-columns: repeat(4, 24%);
    column-gap: 20px;
    row-gap: 60px;
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;
    padding: 0 20px;
}
.videoList ul li{
    width: 100%;
}
.videoList ul li:nth-of-type(n + 13){
    display: none;
}
.videoList ul li a{
    display: flex;
    flex-direction: column;
}
.videoList ul li a .vidImg{
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
}
.videoList ul li a .vidImg img{
    width: 100%;
    transition: all .2s;
}
.videoList ul li a span{
    padding-top: 20px;
    color: var(--green-500);
    font-size: 16px;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: -0.8px;
}
.videoList ul li a h4{
    padding: 8px 0 12px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: -1.2px;
    word-break: keep-all;
}
.videoList ul li a p{
    font-size: 18px;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: -0.9px;
}
.videoList ul li a:hover .vidImg img{
    transform: scale(1.1);
}
.moreButton{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 208px;
}
.moreButton button{
    display: flex;
    width: 140px;
    height: 50px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--fn-suit);
    line-height: 100%; /* 14px */
    letter-spacing: -0.7px;
    cursor: pointer;
    transition: all .2s;
}
.moreButton button:hover{
    background-color: rgba(255, 255, 255, 0.2);
}


@media all and (max-width : 1024px){
    .subContInner.highInner{
        padding: 24px 0 0 0;
    }
    .videoList{
        margin-top: 24px;
        padding: 24px 0 150px 0;
    }
    .videoList ul{
        grid-template-columns: repeat(2, 49%);
        column-gap: 12px;
        row-gap: 20px;
        padding: 0 17px;
    }
    .videoList ul li a span{
        font-size: 12px;
    }
    .videoList ul li a h4{
        padding: 8px 0 12px 0;
        font-size: 16px;
        line-height: 150%; /* 28.8px */
        letter-spacing: -0.8px;
        word-break: keep-all;
    }
    .videoList ul li a p{
        font-size: 14px;
        line-height: 150%; /* 28.8px */
        letter-spacing: -0.7px;
    }
    .moreButton{
        margin-top: 40px;
    }
}


.subContInner.bdInner{
    width: 100%;
    max-width: 1470px;
    margin: 0 auto;
    padding: 100px 20px 150px 20px;
}
/* �� �ㅻ퉬 */

.tabNav{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border-bottom: 1px solid #FFF;
}
.tabNav > a{
    display: flex;
    width: 287px;
    height: 80px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    letter-spacing: -0.9px;
    font-size: 30px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    transition: all .3s;
}
.tabNav a.active {
    border-bottom: 5px solid #fff;
    color:#fff;
}
.tabNav > a:hover{
    color: #fff;
}
.tabInner{
    display: none;
    width: 100%;
    padding-top: 24px;
}
.tabInner.active {
    display: block;
}
.bdLists{
    width: 100%;
}
.bdLists.boardL li{
    width: 100%;
    padding: 12px 114px;
    border-bottom: 1px solid var(--purple-400);
}
.bdLists.news li{
    width: 100%;
    padding: 12px 114px;
    border-bottom: 1px solid var(--purple-400);
}
.bdLists li:nth-of-type(n + 11){
    display: none;
}
.bdLists li a{
    display: grid;
    grid-template-columns: 88% 12%;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: -1.2px;
}
.bdLists li a > p{
    white-space: nowrap;
}
.idxTit{
    display: flex;
    column-gap: 20px;
}
.idxTit p{
    max-width: 600px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
@media all and (max-width : 1024px){
    .subContInner.bdInner{
        padding: 24px 17px 150px 17px;
    }
    .tabNav{
        column-gap: 8px;
    }
    .tabNav > a{
        width: 176px;
        height: 40px;
        letter-spacing: -1px;
        font-size: 20px;
    }
    .tabInner{
        padding-top: 44px;
    }
    .bdLists.boardL li{
        padding: 12px 16px;
    }
    .bdLists.news li{
        padding: 12px 16px;
    }
    .bdLists li:nth-of-type(n + 11){
        display: none;
    }
    .bdLists li a{
        grid-template-columns: 70% 30%;
        font-size: 16px;
        letter-spacing: -0.8px;
        padding: 0 16px;
    }
}


.bdLists.news li a{
    display: grid;
    grid-template-columns: 81% 19%;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: -1.2px;
}
.bdLists.news li a > p{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

.newsInfo{
    display: flex;
    justify-content: flex-end;
    column-gap: 20px;
}
.newsInfo span{
    color: var(--purple-200);
    white-space: nowrap;
}
.newsInfo p:last-child{
    white-space: nowrap;
    text-align: right;
}

@media all and (max-width : 1024px){
	.bdLists.news li a{
        grid-template-columns: 30% 70%;
        font-size: 16px;
        letter-spacing: -0.8px;
        padding: 0 16px;
	}
}
@media all and (max-width : 768px){
	.bdLists.news li a{
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
		align-items: flex-start;
	    height: 60px;
	}
	.bdLists.news li a > p{
	  overflow: hidden;
	  white-space: nowrap;
	  text-overflow: ellipsis;
	  word-break: break-all;
	  width: 100%;
	  padding: 0;
	}
	
	.newsInfo{
	    column-gap: 10px;
		align-self: flex-start;
		width: 100%;
	}
}

.viewContainer{
    width: 100%;
    max-width: 1470px;
    margin: 0 auto;
    padding: 138px 20px 0 20px;
}
.viewContainer > a{
    display: flex;
    width: 140px;
    height: 40px;
    align-items: center;
    gap: 8px;
    font-size: 28px;
    font-weight: 700;
    line-height: 100%; /* 28px */
    letter-spacing: -1.4px;
}
.viewContainer > a img{
    transition: all .2s;
}
.viewContainer > a:hover img{
    transform: translateX(-10px);
}
.viewTitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 108px;
    margin-top: 30px;
    border-bottom: 1px solid #FFF;
}
.viewTitle p{
    font-size: 40px;
    font-weight: 700;
    line-height: 100%; /* 40px */
    letter-spacing: -2px;
}
.viewTitle span{
    font-size: 24px;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: -1.2px;
}
.viewContents{
    padding: 34px 0 200px 0;
}
.viewContents p{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: -0.9px;
}
.files{
    width: 100%;
}
.files a{
    display: flex;
    align-items: center;
    column-gap: 8px;
    width: 100%;
    padding: 16px;
    border-bottom: 1px solid #FFF;
}
.viewContents img{
    width: 90%;
}

@media all and (max-width : 1024px){
    .viewContainer{
        width: 100%;
        max-width: 1470px;
        margin: 0 auto;
        padding: 0 16px;
    }
    .viewContainer > a{
        font-size: 14px;
        letter-spacing: -0.7px;
    }
    .viewContainer > a img{
        width: 24px;
    }
    .viewTitle{
        flex-direction: column;
        align-items: flex-start;
        row-gap: 12px;
        height: 67px;
        margin-top: 16px;
        padding: 8px;
    }
    .viewTitle p{
        font-size: 18px;
        letter-spacing: -0.9px;
    }
    .viewTitle span{
        align-self: flex-end;
        font-size: 14px;
        letter-spacing: -0.7px;
    }
    .viewContents{
        padding: 16px 0 200px 0;
    }
    .files a{
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%; /* 14px */
        letter-spacing: -0.7px;
    }
}

/* Wellness Theme Sub Pages */

/* Page Header */
.page-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 99px;
    height: 300px;
    padding-bottom: 30px;
    background: var(--mint-medium);
    text-align: center;
}

.page-header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-title {
    font-size: 56px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
}

.page-subtitle {
    font-size: 18px;
    color: rgba(255,255,255,0.9);
}

/* Trainers Section */
.trainers-section {
    padding: 80px 0;
}

.trainers-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

.trainer-card {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 100px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 50px;
}

.trainer-card.reverse {
    flex-direction: column;
}

.trainer-card-header {
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: 100%;
}

.trainer-card.reverse .trainer-card-header {
    flex-direction: row;
}

.trainer-card.reverse .trainer-image {
    order: initial;
}

.trainer-card.reverse .trainer-basic-info {
    order: initial;
}

.trainer-image {
    width: 350px;
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
}

.trainer-image img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.trainer-basic-info {
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.trainer-basic-info h3 {
    font-size: 40px;
    font-weight: 700;
    color: #4b2e17;
    margin-bottom: 20px;
}
.trainer-basic-info h3 span {
    font-weight: 500;
    font-size: 32px;
}

.trainer-hashtags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
    justify-content: flex-start;
}

.hashtag {
    display: inline-block;
    padding: 10px 20px;
    background: var(--purple-700);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 24px;
    letter-spacing: -0.3px;
    transition: all 0.3s;
}

.hashtag:hover {
    background: var(--purple-900);
    transform: translateY(-2px);
}

.trainer-specialty {
    display: none;
}

.trainer-description {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-light);
    margin-bottom: 24px;
}

.trainer-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
    margin-top: 12px;
}

.trainer-section {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    border-radius: 12px;
    border: 1px solid var(--mint-medium);
    width: 100%;
}

.trainer-section h4 {
    font-size: 20px;
    font-weight: 700;
    color: #4b2e17;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--mint-medium);
    margin-bottom: 20px;
}

.trainer-section ul {
    list-style: none;
    padding: 0;
}

.trainer-section li {
    font-size: 14px;
    color: var(--text-dark);
    margin-bottom: 6px;
    line-height: 1.8;
    word-break: keep-all;
}

.trainer-certs {
    list-style: none;
    padding: 0;
}

.trainer-certs li {
    font-size: 14px;
    color: var(--text-dark);
    margin-bottom: 8px;
}

/* Schedule Section */
.schedule-section {
    padding: 80px 0;
}

.schedule-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 강사 선택 탭 */
.trainer-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    justify-content: center;
}

.trainer-tab-link {
    padding: 14px 50px;
    border: 2px solid var(--cream-bg);
    background-color: #fff;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    font-family: var(--fn-opensans);
    text-decoration: none;
}

.trainer-tab-link:hover {
    background-color: rgba(210, 165, 112, 0.1);
    transform: translateY(-2px);
}

.trainer-tab-link.active {
    background-color: var(--mint-medium);
    color: #fff;
    box-shadow: 0 4px 12px rgba(210, 165, 112, 0.3);
}

/* 일간/주간 탭 */
.schedule-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
}

.tab-btn {
    padding: 12px 40px;
    border: 2px solid var(--mint-primary);
    background-color: #fff;
    color: var(--mint-primary);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    font-family: var(--fn-opensans);
}

.tab-btn:hover {
    background-color: rgba(70, 187, 179, 0.1);
}

.tab-btn.active {
    background-color: var(--mint-primary);
    color: #fff;
}

.schedule-controls {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.date-selector-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.date-selector-wrapper label {
    font-weight: 600;
    color: var(--text-dark);
    font-size: 16px;
}

.date-selector {
    padding: 12px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    font-family: var(--fn-opensans);
    color: var(--text-dark);
    transition: all 0.3s;
    min-width: 200px;
}

.date-selector:focus {
    outline: none;
    border-color: var(--mint-primary);
    box-shadow: 0 0 0 3px rgba(70, 187, 179, 0.1);
}

.btn-search,
.btn-today {
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    font-family: var(--fn-opensans);
}

.btn-search {
    background-color: var(--mint-primary);
    color: #fff;
}

.btn-search:hover {
    background-color: var(--mint-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(70, 187, 179, 0.3);
}

.btn-today {
    background-color: var(--beige-brown);
    color: #fff;
}

.btn-today:hover {
    background-color: var(--mocha-brown);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(210, 165, 112, 0.3);
}

.selected-date-info {
    padding: 12px 20px;
    background: linear-gradient(135deg, rgba(70, 187, 179, 0.1) 0%, rgba(210, 165, 112, 0.1) 100%);
    border-radius: 8px;
    border-left: 4px solid var(--mint-primary);
}

.selected-date-info span {
    font-weight: 600;
    color: var(--text-dark);
    font-size: 15px;
}

.schedule-table-wrapper {
    overflow-x: auto;
    margin-bottom: 40px;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
}

/* 스크롤바 스타일 */
.schedule-table-wrapper::-webkit-scrollbar {
    height: 8px;
}

.schedule-table-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.schedule-table-wrapper::-webkit-scrollbar-thumb {
    background: var(--mint-medium);
    border-radius: 4px;
}

.schedule-table-wrapper::-webkit-scrollbar-thumb:hover {
    background: var(--mint-dark);
}

.schedule-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    min-width: 600px;
}

/* 첫 번째 열 sticky 고정 */
.schedule-table thead th:first-child {
    position: sticky;
    left: 0;
    background-color: #4b2e17 !important;
    z-index: 10;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
}

.schedule-table tbody td:first-child {
    position: sticky;
    left: 0;
    background-color: #fff !important;
    font-weight: 600;
    color: #4b2e17;
    z-index: 11;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.05);
    border-right: 1px solid #e0e0e0;
}

.schedule-table tbody td:first-child:hover {
    background-color: #fff !important;
}

/* 일간 테이블 스타일 */
.daily-table {
    max-width: 800px;
    margin: 0 auto;
}

.daily-table th:nth-child(2),
.daily-table td:nth-child(2) {
    width: 70%;
    text-align: left;
    padding-left: 30px;
}

.schedule-table thead tr {
    background-color: #4b2e17;
    color: #fff;
}

.schedule-table th,
.schedule-table td {
    padding: 20px 0;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #e0e0e0;
}

.schedule-table th {
    font-weight: 600;
    font-size: 16px;
}

.schedule-table .time {
    position: sticky;
    left: 0;
    font-weight: 600;
    color: #4b2e17;
    background: #fff !important;
    z-index: 11;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.05);
}

.class-cell {
    position: relative;
    padding: 16px;
    border-radius: 8px;
}

.class-cell div {
    font-weight: 600;
    margin-bottom: 4px;
}

.class-cell span {
    font-size: 12px;
    color: #666;
}

.morning-yoga { background-color: #FFF9F0; }
.hatha-yoga { background-color: #FFE6E6; }
.meditation { background-color: #E6F3FF; }
.prenatal-yoga { background-color: #FFF0F5; }
.power-yoga { background-color: #E8F5E9; }
.flow-yoga { background-color: #FFF9C4; }
.healing-yoga { background-color: #F3E5F5; }
.ashtanga { background-color: #E0F2F1; }

.schedule-legend {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
}

.schedule-legend h3 {
    font-size: 24px;
    color: #4b2e17;
    margin-bottom: 20px;
}

.schedule-legend ul {
    list-style: none;
    padding: 0;
}

.schedule-legend li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
}

.legend-color {
    display: inline-block;
    width: 30px;
    height: 20px;
    border-radius: 4px;
    margin-right: 12px;
}

/* Facilities Section */
.facilities-section {
    padding: 80px 0;
}

.facilities-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.facility-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 100px;
    align-items: center;
}

.facility-item.reverse {
    direction: rtl;
}

.facility-item.reverse > * {
    direction: ltr;
}

.facility-image {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 20px;
}

.facility-image img {
    width: 100%;
    border-radius: 20px;
    transition: transform 0.4s ease;
}

.facility-image:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 20px;
}

.facility-image:hover .image-overlay {
    opacity: 1;
}

.image-overlay span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.facility-content h2 {
    font-size: 36px;
    font-weight: 600;
    color: #4b2e17;
    margin-bottom: 20px;
}

.facility-content p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-light);
    margin-bottom: 24px;
}

.facility-content ul {
    list-style: none;
    padding: 0;
}

.facility-content li {
    font-size: 14px;
    color: var(--text-dark);
    margin-bottom: 8px;
}

/* Facility Modal */
.facility-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.facility-modal .modal-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    max-height: 90vh;
}

.modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 48px;
    cursor: pointer;
    z-index: 10001;
    transition: transform 0.3s ease;
    font-weight: 300;
    line-height: 1;
}

.modal-close:hover {
    transform: rotate(90deg);
}

.facility-swiper {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.facility-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.facility-swiper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.facility-swiper .swiper-button-next,
.facility-swiper .swiper-button-prev {
    color: #fff;
    background: var(--purple-700);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.facility-swiper .swiper-button-next:after,
.facility-swiper .swiper-button-prev:after {
    font-size: 20px;
}

.facility-swiper .swiper-button-next:hover,
.facility-swiper .swiper-button-prev:hover {
    background: var(--mint-primary);
    transform: scale(1.1);
}

.facility-swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
    width: 12px;
    height: 12px;
}

.facility-swiper .swiper-pagination-bullet-active {
    background: var(--mint-primary);
    opacity: 1;
}

/* Location Section */
.location-section {
    padding: 80px 0;
}

.location-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.map-container {
    margin-bottom: 60px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.location-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.location-info-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.location-info-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #4b2e17;
    margin-bottom: 16px;
}

.location-info-card p {
    font-size: 14px;
    line-height: 1.8;
    color: var(--text-light);
}

.location-info-card strong {
    display: block;
    color: var(--text-dark);
    font-weight: 800;
    margin-top: 12px;
    margin-bottom: 4px;
}

/* Videos Section */
.videos-section {
    padding: 80px 0;
}

.videos-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.video-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.video-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.video-thumbnail {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: var(--mint-primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.3s ease;
}

.video-card:hover .play-button {
    background-color: var(--mint-dark);
    transform: translate(-50%, -50%) scale(1.1);
}

.video-info {
    padding: 20px;
}

.video-info h3 {
    font-size: 18px;
    font-weight: 700;
    color: #4b2e17;
    margin-bottom: 8px;
}

.video-info p {
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 12px;
}

.video-duration,
.video-instructor {
    display: inline-block;
    font-size: 12px;
    color: var(--text-light);
    margin-right: 12px;
}

.video-instructor {
    color: var(--mint-primary);
    font-weight: 500;
}

/* Reviews Section */
.reviews-section {
    padding: 80px 0;
}

.reviews-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.review-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.review-rating {
    font-size: 20px;
    color: #FFB800;
    margin-bottom: 16px;
}

.review-text {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-light);
    margin-bottom: 20px;
}

.review-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid #e0e0e0;
}

.review-author strong {
    font-size: 14px;
    color: #4b2e17;
}

.review-author span {
    font-size: 12px;
    color: #999;
}

/* Mobile Responsive */
@media all and (max-width: 1024px) {
    .page-header {
        margin-top: 0;
    }
    .page-title {
        font-size: 36px;
    }

    .trainers-container {
        max-width: 100%;
    }

    .trainer-card {
        flex-direction: column;
        margin-bottom: 60px;
        border-radius: 16px;
        padding: 24px;
        gap: 20px;
    }

    .trainer-card-header {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 100%;
    }

    .trainer-card.reverse .trainer-card-header {
        flex-direction: column;
    }

    .trainer-card.reverse .trainer-image,
    .trainer-card.reverse .trainer-basic-info {
        order: initial;
    }

    .trainer-image {
        width: 100%;
        max-width: 400px;
    }

    .trainer-basic-info {
        text-align: center;
        width: 100%;
    }

    .trainer-basic-info h3 {
        font-size: 28px;
    }

    .trainer-basic-info h3 span {
        font-size: 22px;
    }
    .trainer-hashtags {
        justify-content: center;
    }

    .hashtag {
        font-size: 11px;
        padding: 6px 12px;
    }

    .trainer-details {
        gap: 16px;
        padding: 0;
        margin-left: 0;
        margin-top: 16px;
    }

    .trainer-section {
        padding: 24px;
    }

    .trainer-section h4 {
        font-size: 16px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .trainer-section li {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .facility-item {
        grid-template-columns: 1fr;
    }

    .facility-item.reverse {
        direction: ltr;
    }

    .video-grid {
        grid-template-columns: 1fr;
    }

    .location-info-grid {
        grid-template-columns: 1fr;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
    }

    .schedule-table {
        font-size: 12px;
        min-width: 500px;
    }

    .schedule-table th,
    .schedule-table td {
        padding: 10px 8px;
        font-size: 14px;
    }
    
    .schedule-table-wrapper {
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    }
    
    .schedule-table-wrapper::-webkit-scrollbar {
        height: 6px;
    }
    
    .schedule-table thead th:first-child,
    .schedule-table tbody td:first-child,
    .schedule-table .time {
        min-width: 80px;
    }
}

/* Additional Styles for New Features */

/* Editable Cell for Schedule */
.editable-cell {
    min-height: 50px;
    background-color: #fafafa;
    transition: background-color 0.3s ease;
}

.editable-cell:hover {
    background-color: #f0f0f0;
}

.schedule-note {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    margin-top: 30px;
}

.schedule-note h3 {
    font-size: 24px;
    color: #4b2e17;
    margin-bottom: 20px;
}

.schedule-note ul {
    list-style: none;
    padding: 0;
}

.schedule-note li {
    font-size: 14px;
    color: var(--text-dark);
    margin-bottom: 10px;
}

/* Body Bloom Cafe Section */
.cafe-section {
    max-width: 1200px;
    margin: 80px auto 0;
    padding: 0 20px;
}

.cafe-content {
    width: 100%;
}

.cafe-image img {
    width: 100%;
    border-radius: 20px;
}

.cafe-info h2 {
    font-size: 36px;
    font-weight: 700;
    color: #4b2e17;
    margin-bottom: 20px;
}

.cafe-description {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-light);
    margin-bottom: 30px;
}

.cafe-features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.cafe-features li {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.cafe-features .icon {
    font-size: 32px;
    flex-shrink: 0;
}

.cafe-features h4 {
    font-family: var(--fn-opensans);
    font-size: 18px;
    font-weight: 600;
    color: #4b2e17;
    margin-bottom: 6px;
}

.cafe-features p {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.6;
}

.cafe-hours {
    background-color: var(--purple-700);
    padding: 20px;
    border-radius: 12px;
    color: #fff;
}

.cafe-hours h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.cafe-hours p {
    font-size: 14px;
}

/* Parking Detail Section */
.parking-detail {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 60px;
}

.parking-detail h2{
    font-size: 32px;
    font-weight: 700;
    color: #4b2e17;
    margin-bottom: 30px;
    text-align: center;
}

.parking-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.parking-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.parking-card h3 {
    font-family: var(--fn-opensans);
    font-size: 18px;
    font-weight: 600;
    color: #4b2e17;
    margin-bottom: 12px;
}

.parking-card p {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.6;
}

/* Video Iframe Container */
.video-iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    border-radius: 12px;
}

.video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.video-notice {
    margin-top: 60px;
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.video-notice h3 {
    font-size: 24px;
    font-weight: 700;
    color: #4b2e17;
    margin-bottom: 20px;
}

.video-notice ul {
    list-style: none;
    padding: 0;
}

.video-notice li {
    font-size: 15px;
    color: var(--text-dark);
    margin-bottom: 12px;
    line-height: 1.6;
}

/* 비디오 모달 팝업 */
.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    animation: slideUp 0.3s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.video-modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10001;
}

.video-modal-close:hover {
    background-color: var(--mint-primary);
    transform: rotate(90deg);
}

.video-iframe-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 비율 */
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
}

.video-iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

/* Mobile Responsive for New Features */
@media all and (max-width: 1024px) {
    .cafe-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .parking-grid {
        grid-template-columns: 1fr;
    }

    .cafe-section {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .cafe-info h2 {
        font-size: 28px;
    }

    .parking-detail h2 {
        font-size: 24px;
    }

    /* Date Selector Mobile */
    .schedule-controls {
        padding: 20px;
    }

    .date-selector-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .date-selector-wrapper label {
        font-size: 14px;
    }

    .date-selector {
        min-width: 100%;
        padding: 10px 15px;
        font-size: 14px;
    }

    .btn-search,
    .btn-today {
        width: 100%;
        padding: 12px 20px;
        font-size: 14px;
    }

    .selected-date-info {
        padding: 10px 15px;
    }

    .selected-date-info span {
        font-size: 13px;
    }

    /* 강사 선택 탭 모바일 */
    .trainer-tabs {
        gap: 8px;
        margin-bottom: 20px;
    }

    .trainer-tab-link {
        padding: 10px 20px;
        font-size: 14px;
    }

    /* 일간/주간 탭 모바일 */
    .schedule-tabs {
        gap: 8px;
    }

    .tab-btn {
        padding: 10px 30px;
        font-size: 14px;
    }

    .daily-table th:nth-child(2),
    .daily-table td:nth-child(2) {
        padding-left: 15px;
    }

    .trainer-section ul {
        text-align: left;
    }

    /* Facility Modal Mobile */
    .facility-modal .modal-content {
        width: 95%;
    }

    .modal-close {
        top: -40px;
        font-size: 36px;
    }

    .facility-swiper .swiper-button-next,
    .facility-swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .facility-swiper .swiper-button-next:after,
    .facility-swiper .swiper-button-prev:after {
        font-size: 16px;
    }

    .image-overlay span {
        font-size: 14px;
    }

    /* 비디오 모달 모바일 */
    .video-modal-content {
        width: 95%;
    }

    .video-modal-close {
        top: -40px;
        width: 36px;
        height: 36px;
    }

    .video-iframe-wrapper {
        border-radius: 8px;
    }
}

strong {
    font-weight: 700;
}