/* ============================================================================
   top-banner
=============================================================================== */
section.top-banner .photo {
    height: 150px;
    background-image: url(../images/photos/banner_photo_links_01.jpg);
}
@media (min-width : 768px) {
    section.top-banner .photo { height: 200px;}
}
/*.mask-wave span.wte { background-image: url(../images/wave_red.png);}*/
.mask-wave span.blu { background-image: url(../images/wave_white.png);}
.mask-wave span.grn { background-image: url(../images/wave_white_2.png);}
/* ============================================================================
   cate
=============================================================================== */
section.cate {
    padding-bottom: 40px;
}
section.cate h4.wt-sub span.f-en {
    font-size: 14px;
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', 'Lato', Helvetica, sans-serif;
}
section.cate .cate-list .item {
    padding: 0 5px;
}
section.cate .cate-list .item span.img {
    display: block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    background-position: 50% 50%;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-color: #fff;
}
section.cate .cate-list .item span.img:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}
@media (min-width : 768px) {
    section.cate h4.wt-sub span.f-en { font-size: 20px;}
}
/* ============================================================================
   topic
=============================================================================== */
.topic-main {
    position: relative;
    z-index: 20;
    margin-top: -70px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.topic-main .item {
    width: 140px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ccc;
    border-left: 1px #ddd solid;
    -webkit-box-shadow: 8px 8px 0px 0px rgba(0,0,0,0.03);
    box-shadow:         8px 8px 0px 0px rgba(0,0,0,0.03);

}
.topic-main .item.active {
    width: 50%;
    height: 100px;
    flex: 1 1 auto;
    background: #fe5943;
    border-left-width: 0;
}
.topic-main .ttl,
.topic-main .topic {
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 200;
    color: #fff;
    padding-bottom: 6px;
    text-align: center;
}
.topic-main .active .ttl,
.topic-main .active .topic {
    color: #fff;
}
.topic-main .topic {
    font-size: 18px;
    font-weight: 400;
}
.topic-main .active .topic {
    font-size: 32px;
    font-weight: 400;
}
@media (min-width : 768px) {
    .topic-main { margin-top: -110px; }
    .topic-main .item {
        width: 160px;
        height: 140px;
        -webkit-box-shadow: 12px 12px 0px 0px rgba(0,0,0,0.03);
        box-shadow:         12px 12px 0px 0px rgba(0,0,0,0.03);

    }
    .topic-main .item.active {
        width: 160px;
        height: 140px;
        flex: 0 1 auto;
    }
    .topic-main .ttl,
    .topic-main .topic {
        font-size: 16px;
        letter-spacing: 2px;
        padding-bottom: 10px;
    }
    .topic-main .topic {
        font-size: 24px;
        font-weight: 400;
    }
    .topic-main .active .topic {
        font-size: 38px;
        font-weight: 400;
    }
}

/* ============================================================================
   highlights
=============================================================================== */
section.highlights .cate-main {
    width: 100%;
}
section.highlights p.ttl {
    font-size: 16px;
    margin-bottom: 10px;
}
section.highlights .photo {
    max-width: 280px;
    margin-bottom: 20px;
}
section.highlights .intro {
}
@media (min-width : 768px) {
    section.highlights .cate-main { display: flex; }
    section.highlights .photo {
        margin-left: auto;
        margin-right: auto;
        padding-right: 8%;
    }
    section.highlights .intro {
        width: 70%;
        margin-right: auto;
        margin-left: auto;  
    }
}
