body {
    /* background: url('../images/screenblack.png') no-repeat !important; */
    background: #000;
    overflow: hidden;

    -webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;			 /* Non-prefixed version, currently not supported by any browser */

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
#container {
    position: absolute;
    top:0px;
    left:0px;
    background-size: auto 800px;
    width: 1920px;
    height: 1080px;
    background: #000 !important;
}

/*깜깜이*/
#screenblack {
	background-color:#000;
}
#screenblack>img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	/* height: 1018px; */
	margin: auto;
	z-index: 0;
}
/*별*/
.starImg{
	top:0px; left:0px;
	width:100%;
}

@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}

@keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}

@-webkit-keyframes fadeinout2 {
    0%,100% { opacity: 1; }
    50% { opacity: 0; }
  }
  
  @keyframes fadeinout2 {
    0%,100% { opacity: 1; }
    50% { opacity: 0; }
  }

.starImg img {
    width: 100%;
}

.star01 {
    position: absolute;
    top: 150px;
    left: 255px;
    width: 70px;
    -webkit-animation: fadeinout 3s linear infinite;
	animation: fadeinout 3s linear infinite;
}
.star02 {
    position: absolute;
    top: 460px;
    left: 565px;
    width: 40px;
    -webkit-animation: fadeinout2 3s linear infinite;
	animation: fadeinout2 3s linear infinite;
}
.star03 {
    position: absolute;
    top: 900px;
    left: 810px;
    width: 40px;
    -webkit-animation: fadeinout 3s linear infinite;
	animation: fadeinout 3s linear infinite;
}
.star04 {
    position: absolute;
    top: 480px;
    left: 1070px;
    width: 50px;
    -webkit-animation: fadeinout2 3s linear infinite;
	animation: fadeinout2 3s linear infinite;
}
.star05 {
    position: absolute;
    top: 150px;
    left: 1340px;
    width: 60px;
    -webkit-animation: fadeinout 3s linear infinite;
	animation: fadeinout 3s linear infinite;
}
.star06 {
    position: absolute;
    top: 800px;
    left: 1680px;
    width: 50px;
    -webkit-animation: fadeinout 3s linear infinite;
	animation: fadeinout 3s linear infinite;
}
.star07 {
    position: absolute;
    top: 770px;
    left: 300px;
    width: 60px;
    -webkit-animation: fadeinout2 3s linear infinite;
	animation: fadeinout2 3s linear infinite;
}
.star08 {
    position: absolute;
    top: 150px;
    left: 825px;
    width: 70px;
    -webkit-animation: fadeinout2 3s linear infinite;
	animation: fadeinout2 3s linear infinite;
}
.star09 {
    position: absolute;
    top: 740px;
    left: 1050px;
    width: 55px;
    -webkit-animation: fadeinout 3s linear infinite;
	animation: fadeinout 3s linear infinite;
}
.star10 {
    position: absolute;
    top: 330px;
    left: 1650px;
    width: 70px;
    -webkit-animation: fadeinout2 3s linear infinite;
	animation: fadeinout2 3s linear infinite;
}
