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

@import url(reset.css);
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");

body {
	background: #000;
	font-family: "微軟正黑體", "新細明體", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #fff;
}



/*css3*/
a {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a {
	cursor: pointer;
	color: #454545;
}

a:hover {
	color: #C00;
}

[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.b-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.no_data {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
}



/*========== Header ===========*/
.headerbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

header {
	background:#fff;
	border-bottom:2px solid #da251c;
}

header .wrap {
	position: relative;
}

header nav {
	float: right;
}

header h1 {
	width: 432px;
	display:inline-block;
	float: left;
}

header h1 a {
	display: block;
	background: url(../images/logo_lang1.png) no-repeat center top;
	background-size: 100%;
	height: 120px;
	text-indent: -9999px;
}

header .topBox {
	width: 100%;
	position: relative;
	text-align: right;
	margin-top:5px;
}

header .topBox .other {
	display: inline-block;
	vertical-align: middle;
}

header .topBox .other > a {
	margin:0 3px;
	display: inline-block;
	font-size: 18px;
	color: #9d9d9d;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	overflow: hidden;
}

header .topBox .other > a b {
	display: none;
	font-weight: normal;
}

header .topBox .other > a:hover {
	background: #da251c;
	color: #fff;
}

.language {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.language .dropDown {
	float: left;
	position: relative;
	padding-right: 15px;
}

.language .dropDown > a {
	color: #202020;
}

.language .dropDown > a i {
	padding-left: 5px;
	color: #202020;
}

.language .dropDown .submenu {
	display: none;
	width: 120px;
	background: #FFF;
	box-shadow: 0 2px 3px #545454;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 9999;
	text-align: left;
}

.language .dropDown .submenu a {
	display: block;
	padding: 10px 15px;
}

.search {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.search input[type="text"] {
	padding: 3px 5px;
	border-radius: 3px;
	border: none;
	background: #9f9f9f;
	color: #fff;
}

.search > a {
	display: block;
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 5px;
	top: 5px;
}


/*========== Main ===========*/
.outerWrap {
	position: relative;
}

.wrap {
	width: 1164px;
	margin: 0 auto;
}

.main_area {
	padding: 0px 0;
}

.main_area .content_box {
	clear: both;
	padding-top: 10px;
	padding-bottom:50px;
}

.content_box_line {
	position:relative;
	padding:15px;
	border:1px solid #d8d8d8;
	border-radius:8px;
}

.go_top_area {
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 999;
}

.go_top {
	display: block;
	background: #005d78;
	color: #fff;
	width: 41px;
	height: 41px;
	line-height: 35px;
	text-align: center;
	font-size: 25px;
	border-radius: 99em;
	box-shadow: 1px 1px 3px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 3px 0px rgba(255,255,255,0.5);
}

.go_top:hover {
	background: #fff;
	color: #005d78;
}

#editable
{
	padding: 0px;
	float: left;
}

.side_box {
	margin: 20px 0 20px 0;
}

.side_box .counter {
	text-align: center;
	padding-top: 20px;
	line-height: 30px;
}

.share_tool {
	float: left;
	margin-top: 25px;
	padding-bottom: 5px;
}



/*========== Google Maps ===========*/
#google_maps {
	display: none;
	height: 400px;
}

.label {
	padding: 5px 7px;
	background: rgba(0,0,0,0.5);
	color: #fff;
}



/*========== Main Menu ===========*/
ul.menu{
	width: 100%;
	position: relative;
}

ul.menu li {
	display: inline-block;
	position: relative;
	padding-top: 30px;
}

ul.menu li > a {
	position:relative;
	display: block;
	padding: 10px 18px;
	font-size: 16px;
	color: #5f5e5c;
	font-style: normal;
	line-height:1.2;
	background: url(../images/menu_arrow.png) no-repeat 0px 100%;
}

ul.menu li > a b {
	display: block;
	font-size: 15px;
	font-style: normal;
	color: #ff955f;
}

ul.menu li > a:hover {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	color:#fff;
	background: #da251c;
}

ul.menu li a.current {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	color:#fff;
	background: #da251c;
}

ul.menu li.dropDown {
	position: relative;
}

ul.menu li.dropDown dl.submenu {
	display: none;
	width: 250px;
	box-shadow: 0 0 4px rgba(136, 136, 136, 0.6);
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
}

ul.menu li.dropDown dl.submenu dt {
	position: relative;
}

ul.menu li.dropDown dl.submenu dt > a {
	position: relative;
}

ul.menu li.dropDown dl.submenu dt > a i {
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
}

ul.menu li.dropDown dl.submenu a {
	display: block;
	border-top: 1px solid #51504F;
	background: #5f5e5c;
	font-size: 15px;
	padding: 10px;
	color: #FFF;
}

ul.menu li.dropDown .submenu a:hover {
	background: #da251c;
	color: #FFF;
}

ul.menu li.dropDown .submenu a:first-child {
	border:none;
}

ul.menu dt .subitem {
	display: none;
	width: 200px;
	box-shadow: 0 0 4px rgba(136, 136, 136, 0.6);
	position: absolute;
	left: 100%;
	top: 0;
}

ul.menu dt .subitem a {
	display: block;
	border-top: 1px solid #f1f1f1;
	background: #FFF;
	font-size: 12px;
	padding: 10px;
	color: #434343;
}

.m_menu {
	display: none;
}


/*========== Inside - Side Menu Link ===========*/
ul.side_menu {
	margin-top: 25px;
}

ul.side_menu li {
	margin-bottom: 10px;
}

ul.side_menu li a {
	display: block;
	font-size: 16px;
	padding: 5px 15px 7px 15px;
	color: #fff;
	border: 1px solid #5f5e5c;
	border-radius: 10px;
	position: relative;
	background: #5f5e5c;
}

ul.side_menu li a:before {
	content: "‧"; /* . */
	margin-right: 8px;
}

ul.side_menu li a:hover {
	color: #fff;
	border: 1px solid #da251c;
	background: #da251c;
}

ul.side_menu li a.current {
	color: #fff;
	border: 1px solid #da251c;
	background: #da251c;
}

.side_menu_sub {
	padding-bottom: 6px;
	padding-left: 28px;
	font-size: 15px;
}

.side_menu_sub a {
	color: #333;
}

.side_menu_sub a:hover {
	color: #333;
	text-decoration: underline;
}

.side_menu_sub span a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}



/*========== Banner ===========*/
.banner {
	clear: both;
	position: relative;
}

.banner .wrap {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 120px;
}

.banner ul li{
	background-position:cetner;
	background-size:cover;
	background-attachment:fixed;
}

.banner .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom:20px;
	z-index:999;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
	background:none;
	border:1px solid #FFF;
	border-radius:100%;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a:hover, .bannerBox .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#FFF;
	border:1px solid #FFF;
}

.banner img {
	display:block;
	width:100%;
}





/*========== Inside - Module Name ===========*/
.main_area .mod_name {
	position: relative;
	padding-top:40px;
}

.main_area .mod_name h2 {
	padding-bottom:50px;
	position:relative;
	font-weight:normal;
	font-size:28px;
	letter-spacing:2px;
	text-align:center;
	color:#fff;
}

.main_area .mod_name h2 strong {
	font-family: 'Archivo Narrow', sans-serif;
	font-size:12px;
	font-weight:normal;
	position:relative;
	padding-top:40px;
	display:block;
	color:#7e7e7e;
}

.main_area .mod_name h2 strong a {
	color:#7e7e7e;
}

.main_area .mod_name h2 strong:before {
	content:"";
	display:block;
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-20px;
	width:40px;
	height:1px;
	background:#da251c;
}

.main_area .mod_name .guide {
	font-size: 12px;
	color: #989898;
	position: absolute;	
	right: 5px;
	top: 45px;
}

.main_area .mod_name .guide a {
	color: #989898;
}

.main_area .mod_name .guide a i {
	font-size: 20px;
}

.main_area .mod_name .guide span {
	padding: 0 3px;
	color: #989898;
}


.main_area .share {
	padding-top: 10px;
}



/*========== Inside - Content Box ===========*/
.content_box .left_box {
	float: left;
	width: 75%;
	margin-right: 35px;
}

.content_box .left_box h2 {
	margin-bottom: 15px;
	height: 35px;
}

.content_box .right_box {
	float: right;
	width: 20%;
}
/*========== Inside - Content ===========*/
.content_topic {
	clear: both;
	margin-bottom: 20px;
	border-bottom: 1px dashed #d1d1d1;
	padding-top: 5px;
	padding-left: 5px;
}	

.content_topic h3 {
	overflow: hidden;
	padding-top: 15px;
	font-size: 28px;
	font-weight: normal;
	color: #da251c;
}

.content_text {
	clear: both;
	margin-top: 20px;
	margin-left: 5px;
	color: #fff;
	text-align: left;
	line-height: 1.8;
}

.content_text img {
	max-width: 100%;
}

.content_text table {
	border-collapse: collapse;
}

.col-1 {width:100%;}
.col-2 {width:50%;}
.col-3 {width:33.33%;}
.col-4 {width:25%;}
.col-5 {width:20%;}
.col-6 {width:66.6%;}



/*========== File ===========*/
.att_file_title {
    clear: both;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

.att_file_list {
    text-align: left;
    padding-top: 5px;
}

.att_file_list a {
    color: #fff;
    font-size: 16px;
	line-height:1.5;
}

.att_file_list a:hover {
    color: #ccc;
}



/*========== Button ===========*/
ul.button_area {
	clear:both;
	padding:10px 0px;
}

ul.button_area li.left {
	padding:7px 0px;
	float:left;
}

ul.button_area li.right {
	float:right;
}

.submit {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #c2c2c2;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ededed 5%, #adadad 100% );
	background:-ms-linear-gradient( top, #ededed 5%, #adadad 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#adadad');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #adadad) );
	background-color:#ededed;
	color:#292929;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}

.submit:hover {
	background:-moz-linear-gradient( center top, #adadad 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #adadad 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#adadad', endColorstr='#ededed');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #adadad), color-stop(100%, #ededed) );
	background-color:#adadad;
}

.submit:active {
	position:relative;
	top:1px;
}


.button_buy1 {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #c2c2c2;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ededed 5%, #adadad 100% );
	background:-ms-linear-gradient( top, #ededed 5%, #adadad 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#adadad');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #adadad) );
	background-color:#ededed;
	color:#292929;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}

.button_buy1:link {
	text-decoration: none;
	color: #292929;
}

.button_buy1:hover {
	background:-moz-linear-gradient( center top, #adadad 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #adadad 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#adadad', endColorstr='#ededed');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #adadad), color-stop(100%, #ededed) );
	background-color:#adadad;
}

.button_buy1:active {
	position:relative;
	top:1px;
}

.hvr-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}



/*========== Pages ===========*/
.Pages {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px
}

.Paginator {
	font-size: 12px;
	line-height: 22px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
}

.Paginator a,.pageList .this-page {
	padding: 2px 6px;
	background: #000;
	border: solid 1px #4d4d4d;
}

.Paginator a:visited {
	padding: 2px 6px;
	background: #000;
	border: solid 1px #4d4d4d;
}

.Paginator .AtStart {
	margin-right: 20px;
	padding: 2px 6px;
	background: #000;
	border: solid 1px #4d4d4d;
	color: #9a9a9a;
}

.Paginator .Prev {
	margin-right: 20px;
	padding: 2px 6px;
	background: #000;
	border: solid 1px #4d4d4d;
}

.Paginator .break {
	bpadding: 2px 6px;
	border: none;
	background: #000;
	color: #9a9a9a;
}

.Paginator .Next {
	margin-left: 20px;
	padding: 2px 6px;
	background: #000;
	border: solid 1px #4d4d4d;
}

.Paginator .AtEnd {
	margin-left: 20px;
	padding: 2px 6px;
	background: #000;
	border: solid 1px #4d4d4d;
	color: #9a9a9a;
}
.Paginator .this-page {
	padding: 2px 6px;
	vertical-align: top;
	background: #000;
	border: solid 1px #4d4d4d;
	font-weight: bold;
	color: #FF0084;
}

.Paginator a:visited:hover,.Paginator a:hover,.Paginator a:active {
	color: #ffffff;
	background: #da251c;
	border-color: #ffffff;
}

.Pages div.Results {
	text-align: center;
	margin-top: 8px;
	font: 11px/15px Arial,Helvetica;
	color: #9a9a9a;
}



/*========== Footer ===========*/
footer {
	padding: 35px 0;
	position: relative;
	background: #4d4d4d;
}

h5.copyright {
	overflow: hidden;
	line-height: 2;
	font-weight: normal;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}

h5.design {
	overflow: hidden;
	font-size: 13px;
	line-height: 2;
	font-weight: normal;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}

h5.design a {
	color: #fff;
}



@media (max-width: 1160px) {
	header h1 a {
		width: 400px;
	}

	.wrap {
		width: 996px;
		margin: 0 auto;
	}
}

@media (max-width: 900px) {
	header {
		display: none;
	}

	.outerWrap {
		width: 100%;
	}

	.wrap {
		width: 100%;
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}

	

	.banner .wrap {
		margin-top: 60px;
	}

	ul.menu {
		display: none;
	}

	/*========== Mobile Menu ===========*/
	.m_menu {
		display: block;
		width: 100%;
		box-shadow: 0 2px 5px rgba(126, 126, 126, 0.50);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
	}

	.m_menu .mask {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		padding-bottom: 60px;
		top: 0;
		left: 0;
		z-index: 10;
	}

	.m_menu .hideBox {
		display: none; /* Old browsers */
		width: 100%;
		padding: 60px 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 11;
		box-sizing: border-box;
		background-color: rgba(0,0,0,0.80);
	}

	.m_menu .controlBox {
		background: #fff;
		position: relative;
		z-index: 99;
	}

	.m_menu .controlBox a.main {
		display: block;
		float: left;
		margin-right: 10px;
		width: 50px;
		height: 60px;
		font-size: 20px;
		color: #ccc;
		line-height: 60px;
		text-align: center;
		background: #fff;
	}

	.m_menu .controlBox .m_logo {
		float: left;
	}

	.m_menu .controlBox .m_logo img {
		display: block;
		width: 200px;
		padding-top: 5px;
	}

	.m_menu .hideBox p.sp {
		background: #000;
		padding: 10px;
		font-size: 13px;
		color: #FFF;
	}

	.m_menu .hideBox .language {
		display: block;
		color: #FFF;
		font-weight: normal;
		line-height: 2;
		padding: 10px;
		text-align: center;
	}

	.m_menu .hideBox .language a {
		color: #FFF;
	}

	.m_menu .hideBox .language a:hover {
		color: #f47332;
	}

	.m_menu .hideBox .m_search {
		text-align:center;
		padding:10px;
	}

	.m_menu .hideBox .m_search input[type="text"] {
		display:inline-block;
		vertical-align:middle;
		width:200px;
		height:23px;
		border:1px solid #CCC;
		padding:5px;
	}

	.m_menu .hideBox .m_search a {
		display:inline-block;
		vertical-align:middle;
		width:35px;
		height:35px;
		font-size:15px;
		line-height:35px;
		text-align:center;
		background:#da251c;
		color:#FFF;
	}

	.m_menu .m_ico {
		padding: 10px;
		text-align: center;
	}

	.m_menu .m_ico a {
		margin:0 1px;
		display: inline-block;
		font-size: 20px;
		background: #da251c;
		color: #FFF;
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		border-radius: 100%;
	}

	.m_menu ul.nav{}

	.m_menu ul.nav li {
    	border-top: 1px solid rgba(119, 119, 119, 0.95);
	}

	.m_menu ul.nav li.english {
		display: block;
	}

	.m_menu ul.nav li a {
		padding: 20px 10px;
		display: block;
		font-size: 15px;
		color: #FFF;
		text-align: center;
		position: relative;
	}

	.m_menu ul.nav li a:hover {
		background: #da251c;
	}
	
	.m_menu ul.nav li a i {
		display: block;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -7px;
	}

	.m_menu ul.nav li .submenu {
		display: none;
	}

	.m_menu ul.nav li .submenu a {
		padding: 10px 20px;
	}

	.m_menu ul.nav li .submenu a:hover {
		background:#999;
	}

	/*========== Main ===========*/
	.main_area {}

	/*========== Guide ===========*/
	.main_area .mod_name .guide {
		display: none;
	}

}



@media (max-width: 767px) {
	ul.side_menu {
		padding-top: 20px;
	}

	.content_box .left_box {
		float: none;
		width: 100%;
	}

	.content_box .right_box {
		float: none;
		width: 100%;
		margin-top: 30px;
	}

	.marquee h2 {
		color: #ffdab6;
		font-size: 18px;
		font-weight: normal;
		float: left;
		width: 100%;
		text-align: left;
		padding-bottom: 5px;
	}

	.marquee div.marquee_text {
		float: left;
		width: 100%;
		padding: 0px;
	}

	.col-1 {
		width: 100%;
	}

	.col-2 {
		width: 50%;
	}

	.col-3 {
		width: 50%;
	}

	.col-4 {
		width: 50%
	}

	.col-5 {
		width: 50%
	}
}



@media (max-width: 480px) {
	ul.side_menu li {
		width: 100%;
		float: none;
	}

	ul.list li.Img {
		display: none;
	}

	ul.list li.text p {
		display: none;
	}

	.marquee h2 {
		color: #ffdab6;
		font-size: 18px;
		font-weight: normal;
		float: left;
		width: 100%;
		text-align: left;
		padding-bottom: 5px;
	}

	.marquee div.marquee_text {
		float: left;
		width: 100%;
		padding: 0px;
	}

	.col-1 {
		float: none;
		width: 100%;
		padding: 0 0 0 0;
	}

	.col-2 {
		float: none;
		width: 100%;
		padding: 0 0 0 0;
	}

	.col-3 {
		float: none;
		width: 100%;
		padding: 0 0 0 0;
	}

	.col-4 {
		float: none;
		width: 100%;
		padding: 0 0 0 0;
	}

	.col-5 {
		float: none;
		width: 100%;
		padding: 0 0 0 0;
	}

	.col-6 {
		float: none;
		width: 100%;
		padding: 0 0 0 0;
	}
}