﻿/*************************
*******Typography******
**************************/
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Abel);

body {
	font-family: 'Raleway', '微軟正黑體', sans-serif;
	position: relative;
	font-size: 14px;
	color: #fefefe;
	background-color: #1E1E1E;
}
::selection {
	background-color: #00a1ea;
	color: #fff;
}
ul li {
	list-style: none;
}
a:hover {
	outline: none;
	text-decoration: none;
}
a:focus {
	outline: none;
	outline-offset: 0;
}
a {
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', '微軟正黑體', sans-serif;
	line-height: 28px;
}
.btn:hover, .btn:focus {
	outline: none;
	box-shadow: none;
}
a#scrollUp {
	bottom: 0px;
	right: 10px;
	padding: 5px 10px;
	background: #0083d6;
	color: #FFF;
	-webkit-animation: bounce 2s ease infinite;
	animation: bounce 2s ease infinite;
}
a#scrollUp i {
	font-size: 30px;
}
.backToTop {
	width: 40px;
	line-height: 1.2;
	color: #fff;
	font-size: 12px;
	text-align: center;
	position: fixed;
	_position: absolute;
	right: 15px;
	bottom: 60px;
	_bottom: "auto";
	cursor: pointer;
	background-image: url(../top.png);
	height: 40px;
	text-indent: -10000px;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 9999;
}





.menufixed{ 
z-index: 999; 
position: fixed;
 top: 0; width: 100%;}


/*************************
*******Header CSS******
**************************/
#mobile-menu {
	display: none
}
#page {
	position: relative;
	left: 0;
}

header {
	float: left;
	width: 100%;
	position: absolute;
	z-index: 99;
}
.headertop {
	width:100%;
	float: left;
	padding: 20px 0 0 0;
}
.headertopbg {
	width:100%;

	float: left;
	background: url(../top_logo_bg.png) no-repeat left top;
}
.headerright {
	width:80%;
	float: right;
	padding: 5px 15px 0 0;
	box-sizing: border-box;
}




.headerlogo {
	width:126px;
	float: left;
	height: 58px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.headerlogo a {
	display: block;
	width: 100%;
	height: 58px;
	margin: 18px 0 0 40px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../logo.png);
	background-repeat: no-repeat;
	background-position:  center 0;
}



.headerlogo02 {
	width:200px;
	float: left;
	height: 74px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.headerlogo02 a {
	display: block;
	width: 100%;
	height: 74px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../logo02.png);
	background-repeat: no-repeat;
	background-position:  center 0;
}



#language_box {
	float: right;
    margin: 5px 5px 0 15px;
}

#language_box ul {

}

#language_box li{
   font-size: 12px;
    display: inline-block;
    padding-right: 20px;
    background: url(../icon_lan_list.png) no-repeat right 3px;
}

#language_box li:last-child {
 background: none;
 padding-right: 10px;
}


#language_box li a:link, #language_box li a:visited {
color: #8ab92a;
}
#language_box li a:hover {
color: #9ccf33;
}




header h1 {
	width:100%;
	float: left;
	height: 76px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 11px;
	margin-left: auto;
	text-align: center;
}
header h1 a {
	display: block;
	width: 100%;
	height: 76px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../logo.png);
	background-repeat: no-repeat;
	background-position:  center 0;
}




/*搜尋*/
#search_box {
    float: right;
    width: 170px;
    background-color: #484848;
    margin: 0;
    height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 5px;
}
.search1_l {
	float: left;
	width: 150px;
}
.search1_r {
	float: right;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 1px;
}
.input_txt {
    WIDTH: 150px;
    HEIGHT: 20px;
    BACKGROUND-COLOR: transparent;
    font-size: 13px;
    font-family: 'Raleway', '微軟正黑體', sans-serif;
    line-height: 20px;
    color: #bbbbbb;
    border: none;
    padding: 0 5px;
    float: left;
    outline: none;
}




/*************************
*******Footer CSS******
**************************/
.reset-list,
.reset-list ul,
.reset-list ol {
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
}
.reset-list li {
    font-family: 'Raleway', '微軟正黑體', sans-serif;
    color: #636363;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0;
    list-style: none;
    padding: 3px 5px 3px 13px;
    box-sizing: border-box;
    background: url(../dot_listgreen.png) no-repeat left 10px;
}
.reset-list li a:link, 
.reset-list li a:visited {
	color: #fff;
}
.reset-list li a:hover {
	color: #55BFF0;
}



.contact-list,
.contact-list ul {
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
}
.contact-list li {
	font-family: 'Raleway', '微軟正黑體', sans-serif;
	color: #636363;
	letter-spacing: 1px;
	margin: 0;
	list-style: none;
	padding: 15px 0;
	font-size: 14px;
	line-height: 23px;
	border-bottom: 1px dotted #b2b2b2;
}
.contact-list li a:link, 
.contact-list li a:visited {
	color: #636363;
}
.contact-list li a:hover {
	color: #B0CB00;
}


.contact-list li.add {
	background:url(../icon_01pin.png) no-repeat 2px center;
	padding-left: 47px;
}
.contact-list li.phone {
	background:url(../icon_02phone.png) no-repeat 2px center;
	padding-left: 47px;
}
.contact-list li.time {
	background:url(../icon_03time.png) no-repeat 2px center;
	padding-left: 47px;
}
.contact-list li.mail {
	background:url(../icon_04mail.png) no-repeat 2px center;
	padding-left: 47px;
}

.footertitle {
    font-family: 'Raleway', '微軟正黑體', sans-serif;
    font-size: 16px;
    color: #00ceff;
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    padding: 4px 15px;
    border-bottom: 1px solid #00a0e9;
    background-color: #00334A;
}
.footertitle a:link, 
.footertitle a:visited {
    color: #00ceff;
}
.footertitle a:hover {
	color: #AAE3FD;
}





.maptitle02blue {
	font-size: 15px;
	color: #1ECEAB;
	margin-right: 6px;
}



.maptitle02gray {
	font-size: 15px;
	color: #e9e9e9;
}
.maptitle02gray a:link, .maptitle02gray a:visited {
	font-size: 13px;
	color: #e9e9e9;
}
.maptitle02gray a:hover {
	font-size: 13px;
	color: #1CE4BD;
}

.maptitle02, .maptitle02 a {
	font-family: 'Raleway', '微軟正黑體', sans-serif;
	font-size: 14px;
	line-height: 30px;
	list-style: none;
	letter-spacing: 2px;
}



#footer {
	float: left;
	width: 100%;
}
#footerbg {
	float: left;
	width: 100%;
	padding-top: 62px;
	padding-bottom: 36px;
	background: url(../footerbg1000.jpg) center bottom  no-repeat;
}


@media screen and (max-width: 991px) {
#footerbg {
	padding-top: 0px;
	padding-bottom: 36px;
}
}


.blackbg {
width: 100%;
float: left;
    background-color: #000;
}

#copyrightbg {
    float: left;
    width: 100%;
    background-color: #000;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    margin-bottom: 22px;
    padding: 8px 0 3px 0;
}


.companyinfo {
    font-family: 'Raleway', '微軟正黑體', sans-serif;
    font-size: 11px;
    line-height: 25px;
    font-weight: 500;
    color: #7da728;
    float: left;
    width: 100%;
    text-align: right;
    padding: 10px 0 10px 0;
}
.companyinfo a {
	color: #7da728;
	text-decoration: none;
}
.companyinfo a:hover {
	text-decoration: none;
	color: #9CCF33;
}
/*************************
******* Banner ******
**************************/
.top_wrapper {
	position: relative;
	top: 0px;
	background-image: url(../index_catebg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	background-color: #444;
}
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: medium none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}



.flexslider .slides > li {
	display: none;
	display: none !important\9;
}
.flexslider .slides img {
	display: block;
	width: 100%;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}


.flexslider {
	margin: 0;
	position: relative;
}






.flex-viewport {
	max-height: 2000px;
	transition: all 1s ease 0s;
}
.loading .flex-viewport {
	max-height: 920px;
}
.flexslider .slides {

}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
	height: 0;
	position: absolute;
	top: 40%;
	width: 100%;
}
.flex-direction-nav a {
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	height: 60px;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 50px;
}
.flex-direction-nav .flex-next {
	background-image: url("../nav-next.png");
	right: -50px;
}
.flex-direction-nav .flex-prev {
	background-image: url("../nav-prev.png");
	left: -50px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 0.8;
}
.flex-direction-nav .disabled {
	cursor: default;
	opacity: 0.3 !important;
}
.flexslider:hover .flex-direction-nav a.flex-next {
	right: 0;
}
.flexslider:hover .flex-direction-nav a.flex-prev {
	left: 0;
}
/*.flex-control-nav li {
	display:none;
}*/

.flex-control-nav {
	height: 35px;
	position: absolute;
	text-align: left;
	z-index: 88;
	bottom: 10px;
	width: 100%;
	left: 47%;
}
.flex-control-nav li {
	display: inline-block;
	margin: 0 5px;
	padding: 0;
}
.flex-control-paging li a {
	background: url("../slider_dots.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #666666;
	cursor: pointer;
	display: block;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	text-align: center;
	text-indent: 9999em;
	width: 20px;
}
.flex-control-paging li a.flex-active {
	background-position: left bottom;
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	overflow: hidden;
	position: static;
}
.flex-control-thumbs li {
	float: left;
	margin: 0;
	width: 25%;
}
.flex-control-thumbs img {
	cursor: pointer;
	display: block;
	opacity: 0.7;
	width: 100%;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .active {
	cursor: default;
	opacity: 1;
}
.fullwidth.flexslider li {
	background-size: auto 100% !important;
}

/******* 主圖********/
.slider .caption_wrapper {
	opacity: 0;
	/*position: absolute;*/
	text-align: center;
	width:100%;
	margin-right: auto;
	margin-left: auto;
}
.slider .caption_wrapper .caption {
	width:659px;
    padding-top: 80px;
	display: inline-block;
}

.slider .caption_wrapper .caption h3 {
	font-size: 44px;
	margin: 0;
	line-height: 50px;
	font-weight: 600;
	letter-spacing: 5px;
	color: #FFF;
	font-family: 'Raleway', '微軟正黑體', sans-serif;
	text-transform: uppercase;
}
.slider .caption_wrapper .caption .learn-more {
	font-family: 'Raleway', '微軟正黑體', sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #56514a;
	letter-spacing: 1.5em;
	font-weight: 500;
	margin: 50px 5px 0 0;	
	padding: 0 0 0 40px;
	text-transform: uppercase;
	box-sizing: border-box;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}

.slider .caption_wrapper .caption .btnmore {
	height: 46px;
	position: absolute;
	text-align:center;
	z-index: 88;
	bottom: 0px;
	width: 100%;
	left:0;
}






/******** Home *********/
#collection {
	width: 100%;
}
#content {
	padding-bottom: 18px;
	background-color: #323232;
	padding-top: 36px;
}



.redbtn {
	font-family: 'Raleway', '微軟正黑體', sans-serif;
	font-size: 19px;
	font-weight: 400;
	color: #ff0013;
	text-decoration: underline;
}
.redbtn:hover {
	color: #FF151C;
	text-decoration: underline;
}
.redbtn:active {
	position:relative;
	top:1px;
}
.blackbtn {
	font-family: 'Raleway', '微軟正黑體', sans-serif;
	font-size: 19px;
	font-weight: 400;
	color: #000;
	text-decoration: underline;
}
.blackbtn:hover {
	color: #333333;
	text-decoration: underline;
}
.blackbtn:active {
	position:relative;
	top:1px;
}


/*************************
*******時間******
**************************/
.title_en {
	font-family: 'Raleway', '微軟正黑體', sans-serif;
	font-size: 29px;
	font-weight: 600;
	color: #45484d;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 10px;
}
.title_cht {
	font-family: 'Raleway', '微軟正黑體', sans-serif;
	font-size: 23px;
	color: #45484d;
	line-height: 25px;
	letter-spacing: 5px;
}
@media screen and (max-width: 736px) {
.title_en {
	font-family: 'Raleway', '微軟正黑體', sans-serif;
	font-size: 25px;
	color: #45484d;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 10px;
}
}


