/*有看到這段文字，才是最新的CSS設定*/

/***** Loader *****/

.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden !important;
	z-index: 99999;
}

.loader-img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	background: url(../img/loading.gif) center center no-repeat;
}
/***** INDEX *****/
.IconColor {color:#999;padding-right:3px}
.BannerLine { border-top:1px dotted #CCC;height:17px;}

/***** 五大特色 header *****/
header{
-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;-o-background-size:cover;
text-align:left;color:#fff;}

header .intro-text{ padding:0;}
header .intro-text .intro-lead-in{
	font-size:28px;line-height:34px;margin-bottom:15px;text-shadow:0 1px 5px #000;}
header .intro-text .intro-heading{
	font-weight:300;font-size:18px;line-height:20px;margin-bottom:20px;text-shadow:0 1px 5px #000;}
header .intro-text .intro-note {font-size:12px;padding-top:10px;}



.HappyGo {
	background:url(../img/kv2.jpg) no-repeat center top;background-attachment:scroll;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	text-align:left;color:#fff}

.HappyGo .intro-text{padding:40px 0 0 0;}
.HappyGo .intro-text .intro-lead-in{
	font-size:28px;line-height:34px;margin-bottom:15px;text-shadow:0 1px 5px #000;}
.HappyGo .intro-text .intro-heading{
	font-weight:300;font-size:18px;line-height:20px;margin-bottom:20px;text-shadow:0 1px 5px #000;}

@media (min-width:768px){
.HappyGo .intro-text{
	padding:133px 0 0 0px;height:350px;width:390px;float:right}
.HappyGo .intro-text .intro-lead-in{
	font-size:40px;line-height:40px;margin-bottom:20px;
	text-align:left;color:#fff;text-shadow:0 1px 5px #000
	}
	
.HappyGo .intro-text .intro-heading{
	font-weight:300;
	font-size:20px;line-height:24px;
	text-align:left;color:#fff;
	text-shadow:0 1px 5px #000
	}
}
/***** 合作廠商新設定 *****/
.panel-body{
	/*min-height: 150px;
	margin:0;	*/
	border-top:none;
	padding: 10px 15px;
    line-height: 24px;
}
.panel-body h6{
	font-size:18px;
	line-height:30px;
}
.partners_title{
    text-align: center;
    font-size: 26px;
    margin: 20px 0 30px 0;
	font-weight:bold;
}
.partners_title2{
    text-align: center;
    font-size: 18px;
    margin: 30px 0;
	color:#8cc400;
	font-weight:bold;
}
.partners_Rbox{
	display:inline-block;
	position:relative;	
    margin-top: 10px;
}
.partners_Lbox{
	border-right:1px solid #ccc;
	display:inline-block;
	position:relative;
	clear: both;
    margin-top: 10px;
}
.btn_group {
    margin: 50px 0;
    text-align: center;
	display:block;
}
.btn_group a{
	color:#fff;
	background-color:#64c814;
	padding:10px 70px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.1em;
    display: inline-block;
}
.btn_group a:hover{
	background-color:#959595;
}

/******** 店家總覽 ********/
.store_list{
	position:relative;
	display:block;
}
.store_list .store_tableline{
	border-bottom:1px solid #ccc;	
}

@media (min-width:768px){
	.store_list.mode2{
		display:none;
	}
	.store_list.mode1{
		display:block;
	}	
	.store_list .list_main{
		line-height:24px;
		padding:10px 0;
		font-size:15px;
		text-align:center;
	}
	.store_list .list_title{
		display:inline-block;
		line-height:36px;
		background-color:#8cc400;
		color:#fff;
		font-size:18px;
		text-align:center;
		padding:5px 20px;
	}
	.list_main > .center-block {
		display: inline-block  !important;
	}
	.store_list .store_tableline{
		border-bottom:1px solid #ccc;	
	}	
}

@media (max-width:767px){
	.store_list.mode1{
		display:none;
	}
	.store_list.mode2{
		display:block;
	}
	.panel-group {
    	margin-bottom: 5px;
	}
	.panel-default>.panel-heading{
		padding:8px;
	}
	.glyphicon{
		float:right;
	}
	.store_main ul{
	    -webkit-padding-start: 0px;
	}
	.store_main ul li{
		list-style:none;
		line-height:32px;
		color:#666;
		font-size:14px !important;
		border-bottom:1px dashed #fff;
	}
	.store_main .center-block {
		display: inline-block !important;
	}
	.store_list .store_tableline {
		border-bottom: 1px solid #ccc;
		clear: both;
		padding: 5px;
	}
	.store_main .store_icons{
		display:inline-block;
	}
	.store_box h4.panel-title{
		font-size:15px;
	}
	.store_box .QaIcon{
		padding-left:30px;
	}

}

/*頁籤設定*/
#pay-peace-of-mind{
	text-align:center;
}
#pay-peace-of-mind .authentications-tabs {
    margin-bottom: 40px;
}
#pay-peace-of-mind .tab:hover,
#pay-peace-of-mind .tab.active {
    color: #90D400;
}
#pay-peace-of-mind .tab {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    font-size: 20px;
    cursor: pointer;
}
#pay-peace-of-mind .tab-divider {
    display: inline-block;
    vertical-align: middle;
    margin: 0 40px;
    color: #999;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
#simple-to-use {
	padding: 35px 0;
	color: #aaa;
}

#simple-to-use h2 {
	margin-bottom: 45px;
}

#simple-to-use section {
	display: none;
	padding: 20px 0 0;
}

#simple-to-use input {
	display: none;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#simple-to-use label {
	display: inline-block;
	text-align: center;
	color: #ccc;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 35px;;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#simple-to-use hr {
	height: 17px;
	width: 1px;
	background: #ccc;
	border: 0;
	display: inline-block;
	margin: 0;
}

