* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	line-height: 1.6;
	background-color: #000000;
	height: 100%;
	width: 100%;
	color: #333333;
}

/*--------------------------------------
              link style
--------------------------------------*/
a img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a:link {
	text-decoration: none;
	color: #ff00a8;
}
a:visited {
	color:#ff00a8;
	text-decoration: none;
}
a:hover {
	color: #ff00a8;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
	font-size: 10px;
}
.clear {
	clear: both;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


/*--------------------------------------
              basic layout
--------------------------------------*/



#wapper {
	background-image: url(../images/ENTER.jpg);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	text-align: left;
	width: 100%;
	background-position:center top;
	position: relative;
	height: 100%;
}

#contents {
	position: relative;
	width: 100%;
	height: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
}
#contents #enterBox {
	background-image: url(../images/enterlogo.png);
	height: 598px;
	width: 654px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#contents #enterBox #enterBtn {
	position: absolute;
	left: 250px;
	top: 423px;
}
#contents #enterBox p {
	position: absolute;
	left: 225px;
	top: 468px;
}
#mobile {
	background-image: url(../images/ENTER_mb.jpg);
	height: 189px;
	width: 168px;
	position: absolute;
	top: 625px;
	right: 20px;
}
#contents #mobile #qr {
	position: absolute;
	left: 24px;
	top: 47px;
}

#contents h1 {
	font-weight: normal;
	color: #FFFFFF;
	position: absolute;
	left: 20px;
	top: 900px;
}
#contents h2 {
	font-weight: normal;
	color: #FFFFFF;
	position: absolute;
	left: 20px;
	top: 920px;
}
#contents #bookmark {
	display: inline;
	list-style-type: none;
	position: absolute;
	left: 20px;
	top: 973px;
	width: auto;
}
#contents #bookmark li {
	float: left;
	margin-right: 3px;
	display: block;
}
#contents #cpr {
	position: absolute;
	color: #FFFFFF;
	font-size: 10px;
	top: 1136px;
	right: 18px;
}
#contents #cpr a{
	font-size: 10px;
}
#contents .bana {
	position: absolute;
	top: 1020px;
	right: 16px;
	width: 100%;
	text-align: right;
}
#contents .bana ul {
	display: flex;
	justify-content: center;
}
#contents .bana ul li{
	margin: 0 5px;
}