@charset "utf-8";
/* CSS Document */

.overlay{ position: fixed; z-index:998; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.7; filter: alpha(opacity=70); background-color: #000;}
.lightbox_btn {cursor: pointer;}
.lightbox { position: fixed; left: 50%; top: 50%; transform:translate(-50%, -50%); padding: 0; z-index: 999; background-color: #fff; border-radius: 10px; box-sizing: border-box; width: 90%; max-width: 600px;}
.lightbox .close_btn{ cursor: pointer; position: absolute; right: 15px; top: 15px;}
.lightbox h2{float: left; margin: 0 auto 30px auto; background-color: #396B59; padding: 0 0 0 30px; box-sizing: border-box; color: #fff !important; width: 100%; height: 50px; line-height: 50px; max-width: 600px; border-radius: none; border-top-left-radius: 7px; border-top-right-radius: 7px; font-weight: normal; font-size: 20px;}
.lightbox p{ margin: 0; padding: 0; text-align: left; font-size: 15px; color:#000 !important;}
.lightbox .text_box{ width: 100%; max-width: 100%; padding: 15px;}
.lightbox ul { padding-right: 15px;}
.lightbox li { list-style: decimal; margin: 0 0 10px 0; text-align:left;}

.fix {
	padding: 0;
}

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}
/* 內容CSS開始 */
html {
	margin:0;
	padding:0;	
}

body {
	/*	background-repeat: repeat-y;*/
	width:100%;
	margin:0;
	padding:0;
	background-color: #FFF;
	font-size: 15px;
	background-image: url(../images/zx_bg.jpg);/*--整個HTML底圖--*/
	background-position: center top;
	background-repeat: no-repeat;/* 底圖不重複 */
	background-size: 100% AUTO;
}

.mv {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1000px;
}

.mv img {
	width: 100%;
	max-width: 1000px;
}

.content {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	background-color: #fcfbda;/* EX誅仙中間綠色大色塊底色可改 */
	color: #000;
}

.content .box {
	margin: 0 10px;/* 外距 */
	padding: 0 30px;/* 內距 */
}

.content p {
	margin: 0 auto 30px auto;
	width: 100%;
	color: #000;
	line-height: 180%;/*---行間距--*/
	font-size: 18px;
	font-family: Microsoft YaHei;
	text-align:justify;/* 文字左右貼齊 */
}

.content h2 {
	margin: 0 0 10px 0;
	padding:10px 5px;
	color:#ff0000;
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	/*border: 1px solid #497874;*/
	display: block;
	/*background-color: #336666;*/
	/* border-bottom:4px double #396B59; */
}

.h2s{
	border-bottom:4px double #396B59;/* h2s標底線設定 4px 雙線 顏色 */
}

#notice{
	background-color:#FFFFFF;
	padding:15px 20px;
	border-radius:20px;/* 設定圓角 */
	height: 100%;
}

#notice h2{
	margin:5px 5px;
}

.content ul {
	padding: 20px 0;
}

.content li {
	margin: 0 15px;
	padding: 0;
	font-size: 18px;
	font-family: Microsoft YaHei;
	list-style: none;
	text-align:justify;
}

.content .active_content {
	margin: 0 auto 20px auto;
	font-size: 18px;
	font-family: Microsoft YaHei;
	text-align:justify;
}
/* --------------------設定按鈕區塊開始------------ */
.btn_group {
	margin: 25px auto 20px auto;
	width: 100%;
	max-width: 290px;/* 如果要更改按鈕寬度，這個寬度也要修改，2個按鈕寬度+外距總和 */	
	font-size: 0;
}

.btn_group .btn {
	margin: 0 10px;
	display: inline-block;
	
}

.btn_group .btn img {
	display: none;
}

.btn_group .download a {
	width: 250px;/* 按鈕圖片寬度 */
	height: 120px;/* 按鈕圖片高度 */
	display:block;
	background-image: url(../images/btn-z.png);/* 按鈕底圖 */
	background-position:0 0;
	background-repeat: no-repeat;
	font-size: 0;
}

.btn_group .download a:hover {
	background-position:0 -120px;/* 滑鼠滑入，圖片抓取位置Y軸位移-55px */
}

.btn_group .topup a {
	width: 250px;
	height: 120px;
	display:block;
	background-image: url(../images/btn-Z.png);
	background-position:-250px 0;/* 圖片抓取位置 X軸位移-250px,就是抓右邊的那個按鈕圖 */
	background-repeat: no-repeat;
	font-size: 0;
}

.btn_group .topup a:hover {
	background-position:-250px -120px;/* 滑鼠滑入，圖片抓取位置X軸位移-250px,Y軸位移-55px */
}
/* --------------------設定按鈕區塊結束------------ */

.table {
	margin: 0 auto 30px auto;
	border: 1px solid #1a2f2b;/* 線條設定1px 實線 #顏色 */
	width: 100%;
	font-family: Microsoft YaHei;
	font-size: 18px;
	line-height: 180%;
	text-align: center;
	color: #E7E7E7;
} 

.table th {
	font-weight: 400;
	padding: 5px 30px;
	background-color:#396B59;
	color:#FFF;
/*	background:-moz-linear-gradient(270deg, #2e5854 0%, #1f3f3c 100%);
	background:-webkit-linear-gradient(270deg, #2e5854 0%, #1f3f3c 100%);
	background:-o-linear-gradient(270deg, #2e5854 0%, #1f3f3c 100%);*/
}

.table tr {

} 

.table td {
	padding: 7px 30px;
	background-color: #FFFFFF;
	color:#000000;
}

.table .left {
	text-align: left;
} 

.cf {
	position: absolute;
	right: 15px;
	bottom: 5px;
	z-index: 1;
}

/*copyright開始*/

#copyright {
	padding:0;
	width:100%;
	background:#000;
	display:inline-block;
	text-align: center;
}

