.w100{width: 100%;}
.text-O{ color: #ec8e25;}
/* 大區快上下高度*/
    .all-t-b{
        padding: 5% 0;
    }
/*大區快上下高度 */

/*-----------------按鈕---------------------*/
    .button-more {
        margin-top: 30px;
    }
    .button-more a {
        border-right: solid 1px #3f3f3f;
        border-bottom: solid 1px #3f3f3f;
        padding: 10px 40px;
        font-size: 25px;
        font-weight: bold;
        color: #3f3f3f;
        position: relative;
        transition: .6s;
    }
    .button-more a:after {
        content: '';
        border-right: solid 1px #3f3f3f;
        border-bottom: solid 1px #3f3f3f;
        position: absolute;
        left: 4px;
        width: 142px;
        height: 47px;
        transition: 0.3s;
    }
    .button-more a:hover{
        background: #ec8e25;
        color: #fff;
        border: none;
        border-radius: 50px;
    }
    .button-more a:hover:after{border: none;}
    /*橘色*/
    .button-more-Orange a, .button-more-Orange a:after{
        border-right: solid 1px #ec8e25;
        border-bottom: solid 1px #ec8e25;
        color: #ec8e25;
    }
    
    /*上一頁*/
    .but-back {
        margin-top: 5%;
        margin-bottom: 30px;
    }
    .but-back a{
        background: #ec8e25;
        color: #fff;
        padding: 10px 15px;
        border-radius: 5px;
    }
    .but-back img {
        width: 20px;
        height: 20px;
    }
/*-----------------按鈕---------------------*/

/*-----------------主標---------------------*/
    .heading {
        margin-bottom: 50px;
    }
    .heading h1{
        font-weight: bold;
        color: #666;
    }
    .heading span {
        color: #ec8e25;
    }
    .heading img {
        padding: 0 10%;
    }
/*-----------------主標---------------------*/

/*---------------------   TOP  UP -------------------*/
    .go-top {
        position: fixed;
        bottom: 2.5em;
        right: 10px;
        text-decoration: none;
        background-color: rgb(236, 142, 37);
        color: #fff;
        padding: 5px;
        display: none;
        border-radius: 50px;
        z-index: 2;
    }
    .go-top img {
        width: 30px;
        height: 30px;
    }
/*---------------------   TOP  UP -------------------*/

/*---------------------   內頁 banner -------------------*/
    /*內頁主標*/
    .page-banner-div{
        position: relative;
    }
    .page-banner-text {
        position: absolute;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        padding: 20px 80px 0 80px;
        border-top-left-radius: 100px;
        border-top-right-radius: 100px;
        text-align: center;
    }
    .page-banner-text p {
        color: #ec8e25;
        margin-bottom: 10px;
    }
    .page-banner-text h1{
        font-weight: bold;
    }
    /*內頁主標*/
/*---------------------   內頁 banner -------------------*/

/*---------------------------- 左圖右文字  -------------------------*/
    .page-intro-div {
        margin: 60px 0;
    }
    .page-intro-card {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 500px;
        background: #FFFFFF;
        z-index: 1;
        padding: 30px 20px;
    }
    .page-intro-card .heading {
        margin-bottom: 20px;
    }
    .page-intro-card-text h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .page-intro-card-text-ul li {
        font-size: 20px;
        padding: 5px 0;
    }
    .page-intro-card-text-ul li img {
        width: 18px;
        margin: 0 10px;
    }
    .page-intro-card-text-ul li a{
        color: #000;
    }

/*---------------------------- 左圖右文字  -------------------------*/

/*---------------------------- tab 選項 -------------------------*/
    #main #navMenu {position: relative;}
    #main #navMenu #navMenu-wrapper {
        height: 60px;
        padding: 0 30px;
    }
    #navMenu-items {
        margin: 0 20px;
        padding-bottom: 20px;
        list-style: none;
        white-space: nowrap;
        overflow: hidden;
    }
    #navMenu-items hr {
        margin: 0;
        border-top: 1px solid rgb(236, 142, 37);
    }
    #main #menuSelector {
        position: relative;
        margin-left: -40px;
        top: 9px;
        width: 0;
        height: 0;
    }
    #main #menuSelector:before {
        border-color: #ec8e25 transparent transparent;
        border-style: solid solid solid;
        border-width: 17px 17px 17px 17px;
        bottom: -25px;
        content: "";
        height: 0px;
        left: 18px;
        position: absolute;
        width: 0px;
    }
    #main #menuSelector:after {
        border-color: #fff transparent transparent;
        border-style: solid solid solid solid;
        border-width: 15px;
        bottom: -21px;
        content: "";
        height: 0px;
        left: 20px;
        position: absolute;
        width: 0px;
    }
    #main #navMenu ul li {
        display: inline-block;
        margin: 16px 24px;
    }
    #main p,
    #main a {
        color: #666;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }
    li.navMenu-item a {
        font-size: 25px;
        font-weight: bold;
    }
    li.navMenu-item.active a{
        color: #000 !important;
    }
    li.navMenu-item.active a span {
        color: #ec8e25;
    }
    .slick-prev,
    .icon-chevronleft {
        transform: rotate(180deg);
    }
    .icon-chevronleft,
    .icon-chevronright {
        background-image: url('../img/arrow.png');
        background-repeat: no-repeat;
        background-size: 20px;
    }
    .navMenu-paddle-left,
    .navMenu-paddle-right {
        cursor: pointer;
        border: none;
        position: absolute;
        top: 20px;
        background-color: transparent;
        width: 25px;
        height: 25px;
        margin-left: auto;
        margin-right: auto;
    }
    .slick-prev,
    .navMenu-paddle-left {
        left: 0;
    }
    .arrow {
        width: 25px;
        margin-left: auto;
        margin-right: auto;
    }
    .slick-next,
    .navMenu-paddle-right {
        right: 0;
    }
    .navMenu-paddles {
        display: none;
    }
    /*切換*/
    .tab_container {
        width: 100%;
        overflow: auto;
    }
    .tab_content {
        padding: 20px;
        display: none;
    }
    .tab_drawer_heading {
        display: none;
    }
    /*列表*/
    .tabnews-page {
        padding: 15px 35px 25px 35px;
    }
    .news-page-div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-size: 20px;
        border-bottom: solid 1px #c3c2c2;
        padding: 15px 10px;
    }
    .news-page-div-left {
        width: 20%;
        color: #666;
    }
    .news-page-div-right {
        width: 80%;
    }
    .news-page-div-right a{color: #000;}
/*---------------------------- tab 選項  -------------------------*/
/*---------------------------- 內頁內文-------------------------*/
    /*--副標 --*/
    .deco-title {
        margin: 65px auto 0;
        border-top: 2px solid #d2d2d2;
        text-align: center;
    }
    .deco-title > h2{
        display: inline-block;
        background: #fff;
        padding: 0 20px;
        position: relative;
        top: -20px;
        letter-spacing: 2px;
        color: #ed8f25;
    }
    /*--副標 --*/

    /*--youtobe --*/
    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }
    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;left: 0;
        width: 100%;
        height: 100%;
    }
    /*--youtobe --*/

    /*內文樣式*/
    .news-doing-page-Inside .deco-title-text h4 {
        font-weight: bold;
    }
    .deco-title-text ol {
        list-style: disc;
        padding-left: 15px;
    }

    
