﻿@charset "utf-8";
@media screen and (max-width:768px) {
.container{
	margin:0 auto;
	padding:0px;
	width:100%;
	position:relative;
}
.main aside .side1 nav,
.left_key,
.left_fbbox,
.left_info,
.toplink,
.siteinfo,
header .languages,
.info,
.siteinfo,
.plist,
.flogo{
	display:none;
}
.main .container{
	background:#FFF;
	padding:10px 10px;
}
.main aside{
	width:100%;
}
#menu .languages,
.side1 nav.responsive{
	display:block;
}
.main section{
	width:100%;
	margin:0 0px 0px 0px;
	padding:0px 0px;
}
footer{
	background:#FFF;
}
footer .copyinfo{
	border-left: none;
	width:100%;
	float: none;
	padding:0 1%;
}




/*語系*/
.languages{
	position: relative;
	font-size:13px;
	left:0px;
	bottom:0px;
	text-align:center;
	width:100%;
	top:0px;
}
.languages a:hover{
	color:#d6111b;
}
#menu ul li .languages a{
	width:auto;
	display: inline;
	margin:0px auto;
	padding: 0 auto;
}

/*跑馬燈*/
.marquee_bg span{
	font-weight: bold;
	background: url(../images/run_b.jpg) no-repeat 65px 4px;
	display:block;
	width:25%;
	float:left;
	color:#000;
}
.marquee_bg marquee{
    float: right;
    width:75%;
	display:block;
	color:#000;
}


/*內文區*/
.main section .editor{
	min-height:500px;
}
.main section .editor img{
	width:100%;
}
.main section .editor .dis img{
	width: auto;
}
.main section .editor .col-sm-2{
	width:50%;
	float:left;
}
.main section .editor .col-sm-3{
	width:33%;
	float:left;
}
.main section .editor .col-md-2,
.main section .editor .col-md-3,
.main section .editor .col-md-4,
.main section .editor .col-md-5,
.main section .editor .col-md-6,
.main section .editor .col-md-7,
.main section .editor .colall{
	width:100%;
	float:none;
}
.main section .table01{
	float: none;
	width:100%;
	text-align: left;
	padding:5px 0px 0 5px;
}
.main section .table02{
	float: none;
	width:100%;
	padding:3px 0px 10px 0;
}
.main section .table04{
	float: none;
	width:100%;
	padding:0 8px;
}
.main section .table05{
	float: none;
	width:100%;
	padding:0 10px;
	line-height:22px;
	text-align:right;
}
.main section .albums{
	-moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
    width:100%; 
	margin:0 auto;
}
.main section .pro li{
	float:left;
	width:31%;
	margin:5px 1% 10px 1%;
	border:1px solid #efefef;
	padding:5px;
	text-align:center;
}
.main section .pro li .pic{
	height:150px;
	width:100%;
	overflow:hidden;
}
#galleria{
	height:350px;
	width:100%
}
#galleria .galleria-stage{
	border:1px solid #c8c8c8;
	height:280px;
}
.main section .cart_title,
.main section .cart_title2{
	display:none;
}
.main section .cart_info,
.main section .cart_info2{
	border:1px solid #cbcbcb;
	overflow: hidden;
	zoom: 1;
	clear:both;
	margin:10px 0;
}
.main section .editor .cart_info li,
.main section .editor .cart_info2 li{
	width:100%;
	text-align:left;
	padding:0 10px;
}
.main section .editor .cart_info li:first-of-type{
	text-align:center;
}
.main section .editor .cart_info li:first-of-type,
.main section .editor .cart_info li:first-of-type + li,
.main section .editor .cart_info li:first-of-type + li + li,
.main section .editor .cart_info2 li:first-of-type,
.main section .editor .cart_info2 li:first-of-type + li,
.main section .editor .cart_info2 li:first-of-type + li + li{
	width:100%;
}

.main section .cart_table ul.cart_info li:first-of-type + li:before {
    content: "序號 : ";
    color: #000;
	font-weight:bold;
}
.main section .cart_table ul.cart_info li:first-of-type + li + li + li:before {
    content: "尺寸 : ";
    color: #000;
	font-weight:bold;
}
.main section .cart_table ul.cart_info li:first-of-type + li + li + li + li:before {
    content: "數量 : ";
    color: #000;
	font-weight:bold;
}
.main section .cart_table ul.cart_info li:first-of-type + li + li + li + li + li:before {
    content: "單價 : ";
    color: #000;
	font-weight:bold;
}

