@import url(https://fonts.googleapis.com/css?family=Volkhov);
@import url("/webfonts/OpenSans_Bold/stylesheet.css");
@import url("/webfonts/OpenSans_Light/stylesheet.css");
@import url("/webfonts/OpenSans_Regular/stylesheet.css");

/*@import url("../../../xampp/htdocs/WEBSITE/TUL/NewTUL/webfonts/OpenSans_Bold/stylesheet.css");
@import url("../../../xampp/htdocs/WEBSITE/TUL/NewTUL/webfonts/OpenSans_Light/stylesheet.css");
@import url("../../../xampp/htdocs/WEBSITE/TUL/NewTUL/webfonts/OpenSans_Regular/stylesheet.css");*/
/* line 10, ../sass/_common.scss */
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

/* line 14, ../sass/_common.scss */
img {
	width: 100%;
}

/* line 17, ../sass/_common.scss */
h2,h3 {
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
/*	font-size: 1.9em;
	color: #FFF;
*/}
h4 {
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
/*	font-size: 1.9em;
	color: #FFF;
*/}

/* line 24, ../sass/_common.scss */
.whiteFontLinkStyle, header .indexHeaderMenu, header .headerMenu {
  color: #838383;
}
/* line 26, ../sass/_common.scss */
.whiteFontLinkStyle a, header .indexHeaderMenu a, header .headerMenu a {
  color: #838383;
}
/* line 28, ../sass/_common.scss */
.whiteFontLinkStyle a:visited, header .indexHeaderMenu a:visited, header .headerMenu a:visited {
  color: #838383;
}
/* line 31, ../sass/_common.scss */
.whiteFontLinkStyle a:hover, header .indexHeaderMenu a:hover, header .headerMenu a:hover {
  color: #838383;
}
/* line 34, ../sass/_common.scss */
.whiteFontLinkStyle a:active, header .indexHeaderMenu a:active, header .headerMenu a:active {
  color: #838383;
}

/* line 39, ../sass/_common.scss */
.lightFontLinkStyle {
  color: #999;
}
/* line 41, ../sass/_common.scss */
.lightFontLinkStyle a {
  color: #999;
}
/* line 43, ../sass/_common.scss */
.lightFontLinkStyle a:visited {
  color: #999;
}
/* line 46, ../sass/_common.scss */
.lightFontLinkStyle a:hover {
  color: #666;
}
/* line 49, ../sass/_common.scss */
.lightFontLinkStyle a:active {
  color: #ccc;
}

/* line 54, ../sass/_common.scss */
.midFontLinkStyle {
  color: #666;
}
/* line 56, ../sass/_common.scss */
.midFontLinkStyle a {
  color: #666;
}
/* line 58, ../sass/_common.scss */
.midFontLinkStyle a:visited {
  color: #666;
}
/* line 61, ../sass/_common.scss */
.midFontLinkStyle a:hover {
  color: #333;
}
/* line 64, ../sass/_common.scss */
.midFontLinkStyle a:active {
  color: #ccc;
}

/* line 69, ../sass/_common.scss */
.grayFontLinkStyle {
  color: #454545;
}
/* line 71, ../sass/_common.scss */
.grayFontLinkStyle a {
  color: #454545;
}
/* line 73, ../sass/_common.scss */
.grayFontLinkStyle a:visited {
  color: #454545;
}
/* line 76, ../sass/_common.scss */
.grayFontLinkStyle a:hover {
  color: #333;
}
/* line 79, ../sass/_common.scss */
.grayFontLinkStyle a:active {
  color: #666;
}

/* line 84, ../sass/_common.scss */
.darkFontLinkStyle, .newsIndex li {
  color: #333;
}
/* line 86, ../sass/_common.scss */
.darkFontLinkStyle a, .newsIndex li a {
  color: #333;
}
/* line 88, ../sass/_common.scss */
.darkFontLinkStyle a:visited, .newsIndex li a:visited {
  color: #333;
}
/* line 91, ../sass/_common.scss */
.darkFontLinkStyle a:hover, .newsIndex li a:hover {
  color: #000;
}
/* line 94, ../sass/_common.scss */
.darkFontLinkStyle a:active, .newsIndex li a:active {
  color: #999;
}

/* line 100, ../sass/_common.scss */
.inputSetting {
  color: #666;
  border: 0;
  background: #fff;
  line-height: 3em;
  font-size: 1.35em;
  height: 3em;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 1.25em;
}

/* line 111, ../sass/_common.scss */
.inputShortStyle {
  width: 45%;
  float: left;
}

/* line 115, ../sass/_common.scss */
.inputLongStyle {
  width: 96%;
  clear: both;
}

/* line 119, ../sass/_common.scss */
.msgInput {
  height: 300px;
  overflow: hidden;
  resize: none;
  width: 96%;
  clear: both;
}

/* line 126, ../sass/_common.scss */
.secondInputMargin {
  margin-left: 2%;
}

/* line 136, ../sass/_common.scss */
.submit {
  border: 0;
  color: #fff;
  padding: 0.5em 1em;
  font-size: 1.35em;
  cursor: pointer;
}

/* line 143, ../sass/_common.scss */
.submit {
  background: #00b7ee;
}
/* line 132, ../sass/_common.scss */
.submit:hover {
  background: #f39800;
}

/* line 146, ../sass/_common.scss */
.myselect {
  background: #eee;
  color: #454545;
  line-height: 1.75em;
  border: #ccc 1px solid;
  font-size: 1.35em;
  padding-left: 1%;
  height: 1.75em;
  margin-bottom: 0.5em;
}

/* line 157, ../sass/_common.scss */
.accordion h4.qaTitle {
  font-size: 1.65em;
  line-height: 1.5em;
}
/* line 162, ../sass/_common.scss */
.accordion p.qaContent {
  font-size: 1.35em;
  line-height: 1.75em;
}

/* line 167, ../sass/_common.scss */
.placeholder {
  color: #aaa;
}

/* line 2, ../sass/_mainSetting.scss */
html,
body {
	font-family: "OpenSans Light", "OpenSans Regular", OpenSans-Bold, Arial;
	height: 100%;
	background-color: #fff;
}

/* line 9, ../sass/_mainSetting.scss */
input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], textarea, select {
	font-family: "OpenSans Light", "OpenSans Regular", OpenSans-Bold, Arial;
}

/* line 13, ../sass/_mainSetting.scss */
p.wordContent {
  color: #666;
  font-size: 1.35em;
  line-height: 1.65em;
  margin-top: 1em;
}

/* line 20, ../sass/_mainSetting.scss */
input.more {
  background: #00b7ee;
  font-size: 1.5em;
  color: #fff;
  width: 120px;
  height: 50px;
  border: 0;
  cursor: pointer;
}

/* line 29, ../sass/_mainSetting.scss */
.grayBackground {
  background: #f7f7f7;
  clear: both;
}

/* line 34, ../sass/_mainSetting.scss */
.sixty {
  width: 60%;
}

/* line 38, ../sass/_mainSetting.scss */
.fourty {
  width: 38%;
}

/* line 41, ../sass/_mainSetting.scss */
.fifty {
  width: 49%;
}

/* line 44, ../sass/_mainSetting.scss */
.goLeft {
  float: left;
}

/* line 47, ../sass/_mainSetting.scss */
.goRight {
  float: right;
}

/* line 50, ../sass/_mainSetting.scss */
#gotop {
  display: none;
  position: fixed;
  font-family: Arial;
  right: 20px;
  bottom: 220px;
  padding: 10px 15px;
  font-size: 20px;
  line-height: 20px;
  background: #999;
  color: white;
  cursor: pointer;
  border-radius: 99px 99px 99px 99px;
  -moz-border-radius: 99px 99px 99px 99px;
  -webkit-border-radius: 99px 99px 99px 99px;
}
/* line 65, ../sass/_mainSetting.scss */
#gotop:hover {
  background: #00b7ee;
}

#slider-space {
  display: block;
}

/* line 69, ../sass/_mainSetting.scss */
.indexNewsMore {
  margin-top: 0.55em;
}

/*20190102將選單置頂*/
.navbar-fixed-top {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #fff;
z-index: 999;
/*height: auto;
border-bottom: 1px solid #9C9C9C;
overflow: hidden;*/
-webkit-transition: height 0.3s;
-moz-transition: height 0.3s;
transition: height 0.3s;
}

/* 指定頂部 menu 灰色背景的寬與高度 */
.header_Table{
	width : 100%;
}


/* line 1, ../sass/_header.scss */
header {
  width: 100%;
  margin: 0 auto;
  font-size: 1.85em;
}


/* line 5, ../sass/_header.scss */
header .indexHeaderMenu_Logo {
/*  background: #E4E4E4; /*選單背景色(未選到)*/
*/}


/* line 11, ../sass/_header.scss   PC 版的 MENU 高度*/
header .indexHeaderMenu_Logo a {
  display: block;
  padding-left: 2%;
  padding-right: 2%;
  border-left: 1px solid #666;
}


/* line 19, ../sass/_header.scss */
header .indexHeaderMenu_Logo a:first-child {
  border-left: 1px;
}
/* line 22, ../sass/_header.scss */
header .indexHeaderMenu_Logo a:hover {

}
header .indexHeaderMenu_Logo img{
	width:50%;
}

header .indexHeaderMenu_Logo_tw img{
	width:80%;
}

header .indexHeaderMenu_Logo1 img{
	width:40%;
}

header .indexHeaderMenu_Logo_m img{
	width:40%;
}

header .indexHeaderMenu_Logo_twm img{
	width:60%;
}

/* line 5, ../sass/_header.scss */
header .indexHeaderMenu {
  width: 100%;
  float: left;
  /*background: #E4E4E4; 選單背景色(未選到)*/
}
/* line 11, ../sass/_header.scss */
header .indexHeaderMenu a {
	display: block;
	float: left;
	height: 50px;
	padding-left: 1.7%;
	padding-right: 1.7%;
	line-height: 50px;  /*border-left: 1px solid #666;*/
	font-family: OpenSans, "微軟正黑體";
	font-weight: bolder;
	font-size:1.3vw;
}
header .changeLNG {
	display: block;
	color: #333333;
	font-family: OpenSans, "微軟正黑體";
	font-weight: bolder;
	font-size:1.1vw;
}
/* line 19, ../sass/_header.scss */
header .indexHeaderMenu a:first-child {
  border-left: 0px;
}
/* line 22, ../sass/_header.scss */
header .indexHeaderMenu a:hover {
  background: #838383;
  color: #ffffff;
}

  /* 用於 768px 畫面時顯示。 因為 MENU 顯示位置被 TABLE 限制， 所以另外新增一樣的 MENU 來作為 768px 顯示用*/
header .indexHeaderMenu02 {
  width: 100%;
  float: left;
  /*background: #E4E4E4; 選單背景色(未選到)*/
  display: none;
}
header .changeLNG02 {
	display: none;
}
/* line 11, ../sass/_header.scss */
header .indexHeaderMenu02 a {
	display: block;
	float: left;
	height: 30px;
	padding-left: 2%;
	padding-right: 2%;
	line-height: 30px;  /*border-left: 1px solid #666;*/
}
/* line 19, ../sass/_header.scss */
header .indexHeaderMenu02 a:first-child {
  border-left: 0px;
}
/* line 22, ../sass/_header.scss */
header .indexHeaderMenu02 a:hover {
	color: #ffffff;
}


/* line 28, ../sass/_header.scss */
header .fontSizeAdjust {
  width: 15%;
  float: left;
  height: 80px;
  line-height: 80px;
  background: #00b7ee;
}
/* line 35, ../sass/_header.scss */
header .fontAdjustPage {
  width: 250px;
  height: 80px;
  line-height: 80px;
  position: absolute;
  bottom: 0;
  left: 3%;
  z-index: 1;
}


/* line 45, ../sass/_header.scss */
header .headerMenu {
  width: 100%;
  clear: both;
  height: 130px;
  border-bottom: 1px solid #000;
  background: url(../images/gray.png) repeat; /*子分頁的MENU背景*/
}
/* line 53, ../sass/_header.scss */
header .headerMenu .headerMenuList {
  height: 100%;
  float: right;
}
/* line 56, ../sass/_header.scss */
header .headerMenu .headerMenuList a {
  display: inline-block;
  float: left;
  height: 130px;
  margin-right: 1.5em;
  line-height: 140px;
}
/* line 62, ../sass/_header.scss */
header .headerMenu .headerMenuList a:hover {
  color: #fff;
}


/*--------------紅背景的標題區塊，目前設定字元長度需求--------------*/

.captionProduct_NEWS{
	background:#838383;
	width:40%;
	color: #FFF;
	font-family:OpenSans-Bold, "微軟正黑體";
	line-height: 1.3em;
	padding-top:10px; 
	padding-bottom:10px;
	/*padding-left:17.5%;*/
}
.captionProduct_NEWS h2{
	text-align:center;
	font-size:2.2vw;
}

.captionProduct_GamingGraphics{
	background:#838383;
	width:40%;
	color: #FFF;
	font-family:OpenSans-Bold, "微軟正黑體";
	line-height: 1.3em;
	padding-top:10px; 
	padding-bottom:10px;
	/*padding-left:17.5%;*/
}

.captionProduct_GamingGraphics h2{
	text-align:center;
	font-size:2.2vw;
}

.captionProduct_EmbeddedGraphics{
	background:#838383;
	width:40%;
	color: #FFF;
	font-family:OpenSans-Bold, "微軟正黑體";
	line-height: 1.3em;
	padding-top:10px; 
	padding-bottom:10px;
	/*padding-left:17.5%;*/
}
.captionProduct_EmbeddedGraphics h2{
	text-align:center;
	font-size:2.2vw;
}

.captionProduct_SOC{
	background:#838383;
	width:40%;
	font-family:OpenSans-Bold, "微軟正黑體";
	line-height: 1.3em;
	padding-top:10px; 
	padding-bottom:10px;
	/*padding-left:17.5%;*/
}
.captionProduct_SOC h2{
	text-align:center;
	font-size:2.2vw;
}

.captionProduct_FPGA{
	background:#838383;
	width:40%;
	color: #FFF;
	font-family:OpenSans-Bold, "微軟正黑體";
	line-height: 1.3em;
	padding-top:10px; 
	padding-bottom:10px;
	/*padding-left:17.5%;*/
}
.captionProduct_FPGA h2{
	text-align:center;
	font-size:2.2vw;
}

.captionProduct_Customeization{
	background:#838383;
	width:40%;
	color: #FFF;
	font-family:OpenSans-Bold, "微軟正黑體";	
	line-height: 1.3em;
	padding-top:10px; 
	padding-bottom:10px;
	/*padding-left:17.5%;*/
}
.captionProduct_Customeization h2{
	text-align:center;
	font-size:2.2vw;
}

.captionProduct_CorporateResponsibility{
	background:#838383;
	width:40%;
	color: #FFF;
	font-family:OpenSans-Bold, "微軟正黑體";
	line-height: 1.3em;
	padding-top:10px; 
	padding-bottom:10px;
	/*padding-left:17.5%;*/
}
.captionProduct_CorporateResponsibility h2{
	text-align:center;
	font-size:2.2vw;
}

.captionProduct_InvestorRelations{
	background:#838383;
	width:40%;
	color: #FFF;
	font-family:OpenSans-Bold, "微軟正黑體";
	line-height: 1.3em;
	padding-top:10px; 
	padding-bottom:10px;
	/*padding-left:17.5%;*/
}
.captionProduct_InvestorRelations h2{
	text-align:center;
	font-size:2.2vw;
}
.captionProduct_AboutTUL{
	background:#838383;
	width:40%;
	color: #FFF;
	font-family:OpenSans-Bold, "微軟正黑體";
	line-height: 1.3em;
	padding-top:10px; 
	padding-bottom:10px;
	/*padding-left:17.5%;*/
}
.captionProduct_AboutTUL h2{
	text-align:center;
	font-size:2.2vw;
}

