@media (min-width: 1440px) and (max-width: 1680px) {
/*關於我們-世界*/
#about-world br {
 display: none;
}
#about-world-in {
 top: 15%;
}
#about-world-in h2 {
 font-size: 1.5em;
}
}
@media (min-width: 1024px) and (max-width: 1440px) {
.socialBox{
 right: 3px;
}
.menu > li > a {
  padding: 0px 15px;
}
/*關於*/
#about-location-in , #about-world-in {
 top: 5%;
}
#about-location-in h2 {
 font-size: 2em;
 padding-bottom: 10px;
}
#about-world-title {
 width: 100%;
}
#about-world-in h2 {
 font-size: 2em;
}
#about-world-in {
 right: 650px;
}
#about-world-in p {
 line-height: 1.5em;
}
#about-index-location {
 display: none;
}

}
@media (max-width: 1024px) {

/*行動版左側選單_包住*/
#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;
	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 #6c6c6c;
    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:#6c6c6c;
	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 #fff;
	background: #6c6c6c;
	text-align:left;
  display: block;
}
#menu #qaContent li .qa_title a {
	font-size: 0.95em;
  display: block;
}
#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;	
}

/*語系切換*/
.socialBox {
  position: static;
  background: #9e0505;
  padding-top: 50px;
  padding-bottom: 10px;
}

/*搜尋*/
.search-icon {
  position: static;
  width: 100%;
  padding: 5px 15px;
}



/*統一設定*/
.container {
	width:96%;
	margin: 0 2%;
}
.container02 {
	width:96%;
	margin: 0 2%;
}
.web {
	display:none;
}
.mobile {
	display:block;
}
.addtop100p{
	padding-top:0 !important;
}

/*網頁版上方*/
header {
	display:none;
}
nav {
	display:none;
  margin-top: 0;
}
br {
 display: none;
}

/*搜尋*/
#search h2 {
font-size: 1.5em;
}
#search .list:first-child {
 width: calc(100% - 50px);
}
#search .list .btn {
padding: 10px 0;
color: #fff;
background: #000;
text-align: center;
width: 50px;
margin-top: -2px;
}

/*首頁*/
#banner {
  display: none;
}
#bannermobile {
  display: block;
  position: relative;
}
#bannermobile #word {
 position: absolute;
 text-align: center;
 padding: 0 25px;
 top: 20%;
 width: 100%;
}
#bannermobile #word h2 {
 font-size: 1.8em;
 margin-bottom: 15px;
font-family: "Lato", "微軟正黑體", sans-serif;
text-transform: uppercase;
color: #000;
opacity: 0.5;
letter-spacing: 2px;
line-height: 1.1;
}
#bannermobile #word h3 {
font-size: 1em;
font-weight: 300;
padding: 5px 0;
 margin-bottom: 15px;
color: #a7a7a7;
}
#bannermobile #word a {
display: inline-block;
background: #f40909;
color: #fff;
font-size: 1em; 
padding: 5px 15px;
}

/*關於我們*/
#about {
 background-image: url(../images/aboutbg-m.jpg);
-moz-background-size:contain;
-webkit-background-size:contain;
-o-background-size:contain;
background-size:contain;
background-repeat: no-repeat;
background-position: bottom center;
 padding: 50px 25px 150px 25px;
}
#about h2 {
 font-size: 1.8em;
}

/*關於我們-內頁*/
#about-in {
 background-image: url(../images/aboutbg-m.jpg);
-moz-background-size:contain;
-webkit-background-size:contain;
-o-background-size:contain;
background-size:contain;
background-repeat: no-repeat;
background-position: bottom center;
 padding: 50px 25px 150px 25px;
}
#about-in h2 {
 font-size: 1.8em;
}

/*首頁-產品輪播*/
#indexproduct {
 padding: 50px 0 50px 0;
}
#indexproduct h2 {
 font-size: 1.8em;
}
#indexproduct p {
 padding: 25px;
}

/*首頁聯絡我們*/
#indexcontact {
 height: auto;
 position: static;
 background-image: none;
}
#indexcontact-txt {
 position: static;
 top: 40%;
 margin-top: 25px;
 left: 0;
 width: 100%;
 height: auto;
 padding: 25px 25px;
}
#indexcontact-txt h3 {
 font-size: 1.8em;
 padding-bottom: 10px;
}
#indexcontact-txt h2 {
 font-size: 1.5em;
}
#indexcontact-txt .addleft25 {
 margin-left: 0;
}
#indexcontact-txt li {
 padding-bottom: 15px;
}
#indexcontact-txt li.inline {
 display: block;
}

/*內頁共用*/
#sitemap {
 position: static;
 padding-right: 0;
 padding-top: 15px;
}
/*分開設定*/
#about #sitemap {
 display: none;
}


