@charset "UTF-8";

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html{
	width: 100%; height: 100%;
}

body{
	height: 100%;
	
	-webkit-user-select:auto;
	background-color: #fff;
	color:#434343;
	margin:0;
	font:1em/1.5 "Microsoft JhengHei",Arial,sans-serif;
	font-family: "微軟正黑體",Lato, "Trebuchet MS", Arial, Helvetica, sans-serif;	
  position:relative;
}

.body_mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;  top:0px;
	background:#000;
	opacity:0.5;
	display:none;  /*mask body when mobile menu opened*/
}

a:link{
	text-decoration: none;	
}

div{
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul{
	list-style: none;
}

img{
	max-width: 100%;
}

a {
	cursor: pointer;
	font-family: "微軟正黑體",Lato, "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

/*--------------------------------------
	標題字級
--------------------------------------*/
h1{	font-size:2.2em; 
font-family: "微軟正黑體",Lato, "Trebuchet MS", Arial, Helvetica, sans-serif;	
}
h2{	font-size: 1.7em; line-height:1.7em;
font-family: "微軟正黑體",Lato, "Trebuchet MS", Arial, Helvetica, sans-serif;	
}
p {	font-size:1.2em;  line-height: 1.5em;	text-spacing:2px; 
font-family: "微軟正黑體",Lato, "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

/*--------------------------------------
	header
--------------------------------------*/
header{
	width:100%;
	height:60px;	
	background:#000;
	border-bottom: 8px #c80000 solid; 	
	position:relative;
	/*z-index:1;/**/
}

#logo{
	position:absolute;
	left:15px;
	top:5px;	
	z-index:2;/**/
}

  
/*--------------------------------------
	kv
--------------------------------------*/

.kv{
	width:100%;
	position:relative;
	background-color:#ccc;
}

.kv img{

	width:100%;
	height:auto;	
}

/*--------------------------------------
	kv title - (not use now)
--------------------------------------*/
/*
.kv .kv_title{
	position:absolute;
	right: 0%;
	top: 10%;
	width: 50%;
	height: 50%;
	text-align:left;
}
.kv .kv_title h1{
	color: #000;
	font-size: 3.125em;
	margin: 0 0 5px 0;
	line-height:1.2em;
	font-weight:bolder;
}
.kv .kv_title h2{
	color: #000;
	font-size: 1.75em;
	line-height: 1em;
	margin: 0 0 5px 0;	
}

a.btn{
	display: inline-block;
	vertical-align:middle;
	border: 2px solid #000;
	color: #000;
	font-size: 0.75em;
	padding: 0.75em 1em 0.75em 1em;
	line-height: 1;
	letter-spacing:2px;
	margin-top:0.75em;
	cursor:pointer;
}

a.btn:hover{
	border: 2px solid #fff;
	color: #fff;
	background:#c4b488;	
	transition:all .2s ease-out;
}
*/

/*--------------------------------------
	pc menu
--------------------------------------*/
/*
.pc_menu{
		width:100%;
		position:absolute;
		bottom:60px;
		left:0px;
}
*/

.pc_menu{
		width:100%;
		/*position:absolute;*/
		/*bottom:42%;*/
		left:0px;
		
}

.kv_down_arrow{		
		width:32px;
		height:17px;		
		position:absolute;
		left:50%;
		bottom:38%;	
    -webkit-animation: myshake 4s infinite;
    animation: myshake 4s infinite;		
}


ul .main_menu{
		width:100%;
		padding:0; margin:0;		
}
.main_menu li{
	cursor:pointer;
	float:left;
	color:#000;
	font-size: 1.2em;
	width: 25%;
	height:70px;
	text-align:center;
	box-sizing:border-box;
	/*border-left:1px solid #eee;/**/
	border-right:1px solid #aaa;	
	padding-top:20px;
	background:url('../images/menu_bg_a08.png') repeat;	
font-family: "微軟正黑體",Lato, "Trebuchet MS", Arial, Helvetica, sans-serif;		
}
.main_menu li:hover{
	background-color:#fff;	
	border-bottom:5px #c80000 solid;	
	transition:background-color .2s ease-out;
}

.main_menu li.last{
	width: 17.5%;	
}
.main_menu li.li-two-lines{
	padding-top:10px;
}

/*--- animated arrow ----*/
/*
.kv_down_arrow{		
		width:32px;
		height:17px;		
		position:absolute;
		left:50%;
		bottom:20px;		
    -webkit-animation: myshake 4s infinite;
    animation: myshake 4s infinite;		
}
*/
@-webkit-keyframes myshake { 
    0%, 100% {-webkit-transform: translateY(0);} 
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateY(-5px);} 
    20%, 40%, 60%, 80% {-webkit-transform: translateY(5px);} 
} 
@keyframes myshake { 
    0%, 100% {transform: translateY(0);} 
    10%, 30%, 50%, 70%, 90% {transform: translateY(-5px);} 
    20%, 40%, 60%, 80% {transform: translateY(5px);} 
} 







/*--------------------------------------
	活動辦法
--------------------------------------*/
.campaign{	
	width:100%;   /*RWD*/
	background-size:100% 100%;
	padding:60px 0;
}

.campaign  .prize_wrap{
	width:880px;   /*RWD*/	
	margin:0 auto;		
}

.h1_box{
	width:100%;
	/*background:#FFF;/**/
	margin:0px auto 10px auto;
}
.campaign .prize_wrap .line_box{
	width:100%;		
	height:3px;
	background:#c4b488;/**/
	margin:5px auto;	
}
.campaign .prize_wrap .prize_box{
	width:100%;
	margin:0px auto;
/*background:#Fff;/**/	
}
.campaign .prize_wrap .prize_box .prize_item{
	float:left;
	width:25%; /*RWD*/
	padding:0;	margin:0;
	text-align:center;
	padding-top:15px;
}

.campaign .prize_wrap .prize_box .prize_text{
	float:right;	
	width:70%;  /*RWD*/
	margin-right:3%;
	padding-top:1.5em;
}



/*-------------得獎名單--------------------*/



.xmas_box>* {
    display: inline-block;
    vertical-align: middle;
}

.box_menu .prize_wrap {
    width: 880px;
    margin: 0 auto;
}

img#tt_l {
    padding: 0 25px;
}