/*************************
*******首頁類別******
**************************/
.indexcate {
 width: 100%;
 float: left;
}
.indexcate01bg {
 width: 100%;
 float: left;
 padding: 90px 0 50px 0;
}
.indexcatebox {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.indexcatebox.left {
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.indexcatebox.right {
	-moz-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.indexcatebox .image {
	width:  100%;
	position: relative;
	margin-bottom: 30px;
}
.indexcatebox .all2 {
	width: 100px;
	position: relative;
}
.indexcatebox .image img {
	max-width: 100%;
}
.indexcatebox .bgright01 {
	width: 45%;
	height: 100%;
	background-color: rgba(203, 217, 111, 0.8);
	position: absolute;
	padding: 0 30px;
	box-sizing: border-box;
	top: 0%;
	right: -1px;
}
.indexcatebox .bgright02 {
	width: 45%;
	height: 100%;
	background-color: rgba(233, 196, 177, 0.8);
	position: absolute;
	padding: 0 30px;	
	box-sizing: border-box;
	top: 0%;
	right: 0;
}
.indexcatebox_title{
	width: 100%;
	padding: 40px 0 60px 0;	
	float: left;
	box-sizing: border-box;
	letter-spacing: 2px;
}
.indexcatebox_title h1 {
	font: 600 28px/1.5 'PT Sans', "微軟正黑體", sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 0;margin: 0;
}
.indexcatebox_title h2 {
	font: 400 18px/1.5 'PT Sans', "微軟正黑體", sans-serif;
	color: #fff;
	text-transform: capitalize;
	padding: 0;margin: 0;
}

/*首頁shop按鈕*/
.btn_shop {
	font: 600 13px/40px 'PT Sans', "微軟正黑體", sans-serif;
	color: #8ec105;
	letter-spacing: 2px;
	background: #fff;
	border: 2px solid #fff;
	padding: 0;
	float: right;
	width: 160px;
	padding-left: 15px;
	text-transform: uppercase;
	-webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.btn_shop:hover, .btn_shop:focus, .btn_shop:active {
	color: #fff;
	background-color:  #8ec105;
	border-color:  #8ec105;
}
.btn_shop::after  {
	content: "\f07a";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   font-size: 22px;
   color: #fff;
	width: 40px;
	height: 40px;
	float: right;
	background-color:  #8ec105;
	text-align: center;
}

.btn_shop2 {
	font: 600 13px/40px 'PT Sans', "微軟正黑體", sans-serif;
	color: #ce7243;
	letter-spacing: 2px;
	background: #fff;
	border: 2px solid #fff;
	padding: 0;
	float: right;
	width: 160px;
	padding-left: 15px;
	text-transform: uppercase;
	-webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.btn_shop2:hover, .btn_shop2:focus, .btn_shop2:active  {
	color: #fff;
	background-color:  #ce7243;
	border-color:  #ce7243;
}
.btn_shop2::after  {
	content: "\f07a";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   font-size: 22px;
   color: #fff;
	width: 40px;
	height: 40px;
	float: right;
	background-color:  #ce7243;
	text-align: center;
}


@media (min-width: 992px) and (max-width: 1199px) {
.indexcate01bg {
    padding: 80px 0 50px 0;
}
.indexcatebox .bgright01 {
	width: 50%;
	padding: 0 15px;	
}
.indexcatebox .bgright02 {
	width: 50%;
	padding: 0 15px;	
}
.indexcatebox_title{
	width: 100%;
	padding: 20px 0 30px 0;	
}
.indexcatebox_title h1 {
	font: 600 20px/1.5 'PT Sans', "微軟正黑體", sans-serif;
}
.indexcatebox_title h2 {
	font: 400 13px/1.5 'PT Sans', "微軟正黑體", sans-serif;
}
.btn_shop {
    width: 125px;
    padding-left: 8px;
}
.btn_shop2 {
    width: 125px;
    padding-left: 8px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.indexcate01bg {
    padding: 80px 0 50px 0;
}
.indexcatebox .bgright01 {
	width: 55%;
	padding: 0 20px;	
}
.indexcatebox .bgright02 {
	width: 55%;
	padding: 0 20px;	
}
.indexcatebox_title{
	width: 100%;
    padding: 20px 0 20px 0;
}
.indexcatebox_title h1 {
	font: 600 20px/1.5 'PT Sans', "微軟正黑體", sans-serif;
}
.indexcatebox_title h2 {
	font: 400 13px/1.5 'PT Sans', "微軟正黑體", sans-serif;
}
.btn_shop {
    width: 125px;
    padding-left: 8px;
}
.btn_shop2 {
    width: 125px;
    padding-left: 8px;
}
}

@media (max-width: 767px) {
.indexcate01bg {
    padding: 80px 0 50px 0;
}
.indexcatebox .bgright01 {
	width: 45%;
	padding: 0 20px;	
}
.indexcatebox .bgright02 {
	width: 45%;
	padding: 0 20px;	
}
.indexcatebox_title{
	width: 100%;
    padding: 20px 0 50px 0;
}
.indexcatebox_title h1 {
	font: 600 20px/1.5 'PT Sans', "微軟正黑體", sans-serif;
}
.indexcatebox_title h2 {
	font: 400 16px/1.5 'PT Sans', "微軟正黑體", sans-serif;
}
.btn_shop {
    width: 125px;
    padding-left: 8px;
}
.btn_shop2 {
    width: 125px;
    padding-left: 8px;
}
}

/* XS Portrait */
@media (max-width: 480px) {
.indexcate01bg {
    padding: 30px 0 30px 0;
}
.indexcatebox .bgright01 {
	width: 58%;
	padding: 0 15px;	
}
.indexcatebox .bgright02 {
	width: 58%;
	padding: 0 15px;	
}
.indexcatebox_title{
	width: 100%;
    padding: 12px 0 15px 0;
}
.indexcatebox_title h1 {
	font: 600 18px/1.5 'PT Sans', "微軟正黑體", sans-serif;
}
.indexcatebox_title h2 {
	font: 400 12px/1.5 'PT Sans', "微軟正黑體", sans-serif;
}
.btn_shop {
    width: 125px;
    padding-left: 8px;
}
.btn_shop2 {
    width: 125px;
    padding-left: 8px;
}
}






.catebox h1 {
    font: 400 2.5em/1 'Poppins', sans-serif;
	color: #45484d;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0;
	width: 100%;
	text-transform: uppercase;
}
.catebox h3 {
    font: 400 2.1em/1.5 '微軟正黑體', 'Poppins', sans-serif;
	color: #b69576;
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	width: 100%;
}
.catebox p {
    font: 400 1em/2 '微軟正黑體', 'Raleway', sans-serif;
	color: #111;
	margin-top: 30px;
	margin-bottom: 40px;
	width: 100%;
}

.catebox ul {
	width: 100%;
	float: left;
	margin: 5px 0 20px 0;
}
.catebox ul li {
    font: 400 15px/1.5 '微軟正黑體', 'Raleway', sans-serif;
	color: #45484d;
   background: url(../icon_dia_list.png) no-repeat 5px center;
   padding: 6px 20px;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
   display:block;
   letter-spacing: 1px;
}
.catebox ul li a:link, .catebox ul li a:visited {
    font: 400 15px/1.5 '微軟正黑體', 'Raleway', sans-serif;
	color: #45484d;
}
.catebox ul li a:hover {
    font: 400 15px/1.5 '微軟正黑體', 'Raleway', sans-serif;
	color: #B69576;
}



@media screen and (max-width: 1280px) {
.indexcatebox {
	margin-bottom: 0em;
}
.indexcatebox .content {
	width: 38%;
	text-align: left;
	padding-top: 2%;
	padding-right: 6%;
	padding-bottom: 2%;
	padding-left: 6%;
}
}

 @media screen and (max-width: 980px) {
.indexcatebox.left, .indexcatebox.right {
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.indexcatebox .image {
	width: 90%;
}
.indexcatebox .image img {
	width: 100%;
}
.indexcatebox .content {
	width: 80%;
	text-align: left;
	padding-top: 2%;
	padding-right: 10%;
	padding-bottom: 2%;
	padding-left: 10%;
}
.indexcatebox .imgright ,
.indexcatebox .imgleft {
    display: none;
}
}

@media screen and (max-width: 736px) {
.indexcatebox {
	margin-bottom: 0;
}
.indexcatebox .content {
	padding: 10%;
	width: 80%;
}
}
/*************************
*******最新消息******
**************************/
#indexnews {
  width: 100%;
  float: left;
}


/*************************
*******leftmenu CSS******
**************************/
.navex {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
ul.navex {
	padding: 0;
	margin: 0;
	list-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul.navex li {
    padding-bottom: 1px;
    padding-top: 1px;
    margin-bottom: 5px;
    cursor: pointer;	
}
ul.navex li a {
    line-height: 22px;
    font-size: 15px;
    color: #cecece;
    display: block;
    text-decoration: none;
    padding: 10px 5px 10px 20px;
    margin: 0;
    background:#004363;
	box-sizing: border-box;
}
ul.navex li a:hover {
	line-height: 22px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}
ul.navex li a.current {
line-height: 22px;
    font-size: 15px;
    color: #e2e2e2;
    display: block;
    text-decoration: none;
    padding: 10px 5px 10px 20px;
    font-weight: bold;
    background: #0171a5;
}
ul.navex li a:hover.current {
	font-size: 15px;
    color: #fff;
	font-weight: bold;
	text-decoration: none;
}
ul.navex ul {
	display: none;
 display: none !important\9;
	margin: 0;
	padding: 0;
}
ul.navex ul li {
	margin: 0;
	padding: 0;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000;
	border-bottom-style: none;
	background-image: none;
}



ul.navex ul li a {
    font-size: 15px;
    background-image: none;
    color: #9c9c9c;
    font-weight: bold;
    padding: 8px 5px 8px 40px;
    text-decoration: none;
    background: #232323;
}
ul.navex ul li a:hover {
	font-size: 15px;
	color: #fff;
	background-image: none;
	text-decoration: none;
}
ul.navex ul li a.current {
    font-size: 15px;
    background-image: none;
    color: #00A0E9;
    font-weight: bold;
    padding: 8px 5px 8px 40px;
    text-decoration: none;
    background: #232323;
}
ul.navex ul li a:hover.current {
	font-size: 15px;
	font-weight: bold;
    color: #fff;
	text-decoration: none;
}
ul.navex span {
	float: right;
}
/*************************
*******pagestyle CSS******
**************************/

.mm-toggle-wrap {
 display: none;
 display: none !important\9;
}
.page_wrapper {
}

/*-----------內頁主圖-----------*/

.pagepictitle {
  width: 40%;
  position: absolute;
  z-index: 5;
  top:420px;
  right:100px;
}
.pagepictitle_r {
  width: 40%;
  position: absolute;
  z-index: 5;
  top:420px;
  left:100px;
}
.pictitle_en {
	font-family:'Poppins', sans-serif;
	font-size: 66px;
	color: #fff;
	line-height: 64px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 50px;
}
.pictitle_cht {
	font-family: 'Raleway', '微軟正黑體', sans-serif;
	font-size: 20px;
	color: #56514a;
	line-height: 40px;
	text-align: center;
	letter-spacing: 30px;
	padding-left: 30px;
	box-sizing: border-box;
}

.breadcrumb {
	list-style: none;
	padding: 10px 0;
	text-align: left;
	box-sizing: border-box;
	text-transform: capitalize;
    color: #81ad27;
}




/*--內頁主圖--*/
.pagequick {
	background-image: url(../bg_quick.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 225px;
	width: 100%;
	padding-top: 122px;
	position: relative;
}
.pagequick02 {
	background-image: url(../bg_quick02.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 225px;
	width: 100%;
	padding-top: 122px;
	position: relative;
}

.pagequick03 {
	background-image: url(../bg_quick03.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 225px;
	width: 100%;
	padding-top: 122px;
	position: relative;
}
.pagequick04 {
	background-image: url(../bg_quick04.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 225px;
	width: 100%;
	padding-top: 122px;
	position: relative;
}
.pagequick05 {
	background-image: url(../bg_quick05.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 225px;
	width: 100%;
	padding-top: 122px;
	position: relative;
}
.pagequick06 {
	background-image: url(../bg_quick06.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 225px;
	width: 100%;
	padding-top: 122px;
	position: relative;
}
.pagequick07 {
	background-image: url(../bg_quick07.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 225px;
	width: 100%;
	padding-top: 122px;
	position: relative;
}
.pagequick08 {
	background-image: url(../bg_quick08.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 225px;
	width: 100%;
	padding-top: 122px;
	position: relative;
}


@media screen and (max-width: 767px) {
.pagequick {
	background-image: url(../bg_quick_m.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 93px;
}
.pagequick02 {
	background-image: url(../bg_quick02_m.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 93px;
}

.pagequick03 {
	background-image: url(../bg_quick03_m.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 93px;
}
.pagequick04 {
	background-image: url(../bg_quick04_m.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 93px;
}
.pagequick05 {
	background-image: url(../bg_quick05_m.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 93px;
}
.pagequick06 {
	background-image: url(../bg_quick06_m.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 93px;
}
.pagequick07 {
	background-image: url(../bg_quick07_m.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 93px;
}
.pagequick08 {
	background-image: url(../bg_quick08_m.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 93px;
}
}










.content1 {
	padding-top: 10px;
/*	min-height: 350px;*/
	padding-right: 10px;
	padding-left: 10px;
}






	
	
.pageleft {
	float: left;
	width:176px;
}
.pageleft1 {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.pageleft .catetitle_en {
	float: left;
	width: 100%;
	font-family: 'Raleway', '微軟正黑體', sans-serif;
	font-size: 2.2em;
	line-height: 30px;
	font-weight: 400;
	color: #61646a;
	padding-top: 18px;
	text-align: center;
	padding-bottom: 15px;
	letter-spacing: 0;
}
.pageleft .catetitle {
   float: left;
    width: 100%;
    font-family: 'Raleway', '微軟正黑體', sans-serif;
    font-size: 25px;
    line-height: 22px;
    font-weight: 400;
    color: #b69576;
    padding-top: 13px;
    text-align: center;
    padding-bottom: 13px;
    letter-spacing: 1px;
    border-top: 1px solid #c8b3a0;
    border-bottom: 1px solid #c8b3a0;
}


.pageright {
	float: right;
	width: 80%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*-----------------內頁標題-----------------*/
.page-header {
	margin: 0;
	text-transform: capitalize;
	padding: 20px 0;
	text-align: center;
}
.page-header h1 {
	font-family: 'Raleway', '微軟正黑體', sans-serif;
	font-size:34px;
	line-height: 1.5;
	font-weight: 300;
	color: #fefefe;
	padding: 0;
	margin: 0;
}
.page-headerbox {
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 736px) {
.page-header {	
	padding: 30px 0 0 0;
}
.page-header h1 {
	font-family: 'Raleway', '微軟正黑體', sans-serif;
	font-size:28px;
	line-height: 1.5;
}
}



/*內頁目錄*/
#pcontent {
width: 100%;
float: left;
}

@media (max-width: 767px) {
#pcontent {
 display: none;
}
}


#pcontent ul.bgimg {
	display: block;
	width: 100%;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(../line_header.png) no-repeat left bottom;
}
#pcontent ul.bgimg li {
display: inline-block;
    margin: 0 2px;
    list-style-type: none;
    padding: 0px;
}
#pcontent ul.bgimg > li > a {
font-size: 15px;
   color: #e2e2e2;
    cursor: default;
    border-bottom: 5px solid rgba(0 ,0 ,0 ,0);
    box-sizing: border-box;
    line-height: 22px;
    padding: 8px 22px;
    margin: 0;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	float: left;
}
#pcontent ul.bgimg > li > a:hover {
   color: #61ceff;
    cursor: default;
    border-bottom: 5px solid #00a0e9;
    box-sizing: border-box;
    line-height: 22px;
    padding: 8px 22px;
    margin: 0;
}
#pcontent ul.bgimg > li.active > a,
#pcontent ul.bgimg > li.active > a:hover,
#pcontent ul.bgimg > li.active > a:focus {
   color: #72d3ff;
    cursor: default;
    border-bottom: 5px solid #00a0e9;
    box-sizing: border-box;
    line-height: 22px;
    padding: 8px 22px;
    margin: 0;
}




@media screen and (max-width: 767px) {
#pcontent ul.bgimg {
	background: none;
}
#pcontent ul.bgimg li {
display: inline-block;
    margin: 0 2px;
    list-style-type: none;
    padding: 0px;
}
#pcontent ul.bgimg > li > a {
font-size: 13px;
   color: #b6b6b6;
    cursor: default;
    border-bottom: 5px solid #444;
    box-sizing: border-box;
    line-height: 22px;
    padding: 8px 12px;
    margin: 10px 0 0 0;
    background-color: #3e3e3e;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	float: left;
}
#pcontent ul.bgimg > li > a:hover {
   color: #61ceff;
    cursor: default;
    border-bottom: 5px solid #00a0e9;
    box-sizing: border-box;
    line-height: 22px;
    padding: 8px 12px;
    margin: 10px 0 0 0;
}
#pcontent ul.bgimg > li.active > a,
#pcontent ul.bgimg > li.active > a:hover,
#pcontent ul.bgimg > li.active > a:focus {
   color: #61ceff;
    cursor: default;
    border-bottom: 5px solid #00a0e9;
    box-sizing: border-box;
    line-height: 22px;
    padding: 8px 22px;
    margin: 0;
}


}











.pbox1 {
	float: left;
	width: 100%;
	padding-top: 30px;
	font-size: 15px;
	line-height: 30px;
	padding-bottom: 50px;
}
.pbox1 img {
	display: block;
	height: auto;
	max-width: 100%;
}
.pbox100 {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 27px;
}
/* 頁數pagenum */

.pagenum {
	TEXT-ALIGN: center;
	float: left;
	width: 100%;
	padding-top: 50px;
}
.backbox {
	TEXT-ALIGN: center;
	float: left;
	width: 100%;
	border-top:1px solid #545454;
	margin-top: 10px;
	padding-top: 40px;
}
.pagination {
	display: inline-block;
	margin-bottom: 25px;
	margin-top: 0;
	padding-left: 15px;
}
.pagination li:first-child a, .pagination li:first-child span {
	/*border-bottom-left-radius: 0;
  border-top-left-radius: 0;*/
	margin-left: 0;
}
.pagination li:last-child a, .pagination li:last-child span {
/*border-bottom-right-radius: 0;
  border-top-right-radius: 0;*/
}
.pagination .active a, .pagination .active span, .pagination .active a:hover, .pagination .active span:hover, .pagination .active a:focus, .pagination .active span:focus {
	background-color: #0097dc;
	color: #FFFFFF;
	cursor: default;
	z-index: 2;
}
.pagination li a, .pagination li span {
	background-color: #3a3a3a;
	border: 0;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 5px 11px;
	position: relative;
	text-decoration: none;
	margin: 0 5px;
	color: #A6A6A6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.pagination li a:hover {
	color: #fff;
	background-color: #00A0E9;
}



/*************************
*******關於我們 CSS******
**************************/
.profilebox {
	float: left;
	width: 100%;
	height: 400px;
	padding-top: 80px;
	padding-bottom: 0px;
	background: url(../pic_profile02.jpg) no-repeat right bottom;
	background-size: auto;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.profilebox {
	float: left;
	width: 100%;
	height: 600px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(../pic_profile02.jpg) no-repeat center bottom;
	background-size: auto;
}
}
@media screen and (max-width: 767px) {
.profilebox {
	float: left;
	width: 100%;
	height: 540px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(../pic_profile02.jpg) no-repeat center bottom;
	background-size: contain;
}
}
@media screen and (max-device-width: 480px) {
.profilebox {
float: left;
    width: 100%;
    height: 340px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: url(../pic_profile02.jpg) no-repeat center bottom;
    background-size: contain;
}
}

/* News & download */
.newsbox {
	float: left;
	width: 100%;
	visibility: visible;
	margin-bottom: 10px;
	text-decoration: none;
	background: url(../i_newsbg.jpg) repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f9de91;
	border-radius: 2px 2px 0 0;
}
.news-t1 {
	line-height: 17px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	float: left;
	width: 83%;
	visibility: visible;
	padding-top: 10px;
	padding-bottom: 8px;
}
.news-t2 {
	line-height: 17px;
	font-weight: bold;
	color: #775529;
	text-align: center;
	float: left;
	width: 83%;
	visibility: visible;
	padding-top: 10px;
	padding-bottom: 8px;
	text-shadow: 1px 1px 0 #fff;
}
.news-d1 {
	line-height: 17px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	float: left;
	width: 17%;
	visibility: visible;
	padding-top: 10px;
	background-image: url(../line15.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-bottom: 8px;
}
.news-d2 {
	line-height: 17px;
	font-weight: bold;
	color: #775529;
	text-align: center;
	float: left;
	width: 17%;
	visibility: visible;
	padding-top: 10px;
	padding-bottom: 8px;
	border-right: 1px dotted #F6C580;
	box-sizing: border-box;
	text-shadow: 1px 1px 0 #fff;
}


.newslist2 {
	padding: 0px;
	float: left;
	width: 100%;
	margin: 0px;
}
.newslist2 dl {
	width: 100%;
	margin: 0px;
	float: left;
	padding: 18px 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DBDBDB;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.newslist2 dl:hover {
	float: left;
	width: 100%;
	padding: 18px 2px;
	visibility: visible;
	background-color: #FAFAFA;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.newslist2 dt {
	float: left;
	overflow: hidden;
	clear: left;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #c1830c;
	background-color: #ffffe2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 12px;
	margin-right: 20px;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	width: 14%;
	margin-left: 10px;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.newslist2 dd {
	float: right;
	width: 81%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.newslist2 dd A:link {
	color: #45484D;
	text-decoration: none;
	font-size: 15px;
	line-height: 27px;
	letter-spacing: 1px;
}
.newslist2 dd A:visited {
	color: #45484D;
	text-decoration: none
}
.newslist2 dd A:hover {
	color: #6D655B;
	text-decoration: none;
}


.newslist3 {
	padding: 0px;
	float: left;
	width: 100%;
	margin: 0px;
}


.newslist3 dl {
	width: 100%;
	margin: 0px;
	float: left;
	padding: 10px 0 15px 0;
	margin-bottom: 15px;
	border-bottom: 1px dashed #807f7f;
}

.newslist3 dt {
    float: left;
    clear: left;
    text-align: center;
    color: #cecece;
    background-color: #4a4a4a;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    padding: 5px 15px;
    margin: 0 5px;
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #4a4a4a;
}
.newslist3 dd {
	float: left;
	margin: 0px;
	padding-top: 16px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #def722;
	width: 100%;
		letter-spacing: 1px;
}
.newscontent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 30px;

}
.newscontent p {
    letter-spacing: 0;
	margin: 0px;
	padding-top: 20px;
}


/*--------------最新消息-------------*/

.p_newsbox {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #828282;
    background-color: #000;
	-webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
	
}
.p_newsbox:hover {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #098BC5;
	background-color: #002A3E;
}


.p_newsbox img {
 	transition: all 0.5s ease;
}
.p_newsbox:hover img{
	transform: scale(1.2,1.2);
}


.p_newscontent {
	width: 100%;
	padding: 0 5px 10px 5px;
	box-sizing: border-box;
}

.p_date {
	text-align: left;
	font-family: 'Raleway', '微軟正黑體', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #bdbdbd;
	box-sizing: border-box;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-bottom: 11px;
}
.p_title {
	text-align: left;
	font-family: 'Raleway', '微軟正黑體', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.3;
	color: #def722;
	letter-spacing: 1px;
	margin-bottom: 12px;
}

.p_title a:link ,.p_title a:visited{
	color: #e2e2e2;
}
.p_title a:hover{
	color: #0691D2;
}

.p_content {
	text-align: left;
	font-family: 'Raleway', '微軟正黑體', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #eaeaea;
	letter-spacing: 1px;
}

.p_newspic {
    background:#000;   
    position:relative;
    overflow:hidden;
    margin: 0px;
}
.p_newspic:after {
    padding-top: 69%;
    content:"";
    display: block;
}
.p_newspic_img {
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    max-width:100%;
    margin:auto;
}


.downloadlist {
	padding: 0px;
	float: left;
	width: 100%;
	margin: 0px;
}
.downloadlist dl {
	width: 100%;
	margin: 0px;
	float: left;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
.downloadlist dl:hover {
	float: left;
	width: 100%;
	padding-bottom: 12px;
	visibility: visible;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	padding-top: 12px;
	background-color: #F5F5F5;
}
.downloadlist dt {
	float: left;
	font-size: 13px;
	color: #333;
	margin: 0px;
	line-height: 17px;
	background-image: url(../icon4.gif);
	background-repeat: no-repeat;
	background-position: 7px 12px;
	padding-left: 18px;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 4px;
}
.downloadlist dt A:link {
	color: #333;
	text-decoration: none
}
.downloadlist dt A:visited {
	color: #333;
	text-decoration: none
}
.downloadlist dt A:hover {
	color: #00b4cb;
	text-decoration: underline
}
.downloadlist dd {
	float: right;
	width: 120px;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.downloadlist dd a {
	margin: 0px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 30px;
	background-image: url(../icon-download.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	background-color: #2bbee6;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}
.downloadlist dd a:hover {
	margin: 0px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 30px;
	background-image: url(../icon-download.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	background-color: #3276b1;
	color: #FFF;
	text-decoration: none;
}
#contact_form {
	float: left;
	width: 100%;
}
.contact1 {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
.contact1.spec {
	padding: 5px 0 20px;
}

.contact1 h1 {
float: left;
    width: 100%;
    margin: 0;
    color: #00AFFF;
    padding: 5px 0;
    font-family: 'Raleway', '微軟正黑體', sans-serif;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 2px 2px 0 0;
    text-transform: capitalize;
    background-color: #00334a;
}
.contact1 h3 {
	float: left;
	width: 100%;
	margin: 0;
	color: #444;
	padding-bottom: 10px;
	font-size: 1.3em;
}
.contact1 .contact-text {
	    float: left;
    width: 100%;
    margin: 17px 0 10px 0;
    color: #f2f2f2;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 15px;
}
.contact1 .contact-text1 {
	float: left;
	width: 99%;
	margin: 0 0 10px 0;
	color: #ea9456;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}
.contact1 .control-label {
	text-align: left;
	margin: 0 0 3px;
	padding: 0;
}
.contact1 label {
	font-size: 1em;
	font-weight: bold;
	padding: 5px 1% 3px;
	float: left;
	width: 100%;
	color: #666;
	letter-spacing: 1px;
}
.contact1 .required {
	color: #fff900;
	border: 0;
	margin-left:5px;
}




.contact1info {
  overflow: hidden;
  display:table;
  width: 100%;
}

.row01 {
display:table-row;
}

.row01 .list {
display: table-cell;
text-align: left;
}

.contact1info .icon {
width: 25px;
	color: #90dcff;
	text-align: center;
}



.contact2 {
	float: left;
	width: 50%;
	padding-top: 6px;
	padding-right: 1%;
	padding-left: 1%;
	box-sizing: border-box;
}
.contact2 a:link, .contact2 a:visited {
	color: #DBDBDB;
	text-decoration: underline;
}
.contact2 a:hover {
	color: #55BFF0;
}


.contact2 .cleft {
	width: 50%;
	float: left;
}
.contact2 .cright {
	width: 45%;
	float: left;
	margin: 0px;
	padding-right: 5%;
}
.contact2.column-right {
	padding-top: 43px;
}
.contact2.column-center {
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 10px 0 0;
}
.contact2.column-center button {
	font-family: 'Raleway', '微軟正黑體', sans-serif;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFFFFF;
	background: #D66000;
	font-weight: bold;
}
.contact2.column-right button {
	font-family: 'Raleway', '微軟正黑體', sans-serif;
	width: 47%;
	height: 40px;
	float: left;
	margin-left: 3%;
	text-align: center;
	line-height: 28px;
	font-size: 15px;
	border: none;
	cursor: pointer;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #FFFFFF;
	background: #82a933;
	letter-spacing: 1px;
	text-transform: uppercase;
	  border: #82a933 solid 1px;
	  	transition: all 0.5s ease;
	  
}

.contact2 button:hover{
  color: #000;
  border:  #9CCF33 solid 1px;
  background-color:  #BCE649;
}


.contact3 {
	float: left;
	width: 100%;
	padding-top: 6px;
	padding-right: 1%;
	padding-left: 1%;
		box-sizing: border-box;
}

@media (max-width: 767px) {
.contact2 {
	float: left;
	width: 100%;
}
}



.contact4 {
	float: left;
	width: 100%;
	padding: 0;
	margin: 20px 0 20px 0;
    border: 5px solid #a2a2a2;
	box-sizing: border-box;
}
	


.map-container {
 position: relative;
 padding-bottom: 30%;
 padding-top: 30px;
 height: 0;
 overflow: hidden;
}
.map-container iframe,
.map-container object,
.map-container embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}



/*************************
******* products CSS ******
**************************/

#product-ov {
	width: 100%;
	float: left;
	/*min-height:450px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
.itemarea {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0px;
	float: left;
}
.itemarea2 {
	width: 50%;
	float: left;
}





.itemarea3 {
    width: calc(100% - 50px);
    float: left;
    margin-top: 50px;
    margin-right: 25px;
    margin-left: 25px;
    padding: 10px 15px 20px 15px;
    box-sizing: border-box;
    background-color: #fff;
}




@media (min-width: 768px) and (max-width: 991px) {
.itemarea3 {
    width: 100%;
    margin: 50px 0 0 0;
    padding: 20px 15px;
}
}

@media (max-width: 767px) {
.itemarea3 {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 20px 15px;
}
}









.itemarea4 {
	width: 100%;
	float: left;
}
#product-ov a {
	display: block;
	width: 50%;
	float: left;
	overflow: hidden;
	text-decoration: none;
	padding: 1%;
	border: 1px solid #eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 1%;
	margin-left: 1%;
	min-height: 213px;
	box-sizing: border-box;
}
#product-ov a:hover {
	display: block;
	width: 50%;
	float: left;
	overflow: hidden;
	text-decoration: none;
	padding: 1%;
	border: 1px solid #FFC929;
	margin-right: 1%;
	margin-left: 1%;
		box-sizing: border-box;
}
#product-ov a:hover img {
}
#product-ov a ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden
}
#product-ov a ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%
}

#product-ov a ul li.product-name {
	font-size: 15px;
	line-height: 18px;
	color: #333;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	-o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	text-align: center;
}
#product-ov a:hover ul li.product-name {
	color: #FFC929;
}


.product-price00 {
	font-size: 18px;
	line-height: 26px;
	color: #f17100;
	float: left;
	text-align: left;
}
.product-price-small {
	font-size: 13px;
	line-height: 26px;
	color: #999;
	text-align: left;
    margin-left: 3px;
}


#product-ov a ul li.product-word {
	font-size: 12px;
	line-height: 20px;
	color: #888;
	overflow: hidden;
	max-height: 40px;
	padding-right: 5px;
	padding-left: 5px;
}
#product-ov a ul li.product-img {
	display: block;
	height: 180px;
	position: relative;
	overflow: hidden;
}
#product-ov a ul li.product-img:after {
	padding-top: 56.25%;
	content: "";
	display: block;
}
#product-ov a ul li.product-img img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	max-width: 100%;
	max-height: 213px;
	margin: auto;
}

#product-ov1 a {
	display: block;
	width: 25%;
	/*width: 33.33%;*/
	float: left;
	overflow: hidden;
	text-decoration: none;
	padding: 10px;
	border: 1px solid #000;
	box-sizing: border-box;
}
#product-ov1 a:hover {
	display: block;
	width: 25%;
		/*width: 33.33%;*/
	float: left;
	overflow: hidden;
	text-decoration: none;
	padding: 10px;
	border: 1px solid #098BC5;
	box-sizing: border-box;
}
#product-ov1 a:hover img {
}
#product-ov1 a ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden
}
#product-ov1 a ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%
}

#product-ov1 a ul li.product-name {
	font-size: 15px;
	line-height: 23px;
	color: #f2f2f2;
	margin: 5px 0 0 0;
	padding: 7px 10px;
	-o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	text-align: left;
	background-color: #404040;
	width: 100%;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	letter-spacing: 1px;
	box-sizing: border-box;
	border-top: 1px solid #D1EEFF;
}
#product-ov1 a:hover ul li.product-name {
	color: #000;
	background-color: #D1EEFF;
}




#product-ov1 a ul li.newsdate {
	font-size: 13px;
	line-height: 23px;
	color: #666;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 7px 2px 13px;
	-o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	text-align: left;
	background-color: #fff;
	width: 100%;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	letter-spacing: 1px;
	background: url(../icon_dot.png) no-repeat left center;
}
#product-ov1 a:hover ul li.newsdate {
	color: #222;
}

#product-ov1 a ul li.product-word {
	font-size: 14px;
	line-height: 22px;
	color: #888;
	overflow: hidden;
	max-height: 40px;
	padding-right: 5px;
	padding-left: 5px;
}

#product-ov1 a ul li.product-img {
	display: block;
	/*height: 213px;*/
	position: relative;
	overflow: hidden;
}

#product-ov1 a ul li.product-img:after {
padding-top: 100%;
	/*padding-top: 56.25%;*/
	content: "";
	display: block;
}

#product-ov1 a ul li.product-img img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	max-width: 100%;
	/*max-height: 213px;*/
	margin: auto;
	 	transition: all 0.5s ease;
}

#product-ov1 a ul li.product-img:hover img {
	transform: scale(1.2,1.2);
}


#product-info {
	width: 40%;
	float: right;
	overflow: hidden;
}
#product-info li {
	margin-bottom: 5px;
	width: 100%;
	float: left
}
#product-info .product-number {
	color: #C9163A;
	font-size: 13px;
	line-height: 18px;
	display: block;
	float: left
}
#product-info .product-name {
	font-size: 26px;
	line-height: 32px;
	font-weight: bolder;
	color: #1d2088;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}
#product-info .product-word {
	margin: 0;
	padding: 10px 0 20px;
	color: #555;
	font-size: 13px;
	border-bottom: 1px solid #CCC;
}
#product-info .product-manual {
	margin: 0;
	padding: 15px 0 15px;
	border-bottom: 1px solid #CCC;
}
#product-info li .field {
	display: block;
	float: left;
	width: 30%;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	line-height: 21px;
	overflow: hidden
}
#product-info li .value {
	display: block;
	float: left;
	width: 70%;
	font-size: 13px;
	font-weight: normal;
	color: ##3EA338;
	line-height: 21px;
}
#product-info li .value a {
	margin: 0px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 35px;
	background-image: url(../icon-download.png);
	background-repeat: no-repeat;
	background-position: 10px 9px;
	background-color: #ccc;
	color: #FFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-decoration: none;
}
#product-info li .value a:hover {
	background-color: #2bbee6;
	color: #FFF;
	text-decoration: none;
}
#product-info li.add {
	padding: 0;
	width: 100%;
	text-decoration: none;
	transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
	-o-webkit-transition: background-color 0.2s;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
