@media (max-width: 959px) {
/*行動版左側選單_包住*/
#w {
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
}
/*行動版上方*/
#w #pagebody {
	position: relative;
	left: 0;
	z-index: 99999;
}
#w #pagebody #toolbarnav {
	position: fixed;
	display: block;
	left: 0px;
	top: 0px;
	z-index: 9999;
	width: 100%;
	height: 60px;
	background:#fff;
 box-shadow: 0 8px 20px -8px rgba(0,0,0,0.1	);
}
#w #pagebody #toolbarnav #logo-mobile {
	position:absolute;
  top: 10px;
	left:50%;
	width: 180px;
	margin-left:-90px;
}
#w #pagebody #toolbarnav #menu-btn {
    width: 60px;
    height: 40px;
    margin: 8px;
    background: url(../images/menu.png) center center no-repeat #333;
    border: 0;
    text-indent: -999999px;
    position: absolute;
    top: 0;
    left: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -border-radius: 3px;
    box-shadow: inset 0 1 1px #000;
	  cursor:pointer;
}
#w #pagebody #content {
	display: block;
	height: 100%;
	z-index: 9999;
	padding-top:45px;
}
/*行動版左側選單_選單*/
#w #navmenu {
	background:#333;
	height: 100%;
	display: block;
	position: fixed;
	width: 200px;
	left: 0px;
	top: 0px;
	z-index: 0;
	overflow-x: hidden;
	overflow-y: auto;
	z-index:99999;
}
#w #navmenu header {
	display: block;
	height: 44px;
}
#w #navmenu header h2 {
	text-align: center;
	padding-top: 10px;
	color: #e6e8f2;
	font-weight: bold;
	font-size: 2.1em;
	text-shadow: 1px 1px 0px #313131;
}
/*連結*/
#w #navmenu ul {
	list-style: none;
}
#w #navmenu li {
	width: 100%;
	float: left;
}
#w #navmenu ul li a {
	display: block;
	color:#fff;
	font-size:1.1em;
}
#w #navmenu ul li a:visited {
	text-decoration:none;
}
#w #navmenu ul li a:hover {
	color:#FFF;
	text-decoration: none;
}
#w #navmenu ul li .qa_title:hover {
	background:#000;
}
/*連結下拉*/
#menu #qaContent li .qa_title{
	font-size: 0.95em;
	padding:10px;
	color: #fff;
	cursor: pointer;
	font-weight: normal;
	border-bottom:1px solid #232323;
	background: #333;
	text-align:left;
}
#menu #qaContent li .qa_title a {
	font-size: 0.95em;
}
#menu #qaContent li .qa_content li {
	font-size: 0.8em;
	border-bottom:none;
}
#menu #qaContent li .qa_content li a{
	display: block;
	font-size: 1.2em;
	line-height: 30px;
	padding: 5px 0 5px 10px;
	color: #000;
	background: #eee;
	text-align:left;	
}
/*統一設定*/
.container {
	width:96%;
	margin: 0 2%;
}
.container02 {
	width:100%;
}
.web {
	display:none;
}
.mobile {
	display:block;
}
.bg02 {
	background-image: none;
}
.addtop100p{
	padding-top:0 !important;
}
.left , .right {
 width: 100%;
}

/*網頁版上方*/
header {
	display:none;
}
nav {
	display:none;
}

/*主內容*/
/*首頁banner*/
#banner {
  background-image: url(../images/bannermobile.jpg);
  width: 100%;
  padding: 100px;
  height: 250px;
}
#banner h2 {
 font-size: 1.5em;
}
#banner h3 {
 font-size: 1em;
}


/*首頁-公司簡介*/
#index-about {
 padding: 5%;
}
#index-about img {
 width: 100%;
}
#index-about .left {
 width: 100%;
 border-right: none;
 padding-right: 0;
}
#index-about .right {
 float: right;
 width: 100%;
}
#index-about-btn a {
 display: block;
 width: 200px;
 margin: 25px auto;
}

/*首頁-商品介紹*/
#index-product {
 padding-top: 50px;
}
#index-product .index-product {
 width: 96%;
}
#index-product .index-product a {
 display: block;
 width: 100%;
 height: 200px;
 text-align: right;
 font-size: 2em;
 font-weight: 800;
 color: #999;
}


/*麵包屑*/
#sitemap {
 margin: 25px 10px;
}
/*內頁共用*/
#bannerin {
  padding: 25px 0 ;
  margin-top: 50px;
}
#bannerin h1{
  font-size: 2em;
}
#bannerin h3 {
  font-size: 1em;
}

/*公司簡介*/
#about .left {
 width: 96%;
 padding: 2%;
}
#about .left h2 {
 display: inline-block;
 padding: 10px 35px;
 background: #b5b5b5;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
text-align: center;
color: #fff;
font-size: 1.2em;
}

/*公司簡介-右邊*/
#about .right {
 width: 100%;
 padding: 5% ;
}
#about .right img {
 display: none;
}
/*公司簡介-下方*/
#about-bottom {
 padding: 5%;
}



/*公司簡介-下方*/
#about-bottom {
 padding: 25px 0;
}
#about-bottom h2 {
 display: inline-block;
 padding: 10px 35px;
 background: #b5b5b5;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
text-align: center;
color: #fff;
font-size: 1.2em;
}
#about-bottom p {
 padding: 1% 1% 0 1%;
 color: #717171;
}


/*產品介紹*/
#products-pic {
 margin-top: 50px;
}
#products-pic h1 {
 font-size: 1.5em;
 font-weight: 700;
 padding-bottom: 25px;
 float: left;
}
#products-pic h1 span {
 font-size: 70%;
}

/*產品介紹*/
#products-pic {
 margin-top: 10px;
}
#products-pic h1 {
 font-size: 1em;
 font-weight: 700;
 padding-bottom: 5px;
 padding-left: 5%;
 float: none;
}

/*產品介紹-下拉*/
#products-pic #sublink {
  width: 90%;
	margin: 10px 5%;
  float: none;
}

/*產品夜-列表*/
#products-pic .image-row {
  margin-bottom: 10px;
}
#products-pic .image-row .image-set {
 float: left;
 margin: 5%;
 width: 90%;
 -webkit-border-radius: 25px;
 -moz-border-radius: 25px;
 border-radius: 25px;
 box-shadow: 0 0 5px 5px rgba(0,0,0,.15);
 background-color: #fff;
 padding: 5%;
}
#products-pic .image-row .image-set h4 {
 text-align: center;
}
#products-pic .image-row .image-set h3 {
 padding: 0;
 text-align: center;
}

/*案例介紹*/
#case .case{
 width: 96%;
 margin: 2%;
}



/*尾部*/
footer {
  padding: 5%;
}
footer .logo {
  width: 100%;
  padding: 50px 0 0 0;
  display: flex;
}
footer .logo img {
 width: 100%;
}
footer .contact {
  float: left;
  width: 100%;
  padding: 15px;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ccc;
}
footer .txt {
  float: left;
  width: 100%; 
}


}

@media (max-width: 1024px) {
#spotlight-txt #spotlight-txt-in {
  width: calc(100% - 20px);
  left: 10px;
  top: 50px;
  margin-left: 0;
  margin-right: 10px;
}
}
@media (min-width: 20px) and (max-width: 530px) {
/*主內容*/
#bannermobile {
	display:block;
  height: auto;
  overflow: auto;	
}
}