/* Globel */
* {
	text-decoration: none;
	list-style: none;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html,
body {
	font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    overflow-x: hidden;
    scrollbar-width: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body {
	background-color: #212121;
	display: flex;
	flex-direction: column;
	color: #fff;
}

button {
	cursor: pointer;
	border: none;
	background: transparent;
}

a {
    width: 100%;
    height: 100%;
    cursor: pointer;
	color: #fff;
}

.menu-bar li:active,
a:active img,
a:active,
button:active img,
button:active,
.account-btn:active {
	transform: scale(0.98)  translateZ(0);
}

.btn-confirm {
	background: url("../img/popup/confirm.png") no-repeat center;
	width: 157px;
	height: 42px;
}
.btn-confirm:hover {
	background: url("../img/popup/confirm_active.png") no-repeat center;
}

.btn-close {
	background: url("../img/popup/cancel.png") no-repeat center;
	width: 157px;
	height: 42px;
}
.btn-close:hover {
	background: url("../img/popup/cancel_active.png") no-repeat center;
}

.btn-confirm:active,
.btn-close:active {
	transform: scale(0.98) translateZ(0);
}

.disableScroll {
    overflow: hidden;
}

.loading {
	position: absolute;
    top: 50%;
    left: 47%;
}

.auth-user,
.auth-guest {
	width: 75%;
    height: 80%;
    display: flex;
    justify-content: space-evenly;
    font-size: 20px;
	border-right: 2px solid #924848;
}

.top-left {
	display: flex;
	width: fit-content;
	position: absolute;
	top: 10px;
	left: 0;
}

.top-right {
	width: 670px;
    height: 55px;
	background-color: rgba(109, 32, 32, 0.85);
	position: absolute;
	top: 10px;
    right: 5px;
	display: flex;
    align-items: center;
	border: 4px solid #924848;
	border-radius: 20px;
}
.top-right-bg {
    width: 100%;
    height: 80%;
    object-fit: cover;
}

.top-right .top-btn {
	display: block;
    width: 35px;
    height: 25px;
}

.top-right .links {
	width: 25%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.top-right .account,
.top-right .points {
	display: flex;
	align-items: center;
}

.top-right .user-account,
.top-right .user-points {
	width: 90px;
    height: 20px;
	background-color: #212121;
	padding: 8px;
    display: flex;
    align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
}

.login,
.logout {
	color: #fff;
}

.login:hover,
.logout:hover {
	text-decoration: underline;
}



/* Table */
table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

table th,
table td {
	height: 38px;
	padding: 5px;
	text-align: center;
	letter-spacing: 0px;
}

/* table tbody tr:nth-child(odd) {
	
} */

/* table tbody tr:nth-child(even) {
	
} */

table tbody td img {
	display: inline-block;
	vertical-align: middle;
}

section {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-size: cover !important;
}

/* Mask */
.mask,
.mask1,
.game-mask {
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 85%);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	display: none;
}
.mask1 {
	z-index: 100;
}

.wrapper {
	width: 100%;
	min-width: 1920px;
	/* height: 4800px; */
	height: 1920px;
}

header {
	width: 100%;
    height: 160px;
    position: fixed;
    z-index: 98;
}

.main {
	/* height: 3840px; */
	height: 960px;
	position: relative;
	z-index: 1;
}

/* Section 1 */
.section1 .section1-bg {
	background: url("../img/1/bg1.jpg") no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 960px;
	position: absolute;
	z-index: 1;
}

.section1-bg .preload-img {
    display: none;
}

.section1 .fog_left {
	position: absolute;
	left: 0;
	z-index: 100;
	animation: slideOutLeft 0.8s cubic-bezier(0.550, 0.085, 0.680, 0.530);
	animation-fill-mode: forwards;
	pointer-events: none;
}

.section1 .fog_right {
	position: absolute;
	right: 0;
	z-index: 100;
	animation: slideOutRight 0.8s cubic-bezier(0.550, 0.085, 0.680, 0.530);
	animation-fill-mode: forwards;
	pointer-events: none;
}

.section1 .fog {
	background: url("../img/1/fog.png") no-repeat center;
	background-size: cover;
	width: 100%;
	height: 960px;
	pointer-events: none;
	z-index: 2;
}

.section1 .char1 {
	position: absolute;
	right: -90px;
    bottom: -145px;
	z-index: 1;
	opacity: 0;
	animation: fadeIn 0.5s ease;
	animation-fill-mode: forwards;
    animation-delay: 0.9s;
}

.section1 .char2 {
	position: absolute;
	right: 80px;
    bottom: -160px;
	z-index: 1;
	opacity: 0;
	animation: fadeIn 0.5s ease;
	animation-fill-mode: forwards;
    animation-delay: 1s;
}

.section1 .char3 {
	position: absolute;
	left: 300px;
    bottom: 255px;
	z-index: 1;
	opacity: 0;
	animation: fadeIn 0.5s ease;
	animation-fill-mode: forwards;
    animation-delay: 1.1s;
}

.section1 .char4 {
	position: absolute;
	left: -300px;
    bottom: -130px;
	z-index: 1;
	opacity: 0;
	animation: fadeIn 0.5s ease;
	animation-fill-mode: forwards;
    animation-delay: 1.2s;
}

.slogan1 {
    position: absolute;
	top: 220px;
	opacity: 0;
	animation: bounceIn 1s ease-in-out;
	animation-fill-mode: forwards;
	animation-delay: 1.3s;
	z-index: 3;
}

.slogan1 img {
	animation: float 3s ease-in-out infinite;
}

.slogan2 {
    position: absolute;
	top: 390px;
	opacity: 0;
	animation: bounceIn 1.5s ease-in-out;
	animation-fill-mode: forwards;
	animation-delay: 1.4s;
	z-index: 3;
}

.section1 .section1-bar {
	width: 1200px;
	position: absolute;
	bottom: 80px;
	display: flex;
	justify-content: space-between;
	z-index: 5;
	opacity: 0;
	animation: fadeInUp 0.3s ease-in-out;
	animation-fill-mode: forwards;
	animation-delay: 1.4s;
}

.section1 .section1-btn1 {
	background: url("../img/1/btn01.png") no-repeat center;
	width: 373px;
	height: 72px;
	transition: all 0.2s ease;
}
.section1 .section1-btn2 {
	background: url("../img/1/btn02.png") no-repeat center;
	width: 373px;
	height: 72px;
	transition: all 0.2s ease;
}
.section1 .section1-btn3 {
	background: url("../img/1/btn03.png") no-repeat center;
	width: 373px;
	height: 72px;
	transition: all 0.2s ease;
}

.section1 .section1-btn1:hover {
	background: url("../img/1/btn01_on.png") no-repeat center;
	transform: scale(1.1);

}
.section1 .section1-btn2:hover {
	background: url("../img/1/btn02_on.png") no-repeat center;
	transform: scale(1.1);
}
.section1 .section1-btn3:hover {
	background: url("../img/1/btn03_on.png") no-repeat center;
	transform: scale(1.1);
}

/* Section 2 */
.section2 {
	background: url("../img/2/bg02.png") no-repeat center top;
	/* width: 1920px; */
	height: 960px;
	/* z-index: 1; */
}

.section2 .game-start {
	background: url("../img/2/start_btn.png") no-repeat center;
	width: 395px;
	height: 395px;
}
.section2 .game-start:hover {
	background: url("../img/2/start_btn_hover.png") no-repeat center;
}

.section2 .game-ui {
	width: 100%;
    height: 100%;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
	display: none;
}

.section2 .accumulate {
	background: url("../img/2/accumulate.png") no-repeat center;
	width: 637px;
	height: 103px;
	position: absolute;
    top: 120px;
	display: flex;
    align-items: center;
}

.section2 .accumulate .lottery-count {
    width: 200px;
    text-align: center;
    position: absolute;
    left: 51%;
    top: 18%;
    font-size: 50px;
    font-weight: 700;
    color: #212121;
}

.section2 .leaderboard {
	background: url("../img/2/leaderboard.png") no-repeat center;
	width: 380px;
	height: 457px;
	position: absolute;
	top: 130px;
	right: 10px;
}

.section2 .leaderboard .board-content {
	width: 280px;
    height: 320px;
    position: absolute;
    top: 125px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
	color: #212121;
}

.section2 .leaderboard .board-title {
    width: 90%;
	margin: 10px 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #212121;
    display: flex;
    justify-content: space-around;
	font-size: 14px;
    font-weight: bold;
}

.section2 .leaderboard .board-title span {
    text-align: center;
}
.section2 .leaderboard .board-title span:nth-child(1) {
    width: 30%;
}
.section2 .leaderboard .board-title span:nth-child(2) {
    width: 35%;
}
.section2 .leaderboard .board-title span:nth-child(3) {
    width: 35%;
}

.section2 .leaderboard .board-table {
	width: 90%;
	overflow: auto;
}

.section2 .leaderboard .board-table table td {
	padding: 0;
}

.section2 .monster-info {
	background: url("../img/2/monster_info.png") no-repeat center;
	width: 290px;
	height: 110px;
	position: absolute;
    top: 290px;
    left: 505px;
	color: #212121;
	font-weight: bold;
}

.section2 .monster-info .monster-type {
	width: 150px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 21px;
    font-size: 28px;
}

.section2 .monster-info .monster-name {
	width: 160px;
    text-align: center;
    position: absolute;
    right: 28px;
    bottom: 15px;
    font-size: 34px;
}

.section2 .monster {
	width: 520px;
	height: 460px;
	position: absolute;
	top: 28%;
	pointer-events: none;
	z-index: 1;
}

.section2 .monster.lv1.monster1 {
	background: url("../img/2/monster1.png") no-repeat center;
	left: 35%;
}
.section2 .monster.lv1.monster2 {
	background: url("../img/2/monster2.png") no-repeat center;
	left: 35%;
}
.section2 .monster.lv1.monster3 {
	background: url("../img/2/monster3.png") no-repeat center;
	left: 37%;
}
.section2 .monster.lv2.monster4 {
	background: url("../img/2/monster4.png") no-repeat center;
	left: 37%;
}
.section2 .monster.lv2.monster5 {
	background: url("../img/2/monster5.png") no-repeat center;
	left: 36%;
}
.section2 .monster.lv2.monster6 {
	background: url("../img/2/monster6.png") no-repeat center;
	left: 37%;
}
.section2 .monster.lv3.monster7 {
	background: url("../img/2/monster7.png") no-repeat center;
	left: 37%;
}
.section2 .monster.lv3.monster8 {
	background: url("../img/2/monster8.png") no-repeat center;
	left: 37%;
}

.section2 .play-btns {
	width: 660px;
	display: flex;
	justify-content: space-between;
	position: absolute;
    bottom: 90px;
}

.section2 .play-btns .play-btn1.active,
.section2 .play-btns .play-btn2.active {
	position: relative;
	animation: pulse 2s linear infinite;
}

.section2 .play-btns .play-btn1.active::before,
.section2 .play-btns .play-btn2.active::before {
	content: "";
	width: 328px;
	height: 175px;
	background: url("../img/2/halo2.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	pointer-events: none;
}

.section2 .play-btns .play-btn1 {
	background: url("../img/2/play_btn1.png") no-repeat center;
	width: 300px;
	height: 147px;
	z-index: 1;
	transition: all 0.2s linear;
}
.section2 .play-btns .play-btn2 {
	background: url("../img/2/play_btn2.png?v1.0.1") no-repeat center;
	width: 300px;
	height: 147px;
	z-index: 1;
	transition: all 0.2s linear;
}

.section2 .play-btns .play-btn1:hover,
.section2 .play-btns .play-btn1.active:hover {
	background: url("../img/2/play_btn1_hover.png") no-repeat center;
	animation: none;
	transform: scale(1.05);
}
.section2 .play-btns .play-btn2:hover,
.section2 .play-btns .play-btn2.active:hover {
	background: url("../img/2/play_btn2_hover.png?v1.0.1") no-repeat center;
	animation: none;
	transform: scale(1.05);
}

.section2 .skip {
	background: url("../img/2/skip.png") no-repeat center;
	width: 249px;
	height: 32px;
	position: absolute;
	bottom: 35px;
}
.section2 .skip.checked {
	background: url("../img/2/skip_active.png") no-repeat center;
}

.section2 .power-board {
	width: 252px;
	height: 252px;
	position: absolute;
	bottom: 105px;
    right: 310px;
	cursor: pointer;
	pointer-events: auto;
	transition: all 0.2s linear;
}
.section2 .power-board:hover {
	filter: brightness(1.2);
}

.section2 .power-board.board0 {
	background: url("../img/2/board0.png") no-repeat center;
}
.section2 .power-board.board1 {
	background: url("../img/2/board1.png") no-repeat center;
}
.section2 .power-board.board2 {
	background: url("../img/2/board2.png") no-repeat center;
}
.section2 .power-board.board3 {
	background: url("../img/2/board3.png") no-repeat center;
}
.section2 .power-board.board4 {
	background: url("../img/2/board4.png") no-repeat center;
}

.section2 .power-info {
	width: 252px;
    height: 90px;
    background-color: #212121;
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 310px;
    border: 2px solid gray;
    box-sizing: border-box;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.section2 .power-info .power-text1 {
	font-size: 24px;
}

.section2 .main-power {
	background: url("../img/2/reward_btn.png") no-repeat center;
	width: 270px;
	height: 58px;
	position: absolute;
	right: 14px;
    bottom: 270px;
}

.section2 .main-power-record {
	background: url("../img/2/buff_btn.png") no-repeat center;
	width: 270px;
	height: 110px;
	position: absolute;
	right: 14px;
    bottom: 140px;
}

.section2 .main-power:hover,
.section2 .main-power-record:hover {
	filter: brightness(1.1);
}

.section2 .hit {
	background: url("../img/2/hit.gif") no-repeat center;
	width: 1920px;
	height: 960px;
	z-index: 99;
	display: none;
}

.section2 .power1 {
    background: url("../img/2/power1.png") no-repeat center;
    width: 1920px;
    height: 785px;
    position: absolute;
    z-index: 99;
    display: none;
    opacity: 0;
}

.section2 .power2 {
    background: url("../img/2/power2.png") no-repeat center;
    width: 615px;
    height: 400px;
    position: absolute;
    top: 100px;
    right: 100px;
    font-size: 40px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	z-index: 99;
    display: none;
    opacity: 0;
}

.section2 .power1.active {
    display: flex;
    animation: fadeInLeft 0.2s ease-in-out forwards;
}

.section2 .power2.active {
    display: flex;
    animation: fadeIn 0.2s ease-in forwards;
    animation-delay: 0.3s;
}

.section2 .power1.fadeOut,
.section2 .power2.fadeOut {
    animation: fadeOut 0.5s ease-in-out forwards;
    opacity: 0;
}

.section2 .power1.fadeOut-done,
.section2 .power2.fadeOut-done {
    display: none;
}

/* Section 3 */
.section3 {
    /* display: flex; */
    flex-direction: column;
	display: none;
}

.section3 .mission-section {
    width: 100%;
    height: 960px;
    background: url("../img/3/bg03.jpg") no-repeat center top;
	background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	position: relative;
}

.section3 .section3-title {
	background: url("../img/3/title.png") no-repeat center;
	width: 298px;
	height: 134px;
	position: absolute;
	top: 50px;
}

.section3 .section3-char {
	background: url("../img/3/char.png") no-repeat center;
	width: 399px;
	height: 660px;
	position: absolute;
	right: 0px;
    top: 285px;
}

.section3 .mission {
	width: 1319px;
	height: 202px;
	position: absolute;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	z-index: 2;
}

.section3 .mission .mission-content {
	width: 94%;
    height: 151px;
    position: absolute;
    top: 6px;
    left: 73px;
    text-align: center;
    display: flex;
    align-items: center;
}

.section3 .mission .mission-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 84%;
    height: 100%;
}

.section3 .mission .mission-info .mission-title {
	margin-left: 80px;
}

.section3 .mission .mission-info .mission-icons {
	width: 405px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
}

.section3 .mission .mission-reward {
	width: 16%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-direction: column;
	font-size: 18px;
}

.section3 .mission1 {
	background: url("../img/3/mission1.png") no-repeat center;
	top: 200px;
}
.section3 .mission2 {
	background: url("../img/3/mission2.png") no-repeat center;
	top: 420px;
}
.section3 .mission3 {
	background: url("../img/3/mission3.png") no-repeat center;
	top: 640px;
}
.section3 .mission4 {
	background: url("../img/3/mission4.png") no-repeat center;
	top: 860px;
}

.section3 .mission5 {
	background: url("../img/3/mission5.png") no-repeat center;
	top: 120px;
}
.section3 .mission6 {
	background: url("../img/3/mission6.png") no-repeat center;
	top: 340px;
}
.section3 .mission7 {
	background: url("../img/3/mission7.png") no-repeat center;
	top: 560px;
}
.section3 .mission8 {
	background: url("../img/3/mission8.png") no-repeat center;
	top: 780px;
}

.section3 .mission9 {
	background: url("../img/3/mission9.png") no-repeat center;
	top: 40px;
}
.section3 .mission10 {
	background: url("../img/3/mission10.png") no-repeat center;
	top: 260px;
}
.section3 .mission11 {
	background: url("../img/3/mission11.png") no-repeat center;
	top: 480px;
}
.section3 .mission12 {
	background: url("../img/3/mission12.png") no-repeat center;
	top: 700px;
}

.section3 .mission .mission-status {
	background: url("../img/3/btn1.png") no-repeat center;
	width: 126px;
	height: 38px;
	cursor: default;
	pointer-events: none;
}
.section3 .mission .mission-status.claim {
	background: url("../img/3/btn2.png") no-repeat center;
	width: 126px;
	height: 38px;
	cursor: pointer;
	pointer-events: auto;
}
.section3 .mission .mission-status.complete {
	background: url("../img/3/btn3.png") no-repeat center;
	width: 126px;
	height: 38px;
	cursor: default;
	pointer-events: none;
}

.section3 .mission .progress-bar {
	width: 1210px;
    height: 18px;
    background: #666;
    position: absolute;
    left: 88px;
    bottom: 15px;
    border-radius: 5px;
}

.section3 .mission .progress-percent {
	background: #fff1d7;
	max-width: 1210px;
	height: 18px;
	border-radius: 5px;
    transition: width 0.5s linear;
    z-index: 1;
}



/* Popup large */
.pop-large {
	background: url("../img/popup/pop_bg1.png") no-repeat center;
	width: 1286px;
	height: 862px;
	position: fixed;
	inset: 0;
	margin: auto;
	z-index: 99;
	color: #212121;
	display: none;
    flex-direction: column;
    align-items: center;
}

.pop-medium {
	background: url("../img/popup/pop_bg2.png") no-repeat center;
	width: 1134px;
	height: 520px;
	position: fixed;
	inset: 0;
	margin: auto;
	z-index: 99;
	color: #573828;
	display: none;
}

.pop-large.pop-rules .close,
.pop-large.pop-probabilities .close,
.pop-large.pop-power .close,
.pop-large.pop-record .close {
	position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
	background-color: #b38b8a;
	color: #8b6262;
	padding: 10px 55px;
	font-size: 20px;
	line-height: 1;
}
.pop-large .tab-btn,
.pop-large .main-tab-btns .main-tab-btn,
.pop-large .main-tab-prob .side-tab-btns .side-tab-btn {
	background-color: #b38b8a;
	color: #8b6262;
	padding: 10px 55px;
	font-size: 20px;
	line-height: 1;
}
.pop-large.pop-rules .close:hover,
.pop-large.pop-probabilities .close:hover,
.pop-large.pop-power .close:hover,
.pop-large.pop-record .close:hover,
.pop-large .tab-btn:hover,
.pop-large .tab-btn.active,
.pop-large .main-tab-btns .main-tab-btn:hover,
.pop-large .main-tab-btns .main-tab-btn.active,
.pop-large .main-tab-prob .side-tab-btns .side-tab-btn:hover,
.pop-large .main-tab-prob .side-tab-btns .side-tab-btn.active {
	background-color: #881d1c;
	color: #fff;
}

.pop-large.pop-record table button {
	width: 120px;
	background-color: #8a6262;
	color: #fff;
	padding: 8px 15px;
}
.pop-large.pop-record table button:hover {
	background-color: #881d1c;
}

.pop-large .pop-title,
.pop-medium.pop-results .pop-title {
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	margin: 45px auto 0;
}

.pop-medium.pop-results .pop-title {
	margin: 35px auto 0;
}

.pop-large .pop-content {
	width: 1200px;
	height: 100%;
	font-size: 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
	line-height: 1.5;
	position: absolute;
	top: 170px;
	left: 50%;
    transform: translateX(-50%);
	overflow-y: auto;
}
.pop-large.pop-rules .pop-content .tab-rule {
	display: flex;
}
.pop-large.pop-rules .pop-content .tab-rule.tab1 {
	height: 67%;
	flex-direction: column;
}

.pop-large.pop-rules .pop-content .tab-rule .tab-content {
	overflow-y: auto;
}

.pop-large.pop-rules .pop-content .tab-rule .tab-content ul {
	margin-right: 10px;
}

.pop-large.pop-rules .rule-text {
	text-align: center;
	color: #881d1c;
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0;
}

.pop-large .pop-content ul {
	width: 1100px;
}

.pop-large .pop-content ul li {
	list-style-type: disc;
	margin-bottom: 10px;
}

/* .pop-large.pop-record .pop-content img {
	width: 37px;
	height: 37px;
	padding-top: 5px;
} */

/* .pop-large.pop-record .pop-content button img {
	width: 60px;
} */

.pop-large.pop-record .pop-content table {
	width: 99%;
	text-align: center;
	color: #881d1c;
}
.pop-large.pop-record .pop-content table th {
	font-size: 20px;
	line-height: 50px;
	border: 1px solid #b38b8a;
}
.pop-large.pop-record .pop-content table td {
	border: 1px solid #b38b8a;
}

.pop-large.pop-record .pop-content {
	font-size: 18px;
	height: 582px;
    top: 135px;
}

.pop-large.pop-probabilities .prob3 .prob3-text {
	width: 900px;
	font-size: 18px;
}

.pop-medium.pop-results .pop-content {
	height: 430px;
}

.pop-medium.pop-results-ten .pop-content {
	height: 420px;
}

.pop-medium.pop-results-one .results-one,
.pop-medium.pop-results-ten .results-ten,
.pop-medium.pop-results-power .results-power {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: space-evenly;
}

.pop-medium.pop-results-ten .results-row {
	width: 95%;
	display: flex;
	justify-content: center;
}

.pop-medium.pop-results-one .results-info,
.pop-medium.pop-results-power .results-info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.pop-medium.pop-results-ten .results-info {
    width: 98%;
	display: flex;
    align-items: flex-start;
    text-align: center;
    font-size: 20px;
    justify-content: space-between;
}

.pop-medium.pop-results-one .results-item,
.pop-medium.pop-results-ten .results-item,
.pop-medium.pop-results-power .results-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}

.pop-medium.pop-results-one .results-item,
.pop-medium.pop-results-power .results-item {
	width: 310px;
}

.pop-medium.pop-results-ten .results-item {
	width: 170px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #89735b;
	padding: 10px;
}

.pop-medium.pop-results-one .result-item-info,
.pop-medium.pop-results-ten .result-item-info,
.pop-medium.pop-results-power .result-item-info {
	display: flex;
	align-items: center;
}

.pop-medium.pop-results-one .result-item-info,
.pop-medium.pop-results-power .result-item-info {
	font-size: 26px;
	color: #fff;
	background-color: #89735b;
	padding: 10px;
    width: 900px;
    height: 90px;
    justify-content: center;
}

.pop-medium.pop-results-ten .result-item-info {
	width: 100%;
}

.pop-large.pop-reward {
	background: url("../img/popup/reward_bg.png") no-repeat center;
	width: 1511px;
	height: 903px;
}

.pop-large.pop-reward .close,
.pop-medium.pop-results .close {
	position: absolute;
	top: 135px;
    right: 25px;
	z-index: 99;
}

.pop-medium.pop-results .close {
	top: 25px;
    right: 25px;
}

.pop-large.pop-reward .pop-content {
	width: 100%;
	height: 100%;
}

.pop-large.pop-reward .reward-main-text {
	text-align: center;
}

.pop-large.pop-reward .reward-container {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: center;
    align-items: start;
}

.pop-large.pop-reward .reward {
    background: url("../img/popup/reward_item_bg2.png") no-repeat center;
	width: 436px;
	height: 308px;
	position: absolute;
	display: flex;
    justify-content: center;
}

.pop-large.pop-reward .reward01 {
	top: 120px;
    left: 235px;
}
.pop-large.pop-reward .reward02 {
	top: 120px;
    right: 235px;
}
.pop-large.pop-reward .reward03 {
	top: 420px;
    left: 235px;
}
.pop-large.pop-reward .reward04 {
	top: 420px;
    right: 235px;
}

.pop-large.pop-reward .reward-title {
	position: absolute;
    top: 95px;
}

.pop-large.pop-reward .reward-info {
    width: 400px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 135px;
}
.pop-large.pop-reward .reward-text {
	width: 270px;
    text-align: center;
}
.pop-large.pop-reward .reward-text p {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
}
.pop-large.pop-reward .new-member, .pop-reward .new-member a {
    color: #e56926;
}
.pop-large.pop-reward .new-member a {
	text-decoration: underline;
}
.pop-large.pop-reward .reward-icon {
    background: url("../img/popup/reward_item_bg1.png") no-repeat center;
    width: 98px;
    height: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pop-large.pop-reward .prize-btn {
	width: 29px;
	height: 29px;
	position: absolute;
	right: 18px;
    bottom: 8px;
}
.pop-large.pop-reward .prize-btn a {
	display: inline-block;
}
.pop-large.pop-reward .prize-btn img {
	border-bottom-right-radius: 8px;
}

.pop-large.pop-reward .claim-btn {
	background: url("../img/popup/reward_btn1.png") no-repeat center;
	width: 147px;
	height: 45px;
	position: absolute;
	bottom: 18px;
	cursor: default;
	pointer-events: none;
}
.pop-large.pop-reward .claim-btn.claimed {
	background: url("../img/popup/reward_btn3.png") no-repeat center;
	width: 147px;
	height: 45px;
	position: absolute;
	bottom: 18px;
	cursor: default;
	pointer-events: none;
}
.pop-large.pop-reward .claim-btn.active {
	background: url("../img/popup/reward_btn2.png") no-repeat center;
	width: 147px;
	height: 45px;
	cursor: pointer;
	pointer-events: auto;
}

.pop-large.pop-reward .prize-list {
	background: url("../img/popup/pop_bg2.png") no-repeat center;
    width: 1134px;
	height: 520px;
    display: flex;
    position: fixed;
    flex-direction: column;
    align-items: center;
	justify-content: center;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pop-large.pop-reward .prize-list table {
	border-collapse: separate;
}

.pop-large.pop-reward .prize-list .close-prize {
	top: 20px;
    right: 15px;
}

.pop-large.pop-reward .prize-list .prize-list-title {
	font-size: 36px;
    font-weight: bold;
    color: #573828;
    position: absolute;
    top: 50px;
}

.pop-large table {
	width: 900px;
    height: auto;
    color: #212121;
}

.pop-large table th {
	color: #fff;
}

.pop-large.pop-reward .prize-list table th {
	background-color: #573828;
	font-size: 25px;
}

.pop-large.pop-reward .prize-list table td {
	background-color: #e8d3b8;
	color: #573828;
}

.pop-large.pop-reward .close-prize {
    top: 0;
    right: -5px;
    position: absolute;
}

.pop-large.pop-rules .tab-btns {
	text-align: center;
    position: absolute;
    top: 120px;
    width: 500px;
    display: flex;
    justify-content: space-between;
}
.pop-large.pop-rules .pop-content ul li {
	list-style-type: desc;
}
/* 
.pop-large.pop-probabilities table,
.pop-large.pop-power table {
	border-collapse: collapse;
} */

.pop-large.pop-probabilities table th,
.pop-large.pop-power table th,
.pop-large.pop-record table th {
	background-color: #881d1c;
}

.pop-large.pop-probabilities table td,
.pop-large.pop-power table td,
.pop-large.pop-record table td {
	background-color: rgba(255, 255, 255, 0.5);
}

.pop-large.pop-probabilities .pop-content,
.pop-large.pop-power .pop-content {
	width: 100%;
    height: 100%;
    top: 0;
}
.pop-large.pop-probabilities .main-tab-btns,
.pop-large.pop-power .main-tab-btns {
	margin: 20px 0;
    width: 800px;
    display: flex;
    justify-content: space-between;
}
.pop-large.pop-probabilities .main-tab-content,
.pop-large.pop-power .main-tab-content {
	width: 100%;
	height: 580px;
}

.pop-large.pop-power .main-tab-content {
	height: 570px;
}

.pop-large.pop-probabilities .main-tab-prob,
.pop-large.pop-power .main-tab-buff {
	display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
}

.pop-large.pop-probabilities .main-tab-prob {
	flex-direction: column;
	align-items: center;
}

.pop-large.pop-probabilities .main-tab-prob.prob2 {
	height: 95.5%;
}

.pop-large.pop-probabilities .main-tab-prob .sub-tab,
.pop-large.pop-power .main-tab-buff .sub-tab {
	display: flex;
	align-items: center;
}

.pop-large.pop-probabilities .side-tab-btns,
.pop-large.pop-power .side-tab-btns {
	width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.pop-large.pop-probabilities .side-tab-btns {
	width: 900px;
}

.pop-large.pop-probabilities .main-tab-prob .sub-tab-content,
.pop-large.pop-power .main-tab-buff .sub-tab-content {
	width: 925px;
    height: 100%;
    overflow-y: auto;
    margin-left: 25px;
}

.pop-large.pop-probabilities .sub-tab table td,
.pop-large.pop-power .sub-tab table td {
    padding: 5px;
    text-align: center;
}

.pop-large.pop-probabilities .sub-tab table tbody tr,
.pop-large.pop-power .sub-tab table tbody tr {
    border-bottom: 1px solid #b38b8a;
}

.pop-large.pop-probabilities .sub-tab table tbody tr:last-child,
.pop-large.pop-power .sub-tab table tbody tr:last-child {
    border-bottom: none;
}

.pop-large.pop-probabilities .main-tab-prob.prob1 .sub-tab {
	flex-direction: column;
	align-items: flex-start;
}
.pop-large.pop-probabilities .monsters {
	position: absolute;
	bottom: 200px;
}

.pop-large.pop-record .table {
	width: 100%;
}

.pop-large.pop-probabilities .prob2 .side-tab-btns .side-tab-btn {
	width: 300px;
}

.pop-large.pop-probabilities .prob3 .side-tab-btns .side-tab-btn {
	width: 225px;
}

.pop-large.pop-record .send-btn.claimed,
.pop-large.pop-record .send-btn.buffed,
.pop-large.pop-record .recycle-btn.buffed,
.pop-large.pop-record .recycle-btn.disabled {
	background-color: transparent;
	color: #881d1c;
	cursor: default;
	pointer-events: none;
}

.pop-large.pop-record .recycle-percent.disabled,
.pop-large.pop-record .recycle-btn.disabled {
	color: gray;
}

.pop-medium.pop-results-one .monster-text {
	font-size: 30px;
    margin-bottom: 20px;
}

.pop-medium.pop-results-one .result-text,
.pop-medium.pop-results-power .result-text {
	font-size: 30px;
	color: #89735b;
	margin-bottom: 10px;
}

.pop-medium.pop-results-one .result-name,
.pop-medium.pop-results-ten .result-name,
.pop-medium.pop-results-power .result-name {
	font-size: 26px;
}

.pop-medium.pop-results-one .result-name,
.pop-medium.pop-results-power .result-name {
	margin-left: 10px;
}

.pop-medium.pop-results-ten .monster-text {
	margin-bottom: 10px;
	color: #fff;
	font-size: 19px;
}

.pop-medium.pop-results-ten .result-name {
	color: #ffe9cb;
	width: 100%;
	font-size: 15px;
}

.pop-medium.pop-results .result-icon,
.pop-medium.pop-results .result-icon img {
	width: 36px;
	height: 36px;
}

.pop-medium.pop-results-power .result-title {
	font-size: 30px;
}


/* Popup small */
.pop-small {
	background: url("../img/popup/pop_bg3.png") no-repeat center;
	width: 605px;
	height: 300px;
	position: fixed;
	inset: 0;
	margin: auto;
	z-index: 100;
	color: #573828;
	display: none;
}

.pop-small .pop-content {
    height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pop-small .close {
	position: absolute;
	right: 20px;
	top: 20px;
}

.pop-small .pop-title {
	font-size: 30px;
	width: 420px;
	text-align: center;
}

.pop-small.pop-recycle .pop-title {
	font-size: 24px;
}

.pop-small .pop-btns {
	margin-top: 20px;
    display: flex;
    width: 350px;
    justify-content: space-between;
}

.pop-small.pop-play .pop-content,
.pop-small.pop-msg .pop-content,
.pop-small.pop-msg-2 .pop-content,
.pop-small.pop-error .pop-content,
.pop-small.pop-login .pop-content,
.pop-small.pop-exchange .pop-content,
.pop-small.pop-use-power .pop-content,
.pop-small.pop-billing .pop-content {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}

.pop-small.pop-play .pop-btns,
.pop-small.pop-buy .pop-btns,
.pop-small.pop-use-power .pop-btns,
.pop-small.pop-login .pop-btns,
.pop-small.pop-billing .pop-btns {
	display: flex;
	width: 380px;
	justify-content: space-evenly;
}

.pop-small.pop-error,
.pop-small.pop-login, 
.pop-small.pop-play {
	z-index: 100;
}


/* side menu */
.side-menu {
	/* display: flex; */
	display: none;
	flex-direction: column;
	align-items: center;
	position: absolute;
	/* height: 3840px; */
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}

.menu-bar {
    height: 530px;
	position: sticky;
    top: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
	margin-top: 70px;
}

.menu-bar a {
	transform: translateX(-45px);
	transition: all 0.2s ease;
}

.menu-bar a:hover,
.menu-bar a.active {
	transform: translateX(-15px);
	filter: brightness(1.1);
}

.menu-bar .btn1 {
	background: url("../img/side01.png") no-repeat center;
	width: 258px;
	height: 63px;
}
.menu-bar .btn2 {
	background: url("../img/side02.png") no-repeat center;
	width: 258px;
	height: 63px;
}
.menu-bar .btn3 {
	background: url("../img/side03.png") no-repeat center;
	width: 258px;
	height: 63px;
}
.menu-bar .btn4 {
	background: url("../img/side04.png") no-repeat center;
	width: 258px;
	height: 63px;
}
.menu-bar .btn5 {
	background: url("../img/side05.png") no-repeat center;
	width: 258px;
	height: 63px;
}
.menu-bar .btn6 {
	background: url("../img/side06.png") no-repeat center;
	width: 258px;
	height: 63px;
}

/*---- Scrollbar ----*/
::-webkit-scrollbar {
	width: 0px;
}

.pop-large .pop-content::-webkit-scrollbar,
.pop-large.pop-probabilities .main-tab-prob .sub-tab-content::-webkit-scrollbar,
.pop-large.pop-power .main-tab-buff .sub-tab-content::-webkit-scrollbar,
.pop-large.pop-rules .pop-content .tab-rule .tab-content::-webkit-scrollbar {
	width: 10px;
}
.pop-large .pop-content::-webkit-scrollbar-thumb,
.pop-large.pop-probabilities .sub-tab-content::-webkit-scrollbar-thumb,
.pop-large.pop-power .main-tab-buff .sub-tab-content::-webkit-scrollbar-thumb,
.pop-large.pop-rules .pop-content .tab-rule .tab-content::-webkit-scrollbar-thumb {
	background-color: #8d6063;
	min-height: 75px;
    height: 75px;
	border-radius: 20px;
}
.pop-large .pop-content::-webkit-scrollbar-track,
.pop-large.pop-probabilities .sub-tab-content::-webkit-scrollbar-track,
.pop-large.pop-power .main-tab-buff .sub-tab-content::-webkit-scrollbar-track,
.pop-large.pop-rules .pop-content .tab-rule .tab-content::-webkit-scrollbar-track {
	background-color: #c0a39d;
	border-radius: 20px;
}


/* Footer */
footer {
	position: relative;
	background-size: contain;
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: center;
	z-index: 0;
	background-color: #212121;
	margin-top: auto;
	font-weight: 400;
}
.footerbox {
	max-width: 1920px;
	width: 80%;
	height: 150px;
	font-size: 14px;
	margin: 0 auto;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	color: #fff;
}
.footerbox_logo1,
.footerbox_logo2 {
	display: flex;
}
.footerbox_logo1 .logo_digeam {
	background: url("../img/footer/digeam.png") no-repeat center;
	width: 220px;
	height: 51px;
}
.footerbox_logo2 .logo_mgame {
	background: url("../img/footer/mgame.png") no-repeat center;
	width: 150px;
	height: 51px;
}
.spec {
	line-height: 20px;
	margin: 0 20px 0 10px;
}
.spec a {
	width: auto;
	color: #f4a744;
	text-decoration: underline;
	display: inline-block;
}
.spec a:nth-child(odd) {
	margin-left: 7px;
}
.spec a:hover {
	color: #d8933a;
}
.classlavel {
	margin: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.classlavel img {
	width: 74px;
	height: 74px;
}
.classlavel ul {
	padding-left: 10px;
}
.classlavel li {
	line-height: 1.2rem;
}
.classlavel li:nth-child(4) {
	color: #f4a744;
}

/* Animations */
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes float {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	to {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-1000px);
		transform: translateX(-1000px);
		opacity: 0;
	}
}
@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
		opacity: 0;
	}
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}