@charset "UTF-8";
* { margin: 0px; padding: 0px; box-sizing: border-box; }
a, a:link, a:visited, a:hover, a:active {text-decoration:none; outline: none;}
img { border: 0px none; }

body {
	padding:0;
	margin:0;
	color:#000000;
	/*background-image: url(../images/page-background.png);*/
	font-family: '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
	font-size: 18px;
	
	background-color: rgba(11,11,28,1.0);
	background-repeat: repeat;
}

@media screen and (max-width: 768px) {
body.open { 
	width: 100%;
	height: 100vh;
	overflow: hidden;
	}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 49;
    width: 100%;
    height: 100%;
	
    opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(0,0,0,0.8);
    }
.overlay.open {
    opacity: 0.8;
    visibility: visible;
    }
}
/************************
TOTAL
************************/
.page-wrapper,
.page-container {	
	margin: 0 auto; 
	width: 100%; 
	}
.page-wrapper {	
    padding: 0px; 
	/*max-width: 1200px;*/
	}
.page-container {	
    padding: 0px; 
	max-width: 992px;
	}
@media only screen and ( max-width:1280px ){ 

}	
@media only screen and (max-width:1024px){ 
 	.page-wrapper { 
	width: 100%; 
	}   
	.page-container { 
	width: 100%; 
	padding: 0px;
	}
}
@media only screen and (max-width:992px) { 

}	
@media only screen and (max-width:768px) { 

}	
/****************************/
.toggle-button {
	position: relative;
    display: none;
	float: right;
	top: 0px;
	right: 0px;
	width: 63px;
    height: 63px;
    padding: 15px 15px;
    margin: 0px;
    transition: .25s;
	background-color: rgba(0,0,0,0.2);
    z-index: 999;
    }
.toggle-button:hover { 
    cursor: pointer;
	/*background-color: #eeeeee;*/
    }
.toggle-button .menu-bar {
	position: relative;
    width: 100%;
    transition: .2s;
    }
.toggle-button .menu-bar-top {
    border: 2px solid #ffffff;
    border-bottom: none;
    top: 0px;
    }
.toggle-button .menu-bar-middle {
	height: 2px;
    background-color: #ffffff;
    margin: 10px 0px;
    top: 0px;
    }
.toggle-button .menu-bar-bottom {
    border: 2px solid #ffffff;
    border-top: none;
    top: 0px;
    }
.toggle-button.open .menu-bar-top {
    transform: rotate(45deg) translate( 8px, 8px);
    transition: .2s;
    }
.toggle-button.open .menu-bar-middle {
    transform: translate(0px);
    transition: .1s ease-in;
    opacity: 0;
    }
.toggle-button.open .menu-bar-bottom {
    transform: rotate(-45deg) translate( 8px, -8px);
    transition: .2s;
    } 

