* {
	margin: 0px;
}
@font-face {
	font-family: 'WandohopeB';
	src: url('../asset/WandohopeB.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
*:focus {
	outline: none;
	box-sizing: border-box;
}
html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: WandohopeB;
}
#Title {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	top: 10px;
	color: #ffffff;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	word-break: keep-all;
	white-space: nowrap;
}
#TopLeft {
	position: absolute;
	left: 0px;
	top: 0px;
}
#BottomText {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-family: sans-serif;
	font-weight: bold;
	bottom: 10px;
	color: rgba(0, 0, 0, 0.5);
}
#CneLogo {
	position: absolute;
	left: 50%;
	bottom: 40px;
	transform: translate(-50%, 0%);
	height: 40px;
}
text {
	pointer-events: none;
	font-family: WandohopeB;
}
g {
	pointer-events: auto;
}
.cls-1 {
	isolation: isolate;
}
.mapOutline {
	fill: #c4e92e;
	display: none;
}
.mapGround {
	fill: #f9e79f;
	stroke: #ffffff;
}
.mapLabel {
	font-size: 31.18px;
	fill: #b7950b;
}
.mapButton {
	cursor: pointer;
}
.mapButton .mapGround {
	transition: fill 0.3s;
}
.mapButton:hover .mapGround {
	fill: #f4d03f;
	stroke: #d4ac0d;
	stroke-width: 2px;
}
.mapButton:hover .mapLabel {
	fill: #7d6608;
}
.mapButton:active .mapGround {
	fill: #997d0f;
	stroke: #574707;
	stroke-width: 2px;
}
.mapButton:active .mapLabel {
	fill: #ffffff;
}
#Background {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #fef9e7;
}
.windowBox {
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.dlgWindow {
	background: #edede5;
	border-radius: 20px;
	position: absolute;
	left: 15%;
	right: 15%;
	top: 15%;
	bottom: 15%;
	box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.5);
}
.dlgPanelLeft {
	left: 8px;
	width: 100px;
	top: 58px;
	bottom: 10px;
	border-radius: 6px 0px 0px 14px;
}
.dlgCloseBt {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 40px;
	height: 40px;
	box-shadow: inset 0px 39px 0px -24px #e67a73;
	background-color: #e4685d;
	border-radius: 20px;
	border: 1px solid #ffffff;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #b23e35;
	text-align:center;
	padding:0px;
}
.dlgCloseBt:hover {
	background-color: #eb675e;
}
.dlgCloseBt:active {
	top: 11px;
}
.dlgTitle {
	font-size: 30px;
	position: absolute;
	left: 8px;
	right: 8px;
	top: 8px;
	text-align: center;
	color: #555555;
	text-shadow: #ffffff 1px 1px 0px;
}
.dlgTopButtons {
	position: absolute;
	left: 8px;
	right: 70px;
	top: 4px;
	text-align: right;
}
.dlgContent {
	position: absolute;
	background: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;
}
#ImageViewContent {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.imageSelectButton {
	position: relative;
	width: 120px;
	height: 90px;
	border: transparent 2px solid;
	background: none;
	border-radius: 8px;
	margin: 0px 5px;
	cursor: pointer;
}
.imageSelectButtonImage {
	width: 116px;
	height: 86px;
}
.imageSelectButton > div {
	position: absolute;
	bottom: 4px;
	left: 0px;
	width: 100%;
	font-size: 15px;
	color: white;
	font-weight: bold;
	text-shadow: -1px -1px 0#000, 1px -1px 0#000, -1px 1px 0 #000, 1px 1px 0#000;
	word-break: keep-all;
	white-space: normal;
}
.imageSelectButtonSelected {
	position: relative;
	width: 120px;
	height: 90px;
	border: #2a6085 2px solid;
	background: none;
	border-radius: 8px;
	margin: 0px 5px;
	cursor: pointer;
}
.imageSelectButtonSelected > div {
	position: absolute;
	bottom: 4px;
	left: 0px;
	width: 100%;
	font-size: 15px;
	color: white;
	font-weight: bold;
	text-shadow: -1px -1px 0#000, 1px -1px 0#000, -1px 1px 0 #000, 1px 1px 0#000;
	word-break: keep-all;
	white-space: normal;
}
.imageSelectButton:hover {
	border: #5499c7 2px solid;
}
.imageSelectButton:active {
	border: #2a6085 2px solid;
	top: 2px;
}
.dlgPanel {
	position: absolute;
	background: rgb(221, 218, 210);
	overflow-x: hidden;
	overflow-y: hidden;
	text-align: right;
	padding: 0px;
	padding-top: 10px;
}
.dlgViewButton {
	width: 90px;
	height: 150px;
	border-radius: 10px 0px 0px 10px;
	padding: 0px;
	background: #c5beac;
	border: none;
	margin-bottom: 3px;
	cursor: pointer;
	transition: background 0.3s;
}
.dlgViewButton > div {
	font-size: 15px;
	color: #a09b8d;
	font-family: WandohopeB;
}
.dlgViewButton > img {
	width: 60px;
	height: 60px;
	filter: grayscale(100%);
	transition: filter 0.3s;
}
.dlgViewButton:hover {
	background: #968353;
}
.dlgViewButton:hover > div {
	color: white;
}
.dlgViewButton:hover > img {
	filter: none;
}
.dlgViewButton:active {
	position: relative;
	left: 2px;
	background: #989283;
}

