@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 RWDedictor001 */
/*subject area*/
.RWDedictor001 .section-subject{text-align:center;margin-bottom:50px;}
.RWDedictor001 h1.main-title{font-size:48px;margin:0px;color:#777;font-weight: 300;}
.RWDedictor001 h2.sub-title{font-size:22px;;margin:18px 0 0;color:#888;font-weight: 300;}
.RWDedictor001 .section-line {background-color: #43B6B1;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*/

.RWDedictor001 h3 {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0;
    color: #222;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 14px;
    font-weight: 600;
    letter-spacing: -0.06em;    
}

.RWDedictor001 .mt30 {
    margin-top: 3em;
}

/*END*/
/* load db RWDService001 */
/*subject area*/
.RWDService001 .section-subject{text-align:center;margin-bottom:50px;}
.RWDService001 h1.main-title{font-size:48px;margin:0px;color:#777;font-weight: 300;}
.RWDService001 h2.sub-title{font-size:22px;;margin:18px 0 0;color:#888;font-weight: 300;}
.RWDService001 .section-line {background-color: #888;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*/

.RWDService001 i{
    margin-bottom: 22px;
    display: block;
}
.RWDService001 p{
    margin-top: 0;
    margin-bottom: 12px;
font-size: 12px;
  text-align: center;
}
.RWDService001 i img{
    margin: 0 auto;
}
/*END*/
/* load db RWDproduct002 */
.RWDproduct002{position:relative;padding:50px 0px;}
/*subject area*/
.RWDproduct002 .section-subject{text-align:center;margin:0px 0px 50px;}
.RWDproduct002 .main-title{font-size:48px;margin:0px;color:#222;font-weight: 300;}
.RWDproduct002 .sub-title{font-size:22px;;margin:18px 0 0;color:#222;font-weight: 300;}
.RWDproduct002 .section-line {background-color: #222;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*/
.RWDproduct002 .btn.btn-rj {
    background-color: #1abc9c;
    border-color: #1dd2af;
    color: #fff;
    text-transform: uppercase;
}
.RWDproduct002 .btn.btn-rj:hover, .btn.btn-rj:focus {
    background-color: #17a689;
    color: #fff;
}


            .filter-portfolio ul {
              padding: 0;
              margin: 0;
              margin-bottom: 30px;
              text-align: center;
            }
            .filter-portfolio ul > li {
              display: inline-block;
              margin: 0px 3px 10px 3px;
            }
            .filter-portfolio ul > li.active > a {
              font-weight: 700;
            }
            .popup-portfolio {
              margin: 0 auto;
            }
            .popup-portfolio .portfolio-item {
              padding: 0 7px;
            }
/*
            .popup-portfolio .portfolio-item {
              width: 100%;
              padding: 0 7px;
            }
            @media (min-width: 600px) {
              .popup-portfolio .portfolio-item {
                width: 320px;
              }
            }
            @media (min-width: 992px) {
              .popup-portfolio .portfolio-item {
                width: 273px;
              }
            }
            @media (min-width: 1024px) {
              .popup-portfolio .portfolio-item {
                width: 370px;
              }
            }
*/
            .portfolio-item {
              margin-bottom: 15px;
            }
            .portfolio-item > .inner-content {
              position: relative;
              display: block;
              overflow: hidden;
            }
            .portfolio-item > .inner-content:hover {
              cursor: pointer;
            }
            .portfolio-item > .inner-content:hover > .portfolio-content {
              display: block;
            }
            .portfolio-item > .inner-content > .portfolio-content {
              display: none;
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              z-index: 10;
              background-color: #000;
              opacity: 0.7;
              filter: alpha(opacity=70);
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
              -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s;
              -webkit-transition-property: transform;
              transition-property: transform;
              -webkit-transform: translateZ(0);
              transform: translateZ(0);
            }
            .portfolio-item > .inner-content > .portfolio-content > .portfolio-detail {
              width: 100%;
              height: 100%;
            }
            .portfolio-item > .inner-content > .portfolio-content > .portfolio-detail a {
              text-align: center;
              display: table;
              width: 100%;
              height: 100%;
            }
            .portfolio-item > .inner-content > .portfolio-content > .portfolio-detail a > .portfolio-text {
              display: table-cell;
              vertical-align: middle;
              padding: 0 15px;
              color: #fff;
              letter-spacing: 0.2em;
            }
            .portfolio-item > .inner-content > .portfolio-content > .portfolio-detail a > .portfolio-text h4 {
              text-transform: uppercase;
              font-size: 20px;
              font-weight: 300;
              margin-bottom: 10px;
            }
            .portfolio-item > .inner-content > .portfolio-content > .portfolio-detail a > .portfolio-text p {
              text-transform: uppercase;
              font-size: 14px;
              font-weight: 300;
              margin-bottom: 0px;
            }
            .portfolio-item > .inner-content > img {
              -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s;
              -webkit-transition-property: transform;
              transition-property: transform;
              -webkit-transform: translateZ(0);
              transform: translateZ(0);
            }
            /*---------------------------------------------------------------------*/
            /*  10.1. PORTFOLIO HOVER EFFECT 1 - GROW 
            /*---------------------------------------------------------------------*/
            .portfolio-item.grow > .inner-content:hover > img {
              -webkit-transform: scale(1.2);
              transform: scale(1.2);
            }

/*new style*/
.RWDproduct002 .showbottom a{
  text-align: left; text-decoration: none;color: inherit;
}
.RWDproduct002 .showbottom a:hover{
   text-decoration: none;
}

.RWDproduct002 .showbottom .portfolio-content{
  display:none!important;
}
.RWDproduct002 .showbottom:hover .inner-content > img {
              -webkit-transform: scale(1.2);
              transform: scale(1.2);
}

.RWDproduct002 .showbottom:hover .portfolio-bottom h4{
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
  color:#19509D;
}  
.RWDproduct002 .showbottom .btn_area{text-align:center;}
.RWDproduct002 .showbottom .btn_add2car{
    background-color: transparent;
    color: #333333;
    padding: 5px 40px;
    display: inline-block;
    width: auto;
    border-radius: 5px;
    border:1px solid #BABABA;
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
}

.RWDproduct002 .showbottom:hover .portfolio-bottom .btn_add2car{
    background-color: #1D5377;
    color: #FFFFFF;
    border:1px solid #1D5377;
}

/*
@media (min-width: 992px){
    .popup-portfolio .portfolio-item.col-md-4 { width:calc((100% / 3) - 0.1px);}
}
@media (min-width: 768px){
    .popup-portfolio .portfolio-item.col-sm-4 { width:calc((100% / 3) - 0.1px);}
}
*/
/*END*/
/* load file model/lib/RWDproduct002/model.css */
.RWDproduct002 .btn_area{
	display: block;
	text-align: center;
}
.RWDproduct002 a.btn_add2car{
    display: inline-block;
    margin: 10px auto;
    padding: 3px 25px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #525252;
}

.RWDproduct002 a.btn_add2car:hover{
	transition: all 0.5s ease 0s;
	background-color: #525252;
	color:#FFFFFF;
}

.boxstand .heading {margin-bottom: 20px;clear: both;text-align: center;    border-radius: 0 !important;}
.boxstand .heading h2:before {right: 100%;}
.boxstand .heading h2:after {left: 100%;}
.boxstand .heading h2:before, .boxstand .heading h2:after {width: 100%;content: ' ';width: 70%;position: absolute;border-width: 1px;border-color: #bbb;top: 15px;height: 6px;border-top-style: solid;border-bottom-style: solid;}
.boxstand .heading h2 {color: #687074;font-size: 24px;font-weight: normal;padding: 0 12px;position: relative;display: inline-block;line-height: 34px !important;margin-top: 5px;text-shadow: none;}
.boxstand .heading p{color: #888;font-size: 14px;}
.bx-pagerx a {
  width:35px;
  height:35px;
  display:block;
  border:1px solid #dddddd;
 
-moz-background-size:contain;
-webkit-background-size:contain;
-o-background-size:contain;
background-size:contain;
}
.bx-wrapper{margin-bottom:7px;}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border:  0px;
}

.bx-wrapper .bx-prev{margin-left:-55px;}
.bx-wrapper .bx-next{margin-right:-55px;}
.bx-wrapper .bx-viewport{left:0px;}


 .standNavigation {text-align: center; margin-top: -32px}
 .standNavigation a.stand-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;position: absolute;}
 .standNavigation a.stand-btn:hover {color: #555;border-color: #777;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
 .standNavigation a.stand-btn.stand_prev i {margin-left: -2px;}
 .standNavigation a.stand-btn.stand_next i {margin-right: -2px;}

 .standNavigation a.stand-btn.stand_prev {left:0px;}
 .standNavigation a.stand-btn.stand_next {right:0px;}
.nbg{background-color: #c3c3c3;color:#FFFFFF;    border-radius: 0px;}
.nbg option{ background-color: #FFFFFF;color:#666666;margin:3px;border-bottom:1px solid #c3c3c3; }
.title-price{color:#c9253c;font-size:18px;}
.fix-price{color:#687074;font-size:14px;text-decoration: line-through;}
.btn-success{border-radius: 0px;width:100%;background-color: #18ab9b;border:1px solid #18ab9b;}


.boxstand{
    background-color:#ffffff;width:550px;height:420px;padding:30px;
}
.box_photo{width:240px;float:left;position:relative;}
.box_photo li{width:159px;height:218px;}
.box_info{width:200px;float:left;position:relative;margin-left:20px;}
@media (max-width: 600px) {
    .boxstand{width:90%;height:auto;}
    .box_photo{width:100%;float:none;}
    .box_info{width:100%;float:none;margin-left:0px;margin-top:52px;}  
    .bx-pagerx a{width:50px;height:50px;}
}

.bx-wrapper .bx-viewport{
    box-shadow:none!important;
    border:0px!important;
    left:0px!important;
}
.bx-wrapper{margin-bottom:0px!important;}
.standNavigation a{display:block;}
/*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 RWDeform001 */
.RWDeform001 .section-subject{text-align:center;margin-bottom:50px;}
.RWDeform001 h1.main-title{font-size:48px;margin:0px;color:#777;font-weight: 300;}
.RWDeform001 h2.sub-title{font-size:22px;;margin:18px 0 0;color:#888;font-weight: 300;}
.RWDeform001 .section-line {background-color: #43B6B1;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
.RWDeform001 .form-horizontal .form-group {margin-right: 0px;margin-left: 0px;}
.RWDeform001 .error{color:red;padding:3px;}
.ebtn{color: #ffffff;line-height: 32px;padding: 0;background:#dedede;cursor: pointer;display: block;margin-right: 0px;text-align: center;}
.ebtn a{width: 100%; display: block; padding: 0px 30px; color: #ffffff; text-decoration: none;}
.form-group label.must:after{display:none}
.form-group label.must:before{content:"*"; color:red}

.RWDeform001 .css-scrollmemo .column_memo{padding:10px;border:1px solid #111111;height:100px;overflow-y:auto;}
.RWDeform001 .scrollmemo_subarea{margin-top:10px;}
.RWDeform001 .btn_refresh{width: 30px;height: 30px;vertical-align: middle;background: transparent;outline: none;border: 0;color: #aaa;}
/*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 copyright */
.copyright_desc,.copyright_desc a,.copyright_desc a:hover{
	color:#fff;
	line-height: 22px;
}
/*END*/
/* load db scrollTop001 */
.scrollTop001{
	transition: bottom 0.5s ease 0s;
	width: 83px;
	height: 123px;
	position: fixed;
	bottom: 10%;
	right: 25px;
	opacity: 0;
	text-align: center;	
	cursor:pointer;
	z-index: 75;
}
.scrollTop001 .icon{width:100%;height:100%;background: transparent url(../../model/sample/baseimg/scrollTop001/scrolltop.png) center center no-repeat;}
.scrollTop001:hover .icon{
  opacity:0.5;-moz-opacity:0.5;-khtml-opacity: 0.5; filter:alpha(opacity=50);
}
/*END*/