html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

ul, li, dl, dt, dd, ol {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    white-space: normal;
    line-height: normal;
    font-weight: normal;
    font-size: medium;
    font-style: normal;
    text-align: start;
    font-variant: normal;
}

border {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

    a:active, a:hover, button:active, button:hover {
        outline: 0;
    }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1rem 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    cursor: pointer;
    overflow: visible;
}

input[type="radio"] {
    vertical-align: text-bottom;
    box-sizing: border-box;
    padding: 0;
}

input[type="checkbox"] {
    vertical-align: bottom;
    box-sizing: border-box;
    padding: 0;
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

.clear {
    clear: both;
}

input, button, select, textarea {
    outline: none;
}

*:focus {
    outline: none;
}
/*img{max-width: 100%;}*/

/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/


html, body {
    width: 100%;
    height: auto;
}

html {
    font-family: Helvetica,arial,Microsoft JhengHei,"微軟正黑體",sans-serif;
    font-size: 18px;
    font-weight: bold;
    background-color: #e5f6f8;
    min-width: 320px;
    max-width: 1366px;
    margin: 0 auto;
}

body {
    font-size: 1rem;
    background-color: #fff;
    -webkit-text-size-adjust: none;
}




/*app*/
.app {
    width: 100%;
    background: #31afa2;
    padding: 20px 0;
    color: #fff;
}

    .app > div {
        width: 90%;
        max-width: 1400px;
        margin: 0 auto;
        text-align: center;
    }

    .app div .app_box {
        display: inline-block;
        width: 49%;
        max-width: 375px;
    }

        .app div .app_box > img {
            float: left;
            width: 22%;
            margin-right: 10px;
        }

        .app div .app_box a {
            float: right;
            width: 72%;
            text-align: left;
        }

            .app div .app_box a p {
                padding: 5px 0px;
            }

            .app div .app_box a img {
                width: 100%;
                max-width: 140px;
            }

    .app nav {
        margin: 20px auto 10px;
    }

        .app nav a {
            padding-right: 5px;
            line-height: 1.5rem;
            display: inline-block;
        }

            .app nav a:hover {
                color: #ffb4b9;
            }

            .app nav a:before {
                content: "";
                border-right: 1px solid #fff;
                margin-right: 10px;
            }

            .app nav a:last-child:after {
                content: "";
                border-right: 1px solid #fff;
                margin-left: 10px;
            }



/*index-----------------------------------------------------------------------------------------------------------------------------------------------------*/



/*main*/
.index_title {
    font-size: 1.5rem;
    margin-bottom: 40px;
}

    .index_title span {
        color: #1bbabc;
        border-bottom: 3px solid #1bbabc;
    }





/*manner*/

.manner {
    background: url(../images/manner_bg.jpg) top center repeat;
    width: 100%;
    padding: 3rem auto;
    overflow: auto;
}


.manner_btns {
    text-align: center;
    margin: 2rem auto;
}

    .manner_btns a {
        display: inline-block;
        width: 32%;
        text-align: center;
        padding-bottom: 1rem;
        position: relative;
        vertical-align: top;
        min-height: 200px;
        max-width: 220px;
    }

        .manner_btns a:hover, .manner_btns a.here {
            border-bottom: 1px solid #222;
        }

            .manner_btns a:hover:after, .manner_btns a.here:after {
                display: block;
            }

            .manner_btns a:hover img:first-of-type, .manner_btns a.here img:first-of-type {
                display: none;
            }

            .manner_btns a:hover img:last-of-type, .manner_btns a.here img:last-of-type {
                display: block;
            }

        .manner_btns a img {
            display: block;
            margin: 0 auto;
            max-width: 100px;
        }

            .manner_btns a img:last-of-type {
                display: none;
            }

        .manner_btns a strong {
            display: block;
            font-size: 1.4rem;
            font-weight: bold;
            letter-spacing: .1rem;
        }

        .manner_btns a i {
            display: block;
            font-size: .7rem;
            font-style: normal;
            margin: .2rem;
        }

        .manner_btns a span {
            display: block;
            font-size: .7rem;
            font-style: normal;
        }

        .manner_btns a:after {
            content: "";
            width: 15px;
            height: 15px;
            position: absolute;
            bottom: -14px;
            left: 50%;
            transform: rotate(45deg) translate(-50%,0%);
            border-right: 1px solid #222;
            border-bottom: 1px solid #222;
            background-color: #e5fdfd;
            display: none;
        }




.mannerbox {
    width: 100%;
    max-width: 1300px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
}

    .mannerbox > h5 {
        color: #1bbabc;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .mannerbox .title {
        margin-bottom: 20px;
        background-color: #1bbabc;
    }

        .mannerbox .title h3 {
            color: #ffffff;
        }

.mannerbox_part:nth-of-type(2), .mannerbox_part:nth-of-type(3) {
    display: none;
}


.manner_subtitle {
    margin: 0rem auto 2rem;
    display: none;
}

    .manner_subtitle strong {
        font-size: 1.2rem;
        font-weight: bold;
    }

    .manner_subtitle i {
        font-size: 1rem;
        font-style: normal;
    }

    .manner_subtitle span {
        font-size: .7rem;
        display: block;
        margin-top: .5rem;
    }


marquee {
    width: 100%;
    background-color: transparent;
    padding: 9px;
    box-sizing: border-box;
    height: 58px;
}

marquee {
    display: inline-block;
    vertical-align: middle;
}

    marquee > font {
        line-height: 42px;
        font-size: 18px;
    }

marquee {
    text-align: left;
    width: calc(100% - 120px);
}

.marquee {
    width: 100%;
    height: 60px;
    padding: 0 20px 0 0;
    border-radius: 1rem;
    background-color: #f4b9bc;
    margin: 0 auto 20px;
    display: inline-block;
}

.marquee_title {
    display: inline-block;
    width: 80px;
    text-align: center;
    line-height: 26px;
    padding: 6px 9px;
    background-color: #fff;
    border-radius: 1rem;
    margin: 10px 14px 8px 18px;
}





.manner_tip {
    width: 97%;
    border-radius: 1rem;
    background-color: #f4b9bc;
    text-align: center;
    padding: .5rem;
    box-sizing: border-box;
    margin: 0 auto 2rem;
}

    .manner_tip > img, .manner_tip > div {
        display: inline-block;
        vertical-align: middle;
    }

    .manner_tip > img {
        max-width: 60px;
        margin-right: 1rem;
    }

    .manner_tip > div {
        text-align: left;
        width: calc(100% - 120px);
    }

        .manner_tip > div strong {
            font-size: 1.2rem;
            margin-bottom: .5rem;
            display: block;
            font-weight: bold;
        }



.manner_subbtns {
    margin: 1rem auto;
}

    .manner_subbtns a {
        display: inline-block;
        width: 300px;
        padding: .5rem 0;
        text-align: center;
        vertical-align: top;
        font-size: .7rem;
        border-radius: 3rem;
        border: 1px solid #8bc9c0;
        color: #8bc9c0;
        margin: 1%;
        box-sizing: border-box;
    }

        .manner_subbtns a:hover, .manner_subbtns a.here {
            border: 1px solid #f4b9bc;
            color: #fff;
            background-color: #f4b9bc;
        }

        .manner_subbtns a strong {
            display: block;
            font-size: 1.2rem;
            margin-bottom: .3rem;
            font-weight: bold;
        }


.manner_steps3_2 {
    display: none;
}

.manner_step {
    width: 24%;
    display: inline-block;
    margin: 1% .2%;
    vertical-align: top;
}

    .manner_step div {
        border-radius: 1rem;
        border: 1px solid #8bc9c0;
        overflow: hidden;
        background-color: #f2f2f2;
    }

        .manner_step div p {
            background-color: #8bc9c0;
            padding: 1rem .2rem;
            box-sizing: border-box;
            color: #fff;
            font-size: .7rem;
            min-height: 95px;
        }

            .manner_step div p strong {
                font-size: 1rem;
                display: block;
                margin-bottom: .3rem;
                font-weight: bold;
                letter-spacing: -1px;
            }

        .manner_step div img {
            max-width: 90%;
            padding: 1rem;
            box-sizing: border-box;
        }

    .manner_step ul {
        margin: 1rem auto;
        text-align: left;
    }

        .manner_step ul li {
            margin-left: 1rem;
            list-style: decimal;
            margin-bottom: 1.5rem;
            font-weight: bold;
        }

        .manner_step ul.lsd li {
            list-style: disc;
        }

        .manner_step ul li span {
            display: block;
            font-size: .7rem;
            color: #a4a4a4;
            margin-top: .2rem;
            font-weight: normal;
        }




/*main*/
.page_main {
    /* width: 100%; */
    /*background: url("../../images/page_bg_left.png"),url("../../images/page_bg_right.png"),#fff;*/
    background-repeat: no-repeat;
    background-position: left top,right bottom;
    background-size: 15%;
}

    .page_main > div {
        width: 90%;
        max-width: 1140px;
        margin: 0 auto;
        overflow: hidden;
        padding: 30px 0;
    }

        .page_main > div .breadcrumbs {
            color: #8d8c8c;
            margin-bottom: 20px;
        }

    .page_main .breadcrumbs li {
        display: inline-block;
        margin-bottom: 5px;
    }

    .page_main .title {
        background-color: #cff2f2;
        border-left: 4px solid #1bbabc;
        display: inline-block;
        color: #1bbabc;
        font-weight: bold;
        padding: 5px 10px;
    }

    .page_main .search {
        float: right;
        position: relative;
    }

        .page_main .search input {
            border-radius: 30px;
            border: 2px solid #1bbabc;
            padding: 5px 20px;
            max-width: 150px;
        }

        .page_main .search a {
            position: absolute;
            right: 10px;
            top: 8px;
            color: #908b8b;
        }

.page_title {
    border-bottom: 1px solid #1bbabc;
    margin-bottom: 30px;
    text-align: left;
}

    .page_title .page_date {
        background-color: #1bbabc;
        display: inline-block;
        color: #fff;
        padding: 5px 10px;
        font-size: 1.5rem;
        margin: 0px 10px 20px 0px;
        vertical-align: top;
    }

        .page_title .page_date span {
            display: block;
            font-size: 1rem;
        }

    .page_title h4 {
        display: inline-block;
        font-size: 1.25rem;
        color: #1bbabc;
        width: 82%;
        height: 3.5rem;
        overflow: hidden;
    }

.page_conten {
    border-bottom: 1px solid #1bbabc;
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: left;
    min-height: 240px;
}

    .page_conten > div {
        margin-bottom: 30px;
    }

    .page_conten img {
        width: auto;
        max-width: 100%;
    }

.page_back_btn {
    background-color: #f4b9bc;
    color: #fff;
    border-radius: 30px;
    padding: 5px 50px;
    display: inline-block;
}

    .page_back_btn:hover {
        background-color: #1bbabc;
    }





/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:768px) and (max-height:630px) {
    /*sub_menu*/
    .sub_menu {
        top: auto;
        bottom: 0;
        z-index: 25;
        width: 100%;
        margin-bottom: -3px;
    }

        .sub_menu a {
            writing-mode: initial;
            box-sizing: border-box;
            margin-bottom: 0px;
            float: left;
            border-right: 1px solid #fff;
            text-align: center;
            background-color: #3cbbbd;
        }

            .sub_menu a:nth-child(1), .sub_menu a:nth-child(2), .sub_menu a:nth-child(5) {
                width: 10%;
            }

            .sub_menu a:nth-child(3), .sub_menu a:nth-child(4) {
                width: 35%;
            }


    /*
.sub_menu a.contactbtn i{display: inline-block;}
.sub_menu a.contactbtn span{display:none;}
.sub_menu a.lightbox2_btn{display:block;}  
*/


}




