@charset "utf-8";
/* CSS Document */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	padding: 0;
	margin: 0;
}

fieldset {
	border: 0;
}
ul {
	list-style: none;
	clear: both;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, table {
	display: block;
}

a {
	text-decoration: none;
	cursor: pointer;
	outline: none;
}
 a.no-hand {
        /* 将光标样式设置为默认或者无 */
        cursor: default;
        /* 或者 */
}
.clear {
	clear : both;
}
.display{
	display:none;	
}

img {
	vertical-align: middle;
	border: 0;
	text-align: center;
	height: auto;
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img, fieldset {
	border: 0 none;
}
ul, ol, li {
	list-style: none;
}
em, address {
	font-style: normal;
}
table {
	border-collapse: collapse;
}
em, i {
	font-style: normal;
}
strong, b {
	font-weight: normal;
}
input, img {
	vertical-align: middle;
}
input {
	outline: none;
	border: none;
  -webkit-appearance:none;/*去掉IOS預設樣式*/
  border-radius: none;
}

*{
	/*-webkit-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;*/
	transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	box-sizing: border-box;	
}

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;
	color: #fff;
	-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 , footer{
  container-type: inline-size;/*和clamp一起*/
}

h1
{
  --min-size: 24;
  --max-size: 36;
  --font-size: calc(
    (var(--min-size) * 1px) + 
    (var(--max-size) - var(--min-size)) * 
    ((100cqw - 320px) / (1920 - 320))
  );
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}

p ,
a
{
  --min-size: 12;
  --max-size: 20;
  --font-size: calc(
    (var(--min-size) * 1px) + 
    (var(--max-size) - var(--min-size)) * 
    ((100cqw - 320px) / (1920 - 320))
  );
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}

.OurGamesTitle p,
a:hover
{
  --min-size: 16;
  --max-size: 26;
  --font-size: calc(
    (var(--min-size) * 1px) + 
    (var(--max-size) - var(--min-size)) * 
    ((100cqw - 320px) / (1920 - 320))
  );
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}

.MainServiceList p,
.MainContactUsBox p,
.MainContactUsBox a
{
  --min-size: 20;
  --max-size: 30;
  --font-size: calc(
    (var(--min-size) * 1px) + 
    (var(--max-size) - var(--min-size)) * 
    ((100cqw - 320px) / (1920 - 320))
  );
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}


/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/

header {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0 auto;
	z-index: 999;
}

/*iphon menu*/
#pcmenu{
	display:block;	
	}

#Mmenu{
	display:none;	
	
	}
.Mclose{
	display:none;	
	
	}
.Mopen{
	display: none;
	}

.hide {
	display: none;
}

/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*menu*/
.menu{
	width: 100%;
	height: 120px;
  position: relative;
	background-color: #024c8b;
}

/*L*/
.menu .menu_left {
	width: 50%;
	height: 120px;
	float: left;
	display: flex;
	align-items: center;
}
.menu ul {
	position: relative;
	width: 100%;
	height: 120px;
	line-height: 120px;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	
}

.menu .menu_left .logo {
	display: block;
	width: 40%;
}
.menu .menu_left .logo img {
	
}
.menu .menu_left .logo:after {
  content: '';
  display: table;
  clear: both;
}


/*R*/
.menu .menu_right {
	width: 50%;
	float: left;
	display: block;
}
.menu .menu_right ul li {
	width: 25%;
	text-align: center;
	line-height: 120px;
	display: block;
	padding: 0 5%;
	margin: auto;
}
.menu .menu_right ul li a {
	color: #fff;
	/*font-size: 18px;*/
}
.menu .menu_right ul li a:hover {
	color: #57d2ff;
	/*font-size: 18px;*/
	font-weight: bold;
	padding: 5%;
}

/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*下拉式*/
.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: 30px;
	line-height: 30px;
	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: 100%;
  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: 13px;
  line-height: 30px;
  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 {
	cursor: pointer;
	line-height: 30px;
	list-style: none;
	min-height: 30px;
	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: 100px;
}
/*下拉選項滑過去*/
.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: block;
}
#MainAbout .MainBanner img{
	width: 100%;
	display: block;
}

/*about*/
#MainAbout .ManiAboutUs {
	width: 100%;
	height: 65vmin;
	background-color: #024c8b;
	position: relative;
	overflow: hidden;
}
#MainAbout .ManiAboutUs .AboutUs {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	background-color: #024c8b;
	clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
	padding: 0% 5% 0 15%;
	z-index: 50;
}

#MainAbout .ManiAboutUs .AboutUs:hover {
	width: 58%;
	height: 100%;
	position: absolute;
	left: 0;
	background-color: #024c8b;
	clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
	padding: 0% 10% 0 20%;
	z-index: 51;
}
#MainAbout .ManiAboutUs .AboutUs:hover .AboutText{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	position: relative;
}

#MainAbout .ManiAboutUs .AboutUs .AboutText{
	width: 100%;
	height: 100%;
	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;
	white-space: pre-wrap;
}

