﻿@charset "utf-8";
/* CSS Document */
*
{
    padding: 0;
    margin: 0 0 0 0;
}

img
{
    border: 0px;
}
a{
    text-decoration:none;
}
ul li{
    list-style-type:none;
    display:inline;
}

.size1 {
	width: 100%;
	margin: auto;
}
.sizeB2 {
	width: 100vw;
	margin-right: auto;
	margin-left: auto;
}
.sizeIMG1 {
	width: 100%;
	height: 20px;
}
.sizeIMG2 {
	width: 100%;
	height: 20px;
}
.sizeIMG3 {
	width: 100%;
	height: 1px;
	border-bottom:1px dashed #949397;
}
body{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.body_color1{
	background-color: #4D4D4D;
}
.body_color2{
	background-color: #F2F2F2;
}
html{
	margin: 0px;
	height: 100%;
	min-height: 100%;
}
.wrapper{
    min-height: 100%;
}
input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label {
    /*文字樣式*/
	font-family: "Microsoft JhengHei";
	color: #4d4d4d;
	font-size: 1.1em;
	letter-spacing: 0.1em;
}

input[type="checkbox"] + label span {
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	vertical-align: middle;
	background: url("../images/label_iconA_1.png") no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	margin:-4px 5px 0px 10px;
}

input[type="checkbox"]:checked + label span {
    background: url("../images/label_iconA_2.png") no-repeat;
	background-size: 100% 100%;
}
#header2 {
	width: 100%;
	height: 3.5em;
}
.header2_logo{
	height: 8vw;
	margin-top: 4vw;
	margin-bottom:0vw;
	margin-left: 4vw;
	margin-right: 4vw;
}
.header2_logo:hover{
	opacity:0.5;
}
#header {
	position: fixed;
	z-index: 999;
	background-color: #FFF;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	TOP: -0.1em;
	width: 101%;
	left: -0.1em;
	right: -0.1em;
}
#headerC {
	width: 100%;
	background-color: #FFF;
	height: 3.45em;
}
.header_logo {
	height: 1.75em;
	margin-top: 1em;
	margin-bottom: 0.8em;
	margin-left: 0.8em;
	margin-right: 1em;
}
.header_logo:hover{
	opacity:0.5;
}
.header_logo2 {
	height: 4em;
	padding: 0em;
	margin-top: 0.0em;
	margin-bottom: 0.0em;
	margin-left: 0em;
	margin-right: 9.5em;
	float: right;
	text-align:left;
}
.header_logo2:hover{
	opacity:0.5;
}
.header_img1 {
	width: 2.5em;
}
.header_img2 {
	width: 2.5em;
	padding-right: 1em;
	padding-left: 1em;
	padding-top:0.8em;
}
.header_img2:hover{
	opacity:0.5;
}
.header_TEXT1{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1em;/*字尺寸*/
	line-height: 1.2em;/*行高*/
	letter-spacing: 0.01em;/*字距*/
	color: #000000;/*顏色*/
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 9em;
	padding: 0em;
	margin-top: -2.7em;
	margin-bottom: 0.0em;
	margin-left: 0em;
	margin-right: 0em;
	float: right;
	text-align:left;
}
.table_menu {
	position: static;
	z-index: 1;
	width: 100%;
	background-color: #333;
}
.table_menuTEXT{
	font-family: "Microsoft JhengHei";
	font-size: 1.2em;
	letter-spacing: 0.0em;
	color: #7E8187;
	white-space: nowrap;
	line-height: 3.2em;
	padding-right: 0em;
	padding-left: 1.2em;
}
.table_menuTEXT:hover{
	color: #F5E75D;
}
#content {
	width: 100%;
	position: static;
	z-index: 1;
	background-color: #FFF;
}
#content2 {
	width: 100%;
	position: static;
	z-index: 1;
	background-color: #FFF;
}
.content_left {
	width: 25%;
	background-color: #666666;
	height: 100%;
}
.content_right {
	width: 75%;
	background-color: #FFF;
	height: 100%;
}
.content_right2 {
	width: 75%;
	background-color: #f2f2f2;
	height: 100%;
}
#bann{
	width: 96%;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	position: relative;
	z-index: 1;
}
.banner{
		width:100%;
		position:absolute;
		margin-top:0px;
		top:0;
		left:0px;
		display:none;
		border:none;
		padding:0px;
}
.banner:target{
	display: block;
	padding-top: 0%;
}
.bannerLINK{
	width: 20%;
	position: absolute;
	z-index: 5;
	top: auto;
	margin-top: -2em;
	margin-right: 40%;
	margin-left: 40%;
}
.bannerLINK_T1{
	font-size: 1.5em;
	color: #FFF;
	text-shadow: 0px 0px 5px #000;
	opacity:0.4;

}
.bannerLINK_T1:hover{
	color: #ffff00;
	text-shadow: 0px 0px 10px #ffff00;
	opacity:1;
}
.bannerIMG{
	width: 100%;
	margin-top: 0px;
	z-index: 3;
}
.bannerIMG2{
	width: 100%;
	top: 0px;
	z-index: 1;
}
.TOP{
	position: fixed;
	z-index: 99;
	bottom: 1em;
	right: 1.2em;
	width: 100px;
}
.TOP:hover  {
    opacity:0.5;
}
.TOP_T1{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.5em;/*字尺寸*/
	line-height: 1.4em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #000;/*顏色*/
	font-weight: normal;
	width: 100%;
	margin-left: 2%;
	height: 4em;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 2.8em;
	margin-top: 0.0em;
	margin-bottom: 0.5em;
	border: 0px solid #FFFBC2;
	float: left;
}
#footerC {
	width: 100%;
	background-color: #FFF;
	height: 4.1em;
}
#footer {
	position: fixed;
	z-index: 99;
	bottom: -1px;
	width: 101%;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.foote_IMG1{
	width: auto;
	height: 20vw;
	max-height: 2.3em;
	margin: auto;
}
.foote_LINK1{
    opacity:1;
}
.foote_LINK1:hover{
    opacity:0.3;
}
.foote_LINK2{
    opacity:0.3;
}
.foote {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	padding-top: 0em;
	padding-bottom: 0em;
}
.foote_left {
	width: 100%;
	height: 200px;
}
.foote_left2 {
	position: fixed;
	z-index: -1;
	bottom: 0;
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.0);
	text-align:center;
}
.footeTEXT1{
	font-family: "Microsoft JhengHei";
	font-size: 0.9em;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	color: #000;
	font-weight: normal;
	margin-bottom: 0.5em;
}
.footeTEXT2{
	width: 100%;
	font-family: "Microsoft JhengHei";
	font-size: 2.0em;
	letter-spacing: 0.05em;
	line-height: 1em;
	color: #999999;
	font-weight: bold;
	margin-top: 33px;
	margin-bottom: 30px;
	justify-content: center;
 	 align-items: center;
}
.footeTEXT2C1{
	width: 100%;
	max-width: 610px;
	margin: auto;
	display:block;
	border: 0px solid #FFFBC2;
}
.footeTEXT3{
	width: 100%;
	font-family: "Microsoft JhengHei";
	font-size: 27px;
	letter-spacing: 2px;
	line-height: 55px;
	color: #999999;
	font-weight: normal;
	margin-bottom: 10px;
	justify-content: center;
 	 align-items: center;
}
.footeTEXT4{
	width: 97%;
	font-family: "Microsoft JhengHei";
	font-size: 27px;
	letter-spacing: 3px;
	line-height: 44px;
	color: #999999;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 70px;
	justify-content: center;
 	align-items: center;
}
.footeIMG1{
	width: 35px;
}
.footeT3{
	width: 1em;
}
#product{
	width: 100%;
	float: left;
	margin-top: -50px;
	margin-bottom: 40px;
	margin-left: 0%;
	margin-right: auto;
	border: 0px solid #FFFBC2;
}
.sr6_product {
	width: 95%;
	max-width: 1000px;
	float: none;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 4%;
	margin-right: auto;
}
.product3{
	width: 100%;
	position: absolute;
	margin-top: 0px;
	top: 0;
	left: 0px;
	display: none;
	border: none;
	padding: 0px;
	background-color: #FFF;
	height: 100%;
}
.product3:target{
	display:block;
	background-color: #FFF;
}
.product3LINK{
	width: 100%;
	position: absolute;
	z-index: 5;
	top: auto;
}
.product3IMG{
	width: 100%;
	z-index: 3;

}
.product3IMG2{
	width: 100%;
	z-index: 1;
}
.product3IMG3{
	width: 100%;
	z-index: 3;
	margin-top: 7%;
	margin-right: 0%;
}
.product3IMG3:hover{
	/*box-shadow: 0px 0px 15px rgba(255, 255, 0, 0.5);*/
	opacity:0.4;
}
.product3IMG4{
	width: 27%;
	z-index: 1;
}
.menuT1 {
	font-family: "Microsoft JhengHei";
	font-size: 1.1em;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	width: 95%;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0.7em;
	margin-left: 0%;
	font-weight: bold;
}
.menuT1:hover{
	opacity:0.5;
}
.menuT1T {
	font-family: "Microsoft JhengHei";
	font-size: 1.1em;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	width: 95%;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0.7em;
	font-weight: bold;
}
.menuT1T:hover{
	opacity:0.7;
}
.menuT1 a{
	color: #333;
}
.menuIMG1{
	height: 1em;
	opacity: 1;
}
.menuIMG1:hover{
	opacity:0;
}
.menuT2 {
	font-family: "Microsoft JhengHei";
	font-size: 1.1em;
	line-height: 1.2em;
	letter-spacing: 0em;
	width: 95%;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 3%;
	font-weight: bold;
}
.menuT2:hover{
	opacity:0.5;
}
.menuT2 a{
	color: #b3b3b3;
}
.menuIMG2{
	height: 1em;
	opacity: 1;
}
.menuIMG2:hover{
	opacity:0;
}
.menuIMG3{
	height: 1.2em;
	width: 100%;
}
.menuIMG4a{
	width: 100%;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}
