@media screen and (min-width:767px) and (max-width:979px) {

    * {
        margin: 0px;
        padding: 0px;
    }

    .nav-ber {
        width: 100%;
        margin: 0 auto;
    }

    header .logo {
        height: 50px;
        padding-top: 10px;
        float: left;
    }

    .bar-brand {
        height: 40px;
        width: 130px;
        padding: 8px 5px 5px 10px;
        font-size: 18px;
        line-height: 1em;
        margin-left: 15px;
        margin-top: 5px;
    }

        .bar-brand > img {
            width: 180px;
        }

    .toggle {
        display: none;
    }

    header .fl_right {
        float: right;
    }

    .fl_right ul {
        margin: 0 0 3px 10px;
    }

        .fl_right ul li {
            float: left;
        }

    .fl_right li {
        position: relative;
        -webkit-font-smoothing: antialiased;
        padding: 0 10px;
        font-family: '微軟正黑體', 'sans-serif';
        list-style: none;
        text-transform: uppercase;
        line-height: 60px;
        font-weight: 700;
    }

        .fl_right li a {
            font-size: 1.188em;
            color: #41210f;
        }

    article {
        width: 100%;
    }

        article h1 {
            font-size: 120px;
            color: #FFF;
            text-align: center;
            font-weight: normal;
            letter-spacing: 3px;
            text-shadow: 1px 1px 2px #333333;
        }

            article h1 span {
                color: #39C;
            }

    #menu {
        float: right;
    }

    #navSwitch {
        display: none;
    }

        #navSwitch.mobile {
            display: block;
            position: absolute;
            z-index: 111;
            top: 0px;
            right: 0px;
            color: #000;
            padding: 10px 30px;
            height: 40px;
        }

    #navUl {
        float: left;
        margin: 0px;
        display: block;
    }

        #navUl > li {
            float: left;
            height: 60px;
        }

            #navUl > li.active {
                background: rgba(100%,100%,100%,0.2) !important;
            }

            #navUl > li > a {
                float: left;
                padding: 5px 10px;
            }

        #navUl.pcStyle {
            display: block !important;
        }

        #navUl.mobileStyle {
            width: 100%;
            position: fixed;
            z-index: 100;
            top: 60px;
            left: 0px;
            display: none;
        }

            #navUl.mobileStyle > li {
                width: 100%;
                text-align: center;
                background-color: #ccc;
            }

                #navUl.mobileStyle > li > a {
                    width: 100%;
                    float: left;
                    padding: 20px 0px;
                    ;
                    text-align: center;
                }

    .main {
        display: block;
        width: 100%;
    }

    .banner {
        width: 100%;
        height: 40vw;
    }


    .container {
        display: block;
        padding: 50px 0px;
        width: 100%;
        margin: 0 auto;
    }

        .container > p {
            font-size: 1.25em;
            line-height: 1.75;
            color: #666666;
            margin-left: 10px;
        }

    .photo_frame {
        margin: 0 auto;
        width: 420px;
        height: 420px;
        display: inline-block;
        margin-left: 20px;
        margin-bottom: 20px;
        padding: 5px;
        background: url(../images/test_02.png) no-repeat;
        background-position: top center;
        background-size: 100% auto;
    }

    .photo_Item {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

        .photo_Item > img {
            width: 70%;
        }

    .features {
        padding: 80px 0px;
        background-color: #fff4d6;
        float: left;
        width: 100%;
    }

    .content {
        width: 100%;
        margin: 0 auto;
    }

    .con_photo {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .left {
        width: 510px;
        padding: 0px;
        overflow: hidden;
        display: block;
        text-align: center;
    }

    .right {
        width: 98%;
        padding: 0px;
        overflow: hidden;
        display: inline-block;
        text-align: center;
        padding-bottom: 50px;
    }

        .right ul li {
            width: 31.333%;
            margin: 10px 5px;
            display: inline-block;
        }

    .con_botto {
        margin: 10px auto 0px auto;
        padding: 10px 20px;
        text-align: center;
    }

    .txt_content {
        width: 96%;
        margin: 20px 10px 10px 10px;
    }

    .txt_box01 {
        width: 98%;
        text-align: left;
    }

    .txt_box02 {
        width: 98%;
        text-align: left;
    }

    .myButton {
        width: 280px;
        text-align: center;
        border-image-source: initial;
        border-image-slice: initial;
        border-image-width: initial;
        border-image-outset: initial;
        border-image-repeat: initial;
        display: inline-block;
        cursor: pointer;
        color: rgb(34, 26, 23);
        font-size: 21px;
        font-weight: bold;
        margin-top: 10px;
        text-decoration: none;
        font-family: 微軟正黑體, Arial, serif;
        background: linear-gradient(rgb(255, 175, 2) 5%, rgb(241, 134, 28) 100%) rgb(255, 175, 2);
        border-radius: 6px;
        border-width: 2px;
        border-style: solid;
        border-color: rgb(253, 249, 220);
        padding: 4px 42px;
    }



    /*---完成頁 -----*/

    .photo_carry {
        top: 70px;
        padding: 15px;
        text-align: justify;
    }

    .carry_out {
        margin: 30px auto;
        width: 100%;
        padding: 10px auto;
        text-align: center;
    }

    .carre_photo img {
        padding: 20px;
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0 0 15px #8a8a8a;
    }

    #myPopup {
        position: fixed;
        top: 0%;
        left: 0%;
        bottom: 0%;
        right: 0%;
        background: rgba(0,0,0,0.5);
        z-index: 200000;
    }

        #myPopup .popup-inner {
            position: fixed;
            top: 32px;
            left: 50%;
            width: 90%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            max-width: 500px;
            min-height: 150px;
            background: #fff;
            box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.8);
            padding: 16px;
            padding-bottom: 64px;
            box-sizing: border-box;
            text-align: center;
            z-index: 200000;
        }

    .popup-inner > h3 {
        width: 100%;
        margin: 0 auto;
        padding: 15px 0;
        text-align: center;
    }

    .popup-inner > img {
        width: 50vw;
        height: auto;
    }

    .pure-button {
        display: block;
        zoom: 1;
        width: 90%;
        margin: 10px auto;
        line-height: normal;
        white-space: nowrap;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        box-sizing: border-box;
        font-family: inherit;
        font-size: 100%;
        padding: .5em 1em;
        color: #444;
        color: rgba(0,0,0,0.8);
        border: 1px solid #999;
        border: none rgba(0,0,0,0);
        background-color: #e6e6e6;
        text-decoration: none;
        border-radius: 2px;
    }

    /*---- footer ----*/
    footer {
        clear: both;
        width: 100%;
        background-color: #Fdecea;
        text-align: center;
        box-shadow: 0px -1px 1px 1px #ccc;
        bottom: 0;
        padding: 10px 0;
        z-index: 888;
    }
}

