@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap");
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: bottom;
}
.block {
	display: block;
}
.pt-20 {
	padding-top: 20px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pt-40 {
	padding-top: 40px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pt-80 {
	padding-top: 80px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pt-100 {
	padding-top: 95px;
}
.pb-100 {
	padding-bottom: 95px;
}
.clear {
	clear: both;
}

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans TC", sans-serif;
}

.content {
	position: relative;
	margin: 0 auto;
	max-width: 900px;
}

.content img {
	max-width: 900px;
	width: 100%;
}

.fv_0 {
	background: #000;
	max-width: 1920px;
	margin: 0 auto;
}
.fv_0 video {
	width: 100%;
	display: block;
	z-index: 1;
	margin: 0;
	padding: 0;
}

#navbar {
	background: #7b0442;
	position: sticky;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	top: 0;
	width: 100%;
	z-index: 5;
	box-shadow: 0px 0px 10px #000;
	transition: top 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
}

#navbar a {
	color: #fff;
	text-align: center;
	letter-spacing: 0.5px;
	padding: 10px 40px;
	text-decoration: none;
	font-size: 1em;
	font-family: "Noto Serif TC", serif;
}

#navbar a img {
	vertical-align: -55%;
}

#navbar a:hover {
	color: #feeee9;
	text-shadow: rgba(0, 0, 0, 0.2) 0.05em 0.05em 0.05em;
	transform: translateY(-3px);
}

.sta_FVbg01 {
	background: url(../images/bg_01.jpg) top center no-repeat #f7f5ff;
	background-size: auto 100%;
	margin: 0 auto;
}

.FV_title {
	width: 65%;
}

.ozio_logo {
	position: absolute;
	right: 0;
	bottom: 8%;
	z-index: 3;
}

.ozio_logo img {
	width: 80%;
}

.sta_FVbg02 {
	background: url(../images/bg_02.jpg) top center no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.sta_offerBg01 {
	background: url(../images/bg_03.jpg) center center no-repeat fixed;
	background-size: cover;
	margin: 0 auto;
}

.sta_offerBg01::before {
	content: "";
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: inherit;
	-webkit-background-size: cover !important;
	-o-background-size: cover;
	background-size: cover !important;
}

.btn_offer01 {
	position: absolute;
	bottom: 11%;
	right: 5%;
	z-index: 2;
	width: 45%;
}

.trouble_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 50px 0;
}

.trouble_btn button {
	border: 1px solid #975779;
	background: #fff;
	cursor: pointer;
	color: #975779;
	text-align: center;
	padding: 20px 80px;
	font-size: 1.2em;
	letter-spacing: 1px;
	transition: 0.4s;
}

.trouble_btn button::before {
	display: inline-block;
	content: " ";
	background: url(../images/add-button.svg) left;
	width: 20px;
	height: 20px;
	margin: 0 20px -5px 0;
}

.trouble_btn button:hover {
	background: #f0d4e3;
}

/* 彈出視窗 */
.modal {
	display: none;
	position: fixed;
	z-index: 3;
	padding: 200px 0 0 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
	background: #fefefe;
	margin: auto;
	padding: 50px;
	border-top: 10px solid #b56682;
	border-bottom: 10px solid #b56682;
	width: 40%;
	color: #3c3c3c;
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 2em;
	border-radius: 6px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}
@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}
@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}

.modal-content p {
	width: 95%;
}