.captionProduct_Careers{
	background:#838383;
	width:40%;
	color: #FFF;
	font-family:OpenSans-Bold, "微軟正黑體";
	line-height: 1.3em;
	padding-top:10px; 
	padding-bottom:10px;
	/*padding-left:17.5%;*/
}
.captionProduct_Careers h2{
	text-align:center;
	font-size:2.2vw;
}

/*--------------內文文字使用--------------*/
.context_text {
	margin-top:3%; 
	height:30%
}
/*--------------內文 index   顏色:紅、字元:18pt 使用--------------*/
.context_index_red {
	 
	color:#CB3300; 
	float:left; 
	margin-left:18%;
	height:20%; 
}
.context_index_red h4{
	font-weight: bold;
	font-size: 1.31em;
	line-height: 1.8em;
	font-family: OpenSans-Bold, "微軟正黑體";
}

/*--------------內文 index   顏色:黑、字元:18pt 使用--------------*/
.context_index_black {
	width:60%; 
	height:20%;	
	color:#000;
	float:left; 
	margin-left:2%;
}
.context_index_black h4{
	font-size: 1.31em;
	line-height: 1.8em;
	font-family: "OpenSans Regular", "微軟正黑體";
}



/* line 71, ../sass/_header.scss */
ul.fontSizeAdjustMenu {
  height: 100%;
  overflow: hidden;
  margin-left: 2%;
}
/* line 76, ../sass/_header.scss */
ul.fontSizeAdjustMenu li {
  float: left;
  margin-left: 3%;
  color: #fff;
}
/* line 80, ../sass/_header.scss */
ul.fontSizeAdjustMenu li .fontBox {
  background: #eee;
  color: #666;
  padding: 5px 10px;
  border: 1px solid #eee;
}
/* line 85, ../sass/_header.scss */
ul.fontSizeAdjustMenu li .fontBox:hover {
  border: 1px solid #ccc;
  background: #fff;
  color: #f39800;
}
/* line 91, ../sass/_header.scss */
ul.fontSizeAdjustMenu li .small {
  font-size: 0.75em;
}
/* line 94, ../sass/_header.scss */
ul.fontSizeAdjustMenu li .medium {
  font-size: 0.875em;
}
/* line 97, ../sass/_header.scss */
ul.fontSizeAdjustMenu li .big {
  font-size: 1em;
}
/* line 100, ../sass/_header.scss */
ul.fontSizeAdjustMenu li .active {
  background: #fff;
  border: 1px solid #fff;
  color: #f39800;
}

/* line 110, ../sass/_header.scss */
header.about {
  width: 100%;
  margin: 0 auto;
  background: url(../images/aboutBanner.jpg) no-repeat top center;
  height: 400px;
  position: relative;
}

/* line 110, ../sass/_header.scss */
header.service {
  width: 100%;
  margin: 0 auto;
  background: url(../images/serviceBanner.jpg) no-repeat top center;
  height: 400px;
  position: relative;
}

/* line 110, ../sass/_header.scss */
header.news {
  width: 100%;
  margin: 0 auto;
  background: url(../images/newsBanner.jpg) no-repeat top center;
  height: 400px;
  position: relative;
}

/* line 110, ../sass/_header.scss */
header.blog {
  width: 100%;
  margin: 0 auto;
  background: url(../images/blogBanner.jpg) no-repeat top center;
  height: 400px;
  position: relative;
}

/* line 110, ../sass/_header.scss */
header.qa {
  width: 100%;
  margin: 0 auto;
  background: url(../images/qaBanner.jpg) no-repeat top center;
  height: 400px;
  position: relative;
}

/* line 110, ../sass/_header.scss */
header.contact {
  width: 100%;
  margin: 0 auto;
  background: url(../images/contactBanner.jpg) no-repeat top center;
  height: 400px;
  position: relative;
}

/* line 118, ../sass/_header.scss */
.lastButton {
  margin-right: 2%;
}

/* line 121, ../sass/_header.scss */
h1#indexLogo {
  clear: both;
  width: 300px;
  height: 40px;
  margin-left: 3%;
  display:none;
  /*background: url(../images/logo.png) no-repeat;*/
}
/* line 127, ../sass/_header.scss */
h1#indexLogo span {
  visibility: hidden;
}

/* line 131, ../sass/_header.scss */
h1.pageLogo {
  width: 200px;
  margin-left: 3%;
  margin-top: 30px;
  float: left;
  font-size: 1.1em;
}
/* line 136, ../sass/_header.scss */
h1.pageLogo img {
  width: 100%;
}

/* line 140, ../sass/_header.scss */
.mobileProductMenu {
  display: none;
}

/* line 143, ../sass/_header.scss */
.slider {
  width: 100%;
}
/* line 145, ../sass/_header.scss */
.slider img {
  width: 100%;
}

.NewsTable{
	width:80%;
	margin:0 auto 0 auto;
}
.NewsTable img{
	width:80%;
}

/* line 2, ../sass/_content.scss */
.newsBlock h2 {
  float: left;
}
/* line 6, ../sass/_content.scss */
.newsBlock input.more {
  float: right;
}

