/*--------------------------------------------------------------------------
[Table of contents]

01 Base CSS
02 Desktop CSS
03 Mobile CSS
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
|  01  Base CSS 
--------------------------------------------------------------------------*/
.wsfullmain html,
.wsfullmain body,
.wsfullmain iframe,
.wsfullmain h1,
.wsfullmain h2,
.wsfullmain h3,
.wsfullmain h4,
.wsfullmain h5,
.wsfullmain h6 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font: inherit;
	vertical-align: baseline;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	font-family:"微軟正黑體",Microsoft JhengHei,Microsoft YaHei ,Century Gothic, Helvetica, Arial, Verdana, 新細明體;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased !important;
}

.wsfullmain .cl {
	clear: both;
}

.wsfullmain .clearfix:before,
.wsfullmain .clearfix:after {
	content: "";
	display: table;
}

.wsfullmain .clearfix:after {
	clear: both;
}

.wsfullmain .clearfix {
	zoom: 1;
}

.wsfullmain textarea {
	font-family:"微軟正黑體",Microsoft JhengHei,Microsoft YaHei ,Century Gothic, Helvetica, Arial, Verdana, 新細明體;
}

.wsfullmain img,
object,
embed,
video {
	border: 0 none;
	max-width: 100%;
}

.wsfullmain a:focus {
	outline: none !important;
}

.wsfullmain:before,
.wsfullmain:after {
	content: "";
	display: table;
}

.wsfullmain:after {
	clear: both;
}

/*--------------------------------------------------------------------------
|  02 Desktop CSS
--------------------------------------------------------------------------*/

.ani01 {
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
}

#wstoggle {
	display: block;
	width: 100px;
	height: 60px;
	position: fixed;
	right: 45px;
	top: 10px;
	font-size: 24px;
	line-height: 54px;
	z-index: 1000;
	text-align: right;
	cursor: pointer;
}
.wstoggle{transition:0.5s all;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all; }
.wstoggle_h{top:0px !important;}

#wstoggle:before {
	content: "商品分類";
	font-size: 16px;
	font-style: normal;
	text-indent: 29px;
	text-transform: uppercase;
	font-family:"微軟正黑體",Microsoft JhengHei,Microsoft YaHei ,Century Gothic, Helvetica, Arial, Verdana, 新細明體;
	color: #182F51;
	font-weight: bold;
}

#wstoggle span {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 2px;
	background-color: #182F51;
	vertical-align: middle;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s;
	margin-top: 1px;
	margin-left: 6px;
	width: 22px;
}

#wstoggle span:after,
#wstoggle span:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 26px;
	height: 2px;
	left: 0;
	background-color: #182F51;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

#wstoggle span:before {
	top: -8px;
	background-color: #182F51;
	-webkit-transition-property: top, transform;
	-moz-transition-property: top, transform;
	-ms-transition-property: top, transform;
	-o-transition-property: top, transform;
	transition-property: top, transform
}

#wstoggle span:after {
	bottom: -8px;
	background-color: #182F51;
	-webkit-transition-property: bottom, transform;
	-moz-transition-property: bottom, transform;
	-ms-transition-property: bottom, transform;
	-o-transition-property: bottom, transform;
	transition-property: bottom, transform
}

#wstoggle:hover,
#wstoggle:hover:before

{
color:#0E4290
}




#wstoggle.active:before {color:#FFF}

#wstoggle.active span {
	background-color: transparent;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	-ms-transition-delay: 0s, 0s;
	-o-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s;
}

#wstoggle.active span:after,
#wstoggle.active span:before {
	-webkit-transition-delay: 0s, .3s;
	-moz-transition-delay: 0s, .3s;
	-ms-transition-delay: 0s, .3s;
	-o-transition-delay: 0s, .3s;
	transition-delay: 0s, .3s;
	background-color: #FFF;
}

#wstoggle.active span:before {
	top: 0;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

#wstoggle.active span:after {
	bottom: 0;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}


/*=================== END Menu toggle ===================*/


.main,
body.wsfopen {
	overflow: hidden;
}



.wsfmain {
	bottom: 0;
	height: 100%;
	left: 0;
	/*overflow-y: auto;*/
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	display: block;
}

.wsfmenufull {
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	position: absolute;
	top: 0;
	transform: scaleX(0);
	transition: transform 0.4s ease 0.07s;
}

.wsfmenufull .wsfwrap {
	display: block;
	height: 100%;
	width: 100%;
}

.wsfmenufull .wsfwrapinner {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 155px 55px 55px 55px;
}

.wsfopen .wsfmenufull {
	transform: scaleX(1);
}

.wsfopen .wsfmain {
	pointer-events: auto;
}

.wslogo {
	width: 128px;
	margin: 0 auto;
	display: block;
	padding-bottom: 35px;
}

.wsfulllinksty {
	width: 25%;
	margin: 0;
	padding: 45px 0px;
	list-style: none;
	float: left;

}

.wsfulllinksty li:first-child {
	padding-bottom: 15px;
	letter-spacing: 1px;
}

