@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%;
	height: auto;	
}
.sta_FVbg00 {
	margin: 0 auto;
	max-width: 1920px;
}
.sta_FVbg00  img{
    width: 100%;
	
}
.pc-fv00{
	display: block;
}
.ph-fv00{
	display: none;
}

@media screen and (max-width:900px) {
	.ph-fv00{
		display: block;
	}
	.pc-fv00{
		display: none;
	}

}

.sta_FVbg01 {
	background: url(../images/bg_01.jpg) top center no-repeat #f7f5ff;
	background-size: auto 100%;
	margin: 0 auto;
	
}

.FV_title {
	width: 65%;
}
.fv_0 {
    background: #000;
    max-width: 1920px;
    margin: 0 auto;
}
.fv_0 video {
    width: 100%;
    display: block;
    z-index: 1;
    margin: 0;
    padding: 0;
}



.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;
	
}

.btn_offer01 {
	position: absolute;
	bottom: 11%;
	right: 5%;
	z-index: 2;
	width: 45%;
}

.trouble_btn {
	display: flex;
    justify-content: center;
	align-items: center;
	margin: 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 fixed;
	background-size: cover;
	margin: 0 auto;
}

.sta_offerBg02 {
	background: url(../images/bg_13.jpg) center center no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.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: 45%;
	right: 10%;
	z-index: 2;
	width: 45%;
}

@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;
	}
}

@media screen and (max-width: 350px) {
	.modal {
		padding: 100px 0 0 0;
	}
}

.SA_footer {
	text-align: center;
  }