.main section .cart_table ul.cart_info2 li:first-of-type:before {
    content: "序號 : ";
    color: #000;
	font-weight:bold;
}
.main section .cart_table ul.cart_info2 li:first-of-type + li + li:before {
    content: "尺寸 : ";
    color: #000;
	font-weight:bold;
}
.main section .cart_table ul.cart_info2 li:first-of-type + li + li + li:before {
    content: "數量 : ";
    color: #000;
	font-weight:bold;
}
.main section .cart_table ul.cart_info2 li:first-of-type + li + li + li + li:before {
    content: "單價 : ";
    color: #000;
	font-weight:bold;
}
.drawer-navbar {
    display: block;
}
.drawer--navbarTopGutter {
  padding-top:50px;
}
.webapp{
	position:fixed;
	bottom:10px;
	z-index:999;
	width:100%;
	text-align:center;
	display:block;
}
.webapp .pic{
	position:relative;
	width:180px;
	margin:0 auto;
	display:block;
}
.close a{
	display:block;
	position:absolute;
	top:-15px;
	right:-15px;
	width:36px;
	height:35px;
	display:block;
	background:url(../images/close.png) no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;	
}
.bx-wrapper .bx-prev{
	left:10px;
}
.bx-wrapper .bx-next{
	right:10px;
}
.main section .breadcrumbs{
	display:none;
}
.main section .table01 span{
	margin:0 10px;
}
.input01{
	border:none;
	background:#e3e3e3;
}
.input02{
	border:none;
	background:#e3e3e3;
}
.input01_area{
	border:none;
	background:#e3e3e3;
}
.input_bt01,
.input_bt02{
	float:left;
	width:46%;
}

.main section .he01,
.main section .he02{
	min-height: inherit;
}
.main section .box01{
	box-shadow:0px 0px 5px 0px rgba(0%,0%,0%,0.3);
	background:#FFF;
	padding:10px 20px;
}
/*相簿*/
#gallery.content {
    display: none;
    float: left;
    width:100%;
	margin-bottom:10px;
}
#thumbs{
	height:auto;
	overflow:hidden;
	width:100%;
	margin-bottom:10px;
}
.thumb{
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
	text-align:center;
}
.thumb img{
	width:auto;
	max-height:63px;
}
.main section .editor ul.thumbs img {
    border: none;
	display:inline;
	width:auto;
}
ul.thumbs li.selected a.thumb{
	background:#db214d;
	float:left;
}
ul.thumbs li{
	float:left;
	width:30%;
	margin: 5px 10px 5px 0;
}


div.slideshow-container {
    position: relative;
    clear: both;
    height:210px;
	width:100%;
	max-width:630px;
}
div.slideshow a.advance-link {
    display: block;
    width:100%;
    height:210px;
	max-height:300px;
    line-height: normal;
    text-align: center;
	margin-top:0px;
	padding:0px;
	overflow: hidden;
}
div.slideshow a.advance-link img{
	width: auto;
	max-height:210px;
	
}

.other_workshow{display:block;clear:both;text-align:center;margin:10px auto 30px;}
.other_workshow li{display:inline-block;width:29%;margin:8px 1%;vertical-align:text-top;height:43px;overflow:hidden;text-align:center;}
.other_workshow li a{color:#222;background:#f6f6f6;width:100%;display:block;max-height:43px;padding:3px;border:1px solid #444;line-height:18px;}
.other_workshow li:hover a{color:#222;background:#c1bfbf;}
}

@media screen and (max-width:414px) {
.main section .editor{
	min-height:400px;
}
.main section .pro li{
	float:left;
	width:48%;
	margin:5px 1% 10px 1%;
	border:1px solid #efefef;
	padding:5px;
	text-align:center;
}
.main section .pro li .pic{
	display:block;
	height:120px;
	width:100%;
	overflow:hidden;
}

.other_workshow{text-align:left;}
.other_workshow li{width:46%;}
}