.dlgViewButtonSelected {
	width: 90px;
	height: 150px;
	border-radius: 10px 0px 0px 10px;
	padding: 0px;
	background: white;
	border: none;
	margin-bottom: 3px;
	font-family: WandohopeB;
}
.dlgViewButtonSelected > img {
	width: 60px;
	height: 60px;
}
.dlgViewButtonSelected > div {
	font-size: 15px;
	color: #5c584d;
}
.dlgContentRight {
	left: 100px;
	right: 8px;
	top: 58px;
	bottom: 10px;
	border-radius: 0px 6px 14px 0px;
}
.resItemButton {
	border: none;
	background: transparent;
	cursor: pointer;
	padding: 10px;
	display: inline-block;
	width: 24%;
	height: 45%;
	vertical-align: top;
	position: relative;
}

.resItemButton > img {
	opacity: 70%;
	width: calc(100% - 20px);
	height: calc(75% - 10px);
	position: absolute;
	left: 10px;
	top: 10px;
	border-radius: 20px;
}
.resItemButton:hover > img {
	opacity: 100%;
}
.resItemButton:active > img {
	filter: brightness(50%);
}

.resItemButton > div {
	font-family: 'WandohopeB';
	font-size: 20px;
	border-radius: 20px;
	padding: 3px 15px;
	transition: background 0.2s;
	word-break: keep-all;
	line-height: 100%;
	position: absolute;
	left: 10px;
	right: 10px;
	top: 77%;
}
.resItemButton:hover > div {
	background: #5499c7;
	color: white;
}
.resItemButton:active > div {
	background: #1a5276;
}

.resItemList {
	font-size: 30px;
	display: block;
	margin: 4px 10px;
	padding: 2px 30px;
	position: relative;
	border-radius: 10px;
	transition: background 0.3s;
	height: 45px;
}
.resItemList:hover {
	background: #d1c5a7;
}
.resItemNumber {
	color: #f9e79f;
	text-shadow: -1px -1px 0#7D6608, 1px -1px 0#7D6608, -1px 1px 0 #7d6608, 1px 1px 0#7D6608;
	font-size: 20px;
	position: absolute;
	right: 20px;
	bottom: 5px;
	text-align: right;
}
.resItemListImgButton {
	width: 80px;
	height: 50px;
	margin: 0px;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	display: inline-block;
	border-radius: 0px;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	padding:0px;
}
.resItemListImgButton:hover {
	background: #eee6d1;
}
.resItemListImgButton:active {
	background: #a39164;
}
.resItemListButtons {
	position: absolute;
	right: 30px;
	top: 0px;
	bottom: 0px;
	text-align: right;
}
.resItemListImgButton > img {
	position: absolute;
	left: 20px;
	top: 5px;
	width: 40px;
	height: 40px;
	opacity: 50%;
}
.resItemListImgButton:hover > img {
	opacity: 100%;
}
#ButtonMusic {
	position: absolute;
	left: 40px;
	bottom: 138px;
	border: none;
	background: transparent;
	vertical-align: middle;
	font-size: 20px;
	color: #dc9833;
	font-family: WandohopeB;
	cursor: pointer;
	border-radius: 20px;
	padding-right: 10px;
}
#ButtonMusic > img {
	vertical-align: middle;
}
#ButtonMusic:hover {
	background: #ffaf3d;
	color: white;
}
#ButtonMusic:active {
	bottom: 136px;
	background: #ff9600;
}

@media only screen and (max-width: 700px) {
	#TopLeft {
		left: -10px;
	}
	#Title {
		left: 180px;
		right: 10px;
		width: calc(100% - 180px);
		height: 80px;
		font-size: 18px;
		white-space: normal;
		text-align: left;
	}
	#BottomText {
		font-size: 8px;
		word-break: keep-all;
	}
	.dlgWindow {
		left: 0%;
		right: 0%;
		top: 0%;
		bottom: 0%;
	}
	.dlgPanelLeft {
		width: 50px;
	}
	.dlgViewButton {
		width: 40px;
	}
	.dlgViewButton > img {
		width: 25px;
		height: 25px;
	}
	.dlgViewButton > div {
		display: none;
	}
	.dlgViewButtonSelected {
		width: 40px;
	}
	.dlgViewButtonSelected > img {
		width: 25px;
		height: 25px;
	}
	.dlgViewButtonSelected > div {
		display: none;
	}
	.dlgContentRight {
		left: 50px;
	}
	.dlgTitle {
		font-size: 20px;
		text-align: left;
		top: 15px;
		left: 15px;
	}
	.resItemButton {
		width: 45%;
		height: 30%;
	}
	#ImageViewListContainer {
		overflow-x: auto;
		overflow-y: hidden;
		word-break: keep-all;
		white-space: nowrap;
	}
	.imageSelectButton {
		width: 90px;
		height: 80px;
		margin-top: 5px;
	}
	.imageSelectButton > div {
		font-size: 10px;
		white-space: normal;
	}
	.imageSelectButtonSelected {
		width: 90px;
		height: 80px;
		margin-top: 5px;
	}
	.imageSelectButtonSelected > div {
		font-size: 10px;
		white-space: normal;
	}
	.imageSelectButtonImage {
		width: 86px;
		height: 76px;
	}
	.resItemList {
		font-size: 24px;
		margin: 7px 5px;
		padding: 0px 10px;
		height: 40px;
		border-radius:0px;
	}
	.resItemListImgButton {
		width: 50px;
		height: 40px;
	}
	.resItemListImgButton > img {
		left: 5px;
		top:0px;
	}
	.resItemListButtons {
		right: 0px;
		top: 0px;
		bottom: 0px;
	}
	.resItemNumber {
		right:10px;
		font-size:15px;
	}
	.dlgTopButtons {
		left: 8px;
		right: 60px;
		top: 10px;
	}
	#ButtonMusic {
		left: 20px;
		bottom: 138px;
	}
	#ButtonMusic:active {
		bottom: 136px;
	}
}