/* line 10, ../sass/_content.scss */
.newsIndex {
  clear: both;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 17, ../sass/_content.scss */
.newsIndex li {
	float: left;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-left: 2%;
	padding:0% 4% 0% 4%;
	width: 23%;
}
/* line 24, ../sass/_content.scss */
.newsIndex li:first-child {
  margin-left: 0;
}
/* line 30, ../sass/_content.scss */
.newsIndex li h5 {
	color: #CB3300;
	font-size: 1.3125em;
	font-family: "OpenSans Regular", "微軟正黑體";
	line-height: 1.3em;
	height: 2.7em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	/*white-space: nowrap;*/
	
	-o-text-overflow: ellipsis;
	width: 100%;
}
.newsIndex img{
	width:100%;
}

/* line 42, ../sass/_content.scss */
.serviceBlock {
  height: 100%;
  overflow: hidden;
}
/* line 45, ../sass/_content.scss */
.serviceBlock input.more {
  margin-top: 2em;
}

/* line 49, ../sass/_content.scss */
.serviceBox {
  float: right;
  width: 50%;
}

/* line 53, ../sass/_content.scss */
.serviceIndex {
  width: 48%;
  float: left;
}
/* line 57, ../sass/_content.scss */
.serviceIndex li {
  width: 49%;
  float: left;
}
/* line 61, ../sass/_content.scss */
.serviceIndex .moveLeft {
  margin-left: 2%;
}
/* line 64, ../sass/_content.scss */
.serviceIndex .moveTop {
  margin-top: 2%;
}

/* line 68, ../sass/_content.scss */
.rehabilitationBox {
  width: 50%;
  position: absolute;
  top: 4em;
  right: 0;
}
/* line 73, ../sass/_content.scss */
.rehabilitationBox h3, .rehabilitationBox h2, .rehabilitationBox h4, .rehabilitationBox p.wordContent {
  width: 100%;
  text-align: right;
}
/* line 77, ../sass/_content.scss */
.rehabilitationBox input.more {
  float: right;
  margin-top: 2em;
}

/* line 82, ../sass/_content.scss */
.rehabilitationPic {
  width: 100%;
  height: 100%;
  padding-bottom: 15%;
}
/* line 86, ../sass/_content.scss */
.rehabilitationPic li {
  float: left;
}
/* line 90, ../sass/_content.scss */
.rehabilitationPic .bigPic {
  width: 44%;
}
/* line 93, ../sass/_content.scss */
.rehabilitationPic .smallPic {
  width: 21%;
}
/* line 96, ../sass/_content.scss */
.rehabilitationPic .Pic01 {
  margin-left: -9.5%;
  margin-top: 23%;
}
/* line 100, ../sass/_content.scss */
.rehabilitationPic .Pic02 {
  margin-left: 2%;
  margin-top: 23%;
}
/* line 104, ../sass/_content.scss */
.rehabilitationPic .Pic03 {
  margin-left: -55.5%;
  margin-top: 34.5%;
}
/* line 108, ../sass/_content.scss */
.rehabilitationPic .Pic04 {
  margin-left: -32.5%;
  margin-top: 34.5%;
}
/* line 112, ../sass/_content.scss */
.rehabilitationPic .Pic05 {
  margin-left: -9.5%;
  margin-top: 34.5%;
}

/* line 117, ../sass/_content.scss */
.rehabilitationBlock {
  overflow: hidden;
  position: relative;
}

/* line 122, ../sass/_content.scss */
.darkBackground {
	background: url(../images/footerBg.jpg) #323232 no-repeat;
	margin-top:1%;
}
.darkBackground1 {
	background: url(../images/footerBg.jpg) #323232 no-repeat;
	margin-top:-0.5%;
}
.darkBackground_FullGray {
	background: url(../images/footer.jpg) #323232 no-repeat;
	margin-top:0%;
}



/* line 128, ../sass/_content.scss */
.newsBlock, .serviceBlock, .rehabilitationBlock, .contactBlock {
  width: 80%;
  padding-top: 4em;
  padding-bottom: 4em;
  margin: 0em auto;
  clear: both;
}
/* line 134, ../sass/_content.scss */
.newsBlock h3, .serviceBlock h3, .rehabilitationBlock h3, .contactBlock h3 {
	font-size: 1.5em;
	margin-bottom: 0.5em;	
}
/* line 139, ../sass/_content.scss */
.newsBlock h2, .serviceBlock h2, .rehabilitationBlock h2, .contactBlock h2 {
  color: #111;
  font-size: 3em;
  margin-top: 0.4em;
}
/* line 145, ../sass/_content.scss */
.newsBlock h4, .serviceBlock h4, .rehabilitationBlock h4, .contactBlock h4 {
  color: #333;
  font-size: 1.875em;
  line-height: 1.5em;
  margin-top: 1em;
}

/* line 152, ../sass/_content.scss */
.contactBlock {
  height: 100%;
  overflow: hidden;
}
/* line 155, ../sass/_content.scss */
.contactBlock h2, .contactBlock h3 {
  text-align: center;
}
/* line 158, ../sass/_content.scss */
.contactBlock h3 {
  color: #f39800;
}
/* line 161, ../sass/_content.scss */
.contactBlock h2 {
  color: #fff;
  margin-bottom: 1.5em;
}
/* line 165, ../sass/_content.scss */
.contactBlock form {
  width: 48%;
  float: left;
}
/* line 169, ../sass/_content.scss */
.contactBlock iframe {
  width: 48%;
  height: 400px;
  float: right;
}
/* line 176, ../sass/_content.scss */
.contactBlock p.wordContent {
	color: #eee;
	width: 48%;
	height: 100%;
	overflow: hidden;
	float: right;
	font-family: "OpenSans Light", "OpenSans Regular", OpenSans-Bold, Arial;
}

/* line 185, ../sass/_content.scss */
.contentBox {
  width: 100%;
  clear: both;
  /*service*/
}
/* line 188, ../sass/_content.scss */
.contentBox section {
  padding-top: 4em;
  padding-bottom: 4em;
  height: 100%;
  overflow: hidden;
}
/* line 194, ../sass/_content.scss */
.contentBox input.productButton {
  background: #00b7ee;
  font-size: 1.25em;
  color: #fff;
  width: 120px;
  height: 50px;
  border: 0;
  cursor: pointer;
  margin-top: 2em;
}
/* line 204, ../sass/_content.scss */
.contentBox ul.productBox {
  width: 100%;
  clear: both;
  overflow: hidden;
}
/* line 209, ../sass/_content.scss */
.contentBox ul.productBox li {
  /*service*/
  height: 100%;
  overflow: hidden;
  padding-top: 4em;
  padding-bottom: 4em;
}
/* line 214, ../sass/_content.scss */
.contentBox ul.productBox li a {
  width: 60%;
  display: block;
  margin: 0 auto;
}
/* line 221, ../sass/_content.scss */
.contentBox h3 {
  color: #00b7ee;
  font-size: 1.75em;
  margin-bottom: 0.5em;
}
/* line 227, ../sass/_content.scss */
.contentBox h2 {
  color: #333;
  font-size: 2.5em;
  margin-top: 0.4em;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
}
/* line 234, ../sass/_content.scss */
.contentBox h2.moreHeight {
  margin-bottom: 1.2em;
}
/* line 237, ../sass/_content.scss */
.contentBox .decorateLine {
  border-bottom: 1px dotted #ccc;
}
/* line 240, ../sass/_content.scss */
.contentBox .content {
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
}
/* line 246, ../sass/_content.scss */
.contentBox .productTitle {
  color: #333;
  font-size: 2.25em;
  padding-bottom: 20px;
}
/* line 251, ../sass/_content.scss */
.contentBox .productContent {
  color: #666;
  font-size: 1.35em;
  line-height: 1.5em;
  height: 100%;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
/* line 260, ../sass/_content.scss */
.contentBox p.wordContent {
  color: #666;
  font-size: 1.35em;
  line-height: 2em;
}

/* line 266, ../sass/_content.scss */
ol.productList {
  color: #666;
  font-size: 1.5em;
  line-height: 1.75em;
  list-style: disc;
  padding-bottom: 2.5em;
}

/* line 273, ../sass/_content.scss */
section.smallHeight {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

/* line 277, ../sass/_content.scss */
.newsContent {
  color: #666;
  font-size: 1.35em;
  line-height: 1.5em;
}

/* line 282, ../sass/_content.scss */
.newsList {
  padding-top: 2em;
  clear: both;
  margin: 0 auto;
  width: 60%;
}
/* line 287, ../sass/_content.scss */
.newsList li {
  color: #666;
  border-top: 1px dotted #ccc;
}
/* line 291, ../sass/_content.scss */
.newsList li:first-child {
  border-top: 0;
}
/* line 294, ../sass/_content.scss */
.newsList li p.newsWord {
  color: #666;
  font-size: 1.75em;
  line-height: 3em;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* line 302, ../sass/_content.scss */
.newsList li p.newsWord:hover {
  color: #333;
}
/* line 305, ../sass/_content.scss */
.newsList li p.newsWord .newsDate {
  color: #00b7ee;
  padding-right: 1em;
}

/* line 313, ../sass/_content.scss */
.blogList {
  width: 100%;
  margin: 0 auto;
  padding-top: 2em;
  clear: both;
}
/* line 319, ../sass/_content.scss */
.blogList li {
  width: 31%;
  display: inline-block;
  padding: 1%;
}
/* line 324, ../sass/_content.scss */
.blogList li .blogTitle {
  color: #333;
  font-size: 1.75em;
  line-height: 1.5em;
  padding-top: 20px;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* line 335, ../sass/_content.scss */
.blogList li .blogContent {
  color: #666;
  font-size: 1.35em;
  line-height: 1.25em;
  height: 2.5em;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 2em;
}
/* line 346, ../sass/_content.scss */
.blogList li:hover .blogTitle {
  color: #00b7ee;
}
/* line 349, ../sass/_content.scss */
.blogList li:hover .blogContent {
  color: #999;
}

/* line 355, ../sass/_content.scss */
.pageNumber {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 2em;
  margin-bottom: 4em;
}
/* line 361, ../sass/_content.scss */
.pageNumber ul {
  text-align: right;
  height: 100%;
  overflow: hidden;
}
/* line 365, ../sass/_content.scss */
.pageNumber ul li {
  display: inline-block;
  padding: 5px;
}
/* line 368, ../sass/_content.scss */
.pageNumber ul li a {
  padding: 10px;
  background: #999;
  font-size: 1.25em;
  color: #fff;
  display: block;
}
/* line 374, ../sass/_content.scss */
.pageNumber ul li a:hover {
  background: #00b7ee;
}
/* line 379, ../sass/_content.scss */
.pageNumber ul .focus {
  background: #00b7ee;
  cursor: default;
}

/* line 385, ../sass/_content.scss */
.blogMoreList {
  width: 100%;
  margin: 0 auto;
  padding-top: 1em;
  clear: both;
}
/* line 391, ../sass/_content.scss */
.blogMoreList li {
  width: 22.5%;
  display: inline-block;
  padding: 1%;
}
/* line 396, ../sass/_content.scss */
.blogMoreList li .blogMoreTitle {
  color: #333;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-top: 20px;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* line 408, ../sass/_content.scss */
.blogMoreList .blogMoreListMargin {
  margin-left: 1%;
}

/* line 412, ../sass/_content.scss */
.contactMap {
  width: 100%;
  height: 400px;
}

/* line 416, ../sass/_content.scss */
.contactContent {
  color: #666;
  font-size: 1.35em;
  line-height: 1.5em;
}

/* line 422, ../sass/_content.scss */
h3.dateTitle {
  font-size: 1.75em;
}

/* line 425, ../sass/_content.scss */
h2.newsTitle {
  font-size: 2em;
}


/* line 1, ../sass/_footer.scss */
footer {
  clear: both;
}

/* line 6, ../sass/_footer.scss */
footer .wrap {
	margin-top:3%;
	margin-left:25%;
	margin-right:25%;
	color:#e4e4e4;
}
/* line 11, ../sass/_footer.scss */
footer .wrap h1 {
  margin-top: 3em;
  float: left;
  margin-left: 0;
  width: 300px;
  height: 160px;
}

/* line 17, ../sass/_footer.scss */
footer .wrap h1 span {
  visibility: hidden;
}


/* line 20, ../sass/_footer.scss */
footer .wrap h1 img {
  width: 60%;
}*/


/* line 24, ../sass/_footer.scss */
footer .wrap p {
	font-size: 1.125em;
	line-height: 200px;
	float: right;
	text-align: right;
	color: #eee;
	width: 50%;
	font-family: "OpenSans Light", "OpenSans Regular", OpenSans-Bold, Arial;
}

footer .Bottom_language {
	margin-top:16px;
	float:left;
	margin-left:13%;
}

footer .Bottom_language h4{
	font-family:"OpenSans Regular", "微軟正黑體";
	font-size: 1em;
	line-height:1.2em;
	color:#e4e4e4;
}

footer .Bottom_language h4 a{
	color:#e4e4e4;
}

footer .Bottom_document {
	margin-top:16px;
	float:left;
	margin-left:30%;
}

footer .Bottom_document h4{
	font-family:"OpenSans Regular", "微軟正黑體";
	font-size: 1em;
	line-height:1.2em;
	color:#e4e4e4;
}

footer .Bottom_document h4 a{
	color:#e4e4e4;
}

footer .foot_contentDetailBottom {
	/*margin-top:16px;
	float:left;
	margin-right:auto;
	margin-left:3%;*/
	text-align:center;
}

footer .foot_contentDetailBottom h4 {
	font-family:"OpenSans Regular", "微軟正黑體";
	line-height:3.4em;
	font-size: 0.875em;
	color:#e4e4e4;
}

.products_menu1{
	font-family:"OpenSans Regular", "微軟正黑體";
	width:90%;
	margin:50px auto 0 15%;
}

.product01{
	float:left;
	height:60px;
	width:17%;
	background-color:#E4E4E4;
	margin: 0 0.3% 1% 1%;	
}

.product01 h4{
	height:60px;
	text-align: center;
	font-size: 1.3125em;
	line-height: 2.6em;
}
.product01 h4:hover{
	background-color:#333333;
}
.product01 h4 a:link{
    color: #000;
}
.product01 h4 a:visited {
    color: #000;
}
.product01 h4 a:active {
    color: #000;
}
.product01 h4 a:hover{
	color:#fff;
}


.product02{
	float:left;
	width:20%;
	height:60px;
	background-color:#E4E4E4;
	margin: 0 0.3% 1% 1%;
}
.product02 h4{
	height:60px;
	text-align:center;
	font-size:1.3125em;
	line-height: 2.6em;
}
.product02 h4:hover{
	color:#fff;
	background-color:#333333;
}
.product02 h4 a:link{
    color: #000;
}
.product02 h4 a:visited {
    color: #000;
}
.product02 h4 a:active {
    color: #000;
}
.product02 h4 a:hover{
	color:#fff;
}


.product03{
	float:left;
	width:13%;
	height:60px;
	background-color:#E4E4E4;
	margin: 0 0.3% 1% 1%;
}
.product03 h4{
	height:60px;
	text-align:center;
	font-size:1.3125em;
	line-height: 2.6em;
}
.product03 h4:hover{
	color:#fff;
	background-color:#333333;
}
.product03 h4 a:link{
    color: #000;
}
.product03 h4 a:visited {
    color: #000;
}
.product03 h4 a:active {
    color: #000;
}
.product03 h4 a:hover{
	color:#fff;
}


.product04{
	float:left;
	width:15%;
	height:60px;
	background-color:#E4E4E4;
	margin: 0 0.3% 1% 1%;
}
.product04 h4{
	height:60px;
	text-align:center;
	font-size:1.3125em;
	line-height: 2.6em;
}
.product04 h4:hover{
	color:#fff;
	background-color:#333333;
}
.product04 h4 a:link{
    color: #000;
}
.product04 h4 a:visited {
    color: #000;
}
.product04 h4 a:active {
    color: #000;
}
.product04 h4 a:hover{
	color:#fff;
}

.product05{
	float: left;
	width: 17%;
	height: 60px;
	background-color: #E4E4E4;
	margin: 0 0.3% 1% 1%;
}
.product05 h4{
	height:60px;
	text-align:center;
	font-size:1.3125em;
	line-height: 2.6em;
}
.product05 h4:hover{
	color:#fff;
	background-color:#333333;
}
.product05 h4 a:link{
    color: #000;
}
.product05 h4 a:visited {
    color: #000;
}
.product05 h4 a:active {
    color: #000;
}
.product05 h4 a:hover{
	color:#fff;
}

.product06{
	float:left;
	height:60px;
	width:15%;
	background-color:#E4E4E4;
	margin: 0 0.3% 1% 1%;	
}
.product06 h4{
	height:60px;
	text-align: center;
	font-size: 1.3125em;
	line-height: 2.6em;
}
.product06 h4:hover{
	background-color:#CB3300;
	color:#fff;
}
.product06 h4:link{
    color: #CB3300;
}
.product06 h4:visited {
    color: #fff;
}
.product06 h4:active {
    color: #000;
}

.product07{
	float:left;
	height:60px;
	width:15%;
	background-color:#333333;
	margin: 0 0.3% 1% 1%;	
}
.product07 h4{
	height:60px;
	text-align: center;
	font-size: 1.3125em;
	line-height: 2.6em;
	color: #CB3300;
}
.product07 h4:hover{
	background-color:#E4E4E4;
	color:#fff;
}
.product07 h4:link{
    color: #CB3300;
}
.product07 h4:visited {
    color: #CB3300;
}
.product07 h4:active {
    color: #000;
}


.product071{
	float:left;
	height:60px;
	width:15%;
	background-color:#333333;
	margin: 0 0 1% 1%;	
}
.product071 h4{
	height:60px;
	text-align: center;
	font-size: 1.3125em;
	line-height: 2.6em;
	color: #CB3300;
}
.product071 h4:hover{
	background-color:#E4E4E4;
	color:#fff;
}
.product071 h4:link{
    color: #CB3300;
}
.product071 h4:visited {
    color: #CB3300;
}
.product071 h4:active {
    color: #000;
}

.product_contentTitleRED{
	margin-top:25px; 
	margin-bottom:50px;
}
.product_contentTitle{
	margin-top:100px; 
	margin-bottom:50px;
}

.PowerColor_Logo {
	text-align:center;
	/*margin:12.5% auto 1% auto;*/
	margin:3% auto;
}

.PowerColor_Logo img{
  	width: 35%;
}

.investor_menu101{
	font-family:"OpenSans Regular", "微軟正黑體";
	width:90%;
	margin:3% auto 0 15%;
}
.investor_menu102{
	font-family:"OpenSans Regular", "微軟正黑體";
	width:90%;
	margin:1% auto 0 15%;
}
.investor_menu103{
	font-family:"OpenSans Regular", "微軟正黑體";
	width:90%;
	margin:1% auto 0 15%;
}

.investor01{
	float:left;
	height:3.6vw;
	width:30%;
	background-color:#E4E4E4;
	margin: 0 0.3% 0 1%;	
}
.investor01:before{ /*用於文字垂直置中的對齊物件 (非圖片)*/
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.investor01 h4{
	text-align: center;
	font-size: 1.3125vw;
	line-height: 2.6em;
	display: inline-block;
	vertical-align: middle;
}
.investor01 h4:hover{
	background-color:#333333;
}
.investor01 h4 a:link{
    color: #000;
}
.investor01 h4 a:visited {
    color: #000;
}
.investor01 h4 a:active {
    color: #000;
}
.investor01 h4 a:hover{
	color:#fff;
}

.investor02{
	float:left;
	height:3.6vw;
	width:25%;
	background-color:#E4E4E4;
	margin: 0 0.3% 0 1%;	
}
.investor02:before{ /*用於文字垂直置中的對齊物件 (非圖片)*/
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.investor02 h4{
	text-align: center;
	font-size: 1.3125vw;
	line-height: 2.6em;
	display: inline-block;
	vertical-align: middle;
}
.investor02 h4:hover{
	background-color:#333333;
}
.investor02 h4 a:link{
    color: #000;
}
.investor02 h4 a:visited {
    color: #000;
}
.investor02 h4 a:active {
    color: #000;
}
.investor02 h4 a:hover{
	color:#fff;
}

.investor03{
	float:left;
	height:3.6vw;
	width:20%;
	background-color:#E4E4E4;
	margin: 0 0.3% 0 1%;	
}
.investor03:before{ /*用於文字垂直置中的對齊物件 (非圖片)*/
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.investor03 h4{
	text-align: center;
	font-size: 1.3125vw;
	line-height: 2.6em;
	display: inline-block;
	vertical-align: middle;
}
.investor03 h4:hover{
	background-color:#333333;
}
.investor03 h4 a:link{
    color: #000;
}
.investor03 h4 a:visited {
    color: #000;
}
.investor03 h4 a:active {
    color: #000;
}
.investor03 h4 a:hover{
	color:#fff;
}

.investor04{
	float:left;
	height:3.6vw;
	width:25%;
	background-color:#E4E4E4;
	margin: 0 0.3% 0 1%;	
}
.investor04:before{ /*用於文字垂直置中的對齊物件 (非圖片)*/
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.investor04 h4{
	text-align: center;
	font-size: 1.3125vw;
	line-height: 2.6em;
	display: inline-block;
	vertical-align: middle;
}
.investor04 h4:hover{
	background-color:#333333;
}
.investor04 h4 a:link{
    color: #000;
}
.investor04 h4 a:visited {
    color: #000;
}
.investor04 h4 a:active {
    color: #000;
}
.investor04 h4 a:hover{
	color:#fff;
}

.investor05{
	float:left;
	height:3.6vw;
	width:25%;
	background-color:#E4E4E4;
	margin: 0 0.3% 0 1%;	
}
.investor05:before{ /*用於文字垂直置中的對齊物件 (非圖片)*/
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.investor05 h4{
	text-align: center;
	font-size: 1.3125vw;
	line-height: 2.6em;
	display: inline-block;
	vertical-align: middle;
}
.investor05 h4:hover{
	background-color:#333333;
}
.investor05 h4 a:link{
    color: #000;
}
.investor05 h4 a:visited {
    color: #000;
}
.investor05 h4 a:active {
    color: #000;
}
.investor05 h4 a:hover{
	color:#fff;
}

.investor06{
	float:left;
	height:3.6vw;
	width:25%;
	background-color:#E4E4E4;
	margin: 0 0.3% 0 1%;	
}
.investor06:before{ /*用於文字垂直置中的對齊物件 (非圖片)*/
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.investor06 h4{
	text-align: center;
	font-size: 1.3125vw;
	line-height: 2.6em;
	display: inline-block;
	vertical-align: middle;
}
.investor06 h4:hover{
	background-color:#333333;
}
.investor06 h4 a:link{
    color: #000;
}
.investor06 h4 a:visited {
    color: #000;
}
.investor06 h4 a:active {
    color: #000;
}
.investor06 h4 a:hover{
	color:#fff;
}

.investor07{
	float:left;
	height:3.6vw;
	width:25%;
	background-color:#E4E4E4;
	margin: 0 0.3% 0 1%;	
}
.investor07:before{ /*用於文字垂直置中的對齊物件 (非圖片)*/
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.investor07 h4{
	text-align: center;
	font-size: 1.3125vw;
	line-height: 2.6em;
	display: inline-block;
	vertical-align: middle;
}
.investor07 h4:hover{
	background-color:#333333;
}
.investor07 h4 a:link{
    color: #000;
}
.investor07 h4 a:visited {
    color: #000;
}
.investor07 h4 a:active {
    color: #000;
}
.investor07 h4 a:hover{
	color:#fff;
}


.careers_menu101{
	font-family:"OpenSans Regular", "微軟正黑體";
	width:90%;
	margin:50px auto 0 15%;
}
.careers_menu102{
	font-family:"OpenSans Regular", "微軟正黑體";
	width:90%;
	margin:130px auto 0px 15%;
}

.careers01{
	float:left;
	height:3.6vw;
	width:15%;
	background-color:#E4E4E4;
	margin: 0 0.3% 0 1%;	
}
.careers01:before{ /*用於文字垂直置中的對齊物件 (非圖片)*/
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.careers01 h4{
	text-align: center;
	font-size: 1.3125vw;
	line-height: 2.6em;
	display: inline-block;
	vertical-align: middle;
}
.careers01 h4:hover{
	background-color:#333333;
}
.careers01 h4 a:link{
    color: #000;
}
.careers01 h4 a:visited {
    color: #000;
}
.careers01 h4 a:active {
    color: #000;
}
.careers01 h4 a:hover{
	color:#fff;
}

.careers02{
	float: left;
	height: 3.6vw;
	width: 18%;
	background-color: #E4E4E4;
	margin: 0 0.3% 0 1%;
}
.careers02:before{ /*用於文字垂直置中的對齊物件 (非圖片)*/
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.careers02 h4{
	text-align: center;
	font-size: 1.3125vw;
	line-height: 2.6em;
	display: inline-block;
	vertical-align: middle;
}
.careers02 h4:hover{
	background-color:#333333;
}
.careers02 h4 a:link{
    color: #000;
}
.careers02 h4 a:visited {
    color: #000;
}
.careers02 h4 a:active {
    color: #000;
}
.careers02 h4 a:hover{
	color:#fff;
}

.careers03{
	float:left;
	height:3.6vw;
	width:23%;
	background-color:#E4E4E4;
	margin: 0 0.3% 0 1%;	
}
.careers03:before{ /*用於文字垂直置中的對齊物件 (非圖片)*/
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.careers03 h4{
	text-align: center;
	font-size: 1.3125vw;
	line-height: 2.6em;
	display: inline-block;
	vertical-align: middle;
}
.careers03 h4:hover{
	background-color:#333333;
}
.careers03 h4 a:link{
    color: #000;
}
.careers03 h4 a:visited {
    color: #000;
}
.careers03 h4 a:active {
    color: #000;
}
.careers03 h4 a:hover{
	color:#fff;
}

.careers04{
	float:left;
	height:3.6vw;
	width:18%;
	background-color:#E4E4E4;
	margin: 0 0.3% 0 1%;	
}
.careers04:before{ /*用於文字垂直置中的對齊物件 (非圖片)*/
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.careers04 h4{
	text-align: center;
	font-size: 1.3125vw;
	line-height: 2.6em;
	display: inline-block;
	vertical-align: middle;
}
.careers04 h4:hover{
	background-color:#333333;
}
.careers04 h4 a:link{
    color: #000;
}
.careers04 h4 a:visited {
    color: #000;
}
.careers04 h4 a:active {
    color: #000;
}
.careers04 h4 a:hover{
	color:#fff;
}

.careers05{
	float:left;
	height:3.6vw;
	width:25%;
	background-color:#E4E4E4;
	margin: 0 0.3% 0 1%;	
}
.careers05:before{ /*用於文字垂直置中的對齊物件 (非圖片)*/
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.careers05 h4{
	text-align: center;
	font-size: 1.3125vw;
	line-height: 2.6em;
	display: inline-block;
	vertical-align: middle;
}
.careers05 h4:hover{
	background-color:#333333;
}
.careers05 h4 a:link{
    color: #000;
}
.careers05 h4 a:visited {
    color: #000;
}
.careers05 h4 a:active {
    color: #000;
}
.careers05 h4 a:hover{
	color:#fff;
}


.about_menu101{
	font-family:"OpenSans Regular", "微軟正黑體";
	width:90%;
	margin:50px auto 0 15%;
}
.about_menu102{
	font-family:"OpenSans Regular", "微軟正黑體";
	width:90%;
	margin:130px auto 0px 15%;
}
.about_menu103{
	font-family:"OpenSans Regular", "微軟正黑體";
	width:90%;
	margin:210px auto 0px 15%;
}

.about01{	
	float:left;
	height:3.6vw;
	width:25%;
	background-color:#E4E4E4;
	margin: 0px 0.3% 0 1%;	
}
.about01:before{ /*用於文字垂直置中的對齊物件 (非圖片)*/
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.about01 h4{
	text-align: center;
	font-size: 1.3125vw;
	line-height: 2.6em;
	display: inline-block;
	vertical-align: middle;
}
.about01 h4:hover{
	background-color:#333333;
}
.about01 h4 a:link{
    color: #000;
}
.about01 h4 a:visited {
    color: #000;
}
.about01 h4 a:active {
    color: #000;
}
.about01 h4 a:hover{
	color:#fff;
}

.about02{
	float:left;
	height:3.6vw;
	width:25%;
	background-color:#E4E4E4;
	margin: 0px 0.3% 0 1%;	
}
.about02:before{ /*用於文字垂直置中的對齊物件 (非圖片)*/
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.about02 h4{
	text-align: center;
	font-size: 1.3125vw;
	line-height: 2.6em;
	display: inline-block;
	vertical-align: middle;
}
.about02 h4:hover{
	background-color:#333333;
}
.about02 h4 a:link{
    color: #000;
}
.about02 h4 a:visited {
    color: #000;
}
.about02 h4 a:active {
    color: #000;
}
.about02 h4 a:hover{
	color:#fff;
}

.about03{
	float:left;
	height:3.6vw;
	width:25%;
	background-color:#E4E4E4;
	margin: 0px 0.3% 0 1%;	
}
.about03 h4{
	text-align: center;
	font-size: 1.3125vw;
	line-height: 2.6em;
	display: inline-block;
	vertical-align: middle;
}
.about03:before{ /*用於文字垂直置中的對齊物件 (非圖片)*/
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.about03 h4:hover{
	background-color:#333333;
}
.about03 h4 a:link{
    color: #000;
}
.about03 h4 a:visited {
    color: #000;
}
.about03 h4 a:active {
    color: #000;
}
.about03 h4 a:hover{
	color:#fff;
}

.about04{
	float:left;
	height:3.6vw;
	width:25%;
	background-color:#E4E4E4;
	margin: 0px 0.3% 0 1%;	
}
.about04 h4{
	text-align: center;
	font-size: 1.3125vw;
	line-height: 2.6em;
	display: inline-block;
	vertical-align: middle;
}
.about04:before{ /*用於文字垂直置中的對齊物件 (非圖片)*/
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.about04 h4:hover{
	background-color:#333333;
}
.about04 h4 a:link{
    color: #000;
}
.about04 h4 a:visited {
    color: #000;
}
.about04 h4 a:active {
    color: #000;
}
.about04 h4 a:hover{
	color:#fff;
}

.about05{
	float:left;
	height:3.6vw;
	width:25%;
	background-color:#E4E4E4;
	margin: 0px 0.3% 0 1%;	
}
.about05:before{ /*用於文字垂直置中的對齊物件 (非圖片)*/
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.about05 h4{
	text-align: center;
	font-size: 1.3125vw;
	line-height: 2.6em;
	display: inline-block;
	vertical-align: middle;
}
.about05 h4:hover{
	background-color:#333333;
}
.about05 h4 a:link{
    color: #000;
}
.about05 h4 a:visited {
    color: #000;
}
.about05 h4 a:active {
    color: #000;
}
.about05 h4 a:hover{
	color:#fff;
}

.about06{
	float:left;
	height:3.6vw;
	width:25%;
	background-color:#E4E4E4;
	margin: 0px 0.3% 0 1%;	
}
.about06:before{ /*用於文字垂直置中的對齊物件 (非圖片)*/
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.about06 h4{
	text-align: center;
	font-size: 1.3125vw;
	line-height: 2.6em;
	display: inline-block;
	vertical-align: middle;
}
.about06 h4:hover{
	background-color:#333333;
}
.about06 h4 a:link{
    color: #000;
}
.about06 h4 a:visited {
    color: #000;
}
.about06 h4 a:active {
    color: #000;
}
.about06 h4 a:hover{
	color:#fff;
}

.about07{
	float:left;
	height:3.6vw;
	width:25%;
	background-color:#E4E4E4;
	margin: 0px 0.3% 0 1%;	
}
.about07:before{ /*用於文字垂直置中的對齊物件 (非圖片)*/
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.about07 h4{
	text-align: center;
	font-size: 1.3125vw;
	line-height: 2.6em;
	display: inline-block;
	vertical-align: middle;
}
.about07 h4:hover{
	background-color:#333333;
}
.about07 h4 a:link{
    color: #000;
}
.about07 h4 a:visited {
    color: #000;
}
.about07 h4 a:active {
    color: #000;
}
.about07 h4 a:hover{
	color:#fff;
}

/*內文最大字字型大小*/
.ContactText_1875_Bold{
	font-family:OpenSans-Bold, "微軟正黑體";
	font-size:1.8755em;
	line-height:1.2em;
}
.ContactText_1875_Bold h4{	
	color:#CB3300;
	text-align:center;
}


/*內文大字字型大小*/
.ContactText_13125_Bold{
	font-family:OpenSans-Bold, "微軟正黑體";
	font-size:1.5em;
	line-height:1.2em;
}
.ContactText_13125_Bold h4{	
	font-family:OpenSans-Bold, "微軟正黑體";
	color:#CB3300;
	text-align:center;
}
.ContactText_13125_Regular{
	font-family:OpenSans Regular, "微軟正黑體";
	font-size:1.3125em;
	line-height:1.2em;
}
.ContactText_13125_Regular h4{	
	text-align:center;
}
/*內文大字字型大小 粗體*/
.ContactText_1125_Bold{
	font-family:OpenSans-Bold, "微軟正黑體";
	font-size:1.125em;
	line-height:1.875em;
}
/*內文大字字型大小 正常*/
.ContactText_1125_Regular{
	font-family:OpenSans Regular, "微軟正黑體";
	font-size:1.125em;
	line-height:1.7em;

}

.ContactText_1125_Regular h4{
	text-align:center;

}

.GamingGraphics_Content{
	width:65%;
	margin:0 auto 0 auto;	
	text-align: justify;
}
.GamingGraphics_Content:after{
	content:'';
	display: inline-block;
}

.GamingGraphics_Content_use760px{
	width:65%;
	margin:0 auto 0 auto;	
	display:none;
}


.about_Content{
	text-align: justify;
	display:block;
}
.about_Content:after{
	content:'';
	display: inline-block;
}

.about_Content_use760px{
	display:none;
}
.investorsTable_hide{
	display: none;
}

.careers_Content{
	text-align: justify;
	display:block;
}
.careers_Content:after{
	content:'';
	display: inline-block;
}

.careers_Content_use760px{
	display:none;
}

.Embedded_Content{
	width:65%;
	margin:0 auto 0 auto;
	text-align: justify;
}
.Embedded_Content:after{
	content:'';
	display: inline-block;
}
.Embedded_Content_use760px{
	width:65%;
	margin:0 auto 0 auto;
	display:none;
}
.productsBG_gray{
	width:100%;
	margin:0 auto 0 auto;
	background-color:#E4E4E4;
	margin-top:60px;
	padding-top:40px;
	padding-bottom:30px;
}
/*.productsBG_gray:after{
	context:'';
	display:inline-block;

}*/
.productsBG_white{
	width:100%;
	margin:0 auto 0 auto;
	background-color:#fff;
	padding-top:40px;

}

.css_table, .css_td, .css_th{
	background-color:#fff;
	border: 2px solid #E4E4E4;
	border-collapse: collapse;
}

.css_th{
	width: 150px;
}

/*.productsBG_white:after{
	context:'';
	display:inline-block;
}
*/
.productsBG_img{
	width:30%;
	margin:0 auto 0 auto;
}
.customeization_img{
	width:60%;
	margin:0 auto 0 auto;
}
.recruitProcess_img{
	width:100;
	margin:0 auto 0 auto;
}
.investorsTable_hide{
	display: block;
}
.investorsText_hide{
	display: none;
}
.VideoYoutube{
	 width:100% ;
	 height:700px ;
}

.JQellipsis{
	font-family:"OpenSans Regular";
}

.NewS_Ellipsis {
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media screen and (min-width: 1921px) and (max-width: 2300px) {
  /* line 3, ../sass/_mediaQueries_pc.scss */
  .contentBox .content, .contentBox .newsList, .contentBox ul.productBox li a {
    width: 70%;
  }
  header {
    font-size: 1.875em;
  }

  /* line 7, ../sass/_mediaQueries_pc.scss */
  header .indexHeaderMenu {
    width: 100%;
  }
  
  /* line 10, ../sass/_mediaQueries_pc.scss */
  header .fontSizeAdjust {
    width: 18%;
  }

  /* line 15, ../sass/_mediaQueries_pc.scss */
  .rehabilitationBlock .rehabilitationBox {
    width: 65%;
  }
  /* line 18, ../sass/_mediaQueries_pc.scss */
  .rehabilitationBlock .rehabilitationPic {
    margin-top: 8em;
  }
  	
}


@media screen and (min-width: 1678px) and (max-width: 1920px) {
  /* line 3, ../sass/_mediaQueries_pc.scss */
  .contentBox .content, .contentBox .newsList, .contentBox ul.productBox li a {
    width: 70%;
  }

  header {
    font-size: 1.875em;
  }

  /* line 7, ../sass/_mediaQueries_pc.scss */
  header .indexHeaderMenu {
    width: 100%;
  }
  /* line 10, ../sass/_mediaQueries_pc.scss */
  header .fontSizeAdjust {
    width: 18%;
  }

  /* line 15, ../sass/_mediaQueries_pc.scss */
  .rehabilitationBlock .rehabilitationBox {
    width: 65%;
  }
  /* line 18, ../sass/_mediaQueries_pc.scss */
  .rehabilitationBlock .rehabilitationPic {
    margin-top: 8em;
  }
	
}

@media screen and (min-width: 1678px) and (max-width: 1786px) {
  /* line 3, ../sass/_mediaQueries_pc.scss */
  .contentBox .content, .contentBox .newsList, .contentBox ul.productBox li a {
    width: 70%;
  }

  header {
    font-size: 1.7em;
  }

  /* line 7, ../sass/_mediaQueries_pc.scss */
  header .indexHeaderMenu {
    width: 100%;
  }
  /* line 10, ../sass/_mediaQueries_pc.scss */
  header .fontSizeAdjust {
    width: 18%;
  }

  /* line 15, ../sass/_mediaQueries_pc.scss */
  .rehabilitationBlock .rehabilitationBox {
    width: 65%;
  }
  /* line 18, ../sass/_mediaQueries_pc.scss */
  .rehabilitationBlock .rehabilitationPic {
    margin-top: 8em;
  }
	.investor_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:125px auto 0px 15%;
	}
	.investor_menu103{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:200px auto 0px 15%;
	}
  
}
	footer .Bottom_language {
		margin-left:13%;
	}
	footer .Bottom_document {
		margin-left:23%;
	}
/*	footer .foot_contentDetailBottom {
		margin-left:3%;
	}
*/
	
@media screen and (min-width: 1401px) and (max-width: 1678px) {
  /* line 3, ../sass/_mediaQueries_pc.scss */
  .contentBox .content, .contentBox .newsList, .contentBox ul.productBox li a {
    width: 70%;
  }

  header {
    font-size: 1.45em;
  }

  /* line 7, ../sass/_mediaQueries_pc.scss */
  header .indexHeaderMenu {
    width: 100%;
  }
  /* line 10, ../sass/_mediaQueries_pc.scss */
  header .fontSizeAdjust {
    width: 18%;
  }
  /* line 15, ../sass/_mediaQueries_pc.scss */
  .rehabilitationBlock .rehabilitationBox {
    width: 65%;
  }
  /* line 18, ../sass/_mediaQueries_pc.scss */
  .rehabilitationBlock .rehabilitationPic {
    margin-top: 8em;
  }
	
	footer .wrap {
		margin-left:20%;
		margin-right:20%;
	}
	footer .Bottom_language {
		margin-left:10%;
	}
	footer .Bottom_document {
		margin-left:10%;
	}
/*	footer .foot_contentDetailBottom {
		margin-left:3%;
	}
*/	.investor_menu102{
		margin:120px auto 0px 15%;
	}
	.investor_menu103{
		margin:195px auto 0px 15%;
	}
	.about_menu102{
		margin:120px auto 0px 15%;
	}
	.about_menu103{
		margin:195px auto 0px 15%;
	}
	.careers_menu102{
		margin:120px auto 0px 15%;
	}
}
@media screen and (min-width: 1281px) and (max-width: 1400px) {
  /* line 27, ../sass/_mediaQueries_pc.scss */
  .contentBox .content, .contentBox .newsList, .contentBox ul.productBox li a {
    width: 80%;
  }

  /* line 53, ../sass/_mediaQueries_pc.scss */
  header {
    font-size: 1.33em;
  }

  /* line 31, ../sass/_mediaQueries_pc.scss */
  header .indexHeaderMenu {
    width: 100%;
  }
  /* line 34, ../sass/_mediaQueries_pc.scss */
  header .fontSizeAdjust {
    width: 0%;
  }
  header .indexHeaderMenu_Logo img{
	width:50%;
  }
  header .indexHeaderMenu_Logo_tw img{
	width:80%;
  }
  /* line 39, ../sass/_mediaQueries_pc.scss */
  .rehabilitationBlock .rehabilitationBox {
    width: 70%;
  }
  /* line 42, ../sass/_mediaQueries_pc.scss */
  .rehabilitationBlock .rehabilitationPic {
    margin-top: 10em;
  }

	footer .wrap {
		margin-left:20%;
		margin-right:20%;
	}

	footer .Bottom_language {
		margin-left:10%;
	}
	footer .Bottom_document {
		margin-left:10%;
	}
/*	footer .foot_contentDetailBottom {
		margin-left:3%;
	}*/

	.products_menu1{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:50px auto 0 15%;
	}
	.product01{
		float:left;
		height:60px;
		width:20%;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;	
	}
		
	.product02{
		float:left;
		width:23%;
		height:60px;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;
	}
	
	.product03{
		float:left;
		width:13%;
		height:60px;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;
	}
	
	.product04{
		float:left;
		width:15%;
		height:60px;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;
	}
	
	.product05{
		float: left;
		width: 19%;
		height: 60px;
		background-color: #E4E4E4;
		margin: 0 0.3% 1% 1%;
	}
	
	.product06{
		float:left;
		height:60px;
		width:15%;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;	
	}
	
	.product07{
		float:left;
		height:60px;
		width:15%;
		background-color:#333333;
		margin: 0 0.3% 1% 1%;	
	}	
	.product071{
		float:left;
		height:60px;
		width:15%;
		background-color:#333333;
		margin: 0 0 1% 1%;	
	}		
	.investor_menu101{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:3% auto 0 15%;
	}
	.investor_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:8% auto 0 15%;
	}
	.investor_menu103{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:1% auto 0 15%;
	}

	.about_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:110px auto 0px 15%;
	}
	.about_menu103{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:170px auto 0px 15%;
	}
	.careers_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:110px auto 0px 15%;
	}
	.VideoYoutube{
		 width:100% ;
		 height:500px ;
	}
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  /* line 50, ../sass/_mediaQueries_pc.scss */
  .contentBox .content, .contentBox .newsList, .contentBox ul.productBox li a {
    width: 80%;
  }

  /* line 53, ../sass/_mediaQueries_pc.scss */
  header {
    font-size: 1.125em;
  }
  /* line 55, ../sass/_mediaQueries_pc.scss */
  header .indexHeaderMenu {
    width: 100%;
  }
  /* line 58, ../sass/_mediaQueries_pc.scss */
  header .fontSizeAdjust {
    width: 22%;
  }
  header .indexHeaderMenu_Logo img{
	width:50%;
  }
  header .indexHeaderMenu_Logo_tw img{
	width:80%;
  }
  /* line 62, ../sass/_mediaQueries_pc.scss */
  h1.pageLogo {
    width: 185px;
  }

  /* line 66, ../sass/_mediaQueries_pc.scss */
  .rehabilitationBlock .rehabilitationBox {
    width: 100%;
  }
  /* line 69, ../sass/_mediaQueries_pc.scss */
  .rehabilitationBlock .rehabilitationPic {
    margin-top: 16em;
  }
	.darkBackground {
		height:70px;
	}

	footer .wrap {
		margin-left:15%;
		margin-right:15%;
	}

	footer .Bottom_language {
		margin-left:5%;
	}
	footer .Bottom_document {
		margin-left:8%;
	}
/*	footer .foot_contentDetailBottom {
		margin-left:3%;
	}
*/	
	.products_menu1{
	font-family:"OpenSans Regular", "微軟正黑體";
	width:90%;
	margin:50px auto 0 15%;
	}
	.product01{
		float:left;
		height:60px;
		width:22%;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;	
	}
		
	.product02{
		float:left;
		width:25%;
		height:60px;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;
	}
	
	.product03{
		float:left;
		width:12%;
		height:60px;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;
	}
	
	.product04{
		float:left;
		width:13%;
		height:60px;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;
	}
	
	.product05{
		float: left;
		width: 20%;
		height: 60px;
		background-color: #E4E4E4;
		margin: 0 0.3% 1% 1%;
	}

	.product06{
		float:left;
		height:60px;
		width:15%;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;	
	}	
	
	.product07{
		float:left;
		height:60px;
		width:15%;
		background-color:#333333;
		margin: 0 0.3% 1% 1%;	
	}	
	.product071{
		float:left;
		height:60px;
		width:15%;
		background-color:#333333;
		margin: 0 0 1% 1%;	
	}
	.investor_menu101{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:3% auto 0 15%;
	}
	.investor_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:8% auto 0 15%;
	}
	.investor_menu103{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:1% auto 0 15%;
	}

	.careers_menu101{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:50px auto 0 15%;
	}
	.careers_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:100px auto 0px 15%;
	}
	.about_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:100px auto 0px 15%;
	}
	.about_menu103{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:150px auto 0px 15%;
	}	
	.VideoYoutube{
		 width:100% ;
		 height:450px ;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1099px) {
  /* line 76, ../sass/_mediaQueries_pc.scss */
  .contentBox .content, .contentBox .newsList, .contentBox ul.productBox li a {
    width: 84%;
  }

  /* line 79, ../sass/_mediaQueries_pc.scss */
  header {
    font-size: 1em;
  }
  /* line 81, ../sass/_mediaQueries_pc.scss */
  header .indexHeaderMenu {
    width: 100%;
  }
  /* line 84, ../sass/_mediaQueries_pc.scss */
  header .fontSizeAdjust {
    width: 22%;
  }
  header .indexHeaderMenu_Logo img{
	width:50%;
  }
  header .indexHeaderMenu_Logo_tw img{
	width:80%;
  }
  /* line 88, ../sass/_mediaQueries_pc.scss */
  h1.pageLogo {
    width: 185px;
  }

  /* line 92, ../sass/_mediaQueries_pc.scss */
  .rehabilitationBlock .rehabilitationBox {
    width: 100%;
  }
  /* line 95, ../sass/_mediaQueries_pc.scss */
  .rehabilitationBlock .rehabilitationPic {
    margin-top: 16em;
  }

  /* line 101, ../sass/_mediaQueries_pc.scss */
  footer .wrap h1 {
    width: 40%;
  }
	
/*	footer {
	  clear: both;
	  height: 110px;
	  padding-top:2%;
	  
	}
*/	footer .wrap {
		margin-left:10%;
		margin-right:10%;
	}
	
	footer .Bottom_language {
		margin:0 0 0 130px ;
		float:none;
	}
	footer .Bottom_language h4 {
		margin-top:0px;
		line-height:2em;
	}
	
	footer .Bottom_document {
		margin:0 0 0 130px ;
		float:none;
	}
	footer .Bottom_document h4 {
		line-height:2em;
	}

/*	footer .foot_contentDetailBottom {
		margin:0 0 0 130px ;
		float:none;
	}
	footer .foot_contentDetailBottom h4{
		line-height:2em;
	}
*/
	.products_menu1{
	font-family:"OpenSans Regular", "微軟正黑體";
	width:90%;
	margin:50px auto 0 15%;
	}
	.product01{
		width: 22%;
	}
	.product05{
		width: 23%;
	}
	.product06{
		width: 15%;
	}
	.product07{
		width: 15%;
	}
	.product071{
		width: 15%;
	}
	
	.investor_menu101{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:3% auto 0 15%;
	}
	.investor_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:8% auto 0 15%;
	}
	.investor_menu103{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:1% auto 0 15%;
	}

	.careers_menu101{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:50px auto 0 15%;
	}
	.careers_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:100px auto 0px 15%;
	}
	.about_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:100px auto 0px 15%;
	}
	.about_menu103{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:150px auto 0px 15%;
	}	
	.VideoYoutube{
		 width:100% ;
		 height:400px ;
	}
}
@media screen and (min-width: 981px) and (max-width: 1024px) {
  /* line 3, ../sass/_mediaQueries_tablet.scss */
  .contentBox .content, .contentBox .newsList, .contentBox ul.productBox li a {
    width: 86%;
  }
  /* line 6, ../sass/_mediaQueries_tablet.scss */
  header {
    font-size: 1em;
  }
  /* line 8, ../sass/_mediaQueries_tablet.scss */
  header .indexHeaderMenu {
    width: 100%;
  }
  /* line 11, ../sass/_mediaQueries_tablet.scss */
  header .fontSizeAdjust {
    width: 22%;
  }
  header .indexHeaderMenu_Logo img{
	width:50%;
  }
  header .indexHeaderMenu_Logo_tw img{
	width:80%;
  }
  /* line 15, ../sass/_mediaQueries_tablet.scss */
  h1.pageLogo {
    width: 175px;
  }

  /* line 19, ../sass/_mediaQueries_tablet.scss */
  .rehabilitationBlock .rehabilitationBox {
    width: 100%;
  }
  /* line 22, ../sass/_mediaQueries_tablet.scss */
  .rehabilitationBlock .rehabilitationPic {
    margin-top: 16em;
  }

  /* line 27, ../sass/_mediaQueries_tablet.scss */
  .newsBlock li {
    width: 25;
  }

  /* line 32, ../sass/_mediaQueries_tablet.scss */
  .contactBlock form {
    width: 40%;
  }
  /* line 34, ../sass/_mediaQueries_tablet.scss */
  .contactBlock form .inputShortStyle {
    width: 96%;
  }
  /* line 37, ../sass/_mediaQueries_tablet.scss */
  .contactBlock form .secondInputMargin {
    margin-left: 0;
  }
  /* line 42, ../sass/_mediaQueries_tablet.scss */
  .contactBlock iframe, .contactBlock p.wordContent {
    width: 56%;
  }

  /* line 48, ../sass/_mediaQueries_tablet.scss */
  footer .wrap h1 {
    padding-top: 10px;
    width: 30%;
  }
  /* line 52, ../sass/_mediaQueries_tablet.scss */
  footer .wrap p {
    font-size: 1em;
  }
	
	footer {
	  clear: both;
/*	  height: 110px;
	  padding-top:2%;
*/	  
	}
	footer .wrap {
		margin-left:10%;
		margin-right:10%;
	}
	
	footer .Bottom_language {
		margin:0 0 0 130px ;
		float:none;
	}
	footer .Bottom_language h4 {
		margin-top:0px;
		line-height:2em;
	}
	
	footer .Bottom_document {
		margin:0 0 0 130px ;
		float:none;
	}
	footer .Bottom_document h4 {
		line-height:2em;
	}

/*	footer .foot_contentDetailBottom {
		margin:0 0 0 130px ;
		float:none;
	}
	footer .foot_contentDetailBottom h4{
		line-height:2em;
	}
*/	.products_menu1{
		width:90%;
		margin:50px auto 0 15%;
	}
	.product01{
		width: 22%;
	}
	.product05{
		width: 23%;
	}
	.product06{
		width: 15%;
	}
	.product07{
		width: 15%;
	}
	.product071{
		width: 15%;
	}
	.investor_menu101{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:3% auto 0 15%;
	}
	.investor_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:8% auto 0 15%;
	}
	.investor_menu103{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:1% auto 0 15%;
	}

	.about_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:100px auto 0px 15%;
	}
	.about_menu103{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:150px auto 0px 15%;
	}	
	.careers_menu101{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:50px auto 0 15%;
	}
	.careers_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:100px auto 0px 15%;
	}
	.VideoYoutube{
		 width:100% ;
		 height:350px ;
	}
	
}
@media screen and (min-width: 860px) and (max-width: 980px) {
  /* line 63, ../sass/_mediaQueries_tablet.scss */
  header.about {
    height: 375px;
  }

  /* line 63, ../sass/_mediaQueries_tablet.scss */
  header.service {
    height: 375px;
  }

  /* line 63, ../sass/_mediaQueries_tablet.scss */
  header.news {
    height: 375px;
  }

  /* line 63, ../sass/_mediaQueries_tablet.scss */
  header.blog {
    height: 375px;
  }

  /* line 63, ../sass/_mediaQueries_tablet.scss */
  header.qa {
    height: 375px;
  }

  /* line 63, ../sass/_mediaQueries_tablet.scss */
  header.contact {
    height: 375px;
  }
  header .indexHeaderMenu_Logo img{
	width:50%;
  }
  header .indexHeaderMenu_Logo_tw img{
	width:80%;
  }
  /* line 67, ../sass/_mediaQueries_tablet.scss */
  .contentBox .content, .contentBox .newsList, .contentBox ul.productBox li a {
    width: 88%;
  }

  /* line 72, ../sass/_mediaQueries_tablet.scss */
  header .indexHeaderMenu {
    width: 100%;
  }
  /* line 75, ../sass/_mediaQueries_tablet.scss */
  header .fontSizeAdjust {
    width: 24%;
  }
  /* line 78, ../sass/_mediaQueries_tablet.scss */
  header a.indexMobileButton {
    padding: 0 !important;
  }

  /* line 83, ../sass/_mediaQueries_tablet.scss */
  .rehabilitationBlock .rehabilitationBox {
    width: 100%;
  }
  /* line 86, ../sass/_mediaQueries_tablet.scss */
  .rehabilitationBlock .rehabilitationPic {
    margin-top: 20em;
  }

  /* line 90, ../sass/_mediaQueries_tablet.scss */
  h1.pageLogo {
    width: 175px;
    margin-top: 30px;
  }

  /* line 95, ../sass/_mediaQueries_tablet.scss */
  .newsBlock li {
    width: 23%;
  }

  /* line 100, ../sass/_mediaQueries_tablet.scss */
  .contactBlock form {
    width: 40%;
  }
  /* line 102, ../sass/_mediaQueries_tablet.scss */
  .contactBlock form .inputShortStyle {
    width: 96%;
  }
  /* line 105, ../sass/_mediaQueries_tablet.scss */
  .contactBlock form .secondInputMargin {
    margin-left: 0;
  }
  /* line 110, ../sass/_mediaQueries_tablet.scss */
  .contactBlock iframe, .contactBlock p.wordContent {
    width: 56%;
  }

  /* line 115, ../sass/_mediaQueries_tablet.scss */
  .blogList li {
    width: 47%;
    display: inline-block;
  }

  /* line 121, ../sass/_mediaQueries_tablet.scss */
  .blogMoreList li {
    width: 31%;
  }

  /* line 125, ../sass/_mediaQueries_tablet.scss */
  .fourty {
    font-size: 0.9375em;
  }

  /* line 130, ../sass/_mediaQueries_tablet.scss */
  footer .wrap h1 {
    padding-top: 12px;
    width: 35%;
  }
  /* line 134, ../sass/_mediaQueries_tablet.scss */
  footer .wrap p {
    font-size: 1em;
  }
/*	footer {
	  clear: both;
	  height: 110px;
	  padding-top:2%;
	  
	}
*/	footer .wrap {
		margin-left:10%;
		margin-right:10%;
	}
	
	footer .Bottom_language {
		margin:0 0 0 130px ;
		float:none;
	}
	footer .Bottom_language h4 {
		margin-top:0px;
		line-height:2em;
	}
	
	footer .Bottom_document {
		margin:0 0 0 130px ;
		float:none;
	}
	footer .Bottom_document h4 {
		line-height:2em;
	}

/*	footer .foot_contentDetailBottom {
		margin:0 0 0 130px ;
		float:none;
	}
	footer .foot_contentDetailBottom h4{
		line-height:2em;
	}
*/	.product01{
		width: 28%;
	}
	.product05{
		width: 25%;
	}
	.product06{
		width: 15%;
	}
	.product07{
		width: 15%;
	}
	.product071{
		width: 15%;
	}
	.investor_menu101{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:3% auto 0 15%;
	}
	.investor_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:8% auto 0 15%;
	}
	.investor_menu103{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:1% auto 0 15%;
	}

	.about_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:100px auto 0px 15%;
	}
	.about_menu103{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:150px auto 0px 15%;
	}	
	.careers_menu101{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:50px auto 0 15%;
	}
	.careers_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:100px auto 0px 15%;
	}
	.VideoYoutube{
		 width:100% ;
		 height:350px ;
	}
	
}
@media screen and (min-width: 901px) and (max-width: 980px) {
	
  /* line 141, ../sass/_mediaQueries_tablet.scss */
  header {
	font-size: 0.95em;
	display: inline;
  }
  
  header .indexHeaderMenu_Logo img{
	width:50%;
  }

  header .indexHeaderMenu_Logo_tw img{
	width:80%;
  }

/*	footer {
	  clear: both;
	  height: 130px;
	  padding-top:2%;
	  
	}
*/	footer .wrap {
		margin-left:10%;
		margin-right:10%;
	}
	
	footer .Bottom_language {
		margin:0 0 0 130px ;
		float:none;
	}
	footer .Bottom_language h4 {
		margin-top:0px;
		line-height:2em;
	}
	
	footer .Bottom_document {
		margin:0 0 0 130px ;
		float:none;
	}
	footer .Bottom_document h4 {
		line-height:2em;
	}

/*	footer .foot_contentDetailBottom {
		margin:0 0 0 130px ;
		float:none;
	}
	footer .foot_contentDetailBottom h4{
		line-height:2em;
	}
*/	.products_menu1{
		width:90%;
		margin:50px auto 0 15%;
	}
	.product01{
		width: 25%;
	}
	.product05{
		width: 25%;
	}
	.product06{
		width: 15%;
	}
	.product07{
		width: 15%;
	}
	.product071{
		width: 15%;
	}
	.investor_menu101{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:3% auto 0 15%;
	}
	.investor_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:8% auto 0 15%;
	}
	.investor_menu103{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:1% auto 0 15%;
	}

	.about_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:95px auto 0px 15%;
	}
	.about_menu103{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:140px auto 0px 15%;
	}	
	.careers_menu101{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:50px auto 0 15%;
	}
	.careers_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:95px auto 0px 15%;
	}
	.VideoYoutube{
		 width:100% ;
		 height:350px ;
	}
	
}
@media screen and (min-width: 860px) and (max-width: 900px) {
  /* line 146, ../sass/_mediaQueries_tablet.scss */
  header {
    font-size: 0.9em;
  }
  
  header .indexHeaderMenu_Logo img{
	width:50%;
  }

  header .indexHeaderMenu_Logo_tw img{
	width:80%;
  }
  
/*	footer {
	  clear: both;
	  height: 130px;
	  padding-top:2%;
	}
*/	footer .wrap {
		margin-left:10%;
		margin-right:10%;
	}
	
	footer .Bottom_language {
		margin:0 0 0 130px ;
		float:none;
	}
	footer .Bottom_language h4 {
		margin-top:0px;
		line-height:2em;
	}
	
	footer .Bottom_document {
		margin:0 0 0 130px ;
		float:none;
	}
	footer .Bottom_document h4 {
		line-height:2em;
	}

/*	footer .foot_contentDetailBottom {
		margin:0 0 0 130px ;
		float:none;
	}
	footer .foot_contentDetailBottom h4{
		line-height:2em;
	}
*/	.products_menu1{
		width:90%;
		margin:50px auto 0 15%;
	}
	.product01{
		width: 25%;
	}
	.product05{
		width: 25%;
	}
	.product06{
		width: 15%;
	}
	.product07{
		width: 15%;
	}
	.product071{
		width: 15%;
	}		
	
	.investor_menu101{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:3% auto 0 15%;
	}
	.investor_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:8% auto 0 15%;
	}
	.investor_menu103{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:1% auto 0 15%;
	}

	.about_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:95px auto 0px 15%;
	}
	.about_menu103{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:140px auto 0px 15%;
	}	
	.careers_menu101{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:50px auto 0 15%;
	}
	.careers_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:95px auto 0px 15%;
	}
	.VideoYoutube{
		 width:100% ;
		 height:350px ;
	}
}
@media screen and (min-width: 801px) and (max-width: 859px) {
  /* line 153, ../sass/_mediaQueries_tablet.scss */
  header.about {
    height: 350px;
  }

  /* line 153, ../sass/_mediaQueries_tablet.scss */
  header.service {
    height: 350px;
  }

  /* line 153, ../sass/_mediaQueries_tablet.scss */
  header.news {
    height: 350px;
  }

  /* line 153, ../sass/_mediaQueries_tablet.scss */
  header.blog {
    height: 350px;
  }

  /* line 153, ../sass/_mediaQueries_tablet.scss */
  header.qa {
    height: 350px;
  }

  /* line 153, ../sass/_mediaQueries_tablet.scss */
  header.contact {
    height: 350px;
  }

  header .indexHeaderMenu_Logo img{
	width:50%;
  }

  header .indexHeaderMenu_Logo_tw img{
	width:80%;
  }
  
  /* line 157, ../sass/_mediaQueries_tablet.scss */
  .contentBox .content, .contentBox .newsList, .contentBox ul.productBox li a {
    width: 88%;
  }

  /* line 161, ../sass/_mediaQueries_tablet.scss */
  .blogMoreList li {
    width: 30%;
  }

  /* line 165, ../sass/_mediaQueries_tablet.scss */
  header {
    font-size: 0.8em;
  }
  /* line 167, ../sass/_mediaQueries_tablet.scss */
  header .indexHeaderMenu {
    width: 100%;
  }
  /* line 169, ../sass/_mediaQueries_tablet.scss */
  header .indexHeaderMenu a {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
  /* line 174, ../sass/_mediaQueries_tablet.scss */
  header .fontSizeAdjust {
    width: 24%;
  }

  /* line 178, ../sass/_mediaQueries_tablet.scss */
  h1.pageLogo {
    width: 165px;
    margin-top: 32px;
  }

  /* line 183, ../sass/_mediaQueries_tablet.scss */
  .rehabilitationBlock .rehabilitationBox {
    width: 100%;
  }
  /* line 186, ../sass/_mediaQueries_tablet.scss */
  .rehabilitationBlock .rehabilitationPic {
    margin-top: 22em;
  }

  /* line 191, ../sass/_mediaQueries_tablet.scss */
  .newsBlock li {
    width: 23%;
  }

  /* line 196, ../sass/_mediaQueries_tablet.scss */
  .contactBlock form {
    width: 40%;
  }
  /* line 198, ../sass/_mediaQueries_tablet.scss */
  .contactBlock form .inputShortStyle {
    width: 96%;
  }
  /* line 201, ../sass/_mediaQueries_tablet.scss */
  .contactBlock form .secondInputMargin {
    margin-left: 0;
  }
  /* line 206, ../sass/_mediaQueries_tablet.scss */
  .contactBlock iframe, .contactBlock p.wordContent {
    width: 56%;
  }

  /* line 210, ../sass/_mediaQueries_tablet.scss */
  .sixty, .fourty {
    width: 100%;
    margin-top: 2em;
  }

  /* line 216, ../sass/_mediaQueries_tablet.scss */
  footer .wrap h1 {
    padding-top: 12px;
    width: 35%;
  }
  /* line 220, ../sass/_mediaQueries_tablet.scss */
  footer .wrap p {
    font-size: 1em;
  }
		
	footer .foot_logo img{
		width:25%;
		margin-left:5%;
		margin-top:5%;
	}
	
	footer .wrap {
		margin-left:0%;
		margin-right:0%;
	}
	
/*	footer {
	  clear: both;
	  height: 130px;
	  padding-top:2%;
	  margin-top:120px;
	}
*/	footer .wrap {
		margin-left:10%;
		margin-right:10%;
	}
	
	footer .Bottom_language {
		margin:0 0 0 130px ;
		float:none;
	}
	footer .Bottom_language h4 {
		margin-top:0px;
		line-height:2em;
	}
	
	footer .Bottom_document {
		margin:0 0 0 130px ;
		float:none;
	}
	footer .Bottom_document h4 {
		line-height:2em;
	}

/*	footer .foot_contentDetailBottom {
		margin:0 0 0 130px ;
		float:none;
	}
	footer .foot_contentDetailBottom h4{
		line-height:2em;
	}
*/	.products_menu1{
		width:90%;
		margin:50px auto 0 15%;
	}
	.product01{
		width: 25%;
	}
	.product05{
		width: 25%;
	}
	.product06{
		width: 15%;
	}
	.product07{
		width: 15%;
	}	
	.product071{
		width: 15%;
	}	
	.investor_menu101{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:3% auto 0 15%;
	}
	.investor_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:8% auto 0 15%;
	}
	.investor_menu103{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:1% auto 0 15%;
	}

	.about_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:90px auto 0px 15%;
	}
	.about_menu103{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:130px auto 0px 15%;
	}	
	.careers_menu101{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:50px auto 0 15%;
	}
	.careers_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:90px auto 0px 15%;
	}
	.VideoYoutube{
		 width:100% ;
		 height:350px ;
	}
}
@media screen and (min-width: 769px) and (max-width: 800px) {
  /* line 229, ../sass/_mediaQueries_tablet.scss */
  header.about {
    height: 325px;
  }

  /* line 229, ../sass/_mediaQueries_tablet.scss */
  header.service {
    height: 325px;
  }

  /* line 229, ../sass/_mediaQueries_tablet.scss */
  header.news {
    height: 325px;
  }

  /* line 229, ../sass/_mediaQueries_tablet.scss */
  header.blog {
    height: 325px;
  }

  /* line 229, ../sass/_mediaQueries_tablet.scss */
  header.qa {
    height: 325px;
  }

  /* line 229, ../sass/_mediaQueries_tablet.scss */
  header.contact {
    height: 325px;
  }
    
  /* line 233, ../sass/_mediaQueries_tablet.scss */
  .contentBox .content, .contentBox .newsList, .contentBox ul.productBox li a {
    width: 90%;
  }

  /* line 236, ../sass/_mediaQueries_tablet.scss */
  header {
    font-size: 0.8em;
  }
  /* line 238, ../sass/_mediaQueries_tablet.scss */
  header .indexHeaderMenu {
    width: 100%;
  }
  /* line 240, ../sass/_mediaQueries_tablet.scss */
  header .indexHeaderMenu a {
    padding-left: 1.3%;
    padding-right: 1.3%;
  }
  header .indexHeaderMenu_Logo img{
	width:50%;
  }
  header .indexHeaderMenu_Logo_tw img{
	width:80%;
  }
  /* line 245, ../sass/_mediaQueries_tablet.scss */
  header .fontSizeAdjust {
    width: 27%;
  }

  /* line 249, ../sass/_mediaQueries_tablet.scss */
  h1.pageLogo {
    width: 160px;
    margin-top: 35px;
  }

  /* line 254, ../sass/_mediaQueries_tablet.scss */
  .rehabilitationBlock .rehabilitationBox {
    width: 100%;
  }
  /* line 257, ../sass/_mediaQueries_tablet.scss */
  .rehabilitationBlock .rehabilitationPic {
    margin-top: 22em;
  }


  /* line 262, ../sass/_mediaQueries_tablet.scss */
  .blogList li {
    width: 47%;
    display: inline-block;
  }

  /* line 268, ../sass/_mediaQueries_tablet.scss */
  .newsBlock li {
    width: 23%;
  }

  /* line 273, ../sass/_mediaQueries_tablet.scss */
  .blogMoreList li {
    width: 30%;
  }

  /* line 278, ../sass/_mediaQueries_tablet.scss */
  .contactBlock form {
    width: 100%;
    clear: both;
  }
  /* line 281, ../sass/_mediaQueries_tablet.scss */
  .contactBlock form .inputShortStyle {
    width: 96%;
  }
  /* line 284, ../sass/_mediaQueries_tablet.scss */
  .contactBlock form .secondInputMargin {
    margin-left: 0;
  }
  /* line 287, ../sass/_mediaQueries_tablet.scss */
  .contactBlock form .msgInput {
    height: 120px;
  }
  /* line 291, ../sass/_mediaQueries_tablet.scss */
  .contactBlock iframe {
    height: 300px;
    margin-top: 4em;
  }
  /* line 296, ../sass/_mediaQueries_tablet.scss */
  .contactBlock iframe, .contactBlock p.wordContent {
    width: 100%;
    clear: both;
  }

  /* line 301, ../sass/_mediaQueries_tablet.scss */
  .sixty, .fourty {
    width: 100%;
    margin-top: 2em;
  }

  /* line 307, ../sass/_mediaQueries_tablet.scss */
  footer .wrap h1 {
    padding-top: 13px;
    width: 35%;
  }
  /* line 311, ../sass/_mediaQueries_tablet.scss */
  footer .wrap p {
    font-size: 0.875em;
  }
		

	footer .wrap {
		margin-top:3%;
		margin-left:8%;
		margin-right:8%;
		color:#e4e4e4;
	}
		
/*	footer {
	  clear: both;
	  height: 120px;
	  padding-top:4%;
	  margin-top:130px;
	}
*/	footer .wrap {
		margin-left:10%;
		margin-right:10%;
	}
	
	footer .Bottom_language {
		margin:0 0 0 130px ;
		float:none;
	}
	footer .Bottom_language h4 {
		margin-top:0px;
		line-height:2em;
	}
	
	footer .Bottom_document {
		margin:0 0 0 130px ;
		float:none;
	}
	footer .Bottom_document h4 {
		line-height:2em;
	}

/*	footer .foot_contentDetailBottom {
		margin:0 0 0 130px ;
		float:none;
	}
	footer .foot_contentDetailBottom h4{
		line-height:2em;
	}
*/	.products_menu1{
		width:90%;
		margin:50px auto 0 15%;
	}
	.product01{
		width: 30%;
	}
	.product05{
		width: 30%;
	}
	.product06{
		width: 15%;
	}
	.product07{
		width: 15%;
	}
	.product071{
		width: 15%;
	}
	.investor_menu101{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:3% auto 0 15%;
	}
	.investor_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:8% auto 0 15%;
	}
	.investor_menu103{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:1% auto 0 15%;
	}

	.about_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:90px auto 0px 15%;
	}
	.about_menu103{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:130px auto 0px 15%;
	}	
	.careers_menu101{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:50px auto 0 15%;
	}
	.careers_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:90px auto 0px 15%;
	}
	.VideoYoutube{
		 width:100% ;
		 height:350px ;
	}
	
}
@media screen and (max-width: 768px) {
	.header_Table{
		display:none;
	}
	/*header .indexHeaderMenu_Logo img{
		display:none;
	}20180111調整手機logo
    header .indexHeaderMenu_Logo img{
	  width:30%;
	  height:30%;
	  margin-left: 155px;
	  margin-bottom:20px;
    }*/
	header .indexHeaderMenu {
	  display: none;
	}
	header .indexHeaderMenu02 {
	  display: block;
	}
	header .changeLNG {
	  display: none;
	}
	header .changeLNG02 {
	  display: block;
	  color: #333333;
	  font-family: OpenSans, "微軟正黑體";
	  font-weight: bolder;
	}
	h1#indexLogo {
		display: block;
	}
  /* line 4, ../sass/_mediaQueries_mobile.scss */
  header.about {
    height: 320px;
  }

  /* line 4, ../sass/_mediaQueries_mobile.scss */
  header.service {
    height: 300px;
  }

  /* line 4, ../sass/_mediaQueries_mobile.scss */
  header.news {
    height: 300px;
  }

  /* line 4, ../sass/_mediaQueries_mobile.scss */
  header.blog {
    height: 300px;
  }

  /* line 4, ../sass/_mediaQueries_mobile.scss */
  header.qa {
    height: 300px;
  }

  /* line 4, ../sass/_mediaQueries_mobile.scss */
  header.contact {
    height: 300px;
  }

  
  header .Menu_bottom_space{
	display:none;
  }

  /* line 8, ../sass/_mediaQueries_mobile.scss */
  .contentBox .content, .contentBox .newsList, .contentBox ul.productBox li a {
    width: 90%;
  }

  /* line 11, ../sass/_mediaQueries_mobile.scss */
  .contentBox {
    font-size: 0.75em;
  }

  /* line 15, ../sass/_mediaQueries_mobile.scss */
  .newsBlock li {
    width: 100%;
  }
	.newsIndex img{
		width:70%;
	}

  /* line 19, ../sass/_mediaQueries_mobile.scss */
  /*#slider-wrapper {
    display: none;
	padding-top:10px;
  }*/
  #slider-space {
    display: none;
	/*padding-top:10px;*/
  }
  
