body {
	margin: auto;
	vertical-align: middle;
	font-family: arial;
	cursor: default;
}

a:hover {
	text-decoration: none;
}

.bg-logo {
	width: 100%;
	background: black;
	text-align: center;
	margin: auto;
}

.logo {
	display: block;
	width: 70%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: auto;
}

.logo img {
	width: 30%;
}

.bg-body {
	width: 100%;
	background-image: url("../images/matsudopool-background.jpg");
	background-size: 100% 100%;
	background-repeat: no repeat;
}

.body {
	width: 75%;
	display: block;
	margin: auto;
	text-align: center;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}

.body p {
	font-size: 18px;
	padding: 3px;
	line-height: 1.2;
}

.menu, .menu-2 {
	display: block;
	width: 95%;
	padding-top: 10px;
	/* padding-bottom: 10px; */
	margin: auto;
	/* vertical-align: bottom; */
}

.menu-2 {
	width: 85%;
	margin-bottom: 2rem;
}

.menu-item {
	display: inline-block;
	width: 24%;
	text-align: center;
	font-size: 24px;
	color: white;
	text-decoration: none;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: linear-gradient(to bottom, #63b3fa, #2f83dd);
	border-radius: 5px;
}

.menu-item:hover {
	color: black;
}

#date {
	display: inline-block;
	color: white;
	text-align: justify;
	width: 70%;
	padding: 20px;
}

#kor {
	display: inline-block;
	text-align: right;
	width: 7%;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 5px;
	background-image: none;
}

#eng {
	display: inline-block;
	text-align: left;
	width: 5%;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 20px;
	background-image: none;
}

.contain {
	width: 100%;
	padding-left: 32px;
	padding-right: 32px;
	display: block;
	text-align: center;
	margin: auto;
}

.contain h2 {
	font-size: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFD700;
}

.contain img {
	width: 70%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 7px;
	border: 1px solid white;
}

.winnum {
	width: 100%;
	display: block;
	text-align: center;
	margin: auto;
	/* vertical-align: middle; */
	background-image: url("../images/matsudopool-result-background.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 600px;
}


.result {
	/* width: 30%; */
	/* display: inline-block; */
	text-align: center;
	vertical-align: center;
	/* margin-left: 5px; */
	/* margin-right: 5px; */
	color: black;
}

.result th {
	text-align: center;
	font-size: 32px;
}

.first th {
	background: -webkit-linear-gradient(#0065ff, white);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.first .pools, .second .pools, .third .pools {
	width: 1%;
	text-align: center;
	font-size: 1.6rem;
	vertical-align: middle;

	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	line-height: 150px;
	height: 150px;
	font-weight: bold;

}

.first .pools.pools-sm, .second .pools.pools-sm, .third .pools.pools-sm {
	line-height: 50px;
	height: 50px;
}

.first .pools {
	background-image: url("../images/result-button-red.png");
}

.second th {
	background: -webkit-linear-gradient(#ffcc00, white);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.second .pools {
	background-image: url("../images/result-button-blue.png");
}

.third th {
	background: -webkit-linear-gradient(#0065ff, white);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.third .pools {
	background-image: url("../images/result-button-red.png");
}


.prize {
	width: 100%;
	display: block;
	text-align: center;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.prize h2 {
	font-size: 36px;
	width: 70%;
	padding-top: 10px;
	padding-bottom: 10px;
	background: red;
	margin: auto;
	border-radius: 5px;
}

.jackpot {
	width: 30%;
	display: inline-block;
	text-align: center;
	vertical-align: center;
	margin-left: 5px;
	margin-right: 5px;
	color: white;
	border-radius: 5px;
}

.jackpot th {
	text-align: center;
	font-size: 32px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.jackpot td {
	width: 30%;
	text-align: center;
	font-size: 32px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.one {
	background-image: linear-gradient(to bottom, #ff1a00, #b11200);
}

.two {
	background-image: linear-gradient(to bottom, #45494d, #000000);
}

.three {
	background-image: linear-gradient(to bottom, #0065ff, #0040a1);
}


#copy {
	font-size: 16px;
}

.history {
	width: 100%;
	text-align: center;
	/* vertical-align: center; */
	/* margin: auto; */
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
}

.history th {
	font-size: 1.7rem;
	background-image: linear-gradient(to bottom, #63b3fa, #2f83dd);
	border: 1px solid white;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: center;
}

.history td {
	font-size: 1.4rem;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid white;
	background: rgba(0, 0, 0, 0.25);
	vertical-align: center;
}

h3 {
	font-size: 1.6rem;
	color: #FFD700;
}

.date {
	font-size: 1.2rem;
	color: #FFD700;
}



.first .loader-dv, .second .loader-dv, .third .loader-dv {
	height: 150px;
}

.first .loader-dv-sm, .second .loader-dv-sm, .third .loader-dv-sm {
	height: 50px;
}

.loader,
.loader:before,
.loader:after {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}

.loader {
	color: #ffffff;
	font-size: 10px;
	margin: 0px auto;
	top: -24px;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.loader:before,
.loader:after {
	content: '';
	position: absolute;
	top: 0px;
}

.loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.loader:after {
	left: 3.5em;
}

@-webkit-keyframes load7 {

	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}

	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

@keyframes load7 {

	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}

	40% {
		box-shadow: 0 2.5em 0 0;
	}
}