/*#product-info li.add a { display:block; color:#FFF; height:40px; line-height:40px; margin:20px 0 0 0; padding:0; background-color:#002853; border-radius:5px; width:240px; overflow:hidden; font-size:18px; text-align:center; text-decoration:none; letter-spacing:1px; transition: background-color 0.2s;
     -moz-transition: background-color 0.2s;
     -webkit-transition: background-color 0.2s;
     -ms-transition: background-color 0.2s;
     -o-webkit-transition: background-color 0.2s;
	 }
#product-info li.add a:hover { background-color:#C9163A}*/

ul#submit-btn {
	display: block;
	width: 100%;
	float: left;
	margin: 0;
}
ul#submit-btn li {
	list-style: none;
	display: block;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	/*background-color:#002853;*/
	font-size: 13px;
	float: right;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #CCC;
	width: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+1,e5e5e5+100 */
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 1%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f2f2f2), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 1%, #e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 1%, #e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 1%, #e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2f2f2 1%, #e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
}
ul#submit-btn li a {
	display: block;
	line-height: 26px;
	width: 100%;
	color: #666;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
}
ul#submit-btn li a:hover {
	color: #FFF;
	background-color: #002853
}
.member3 {
	float: left;
	width: 100%;
	border: 4px solid #E7E7E7;
	margin-top: 7px;
	font-size: 13px;
	line-height: 18px;
	color: #666;
	margin-bottom: 7px;
}
.member3 A {
	color: #00a0e9;
	text-decoration: none
}
.member3 A:hover {
	color: #0068b7;
	text-decoration: underline
}
.fancytable1 {
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
.fancytable1 th {
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #666;
	visibility: visible;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 7px;
	padding-left: 7px;
	background-color: #EBEBEB;
	border: 1px solid #CCC;
	text-align: center;
}
.fancytable1 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	vertical-align: middle;
	padding: 7px;
}
.fancytable2 {
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
.fancytable2 th {
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #666;
	visibility: visible;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 7px;
	padding-left: 7px;
	background-color: #EEF9FF;
	border: 1px solid #CCC;
	text-align: right;
	width: 15%;
}
.fancytable2 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	vertical-align: middle;
	text-align: left;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	width: 85%;
}
/* 產品標籤 */
/*
.tabbable {
	padding: 0px;
	float: left;
	width: 100%;
	margin: 0;
}
*/
.tabbable {
float: left;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
.tab-content1 {
       clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
    padding-top: 35px;
    padding-bottom: 30px;
	
}

.tab-content1 img {


	    display: block;
    height: auto;
    max-width: 100%;
	
	
}


/*********************************************************************************/
/* imagelightbox                                                                   */
/*********************************************************************************/

/* FAQ */
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#qaContent {
	width: 100%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #2bbee6;
}
#qaContent ul.accordionPart {
	margin-top: 10px;
	margin-bottom: 20px;
}
#qaContent ul.accordionPart li {
	border-bottom: solid 1px #e3e3e3;
	padding-bottom: 15px;
	margin-top: 15px;
}
#qaContent ul.accordionPart li .qa_title {
	padding-left: 30px;
	color: #555;
	cursor: pointer;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	background-image: url(../icon-q.gif);
	background-repeat: no-repeat;
	background-position: 5px top;
}
#qaContent ul.accordionPart li .qa_title_on {
	text-decoration: none;
	color: #09F;
}
#qaContent ul.accordionPart li .qa_content {
	padding-left: 30px;
	color: #666;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../icon-a.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	font-size: 14px;
	line-height: 24px;
}
.productpicbig-box {
    float: left;
    padding: 10px 10px 0 10px;
    display: block;
    width: 100%;
    margin: 0px;
    box-sizing: border-box;
    background-color: #fff;
}
.imagecontainer-big {

	margin: 0;
	padding: 0;
}
div.container_img {
	width: 100%;
/*	height: auto;*/
    height: 550px;
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	float: left;
}
div.container_img:after {
	padding-top: 100%;
	content: "";
	display: block;
}
div.container_img img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	max-height: 650px;
	max-width: 650px;
}


