/* ============================================================
COLOR Definition
============================================================ */
footer {
	width: 100%;
	position: relative;
	background: #000;
	z-index: 901;
	margin-top: 80px;
	line-height: initial;
}

footer .footer-container {
	width: 86%;
	max-width: initial;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px 0;
}


@media screen and (min-width: 540px) {
	footer .footer-container {
		padding: 20px 0;
	}
}

footer .social-group {
	width: calc(100% - 60px);
	position: relative;
	order: 1;
}

footer .social-group p {
	width: 90px;
	font-size: 0.875em;
	font-weight: 400;
	color: #A3B2BF;
	margin-bottom: 8px;
}

footer .social-group .social-icons {
	padding: 0;
	width: 190px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

footer .social-group .social-icons .social-item {
	width: 40px;
	height: 40px;
	position: relative;
	margin-right: 10px;
}

footer .social-group .social-icons .social-item img {
	width: 100%;
	vertical-align: bottom;
}

footer .social-group .social-icons .social-item:nth-last-child(1) {
	margin-right: 0;
}

@media screen and (min-width: 540px) {
	footer .social-group {
		width: 290px;
		order: 2;
		margin-right: 10px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	footer .social-group p {
		width: 90px;
		margin-bottom: 0;
		margin-right: 6px;
	}
	footer .social-group .social-icons .social-item {
		opacity: 0.7;
		transition: 0.15s linear;
	}
	footer .social-group .social-icons .social-item:hover {
		opacity: 1;
	}
}

footer .ott-badge {
	width: 50px;
	position: relative;
	margin-left: 10px;
	margin-bottom: 0;
	margin-top: 0;
	order: 2;
}

@media screen and (min-width: 540px) {
	footer .ott-badge {
		width: 60px;
		order: 4;
	}
}

footer .ott-badge img {
	width: 100%;
	vertical-align: bottom;
}

footer .footer-contact {
	width: 100%;
	position: relative;
	font-size: 0.625em;
	font-weight: 400;
	color: #A3B2BF;
	text-align: center;
	padding: 20px 0 0 0;
	order: 4;
}

footer .footer-contact a {
	color: #A3B2BF;
	text-decoration: underline;
}

@media screen and (min-width: 540px) {
	footer .footer-contact {
		width: calc(100% - 370px);
		padding: 0;
		text-align: right;
		font-size: 0.75em;
		line-height: 1.4em;
		order: 3;
	}
}
.footer-container ul, .footer-container li {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
footer .footer-items-all {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin: 20px 0;
	padding-left: 0;
	order: 3;
}

footer .footer-items-all .footer-item {
	width: 33.3333333333%;
	position: relative;
	padding: 10px 0;
}

footer .footer-items-all .footer-item a {
	color: #A3B2BF;
	font-size: 0.9375em;
	font-weight: 400;
	text-align: center;
}

footer .footer-items-all .footer-item:nth-child(3n-1) {
	text-align: center;
}

footer .footer-items-all .footer-item:nth-child(3n-2) {
	text-align: left;
}

footer .footer-items-all .footer-item:nth-child(3n) {
	text-align: right;
}

@media screen and (min-width: 540px) {
	footer .footer-items-all {
		border-bottom: 1px solid rgba(163, 178, 191, 0.5);
		justify-content: flex-start;
		margin: 0 0 20px 0;
		padding: 10px 0;
		order: 1;
	}
	footer .footer-items-all .footer-item {
		width: -moz-fit-content;
		width: fit-content;
		padding: 6px 0;
		margin-right: 20px;
	}
	footer .footer-items-all .footer-item:nth-last-child(1) {
		margin-right: 0;
	}
	a {
		text-decoration: none;
		cursor: pointer;
	}
	a:hover {
		text-decoration: none;
	}
}
 
/* ============================================================
top 按鈕
============================================================ */
.top-btn {
	display: flex;
    /* text-align: center; */
    width: 45px;
    height: 45px;
    position: fixed;
    margin: 0 auto;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(#5541DE), to(#5E92F7));
    background: linear-gradient(to top, #5541DE, #5E92F7);
    -webkit-filter: drop-shadow(1px 6px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(1px 6px 5px rgba(0, 0, 0, 0.5));
    justify-content: center;
    align-items: center;
    cursor : pointer;
    z-index: 1002;
}

/* ============================================================
BOTTOM FIXED(小網)
============================================================ */
/* 下載banner設定 */ 
.announce-app {
	position: fixed;
	bottom: -1px;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 44px;
	background: rgb(18, 109, 214, .95)
}

@media all and (min-width:360px) {
	.announce-app {
		height: 48px
	}
}

.announce-close {
	position: absolute;
	top: 10px;
	left: 5px;
	margin: 0 8px;
	margin-right: 12px
}

@media all and (min-width:360px) {
	.announce-close {
		top: 12px
	}
}

.announce-close:before {
	position: absolute;
	top: 14px;
	left: 0;
	display: block;
	width: 12px;
	height: 1px;
	background-color: #fff;
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg)
}

.announce-close:after {
	position: absolute;
	top: 14px;
	left: 0;
	display: block;
	width: 12px;
	height: 1px;
	background-color: #fff;
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg)
}

.announce-content {
	position: relative;
	left: 36px;
	width: calc(100% - 36px)
}

.announce-content p {
	float: left;
	color: #fff;
	font-size: .95em !important;
	line-height: 45px !important
}

@media all and (min-width:360px) {
	.announce-content p {
		font-size: 1.05em !important;
		line-height: 48px !important
	}
}


.announce-download-btn {
	position: relative;
	float: left;
	margin-top: 9px;
	margin-left: 8px;
	width: 85px;
	height: 26px;
	border-radius: 1000px;
	background: #fff;
	color: #1b62b4;
	text-align: center;
	font-size: .85em;
	line-height: 26px
}

@media all and (min-width:360px) {
	.announce-download-btn {
		height: 30px;
		font-size: .9em;
		line-height: 30px
	}
}
/* 蓋掉舊版content float 之後移除 */
.gotop.triangle{
	display:none;
}
body{
	background:#12172C;
}
.top-btn.show {
    display: flex !important; 
}
.bg-common, .main-vision.cinema .caption,.content{
	float:unset !important; 
	margin-top: 0px;
	background: none;
	padding-top:0px;
}
.content{
	margin-top: 85px;
}
@media all and (min-width:768px) {
	.content .half-bg{
		margin-top: -34px;
	}
	.content{
		margin-top: 130px;
	}
}
@media all and (min-width:1070px) {
	.content .half-bg{
		margin-top: -90px;
	}
}
.no-bg {
    padding-top: 0px;
}
.headroom--unpinned {
	transform: unset;
}
nav.headroom--not-top {
	background: unset;
}
.autocomplete-suggestions{
	display:none !important;
}
/*# sourceMappingURL=footer.css.map */