@charset "utf-8";
/* CSS Document */
	
@media (max-width: 640px) {
body {
  width: 100%;
  padding: 0;
	margin: 0;
	font-family: "微軟正黑體 Light", "itc-avant-garde-gothic-lt-bold",'Helvetica Neue', 'Open Sans', sans-serif ,"Adobe 繁黑體 Std B";;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
	background-repeat: repeat;
	background-position: top center;
	background-image: url("../images/Img_bgtexture.png");
	background-size: auto;
	background-color: #000;
}



/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/

.wrapper {
  display: block;
  position: relative;
}
.container {
	width: 1280px;
}
section {
}

/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/

header {
	width: 100%;
	position: relative;
	padding: 0;
	z-index: 999;
}
	
	
	
	
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*menu*/
.Mmenu{
	width: 100%;
	height: auto;
	position: relative;
	background-color: #024c8b;	
}
	
	
/*iphon menu*/
#pcmenu{
	display:none;	
	}
#Mmenu{
	display:block;	
	
	}

/*關*/
.Mclose{
	width: 3rem;
	height: 7vh;
	color: #FFF;
	font-size: 3rem;
	text-align: center;
	line-height: 7vh;
	position: absolute;
	right: 2%;
	top: -1%;
	/*display: block;*/
	}
	
/*開*/
.Mopen{
	width: 3rem;
	height: 7vh;
	color: #FFF;
	font-size: 3rem;
	text-align: center;
	line-height: 7vh;
	position: absolute;
	top: -1%;
	right: 2%;
	display: block;
}

.hide {
	display: none;
}
.show {
	display: block;
}
	
.Mmenu .menu_left {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 2vmin 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #011a2f;
}
	
.Mlogo{
	display:block;	
	width: 30%;
	line-height: 7vh;
	text-align: center;
	margin: 0% auto;
	vertical-align: middle;
	}

	
.menu .menu_left .logo {
	display: block;
}
.menu .menu_left .logo img {
	
}
.menu .menu_left .logo:after {
  content: '';
  display: table;
  clear: both;
}
	
	
	
/*R*/
.Mmenu .menu_right {
	width: 100%;
	height: auto;
	float: none;
	display: none;
	background-color: #024c8b;
	position: relative;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	overflow: hidden;
}

	
/*menuBox*/
.Mmenu .menu_right ul.menuBox {
	width: 100%;
	text-align: center;
	margin: auto;
	padding: 10% 5%;
	position: relative;
	display: flex;
	flex-direction: column;
}

.Mmenu .menu_right ul.menuBox li {
	width: 100%;
	text-align: center;
	display: block;
	margin: auto;
}
.Mmenu .menu_right ul.menuBox li a {
	width: 100%;
	color: #fff;
	font-size: 1.5rem;
	line-height: 5rem;
	font-weight: bold;
	display: block;
}
.Mmenu .menu_right ul.menuBox li a:active {
	color: #57d2ff;
	font-size: 2rem;
}

/*menuIcon*/
.Mmenu .menu_right ul.menuIcon {
	width: 100%;
	padding: 0 5%;
	margin: 5% auto 10%;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.Mmenu .menu_right ul.menuIcon li {
	width: 20%;
	display: block;
	margin: 0;
	text-align: center;
}
.Mmenu .menu_right ul.menuIcon li a {
	width: 50%;
	display: block;
}
.Mmenu .menu_right ul.menuIcon li a:active {
	transform:scale(1.1);
}


/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*下拉式*/
.to-select1 {
	margin: 0 auto;
}

.to-select1 .nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 1rem;
	font-weight: normal;
	width: auto;
	height: 2rem;
	line-height: 2rem;
	outline: none;
	padding: 0 15%;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	color: #1f75b5;
	margin: 0;
}
.to-select1 .nice-select:hover {
	border-color: #fff;
}
.to-select1 .nice-select:active, 
.to-select1 .nice-select.open, 
.to-select1 .nice-select:focus {
	border-color: #1f75b5;
}
/*箭頭*/
.to-select1 .nice-select:after {
	border-bottom: 0px solid #b9b9b9;
	border-right: 0px solid #b9b9b9;
	content: '';
	display: block;
	height: 0px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 15%;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 0px;
}
.to-select1 .nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.to-select1 .nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.to-select1 .nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}
.to-select1 .nice-select.disabled:after {
	border-color: #cccccc;
}
.to-select1 .nice-select.wide {
	width: 100%;
}
.to-select1 .nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}
.to-select1 .nice-select.right {
	float: right;
}
.to-select1 .nice-select.right .list {
	left: auto;
	right: 0;
}
.to-select1 .nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.to-select1 .nice-select.small:after {
	height: 4px;
	width: 4px;
}
.to-select1 .nice-select.small .option {
	line-height: 34px;\
	min-height: 34px;
}
/*下拉選項*/
.to-select1 .nice-select .list {
  background-color: #fff;
	border-radius: 10px;
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  padding: 10%;
  pointer-events: none;
  position: absolute;
  top: -400%;
  right: 0%;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 99999;
  width: 100%;
  color: #1f75b5;
  font-size: 1rem;
  line-height: 2rem;
  box-shadow: 0 1px 10px 0px rgba(0,0,0,0.10);
  -webkit-box-shadow: 0 1px 10px 0px rgba(0,0,0,0.10);
  margin: 10% auto 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  flex-direction: column;

}

