@charset "UTF-8";body {	margin:0;	padding:0;}/* CookiesPolicy */@-moz-keyframes CookiesfadeIn {from { opacity: 0; }to { opacity: 1; }} @-webkit-keyframes CookiesfadeIn {from { opacity: 0; }to { opacity: 1; }}.CookiesPolicy {	display: table;	width: 100%;	height: 120px;	background: #ebebeb;	position: fixed;	top: 0;	padding:1% 3%;	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;	z-index:9999;}.CookiesPolicy {	-moz-animation-duration: 1s;	-moz-animation-name: CookiesfadeIn;	-moz-animation-iteration-count: 1;	-moz-animation-direction: normal;	-webkit-animation-duration: 1s;	-webkit-animation-name: CookiesfadeIn;	-webkit-animation-iteration-count: 1;	-webkit-animation-direction: normal;}.Cookies-content {	display: table-cell;	vertical-align: middle;	position:relative;	font: 16px/26px "微軟正黑體", Arial, Helvetica, sans-serif;	color:#444;	margin:0 auto;	padding:0px 10% 0px 3%;	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;}.Cookies-content a ,.Cookies-content a:hover {	color:#00679e;	text-decoration:underline;}.Cookies-btn {	display: inline-block;	color: #444;	text-decoration: none;	background: #FFFFFF;	-webkit-box-shadow: inset 0px 0px 5px #a6a6a6;	box-shadow: inset 0px 0px 5px #a6a6a6;	border-radius: 5px;	font: 15px "微軟正黑體", Arial, Helvetica, sans-serif;	text-align:center;	margin: 5px;	padding: 6px 15px;	cursor:pointer;}.Cookies-close {	display:block;	position: absolute;	right: 0px;    top: 0px;	width:26px;	height:26px;	border-radius:100%;	font: 16px/26px "微軟正黑體", Arial, Helvetica, sans-serif;	font-weight:600;	text-align:center;	color:#FFF;	background:rgba(46,46,46,0.7);	margin:5px 10px;	cursor:pointer;}.CookiesPolicy_blank {	padding-top: 120px;}@media screen and (max-width: 768px) {.CookiesPolicy {	height: 160px;}.CookiesPolicy_blank {	padding-top: 160px;}}@media screen and (max-width: 480px) {.CookiesPolicy {	height: 220px;}.CookiesPolicy_blank {	padding-top: 220px;}}	