.NewsTable{
	width:94%;
	margin:0 auto 0 auto;
}
.NewsTable img{
	width:95%;
}

  /* line 23, ../sass/_mediaQueries_mobile.scss */
  .rehabilitationBlock .rehabilitationBox {
    width: 100%;
  }
  /* line 26, ../sass/_mediaQueries_mobile.scss */
  .rehabilitationBlock .rehabilitationPic {
    margin-top: 28em;
  }
  /* line 28, ../sass/_mediaQueries_mobile.scss */
  .rehabilitationBlock .rehabilitationPic li {
    width: 100%;
    margin: 0;
    margin-top: 2em;
  }

  /* line 36, ../sass/_mediaQueries_mobile.scss */
  .serviceBlock .serviceIndex {
    width: 100%;
  }
  /* line 38, ../sass/_mediaQueries_mobile.scss */
  .serviceBlock .serviceIndex li {
    clear: both;
    width: 100%;
    margin-left: 0;
    margin-top: 2em;
  }
  /* line 45, ../sass/_mediaQueries_mobile.scss */
  .serviceBlock .serviceBox {
    width: 100%;
    clear: both;
  }

  /* line 51, ../sass/_mediaQueries_mobile.scss */
  .contactBlock form {
    width: 100%;
    clear: both;
  }
  /* line 54, ../sass/_mediaQueries_mobile.scss */
  .contactBlock form .inputShortStyle {
    width: 96%;
  }
  /* line 57, ../sass/_mediaQueries_mobile.scss */
  .contactBlock form .secondInputMargin {
    margin-left: 0;
  }
  /* line 60, ../sass/_mediaQueries_mobile.scss */
  .contactBlock form .msgInput {
    height: 120px;
  }
  /* line 64, ../sass/_mediaQueries_mobile.scss */
  .contactBlock iframe {
    height: 300px;
    margin-top: 4em;
  }
  /* line 69, ../sass/_mediaQueries_mobile.scss */
  .contactBlock iframe, .contactBlock p.wordContent {
    width: 100%;
    clear: both;
  }

  /* line 74, ../sass/_mediaQueries_mobile.scss */
  header {
    font-size: 0.5em;
  }
  /* line 77, ../sass/_mediaQueries_mobile.scss */
  header .indexHeaderMenu {
    width: 80%;
    height: 0px;
  }
  /* line 81, ../sass/_mediaQueries_mobile.scss */
  header .fontSizeAdjust {
    width: 30%;
  }
	
	footer .wrap {
		margin-top:3%;
		margin-left:5%;
		margin-right:5%;
		color:#e4e4e4;
	}

	footer {
	  clear: both;
	}
	
	footer .Bottom_language {
		margin:0 0 0 70px ;
		float:none;
	}
	footer .Bottom_language h4 {
		margin-top:0px;
		line-height:2em;
		font-size: 0.8em;		
	}
	
	footer .Bottom_document {
		margin:0 0 0 70px ;
		float:none;
	}
	footer .Bottom_document h4 {
		font-size: 0.8em;		
		line-height:2em;
	}
	.darkBackground {
		height:70px;
	}
	