/*---------------------------- 內頁內文副標 -------------------------*/

/*---------------------------- 產品 -------------------------*/
    .product-page-text-img {
        background: #eeeeee;
        margin: 50px 0 15px 30px;
        position: relative;
        padding-bottom: 350px;
        overflow: hidden;
    }
    .product-page-text-img img{
        position: absolute;
        top:50%;
        left: 50%;
        transform: translate(-50%, -50%) ;
    }
    .product-page-text-P {
        margin-left: 25px;
    }
    .product-page-div{
        position: relative;
    }
    .product-page-div:after {
        content: '';
        position: absolute;
        width: 293px;
        height: 350px;
        top: -16px;
        left: 20px;
        background-image: url(../img/special-dots.png);
        z-index: -1;
        opacity: .2;
    }
    .product-page-text-img-more {
        position: absolute;
        bottom: 0;
        right: 0;
        background: #fff;
        padding: 10px 30px;
    }
    .product-page-text-img-more a{
        color: rgb(236, 142, 37)!important;
        font-size: 20px;
        font-weight: 600;
    }
/*---------------------------- 產品 -------------------------*/
/*---------------------------- google-map(RWD) -------------------------*/
    .iframe-rwd {
        position: relative;
        padding-bottom: 45%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }
    .iframe-rwd iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/*---------------------------- google-map(RWD) -------------------------*/

