﻿@font-face {
    font-family: 'TimesNewRomanMTStd-Bold';
    src: url('../font/TimesNewRomanMTStd-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Arial-BoldMT';
    src: url('../font/Arial-BoldMT.woff') format('woff');
}

html, body {
    width: 100%;    
    overflow-x:hidden;
    margin: 0;
    padding: 0;
    font-family: Arial, "微軟正黑體";
    background-color: #FFFFFF;
}

img {
    margin: 0;
    padding: 0;
}

div::after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

div, p, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}

input, select, textarea {
    font-family: Arial, "微軟正黑體";
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    resize: none;
    border: 0;
}

.yellow_t {
    color: #ffc900;
}

.PCmd {
    position: relative;
    width: 100%;
    min-width: 320px;
}

.HM_Box {
    width: 100%;
    position: relative;
    background-color: #f1f6fc;
    overscroll-behavior:contain;
}

.menuWraps {
    display: flex;
    align-items: center;
    width: 100%;
    height: 130px;
    line-height: 130px;
}

    .menuWraps .menuCenter {
        position: relative;
        width: 100%;
        height: 100%;
    }

.menu, .rightMenu {
    display: none;
}

.img_logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    margin: auto;
    width: 223px;
    height: 67px;
    background: url(../images/logo.png)no-repeat center;
    background-size: 100%;
}

.menuBox {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

    .menuBox ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 80%;
        margin: auto;
    }

        .menuBox ul li {
            position: relative;
            cursor: pointer;
            font-size: 21px;
            color: #000;
        }

            .menuBox ul li.on, .menuBox ul li:hover {
                color: #23B4CB;
            }

.btn_GoTopBox {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 100px;
    height: 100px;
    z-index: 1;
}

.btn_GoTop {
    opacity: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../images/icon_Top.svg)no-repeat center;
    background-size: 30%;
    background-color: rgba(96,169,204,0.6);
    z-index: 1;
}

    .btn_GoTop.on {
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        opacity: 1;
    }

    .btn_GoTop:hover {
        transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        background-color: rgba(96,169,204,0.8);
    }

.HM_Topbg {
    width: 100%;
    height: 900px;
    background: url(../images/bg_top.jpg) no-repeat center bottom;
    background-size: cover;
    position: relative;
}

    .HM_Topbg ul {
        position: absolute;
        margin: auto;
        left: 11%;
        bottom: 22%;
        width: 100%;
        max-width: 620px;
    }

        .HM_Topbg ul li {
            padding-top: 5%;
            text-align: center;
        }

            .HM_Topbg ul li:nth-child(2) {
                color: #008297;
                font-size: 55px;
                font-weight: bold;
                font-family: Times New Roman;
            }

            .HM_Topbg ul li:nth-child(3) {
                color: #008297;
                font-size: 31px;
            }

            .HM_Topbg ul li:last-child {
                max-width: 590px;
                margin: 0 auto;
                font-size: 26px;
                text-align: left;
                padding-top: 10%;
                letter-spacing: 0.6px;
                line-height: 40px;
                text-align: justify;
            }

/*ABOUT US*/
.HM_abouUS {
    background-color: #f5f5f5;
    padding-bottom: 8%;
}

    .HM_abouUS .HM_title {
        font-family: Times New Roman;
        display: block;
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        padding: 5% 0;
    }

    .HM_abouUS ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: #fff;
        padding: 15px;
        width: 100%;
        max-width: 1600px;
        margin: 0 auto;
    }

        .HM_abouUS ul li img {
            max-width: 700px;
            width: 100%;
            height: auto;
        }

        .HM_abouUS ul .text {
            width: 100%;
            max-width: 800px;
            margin: 0 5%;
        }

            .HM_abouUS ul .text span {
                display: block;
                font-size: 26px;
                margin-top: 5%;
                line-height: 1.5em;
            }

/*SERVICES*/
.swiper_Select_m {
    display: none;
}

.HM_serv {
    background-color: #fff;
}

.swiper_Select {
    display: flex;
    justify-content: center;
    align-items: center;
}

.HM_serv span {
    display: block;
}