.imagecontainer {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	float: left;
}
.imagecontainer ul {
	margin-top: 5px;
	width: 100%;
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.imagecontainer ul.item {
	margin-top: 0px;
	width: 100%;
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #F0F0F0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}


.imagecontainer li {
	display: inline-block;
	margin: 0.3em; /* 10 */
	border: 1px solid #fff; /* 10 */
 	padding:6px;
	width: 70px;
	height: 70px;
	background: #FFF;
	position: relative;
	overflow: hidden;

}


.imagecontainer li:after {
	padding-top: 56.25%;
	content: "";
	display: block;
}
.imagecontainer li img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 90%;
    max-height: 70px;
    margin: auto;
}
.imagecontainer li:hover, .imagecontainer li:focus {
		border: 1px solid #666;
}

@media (max-width: 480px) {
.imagecontainer li {
    margin: 0.1em;
    padding: 5px;
    width: 43px;
    height: 43px;
}
}

/*.imagecontainer
		{
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0;
	float: left;
		}
		.imagecontainer ul
			{
	margin-top: 5px;
	width: 100%;
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
			}
				.imagecontainer li
				{
					display: inline-block;
					margin: 0.3em;
				}
					.imagecontainer img
					{
						width: 3.7em; 
						height: 3.7em; 
						border-color: #ccc;
						border: 0.3em solid rgba( 255, 255, 255, .5 );

						-webkit-box-shadow: 0 0 0.313em rgba( 0, 0, 0, .1 );
						box-shadow: 0 0 0.313em rgba( 0, 0, 0, .1 );

						-webkit-transition: -webkit-box-shadow .3s ease, border-color .3s ease;
						transition: box-shadow .3s ease, border-color .3s ease;
					}
						.imagecontainer img:hover,
						.imagecontainer img:focus
						{
							border-color: #fff;

							-webkit-box-shadow: 0 0 0.938em rgba( 0, 0, 0, .25 );
							box-shadow: 0 0 0.938em rgba( 0, 0, 0, .25 );
						}*/

/* IMAGE LIGHTBOX SELECTOR */

#imagelightbox {
	cursor: pointer;
	position: fixed;
	z-index: 10000;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
	box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
}
/* ACTIVITY INDICATION */

#imagelightbox-loading,  #imagelightbox-loading div {
	border-radius: 50%;
}
#imagelightbox-loading {
	width: 2.5em; /* 40 */
	height: 2.5em; /* 40 */
	background-color: #444;
	background-color: rgba( 0, 0, 0, .5 );
	position: fixed;
	z-index: 10003;
	top: 50%;
	left: 50%;
	padding: 0.625em; /* 10 */
	margin: -1.25em 0 0 -1.25em; /* 20 */
	-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
	box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
}
#imagelightbox-loading div {
	width: 1.25em; /* 20 */
	height: 1.25em; /* 20 */
	background-color: #fff;
	-webkit-animation: imagelightbox-loading .5s ease infinite;
	animation: imagelightbox-loading .5s ease infinite;
}
 @-webkit-keyframes imagelightbox-loading {
 from {
opacity: .5;
-webkit-transform: scale( .75 );
}
 50% {
opacity: 1;
-webkit-transform: scale( 1 );
}
to {
	opacity: .5;
	-webkit-transform: scale( .75 );
}
}
 @keyframes imagelightbox-loading {
 from {
opacity: .5;
transform: scale( .75 );
}
 50% {
opacity: 1;
transform: scale( 1 );
}
to {
	opacity: .5;
	transform: scale( .75 );
}
}
/* OVERLAY */