.to-select1 .nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}
#to-select1 .nice-select .option {
	width: auto;
	min-width: auto;
}
.to-select1 .nice-select .option {
	cursor: pointer;
	line-height: 2rem;
	list-style: none;
	min-height: 2rem;
	outline: none;
	text-align: center;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	float: left;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin: 2% 0;
  padding: 0 2%;
  min-width: 100%;
}
/*下拉選項滑過去*/
.to-select1 .nice-select .option.focus,
.to-select1 .nice-select .option.selected.focus {
	color: #fff;
	background-color: #024c8b;
	border-radius: 5px;
}
.to-select1 .nice-select .option:hover{
	color: #fff;
	background-color: #024c8b;
	border-radius: 5px;
}

.to-select1 .nice-select .option.selected {
	color: #1f75b5;
	font-weight: bold;
}
.to-select1 .nice-select .option.disabled {
	background-color: transparent;
	color: #1f75b5;
	cursor: default;
}
.to-select1 .no-csspointerevents .nice-select .list {
	display: none;
}
.to-select1 .no-csspointerevents .nice-select.open .list {
	display: block;
}




/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
#MainAbout{
	width: 100%;
	padding: 0% 0 0 0;
	position: relative;
	z-index: 51;
	}
#MainAbout .MainBanner{
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: none;
}
#MainAbout .MainBanner img{
	width: 100%;
	display: block;
}

/*about*/
#MainAbout .ManiAboutUs {
	width: 100%;
	height: auto;
	background-color: #011a2f;
	position: relative;
	overflow: hidden;
}
#MainAbout .ManiAboutUs .AboutUs {
	width: 0%;
	height: 0;
	position: absolute;
	left: 0;
	background-color: #024c8b;
	clip-path: polygon(0 0, 0% 0%, 0% 0%, 0% 0%);
	padding: 0%;
	z-index: 50;
}
#MainAbout .ManiAboutUs .AboutUs .AboutText{
	width: 100%;
	height: 50vh;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	position: relative;
}

#MainAbout .ManiAboutUs .AboutUs .AboutText h1 {
	font-size: 36px;
	line-height: 50px;
	color: #fff;	
}
#MainAbout .ManiAboutUs .AboutUs .AboutText p {
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	color: #fff;	
	word-wrap: break-word;
}

/*logo*/
#MainAbout .ManiAboutUs .AboutLogo {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
	padding: 0;
	z-index: 0;
	display: block;
	align-items: center;
}
	
#MainAbout .ManiAboutUs .AboutLogo:hover {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
	padding: 0;
	z-index: 0;
	display: block;
	align-items: center;
}

	
#MainAbout .ManiAboutUs .AboutLogo img {
	width: 100%;
	position: relative;
	left: 0%;
	margin: 0;
}
#MainAbout .ManiAboutUs .AboutTextM{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 0 auto 10%;
	padding: 0 10%;
	position: relative;
}

#MainAbout .ManiAboutUs .AboutTextM h1 {
	width: 100%;
	font-size: 1.2rem;
	line-height: 3rem;
	color: #fff;	
	text-align: center;
	display: block;
}
#MainAbout .ManiAboutUs .AboutTextM p {
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #fff;	
	word-wrap: break-word;
	white-space: pre-wrap;
	display: block;
}

/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/



/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
#MainOurGames {
	width: 100%;
	padding: 0% 0 0 0;
	position: relative;
	z-index: 51;
	}

#MainOurGames ul{
	width: 100%;
	padding: 0 10%;
	margin: 0 auto 10%;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#MainOurGames h1{
	width: 100%;
	font-size: 1.2rem;
	line-height: 3rem;
	color: #fff;	
	text-align: center;
	margin: 5% auto;
	position: relative;
	display: block;
}


#MainOurGames ul li{
	width: 46%;
	margin: 3% 2%;
	position: relative;
	display: block;
}

#MainOurGames ul li a.OurGamesBox{
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: block;
}

#MainOurGames ul li a.OurGamesBox .OurGamesImg{
	width: 100%;
	margin: 0 auto 5%;
	position: relative;
	display: block;
	text-align: center;
}
#MainOurGames ul li a.OurGamesBox .OurGamesImg img{
	width: auto;
}
#MainOurGames ul li:hover a.OurGamesBox .OurGamesImg img{
	transform:scale(1.1);
}



#MainOurGames ul li .OurGamesTitle{
	width: 100%;
	height: 3vh;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