img#x_mas {
    padding: 0 15px 0px 0px;
}

.xmas_box {
    padding-top: 50px;
}

.box_menu {
    width: 100%;
    padding: 20px 0;
    background: #fff4e2;
}



div#sogo1_toggle {
    padding:30px 0px 10px 30px;
    cursor:pointer; 
}

div#sogo2_toggle {
    padding:30px 0px 10px 30px;
    cursor:pointer; 
}

div#sogo_toggle {
    padding:30px 0px 10px 30px;
    cursor:pointer; 
}

div#sogo3_toggle {
    padding:30px 0px 0px 30px;
    cursor:pointer; 
}

div#sogo4_toggle {
    padding:30px 0px 0px 30px;
    cursor:pointer; 
}

div#sogo5_toggle {
    padding:30px 0px 0px 30px;
    cursor:pointer; 
}
div#sogo6_toggle {
    padding:30px 0px 0px 30px;
    cursor:pointer; 
}
div#sogo7_toggle {
    padding:30px 0px 0px 30px;
    cursor:pointer; 
}

div#sogo8_toggle {
    padding:30px 0px 0px 30px;
    cursor:pointer; 
}

div#sogo9_toggle {
    padding:30px 0px 0px 30px;
    cursor:pointer; 
}

div#sogo10_toggle {
    padding:30px 0px 0px 30px;
    cursor:pointer; 
}

div#sogo11_toggle {
    padding:30px 0px 0px 30px;
    cursor:pointer; 
}

div#sogo12_toggle {
    padding:30px 0px 0px 30px;
    cursor:pointer; 
}

div#sogo13_toggle {
    padding:30px 0px 0px 30px;
    cursor:pointer; 
}

div#sogo14_toggle {
    padding:30px 0px 0px 30px;
    cursor:pointer; 
}

div#sogo15_toggle {
    padding:30px 0px 0px 30px;
    cursor:pointer; 
}

div#sogo16_toggle {
    padding:30px 0px 0px 30px;
    cursor:pointer; 
}
div#sogo17_toggle{
    padding:30px 0px 0px 30px;
    cursor:pointer; 
}
div#sogo18_toggle{
    padding:30px 0px 0px 30px;
    cursor:pointer; 
}
table.lato {
    border: 0px;
    width: 32%;
    float: left;
    margin: 0px 0.5%;
}