#imagelightbox-overlay {
	background-color: #000;
	background-color: rgba( 0, 0, 0, .8 );
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
/* "CLOSE" BUTTON */

#imagelightbox-close {
	width: 2.5em; /* 40 */
	height: 2.5em; /* 40 */
	text-align: left;
	background-color: #666;
	border-radius: 50%;
	position: fixed;
	z-index: 10002;
	top: 2.5em; /* 40 */
	right: 2.5em; /* 40 */
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
#imagelightbox-close:hover,  #imagelightbox-close:focus {
	background-color: #111;
}
#imagelightbox-close:before,  #imagelightbox-close:after {
	width: 2px;
	background-color: #fff;
	content: '';
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 50%;
	margin-left: -1px;
}
#imagelightbox-close:before {
	-webkit-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	transform: rotate( 45deg );
}
#imagelightbox-close:after {
	-webkit-transform: rotate( -45deg );
	-ms-transform: rotate( -45deg );
	transform: rotate( -45deg );
}
/* CAPTION */

#imagelightbox-caption {
	text-align: center;
	color: #fff;
	background-color: #666;
	position: fixed;
	z-index: 10001;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.625em; /* 10 */
}
/* NAVIGATION */

#imagelightbox-nav {
	background-color: #444;
	background-color: rgba( 0, 0, 0, .5 );
	border-radius: 20px;
	position: fixed;
	z-index: 10001;
	left: 50%;
	bottom: 3.75em; /* 60 */
	padding: 0.313em; /* 5 */
	-webkit-transform: translateX( -50% );
	-ms-transform: translateX( -50% );
	transform: translateX( -50% );
}
#imagelightbox-nav button {
	width: 1em; /* 20 */
	height: 1em; /* 20 */
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0 0.313em; /* 5 */
}
#imagelightbox-nav button.active {
	background-color: #fff;
}
/* ARROWS */

.imagelightbox-arrow {
	width: 3em; /* 60 */
	height: 7em; /* 120 */
	background-color: #444;
	background-color: rgba( 0, 0, 0, .5 );
	vertical-align: middle;
	display: none;
 display: none !important\9;
	position: fixed;
	z-index: 10001;
	top: 50%;
	margin-top: -3.75em; /* 60 */
}
.imagelightbox-arrow:hover,  .imagelightbox-arrow:focus {
	background-color: #666;
	background-color: rgba( 0, 0, 0, .75 );
}
.imagelightbox-arrow:active {
	background-color: #111;
}
.imagelightbox-arrow-left {
	left: 2.5em; /* 40 */
}
.imagelightbox-arrow-right {
	right: 2.5em; /* 40 */
}
.imagelightbox-arrow:before {
	width: 0;
	height: 0;
	border: 1em solid transparent;
	content: '';
	display: inline-block;
	margin-bottom: -0.125em; /* 2 */
}
.imagelightbox-arrow-left:before {
	border-left: none;
	border-right-color: #fff;
	margin-left: -0.313em; /* 5 */
}
.imagelightbox-arrow-right:before {
	border-right: none;
	border-left-color: #fff;
	margin-right: -0.313em; /* 5 */
}
#imagelightbox-loading,  #imagelightbox-overlay,  #imagelightbox-close,  #imagelightbox-caption,  #imagelightbox-nav,  .imagelightbox-arrow {
	-webkit-animation: fade-in .25s linear;
	animation: fade-in .25s linear;
}
 @-webkit-keyframes fade-in {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}
 @keyframes fade-in {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}
 @media only screen and (max-width: 41.250em) /* 660 */ {
#container {
	width: 100%;
}
#imagelightbox-close {
	top: 1.25em; /* 20 */
	right: 1.25em; /* 20 */
}
#imagelightbox-nav {
	bottom: 1.25em; /* 20 */
}
.imagelightbox-arrow {
	width: 2.5em; /* 40 */
	height: 3.75em; /* 60 */
	margin-top: -2.75em; /* 30 */
}
.imagelightbox-arrow-left {
	left: 1.25em; /* 20 */
}
.imagelightbox-arrow-right {
	right: 1.25em; /* 20 */
}
}
 @media only screen and (max-width: 20em) /* 320 */ {
.imagelightbox-arrow-left {
	left: 0;
}
.imagelightbox-arrow-right {
	right: 0;
}
}


.pcolor1 a {
	background-color: #004b80;
}
.pcolor1 a:hover {
	background-color: #139ded;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	margin: 0px;
	padding: 0px;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}

/* magin */

.ptop5 { padding-top: 5px;}
.ptop30 { padding-top: 30px;}
.ptop35 { padding-top: 35px;}
.ptop50 { padding-top: 50px;}
.ptop100 { padding-top: 100px;}


.pbottom30 { padding-bottom: 30px;}
.pbottom35 { padding-bottom: 35px;}
.pbottom50 { padding-bottom: 50px;}
.pbottom70 { padding-bottom: 70px;}
.pbottom80 { padding-bottom: 80px;}
.pright0 { padding-right: 0;}
.pright30 { padding-right: 30px;}
.pleft0 { padding-left: 0;}
.pleft5 { padding-left: 5px;}
.pleft10 { padding-left: 10px;}
.mauto { margin: 0 auto;}
.m0 { margin: 0 !important;}
.mtop5 { margin-top: 5px;}
.mtop10 { margin-top: 10px;}
.mtop18 { margin-top: 18px;}
.mtop20 { margin-top: 20px;}
.mtop25 { margin-top: 25px;}
.mtop30 { margin-top: 30px;}
.mtop40 { margin-top: 40px;}
.mtop50 { margin-top: 50px;}
.mtop55 { margin-top: 55px;}
.mtop70 { margin-top: 70px;}
.mtop80 { margin-top: 80px;}
.mtop90 { margin-top: 90px;}
.mtop95 { margin-top: 95px;}
.mtop100 { margin-top: 100px !important;}
.mtop106 { margin-top: 106px !important;}
.mtop130 { margin-top: 130px !important;}
.mtop160 { margin-top: 160px !important;}
.mbottom0 { margin-bottom: 0 !important;}
.mbottom5 { margin-bottom: 5px !important;}
.mbottom10 { margin-bottom: 10px !important;}
.mbottom15 { margin-bottom: 15px !important;}
.mbottom20 { margin-bottom: 20px !important;}
.mbottom25 { margin-bottom: 25px !important;}
.mbottom30 { margin-bottom: 30px !important;}
.mbottom35 { margin-bottom: 35px !important;}
.mbottom40 { margin-bottom: 40px !important;}
.mbottom50 { margin-bottom: 50px !important;}
.mbottom60 { margin-bottom: 60px !important;}
.mbottom70 { margin-bottom: 70px !important;}
.mbottom80 { margin-bottom: 80px !important;}
.mbottom90 { margin-bottom: 90px !important;}
.mbottom100 { margin-bottom: 100px !important;}
.mleft2 { margin-left: 2px;}
.mleft5 { margin-left: 5px;}
.mleft10 { margin-left: 10px;}
.mleft15 { margin-left: 15px;}
.mleft20 { margin-left: 20px;}
.mleft30 { margin-left: 30px;}
.mleft50 { margin-left: 50px;}
.mleft60 { margin-left: 60px;}
.mleft65 { margin-left: 65px;}
.mleft80 { margin-left: 80px;}
.mleft85 { margin-left: 85px;}
.mleft90 { margin-left: 90px;}
.mleft160 { margin-left: 160px;}
.mleft240 { margin-left: 240px;}

.mright2 { margin-right: 2px;}
.mright5 { margin-right: 5px;}
.mright10 { margin-right: 10px;}
.mright25 { margin-right: 25px;}
.mright30 { margin-right: 30px;}
.mright35 { margin-right: 35px;}
.mright40 { margin-right: 40px;}
.mright50 { margin-right: 50px;}
.mleft230 { margin-left: 230px;}
.mright15 { margin-right: 15px;}



.textcenter {
	text-align: center;
}


.fleft {float: left;}
.fright {float: right;}

.examples {
	width: 100%;
	float: left;
}

.schedule-tool {
	width: 100%;
	float: left;
	padding: 6px;
    background: url(../bg_sch_tool.jpg) repeat;
    box-sizing: border-box;
	text-align: center;
	font-family: 'Raleway', '微軟正黑體', sans-serif;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #e9e9e9;
}

.schedule-tool-date {
	width: 60%;
	padding: 20px 0;
	float: left;
}
.schedule-tool-select {
	width: 20%;
	padding: 30px 0;
	float: left;
}

.schedule-tool-select a:link ,.schedule-tool-select a:visited {
	color: #fff;
	text-decoration: none;
}
.schedule-tool-select a:hover {
	color: #EFEFEF;
	text-decoration: none;
}

.select-icon {
	width: 100%;
	float: left;
	display: block;
	text-align: center;
}

.schedule-container {
	width: 100%;
	float: left;
	background-color: #f2f2f2;
    box-sizing: border-box;
	 overflow-x:visible;
	 overflow-y: hidden;
	 border: 6px solid #f1f1f1
}
.schedule-container iframe {
 width: 100%;
 height: 558px;
	 overflow-x:visible;
	 overflow-y: hidden;
	 padding-top: 16px;
}

/*選擇日期*/

.schedule-tool-date-title {
	width: 100%;
	float: left;
	display: block;
}

.schedule-datelist {
	width: 100%;
	float: left;
	display: block;
	margin-top: 4px;
	text-align: center;
}
	
.schedule-datelist  select{
	border: 1px solid #D9D9D9;
	color: #222;
	max-width: 77%;
	margin: 0 auto;
	font-family: 'Raleway', '微軟正黑體', sans-serif;
	background-color: #FFFFFF;
	font-size: 14px;
	height: 28px;
	padding: 2px 4px;
	border-radius:2px;
	box-sizing: border-box;
}
	
.schedule-datelist option{
	padding-left:20px;}








/*--醫師團隊--*/
.doctor_title {
	width: 100%;
	float: left;
	display: block;
	text-align: center;
	padding: 50px 0;
	border-top: 1px dotted #b69576;
	border-bottom: 1px dotted #b69576;
	margin-bottom: 35px;
    font-size: 30px;
	letter-spacing: 8px;
	color: #3b3b3b;
}
.doctor_titlesmall {
    font-size: 16px;
	letter-spacing: 2px;
	padding-left: 15px;
	color: #a5a5a5;
}



.doctor_boxpic {
    background:#ccc;   
    position:relative;
    overflow:hidden;
	padding: 5px;
	box-sizing: border-box;
	border: 3px solid #fff;
}
.doctor_boxpic:after {
    padding-top: 56.25%;
    content:"";
    display: block;
}
.doctor_boxpicimg {
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    max-width:100%;
    margin:auto;
}


.doctor_box {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.doctor_boxtitle {
    font-size: 16px;
	color: #b69576;
	width: 100%;
	float: left;
	display: block;
	letter-spacing: 5px;
	padding-left: 10px;
	box-sizing: border-box;
	border-left: 4px solid #fdd100;
	margin-bottom: 15px;
}
.doctor_boxtitle02 {
    font-size: 16px;
    color: #e0762a;
    width: 100%;
    float: left;
    display: block;
    letter-spacing: 5px;
    padding: 2px 0 2px 15px;
    box-sizing: border-box;
    border-left: 4px solid #f79f33;
    background-color: #FAF9F7;
    margin-bottom: 15px;
}
.doctor_data_pic {
width:100%;
	float: left;
	background-color: #f5f5f5;
	padding-top: 20px;
}

.doctor_data_title {
    font-size: 15px;
	line-height: 25px;
    color: #D59E59;
    width: 100%;
	height: 25px;
    float: left;
    display: block;
    letter-spacing: 5px;
    padding: 0 0 0 12px;
    box-sizing: border-box;
    border-left: 4px solid #e4bd8c;
	background-color: #fbfbfb;
}	
	
.doctor_data {
width:100%;
	float: left;
}
.doctor_data ul {
	width: 100%;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
}
.doctor_data ul li {
	width: 100%;
	float: left;
	font-size: 15px;
	color: #3b3b3b;
	padding: 3px 0;
	list-style-type:none;
	list-style-image: url(../dot_doctor.jpg)
}

.more100btn {
	font-size:14px;
	font-family: 'Raleway', '微軟正黑體', sans-serif;
	font-weight:normal;
	border-radius:2px;
	border:1px solid #DFB784;
	padding:1px 0;
	background-color:#DFB784;
	color:#fff;
	display:inline-block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.more100btn:hover {
	color:#fff;
	background-color:#E8B069
}
.more100btn:active {
	background-color:#E8B069
}




/* =====================================
   會員系統
===================================== */
#member {
	width: 100%;
	float: left;
}
#member .login-wrap {
  width: 100%;
  margin: 10px 0;
}
#member .login {
  width: 100%;
  padding: 9px;
  box-sizing: border-box;
}
#member .loginbg {
  width: 100%;
  float: left;
  background: url(../loginbg.jpg) repeat;
  padding: 30px 25px 15px 25px;
  box-sizing: border-box;
}

#member img {
    display:inline;
    min-height: 35px;
    max-width: 100%;
}


#member a:link, #member a:visited {
    color: #f2f2f2;
	text-decoration: underline;
}
#member a:hover {
    color: #55BFF0;
	text-decoration: underline;
}

#member .login .font2 {
	color: #fff537;
	margin: 0 0 10px;
}
#member .login .form-group .ti-label {
	line-height: 34px;
	color: #fff;
}



