.main-sect { /* main的section */
    padding: 40px;
}
.activity-sect-1 {  /* 相簿的第一個區塊(也只有一個) */
    
}
.activity-sect-title-1 { /* 相簿的標題 */
    position: relative;
    margin-bottom: 40px;
    padding: 20px 0;
    font-size: 1.5rem;
    font-weight: bold;
}
.activity-sect-title-1::after {
    content: '';
    position: absolute;
    display: block;
    width: 70px;
    height: 2px;
    left: 0;
    bottom: 0;
}
.activity-sect-title-1::before {
    content: '';
    position: absolute;
    display: block;
    width: 230px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #f0f0f0;
}
.activity-sect-decoration { /* 2a 獨有 */
    display: none;
}

/* 美食連結清單 */
.activity-tab-box { /* 相簿連結選單 */
    text-align: right;
    margin-bottom: 20px;
}
.activity-tab-box a { /* 相簿連結選單 */
    position: relative;
    display: inline-block;
    min-height: 32px;
    line-height: 32px;
    /* 數值微調 2018-09-07-from Jackie request */
    /* 改成底色為主題色 2018-10-27-from Jackie request */
    padding: 0 16px;
    margin-right: 10px;
    margin-bottom: 12px;
    /* 2018-12-22 */
    color: #666;
    border: 1px solid #666;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/* 2018-12-22 */
.activity-tab-box a.active::after {
    position: absolute;
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -5px;
    border: 5px solid transparent;
    border-bottom: none;
}

/* information */
.activity-intro {
    /* display: flex; */
    width: 100%;
    margin-bottom: 5%;
    /* align-items: stretch; */
}
.activity-intro::after {
    content: '';
    display: block;
    clear: both;
}
.activity-intro-box {
    float: left;
    width: 48%;
    margin: 0 1%;
}
.activity-intro-box-1 {
    position: relative;
}
.activity-main-thumbnail { /* 主圖容器 */
    position: relative;
    width: 100%;
    padding-top: 62.5%;
    overflow: hidden;
    background-color: #f0f0f0;
}
.activity-main-thumbnail img { /* 主圖 */
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.activity-intro-box-2 {
    padding: 4px;
    background-color: #f0f0f0;
    /* overflow-y: hidden; */
}
.activity-intro-tab-box {
    width: 100%;
    text-align: center;
}
.activity-intro-tab {
    float: left;
    display: block;
    position: relative;
    margin-bottom: 6px;
    font-size: 1rem;
    font-weight: bold;
    background: url('../images/tab-bgw.png') 0 0 no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.activity-intro-tab.active {
    position: relative;
    z-index: 33;
}
.activity-intro-content-box {
    position: relative;
    width: 100%;
    z-index: 30;
    overflow: auto;
}
.activity-intro-content {
    display: none;
    -webkit-overflow-scrolling: touch;
}
.activity-intro-content-1 {
    height: 100%;
    padding: 10px;
    background-color: #fff;
}
.activity-intro-content.active {
    display: block;
    overflow: auto;
    min-height: 100%;
}
.activity-intro-content-2.show-btn {
    position: relative;
}
.activity-intro-content-2::before {
    display: block;
    content: '';
    opacity: 0;
    transition: all 0.6s;
}
.activity-intro-content-2::after {
    display: block;
    content: '';
    opacity: 0;
    transition: all 0.6s;
}
.activity-intro-content-2.show-btn::before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.56);
    transition: all 0.6s;
}
.activity-intro-content-2.show-btn::after {
    position: absolute;
    display: block;
    content: '顯示價目表';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 1;
    width: 20%;
    min-width: 120px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    /* color: #555; */
    /* background-color: #fff; */
    cursor: pointer;
    transition: all 0.6s;
}
/* table */
.activity-intro-content-2 .activity-pricelist-table {
    min-width: 100%;
    text-align: center;
    -webkit-text-size-adjust: 100%;
}
.activity-intro-content-2 .activity-pricelist-table td,
.activity-intro-content-2 .activity-pricelist-table th {
    padding: 4px 12px;
    border-right: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
    background-color: #fff;
    white-space: nowrap;
}
.activity-intro-content-2 .activity-pricelist-table tr td:last-of-type,
.activity-intro-content-2 .activity-pricelist-table tr th:last-of-type {
    border-right: none;
}
.activity-intro-content-2 .activity-pricelist-table .activity-desc-td {
    text-align: left;
}

/* table-lightbox */
.lightbox-box-price {
    /* display: none; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -200%;
    opacity: 0;
    z-index: 1;
    transition: opacity .4s;
}
.lightbox-box-price.active {
    display: block;
    position: fixed;
    left: 0;
    opacity: 1;
    z-index: 10000;
    transition: opacity .4s;
}
.lightbox-box-mask-price {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.92);
}
.lightbox-inner-box-price {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow-y: auto;
    padding: 56px 3% 56px;
}
.lightbox-box-btn-price {
    position: fixed;
    width: 32px;
    height: 32px;
    top: 12px;
    right: 12px;
    z-index: 11;
    opacity: .66;
    cursor: pointer;
    background: url('../../../images/lb-sld.png') no-repeat;
    background-size: 64px 64px;
    background-position: -32px 0;
}
.lightbox-box-btn-price:hover {
    opacity: 1;
    background-position: -32px -32px;
}
.lightbox-inner-box-price .activity-pricelist-table {
    width: 100%;
    min-width: auto;
    text-align: center;
    padding: 1px;
    background-color: #f0f0f0;
    -webkit-text-size-adjust: 100%;
}
.lightbox-inner-box-price .activity-pricelist-table td,
.lightbox-inner-box-price .activity-pricelist-table th {
    margin: 2px;
    padding: 4px 12px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
}

/* 美食相片圖文清單 */
.activity-photos-list { /* 美食相片清單(ul容器) */
    position: relative;
}
.activity-photos-list::after { /* clear */
    content: '';
    display: block;
    clear: both;
}
.masonry-sizer {
    width: 32%;
}
.activity-photos-item { /* 美食相片清單(li) */
    position: relative;
    width: 32%;
    margin-bottom: 2%;
    cursor: pointer;
}
.gutter-sizer { /* 間隔sizer */
    width: 2%;
}
.activity-item-thumbnail { /* 美食相片清單的圖容器 */
    position: relative;
    overflow: hidden;
}
.activity-item-thumbnail img { /* 美食相片清單的圖 */
    width: 100%;
    margin: auto;
}
.activity-photos-item-link { /* 美食清單的連結icon */
    content: '';
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url('../images/i5.png') no-repeat center center;
    background-size: 100% 100%;
}

/* 瀑布流設定 */
@media screen and (min-width: 1440px) {
    .masonry-sizer {
        width: 32%;
    }
    .activity-photos-item {
        width: 32%;
        margin-bottom: 2%;
    }
    .gutter-sizer { /* 間隔sizer */
        width: 2%;
    }  
}
@media screen and (max-width: 1439px) {
    .masonry-sizer {
        width: 32%;
    }
    .activity-photos-item {
        width: 32%;
        margin-bottom: 2%;
    }
    .gutter-sizer { /* 間隔sizer */
        width: 2%;
    }
}
@media screen and (min-width: 1000px) {
    .main-sect { /* main的section */
        padding: 40px 12%;
    }
    .activity-sect-1 {  /* 相簿的第一個區塊(也只有一個) */
        padding-top: 0;
    }
    .activity-item-desc {
        position: absolute;
        width: 80%;
        height: 55%;
        top: 10%;
        right: 0;
        left: 0;
        margin: auto;
        padding: 6px 10px 0;
        overflow: hidden;
        font-size: 1rem;
        text-align: center;
        z-index: 5;
    }
    .activity-photos-item-link-box { /* 美食清單的文字主容器 */
        /* 數值微調 2018-09-07-from Jackie request */
        position: absolute;
        width: 80%;
        height: 40px;
        top: 65%;
        right: 0;
        left: 0;
        margin: auto;
        overflow: hidden;
        font-size: 1rem;
        text-align: center;
        z-index: 5;
    }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
    .main-sect { /* main的section */
        padding: 40px 5%;
    }
    .activity-sect-1 {  /* 相簿的第一個區塊(也只有一個) */
        padding-top: 0;
    }
    .activity-item-desc {
        position: absolute;
        width: 80%;
        height: 60%;
        top: 10%;
        right: 0;
        left: 0;
        margin: auto;
        padding: 4px 4px 0;
        overflow: hidden;
        font-size: 0.8rem;
        text-align: center;
        z-index: 5;
    }
    .activity-photos-item-link-box { /* 美食清單的文字主容器 */
        /* 數值微調 2018-09-07-from Jackie request */
        position: absolute;
        width: 80%;
        height: 34px;
        top: 70%;
        right: 0;
        left: 0;
        margin: auto;
        overflow: hidden;
        font-size: 1rem;
        text-align: center;
        z-index: 5;
    }
}

@media screen and (min-width: 768px) {
    .main-sect { /* main的section */ 
        
    }
    .activity-tab-box a:hover { /* 相簿連結選單 */
        /* 2018-12-22 */
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .activity-intro-box-1:hover::before,
    .activity-intro-box-1:hover .activity-head {
        opacity: 1;
    }
    .activity-intro-box-1 img {
        transition: all 0.8s ease;
    }
    .activity-intro-box-1:hover img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        transition: all 0.8s ease;
    }
    .activity-intro-box-1::before {
        position: absolute;
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 8;
    }
    .activity-head {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: auto;
        padding: 10px 16px;
        -webkit-transform:         translate(-50%, -50%);
            -ms-transform:         translate(-50%, -50%);
                transform:         translate(-50%, -50%);
        opacity: 0;
        color: #fff;
        border: 1px solid #fff;
        z-index: 10;
    }
    li .activity-item-desc,
    li .activity-photos-item-link-box { /* 美食清單的文字主容器 */
        opacity: 0;
        transition: all 0.8s ease;
    }
    li:hover .activity-item-desc,
    li:hover .activity-photos-item-link-box { /* 美食清單的文字主容器 */
        opacity: 1;
        transition: all 0.8s ease;
    }
    .activity-intro-tab { /*菜色介紹,價格*/
        width: 120px;
        height: 45px;
        line-height: 40px;
        text-align: center;
        margin-right: 8px;
    }
}
@media screen and (max-width: 767px) {
    .main-sect { /* main的section */
        padding: 40px 5%;
    }
    .activity-sect-1 {  /* 相簿的第一個區塊(也只有一個) */
        padding-top: 0;
    }
    .activity-head { /* 美食標題(3a沒有) */
        display: none;
    }
    .activity-info-tab-box a { /* 相簿連結選單 */
        padding: 0;
        margin-right: 16px;
        color: #000;
    }
    .activity-photos-item-link-box { /* 美食清單的文字主容器 */
        display: none;
    }
    .activity-intro {
        margin-bottom: 0;
    }
    .activity-intro-box {
        width: 100%;
        margin: 0 auto 5%;
    }
    /* .lightbox-active .activity-lightbox-show {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    } */
    .activity-item-desc {
        display: none;
    }
}

@media screen and (max-width: 767px) and (min-width: 481px) {
    /* tab box */
    .activity-intro-tab { /*菜色介紹,價格*/
        width: 25%;
        max-width: 120px;
        height: 45px;
        line-height: 40px;
        text-align: center;
        font-size: 1rem;
        margin-right: 8px;
    }
}
@media screen and (max-width: 480px) {
    /* tab box */
    .activity-intro-tab { /*菜色介紹,價格*/
        width: 33%;
        max-width: 120px;
        height: 45px;
        line-height: 40px;
        text-align: center;
        font-size: 1rem;
        margin-right: 8px;
    }
}