/*-------- CSS -------------*/
/* ------------------Reset--------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}

/*----------------- global ------------------------*/

body {
	margin: auto;
	vertical-align: middle;
	font-family: arial;
	cursor: default;
}

.bg-logo {
	width: 100%;
	background: white;
	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("../image/seoulpools-background.jpg");
	background-size: 100% 100%;
	background-repeat: no repeat;
}

.body {
	width: 70%;
	display: block;
	margin: auto;
	text-align: center;
	color:white;
	padding-top: 10px;
	padding-bottom: 10px;
}

.body p {
	font-size: 18px;
	padding: 3px;
}

.menu {
	display:inline-block;
	width: 95%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: auto;
	vertical-align: bottom;
}

.menu a {
	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 a: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: 90%;
	display: block;
	text-align: center;
	margin: auto;
}

.contain h2 {
	font-size: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.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("../image/seoulpools-result-background.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 480px;
}

.result {
	width: 30%;
	display: inline-block;
	text-align: center;
	vertical-align: center;
	margin-left: 5px;
	margin-right: 5px;
	color: white;
}

.result th {
	text-align: center;
	font-size: 32px;
}

.first th {
	background: -webkit-linear-gradient(#ff1a00, white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.first td {
	width: 1%;
	text-align: center;
	font-size: 36px;
	vertical-align: middle;
	background-image: url("../image/result-button-red.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	line-height: 150px;
	height: 150px;
}

.second th {
	background: -webkit-linear-gradient(#45494d, white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.second td {
	width: 1%;
	text-align: center;
	font-size: 36px;
	vertical-align: middle;
	background-image: url("../image/result-button-black.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	line-height: 150px;
	height: 150px;
}

.third th {
	background: -webkit-linear-gradient(#0065ff, white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.third td {
	width: 1%;
	text-align: center;
	font-size: 36px;
	vertical-align: middle;
	background-image: url("../image/result-button-blue.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	line-height: 150px;
	height: 150px;
}


.prize {
	width: 100%;
	display: block;
	text-align: center;
	margin: auto;
	vertical-align: middle;
	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%;
	display: inline-block;
	text-align: center;
	vertical-align: center;
	margin: auto;
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
}

.history th {
	font-size: 28px;
	background-image: linear-gradient(to bottom, #63b3fa, #2f83dd);
	border: 1px solid white;
	padding-top: 10px;
	padding-bottom: 10px;
}

.history td {
	width: 1%;
	font-size: 26px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid white;
	background: rgba(0,0,0,0.25);
}

/*---------mobile version---------*/
@media only screen and (max-device-width: 1000px) {

.logo img {
	width: 70%;
}

.body {
	width: 100%;
}

.body p {
	font-size: 18px;
	padding: 3px;
}

.menu a {
	font-size: 32px;
}

#date {
	font-size: 26px;
}

.result th {
	font-size: 42px;

}

.first td {
	font-size: 42px;
}

.second td {
	font-size: 42px;
}


.third td {
	font-size: 42px;
}

.prize h2 {
	font-size: 42px;
}

.jackpot th {
	font-size: 42px;
}

.jackpot td {
	font-size: 42px;
}

#copy {
	font-size: 14px;
}

.history th {
	font-size: 36px;
}

.history td {
	font-size: 32px;
}

}