#member .gtable {
	margin: 20px 0 0;
}
#member .gtable .tr {
  float:left;
  width:100%;
  color: #453b39;
  display: block;
  padding: 14px;
  margin: 0 0 14px 0;
  border-radius: 3px;
  background-color: #f8f9f5;
  box-sizing: border-box;
}
#member .gtable .tr:last-child {
  margin: 0 0 14px 0;
}
#member .gtable .td {
  vertical-align: top;
  margin: 0;
}
#member .gtable .tr .td:first-child {
  width:120px;
  float:left;
}
#member .gtable .tr .td:last-child {
  width:calc(100% - 120px);
  float:left;
}
#member .gtable .icon {
  width:100px;
  height:100px;
  background-image: url(../memberlogin_icon.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#member .gtable .icon.join {
  background-position:left top; 
}
#member .gtable .icon.forgot {
	background-position: left -100px;
}
#member .gtable .topic {
  color:#a49889;
  font-size: 22px;
  text-align: left;
  height:32px;
  line-height: 1.3;
      margin-top: 5px;
}
#member .gtable .text {
  color:#666;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}
#member .other ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}
#member .other li {
  padding: 0 0 10px;
  margin: 0;
}
#member .other a {
  color: #453b39;
  display: block;
  padding: 20px 0;
  border-radius: 7px;
  border: #ccc 1px solid;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
#member .other a:hover {
  text-decoration: none;
  color: ##3EA338;
  background: #fafafa;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
#member .other .info {
  color: #453b39;
  display: block;
  padding: 20px 15px;
  border-radius: 7px;
  border: #ccc 1px solid;
  font-size: 15px;
  margin: 20px 0;
  text-align: center;
  line-height: 1.6;
}

#member .login .btn-wrap .btn-style {
	width: 100%;
	font-size: 1.3em;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	border: 0;
	background: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 0;
	padding: 7px 15px;
	margin: 15px 0 0 0;
	display: inline-block;
}
#member .login .btn-wrap .blue {
  padding: 8px 15px;
  color: #fff;
  border: #0075b8 solid 1px;
  background-color: #0075b8;
}
#member .login .btn-wrap .blue:hover,
#member .login .btn-wrap .blue:focus {
  color: #fff;
  text-decoration: none;
  border: #008dde solid 1px;
  background-color: #008dde;
}


@media screen and (min-width: 1200px) {


  #member .login {
      width: 700px;
      margin: 0 auto;
  }
  #member .gtable {
    width: calc(100% - 700px);
    float: left;
	margin: 0;
  }
  #member .other {
    width: calc(100% - 700px);
  }
  


}


@media screen and (min-width: 768px) and (max-width: 979px) {
}


@media screen and (max-width: 767px) {
  #member .login-wrap {
    width: 100%;
    margin: 30px 0;
  }
  #member .login {
    width: 100%;
    float: left;
  }
  #member .gtable {
    width: 100%;
    float: left;
	margin: 20px 0 0;
  }
  #member .other {
    width: calc(100% - 530px);
    float: right;
  }
  #member .other .info {
    text-align: center;
    margin: 0;
    padding: 0 15px;
  }
  #member .other .info .h197 {
    height: 197px;
  }
  #member .other .info .h241 {
    height: 241px;
  }
  #member .other ul {
    margin: 0;
  }
  #member .login .btn-wrap {
	width: 100%;
  }
}



@media screen and (max-device-width: 480px) {
  #member .login-wrap {
    width: 100%;
    margin: 30px 0;
  }
  #member .login {
    width: 100%;
    float: left;
  }
  #member .gtable {
    width: 100%;
    float: left;
	margin: 20px 0 0;
  }
  

}








#member .welcome {
  margin: 0 auto;
  padding: 60px 15px 50px;
  border: #e6e6e6 solid 1px;
  background: url(../images/welcome.png) 20px 20px no-repeat #fafafa;
  background-size: 80% auto;
  line-height: 1.8;
}
#member .welcome .data {
  font-weight: bold;
  color: #999;
  margin-bottom: 30px;
}
#member .welcome .data span {
  color: ##3EA338;
  font-size: 18px;
  font-weight: 500;
}
#member .welcome-view td {
  font-size: 16px;
}
#member .date {
  font-size: 1.083333rem;
  font-size: 13px;
  color: #666;
  font-weight: 300;
  width: 100px;
}
#member .date span {
  font-family: 'Raleway', '微軟正黑體', sans-serif;
  font-size: 1.833333rem;
  font-size: 15px;
}
#member .welcome p {
  padding: 15px 0;
}
#member .welcome caption {
  color: #d1183b;
  font-size: 16px;
}
#member .welcome td,
#member .welcome-view td {
  border-top: #ccc 1px dotted;
  border-bottom: #ccc 1px dotted;
  padding: 8px 0;
}
#member .welcome td a {
  color: ##3EA338;
}
#member .welcome td a:hover {
  color: #666;
  text-decoration: none;
}
#member .welcome-view .edit-body {
  padding: 30px 0 50px;
  line-height: 1.8;
}



@media only screen and (min-width: 480px) {
  #member .welcome {
    background: url(../images/welcome.png) 20px 20px no-repeat #fafafa;
    background-size: initial;
  }
}


@media only screen and (min-width: 641px) {
  #member .welcome {
    padding: 90px 30px 50px;
    max-width: 500px;
  }
  #member .welcome-view {
    max-width: 500px;
    margin: 0 auto;
  }
}


@media only screen and (min-width: 768px) {
  #member .welcome {
    padding: 90px 30px 50px;
    max-width: 90%;
  }
  #member .welcome-view {
    max-width: 90%;
  }
}




/*加入會員、修改會員資料共用*/
#member .join-form {
  margin: 0;
  padding: 30px 15px 20px;
  background: url(../loginbg.jpg) repeat;
  line-height: 1.8;
}
#member .join-form h4.ti {
  font-weight: 400;
  padding: 0;
  margin: 0 0 20px;
  color: #00afff;
}
/*#member .join-form .selectBox {
  margin-bottom: 10px;
}*/
#member .join-form #btn-group {
  margin-top: 10px;
}
#member .join-form .law {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
  height: 250px;
  overflow: scroll;
  overflow-x: hidden;
  color: #999;
  line-height: 1.7;
}
#member .join-form .birth .selectBox:nth-of-type(1) {
    width:calc(40% - 20px);
	float:left;
  }
#member .join-form .birth .selectBox:nth-of-type(2),
#member .join-form .birth .selectBox:nth-of-type(3) {
    width:30%;
	margin: 0 0 0 10px;
	float:left;
  }
@media only screen and (min-width: 641px) {

}
@media only screen and (min-width: 768px) {
  #member .join-form {
    padding: 30px 30px 20px;
  }
  #member .join-form #btn-group {
    margin-top: 20px;
    /*float: right;*/
  }
}
#member .tab-list .box .pic {
  background-color: #f5f5f5;
}
#member .tab-list h4 {
  font-size: 1.333333rem;
  font-size: 16px;
  color: #333;
}
#member .tab-list .box h4 {
  margin: 15px 0 0 5px;
}
#member .tab-list h4 a {
  color: #333;
  text-decoration: none;
}
#member .tab-list h4 small {
  display: block;
  padding-top: 3px;
  font-size: 1.083333rem;
  font-size: 13px;
  color: #999;
}
#member .tab-list #btn-group {
  margin: 20px 0;
}
#member .tab-list .c1 {
  padding-bottom: 20px;
}

#member .tab-list th {
  padding: 10px 5px;
  border-bottom: #b0cb00 1px solid;
  background: #ededed;
  text-align: center;
      color: #444;
}
#member .tab-list {
  margin-bottom: 20px;
}
#member .tab-list.order td {
  padding: 10px 5px;
  border-bottom: #ddd 1px solid;
  line-height: 1.5;
}
#member .tab-list.order.view td:nth-of-type(2){
  width:40%;
}
#member .tab-list.order td a {
  color: #8ca700;
  font-size: 15px;
}
#member .tab-list.order td a:hover {
  color: #65AE00;
}
#member .tab-list.order td a i {
  color: #666;
  font-size: 15px;
  margin:7px 10px 7px 0;
}
#member .tab-list.order td a:hover i {
  color: #65AE00;
}
#member .form-wrap {
  margin: 0 auto 50px;
}
#member .tab-list.order td .info {
  margin: 5px 0;
}
#member .tab-list.order .recipient-btn {
  padding: 20px 0;
}
#member .tab-list.order .recipient-btn a {
  display: block;
  max-width: 320px;
  margin: 0 auto;
}

#member .bonus-total {
  padding: 10px 5px;
  border-bottom: #ddd 1px solid;
  background: #ededed;
  text-align: center;
  color:#444;
  font-weight:bold;
}
#member .bonus-total .recod {
	float: none;
	font-weight: normal;
	display: block;
}
#member .tab-list.bonus th {
  padding: 10px 5px;
  border-bottom: #ddd 1px solid;
  background: #666;
  text-align: center;
  color:#fff;
}
#member .tab-list.bonus td {
  padding: 6px 5px;
  border-bottom: #ddd 1px solid;
  line-height: 1.5;
}
#member .tab-list.bonus td span {
  color: #ed1c24;
  font-weight:bold;
}
#member .tab-list.bonus tr.clubline1 {
	background-color: #FFECEC;
}
#member .tab-list.bonus tr.clubline2 {
	background-color: #e1e1e1;
}
#member .tab-list.bonus td.bonus-date {
  padding: 8px 5px;
  border-bottom: #ddd 1px solid;
  line-height: 1.5;
}
#member .info {
  padding: 10px 5px;
  border-bottom: #ddd 1px solid;
  background: #ededed;
  line-height: 1.6;
  color: #888;
}
@media only screen and (min-width: 768px) {
  #member .tab-list .box .pic {
    width: 100px;
  }
  #member .tab-list .box1 {
    width: 100%;
  }
  #member .tab-list .c1 {
    width: 100px;
    padding-bottom: 10px;
  }
  #member .tab-list .c2 {
    padding-bottom: 10px;
  }
  #member .tab-list td {
    padding: 10px 5px;
    border-bottom: #ddd 1px solid;
  }
  #member .tab-list.order td {
   
  }
  #member .tab-list.order th.text-left,
  #member .tab-list.order td.text-left {
    text-align: left;
  }
  #member .tab-list.order tr.bg-gray {
    background: #fafafa;
  }
  #member .tab-list.order .recipient-btn a {
    max-width: 200px;
  }
  #member .tab-list.bonus td {
    text-align: center;
  }
  #member .tab-list.bonus th.text-left,
  #member .tab-list.bonus td.text-left {
    text-align: left;
  }
  #member .bonus-total .recod {
	float: right;
	color: #555;
	padding: 5px 0 0;
  }
}

#member .tab-list.order .order-number {
  color: #444;
  font-size: 18px;
  padding-bottom: 20px;
}
#member .tab-list.order .member-wel {
  color: #555;
  font-size: 15px;
  padding-bottom: 20px;
}
#member .tab-list.order .pic {
  float: left;
  width: 80px;
  margin: 0 auto;
}
#member .tab-list.order .box .pic {
  background-color: #f5f5f5;
}
#member .tab-list.order .right-480 {
  float: right;
  margin-left: 15px;
  width: calc(100% - 95px);
}
#member .tab-list.order h4 {
  font-size: 1.333333rem;
  font-size: 16px;
  line-height: 1.5;
  color: #8a6731;
  text-align: left;
  letter-spacing: 1px;
}
#member .tab-list.order .box h4 {
  margin: 10px 0 10px;
}
#member .tab-list.order h4 a {
  color: #333;
  text-decoration: none;
}
#member .tab-list.order h4 small {
  display: block;
  padding-top: 5px;
  font-size: 1.083333rem;
  font-size: 13px;
  color: #999;
}
#member .tab-list.order .size,
#member .tab-list.order .price,
#member .tab-list.order .number,
#member .tab-list.order .total {
  font-size: 15px;
  color: #333;
  padding-top: 5px;
}
#member .tab-list.order .price del {
  color: #666;
  font-size: 14px;
}
#member .tab-list.order .count {
  padding: 20px 10px;
  background: #f1f1f1;
  text-align: right;
  font-size: 15px;
  line-height: 1.8;
}
#member .tab-list.order .count .discount-p {
  width:100%;
}
#member .tab-list.order .count strong {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: #d1183b;
}
#member .tab-list.order .count .discount {
  color: #da778a;
}

#member .tab-list.bonus .member-wel {
  color: #555;
  font-size: 16px;
  padding-bottom: 15px;
}
#member .tab-list.bonus .right-480 {
  float: right;
  margin-left: 15px;
  width: calc(100% - 20px);
}
#member .tab-list.bonus h4 {
	font-size: 1.333333rem;
	font-size: 16px;
	color: #333;
}
#member .tab-list.bonus .box1 h4 {
  margin: 8px 0;
  font-weight:bold;
}
@media only screen and (min-width: 480px) {
  #member .tab-list.order .pic {
    width: 120px;
  }
  #member .tab-list.order .right-480 {
    width: calc(100% - 135px);
  }
  #member .tab-list.order .size,
  #member .tab-list.order .price,
  #member .tab-list.order .total {
    padding-top: 10px;
  }
  #member .tab-list.order .number {
    padding-top: 10px;
  }
#member .tab-list.bonus .box1 h4 {
  margin: 10px 0;
  font-weight: normal;
}
}
@media only screen and (min-width: 768px) {
  #member .tab-list.order .pic {
    width: 100px;
  }
  #member .tab-list.order .c1 {
    width: 100px;
  }
  #member .tab-list.order .number {
    width: 80px;
    text-align: center;
  }
  #member .tab-list.order .size,
  #member .tab-list.order .price,
  #member .tab-list.order .total {
    text-align: center;
  }
}
#member .form-wrap .selectBox {
  margin-bottom: 10px;
}
#member .form-wrap .radio-style {
  font-size: 15px;
  padding: 10px;
  line-height: 1.8;
  background: #f0f0f0;
}
#member .form-wrap .radio-style .note {
  color: #dc924c;
  font-size: 14px;
  margin-left: 18px;
}
#member .form-wrap .radio-style .sub {
  margin-left: 18px;
  border-left: #ccc 3px solid;
}
#member .form-wrap .radio-style .open {
  display: none;
}
#member .form-wrap .radio-style td {
  vertical-align: top
}
#member .form-wrap .radio-style .sub td {
  padding-left: 5px;
}
@media only screen and (min-width: 768px) {
  #member .form-wrap .radio-style td.c1 {
    width: 150px;
  }
  #member .form-wrap .radio-style .sub td.c1 {
    width: 125px;
  }
}



