@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

html {
	font-size: 12px;
	height: 100%;
}

body {
	height: 100%;
	background:#fff;
}

img, fieldset {
	border: none;
	vertical-align: middle;
}

input, select, textarea {
	font-weight: normal;
	font-size: 12px;
	color: #333;
}

input, textarea, fieldset {
	margin: 0;
	padding-left: 10px;
	border: #CCC solid 1px;
}

input, select, textarea {
	vertical-align: middle;
	border-radius: .3rem;
	font-weight: lighter;
	font-size: 13px;
}
input::placeholder {
	font-size:70%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

li {
	list-style-type: none;
}

a {
	outline: none;
	select-dummy: expression(this.hideFocus = true);
}

A:link {
	color:#333;
	text-decoration: none;
}

A:visited {
	color:#333;
	text-decoration: none;
}

A:hover {
	color:#333;
	text-decoration: none;
}

button {
	cursor: pointer;
	font-weight: 400;
	text-transform: none;
	text-decoration: none;
	border: none;
	display: inline-block;
	line-height: 1;
	text-align: center;
}

.btn_primary {
	color:#fff;
	border: 1px solid #000;
	background:url(../../img/vegas/btn_bg.jpg) center center no-repeat;
	background-size:100% 100%;
}
.btn_secondary {
	color:#000;
	background:url(../../img/vegas/btn_bg2.jpg) center center no-repeat;
	background-size:100% 100%;
}
.btn_gray {
	color:#000;
	background:url(../../img/vegas/btn_bg3.png) center center no-repeat;
	background-size:100% 100%;
	border:1px #000 solid;
}
.btn_primary:hover, .btn_secondary:hover, .btn_gray:hover {
    filter: brightness(130%);
}
*::selection {
	color: #fff;
	background-color: #f11e22;
}
.t_yellow {
	color:#f11e22 !important;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.logo {
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	text-indent: -1000px;
}

.eng2 {
	font-family: 'Anton', sans-serif;
}

.login_main {
	width:100%;
	height:100%;
	background:url(../../img/vegas/login_hs.jpg) top center no-repeat;
	background-size:cover;
}
	.login_main section {
		position:absolute;
		z-index:1;
		top:50%;
		left:0;
		width:100%;
		height:calc(100% - 50%);
		background:none;
	}
		.login_main section h3 {
			font-size:3rem;
			color:#fff;
			text-shadow:2px 2px #000;
			text-align:center;
			font-weight:normal;
			font-style:italic;
		}
		.login_main section h4 {
			font-size:1.2rem;
			line-height:0;
			color:#fff;
			text-shadow:1px 1px #000;
			text-align:center;
			font-weight:normal;
		}

		.login_main section .copy {
			position:absolute;
			bottom:10px;
			width:90%;
			margin-left:5%;
			color:#666;
			text-align:center;
			font-size:.9rem;
			line-height:1.2;
		}
		.login_main section .login_from {
			width:500px;
			margin:30px auto;
			padding:20px;
			text-align:center;
			background:rgba(0,0,0,.6);
		}
			.login_main section .login_from h2 {
				margin-bottom:10px;
				color:#fff;
				text-align:center;
				font-weight:normal;
			}
			.login_main section .login_from input {
				width:100%;
				height:40px;
				margin:2px auto;
			}
			.login_main section .login_from button {
				height:50px;
				margin:2px 1px;
			}
			.login_main section .login_from button.btn_secondary {
				width:100px;
			}
			.login_main section .login_from button.btn_primary {
				width:150px;
			}

header {
	width:100%;
}
	header .container {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: 1;
    width: auto;
    min-width: 1200px;
    height: 90px;
    display: inline-block;
	}
		header .logo {
			width:260px;
			height:100px;
			background:url(../../img/vegas/logo_hs.png) left center no-repeat;
			background-size:200px;
			display:block;
			float:left;
		}
		header .login {
			line-height:90px;
			display:block;
			transform: skewX(-15deg);
			float:right;
		}
			header .login div, header .login input[type="text"], header .login input[type="password"] {
				position: relative;
				height:30px;
				line-height:2;
				padding:0 20px 0 30px;
				font-size:1.2rem;
				border:2px #cdcdcd solid;
				vertical-align:middle;
				display:inline-block;
			}
			header .login input[type="text"], header .login input[type="password"] {
				width:200px !important;
				padding:0 20px 4px 10px;
				background:#fff !important;
				font-size:1.5rem;
			}
				header .login div span, header .login div a {
					color:#f11e22;
				}
				header .login div > img {
					position: absolute;
					top: 6px;
					left: 5px;
					width:25px;
					transform: skewX(15deg);
				}
			header .login button {
				width:120px;
				height:30px;
				vertical-align:middle;
				display:inline-block;
			}
	header nav {
		position: relative;
		z-index:9;
		width:100%;
		height: auto;
		margin-top:15px;
		background: linear-gradient(#580000 0%, #940001 100%);
		border-top: 1px solid #4f0500;
	}
		header nav > ul {
			width:1200px;
			height: 40px;
			line-height:40px;
			margin:0 auto;
		}
			header nav > ul > li {
				padding:0 35px;
				color:#fff;
				font-size:1.2rem;
				background:url(../../img/vegas/leftbgmenu.png)bottom left no-repeat;
				float:left;
				cursor:pointer;
			}
			header nav > ul > li:hover {
				background:url(../../img/vegas/menuhover.jpg)center no-repeat;
				background-size:100% 100%;
			}
			header nav > ul > li.home {
				width:50px;
				padding:0;
				font-size:0;
				background-color:#280200;
				background-image:url(../../img/vegas/ic_home.png);
				background-position:center;
				background-repeat:no-repeat;
				background-size:26px;
				float:left;
			}
			header nav > ul > li.home:hover {
				background-size:26px;
			}
				header nav > ul > li > span {
					position: absolute;
					width:100px;
					height:30px;
					line-height:28px;
					top:-20px;
					left: 50%;
					text-align:center;
					transform: translateX(-532px);
					background: #efbf2d;
					color: #021d22;
					border-radius:5px;
				}
					header nav > ul > li > span:after {
						top: 100%;
						left: 50%;
						border: solid transparent;
						content: " ";
						height: 0;
						width: 0;
						position: absolute;
						pointer-events: none;
						border-color: hsla(0, 0%, 100%, 0);
						border-top-color: #efbf2d;
						border-width: 5px;
						margin-left: -5px;
					}
				header nav > ul > li:hover ul {
					display:block;
				}
				header nav > ul > li > ul {
					position:absolute;
					top:40px;
					left:0;
					width:100%;
					font-size:0;
					text-align:center;
					background:rgba(255,255,255,.7);
					display:none;
				}
					header nav > ul > li > ul li {
						position: relative;
						width:120px;
						height:80px;
						margin:0 1px;
						padding:40px 10px;
						font-size:1.3rem;
						line-height:1.5rem;
						text-align:center;
						vertical-align:middle;
						color:#fff;
						background-size:cover;
						background-position:center;
						transform: skewX(-15deg);
						display:inline-block;
					}
					header nav > ul > li > ul li:nth-child( 1 ) {
						background-image:url(../../img/vegas/live-casino1.jpg);
					}
					header nav > ul > li > ul li:nth-child( 2 ) {
						background-image:url(../../img/vegas/live-casino2.jpg);
					}
					header nav > ul > li > ul li:nth-child( 3 ) {
						background-image:url(../../img/vegas/live-casino3.jpg);
					}
					header nav > ul > li > ul li:nth-child( 4 ) {
						background-image:url(../../img/vegas/live-casino4.jpg);
					}
					header nav > ul > li > ul li:nth-child( 5 ) {
						background-image:url(../../img/vegas/live-casino5.jpg);
					}
					header nav > ul > li > ul li:nth-child( 6 ) {
						background-image:url(../../img/vegas/live-casino6.jpg);
					}
					header nav > ul > li > ul li:nth-child( 7 ) {
						background-image:url(../../img/vegas/live-casino7.jpg);
					}
					header nav > ul > li > ul li:nth-child( 8 ) {
						background-image:url(../../img/vegas/live-casino8.jpg);
					}
					header nav > ul > li > ul li:nth-child( 9 ) {
						background-image:url(../../img/vegas/live-casino9.jpg);
					}
					header nav > ul > li > ul li:nth-child( 10 ) {
						background-image:url(../../img/vegas/live-casino10.jpg);
					}
					header nav > ul > li > ul li:nth-child( 11 ) {
						background-image:url(../../img/vegas/live-casino11.jpg);
					}
					header nav > ul > li > ul li:nth-child( 12 ) {
						background-image:url(../../img/vegas/live-casino12.jpg);
					}
					header nav > ul > li > ul li:nth-child( 13 ) {
						background-image:url(../../img/vegas/live-casino1.jpg);
					}
					header nav > ul > li > ul li:nth-child( 14 ) {
						background-image:url(../../img/vegas/live-casino2.jpg);
					}
					header nav > ul > li > ul li:nth-child( 15 ) {
						background-image:url(../../img/vegas/live-casino3.jpg);
					}
					header nav > ul > li > ul li:nth-child( 16 ) {
						background-image:url(../../img/vegas/live-casino4.jpg);
					}
					header nav > ul > li > ul li:nth-child( 17 ) {
						background-image:url(../../img/vegas/live-casino5.jpg);
					}
					header nav > ul > li > ul li:nth-child( 18 ) {
						background-image:url(../../img/vegas/live-casino6.jpg);
					}
						header nav > ul > li > ul li:after {
							position: absolute;
							top:-5px;
							left:50%;
							margin-left:-18px;
							width:36px;
							height:50px;
							background:url(../../img/vegas/ic_card.png) center center no-repeat;
							background-size:contain;
							content: " ";
						}
						header nav > ul > li > ul li:before {
							position: absolute;
							top:0;
							left:0;
							z-index:-1;
							width:100%;
							height:100%;
							background:rgba(0,0,0,.5);
							content: " ";
						}
						header nav > ul > li > ul li:hover:before {
							background:rgba(240,30,35,.9);
							content: " ";
						}

	header .notice_header {
		position:absolute !important;
		z-index: 2;
		top:75px;
		left:50%;
		margin-left:-600px;
		width:1200px;
		height: 30px;
		line-height:30px;
		text-align:center;
		overflow:hidden;
	}



section {
	background:url(../../img/vegas/bg_main.jpg) bottom center no-repeat fixed;
	background-size:cover;
	overflow:hidden;
}
section.sub {
	background:url(../../img/vegas/bg_main.jpg) bottom center no-repeat fixed;
	background-size:cover;
	overflow:hidden;
}
	section .container {
		width:1200px;
		margin:0px auto;
	}
	section.main .container {
		width:100%;
		margin:20px auto;
	}

.banner {
	position: relative;
	width:100%;
	background:url(../../img/vegas/bg_hs.jpg) center;
	overflow:hidden;
}
	.main .banner {
		height:450px;
	}
	.sub .banner {
		height:300px;
	}
	.banner .text {
		position: absolute;
		z-index:2;
		right:0;
		width:40%;
		height:100%;
		padding-left:50px;
		background:rgba(0,0,0,.5);
		color:#fff;
		text-align:left;
	}
	.banner .text:before {
		position: absolute;
		z-index:2;
		left: -120px;
		top: 0;
		height: 0;
		width: 0;
		border-color: transparent transparent rgba(0,0,0,.54);
		border-style: solid;
		border-width: 0 0 450px 120px;
		content: "";
		display: block;
	}
	.banner .logo {
		position: absolute;
		z-index:2;
	}
	.banner video {
		position: absolute;
		z-index:0;
		top: -50%;
		width: 100%;
		min-height: 200%;
	}
	.sub .banner .text:before {
		border-width: 0 0 300px 120px;
	}
		.banner .text h2, .banner .text h3 , .banner .text h4 {
			color:#fff;
		}
		.banner .text h2 {
			margin-top:100px;
			font-size:2rem;
			line-height:1;
		}
		.sub .banner .text h2 {
			margin-top:60px;
		}
		.banner .text h3 {
			margin:20px 0;
			font-size:4rem;
			line-height:1.2;
		}
		.banner .text h4 {
			font-size:1.2rem;
			line-height:1.8;
		}
		.banner .text button {
			margin:10px 0;
			width:120px;
			height:35px;
			filter: brightness(130%);
		}
		.sub .banner .text button {
			display:none;
		}

ul.game {
	width:100%;
	padding:20px 0 50px 0;
	text-align:center;
	overflow:hidden;
}
	ul.game li {
		position:relative;
		top:0px;
		width:310px;
		height:245px;
		margin:10px;
		text-align:left;
		background-size:cover;
		background-position:center;
		cursor:pointer;
		display:inline-block;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}
	ul.game li:hover {
		top:-10px;
	}
	ul.game li:nth-child( 1 ) {
		background-image:url(../../img/vegas/game1.png);
	}
	ul.game li:nth-child( 2 ) {
		background-image:url(../../img/vegas/game2.png);
	}
	ul.game li:nth-child( 3 ) {
		background-image:url(../../img/vegas/game3.png);
	}
	ul.game li:nth-child( 4 ) {
		background-image:url(../../img/vegas/game4.png);
	}
	ul.game li:nth-child( 5 ) {
		background-image:url(../../img/vegas/game5.png);
	}
	ul.game li:nth-child( 6 ) {
		background-image:url(../../img/vegas/game6.png);
	}
	ul.game li:nth-child( 7 ) {
		background-image:url(../../img/vegas/game7.png);
	}
	ul.game li:nth-child( 8 ) {
		background-image:url(../../img/vegas/game8.png);
	}
	ul.game li:nth-child( 9 ) {
		background-image:url(../../img/vegas/game9.png);
	}
	ul.game li:nth-child( 10 ) {
		background-image:url(../../img/vegas/game10.png);
	}
	ul.game li:nth-child( 11 ) {
		background-image:url(../../img/vegas/game11.png);
	}
	ul.game li:nth-child( 12 ) {
		background-image:url(../../img/vegas/game12.png);
	}
	ul.game li:nth-child( 13 ) {
		background-image:url(../../img/vegas/game1.png);
	}
	ul.game li:nth-child( 14 ) {
		background-image:url(../../img/vegas/game2.png);
	}
	ul.game li:nth-child( 15 ) {
		background-image:url(../../img/vegas/game3.png);
	}
	ul.game li:nth-child( 16 ) {
		background-image:url(../../img/vegas/game4.png);
	}
	ul.game li:nth-child( 17 ) {
		background-image:url(../../img/vegas/game5.png);
	}
	ul.game li:nth-child( 18 ) {
		background-image:url(../../img/vegas/game6.png);
	}
	ul.game li:nth-child( 19 ) {
		background-image:url(../../img/vegas/game7.png);
	}
	ul.game li:nth-child( 20 ) {
		background-image:url(../../img/vegas/game8.png);
	}
	ul.game li:nth-child( 21 ) {
		background-image:url(../../img/vegas/game9.png);
	}
	ul.game li:nth-child( 22 ) {
		background-image:url(../../img/vegas/game11.png);
	}
	ul.game li:nth-child( 23 ) {
		background-image:url(../../img/vegas/game12.png);
	}
	ul.game li:nth-child( 24 ) {
		background-image:url(../../img/vegas/game1.png);
	}
	ul.game li:nth-child( 25 ) {
		background-image:url(../../img/vegas/game2.png);
	}
	ul.game li:nth-child( 26 ) {
		background-image:url(../../img/vegas/game3.png);
	}
	ul.game li:nth-child( 27 ) {
		background-image:url(../../img/vegas/game4.png);
	}
	ul.game li:nth-child( 28 ) {
		background-image:url(../../img/vegas/game5.png);
	}
	ul.game li:nth-child( 29 ) {
		background-image:url(../../img/vegas/game6.png);
	}
	ul.game li:nth-child( 30 ) {
		background-image:url(../../img/vegas/game7.png);
	}
		ul.game li span {
			position:absolute;
			bottom:0px;
			left:0px;
			width:120px;
			height:20px;
			background-size:contain;
			background-position:left top;
			background-repeat:no-repeat;
		}
		ul.game li span.phone {
			background-image:url(../../img/vegas/label_phone.png);
		}
		ul.game li span.online {
			background-image:url(../../img/vegas/label_online.png);
		}
		ul.game li div.name {
			position:absolute;
			top:70px;
			left:15px;
			width:calc(100% - 30px);
		}
			ul.game li div.name h2 {
				font-size:2.5rem;
				line-height:1;
				color:#fff;
				letter-spacing:-1px;
			}
			ul.game li:hover div.name h2 {
				display:none;
			}
			ul.game li div.name h3 {
				font-size:2rem;
				line-height:1.5;
				color:#fff;
			}
			ul.game li:hover div.name h3 {
				padding-left:20px;
				font-size:3rem;
				text-shadow:2px 2px #000;
			}
			ul.game li div.name button {
				position:absolute;
				top:55px;
				width:120px;
				height:46px;
				left:15px;
				background:#f11e22;
				color:#fff;
				font-size:2rem;
				font-weight:bold;
				transform: skewX(-15deg);
				display:none;
			}
			ul.game li:hover div.name button {
				display:block;
			}

section.main .container-slot {
	position:relative;
	width:100%;
	margin:30px auto 0px auto;
	padding:25px 0;
	background: url(../../img/common/slot/bg_slot.jpg) center no-repeat;
	display:flex;
	justify-content:center;
}
.container-slot:after {
	position:absolute;
	z-index:0;
	bottom:-65px;
	width:100%;
	height:100%;
	background: url(../../img/common/slot/bg_slot_title.png) center no-repeat;
	content:"";
}
	.container-slot h2.title {
		position:absolute;
		z-index:0;
		top:-50px;
		left:0;
		width:100%;
		height:140px;
		background: url(../../img/common/slot/slot_title.png)center no-repeat;
		display:block;
	}
	.container-slot > div {
		position:relative;
		z-index:1;
		width:300px;
		height:200px;
		padding:0 20px;
		margin:0 250px;
		border:5px #997d45 solid;
		background: url(../../img/common/slot/bg_slot.gif)center;
		vertical-align:top;
		box-shadow:1px 5px 10px #000;
		text-align:center;
		cursor:pointer;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.container-slot > div:hover {
		margin-top:-10px;
		border:5px #ffdc96 solid;
	}
	.container-slot > div:hover p {
		color:#deb460;
	}
		.container-slot > div .slot-logo {
			width:200px;
			height:50px;
			line-height:50px;
			margin:40px auto 5px auto;
			text-align:center;
		}
			.container-slot > div .slot-logo img {
				max-width:100%;
				max-height:100%;
				vertical-align:bottom;
			}
		.container-slot > div p {
			color:#fff;
			font-size:1.5rem;
			font-weight:bold;
		}
		.container-slot > div span {
			width:100%;
			line-height:2;
			color:#d9c5a2;
			font-weight:bold;
			font-size:1.8rem;
			display:block;
		}




.main .board {
	width:100%;
	min-height:300px;
	padding:20px 0;
	background:#efefef;
	text-align:center;
	font-size:0;
}
	.main .board > h2 {
		font-size:3rem;
		line-height:1;
		color:#f11e22;
	}
	.main .board > h3 {
		font-size:1.5rem;
		line-height:2;
		color:#666;
	}
	.main .board > ul {
		position:relative;
		width:420px;
		height:250px;
		margin: 30px 0px 0px 0px;
		padding: 10px 35px 20px 35px;
		vertical-align: top;
		display: inline-block;
	}
	.main .board > ul:after {
		position:absolute;
		bottom:0;
		right:0;
		width:1px;
		height:70%;
		content:"";
		background:#ccc;
	}
	.main .board > ul:last-child:after {
		display:none;
	}
		.main .board>ul>h2 {
			width:100%;
			line-height:35px;
			font-size:24px;
			text-align:center;
			font-style:italic;
			color:#f11e22;
			letter-spacing:-2px;
			display:block;
		}
		.main .board>ul>p {
			width:100%;
			margin-bottom:20px;
			font-size:12px;
			font-style:italic;
			font-weight:bold;
			color:#555;
			display:block;
		}
		.main .board ul li {
			position: relative;
			width: 100%;
			height: 28px;
			padding-right: 100px;
			font-size:12px;
			line-height: 28px;
			text-align: left;
			cursor: pointer;
			color: #000;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}
		.main .board ul li:hover {
			text-decoration: underline;
		}
			.main .board ul li span {
				position: absolute;
				right: 0;
				font-size: 11px;
				color: #999;
				float: right;
			}
			.main .board ul li p {
				width: 80px;
				float: left;
				white-space: nowrap; 
				overflow: hidden;
			}
			.main .board ul li strong {
				width: 120px;
				font-size: 13px;
				color:#fe9c26;
				text-align: right;
				float: left;
			}
	.main .board ul .payment {
		position: absolute;
		width: 350px;
		margin: 0 auto;
		color: #000;
		font-size:12px;
	}
		.main .board ul .payment .navi {
			width: 170px;
			height: 24px;
			line-height: 22px;
			float: left;
			border: 1px #999 solid;
			opacity: .5;
			cursor: pointer;
		}
		.main .board ul .payment .navi:first-child {
			margin-right: 10px;
		}
		.main .board ul .payment .on {
			opacity: 1;
		}
		.main .board ul .payment .navi:hover {
			opacity: 1;
		}
		.main .board ul .payment div {
			width: 350px;
			height: 120px;
			margin: 0 auto;
			overflow: hidden;
		}
			.main .board .payment div ul {
				width:100%;
				padding:0 10px;
			}
				.main .board .payment div ul li {
					height: 24px;
					line-height: 24px;
				}


section.sub {
	padding-bottom:20px;
}
section.join {
	width:100%;
}
	section.bet .container {
		margin:20px auto;
		padding:20px 30px;
	}
	section.join .container {
		width:1250px;
	}

.sub .container > .title {
	margin:10px 0 30px 0;
	padding-bottom:20px;
	border-bottom:1px #ccc solid;
	overflow:hidden;
}
	.sub .container .title h2 {
		margin-right:10px;
		color:#f11e22;
		font-size:3rem;
		text-transform:uppercase;
		letter-spacing:-1px;
		display:inline-block;
	}
	.sub .container .title span {
		font-size:2rem;
		color:#666;
		letter-spacing:-1px;
	}
	.sub .container .info {
		font-size:1.5rem;
		line-height:2.2;
	}
		.sub .container > .info > p {
			padding-left:25px;
			background:url(../../img/vegas/img_point.png) left center no-repeat;
			background-size:1.5rem;
		}

section.sub .container .form_money {
	width: 100%;
	margin: 30px 0 10px 0;
	padding: 20px;
	text-align: center;
}
	section.sub .container .form_money p {
		margin: 10px 0;
		font-size: 1.8rem;
	}
	section.sub .container .form_money input[type="text"], section.sub .container .form_money input[type="password"] {
		width: 400px;
		height: 50px;
		border: 1px #ccc solid;
		text-align: center;
		font-size:2rem;
	}

	section.sub .container .form_money .btn_set {
		margin: 20px 0;
		display: block;
	}
		section.sub .container .form_money .btn_set button {
			min-width: 120px;
			height:40px;
			padding:0 5px;
			border-radius:2px;
			font-size: 1.3rem;
			vertical-align:top;
		}

section.sub .container .btn_primary, section.sub .container .btn_secondary {
    margin-top:50px;
	min-width:150px;
	padding:0 10px;
    height: 50px;
    font-size: 1.5rem;
}

section.sub .container .form_money dl {
	margin: 0 auto;
	border: 1px #ccc solid;
	border-bottom: none;
	width: 800px;
	overflow:hidden;
}
	section.sub .container .form_money dl dt, section.sub .container .form_money dl dd	{
		height: 50px;
		line-height: 50px;
		font-size:1.2rem;
		border-bottom: 1px #ccc solid;
		float:left;
	}
	section.sub .container .form_money dl dt {
		width: 40%;
		border-right: 1px #ccc solid;
	}
	section.sub .container .form_money dl dd {
		width: 60%;
		padding-left: 10px;
		text-align: left;
	}
		section.sub .container .form_money dl dd input[type="text"] {
			width: 100%;
			height:40px;
		}

section.sub .container .nav_sub {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

section.sub .container .nav_sub li {
	width: 150px;
	height: 35px;
	line-height:2;
	font-size:1.2rem;
	display: inline-block;
	border: 2px #999 solid;
	cursor: pointer;
	opacity: .6;
}

section.sub .container .nav_sub li:hover {
	opacity: 1;
}

section.sub .container .nav_sub li.on {
	opacity: 1;
}

section.sub .container .info_table {
	width: 100%;
	margin: 0 0 10px 0;
	font-size:1.2rem;
}

section.sub .container .info_table span {
	font-weight: bold;
	color: #f11e22;
}

section.sub .container .table {
	width: 100%;
}

section.sub .container .table th {
	height: 40px;
	text-align: center;
	background: linear-gradient(180deg, #333 10%, #000 90%);
	border: 1px #333 solid;
	color:#fff;
	line-height: 1.2;
	word-break: break-word;
}

section.sub .container .table td {
	height: 44px;
	padding: 0 5px;
	text-align: center;
	font-size:1.2rem;
	border: 1px #ccc solid;
	color: #333;
}
section.sub .container .table td:last-child {
	font-size:1rem;
	color: #666;
}

section.sub .container .table td.subject {
	text-align: left;
}

section.sub .container .table tr {
	background: #fff;
}

section.sub .container .table tr:hover {
	background: #f2f2f2;
}
	section.sub .container div.processing {
		height:24px;
		line-height:24px;
		margin:0 auto;
		color:#fff;
		background:#666;
		border-radius:.3rem;
		text-align:center;
		display:block;
	}
	section.sub .container div.completed {
		height:24px;
		line-height:24px;
		margin:0 auto;
		color:#fff;
		background:#419fd9;
		border-radius:.3rem;
		text-align:center;
		display:block;
	}
	section.sub .container a.delete {
		height:24px;
		line-height:24px;
		padding:0 10px;
		margin:0 auto;
		color:#dbb376 !important;
		background: linear-gradient(to bottom, #0e0e0e 0%,#222222 50%,#0e0e0e 100%);
		border:1px #000 solid;
		border-radius:.3rem;
		text-align:center;
		display:block;
	}
	section.sub .container a.delete img {
		margin:-2px 3px 0 0;
	}
		section.sub .container a.delete:hover {
			background: linear-gradient(to bottom, #222222 0%,#0e0e0e 50%,#222222 100%);
		}

section.sub .container tr.paging {
	background: none;
}

section.sub .container tr.paging:hover {
	background: none;
}

section.sub .container tr.paging td {
	background: none;
	border: none;
}

section.sub .container .paging td a {
	width: 24px;
	height: 24px;
	line-height: 23px;
	margin: 20px 2px 0 2px;
	text-align: center;
	border: 1px #ccc solid;
	border-radius: .3rem;
	color: #333;
	display: inline-block;
	cursor: pointer;
}

section.sub .container .paging td a:hover {
	border: 1px #333 solid;
	background: #333;
	color: #fff;
}

section.sub .container .paging td a.on {
	border: 1px #333 solid;
	background: #333;
	color: #fff;
	font-weight: bold;
}

section.sub .container .board tr {
	cursor: pointer;
}

section.sub .container .board tr:hover td.subject {
	font-weight: bold;
	text-decoration: underline;
}

section.sub .container .board_view {
	position: relative;
	text-align:left;
}

section.sub .container .board_view .subject {
	font-size: 2rem;
	line-height:2.5;
	border-bottom: 2px #333 solid;
}

section.sub .container .board_view .subject input {
	width: 100%;
	height: 40px;
	margin: 5px 0;
	font-size:1.5rem;
}

section.sub .container .board_view .info {
	padding: 10px 0;
	border-bottom: 1px #333 solid;
}

section.sub .container .board_view .info span {
	margin-right: 20px;
	display: inline-block;
}

section.sub .container .board_view .content {
	padding: 40px 20px;
	line-height: 2;
	font-size:1.5rem;
	border-bottom: 1px #333 solid;
	overflow-wrap: break-word;
}

section.sub .container .board_view .question {
	border-bottom: 1px #333 dashed;
}

section.sub .container .board_view .content p.title {
	width:100px;
    padding: 5px 0;
    margin: 0 0 10px 0;
    line-height:1;
    background: #fff;
    color: #021d22;
    border: 1px #666 solid;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 3px;
	text-align:center;
    display: block;
}

section.sub .container .board_view .content p.title:after {
	display: block;
}

section.sub .container .board_view .write {
	padding: 20px 0px;
	line-height: 20px;
	border-bottom: 1px #fff solid;
}

section.sub .container .board_view .write textarea {
	width: 100%;
	height: 300px;
	padding: 10px;
	font-size:1.5rem;
	line-height:1.5;
}

section.sub .container .board_view .btn_set {
	padding: 20px 15px;
	text-align: center;
	overflow: hidden;
}

section.sub .container .board_view .btn_set button {
	margin: 0 5px;
}

section.sub .container .board_view .btn_set button.btn_gray {
	height: 36px;
	padding: 0 2rem;
}

section.sub .container .info_write {
	margin-top: 50px;
	width: 100%;
}

section.sub .container .info_write li {
	border-bottom: 1px #ccc solid;
	overflow:hidden;
}

section.sub .container .info_write li>div {
	width: 79%;
	height: 50px;
	line-height: 2.5;
	font-size:1.5rem;
	color:#333;
	padding: 0 10px;
	text-align:left;
	float:left;
}

section.sub .container .info_write li>div.title {
	width: 20%;
	padding: 0 20px;
	border-right: 1px #ccc solid;
	border-bottom:none;
	margin-bottom:0;
	color:#000;
	font-size:1.5rem;
	font-weight: bold;
	font-style:normal;
	text-align: right;
}

section.sub .container .info_write li>div.point {
	text-align:left;
	font-weight: bold;
}

section.sub .container .info_write li>div input[type="text"], input[type="password"] {
	width: 400px;
	height: 40px;
	margin-right: 10px;
	font-size:1.3rem;
}

section.sub .container .info_write li>div button.btn_primary {
	width: 80px;
	height: 30px;
	margin:0px;
	line-height: 30px;
	padding: 0;
	font-size: 1rem;
}

section.sub .container .info_write li>div span.info {
	margin-left:10px;
	color: #f11e22;
	font-size:1.3rem;
	font-weight:normal;
	line-height:3.3;
}

section.sub .container .info_write .btn_set {
	border: none;
	text-align: center;
}

footer {
    background: #2a292a;
    padding: 15px 0;
	text-align:center;
}
	footer nav {
		width:100%;
		margin:15px 0;
	}
		footer nav li {
			width:120px;
			line-height:1;
			color:#ccc;
			border-right:1px #ccc solid;
			cursor:pointer;
			display:inline-block;
		}
		footer nav li:last-child {
			border-right:none;
		}
		footer nav li:hover {
			color:#fff;
		}
	footer .ico {
		width:80%;
		margin:30px auto;
	}
	footer .line {
		width:100%;
		padding:15px 0;
		border-top: 1px solid grey;
		border-bottom: 1px solid grey;
	}
		footer .ico img {
			width:110px;
			height:52px;
			margin:0px 10px;
		}
	footer p {
		width:80%;
		margin:0 auto;
		padding:15px 0;
		color:#626262;
	}

	footer .eng {
		padding:20px 0;
		color:#fff;
	}


.popup {
	position:absolute;
	top:200px; 
	left:30%;
	z-index:9999;
	max-width:500px;
	border: 1px #f11e22 solid;
	background:#fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	box-shadow:1px 1px 10px #000;
	overflow:hidden;
}
	.popup h2 {
		position:relative;
		line-height:3;
		text-align:center;
		background:#f11e22;
		font-size:1.5rem;
		color:#fff;
	}
	.popup .contain {
		min-width:200px;
		max-width:500px;
		max-height:700px;
		padding:10px;
		overflow-y:auto;
		overflow-x:hidden;
	}
		.popup .contain P {
			font-size:1.3rem;
			line-height:1.5;
		}
	.popup .btm {
		width:100%;
		height:40px;
		line-height:40px;
		padding-left:10px;
		background:#f11e22;
		color:#fff;
	}
		.popup .btm input {
			margin-right:5px;
			border:1px #fff solid;
		}
		.popup .btm button {
			width:80px;
			height:34px;
			margin:3px;
			color:#000;
			background:fff;
			font-weight:bold;
			float:right;
	}


.help {
	text-align:left;
}
	.help h2 {
		margin:30px 0 10px 0;
		font-size:15px;
		color:#f11e22;
	}

	.help img {
		margin:30px auto 10px auto;
	}

	.help .type1 li {
		margin: 5px 0;
		line-height: 16px;
		padding-left: 10px;
		font-size: 1.2rem;
		color: #333;
		background: url(../../img/kingdom/bul.gif) 0 8px no-repeat;
	}
	.help .type2 p {
		margin: 10px 0;
		line-height: 20px;
		padding:0 20px 0 10px;
		font-size: 1.2rem;
		color: #333;
		background: url(../../img/kingdom/bul.gif) 0 8px no-repeat;
	}

	.help .rule {
		margin:30px 0;
		border-top:2px #ccc solid;
	}
	.help .rule dl {
		padding:20px 0;
		border-bottom:1px #ccc dashed;
	}
	.help .rule dl dt {
		margin-bottom:10px;
		color:#f11e22;
		font-size:14px;
		font-weight:bold;
	}
	.help .rule table {
		width: 100%;
		background:#333;
	}

		.help .rule table th , .help .rule table td {
			padding: 10px 0;
			line-height:20px;
			font-size: 13px;
			color: #fff;
			text-align: center;
			border: 1px solid #cbc6b2
		}
		.help .rule table th {
			background: #f3f1ec;
			color: #232323;
		}


.error span {
	position: absolute;
    height: 37px;
    line-height: 34px;
    margin: 5px 0;
    padding: 3px 5px;
    background: #f11e22;
    color: #fff;
}


.lang {
	position:absolute;
	z-index:10;
	top:10px;
	right:10px;
	font-size:1rem;
	color:#fff;
	background: url("../../img/common/lang/ic_arrowD.png") 90px center no-repeat rgba(0,0,0,.5);
	background-size:12px;
}
	.lang .now_lang {
		position:relative;
		height:30px;
		line-height:29px;
		padding:0 38px;
		border:1px #333 solid;
		cursor:pointer;
	}
		.lang :after {
			position:absolute;
			top:2px;
			left:6px;
			width:22px;
			height:22px;
			border:1px #000 solid;
			border-radius:50%;
			background-size:cover;
			background-position:center;
			background-repeat:no-repeat;
			content:"";
		}
		.lang .en:after {
			background-image:url("../../img/common/lang/en2.png");
		}
		.lang .ch:after {
			background-image:url("../../img/common/lang/ch2.png");
		}
		.lang .jp:after {
			background-image:url("../../img/common/lang/jp2.png");
		}
		.lang .ko:after {
			background-image:url("../../img/common/lang/ko2.png");
		}
		.lang .th:after {
			background-image:url("../../img/common/lang/th2.png");
		}
	.lang ul {
		position:absolute;
		width:100%;
		display:none;
		border:1px #333 solid;
		margin-top:-1px;
	}
	.lang:hover ul {
		display:block;
	}
		.lang ul li {
			position:relative;
			margin-top:-1px;
			width:100%;
			height:30px;
			line-height:29px;
			padding-left:38px;
			border-top:1px #333 solid;
			background:#000;
			display:block;
			cursor:pointer;
		}
		.lang ul li:hover {
			background:#222;
		}

header .lang {
	top:108px;
	font-size:1.2rem;
}
	header .lang .now_lang {
		height:41px;
		line-height:40px;
		border:none;
	}
		header .lang :after {
			top:9px;
		}
		header .lang ul li {
			height:41px;
			line-height:40px;
		}