@media screen and (max-width:766px) {
    .nav-ber {
        width: 100%;
        margin: 0 auto;
    }

    header .logo {
        height: 50px;
        padding-top: 10px;
        float: left;
    }

    .bar-brand {
        height: 40px;
        width: 130px;
        padding: 8px 0px 5px 0px;
        font-size: 18px;
        line-height: 1em;
        margin-left: 15px;
        margin-top: 5px;
    }

        .bar-brand > img {
            width: 150px;
        }

    .container {
        display: block;
        padding: 50px 0px;
        width: 100%;
        margin: 0 auto;
    }

    #navUl > li > a {
        float: left;
        padding: 5px 5px;
    }

    .container > p {
        line-height: 1.75;
        color: #666666;
    }

    .banner {
        width: 100%;
        height: 40vw;
    }

    .photo_frame {
        margin: 0 auto;
        width: 88%;
        display: inline-block;
        height: 350px;
        margin-bottom: 5px;
        padding: 5px;
        background: url(../images/test_02.png) no-repeat;
        background-position: top center;
        background-size: 100% auto;
    }

    .photo_Item {
        margin: 0 auto;
        width: 100%;
        display: inline-block;
        float: left;
        padding: 5px;
    }

    .image-cropper-Vertica > #slider-vertical {
        top: 0px;
        vertical-align: middle;
        margin: 2px auto;
        height: 320px;
    }

    .txt_content {
        width: 100%;
        text-align: center;
        margin: 20px auto;
    }

    .txt_box01 {
        width: 98%;
        text-align: left;
    }

    .txt_box02 {
        width: 98%;
        text-align: left;
    }

    .container {
        display: block;
        padding: 50px 0px;
        width: 100%;
        margin: 0 auto;
    }

        .container > p {
            font-size: 1.25em;
            line-height: 1.75;
            color: #666666;
            margin-left: 10px;
        }

    .features {
        padding: 80px 0px;
        background-color: #fff4d6;
        float: left;
        width: 100%;
    }

    .content {
        width: 100%;
        margin: 0 auto;
    }

    .con_photo {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .left {
        width: 100%;
        padding: 0px;
        overflow: hidden;
        display: block;
        text-align: center;
    }

    .right {
        width: 100%;
        margin: 0 auto;
        padding: 0px;
        overflow: hidden;
        display: inline-block;
        text-align: center;
        padding-bottom: 50px;
    }

        .right ul li {
            width: 25%;
            margin: 10px 10px;
            display: inline-block;
        }

    .con_botto {
        margin: 10px auto 0px auto;
        padding: 10px 20px;
        text-align: center;
    }

    .myButton {
        width: 280px;
        text-align: center;
        border-image-source: initial;
        border-image-slice: initial;
        border-image-width: initial;
        border-image-outset: initial;
        border-image-repeat: initial;
        display: inline-block;
        cursor: pointer;
        color: rgb(34, 26, 23);
        font-size: 21px;
        font-weight: bold;
        margin-top: 10px;
        text-decoration: none;
        font-family: 微軟正黑體, Arial, serif;
        background: linear-gradient(rgb(255, 175, 2) 5%, rgb(241, 134, 28) 100%) rgb(255, 175, 2);
        border-radius: 6px;
        border-width: 2px;
        border-style: solid;
        border-color: rgb(253, 249, 220);
        padding: 4px 42px;
    }

    /*---完成頁 -----*/

    .photo_carry {
        top: 70px;
        padding: 15px;
        text-align: justify;
    }

    .carry_out {
        margin: 30px auto;
        width: 100%;
        padding: 0px 0px;
        text-align: center;
    }

    .carre_photo img {
        padding: 20px 10px;
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0 0 15px #8a8a8a;
    }

    .share_box {
        z-index: 998;
        position: fixed;
        filter: alpha(opacity=80);
        opacity: 0.8;
        right: 0px;
    }

    .text_box1 {
        width: 98%;
        text-align: center;
        margin: 20px auto;
    }

    .share {
        /*padding-top: 200px;*/
    }

    #myPopup {
        position: fixed;
        top: 0%;
        left: 0%;
        bottom: 0%;
        right: 0%;
        background: rgba(0,0,0,0.5);
        z-index: 200000;
    }

        #myPopup .popup-inner {
            position: fixed;
            top: 32px;
            left: 50%;
            width: 90%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            max-width: 500px;
            min-height: 150px;
            background: #fff;
            box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.8);
            padding: 16px;
            padding-bottom: 64px;
            box-sizing: border-box;
            text-align: center;
            z-index: 200000;
        }

    .popup-inner > h3 {
        width: 100%;
        margin: 0 auto;
        padding: 15px 0;
        text-align: center;
    }

    .popup-inner > img {
        width: 55vw;
        height: auto;
    }

    .pure-button {
        display: block;
        zoom: 1;
        width: 90%;
        margin: 10px auto;
        line-height: normal;
        white-space: nowrap;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        box-sizing: border-box;
        font-family: inherit;
        font-size: 100%;
        padding: .5em 1em;
        color: #444;
        color: rgba(0,0,0,0.8);
        border: 1px solid #999;
        border: none rgba(0,0,0,0);
        background-color: #e6e6e6;
        text-decoration: none;
        border-radius: 2px;
    }

    /*---- footer ----*/
    footer {
        clear: both;
        width: 100%;
        background-color: #Fdecea;
        text-align: center;
        box-shadow: 0px -1px 1px 1px #ccc;
        bottom: 0;
        padding: 10px 0;
        z-index: 888;
    }
}