.right-480 .cate {
  width: 100%;
  box-sizing: border-box;
  float: left;
    text-align: left;
  }
  .right-480 .w40 {
  width: 40%;
  float: left;
  text-align: left;
  color: #9a9a9a;
  }
.right-480 .qty {
  width: 60%;
  float: left;
  }
.right-480 .del {
  width: 100%;
  float:left;
  text-align: right;
  }
  
  
/* =====================================
   表單 - 共用樣式
===================================== */
.form-group {
  margin-bottom: 15px;
}
.form-group .ti-label {
  margin-bottom: 3px;
  width: 100%;
  color: #e4e4e4;
  font-weight: normal;
  line-height: 25px;
}
.form-group .ti-label span {
  display: inline-block;
  width: 12px;
  font-size: 1.083333rem;
  font-size: 13px;
  line-height: 20px;
  vertical-align: middle;
}
.input-txt {
  color: #777;
}
.input-txt,
.input-txt .name,
.input-txt .add {
  position: relative;
  overflow: hidden;
}
.input-txt .input-style,
.input-txt textarea {
  display: block;
  padding: 10px;
  width: 100%;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background: none #f2f2f2;
}
.input-txt .input-style {
  padding: 0 10px;
  height: 34px;
  line-height: 35px;
      border-radius: 2px;
}
.input-txt .input-style:focus,
.input-txt .message-style:focus {
  border: none;
}
.code-img {
  margin-left: 10px;
  float: right;
}

/* 性別 - radio樣式 */
.sex {
  float: right;
  padding: 0 0 0 1%;
}
.lab-gender input[type=radio] { display:none; margin:10px;}
.lab-gender input[type=radio] + label { display:inline-block; margin:0 1px; padding:0 10px; background-color:#FFF; border:1px solid #CCC; height:34px; line-height:32px; color:#999 }
.lab-gender input[type=radio]:checked + label { background-image: none; background-color:#777; color:#FFF; border-color:#999}
/* 下拉選單 */
.form-group .city .selectBox {
  display: inline-block;
}

.selectBox {
  position: relative;
  z-index: 1;
  background-color: #f0f0f0;
}
.selectBox select {
  padding: 0 20px 0 10px;
  width: 100%;
  height: 34px;
  color: #444;
  outline: none;
  line-height: 36px;
  border: none;
  border-radius: 0;
  background: transparent;
  text-overflow: '';
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}


.selectBox select::-ms-expand { /* For IE10 */
  display: none;
}
.selectBox:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 7px;
  height: 7px;
  border-right: #333 1px solid;
  border-bottom: #333 1px solid;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.selectBox:hover {
  border-color: #333;
}

/* 表單按鈕 */
#btn-group ul,
.btn-group ul {
  text-align: center;
}
@media only screen and (max-width: 414px) {
  #btn-group ul li,
  .btn-group ul li {
    float: left;
    width: calc(100%/2 - 10px);
    margin: 0 5px;
  }
}
@media only screen and (min-width: 415px) {
  #btn-group ul li,
  .btn-group ul li {
    display: inline-block;
    margin: 0 5px;
    width: 135px;
  }
}
/* ----------------表格初始化---------------- */
table.tab-set {
  border-collapse:collapse;
  border-spacing: 0;
  width: 100%;
}
table.tab-set td {
    padding: 10px;
    box-sizing: border-box;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list.draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    outline: none;
    height: 100%;
    min-height: 1px;
}
.slick-slide a {
    outline: none;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.dot_list {
    width: 20px;
    height: 20px;
    float: left;
    background: url(../dot_listgreen.png) no-repeat left 8px;
}

/* 按鈕 */
.btn-style {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 2;
    padding: 5px 0;
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* 按鈕顏色樣式 */
.black {
    color: #fff;
    border: #5d5d5d solid 1px;
    background-color: #000;
}
/*.black:hover,
.black:focus {
  color: #fff;
  text-decoration: none;
  border: #444 solid 1px;
  background-color: #444;
}*/
.black:hover,
.black:focus {
  color: #000;
  text-decoration: none;
  border: #EFF9FF solid 1px;
  background-color: #EFF9FF;
}
.white {
    color: #6b9615;
    border: #999 solid 1px;
    background-color: #fff;
}
.white:hover,
.white:focus {
  color: #fff;
  text-decoration: none;
  border: #666 solid 1px;
  background-color: #666;
}


.green {
  color: #fff;
  border: #82a933 solid 1px;
  background-color: #82a933;
}
.green:hover,
.green:focus {
  color: #000;
  text-decoration: none;
  border:  #9CCF33 solid 1px;
  background-color:  #9CCF33;
}



.orange {
    color: #fff;
    border: #ea4c05 solid 1px;
    background-color: #ea4c05;
    border-radius: 1px;
    box-sizing: border-box;
}
.orange:hover,
.orange:focus {
  color: #fff;
  text-decoration: none;
  border: #FF5E15 solid 1px;
  background-color: #FF5E15;
}

.orange2 {
    color: #ec8300;
    border: #fffac0 solid 1px;
    background-color: #fffac0;
}
.orange2:hover,
.orange2:focus {
  color: #fff;
  text-decoration: none;
  border: #FF5E15 solid 1px;
  background-color: #FF5E15;
}

.graybtn {
    color: #ffffff;
    border: #4a4a4a solid 1px;
    background-color: #4a4a4a;
}
.graybtn:hover,
.graybtn:focus {
    color: #ffffff;
    border: #666 solid 1px;
    background-color: #666; 
}



.yellowbtn {
    color: #333333;
    border: #ffe74a solid 1px;
    background-color: #ffe74a;
    border-radius: 1px;
    box-sizing: border-box;
}
.yellowbtn:hover,
.yellowbtn:focus {
    color: #333333;
    border: #fdee57 solid 1px;
    background-color: #fdee57;
    border-radius: 1px;
    box-sizing: border-box; 
}

	
.bluebtn {
    color: #fdfeff;
    border: #124477 solid 1px;
    background-color: #124477;
    border-radius: 1px;
    box-sizing: border-box;
}
.bluebtn:hover,
.bluebtn:focus {
    color: #fff;
    border: #1c66b3 solid 1px;
    background-color: #1c66b3;
    border-radius: 1px;
    box-sizing: border-box; 
}

/* =====================================
   購物車
===================================== */
#cart .nav-step .step {
  float: left;
  width: 25%;
  font-size: 18px;
  border: #ccc 1px solid;
  border-right: none;
  background: #fff;
  padding: 5px 10px;
  margin: 50px 0 0 0;
  color: #666;
  font-style: italic;
  text-align: center;
}
#cart .nav-step .step:last-child {
  border-right: #ccc 1px solid;
}
#cart .nav-step .step.current {
  background: #000;
  border-color: #000;
  color: #fff;
}
@media only screen and (min-width: 641px) {
  #cart .nav-step {
    max-width: 590px;
    margin: 0 auto;
  }
  #cart .nav-step .step {
    margin: 70px 0 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  #cart .nav-step .step {
    margin-top: 70px;
  }
  #cart #nav-wrap.about {
    bottom: -10px;
  }
}
@media only screen and (min-width: 1200px) {
  #cart .nav-step .step {
    margin-top: 130px;
  }

}
#cart .con-wrap-b {
  padding-top: 50px;
  padding-bottom: 50px;
}
#cart h3.step-ti {
  padding: 0;
  margin: 30px 0 50px;
  text-align: center;
}
#cart h3.step-ti::after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: #333;
  margin: 10px auto 0;
}
#cart .tab-list {
  width: 100%;
}
#cart .tab-list th {
  background: #666;
  color: #fff;
  padding: 5px;
  text-align: center;
  min-width: 40px;
}
#cart .tab-list td {
  padding: 10px;
  border-bottom: #ccc 1px solid;
}


#cart .tab-list td:nth-of-type(2){
  width:30%;
}

#cart .tab-list .pic {
  width: 200px;
  margin: 0 auto 5px auto;
}
#cart .tab-list .box .pic {
  background-color: #f5f5f5;
}
#cart .tab-list h4 {
  font-size: 1.333333rem;
  font-size: 16px;
  color: #333;
}
#cart .tab-list .box h4 {
  margin: 0 0 10px;
}
#cart .tab-list .coupon {
	text-align: right;  
	line-height: 0.9;
}
#cart .tab-list .coupon strong {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: #d1183b;
}
#cart .tab-list .right-480 {

  /*float: right;
  margin-left: 15px;
  width: calc(100% - 95px);*/
  text-align: left;
}
#cart .tab-list h4 a {
  color: #333;
  line-height: 1.5;
  text-decoration: none;
}
#cart .tab-list h4 a:hover {
  color: #069601;
  text-decoration: none;
}
#cart .tab-list h4 small {
  display: block;
  padding-top: 5px;
  font-size: 1.083333rem;
  font-size: 13px;
  color: #999;
}
#cart .tab-list a.dele {
  font-size: 20px;
  color: #000;
}
#cart .tab-list a.dele.visible-xs {
  float: right;
}
#cart .tab-list a.dele:hover {
  color: #666;
}
#cart .tab-list .size {
  font-size: 15px;
  color: #333;
}
#cart .tab-list .price,
#cart .tab-list .total {
  font-size: 15px;
  color: #333;
  padding-top: 5px;
}
#cart .tab-list .price del {
  color: #666;
  font-size: 14px;
}
#cart .tab-list .number {
  padding-bottom: 10px;
}
#cart .tab-list2 {
  width: 100%;
}
#cart .tab-list2 thead td {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 6px;
	visibility: visible;
	text-align: center;
	background: #069601;
}
#cart .tab-list2 th {
  font-size: 15px;
  background: #b6b6b6;
  color: #fff;
  padding: 6px;
  text-align: center;
  border: 1px solid #ccc;
}
#cart .tab-list2 td {
	font-size: 15px;
	padding: 6px;
	border: 1px solid #ccc;
	text-align: center;
}
#cart .tab-list2 .number {
    text-align: center;
  }
@media only screen and (min-width: 480px) {
  #cart .tab-list .pic {
    width: 120px;
  }
  #cart .tab-list .right-480 {
    /*width: calc(100% - 135px);*/
  }
  #cart .tab-list .price,
  #cart .tab-list .total {
    padding-top: 10px;
  }
  #cart .tab-list .number {
    padding-top: 10px;
  }
}



@media only screen and (min-width: 768px) {
  #cart .tab-list .c1 {
    width: 90px;
  }
  #cart .tab-list .number {
    min-width: 60px;
    text-align: center;
  }
  
    #cart .tab-list .size {
    width: 320px;
    text-align: center;
  }
 
  #cart .tab-list .price,
  #cart .tab-list .total {
    text-align: center;
  }
  
  
}





.total-bo {
  text-align: right;
  padding:15px 20px;
  color:#000;
  background: #f1f1f1;
}
.total-bo .box {
  padding:2.5px 0;
}
.total-bo .box.redfont {
  font-size: 18px;
  color: #d1183b;
}
.total-bo .name {
  display:inline-block;
}
.total-bo .text {
  display:inline-block;
  width:110px;
}
.total-bo .discount {
  color: #da778a;
  font-size: 14px;
}
#cart .count {
  padding: 20px 10px;
  background: #f1f1f1;
  text-align: right;
  font-size: 15px;
  line-height: 1.8;
}
#cart .count strong {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: #d1183b;
}
#cart #btn-group {
  margin-top: 30px;
}
#cart .form-wrap .selectBox {
  margin-bottom: 10px;
}
#cart .form-wrap .option {
padding: 5px 10px;
    border-radius: 4px;
    margin: 5px 0 15px 5px;
    text-align: left;
    font-size: 14px;
    color: #dc5401;
    line-height: 1;
    float: left;
}
/*#cart .form-wrap .option a {
  font-size: 13px;
  color: #333;
}
#cart .form-wrap .option a:hover {
  color: #666;
  text-decoration: none;
}*/
#cart .form-wrap .btn-reload {
  font-size: 13px;
  border: #ccc 1px solid;
  padding: 3px 10px;
  border-radius: 7px;
  margin: 10px 0 15px;
  color: #000;
  background: #fff;
  margin: 0;

  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#cart .form-wrap .btn-reload:hover {
  background: #666;
  color: #f1f1f1;
  border: #666 1px solid;

  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
  #cart .form-wrap h4.ti {
    float: left;
	color: #8a6731;
  }
@media only screen and (min-width: 992px) {

  #cart .form-wrap .option {
    float: right;
    margin: 0;
  }
}
#cart .form-wrap .radio-style {
  font-size: 15px;
  line-height: 1.8;
  background: #f0f0f0;
}
#cart .form-wrap .radio-style .note {
  color: #bf5267;
  font-size: 14px;
  margin-left: 18px;
}
#cart .form-wrap .radio-style .sub {
  margin-left: 18px;
  border-left: #ccc 3px solid;
  width: calc(100% - 15px);
}
#cart .form-wrap .radio-style .open {
  display: none;
}
#cart .form-wrap .radio-style td {
  padding: 8px 10px;
  vertical-align: top;
  text-align: left;
}
#cart .form-wrap .radio-style td[colspan="2"] {
  padding: 0 10px;
}
#cart .form-wrap .radio-style .sub td {
  padding: 8px 10px;
  border-bottom: #ccc 1px solid;
}
#cart .form-wrap .radio-style .bg {
  background: #e3e3e3;
}
@media only screen and (min-width: 768px) {
  #cart .form-wrap .radio-style td.c1 {
    width: 200px;
  }
  #cart .form-wrap .radio-style .sub td.c1 {
    width: 170px;
  }
}
#cart .edit-btn {
  width: 150px;
  float: right;
  margin: 30px 0;
}
#cart .done-txt {
  padding: 20px 10px;
  background: #f1f1f1;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
}
#cart .done-txt strong {
  font-size: 18px;
  font-weight: 400;
  color: #d86816;
}
#cart .done-txt hr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}
#cart .done-txt .payment {
  color: #333;
  text-align: left;
  margin: 0 10px;
}


