[v-cloak] {
  display: none;
}
.blockUI{
    z-index: 9999999999 !important;
}
.blockUI.blockMsg{
    padding: 30px 15px !important;
    border: none !important;
    color: #fff !important;
    background:  rgba(0,0,0,0.5) !important;
    border-radius: 15px !important;
}
.program-card .card-text{
    width: 100%;
}
.tab-kinds{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.tab-kinds a{
    height: 35px;
    padding: 0px 25px;
    background-color: #A9ABB8;
    color: #fff;
    margin: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.tab-kinds a.active{
    background-color: #e2662b;
}
.files a svg{
    flex-shrink: 0;
}
.photos{
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}
.photos .photo{
    width: calc(100% / 3 - 15px);
    margin: 7.5px;
}
.photos .photo img{
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.dayInfoBox{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.dayInfoBox .mask{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
}
.dayInfoBox .dayInfo{
    z-index: 1;
    padding: 30px;
    background-color: #fff;
    width: 600px;
    max-width: 95vw;
    border-radius: 15px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
.dayInfoBox .dayInfo .date{
    font-size: 24px;
    /*font-family: 'Arial';*/
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.dayInfoBox .dayInfo .timeBox{
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
}
.dayInfoBox .dayInfo .timeBox .flex{
    display: flex;
    align-items: center;
    font-family: 'Arial';
    min-height: 33px;
}
.dayInfoBox .dayInfo .left{
    width: 100%;
    margin-right: 15px;
}
.dayInfoBox .dayInfo .timeBox .right{
    flex-shrink: 0;
    width: 70px;
}
.dayInfoBox .dayInfo .timeBox .flex .title{
    width: 70px;
    flex-shrink: 0;
}
.dayInfoBox .dayInfo .timeBox .right .btn{
    background-color: #7DBEB8;
    color: #fff;
    font-weight: initial;
    padding: 2px 20px;
    border-radius: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.applyForm .formGroup{
    margin-bottom: 10px;
}
.applyForm .form-control{
    width: 100%;
    border: 1px solid #333;
    border-radius: 7px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    line-height: 1em;
}
.applyForm .btns{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 15px;
}
.applyForm .btns .btn{
    padding: 5px 40px;
    background-color: #ec5314;
    color: #fff;
    margin-left: 10px;
    border-radius: 20px;
    height: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.applyForm .btns .btn.btn-cancel{
    background-color: #999;
}
.dayInfo ul.calendars{
    width: 100%;
    background-color: #CCC68D;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
}
.dayInfo ul.calendars li{
    display: flex;
    align-items: center;
    width: 100%;
}
.dayInfo ul.calendars li .unit{
    margin-right: 15px;
}
/* FullCalendar 事件標題換行設定 */
.fc-event-title {
    white-space: normal !important;
    word-wrap: break-word !important;
    line-height: 1.2 !important;
    font-size: 12px !important;
}
.fc-h-event{
    /*background-color: #008C9E !important;*/
    /*border-color: #008C9E !important;*/
}
.fc-event {
    white-space: normal !important;
    overflow: visible !important;
    height: auto !important;
    min-height: 20px !important;
}

.fc-event-main {
    padding: 2px 4px !important;
    white-space: normal !important;
}

/* 調整日期格子高度以容納多行文字 */
.fc-daygrid-day-events {
    margin-bottom: 2px !important;
}

.fc-daygrid-event-harness {
    margin-bottom: 1px !important;
}
.calendar-title{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}
ul.calendar-list{
    margin-top: 15px !important;
    width: 100%;
}
ul.calendar-list li{
    background-color: #fff;
    margin-bottom: 3px;
    padding: 15px;
    display: flex;
    align-items: center;
}
ul.calendar-list li.dark{
    background-color: #ff5916;
    color: #fff;
}
ul.calendar-list li .date{
    width: 120px;
}
ul.calendar-list li .time{
    width: 70px;
}
ul.calendar-list li .unit{
    width: 200px;
}
.calendar-info{
    background-color: #fff;
    font-size: 16px;
    padding: 15px;
    color: #C6A49A;
}
.footer1{
    padding-right: 30px;
}   
.lg\:col-span-5 {
    grid-column: span 5 / span 5;
}
.lg\:col-span-7 {
    grid-column: span 7 / span 7;
}
.content-404{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15vh 0px;
}
.content-404 i{
    font-size: 5em;
    color: #F87E7B;
    margin-bottom: 10px;
}
#pdfModal.hidden{
    display: none;
}
#pdfModal{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    overflow: hidden;
    z-index: 1;
}
#pdfModal .mask{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.5);
}
#pdfModal .content{
    background-color: #fff;
    z-index: 1;
    width: 80vw;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#pdfModal .title{
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#pdfModal .title svg{
    cursor: pointer;
}
#pdfModal .btns{
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: end;
    border-top: 1px solid #ccc;
    width: 100%;
}
#pdfModal .btns a,
#pdfModal .btns button{
    margin-left: 10px;
    border: 1px solid #000;
    padding: 5px 20px;
    font-size: 14px;
}
#pdfModal .btns button{
    background-color: #ccc;
    color: #666;
    border-color: #ccc;
}
#pdfModal iframe{
    width: 100%;
    height: 100%;
    background-color: #ccc;
}
.program-text{
    width: 100%;
}
@media(max-width: 640px){
    .workshop{
        background-color: #fff;
        padding: 15px;
        display: flex;
        flex-direction: column;
    }
    .workshop > div:nth-child(1){
        border-bottom: 1px solid #eee;
    }
    #pdfModal .content{
        width: 95vw;
        height: 90vh;
    }
}

