/* 載入圓體 */
@import url(http://fonts.googleapis.com/earlyaccess/cwtexyen.css);

/* 全部共用 */
.bg-content{
    background-image: url('../images/bg-content-min.jpg');
}
.bg-content.place{
    background-image: url('../images/place-bg-left-2.png'), url('../images/place-bg-right-2.png'), url('../images/bg-content-min.jpg');
    background-repeat: repeat-y, repeat-y, repeat;
    background-position: left 0% top 0px, right 0% top 0px, center center;
}

#about.bg-content{
    position: relative;
}

#about.bg-content::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 30px;
    background-image: url('../images/top-color.png');
    background-repeat: no-repeat;
    background-position: top -1px center;
    background-size: 100% 30px;
}

@media (max-width:1440px) {
    .bg-content.place{
        background-image: url('../images/bg-content-min.jpg');
        background-repeat: unset;
        background-position: unset;
    }
}

#go-top{
    position: fixed;
    z-index: 999;
    width: fit-content;
    border: none;
    padding: 0;
    background: none;
    opacity: 0.9;
}

#go-top a{
    display: block;
    border: 1px solid #fde4df;
    border-radius: 16px;
    padding: 8px 24px;
    font-size: 18px;
    letter-spacing: 2px;
    background: rgba(255, 255, 255, 0.6);
}

#go-top a:hover{
    color: #e45a19;
    /* background: rgba(255, 255, 255, 0.3); */
    opacity: 0.75;
}

@media (max-width:575px) {
    #go-top{
        position: fixed;
        z-index: 999;
        width: fit-content;
        border: none;
        padding: 0;
        background: none;
        opacity: 0.75;
    }

    #go-top a{
        padding: 8px 24px;
        font-size: 16px;
    }
}
.pt-block{
    padding-top: 90px;
}
.pb-block{
    padding-bottom: 60px;
}
.mb-title{
    margin-bottom: 45px;
}
a{
    color: #e45a19;
    text-decoration: none;
}
ul{
    padding-left: 0;
}
ul li{
    list-style: none;
}
.img, .place-info a img{
    max-width: 100%;
    display: block;
}

a.hover-o:hover{
    opacity: 0.75;
}

.text-brown{
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    /* background-color: #ffcf9e; */
    color: #666;
    padding: 0px 2px;
    border-radius: 4px;
}
@media (max-width: 992px) {
    .pt-block{
        padding-top: 60px;
    }
    .pb-block{
        padding-bottom: 45px;
    }
    .mb-title{
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .pt-block{
        padding-top: 45px;
    }
    .pb-block{
        padding-bottom: 30px;
    }
    .mb-title{
        margin-bottom: 24px;
    }
    .title-img{
        width: 65%;
    }
}

.buybtn{
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    transition: all 0.2s;
}

.buybtn:hover{
    transform: translateY(-10px)
}

@media (max-width: 640px){
    .buybtn {
        max-width: 80px;
    }
}

/* 導引按鈕 */
.nav-list a, .nav-phone a{
    display: block;
    margin: 0 16px;
    font-size: 18px;
    color: #666;
    font-weight: 600;
}

.nav-phone li{
    text-align: center;
    padding: 8px;
}
/* .collapsing +div, .collapse.show +div{
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
}
.collapse +div{
    transition: all 0.5s ease;
} */
.collapse.show{
    height: 100vh;
    /* z-index: 9999; */
}
@media (max-width: 480px) {
    .logo-ca{
        max-width: 90%;
        height: 34px;
    }
    .logo-k{
        max-width: 80%;
        
        height: 30px;
    }   
}
/* 區塊開始 */
/* 關於 */
.about-item-title{
    font-family: 'cwTeXYen', sans-serif;
    font-size: 24px;
    color: #666;
    font-weight: 600;
    white-space: 5px;
}
.about-item-title span{
    font-size: 56px;
}
.about-item-p{
    letter-spacing: 3px;
    line-height: 28px;
    font-weight: 600;
}
@media (max-width: 768px) {
    .about-item-title span{
        font-size: 36px;
    }
    .about-item-title{
        font-size: 20px;
    }
    .about-item-p{
        line-height: 24px;
    }
    .about>div{
        background-image: unset !important;
    }
}
.event-p{
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
}

.event-p.new1500{
    font-size: 18px;
    line-height: 31px;
}

.event-p .ticket-point, .event-h3{
    font-size: 24px;
    font-weight: bold;
}

.event-p.point{
    line-height: 30px;
    background-image: url('../images/event-p-bg.png');
    background-position: left 0px bottom 0px;
    background-repeat: no-repeat;
}

.event-sub-titile{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 32px;
    min-height: 32px;
}

.event-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-bg{
    background-image: url('../images/event-bg-2.png');
    background-size:contain; 
    background-position: center center; 
    background-repeat: no-repeat;
}

.event-notice{
    right: 5%;
    top: -40px;
    z-index: 2;
}

.event-boat{
    width: 360px;
    right: -5%;
    bottom: 0px;
    z-index: 2;
}

/*  */
#new-event.title-img{
    max-width: 100%;
}