/*---------------------   	表單  -------------------*/

    .yutam-contact-from-input, .yutam-contact-from-input-all, .yutam-contact-from-textarea{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 10px 0;
    }
    .yutam-contact-from label {
        margin: 0;
        width: 10%;
    }
    .yutam-contact-from input {
        border: solid 1px;
        outline: none;
    }
    .yutam-contact-from h3 {
        color: #af2020;
        font-weight: bold;
    }
    .yutam-contact-from input, .yutam-contact-from select{
        width: 100%;
        outline: none;
        border: solid 1px #808080;
        border-radius: 5px;
        padding-left: 5px;
    }
    .yutam-contact-from select{
        padding: 3.5px 0;
    }
    .yutam-contact-from .input-w {
        width: 80%;
        display: flex;
        flex-wrap: wrap;
    }
    .yutam-contact-from label {
        margin: 0;
        width: 20%;
        font-size: 16px;
        color: #403F41;
        padding-left: 5px;
    }
    .yutam-contact-from-input-all-div, .yutam-contact-from-input-all-div02{
        width: 33.33%;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    .yutam-contact-from-input-all-div02:nth-child(3){padding-right: 0px;}
    .yutam-contact-from-input-all-div03{width: 100%;}
    .yutam-contact-from textarea{
        width: 100%;
        outline: none;
        border: solid 1px #808080;
        border-radius: 5px;
    }
    .yutam-contact-from .input-wa{width: 20%;}
    .yutam-contact-from-button {
        display: flex;
        justify-content: center;
    }
    .yutam-contact-from-button input {
        width: 150px;
        margin: 30px 15px;
        padding: 5px 15px;
        background: #6C6E70;
        color: #fff;
        border: none;
        outline: none;
        transition: all .3s ease-in-out;
    }
    .yutam-contact-from-button input.from-button01:hover{background-color: #000;}
    .yutam-contact-from-button input.from-button02{background-color: #ed8f25;}
    .yutam-contact-from-button input.from-button02:hover{background-color: #000;}
    .yutam-contact-from-inpu-ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .yutam-contact-from-inpu-ul li{
        background-color: #ed8f25;
        color: #fff;
        padding: 5px 10px;
        margin: 5px;
        border-radius: 5px;
    }
    .yutam-contact-from-inpu-ul li#p13 a {
        color: #fff;
        padding: 0px 10px;
        font-weight: 600;
        font-size: 20px;
    }
/*---------------------   	表單  -------------------*/


@media screen and (max-width: 1024px){
/*---------------------------- 左圖右文字  -------------------------*/
    .page-intro-card{bottom: -25%;}
/*---------------------------- 左圖右文字  -------------------------*/    
}
@media screen and (max-width: 768px){
/* 大區快上下高度*/
    .all-t-b{
        padding: 10% 0;
    }
/*大區快上下高度 */
/*---------------------------- 左圖右文字  -------------------------*/
    .page-intro-card {
        position: initial;
        width: 100%;
    }
    .page-intro-div {
        margin: 3% 0;
    }
/*---------------------------- 左圖右文字  -------------------------*/ 
/*----------------------------內頁主標----------------------------*/
    .page-banner-text{
        padding: 5px 25px 0 25px;
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
    }
    .page-banner-text h1{ font-size: 1.7rem;}
    .page-banner-text p { margin-bottom: 0;font-size: 12px;}
/*----------------------------內頁主標----------------------------*/
/*---------------------------- tab 選項  -------------------------*/
    .navMenu-paddles {
        display: block;
    }
    /*列表*/
    .news-page-div {
        display: block;
    }
    .news-page-div-left, .news-page-div-right{width: 100%;}
    /*列表*/
/*---------------------------- tab 選項  -------------------------*/
/*---------------------------- 產品 -------------------------*/
    .product-page-text-img {
        padding-bottom: 200px;
    }
    .product-page-div:after{
        width: 180px;
        height: 180px;
    }
    .product-page-text-img-more {
        padding: 5px 15px;
    }
    .product-page-text-img-more a {
        font-size: 16px;
    }
/*---------------------------- 產品 -------------------------*/
/*---------------------   	表單  -------------------*/
    .yutam-contact-from label {
        width: 20%;
    }
    .yutam-contact-from .input-w {
        width: 80%;
    }
/*---------------------   	表單  -------------------*/
}
@media screen and (max-width: 640px){
/*---------------------   	表單  -------------------*/
    .yutam-contact-from label, .yutam-contact-from .input-w {
        width: 100%;
    }
    .yutam-contact-from .input-wa {
        width: 40%;
    }
/*---------------------   	表單  -------------------*/
}
@media screen and (max-width: 450px){
    h1, .h1 {
        font-size: 2rem;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .p-sm-0{padding: 0 !important;}

/*-----------------主標---------------------*/
    .heading {
        margin-bottom: 30px;
    }
/*-----------------主標---------------------*/
/*---------------------------- tab 選項  -------------------------*/
    li.navMenu-item a {
        font-size: 18px;
    }
    #main #navMenu ul li {
        margin: 10px 20px;
    }
    #navMenu-items hr {
        position: absolute;
        width: 73%;
    }
    /*列表*/
    .tab_content {
        padding: 0 20px;
    }
    .news-page-div-left {
        font-size: 12px;
    }
    .news-page-div-right {
        font-size: 16px;
    }
    /*列表*/
/*---------------------------- tab 選項  -------------------------*/
/*---------------------------- 內頁內文副標 -------------------------*/
    /*內文樣式*/
    .news-doing-page-Inside .deco-title-text h4 {
        font-weight: bold;
    }
    .deco-title-text-img img {
        padding: 5px 0;
    }
/*---------------------------- 內頁內文副標 -------------------------*/
/*---------------------------- 產品 -------------------------*/
    .product-page-text-img {
        margin: 35px 0 0 0;
    }
    .product-page-div:after {
        width: 150px;
        height: 177px;
        top: -8px;
        left: -9px;
    }
    .product-page-text-img {
        padding-bottom: 180px;
    }
    .product-page-text-P {
        margin-left: 0;
        margin-top: 15px;
    }
/*---------------------------- 產品 -------------------------*/
/*---------------------------- google-map(RWD) -------------------------*/
    .iframe-rwd {
        padding-bottom: 50%;
    }
/*---------------------------- google-map(RWD) -------------------------*/
}

@media screen and (max-width: 375px){
/*---------------------------- 產品 -------------------------*/
    .product-page-div:after {
        width: 100px;
        height: 140px;
    }
    .product-page-text-img {
        padding-bottom: 150px;
    }
/*---------------------------- 產品 -------------------------*/
}