.lato tr:last-child {
    border-bottom: 1px solid #B4B3B0;
}
.title_text {
    font-family: 微軟正黑體;
}


div#sogo1_text {
    overflow: hidden;
    margin-bottom: 30px;
    display: none;
}

div#sogo2_text {
    overflow: hidden;
    margin-bottom: 30px;
    display: none;
}
div#sogo3_text {
    overflow: hidden;
    margin-bottom: 30px;
    display: none;
}
div#sogo4_text {
    overflow: hidden;
    display: none;
    margin-bottom: 30px;
}

div#sogo5_text {
    overflow: hidden;
    display: none;
    margin-bottom: 30px;
}
div#sogo6_text {
    overflow: hidden;
	display: none;
    margin-bottom: 30px;
}
div#sogo7_text {
    overflow: hidden;
 	display: none;
    margin-bottom: 30px;
}
div#sogo8_text {
    overflow: hidden;
 	display: none;
    margin-bottom: 30px;
}
div#sogo9_text {
    overflow: hidden;
 	display: none;
    margin-bottom: 30px;
}
div#sogo10_text {
    overflow: hidden;
 	display: none;
    margin-bottom: 30px;
}
div#sogo11_text {
    overflow: hidden;
 	display: none;
    margin-bottom: 30px;
}
div#sogo12_text {
    overflow: hidden;
 	display: none;
    margin-bottom: 30px;
}
div#sogo13_text {
    overflow: hidden;
 	display: none;
    margin-bottom: 30px;
}
div#sogo14_text {
    overflow: hidden;
 	display: none;
    margin-bottom: 30px;
}
div#sogo15_text {
    overflow: hidden;
 	display: none;
    margin-bottom: 30px;
}
div#sogo16_text {
    overflow: hidden;
 	display: none;
    margin-bottom: 30px;
}
div#sogo17_text {
    overflow: hidden;
  display: none;
    margin-bottom: 30px;
}
div#sogo18_text {
    overflow: hidden;
  display: none;
    margin-bottom: 30px;
}
.lato tr{

	text-align:center;
}

.lato td {
    width: 50%;
    border-top: 1px solid #B4B3B0;
    margin: 15px 15px;
}
span.red {
    display: inline-block;
    color: #BE191F;
    font-weight: bold;
    padding-right: 15px;
    font-family:"微軟正黑體";
}
.win1 {
    background-image: url(../images/icon_arrow.png);
    background-repeat: no-repeat;
    background-position:100%;
}


table.lato th {
    width: 50%;
    border-top: 1px solid #B4B3B0;
    margin: 15px 15px;
    font-weight: normal;
}

.in_title {
    font-size: 1.2em;
    color: #BE191F;
    font-weight: bold;
    padding-bottom: 10px;
    font-family:"微軟正黑體";
}

.in_title img {
    padding-right: 13px;
}




div#sogo_text {
    overflow: hidden;
    margin-bottom: 30px;
    display: none;
}



div#sogo1_text {
    overflow: hidden;
    margin-bottom: 30px;
    display: none;
}

div#sogo2_text {
    overflow: hidden;
    margin-bottom: 30px;
    display: none;
}
div#sogo3_text {
    overflow: hidden;
    margin-bottom: 30px;
    display: none;
}
div#sogo4_text {
    overflow: hidden;
    display: none;
    margin-bottom: 30px;
}

div#sogo5_text {
    overflow: hidden;
 
    margin-bottom: 30px;
}
div#sogo6_text {
    overflow: hidden;

    margin-bottom: 30px;
}
div#sogo7_text {
    overflow: hidden;
 
    margin-bottom: 30px;
}
.lato tr{

	text-align:center;
}

.lato td {
    width: 50%;
    border-top: 1px solid #B4B3B0;
    margin: 15px 15px;
}
span.red {
    display: inline-block;
    color: #BE191F;
    font-weight: bold;
    padding-right: 15px;
    font-family:"微軟正黑體";
}
.win1 {
    background-image: url(../images/icon_arrow.png);
    background-repeat: no-repeat;
    background-position:100%;
}




