.cookieConsentPanel {
	background-color: rgba(20, 20, 20, 0.68);
	text-align: center;
	min-height: 100px;
	padding: 3px 25px 3px 25px;
	position: fixed;
	bottom: -30px;
	left: 0;
	right: 0;
	z-index: 9999;
}

.cookieConsent {
	max-width: 1000px;
	margin: 0 auto;

	display: flex;
	flex-direction: row;
	flex-flow: row;
}

.cookieConsent p {
	color: #fff;
	padding-top: 5px;
	font-size: 13px;
	text-align: left;
	letter-spacing: 1px;
	margin-left: 0;
	line-height: 2;
}

.cookieConsent a {
	color: #dcd61c;
	text-decoration: underline;
	font-weight: 600
}

.cookieConsent a.cookieConsentOK {
	font-weight: bold;
	/*    background-color: #0072cf;	*/
	/* 藍色 */
	/*    background-color: #ff9908;	*/
	/* 橘色 */
	background-color: rgba(39, 193, 185, 0.95);
	color: #fff;
	display: block;
	border-radius: 5px;
	padding: 5px 30px;
	cursor: pointer;
	text-decoration: none;
	margin: 4px 20px;
	font-size: 14px;
	max-width: 100px;
	box-sizing: content-box;
}

.cookieConsent a.cookieConsentOK:hover {
	/*    background-color: #0089d1;	*/
	/* 富邦漸層藍 */
	background-color: rgba(48, 158, 216, 0.95);
}

.cookieConsent>.cookieMainColumn {
	flex: 4;
	margin-right: 20px;
}

.cookieConsent>.cookieOkColumn {
	margin: 10px;
	flex: 1;
}

/*			screen		max-width: 768px		*/
@media only screen and (max-width: 768px) {
	.cookieConsentPanel {
		bottom: 0px;
	}

	.cookieConsent {
		display: block;
		padding: 5px;
		flex-flow: column;
	}

	.cookieConsent a.cookieConsentOK {
		display: block;
		border-radius: 5px;
		margin: 5px auto;
		max-width: 100px;
		min-width: 100px;
	}

	.cookieConsent>.cookieOkColumn {
		margin: auto;
	}

	.cookieConsent p {
		margin-bottom: 0px;
		margin: 0;
	}
}

.closeCookieConsent {
	display: none;
	color: white;
	float: right;
	cursor: pointer;
	height: 30px;
	font-size: 24px;
	line-height: 26px;
	width: 30px;
	text-align: center;
	vertical-align: middle;
	border-radius: 30px;
	font-weight: bold;
	background-color: black
}

.closeCookieConsent:hover {
	color: #FFF;
}

.declare-close {
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
	background-color: Transparent;
	border-style: none;
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-indent: -9999px;
}

@media screen and (max-width: 640px) {
	.declare-close {
		/*width:40px;
        height: 40px*/
	}
}

@media screen and (max-width: 640px) {
	.cookieConsent>.cookieMainColumn {
		margin-right: 40px;
	}
}

.declare-close:before {
	content: '';
	position: absolute;
	top: 48%;
	right: 20%;
	width: 60%;
	height: 1px;
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.declare-close:after {
	content: '';
	position: absolute;
	top: 48%;
	right: 20%;
	width: 60%;
	height: 1px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