@media screen and (min-width:450px) and (max-width:737px) {
    #myPopup .popup-inner {
        position: fixed;
        top: 32px;
        left: 50%;
        width: 70vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 500px;
        min-height: 150px;
        background: #fff;
        box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.8);
        padding: 16px;
        padding-bottom: 64px;
        box-sizing: border-box;
        text-align: center;
        z-index: 200000;
    }

    .popup-inner > img {
        width: 35vw;
        height: auto;
    }
}


@media screen and (max-width: 449px) {
    .banner {
        width: 100vw;
        height: 40vw;
    }

    .txt_box01 {
        width: 98%;
        margin-bottom: 10px;
        text-align: center;
    }

    .input_txt {
        width: 90%;
        height: 40px;
        margin-bottom: 10px;
        text-align: left;
    }

    .txt_box02 {
        width: 98%;
        margin-bottom: 10px;
        text-align: center;
    }

    .btn {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        margin-left: 0px;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid #999;
        border-radius: 4px;
    }

    .carre_photo {
        width: 100%;
    }

        .carre_photo img {
            width: 95%;
            padding: 20px 10px;
            background-color: #fff;
            border-radius: 15px;
            box-shadow: 0 0 15px #8a8a8a;
        }
}

@media screen and (max-width: 340px) {
    .photo_frame {
        margin: 0 auto;
        width: 78%;
        display: inline-block;
        height: 300px;
        margin-bottom: 5px;
        padding: 5px;
        background: url(../images/test_02.png) no-repeat;
        background-position: top center;
        background-size: 100% auto;
    }

    .carre_photo img {
        padding: 5px 5px;
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0 0 15px #8a8a8a;
    }

    .image-cropper-Vertica > #slider-vertical {
        top: 0px;
        vertical-align: middle;
        margin: 2px auto;
        height: 250px;
    }
}