/*	footer .foot_contentDetailBottom {
		margin:0 0 0 70px ;
		float:none;
	}
	footer .foot_contentDetailBottom h4{
		font-size: 0.8em;		
		line-height:2em;
	}
*/
  
  /* line 85, ../sass/_mediaQueries_mobile.scss  行動裝置 MENU 選單下拉出現的清單設定*/
  header .indexHeaderMenuList a, header .headerMenuList a {
	display: block;
	width: 250%;
	font-size: 2.5em;
	line-height: 60px !important;
	height: 60px !important;
	text-align: center;
	border-top: 1px solid #111;
	color: #fff;
	background: url("../images/dark.png") repeat; /*mob 模式的時的選單下拉的背景色*/
	margin: 0;
	font-family: OpenSans-Bold, "微軟正黑體";
  }
  /* line 96, ../sass/_mediaQueries_mobile.scss */
  header .indexHeaderMenuList a:first-child, header .headerMenuList a:first-child {
    border-top: 0;
  }
  /* line 99, ../sass/_mediaQueries_mobile.scss */
  header .indexHeaderMenuList a:hover, header .headerMenuList a:hover {
    background: url("../images/doubleGray.png") repeat; /*mob 模式的時的選單下拉後指到按鈕的背景色*/
    
	background: #a0a0a0;
  	color: #ffffff;
  }
    

  /* line 106, ../sass/_mediaQueries_mobile.scss */
  h1.pageLogo {
    width: 200px;
    margin-left: 5%;
  }

  /* line 110, ../sass/_mediaQueries_mobile.scss */
  .fontAdjustPage {
    left: 5%;
  }

  /* line 113, ../sass/_mediaQueries_mobile.scss 行動裝置 MENU 下拉選單整體狀態設定*/
  .indexHeaderMenuList {
    display: none;
    position: absolute;
    width: 30%;
    z-index: 99;
    margin: 80px auto auto 0%;
  }