.HM_serv .HM_title {
    font-family: Times New Roman;
    display: block;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding: 3% 0 1%;
}

.HM_serv .title_content {
    margin: 0 auto 2%;
    max-width: 1200px;
    font-size: 26px;
    text-align: center;
    line-height: 1.6em;
}

    .HM_serv .title_content.grayT {
        color: #999999;
    }

.selectBox {
    position: relative;
    width: 100%;
    max-width: 1830px;
    margin: 60px auto 0;
    padding-bottom: 3%;
    overflow: hidden;
}

.selectItem {
    max-width: 330px;
    width: 100%;
    height: 600px;
    margin: 0 15px;
}

    .selectItem .imgBox {
        position: relative;
        width: 100%;
        height: 100%;
        max-height: 190px;
        text-align: center;
    }

        .selectItem .imgBox img {
            margin: auto;
            width: auto;
            height: 100%;
        }

.selectItem_title {
    display: block;
    width: 100%;
    margin-top: 75px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.selectItem_content {
    display: block;
    margin: 45px auto 0;
    font-size: 26px;
    line-height: 1.6em;
    text-align: center;
}

/*VISIONS*/
.HM_visions .HM_title_m {
    display: none !important;
}

.HM_visions {
    width: 100%;
    height: 850px;
    background: url(../images/bg_visions.jpg)no-repeat top center;
    background-size: cover;
}

    .HM_visions ul {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .HM_visions li {
        display: block;
        position: relative;
        width: 50%;
        height: 100%;
    }

    .HM_visions .text {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        backdrop-filter: blur(50px);
        background-color: rgba(0,0,0,0.5);
        color: #fff;
    }

        .HM_visions .text .Content {
            display: table;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 74%;
        }

        .HM_visions .text span {
            display: block;
            margin: 6% auto 0;
            font-size: 26px;
            line-height: 1.8em;
            letter-spacing: 0.4px;
        }

        .HM_visions .text .HM_title {
            font-family: Times New Roman;
            margin: 0 auto;
            line-height: 1em;
            font-size: 40px;
            font-weight: bold;
            text-align: center;
            letter-spacing: normal;
        }

/*STYLE*/
.HM_style .HM_title_m {
    display: none !important;
}

.HM_style {
    width: 100%;
    height: 850px;
    overflow: hidden;
}

    .HM_style ul {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .HM_style li {
        display: block;
        position: relative;
        width: 50%;
        height: 100%;
        background: url(../images/bg_style.jpg)no-repeat top center;
        background-size: cover;
    }

    .HM_style .text {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        background: #fff;
        color: #000;
    }

        .HM_style .text .Content {
            display: table;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 80%;
        }

        .HM_style .text span {
            display: block;
            padding: 0 4%;
            margin: 50px auto 0;
            font-size: 26px;
            line-height: 2em;
        }

        .HM_style .text .HM_title {
            font-family: Times New Roman;
            margin: 0 auto;
            line-height: 1em;
            font-size: 40px;
            font-weight: bold;
            text-align: center;
            letter-spacing: normal;
        }

/*CONTACT US*/
.HM_contact .HM_contactT_m {
    display: none;
}

.HM_contact {
    background-color: #292929;
    padding: 2% 0 3%;
}

    .HM_contact .centerWrap {
        width: 100%;
        max-width: 894px;
        margin: auto;
    }

    .HM_contact ul li {
        text-align: center;
        color: #fff;
        font-size: 16px;
        line-height: 2.5em;
    }

        .HM_contact ul li.HM_title {
            font-family: Times New Roman;
            font-weight: bold;
            font-size: 26px;
        }

        .HM_contact ul li.HM_conect {
            line-height: 1.6em;
        }

        .HM_contact ul li.HM_Fill {
            line-height: normal;
            margin-top: 5%;
        }

.itemBox {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
}

    .itemBox div {
        position: relative;
        padding-bottom: 4%;
    }

    .itemBox span {
        margin: 0 0 1%
    }

    .itemBox input, .itemBox textarea {
        background-color: #555555;
        border-radius: 8px;
        padding: 0 3%;
        width: 100%;
        height: 50px;
        font-size: 1em;
        color: #fff;
        box-sizing: border-box;
    }

    .itemBox textarea {
        padding: 15px 3%;
        line-height: normal !important;
        height: 120px;
        font-family: sans-serif;
    }

    .itemBox .btn_submit {
        cursor: pointer;
        display: block;
        text-align: center;
        margin: 5% auto 0;
        border-radius: 50px;
        background-color: #23b4cb;
        width: 200px;
        height: 45px;
        line-height: 48px;
    }

        .itemBox .btn_submit:hover {
            background-color: #3cc8de;
        }

@media screen and (max-width: 1370px) {
    .menuBox ul {
        width: 55%;
    }

    /*ABOUT US*/
    .HM_abouUS ul .text span {
        font-size: 1.4em;
        line-height: 1.1em;
    }

    /*SERVICES*/
    .selectItem .imgBox {
        max-height: 160px;
    }

    .HM_serv .title_content {
        font-size: 1.6em;
    }

        .HM_serv .title_content.grayT {
            font-size: 1.4em;
        }


    .selectItem_title {
        font-size: 1.4em;
    }

    .selectItem_content {
        font-size: 1.2em;
        line-height: 1.4em;
    }

    /*VISIONS*/
    .HM_visions .text span {
        letter-spacing: 0;
        line-height: 1.5em;
        font-size: 1.6em;
    }

    /*STYLE*/
    .HM_style .text span {
        letter-spacing: 0;
        line-height: 1.6em;
        font-size: 1.6em;
    }
}

@media screen and (max-width: 1030px) {
    .btn_GoTop:hover {
        background-color: rgba(96, 169, 204, 0.6);
    }

    .btn_GoTop:active {
        background-color: rgba(96, 169, 204, 0.8);
    }

    .HM_Box {
        background-color: #fbfcfe;
    }

    .menuBox {
        display: none;
    }

    .menuWraps {
        height: 110px;
        background-color: rgba(255, 255, 255, 0.0);
        position: fixed;
        z-index: 99;
    }

        .menuWraps.on {
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            background-color: rgba(255, 255, 255, 0.8);
        }

    .img_logo {
        bottom: auto;
        top: 25px;
        left: 25px;
        width: 60px;
        height: 60px;
        background: url(../images/logo_m.svg)no-repeat center;
        background-size: 100%;
    }

    .menu {
        display: block;
        position: absolute;
        right: 25px;
        top: 25px;
        width: 60px;
        height: 60px;
        background: url(../images/btn_menu.svg) no-repeat center;
        background-size: 80%;
    }

        .menu:active {
            opacity: 0.7;
        }

    /*子選單*/
    .btn_close {
        position: absolute;
        top: 25px;
        right: 25px;
        width: 60px;
        height: 60px;
        background: url(../images/icon_close.svg)no-repeat center;
        background-size: 60%;
    }

        .btn_close:active {
            opacity: 0.7;
        }

    .rightMenu_mask {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,0);
        z-index: 99;
        -webkit-user-drag: none;
    }

    .rightMenu {
        display: none;
        position: fixed;
        top: 0;
        right: -80%;
        width: 75%;
        height: 100%;
        background-color: #fff;
        z-index: 101;
        box-shadow: 0 20px 20px rgba(0,0,0,0.2);
        z-index: 101;
    }

        .rightMenu ul {
            display: block;
            margin-top: 15%;
        }

            .rightMenu ul li {
                width: 40%;
                margin: 10% auto 0;
                text-align: center;
                line-height: 80px;
                font-size: 2em;
                border-radius: 60px;
                border: 1px solid rgba(255,255,255,0);
            }

                .rightMenu ul li.on {
                    border: 1px solid #23B4CB;
                    color: #23B4CB;
                    box-sizing: border-box;
                }

    .SevHours {
        position: absolute;
        margin: auto;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70%;
        padding: 6% 0;
        border-top: 1px solid #008297;
    }

    .rightMenu .SevHours li {
        width: 100%;
        margin: 0 auto;
        font-size: 2em;
    }

        .rightMenu .SevHours li:first-child {
            font-weight: bold;
            font-family: Times New Roman;
            font-size: 3em;
            color: #008297;
        }

    /*首頁*/
    .HM_Topbg {
        height: auto;
        background: url(../images/bg_top_M.jpg)#e4eef8 no-repeat center;
        background-size: cover;
    }

        .HM_Topbg ul {
            max-width: max-content;
            left: 0;
            bottom: 0;
            position: relative;
            padding: 5% 0 8%;
        }

            /*首頁*/
            .HM_Topbg ul li:nth-child(2) {
                font-family: Times New Roman;
                font-size: 3.2em;
            }

            .HM_Topbg ul li:nth-child(3) {
                font-family: Arial;
                font-weight: bold;
                font-size: 1.7em;
            }

            .HM_Topbg ul li:last-child {
                max-width: 554px;
                letter-spacing: 0;
                line-height: 1.6em;
                font-size: 1.4em;
                padding-top: 8%;
            }

    /*ABOUT US*/
    .HM_abouUS .HM_title {
        font-size: 3em;
    }

    .HM_abouUS {
        padding-bottom: 5%;
    }

        .HM_abouUS ul {
            padding: 0;
            background-color: #f5f5f5;
        }

            .HM_abouUS ul li img {
                display: none;
            }

            .HM_abouUS ul .text {
                width: 80%;
                max-width: max-content;
                margin: 0 auto;
            }

                .HM_abouUS ul .text span {
                    margin: 0 0 5%;
                    font-size: 1.6em;
                }

    /*SERVICES*/
    .HM_serv .HM_title {
        font-size: 3em;
    }

    .selectBox {
        padding-bottom: 10%;
    }

    .HM_serv .title_content {
        max-width: max-content;
        width: 80%;
        font-weight: bold;
        font-size: 1.6em;
    }

        .HM_serv .title_content.grayT {
            font-weight: normal;
        }

    .swiper_Select {
        display: none;
    }

    .swiper_Select_m {
        display: block;
    }

        .swiper_Select_m .selectItem {
            margin: 0 auto;
        }

        .swiper_Select_m .selectItem_content {
            width: 90%;
            margin: 8% auto 0;
        }

        .swiper_Select_m .swiper-pagination {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 5%;
        }

        .swiper_Select_m .swiper-pagination-bullet {
            width: 20px;
            height: 20px;
            margin: 0 15px !important;
            opacity: 1;
            background-color: rgba(0,0,0,0);
            border: 2px solid #000;
        }

        .swiper_Select_m .swiper-pagination-bullet-active {
            background-color: rgba(0,0,0,1);
            border: 2px solid #000;
        }

        .swiper_Select_m .selectItem_title {
            margin-top: 20%;
            font-size: 1.8em;
        }

        .swiper_Select_m .selectItem_content {
            display: block;
            margin: 10% auto 0;
            font-size: 1.4em;
            line-height: 1.4em;
        }

        .swiper_Select_m .selectItem .imgBox {
            max-height: 160px;
        }

    /*VISIONS*/
    .HM_visions {
        background-position-x: 25%;
    }

        .HM_visions .text .HM_title {
            display: none;
        }

        .HM_visions .text .HM_title_m {
            letter-spacing: 0;
            display: block !important;
            color: #000;
            font-size: 3em;
            font-family: Times New Roman;
            margin: 0 auto;
            line-height: 3em;
            font-weight: bold;
            text-align: center;
        }

    .HM_visions {
        height: auto;
    }

        .HM_visions li {
            display: none;
        }

        .HM_visions .text {
            display: block;
            background-color: rgba(0,0,0,0);
            backdrop-filter: blur(6px);
            width: 100%;
        }

            .HM_visions .text .Content {
                display: block;
                position: relative;
                width: 80%;
                padding: 5%;
                margin-bottom: 5%;
                border-radius: 30px;
                background-color: rgba(0,0,0,0.5);
            }

            .HM_visions .text span {
                margin: 0 auto 10%;
                font-size: 1.6em;
                text-align: left;
            }

                .HM_visions .text span:last-child {
                    margin-bottom: 5%;
                }

    /*STYLE*/
    .HM_style .text .HM_title {
        display: none;
    }

    .HM_style .text .HM_title_m {
        display: block !important;
        position: relative;
        border-radius: 30px;
        margin: 5% auto 10%;
        width: 90%;
        height: 340px;
        background: url(../images/bg_style.jpg) no-repeat center;
        background-size: 100%;
        background-position-y: 60%;
    }

        .HM_style .text .HM_title_m span {
            position: absolute;
            margin: auto;
            left: 0;
            right: 0;
            bottom: -4%;
            width: 75%;
            background-color: #fff;
            box-shadow: 0 3px 6px rgba(0,0,0,0.2);
            border-radius: 30px;
            color: #000;
            font-size: 3em;
            font-family: Times New Roman;
            line-height: 2em;
            font-weight: bold;
            text-align: center;
        }

    .HM_style {
        height: auto;
    }

        .HM_style li {
            display: none;
        }

        .HM_style .text {
            display: block;
            width: 100%;
        }

            .HM_style .text .Content {
                display: block;
                position: relative;
                width: 100%;
                max-width: 720px;
                margin-bottom: 5%;
            }

            .HM_style .text span {
                margin: 5% auto 0;
                font-size: 1.6em;
                text-align: left;
            }

    /*CONTACT US*/
    .HM_contact .centerWrap {
        max-width: max-content;
        width: 70%;
    }

    .HM_contact ul li {
        font-size: 1.4em;
    }

        .HM_contact ul li.HM_title {
            font-size: 2em;
        }

    .itemBox {
        margin-top: 8%;
    }

        .itemBox .btn_submit:hover {
            background-color: #23b4cb;
        }

        .itemBox .btn_submit:active {
            opacity: 0.8;
        }

        .itemBox span {
            font-size: 0.9em;
        }
}

@media screen and (max-width: 840px) {
    .menuWraps {
        height: 80px;
    }

    .img_logo {
        bottom: auto;
        top: 15px;
        left: 25px;
        width: 50px;
        height: 50px;
    }

    .menu {
        right: 25px;
        top: 15px;
        width: 50px;
        height: 50px;
    }

    .btn_close {
        top: 15px;
        right: 25px;
        width: 50px;
        height: 50px;
        background-size: 60%;
    }

    .rightMenu ul li {
        width: 50%;
        line-height: 2em;
        margin: 6% auto 0;
    }

    .rightMenu .SevHours ul {
        margin: 0;
    }

    .rightMenu .SevHours li {
        font-size: 1.4em;
    }

        .rightMenu .SevHours li:first-child {
            font-size: 2em;
        }

    .HM_Topbg ul li:last-child {
        padding-top: 6%;
    }

    .HM_Topbg ul li:last-child {
        max-width: 554px;
    }

    /*ABOUT US*/
    .HM_abouUS ul .text span {
        font-size: 1.4em;
    }

    /*SERVICES*/
    .HM_serv .title_content {
        font-size: 1.4em;
    }

    .swiper_Select_m .selectItem {
        height: 440px;
    }

        .swiper_Select_m .selectItem .imgBox {
            max-height: 130px;
        }

    .swiper_Select_m .selectItem_title {
        margin-top: 20%;
        font-size: 1.4em;
    }

    .swiper_Select_m .selectItem_content {
        font-size: 1.2em;
    }

    .swiper_Select_m .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        margin: 0 2% !important;
        border: 1px solid #000;
    }

    /*VISIONS*/
    .HM_visions .text span {
        font-size: 1.4em;
    }

    /*STYLE*/
    .HM_style .text .Content {
        max-width: 700px;
    }

    .HM_style .text span {
        font-size: 1.4em;
        line-height: 1.8em;
    }

    /*Contact Us*/
    .HM_contact {
        padding: 2% 0 5%;
    }
}

@media screen and (max-width: 740px) {
    /*首頁*/
    .HM_Topbg ul li:nth-child(2) {
        font-family: 'TimesNewRomanMTStd-Bold';
    }

    .HM_Topbg ul li:nth-child(3) {
        font-family: 'Arial-BoldMT';
        font-size: 1.65em;
    }

    /*SERVICES*/
    .swiper_Select_m .selectItem_title {
        font-size: 1.2em;
    }

    .swiper_Select_m .selectItem_content {
        font-size: 1em;
    }
}

@media screen and (max-width: 630px) {
    .menuWraps {
        height: 60px;
    }

    .img_logo {
        top: 10px;
        left: 20px;
        width: 40px;
        height: 40px;
    }

    .menu {
        right: 20px;
        top: 10px;
        width: 40px;
        height: 40px;
    }

    .btn_close {
        right: 10px;
        top: 10px;
        width: 40px;
        height: 40px;
    }

    .rightMenu ul li {
        font-size: 1.4em;
        margin: 5% auto 0;
    }

    .rightMenu .SevHours li {
        font-size: 1em;
    }

        .rightMenu .SevHours li:first-child {
            font-size: 1.6em;
        }

    /*首頁*/
    .HM_Topbg {
        background-position-x: 60%;
    }

        .HM_Topbg ul {
            max-width: max-content;
            padding: 15% 0;
        }

            .HM_Topbg ul li:nth-child(2) {
                font-size: 2.6em;
            }

            .HM_Topbg ul li:nth-child(3) {
                font-size: 1.38em;
            }

            .HM_Topbg ul li:last-child {
                max-width: 450px;
                font-size: 1.3em;
            }

    /*ABOUT US*/
    .HM_abouUS .HM_title {
        font-size: 2.6em;
    }

    .HM_abouUS ul .text span {
        font-size: 1.3em;
    }

    /*SERVICES*/
    .HM_serv .HM_title {
        padding: 10% 0 3%;
        font-size: 2.6em;
    }

    .swiper_Select_m .selectItem_title {
        margin-top: 15%;
        font-size: 2em;
    }

    .HM_serv .title_content {
        font-size: 1.3em;
    }

        .HM_serv .title_content.grayT {
            font-size: 1.2em;
        }

    .swiper_Select_m .selectItem_content {
        margin: 5% auto 0;
        font-size: 1.3em;
        line-height: 1.6em;
        font-weight: bold;
    }

    .swiper_Select_m .selectItem {
        max-width: 430px;
    }

    /*VISIONS*/
    .HM_visions {
        background-position-x: 30%;
    }

        .HM_visions .text .HM_title_m {
            font-size: 2.6em;
        }

        .HM_visions .text span {
            font-size: 1.3em;
        }

    /*STYLE*/
    .HM_style .text .HM_title_m {
        border-radius: 20px;
        height: 270px;
    }

        .HM_style .text .HM_title_m span {
            border-radius: 20px;
            font-size: 2.6em;
            line-height: 1.8em;
        }

    .HM_style .text .Content {
        max-width: max-content;
        width: 75%;
    }

    .HM_style .text span {
        font-size: 1.3em;
    }

    /*CONTACT US*/
    .HM_contact {
        padding: 5% 0 8%;
    }

        .HM_contact .HM_contactT {
            display: none;
        }

        .HM_contact .HM_contactT_m {
            display: block;
        }

        .HM_contact ul li {
            font-size: 1.3em;
        }

    .itemBox {
        margin-top: 15%;
    }
}

@media screen and (max-width: 530px) {
    /*首頁*/
    .HM_Topbg ul li:nth-child(2) {
        font-size: 2.4em;
    }

    .HM_Topbg ul li:nth-child(3) {
        font-size: 1.26em;
    }

    .HM_Topbg ul li:last-child {
        max-width: 416px;
        font-size: 1.2em;
    }

    /*SERVICES*/
    .swiper_Select_m .selectItem {
        height: 430px;
    }

    /*VISIONS*/
    .HM_visions .text span {
        letter-spacing: 0.5px;
    }

    /*STYLE*/
    .HM_style .text .HM_title_m {
        height: 237px;
    }

        .HM_style .text .HM_title_m span {
            line-height: 1.6em;
        }

    .HM_style .text span {
        letter-spacing: 0.5px;
    }
}

@media screen and (max-width: 430px) {
    .btn_GoTopBox {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 90px;
        height: 90px;
        z-index: 1;
    }

    .btn_GoTop {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }

    .rightMenu ul {
        margin-top: 30%;
    }

        .rightMenu ul li {
            width: 70%;
            margin: 8% auto 0;
        }

    /*首頁*/
    .HM_Topbg {
        background-position-x: 66%;
    }

        .HM_Topbg ul {
            padding: 30% 0 20%;
        }

            .HM_Topbg ul li:nth-child(2) {
                font-family: Times New Roman;
                font-size: 2.1em;
            }

            .HM_Topbg ul li:nth-child(3) {
                font-family: Arial;
                font-size: 1.1em;
            }

            .HM_Topbg ul li:last-child {
                max-width: 360px;
                font-size: 1.1em;
                letter-spacing: 0.1vw;
            }

    /*ABOUT US*/
    .HM_abouUS {
        padding-bottom: 0%;
    }

        .HM_abouUS .HM_title {
            font-size: 2.2em;
        }

        .HM_abouUS ul .text span {
            margin: 0 0 8%;
            font-size: 1.1em;
            line-height: 1.8em;
        }

    /*SERVICES*/
    .HM_serv .HM_title {
        font-size: 2.2em;
    }

    .swiper_Select_m .selectItem_title {
        font-size: 1.8em;
    }

    .swiper_Select_m .selectItem {
        height: 430px;
    }

    .swiper_Select_m .selectItem_content {
        width: 70%;
        font-size: 1.1em;
    }

    .swiper_Select_m .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    /*VISIONS*/
    .HM_visions .text .Content {
        padding: 8% 7% 5%;
        width: 71%;
    }

    .HM_visions .text .HM_title_m {
        font-size: 2.2em;
    }

    .HM_visions .text span {
        line-height: 2em;
        font-size: 1.1em;
    }

    /*STYLE*/
    .HM_style .text .HM_title_m {
        border-radius: 10px;
        height: 188px;
    }

        .HM_style .text .HM_title_m span {
            border-radius: 10px;
            font-size: 2.2em;
        }

    .HM_style .text .Content {
        width: 84%;
        margin-bottom: 10%;
    }

    .HM_style .text span {
        margin: 10% auto 0;
        line-height: 2em;
        font-size: 1.1em;
        letter-spacing: 0;
    }

    /*CONTACT US*/
    .HM_contact .centerWrap {
        width: 72%;
    }

    .HM_contact ul li.HM_title {
        font-size: 1.8em;
    }

    .HM_contact ul li {
        font-size: 1.1em;
    }

    .itemBox div {
        padding-bottom: 6%;
    }

    .itemBox input, .itemBox textarea {
        height: 35px;
        line-height: 37px;
    }

    .itemBox textarea {
        resize: none;
        padding: 10px 3%;
        line-height: normal;
        height: 105px;
    }

    .itemBox .btn_submit {
        margin: 8% auto 0;
        width: 200px;
        height: 45px;
        line-height: 48px;
    }
}

@media screen and (max-width: 390px) {
    /*首頁*/
    .HM_Topbg ul li:nth-child(2) {
        font-family: 'TimesNewRomanMTStd-Bold';
        font-size: 2em;
    }

    .HM_Topbg ul li:nth-child(3) {
        font-family: 'Arial-BoldMT';
        font-size: 1em;
    }

    .HM_Topbg ul li:last-child {
        max-width: 330px;
        font-size: 1em;
    }

    /*ABOUT US*/
    .HM_abouUS ul .text span {
        font-size: 1em;
    }

    /*SERVICES*/
    .selectBox {
        padding-bottom: 15%;
    }

    .swiper_Select_m .swiper-pagination {
        margin-bottom: 10%;
    }

    .HM_serv .title_content {
        max-width: 280px;
        font-size: 1.1em;
    }

        .HM_serv .title_content.grayT {
            font-size: 1em;
        }

    .swiper_Select_m .selectItem {
        height: 410px;
    }

    .swiper_Select_m .selectItem_title {
        font-size: 1.6em;
    }

    .swiper_Select_m .selectItem_content {
        font-size: 1em;
    }
}

@media screen and (max-width: 375px) {

    .rightMenu ul li {
        font-size: 1.2em;
        margin: 6% auto 0;
    }

    .HM_Topbg ul li:nth-child(2) {
        font-family: Times New Roman;
        font-size: 1.9em;
    }

    .HM_Topbg ul li:nth-child(3) {
        font-family: Arial;
    }

    /*ABOUT US*/
    .HM_abouUS .HM_title {
        font-size: 2em;
    }

    /*SERVICES*/
    .HM_serv .HM_title {
        font-size: 2em;
    }

    .swiper_Select_m .selectItem_title {
        font-size: 1.6em;
    }

    .swiper_Select_m .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    /*VISIONS*/
    .HM_visions .text .HM_title_m {
        font-size: 2em;
    }

    .HM_visions .text span {
        letter-spacing: 0.1px;
    }

    /*STYLE*/
    .HM_style .text .HM_title_m span {
        font-size: 2em;
    }

    /*CONTACT US*/
    .HM_contact ul li.HM_title {
        font-size: 1.6em;
    }

    .itemBox .btn_submit {
        width: 180px;
        height: 40px;
        line-height: 42px;
    }
}

@media screen and (max-width: 360px) {
    /*首頁*/
    .HM_Topbg ul li:nth-child(2) {
        font-family: 'TimesNewRomanMTStd-Bold';
        font-size: 1.85em;
    }

    .HM_Topbg ul li:nth-child(3) {
        font-family: 'Arial-BoldMT';
        font-size: 0.95em;
    }

    .HM_Topbg ul li:last-child {
        max-width: 320px;
    }
}

@media screen and (max-width: 330px) {
    .btn_GoTop {
        width: 40px;
        height: 40px;
    }

    .btn_close {
        width: 45px;
        height: 45px;
    }

    .rightMenu ul {
        margin-top: 20%;
    }

        .rightMenu ul li {
            width: 60%;
            font-size: 1em;
            margin: 5% auto 0;
        }

    .rightMenu .SevHours li {
        font-size: 0.7em;
    }

        .rightMenu .SevHours li:first-child {
            font-size: 1.2em;
            line-height: 1.6em;
        }

    /*首頁*/
    .HM_Topbg ul li:nth-child(2) {
        font-family: Times New Roman;
        font-size: 1.55em;
    }

    .HM_Topbg ul li:nth-child(3) {
        font-family: Arial;
        font-size: 0.8em;
    }

    .HM_Topbg ul li:last-child {
        max-width: 263px;
        font-size: 0.8em;
        letter-spacing: 0.2px;
    }

    .HM_abouUS ul .text span {
        font-size: 0.8em;
    }

    /*ABOUT US*/
    .HM_abouUS .HM_title {
        font-size: 1.8em;
    }

    /*SERVICES*/
    .HM_serv .HM_title {
        font-size: 1.8em;
    }

    .swiper_Select_m .selectItem_title {
        font-size: 1.2em;
    }

    .HM_serv .title_content {
        font-size: 0.9em;
    }

        .HM_serv .title_content.grayT {
            font-size: 0.8em;
        }

    .swiper_Select_m .selectItem {
        height: 365px;
    }

    .swiper_Select_m .selectItem_content {
        font-size: 0.8em;
    }

    .swiper_Select_m .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    /*VISIONS*/
    .HM_visions .text .HM_title_m {
        font-size: 1.8em;
    }

    .HM_visions .text span {
        line-height: 1.63em;
        font-size: 0.8em;
    }

    /*STYLE*/
    .HM_style .text .HM_title_m {
        height: 140px;
    }

        .HM_style .text .HM_title_m span {
            font-size: 1.8em;
        }

    .HM_style .text span {
        line-height: 1.63em;
        font-size: 0.8em;
    }

    /*CONTACT US*/
    .HM_contact ul li {
        font-size: 0.8em;
    }

        .HM_contact ul li.HM_conect {
            line-height: 1.4em;
        }

        .HM_contact ul li.HM_title {
            font-size: 1.2em;
        }

    .itemBox input, .itemBox textarea {
        height: 30px;
        line-height: 32px;
    }

    .itemBox textarea {
        padding: 6px 3%;
        height: 80px;
    }

    .itemBox .btn_submit {
        width: 150px;
        height: 35px;
        line-height: 35px;
    }
}
