@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url(https://fonts.googleapis.com/css?family=Roboto);

@font-face {
	font-family: mediumFont;
	src: 
		local("Heiti TC"),
		local("Microsoft JhengHei"),
		local(sans-serif);
}

@font-face {
	font-family: normalFont;
	src: 
		local("Heiti TC"),
		local("Microsoft JhengHei"),
		local(sans-serif);
}

@font-face {
	font-family: boldFont;
	src: 
		local("Heiti TC"),
		local("Microsoft JhengHei"),
		local(sans-serif);
}

:root {
  --main-color: #46a8e7; 
  --text-color: #74778b;
  --text-color-mobile: #000000;
  --pc-font-normal: 'cwTeXYen', 'Roboto', normalFont;
  --pc-font-medium: 'cwTeXYen', 'Roboto', mediumFont;
  --pc-font-bold: 'cwTeXYen', 'Roboto', boldFont;
  --mobile-font-normal: 'cwTeXYen', 'Roboto', normalFont;
  --mobile-font-medium: 'cwTeXYen', 'Roboto', mediumFont;
  --mobile-font-bold: 'cwTeXYen', 'Roboto', boldFont;
}

/*do not use rem for font-size, or Safari will not update font-size while scaling browser window*/

body {
	margin: 0;
}

/* IE will display wrong character for br*/
br {
	opacity: 0;
}

brMobile {
	display: none;
}

nuMobilePad {
	display: none;
}

nuMobileShow {
	display: none;
}

.mobileUnderline {
	display: none;
}

header {
	position: absolute;
	width: 100%;
	z-index: -1;
}

#headerImage {
	width: 100%;
}

#navNormal {
	position: fixed;
	top: 0;
	width: 100%;
	height: 10vw;
	background-color: transparent;
	transition: 0.3s all ease;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 9999;
}

#navMenuWrapper {
	display: flex;
	position: fixed;
	top: 0;
	right: 9.4vw;
	height: 0vw;
	align-items: center;
}

#navMenu {
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
	border-radius: 0.5vw;
	background-color: white;
	font-family: var(--pc-font-normal);
	font-size: 2.3vw;
	padding: 0.5vw;
	transition: 0.3s all ease;
	color: black;
	opacity: 0;
	cursor: none;
	pointer-events: none;
}

#navMenu.non-mobile:hover {
	background-color: #dddddd;
	color: #fe7177;
}

#navMenu.mobile.dropDown {
	background-color: #dddddd;
	color: #fe7177;
}

#navNormal.navDown {
	background-color: white;
	height: 6vh;
	border-bottom: 1px solid rgba(128,128,128,0.5);
}

#navTitle {
	padding-left: 17vw;
	height: 6.9vh;
	transition: 0.3s all ease;
	font-family:  var(--pc-font-normal);
	font-size: 1.75vw;
	color: var(--main-color);
}

#navNormal.navDown #navTitle {
	height: 6vh;
}

#navItemWrapper {
	display: flex;
	width: 47.8vw;
	justify-content: space-between;
	align-items: center;
	margin-right: 16.3vw;
}

.navItem {
	text-decoration: none;
	display: inline-block;
	color: #767996;
	font-family:  var(--pc-font-normal);
	font-size: 1.25vw;
	transition: 0.5s all ease;
	line-height: 1.25vw;
}

.navItem:hover {
	color: var(--main-color);
}

#navNormal .navItem.clicked {
	color: var(--main-color);
}

#navNormal.navDown .navItem.clicked {
	color: var(--main-color);
}

#navNormal.navDown div a {
	color: #767996;
}

#navNormal.navDown div a:hover {
	color: var(--main-color);
}

#Overview {
	position: relative;
	width: 66.6%;
	padding-top: 12.5vw;
	padding-left: 16.7%;
	padding-right: 16.7%;
	padding-bottom: 12.5vw;
}

#overviewText {
	display: block;
	width: 100%;
	font-family: var(--pc-font-normal);
	line-height: 1.6;
	transition: 0.3s all ease;
	text-align: center;
}

#overviewTextContentPre {
	display: block;
	font-weight: initial;
	font-size: 1.25vw;
	margin: 0;
	-webkit-margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	color: #767996;
}

#overviewTextContent {
	display: block;
	font-weight: initial;
	font-size: 1.87vw;
	margin: 0;
	-webkit-margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	color: var(--main-color);
}

#overviewTextContentU {
	display: block;
	padding-top: 5vw;
	padding-left: 42vw;
	color: #ffffff;
	letter-spacing: 0.25vw;
}

#overviewTextContentD {
	display: block;
	font-size: 1.67vw;
	padding-left: 42vw;
	padding-top: 3vw;	
	color: #ffffff;
	letter-spacing: 0.35vw;
}

