@charset "utf-8";
.clear{clear:both;}
input,textarea{outline:none}

/* template_id RWDfullscreen01 */
/* load db RWDPreloader001 */
body{overflow-y:scroll}
.RWDPreloader001 {position: fixed; top:0;left:0;right:0;bottom:0; z-index:10000;background:white; text-align: center;}
.RWDPreloader001 .status {width:100%; height:100px; position:absolute; left:0; top:50%; margin-top:-100px; padding-top:15px;	text-align: center; text-transform: uppercase; border-radius:11px;}
.RWDPreloader001 .status img{margin-bottom: 22px;}
/*END*/
/* load db RWDMenuIcon001 */
.RWDMenuIcon001{
    background-color: white;
/*
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
*/
	opacity: 0 ;
	transform: scaleY(0);
    transform-origin: 50% 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
/*language{*/
.mobile_language{display:none;}
.web_language{width:107px;font-size:12px;color:#7c7c7c;margin-top:37px;position:relative;cursor:pointer;}
.web_language .lang_text{padding: 0px 6px;background-color: #fff;border: 1px solid #7c7c7c;position: absolute;width: 107px;line-height: 22px;}
.web_language .btnToggle {cursor: pointer;display: block;height: 24px;position: absolute;right: 0;top: 0;width: 24px;}
.web_language .btnToggle .line {background-color: #7c7c7c;display: block;height: 2px;position: absolute;transition: all 0.3s ease-out 0s;width: 14px;margin:0px;}
.web_language .btnToggle .line_01 {right: 6px;top: 5px;}
.web_language .btnToggle .line_02 {right: 6px;top: 10px;}
.web_language .btnToggle .line_03 {right: 6px;top: 15px;}
.web_language.is-opened .btnToggle .line_01 {top: 10px;transform: rotate(45deg);transform-origin:50% 50% 0;-ms-transform: rotate(45deg);-ms-transform-origin:50% 50% 0;-webkit-transform: rotate(45deg);-webkit-transform-origin:50% 50% 0;-moz-transform: rotate(45deg);-moz-transform-origin:50% 50% 0;-o-transform: rotate(45deg);-o-transform-origin:50% 50% 0;}
.web_language.is-opened .btnToggle .line_02 {opacity: 0;}
.web_language.is-opened .btnToggle .line_03 {top: 10px;transform: rotate(135deg);transform-origin:50% 50% 0;-ms-transform: rotate(135deg);-ms-transform-origin:50% 50% 0;-webkit-transform: rotate(135deg);	-webkit-transform-origin:50% 50% 0;-moz-transform: rotate(135deg);-moz-transform-origin:50% 50% 0;	-o-transform: rotate(135deg);-o-transform-origin:50% 50% 0;}          	
.web_language.is-opened{color:#ffffff;}
.web_language.is-opened .lang_text{background-color:#7c7c7c;}
.web_language.is-opened .line {background-color:#ffffff;}
.web_language .lang_options{display:none;top:30px;position: absolute;z-index:10;width:107px;}
.web_language.is-opened .lang_options{display:block}
.web_language .web_language_menu{background-color:#eaeaea;border-bottom:1px solid #b5b5b5;line-height:29px;text-align:center;font-size:12px;}
.web_language .web_language_menu a{color:#494949;}
.web_language .web_language_menu:last-child{border-bottom:0px;}

.mobile_language{text-align:center;}
.mobile_language .lang_text{background-color:#eaeaea;font-size:14px;line-height:35px;color:#494949;}
.mobile_language .lang_options{display:none;}

.mobile_language .web_language_menu{background-color:#eaeaea;border-bottom:1px solid #b5b5b5;line-height:29px;text-align:center;font-size:14px;}
.mobile_language .web_language_menu a{color:#494949;}
.mobile_language .web_language_menu:last-child{border-bottom:0px;}

.mobile_language.is-opened .lang_text{background-color:#494949;color:#FFFFFF;}
.mobile_language.is-opened .lang_options{display:block;}
@media (min-width: 768px){
  .web_language{margin-left:0px;}
}
@media (min-width: 1025px){
  .web_language{margin-left:30px;}
}
@media (max-width: 800px){
  .web_language{display:none;}
  .mobile_language{display:block;}
}
/*language}*/


.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-brand{padding-top:30px;padding-left: 0;height:auto;}
.navbar-nav > li > a {
	display: block;
	font-size: 1em;
	font-weight: 300;
	margin: 0;
	padding-top:11px;
	padding-bottom:11px;
	vertical-align:middle;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	outline:none;
}

.navbar-nav > li > a i {font-size: 16px; text-align: center;padding: 20px 0 10px 0; color:#ccc;}
.navbar-nav > li > a:hover i, .navbar-nav > li.active > a i {color:#fff;}

.RWDMenuIcon001 .pull-right{ float:none !important; }

@media (min-width: 1200px){
.RWDMenuIcon001  .pull-right {
    float: right !important;
}
.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    height: 88px;
}
.navbar-nav > li > a i {
    display: block;
}
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background: #43B6B1;
	color:#fff;
}

.navbar-default .navbar-toggle {
    margin-top: 22px;
}



.RWDMenuIcon001 ul.nav li ul {
  position:absolute;
  z-index: 99;
    display:none;
    background: #fff;
    list-style-type: none;
    margin: 0px;
    padding:10px 0px;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    width:200%;
}


@media (max-width:1199px){
.RWDMenuIcon001 ul.nav li ul {
  width:100%;
 position: relative;
}
}

.RWDMenuIcon001 ul.nav li ul li >ul{
box-shadow: none;
    margin: 0;
    position: relative;
    width: 100%;
}
.RWDMenuIcon001 ul.nav li ul li{background: #fff; list-style-type: none;margin: 5px 10px;}


.RWDMenuIcon001 i img{height:100%;;max-height:46px;}
.RWDMenuIcon001 .imghover{position:relative;padding-top:0px;}


@media (max-width: 767px){
  .RWDMenuIcon001 ul.nav li ul {
    position: relative;z-index: auto;
    width:100%;
  }
}
/*END*/
/* load db RWDService003 */
.RWDService003{
            position: relative;
            overflow: hidden;
        }

        .RWDService003 .item{
            float:left;
            width:25%;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            margin-bottom:20px;
        }

            /* pad */
            @media (max-width: 600px){
                .RWDService003 .item{
                    width:calc(100%/1); 
                    margin-bottom:25px;
                }  
            }

        /* line 特效*/


        .RWDService003 .item .line-01{
            position: absolute;
            width:100%;
            height:1px;
            background-color:transparent;
            top:0;
            left:0;
            transition: all 0.8s;
            -o-transition: all 0.8s;
            -webkit-transition: all 0.8s;
            z-index: 1;
        }

        .RWDService003 .item .line-01-in{
            position: absolute;
            width:100%;
            height:5px;
            background-color:#e2e2e2;
            top:0;
            left:0;
            z-index: 1;
            transition: all 0.8s;
            -o-transition: all 0.8s;
            -webkit-transition: all 0.8s;
            transform: translateX(150%);
            -webkit-transform: translateX(150%);
            -moz-transform: translateX(150%);
        }


        .RWDService003 .item:hover .line-01{
            transform: translateX(-500px);
            -moz-transform: translateX(-500px);
            -webkit-transform: translateX(-500px);
        }

        .RWDService003 .item:hover .line-01-in{
            transform: translateX(0);
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
        }


        .RWDService003 .item .line-02{
            position: absolute;
            width:1px;
            height:100%;
            background-color: transparent;
            top:0;
            right:0;
            transition: all 0.8s;
            -o-transition: all 0.8s;
            -webkit-transition: all 0.8s;
            z-index: 1;
        }

        .RWDService003 .item .line-02-in{
            position: absolute;
            width:5px;
            height:98%;
            background-color:#e2e2e2;
            top:0;
            right:0;
            z-index: 1;
            transition: all 0.8s;
            -o-transition: all 0.8s;
            -webkit-transition: all 0.8s;
            transform: translateY(150%);
            -webkit-transform: translateY(150%);
            -moz-transform: translateY(150%);
        }

        .RWDService003 .item:hover .line-02{
            transform: translateY(-500px);
            -webkit-transform: translateY(-500px);
            -moz-transform: translateY(-500px);
        }


        .RWDService003 .item:hover .line-02-in{
            transform: translateY(0);
            -webkit-transform:  translateY(0);
            -moz-transform:  translateY(0);
        }

        .RWDService003 .item .line-03{
            position: absolute;
            width:100%;
            height:1px;
            background-color:transparent;
            bottom:0;
            left:0;
            transition: all 0.8s;
            -o-transition: all 0.8s;
            -webkit-transition: all 0.8s;
            z-index: 1;
        }

        .RWDService003 .item .line-03-in{
            position: absolute;
            width:100%;
            height:5px;
            background-color:#e2e2e2;
            bottom:0;
            left:0;
            transition: all 0.8s;
            -o-transition: all 0.8s;
            -webkit-transition: all 0.8s;
            z-index: 1;
            transform: translateX(-500px);
            -moz-transform: translateX(-500px);
            -webkit-transform: translateX(-500px);
        }

        .RWDService003 .item:hover .line-03{
            transform: translateX(150%);
        }


        .RWDService003 .item:hover .line-03-in{
            transform: translateX(0);
        }

        .RWDService003 .item .line-04{
            position: absolute;
            width:1px;
            height:100%;
            background-color:transparent;
            top:0;
            left:0;
            transition: all 0.8s;
            -o-transition: all 0.8s;
            -webkit-transition: all 0.8s;
            z-index: 1;
        }

        .RWDService003 .item .line-04-in{
            position: absolute;
            width:5px;
            height:98%;
            background-color: #e2e2e2;
            top:0;
            left:0;
            transition: all 0.8s;
            -o-transition: all 0.8s;
            -webkit-transition: all 0.8s;
            z-index: 1;
            transform: translateY(-500px);
            -webkit-transform: translateY(-500px);
            -moz-transform: translateY(-500px);
        }

        .RWDService003 .item:hover .line-04{
            transform: translateY(150%);
            -webkit-transform: translateY(150%);
            -moz-transform: translateY(150%);
        }


        .RWDService003 .item:hover .line-04-in{
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
        }

        /* */

        .RWDService003 .item figcaption{
            position: absolute;
            width: 100%;
            height: 100%;
            background-color:rgba(43, 43, 43, 0.68);
            padding:30px;
            transition: all 0.8s;
            -o-transition: all 0.8s;
            -webkit-transition: all 0.8s;
            z-index:5;
        }

        .RWDService003 .item:hover figcaption{
            background-color: rgba(60, 60, 60, 0.25);
        }

        .RWDService003 .item figcaption .icon{
            font-size:40px;
            color:#fff;
            margin-bottom: 10px;
        }

        /* phone */
        @media (max-width: 600px){
            .RWDService003 .item figcaption .icon{
                font-size: 30px;
            }
        }

        .RWDService003 .item:hover .icon{
            color:#e2e2e2;
            transition: all 0.8s;
            -o-transition: all 0.8s;
            -webkit-transition: all 0.8s;
        }

        .RWDService003 .item figcaption .title{
            font-size: 16px;
            letter-spacing: 3px;
            font-weight: 600;
            color:#fff;
            position: relative;
            overflow: hidden;
        }

        .RWDService003 .item figcaption .title span{
            transition:all 0.8s cubic-bezier(0.23,1,0.23,1);
            -o-transition:all 0.8s cubic-bezier(0.23,1,0.23,1);
            -webkit-transition:all 0.8s cubic-bezier(0.23,1,0.23,1);
            display: block;
        }

        .RWDService003 .item figcaption .title span:before{
            position: absolute;
            content: attr(data-hover);
            top: 100%;
            color:#e2e2e2;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            transition: all 0.8s;
            -o-transition: all 0.8s;
            -webkit-transition: all 0.8s;
        }

        .RWDService003 .item:hover .title span{
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            transform: translateY(-100%);
        }

        .RWDService003 .item:hover .title span:before{
            top:20px;
        }

        .RWDService003 .item figcaption .subtitle{
            font-size: 16px;
            letter-spacing: 3px;
            color:#fff;
            margin-top: 5px;
            position: relative;
            overflow: hidden;
        }

         /* phone*/
         @media (max-width: 600px){
            .RWDService003 .item figcaption .subtitle{
                font-size: 14px;
            }
         }

        .RWDService003 .item figcaption .subtitle span{
            transition:all 0.8s cubic-bezier(0.23,1,0.23,1);
            -o-transition:all 0.8s cubic-bezier(0.23,1,0.23,1);
            -webkit-transition:all 0.8s cubic-bezier(0.23,1,0.23,1);
            display: block;
        }

        .RWDService003 .item figcaption .subtitle span:before{
            position: absolute;
            content: attr(data-hover);
            top: 100%;
            color:#e2e2e2;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            transition: all 0.8s;
            -o-transition: all 0.8s;
            -webkit-transition: all 0.8s;
        }

        .RWDService003 .item:hover .subtitle span{
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            transform: translateY(-100%);
        }

        .RWDService003 .item:hover .subtitle span:before{
            top:20px;
        }

        .RWDService003 .item figcaption .more{
            text-align: right;
            color: #fff;
            bottom: 0;
            width: 60%;
            margin-top: 155px;
            padding-top: 15px;
            position: relative;
            letter-spacing: 1px;
            float: right;
            display: block;
            transition: all 0.5s;
            -o-transition: all 0.5s;
            -webkit-transition: all 0.5s;
        }

        .RWDService003 .item:hover figcaption .more{
            letter-spacing: 3px;
        }

        .RWDService003 .item:hover figcaption .more:before{
            width:30px;
        }

        /* phone */
        @media (max-width: 900px){
            .RWDService003 .item figcaption .more{
                display: none;
            }
        }

        .RWDService003 .item figcaption .more:before{
            content: '';
            position: absolute;
            width: 40px;
            height: 1px;
            background-color:#fff;
            left: 0;
            top: 70%;
            transition: all 0.5s;
            -o-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            transform:rotateX(180deg);
        }


.RWDService003 .imghoverm {position:relative;}

.RWDService003 .imghoverm img {

  /* CSS3淡出淡入效果,1秒 */
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.RWDService003 .item .imghoverm img:nth-child(2){
  position:absolute;top:0px;left:0px;opacity:0;
}

.RWDService003 .item:hover .imghoverm img:nth-child(1){
  opacity:0; 
}
.RWDService003 .item:hover .imghoverm img:nth-child(2){
  opacity:1; 
}




.RWDService003 .main-title{font-size:48px;color:#333;text-align:center}
.RWDService003 .sub-title{font-size:22px;color:#333;text-align:center}
.RWDService003 .section-line{width:100px;height:1px;background-color:#333;margin:0 auto;margin-top:50px;}
.RWDService003 .section-subject{margin-bottom:50px}
/*END*/
/* load db RWDproduct008 */
/*subject area*/
.RWDproduct008 .section-subject{text-align:center;margin-bottom:50px;}
.RWDproduct008 h1.main-title{font-size:48px;margin:0px;color:#333333;font-weight: 300;}
.RWDproduct008 h2.sub-title{font-size:22px;;margin:18px 0 0;color:#333333;font-weight: 300;}
.RWDproduct008 .section-line {background-color: #333333;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*/
   .RWDproduct008{
        font-family: "微軟正黑體","Helvetica Neue",Helvetica,Arial,sans-serif
    }

    .RWDproduct008 h1{
        font-size: 48px;
        text-align: center;
        letter-spacing: 1px;
    }

    .RWDproduct008 h2{
        font-size: 22px;
        text-align: center;
        letter-spacing: 1px;
    }


    .RWDproduct008 .line-border{
        width: 100px;
        height: 1px;
        background-color: #333;
        margin:0 auto;
        margin-top: 20px;
        margin-bottom: 70px;
    }

    .RWDproduct008 .banner-box{
        position: relative;
    }

    .RWDproduct008 .arrow-left{
        position: absolute;
        left: -30px;
        top: 50%;
        z-index: 9;
        cursor: pointer;
    }

    .RWDproduct008 .arrow-right{
        position: absolute;
        right: -30px;
        top: 50%;
        z-index: 9;
        cursor: pointer;
    }

        /* pad*/
        @media(max-width: 1024px){
            .RWDproduct008 .arrow-left{
                position: absolute;
                left:0px;
                top: 50%;
            }

            .RWDproduct008 .arrow-right{
                position: absolute;
                right:0px;
                top: 50%;
            }
        }

    .RWDproduct008 .item{
        margin:20px;
        position: relative;
    }

   .RWDproduct008 .item img{width:100%;}

        /*pad*/
        @media(max-width: 1024px){
            .RWDproduct008 .item{
               margin:0 30px;
            }             
        }


       /* phone*/
       @media(max-width: 600px){
            .RWDproduct008 .item{
               margin:0 25px;
            }       
       } 

    .RWDproduct008 .overlay{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9;
        background-color: rgba(0, 0, 0, 0.7);
        visibility: hidden;
        opacity: 0;
        cursor: pointer;
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }


    .RWDproduct008 .item:hover .overlay{
        visibility: visible;
        opacity: 1;
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }

    .RWDproduct008 .title{
        font-size: 22px;
        color: #fff;
        margin-top: 80px;
        text-align: center;
    }

    .RWDproduct008 .text{
        font-size: 14px;
        color: #fff;
        margin-top: 15px;
        padding:0 20px;
        text-align:center;
    }
/*END*/
/* load db RWDedictor */
.RWDedictor h3 {
    border-bottom: 0 solid #ccc;
    color: #ccc;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 0 12px;
    text-transform: uppercase;
}
/*END*/
/* load db RWDedictor */
.RWDedictor h3 {
    border-bottom: 0 solid #ccc;
    color: #ccc;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 0 12px;
    text-transform: uppercase;
}
/*END*/
/* load db RWDedictor */
.RWDedictor h3 {
    border-bottom: 0 solid #ccc;
    color: #ccc;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 0 12px;
    text-transform: uppercase;
}
/*END*/
/* load db RWDsocial001 */
.RWDsocial001{
  background: #428bca;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 15px;
  z-index: 101;
  overflow: hidden;
  padding: 10px;
}
#social_media_wrapper a {
  text-align: center;
  display: block;
  float: left;
  margin: 0 3px;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 18px;
  width: 30px;
  height: 30px;
  padding: 6px;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
#social_media_wrapper a i {
  vertical-align: top !important;
}
#social_media_wrapper a i img{width:100%}
#social_media_wrapper a:hover,
#social_media_wrapper a:active {
  text-decoration: none;
  color: #fff;
  background: #428bca;
}
.RWDsocial001 #social_media_wrapper a[title="+line3"]{
    font-size: 14px;
    padding: 0;
}
.RWDsocial001 #social_media_wrapper a .ii-line3{
    line-height: 30px;
}
/*END*/
/* load db copyright */
.copyright_desc,.copyright_desc a,.copyright_desc a:hover{
	color:#fff;
	line-height: 22px;
}
/*END*/
/* load db web_search005 */
.web_search005{
	float: right;
    display: inline-block;
    margin-right: 7px;
}
.web_search005 img{
	float: left;
	display: inline-block;
	opacity: 0.6;
	cursor: pointer;
	-webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
}
.web_search005:hover img{
	opacity: 1;
}
.web_search005 .input_box{
    color: #666666;
    font-size: 14px;
    border-bottom: 1px solid #ad9b5e;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 0;
    overflow: hidden;
    float: left;
    height: 24px;
	margin-left: 4px;
	padding-left: 0;
	-webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
.web_search005 .input_box.active{
	width: 180px;
	padding-left: 6px;
    
}
.web_search005 .send_hide{
	opacity: 0;
	width: 0;
	height: 0;
	border: 0;
}


/*END*/
/* load file model/lib/RWDbanner_plus01/css/model.css */
@charset "UTF-8";
/*------------ 前台畫面使用 後台請改 newwebadmin.css style ------------*/
.RWDbanner_plus01 {
  position: relative;
  overflow: hidden;
  line-height: initial;
  margin: 0 auto;
}

.RWDbanner_plus01 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ScrollDown */
.RWDbanner_plus01 .page-scroll {
  position: absolute;
  bottom: 80px;
  z-index: 3;
  left: 50%;
  margin-left: -50px;
  text-align: center;
  width: 100px;
}

.RWDbanner_plus01 .page-scroll a {
  display: inline-block;
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
}

.RWDbanner_plus01 .page-scroll a:hover {
  opacity: 0.5;
}

.RWDbanner_plus01 .banner-slider {
  animation-name: fadeIn01;
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

/* ScrollDown動畫 */
.RWDbanner_plus01 .page-scroll.style01 a {
  padding-top: 70px;
}

.RWDbanner_plus01 .page-scroll.style01 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  animation: scroll01 1.5s infinite;
  box-sizing: border-box;
}
@keyframes scroll01 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.RWDbanner_plus01 .page-scroll.style02 a {
  padding-top: 80px;
}

.RWDbanner_plus01 .page-scroll.style02 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  animation: scroll02 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

.RWDbanner_plus01 .page-scroll.style02 a span:nth-of-type(1) {
  animation-delay: 0s;
}

.RWDbanner_plus01 .page-scroll.style02 a span:nth-of-type(2) {
  top: 16px;
  animation-delay: 0.15s;
}

.RWDbanner_plus01 .page-scroll.style02 a span:nth-of-type(3) {
  top: 32px;
  animation-delay: 0.3s;
}
@keyframes scroll02 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.RWDbanner_plus01 .page-scroll.style03 a {
  padding-top: 60px;
}

.RWDbanner_plus01 .page-scroll.style03 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}

.RWDbanner_plus01 .page-scroll.style03 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.RWDbanner_plus01 .page-scroll.style03 a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 0;
  animation: scroll03 3s infinite;
  box-sizing: border-box;
}
@keyframes scroll03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.RWDbanner_plus01 .page-scroll.style04 a {
  padding-top: 60px;
}

.RWDbanner_plus01 .page-scroll.style04 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

.RWDbanner_plus01 .page-scroll.style04 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  animation: scroll04 2s infinite;
  box-sizing: border-box;
}
@keyframes scroll04 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.RWDbanner_plus01 .page-scroll.style-custom span {
  display: block;
  margin-bottom: 15px;
}

/***************************************************************/
/* 輪播圖-等比 */
.RWDbanner_plus01 .slick-item {
  position: relative;
}

.RWDbanner_plus01.inpage > .RWDbanner_plus01 > .pic img,
.RWDbanner_plus01 .slick-item .pic img {
  width: 100%;
  /*max-width: 1903px;*/
  height: auto !important;
  margin: 0;
  display: block !important;
}

.RWDbanner_plus01 .banner-slider .slick-item .pic {
  position: relative;
}

.RWDbanner_plus01 .img-note,
.RWDbanner_plus01 .img-pad,
.RWDbanner_plus01 .img-phone,
.RWDbanner_plus01 .setheight .note,
.RWDbanner_plus01 .setheight .pad,
.RWDbanner_plus01 .setheight .phone {
  display: none;
}

/* 輪播圖-背景 */
.RWDbanner_plus01 .banner-slider.bg .slick-item {
  height: 900px;
  overflow: hidden;
}

.RWDbanner_plus01 .banner-slider.bg .pic-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.RWDbanner_plus01.inpage .bg .pic {
  background-size: cover;
  background-position: center;
}

.RWDbanner_plus01 .banner-slider.bg .pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

.RWDbanner_plus01 .banner-slider .slick-item .pic-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background-position: center;
}

.RWDbanner_plus01.full .banner-slider.bg .slick-item {
  max-height: 100vh !important;
  height: 100vh !important;
}

.RWDbanner_plus01 .container .slick-list {
  overflow: visible;
}

.RWDbanner_plus01 .container .banner-slider:before {
  left: -100%;
}

.RWDbanner_plus01 .container .banner-slider:after {
  right: -100%;
}

.RWDbanner_plus01 .container .banner-slider:before,
.RWDbanner_plus01 .container .banner-slider:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(50, 50, 50, 0.8);
  z-index: 10;
}

/* 輪播圖動畫 */
@keyframes picfadeInLeft01 {
  0% {
    transform: translateX(-60px);
  }
  100% {
    transform: translateX(0);
  }
}
.RWDbanner_plus01 .slick-active .pic.fadeInLeft01 {
  animation-name: picfadeInLeft01;
  animation-duration: 2s;
  animation-fill-mode: both;
}

.RWDbanner_plus01 .pic.fadeInLeft01 {
  animation-direction: forwards;
  opacity: 1;
}
@keyframes picfadeInRight01 {
  0% {
    transform: translateX(60px);
  }
  100% {
    transform: translateX(0);
  }
}
.RWDbanner_plus01 .slick-active .pic.fadeInRight01 {
  animation-name: fadeInRight01;
  animation-duration: 2s;
  animation-fill-mode: both;
}

.RWDbanner_plus01 .pic.fadeInRight01 {
  animation-direction: forwards;
  opacity: 1;
}
@keyframes zoomOut01 {
  from {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
.RWDbanner_plus01 .banner-slider.bg .slick-active .pic.zoomOut01 {
  animation-name: zoomOut01;
  animation-duration: 7s;
  animation-fill-mode: both;
}

.RWDbanner_plus01 .pic.zoomOut01 {
  animation-direction: forwards;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
@keyframes zoomIn01 {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
  to {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
}
.RWDbanner_plus01 .banner-slider.bg .slick-active .pic.zoomIn01 {
  animation-name: zoomIn01;
  animation-duration: 7s;
  animation-fill-mode: both;
}

.RWDbanner_plus01 .pic.zoomIn01 {
  animation-direction: forwards;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}

/***************************************************************/
/* 文字區 */
.RWDbanner_plus01 .slick-active .slick-caption {
  animation-name: fadeIn01;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}

.RWDbanner_plus01 .slick-caption {
  position: absolute;
  z-index: 1;
  letter-spacing: 1px;
  z-index: 99;
  top: 20%;
  width: 100%;
}

.RWDbanner_plus01 > .slick-caption .txt1,
.RWDbanner_plus01 > .slick-caption .txt2,
.RWDbanner_plus01 > .slick-caption .txt3,
.RWDbanner_plus01 > .slick-caption .txt4,
.RWDbanner_plus01 > .slick-caption .txt5,
.RWDbanner_plus01 > .slick-caption .txt6 {
  pointer-events: none;
}

.RWDbanner_plus01 .slick-caption .txt2,
.RWDbanner_plus01 .slick-caption .txt3,
.RWDbanner_plus01 .slick-caption .txt4,
.RWDbanner_plus01 .slick-caption .txt5,
.RWDbanner_plus01 .slick-caption .txt6 {
  margin-top: 15px;
}

.RWDbanner_plus01 .slick-caption.txt-left {
  text-align: left;
}

.RWDbanner_plus01 .slick-caption.txt-center {
  text-align: center;
}

.RWDbanner_plus01 .slick-caption.txt-right {
  text-align: right;
}

.RWDbanner_plus01 .device_note,
.RWDbanner_plus01 .device_pad,
.RWDbanner_plus01 .device_phone {
  display: none;
}

/*LOGO 樣式*/
.RWDbanner_plus01 .logo {
  display: inline-block;
}

.RWDbanner_plus01 .logo img {
  width: 100%;
  color: #fff;
  height: auto !important;
  margin-bottom: 30px;
}

/*more 按鈕樣式*/
.link-btn {
  margin-top: 50px;
}

.link-btn a,
.RWDbanner_plus01 > .slick-caption .link-btn a {
  /*border: 1px solid #fff;*/
  padding: 13px 20px;
  border-radius: 25px;
  letter-spacing: 1px;
  background-color: #333;
  font-size: 13px;
}

.link-btn a,
.RWDbanner_plus01 > .slick-caption .link-btn a span {
  color: #fff;
}

.link-btn a:hover,
.RWDbanner_plus01 > .slick-caption .link-btn a:hover {
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  background-color: #555;
}

/*文字樣式*/
@keyframes fadeIn01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.RWDbanner_plus01 > .slick-caption .fadeIn01,
.RWDbanner_plus01 .slick-active .fadeIn01 {
  animation-name: fadeIn01;
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.RWDbanner_plus01 .fadeIn01 {
  animation-direction: forwards;
  opacity: 0;
}

/*因為輪播圖fadeIn01會閃一下，所以移除此動畫，怕影響舊客戶先隱藏*/
/* .RWDbanner_plus01 .slick-active .pic.fadeIn01{
  -webkit-animation-name: none;
  animation-name: none;
  opacity: 1;
}
.RWDbanner_plus01 .pic.fadeIn01{
  opacity: 1;
} */
/*因為輪播圖fadeIn01會閃一下，所以移除此動畫，怕影響舊客戶先隱藏**/
@keyframes fadeInLeft01 {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* .RWDbanner_plus01 .slick-active .pic.fadeInLeft01, */
.RWDbanner_plus01 > .slick-caption .fadeInLeft01,
.RWDbanner_plus01 .slick-active .fadeInLeft01 {
  animation-name: fadeInLeft01;
  animation-duration: 2s;
  animation-fill-mode: both;
}

.RWDbanner_plus01 .fadeInLeft01 {
  animation-direction: forwards;
  opacity: 0;
}
@keyframes fadeInRight01 {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* .RWDbanner_plus01 .slick-active .pic.fadeInRight01, */
.RWDbanner_plus01 > .slick-caption .fadeInRight01,
.RWDbanner_plus01 .slick-active .fadeInRight01 {
  animation-name: fadeInRight01;
  animation-duration: 2s;
  animation-fill-mode: both;
}

.RWDbanner_plus01 .fadeInRight01 {
  animation-direction: forwards;
  opacity: 0;
}
@keyframes fadeInUp01 {
  from {
    top: 50px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.RWDbanner_plus01 > .slick-caption .fadeInUp01,
.RWDbanner_plus01 .slick-active .fadeInUp01 {
  animation-name: fadeInUp01;
  animation-duration: 1.8s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
}

.RWDbanner_plus01 .fadeInUp01 {
  animation-direction: forwards;
  opacity: 0;
}
@keyframes txt-spacing-in01 {
  0% {
    letter-spacing: 8px;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: 2px;
    opacity: 1;
  }
}
.RWDbanner_plus01 .txt-spacing-in01 {
  animation-direction: forwards;
  opacity: 0;
}

.RWDbanner_plus01 > .slick-caption .txt-spacing-in01,
.slick-active .txt-spacing-in01 {
  /*opacity: 0;*/
  animation: txt-spacing-in01 2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation-delay: 0.5s;
}
@keyframes txt-big-in01 {
  0% {
    letter-spacing: 1em;
    transform: translateZ(300px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    transform: translateZ(12px);
    filter: blur(0);
    opacity: 1;
  }
}
.RWDbanner_plus01 .txt-big-in01 {
  animation-direction: forwards;
  opacity: 0;
}

.RWDbanner_plus01 > .slick-caption .txt-big-in01,
.slick-active .txt-big-in01 {
  animation: txt-big-in01 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0.3s;
}

/* 產品圖片 */
.RWDbanner_plus01 .product_pic {
  position: absolute;
  right: 50%;
  margin-right: -300px;
  top: 50%;
  width: 600px;
  height: 600px;
}

.RWDbanner_plus01 .product_pic img {
  width: 100%;
  height: auto !important;
}

/***************************************************************/
/* 控制器 .bar 進度條*/
.RWDbanner_plus01 .bar {
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  height: 5px;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.RWDbanner_plus01 .bar span {
  width: 0%;
  background-color: #d2d2d2;
  position: absolute;
  height: 5px;
  transition: all 0s linear;
}

.RWDbanner_plus01 .bar.run span {
  width: 100%;
  transition: width 7.3s linear;
}

/***************************************************************/
/* 控制器 .style-control */
.RWDbanner_plus01 *:focus {
  outline: 0;
}

@media (min-width: 415px) {
  @keyframes CfadeInUp {
    0% {
      opacity: 0;
      transform: translateY(30px) scale(1);
    }
    100% {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
  .RWDbanner_plus01.style-control .control-box {
    animation-name: CfadeInUp;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    opacity: 0;
  }
}
@keyframes CfadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.RWDbanner_plus01.style-control .control-box .indicator {
  animation-name: CfadeInLeft;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  opacity: 0;
}

.RWDbanner_plus01.style-control .control-box {
  position: absolute;
  bottom: 0;
  background: #fff;
  border: 2px solid #eee;
  padding: 8px 8px 8px 35px;
  z-index: 98;
  width: 261px;
}

.RWDbanner_plus01.style-control.control-left .control-box {
  left: 10%;
}

.RWDbanner_plus01.style-control.control-right .control-box {
  right: 10%;
}

.RWDbanner_plus01.style-control.control-center .control-box {
  left: 50%;
  margin-left: -135px;
}

.RWDbanner_plus01.style-control .control-box .control,
.RWDbanner_plus01.style-control .control-box .indicator,
.RWDbanner_plus01.style-control .control-box .items {
  display: inline-block;
}

@keyframes Cprev {
  0% {
    opacity: 0;
    right: -8px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
.RWDbanner_plus01.style-control .slick-prev {
  animation-name: Cprev;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}

@keyframes Cnext {
  0% {
    opacity: 0;
    left: -8px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.RWDbanner_plus01.style-control .slick-next {
  animation-name: Cnext;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}

.RWDbanner_plus01.style-control .control-box .indicator {
  margin-right: 45px;
  line-height: 50px;
  font-size: 13px;
}

.RWDbanner_plus01.style-control .slick-arrow {
  width: 60px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWcluWxpF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjMwcHgiIGhlaWdodD0iMzBweCIgdmlld0JveD0iMCAwIDMwIDMwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cG9seWdvbiBmaWxsPSIjNjY2NjY2IiBwb2ludHM9IjEyLjY4OCwxMy42NDkgMTcuMzEzLDkuMDI1IDE4LjY2MywxMC4zNzYgMTQuMDM5LDE1IDE4LjY2MywxOS42MjQgMTcuMzEzLDIwLjk3NSAxMi42ODgsMTYuMzUxIA0KCQkxMS4zMzgsMTUgCSIvPg0KCTxyZWN0IGZpbGw9Im5vbmUiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIvPg0KPC9nPg0KPC9zdmc+DQo=");
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  border: none;
  color: transparent;
  position: relative;
  padding: 0;
}

.RWDbanner_plus01.style-control .slick-next {
  filter: FlipH;
  -ms-filter: "FlipH";
  transform: scaleX(-1);
  position: relative;
}

.RWDbanner_plus01.style-control .control {
  position: relative;
  width: 120px;
}

@keyframes Cline {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.RWDbanner_plus01.style-control .control:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d6d6d6;
  position: absolute;
  left: 50%;
  top: 0;
  animation-name: Cline;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.3s;
}

.RWDbanner_plus01.style-control .slick-dots button {
  border: none;
  background: transparent;
  cursor: text;
  padding: 0;
}

.RWDbanner_plus01.style-control .slick-dots li {
  display: none;
  color: #666;
  font-size: 13px;
  font-weight: bold;
}

.RWDbanner_plus01.style-control .control-box .separator,
.RWDbanner_plus01.style-control .slick-dots li.slick-active,
.RWDbanner_plus01.style-control .control-box .total {
  display: inline;
  vertical-align: middle;
}

.RWDbanner_plus01.style-control .control-box .separator {
  font-size: 14px;
  margin: 0 6px;
  color: #666;
}

.RWDbanner_plus01.style-control .slick-dots li.slick-active {
  color: #111;
}

/*筆電 1366*/
@media (max-width: 1366px) {
  .RWDbanner_plus01 .img-note,
  .RWDbanner_plus01 .setheight .note,
  .RWDbanner_plus01 .device_note {
    display: block;
  }
  .RWDbanner_plus01 .img-pc,
  .RWDbanner_plus01 .setheight .pc,
  .RWDbanner_plus01 .device_pc {
    display: none;
  }
}
/*平板橫 1024*/
@media (max-width: 1024px) {
  /*  .RWDbanner_plus01 .img-note,
  .RWDbanner_plus01 .setheight .note{
    display: block;
  }
  .RWDbanner_plus01 .img-pc,
  .RWDbanner_plus01 .setheight .pc{
    display: none;
  }*/
}
/*平板直 768*/
@media (max-width: 768px) {
  .RWDbanner_plus01 .img-pad,
  .RWDbanner_plus01 .setheight .pad,
  .RWDbanner_plus01 .device_pad {
    display: block;
  }
  .RWDbanner_plus01 .img-note,
  .RWDbanner_plus01 .setheight .note,
  .RWDbanner_plus01 .device_note {
    display: none;
  }
  .RWDbanner_plus01 .banner-slider.bg .slick-item {
    height: 1024px;
  }
  .RWDbanner_plus01.style-control.control-left .control-box {
    left: 0;
  }
  .RWDbanner_plus01.style-control.control-right .control-box {
    right: 0;
  }
}
/*i6plus 414*/
@media (max-width: 414px) {
  .RWDbanner_plus01 .img-phone,
  .RWDbanner_plus01 .setheight .phone,
  .RWDbanner_plus01 .device_phone {
    display: block;
  }
  .RWDbanner_plus01 .img-pad,
  .RWDbanner_plus01 .setheight .pad,
  .RWDbanner_plus01 .device_pad {
    display: none;
  }
  .RWDbanner_plus01 .page-scroll.style02 {
    bottom: 35px;
  }
  .RWDbanner_plus01 .page-scroll.style04 {
    bottom: 20px;
  }
  .RWDbanner_plus01 .banner-slider.bg .slick-item {
    height: 736px;
  }
  .RWDbanner_plus01.style-control .control-box {
    width: 100%;
    position: static;
    padding: 14px 5px 14px 30px;
  }
  .RWDbanner_plus01.style-control .slick-arrow {
    height: 30px;
  }
  .RWDbanner_plus01.style-control.control-center .control-box {
    left: initial;
    margin-left: initial;
  }
  .RWDbanner_plus01.style-control .control-box .control {
    float: right;
  }
  .RWDbanner_plus01.style-control .control-box .indicator {
    line-height: 30px;
  }
  .RWDbanner_plus01 .slick-caption {
    top: 15%;
  }
  .RWDbanner_plus01 .slick-caption.txt-left,
  .RWDbanner_plus01 .slick-caption.txt-right {
    text-align: center;
    width: initial;
  }
}
/***************************************************************/
/* 控制器 .style-dotnav 箭頭 */
.RWDbanner_plus01.style-dotnav.control-left .control-box,
.RWDbanner_plus01.style-dotnav.control-right .control-box {
  position: absolute;
  top: 0;
  display: table;
  /* z-index: 200; */
}

.RWDbanner_plus01.style-dotnav.control-right .plus-banner-container,
.RWDbanner_plus01.style-dotnav.control-left .plus-banner-container {
  position: absolute;
  bottom: 2%;
  display: block;
  top: 0;
  z-index: 200;
}

.RWDbanner_plus01.style-dotnav.control-left .plus-banner-container {
  left: 1.5%;
}

.RWDbanner_plus01.style-dotnav.control-right .plus-banner-container {
  right: 1.5%;
}

.RWDbanner_plus01.style-dotnav.control-left .control-box {
  left: 0;
}

.RWDbanner_plus01.style-dotnav.control-right .control-box {
  right: 0;
}

.RWDbanner_plus01.style-dotnav.control-left .control-box .control,
.RWDbanner_plus01.style-dotnav.control-right .control-box .control {
  animation-name: CfadeInRight;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}

.RWDbanner_plus01.style-dotnav.control-center .control-box .control {
  animation-name: CfadeInUp;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-delay: 0.3s;
}

.RWDbanner_plus01.style-dotnav .control-box .control {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.RWDbanner_plus01.style-dotnav .slick-arrow {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWcluWxpF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMwIDMwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBvbHlnb24gZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIxMi42ODgsMTMuNjQ5IDE3LjMxMyw5LjAyNSAxOC42NjMsMTAuMzc2IDE0LjAzOSwxNSAxOC42NjMsMTkuNjI0IDE3LjMxMywyMC45NzUgMTIuNjg4LDE2LjM1MiAKCTExLjMzOCwxNSAiLz4KPC9zdmc+Cg==) center no-repeat;
  color: transparent;
  display: block;
  width: 35px;
  height: 35px;
  border: none;
}

.RWDbanner_plus01.style-dotnav.control-left .control-box .slick-arrow,
.RWDbanner_plus01.style-dotnav.control-right .control-box .slick-arrow {
  transform: rotateZ(90deg);
}

@media (min-width: 415px) {
  @keyframes align-prev {
    0% {
      opacity: 0;
      top: 10px;
    }
    100% {
      opacity: 1;
      top: 0;
    }
  }
  @keyframes align-next {
    0% {
      opacity: 0;
      bottom: 10px;
    }
    100% {
      opacity: 1;
      bottom: 0;
    }
  }
}
.RWDbanner_plus01.style-dotnav.control-left .control-box .slick-align-prev,
.RWDbanner_plus01.style-dotnav.control-right .control-box .slick-align-prev {
  animation-name: align-prev;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.8s;
  position: relative;
}

.RWDbanner_plus01.style-dotnav.control-left .control-box .slick-align-next,
.RWDbanner_plus01.style-dotnav.control-right .control-box .slick-align-next {
  animation-name: align-next;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.8s;
  position: relative;
}

.RWDbanner_plus01.style-dotnav.control-left .control-box .slick-align-next,
.RWDbanner_plus01.style-dotnav.control-right .control-box .slick-align-next {
  transform: rotateZ(270deg);
}

.RWDbanner_plus01.style-dotnav.control-left > .banner-slider .slick-arrow,
.RWDbanner_plus01.style-dotnav.control-right > .banner-slider .slick-arrow {
  top: initial;
  bottom: 30px;
}

.RWDbanner_plus01.style-dotnav.control-left > .banner-slider .slick-prev,
.RWDbanner_plus01.style-dotnav.control-right > .banner-slider .slick-prev {
  left: 50%;
  margin-left: -56px;
}

.RWDbanner_plus01.style-dotnav.control-left > .banner-slider .slick-next,
.RWDbanner_plus01.style-dotnav.control-right > .banner-slider .slick-next {
  right: 50%;
  margin-right: -56px;
}

@media (min-width: 415px) {
  @keyframes Cbprev {
    0% {
      opacity: 0;
      margin-left: -25px;
    }
    100% {
      opacity: 1;
      margin-left: -56px;
    }
  }
  @keyframes Cbnext {
    0% {
      opacity: 0;
      margin-right: -25px;
    }
    100% {
      opacity: 1;
      margin-right: -56px;
    }
  }
}
.RWDbanner_plus01.style-dotnav.control-left > .banner-slider .slick-prev,
.RWDbanner_plus01.style-dotnav.control-right > .banner-slider .slick-prev {
  animation-name: Cbprev;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.3s;
}

.RWDbanner_plus01.style-dotnav.control-left > .banner-slider .slick-next,
.RWDbanner_plus01.style-dotnav.control-right > .banner-slider .slick-next {
  animation-name: Cbnext;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.3s;
}

.RWDbanner_plus01.style-dotnav.control-center .slick-arrow,
.RWDbanner_plus01.style-dotnav.control-center .items {
  display: inline-block;
  vertical-align: middle;
}

.RWDbanner_plus01.style-dotnav > .banner-slider .slick-arrow {
  width: 50px;
  height: 50px;
  border-left: none;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 15px;
  z-index: 444;
  background-color: #333;
  transition: all 0.15s ease-in-out;
  border-radius: 100%;
}

.RWDbanner_plus01.style-dotnav > .banner-slider .slick-arrow:hover {
  background-color: #444;
}

.RWDbanner_plus01.style-dotnav > .banner-slider .slick-next,
.RWDbanner_plus01.style-dotnav.control-center .slick-align-next {
  left: initial;
  right: 15px;
  filter: FlipH;
  -ms-filter: "FlipH";
  transform: scaleX(-1);
}

@keyframes balign-prev {
  0% {
    opacity: 0;
    left: 0;
  }
  100% {
    opacity: 1;
    left: 15px;
  }
}
@keyframes balign-next {
  0% {
    opacity: 0;
    right: 0;
  }
  100% {
    opacity: 1;
    right: 15px;
  }
}
.RWDbanner_plus01.style-dotnav > .banner-slider .slick-prev,
.RWDbanner_plus01.style-dotnav.control-center .slick-align-prev {
  animation-name: balign-prev;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.3s;
}

.RWDbanner_plus01.style-dotnav > .banner-slider .slick-next,
.RWDbanner_plus01.style-dotnav.control-center .slick-align-next {
  animation-name: balign-next;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.3s;
}

.RWDbanner_plus01.style-dotnav.control-center .control-box {
  position: absolute;
  bottom: 2%;
  display: block;
  width: 100%;
}

.RWDbanner_plus01.style-dotnav.control-center .control-box .control {
  display: block;
}

.RWDbanner_plus01.style-dotnav.control-center .slick-dots li {
  display: inline-block;
}

/* 控制器 .style-dotnav 數字 */
.RWDbanner_plus01.style-dotnav .slick-dots li {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.RWDbanner_plus01.style-dotnav .slick-dots li button {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  line-height: 30px;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  position: relative;
  background: transparent;
  z-index: 1;
  padding: 0;
  font-size: 12px;
}

.RWDbanner_plus01.style-dotnav .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.RWDbanner_plus01.style-dotnav .slick-dots .slick-active button {
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.RWDbanner_plus01.style-dotnav .slick-dots .slick-active button:before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background: rgba(0, 0, 0, 0.8);
}

/* 控制器 .style-dotnav.dot 點 */
.RWDbanner_plus01.style-dotnav.dot .slick-dots li {
  width: 30px;
  line-height: 30px;
  margin: 0 auto;
}

.RWDbanner_plus01.style-dotnav.dot .slick-dots button {
  width: 12px;
  height: 12px;
  line-height: 12px;
  color: transparent;
  background: #6b6b6b;
  border: none;
  border-radius: 100%;
  opacity: 0.7;
}

.RWDbanner_plus01.style-dotnav.dot .slick-dots li.slick-active button {
  background: #000;
  opacity: 1;
}

.RWDbanner_plus01.style-dotnav.dot .slick-dots li button:before {
  display: none;
}

/*i6plus 414 → 2024/12 改為 600*/
@media (max-width: 600px) {
  .RWDbanner_plus01.style-dotnav.control-left .plus-banner-container,
  .RWDbanner_plus01.style-dotnav.control-right .plus-banner-container {
    position: relative;
    top: inherit;
    left: 0;
    right: 0;
  }
  .RWDbanner_plus01.style-dotnav.control-left .control-box,
  .RWDbanner_plus01.style-dotnav.control-right .control-box {
    top: initial;
    position: absolute;
    bottom: 1.5%;
    width: 100%;
    height: inherit !important;
  }
  .RWDbanner_plus01.style-dotnav .control-box .items,
  .RWDbanner_plus01.style-dotnav .control-box .items li,
  .RWDbanner_plus01.style-dotnav .slick-arrow {
    display: inline-block;
    vertical-align: middle;
  }
  .RWDbanner_plus01.style-dotnav.control-left .control-box .slick-arrow,
  .RWDbanner_plus01.style-dotnav.control-right .control-box .slick-arrow {
    transform: rotateZ(0deg);
  }
  .RWDbanner_plus01.style-dotnav.control-left .control-box .slick-align-next,
  .RWDbanner_plus01.style-dotnav.control-right .control-box .slick-align-next {
    filter: FlipH;
    -ms-filter: "FlipH";
    transform: scaleX(-1);
  }
  .RWDbanner_plus01.style-dotnav.control-left > .banner-slider .slick-prev,
  .RWDbanner_plus01.style-dotnav.control-right > .banner-slider .slick-prev {
    left: 15px;
    top: 50%;
    margin-left: 0;
    bottom: initial;
  }
  .RWDbanner_plus01.style-dotnav.control-left > .banner-slider .slick-next,
  .RWDbanner_plus01.style-dotnav.control-right > .banner-slider .slick-next {
    right: 15px;
    top: 50%;
    margin-right: 0;
    bottom: initial;
  }
  .RWDbanner_plus01.style-dotnav > .banner-slider .slick-arrow {
    width: 35px;
    height: 35px;
  }
  /*center*/
  .RWDbanner_plus01.style-dotnav.control-center .control-box .slick-arrow {
    display: inline-block;
  }
  @keyframes Cbprev {
    0% {
      opacity: 0;
      margin-left: -25px;
    }
    100% {
      opacity: 1;
      margin-left: 0;
    }
  }
  @keyframes Cbnext {
    0% {
      opacity: 0;
      margin-right: -25px;
    }
    100% {
      opacity: 1;
      margin-right: 0;
    }
  }
  @keyframes txt-spacing-in01 {
    0% {
      letter-spacing: 6px;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      letter-spacing: 2px;
      opacity: 1;
    }
  }
}
.plus-banner-container {
  position: relative;
}

@media (min-width: 992px) {
  .PC_hidden {
    display: none;
    height: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .PAD_hidden {
    display: none;
    height: 0px;
  }
}
@media (max-width: 767px) {
  .MOBILE_hidden {
    display: none;
    height: 0px;
  }
}/*# sourceMappingURL=model.css.map */
/*END*/
/* load file model/lib/RWDright_cont002/css/model.css */
.RWDright_cont002 .item-first .pic:after,.RWDright_cont002 .item-first .pic:before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;visibility:hidden}.RWDright_cont002{position:relative}.RWDright_cont002 .item-first{position:relative;background:#b3a297;padding:0}.RWDright_cont002 .item-first:hover .pic:before{visibility:visible;opacity:1;transform:translateX(0)}.RWDright_cont002 .item-first:hover .pic:after{visibility:visible;opacity:1}.RWDright_cont002 .item-first:hover .pic img{transform:scale(1.3)}.RWDright_cont002 .item-first .pic{width:50%;float:left;transition:.8s;-o-transition:.8s;-webkit-transition:.8s;position:relative;overflow:hidden}.RWDright_cont002 .item-first .pic img{transform:scale(1);transition:.8s;-o-transition:.8s;-webkit-transition:.8s}.RWDright_cont002 .item-first .pic:before{background:url(../../model/sample/baseimg/RWDright_cont002/arrow-left-white.png) center center no-repeat;z-index:1;opacity:0;transform:translateX(-100px);transition:.8s;-o-transition:.8s;-webkit-transition:.8s}.RWDright_cont002 .item-first .pic:after{background-color:rgba(84,84,84,.83);opacity:0;transition:.8s;-o-transition:.8s;-webkit-transition:.8s}.RWDright_cont002 .item-first .text-box{width:50%;position:relative;height:auto;float:right;color:#fff;padding:40px 50px;transition:.8s;-o-transition:.8s;-webkit-transition:.8s}.RWDright_cont002 .item-first .text-box .title{font-size:32px;letter-spacing:2px;font-weight:700}.RWDright_cont002 .item-first .text-box .subtitle{font-size:16px;letter-spacing:7px;margin-top:15px}.RWDright_cont002 .item-first .text-box .underline{width:60px;height:1px;background-color:#fff;margin:25px 0}.RWDright_cont002 .item-first .text-box .text{line-height:32px;font-size:14px;letter-spacing:2px;margin-top:35px;width:78%;overflow:hidden;transition:.8s;-o-transition:.8s;-webkit-transition:.8s}@media (max-width:1100px){.RWDright_cont002 .item-first .text-box .text{width:92%}}@media (max-width:990px){.RWDright_cont002 .item-first .pic{width:100%;float:none}.RWDright_cont002 .item-first .text-box{width:100%;height:auto;position:relative}.RWDright_cont002 .item-first .text-box .text{width:100%;height:auto;overflow:auto}}@media (max-width:700px){.RWDright_cont002 .item-first .pic{float:none;width:100%}.RWDright_cont002 .item-first .text-box .title{font-size:32px}.RWDright_cont002 .item-first .text-box .subtitle{font-size:22px}.RWDright_cont002 .item-first .text-box .text{width:100%;font-size:14px}}.RWDright_cont002 a:focus,.RWDright_cont002 a:hover{text-decoration:none}@media only screen and (max-width:799px){.main .RWDright_cont002 .container{padding-left:0;padding-right:0}}.RWDright_cont002 .item-first .text-box a:hover button,.RWDright_cont002 .item-first .text-box button:hover,.RWDright_cont002 a:focus,.RWDright_cont002 a:hover{color:#fff}.clearfix{clear:both}.RWDright_cont002 .item-first .text-box a{color:#000;display:block;padding:12px 10px;border:1px solid #ccc;width:120px;margin:30px auto 0;text-align:center;transition:.5s;-o-transition:.5s;-webkit-transition:.5s}.RWDright_cont002 .item-first .text-box a:hover{background-color:#000}.RWDright_cont002 .item-first .text-box button{box-shadow:1px 1px 5px #b1b1b1;box-shadow:none;background-image:none;border:none;background-color:transparent;margin:0 auto}.RWDright_cont002 .item-first .text-box button:hover{background-color:transparent}.RWDright_cont002 .item-first:hover .pic:after,.RWDright_cont002 .item-first:hover .pic:before{opacity:0}
/*END*/
/* load file model/lib/RWDleft_cont002/css/model.css */
.RWDleft_cont002{position:relative}.RWDleft_cont002 .item-second{position:relative;background-color:#b0b9bb}.RWDleft_cont002 .item-second:hover .pic:before{visibility:visible;opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.RWDleft_cont002 .item-second:hover .pic:after{visibility:visible;opacity:1}.RWDleft_cont002 .item-second:hover .pic img{-webkit-transform:scale(1.3);transform:scale(1.3)}.RWDleft_cont002 .item-second .pic{width:50%;float:right;transition:all .8s;-o-transition:all .8s;-webkit-transition:all .8s;position:relative;overflow:hidden}.RWDleft_cont002 .item-second .pic img{-webkit-transform:scale(1);transform:scale(1);transition:all .8s;-o-transition:all .8s;-webkit-transition:all .8s}.RWDleft_cont002 .item-second .pic:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:url(../../model/sample/baseimg/RWDleft_cont002/arrow-left.webp);background-repeat:no-repeat;background-position:center center;z-index:1;visibility:hidden;opacity:0;-webkit-transform:translateX(-100px);transform:translateX(-100px);transition:all .8s;-o-transition:all .8s;-webkit-transition:all .8s}.RWDleft_cont002 .item-second .pic:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(84,84,84,.83);visibility:hidden;opacity:0;transition:all .8s;-o-transition:all .8s;-webkit-transition:all .8s}@media(max-width: 900px){.RWDleft_cont002 .item-second .pic{float:none;width:100%}}.RWDleft_cont002 .item-second .text-box{width:50%;height:100%;left:0;background:#b0b9bb;color:#fff;padding:40px 50px;transition:all .8s;-o-transition:all .8s;-webkit-transition:all .8s}@media(max-width: 900px){.RWDleft_cont002 .item-second .text-box{width:100%;float:none;padding:30px}}.RWDleft_cont002 .item-second .text-box .title{font-size:32px;font-weight:bold;letter-spacing:2px}@media(max-width: 700px){.RWDright_cont002 .item-second .text-box .title{font-size:32px}}.RWDleft_cont002 .item-second .text-box .subtitle{font-size:16px;letter-spacing:7px;margin-top:15px;font-weight:bold}@media(max-width: 700px){.RWDright_cont002 .item-second .text-box .subtitle{font-size:22px}}.RWDleft_cont002 .item-second .text-box .underline{width:60px;height:1px;background-color:#fff;margin:25px 0}.RWDleft_cont002 .item-second .text-box .text{line-height:32px;font-size:14px;letter-spacing:2px;margin-top:35px;width:78%;height:auto;transition:all .8s;-o-transition:all .8s;-webkit-transition:all .8s}@media(max-width: 1100px){.RWDleft_cont002 .item-second .text-box .text{width:92%}}@media(max-width: 990px){.RWDleft_cont002 .item-second .text-box .text{width:100%;height:auto;overflow:auto}}@media(max-width: 700px){.RWDleft_cont002 .item-second .text-box .text{width:100%;font-size:14px}}.RWDleft_cont002 .item-second .text-box button:hover a{color:#fff}@media(max-width: 900px){.RWDleft_cont002 .item-second .text-box button a{font-size:12px}}.RWDleft_cont002 .item-second .text-box button a:hover,.RWDleft_cont002 .item-second .text-box button a:focus{text-decoration:none}@media(max-width: 990px){.RWDleft_cont002 .item-second .text-box button{margin-top:3em}}@media only screen and (max-width: 799px){.main .RWDleft_cont002 .container{padding-left:0px;padding-right:0px}}.clearfix{clear:both}.RWDleft_cont002 .item-second .text-box a{border:none;background-image:none;width:120px;border-radius:99em;letter-spacing:2px;background:#fff;color:var(--wt-BtnEmptyColor, #798386);font-weight:bold;font-size:15px;transition:all .5s;-o-transition:all .5s;-webkit-transition:all .5s;margin:0 auto;display:block;text-align:center;padding:12px 10px;margin-top:30px;border:1px solid var(--wt-BtnEmptyColor, #ccc)}.RWDleft_cont002 .item-second .text-box a:hover{color:#fff;background-color:var(--wt-HoverColor, #333);border-color:var(--wt-HoverColor, #ccc)}.RWDleft_cont002 .item-second:hover .pic:after,.RWDleft_cont002 .item-second:hover .pic:before{opacity:0}
/*END*/