/*關於我們-據點*/
#about-location {
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-blend-mode: multiply;
background-color: #666;
 height: auto;
 padding: 25px 0;
}
#about-location-in {
 position: static;
 width: 100%;
 padding: 25px;
}
#about-location-in h2 {
 font-size: 1.8em;
}
#about-location-in p {
 line-height: 1.8em;
}

/*關於我們-世界*/
#about-world {
background-image: none;
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
background-size:cover;
 height: auto;
}
#about-world-in {
 position: static;
 top: 0;
 left: 0px;
 right: 0;
 width: 100%;
 padding: 25px;
}
#about-world-in h2 {
 font-size: 1.8em;
 text-align: left;
}
#about-world-in h2::before {
 left: 15px;
 right: 0;
}
#about-world-in p {
 line-height: 1.8em;
 text-align: left;
}
#about-world-title {
 position: static;
 right: 0;
 left: 0;
 bottom: 0;
 width: 100%;
}

/*關於我們*信賴*/
#about-trust {
 height: auto;
}
#about-trust-in {
 position: static;
 top: 0;
 right: 0;
 left: 0;
 width: 100%;
 padding: 25px 25px;
 text-align: left;
}
#about-trust-in h2 {
 font-size: 2em;
 line-height: 1.5em;
 font-weight: 500;
 padding-bottom: 0;
}

/*關於我們-四大格*/
#about-business {
 padding: 25px;
}
#about-business h2 {
font-size: 1.8em;
}
#about-business .item-out {
 display: block;
}
#about-business .item {
  width: 100%;
  height: auto;
  padding: 10px;
  margin-bottom: -1px;
}
#about-business .item h3 {
 font-size: 1.6em;
 padding-left: 60px;
 padding-bottom: 5px;
 padding-top: 10px;
}
#about-business .item p {
 padding-left: 60px;
}
#about-business .item h3 span {
 width: 50px;
 height: 50px;
 top: 0;
 left: 0;
}

/*證照*/
#banner-certificate {
 height: auto;
 padding-top: 50px;
}
#certificate .item {
  float: left;
  text-align: center;
  width: 90%;
  margin: 5%;
}

/*產品介紹上方*/
#banner-product {
 height: auto;
 background-position: center;
 /*padding: 80px 0 50px 0 ;*/
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
background-size:cover;
}
#banner-product h2 {
 font-size: 3em;
 font-weight: 800;
 color: #454545;
 margin-left: calc(40px /3 * 2);
}
#banner-product p {
 margin-left: calc(40px /3 * 2);
}
/*產品介紹*/
#product h1 {
 font-size: 1.5em;
 margin-left: calc(40px /3 * 2);
}
#product .item {
width: 80%;
margin-right:10%;
margin-left:10%;
padding-bottom: 5px;
margin-bottom: 25px;
}
#product #sitemap {
 top: -50px;
 right: 50px;
}
/*產品*/
#banner-product p {
 width: 90%;
}

/*產品內頁*/
#product .left {
 width: 80%;
 margin-left: 10%;
 margin-right: 10%;
}
#product .right {
 width: 80%;
 margin-left: 10%;
 margin-right: 10%;
 padding-top: 25px;
}
#other-product h2 {
 margin-left: 10%;
}

/*代理品牌*/
.agency-banner {
 height: auto;
 background-position: center;
 padding: 80px 0 50px 0 ;
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
background-size:cover;
}

/*聯絡我們*/
#banner-contact {
  height: auto;
  position: static;
  margin-bottom: 10px;
  background-image: none;
}
#banner-contact-txt {
  position: static;
  top: 0;
  margin-top:0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 25px 25px;
}
#banner-contact-txt h1 {
  font-size: 1.8em;
  padding-bottom: 10px;
}
#banner-contact-txt h2{
  font-size: 1.5em;
  color: #000;
  padding-top: 0;
}
#banner-contact-txt li {
 padding-bottom: 15px;
}
#banner-contact-txt li.inline {
 display: block;
}
#banner-contact-txt .addleft25 {
 margin-left: 0;
}
#contact {
  margin: 0 2% 0 0;
}
#contact h3 {
 margin-bottom: 0;
 margin-left: 10px; 
}
/*聯絡我們下方map*/
#google-map {
 width: 100%;
 height: 450px;
}



/*尾部*/
footer {
	background: #313131;
}
/*尾部右邊*/
footer .left {
  display: none;
}
/*尾部右邊*/
footer .right {
 padding: 0;
 width: 100%;
}
footer .right h2 {
 font-size: 1.8em;
}
footer .right ul {
 padding-top: 15px;
}
footer .right li {
 padding-right: 5px;
 padding-bottom: 5px;
}
footer .right li:last-child {
 padding-right: 0;
}
footer #copyright {
 padding: 10px 25px;
 text-align: center;
 line-height: 1.2em;
}


}


@media (min-width: 20px) and (max-width: 530px) {

}