.mobile-hide {
	display: inline-block;
}

.mobile-show {
	display: none;
}

#videoWrapper {
	width: 56%;
	position: relative;
	padding-top: 5vw;
	margin-left: 22%;
}

#videoPreview {
	width: 100%;
	box-shadow: 0px 2.5vw 5vw -1.5vw rgba(0,0,0,0.3);
	transition: 0.3s all ease;
}

#videoPlayWrapperU, #videoPlayWrapperD {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 5vw;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	opacity: 0.5;
	cursor: pointer;
	transition: 0.3s all ease;
}

#videoPlayWrapperU.non-mobile:hover, #videoPlayWrapperD.non-mobile:hover {
	color: #ff0000;
	opacity: 1;
}

#videoPlayWrapperU.mobile, #videoPlayWrapperD.mobile {
	color: #ff0000;
	opacity: 0.75;
}

.getApp {
	display: inline-block;
	text-decoration: none;
	font-family: var(--pc-font-medium);
	font-size: 1.25vw;
	color: #ffffff;
	background-color: var(--main-color);
	padding: 1.25vw 1.25vw 1vw 1.25vw;
	border-radius: 0.5vw;
	margin-top: 0.5vw;
	transition: 0.3s all ease;
}

.getApp.navButton {
	margin-top: 0;
}

.getApp2 {
	display: inline-block;
	text-decoration: none;
	font-family: var(--pc-font-normal);
	font-size: 1.87vw;
	font-style: normal;
	width: 12vw;
	color: #ffffff;
	background-color: var(--main-color);	
	padding: 0.75vw 1.5vw;
	border-radius: 2.58vw;
	text-align: center;
	transition: 0.3s all ease;
}

#navNormal.navDown .getApp.navButton {
	padding: 0vh 2vh;
	height: 4.5vh;
	line-height: 5vh;
	background-color: #ffffff;
	border: 2px solid var(--main-color);
	color: var(--main-color);
}

.getApp.non-mobile:hover {
	color: #006599;
	border-color: #006599;
}

.getApp2.non-mobile:hover {
	color: #006599;
}

#navNormal.navDown .getApp.non-mobile.navButton:hover {
	color: #006599;
	border-color: #006599;
}

.mobile-hide-product {
	display: block;
}

#VideoIntro {
	display: flex;
	width: 81%;
	flex-direction: column;
	align-items: center;
	padding-top: 5vw;
	padding-left: 9.5%;
	padding-right: 9.5%;
	padding-bottom: 6.29vw;
	background-image: linear-gradient(#ffffff, #f1f1f1);
}

#videoSetU {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#videoSetD {
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#videoTextU {
	font-family: var(--pc-font-normal);
	font-size: 1.2vw;
	color: var(--text-color);
	text-align: center;
	line-height: 1.75;
	letter-spacing: 0.2vw;
}

#videoTextD {
	font-family: var(--pc-font-normal);
	font-size: 1.2vw;
	color: var(--text-color);	
	line-height: 1.75;
	padding-right: 6vw;
	padding-top: 3vw;
}

.videoTextBlue {
	font-size: 1.75vw;
	color: var(--main-color);
	line-height: 1;
	letter-spacing: 0;
}

#videoImgU {
	position: relative;
	margin-top: 3vw;
}

#videoImgD {
	position: relative;
	margin: 3vw 6vw 3vw 3vw;
}

#videoPreviewU {
	width: 41.25vw;
	box-shadow: rgba(0, 0, 0, 0.375) 0.5vw 0.5vw 2vw;
}

#videoPreviewD {
	height: 18.7vw;
	box-shadow: rgba(0, 0, 0, 0.375) 0.5vw 0.5vw 2vw;
}

#TextIntro {
	display: flex;
	width: 61.7%;
	flex-direction: column;
	align-items: center;
	margin-top: 20vw;
	margin-left: 19.15%;
	background: #f1f5f6;
	box-shadow: rgba(0, 0, 0, 0.2) 0.5vw 0.5vw 2vw;	
}

#textIntroBG {
	width: 100%;
	position: absolute;
	z-index: -2;
	top: 66vw;
}

#textTitle {
	font-family: var(--pc-font-normal);
	font-size: 1.86vw;
	color: var(--main-color);
	padding-top: 1.86vw;	
}

#textIcon {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.textIconWrapper {
	position: relative;
}

.textIconImg {
	width: 8.76vw;
	margin: 3.33vw 1.33vw;
	border-radius: 0.75vw;	
}

.textIconWord {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: var(--pc-font-normal);
	font-size: 1.34vw;
	color: #ffffff;	
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 8.76vw;
	height: 6.29625vw;
	margin: 3.33vw 1.33vw;
	cursor: pointer;
	border-radius: 0.75vw;
	transition: 0.3s all ease;
	background: rgba(0,0,0,0);
}