/*購物車流程*/
.steppic {
}
.steppic ul {
	margin: 20px 0 50px;
	padding: 0;
}
.steppic ul::after {
	content: "";
	display: block;
	clear: both;
}
.steppic > ul > li {
	width: calc(80%/4);
	float: left;
    border: #d0e6b6 solid 1px;
    border-radius: 2px;
	padding: 8px;
	text-align: center;
	list-style-type: none;
	opacity: 0.5;
	background-color: #f2f2f2;
	    box-sizing: border-box;
}
.steppic > ul > li h1 {
	height: 60px;
	font-size: 15px;
	margin: 0 auto;
	padding: 0 0 0 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
 @media (min-width:1200px) {
.steppic > ul > li h1 {
	width: 80%;
}
}
 @media (min-width:690px) and (max-width:1199px) {
.steppic > ul > li {
	padding: 6px 6px;
}
}
 @media (max-width:689px) {
.steppic > ul > li {
	display: none;
}
.steppic > ul > li.current {
	width: 100%;
	display: block;
}
.steppic > ul > li:nth-of-type(1) h1 {
	background: url(../icon_cart01.jpg) no-repeat calc(50% - 70px) center;
}
.steppic > ul > li:nth-of-type(3) h1 {
	background: url(../icon_cart02.jpg) no-repeat calc(50% - 70px) center;
}
.steppic > ul > li:nth-of-type(5) h1 {
	background: url(../icon_cart03.jpg) no-repeat calc(50% - 70px) center;
}
.steppic > ul > li:nth-of-type(7) h1 {
	background: url(../icon_cart04.jpg) no-repeat calc(50% - 70px) center;
}
}
.steppic > ul > li.current {
	opacity: 1;
}
 @media (min-width:690px) {
.steppic > ul > li:nth-of-type(1) h1 {
	background: url(../icon_cart01.jpg) no-repeat 0px center;
}
.steppic > ul > li:nth-of-type(3) h1 {
	background: url(../icon_cart02.jpg) no-repeat 0px center;
}
.steppic > ul > li:nth-of-type(5) h1 {
	background: url(../icon_cart03.jpg) no-repeat 0px center;
}
.steppic > ul > li:nth-of-type(7) h1 {
	background: url(../icon_cart04.jpg) no-repeat 0px center;
}
}
.steppic > ul > li:nth-of-type(2), .steppic > ul > li:nth-of-type(4), .steppic > ul > li:nth-of-type(6) {
	width: 3%;
	min-height: 70px;
	border: none;
	opacity: 0.8;
	background: url(../icon_cartarrow.png) no-repeat center center;
}


/*recommend*/
.recommend{
  position: relative;
  overflow: hidden;
  background-color: #EFEFEF;
}
.recommend:before{
  content: '';
  position: absolute;
  width: 2000px;
  height: 2000px;
  border-radius: 100%;
  left: 50%;
  margin-left: -1000px;
  bottom: -1750px;
}
.recommend .item{
  margin: 40px 5px 25px;
}
.recommend .item .slick-arrow{
  width: 30px;
  height: 30px;
  position: absolute;
  top: -35px;
  font-size: 0;
  border: none;
  z-index: 100;
  outline: none;
}
.recommend .item .slick-prev{
  right: 35px;
  background: url(../aw.png) no-repeat center center;
  background-size: 30px;
}
.recommend .item .slick-next{
  right: 0;
  background: url(../aw.png) no-repeat center center;
  background-size: 30px;
  transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
}
.recommend .item .box{
  margin: 0 auto;
  display: block;
  outline: none;
  width: 100%;
  padding: 0 10px;
}
.recommend .item .pic { 
	width:100%;
	float: left;
	overflow: hidden;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #ddd;
	position: relative;
	-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
	-webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.recommend .item .txt{
	width: 100%;
	display: inline-block;
}
.recommend .item .txt .ti {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #000000;
	margin: 10px 0 0 0;
	padding: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	display: inline-block;
}
.recommend .item .box:hover .txt .ti {
	color: #009900;
}
.recommend .item .txt small {
	font-size: 0.95em;
	line-height: 1.6em;
	color: #666;
	display: inline-block;
	margin-top: 7px;
}
.recommend .item .pic .productimg {
	width: 100%;
	height: 200px;
	outline: none;
	display: inline-block;
	float: left;
}
.group-text {
	font-size: 1em;
	line-height: 1.6em;
	color: #069601;
	display: inline-block;
}

@media (min-width: 480px){
  .recommend:before{
    width: 5000px;
    height: 5000px;
    margin-left: -2500px;
    bottom: -4680px;
  }
  .recommend .item .slick-arrow{
    width: 35px;
    height: 35px;
    top: 50%;
    margin-top: -40px;
  }
  .recommend .item .slick-prev{
    left: 0px;
    background-size: 35px;
  }
  .recommend .item .slick-next{
    right: 0px;
    background-size: 35px;
  }
}
@media (min-width: 640px){
  .recommend:before{
    width: 8000px;
    height: 8000px;
    margin-left: -4000px;
    bottom: -7680px;
  }
}
@media (min-width: 768px){
  .recommend .item .slick-arrow{
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -40px;
  }
  .recommend .item .slick-prev{
    background-size: 35px;
  }
  .recommend .item .slick-next{
    background-size: 35px;
  }
}
@media (min-width: 992px){
  .recommend:before{
    width: 15000px;
    height: 15000px;
    margin-left: -7500px;
    bottom: -14680px;
  }
}


/* 資訊 - 詳細頁 */
#product-ov2 {
	width: 100%;
	float: left;
	padding-top: 5px;
}
#product-ov2 img {
  width:auto;
  max-width:100%;
}
#product-ov2 .info {
  width: 100%;
  float:left;
  padding-top: 0;
}
#product-ov2 .info h2 {
    margin: 5px 0 5px;
    font-size: 3em;
    line-height: 1.5;
    color: #074688;
    font-weight: 500;
    float: left;
    width: 100%;
}

#product-ov2 .info h3 {
    margin: 2px 0 10px 0;
    font-size: 0.9em;
    line-height: 20px;
    color: #000000;
    background: #eaeaea;
    padding: 5px 10px;
    font-weight: 400;
    float: left;
    letter-spacing: 1px;
}

#product-ov2 .info .group-brand ul {
  width:100%;
  float:left;
  margin: 0;
  padding: 0;
}
#product-ov2 .info .group-brand ul li {
  margin: 1px 0;
}
#product-ov2 .info .group-brand .ti {
  float: left;
  width: 35px;
  color: #888;
  line-height: 20px;
  font-size:0.9em;
}
#product-ov2 .info .group-brand .txt {
	font-size: 0.9em;
	line-height: 20px;
	color: #333;
	display: block;
	width:50%;
	float:left;
}
#product-ov2 .info .group-brand .brand {
	display: block;
	float: left;
	margin-left: 5px;
}
#product-ov2 .info .group-brand .productimg4 {
	width: 100%;
	height: 50px;
	outline: none;
	display: inline-block;
	float: left;
	padding: 2px;
}
#product-ov2 .info .group {
    margin: 5px 0 0;
    padding: 15px 2px;
    border-top: #8a8a8a dashed 1px;
    width: 100%;
    float: left;
    color: #222;
    line-height: 1.8;
    box-sizing: border-box;
}
#product-ov2 .info .group ul {
  width:100%;
  float:left;
}
#product-ov2 .info .group ul li {
  margin: 5px 0;
  width:100%;
  float:left;
}
#product-ov2 .info .ti {
  margin-right: 10px;
  float: left;
  width: 80px;
  color: #888;
  line-height: 24px;
  font-size:0.95em;
}
#product-ov2 .info .format .ti,
#product-ov2 .info .qut .ti {
  line-height: 32px;
}
#product-ov2 .info .group .txt {
	font-size: 0.95em;
	line-height: 24px;
	color: #111;
	display: block;
	width:73%;
	float:right;
}
#product-ov2 .info .group .txt a {
	color: #c30000;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#product-ov2 .info .group .txt a:hover {
	color: #c30000;
	text-decoration: underline;
}
#product-ov2 .info .discount .txt {
  font-size: 1.083333rem;
  font-size: 13px;
  color: #e47070;
}
#product-ov2 .info .discount .txt span {
  display: block;
  margin-bottom: 5px;
  font-size: 1.8em;
  color: #f17100;
}
#product-ov2 .productimg3 {
	width: 50px;
	height: 50px;
	outline: none;
	display: inline-block;
	float: left;
	padding: 5px;
	border: 1px solid #006600;
	margin-right: 5px;
}
#product-ov2 .info .goods-btn ul {
    float: left;
    width: calc(50% - 4px);
    margin: 8px 2px;
    padding: 0px;
}
#product-ov2 .info .goods-btn ul li.btn-cart {
   float: left;
   width: 100%;
}







#product-ov2 .info .goods-btn ul li.btn-wish {
	float: left;
	width: 40%;
	padding: 9px 0 0 15px;
}

#product-ov2 .brief {
	line-height: 26px;
	float: left;
	width: 100%;
	margin: 10px 0 0;
	padding: 35px 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #006600;
}
@media (min-width: 992px) and (max-width: 1199px) {
#product-ov2 .info .group .txt {
	width: 63%;
	float: right;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#product-ov2 .info .group .txt {
	width: 85%;
	float: right;
}
}
@media (max-width: 767px) {
#product-ov2 .info .group .txt {
	width: 75%;
	float: left;
}
}
@media only screen and (max-width: 480px) {
#product-ov2 .info .group .txt {
	width: 100%;
	float: left;
}
#product-ov2 .info .goods-btn ul.style-ul li {
    float: none;
    width: 100%;
}

}

/*產品數量*/
.handle-counter { overflow: hidden; }
.handle-counter .counter-minus,  .handle-counter .counter-plus,  .handle-counter input {
  float: left;
  text-align: center;
}
.handle-counter .counter-minus,  .handle-counter .counter-plus { text-align: center; }
.handle-counter input {
width: 70px;
    height: 28px;
	border: 1px solid #ddd;
	
}
.handle-counter .btn {
    padding: 3px 10px;
    border: 1px solid  transparent;
    color: #fff;
}
.handle-counter .btn:disabled, .handle-counter .btn:disabled:hover {
  background-color: darkgrey;
  cursor: not-allowed;
}
.handle-counter .btn-primary {
	background-color: #969696;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.handle-counter .btn-primary:hover, .handle-counter .btn-primary:focus { background-color: #b0cb00; }


/*產品介紹篩選*/
	.abgne-menu input[type="radio"] {
		display: none;
	}
	.abgne-menu input[type="radio"] + label {
    display: inline-block;
    background-color: #d4d4d4;
    cursor: pointer;
    color: #191919;
    padding: 3px 20px;
    margin: 0 6px 10px 0;
    box-sizing: border-box;
    border-radius: 1px;
	}
	.abgne-menu input[type="radio"]:checked + label {
		background-color: #ff8d00;
		color: #fff;
	}
	

.w150 {
	width: 150px;
}

.w50 {
	width:50px;
}

.nav-style {
	display: block;
	width: 100%;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0 0 3px 0;
	background: url(../line_header.png) no-repeat left bottom;
}
@media screen and (max-width: 767px) {
.nav-style {
    background: none;
}
}


.add01 {
	width: 30%;
	float: left;
	    margin-bottom: 10px;
}
.add02 {
	width: 69%;
	float: left;
	margin-left: 1%;
	    margin-bottom: 10px;
}


@media (max-width: 480px){
.add01 {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.add02 {
	width: 100%;
	float: left;
	margin-left: 0;
	    margin-bottom: 10px;
}
}


.edit {

}
.edit strong {
  font-weight: bold;
}

.edit em{
    font-style: italic;
}

.edit hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.edit h1, h2, h3, h4, h5, h6 
 { 
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.edit h1, h2, h3
{
  margin-top: 20px;
  margin-bottom: 18px;
}
.edit h4, h5, h6
 {
  margin-top: 10px;
  margin-bottom: 8px;
}
.edit h1 {
  font-size: 36px;
}
.edit h2 {
  font-size: 30px;
}
.edit h3 {
  font-size: 24px;
}
.edit h4 {
  font-size: 18px;
}
.edit h5{
  font-size: 14px;
}
.edit h6{
  font-size: 12px;
}
.edit p {
    font-size: 15px;
    line-height: 2;
    margin: 0 0 10px;
}

.edit p a {
    text-decoration: none;
    border-bottom: 1px dashed #215C93;
    padding-bottom: 2px;
}


.edit ul, ol {
    margin-top: 5px;
    margin-bottom: 5px;
}

.edit ul{
    padding-left: 25px;
    list-style-type: disc;
}
.edit ol{
    padding-left: 25px;
    list-style-type: decimal;
}
.edit li{
    margin-bottom: 10px;
	    list-style: disc;
}

.edit sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.edit sup {
  top: -.5em;
}
.edit sub {
  bottom: -.25em;
}
.edit address {
    margin-bottom: 20px;
    font-style: italic;
    line-height: 1.42857;
}