/* 背景圖片 */
.pic-1{
    position: absolute;
    right: 0px;
    top: 930px;
}

.pic-2{
    position: absolute;
    left: 0px;
    top: 1200px;
}

.pic-3{
    position: absolute;
    right: 0px;
    top: 1770px;
}

.pic-4{
    position: absolute;
    left: 0px;
    top: 2110px;
}
/*--------------獎品圖片-------------------*/

.campaign .prize_wrap .prize_photo_box{	 
	margin-top:0em;
} 
 .campaign .prize_wrap .prize_photo_box .prize_photo_item{
	float:left;
	width:32%;	
	margin-right:2%;
	/*text-align:center;	/**/
	border-top:5px #c80000 solid;
	border-bottom:1px #000 dotted;	
	padding:5px 0 1em 0;
}  
 .campaign .prize_wrap .prize_photo_box .last_item{
	margin-right:0%;
}  

 .campaign .prize_wrap .prize_photo_box .prize_photo_item h3{	 
	color:#c80000;	
	font-size:1.2em;
	font-weight:bold;
	margin: 0.2em 0 0.2em 0;
font-family: "微軟正黑體",Lato, "Trebuchet MS", Arial, Helvetica, sans-serif;		
}               
 .campaign .prize_wrap .prize_photo_box span{	 	
	margin-top: 0.2em;	
	display:block;
font-family: "微軟正黑體",Lato, "Trebuchet MS", Arial, Helvetica, sans-serif;		
} 

 .campaign .prize_wrap .prize_note_box{	 
 	width:90%;
	background-color:rgba(255,255,255,0.5);	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#7Fffffff', EndColorStr='#7Fffffff');
	margin:2em auto;
	padding:1.5em 5% 1.5em 5%;
}                 

.campaign .prize_wrap .prize_note_box h2{	 
	font-size:1.2em;
	font-weight:bold;
	display:block; 	
	margin-bottom:1em;
	
}
.campaign .prize_wrap .prize_note_box h2 img{	 
	vertical-align:middle;
	margin-right:0.5em; 	
}
/*--------------------------------------
	完成任務拿e幣
--------------------------------------*/
.mission {
	width:100%;   /*RWD*/
	/*background: url('../images/gold_bg2.jpg') no-repeat; RWD*/			
	background-size:100% 100%;
/*background:url('../images/gold_bg2_ie8.jpg') repeat-y;\9;  /*IE8*/	
	
	padding:20px 0;	
} 
.mission .mission_wrap{	 
	width:880px;   /*RWD*/	
	margin:0 auto;	
} 
/*--------------table-------------------*/
table{	
	border-collapse: collapse;	
		
}

table{
   border: 1px solid #8c8c8c;
  
}

th, td{
	vertical-align: middle;
	padding:5px 0;
font-family: "微軟正黑體",Lato, "Trebuchet MS", Arial, Helvetica, sans-serif;		
}