.textIconWord.non-mobile:hover {
	background: rgba(70,168,231,0.375);
}

.textIconWord.selected {
	background: rgba(70,168,231,0.375);
}

#textDetail {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding-bottom: 2.96vw;
}

#textDetailImg {
	width: 28.9vw;
}

#textDetailWrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	font-family: var(--pc-font-normal);
	width: 21.7vw;
	height: 18.6vw;
	background: #ffffff;
	margin-left: 1.2vw;
	position: relative;	
	letter-spacing: 0.15vw;
}

#textDetailTitle {
	font-size: 1.34vw;
	color: var(--main-color);
	padding-top: 1vw;
	padding-left: 3.67vw;
	display: inline-block;
}

#textDetailContent {
	font-size: 1.10vw;
	line-height: 1.5;
	color: var(--text-color);
	padding-left: 2.75vw;	
	letter-spacing: 0.15vw;
}

#textDetailPrice {
	font-size: 1.07vw;
	color: var(--text-color);
	padding-left: 3.67vw;
}

#textDetailDiscount {
	font-size: 1.47vw;
	padding-left: 0.5vw;
	font-weight: 700;
	color: #e26856;
}

#textDetailButton {	
	font-size: 1.18vw;
	color: #ffffff;
	background: #74778b;
	display: inline-block;
	padding: 0.3vw;
	border-radius: 0.25vw;
	cursor: pointer;
	transition: 0.3s all ease;
	text-decoration: none;
	margin-left: 14.56vw;
	margin-right: 0;
	margin-bottom: 0;
}

#textDetailButton.non-mobile:hover {
	background: var(--main-color);
}

#textDetailButton2 {
	display: none;	
	font-size: 1.18vw;
	color: #ffffff;
	background: #e26b56;	
	padding: 0.3vw;
	border-radius: 0.25vw;
	cursor: pointer;
	transition: 0.3s all ease;
	text-decoration: none;	
	margin-left: 0;
}

td {
	padding: 0;
	margin: 0;	
	width: 38.6%;
	height: 3.77vw;	
	box-sizing: border-box;
}

tr:nth-child(even) {
	background: #ffffff;	
}

tr:nth-child(odd) {
	background: #f1f5f6;
}

tr:first-child {
	background: #74778b;
}

#TableIntro {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 6vw;	
	text-align: center;
	color: var(--text-color);
	width: 100%;	
}

#tablePC {
	font-family: var(--pc-font-normal);
	width: 41.8vw;	
	border: 1px solid #74778b;
	border-collapse: collapse;	
	box-sizing: border-box;
}

#tablePCHead {
	color: #ffffff;	
	font-size: 1.3vw;
	height: 4.89vw;
}

.tableRowHead {
	border-right: 1px solid #74778b;
}

.tableColumnHead {
	width: auto;
	font-size: 1.3vw;
	border-right: 1px solid #74778b;
}

.tableColumnData {
	font-size: 1.09vw;
	border-right: 1px solid #74778b;
}

nuOrange {
	color: #e26b56;
}

nuYellow {
	color: #ffda00;
}

.tableBottom {
	display: block;
	padding-top: 6vw;
	width: 78vw;
	border-bottom: 1px solid #bfc5d8;
}	

#Gallery {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 9.8vw;	
	color: var(--text-color);
	width: 100%;
	position: relative;
	font-family: var(--pc-font-normal);
}

#galleryBackground {
	position: absolute;
	top: -5.5vw;
	right: 0;
	z-index: -1;
	width: 40vw;
}

#galleryIntro {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	width: 100%;	
}

#galleryIntroFooter {
	display: none;
}

#galleryIntroImg {
	width: 25.45vw;
	padding-left: 19.71vw;
}

#gallertIntroTitleU {
	font-size: 1.75vw;
	color: var(--main-color);
	display: block;
	padding-left: 3.72vw;
	line-height: 1.5;
}

#gallertIntroTitleD {
	font-size: 1.75vw;
	color: var(--main-color);
	display: block;
	padding-left: 8.34vw;
	padding-bottom: 3.5vw;
}

#gallertIntroTextU {
	font-size: 1.19vw;
	color: var(--text-color);
	display: block;
	padding-left: 1.17vw;
	letter-spacing: 0.12vw;
	padding-bottom: 0.5vw;
}

#gallertIntroTextD {
	font-size: 1.19vw;
	color: var(--text-color);
	display: block;
	padding-left: 1.17vw;	
	letter-spacing: 0.12vw;
}

#galleryContent {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	width: 100%;	
}

#galleryContentText {
	font-size: 1.19vw;
	padding-left: 22.63vw;
	width: 22.53vw;
	line-height: 1.5;
	letter-spacing: 0.15vw;
}