.wsfulllinksty li {
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	display: block;
	text-transform: uppercase;
	line-height: 29px;

}

.wsfulllinksty li a {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;

}

.wsfulllinksty li a:hover {
	text-decoration: underline;
}


.wsbottompart {
	width: 100%;
	display: block;
	border-top: solid 1px rgba(255, 255, 255, 0.25);
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 25px 0px 35px 0px;
	position: fixed;
	bottom: 0px;

}

.wsbottompart a {
	color: #fff;
	text-decoration: none
}

.wsbottompart span {
	padding: 0px 4px;
}

.wsbottompart a:hover {
	text-decoration: underline
}



/*Color Animation*/

.wsfanimatedcolors {
	/*background: linear-gradient(225deg, #00468C, #6fce6f, #49a5ea, #9b6de3);*/
	/*background: linear-gradient(225deg, #00468C, #36927B, #007E95, #6A6BA8);*/
	background: linear-gradient(225deg, #94D2C9, #89C8E3, #A2B4EB, #94D2C9);
	background-size: 1000% 1000%;
	-webkit-animation: wsgdrcolors 15s ease infinite;
	-moz-animation: wsgdrcolors 15s ease infinite;
	animation: wsgdrcolors 15s ease infinite;
}

@-webkit-keyframes wsgdrcolors {
	0% {
		background-position: 0% 90%
	}

	50% {
		background-position: 100% 11%
	}

	100% {
		background-position: 0% 90%
	}
}

@-moz-keyframes wsgdrcolors {
	0% {
		background-position: 0% 90%
	}

	50% {
		background-position: 100% 11%
	}

	100% {
		background-position: 0% 90%
	}
}

@keyframes wsgdrcolors {
	0% {
		background-position: 0% 90%
	}

	50% {
		background-position: 100% 11%
	}

	100% {
		background-position: 0% 90%
	}
}

/*Color Animation*/


.MtypeTitle{font-size:20px; color:#FFF; font-weight: bold; margin-bottom: 15px;}
.pdmenu{}
.pdmenu ul{list-style-type: none; margin: 0px; padding: 0px;}
.pdmenu ul li{ width:20%; float: left; padding: 1px;
			   transition:0.5s all;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;
}
.pdmenu ul li .pdtypeImg{width:100%; height:auto; overflow: hidden; font-size:100px; text-align: center;}
.pdmenu ul li .pdtypeImg img{width:100%; height:auto; max-height: 120px;}
.pdmenu ul li .pdtypeBox{height: 140px; overflow: hidden}
.pdmenu ul li .pdtypeTitle{width:100%; font-size:15px; font-weight: bold; margin-bottom: 5px;}
.pdmenu ul li .pdtypeCont{width:100%; height:43px; font-size:14px; font-weight: normal; overflow: hidden;
						  overflow: hidden;
						  text-overflow: ellipsis;
						  display: -webkit-box;
						  -webkit-box-orient: vertical;
						  -webkit-line-clamp: 2;
						  box-sizing:border-box;
}
.pdmenu ul li a{color:#333;text-decoration: none; width:100%; height:auto; background:rgba(255,255,255,.6); border:solid 1px rgba(255,255,255,.6); padding: 10px; display:block;
transition:0.5s all;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;}
.pdmenu ul li a i{transform: scale(.9) translateY(-5px);-webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.pdmenu ul li a:hover{background:rgba(255,255,255,.3); border:solid 1px rgba(255,255,255,1);}
/*.pdmenu ul li a.swhite{color:#FFF; background:rgba(0,0,0,.5); border:solid 1px rgba(0,0,0,.2);text-shadow:3px 3px 5px #000;}*/
.pdmenu ul li a.swhite{color:#FFF; background:rgba(1,28,66,.2); border:solid 1px rgba(1,28,66,0);text-shadow:3px 3px 5px #000;}
.pdmenu ul li a:hover.swhite{color:#FFF; background:rgba(1,28,66,.5); border:solid 1px rgba(1,28,66,.5);}
.pdmenu ul li a:hover i{transform: scale(1) translateY(-5px)}

/*.pdmenu ul li a.pdColor1:hover i{color:#BF4B47}
.pdmenu ul li a.pdColor2:hover i{color:#C75533}
.pdmenu ul li a.pdColor3:hover i{color:#BB8D2F}
.pdmenu ul li a.pdColor4:hover i{color:#69984A}
.pdmenu ul li a.pdColor5:hover i{color:#00786F}
.pdmenu ul li a.pdColor6:hover i{color:#015C91}
.pdmenu ul li a.pdColor7:hover i{color:#7B3686}
.pdmenu ul li a.pdColor8:hover i{color:#982870}
.pdmenu ul li a.pdColor9:hover i{color:#617559}
.pdmenu ul li a.pdColor10:hover i{color:#2A6859}
.pdmenu ul li a.pdColor11:hover i{color:#3A7793}
.pdmenu ul li a.pdColor12:hover i{color:#335473}
.pdmenu ul li a.pdColor13:hover i{color:#C96458}
.pdmenu ul li a.pdColor14:hover i{color:#F0BD10}
.pdmenu ul li a.pdColor15:hover i{color:#83775B}
.pdmenu ul li a.pdColor16:hover i{color:#D97D00}*/

.pdmenu ul li a.pdColor1:hover  i{color:rgba(237,51,56,1)}
.pdmenu ul li a.pdColor2:hover  i{color:rgba(243,117,77,1)}
.pdmenu ul li a.pdColor3:hover  i{color:rgba(248,169,94,1)}
.pdmenu ul li a.pdColor4:hover  i{color:rgba(254,221,44,1)}
.pdmenu ul li a.pdColor5:hover  i{color:rgba(143,198,79,1)}
.pdmenu ul li a.pdColor6:hover  i{color:rgba(0,172,88,1)}
.pdmenu ul li a.pdColor7:hover  i{color:rgba(1,173,237,1)}
.pdmenu ul li a.pdColor8:hover  i{color:rgba(1,135,170,1)}
.pdmenu ul li a.pdColor9:hover  i{color:rgba(7,104,175,1)}
.pdmenu ul li a.pdColor10:hover i{color:rgba(100,62,137,1)}
.pdmenu ul li a.pdColor11:hover i{color:rgba(219,96,140,1)}
.pdmenu ul li a.pdColor12:hover i{color:rgba(201,49,134,1)}
.pdmenu ul li a.pdColor13:hover i{color:rgba(248,116,164,1)}
.pdmenu ul li a.pdColor14:hover i{color:rgba(240,189,16,1)}
.pdmenu ul li a.pdColor15:hover i{color:rgba(246,150,27,1)}
.pdmenu ul li a.pdColor16:hover i{color:rgba(217,125,0,1)}


.pdmenu ul li a.pdColor1:hover i,
.pdmenu ul li a.pdColor2:hover i,
.pdmenu ul li a.pdColor3:hover i,
.pdmenu ul li a.pdColor4:hover i,
.pdmenu ul li a.pdColor5:hover i,
.pdmenu ul li a.pdColor6:hover i,
.pdmenu ul li a.pdColor7:hover i,
.pdmenu ul li a.pdColor8:hover i,
.pdmenu ul li a.pdColor9:hover i,
.pdmenu ul li a.pdColor10:hover i,
.pdmenu ul li a.pdColor11:hover i,
.pdmenu ul li a.pdColor12:hover i,
.pdmenu ul li a.pdColor13:hover i,
.pdmenu ul li a.pdColor14:hover i,
.pdmenu ul li a.pdColor15:hover i,
.pdmenu ul li a.pdColor16:hover i{text-shadow:5px 5px 5px #000;}





@media only screen and (max-width: 1033px) {
	.pdmenu ul li a{height:220px;}
}
@media only screen and (max-width: 920px) {
	.pdmenu ul li{ width:25%;}
	.pdmenu ul li .pdtypeTitle{font-size:15px;}
	.pdmenu ul li .pdtypeImg{font-size:60px;}
	.pdmenu ul li a{height:180px;}
}
@media only screen and (max-width: 640px) {
	.MtypeTitle{font-size: 18px; margin-bottom: 10px;}
	.pdmenu ul li{ width:33.333%;}
}
@media only screen and (max-width: 520px) {
	.pdmenu ul li{ width:50%;}
}

/*--------------------------------------------------------------------------
|  03 Mobile CSS
--------------------------------------------------------------------------*/
	#wstoggle.active:before {content: "";}
	#wstoggle.active {right: 25px;}
	.wsfmenufull .wsfwrap {overflow: auto;padding-bottom: 40px;}
	.wsfmenufull .wsfwrap::-webkit-scrollbar {width: 8px;}
	.wsfmenufull .wsfwrap::-webkit-scrollbar-track {background: transparent;}
	.wsfmenufull .wsfwrap::-webkit-scrollbar-thumb {background: rgba(0,0,0,.3);border-radius: 10px;}
	.wsfmenufull .wsfwrap::-webkit-scrollbar-thumb:hover {background: rgba(0,0,0,.5); cursor: pointer !important;}
	
	.wsfmenufull .wsfwrapinner {
		padding: 45px 45px;
	}
	.wsfulllinksty {
		width: 100%;
		padding: 10px 0px;
	}

@media only screen and (max-width: 880px) {
	#wstoggle.active:before {content: "";}
	
	/*.wsfulllinksty {
		width: 100%;
		padding: 10px 0px;
	}

	.wsfopen .wsfmain {
		position: static;
		overflow: auto;
	}

	.wsfmenufull {
		position: static;
		overflow: auto;
	}

	.main,
	body.wsfopen {
		overflow: auto;
	}

	.wsfmenufull .wsfwrapinner {

		padding: 45px 25px;
	}

	.wsbottompart {
		position: static;
		line-height: 25px;
		padding: 35px 20px;
	}*/
}
@media only screen and (max-width:660px) {
	#wstoggle {width: 32px;}
}