/* 子分頁的MUNU設定 */
  /* line 120, ../sass/_mediaQueries_mobile.scss */
  .headerMenuList {
    display: none;
    position: absolute;
    width: 40%;
    z-index: 99;
    margin: 131px 0px auto 60%;
  }

  /* line 129, ../sass/_mediaQueries_mobile.scss */
  .mobileButton {
    float: right;
    display: block;
    width: 40%;
    height: 50px !important;
    margin: 40px auto;
    background: url(../images/menu.png) no-repeat center top;
  }
  /* line 136, ../sass/_mediaQueries_mobile.scss */
  .mobileButton:hover {
    background-position: bottom;
  }

  /* line 140, ../sass/_mediaQueries_mobile.scss */
  .mobileButtonClose {
    background: url(../images/menu-close.png) no-repeat center top;
    text-decoration: none;
  }
  /* line 143, ../sass/_mediaQueries_mobile.scss */
  .mobileButtonClose:hover {
    background-position: bottom;
  }

  /* line 147, ../sass/_mediaQueries_mobile.scss  控制行動裝置 MENU 按鈕圖片的相關設定*/
  .indexMobileButton {
    float: left;
    display: block;
    width: 22%;
    height: 50px !important;
    margin: 5px auto 5 0%;
    background: url(../images/menu.png) no-repeat center top  !important;
  }
  /* line 154, ../sass/_mediaQueries_mobile.scss */
  .indexMobileButton:hover {
    background-position: bottom;
  }

  /* line 159, ../sass/_mediaQueries_mobile.scss */
  .blogMoreList li {
    width: 46%;
  }

  /* line 165, ../sass/_mediaQueries_mobile.scss */
  .blogList li {
    width: 46%;
    text-align: left;
    display: inline-block;
  }
  
  /* line 173, ../sass/_mediaQueries_mobile.scss */
  footer .wrap h1 {
    padding-top: 20px;
    width: 40%;
  }
  /* line 177, ../sass/_mediaQueries_mobile.scss */
  footer .wrap p {
    font-size: 1em;
  }

  /* line 182, ../sass/_mediaQueries_mobile.scss */
  .sixty, .fourty {
    width: 100%;
    margin-top: 2em;
  }

	.products_menu1{
	font-family:"OpenSans Regular", "微軟正黑體";
	width:90%;
	margin:50px auto 0 15%;
	}
	.product01{
		float:left;
		height:40px;
		width:28%;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;	
	}	
	.product02{
		float:left;
		width:30%;
		height:40px;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;
	}
	
	.product03{
		float:left;
		width:18%;
		height:40px;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;
	}

	.product04{
		float:left;
		width:20%;
		height:40px;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;
	}
	
	.product05{
		float: left;
		width: 30%;
		height:40px;
		background-color: #E4E4E4;
		margin: 0 0.3% 1% 1%;
	}

	.product06{
		float:left;
		width:30%;
		height:40px;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;
	}		
	
	.product07{
		float:left;
		width:30%;
		height:40px;
		background-color:#333333;
		margin: 0 0.3% 1% 1%;
		color: #CB3300;
	}	
	.product071{
		float:left;
		width:30%;
		height:40px;
		background-color:#333333;
		margin: 0 0 1% 1%;
		color: #CB3300;
	}
	.product01 h4{
		height:40px;
		font-size:0.9em;
	}
	.product02 h4{
		height:40px;
		font-size:0.9em;
	}
	.product03 h4{
		height:40px;
		font-size:0.9em;
	}
	.product04 h4{
		height:40px;
		font-size:0.9em;
	}
	.product05 h4{
		height:40px;
		font-size:0.9em;
	}
	.product06 h4{
		height:40px;
		font-size:0.9em;
	}		
	.product07 h4{
		height:40px;
		font-size:0.9em;
		color: #CB3300;
	}	
	.product071 h4{
		height:40px;
		font-size:0.85em;
		color: #CB3300;
	}	
	.investor_menu101{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:3% auto 0 15%;
	}
	.investor_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:8% auto 0 15%;
	}
	.investor_menu103{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:1% auto 0 15%;
	}

	.product_contentTitleRED{
		margin-top:25px; 
		margin-bottom:30px;
	}
	.product_contentTitle{
		margin-top:70px; 
		margin-bottom:20px;
	}

	.PowerColor_Logo img{
		width: 60%;
	}
	.investorsTable_hide{
		display: none;
	}	
	.investorsText_hide{
		display: block;
	}
	
	.careers_menu101{
		display: none;
	}
	.careers_menu102{
		display: none;
	}
	.about_menu101{
		display: none;
	}
	.about_menu102{
		display: none;
	}
	.about_menu103{
		display: none;
	}
	.VideoYoutube{
		 width:100% ;
		 height:350px ;
	}
	.ContactText_1875_Bold{
		font-size:1.3em;
	}
	.ContactText_1875_Regular{
		font-size:1.3em;
	}
	.ContactText_13125_Bold{
		font-size:1em;
	}
	.ContactText_13125_Regular{
		font-size:1em;
	}
	.ContactText_1125_Bold{
		font-size:0.8em;
	}
	.ContactText_1125_Regular{
		font-size:0.8em;
	}
	.GamingGraphics_Content{
		display: none;
	}
	.GamingGraphics_Content_use760px{
		display: block;
	}
	.about_Content{
		display: none;
	}
	.about_Content_use760px{
		display:block;
	}
	.Embedded_Content{
		display: none;
	}
	.Embedded_Content_use760px{
		display: block;
	}
	.careers_Content{
		display:none;
	}
	.careers_Content_use760px{
		display:block;
	}
	.products_menu1{
		display:none;
	}

	.investor_menu101{
		display:none;
	}

	.investor_menu102{
		display:none;
	}

}
@media screen and (max-width: 641px) {
  .indexHeaderMenuList {
    display: none;
    position: absolute;
    width: 30%;
    z-index: 99;
    margin: 80px auto auto 0%;
  }
  /* line 191, ../sass/_mediaQueries_mobile.scss */
  header .indexHeaderMenu_Logo img{
    width:100%;
    margin-left: 150px;
	/*margin-bottom:20px;*/
  }

  header.about {
    height: 275px;
  }

  /* line 191, ../sass/_mediaQueries_mobile.scss */
  header.service {
    height: 275px;
  }

  /* line 191, ../sass/_mediaQueries_mobile.scss */
  header.news {
    height: 275px;
  }

  /* line 191, ../sass/_mediaQueries_mobile.scss */
  header.blog {
    height: 275px;
  }

  /* line 191, ../sass/_mediaQueries_mobile.scss */
  header.qa {
    height: 275px;
  }

  /* line 191, ../sass/_mediaQueries_mobile.scss */
  header.contact {
    height: 275px;
  }
  

  /* line 195, ../sass/_mediaQueries_mobile.scss */
  .blogList, .blogMoreList {
    text-align: center;
  }
  /* line 197, ../sass/_mediaQueries_mobile.scss */
  .blogList li, .blogMoreList li {
    width: 75%;
  }

  /* line 201, ../sass/_mediaQueries_mobile.scss */
  h1.pageLogo {
    margin-left: 7%;
    width: 190px;
  }

  /* line 206, ../sass/_mediaQueries_mobile.scss */
  header .fontAdjustPage {
    left: 7%;
  }
  /* line 209, ../sass/_mediaQueries_mobile.scss */
  header .fontSizeAdjust {
    width: 40%;
  }
  /* line 212, ../sass/_mediaQueries_mobile.scss */
  header .indexHeaderMenu {
    width: 80%;
  }

  /* line 217, ../sass/_mediaQueries_mobile.scss */
  .pageNumber {
    width: 94%;
  }


/* 子分頁的MUNU設定 */
  /* line 221, ../sass/_mediaQueries_mobile.scss */
  .headerMenuList a {
    font-size: 1.3785em;
    line-height: 50px !important;
    height: 50px !important;
  }
	
	/*--------------內文 index   顏色:紅、字元:18pt 使用--------------*/
	.context_index_red {
		 
		color:#CB3300; 
		float:left; 
		margin-left:18%;
		height:20%; 
	}
	.context_index_red h4{
		font-weight: bold;
		font-size: 0.9em;
		line-height: 1.8em;
		font-family: OpenSans-Bold, "微軟正黑體";
	}
	
	/*--------------內文 index   顏色:黑、字元:18pt 使用--------------*/
	.context_index_black {
		width:60%; 
		height:20%;	
		color:#000;
		float:left; 
		margin-left:2%;
	}
	.context_index_black h4{
		font-size: 0.9em;
		line-height: 1.8em;
		font-family: "OpenSans Regular", "微軟正黑體";
	}
	
	footer .wrap {
		margin-top:3%;
		margin-left:5%;
		margin-right:5%;
		color:#e4e4e4;
	}
		
	footer {
	  clear: both;
	}
	
	footer .Bottom_language {
		margin:0 0 0 30px ;
		float:none;
	}
	footer .Bottom_language h4 {
		margin-top:0px;
		line-height:2em;
	}
	
	footer .Bottom_document {
		margin:0 0 0 30px ;
		float:none;
	}
	footer .Bottom_document h4 {
		line-height:2em;
	}

/*	footer .foot_contentDetailBottom {
		margin:0 0 0 30px ;
		float:none;
	}
	footer .foot_contentDetailBottom h4{
		line-height:2em;
	}
*/	
	.product01{
		float:left;
		height:40px;
		width:28%;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;	
	}	
	.product02{
		float:left;
		width:30%;
		height:40px;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;
	}
	
	.product03{
		float:left;
		width:18%;
		height:40px;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;
	}

	.product04{
		float:left;
		width:20%;
		height:40px;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;
	}
	
	.product05{
		float: left;
		width: 30%;
		height:40px;
		background-color: #E4E4E4;
		margin: 0 0.3% 1% 1%;
	}
	
	.product06{
		float:left;
		height:40px;
		width:28%;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;	
	}
	
	.product07{
		float:left;
		height:40px;
		width:28%;
		background-color:#333333;
		margin: 0 0.3% 1% 1%;
	}	
	.product071{
		float:left;
		height:40px;
		width:28%;
		background-color:#333333;
		margin: 0 0 1% 1%;
	}	
	/*.investor_menu101{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:3% auto 0 15%;
	}
	.investor_menu102{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:8% auto 0 15%;
	}
	.investor_menu103{
		font-family:"OpenSans Regular", "微軟正黑體";
		width:90%;
		margin:1% auto 0 15%;
	}*/
	
	.captionProduct_NEWS{
		background:#838383;
		width:40%;
		color: #FFF;
		font-family:OpenSans-Bold, "微軟正黑體";
		padding-top:8px; 
		padding-bottom:8px;
	}
	.captionProduct_NEWS h2{
		text-align:center;
		font-size:1.2em;
	}
	.captionProduct_GamingGraphics{
		background:#838383;
		width:100%;
		color: #FFF;
		font-family:OpenSans-Bold, "微軟正黑體";
		padding-top:8px; 
		padding-bottom:8px;
	}
	.captionProduct_GamingGraphics h2{
		text-align:center;
		font-size:1.2em;
	}
	
	.captionProduct_EmbeddedGraphics{
		background:#838383;
		width:100%;
		color: #FFF;
		font-family:OpenSans-Bold, "微軟正黑體"; 
		padding-top:8px; 
		padding-bottom:8px;
	}
	.captionProduct_EmbeddedGraphics h2{
		text-align:center;
		font-size:1.2em;
	}
	
	.captionProduct_SOC{
		background:#838383;
		width:100%;
		color: #FFF;
		font-family:OpenSans-Bold, "微軟正黑體";
		padding-top:8px; 
		padding-bottom:8px;
	}
	.captionProduct_SOC h2{
		text-align:center;
		font-size:1.2em;
	}	
	
	.captionProduct_FPGA{
		background:#838383;
		width:100%;
		color: #FFF;
		font-family:OpenSans-Bold, "微軟正黑體";
		padding-top:8px; 
		padding-bottom:8px;
	}
	.captionProduct_FPGA h2{
		text-align:center;
		font-size:1.2em;
	}	
	
	.captionProduct_Customeization{
		background:#838383;
		width:100%;
		color: #FFF;
		font-family:OpenSans-Bold, "微軟正黑體";
		padding-top:8px; 
		padding-bottom:8px;
	}
	.captionProduct_Customeization h2{
		text-align:center;
		font-size:1.2em;
	}
	
	.captionProduct_CorporateResponsibility{
		background:#838383;
		width:100%;
		color: #FFF;
		font-family:OpenSans-Bold, "微軟正黑體";
		padding-top:8px; 
		padding-bottom:8px;
	}
	.captionProduct_CorporateResponsibility h2{
		text-align:center;
		font-size:1.2em;
	}
	
	.captionProduct_InvestorRelations{
		background:#838383;
		width:100%;
		color: #FFF;
		font-family:OpenSans-Bold, "微軟正黑體";
		padding-top:8px; 
		padding-bottom:8px;
	}
	.captionProduct_InvestorRelations h2{
		text-align:center;
		font-size:1.2em;
	}
	
	.captionProduct_AboutTUL{
		background:#838383;
		width:100%;
		color: #FFF;
		font-family:OpenSans-Bold, "微軟正黑體";	
		padding-top:8px; 
		padding-bottom:8px;
	}
	.captionProduct_AboutTUL h2{
		text-align:center;
		font-size:1.2em;
	}
	
	.captionProduct_Careers{
		background:#838383;
		width:100%;
		color: #FFF;
		font-family:OpenSans-Bold, "微軟正黑體";
		padding-top:8px; 
		padding-bottom:8px;
	}
	.captionProduct_Careers h2{
		text-align:center;
		font-size:1.2em;
	}	

}
@media screen and (max-width: 600px) {
  .indexHeaderMenuList {
    display: none;
    position: absolute;
    width: 30%;
    z-index: 99;
    margin: 80px auto auto 0%;
  }
  /* line 231, ../sass/_mediaQueries_mobile.scss */
  header .indexHeaderMenu_Logo img{
    width:100%;
    margin-left: 145px;
	/*margin-bottom:20px;*/
  }

  header.about {
    height: 265px;
  }

  /* line 231, ../sass/_mediaQueries_mobile.scss */
  header.service {
    height: 265px;
  }

  /* line 231, ../sass/_mediaQueries_mobile.scss */
  header.news {
    height: 265px;
  }

  /* line 231, ../sass/_mediaQueries_mobile.scss */
  header.blog {
    height: 265px;
  }

  /* line 231, ../sass/_mediaQueries_mobile.scss */
  header.qa {
    height: 265px;
  }

  /* line 231, ../sass/_mediaQueries_mobile.scss */
  header.contact {
    height: 265px;
  }

  /* line 235, ../sass/_mediaQueries_mobile.scss */
  .blogList, .blogMoreList {
    text-align: center;
  }
  /* line 237, ../sass/_mediaQueries_mobile.scss */
  .blogList li, .blogMoreList li {
    text-align: left;
    width: 85%;
  }

  /* line 242, ../sass/_mediaQueries_mobile.scss */
  h1.pageLogo {
    margin-left: 9%;
    width: 185px;
  }

  /* line 247, ../sass/_mediaQueries_mobile.scss */
  header .fontAdjustPage {
    left: 9%;
  }
	footer {
	  clear: both;
	}
  /* line 253, ../sass/_mediaQueries_mobile.scss */
  footer .wrap h1 {
    clear: both;
    padding-top: 0px;
    width: 50%;
    height: 80px;
    margin-left: 25%;
  }
  /* line 260, ../sass/_mediaQueries_mobile.scss */
  footer .wrap p {
    line-height: 100px;
    text-align: center;
    clear: both;
    width: 100%;
    font-size: 0.875em;
  }
	
	
	.product01{
		float:left;
		height:40px;
		width:28%;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;	
	}	
	.product02{
		float:left;
		width:30%;
		height:40px;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;
	}
	
	.product03{
		float:left;
		width:18%;
		height:40px;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;
	}

	.product04{
		float:left;
		width:20%;
		height:40px;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;
	}
	
	.product05{
		float: left;
		width: 30%;
		height:40px;
		background-color: #E4E4E4;
		margin: 0 0.3% 1% 1%;
	}

	.product06{
		float:left;
		height:40px;
		width:28%;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;	
	}		
	
	.product07{
		float:left;
		height:40px;
		width:28%;
		background-color:#333333;
		margin: 0 0.3% 1% 1%;	
	}
	.product071{
		float:left;
		height:40px;
		width:28%;
		background-color:#333333;
		margin: 0 0 1% 1%;	
	}	
}