.menuIMG4{
	height: 0.8em;
}
.menuIMG4:hover{
	opacity:0;
}
.Ahtml {
	width: 100%;
	margin: 0px;
	padding: 0px;
	word-break: break-all;	
}
.P1 {
	width: 100%;
	margin: 0px;
	padding: 0px;	
}
.P1_TEXT {
	height: 2em;
	background-size: 100% 100%;
	font-family: "Microsoft JhengHei";
	font-size: 1em;
	color: #fff;
	letter-spacing: 0.4em;
	line-height: 1em;
	white-space: nowrap;
	background-color: #000;
	background-image: url(../images/Pb.png);
	background-repeat: no-repeat;
}
.P1_TEXT2 {
    background: url("../images/Pd.png") no-repeat;
	background-size: 100% 100%;
}
.P1_IMG {
	height: 2em;
}
.header_leftlogo2:hover{
	-webkit-filter:brightness(3);
}
.main_left {
	float: left;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
	margin-bottom: 2%;
} 
.main_left2 {
	float: left;
	width: 31%;
	margin-right: 2%;
	margin-top: 1%;
	margin-bottom: 0%;
}
.main_left3 {
	float: left;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
}
.main_left4{
	float: left;
	width: 47.5%;
	padding-right: 2%;
	
}
.main_left5{
	float: left;
	width: 48%;
	padding-left: 2%;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #b3b3b3;
}
.main_left6{
	float: left;
	width: 48%;
	padding-right: 2%;
	top: 0;
	margin-top: 0px;
}
.main_left7{
	float: left;
	width: 48%;
	padding-left: 2%;
	margin-top: 0px;
}
.main_left8{
	float: left;
	width: 90%;
	padding-top: 1%;
	padding-left: 5%;
	padding-right: 5%;
}
.main_left9{
	float: left;
	width: 90%;
	padding-top: 1%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 1%;
	background-color: #FFF;
}
.main_left9a{
	float: left;
	width: 50%;
	padding-top: 1em;
	padding-bottom: 1em;
}
.IMG1{
	width: 100%;
	opacity:1;
}
.IMG1:hover{
	width: 100%;
	opacity:0.7;
}
.IMG1b{
	width: 100%;
	opacity:1;
}
.IMG1b:hover{
	opacity:0.7;
}
.IMG2{
	height: 1em;
}
.IMG2:hover{
	opacity:0;
}
.IMG3{
	width: 100%;
	padding-top: 0%;
}
.IMG4{
	width: 2em;
	padding-top: 1em;
}
.IMG5{
	width: 1.8em;
	padding-top: 0.2em;
}
.IMG6{
	width: 90%;
}
.IMG7{
	width: 9em;
	margin-bottom: 1em;
}
.IMG8{
	width: 17%;
	margin-top: 2%;
	margin-right: 1%;
	margin-bottom: 3%;
	margin-left: 1%;
}
.IMG8:hover{
	opacity:0.8;
	box-shadow: 0px 0px 20px rgba(255, 255, 0, 0.5);
}
.IMG9{
	width: 5em;
	height: 5em;
	margin: 0.3em;
}
.IMG9:hover{
	opacity:0.7;
}
.IMG9b{
	width: 3em;
	height: 3em;
	margin: 0.3em;
}
.IMG9b:hover{
	opacity:0.7;
}
.IMG10{
	width: 3em;
}
.IMG10:hover{
	opacity:0.5;
}
.IMG11{
	height: 1.2em;
}
.tit1 {
	font-family: "Microsoft JhengHei";
	font-size: 1.3em;
	color: #C1272D;
	letter-spacing: 0.4em;
	line-height: 2em;
	width: 100%;
	font-weight: bold;
	margin-top: 1em;
}
.sr {
	width: 100%;
	padding: 8%;
}
.sr2 {
	width: 96%;
	padding-top: 0%;
	padding-right: 2%;
	padding-left: 2%;
	margin-bottom: 2%;
}
.sr3 {
	width: 96%;
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
	margin-bottom: 5%;
}
.sr4 {
	width: 100%;
	padding-top: 1%;
	padding-right: 2%;
	padding-left: 2%;
	margin-bottom: 1%;
}
.sr5 {
	width: 100%;
	padding-top: 1em;
	padding-bottom: 0em;
}
.sr6{
	width: 100%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	margin-top: 0.6em;
}
.sr6b{
	width: 90%;
	margin-right: 5%;
	margin-bottom: 2%;
	margin-left: 5%;
	margin-TOP: 3%;
}
.sr7{
	width: 100%;
	font-family: "Microsoft JhengHei";
	color: #4d4d4d;
	font-size: 1.1em;
	letter-spacing: 0.1em;
}
.sr7b{
	width: 100%;
	font-family: "Microsoft JhengHei";
	color: #333;
	font-size: 1.1em;
	letter-spacing: 0.1em;
}
.sr8{
	width: 98%;
	margin-left: 2%;
}
.sr9 {
	width: 100%;
}
.sr10{
	width: 84%;
	height: 100%;
	padding-top: 50PX;
	padding-right: 8%;
	padding-bottom: 20PX;
	padding-left: 8%;
}
.sr10B{
	width: 100%;
	height: 100%;
	padding-top: 10PX;
	padding-right: 0%;
	padding-bottom: 10PX;
	padding-left: 0%;
}
.sr10C{
	width: 84%;
	padding-top: 30PX;
	padding-right: 8%;
	padding-bottom: 20PX;
	padding-left: 8%;
}
.sr11{
	width: 100%;
	padding-top: 3%;
	padding-right: 10%;
	padding-bottom: 3%;
	padding-left: 10%;
}
.sr12{
	width: 40%;
	padding-top: 1%;
	padding-right: 30%;
	padding-bottom: 1%;
	padding-left: 30%;
}
.pretty1 {
	/*移除箭頭樣式*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	/*改變右邊箭頭樣式*/
	border: 1px double #B3B3B3;
	background: url("../images/pretty-select4.png") no-repeat right center transparent;
	background-size: auto 2.3em;
	width: 100%;
	padding-left: 0.5em;
	background-color: #FFF;
	/*文字樣式*/
	font-family: "Microsoft JhengHei";
	font-size: 1.1em;
	color: #000;
	letter-spacing: 0.1em;
	height: 2.1em;
	margin-bottom: 0em;
	margin-top: 0em;
	border-radius: 0.0em;
}
.pretty1:hover{ 
	box-shadow: 0px 0px 8px #000000;
-webkit-appearance: none;
-webkit-box-shadow: 0px 0px 8px #000000;
-moz-appearance: none;
-moz-box-shadow: 0px 0px 8px #000000;
	border: none;
	outline: none;
}
.inpu1 {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3) inset;
	width: 100%;
	padding-left: 0.5em;
	background-color: #FFF;
	/*文字樣式*/
	font-family: "Microsoft JhengHei";
	font-size: 1.2em;
	color: #000;
	letter-spacing: 0.1em;
	width: 100%;
	height: 2em;
	margin-bottom: 0.4em;
	border-radius: 0.2em;
	outline: none;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
}
.inpu1:hover{
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}
.inpu1B {
	border: none;
	width: 100%;
	padding-left: 0.5em;
	background-color: #e6e6e6;
	/*文字樣式*/
	font-family: "Microsoft JhengHei";
	font-size: 0.9em;
	color: #000;
	letter-spacing: 0em;
	width: 100%;
	height: 2em;
	margin-bottom: 0.1em;
	border-radius: 0.2em;
	outline: none;
	font-weight: bold;
}
.inpu2 {
	border: none;
	border: 1px solid #CFD0D2;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) inset;
	width: 97%;
	padding: 1.5%;
	background-color: #FFF;
	/*文字樣式*/
	font-family: "Microsoft JhengHei";
	font-size: 1.0em;
	color: #999999;
	letter-spacing: 0.2em;
	margin-TOP: 0em;
	margin-bottom: 0em;
	border-radius: 0em;
	outline: none;
	font-weight: normal;
}
.inpu2:hover{
	border: 1px solid #000000;
	color: #000000;
}
.inpu2B {
	border: none;
	width: 100%;
	padding: 0.2em;
	background-color: #e6e6e6;
	/*文字樣式*/
	font-family: "Microsoft JhengHei";
	font-size: 0.9em;
	color: #000;
	letter-spacing: 0.1em;
	width: 100%;
	margin-bottom: 0.2em;
	border-radius: 0.2em;
	outline: none;
	font-weight: bold;
}
.inpu3 {
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6) inset;
	width: 100%;
	background-color: #006837;
	/*文字樣式*/
	font-family: "Microsoft JhengHei";
	font-size: 1.1em;
	color: #cccccc;
	letter-spacing: 0.5em;
	width: 100%;
	border-radius: 0.2em;
	outline: none;
	font-weight: bold;
	text-align: center;
	padding-top: 0.4em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	text-decoration: line-through;
}
.input_text1 {
	font-family: "Microsoft JhengHei";
	font-size: 1.1em;
	color: #CCC;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	width: 8em;
	height: 2em;
	outline: none;
	padding-left: 8PX;
	padding-right: 8PX;
	border-bottom-width: 1px;
	border: 1px solid #999999;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 4PX;
	margin-right: 4PX;
	text-align: center;
}
.input_text1:hover{
	border: 1px solid #000000;
	color: #000000;
	text-align: left;
}
.input_text1img {
	height: 3em;
}
.input_text1img:hover{
	-webkit-filter:drop-shadow(0em 0em .5em #FFFF00);
}
.input_text1img2 {
	height: 2.5em;
}
.input_text2 {
	font-family: "Microsoft JhengHei";
	font-size: 1.0em;
	color: #999999;
	letter-spacing: 0.2em;
	line-height: 0;
	width: 97%;
	height: 2em;
	outline: none;
	padding-left: 2.5%;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 2em;
	margin-left: 0em;
	margin-right: 0em;
}
.input_text2:hover{
	color: #000000;
	border: 1px solid #000000;
}
.input_text2img {
	height: 3em;
}
.input_text2img:hover{
	-webkit-filter:drop-shadow(0em 0em .5em #FFFF00);
}
.input_text2img2 {
	height: 2.5em;
}
.input_text2b {
	border: 1px double #999;
	width: 100%;
	background-color: #FFF;
	/*文字樣式*/
	font-family: "Microsoft JhengHei";
	font-size: 1.25em;
	color: #000;
	letter-spacing: 0.1em;
	width: 100%;
	height: 1.7em;
	margin-bottom: 0.1em;
	outline: none;
	text-align:center;
}
.input_text2b:hover{
	box-shadow: 0px 0px 5px rgba(255, 255, 0, 0.5);
}
.button1{
	font-family: "Microsoft JhengHei";
	font-size: 1.1em;
	color: #fff;
	letter-spacing: 0.2em;
	line-height: 2.1em;
	width: 100%;
	outline: none;
	background-image: url(../images/background.png);
	background-size: 100% 100%;
	border: none;
	border-radius: 0.2em;
	box-shadow: 1.5px 1.5px 2px 0px rgba(0,0,0,0.5);
	margin-top: -0.25em;
}
.button1:hover{
	box-shadow: 0px 0px 10px 0px rgba(255,255,0,0.5) ;
	opacity:0.4;
}
.button2 {
	height: 2.2em;
	border-top-right-radius: 0.2em;
	border-bottom-right-radius: 0.2em;
	margin-bottom: 0.1em;
	border: 1px solid #666;
}
.button2:hover{
	box-shadow: 0px 0px 10px rgba(255, 255, 0, 0.8);
}
.button2b {
	height: 2.1em;
	border-top-left-radius: 0.2em;
	border-bottom-left-radius: 0.2em;
	margin-bottom: 0.1em;
	border: 1px solid #666;
}
.button2b:hover{
	box-shadow: 0px 0px 10px rgba(255, 255, 0, 0.8);
}
.button3A{
	font-family: "Microsoft JhengHei";
	font-size: 1.1em;
	color: #fff;
	letter-spacing: 0.2em;
	line-height: 2.1em;
	width: 100%;
	outline: none;
	background-image: url(../images/background2.png);
	background-size: 100% 100%;
	border: none;
	border-radius: 0.2em;
	box-shadow: 1.5px 1.5px 2px 0px rgba(0,0,0,0.5);
}
.button3A:hover{
	box-shadow: 0px 0px 10px 0px rgba(255,255,0,0.5) ;
	opacity:0.4;
}
.button3B{
	font-family: "Microsoft JhengHei";
	font-size: 1.1em;
	color: #fff;
	letter-spacing: 0.2em;
	line-height: 2.1em;
	width: 100%;
	outline: none;
	background-image: url(../images/background3.png);
	background-size: 100% 100%;
	border: none;
	border-radius: 0.2em;
	box-shadow: 1.5px 1.5px 2px 0px rgba(0,0,0,0.5);
}
.button3B:hover{
	box-shadow: 0px 0px 10px 0px rgba(255,255,0,0.5) ;
	opacity:0.4;
}
.button3C{
	font-family: "Microsoft JhengHei";
	font-size: 1.1em;
	color: #fff;
	letter-spacing: 0.2em;
	line-height: 2.1em;
	width: 100%;
	outline: none;
	background-image: url(../images/background4.png);
	background-size: 100% 100%;
	border: none;
	border-radius: 0.2em;
	box-shadow: 1.5px 1.5px 2px 0px rgba(0,0,0,0.5);
}
.button3C:hover{
	box-shadow: 0px 0px 10px 0px rgba(255,255,0,0.5) ;
	opacity:0.4;
}
.LinksIMG{
	height: 5em;
	opacity: 1;
	margin-top: 1em;
	margin-right: 1em;
}
.LinksIMG:hover{
	-webkit-filter:saturate(0.4);
	opacity:0.5;
}
.tab1{
	width: 100%;
	font-family: "Microsoft JhengHei";
	font-size: 1em;
	line-height: 2em;
	height: em;
	letter-spacing: 0.2em;
	color: #fff;
	background-color: #666666;
	border-top-left-radius : 1.5em;
	border-top-right-radius: 1.5em;
	text-align: center;
	font-weight: normal;
}
.tab1b{
	width: 100%;
	font-family: "Microsoft JhengHei";
	font-size: 1em;
	line-height: 2em;
	height: em;
	letter-spacing: 0.12em;
	color: #fff;
	background-color: #666;
	border-top-right-radius: 1.5em;
	text-align: center;
	font-weight: normal;
}
.tab1c{
	font-family: "Microsoft JhengHei";
	font-size: 1em;
	line-height: 2.25em;
	letter-spacing: 0.3em;
	color: #fff;
	background-color: #000;
	border-top-left-radius : 1.5em;
	border-top-right-radius: 1.5em;
	font-weight: bold;
	padding-top: 0.5em;
	padding-right: 2em;
	padding-bottom: 0.5em;
	padding-left: 2em;
}
.tab1d{
	width: 100%;
	font-family: "Microsoft JhengHei";
	font-size: 1.5em;
	line-height: 2em;
	height: em;
	letter-spacing: 0.2em;
	color: #fff;
	background-color: #999;
	border-top-left-radius : 1.5em;
	border-top-right-radius: 1.5em;
	text-align: center;
	font-weight: bold;
}
.tab2{
	width: 100%;
	font-family: "Microsoft JhengHei";
	color: #4d4d4d;
	background-color: #fff;
}
.tab3{
	width: 100%;
	font-family: "Microsoft JhengHei";
	font-size: 1em;
	line-height: 1.2em;
	height: em;
	letter-spacing: 0.2em;
	color: #fff;
	background-color: #666666;
	border-bottom-left-radius : 1.5em;
	border-bottom-right-radius: 1.5em;
	font-weight: normal;
	padding-bottom: 0.5em;
}
.tex1{
	font-family: "Microsoft JhengHei";
	font-size: 1.1em;
	line-height: 1.2em;
	height: 1.1em;
	letter-spacing: 0.1em;
	width: 95%;
	padding-left: 0%;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0.3em;
	font-weight: bold;
}
.tex1:hover{
	opacity:0.5;
}
.tex2{
	font-family: "Microsoft JhengHei";
	font-size: 0.9em;
	line-height: 1em;
	height: 1em;
	letter-spacing: 0em;
	width: 95%;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	padding-left: 0%;
}
.tex2:hover{
	opacity:0.5;
}
.tex3{
	font-family: "Microsoft JhengHei";
	font-size: 1.1em;
	line-height: 1.2em;
	height: 1.2em;
	letter-spacing: 0.02em;
	width: 100%;
	color: #4d4d4d;
	font-weight: bold;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	text-align:center;
	font-style:italic;
}
.tex3:hover{
	opacity:0.4;
}
.tex3b{
	font-family: "Microsoft JhengHei";
	font-size: 1.1em;
	line-height: 1.2em;
	height: 1.2em;
	letter-spacing: 0.02em;
	width: 100%;
	color: #4d4d4d;
	font-weight: bold;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align:center;
	font-style:italic;
	position: relative;
	top: -2.5em;;
	z-index: 11;
}
.tex3b:hover{
	opacity:0.4;
}
.tex4{
	font-family: "Microsoft JhengHei";
	color: #999999;
	letter-spacing: 0;
	text-decoration: line-through;
	font-weight: lighter;
	Font-size: 0.9em;
	line-height: 1em;
	display: inline-block;
	float: left;
}
.tex5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 0.5em;
	color: #c1272d;
	letter-spacing: 0;
	float: right;
	margin-right: 0.2em;
	text-align:center;
	width: 100%;
}
.tex5b{
	font-size: 0.8em;
}
.tex5A{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 0.5em;
	color: #c1272d;
	letter-spacing: 0;
	float: right;
	margin-right: 0.2em;
	text-align:center;
	width: 100%;
	position: relative;
	top: -1.3em;;
	z-index: 11;
}
.tex5Ab{
	font-size: 0.8em;
}
.tex6{
	font-family: "Microsoft JhengHei";
	font-size: 1em;
	line-height: 2em;
	letter-spacing: 0.2em;
	color: #666666;
	margin-top: 0em;
	margin-bottom: 0em;
	font-weight: normal;
	float: left;
}
.tex6:hover{
	text-shadow: 0px 0px 20px #ffff00;
}
.tex6B{
	font-family: "Microsoft JhengHei";
	font-size: 1em;
	line-height: 2em;
	letter-spacing: 0.2em;
	color: #666666;
	margin-top: 0em;
	margin-bottom: 0em;
	font-weight: normal;
	float: left;
	font-weight: bold;
}
.tex7{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 2.5em;
	color: #000;
	border: nono;
	padding-top: 0.4em;
	padding-right: 0.7em;
	padding-bottom: 0.4em;
	padding-left: 0.7em;
	background-color:transparent;
	font-weight: bold;
	border-radius: 5em;
}
.tex7:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 2.5em;
	color: #fff;
	border: nono;
	padding-top: 0.4em;
	padding-right: 0.7em;
	padding-bottom: 0.4em;
	padding-left: 0.7em;
	background-color: #333;
	font-weight: bold;
	border-radius: 5em;
}
.tex8{
	font-family: "Microsoft JhengHei";
	font-size: 1.4em;
	line-height: 1.1em;
	letter-spacing: 0.05em;
	width: 100%;
	color: #333333;
	font-weight: bold;
	margin-top: 0.2em;
	margin-bottom: 1em;
}
.tex8B{
	color: #000000;
	font-size: 2em;
	padding-left: 0.3em;
	letter-spacing: 0.1em;
}
.tex9{
	font-family: "Microsoft JhengHei";
	color: #808080;
	letter-spacing: 0.1;
	Font-size: 1.3em;
	line-height: 1.4em;
	padding-bottom: 0.7em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.tex10{
	font-family: "Microsoft JhengHei";
	color: #999999;
	letter-spacing: 0.1em;
	line-height: 2em;
	text-decoration: line-through;
	Font-size: 1.1em;
	padding-right: 10px;
}
.tex11{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.8em;
	color: #c1272d;
	letter-spacing: 0;
	font-weight: bolder;
	padding-right: 10px;
}
.tex11b{
	font-size: 0.5em;
	font-weight: normal;
}
.tex12{
	font-family: "Microsoft JhengHei";
	color: #999999;
	letter-spacing: 0.1em;
	Font-size: 1em;
	line-height: 1em;
}
.tex13{
	font-family: "Microsoft JhengHei";
	font-size: 1.3em;
	line-height: 2em;
	color: #000000;
	letter-spacing: 0.5em;
	background-color: #e7e7e7;
	font-weight: normal;
	border: 1px solid #b5b5b5;
}
.tex13b{
	font-family: "Microsoft JhengHei";
	font-size: 1em;
	line-height: 1.2em;
	color: #4b4b4b;
	letter-spacing: 0em;
	background-color: #ffffff;
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b5b5b5;
	border-bottom-color: #b5b5b5;
	border-left-color: #b5b5b5;
	padding: 0.5em;
}
.tex14b{
	font-family: "Microsoft JhengHei";
	color: #000;
	Font-size: 1.4em;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.tex15b{
	font-family: "Microsoft JhengHei";
	font-size: 0.8em;
	color: #fff;
	letter-spacing: 0.2em;
	background-color: #808080;
	margin: 0em;
	padding: 0.5em;
}
.tex16b{
	font-family: "Microsoft JhengHei";
	font-size: 1em;
	color: #4d4d4d;
	letter-spacing: 0px;
	line-height: 1em;
	width: 100%;
	word-break: break-all;
	border-style: none;
	resize : none;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	margin-right: 0%;
	margin-left: 0%;
}
.tex17{
	font-family: "Microsoft JhengHei";
	font-size: 1.1em;
	color: #4d4d4d;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 0%;
	margin-left: 0%;
}
.tex17b{
	font-family: "Microsoft JhengHei";
	font-size: 1.3em;
	color: #000;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0.0em;
	margin-right: 0%;
	margin-left: 0%;
	font-weight: bold;
}
.tex18{
	font-family: "Microsoft JhengHei";
	font-size: 1.3em;
	color: #666;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	width: 100%;
	margin-bottom: 0.5em;
	margin-right: 0%;
	font-weight: bold;
	padding-bottom: 0.3em;
	padding-left: 0em;
}
.tex18b{
	font-family: "Microsoft JhengHei";
	font-size: 1.1em;
	color: #000;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-right: 0%;
	margin-left: 0%;
	padding-bottom: 0.8em;
	padding-left: 0em;
}
.tex19{
	font-family: "Microsoft JhengHei";
	font-size: 1.2em;
	letter-spacing: 0.1em;
	color: #000000;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
	text-align:center;
}
.tex20{
	font-family: "Microsoft JhengHei";
	font-size: 1em;
	color: #4d4d4d;
	letter-spacing: 0.1em;
	line-height: 2em;
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 0%;
	margin-left: 0%;
}
.tex21{
	color: #ff0000;
}
.tex22{
	width: 98%;
	background-color: #f2f2f2;
	padding-left: 2%;
	font-family: "Microsoft JhengHei";
	font-size: 1em;
	line-height: 3em;
	letter-spacing: 0.2em;
	color: #666666;
}
.tex22B{
	font-family: "Microsoft JhengHei";
	font-size: 1em;
	line-height: 3em;
	letter-spacing: 0.2em;
	color: #666666;
}
.tex22B:hover{
	text-shadow: 0px 0px 10px #ffff00;
}
.tex22C{
	font-family: "Microsoft JhengHei";
	font-size: 1em;
	line-height: 3em;
	letter-spacing: 0.2em;
	color: #666666;
	font-weight: bolder;
}
.tex23{
	font-family: "Microsoft JhengHei";
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 0.1em;
	color: #fff;
	width: 100%;
	background-color: #c1272d;
	text-align: center;
	padding-bottom: 1em;;
}
.tex23b{
	font-family: "Microsoft JhengHei";
	font-size: 1em;
	line-height: 3em;
	letter-spacing: 0.1em;
	color: #fff;
	width: 100%;
	background-color: #006837;
	text-align: center;
}
.tex24{
	font-family: "Microsoft JhengHei";
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 0.1em;
	color: #fff;
	margin-top: 0em;
	width: 100%;
	background-color: #006837;
	text-align: center;
	padding: 0.5em;
}
.tex25{
	font-family: "Microsoft JhengHei";
	font-size: 0.7em;
	color: #c1272d;
	letter-spacing: 0.1em;
	line-height: 1.1em;
}
.tex25B{
	font-family: "Microsoft JhengHei";
	font-size: 0.8em;
	color: #C1272D;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
.tex26{
	width: 98%;
	background-color: #333333;
	padding-left: 2%;
	font-weight: normal;
}
.tex26B{
	font-family: "Microsoft JhengHei";
	font-size: 1em;
	line-height: 3em;
	letter-spacing: 0.2em;
	color: #fff;
}
.tex26B:hover{
	text-shadow: 0px 0px 10px #ffff00;
}
.tex26C{
	font-family: "Microsoft JhengHei";
	font-size: 1em;
	line-height: 3em;
	letter-spacing: 0.2em;
	color: #fff;
	font-weight: bold;
}
.tex27{
	font-family: "Microsoft JhengHei";
	font-size: 1.3em;
	line-height: 1.3em;
	letter-spacing: 0.5em;
	color: #666666;
	margin-top: 0em;
	padding-bottom: 0.5em;
	font-weight: bold;
}
.tex28{
	font-family: "Microsoft JhengHei";
	font-size: 1.1em;
	line-height: 1.2em;
	letter-spacing: 0.2em;
	color: #006837;
	margin-top: 0em;
	margin-bottom: 0.5em;
}
.tex28B{
	font-family: "Microsoft JhengHei";
	font-size: 1.2em;
	line-height: 2em;
	letter-spacing: 0.5em;
	color: #006837;
	margin-top: 0.5em;
	margin-bottom: 0em;
	font-weight: bold;
}
.tex29{
	font-family: "Microsoft JhengHei";
	font-size: 1.2em;
	line-height: 1.3em;
	letter-spacing: 0.02em;
	width: 100%;
	color: #4d4d4d;
	font-weight: bold;
	max-width: 100%;
	margin-top: 0em;
	margin-bottom: 0em;
}
.tex29:hover{
	opacity:0.7;
}
.tex29b{
	font-family: "Microsoft JhengHei";
	font-size: 1.1em;
	line-height: 1.25em;
	letter-spacing: 0.02em;
	width: 100%;
	color: #4d4d4d;
	font-weight: bold;
	max-width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	height: 1.2em;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tex29b:hover{
	opacity:0.7;
}
.tex30{
	font-family: "Microsoft JhengHei";
	font-size: 1.5em;
	color: #000;
	letter-spacing: 0em;
	font-weight: bold;
}
.tex30b{
	font-family: "Microsoft JhengHei";
	font-size: 1.1em;
	color: #000;
	font-weight: bold;
	margin-right: 0.2em;
}
.tex30c{
	font-family: "Microsoft JhengHei";
	font-size: 1.2em;
	color: #666;
	letter-spacing: 0em;
}
.tex31{
	font-size: 1.1em;
	line-height: 1.2em;
	margin-bottom: 0.4em;
	margin-top: 0.4em;
	margin-right: 1em;
	margin-left: 1em;
}
.tex31b{
	font-size: 0.8em;
	margin-left: 0.6em;
	font-weight: normal;
	color: #CCC;
}
.tex31c{
	font-size: 1.6em;
	margin-left: 0.3em;
	font-weight: bold;
	color: #FF0;
}
.tex31d{
	font-size: 1em;
	margin-top: 0.5em;
	margin-right: 1em;
	margin-left: 1em;
}
.tex31e{
	font-size: 1em;
	margin-bottom: 0.5em;
	margin-right: 1em;
	margin-left: 1em;
}
.tex32{
	font-family: "Microsoft JhengHei";
	font-size: 1.3em;
	line-height: 2em;
	letter-spacing: 0.1em;
	margin-top: 0em;
	margin-bottom: 0em;
	color: #4d4d4d;
	font-weight: bold;
}
.tex32b{
	font-family: "Microsoft JhengHei";
	font-size: 1.1em;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	color: #4d4d4d;
	margin-left: 0.8em;
}
.tex33{
	font-family: "Microsoft JhengHei";
	font-size: 1.0em;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	color: #c1272d;
	margin-top: 0em;
	margin-bottom: 0.5em;
}
.tex34{
	color: #000;
}
.newsdetail_left1 {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0%;
	margin-bottom: 0%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.newsdetail_IMG1{
	height: 1em;
}
.newsdetail_IMG1:hover{
	opacity:0.5;
}
.newsdetail_IMG2{
	height: 3em;
	margin-right: 1em;
	margin-left: 1em;
}
.newsdetail_IMG2:hover{
	opacity:0.2;
}
.newsdetail_IMG3{
	width: 100%;
}
.newsdetail_tex1{
	color: #4d4d4d;
	font-weight: bold;
}
.newsdetail_tex1:hover{
	opacity:0.5;
}
.newsdetail_tex2{
	color: #333;
	font-weight: normal;
	font-family: "Arial";
	font-size: 1.1em;
	line-height: 1.2em;
	letter-spacing: 0.1em;
}
.newsdetail_tex2:hover{
	opacity:0.5;
}
.newsdetail_tex3{
	font-family: "Microsoft JhengHei";
	font-size: 1.1em;
	line-height: 2em;
	height: 2em;
	letter-spacing: 0.1em;
	width: 100%;
	color: #4d4d4d;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0em;
	margin-bottom: 0em;
	font-weight: bold;
	float: left;
}
.newsdetail_tex3:hover{
	opacity:0.5;
}
.newsdetail_tex4{
	font-family: "Microsoft JhengHei";
	font-size: 1.1em;
	color: #000;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	width: 100%;
	word-break: break-all;
	border-style: none;
	resize : none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 0%;
	margin-left: 0%;
}
.newsdetail_tex5{
	font-family: "Microsoft JhengHei";
	font-size: 0.8em;
	color: #b3b3b3;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	word-break: break-all;
	border-style: none;
	resize : none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 0%;
	margin-left: 0%;
	float: right;
}

.mebprom_left1 {
	float: left;
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 0%;
	margin-bottom: 0;
}
.mebprom_left2 {
	float: left;
	width: 93%;
	margin-left: 3%;
	margin-right: 4%;
	margin-top: 0%;
	margin-bottom: 0%;
	background-color: #42210b;
	font-family: "Microsoft JhengHei";
	font-size: 1em;
	line-height: 1em;
	height: 1.5em;
	letter-spacing: 0.1em;
	color: #fff;
	padding-left: 0.5em;
}
.mebprom_left3 {
	float: left;
	width: 92%;
	margin-left: 3%;
	margin-right: 4%;
	margin-top: 0%;
	margin-bottom: 0%;
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0.8%;
	padding-right: 0.5%;
	padding-bottom: 0.5%;
	padding-left: 0.5%;
}
.mebprom_left3B {
	float: left;
	width: 93%;
	margin-left: 3%;
	margin-right: 4%;
	margin-top: 0%;
	margin-bottom: 0%;
	background-color: #fff;
	padding-bottom: 0.5%;
}
.mebprom_left4 {
	background-color: #CCC;
	font-family: "Microsoft JhengHei";
	font-size: 1.1em;
	line-height: 2em;
	letter-spacing: 0.1em;
	color: #000;
	white-space: nowrap;
	font-weight: bold;
}
.mebprom1 {
	background-color: #FFF;
	padding: 0.2em;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 0em;
	box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
	border-radius: 0.3em;
}
.mebprom1B {
	background-color: #C5C541;
	padding: 0.2em;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 0em;
	box-shadow: 0px 0px 10px rgba(255, 255, 0, 0.8);
	border-radius: 0.3em;
}
.mebprom2 {
	background-color: #FFF;
	border: 0.07em dashed #cccccc;
	padding-top: 0.5em;
	padding-bottom: 0.0em;
	border-radius:0.3em;
}
.mebprom2B {
	background-color: #E5E54C;
	border: 0.07em dashed #9B8E2F;
	padding-top: 0.5em;
	padding-bottom: 0.0em;
	border-radius:0.3em;
}
.mebprom_tex1{
	font-family: "Microsoft JhengHei";
	font-size: 1.1em;
	line-height: 1.1em;
	letter-spacing: 0.1em;
	color: #1a1a1a;
}
.mebprom_tex2{
	font-family: Arial;
	font-size: 1.5em;
	line-height: 1.1em;
	letter-spacing: 0.1em;
	color: #C1272D;
	font-weight: bolder;
	word-break: break-all;
	margin-top: 0.15em;
}
.mebprom_tex2B{
	font-family: "Microsoft JhengHei";
	font-size: 0.3em;
	letter-spacing: 0.1em;
	color: #1a1a1a;
	font-weight: normal;
}
.mebprom_tex3{
	font-family: "Microsoft JhengHei";
	font-size: 1.1em;
	line-height: 1.1em;
	letter-spacing: 0.2em;
	color: #666666;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-weight: normal;
	float: left;
	margin-left: 3%;
	width: 97%;
}
.mebprom_tex4{
	font-family: "Microsoft JhengHei";
	font-size: 1.1em;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	color: #1a1a1a;
	margin-left: 0.5em;
}
.mebprom_tex5{
	font-family: Arial;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	color: #C1272D;
	font-weight: bolder;
	float: right;
	margin-right: 0.3em;
}
.mebprom_tex5b{
	font-family: Arial;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	color: #666666;
	font-weight: bolder;
	float: right;
	margin-right: 0.3em;
}
.mebprom_img1{
	height: 0.8em;
	width: 0.4em;
	margin-right: 0.1em;
	margin-left: 0.2em;
}
.mebprom_img2{
	width: 100%;
	height: 0.02em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
.mebprom_img2B{
	width: 100%;
	height: 0.00em;
	padding-bottom: 0.4em;
}

.tab4{
	width: 94%;
	background-color: #fff;
	border-bottom-left-radius : 1.5em;
	border-bottom-right-radius: 1.5em;
	padding-top: 2em;
	padding-right: 3%;
	padding-bottom: 1em;
	padding-left: 3%;
	margin-bottom: 1em;
}
.tab4_s1{
	padding-bottom: 1.5em;
}
.tab4_tex1{
	font-family: "Microsoft JhengHei";
	font-size: 1em;
	line-height: 2em;
	padding-top: 1em;
	letter-spacing: 0.2em;
	color: #666666;
	font-weight: bolder;
}
.tab4_tex2{
	font-family: "Microsoft JhengHei";
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	color: #000;
}
.tab4_input1 {
	background-color: #FFF;
	font-family: "Microsoft JhengHei";
	font-size: 1em;
	color: #c1272d;
	letter-spacing: 0.1em;
	outline: none;
	width: auto;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #cccccc;
	padding-right: 0.1em;
	padding-left: 0.1em;
	text-align:center;
}
.tab4_input1:hover{
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ffff00;
}
.tab4_input2 {
	background-color: #FFF;
	font-family: "Microsoft JhengHei";
	font-size: 1em;
	color: #c1272d;
	letter-spacing: 0.1em;
	outline: none;
	width: auto;
	font-weight: bolder;
	padding-right: 0em;
	padding-left: 0em;
	text-align:center;
}
.tab4_IMG1{
	height: 1.1em;
	padding-left: 0.2em;
	-webkit-filter:drop-shadow(0px 0px 3px #ffff00);
}
.tab4_IMG1:hover{
	opacity:0.4;
	-webkit-filter:drop-shadow(0px 0px 0px #ffff00);
	
}
/**********************************************************以下EDM首頁CSS**********************************************************/
.coverflow{
	width: 100%;
    position: relative;
	margin:0em;
  }
  .coverflow>a{
    display: block;
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
    filter: alpha(opacity=0);
    /*當圖片數量增加，影片長度需更改，變為5s*圖片數量*/
    -webkit-animation: silder 25s linear infinite;
            animation: silder 25s linear infinite;
  }
  .coverflow>a>img{
    width: 100%;
  }

/*動畫關鍵影格*/
  @-webkit-keyframes silder {
      3% {
          opacity: 1;
          filter: alpha(opacity=100);
      }
      27% {
          opacity: 1;
          filter: alpha(opacity=100);
      }
      30% {
          opacity: 0;
          filter: alpha(opacity=0);
      }
  }
  @keyframes silder {
      3% {
          opacity: 1;
          filter: alpha(opacity=100);
      }
      27% {
          opacity: 1;
          filter: alpha(opacity=100);
      }
      30% {
          opacity: 0;
          filter: alpha(opacity=0);
      }
  }

/*每個圖片各延遲5秒*/
    .coverflow>a:nth-child(1) {
        -webkit-animation-delay: 0s;
                animation-delay: 0s;

    }
    .coverflow>a:nth-child(2) {
        -webkit-animation-delay: 5s;
                animation-delay: 5s;

    }
	.coverflow>a:nth-child(3) {
        -webkit-animation-delay: 10s;
                animation-delay: 10s;

    }
	.coverflow>a:nth-child(4) {
        -webkit-animation-delay: 15s;
                animation-delay: 15s;

    }
	.coverflow>a:nth-child(5) {
        -webkit-animation-delay: 20s;
                animation-delay: 20s;

    }

/*滑入時停止播放*/
  .coverflow:hover>a{
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}
.coverflow_img1{
	  max-width: 3000px;
}

/**********************************************************以上EDM首頁CSS**********************************************************/
.EDM_C1{
	width: 100%;
	float: right;
	position: relative;
	z-index: 10;
	margin-top: 0%;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 0%;
	background-color: #FFFFFF;
}
.EDM_IMG1{
	width: 100%;
	opacity:0;
}
.p_tb1{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	font-size: 1em;
}
.p_tb1_IMG14474{

	min-width: 1000px;/*最小寬度*/
	max-width: 3000px;/*最大寬度*/
	width: 1366px;/*固定寬度*/
	width:expression_r( Math.max(1000, Math.min(3000, document.body.offsetWidth*0.99))+"px" );
}
.p_tb1_IMG1{
	width: 4em;
	padding-bottom: 0.3em;
}
.p_tb1_t1{
	font-family: "Microsoft JhengHei";
	font-size: 1.2em;
	line-height: 1.2em;
	color: #333;
	letter-spacing: 0.1em;
	outline: none;
	font-weight: bolder;
	padding-right: 0.1em;
	padding-left: 0.1em;
	text-align: center;
	white-space: nowrap;
}
.p_tb2{
	width: 100%;
	height: auto;
	background-color: #F8F9FB;
	font-size: 1em;
}
.p_tb2b{
	width: 100%;
	height: 2em;
	background-color: #F2F2F2;
	padding-top: 0.6em;
	padding-bottom: 1.1em;
}
.p_tb2_IMG1{
	width: 1.5em;
	padding-bottom: 0em;
}
.p_tb2_t1{
	font-family: "Microsoft JhengHei";
	font-size: 1.2em;
	line-height: 1.2em;
	color: #333;
	letter-spacing: 0.1em;
	outline: none;
	font-weight: bolder;
	padding-right: 0.1em;
	padding-left: 0.1em;
	white-space: nowrap;
}
.p_tb2_t2{
	font-family: "Microsoft JhengHei";
	font-size: 1.2em;
	line-height: 1.2em;
	color: #999999;
	letter-spacing: 0.1em;
	outline: none;
	padding-right: 0.1em;
	padding-left: 0.1em;
	white-space: nowrap;
}
.p_tb3{
	width: 100%;
	background-color: transparent;
}
.p_c1{
	width: 98%;
	padding-bottom: 2em;
	padding-right: 1%;
	padding-left: 1%;
}
.p_c1B{
	width: 98%;
	padding-TOP: 2em;
	padding-bottom: 0em;
	padding-right: 1%;
	padding-left: 1%;
}
.p_c2_left{
	width: 25%;
        padding-TOP: 1.1em;
	padding-bottom: 2em;
	float: left;
}
.p_c2_right{
	width: 75%;
	padding-bottom: 2em;
	float: right;
}
.shop_C1{
	width: 100%;
}
.shop_IMG1{
	width: 100%;
	position: relative;
	z-index: 1;
}
.shop_IMG1:hover{
	opacity:0.9;
}
.shop_IMG1B{
	width: 3em;
	opacity:0.6;
	position: relative;
	top: -3em;
	right: 0;
	z-index: 10;
	float: right;
	transition-duration:0.15s;
	transition-timing-function:linear;
	transition-delay:0s;
}
.shop_IMG1B:hover{
	opacity:1;
	position: relative;
	-webkit-filter:drop-shadow(-0.5em -0.5em 1.5em #fff);

}
.tit1IMG1{
	height: 1em;
	margin-left: -0.3em;
}

/******************************圖片版面優化*******************************/
.main_left2_shop_C2 {
	float: left;
	width: 32%;
	margin-right: 1%;
	margin-top: 1.5em;
	margin-bottom: -1em;
}
.shop_C2{
	width: 14em;
	margin: auto;
}
.shop_IMG2{
	width: 14em;
	height: 14em;
	position: relative;
	z-index: 2;
}
.shop_IMG2:hover{
	opacity:0.9;
}
.shop_IMG2B{
	width: 3em;
	opacity:0.6;
	position: relative;
	top: -3em;
	right: 0em;
	z-index: 10;
	float: right;
	transition-duration:0.15s;
	transition-timing-function:linear;
	transition-delay:0s;
}
.shop_IMG2B:hover{
	opacity:1;
	position: relative;
	-webkit-filter:drop-shadow(-0.5em -0.5em 1.5em #fff);

}

.main_left_index {
	float: left;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
	margin-bottom: 2%;
} 
.index_C1{
	width: 14em;
	margin: auto;
}
.index_IMG1{
	width: 14em;
	height: 14em;
	position: relative;
	z-index: 2;
}
/******************************banner_NEW1輪播圖*******************************/
//@font-face {font-family: 'iconfont';
//    src: url('../img/font/iconfont.eot'); 
//    src: url('../img/font/iconfont.eot') format('embedded-opentype'),
//    url('../img/font/iconfont.woff') format('woff'),
//    url('../img/font/iconfont.ttf') format('truetype'),
//    url('../img/font/iconfont.svg#iconfont') format('svg');
//}
.main_bann1{
	width: 100vw;
	height: 31vw;
	margin: 0px auto;
	position: relative;
	overflow: visible;  /*超出部分隱藏*/
}

.banner_NEW1{
	width: 100vw;
	height: 31vw;
	overflow: hidden;
	position: relative;
}

.banner_NEW1-slide{
	width: 100vw;
	height: 31vw;
	background-repeat: no-repeat;
	float: left;
	display: none;
}
.slide-active{
	display:block;
}
.arrow1{
	position: absolute;
	transform: rotate(180deg);
	top: 50%;
	left: 0em;
	height: 7em;
	width: 2.5em;
	margin-top: -3.5em;
	background: url(../images/arrow.png) center center no-repeat;
	z-index: 600;
}

.next{
	transform:rotate(0deg);
	left:auto;/*讓上面的left別起作用，因為同時有left和right會選left*/
	right:0;
}

.arrow1:hover{
	/*background:#333;這樣不行，背景顏色會覆蓋上面的背景圖片，要寫下面的背景顏色*/
	background-color:#000;
	opacity: 0.4;
	filter:alpha(opacity=80);/*為了相容瀏覽器*/
	border-radius: 20px 0px 0px 20px;
	-webkit-filter:drop-shadow(0em 0em 0.5em #999);
}

.dots {
	position: absolute;
	bottom: -0em;
	text-align: center;
	line-height: 1.5em;
	margin: auto;
	width: 100%;
}

.dots span {
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	margin-left: .2em;
	margin-right: .2em;
	background-color: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 1.0) inset,0px 0px 0px 0px #CCCCCC;
	border-radius: 1em;

}
.dots span.active{
	box-shadow: 0 0 0 0.7em rgba(0, 0, 0, 0.5) inset;
	background-color: transparent;
}
.menu-content{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10px;
	height: 10px;
	z-index: 2;
	padding-top: 6px;
}
.sub-menu {
	border:1px solid #d9dde1;
	background:#fff;
	position: absolute;
	left: 10px;
	top: 0px;
	width: 10px;
	height: 10px;
	z-index: 3;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.hide{
	display:none;
}
/******************************product3_NEW1連結主圖*******************************/
.product3_main{
	width: 100vw;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.product3_NEW1{
	width: 96%;
	/*min-height: 23em;/*最小高度*/
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
	display:flex;
	align-items:center;
}

.product3_NEW1_slide{
	width: 100%;
	float: left;
	display: none;
}
.product3_NEW1_slide_IMG1{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	max-height: 40EM;/*最大高度*/
}
.slide_active2{
	display:block;
}
.dots3 {
	position: absolute;
	bottom: 0em;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-bottom: -0.5em;
	margin-left: auto;
}

.dots3 span {
	display: inline-block;
	width: 6.5em;
	height: 6.5em;
	margin-left: .3em;
	margin-right: .3em;
	cursor: pointer;

}

.dots3 span.active{
	opacity:0.8;
	-webkit-filter:drop-shadow(0PX 0PX 0PX #000);
}
.dots3_IMG1 {
	width: 100%;
}

.dots5 {
	width: 100%;
	margin: auto;
	border: 0px solid #FFFBC2;
	height: 3em;
  display: flex;
  /* 水平置中 */
  justify-content: center; 
}
.dots5 span {
	width: 100%;
	opacity:0.2;
}

.dots5 span.active{
	opacity:0.8;
	-webkit-filter:drop-shadow(0PX 0PX 0PX #000);
}
.dots5_IMG1 {
	float: left;
	width: 100%;
	max-width: 2em;
	margin-top: 0.5em;
	margin-bottom: 0em;
	margin-left: 0.7em;
	margin-right: 0.7em;
	display:block;
}
.dots5_IMG1_1 {
    padding: 100% 0 0; /* 1000 / 1900 * 100 = 52.6315% */
    position: relative;
}
.dots5_IMG1_1_img1 {
    position: absolute;
    width: 100%; height: 100%;
    left: 0; top: 0;
}
.P1_banner1_size{
	width: 100%;
	padding: 0%;
	margin: 0%;
	border: 0px solid #FFFBC2;
}
.P1_banner1{
	width: 100%;
	padding: 0%;
	margin: 0%;
	border: 0px solid #FFFBC2;
}
.P1_banner2{
	width: 100%;
	padding: 0%;
	margin: 0%;
	border: 0px solid #FFFBC2;
}
.P1_C1{
	width: 93%;
	padding: 0%;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 5%;
	margin-right: auto;
	float: left;
	border: 0px solid #FFFBC2;
}
.P1_C1b{
	width: 100%;
	padding: 0%;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
	float: left;
	border: 0px solid #FFFBC2;
}
.P1_C1_T1{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.4em;/*字尺寸*/
	line-height: 1.2em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #000;/*顏色*/
	font-weight: bold;
	width: 100%;
	height: auto;
	text-align:center;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
.P1_C1_T1B2{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.4em;/*字尺寸*/
	line-height: 1.2em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #000;/*顏色*/
	font-weight: bold;
	width: 100%;
	height: auto;
	text-align:center;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
.P1_C1_T1b{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.5em;/*字尺寸*/
	line-height: 1.2em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #000;/*顏色*/
	font-weight: bold;
	width: 100%;
	height: 2.7em;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0.0em;
	margin-bottom: 0.0em;
	text-align:center;
}
.P1_C1_T1c{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 0.9em;/*字尺寸*/
	line-height: 1.2em;/*行高*/
	letter-spacing: 0.00em;/*字距*/
}
.P1_C1_T2{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1em;/*字尺寸*/
	line-height: 1.4em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #000;/*顏色*/
	font-weight: normal;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 1.5em;
	margin-bottom: 0em;
}
.P1_C1_T2b{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 0.9em;/*字尺寸*/
	line-height: 1.4em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #000;/*顏色*/
	font-weight: normal;
	width: 100%;
	height: auto;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
.P1_C1_T3{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.1em;/*字尺寸*/
	line-height: 1em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #000;/*顏色*/
	font-weight: bold;
	width: 9em;
	height: 1em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	margin-bottom: 0.0em;
	border: 0px solid #999;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 1.0em;
	padding-right: 1.0em;
	text-align:center;
	background-color:#F7E75A;
	border-radius: 0.8em;
}
.P1_C1_T3:hover  {
    opacity:0.5;
}
.P1_C1_IMG1 {
	width: 94%;
	margin-left: 3%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0px;
}
.P1_C2{
	width: 100%;
	padding: 0%;
	margin: 0%;
	float: left;
	border: 0px solid #FFFBC2;
}
.P1_C2_T1{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.6em;/*字尺寸*/
	line-height: 1.2em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #000;/*顏色*/
	font-weight: bold;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 30PX;
	margin-bottom: 0.5em;
	text-align:center;
}
.P1_C2_T2{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.1em;/*字尺寸*/
	line-height: 2em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #FF824E;/*顏色*/
	font-weight: bold;
	width: auto;
	height: 3em;
	border:1px solid #FF824E;
	background:#FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0em;
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 0em;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: 9%;
	padding-right: 9%;
	text-align:center;
  /* 移除焦點時的輪廓線 */
  outline: none;
  /* 移除陰影 */
  box-shadow: none;
	border-radius: 0.8em;
}
.P1_C2_T2:hover  {
	background:#FF824E;
	color: #FFFFFF;/*顏色*/
}
.P1_C2_T2B{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.1em;/*字尺寸*/
	line-height: 2em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #FFFFFF;/*顏色*/
	font-weight: bold;
	width: auto;
	height: 3em;
	border:1px solid #FF824E;
	background:#FF824E;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0em;
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 0em;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: 9%;
	padding-right: 9%;
	text-align:center;
  /* 移除焦點時的輪廓線 */
  outline: none;
  /* 移除陰影 */
  box-shadow: none;
	border-radius: 0.8em;
}
.P1_C2_IMG1 {
	width: 42%;
	margin-left: 5%;
	margin-right: 0%;
	margin-top: 1em;
	margin-bottom: 1em;
	float: left;
	border: 0px solid #FFFBC2;
}
.P1_C2_IMG2 {
	width: 90%;
	margin-left: 5%;
	margin-right: 0%;
	margin-top: 0px;
	margin-bottom: 5%;
	float: left;
	border: 0px solid #FFFBC2;
}
.P1_C3{
	width: 100%;
	padding: 0%;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 300px;/*最大寬度*/
	margin-left: auto;
	margin-right: auto;
	float: none;
	border: 0px solid #FFFBC2;
}
.P1_C3b{
	width: 100%;
	padding: 0%;
	margin: 0%;
	float: left;
	border: 0px solid #FFFBC2;
}
.P1_C3_IMG1 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}
.P1_C3_IMG2 {
	width: 94%;
	margin-left: 3%;
	margin-right: auto;
	margin-top: 0%;
	margin-bottom: 3%;
}
.P1_C3_T1{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 0.9em;/*字尺寸*/
	line-height: 1.2em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #000;/*顏色*/
	font-weight: bold;
	width: 95%;
	height: auto;
	margin-top: 0.0em;
	margin-bottom: 0.5em;
	margin-left: 5%;
	margin-right: auto;
	text-align:center;
}
.P1_C4{
	width: 100%;
	height: auto;
	margin-top: 10PX;;
	padding-bottom: 0PX;
	margin-left: auto;
	margin-right: auto;
}
.P1_C4CC1{
	width: 6%;
	height: 24em;
	margin-top: 4em;
	margin-bottom: 24em;
	padding-top: 2em;
	padding-bottom: 2em;
	background: url("../images/Vector1.png") no-repeat;
	background-size: 100% 30PX;
	background-position: left bottom;
	float: left;
	display: none;
}
.P1_C4CC2{
	width: 96%;
	max-width: 600px;
	height: 23em;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0em;
	padding-bottom: 0em;
	background: url("../images/banner2-7.png") no-repeat;
	background-size: cover;
	background-position: left bottom;
	float: none;
}
.P1_C4CC2B{
	width: 96%;
	max-width: 600px;
	height: 23em;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0em;
	padding-bottom: 0em;
	background: url("../images/banner2-7.png") no-repeat;
	background-size: cover;
	background-position: left bottom;
	float: none;
}
.P1_C4CC3{
	width: 6%;
	height: 24em;
	margin-top: 4em;
	margin-bottom: 24em;
	padding-top: 2em;
	padding-bottom: 2em;
	background: url("../images/Vector3.png") no-repeat;
	background-size: 100% 30PX;
	background-position: left bottom;
	float: left;
	display: none;
}
.P1_C4CCT1{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.0em;/*字尺寸*/
	line-height: 1.2em;/*行高*/
	letter-spacing: 0.0em;/*字距*/
	color: #000;/*顏色*/
	font-weight: bold;
	width: 100%;
	height: 1.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0.0em;
	margin-bottom: 0.0em;
	text-align:left;
	border: 0px dashed #BBC1CB;
text-align:center;/*文本對齊_中心*/

}
.P1_C4_T1{
	width: 100%;
	padding: 0%;
	margin: 0%;
	border-right: 0px dashed #BBC1CB;
    position: relative;
}
.P1_C4_T1B{
	width: 100%;
	padding: 0%;
	margin-top: 1em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
    position: relative;
}
.P1_C4_T2{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.3em;/*字尺寸*/
	line-height: 1.5em;/*行高*/
	letter-spacing: 0.1em;/*字距*/
	color: #000;/*顏色*/
	font-weight: bold;
	width: 5em;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0.5em;
	margin-bottom: 0.0em;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border: 2px solid #000000;
	border-radius: 1em;
}
.P1_C4_T3{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 0.9em;/*字尺寸*/
	line-height: 1.2em;/*行高*/
	letter-spacing: 0.1em;/*字距*/
	color: #000;/*顏色*/
	font-weight: normal;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0.9em;
	margin-bottom: 0.2em;
	text-align:center;
}
.P1_C4_IMG1{
	width: 94%;
	height: auto;
	padding: 0%;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 3%;
	margin-right: auto;
	float: left;
	align-items: center;

}
.P1_C4_IMG2{
	width: 100%;
	padding: 0%;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0%;
	margin-right: auto;
	float: left;
	border: 0px solid #FFFBC2;
	background: #FFFFFF;
}
.P1_C4_IMG3{
    position: absolute;
    width: 0em; 
    right: -1.5em; 
	top:-1em;
}
.P1_C5{
	width: 100%;
	padding: 0%;
	margin-top: 0em;
	margin-bottom: 50PX;
	margin-left: 0%;
	margin-right: 0%;
	float: none;
	border: 0px solid #FFFBC2;
}
.P1_C5B{
	width: 100%;
	max-width: 3000px;
	margin-top: 50PX;
	padding-bottom: 40PX;
	margin-left: auto;
	margin-right: auto;
}
.P1_C5C{
	width: 96%;
	margin-top: 30PX;
	margin-bottom: 40PX;
	margin-left: auto;
	margin-right: auto;
}
.P1_C5_C1{
	width: 94%;
	padding: 0%;
	margin-top: 10px;
	margin-bottom: 0.3em;
	margin-left: 3%;
	margin-right: 0%;
	float: left;
	border: 0px solid #FFFBC2;
}
.P1_C5_C2{
	width: 94%;
	padding: 0%;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 3%;
	margin-right: 0%;
	float: left;
	border: 0px solid #FFFBC2;
}
.P1_C5_C3{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.4em;/*字尺寸*/
	line-height: 1.4em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #000;/*顏色*/
	font-weight: bold;
	width: 100%;
	padding: 0%;
	margin-top: 1em;
	margin-bottom: -0.3em;
	margin-left: 0%;
	margin-right: 0%;
	float: none;
	text-align:center;
	border: 0px solid #FFFBC2;
}
.P1_C5_C4{
	width: 96%;
	padding: 0%;
	margin-top: 1em;
	margin-bottom: 5em;
	margin-left: 2%;
	margin-right: 0%;
	float: none;
}
.P1_C5_C4_T1{
	width: 3em;
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 0.9em;/*字尺寸*/
	line-height: 1.5em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #000;/*顏色*/
	font-weight: normal;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0.8em;
	padding-right: 0em;
	border: 1px solid #F3F3F5;
}
.P1_C5_C4_T2{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 0.9em;/*字尺寸*/
	line-height: 1.5em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #333;/*顏色*/
	font-weight: normal;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 0em;
	border-top: 1px solid #F3F3F5;
	border-bottom: 1px solid #F3F3F5;
	border-left: 0px solid #F3F3F5;
	border-right: 1px solid #F3F3F5;
}
.P1_C5_IMG1{
	width: 100%;
	height: auto;
	padding: 0%;
	margin: 0em;
	float: left;
}
.P1_C5_IMG2{
	width: 100%;
	height: auto;
	padding: 0%;
	margin: 0em;
	float: left;
}
.P1_C5_IMG3{
	width: 100%;
	max-width: 750px;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #F3F3F5;
	background: url("../images/title3.png") no-repeat;
	background-size: 100% 70%;
	border: 0px solid #000;
}
.P1_C5_IMG3_IMG1{
	width: 70%;
	border: 15px solid #ffffff;
}
.P1_C5_IMG3_IMG2{
	width: 100%;
	
}
.P1_C5_IMG3_T1{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 0.7em;/*字尺寸*/
	letter-spacing: 0.05em;/*字距*/
	color: #000;/*顏色*/
	font-weight: normal;
	width: 6em;
	height: auto;
	margin-top: 0em;
	margin-bottom: 30PX;
	text-align:center;
	white-space:nowrap;
	border: 0px solid #F3F3F5;
}
.P1_C5_IMG3_T1b{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 0.7em;/*字尺寸*/
	letter-spacing: 0.05em;/*字距*/
	color: #CCCCCC;/*顏色*/
	font-weight: normal;
	width: 6em;
	height: auto;
	margin-top: 0em;
	margin-bottom: 30PX;
	text-align:center;
	white-space:nowrap;
	border: 0px solid #F3F3F5;
}
.P1_C5_T1{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.1em;/*字尺寸*/
	line-height: 2em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #000;/*顏色*/
	font-weight: bold;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0em;
	margin-bottom: 0.0em;
	text-align:left;
}
.P1_C5_T2{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.1em;/*字尺寸*/
	line-height: 1em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #000;/*顏色*/
	font-weight: bold;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: -0.2em;
	margin-bottom:2em;
	text-align:left;
}
.P1_C5_T2B{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 0.9em;/*字尺寸*/
	letter-spacing: 0em;/*字距*/
	color: #808080;/*顏色*/
	font-weight: lighter;
	padding-left: 0.5em;
	text-decoration: line-through;
}
.P1_C5_T3{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.3em;/*字尺寸*/
	line-height: 2em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #000;/*顏色*/
	font-weight: bold;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0.0em;
	margin-bottom: 0.0em;
	text-align:left;
	float: left;
}
.P1_C5_T4{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1em;/*字尺寸*/
	line-height: 1.5em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #666;/*顏色*/
	font-weight: normal;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: -2em;
	margin-bottom: 0.0em;
	text-align:right;
	text-decoration:line-through;
	float: left;
}
.P1_C5_T5{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.4em;/*字尺寸*/
	line-height: 1em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #000;/*顏色*/
	font-weight: bold;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0em;
	margin-bottom: 1.5em;
	text-align:left;
	float: left;
}
.P1_C5_T6{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.2em;/*字尺寸*/
	line-height: 1em;/*行高*/
	letter-spacing: 0.1em;/*字距*/
	color: #FFFFFF;/*顏色*/
	font-weight: normal;
	width: 90%;
	height: auto;
	border:0px solid #565D6F;
	background:#565D6F;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0.6em;
	margin-bottom: 0.9em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align:center;
  /* 移除焦點時的輪廓線 */
  outline: none;
  /* 移除陰影 */
  box-shadow: none;
}
.P1_C5_T6:hover  {
    opacity:0.5;
}
.P1_C5_T6B{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.2em;/*字尺寸*/
	line-height: 2em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #FFFFFF;/*顏色*/
	font-weight: bold;
	width: 45%;
	height: auto;
	border:1px solid #565D6F;
	background:#565D6F;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 1em;
	padding-top: .1em;
	padding-bottom: .1em;
	padding-left: auto;
	padding-right: auto;
	text-align:center;
  /* 移除焦點時的輪廓線 */
  outline: none;
  /* 移除陰影 */
  box-shadow: none;
}
.P1_C5_T6B:hover  {
	border:1px solid #565D6F;
	background:#FFFFFF;
	color: #565D6F;/*顏色*/
}
.P1_C5_T6B2{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.2em;/*字尺寸*/
	line-height: 2em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #565D6F;/*顏色*/
	font-weight: bold;
	width: 45%;
	height: auto;
	border:1px solid #565D6F;
	background:#FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 1em;
	padding-top: .1em;
	padding-bottom: .1em;
	padding-left: auto;
	padding-right: auto;
	text-align:center;
  /* 移除焦點時的輪廓線 */
  outline: none;
  /* 移除陰影 */
  box-shadow: none;
}
.P1_C5_T6C{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.1em;/*字尺寸*/
	line-height: 2em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #FFFFFF;/*顏色*/
	font-weight: bold;
	width: auto;
	height: auto;
	border:0px solid #565D6F;
	background:#565D6F;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 2em;
	margin-left: 0em;
	margin-right: 2em;
	margin-bottom: 0em;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: 3em;
	padding-right: 3em;
	text-align:left;
  /* 移除焦點時的輪廓線 */
  outline: none;
  /* 移除陰影 */
  box-shadow: none;
}
.P1_C5_T6C:hover  {
    opacity:0.5;
}
.P1_C6 {
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
	margin-bottom: 50PX;
}
.P1_C6_C1{
	width: 45%;
	height: auto;
	padding: 0%;
	margin-top: 0em;
	margin-bottom: 0PX;
	margin-left: 3%;
	margin-right: 0%;
	float: left;
	border: 0px solid #FFFBC2;
	background:#transparent;
}
.P1_C6_C1B{
	width: 100%;
	height: auto;
	padding: 0%;
	margin-top: 0em;
	margin-bottom: 20PX;
	margin-left: 0%;
	margin-right: 0%;
	float: left;
	border: 0px solid #FFFBC2;
	background:#F8F9FB;
}
.P1_C6_C2 {
	width: 100%;
	max-width: 20em;/*最大寬度*/
	margin-top: 40PX;
	margin-bottom: 80PX;
	margin-left: auto;
	margin-right: auto;
    text-align:center;
	border: 0px solid #FFFBC2;
}
.P1_C6_C3{
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
	margin-bottom: 10PX;
}
.P1_C6_C4{
	width: 100%;
	padding-right: 0%;
	margin: auto;
	text-align:center;
	padding-bottom: 2em;
	border-bottom: 1px dashed #949397;
}
.P1_C6_C5{
	width: 98%;
	text-align:center;
	margin-top: 1PX;
	margin-bottom: 20PX;
	margin-left: 0%;
	margin-right: 0em;
}
.P1_C6_C6{
	width: 16em;
	height: 7em;
	margin: auto;
	text-align:center;
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1em;/*字尺寸*/
	line-height: 3em;/*行高*/
	letter-spacing: 0.1em;/*字距*/
	color: #333;/*顏色*/
	font-weight: bold;
	border: 0px solid #FFFBC2;
}
.P1_C6_C7{
	width: 90%;
	height: 6em;
	margin: auto;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border: 0px solid #FFFBC2;
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 0.9em;/*字尺寸*/
	line-height: 1.5em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #333;/*顏色*/
	font-weight: bold;
}
.P1_C6_C7B{
	color: #999;/*顏色*/
	text-decoration: underline;
}
.P1_C6_C7B:hover{
	opacity:0.3;
}
.P1_C6_IMG1{
	width: 100%;
	height: auto;
	padding-top: 0%;
	padding-bottom: 0em;
	padding-left: 0%;
	padding-right: 0%;
	margin: 0em;
	float: left;
}
.P1_C6_IMG2{
	width: 3em;
	height: auto;
}
.P1_C6_IMG2:hover  {
    opacity:0.3;
}

.P1_C6_T2{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.1em;/*字尺寸*/
	line-height: 2em;/*行高*/
	letter-spacing: 0.1em;/*字距*/
	color: #000;/*顏色*/
	font-weight: bold;
	width: 100%;
	margin-left: 0%;
	height: 2.3em;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.0em;
	text-align:left;
}
.P1_C6_T3{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 0.9em;/*字尺寸*/
	line-height: 1.1em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #808080;/*顏色*/
	font-weight: normal;
	width: 100%;
	margin-left: 0%;
	height: 3.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: -0.5em;
	margin-bottom: 0.6em;
	text-align:left;
}
.P1_C6_T4{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.4em;/*字尺寸*/
	line-height: 1.2em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #000;/*顏色*/
	font-weight: bold;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0.0em;
	margin-bottom: 0.5em;
	text-align:center;
}
.P1_C6_T4B{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.1em;/*字尺寸*/
	line-height: 1.2em;/*行高*/
	letter-spacing: 0.1em;/*字距*/
	color: #000;/*顏色*/
	font-weight: bold;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 20PX;
	text-align:center;
}
.P1_C6_T4B_C1{
	width: 96%;
	margin-top: 50PX;
	margin-bottom: 50PX;
	margin-left: auto;
	margin-right: auto;
}
.P1_C6_T4C{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.0em;/*字尺寸*/
	line-height: 1.2em;/*行高*/
	letter-spacing: 0.1em;/*字距*/
	color: #666666;/*顏色*/
	font-weight: normal;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 30PX;
	text-align:center;
}
.P1_C6_T4C_C1{
	width: 96%;
	margin-top: 40PX;
	margin-bottom: 30PX;
	margin-left: auto;
	margin-right: auto;
}
.P1_C6_T4D{
	font-size: 1.3em;/*字尺寸*/
	line-height: 2em;/*行高*/
}
.P1_C6_T5{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.3em;/*字尺寸*/
	line-height: 1.3em;/*行高*/
	letter-spacing: 0.1em;/*字距*/
	color: #666666;/*顏色*/
	font-weight: normal;
	width: 10em;
	height: auto;
	margin-top: 0.0em;
	margin-bottom: 0.1em;
	text-align:center;
}
.P1_C6_T6{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1em;/*字尺寸*/
	line-height: 1.2em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #333333;/*顏色*/
	font-weight: bold;
	padding-top: 0em;
	padding-bottom: 0em;
text-align:center;/*文本對齊_中心*/
}
.P1_C6_T7{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1em;/*字尺寸*/
	line-height: 1.2em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #333333;/*顏色*/
	font-weight: normal;
	padding-top: 4vw;
	padding-bottom: 4vw;
	padding-left: 4vw;
	padding-right: 4vw;
	background:#FFFFFF;
	border-radius: 2em;
  /* 移除焦點時的輪廓線 */
  outline: none;
  /* 移除陰影 */
  box-shadow: none;
  border: none;
text-align:center;/*文本對齊_中心*/
}
.P1_C6_T7:hover  {
	color: #FFF;/*顏色*/
    background:#CCC;
}
.P1_C6_T7B{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1em;/*字尺寸*/
	line-height: 1.2em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #FFF;/*顏色*/
	font-weight: bold;
	padding-top: 3vw;
	padding-bottom: 3vw;
	padding-left: 3vw;
	padding-right: 3vw;
	background:#CCC;
	border-radius: 2em;
  /* 移除焦點時的輪廓線 */
  outline: none;
  /* 移除陰影 */
  box-shadow: none;
  border: none;
text-align:center;/*文本對齊_中心*/
}
.P1_C6_T8{
	width: 30%;
	height: auto;
	margin-top: 0em;
	margin-bottom: 3%;
	margin-left: 3%;
	margin-right: 0%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	padding-right: 0em;
	float: left;
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.2em;/*字尺寸*/
	line-height: 1em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #000000;/*顏色*/
	font-weight: bold;
	background:#FFFFFF;
	border-radius: 0.5em;
  /* 移除焦點時的輪廓線 */
  outline: none;
  /* 移除陰影 */
  box-shadow: none;
	border: 2px solid #CCCCCC;
}
.P1_C6_T8:hover  {
    background:#F5E65A;
	border: 2px solid #F5E65A;
}
.P1_C6_T8B{
	width: 30%;
	height: auto;
	margin-top: 0em;
	margin-bottom: 3%;
	margin-left: 3%;
	margin-right: 0%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	padding-right: 0em;
	float: left;
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.2em;/*字尺寸*/
	line-height: 1em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #FFFFFF;/*顏色*/
	font-weight: bold;
    background:#CCCCCC;
	border-radius: 0.5em;
  /* 移除焦點時的輪廓線 */
  outline: none;
  /* 移除陰影 */
  box-shadow: none;
	border: 2px solid #CCCCCC;
}
.P1_C6_T8C{
	width: 30%;
	height: auto;
	margin-top: 0em;
	margin-bottom: 3%;
	margin-left: 3%;
	margin-right: 0%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	padding-right: 0em;
	float: left;
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.2em;/*字尺寸*/
	line-height: 1em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #000000;/*顏色*/
	font-weight: bold;
    background:#F5E65A;
	border-radius: 0.5em;
  /* 移除焦點時的輪廓線 */
  outline: none;
  /* 移除陰影 */
  box-shadow: none;
	border: 2px solid #F5E65A;
}
.P1_C7 {
	width: 100%;
	padding: auto;
	margin-top: 0PX;
	margin-bottom: 30PX;
	margin-left: 0%;
	margin-right: auto;
}
.P1_C7B {
	width: 100%;
	padding: auto;
	margin-top: 0;
	margin-bottom: 20PX;
	margin-left: auto;
	margin-right: auto;
}
.P1_C8{
	width: 100%;
	padding: 0%;
	margin-top: 0em;
	margin-bottom: 1em;
	margin-left: 0%;
	margin-right: 0%;
	float: left;
	border: 0px solid #FFFBC2;
}
.P1_C8B{
	width: 49%;
	padding: 0%;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0%;
	margin-right: 0%;
	float: left;
	border: 0px solid #FFFBC2;
}
.P1_C8C{
	width: 49%;
	padding: 0%;
	margin-top: 0em;
	margin-bottom: 1em;
	margin-left: 0%;
	margin-right: 0%;
	float: right;
	border: 0px solid #FFFBC2;
	text-align:right;
}
.P1_C8_C1{
	width: 10%;
	padding: 0%;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0%;
	margin-right: 0em;
	float: left;
	border: 0px solid #FFFBC2;
}
.P1_C8_C1B{
	width: 20%;
	padding: 0%;
	margin-top: 0.6em;
	margin-bottom: -2.7em;
	margin-left: 0%;
	margin-right: 9.3em;
	float: right;
	border: 0px solid #FFFBC2;
}
.P1_C8_C2{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.2em;/*字尺寸*/
	line-height: 1.2em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #808080;/*顏色*/
	width: 90%;
	padding: 0%;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: -1%;
	margin-right: 0%;
	float: left;
	border: 0px solid #000000;
}
.P1_C8_C2B{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.2em;/*字尺寸*/
	line-height: 1.2em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #808080;/*顏色*/
	width: 100%;
	padding: 0%;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0%;
	margin-right: 5%;
	float: right;
	border: 0px solid #000000;
}
.YOUT{
   position: relative;
   padding-bottom: 56.25%;
   height: 0;
   overflow:hidden;
   max-width: 100%;
}

.YOUT iframe,.YOUT object,.YOUT embed{
   position: absolute;
   top: 0;
   left: 0;
   width:100%;
   height: 100%;
}
.P1_C9{
	width: 100%;
	padding: auto;
	margin-top: 0em;
	margin-bottom: 30PX;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #FFFBC2;
}

.P1_C9_T1{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1em;/*字尺寸*/
	line-height: 1.5em;/*行高*/
	letter-spacing: 0em;/*字距*/
	color: #333333;/*顏色*/
	font-weight: bold;
	width: 92%;
	margin-left: 5%;
	height: 4.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 0.5em;
	margin-top: 0em;
	margin-bottom: 0.0em;
	text-align:left;
}
.P1_C9_T2{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 0.9em;/*字尺寸*/
	line-height: 2em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #666666;/*顏色*/
	font-weight: bold;
	width: 92%;
	margin-left: 5%;
	height: 2.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 0.8em;
	margin-top: 0em;
	margin-bottom: 0.0em;
	text-align:left;
}
.P1_C9_T3{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 0.8em;/*字尺寸*/
	line-height: 1.5em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #FFFFFF;/*顏色*/
	font-weight: bold;
	width: auto;
	margin-left: 5%;
	height: 1.7em;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 0.1em;
	padding-bottom: 0.0em;
	padding-left: 0.9em;
	padding-right: 0.9em;
	margin-top: -2.5em;
	margin-right: 0.8em;
	margin-bottom: 0.0em;
	float: right;
	border: 0px solid #FFFBC2;
	background:#565D6D;
}
.P1_C10 {
	width: 100vw;
	height: auto;
	padding-right: 5vw;
	padding-left: 5vw;
	padding-bottom: 50PX;
	margin: auto;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
	border: 0px solid #FFFBC2;
}
.P1_C10_T1{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 0.9em;/*字尺寸*/
	line-height: 2em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #333333;/*顏色*/
	font-weight: bold;
	width: auto;
	height: auto;
	border:1px solid #E6E6E6;
	background:#FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0.0em;
	margin-left: 0.3em;
	margin-right: 0.3em;
	margin-bottom: 0.9em;
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: 0.9em;
	padding-right: 0.9em;
	text-align:left;
  /* 移除焦點時的輪廓線 */
  outline: none;
  /* 移除陰影 */
  box-shadow: none;
}
.P1_C10_T1:hover  {
	border:1px solid #E6E6E6;
	background:#E6E6E6;
}
.P1_C11 {
	width: 100%;
	max-width: 650px;/*最大寬度*/
	padding-right: auto;
	padding-left: auto;
	padding-TOP: 30PX;
	padding-bottom: 10PX;
	margin: auto;
    text-align:center;
	border: 0px solid #FFFBC2;
}
.P1_C11_T1{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.4em;/*字尺寸*/
	line-height: 1.4em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #000;/*顏色*/
	font-weight: bold;
	width: 95%;
	height: auto;
	margin-top: 10PX;
	margin-bottom: 0.5em;
	margin-left: 3%;
	margin-right: auto;
}
.P1_C11_T2{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 0.9em;/*字尺寸*/
	line-height: 1.2em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #808080;/*顏色*/
	font-weight: normal;
	width: 94%;
	height: auto;
	margin-top: 0em;
	margin-bottom: 0.5em;
	margin-left: 3%;
	margin-right: 3%;
	text-align:right;
}
.P1_C11_T3{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.1em;/*字尺寸*/
	line-height: 1.5em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #000;/*顏色*/
	font-weight: bold;
	width: 97%;
	height: auto;
	margin-top: 0em;
	margin-bottom: 30PX;
	margin-left: 3%;
	margin-right: auto;
}
.P1_C11_IMG1{
	width: 100%;
	height: auto;
	margin-top: 0em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
.P1_C12{
	width: 90%;
	margin-top: 50PX;
	margin-bottom: 0em;
	margin-left: 3%;
	margin-right: auto;
}
.P1_C12B{
	width: 100%;
	margin-top: 0PX;
	margin-bottom: 30PX;
	margin-left: auto;
	margin-right: auto;
}
.P1_C12_IMG1{
	width: 1.5em;
	height: auto;
	padding: 0em;
	margin: 0em;
	float: left;
}
.P1_C12_T1{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.2em;/*字尺寸*/
	line-height: 1.3em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #333333;/*顏色*/
	font-weight: bold;
	width: auto;
	height: auto;
	padding-top: 0em;
	margin-left: 1.5em;
	margin-top: 0em;
	margin-bottom: 0.0em;
	margin-right: auto;
	text-align:left;
}
.P1_C12_T2{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1em;/*字尺寸*/
	line-height: 2em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #666666;/*顏色*/
	font-weight: normal;
	width: auto;
	height: auto;
	padding-top: 0.3em;
	margin-left: 1.6em;
	margin-top: 0em;
	margin-bottom: 0.0em;
	margin-right: auto;
	text-align:left;
}
.P1_C13{
	width: 96%;
	max-width: 17em;/*最大寬度*/
	height: auto;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	padding-right: 0em;
	margin-top: 30PX;
	margin-bottom: 60PX;
	margin-left: auto;
	margin-right: auto;
	float: none;
	border: 0px solid #CFD0D2;
}
.P1_C13B_background{
	width: 100%;
	margin-top: 30PX;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1.5em;
	padding-bottom: 0.1em;
	padding-left: 0em;
	padding-right: 0em;
	background: #F2F2F2;
}
.P1_C13B{
	width: 100%;
	max-width: 18em;/*最大寬度*/
	height: auto;
	padding-top: 2em;
	padding-bottom: 0em;
	padding-left: 0em;
	padding-right: 0em;
	margin-top: 10PX;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
	float: none;
	border-left: 0px solid #CFD0D2;
}

.P1_C13B_T1{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.0em;/*字尺寸*/
	line-height: 1.0em;/*行高*/
	letter-spacing: 0.1em;/*字距*/
	color: #000;/*顏色*/
	font-weight: bold;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.0em;
	margin-bottom: 0.3em;
	text-align:left;
}
.P1_C13B_T1B{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.0em;/*字尺寸*/
	line-height: 1.0em;/*行高*/
	letter-spacing: 0.1em;/*字距*/
	color: #000;/*顏色*/
	font-weight: bold;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.0em;
	margin-bottom: 0.3em;
	text-align:left;
}
.P1_C13_C1{
	width: 100%;
	height: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}

.P1_C13_T1{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.5em;/*字尺寸*/
	line-height: 1.5em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #000;/*顏色*/
	font-weight: bold;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
	text-align:center;
}
.P1_C13_IMG1{
	width: 1.2em;
	height: auto;
	padding: 0em;
	margin-top: 0.2em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
.P1_C13_T2{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 0.97em;/*字尺寸*/
	line-height: 1.7em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #4D4D4D;/*顏色*/
	font-weight: bold;
	width: 100%;
	height: auto;
	padding-top: 0em;
	margin-left: 0em;
	margin-top: 0em;
	margin-bottom: 0.0em;
	text-align:left;
}
.P1_C14 {
	width: 100%;
	height: 100%;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #FFFBC2;
}
.P1_C14_T1{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.25em;/*字尺寸*/
	line-height: 1.1em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #FFFFFF;/*顏色*/
	width: 26%;
	height: 2em;
	margin-top: 0em;
	margin-bottom: 1em;
	margin-left: 6%;
	margin-right: 0%;
	float: left;
	border: 0px solid #FFFFFF;
}
.P1_C15{
	width: 100%;
	max-width: 750px;
	margin: auto;
	display:block;
}
.P1_C16{
	width: 100%;
	max-width: 1000px;
	margin-top: 0PX;
	margin-bottom: 30PX;
	margin-left: auto;
	margin-right: auto;
}
.P1_C16B{
	width: 100%;
	max-width: 1000px;
	margin-top: -30PX;
	margin-bottom: 30PX;
	margin-left: auto;
	margin-right: auto;
}
.P1_C16_C1{
	width: 44%;
	padding: 0%;
	margin-top: 0;
	margin-bottom: 40PX;
	margin-left: 4%;
	margin-right: 0%;
	float: left;
	border: 0px solid #FFFBC2;
}
.P1_C16_T1{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.1em;/*字尺寸*/
	letter-spacing: 0.1em;/*字距*/
	color: #333333;/*顏色*/
	font-weight: bold;
	width: 100%;
	height: auto;
	padding-top: 0em;
	margin-left: 0em;
	margin-top: 0em;
	margin-bottom: 0.3em;
	text-align:left;
}
.P1_C16_T1B{
	width: 100%;
	padding: 0%;
	margin-top: 0;
	margin-bottom: 0PX;
	margin-left: 0%;
	margin-right: 0%;
	float: left;
	border: 0px solid #FFFBC2;
}
.P1_C17{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
/* 整個捲軸 */
.P1_C17::-webkit-scrollbar { 
	width: 0px;
	height: 1px;
}
/*捲軸尚未滑到的軌道*/
.P1_C17::-webkit-scrollbar-track-piece{ 
     background: #transparent; 
}
/* 滑動的區塊 */
.P1_C17::-webkit-scrollbar-thumb {
	background-color: #transparent;
}
/* 滑鼠移到滑動的區塊上 */
.P1_C17::-webkit-scrollbar-thumb:hover {
	 background: #transparent; 
}
.P1_C17_table1 {
	height: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}
.P1_C18{
	width: 45%;
	max-width: 3000px;/*最大寬度*/
	padding: 0%;
	margin-top: 30PX;
	margin-bottom: 0PX;
	margin-left: 3.5%;
	margin-right: 0%;
	float: left;
}

/**************************************桌機**************************************/	
#DDheader {
	position: fixed;
	z-index: 999;
	background-color: #FFF;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	display: none;
}
#DDheaderC {
	width: 100%;
	background-color: #000;
	height: 6.5em;
	display: none;
}
.DDheader_logo {
	height: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.DDheader_logo:hover{
	opacity:0.5;
}
.DDheader_logo2 {
	height: 2.6em;
	width: 28vw;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #FFFBC2;
}
.DDsizeB2 {
	width: 100vw;
	margin-right: auto;
	margin-left: auto;
}
.DDtable_menuTEXT{
	font-family: "Microsoft JhengHei";
	font-size: 1.3em;
	letter-spacing: 0.0em;
	color: #000000;
	white-space: nowrap;
	line-height: 5em;
	padding-TOP: 5em;
	padding-bottom: 0.5em;
	padding-right: 0.5vw;
	padding-left: 0.5vw;
	font-weight: bold;
	background-color: transparent;

}
.DDtable_menuTEXT:hover{
	background-color: #F5E65A;
	border-bottom:2px solid #000000;
}
.DDheader_TEXT1{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.3em;/*字尺寸*/
	line-height: 1.9em;/*行高*/
	letter-spacing: 0.0em;/*字距*/
	color: rgba(0, 0, 0, 0.0);/*顏色*/
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 12em;
	height: 1.92em;
	padding-right: 1em;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-right: 6vw;
	float: right;
	text-align:right;
	background: url("../images/LOGO3A.png") no-repeat;
	background-size: 100% 100%;/*背景填滿容器*/
}
.DDheader_TEXT1:hover{
	opacity:1;
	color: #000000;/*顏色*/
	background: url("../images/LOGO3B.png") no-repeat;
}
.DDTOP{
	position: fixed;
	z-index: 99;
	bottom: 1em;
	right: 1.2em;
	width: 120px;
	display: none;
}
.DDTOP:hover  {
    opacity:0.5;
}
.DDTOP_T1{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.5em;/*字尺寸*/
	line-height: 1.4em;/*行高*/
	letter-spacing: 0.05em;/*字距*/
	color: #000;/*顏色*/
	font-weight: normal;
	width: 100%;
	margin-left: 2%;
	height: 4em;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 2.8em;
	margin-top: 0.0em;
	margin-bottom: 0.5em;
	border: 0px solid #FFFBC2;
	float: left;
}
.DDfooter_F1 {
	position: static;
	bottom: 0;
	z-index: 1;
	width: 100%;
	border-radius: 30px 30px 10px 0px;
	background-color: #FFFFFF;
	display: none;
}
.DDfooter_F2 {
	position: static;
	bottom: 0;
	z-index: 1;
	width: 100%;
	border-radius: 30px 30px 10px 0px;
	background-color: #F5E65A;
	display: none;
}
.DDfoote {
	width: 100%;
	height: 15em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10em;
	margin-left: auto;
	padding-top: 3em;
	padding-bottom: 3em;
	display: none;
}
.DDfoote2 {
	width: 100%;
	background-color: transparent;
	height: 50PX;
	display: none;
}
.DDfoote_right {
	width: 40%;
	border: 0px solid #000000;
	float: right;
}
.DDfoote_left {
	width: 50%;
	border: 0px solid #FFFBC2;
	float: left;
}
.DDfoote_left2C1 {
	width: 621PX;
	height: 246PX;
	margin-top: -80PX;
	border-radius: 30px;
	background-color: #000000;
	float: right;
}
.DDfoote_left2T1 {
	font-family: "Microsoft JhengHei";
	width: 400PX;
	font-size: 20PX;
	letter-spacing: 2PX;
	line-height: 1.6em;
	color: #FFF;
	font-weight: bold;
	margin-top: 40PX;
	margin-bottom: 0em;
	margin-left: 130PX;
	margin-right: auto;
	border: 0px solid #FFFBC2;
}
.DDfoote_left2T2 {
	font-family: "Microsoft JhengHei";
	background-color: #F5E65A;
	width: 90%;
	font-size: 25PX;
	letter-spacing: 2PX;
	line-height: 50PX;
	color: #000;
	font-weight: bold;
	margin-top: 30PX;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #FFFBC2;
	border-radius: 20px;
	text-align:center;/*文本對齊_中心*/
}
.DDfoote_left2T2:hover  {
    opacity:0.5;
}
.DDfooteTEXT1{
	font-family: "Microsoft JhengHei";
	font-size: 3em;
	letter-spacing: 0.0em;
	line-height: 1.6em;
	color: #000;
	font-weight: bold;
	margin-bottom: 0.3em;
}
.DDfooteTEXT2{
	font-family: "Microsoft JhengHei";
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 0.0em;
	line-height: 1.8em;
	color: #000;
	letter-spacing: 0.0em;
}
.DDfooteTEXT2C1{
	width: 100%;
	max-width: 300em;
	margin: auto;
	display:block;
}
.DDfooteTEXT3{
	width: 100%;
	margin-TOP: 3em;
	font-family: "Microsoft JhengHei";
	color: #000;
	letter-spacing: 0.1em;
	font-size: 1.0em;
	line-height: 1em;
	text-align:center;
}
.DDfooteIMG1{
	width: 1.6em;
}
.DDP1_C5_T6{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 18PX;/*字尺寸*/
	line-height: 28PX;/*行高*/
	letter-spacing: 0.1em;/*字距*/
	color: #FFFFFF;/*顏色*/
	font-weight: bold;
	width: 150PX;
	height: auto;
	border:0px solid #565D6F;
	background:#565D6F;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 8PX;
	margin-bottom: 12PX;
	margin-left:auto;
	margin-right: 22PX;
	padding-top: 10PX;
	padding-bottom: 10PX;
	text-align:center;
  /* 移除焦點時的輪廓線 */
  outline: none;
  /* 移除陰影 */
  box-shadow: none;
	display: none;
}
.DDP1_C5_T6:hover  {
    opacity:0.5;
}
.DDP1_C5_T6B{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 18PX;/*字尺寸*/
	line-height: 28PX;/*行高*/
	letter-spacing: 0.1em;/*字距*/
	color: #FFFFFF;/*顏色*/
	font-weight: bold;
	width: 150PX;
	height: auto;
	border:0px solid #565D6F;
	background:#565D6F;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 8PX;
	margin-bottom: 12PX;
	margin-left:auto;
	margin-right: 22PX;
	padding-top: 10PX;
	padding-bottom: 10PX;
	text-align:center;
  /* 移除焦點時的輪廓線 */
  outline: none;
  /* 移除陰影 */
  box-shadow: none;
	display: none;
}
.DDP1_C5_T6B:hover  {
    opacity:0.5;
}
.DDP1_C10 {
	width: 100vw;
	padding-right: 0em;
	padding-left: auto;
	padding-bottom: 10PX;
	margin: auto;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
	border: 0px solid #FFFBC2;
	display: none;
}
.P1_C19{
	width: 46%;
	max-width: 1000px;/*最大寬度*/
	padding: 0%;
	margin-top: 30PX;
	margin-bottom: 50PX;
	margin-left: 27%;
	margin-right: 27%;
	float: left;
}
/**********************************************************以上首頁產品服務EDM**********************************************************/
.P1_C20 {
	width: 100%;
	float: right;
	position: relative;
	z-index: 10;
	margin-top: 100PX;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 0%;
}
.P1_C20_LINK{
	width: 100%;
	position: absolute;
	z-index: 5;
	top: auto;
	margin-top: -75PX;
	margin-bottom: 0PX;
	margin-right: auto;
	margin-left: auto;
}
.P1_C20_coverflow{
	width: 100%;
    position: relative;
	margin:0em;
  }
  .P1_C20_coverflow>a{
    display: block;
    position: absolute;
    top:0;
    left:0;
    opacity: 1;
  }
  .P1_C20_coverflow>a>img{
    width: 100%;
  }

.P1_C20_coverflow_img1{
	  max-width: 4000px;
}
.P1_C20_IMG1{
	width: 100%;
	opacity:0;
}
.P1_C20_IMG2{
		width:100%;
		position:absolute;
		margin-top:0px;
		top:0;
		left:0px;
		display:none;
		border:none;
		padding:0px;
}
.P1_C20_IMG2:target{
	display: block;
	padding-top: 0%;
}

.P1_C20_IMG3{
	width: 100%;
	min-width: 100px;/*最小寬度*/
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
}
.P1_C20_IMG3C1{
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}
/**********************************************************以上首頁產品服務EDM**********************************************************/
.P1_C21_T1{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.4em;/*字尺寸*/
	line-height: 1.4em;/*行高*/
	letter-spacing: 0.08em;/*字距*/
	color: #000;/*顏色*/
	font-weight: bold;
	width: 100%;
	height: 3em;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 1em;
	margin-bottom: 0em;
	text-align:center;
	border: 0px solid #FFFBC2;
	display: flex;
	justify-content: center;
 	 align-items: center;
}
.P1_C21_T1b{
	width: 0.4em;
	height: 0.4em;
	margin-top: -1.2em;
	margin-right: 0.4em;
	background-color: #000;
	display: flex;
	justify-content: center;
 	align-items: flex-start;
	display: none;
}
.P1_C21_T2{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.4em;/*字尺寸*/
	line-height: 1.4em;/*行高*/
	letter-spacing: 0.08em;/*字距*/
	color: #000;/*顏色*/
	font-weight: bold;
	width: 95%;
	height: 3.5em;
	margin-left: 0%;
	margin-top: 1.5em;
	margin-bottom: 0em;
	text-align:center;
	border: 0px solid #FFFBC2;
}
.P1_C21_T2b{
	width: 0.4em;
	height: 0.4em;
	margin-top: 0.4em;
	margin-right: 0.3em;
	margin-bottom: 2em;
	background-color: #transparent;
	float: left;
	border: 0px solid #FFFBC2;
}
.P1_C21_banner1_size{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.P1_C21_banner1_IMG1{
	width: 100%;
	min-width: 100px;/*最小寬度*/
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
}
.P1_C21_banner2_size{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.P1_C21_banner2_IMG1{
	width: 100%;
	min-width: 100px;/*最小寬度*/
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
}
.P1_C21_banner3_size{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.P1_C21_banner3_IMG1{
	width: 100%;
	min-width: 100px;/*最小寬度*/
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
}
.P1_C21_banner4_size{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*P1_C21_banner4沒放圖*/
.P1_C21_banner4_IMG1{
	width: 100%;
	min-width: 100px;/*最小寬度*/
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
}
.P1_C21_banner5_size{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.P1_C21_banner5_IMG1{
	width: 100%;
	min-width: 100px;/*最小寬度*/
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
}
/*P1_C21_banner6沒放圖*/
.P1_C21_banner6_size{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.P1_C21_banner6_IMG1{
	width: 100%;
	min-width: 100px;/*最小寬度*/
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
}
.P1_C21_banner7_size{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.P1_C21_banner7_IMG1{
	width: 100%;
	min-width: 100px;/*最小寬度*/
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
}
.P1_C21_banner8_size{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.P1_C21_banner8_IMG1{
	width: 100%;
	min-width: 100px;/*最小寬度*/
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
}
.P1_C21_banner9_size{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.P1_C21_banner9_IMG1{
	width: 100%;
	min-width: 100px;/*最小寬度*/
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
}
.P1_C22{
	width: 100%;
	background:rgba(0,0,0,0.6);
	height: auto;
}
.P1_C22_C1{
	width: 90%;
	background:rgba(255,255,255,1);
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left: auto;
	margin-right: auto;
	filter:drop-shadow(0px 0px 1vw rgba(0,0,0,.5)) ;
	border-radius: 20PX;
}
.P1_C22_T1{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.3em;/*字尺寸*/
	line-height: 1.3em;/*行高*/
	letter-spacing: 0.1em;/*字距*/
	color: #000;/*顏色*/
	font-weight: bold;
	width: 94%;
	margin: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 0.7em;
	padding-bottom: 0.5em;
	text-align:center;
	border: 0px solid #FFFBC2;
}
.P1_C22_T2{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.0em;/*字尺寸*/
	line-height: 1.3em;/*行高*/
	letter-spacing: 0.2em;/*字距*/
	color: #000;/*顏色*/
	font-weight: normal;
	width: 94%;
	margin: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 0em;
	padding-bottom: 1.5em;
	border: 0px solid #FFFBC2;
}
.P1_C22_T3{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.2em;/*字尺寸*/
	line-height: 2em;/*行高*/
	letter-spacing: 2em;/*字距*/
	color: #fff;/*顏色*/
	font-weight: bold;
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 0em;
	margin-bottom: 3%;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align:center;
	padding-top: 0%;
	padding-bottom: 0%;
	padding-left: 2em;/*字距*/
	border: 10PX solid #999;
	background:#333;
	border-radius: 20PX;
}
.P1_C22_T3:hover{
    opacity:0.5;
}
.P1_C23{
	width: 100vw;
	padding-right: 0em;
	padding-left: auto;
	padding-bottom: 70PX;
	margin: auto;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
	border: 0px solid #FFFBC2;
}
.P1_C23_T1{
	font-family: "Microsoft JhengHei";/*字型*/
	font-size: 1.3em;/*字尺寸*/
	line-height: 1.4em;/*行高*/
	letter-spacing: 0.08em;/*字距*/
	color: #FFFFFF;/*顏色*/
	font-weight: bold;
	width: 11em;
	height: auto;
	border:0px solid #565D6F;
	background:#565D6F;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 30PX;
	margin-bottom: 30PX;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	text-align:center;
  /* 移除焦點時的輪廓線 */
  outline: none;
  /* 移除陰影 */
  box-shadow: none;
}
.P1_C23_T1:hover  {
    opacity:0.5;
}

#aaa {
  width:100%;
  font-size: 12px !important;
  padding: 0 16px;
}
#aaa b {
  font-weight: bold;
}
#aaa h1 { font-size: 32px !important; }
#aaa h2 { font-size: 24px !important;}
#aaa h3 { font-size: 19px !important; }
#aaa h4 { font-size: 16px !important; }
#aaa h5 { font-size: 14px !important; }
#aaa h6 { font-size: 1em !important; }
#aaa font[size="1"] { font-size: 12px !important; }
#aaa font[size="2"] { font-size: 14px !important; }
#aaa font[size="3"] { font-size: 16px !important; }
#aaa font[size="4"] { font-size: 18px !important; }
#aaa font[size="5"] { font-size: 20px !important; }
#aaa .center-text {
  text-align: center;
  font-size: 2em;
  font-family: "Microsoft JhengHei";/*字型*/
  color: #000;/*顏色*/
  font-weight: bold;
  width: 100%;
  padding: 0%;
  margin-top: 1em;
  margin-bottom: 0.3em;
  margin-left: 0%;
  margin-right: 0%;
}
#aaa ul {
  padding-left: 3em;   /* 點的位置 */
}
/* li 本身不要強制字級 */
#aaa ul li {
  list-style-type: disc;
  display:revert !important;
}

/* 允許 font 自己決定字級 */
/*#aaa li font{
  font-size: revert !important;
}*/