.galleryContentImg {
	width: 11vw;
	padding-left: 1px;
	cursor: pointer;
}

#FansReview {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 0;	
	color: var(--text-color);
	width: 100%;
	position: relative;
	font-family: var(--pc-font-normal);
}

#fansReviewBackground {
	position: absolute;
	width: 39vw;
	top: -6vw;
	left: 0;
	z-index: -1;
}

#fansReviewTitle {
	font-size: 2.2vw;
	color: var(--main-color);
	padding-top: 6.2vw;
	padding-right: 15vw;
	padding-bottom: 2.27vw;
	font-weight: 700;
	letter-spacing: 0.5vw;
}

#fansReviewContent {
	font-size: 1.3vw;
	padding-left: 17vw;
	padding-bottom: 7.9vw;
	line-height: 1.5;
	letter-spacing: 0.2vw;
}

#fansReviewImg {
	width: 41.5vw;
	box-shadow: 0 0 1vw rgba(0,0,0,0.75);
}

#fansReviewDesc {
	width: 42.7vw;
	font-size: 1.3vw;
	padding-top: 3.4vw;
	line-height: 1.5;
	letter-spacing: 0.25vw;
}

.fansReviewLink {
	text-decoration: none;
	transition: 0.3s all ease;
	color: var(--text-color);;
}

.fansReviewLink.non-mobile:hover {
	color: var(--main-color);
}

.fansReviewLink.mobile {
	text-decoration: underline;
}

#Service {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 6.6vw;	
	color: var(--text-color);
	width: 100%;	
	font-family: var(--pc-font-normal);	
}

#serviceTitle {
	color: var(--main-color);
	font-size: 2vw;
}

#serviceIconSet {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 42.83vw;
	padding-top: 2.66vw;
	padding-bottom: 1vw;
	border-bottom: 5px solid var(--main-color);
}

.serviceIconWrapper {
	display: flex;
	flex-direction: column;	
	align-items: center;
	padding: 0 2.3vw;
}

.serviceIcon {
	color: var(--main-color);
	font-size: 3.5vw;
}

.serviceText {
	color: var(--text-color);
	font-size: 0.8vw;
	line-height: 2;
}

#serviceDetail {
	width: 42.83vw;	
	font-size: 1.1vw;
	line-height: 2;
	letter-spacing: 0.17vw;	
	padding-top: 3.75vw;
}

#Share {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	margin-top: 9.5vw;
	overflow: hidden;
	background: var(--main-color);
	z-index: -1;
}

#share-txt {
	font-family: var(--pc-font-medium);
	font-size: 2.08vw;
	padding-top: 5vw;
	color: #ffffff;
	transition: 0.3s all ease;
	text-align: center;
	max-width: 80%;
}

#share-wrapper {
	display: flex;
	width: 109.2vw;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 4.67vw;
	overflow: hidden;	
	position: relative;
}

.share-switch {	
	font-size: 2.08vw;
	color: #ffffff;
	cursor: pointer;
	position: absolute;
	background: var(--main-color);
	width: 3vw;
	height: 3vw;
	line-height: 3vw;
	text-align: center;
	padding: 6.3vw 4vw;
}

#share-left {
	top: 0;
	left: 4.6vw;
}

#share-right {
	top: 0;
	right: 4.6vw;
}

#share-img {
	display: flex;
	width: 109.2vw;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	overflow: hidden;
}

.shareImg {
	width: 13.6vw;
	margin: 1vw 1vw;
	box-shadow: rgba(0, 0, 0, 0.25) 0.25vw 0.25vw 0.75vw;
}

#shareDots {
	margin-top: 4.3vw;
	font-size: 0.8vw;
	transition: 0.3s all ease;
	opacity: 0;
}

#Contact {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	padding-top: 9.5vw;
	padding-bottom: 9.5vw;
	overflow: hidden;
	z-index: -1;
	background: var(--main-color);
	margin-top: -1px;
}

#contact-txt {
	font-family: var(--pc-font-medium);
	font-size: 3.18vw;
	color: #ffffff;
	transition: 0.3s all ease;
}

#Download {
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: flex-start;
	padding-top: 6vw;
	max-height: 51.4vw;
}

#download-img {
	width: 29%;
	padding-left: 3vw;
	padding-top: 0vw;
}

#download-txt-wrapper {
	width: 71%;
}

#download-img-back {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 57vw;
}

#download-txt-title {
	font-family: var(--pc-font-medium);
	font-size: 2.9vw;
	color: var(--main-color);
	padding-top: 5vw;
	line-height: 4.75vw;
	text-shadow: 0 0 10vw #ffffff;
}

#download-txt-titleR {
	display: block;
	padding-left: 12vw;
}

