/* ----------------------------------------------------------------------------------------------------------------*/


/* ------------------------------>>> RWD_MENU <<<------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/

.rwd_menu_all {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 0%;
    z-index: 10;
    display: none;
}

.rwd_menu {
    display: none;
}

.list_icon {
    float: left;
    margin: 10px 20px 0px 15px;
    cursor: pointer;
}

.icon-bar_box {
    margin-top: 13px !important;
    margin-left: 10px;
}

.icon-bar {
    background-color: #8b98a5;
    margin-top: 6px;
    width: 28px;
    height: 3px;
    border-radius: 1px;
    -webkit-transform-origin: 21px;
    -ms-transform-origin: 21px;
    transform-origin: 21px;
    -webkit-transition: -webkit-transform .2s, opacity .1s;
    transition: transform .2s, opacity .1s;
}

.rwd_logo {
    padding: 2px 0px;
}

.rwd_menu_close {
    float: right;
    text-align: center;
    width: 50px;
    cursor: pointer;
}

.rwd_menu_close img {
    margin: 0 !important;
}

.rwd_menu_top {
    height: 65px;
    width: 100%;
    display: block;
    background-color: white;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.20);
    position: relative;
    z-index: 20;
}

.rwd_menu_top_icon {
    padding: 10px;
}

.rwd_menu_top_icon img {
    margin: 7px 0px 0 7px;
}

.rwd_menu_top_icon_bo {
    margin: 15px 3px;
    float: left;
    color: #747474;
}

.rwd_menu_top_icon_bo a {
    text-decoration: none;
    color: #DEA600;
    padding: 5px;
    border: 1px #DEA600 solid;
    FONT-SIZE: 14PX;
    font-family: 微軟正黑體;
}

.rwd_menu_top_icon_bo a:hover {
    background-color: #DEA600;
    color: #fff;
}

.rwd_menu_title {
    font-family: 'Noto Sans TC';
    background: #DEA600;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0 15px;
}

.rwd_menu_box {
    overflow-y: auto;
    height: 100%;
    width: 300px;
    background-color: #FFF;
    position: absolute;
    top: 65px;
    left: -300px;
    z-index: 15;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.24);
    display: none;
}

.rwd_menu ul {
    padding: 0px;
    margin: 0px;
}

.rwd_menu ul li {
    text-align: center;
    cursor: pointer;
    display: block;
    line-height: 50px;
    font-family: 'Noto Sans TC';
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.rwd_menu ul li:hover {
    background-color: rgba(212, 212, 212, 0.30);
}

.rwd_menu li a {
    padding: 15px 25px;
    text-decoration: none;
    color: #888;
    letter-spacing: 2px;
    font-weight: 300;
}

.rwd_menu dl {
    background-color: #999;
    color: #fff;
}

.rwd_menu dl dd {
    line-height: 48px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.rwd_menu dl dd a {
    color: #fff !important;
}

.rwd_menu dl dd:hover {}

.rwd_menu_bg {
    display: none;
    z-index: 8;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.60);
}

.rwd_menubottom_icon li a {
    padding: 0px !important;
    FONT-SIZE: 16PX;
    FONT-WEIGHT: 700;
    FONT-FAMILY: 微軟正黑體;
}

.rwd_menubottom_icon li {
    display: inline;
    margin: 0px 5px;
}

.rwd_menubottom_icon {
    text-align: center;
    margin-top: 15px;
}

#menu_li span {
    float: right;
    padding: 0 15px;
}


/* ----------------------------------------------------------------------------------------------------------------*/


/* ------------------------------>>> member <<<--------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/

.rwd_menu_member {
    display: none;
}

.rwd_menu_member_title {
    font-family: "微軟正黑體";
    background: #DEA600;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0 15px;
}

.rwd_menu_member_box {
    overflow: auto;
    height: 100%;
    width: 300px;
    background-color: #FFFFFF;
    ;
    position: absolute;
    top: 0px;
    left: -300px;
    z-index: 15;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.24);
}

.rwd_menu_member ul {
    padding: 0px;
    margin: 0px;
}

.rwd_menu_member ul li {
    display: block;
    line-height: 50px;
    font-family: "微軟正黑體";
    font-size: 15px;
    border-top: solid 1px #C4C4C4;
    font-weight: 600;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.rwd_menu_member ul li:hover {
    background-color: rgba(212, 212, 212, 0.30);
}

.rwd_menu_member li a {
    padding: 15px 25px;
    text-decoration: none;
}

.rwd_menu_member dl {
    background-color: #747474;
}

.rwd_menu_member dl dd {
    line-height: 48px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.rwd_menu_member dl dd a {
    color: #fff !important;
}

.rwd_menu_member dl dd:hover {
    margin-left: 10px;
    border-left: 5px solid #cc391a;
}

.rwd_menu_bg {
    display: none;
    z-index: 8;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.45)
}

@media screen and (max-width: 1340px) {
    .footer_right ul {
        padding: 0px 35px;
    }
}

@media screen and (max-width: 1279px) {
    .rwd_menu_all {
        display: none;
    }
    .rwd_menu_header {
        height: 65px;
        background: #fff;
    }
    .header,
    .header_top {
        display: none;
    }
    .rwd_menu {
        display: block;
        z-index: 999;
    }
    .footer {
        height: auto;
    }
    .footer_box {
        width: auto;
    }
    .banner_title {
        width: 100%;
    }
    .wrap {
        width: 90%;
        padding: 0 1%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    .header {
        display: block;
    }
}

@media screen and (max-width: 1200px) {
    .footer_top {
        display: none;
    }
    .rwd-footer {
        display: block;
    }
}

@media screen and (max-width: 1060px) {
    .header {
        display: none;
    }
    .rwd_menu_all {
        display: block;
    }
    .slide {
        margin-top: 65px;
    }
    .banner {
        margin-top: 65px;
    }
    .page-header-clone {
        display: none !important;
    }
    .page-header-clone visible {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .marque-box {
        width: auto !important;
    }
}

@media screen and (max-width: 768px) {
    .ui-button-text-icon-primary .ui-button-text,
    .ui-button-text-icons .ui-button-text {
        line-height: 40px;
        padding: 0;
        width: 100%;
        display: block;
        text-align: center;
    }
    #servicesdetail .info {
        margin-top: 30px;
    }
}

@media screen and (max-width: 650px) {
    .banner_title {
        font-size: 30px;
    }
    .catalog ul li {
        display: block;
        width: 100%;
        margin: 10px auto;
    }
    .catalog ul a {
        padding: 0;
        width: 100%;
        line-height: 40px;
        display: block;
        text-align: center;
    }
    .about {
        max-width: 97%;
        margin: 0 auto;
        text-align: justify;
        word-break: break-all;
    }
    .catalog ul li {
        display: block;
        width: 49%;
        padding: 3px;
        margin: 3px auto;
    }
}

@media (max-width: 480px) {
    #newcontent .wrap {
        width: 100%;
    }
    .col-4 {
        float: none;
        width: 96%;
    }
}