#copyright img {
	margin:0;
	padding:0;
	line-height:0;
	width:112px;
	height:60px;
	display:inline-block;
}

#copyright p {
	font-size:13px;
	margin:0;
	padding:0;
	color:#FFF;
	line-height:58px;
	display:inline-block;
}

/*copyright結束*/

#notice {
	padding:0 ;
	width: 100%;
	text-align:left;
}

#notice .box {
	margin:0 auto;
	padding:0 35px;
	max-width:1000px;

}

#notice ul {
	margin:0;
	padding:0;
}

#notice li {
	margin:0 0 18px 0;
	padding:0;
	list-style:decimal;
	color:#000000;
	font-size:15px;
}

#notice a {
	color:#000000;
	text-decoration:none;
}
/*copyright開始*/

#copyright {
	padding:0;
	width:100%;
	background:#000;
	display:inline-block;
}

#copyright img {
	margin:0;
	padding:0;
	line-height:0;
	width:112px;
	height:60px;
	display:inline-block;
}

#copyright p {
	font-size:13px;
	margin:0;
	padding:0;
	color:#FFF;
	line-height:58px;
	display:inline-block;
}

/*copyright結束*/

.fix {
	padding:0;
}

/*Facebook Button開始*/

.fb_bg {
	padding: 15px 0;
	width: 100%;
	background-color: #202020;
}

.fb {
  	margin: 0 auto;
  	padding: 0 15px;
  	width: 100%;
  	max-width: 445px;
  	box-sizing: border-box;
}

.fb .box {
	width: 100%;
    background-color: #4267b2 !important;
    padding: 5px 0;
    max-width: 410px;
    margin: 0;
    border-radius: 6px;
	text-align: center;
}

.fb .box:hover {
    background-color: #4a70be !important;
}

.fb p {
    display: inline-block;
    vertical-align: top;
    line-height: 21px;
    margin: 0;
    padding: 0;
    color: #fff;
	font-size:13px;
}

.fb p img {
    margin: 0 5px 0 0;
}

.fb p a {
    color: #fff;
}

.fb p a:hover {
    text-decoration: none;
}

/*Facebook Button結束*/

#gotop {
	display:none;
	position:fixed;
	right:15px;
	bottom:15px;
	background-color:rgba(155, 155, 155, 0.4);
	font-family:Verdana, "新細明體";
	font-size:15px;
	color:#000;
	margin:0;
	padding:8px 15px;
	border-radius:4px;
	cursor:pointer;
	z-index:999;
}

#gotop:hover {
	background-color:rgba(180, 180, 180, 0.4);
}
/* -----------------------------螢幕寬度小於750px套用--------------------------------- */
@media screen and (max-width:750px) {
	
.content .box {
	margin: 0 auto;
	padding: 0 3%;
	max-width:95%;
}
	
.content h2 {
	font-size: 20px;
	padding:5px;
}
	
.content .active_content {
	font-size: 14px;
}
	
.content p {
	line-height: 150%;
	font-size: 14px;
	text-align:justify;
}
	
.table {
	font-size: 14px;
	line-height: 170%;
}
	
.table th {
	padding: 5px 15px;
}
	
.table td {
	padding: 5px 15px;
}
#notice{
	background-color:#FFFFFF;
	padding:5px;
	border-radius:20px;
	margin-bottom:20px;
	height: 100%;
	padding-bottom:20px;
}

	
#notice .box {
	margin:0;
	padding:0 20px 0 25px;
/* 	max-width:100%; */
}
	
#notice li {
	margin: 0;
	font-size:14px;
	line-height: 170%;
	text-align:justify;
}

#copyright img {
    margin: 0 auto;
    text-align: center;
    display: block;
}
	
#copyright p {
    margin: 0 0 15px 0;
    display: block;
    line-height: 100%;
}	
}

@media screen and (max-width:500px) {

.btn_group {
	margin: 25px 0 20px 0;
	padding: 0 15px;
	width: 100%;
	max-width: 100%;	
	font-size: 0;
}

.btn_group .btn {
	margin: 0 1%;
	display:inline-block !important;
	width: 48%;
}

.btn_group .btn img {
	width: 100%;
	height: auto;
	display: block;
}
	
.btn_group .download a {
	width: 100%;
	height: auto;
	background: none;
	display: inline-block;
}
	
.btn_group .topup a {
	width: 100%;
	height: auto;
	background: none;
	display: inline-block;
}

#copyright img {
    margin: 0 auto;
    text-align: center;
    display: block;
}
	
#copyright p {
    margin: 0 0 15px 0;
    display: block;
    line-height: 100%;
}
}