@media screen and (max-width: 1400px) {

    /*-----------------------------
    首頁
    -----------------------------*/
    /*********首橫幅*********/
    /*漂浮泡泡*/
    .bubble-box .circle01 {
        left: 5%;
    }

    .bubble-box .circle02 {
        left: 2%;
    }

    .bubble-box .circle03 {
        left: 2%;
    }

    .bubble-box .circle04 {
        right: 2%;
    }

    .bubble-box .circle05 {
        right: 8%;
    }

    .bubble-box .circle06 {
        right: 5%;
    }


}

@media screen and (max-width: 1199px) {
    /*-----------------------------
    首頁
    -----------------------------*/
    /*********精彩影音*********/

    /*輪播*/
    .owl-featured-box {
        width: 60%;
    }

    /*影片裝飾*/
    .featured-img01 {
        left: -18%;
    }

    .featured-img03 {
        right: -18%;
    }

    /*--------------------------------------------------------------
    摩佾作品內頁
    --------------------------------------------------------------*/
    /***********內頁橫幅************/
    /*主影片*/
    .page-banner .video-wrapper-box {
        border: 5px solid #262626;
    }
}

@media screen and (max-width: 991px) {

    /*-----------------------------
    共用
    -----------------------------*/
    /*******手機版出現*********/
    .pc-text {
        display: none;
    }
    .ph-text {
        display: block;
    }
    /*-----------------------------
    選單
    -----------------------------*/
    /*上方文字*/
    .header-contact {
        background-color: rgba(255, 255, 255, 1);
    }

    /*-----------------------------
    摩佾作品內頁
    -----------------------------*/
    section.page-ser .text {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    html {
        font-size: 15px;
    }

    /*-----------------------------
    共用
    -----------------------------*/
    /*版面*/
    .section-box .page {
        margin-top: 7.5rem;
    }

    /*標題*/
    .titleimg {
        width: 100px;
        margin-bottom: 1rem;
    }

    .owl-featured .title {
        font-size: 1rem;
        padding: 10px 0;
    }

    /*-----------------------------
    選單
    -----------------------------*/
    .header-contact {
        padding: 7px 10px;
    }

    /*-----------------------------
    首頁
    -----------------------------*/
    /*********首橫幅*********/
    section.banner {
        padding-top: 60px;
    }

    .banner-img {
        margin: 20px 0;
    }

    .banner-title .title {
        width: 70%;
        margin: auto;
        margin-bottom: 25px;
    }

    section.banner .row {
        align-items: baseline;
        height: auto;
    }

    /*********精彩影音*********/
    /*輪播*/
    .owl-featured-box {
        width: 70%;
    }

    /*漂浮泡泡*/
    .bubble-box .circle04 {
        width: 10px;
        height: 10px;
    }

    .bubble-box .circle05 {
        width: 20px;
        height: 20px;
    }

    .bubble-box .circle06 {
        width: 10px;
        height: 10px;
    }

    /*********首頁內容*********/
    .index-page {
        margin-top: 50vh;
        margin-top: calc(var(--vh, 1vh) * 50);
    }

    /*********精彩影音*********/

    .owl-featured .img-box {
        border-width: 10px 10px 0 10px;
    }

    .owl-featured-box .more {
        padding: 10px 5px;
        right: -30px;
        font-size: 0.9rem;
        width: 30px;
    }

    /*********服務項目*********/
    .index-service .item {
        padding: 10px 35px;
        width: 100%;
        border-radius: 70px;
        margin: 0 auto 10px auto;
    }

    .index-service .item .title {
        font-size: 1.1rem;
        margin: 0;
    }

    /*********作品案例*********/
    .index-work .row img {
        width: 70%;
        margin: 0 auto 15px auto;
    }

    /*-----------------------------
    footer
    -----------------------------*/
    .footer .footer-logo .logo {
        width: 80px;
    }

    /*-----------------------------
    摩佾作品內頁
    -----------------------------*/
    /*主視圖*/
    .page-banner .page-title .text {
        max-width: 300px;
        margin-bottom: 50px;
    }

    /*主影片*/
    .page-banner .video-wrapper-box {
        border: 5px solid #262626;
    }

    .filters-box .item p {
        margin-bottom: 10px;
        height: auto;
    }

    /*-----------------------------
    網站/平面
    -----------------------------*/
    /*平面設計 輪播*/
    .owl-carousel-box {
        padding: 0 30px;
    }
}

@media screen and (max-width: 575px) {

    /*-----------------------------
    摩佾作品內頁
    -----------------------------*/
    .page-banner {
        padding-top: 80px;
    }

    .banner-title p {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    /*主視圖*/
    .page-banner .page-title .title {
        max-width: 130px;
    }

    .page-banner .page-title .text {
        max-width: 150px;
        margin-bottom: 20px;
    }

    /*-----------------------------
    摩佾作品內頁
    -----------------------------*/
    /*共用*/
    section.page-ser {
        padding: 30px 0;
    }

    section.page-ser .title {
        margin-bottom: 1rem;
    }

    section.page-ser .text {
        margin-bottom: 30px;
    }

}

@media screen and (max-width: 350px) {

    /*-----------------------------
    選單
    -----------------------------*/
    .header-contact img {
        width: 110px;
    }

    .header-contact a {
        font-size: 12px;
    }
}







/**
@media screen and (min-width: 576px) {

}
@media screen and (min-width: 768px) {

}
@media screen and (min-width: 992px) {

}
@media screen and (min-width: 1200px) {

}
**/