@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 RWDfullScreenSlider */
.RWDfullScreenSlider{
	width:100%;
        height:100%;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: cover;
	background-position: top center;
}
@media(min-width:1200px){
	.RWDfullScreenSlider{
		background-attachment: fixed;
		background-position: 50% 0;
		background-size: cover;
	}
}
.paralaxMask {
    width: 100%;
    height: 100%;
    min-height:200px;
    overflow: hidden;
    position: absolute;
    background: rgba(0,0,0,0.15);
}
.RWDfullScreenSlider .maskParent {display:table;position: relative; height:100%;width:100%;}

#fullScreenSliderWrapper{
	display:table-cell;
	vertical-align: middle;
	width:100%;
	text-align:center;
	margin:auto;
}
.btn.homeBtn {position:relative; background:rgba(255,255,255,0.25);}

#logoBig img{width:300px; margin:auto; position: relative}
.RWDfullScreenSlider #flexHome {margin: 0;}
.RWDfullScreenSlider #flexHome h1, .RWDfullScreenSlider #flexHome .flex-control-nav{text-align: center; margin-bottom: 44px;}
.RWDfullScreenSlider .flexslider .slides > li{height:80px;}

/*** MEDIA QUERIES ***/

@media(max-width:767px){
	.RWDfullScreenSlider #flexHome h1 {font-size:22px;}
	#logoBig {padding:0 11px;}
}


#flexHome {
	background: transparent;
	margin-top:0;
}
#flexHome .flex-control-nav	{
	text-align:left;
	margin-bottom:-44px;

}
#flexHome h1 {
    color: #fff;
     margin: 0;
      font-family: 微軟正黑體,'Open Sans', sans-serif;
      background: none;
	margin-bottom: 11px;
	font-weight: 300;
	font-size: 32px;
	line-height:1em;
	text-transform:uppercase;
	padding:0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	width:100%;
	text-align:left;
	display: inline-block;
       font-style: normal;
       position: relative;
    letter-spacing: 0.1em;
}
#flexHome h1:after  {content:''}
#flexHome h2 {text-align:left; display: inline-block;}
.flexslider .slides > li {height:110px;}

.flex-control-nav{position:static; margin-top:22px;}
.flex-control-nav li {margin-left: 0; margin-right:11px;}
.flex-control-nav{display:none;}

@media(max-width:400px){
	.flexslider .slides > li {height:120px;}
	.RWDfullScreenSlider .flexslider .slides > li{height:60px;}
	#flexHome h2 {font-size: 12px;}
}

@media(min-width:768px){
	.newsText{margin-bottom: 0;}
	#flexHome h1 {font-size:40px;}
	#flexHome {
		margin-top:44px;
	}
	.flex-control-nav{display:block;}
	.flexslider .slides > li {height:160px;}
	.RWDfullScreenSlider .flexslider .slides > li{height:80px;}
}
@media(min-width:992px){
	#flexHome h1 {font-size: 50px;}
	#flexHome {
		margin-top:66px;
	}
	.flexslider .slides > li {height:200px;}
	.RWDfullScreenSlider .flexslider .slides > li{height:100px;}
}

@media(min-width:1200px){
	#flexHome h1 {
		font-size: 80px;
	}
	#flexHome {
		margin-top:88px;
	}
	.flexslider .slides > li {
		height:250px;
	}
}
.RWDfullScreenSlider  .flexslider {
    box-shadow: none;
}
.slides .txt div {
	background:#444;
	color:#FFFFFF;
}
.flexslider .flex-direction-nav a {
	background-color:#43B6B1;
}

.flexslider .flex-control-paging li a:hover, #sliderWrapper .flex-control-paging li a.flex-active{
	background: #fff;
	border:2px solid #fff;
}
.flexslider .flex-control-paging li a {
	background: transparent;
	border:2px solid rgba(255,255,255,0.5);
}
.flexslider .flex-control-nav {
	background:transparent;
}
.flexslider h1 {
	color:#fff;
	background-color:#43B6B1;
}
.flexslider h2 {
	color:#fff;
	background-color:#333;
}
.flexslider .caption p {
	background-color:#fff;
	color:#555
}