@media only screen and (max-width:1100px) {



    /*index-----------------------------------------------------------------------------------------------------------------------------------------------------*/

    .manner_step {
        width: 48%;
        display: inline-block;
        margin: 1% .5%;
        vertical-align: top;
    }
}


@media only screen and (max-width: 1000px) {
    /*page-----------------------------------------------------------------------------------------------------------------------------------------------------*/

    /*banner*/
    .page_banner img {
        margin-top: 60px;
    }

    .page_banner .banner_w {
        left: 5%;
    }

    /*main*/
    .page_main {
        background: none;
    }
}



@media only screen and (max-width:768px) {
    /*sub_menu*/
    .sub_menu {
        top: auto;
        bottom: 0;
        z-index: 150;
        width: 100%;
        margin-bottom: -3px;
        font-size: 15px;
    }

        .sub_menu a {
            writing-mode: initial;
            box-sizing: border-box;
            margin-bottom: 0px;
            float: left;
            border-right: 1px solid #fff;
            text-align: center;
            padding: 12px 5px;
        }

            .sub_menu a:nth-child(1), .sub_menu a:nth-child(2), .sub_menu a:nth-child(5) {
                width: 10%;
            }

            .sub_menu a:nth-child(3), .sub_menu a:nth-child(4) {
                width: 35%;
            }


    /*
.sub_menu a.contactbtn i{display: inline-block;}
.sub_menu a.contactbtn span{display:none;}
.sub_menu a.lightbox2_btn{display:block;}  
*/

    /*app*/
    .app > div {
        max-width: none;
    }

    .app div .app_box {
        width: 100%;
        max-width: none;
    }

        .app div .app_box > img {
            float: none;
            width: 100%;
            margin-right: 0px;
            max-width: 150px;
            margin-bottom: 10px;
        }

        .app div .app_box a {
            float: none;
            width: 100%;
            text-align: center;
        }

            .app div .app_box a p {
                padding: 0px;
                margin-bottom: 10px;
                font-size: .8rem;
            }

            .app div .app_box a img {
                width: 100%;
                max-width: 150px;
                margin-bottom: 20px;
            }

    .app nav {
        margin: 20px auto 0px;
    }

        .app nav a {
            padding-right: 0px;
            display: block;
            margin-bottom: 10px;
            font-size: .8rem;
        }

            .app nav a:before {
                content: "";
                border-right: 0;
                margin-right: 0px;
            }

            .app nav a:last-child:after {
                content: "";
                border-right: 0;
                margin-left: 0px;
            }




    /*index-----------------------------------------------------------------------------------------------------------------------------------------------------*/



    /*main*/
    .index_title {
        font-size: 1.5rem;
        margin-bottom: 40px;
    }


    /*page-----------------------------------------------------------------------------------------------------------------------------------------------------*/
    .page_main > div .breadcrumbs {
        border-bottom: 1px solid #3cbbbd;
    }

    .page_banner .banner_w h2 {
        font-size: 2.5rem;
        font-weight: bold;
        letter-spacing: .5rem;
    }

    .page_banner .banner_w {
        left: 10%;
        transform: translate(0%,-0%);
    }

    .page_title .page_date {
        display: inline-block;
        text-align: left;
        font-size: 1rem;
        margin: 0px 0px 10px 0px;
    }

        .page_title .page_date span {
            display: inline-block;
        }

            .page_title .page_date span:after {
                content: "/"
            }

    .page_title h4 {
        display: block;
        width: 100%;
        height: auto;
        overflow: auto;
        margin-bottom: 20px;
    }

    .page_conten {
        min-height: inherit;
    }

    .page_back_btn {
        padding: 5px 50px;
        display: block;
    }

    .page_number a {
        padding: 10px 15px;
        font-size: .8rem;
    }


    /*manner	*/


    .mannerbox {
        width: 100%;
        margin: 0rem auto;
        box-shadow: none;
    }


    .manner_step {
        width: 100%;
        display: block;
        margin: 1% 0%;
        vertical-align: top;
    }
}




/* button.nav-link{
	font-size: 12px;
} */