@media screen and (max-width: 550px) {
  .indexHeaderMenuList {
    display: none;
    position: absolute;
    width: 30%;
    z-index: 99;
    margin: 80px auto auto 0%;
  }
  /* line 231, ../sass/_mediaQueries_mobile.scss */
  header .indexHeaderMenu_Logo img{
    width:100%;
    margin-left: 140px;
	/*margin-bottom:20px;*/
  }
  
  header.about {
    height: 265px;
  }

  /* line 231, ../sass/_mediaQueries_mobile.scss */
  header.service {
    height: 265px;
  }

  /* line 231, ../sass/_mediaQueries_mobile.scss */
  header.news {
    height: 265px;
  }

  /* line 231, ../sass/_mediaQueries_mobile.scss */
  header.blog {
    height: 265px;
  }

  /* line 231, ../sass/_mediaQueries_mobile.scss */
  header.qa {
    height: 265px;
  }

  /* line 231, ../sass/_mediaQueries_mobile.scss */
  header.contact {
    height: 265px;
  }

  /* line 235, ../sass/_mediaQueries_mobile.scss */
  .blogList, .blogMoreList {
    text-align: center;
  }
  /* line 237, ../sass/_mediaQueries_mobile.scss */
  .blogList li, .blogMoreList li {
    text-align: left;
    width: 85%;
  }

  /* line 242, ../sass/_mediaQueries_mobile.scss */
  h1.pageLogo {
    margin-left: 9%;
    width: 185px;
  }

  /* line 247, ../sass/_mediaQueries_mobile.scss */
  header .fontAdjustPage {
    left: 9%;

  }
	footer {
	  clear: both;
	}
  /* line 253, ../sass/_mediaQueries_mobile.scss */
  footer .wrap h1 {
    clear: both;
    padding-top: 0px;
    width: 50%;
    height: 80px;
    margin-left: 25%;
  }
  /* line 260, ../sass/_mediaQueries_mobile.scss */
  footer .wrap p {
    line-height: 100px;
    text-align: center;
    clear: both;
    width: 100%;
    font-size: 0.875em;
  }
	
	.product01{
		float:left;
		height:40px;
		width:28%;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;	
	}	
	.product02{
		float:left;
		width:35%;
		height:40px;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;
	}
	
	.product03{
		float:left;
		width:18%;
		height:40px;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;
	}

	.product04{
		float:left;
		width:20%;
		height:40px;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;
	}
	
	.product05{
		float: left;
		width: 30%;
		height:40px;
		background-color: #E4E4E4;
		margin: 0 0.3% 1% 1%;
	}

	.product06{
		float:left;
		height:40px;
		width:28%;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;	
	}	
	
	.product07{
		float:left;
		height:40px;
		width:28%;
		background-color:#333333;
		margin: 0 0.3% 1% 1%;	
	}
	.product071{
		float:left;
		height:40px;
		width:28%;
		background-color:#333333;
		margin: 0 0 1% 1%;	
	}	
}



