@charset "UTF-8";
/* CSS Document */

* { padding: 0px; margin: 0px; }

html { font-size: 16px; position: relative; height: 100%; scroll-behavior: smooth; }

body { 
	height: 100%; 
	margin: 0px; 
	padding: 0px; 
	font-size: 1em; 
	color: #231815; 
	font-family: "Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
	background-color: #fff !important; 
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

a { color: #231815; text-decoration: none; }

a:hover,a:focus { color: #231815; text-decoration: none; }

p { color: #231815; }

ul {
  margin: 0;
  padding: 0;
  list-style: none;
} /* 取消ul預設的內縮及樣式 */


h1 { font-size: 1em; }
h2 { font-size: 2.5em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; }

.inline { display: inline; }

.text-nowrap { white-space: nowrap; overflow: hidden; }

.font-gray {
	color: #575757;
}
.font-yellow {
	color: #fff000;
}
@media (max-width: 991px) {
html { font-size: 32px; }
h2 { font-size: 2em; }
}
.display-m { display: none !important; }
@media (max-width: 991px) {
.display-pc { display: none !important; }
.display-m { display: block !important; }
}
/*******************************************************************
       start wrap content
*********************************************************************/
.wrap {
	width: 100%;
	height: auto;
	/*margin: 0px;*/
	margin: 150px 0px 0px;
	padding: 0px;
  	flex-direction: column;
	flex-grow: 1;
}
.wrap1366 {
	width: 100%;
	max-width: 1366px;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
}
.bg-yellow {
	background: #fff000;
}
.main-content {
    border: 1px solid #e4e4e4;
    padding: 0.75em;
    background-color: rgba(255,255,255,0.7);
}
.content-box {
	flex-grow: 1;
}
.col-2 {
	width: 50%;
	float: left;
}
@media (max-width: 1366px) {
.wrap {
	margin: 160px 0px 0px;
}
}
@media (max-width: 991px) {
.wrap {
	margin: 128px 0px 0px;
	z-index: 999;
}
.wrap1366 {
	padding: 0px 15px;
}
}
/*******************************************************************
       start header content
*********************************************************************/
header {
	width: 100%;
	background: #fff;
	display: flex;
    padding: 0px;
    flex-direction: column;
	align-items: center;
	z-index: 1001;
	position: fixed;
}
header ul {
	list-style: none;
	margin: 0px;
    padding: 0px;
}
/*topinfo*/
.topinfo-box {
	width: 100%;
	height: 72px;
	color: #d7d7d7;
	background: #231815;
	display: flex;
    justify-content: center;
	align-items: center;
}
.topinfo {
	display: flex;
    justify-content: space-between;
}
.topinfo-item-box {
	width: calc(100% - 100px);
	display: flex;
    flex-direction: column;
	margin-top: -5px;
	align-items: flex-start;
}
.topinfo-item {
	display: flex;
	flex-direction: row;
    align-items: center;
	height: 26px;
}
.topinfo-item-2 {
	display: flex;
	align-items: center;
    margin-top: 9px;
    height: 100%;
}
.topinfo-item p {
	color: #fff;
	margin: auto;
	/*padding-right: 10px;*/
	padding-right: 30px;
	letter-spacing: 0.5px;
	display: flex;
    align-items: center;
	height: 36px;
}
.topinfo-item p a {
	color: #fff;
}
.topinfo-item p a:hover {
	color: #fff000;
}
.icon-fb a {
	width: 36px;
    height: auto;
    content: url(../img/icon-fb-off.png);
	margin-right: 10px;
}
.icon-line a {
	width: 36px;
    height: auto;
    content: url(../img/icon-line-off.png);
	margin-right: 15px;
}
.icon-fb a:hover {
	width: 36px;
    height: auto;
    content: url(../img/icon-fb-on.png);
}
.icon-line a:hover {
	width: 36px;
    height: auto;
    content: url(../img/icon-line-on.png);
}
.company {
	width: 96px;
}
@media (max-width: 1366px) {
.topinfo-item {
	margin-top: 0px;
}

.topinfo {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
}
@media (max-width: 1245px) {
.topinfo-item {
	margin-top: 0px;
}
.topinfo-item-2 {
	width: auto;
	margin-top: 0px;
}
.topinfo-item-box {
    align-items: flex-start;
}
.topinfo-item p {
	padding-right: 10px;
    font-size: 0.85em;
}
.company {
	width: 68px;
}
}
/*mainmenu*/
.mainmenu-box {
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
  width: 380px;
  height: auto;
  content: url(../img/logo.png);
}
.showmenu {
  display: none;
}
.menu {
  display: flex;
}
.menu:after {
  content: "";
  display: table;
  clear: both;
}
#Main_menu li {
	display: block;
}
#Main_menu a {
	display: block;
	text-decoration: none;
	height: 100px;
	line-height: 100px;
	padding: 0px 15px;
	font-size: 1.25em;
}
#Main_menu .active a {
	background: #d7d7d7;
	border-bottom: 5px solid #231815;
}
@media (max-width: 991px) {
header {
	position: fixed;
	width: 100%;
	background: #231815;
}
.mainmenu-box {
	height: 4em;
}
.logo {
	content: url(../img/logo-w.png);
	width: 300px;
}
.menu {
	max-height: 0px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 4em;
	width: 100%;
	text-align: center;
	background: #231815;
	transition: max-height .8s;
	left: 0px;
}
.menu li {
	background: #d7d7d7;
}
.menu li a {
	transition: all .3s;
	height: 3em;
	line-height: 3em;
}
.menu li a:hover {
	background: #eee;
	border-bottom: 1px solid #231815;
}
.showmenu {
	display: block;
	text-decoration: none;
}
.menu-show .menu {
	max-height: 15em;
	max-height: 100vh;
}
.mainmenu-btn {
	height: 2em;
	border: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: transparent;
}
.mainmenu-btn .icon-bar {
    height: 0.2em;
    width: 2em;
    margin: 0.1em 0px;
    background-color: #fff;
}
}
@media (max-width: 480px) {
.logo {
	width: 240px;
}
#Main_menu a {
    height: 2.5em;
    line-height: 2.5em;
    font-size: 1.25em;
}
}
/*******************************************************************
       start footer content
*********************************************************************/
footer {
	width: 100%;
	font-size: 0.875em;
	color: #575757;
	background-color: #231815;
	padding: 10px 0px 30px 0px;
	text-align: center;
}
.copyright {
	border-bottom: 3px solid #575757;
	letter-spacing: 1.5px;
	padding-bottom: 5px;
}
@media (max-width: 480px) {
.copyright {
	letter-spacing: 0px;
}
}