#MainOurGames ul li:hover a .OurGamesTitle{
	background-color: #024c8b;
}
#MainOurGames ul li .OurGamesTitle img{
	width: 9%;
	margin: 0;
	position: relative;
	display: block;
}
#MainOurGames ul li .OurGamesTitle p{
	font-size: 0.8rem;
	line-height: 2rem;
	font-weight: bold;
	color: #fff;	
	word-wrap: break-word;
	margin: 0 ;
	padding: 0 2%;
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


#MainOurGames ul li a.OurGamesBox > p{
	font-size: 0.5rem;
	line-height: 1rem;
	color: #a0a0a0;	
	word-wrap: break-word;
	margin: 0 ;
	text-align: center;
	overflow: auto;
	white-space: break-spaces;
	text-overflow: ellipsis;
}
#MainOurGames ul li:hover a.OurGamesBox > p{
	color: #fff;
	background-color: #024c8b;
}


/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
#MainService {
	width: 100%;
	padding: 0% 0 0 0;
	position: relative;
	background-color: #024c8b;
	overflow: hidden;
}

#MainService .MainServiceTitle {
	width: 0%;
	height: 0;
	background-color: #011a2f;
	clip-path: polygon(0 0, 0% 0%, 0% 0%, 0% 0%);
	padding: 0%;
	position: absolute;
	left: 0;
	z-index: 51;
	display: flex;
	align-items: center;
}

#MainService h1{
	width: 100%;
	font-size: 1.2rem;
	line-height: 3rem;
	color: #fff;	
	text-align: center;
	margin: 5% auto;
	position: relative;
	top: 0;
	left: 0;
	display: block;
	z-index: 99;
}

#MainService .MainServiceList {
	width: 100%;
	height: auto;
	background-color: #024c8b;
	position: relative;
	overflow: hidden;
	z-index: 50;
}

#MainService .MainServiceList ul{
	width: 100%;
	height: auto;
	margin: 0 auto 10%;
	padding: 0 20%;
	position: relative;
	right: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}

#MainService .MainServiceList ul li{
	width: 100%;
	margin: 2% 0%;
	position: relative;
	display: block;
}


#MainService .MainServiceList ul li .MainServiceIcon{
	width: 9%;
	margin: 0 5% 0 0;
	position: relative;
	display: block;
	float: left;
}
	
#MainService .MainServiceList ul li a:hover .MainServiceIcon{
	width: 12%;
}
	
#MainService .MainServiceList ul li p{
	font-size: 0.8rem;
	line-height: 2rem;
	color: #fff;	
	word-wrap: break-word;
	margin: 0 ;
	float: left;
}
#MainService .MainServiceList ul li a:hover p{
	font-weight: bold;
	color: #ffd428;	
}


/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
#MainContactUs {
	width: 100%;
	padding: 0% 0 0 0;
	position: relative;
}

#MainContactUs .MainContactUsTitle {
	width: 100%;
	position: relative;
}

#MainContactUs .MainContactUsTitle h1{
	width: 100%;
	font-size: 1.2rem;
	line-height: 3rem;
	font-weight: bold;
	color: #fff;	
	margin: 5% auto;
	position: relative;
	display: block;
	text-align: center;
}

#MainContactUs .MainContactUsBox {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 50;
}

#MainContactUs .MainContactUsBox ul{
	width: 90%;
	margin: 0 auto 10%;
	padding: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
}

#MainContactUs .MainContactUsBox ul li{
	width: 100%;
	height: 2rem;
	margin: 3% auto;
	position: relative;
	display: block;
	background-color: #011a2f;	
	border-radius: 5rem;
}
#MainContactUs .MainContactUsBox ul li p{
	width: 35%;
	font-size: 0.8rem;
	line-height: 2rem;
	color: #65b8ff;	
	font-weight: bold;
	word-wrap: break-word;
	margin: 0 ;
	float: left;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#MainContactUs .MainContactUsBox ul li a{
	width: 65%;
	font-size: 0.8rem;
	line-height: 2rem;
	color: #fff;	
	text-align: center;
	margin: 0;
	background-color: #024c8b;	
	border-radius: 5rem;
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}

#MainContactUs .MainContactUsBox ul li a:hover{
	text-decoration: underline;
}


/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
footer {
  vertical-align: top;
}
.footer {
  width: 100%;
	padding: 5%;
	position: relative;
  display: block;
	background-color: #024c8b;
}
	
#MfooterBox{
	display: flex;
	flex-direction: column-reverse;
}
.footer .footerBox {
  width: 100%;
  margin: 0;
	position: relative;
	float: none;
}
.footer .footerBox p.copyright {
  width: 100%;
	font-size: 0.8rem;
	line-height: 1rem;
	color: #fff;	
  margin: 5% 0;
	text-align: center;
	word-wrap: break-word;
	white-space: pre-line;
}
.footer .footerBox ul.footerIcon {
  width: 100%;
  margin: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.footer .footerBox ul li{
  width: 20%;
  margin: 0 auto;
	text-align: center;
}

.footer .footerBox ul li a{
	width: 45%;
	display: inline-block;
}
.footer .footerBox ul li a:hover{
	transform:scale(1.1);
}
	
#Mfooter_Select{
	display: block;
	
}

/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/

	



/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
}