th{
 text-align:center;
 font-weight: bold;
}

 td{
	  font-size:0.7em;
}
/*RWD*/
td.col3{
	 text-align:center;
}
 td.col1, td.col2{
	 padding-left:20px;
	 padding-right:20px;
}

 th.col1 {width:30%; border-bottom:1px solid #8c8c8c; border-right:1px solid #8c8c8c; }
 th.col2 {width:40%; border-bottom:1px solid #8c8c8c; border-right:1px solid #8c8c8c;}
 th.col3 {width:30%; border-bottom:1px solid #8c8c8c;} 

 td.col1 {width:30%;   border-bottom:1px dotted #8c8c8c;  border-right:1px solid #8c8c8c;}
 td.col2 { width:40%; border-bottom:1px dotted  #8c8c8c;  border-right:1px solid #8c8c8c; }
 td.col3 {width:30%;  border-bottom:1px dotted  #8c8c8c; }
td.col3 img{
	width:1.5em; 
	height:auto; 
	margin-right:3px;
	vertical-align:middle;
}

/*--------------note_box-------------------*/
.note_box{
	padding-bottom:20px;
} 
.note_box img{
	vertical-align:middle;/**/
	margin-right:10px;
}

.note_box h3{
	font-size:1.125em;
	font-weight:bold;
	line-height:55px;
font-family: "微軟正黑體",Lato, "Trebuchet MS", Arial, Helvetica, sans-serif;	
}
.note_box p{	
}
/*--------------------------------------
	累積e幣查詢
--------------------------------------*/
 
.mission .mission_wrap .inquery_box{	 
	width:100%;  /*RWD*/
	margin:0px 0;
} 
#form .inquery_item_id{	 
	float:left;	
	margin-right:1%;
	width:59%; /*RWD*/
} 
#form .inquery_item_birth{	 
	float:left;	
	margin-right:1%;
	width:29%; /*RWD*/
} 
#form .inquery_item_submit{	 
	float:left;	
	width:10%;
}
#form .form_input{	 
 	/*height:60px;/**/
	width:100%;	
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;	
	height:2em;
	padding-left: 4px;
	font-size:1.2em;			
} 
 
#form .form_submit{
	 cursor:pointer;
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;   	
	height:2.4em;
	width:100%;
	color:#fff;
	background-color:#c40000;
	border:none;		
	margin-top:1.6em;
	font-size:1em;
	font-family: Arial,  "微軟正黑體","Microsoft JhengHei", Helvetica, sans-serif;
}

/*--------------------------------------
	查詢結果
--------------------------------------*/

.mission .mission_wrap .inquery_box .inquery_result{
	margin-top:10px;
	width:59%;  /*RWD*/	
	background-color:rgba(255,255,255,0.5);	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#7Fffffff', EndColorStr='#7Fffffff');
	padding:5px 0;	 
	border-bottom:3px solid #c4b488;	
	display: table;
	text-align:left;
}
.mission .mission_wrap .inquery_box .inquery_result img{
	margin:0 20px 0 20px; /*RWD*/
	vertical-align:middle;
}
.mission .mission_wrap .inquery_box .inquery_result > span{
	color:#c40000;
	letter-spacing:1px;	
    display: table-cell;
    vertical-align: middle;	
}

#emoney_numbers{
	color:#c40000;
	font-size:2em;
	font-weight:bold;
}


/*--------------------------------------
	e幣更新日期
--------------------------------------*/
.edata_table1{ 
	float:left; 
	width:49%; 	

}
.edata_table2{ 
	float:right; 
	width:49%; 

}

.edata_list li:first-child{
	border-top:1px solid #000;
	border-bottom:1px solid #000;			
}
.edata_list li span{		
	width:50%;	
	float:left;
	text-align:center;
font-family: "微軟正黑體",Lato, "Trebuchet MS", Arial, Helvetica, sans-serif;		
}
.edata_list li span:first-child{		
	width:40%;
	float:left;	
	text-align:center;	
}
.edata_list li span.sec_child{	
	float:left;	
	width:10%;	
	text-align:center;
	/*background-color:#fff;/**/
}


.edata_list li{	
	border-bottom:1px dotted #000;
	padding:5px 0;

}
.edata_list li span img{
	/*margin-left:60px;/**/
}
.inquery_box h3{
	font-size:1.125em;
	font-weight:bold;
	line-height:55px;
font-family: "微軟正黑體",Lato, "Trebuchet MS", Arial, Helvetica, sans-serif;	
}	



/*--------------------------------------
	注意事項
--------------------------------------*/
.announcement {
	width:100%;   /*RWD*/
	background: #fff;		
	padding:20px 0;	
} 
 .announcement_wrap {
	width:880px;  /*RWD*/
	margin:0 auto;	
	
} 

#announcement_text{	 
	display:none;
	
} 
#announcement_toggle{	 
 	/*font-size:1.5em;*/
	display:block;
	/*border-bottom:1px dotted #000;*/
	cursor:pointer;
	padding-left:30px;
	margin-bottom:30px;
	
} 


#announcement_text ol{
	list-style-type:decimal; padding-left:2.5em;
}
#announcement_text ol li{
	margin-bottom:5px;
font-family: "微軟正黑體",Lato, "Trebuchet MS", Arial, Helvetica, sans-serif;		
}
#announcement_text ul.list_two{
	margin-left:2em;
text-indent:-1.5em;
}



#backToTop a{
		font-size:1em;
		color:#fff;
		font-weight:bold;
		
}