/*** flexHome ***/
#flexHome  h1 {	color:#fff;
	background:none;
	}
#flexHome  h2 {	color:#fff;
	background:none;
}
.RWDfullScreenSlider .flex-control-nav {display:none;}
.btn:hover {
    color: #43B6B1;
    border-color: #eee;
    text-shadow: none;
    background: #fff;
}

.RWDfullScreenSlider .btn {
	text-transform:uppercase;
	padding:15px 20px;
	font-size:18px;
	-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;
color: #fff;
    border: 2px solid #fff;
    position: relative;
    background: rgba(255,255,255,0.25);
}

.RWDfullScreenSlider .btn i {
	margin-right:0.5em;
}
.RWDfullScreenSlider .btn:hover {
	color:#43B6B1;
	border-color:#eee;
	text-shadow:none;
	background:#fff
}
.RWDfullScreenSlider .bgbanner{width:100%;height:100%;position: absolute;z-index:-1}

.RWDfullScreenSlider  .bx-viewport,.RWDfullScreenSlider  .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}
.RWDfullScreenSlider .bxslider,.RWDfullScreenSlider  .bxslider li{
    height: 100% !important;
   list-style: none;
  margin:0px;padding:0px;
}
.RWDfullScreenSlider .bxslider li{

    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.RWDfullScreenSlider .bx-wrapper .bx-viewport{
    border: none !important;
}
/*END*/
/* load db RWDleft_cont */
.RWDleft_cont .section_left_content {
    background-color: #f8f8f8;
    padding: 50px 0;
}
.RWDleft_cont .content_topline {
    border-top: 3px solid #e7e7e7;
    float: left;
    width: 200px;
}
.RWDleft_cont .content_title {
    margin-bottom: 30px;
}
/*END*/
/* load file model/lib/RWDProduct006/model.css */
.RWDProduct006{padding-top:80px;padding-bottom:80px}.RWDProduct006 ul.list-inline,.RWDProduct006 .list-inline{margin-left: 0;}.RWDProduct006 li:first-child,.RWDProduct006 .item:first-child {padding-left: 0;}.RWDProduct006 a:hover{color:#18ba9b;text-decoration:underline}.RWDProduct006 .heading{margin-bottom:20px;clear:both;text-align:center;border-radius:0!important}.RWDProduct006 .heading h2:before{right:100%}.RWDProduct006 .heading h2:after{left:100%}.RWDProduct006 .heading h2:after,.RWDProduct006 .heading h2:before{content:' ';width:70%;position:absolute;border-width:1px;border-color:#bbb;top:15px;height:6px;border-top-style:solid;border-bottom-style:solid}.RWDProduct006 .heading h2{color:#687074;font-size:24px;font-weight:400;padding:0 12px;position:relative;display:inline-block;line-height:34px!important;margin-top:5px;text-shadow:none}.RWDProduct006 .heading p{color:#888;font-size:14px}@media (max-width:991px){.RWDProduct006 .heading h2:after,.RWDProduct006 .heading h2:before{width:65%}}@media (max-width:768px){.RWDProduct006 .heading h2:after,.RWDProduct006 .heading h2:before{width:35%}}@media (max-width:600px){.RWDProduct006 .heading h2{font-size:19px}.RWDProduct006 .heading h2:after,.RWDProduct006 .heading h2:before{width:15%}}.RWDProduct006 .illustration-v2{margin-bottom:60px}.RWDProduct006 .illustration-v2 .customNavigation{text-align:center;margin-bottom:25px}.RWDProduct006 .illustration-v2 .customNavigation a.owl-btn{color:#ccc;width:30px;height:30px;font-size:17px;cursor:pointer;line-height:26px;text-align:center;display:inline-block;border:2px solid #ddd;border-radius:50%!important;text-decoration:none}.RWDProduct006 .illustration-v2 .customNavigation a.owl-btn:hover{color:#555;border-color:#777;-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}.RWDProduct006 .illustration-v2 .customNavigation a.owl-btn.prev i{margin-left:-2px}.RWDProduct006 .illustration-v2 .customNavigation a.owl-btn.next i{margin-right:-2px}.RWDProduct006 .illustration-v2 .item{margin:0 10px;padding-bottom:5px}.RWDProduct006 .illustration-v2 .product-img{position:relative}.RWDProduct006 .illustration-v2 .product-img-brd{box-shadow:0 0 3px #ccc}.RWDProduct006 .illustration-v2 a.product-review{left:0;bottom:0;color:#fff;width:100%;padding:5px 0;font-size:12px;text-align:center;position:absolute;text-transform:uppercase;background:rgba(0,0,0,.5)}.RWDProduct006 .illustration-v2 .add-to-cart{left:0;right:0;top:50%;z-index:1;width:100%;color:#555;border:none;padding:10px 0;font-size:20px;margin-top:-20px;text-align:center;position:absolute;visibility:hidden;text-transform:uppercase;background:rgba(255,255,255,.8)}.RWDProduct006 .illustration-v2 .add-to-cart i{line-height:15px;margin-right:12px;padding-right:12px;border-right:1px solid #555}.RWDProduct006 .illustration-v2 .add-to-cart:hover{color:#fff;text-decoration:none;background:rgba(24,171,155,.5);-webkit-transition:background-color .2s ease-in-out;-moz-transition:background-color .2s ease-in-out;-o-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.RWDProduct006 .illustration-v2 .add-to-cart:hover i{color:#fff;border-color:#fff}.RWDProduct006 .illustration-v2 .product-img:hover .add-to-cart{visibility:visible}.RWDProduct006 .rgba-banner{top:20px;right:-5px;color:#fff;font-size:14px;padding:3px 8px;font-weight:600;position:absolute;text-transform:uppercase}.RWDProduct006 .shop-rgba-red{background:rgba(201,37,60,.5)}.RWDProduct006 .shop-rgba-dark-green{background:rgba(24,171,155,.5)}.RWDProduct006 .product-description{padding:10px;overflow:hidden}.RWDProduct006 .product-description-brd{box-shadow:0 0 2px #ccc}.RWDProduct006 .product-description .title-price{color:#c9253c;font-size:18px;font-weight:500}.RWDProduct006 .product-description .title-price.fix-price{color:#687074;font-size:14px}.RWDProduct006 .product-description .title-price,.RWDProduct006 .product-description h4.title-price{margin:2px 0 0}.RWDProduct006 .product-description .title-price a,.RWDProduct006 .product-description h4.title-price a{color:#687074}.RWDProduct006 .product-description .title-price a:hover,.RWDProduct006 .product-description h4.title-price a:hover{color:#18ba9b}.RWDProduct006 .product-description .product-price{text-align:right;padding-left:10px}.RWDProduct006 .product-description .line-through{color:#c9253c;text-decoration:line-through}.RWDProduct006 .product-description .gender{color:#999;display:block;font-size:14px}.RWDProduct006 .product-description .product-ratings{overflow:hidden;margin-left:0;padding-left:0}.RWDProduct006 .product-ratings li{padding:0}.RWDProduct006 .product-ratings li .rating{color:#8bdccd;font-size:14px}.RWDProduct006 .product-ratings li .rating-selected{color:#18ba9b;font-size:14px}.RWDProduct006 .product-ratings li.like-icon{float:right}.RWDProduct006 .product-ratings li.like-icon a{color:#8bdccd}.RWDProduct006 .product-ratings li.like-icon .tooltip{font-size:12px;font-weight:400;text-transform:uppercase}.RWDProduct006 .product-ratings li.like-icon a:hover{color:#18ba9b;text-decoration:none}.RWDProduct006 .overflow-h{overflow:hidden}.RWDProduct006 .margin-bottom-5{margin-bottom:5px;clear:both}.RWDProduct006 .full-width{width:100%}a.add-cart-new{display:block;padding:10px 0;background-color:#333;text-align:center;margin-top:10px;transition:.3s;-o-transition:.3s;-webkit-transition:.3s}a.add-cart-new:hover{text-decoration:none;background:#545454}a.add-cart-new div{color:#fff}
/*END*/
/* load db RWDparalaxSlice */
.RWDparalaxSlice .maskParent {
    position: relative;
    height: 100%;
    width: 100%;
}
.RWDparalaxSlice .paralaxMask {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    background: rgba(0,0,0,0.15);
}
.RWDparalaxSlice .paralaxText {
    padding-top: 66px;
    padding-bottom: 66px;
    text-align: center;
    position: relative;
}
.RWDparalaxSlice .paralaxText blockquote,.RWDparalaxSlice .paralaxText h1,.RWDparalaxSlice  .paralaxText h2,.RWDparalaxSlice  .paralaxText h3,.RWDparalaxSlice  .paralaxText p,.RWDparalaxSlice .paralaxText i {
    color: #fff;
}
.RWDparalaxSlice .paralaxText blockquote {
    padding: 0.5em 0;
    font-size: 33px;
    line-height: 33px;
    margin-bottom: 0;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    padding-left: 0;
    border: none;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    letter-spacing: 0.1em;
}
@media (min-width: 768px)
.RWDparalaxSlice .paralaxText blockquote {
    font-size: 44px;
    line-height: 44px;
}

.RWDparalaxSlice {
overflow-x:hidden;
	width:100%;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: cover;
	background-position: top center;
min-height:100%;
}
@media(min-width:1200px){
	.RWDparalaxSlice {
		background-attachment: fixed;
		background-position: 50% 0;
 background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
}
/*END*/
/* load db RWDnews009 */
.RWDnews009{
            position: relative;
        }

        .RWDnews009 h1{
            font-size: 48px;
            letter-spacing: 1px;
            text-align: center;
            margin-bottom: 40px;
        }

        .RWDnews009 .item{
            background-color:#f3f3f3;
            position: relative; 
            margin-bottom:20px
        }

/*
        .RWDnews009 .item:hover::after{
            opacity: 1;
            width:100%;
            -webkit-transition-duration: 0.8s; /* Safari */
            transition-property: width;
            transition-duration: 0.8s;
        }

        .RWDnews009 .item:after{
            content: '';
            position: absolute;
            width:1%;
            height: 100%;
            top:0;
            left: 0;
            background-color:rgba(112, 113, 121, 0.15);
            opacity: 0;
            -webkit-transition-property: width; /* Safari */
            -webkit-transition-duration: 0.8s; /* Safari */
            transition-property: width;
            transition-duration: 0.8s;
            transition: all 0.8s;
            z-index: 1;
        }
*/

.RWDnews009 h2{text-align:center;font-size:16px}


            /* pad 以下*/

            @media (max-width: 1139px){
                .RWDnews009 .item{
                    height: auto;
                }
            }



        .RWDnews009 .date-box{
            float: left;
            width: 94px;
            height: 215px;
            padding: 68px 0;
            margin:0;
            text-align: center;
        }

            /* pad */

            @media (max-width: 1139px){
                .RWDnews009 .date-box{
                    width: 100%;
                    height: auto;
                    text-align: center;
                    padding: 30px;
                    float:none;
                }
            }



        .RWDnews009 .date-box .month,
        .RWDnews009 .date-box .date,
        .RWDnews009 .date-box .year{
            float:none;
        }    

        @media (max-width: 900px){
            .RWDnews009 .date-box .month,
            .RWDnews009 .date-box .date,
            .RWDnews009 .date-box .year{
                float:left;
            } 
        }


        .RWDnews009 .date-box .month,
        .RWDnews009 .date-box .date{
            font-size: 14px;
            letter-spacing: 1px;
        }

        .RWDnews009 .date-box .year{
            font-size: 14px;
            letter-spacing: 1px;
            margin:15px 0;
        }

            /* pad */

            @media (max-width:1139px){
                .RWDnews009 .date-box .year{
                    margin:0;
                }
            }


        .RWDnews009 .pic-box{
            float: left;
            width: 460px;
            position: relative;
            z-index: 999;
        }

            /* pad */
            @media(max-width: 1139px){
                .RWDnews009 .pic-box{
                    width: 100%;
                    height: auto;
                    float:none;
                }  
            }

        .RWDnews009 .text-box{
            float: left;
            width: 584px;
            padding: 30px;
        }

            /* pad */
            @media(max-width: 1139px){
                .RWDnews009 .text-box{
                    width: 100%;
                    height: auto;
                    padding:19px;
                    float: none;
                    padding:30px;
                }  
            }


        .RWDnews009 .pic-box img{
            opacity: 1;
            transition:all 0.8s;
            -o-transition:all 0.8s;
            -webkit-transition:all 0.8s;
        }

        .RWDnews009 .pic-box img:hover{
            opacity: 0.7;
        }


        .RWDnews009 .text-box .title{
            font-size: 24px;
            position: relative;
            z-index: 100;
        }


        .RWDnews009 .text-box .title a{
            color:#333;
            transition: all 0.8s;
            -o-transition: all 0.8s;
            -webkit-transition: all 0.8s;
            cursor: pointer;
        }

        .RWDnews009 .text-box .title a:hover{
            color:#8e8e8e;
            text-decoration: none;
        }
     
        .RWDnews009 .text-box .under-line{
            width: 100px;
            height: 1px;
            background-color: #333;
            margin:23px 0;
            transition: all 0.8s;
            -o-transition: all 0.8s;
            -webkit-transition: all 0.8s;
        }

        .RWDnews009 .item:hover .text-box .under-line{
            width: 50px;
        }

     
        .RWDnews009 .text-box .description{
            font-size: 12px;
            letter-spacing: 1px;
            line-height: 26px;
            max-height: 80px;
            overflow: hidden;
            color:#909090;
        }

            @media (max-width: 1139px){
                    .RWDnews009 .text-box .description{
                        max-height:100%;
                    }
            }


        .RWDnews009 .text-box button{
            float: right;
            font-size: 14px;
            letter-spacing: 1px;
            background-image: none;
            background-color: transparent;
            border: none;
            margin:0;
            position: relative;
            z-index: 100;
            margin-top:20px;
        }

            /* pad*/
            @media (max-width: 1139px){
                .RWDnews009 .text-box button{
                    margin:20px 0;
                }
            }


        .RWDnews009 .text-box button:hover::before{
            width: 10px;
        }    



        .RWDnews009 .text-box button:before{
            content: '';
            float: left;
            margin: 10px 7px;
            width: 40px;
            height: 1px;
            background-color: #949494;
            -webkit-transition-property: width; /* Safari */
            -webkit-transition-duration: 0.8s; /* Safari */
            transition-property: width;
            transition-duration: 0.8s;
        }
@media only screen and (max-width: 799px) {
  .main .RWDnews009 .container {
     padding-left: 0px; 
     padding-right: 0px; 
  }
}
.clearfix{clear:both;}
/*END*/
/* load db copyright */
.copyright_desc,.copyright_desc a,.copyright_desc a:hover{
	color:#fff;
	line-height: 22px;
}
/*END*/
/* load db web_community */
.web_community ul, .web_community li{
	list-style: none;
	padding:0px;
	margin:0px;
}
.web_community li{
	float:right;
	margin-left:4px;
}
.web_community a{
	text-decoration: none;
}
.web_community .icon{width:16px;height:16px;background: transparent center center  scroll no-repeat;    background-size: cover!important;}
.web_community .icon_mail {background-image: url(../../model/sample/baseimg/web_community/icon_mail.png);}
.web_community .icon_twitter {background-image: url(../../model/sample/baseimg/web_community/icon_twitter.png);}
.web_community .icon_facebook {background-image: url(../../model/sample/baseimg/web_community/icon_facebook.png);}
.web_community .icon_plurk {background-image: url(../../model/sample/baseimg/web_community/icon_plurk.png);}
.web_community .icon_gplus {background-image: url(../../model/sample/baseimg/web_community/icon_gplus.png);}
.web_community .icon_split {display:none;}
.web_community .icon img{width:100%}
/*END*/
/* load db web_search002 */
.web_search002{
    background: #ff520e url(images/web_search002/btn_search.png) no-repeat 3% 50%;
    width: 30px;
    height: 30px;
    display: block;
    cursor:pointer;
    overflow: hidden;
    
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.web_search002 .searchkey{height: 30px;float: left;position:relative;}
.web_search002 input{width:110px;height:30px;line-height:30px;border:0px;border: medium none;margin-left:30px;background-color:transparent;opacity: 0;}
.web_search002.open {width: auto;display:inline-block;cursor:auto;}
.web_search002.open input{opacity: 1;margin-left: 40px;margin-right: 30px;}

/*背景顏色*/
.web_search002 {background-color:#ff520e}
/*背景展開顏色*/
.web_search002.open {background-color:#525250}
/*文字顏色*/
.web_search002 .searchkey,.web_search002 input{color: #d7d7d7;}
/*END*/
/* load file model/lib/web_edm002/model.css */
.web_edm002,.web_edm002 .edm_icon{width:30px;cursor:pointer;height:30px}.web_edm002{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYzRUI5RjRFRTI2OTExRTRCNTJDOTM3QjVEQUQ5RUNEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYzRUI5RjRGRTI2OTExRTRCNTJDOTM3QjVEQUQ5RUNEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjNFQjlGNENFMjY5MTFFNEI1MkM5MzdCNURBRDlFQ0QiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjNFQjlGNERFMjY5MTFFNEI1MkM5MzdCNURBRDlFQ0QiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6QmQ5JAAABHklEQVR42mL8//8/Az0BEwOdwaiFI8NCTnpb+A2IQXnnKhC3A7ENRTaC8iEBjA0cA2IzIvRiYEYiMn4gEIsCsS6ULY0k1wTE9dT2ITpOAOKHSL5dAcTMxOonRtFtaBA2ArEKVIwHiLcjWdpOTQuRwU+o4WxQX61DkvOmloWZQLwUiD8gGb4XaiknEF+Fij2EilFsIQzzA/EiJEvnQMW9kcRiqWkhDK9GsgCWNY5B+buoYWEdEH+DJhJQEAoB8SuoBUuhaiqg/G9QNRRZiBx3NlCxdij/LZRvg6TGAJ95xBRtc6H0WSC+AGWfgtJCQMwPxC+Q1EvgM4yRyCYGDxB/QeOrQ9mXgfgvEBtA+XeA+COlFo5WwKMWjlpIOwAQYADyvEUa1pIUpAAAAABJRU5ErkJggg==') 3% 50% no-repeat #ff520e;display:block;overflow:hidden;-webkit-border-radius:10em;-moz-border-radius:10em;border-radius:10em;-webkit-transition:.5s;-moz-transition:.5s;transition:.5s}.web_edm002 .edm_icon{float:left;margin-left:3px}.web_edm002 .email{height:30px;float:left;position:relative}.web_edm002 .btn{line-height:30px;padding:0 8px;float:left;cursor:pointer;font-size:12px;font-family:Arial,Helvetica,sans-serif;text-align:center}#btn_reject_email{margin-right:10px;margin-left:1px}.web_edm002 input{width:170px;height:30px;line-height:30px;border:0;border:none;margin-left:30px;background-color:transparent;opacity:0}.web_edm002.open{width:auto;display:inline-block;cursor:auto;font-size:12px;line-height:26px;background-color:#525250}.web_edm002.open input{opacity:1;margin-left:10px}.web_edm002 .btn,.web_edm002 .email,.web_edm002 input{color:#d7d7d7}.web_edm002 .btn:hover{color:#ff520e}
/*END*/
/* load db web_footer */
.web_footer a{text-decoration: none;}
.footer_desc{color:#6F6F6F}
.footer_desc a{color:#6F6F6F}
.footer_desc a:hover{color:#6F6F6F}
/*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 file model/lib/RWDService002/css/model.css */
.RWDService002{position:relative;padding:50px 0px}.RWDService002 .section-subject{text-align:center;margin-bottom:50px}.RWDService002 h1.main-title{font-size:48px;color:#222;margin:0px;font-weight:300}.RWDService002 h2.sub-title{font-size:22px;color:#222;margin:18px 0 0;font-weight:300}.RWDService002 .section-line{background-color:#222;display:inline-block;height:1px;width:100px;margin-top:50px}.funny-hover{cursor:pointer}.funny-boxes>.funny-boxes-icon{border-radius:50%;display:inline-block;height:75px;line-height:90px;margin-bottom:30px;position:relative;width:75px}.funny-boxes>.funny-boxes-icon>i{font-size:35px}.funny-boxes>.funny-boxes-text>h4{font-size:25px;letter-spacing:.2em;padding-bottom:25px;position:relative;text-transform:uppercase}.funny-boxes>.funny-boxes-text>h4::after{background-color:#1abc9c;bottom:-1px;content:"";display:inline-block;height:1px;left:50%;margin-left:-30px;max-width:100%;position:absolute;width:60px}.funny-boxes>.funny-boxes-text>.funny-boxes-tit{font-size:25px;letter-spacing:.2em;padding-bottom:25px;position:relative;text-transform:uppercase;line-height:1.2}.funny-boxes>.funny-boxes-text>.funny-boxes-tit:after{background-color:#1abc9c;bottom:-1px;content:"";display:inline-block;height:1px;left:50%;margin-left:-30px;max-width:100%;position:absolute;width:60px}.funny-boxes>.funny-boxes-text>p{font-size:18px}@media(min-width: 768px){.funny-boxes>.funny-boxes-text>p{font-size:15px}}.funny-boxes.not-right-column{padding-bottom:40px}@media(min-width: 768px){.funny-boxes.not-right-column{padding-bottom:0}}@media(min-width: 1024px){.funny-boxes.not-right-column::before{background:rgba(0,0,0,0) -webkit-gradient(linear, left top, left bottom, from(rgba(26, 188, 156, 0)), color-stop(15%, rgba(26, 188, 156, 0.9)), color-stop(85%, rgba(26, 188, 156, 0.9)), to(rgba(26, 188, 156, 0))) repeat scroll 0 0;background:rgba(0,0,0,0) linear-gradient(to bottom, rgba(26, 188, 156, 0) 0%, rgba(26, 188, 156, 0.9) 15%, rgba(26, 188, 156, 0.9) 85%, rgba(26, 188, 156, 0) 100%) repeat scroll 0 0;content:"";display:inline-block;height:90%;position:absolute;right:-1px;top:5%;width:1px}}.funny-boxes.float-shadow:hover>.funny-boxes-icon{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.funny-boxes.float-shadow:hover>.funny-boxes-icon::before{opacity:1;-webkit-transform:translateY(5px);transform:translateY(5px)}.funny-boxes.float-shadow>.funny-boxes-icon{-webkit-box-shadow:0 0 1px rgba(0,0,0,0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-transform:translateZ(0px);transform:translateZ(0px);-webkit-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s}.funny-boxes.float-shadow>.funny-boxes-icon::before{background:rgba(0,0,0,0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;content:"";height:10px;left:5%;opacity:0;pointer-events:none;position:absolute;top:100%;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;width:90%;z-index:-1}.RWDService002 .fa{display:inline-block;font-family:FontAwesome;-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-kerning:auto;font-kerning:auto;-webkit-font-language-override:normal;font-language-override:normal;font-size:inherit;font-size-adjust:none;font-stretch:normal;font-style:normal;font-synthesis:weight style;font-variant:normal;font-weight:normal;line-height:70px;text-rendering:auto;-webkit-transform:translate(0px, 0px);transform:translate(0px, 0px);width:100%;height:100%;background-repeat:no-repeat;background-position:center center;background-size:100% auto}.RWDService002 .fa.fix_h{background-size:auto 100%}
/*END*/