﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap');

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

a, img {
	hlbr: expression(this.onFocus=this.blur()); /* for IE */
}

textarea {
	resize: none;
}

/*不要縮放*/
img, div {
	border: 0px;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
}

a:link {
	color: #FFAE00;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FF8400;
}

a:hover {
	text-decoration: none;
	color: #FF9000;
}

a:active {
	text-decoration: none;
	color: #FF8400;
}

html {
	font-size: 75%;
}

body {
	font-size: 1rem;
	word-wrap: break-word;
	font-family: Arial, 'Noto Sans TC', '微軟正黑體', sans-serif;
	/**/
	-webkit-text-size-adjust: 100%;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.tas {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

:root {
	--nav-h: 70px;
	--mu2-h: 60px;
}

/**/
.allbx {
	position: relative;
	width: 100%;
	display: block;
	padding-top: var(--nav-h);
}

.logo {
	position: absolute;
	width: 150px;
	padding-bottom: 38px;
	display: block;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/Taiwan_net_009.png);
	background-size: 100% auto;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	/**/
	transition: all .5s;
}

.navbx {
	position: fixed;
	width: 100%;
	background-color: #FF4200;
	top: 0;
	left: 0;
	z-index: 5;
	/**/
	transition: all .5s;
}

.ncon {
	position: relative;
	width: 1400px;
	height: var(--nav-h);
	display: block;
	margin: 0 auto;
	padding: 0 10px;
}

.mubx {
	position: absolute;
	display: block;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	text-align: right;
	/**/
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFFFFF;
}

.mubx > ul > li {
	position: relative;
	height: var(--nav-h);
	display: inline-block;
	/*margin-left:30px;*/
	padding: 0 20px;
}

.mubx > ul > li a {
	position: relative;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	color: #FFFFFF;
	/**/
	transition: all .5s;
}

.mubx > ul > li a:hover {
	color: #FFF225;
}

.mubx > ul > li::before {
	position: absolute;
	width: 100%;
	display: block;
	content: "";
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #FFFFFF;
	border-radius: 0 0 6px 6px;
	/**/
	transition: all .5s;
}

/*.mubx > ul > li:hover::before{padding-bottom:60px;}*/
.mubx > ul > li.on a {
	color: #FF4200;
}

.mubx > ul > li.on::before {
	padding-bottom: 60px;
}

/**/
.footer {
	position: relative;
	width: 100%;
	display: block;
	background-color: #E1E1E1;
}

.dcon {
	position: relative;
	width: 1400px;
	height: var(--nav-h);
	display: block;
	margin: 0 auto;
	padding: 0 10px;
	color: #333333;
}

.dcbx {
	position: absolute;
	text-align: right;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.sharebx {
	float: right;
	position: relative;
	display: inline-block;
}

.sharebx a {
	position: relative;
	width: 42px;
	padding-bottom: 42px;
	display: inline-block;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
	margin-left: 15px;
}

.sharebx a.fbbt {
	background-image: url(../images/Taiwan_net_010.png);
}

.sharebx a.ytbt {
	background-image: url(../images/Taiwan_net_011.png);
}

.sharebx a.igbt {
	background-image: url(../images/Taiwan_net_012.png);
}

.policybx {
	position: relative;
	display: inline-block;
	padding: 10px 0 0 0;
	font-size: 16px;
}

.policybx a {
	position: relative;
	display: inline-block;
	color: #333333;
	padding: 0 10px;
}

.policybx a:hover {
	color: #FF4200;
}

.policybx a:first-child::after {
	position: absolute;
	width: 1px;
	height: 70%;
	content: "";
	right: -3px;
	top: 53%;
	transform: translateY(-50%);
	background-color: #ACACAC;
}

.copyright {
	position: relative;
	display: inline-block;
	top: 49%;
	transform: translateY(-50%);
	font-size: 15px;
}

/**/
@media only screen and (max-width: 1600px) {
	/**/

}

@media only screen and (max-width: 1400px) {
	/**/
	.ncon, .dcon {
		width: 100%;
	}

}

@media only screen and (max-width: 1200px) {
	/**/

}

@media only screen and (max-width: 1000px) {
	/**/

}

@media only screen and (max-width: 950px) {
	/**/
	.mubx {
		font-size: 18px;
	}

	.mubx > ul > li {
		padding: 0 15px;
	}

}

@media only screen and (max-width: 800px) {
	/**/
	.mubx > ul > li.on {
		display: none;
	}

	.mubx > ul > li a {
		padding-right: 33px;
	}

	.mubx > ul > li a > span {
		display: block;
	}

	.mubx > ul > li a::after {
		position: absolute;
		width: 35px;
		padding-bottom: 16px;
		display: inline-block;
		content: "";
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: url(../images/Taiwan_net_001.png);
		background-size: 100% auto;
		right: 0;
		bottom: 2px;
	}

}

@media only screen and (max-width: 780px) {
	/**/
	/**/
	.footer {
		padding: 25px 0;
	}

	.dcon {
		height: auto;
	}

	.copyright {
		display: block;
		text-align: center;
		top: 0;
		transform: translateY(0%);
		font-size: 14px;
	}

	.dcbx {
		position: relative;
		text-align: center;
		right: 0;
		top: 0;
		transform: translateY(0%);
	}

	.sharebx {
		float: none;
		display: block;
	}

	.sharebx a {
		width: 45px;
		padding-bottom: 45px;
		margin-left: 15px;
	}

	.sharebx a:first-child {
		margin-left: 0;
	}

	.policybx {
		padding: 15px 0;
		font-size: 15px;
	}

}

@media only screen and (max-width: 685px) {
	/**/

}

@media only screen and (max-width: 580px) {
	/**/
}

@media only screen and (max-width: 560px) {
	/**/

}

@media only screen and (max-width: 450px) {
	/**/
	:root {
		--nav-h: 60px;
		--mu2-h: 55px;
	}

	.logo {
		width: 116px;
		padding-bottom: 29px;
	}

	.mubx {
		font-size: 15px;
		line-height: 18px;
	}

	.mubx > ul > li {
		padding: 0 0;
	}

}

@media only screen and (max-width: 380px) {
	/**/

}

@media only screen and (max-width: 360px) {
	/**/

}

@media only screen and (max-width: 340px) {
	/**/

}