.download-txt-content {
	font-family: var(--pc-font-normal);
	font-size: 1.39vw;
	color: #767996;
	padding-left: 10vw;
}

#download-button {
	display: none;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	width: 71%;
	padding-top: 1vw;
}

.download-link {
	width: 30%;
	height: 100%;
}

.download-link-ios {
	width: 27%;
}

.download-link-web {
	width: 30%;
}

#footer {
	background: #373737;
	height: 19.9vw;
}

#footer-wrapper {
	height: 85%;
	width: 85.8%;
	padding-left: 5.5%;
	padding-right: 8.7%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background: #4a4a4a;
	flex-wrap: wrap;
}

#footer-bottom-wrapper {
	height: 15%;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-family: var(--pc-font-medium);
	font-size: 1.04vw;
	color: #9b9b9b;
	padding-left: 5.5%;
	line-height: 2;
}

.footer-link-wrapper {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: space-around;
	height: 87.5%;
}

.footer-link-wrapperL {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: flex-start;
	width: 50%;
	height: 78.5%;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: none;
}

.footer-link-wrapper-mobile {
	display: none;
}

.footer-link-title {
	font-family: var(--pc-font-bold);
	font-size: 1.39vw;
	color: #ffffff;
}

.footer-link-titleL {
	font-family: var(--pc-font-bold);
	font-size: 1.39vw;
	color: #ffffff;
	padding-top: 0;
	padding-bottom: 1vw;
}

.footer-link-content, .footer-link-contentL {
	font-family: var(--pc-font-medium);
	font-size: 1.18vw;
	line-height: 2vw;
	color: #9b9b9b;
	text-decoration: none;
	transition: 0.3s all ease;
	padding-bottom: 0;
}

.footer-link-content.non-mobile:hover {
	color: #ffffff;
}

.footer-bottom {
	font-family: var(--pc-font-medium);
	font-size: 1.04vw;
	color: #9b9b9b;
	text-decoration: none;
	transition: 0.3s all ease;
}

.footer-bottom.non-mobile:hover {
	color: #ffffff;
}

#header-button {
	height: 100%;
	padding-top: 1.5vw;
	padding-left: 42vw;
	font-size: 1.87vw;
}

.header-button-link {
	width: 30%;
}

.header-button-link-ios {
	width: 25%;
}

.header-button-link-web {
	width: 31%;
}

#footer-button {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 40%;
	padding-top: 3%;
}

#footer-button2 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	width: 50%;
	padding-top: 5%;
}

.non-mobile-br {
	display: block;
}

.mobile-hide-span {
	display: inline;
}