@media only screen and (max-width: 992px) {
.toggle-button { 
	display: inline-block;
	}

}
/************************
HEADER
************************/
header {
	position: fixed;
	display: inline-block;
	width: 100%;
	top: 0;
	left: 0;
	font-size: 20px;
	height: 80px;
    z-index: 50;
	background-color: #342349;
	background: linear-gradient(to bottom,  #543876 0%,#342761 100%);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	transition: all 0.2s ease-out;
	}
header.open { 
	height: 68px;
    border-top: 4px solid #2e2e2e;
	}
header.open,
header { transition: all 0.2s ease-out; }

@media screen and (max-width: 992px) {
header { 
	height: 68px;
	border-top: 4px solid #2e2e2e;
	}
}
/************************/
header .h_menu,
header .h_logo,
header .h_content {
    position: relative; 
	display: inline-block;
	float: left;
    }
header .h_content {
    width: 100%;
    }


@media screen and (max-width: 992px) {
header .h_content { 
    padding-top: 0px; 
	}
}		
/************************/
header .h_logo {
	width: 270px;
	margin: 10px 0px;
	padding: 0px 10px;
	transition: all 0.4s ease-out;
	}
header .h_logo img {
	display: inline-block;
	float: left;
	width: 100%;
	}
	
header .h_menu ul.menu-top li,
header .h_menu ul.menu-top,
header .h_menu {
    position: relative; 
	display: inline-block;
    }
header .h_menu {
    float: right;
    }
	
header .h_menu ul.menu-top li {
	line-height: 1.5em; 
	height: 80px;
	padding: 25px 0px;
	font-weight: 500;
	color: #ffffff; 	
	}

/************************/

header .h_menu ul.menu-top a,
header .h_menu ul.menu-top a:hover {
	display: inline-block;
	padding: 0px 10px;
	font-size: 18px;
	color: #ffffff; 
	}
header .h_menu ul.menu-top li:hover {
	background: rgba(0,0,0,0.2);
	}
header.open ul.menu-top li {
	height: 63px;
	padding: 15px 0px;
	}

@media screen and (max-width: 992px) {

header .h_menu ul.menu-top a,
header .h_menu ul.menu-top a:hover {
	padding: 0px 10px;
	}

}

/************************/	

header.open .h_logo { 
	width: 230px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
    }
header.open .h_logo img { width: 100%; }


@media screen and (max-width: 992px) {
header .h_content { height: 50px; }

header.open .h_logo,
header .h_logo {
	width: 230px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 5px;
	}
header .h_logo img { width: 100%;}

header .h_menu { 
	position: absolute;
	display: none;
	top: 68px;
	left: 0;
	z-index: 20;
	background: rgba(255,255,255,0.8);
    }
	
body.open header .h_menu { 
	display: inline-block;
	width: 100%;
	overflow-x: hidden;
	}	
	
header .h_menu ul.menu-top { 
	width: 100%;
	border-bottom: 1px solid #ececec; 
    }
header .h_menu ul.menu-top li {
	width: 100%;
	height: auto;
	font-size: 18px;
	padding: 0px 0px;	
	}
header .h_menu ul.menu-top a,
header .h_menu ul.menu-top a:hover {
	width: 100%;
	padding: 20px 20px;	
	color: #000000;
	}
header .h_menu ul.menu-top li:hover {
	background: #ccddf0;
	}	
}

@media screen and (max-width: 468px) {

}	
/***********************
LAYOUT 框架
***********************/
section.main-content {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	min-height: 1200px;
	padding-top: 80px;
	background-color: rgba(11,11,28,1.0);
	}
body.open section.main-content { 
	padding-top: 68px;
	}
@media screen and (max-width: 992px) {
body.open section.main-content,
section.main-content { 
	padding-top: 68px;
	}

}
/************************
FOOTER
************************/
footer .f_link .txt,
footer .f_link .pic,
footer .f_link,
footer { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;
	}
 
footer { 
	padding: 10px 2%;
    padding-bottom: 40px;	
	border-top: 1px solid rgba(255,255,255,0.2);
	background-color: rgba(11,11,28,1.0);
	}
/************************/ 

/************************/ 
footer .f_link .txt {	
    float: right;
    width: 50%;
	}

footer .f_link {
	margin-top: 10px;
	min-height: 40px;
	font-size: 14px;
	text-align: right; 
	background-color: rgba(11,11,28,1.0);
	}
footer .f_link a,
footer .f_link a:hover  {
   display: inline-block;
   padding: 0px 10px;
   color: #cccccc;
   line-height: 1em;
   }
footer .f_link a + a { border-left: 1px solid #b8b8b8; }
footer .f_copy { 
   color: #cccccc;
   font-weight: 600;
   }
   
footer .f_link .pic { 
    float: left;
    width: 50%;
	padding: 0px 0px;
	text-align: left;
	}
footer .f_link .pic img {
	display: inline-block;
	width: 90%;
	max-width: 350px;
	}   

@media screen and (max-width: 768px) {
footer .f_link .txt,
footer .f_link .pic { 
    float: left;
    width: 100%;
	padding: 10px 0px;
	text-align: center;
	}	
/**	
footer .f_link { font-size: 13px; }
footer .f_link { width: 96%; margin: 1em 2%; text-align: center;  }
footer .f_copy { display: inline-block; width: 90%; margin: 10px 5%; text-align: center;  }
**/
}

/************************
BUTTON
************************/
.block_btn {
	position: relative;
	display: inline-block;
    width: 100%;
	}

.button {
	position: relative;
	display: inline-block;
	/*min-width: 120px;*/
	margin-bottom: 10px;
    min-height: 22px; 
	line-height: 22px; 
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    word-break: break-all;
    font-size: 16px;
	font-weight: 400; 
	
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	
	padding: 0px 0px;
	margin: 5px 0px;
    }
	
a.btn_c02 {
	display: inline-block;
    min-width: 100px;
	padding: 12px 50px;

	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	
    color: #ffffff; 
    background: #d50020; 
    border: 1px solid #d50020;    
	}
a.btn_c02:hover, a.btn_c02:active { 
	color: #d50020; 
    background: #ffffff;
    border: 1px solid #d50020; 
	}

a.btn_c03 {
	display: inline-block;
    min-width: 100px;
	padding: 5px 50px;
	font-size: 16px;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: 500;
    color: #ffffff; 
    background: #d50020; 
    border: 1px solid #d50020;    
    }
a.btn_c03:hover, a.btn_c03:active { 
	color: #d50020; 
    background: #ffffff;
    border: 1px solid #d50020; 
   }
   
@media screen and (max-width: 1280px) {

} 

@media screen and (max-width: 480px) {
.block_btn {
	text-align: center;
    }
}

/***********************
TABLE 表格選單
***********************/
table {
    font-size: 16px;
	width: 100%;
    margin: 0;
    padding: 0;
	line-height : 1.2em;
    border-collapse: collapse;
    border-spacing: 0;
/*    background: #fbe5e7;*/
	}
table tr {
    padding: 5px;
	text-align: left;
	border: 1px solid #111;
    }
table tr a,table tr:hover,.table tr:active { 
	color: #222222;
	}
table tr th,
table tr td {
    padding: 6px 10px;
	min-height : 30px;
	text-align: center;
	font-weight:400;
	line-height:1.4em;
	border-left: 1px solid #000;	
    }	
table tr th {
    font-size: 16px;
    letter-spacing: 1px;
	color: #000000;
/*	background: #f8ccd0;*/
    }	
tr:nth-of-type(odd) { 
/*    background: #fef3f4;*/
    }
	
table tr td span {
    display: none;
    }
	
@media only screen and (max-width: 480px) {
table {
    border: 0;
    }
table thead {
    }
table tr {
    margin-bottom: 10px;
	border-bottom: 2px solid #ffffff;
    }
table td:last-child {
    border-bottom: 0;
    }
table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    }
table tr td span {
    display: inline-block;
	font-size: 14px;
	color: #cf333b;
	padding-right: 10px;
    }	
}

/************************
GOTOP
************************/

#go_top {
	position: fixed;
	display: inline-block;
	z-index: 99;
    width: 50px; 
	height: 50px;
	right: 10px;
	bottom: 90px;
	text-align: center;
    padding: 6px 0px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background: linear-gradient(to bottom,  #5823bc 0%,#db1b89 100%);
	}
	
	
#go_top img { 
	position: relative;
	display: inline-block;
	width: 80%;
	max-width: 40px;
	animation: effect_go_top 2s ease infinite alternate;	
	}
@-webkit-keyframes effect_go_top {
  0% { margin-top: 0px; }
 50% { margin-top: -5px; }
 100% { margin-top: 0px; }
}

@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 570px) {

}
@media only screen and (max-width: 480px) {

}