@media screen and (max-width: 500px) {
  .indexHeaderMenuList {
    display: none;
    position: absolute;
    width: 30%;
    z-index: 99;
    margin: 80px auto auto 0%;
  }
  /* line 274, ../sass/_mediaQueries_mobile.scss */
  header .indexHeaderMenu_Logo img{
    width:100%;
    margin-left: 135px;
	/*margin-bottom:20px;*/
  }
  
  header.about {
    height: 255px;
  }

  /* line 274, ../sass/_mediaQueries_mobile.scss */
  header.service {
    height: 255px;
  }

  /* line 274, ../sass/_mediaQueries_mobile.scss */
  header.news {
    height: 255px;
  }

  /* line 274, ../sass/_mediaQueries_mobile.scss */
  header.blog {
    height: 255px;
  }

  /* line 274, ../sass/_mediaQueries_mobile.scss */
  header.qa {
    height: 255px;
  }

  /* line 274, ../sass/_mediaQueries_mobile.scss */
  header.contact {
    height: 255px;
  }

  /* line 278, ../sass/_mediaQueries_mobile.scss */
  .contentBox .content, .contentBox .newsList, .contentBox ul.productBox li a {
    width: 85%;
  }

  /* line 281, ../sass/_mediaQueries_mobile.scss */
  .blogList, .blogMoreList {
    text-align: center;
  }
  /* line 283, ../sass/_mediaQueries_mobile.scss */
  .blogList li, .blogMoreList li {
    width: 90%;
  }

  /* line 287, ../sass/_mediaQueries_mobile.scss */
  h1.pageLogo {
    margin-left: 10%;
    width: 180px;
  }
	footer {
	  clear: both;
	}
  /* line 292, ../sass/_mediaQueries_mobile.scss */
  header .fontAdjustPage {
    left: 10%;
  }
	
	.product01{
		float:left;
		height:40px;
		width:45%;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;	
	}	
	
	.product02{
		float:left;
		width:45%;
		height:40px;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;
	}
	
	.product03{
		float:left;
		width:23%;
		height:40px;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;
	}

	.product04{
		float:left;
		width:25%;
		height:40px;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;
	}
	
	.product05{
		float: left;
		width: 40%;
		height: 40px;
		background-color: #E4E4E4;
		margin: 0 0.3% 1% 1%;
	}

	.product06{
		float:left;
		height:40px;
		width:45%;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;	
	}
	
	.product07{
		float:left;
		height:40px;
		width:45%;
		background-color:#333333;
		margin: 0 0.3% 1% 1%;	
	}
	.product071{
		float:left;
		height:40px;
		width:45%;
		background-color:#333333;
		margin: 0 0 1% 1%;	
	}	
	.product01 h4{
		height:40px;
	}	
	
	.product02 h4{
		height:40px;
	}	
	
	.product03 h4{
		height:40px;
	}	

	.product04 h4{
		height:40px;
	}	
	
	.product05 h4{
		height:40px;
	}

	.product06 h4{
		height:40px;
	}		
	
	.product07 h4{
		height:40px;
	}
	.product071 h4{
		height:40px;
	}
}
@media screen and (max-width: 480px) {
  .indexHeaderMenuList {
    display: none;
    position: absolute;
    width: 35%;
    z-index: 99;
    margin: 80px auto auto 0%;
  }
  .indexMobileButton {
    float: left;
    display: block;
    width: 22%;
    height: 50px !important;
    margin: 10px auto 5 0%;
    background: url(../images/menu.png) no-repeat center top  !important;
  }
  /* line 299, ../sass/_mediaQueries_mobile.scss */
  h1.pageLogo {
    width: 170px;
  }

  /* line 303, ../sass/_mediaQueries_mobile.scss */
  header .indexHeaderMenu_Logo img{
    width:100%;
    margin-left: 130px;
	/*margin-bottom:20px;*/
  }

  header.about {
    height: 250px;
  }

  /* line 303, ../sass/_mediaQueries_mobile.scss */
  header.service {
    height: 250px;
  }

  /* line 303, ../sass/_mediaQueries_mobile.scss */
  header.news {
    height: 250px;
  }

  /* line 303, ../sass/_mediaQueries_mobile.scss */
  header.blog {
    height: 250px;
  }

  /* line 303, ../sass/_mediaQueries_mobile.scss */
  header.qa {
    height: 250px;
  }

  /* line 303, ../sass/_mediaQueries_mobile.scss */
  header.contact {
    height: 250px;
  }

  /* line 308, ../sass/_mediaQueries_mobile.scss */
  header .fontAdjustPage {
    left: 7%;
  }
  /* line 311, ../sass/_mediaQueries_mobile.scss */
  header .fontSizeAdjust {
    width: 50%;
  }
  /* line 314, ../sass/_mediaQueries_mobile.scss */
  header .indexHeaderMenu {
    width: 80%;
  }
	
	.product01{
		float:left;
		height:40px;
		width:45%;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;	
	}	
	
	.product02{
		float:left;
		width:45%;
		height:40px;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;
	}
	
	.product03{
		float:left;
		width:23%;
		height:40px;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;
	}

	.product04{
		float:left;
		width:25%;
		height:40px;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;
	}
	
	.product05{
		float: left;
		width: 40%;
		height: 40px;
		background-color: #E4E4E4;
		margin: 0 0.3% 1% 1%;
	}
	.product06{
		float:left;
		height:40px;
		width:45%;
		background-color:#E4E4E4;
		margin: 0 0.3% 1% 1%;	
	}	
	.product07{
		float:left;
		height:40px;
		width:45%;
		background-color:#333333;
		margin: 0 0.3% 1% 1%;	
	}	
	.product071{
		float:left;
		height:40px;
		width:45%;
		background-color:#333333;
		margin: 0 0 1% 1%;	
	}	
	footer {
	  clear: both;
	}

}


@media screen and (max-width: 320px) {
  /* line 321, ../sass/_mediaQueries_mobile.scss */
  .contentBox .content, .contentBox .newsList, .contentBox ul.productBox li a {
    width: 85%;
  }

  /* line 325, ../sass/_mediaQueries_mobile.scss */
  .blogList li, .blogMoreList li {
    width: 100%;
  }

  /* line 329, ../sass/_mediaQueries_mobile.scss */
  h1.pageLogo {
    width: 160px;
  }

/* 子分頁的MUNU設定 */
  /* line 333, ../sass/_mediaQueries_mobile.scss */
	.headerMenuList a {
	font-size: 1.125em;
	line-height: 45px !important;
	height: 45px !important;
	}
	.VideoYoutube{
		 width:100% ;
		 height:200px ;
	}
/*	.darkBackground {
		height:110px;
	}
*/
}