/*for w/h <= 1*/
@media screen and (max-aspect-ratio: 1/1)/*, (max-width: 1100px)*/
{
	* {
		-webkit-tap-highlight-color:transparent;
		user-drag: none;
		user-select: none;
		-moz-user-select: none;
		-webkit-user-drag: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		-webkit-touch-callout: none;
		-khtml-user-select: none;
	}

	brMobile {
		display: block;		
	}

	nuMobilePad {
		display: inline;
		opacity: 0;
	}

	nuMobileShow {
		display: inline;
	}

	.mobileUnderline {
		display: block;
		width: 90.4vw;
		border-bottom: 1px solid #bfc5d8;
	}	

	#headerImage {
		padding-left: 0%;
		padding-top: 10vh;
		width: 100%;
	}

	#navTitle {
		padding-left: 10.5vw;
		height: 4vh;
		font-size: 5vw;
		font-family: var(--mobile-font-normal);
	}

	#navNormal.navDown #navTitle {
		height: 4vh;
	}

	#navNormal {
		background-color: #f7ffff;
		height: 10vh;
	}

	#navMenuWrapper {
		height: 6vh;
	}

	#navMenu {
		opacity: 1;
		cursor: pointer;
		pointer-events: auto;
		font-size: 2.3vh;
		padding-left: 1.15vh;
		padding-right: 1.15vh;
		font-family: var(--mobile-font-normal);
	}

	#navItemWrapper {
		margin-right: 13.7vw;
		width: 20vw;
	}

	.navItem {
		opacity: 0;
		pointer-events: none;
		width: 1px;
		font-family: var(--mobile-font-normal);
	}

	#Overview {
		padding-top: 14vw;
		width: 40.625vw;
		padding-left: 7.5vw;
		padding-right: 0;
	}

	#overviewText {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: auto;
		font-size: 4.5vw;
		color: #fe7177;
		line-height: 1.25;
		font-family: var(--mobile-font-normal);
	}

	#overviewTextContent {
		font-size: 5.5vw;
	}

	#overviewTextContentU {		
		display: none;
	}

	#overviewTextContentD {
		padding-left: 0;
		padding-top: 0;		
		letter-spacing: 1vw;
		line-height: 1.5;
		font-size: 4.8vw;
	}

	#overviewTextContentPre {
		font-size: 4.8vw;
		padding-top: 9vw;
	}

	.mobile-hide {
		display: none;
	}

	.mobile-show {
		display: block;
	}

	#videoWrapper {
		padding-top: 35vw;
		width: 100%;
		margin-left: 0;
	}

	#videoPreview {
		width: 100%;
	}

	#videoPlayWrapperU, #videoPlayWrapperD {
		font-size: 20vw;		
		color: #000000;
	}

	.getApp {
		font-size: 3vw;
		padding: 2.43vw 4.86vw;
		border-radius: 4.9vw;
		margin-top: 0.95vw;
		font-family: var(--mobile-font-medium);
	}

	.getApp.navButton, #navNormal.navDown .getApp.navButton {
		font-size: 3vw;
		padding: 0vh 1vh;
		height: 4vh;
		line-height: 4.5vh;
		box-shadow: none;
		background-color: transparent;
		border: 1px solid var(--main-color);
		color: var(--main-color);
		border-radius: 0.5vw;
	}

	.mobile-hide-product {
		display: none;
	}

	#VideoIntro {
		display: flex;
		width: 100%;
		flex-direction: column;
		align-items: center;
		padding-top: 11vw;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 10.83vw;
	}

	#videoSetU {
		width: 100%;		
	}
	
	#videoSetD {
		width: 100%;
		flex-direction: column;
	}

	#videoTextU {
		color: var(--text-color-mobile);
		font-family: var(--mobile-font-normal);
		font-size: 4.37vw;		
		text-align: center;
		padding-top: 7.7vw;
		padding-bottom: 4.8vw;
		width: 72%;
		letter-spacing: 0.5vw;
	}
	
	#videoTextD {
		color: var(--text-color-mobile);
		font-family: var(--mobile-font-normal);
		font-size: 5vw;
		text-align: center;		
		padding: 0;	
		padding-top: 5vw;
		width: 100%;
	}

	.videoTextBlue {
		font-size: 6.4vw;		
		padding: 0 0.5vw 1.9vw 0.5vw;
		letter-spacing: 0;
	}

	#videoImgU {
		position: relative;
		margin: 0;
		width: 94%;
	}
	
	#videoImgD {
		position: relative;
		margin: 0;
		width: 71%;
	}

	#videoPreviewU {
		width: 100%;
		height: auto;
		box-shadow: rgba(0, 0, 0, 0.375) 0.5vw 0.5vw 2vw;
	}
	
	#videoPreviewD {
		width: 100%;
		height: auto;
		box-shadow: rgba(0, 0, 0, 0.375) 0.5vw 0.5vw 2vw;
	}

	#TextIntro {		
		width: 100%;
		flex-direction: column;
		align-items: center;
		margin-top: 15vw;
		margin-left: 0;		
		box-shadow: rgba(0, 0, 0, 0.2) 0vw 0.5vw 3vw;
	}

	#textTitle {
		font-family: var(--mobile-font-normal);
		font-size: 7vw;		
		padding-top: 4.58vw;	
	}

	#textIntroBG {
		display: none;
	}	

	.textIconImg {
		width: 19.17vw;
		margin: 4.17vw 1.98vw;
		border-radius: 1.75vw;		
	}

	.textIconWord {
		font-family: var(--mobile-font-normal);
		font-size: 5.5vw;		
		width: 19.17vw;
		height: 13.77844vw;
		margin: 4.17vw 1.98vw;
		border-radius: 1.75vw;
	}

	#textDetail {		
		flex-direction: column;		
		margin-bottom: 8vw;
		padding-bottom: 0;
		box-shadow: rgba(0, 0, 0, 0.25) 0 0.5vw 2vw;
	}

	#textDetailImg {
		width: 87.5vw;
	}

	#textDetailWrapper {
		font-family: var(--mobile-font-normal);
		width: 87.5vw;
		height: 65.83vw;		
		margin-left: 0;
		position: relative;
		text-align: center;
	}

	#textDetailTitle {
		font-size: 6.67vw;		
		padding-left: 0;
		padding-top: 3vw;
	}

	#textDetailContent {
		color: var(--text-color-mobile);
		font-size: 4.58vw;
		padding-left: 18.3%;
		padding-bottom: 0;
		text-align: left;
		width: 81.7%;
		letter-spacing: 0.5vw;	
		line-height: 6.61vw;	
	}

	#textDetailPrice {
		color: var(--text-color-mobile);
		font-size: 3.77vw;		
		padding-left: 0;
	}
	
	#textDetailDiscount {
		font-size: 5vw;
		padding-left: 1vw;
	}

	#textDetailButton {		
		font-size: 5vw;
		padding: 0.5vw 2vw;
		border-radius: 1vw;
		background: var(--main-color);
		margin-left: 0;
		margin-right: 1vw;
		margin-bottom: 2vw;
		line-height: 5vw;
	}
	
	#textDetailButton2 {
		display: inline-block;
		font-size: 5vw;
		padding: 0.5vw 2vw;
		border-radius: 1vw;	
		margin-left: 1vw;
		line-height: 5vw;
	}

	#TableIntro {
		color: var(--text-color-mobile);
		padding-top: 12.7vw;
	}

	td {
		width: 38.505%;
		height: 10.2vw;		
	}	

	.tableMobile {
		font-family: var(--mobile-font-normal);
		width: 90.625vw;		
		border: 1px solid #74778b;
		border-collapse: collapse;
		box-sizing: border-box;
	}
	
	.tableMobileHead {
		color: #ffffff;		
		font-size: 4.52vw;
		height: 13.54vw;
	}

	.tableColumnHead {
		width: auto;
		font-size: 3.8vw;
	}

	.tableColumnData {
		font-size: 3.8vw;
	}

	.tableBottom {
		display: none;
	}	

	#Gallery {
		color: var(--text-color-mobile);
		padding-top: 40vw;
		font-family: var(--mobile-font-normal);
	}

	#galleryBackground {		
		left: 0;
		top: -8vw;
		width: 73vw;
	}
	
	#galleryIntro {		
		flex-direction: column-reverse;
		align-items: center;
		justify-content: flex-start;
	}

	#galleryIntroFooter {
		display: block;
		text-align: center;
		font-size: 4.4vw;
		letter-spacing: 0.75vw;
		line-height: 1.75;
		padding-top: 5vw;
	}

	#galleryIntroFooterBottom {
		width: 73.75vw;
		padding-top: 4vw;
		margin-bottom: 4vw;
		border-bottom: 1px solid #bfc5d8;
	}

	#galleryIntroFooterBottomWrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: initial;
		font-size: 5vw;
	}

	#galleryIntroFooterBottomText {
		font-size: 4.4vw;
	}	
	
	#galleryIntroImg {
		width: 92vw;
		padding-left: 0;
	}

	#galleryIntroText {
		width: 100%;
	}
	
	#gallertIntroTitleU {
		font-size: 5.865vw;
		padding-left: 38.5vw;
	}
	
	#gallertIntroTitleD {
		font-size: 5.865vw;
		padding-left: 54.5vw;
		padding-bottom: 7.5vw;
	}

	#gallertIntroTextU, #gallertIntroTextD {
		color: var(--text-color-mobile);
		display: none;
	}

	#galleryContent {
		justify-content: center;
		padding-top: 5vw;
	}
	
	#galleryContentText {
		display: none;		
	}
	
	.galleryContentImg {
		width: 30.4vw;
	}

	#FansReview {
		color: var(--text-color-mobile);
		font-family: var(--mobile-font-normal);
	}
	
	#fansReviewBackground {
		position: absolute;
		width: 67vw;
		top: -5vw;
		left: 0;
		z-index: -1;
	}
	
	#fansReviewTitle {
		font-size: 5.5vw;		
		padding-top: 21.25vw;
		padding-right: 0;
		padding-bottom: 6.88vw;
		font-weight: 400;
		letter-spacing: 0.5vw;
		width: 100%;
		text-align: center;
	}
	
	#fansReviewContent {
		font-size: 3.7vw;
		padding-left: 7vw;
		padding-bottom: 12.7vw;
		line-height: 1.75;
		letter-spacing: 0.5vw;
		text-overflow: ellipsis;
		width: 76vw;
		white-space: nowrap;
		overflow: hidden;
	}
	
	#fansReviewImg {
		width: 79.6vw;
		box-shadow: 0 0 1vw rgba(0,0,0,0.75);
		margin-top: 14vw;
	}
	
	#fansReviewDesc {
		width: 79.6vw;
		font-size: 3.7vw;
		padding-top: 5.4vw;
		padding-bottom: 11.5vw;
		line-height: 2;
		letter-spacing: 0.25vw;
	}

	.fansReviewLink {
		color: var(--text-color-mobile);
	}

	#Service {
		color: var(--text-color-mobile);
		font-family: var(--mobile-font-normal);	
		padding-top: 9.5vw;
	}

	#serviceTitle {		
		font-size: 5.865vw;
	}
	
	#serviceIconSet {
		width: auto;
		padding: 5.4vw 0 3.1vw 0;
		border-bottom: 3px solid var(--main-color);		
	}
	
	.serviceIconWrapper {
		display: flex;
		flex-direction: column;	
		align-items: center;
		padding: 0 3.75vw;
	}
	
	.serviceIcon {		
		font-size: 9vw;
	}
	
	.serviceText {
		color: var(--text-color-mobile);
		font-size: 3vw;
		line-height: 2;
	}
	
	#serviceDetail {
		width: 78.33vw;		
		font-size: 3.7vw;
		line-height: 2;
		letter-spacing: 0.17vw;
		padding-top: 3.75vw;
	}		
	
	#share-wrapper {		
		width: 100%;
	}	

	#share-LL {
		display: none;
	}

	.share-switch {
		font-size: 3vw;
		padding: 20.5vw 2.5vw;		
	}

	#share-left {
		top: 0;
		left: 0;
	}
	
	#share-right {
		top: 0;
		right: 0;
	}

	#share-img {		
		width: 100%;
	}
	
	.shareImg {
		width: 36vw;
		margin: 4vw 3vw;	
		box-shadow: rgba(0, 0, 0, 0.5) 0.5vw 0.5vw 2vw;	
	}	

	#share-txt {
		font-size: 7vw;
		padding-top: 9.5vh;
		font-family: var(--mobile-font-medium);
	}

	#shareDots {
		margin-top: 2.15vh;
		margin-bottom: 2.15vh;
		font-size: 0.8vh;
		opacity: 1;
	}	

	#Contact {
		padding-top: 9.5vh;
		padding-bottom: 9.5vh;
	}

	#contact-txt {
		font-size: 7vw;
		font-family: var(--mobile-font-medium);
	}

	#Download {
		max-height: 99vw;
	}

	#download-img {
		width: 47%;
		padding-left: 0vw;
		padding-top: 12vw;
		padding-bottom: 10vw;
	}

	#download-txt-wrapper {
		width: 53%;
	}

	#download-img-back {
		width: 100%;
	}

	#download-txt-title {
		font-size: 5vw;
		padding-top: 23vw;
		line-height: 1.2;
		margin-bottom: 2vw;
		margin-left: -2.5vw;
		font-family: var(--mobile-font-medium);
	}

	#download-txt-titleR {
		padding-left: 0;
	}

	.download-txt-content {
		display: none;
		font-family: var(--mobile-font-normal);
	}

	#download-button {
		display: flex;
		width: 72%;
		padding-top: 1vw;
		flex-direction: column;
		align-items: flex-start;
	}

	.download-link {
		width: 100%;
		padding-bottom: 2vw;
	}

	.download-link-ios {
		width: 100%;
		padding-bottom: 2vw;
	}

	.download-link-web {
		width: 0%;
	}

	#footer {
		padding-top: 0;
		height: auto;
	}

	#footer-wrapper {
		width: 95%;
		padding-left: 2.5%;
		padding-right: 2.5%;
		padding-top: 5vw;
		padding-bottom: 5vw;
		justify-content: space-around;
	}

	#footer-bottom-wrapper {
		height: auto;
		padding: 4.2vw 0;
		display: flex;
		font-family: var(--mobile-font-medium);
		font-size: 4.2vw;
		padding-left: 5%;
	}

	.footer-link-wrapperL {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}

	.footer-link-wrapper {
		width: 45%;
	}

	.footer-link-wrapper-mobile {
		display: flex;
		flex-direction: column;
		align-items: start;
		justify-content: space-around;
		width: 45%;
	}

	.footer-link-titleL {
		font-size: 5vw;
		color: #ffffff;
		text-align: center;
		width: 100%;
		padding-top: 2.5vw;
		padding-bottom: 2.5vw;
		font-family: var(--mobile-font-bold);
	}

	.footer-link-title {
		font-size: 5vw;
		color: #ffffff;
		font-family: var(--mobile-font-bold);
	}

	.footer-link-content {
		font-size: 4vw;
		line-height: 6vw;
		font-family: var(--mobile-font-medium);
	}

	.footer-link-contentL {
		font-size: 4vw;
		line-height: 6vw;
		padding: 0 5vw;
		padding-bottom: 5vw;
		font-family: var(--mobile-font-medium);
	}

	.footer-bottom {
		font-size: 4.2vw;
		font-family: var(--mobile-font-medium);
	}

	.getApp2 {
		font-size: 4.8vw;
		width: 100%;
		height: 10.4vw;
		line-height: 10.9vw;
		padding: 0;
		border-radius: 5.9vw;
		font-family: var(--mobile-font-normal);
		color: #ffffff;
		background: var(--main-color);
	}

	#header-button {
		width: 100%;
		padding-left: 0;
		padding-top: 11vw;
	}

	.header-button-link {
		width: 45%;
	}

	.header-button-link-ios {
		width: 37%;
	}

	.header-button-link-web {
		width: 0%;
		display: none;
	}

	#footer-button {
		width: 80%;
	}

	#footer-button2 {
		width: 95%;
		padding-top: 15%;
	}

	.non-mobile-br {
		display: inline;
	}

	.mobile-hide-span {
		display: none;
	}
}