@media (max-width: 480px){
    #new-event.title-img {
        width: 85%;
    }
}


.logo-card{
    background: #fff;
    border-radius: 8px;
    display: block;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.logo-card img{
    display: block;
    margin: auto;
}
/* 螢光筆 */
.event-mark{
    background:linear-gradient(transparent 35%,#ffee50 40%, #ffee50 90%,transparent 95%);
}

@media (max-width: 992px) {
    .event-bg{
        background-image: url('../images/event-bg-phone@2x.png');
        background-size: 100% 95%; 
    }
    .event-notice{
        width: 280px;
    }
}
@media (max-width: 768px) {
    .event-flex{
        justify-content: start;
    }
    .event-notice{
        width: 75%;
    }
    .event-notice{
        width: 240px;
        top: 0px;
    }
    .event-flex img{
        width: 36px;
    }
}

@media (max-width: 480px) {
    .event-p{
        font-size: 16px;
        line-height: 28px;
    }
    .event-p .ticket-point, .event-h3{
        font-size: 20px;
    }
    .event-sub-titile, .text-brown{
        font-size: 16px;
    }
    .event-notice{
        width: 200px;
    }
    .event-flex img{
        width: 32px;
    }
    .btn-rwd{
        height: 45px;
        width: auto;
    }
}

.container-place{
    padding: 0 16px;
}

.place-info{
    max-width: 540px;
}

.place-item-title{
    max-width: 540px;
}

.place-info p{
    max-width: 540px;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 32px;
}

.place-info.odd p{
    padding-right: 48px;
}

.place-info.even{
    padding-left: 48px;
}

.place-info .sub{
    margin-top: 8px;
    font-size: 24px;
    font-weight: 600;
    color: #666;
    line-height: 36px;
}

.place-photo{
    max-width: 600px;
}

.place-3-add{
    left: 320px;
    top: -10px;   
}

.place-5-add{
    width: 13.04%;
    max-width: 200px;
    left: 45%;
    bottom: 30px;
}

@media (max-width: 991px) {
    .place-3-add{
        right: -10%;
        left: unset;
        top: -10px;   
    }
    .place-photo{
        order: 1;
    }
    .place-info{
        padding: 16px;
        order: 2;
    }
    .place-info.odd p{
        padding-right: unset;
    }
    
    .place-info.even{
        padding-left: unset;
    }
    .place-info a img{
        max-width: 60%;
        display: block;
    }
    .place-5-add{
        top: 260px;
        left: 10%;
        width: 20%;
    }
}

@media (max-width: 768px) {
    .place-3-add{
        right: -5%;
    }
}

@media (max-width: 440px) {
    .place-info, .place-info.even{
        /* padding: 16px 24px 24px 0; */
        padding: 8px 16px;
    }
    .place-info p{
        font-size: 16px;
        line-height: 28px;
    }
    .place-info .sub{
        margin-top: 8px;
        font-size: 20px;
        line-height: 28px;
    }
    .place-info a img{
        max-width: 90%;
        display: block;
    }
}