#simple-to-use label:before {
	font-weight: normal;
	margin-right: 10px;
}

#simple-to-use label:hover {
	color: #97ce10;
	cursor: pointer;
}

#simple-to-use input:checked+label {
	color: #000;
}

#tab1:checked~#content1,
#tab2:checked~#content2 {
	display: block;
	opacity: 1;
}

#simple-to-use .step-description {
	margin: 0 auto;
	line-height: 1.6em;
}
.space_box{
	padding:30px 0;
}

/***** Member Card *****/
.MemberCard {
	background:url(../img/kv3_mobi.jpg) no-repeat center top;background-attachment:scroll;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	text-align:left;color:#fff}

.MemberCard .intro-text{
	padding:40px 0 0 0;}
.MemberCard .intro-text .intro-lead-in{
	font-size:28px;line-height:34px;margin-bottom:15px;text-shadow:0 1px 5px #000;letter-spacing:-3px;
	}
	
.MemberCard .intro-text .intro-heading{
	font-weight:300;font-size:18px;line-height:20px;margin-bottom:20px;text-shadow:0 1px 5px #000;}
.MemberCard .intro-text .intro-note {font-size:13px; padding-top:10px;}

@media (min-width:768px){
.MemberCard {
	background:url(../img/kv3.jpg) no-repeat center top;background-attachment:scroll;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	text-align:left;color:#fff}
	
.MemberCard .intro-text{
	padding:120px 0 0 20px;height:350px; width:560px}
.MemberCard .intro-text .intro-lead-in{
	font-size:40px;line-height:40px;
	margin-bottom:20px;
	text-align:left;text-shadow:0 1px 5px #000
	}
	
.MemberCard .intro-text .intro-heading{
	font-weight:300;
	font-size:20px;line-height:24px;
	text-align:left;text-shadow:0 1px 5px #000
	}
header .intro-text .intro-note {font-size:13px; padding-top:10px;}
}

/***** Game Pay*****/
.GamePay {
	background:url(../img/kv4.jpg) no-repeat center top;background-attachment:scroll;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	text-align:left;color:#fff}

.GamePay .intro-text{
	padding:50px 0 0 0;}
.GamePay .intro-text .intro-lead-in{
	font-size:28px;line-height:34px;margin-bottom:15px;text-shadow:0 1px 5px #000;}
	
.GamePay .intro-text .intro-heading{
	font-weight:300;font-size:18px;line-height:20px;margin-bottom:20px;text-shadow:0 1px 5px #000;}

@media (min-width:768px){
.GamePay .intro-text{
	padding:128px 0 0 0px;height:350px;width:500px;float:right}
.GamePay .intro-text .intro-lead-in{
	font-size:40px;line-height:40px;
	margin-bottom:20px;
	text-align:left;color:#fff;
	text-shadow:0 1px 5px #000
	}
	
.GamePay .intro-text .intro-heading{
	font-weight:300;
	font-size:20px;line-height:24px;
	text-align:left;color:#fff;
	text-shadow:0 1px 5px #000
	}
}

/***** 五大特色 Safety *****/
.Safety {background:url(../img/kv5_mobi.jpg) no-repeat center top;background-attachment:scroll;
-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;-o-background-size:cover;
text-align:left;color:#fff}

.Safety .intro-text{padding:50px 0 0 0;}
.Safety .intro-text .intro-lead-in{
	font-size:28px;line-height:34px;margin-bottom:15px;text-shadow:0 1px 5px #000;
	}
	
.Safety .intro-text .intro-heading{
	font-weight:300;font-size:16px;line-height:20px;margin-bottom:20px;text-shadow:0 1px 5px #000;}
.Safety .intro-text .intro-note {font-size:13px; padding-top:10px;}

@media (min-width:768px){
.Safety {background:url(../img/kv5.jpg) no-repeat center top;background-attachment:scroll;
-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;-o-background-size:cover;
text-align:left;color:#fff}

.Safety .intro-text{
	padding:125px 0 0 20px;height:350px; width:490px }
.Safety .intro-text .intro-lead-in{
	font-size:40px;line-height:40px;
	margin-bottom:20px;
	text-align:left;text-shadow:0 1px 5px #000
	}
	
.Safety .intro-text .intro-heading{
	font-weight:300;
	font-size:20px;line-height:24px;
	text-align:left;text-shadow:0 1px 5px #000
	}
}


/***** Download KV 2016更新 by Doris0812*****/
#download {
	background:url(../img/download_320.jpg) no-repeat center top;background-attachment:scroll;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	color:#fff; height:100%}

#download .intro-text{padding-top:50%; margin:0 auto;}
#download .intro-lead-in{
	font-size:20px;line-height:28px;margin-bottom:10px;
	text-align:center;color:#fff;}
#download .intro-heading{
	font-size:14px;line-height:45px;margin-bottom:20px;
	text-align:center;color:#fff;}
#download .ButLink {padding-top:20px}

@media (min-width:768px){
#download {
	background:url(../img/download_1680.jpg) no-repeat center top;background-attachment:scroll;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	color:#fff;margin-bottom:25px;}
	
#download .intro-text{
	padding-top:25%;height:450px;width:580px;}
#download .intro-lead-in{
	font-size:40px;line-height:40px;margin-bottom:10px;
	text-align:center;color:#fff;
	}	
#download .intro-heading{
	font-size:20px;line-height:24px;
	text-align:center;color:#fff;
	}
#download .ButLink {padding-top:20px}
}

/***首頁的***/
#downloadIndex {
	background:url(../img/download_1680.jpg) no-repeat center top;background-attachment:scroll;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	color:#fff;}

#downloadIndex .intro-text{padding:30% 0 10% 0; margin:0 auto;}
#downloadIndex .intro-text .intro-lead-in{
	font-size:20px;line-height:28px;text-align:center;color:#fff;}
#downloadIndex .heading{font-size:14px;text-align:center;color:#fff;}
#downloadIndex .ButLink {padding-top:10px}


@media (min-width:768px){
#downloadIndex {
	background:url(../img/download_1680.jpg) no-repeat center center;background-attachment:scroll;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	color:#fff;margin-bottom:25px;}
	
#downloadIndex .intro-text{padding-top:15%;height:520px;width:580px;}
#downloadIndex .intro-text .intro-lead-in{
	font-size:40px;line-height:40px;margin-bottom:10px;
	text-align:center;color:#fff;
	}	
#downloadIndex .intro-heading{
	font-size:20px;line-height:24px;
	text-align:center;color:#fff;
	}
#downloadIndex .heading{font-size:20px;line-height:28px;text-align:center;color:#fff;padding-top:15px;}
#downloadIndex .ButLink {padding-top:20px}
}

/***** Foot *****/
@media (min-width:768px){
	
}
footer {}
footer .logo {padding-right:0px;margin-top:8px;}
footer .logo>img {display: block;height:40px;}
footer ul {padding:0;margin-left:0px;padding-top:18px; text-align: center;}
footer li {display:inline;padding:0 10px 0 0;font-size:17px;}
footer p {font-size:12px;color:#757575;}
footer a {color:#ababab}
footer a:hover {color:#90D400; text-decoration:none}
.Line {border-top:2px solid #90D400;margin-top:35px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c6c6c6+0,f4f4f4+2,ffffff+4 */
background: #fff; /* Old browsers */


}
.Line_p {border-top:2px solid #90D400;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c6c6c6+0,f4f4f4+2,ffffff+4 */
background: #c6c6c6; /* Old browsers */
background: -moz-linear-gradient(top,  #c6c6c6 0%, #f4f4f4 2%, #ffffff 4%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #c6c6c6 0%,#f4f4f4 2%,#ffffff 4%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #c6c6c6 0%,#f4f4f4 2%,#ffffff 4%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}



/***** About *****/
.SubMenu {
font-size:22px;color:#FFF;height:70px; line-height:70px; padding:0 17px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5bab1c+0,8cc400+100 */
background: #5bab1c; /* Old browsers */
background: -moz-linear-gradient(-45deg, #5bab1c 0%, #8cc400 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #5bab1c 0%,#8cc400 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #5bab1c 0%,#8cc400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bab1c', endColorstr='#8cc400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ 
}

.list-group ul {
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	margin:0px;padding:0px; list-style:none;
}
.list-group li {border-bottom:1px dotted #CC0; height:36px; line-height:36px; background:url(../img/submenu-icon.gif) no-repeat 20px 17px}
.Lineend {border-bottom:1px solid #FFF}
.list-group li a {
	color:#333333;	padding-left:39px
}
.list-group li a:hover {
	color:#8CC400;text-decoration:none;
}
.Inactive {	
padding-left:39px;
background:#E2E2E2;display:block;
	
}


/***** NEWS *****/
.NewsCategory {width:140px;}
.NewsTime {width:150px;}
.NewsTitle a {color:#555; font-size:16px; line-height:22px}
.NewsTitle a:hover {color:#90D400}

#SortNews {border-radius:10px;text-align:center;color:#FFF;height:22px;width:60px;margin-right:14px;background:#FF0064;}
#SortOfficial {border-radius:10px;text-align:center;color:#FFF;height:22px;width:60px;margin-right:14px;background:#3399FE;}
#SortRevision {border-radius:10px;text-align:center;color:#FFF;height:22px;width:60px;margin-right:14px;background:#FB2F0F;}
#SortActivity {border-radius:10px;text-align:center;color:#FFF;height:22px;width:60px;margin-right:14px;background:#9400D5;}

/***** QA *****/
.QaIcon { background:url(../img/icon_qa.png) no-repeat left center;padding-left:40px;}


.SweetNote {font-size:14px;}
.SweetNote p {font-size:12px; color:#999; padding-left:9px}


.Indexpage-small {color:#FFF}
.IndexAct {padding-bottom:30px;}
.IndexAct h4 {padding:0 10px;}
.IndexAct p {padding:0 10px; color:#666}
.NewsDetail {padding:30px 0px;margin:0 auto;}
.NewsPadding {padding:0 10px}
.AboutLeft {font-size:16px;padding:0 0 0 10px; line-height: 1.5em;}
.AboutLeft {}

.MenuBg {background:#38B5E4;border-radius:20px; padding:6px 14px;color:#FFF;text-shadow:1px 1px 2px #333;}
.MenuBg a:hover {background:#F03;border-radius:20px;color:#FFF}




/***** 五大特色2016更新 by Doris0727*****/

.Intro {padding-top:10%;width:100%;margin:0 auto;}
.intro-lead-in{font-size:20px;line-height:40px;color:#8cc400;margin-bottom:10px;}
.intro-heading{font-size:14px;line-height:18px;color:#a9a9a9;padding-top:15px;border-top: 2px solid #c7c7c7;}
.intronote {font-size:11px;}

@media (min-width:768px){
.Intro { width:500px;}
.intro-lead-in{font-size:40px;line-height:55px;color:#8cc400;margin-bottom:10px}
.intro-heading{font-size:20px;line-height:24px;color:#a9a9a9;padding-top:15px;border-top: 2px solid #c7c7c7;}
.intronote {font-size:14px;}

}


/* entire container, keeps perspective */
.flip-container {perspective: 1000;transform-style: preserve-3d;}
/*  UPDATED! flip the pane when hovered */
.flip-container:hover .back {transform: rotateY(0deg);}
.flip-container:hover .front {transform: rotateY(180deg);}
.flip-container, .front, .back {width:180px;height:180px; margin:0 auto}
/* flip speed goes here */
.flipper {transition: 0.6s;transform-style: preserve-3d;position: relative;}
/* hide back of pane during swap */
.front, .back {backface-visibility: hidden;transition: 0.6s;transform-style: preserve-3d;position: absolute;top: 0;left: 0;-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */}
/*  UPDATED! front pane, placed above back */
.front {z-index: 2;transform: rotateY(0deg); text-align:center;border:2px #7d7d7d solid;border-radius:180px;line-height:180px; background:#FFF}
.front img{vertical-align:middle;}
/* back, initially hidden pane */
.back {transform: rotateY(-180deg);background:#8cc400;color:#FFF;padding:20px;}
/* Some vertical flip updates */
.vertical.flip-container {position: relative;}
.vertical .back {transform: rotateX(180deg);}
.vertical.flip-container:hover .back {transform: rotateX(0deg);}
.vertical.flip-container:hover .front {transform: rotateX(180deg);}
.flipTitle {padding:30px 0 0px 0;text-align:center;color:#979797;font-size:14px; line-height:28px}
.TDGreen {color:#8dc21f;}
.TDLine {border-bottom:2px solid #c7c7c7;padding-bottom:5px; margin-bottom:5px}

@media (min-width:768px){
/* entire container, keeps perspective */
.flip-container {perspective: 1000;transform-style: preserve-3d;}
/*  UPDATED! flip the pane when hovered */
.flip-container:hover .back {transform: rotateY(0deg);}
.flip-container:hover .front {transform: rotateY(180deg);}
.flip-container, .front, .back {width:180px;height:180px; margin:0 auto}
/* flip speed goes here */
.flipper {transition: 0.6s;transform-style: preserve-3d;position: relative;}
/* hide back of pane during swap */
.front, .back {backface-visibility: hidden;transition: 0.6s;transform-style: preserve-3d;position: absolute;top: 0;left: 0;-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */}
/*  UPDATED! front pane, placed above back */
.front {z-index: 2;transform: rotateY(0deg); text-align:center;border:2px #7d7d7d solid;border-radius:180px;line-height:180px; background:#FFF}
.front img{vertical-align:middle;}
/* back, initially hidden pane */
.back {transform: rotateY(-180deg);background:#8cc400;color:#FFF;padding:20px;}
/* Some vertical flip updates */
.vertical.flip-container {position: relative;}
.vertical .back {transform: rotateX(180deg);}
.vertical.flip-container:hover .back {transform: rotateX(0deg);}
.vertical.flip-container:hover .front {transform: rotateX(180deg);}
.flipTitle {padding:45px 0 80px 0;text-align:center;color:#979797;font-size:20px;line-height:28px}
.TDGreen {color:#8dc21f;}
.TDLine {border-bottom:2px solid #c7c7c7;padding-bottom:10px; margin-bottom:10px}

}

/***** About *****/
#About {padding-top:0px;}
#About .Slogan {border-bottom:2px solid #8cc400;padding-bottom:60px;margin-bottom:30px;z-index: 9998;}
#About .PLine {border-top:2px solid #bababa;margin-top:10px;padding-top:10px;}
#About h1 {color:#8cc400;font-size:20px;line-height:28px;text-align:center}
#About h2 {color:#8cc400;font-size:20px;margin: 40px 0 30px 0;line-height:28px;text-align:center}
#About p { font-size:14px;color:#666666; line-height:28px;}
#About .Note {font-size:12px;color:#666666;line-height:28px;}
#About .ATitle {border-bottom: 2px solid #bababa;padding-bottom:5px}
#About .AboutArrow {width: 0;height: 0;border-style: solid;border-width: 25px 10px 0 10px;border-color: #8cc400 transparent transparent transparent; margin:30px auto; text-align:center}	
#About .PNote {border-left:2px solid #666666; padding-left:10px;margin-top:30px;}
#About .Ptop {padding-top:30px}
.p01 {padding-top:30px;}
.p02 {padding-top:30px;}
.p03 {padding-top:30px;}
.p04 {padding-top:30px;}
.p05 {padding-top:30px;}
.p06 {padding-top:30px;}
.p07 {padding-top:30px;}
.p08 {padding-top:30px;}
.p09 {padding-top:30px;}

@media (min-width:768px){
#About .Slogan {border-bottom:2px solid #8cc400;padding-bottom:100px;margin-bottom:0px}
#About .PLine {border-top:2px solid #bababa;margin-top:20px;padding-top:20px;}	
#About h1 {color:#8cc400;font-size:36px;text-align:left;line-height:40px;}
#About h2 {color:#8cc400;font-size:36px;margin:60px 0 60px 0;text-align:left;line-height:40px;}
#About p {font-size:18px;color:#666666;line-height:28px;}
#About .Note {font-size:14px;color:#666666;line-height:28px;}	
#About .ATitle {border-bottom: 2px solid #bababa;padding:5px 0}
#About .AboutArrow {width: 0;height: 0;border-style: solid;border-width: 25px 10px 0 10px;border-color: #8cc400 transparent transparent transparent; margin:30px 0 30px 150px;}
#About .PNote {border-left:2px solid #666666;padding-left:10px;margin-top:50px; margin-left:15px}
#About ul {padding:0; margin:0;}
#About li {font-size:16px;color:#666666;line-height:25px;}
#About .Ptop {padding-top:0px;}
.p01 {padding-top:35px;}
.p02 {padding-top:60px;}
.p03 {padding-top:25px;}
.p04 {padding-top:40px;}
.p05 {padding-top:5px;}
.p06 {padding-top:70px;}
.p07 {padding-top:90px;}
.p08 {padding-top:55px;}


}

/***** Index *****/
.HP { height:60px}
.TxtPD {padding-bottom:50px}
.ImgPD {padding-bottom:20px;}

.IndexTitle {font-size:20px;line-height:28px;color:#8cc400;}
.SmallT {color:#a9a9a9;font-size:14px;line-height:28px;padding-top:10px;margin-bottom:40px}

@media (min-width:768px){
.HP { height:40px}
.TxtPD {padding-bottom:60px}
.ImgPD {padding-bottom:40px}

.IndexTitle {font-size:40px;line-height:45px;color:#8cc400}
.SmallT {color:#a9a9a9;font-size:20px;line-height:28px;padding-top:30px;margin-bottom:60px;}
}



/***** 五大特色2016更新 by Doris0727 END*****/

/***** 五大特色2016更新 by Doris0824  *****/
.IndexH1 {font-size:40px;color:#8cc400;line-height:45px;}
.IndexH2 {font-size:20px;color:#666666;line-height:28px}
.IndexSm {font-size:14px;line-height:28px}
.IndexLine {height:2px; background:#c7c7c7;margin:10px 0 15px 0}
.IndexIntro {padding-bottom:60px;}
.IndexPD {padding-top:90px;}
.AboutPD {padding-top:0px;}

@media (max-width:768px){
.IndexH1 {font-size:20px;color:#8cc400;line-height:28px;text-align:center;}
.IndexH2 {font-size:14px;color:#666666;line-height:28px}
.IndexSm {font-size:12px;color:#666666;line-height:28px}
.IndexLine {height:2px; background:#c7c7c7;margin:10px 0 15px 0}
.IndexIntro {padding-bottom:60px;}
.IndexPD {padding-top:50px}
.AboutPD {padding-top:40px;}	
}

.passedbg {background:#333;}
.passed p {color:#999}
.passed h4 {color:#999}

.passed a img {
opacity:0.4;/* 支持新版瀏覽器 */
-moz-opacity:0.4;/* Moz + FF */
filter:alpha(opacity=40);opacity:0.4;
 color:rgba(51,51,51,0.4); 
            }
.passed a:hover {opacity:1}


/* 整體設置*/ 
.navigation {}
.navigation li {}
.navigation li a:hover {}
/* 設置選單區塊*/
.navigation li dl {margin:0; padding:0;}
.navigation li dt a , .navigation li dd a{font-weight:400;}
/* 設置主選單dt */bottom
.navigation li dt {overflow:hidden;}
.navigation li dt a, .navigation  li dt a:visited {
    color:#757575;
    text-decoration:none;
	}
.navigation  li dt a:hover {border-bottom:2px solid #a8d342;padding-bottom:5px;}
/* 設置子選單dd */
.navigation li dd { 
	color: #757575; 
	border-bottom:dotted 1px #666;
	margin-top:10px;
	margin-left:12px;
	}
.navigation li dd a {color:#90D400;border-bottom:0px solid #F00}	
.navigation li dd.last {border-bottom:0;}	

.navigation li dd a, .navigation  li dd a:visited {
	display:block; 
    text-decoration:none;
	display: list-item;
    list-style-type: disc;
    }
/*隱藏子選單*/
.navigation li dd { display:none;padding-left:10px;}
/* 滑鼠滑入顯示子選單 */
.navigation li:hover dd, .navigation li a:hover dd { display:block;}
/*ie6 hack*/
.navigation li:hover,.navigation li a:hover {}
.navigation table { border-collapse:collapse; 
    padding:0; 		
	text-align:left;
	}

@media (max-width:768px){
.navigation li dl { margin:0; padding-left:26px;}
.navigation li dd { display: block;}
}


/*次選單的次選單*/
.ListSub {padding:0px;
    margin-bottom: 60px;
    border: 2px solid #8cc400;
	background-color: #fff;
    width: 166px;}
.ListSub ul {padding:0px;margin-bottom: 0px;}
.ListSub li {list-style-type:none;margin:0;}
.ListSub li a {color:#555; text-decoration:none;display:block;padding:10px 0 10px 15px;}
.ListSub li a:hover {color:#555; text-decoration:none; background:#D7EDA1}
.ListSub li dl {margin:0;}
.ListSub li dt {overflow:hidden;font-weight:400}
.ListSub li dd { border:0}
/*隱藏子選單*/
.ListSub li dd { display:none;}
/* 滑鼠滑入顯示子選單 */
.ListSub li:hover dd,li a:hover dd {display:block;}

.ListSub li dt a , li dd a{ display:block; color:#555}
.ListSub li dd a {text-decoration:none;font-size:12px;}
.ListSub .active {color: #fff;background-color: #8CC400;}
.ListSub .active:hover {color: #fff;background-color: #8CC400;}

.ine {font-size:12px;}

@media screen and ( max-height: 860px ){
body {
    font-size: 13px;
    line-height: 1.3;
 }
 footer {
    margin-top: 15px;
}


}

@media screen and ( max-width: 480px ) {
	#simple-to-use label {
		padding: 20px 20px;
	}
}

@media screen and ( max-width: 375px ) {
	#simple-to-use label {
		padding: 20px 25px;
	}
}

@media screen and ( max-width: 320px ) {
	#simple-to-use label {
		padding: 20px 10px;
	}
}