* {
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
	display: flex;
	justify-content: center;
}
.bothmenu {
	display: flex;
	justify-content: center;
	position: absolute;
	right: 8%;
}
/*menuBtn*/
.menuBtn {
	border-radius: 50vmin;
	bottom: 9%;
	border: none;
	border-width: 0.9vmin;
	border-style: solid;
	background-color: rgba(77, 77, 77, 0.3);
	border-color: rgba(0, 0, 0 ,0);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	box-shadow: 0 0 5px black;
	color: white;
	display:flex;
	font-family: 'Noto Sans TC', sans-serif;
	flex-direction: column;
	height: 10.8vmin;
	justify-content: left;
	letter-spacing: 0.05vmin;
	outline: none;
	overflow: hidden;
	position: fixed;
	padding: 0;
	right: 8%;
	transition: all 0.7s;
	width: 10.8vmin;
	z-index: 999;
}
.menuBtn:hover {
	background-color: rgba(51, 51, 51, 0.5);
}
.menuopen {
	border-radius: 3vmin 3vmin 5.5vmin 5.5vmin;
	background-color: rgba(51, 51, 51, 0.5);
	width: auto;
}
/*socialDiv*/
.socialDiv {
	bottom: 0;
	display: flex;
	flex-direction: column;
	margin-bottom: 0.9vmin;
	overflow: hidden;
	position: relative;
	transition: height 0.7s;
	user-select: none;
	-webkit-user-select: none;
	-mozilla-user-select: none;
	width: 100%;
	z-index: 997;
}
.socialDiv a {
	align-items: center;
	border-radius: 50vmin;
	cursor: pointer;
	color: white;
	display: flex;
	font-size: 1.9vmin;
	padding: 1vmin;
	transition: background-color 0.5s, box-shadow 0.5s, opacity 0.5s;
	text-decoration: none;
	text-align: left;
	vertical-align: center;
}
.socialDiv a:hover {
	background-color: rgba(26, 26, 26, 0.4);
	box-shadow: inset 0px 0px 10px rgba(13, 13, 13, 0.7);
}
.socialDiv svg {
	font-size: 2.8vmin;
	margin: 0 1.3vmin 0 0;
}
/*myinfoDiv*/
.myinfoDiv {
	bottom: 0;
	background-color: rgba(26, 26, 26, 0.4);
	border-radius: 12vmin / 12vmin;
	cursor: pointer;
	display: inherit;
	flex-direction: row;
	position: absolute;
	word-break: keep-all;
	width: 100%;
	z-index: 998;
}
.myinfoDiv img {
	border-radius: 50%;
	filter: brightness(0.9);
	height: 9vmin;
	width: 9vmin;
}
.myinfoDiv div:nth-child(2) {
	align-items: center;
	display: flex;
	font-size: 1.9vmin;
	margin-left: 1.5vmin;
}
.myinfoDiv div:nth-child(3) {
	background-color: none;
	border-radius: 12vmin / 12vmin;
	box-shadow: inset 0px 0px 10px rgba(13, 13, 13, 0.7);
	height: 100%;
	position: absolute;
	transition: all 0.5s;
	width: 100%;
}
.myinfoDiv div:hover:nth-child(3) {
	box-shadow: inset 0px 0px 20px rgba(13, 13, 13, 1);
}
/*blackmodal*/
.blackmodal {
	background-color: none;
	height: 100%;
	left: 0;
	position: fixed;
	transition: all 0.7s;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 98;
}
.modalopen {
	background-color: rgba(13, 13, 13, 0.5);
	visibility: visible;
}
/*copyright*/
.copyright {
	align-items: center;
	background-color: rgba(51, 51, 51, 0.5);
	bottom: -5%;
	border-width: 0.7vmin 1.1vmin;
	border-style: solid;
	border-color: rgba(0, 0, 0 ,0);
	border-radius: 50vmin;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	box-shadow: 0 0 5px black;
	color: white;
	cursor: default;
	display:flex;
	font-family: 'Noto Sans TC', sans-serif;
	flex-direction: column;
	font-size: 1.7vmin;
	height: auto;
	letter-spacing: 0.05vmin;
	overflow: hidden;
	opacity: 0;
	position: fixed;
	right: auto;
	transition: bottom 0.7s, opacity 0.7s;
	user-select: none;
	-webkit-user-select: none;
	-mozilla-user-select: none;
	width: auto;
	z-index: 999;
}
.copyrightopen {
	bottom: 3%;
	height: auto;
	opacity: 1;
}