/*logo*/
#MainAbout .ManiAboutUs .AboutLogo {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	z-index: 50;
	display: flex;
	align-items: center;
	background-color: #011a2f;
	clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
	transform-origin: right center;
}
#MainAbout .ManiAboutUs .AboutLogo:hover {
	width: 55%;
	height: 100%;
	position: absolute;
	right: 0;
	z-index: 51;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #011a2f;
	clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
	transform-origin: right center;
}

#MainAbout .ManiAboutUs .AboutLogo img {
	width: auto;
	position: relative;
	left: 0%;
	margin: 0;
}

#MainAbout .ManiAboutUs .AboutTextM{
	display: none;
}
#MainAbout .ManiAboutUs .AboutTextM h1 {
	display: none;
}
#MainAbout .ManiAboutUs .AboutTextM p {
	display: none;
}

/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/



/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
#MainOurGames {
	width: 100%;
	padding: 0% 0 0 0;
	position: relative;
	z-index: 51;
	}

#MainOurGames ul{
	width: 100%;
	margin: 0 auto 10%;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#MainOurGames h1{
	width: 100%;
	font-size: 36px;
	line-height: 50px;
	color: #fff;	
	margin: 5% auto;
	position: relative;
	display: block;
	text-align: center;
}


#MainOurGames ul li{
	width: calc(94%/3);
	margin: 3% 1%;
	position: relative;
	display: block;
	overflow: hidden;
}

#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 3%;
	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: 50px;
	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: 24px;*/
	line-height: 40px;
	font-weight: bold;
	color: #fff;	
	word-wrap: break-word;
	margin: 0 ;
	padding: 0 5%;
	position: relative;
	display: block;
	text-align: center;
}

#MainOurGames ul li a.OurGamesBox > p{
	/*font-size: 16px;*/
	line-height: 30px;
	color: #a0a0a0;	
	word-wrap: break-word;
	margin: 0 ;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	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;
}

#MainService .MainServiceTitle {
	width: 48%;
	height: 100%;
	background-color: #011a2f;
	clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
	padding: 0% 5% 0 19%;
	position: absolute;
	left: 0;
	z-index: 51;
	display: flex;
	align-items: center;
}

#MainService h1{
	width: auto;
	/*font-size: 36px;*/
	line-height: 50px;
	font-weight: bold;
	color: #fff;	
	margin: 5% auto;
	position: absolute;
	left: 30%;
	top: 30%;
	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: 50%;
	height: auto;
	margin: 0 0 0 50%;
	padding: 5vmin 0;
	position: relative;
	right: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}

#MainService .MainServiceList ul li{
	width: 100%;
	margin: 1% 0%;
	position: relative;
	display: block;
}

#MainService .MainServiceList ul li .MainServiceIcon{
	width: 9%;
	margin: 0;
	position: relative;
	display: block;
	float: left;
}
#MainService .MainServiceList ul li a:hover .MainServiceIcon{
	width: 12%;
}

#MainService .MainServiceList ul li p{
	/*font-size: 30px;*/
	line-height: 50px;
	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: 36px;*/
	line-height: 50px;
	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: 80%;
	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: 8vmin;
	margin: 2% auto;
	position: relative;
	display: block;
	background-color: #011a2f;	
	border-radius: 5rem;
}
#MainContactUs .MainContactUsBox ul li p{
	width: 30%;
	/*font-size: 30px;*/
	line-height: 8vmin;
	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: 70%;
	/*font-size: 30px;*/
	line-height: 8vmin;
	color: #fff;	
	text-align: center;
	margin: 0;
	padding: 0 5%;
	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: 3% 0;
	position: relative;
  display: block;
	background-color: #024c8b;
}
.footer .footerBox {
  width: 50%;
  margin: 0;
	position: relative;
	float: left;
}
.footer .footerBox p.copyright {
  width: 100%;
	font-size: 14px;
	line-height: 30px;
	color: #fff;	
  margin: 0;
}
.footer .footerBox ul.footerIcon {
  width: 100%;
  margin: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
.footer .footerBox ul li{
  width: 10%;
  margin: 0 2%;
	text-align: center;
}

.footer .footerBox ul li a{
	display: inline-block;
}
.footer .footerBox ul li a:hover{
	transform:scale(1.1);
}

#Mfooter_Select{
	display: none;
	
}
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
@media (max-width: 1200px) {
	
#MainAbout .ManiAboutUs .AboutUs {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	background-color: #024c8b;
	clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
	padding: 0% 5% 0 5%;
	z-index: 50;
}
#MainAbout .ManiAboutUs .AboutUs .AboutText h1 {
	/*font-size: 36px;*/
	line-height: 40px;
}
#MainAbout .ManiAboutUs .AboutUs .AboutText p {
	/*font-size: 18px;*/
	line-height: 22px;
}
	
	
}

/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
@media (min-width: 0) {
.container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
.container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
}
@media (max-width: 768px) {
header nav ul li {
  float: left;
  margin-left: 0.3rem;
}
	
}



@media (min-width: 800px) {
.container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
}

@media (min-width: 992px) {
.container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.csslider > ul {
  width: 760px;
  height: 420px;
}
}

@media (min-width: 1280px) {
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}
}



/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