.modal-content p span {
	font-weight: bold;
	color: #975779;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.sta_timeBg {
	background: url(../images/bg_04.gif) center center no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.sta_300Bg {
	background: url(../images/bg_05.jpg) center center no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.sta_5iteemBg {
	background: url(../images/bg_07.jpg) center center no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.item_more {
	position: absolute;
	z-index: 2;
	width: 13%;
	cursor: pointer;
}

.more04 {
	bottom: 15%;
	right: 16%;
}

.more03 {
	bottom: 16.5%;
	left: 17.5%;
}

.more05 {
	bottom: 29.5%;
	right: 2.5%;
}

.more02 {
	top: 46%;
	left: 15%;
}

.more01 {
	top: 40%;
	right: 1%;
}

.item_more .tooltiptext {
	visibility: hidden;
	display: block;
	width: 300px;
	background: #fff;
	color: #3c3c3c;
	font-size: 0.9em;
	letter-spacing: 0.5px;
	text-align: left;
	border-radius: 6px;
	padding: 10px;
	opacity: 0;
	position: absolute;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transition: opacity 0.3s;
}

.item_more:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.more01 .tooltiptext,
.more04 .tooltiptext,
.more05 .tooltiptext {
	right: 0;
}

.more02 .tooltiptext,
.more03 .tooltiptext {
	left: 0;
}

.sta_glowBg {
	background: url(../images/bg_08.jpg) center center no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.light {
	position: absolute;
	top: 5%;
	right: 12%;
	z-index: 2;
	width: 45%;
	mix-blend-mode: screen;
	-webkit-animation-name: glowLight;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-name: glowLight;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

@-webkit-keyframes glowLight {
	from {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes glowLight {
	from {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.sta_testBg {
	background: url(../images/bg_09.jpg) center center no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.sta_awardBg {
	background: url(../images/bg_11.jpg) left center no-repeat;
	background-size: cover;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.sta_awardBg div {
	width: 50vw;
}

.sta_awardBg div img {
	width: 90%;
}

.sta_useBg {
	background: url(../images/bg_12.jpg) center center no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.sta_offerBg02 {
	background: url(../images/bg_13.jpg) center center no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.sta_whiteBg {
	background: #fff;
	margin: 0 auto;
}

.sta_pinkBg {
	background: #c31f74;
	margin: 0 auto;
}

.footer_bg {
	max-width: 1920px;
	position: relative;
	width: 100%;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	background: #c31f75;
}

.SA_footer,
.SA_footer a {
	font-size: 100%;
	width: 100%;
	margin: auto;
	text-align: center;
	color: black;
	padding-bottom: 30px;
}

.btn_version {
	position: absolute;
	top: 2%;
	left: 3%;
}

.shiny-btn {
	display: block;
	width: 100px;
	padding: 8px 0;
	background: #c31f74; /*ボタンの色*/
	box-shadow: 0 3px 0 0 #870e4d; /*影の色(rgbaの値を変更)*/
	border-radius: 5px;
	font-size: 0.85rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.shiny-btn:hover {
	text-decoration: none;
	color: #fff;
	box-shadow: none;
	transform: translateY(3px);
	transition: 0.2s;
}

.btn_offer02 {
	position: absolute;
	top: 53%;
	right: 10%;
	z-index: 2;
	width: 45%;
}

.btn_offer03 {
	position: absolute;
	bottom: 9%;
	right: 10%;
	z-index: 2;
	width: 45%;
}

.btn_offer04 {
	position: absolute;
	bottom: 17%;
	right: 10%;
	z-index: 2;
	width: 45%;
}

.btn_offer05 {
	position: absolute;
	bottom: 48%;
	right: 10%;
	z-index: 2;
	width: 45%;
}

@media screen and (min-width: 1921px) {
	body {
		background: #fff;
	}
	section {
		max-width: 1920px;
	}
	.sta_offerBg01 {
		background-attachment: initial;
	}
	.sta_offerBg01::before {
		background-image: none;
	}
}

@media screen and (max-width: 1440px) {
	.sta_01bg {
		background-size: cover;
	}
}

@media screen and (max-width: 800px) {
	.pt-100 {
		padding-top: 13.5%;
	}

	.pb-100 {
		padding-bottom: 13.5%;
	}

	.content {
		margin: 0;
		width: 100%;
	}

	.content img {
		width: 100%;
	}

	.ozio_logo img {
		width: 50%;
	}
}

@media screen and (max-width: 450px) {
	.ozio_logo {
		width: 30%;
	}

	.trouble_btn button {
		padding: 15px 65px;
		font-size: 0.9em;
	}

	.trouble_btn button::before {
		width: 15px;
		height: 15px;
		margin: 0 20px -3px 0;
	}

	.modal-content {
		padding: 30px;
		width: 60%;
		color: #3c3c3c;
		font-size: 0.8em;
		font-weight: 400;
		line-height: 2em;
	}

	.modal-content p {
		width: 90%;
	}

	.item_more {
		width: 18%;
	}

	.item_more .tooltiptext {
		width: 280px;
		font-size: 0.75em;
	}

	.more02 .tooltiptext {
		left: -35px;
	}

	.more03 .tooltiptext {
		left: -45px;
	}

	.more04 .tooltiptext {
		right: -40px;
	}

	.more05 .tooltiptext {
		right: 0px;
	}

	.shiny-btn {
		width: 80px;
		padding: 5px 0;
		font-size: 0.75rem;
	}
}

@media screen and (max-width: 350px) {
	.modal {
		padding: 100px 0 0 0;
	}

	.shiny-btn {
		padding: 3px 0;
	}

	.SA_footer,
	.SA_footer a {
		font-size: 0.75rem;
	}
}

/*右下角按鈕*/
#linkpic {
	position: fixed;
	right: 8%;
	bottom: 30px;
	width: 230px;
	z-index: 4;
}
#linkpic:hover {
	width: 220px;
}

@media (min-width: 1600px) and (max-width: 1870px) {
	#linkpic {
		right: 4%;
	}
}
@media (min-width: 1144px) and (max-width: 1599px) {
	#linkpic {
		right: 0%;
		width: 230px;
	}
	#linkpic:hover {
		width: 220px;
	}
}
@media (min-width: 984px) and (max-width: 1335px) {
	#linkpic {
		right: 0%;
		width: 200px;
	}
	#linkpic:hover {
		width: 190px;
	}
}
@media (min-width: 801px) and (max-width: 983px) {
	#linkpic {
		right: 0%;
		width: 180px;
	}
	#linkpic:hover {
		width: 170px;
	}
}
@media (min-width: 501px) and (max-width: 800px) {
	#linkpic {
		right: 2%;
		width: 150px;
	}
	#linkpic:hover {
		width: 140px;
	}
}
@media (min-width: 5px) and (max-width: 500px) {
	#linkpic {
		right: 0%;
		width: 150px;
	}
	#linkpic:hover {
		width: 140px;
	}
}
/*右下角按鈕*/

@media screen and (max-width: 480px) {
	.prev,
	.next {
		padding: 10px;
		font-size: 1.5em;
	}
}

@media screen and (max-width: 680px) {
	#navbar a {
		padding: 10px 8px;
		font-size: 0.9em;
	}
}

@media screen and (max-width: 320px) {
	#navbar a {
		padding: 10px 5px;
		font-size: 0.75em;
	}
}

.SA_footer {
	text-align: center;
  }
