@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;600&display=swap');
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans TC', '微軟正黑體', 'Helvetica', 'Arial', sans-serif !important;
	}

* {box-sizing: border-box;}

img{ max-width:100%;}

body {background-color:#000000;}

.wrapper {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 51.05%;
	background-image: url(../img/kv.jpg);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.center {
	position: relative;
	width: 100%;
	padding: 2.5% 0;
	margin: 0 auto;
}

.logo {
	position: absolute;
	display: block;
	width: 10.65%;
	height: 0;
	padding-bottom: 7.45%;
	left: 2.5%;
	background-image: url(../img/logo.png);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.links {
	position: absolute;
	width: 6.4%;
	right: 2.5%;
	display: flex;
	justify-content: space-between;
}

.linkbtn {
	width: 45.6522%;
	height: 0;
	padding-bottom: 45.6522%;
	display: block;
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.fb {
	background-image: url(../img/link_fb.png);
}

.line {
	background-image: url(../img/link_line.png);
}

.menu {
	position: absolute;
	width: 22.6%;
	top: 571.15%;
	left: 13.35%;
	z-index: 1;
}

.menubtn {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 20.1327%;
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.mbtn1 {
	background-image: url(../img/menu_01.png);
}
.mbtn1:hover {
	background-image: url(../img/menu_01-.png);
}

.mbtn2 {
	background-image: url(../img/menu_02.png);
}
.mbtn2:hover {
	background-image: url(../img/menu_02-.png);
}

.mbtn3 {
	background-image: url(../img/menu_03.png);
}
.mbtn3:hover {
	background-image: url(../img/menu_03-.png);
}

.mbtn4 {
	background-image: url(../img/menu_04.png);
}
.mbtn4:hover {
	background-image: url(../img/menu_04-.png);
}

.adbtnbox {
	position: absolute;
	width: 25.2%;
	top: 710%;
	left: 39%;
	display: flex;
	align-items: center;
}

.adbtn {
	display: block;
	width: 42.8571%;
	height: 0;
	padding-bottom: 42.8571%;
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.download {
	background-image: url(../img/btn_download.png);
}
.download:hover {
	background-image: url(../img/btn_download-.png);
}

.account {
	background-image: url(../img/btn_register.png);
}
.account:hover {
	background-image: url(../img/btn_register-.png);
}

.pcicon {
	display: block;
	width: 14.2857%;
	height: 0;
	padding-bottom: 14.2857%;
	background-image: url(../img/pc.png);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}

.container{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.top {
	position: fixed;
	right: 2.5%;
	bottom: 15%;
	width: 3%;
	height: 0;
	padding-bottom: 3%;
	background-image: url(../img/top.png);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 2;
}

.footer {
	width: 100%;
	background-color: #000000;
	padding: 1%;
}

.cybox {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.ltcbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.ltbox {
	width: 95.5%;
	display: flex;
	align-items: center;
}

.logobox {
	width: 29.6335%;
	display: flex;
}

.gflogo {
	display: block;
	width: 53.0035%;
	height: 0;
	padding-bottom: 15.5477%;
	background-image: url(../img/gf.png);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}

.cyoulogo {
	display: block;
	width: 46.9965%;
	height: 0;
	padding-bottom: 15.5477%;
	background-image: url(../img/cyou.png);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}

.cytxt {
	font-weight: 400;
	font-size: 0.75rem;
}

.txt1 {
	line-height: 0.9375rem;
	color: #d2d2d2;
}

.txt2 {
	color: #898484;
	margin: 0.5% 0 0 0.75%;
}

.cr15, .cr15_m{
	height: 0;
	background-image: url(../img/15.png);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}

.cr15 {
	display: block;
	width: 4.5%;
	padding-bottom: 4.5%;
}

.cr15_m {
	display: none;
}

@media screen and (max-width:960px) {
	.wrapper {
		padding-bottom: 177.8125%;
		background-image: url(../img/kv_m.jpg);
	}

	.center {
		padding: 5% 0;
	}

	.logo {
		width: 22.1875%;
		padding-bottom: 15.5208%;
		left: 5%;
	}

	.links {
		width: 10.3%;
		right: 5%;
	}

	.menu {
		width: 63.6458%;
		top: 1047%;
		left: 15.625%;
	}

	.adbtnbox {
		width: 47.7083%;
		top: 1560%;
		left: 29%;
	}

	.top {
		right: 5%;
		bottom: 12.5%;
		width: 6.25%;
		padding-bottom: 6.25%;
	}

	.footer {
		padding: 2.0833%;
	}

}

@media screen and (max-width:480px) {
	.links {
		width: 22%;
	}

	.top {
		right: 5%;
		bottom: 32.5%;
	}

	.footer {
		padding: 5%;
	}

	.ltbox {
		width: 100%;
		flex-direction: column
	}

	.logobox {
		width: 100%;
	}

	.gflogo {
		width: 45.8333%;
		padding-bottom: 13.5417%;
	}
	
	.cyoulogo {
		width: 40.625%;
		padding-bottom: 13.5417%;
	}

	.cr15{
		display: none;
	}

	.cr15_m {
		display: block;
		width: 13.5417%;
		padding-bottom: 13.5417%;
	}

	.cytxt {
		font-size: 0.65625rem;
	}

	.txt1 {
		margin-top: 5%;
	}
	
	.txt2 {
		margin: 5% 0 0 0;
	}
}