.contents{
	display: none;
}

.tt{
	background: url(../images/03_initial/tt2.png) center bottom no-repeat !important;
}
/* 게임페이지 */
.gamePage{
	background: url(../images/03_initial/ff.png) center bottom no-repeat;
	position: absolute;
    width: 100%;
	height: 100%;
	display: none;
}

.startPage{
	background: url(../images/03_initial/intro.png) center bottom no-repeat;
	display: block;
}

.mainPage{
    background: url(../images/03_initial/bg1.png) center bottom no-repeat;
}

.resultPage{
	background: url(../images/03_initial/result.png) center bottom no-repeat;
}

/* 시작페이지 타이틀 */
.startPage .title{
	background: url(../images/03_initial/intro_title.png) 0 0 no-repeat;
	width: 534px;
	height: 95px;
	position: absolute;
	top: 207px;
    left: 51%;
    transform: translate(-50%, -50%);
}
/* 버튼 */
.btn{
    position: absolute;
    cursor: pointer;
/*	background: rgba(0,0,0,0.5);*/
	z-index: 1;
}

.btnStart{
	width: 321px;
	height: 137px;
    top: 808px;
    left: 799px;
}

.btnCheck{
	background: url(../images/03_initial/btnCheck.png) 0 0 no-repeat;
	width: 354px;
	height: 120px;
	top: 847px;
    left: 787px;
}

.btnNext{
	background: url(../images/03_initial/btnNext.png) 0 0 no-repeat;
	width: 354px;
	height: 120px;
	top: 847px;
    left: 787px;
}

.btnReplay{
	background: url(../images/03_initial/btnReplay.png) 0 0 no-repeat;
	width: 353px;
	height: 120px;
    top: 879px;
    left: 1545px;
}

/* 타이머 */
.timeWrap{
	position: absolute;
	width: 883px;
	top: 90px;
	left: 50%;
	transform: translate(-50%, -50%);
	animation-play-state: running;
}

.timeWrap div{
	position: absolute;
}

.timeWrap .timebarBack{
	background: url(../images/03_initial/timebarBack.png) 0 0 no-repeat;
	width: 829px;
	height: 96px;
	top: 0px;
	left: 58px;
}

.timeWrap .timebarWrap{
	position: absolute;
	width: 792px;
	height: 66px;
	top: 14px;
	left: 79px;
	border-radius: 15px;
}
.timebarWrap .timebar{
	background: url(../images/03_initial/timebar.png) 0 0 no-repeat;
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.timeWrap .timeClock{
	background: url(../images/03_initial/timeClock.png) 0 0 no-repeat;
	width: 112px;
	height: 125px;
	top: -23px;
	left: -4px;
}

/* 페이지별 오브젝트*/
.mainPage .objWrap{
    position: absolute;
    top: 527px;
	left: 50%;
    transform: translate(-50%, -50%);
}

.mainPage .obj{
	background: url(../images/03_initial/obj.png) 0 0 no-repeat;
	float: left;
	width: 305px;
    height: 304px;
    float: left;
    margin-right: 128px;
}

.mainPage .obj:last-child{
	margin-right: 0px;
}

.mainPage .obj p{
	width: 100%;
	height: 100%;
	
    font-family: 'NotoSan_kr';
    font-size: 170px;
    text-align: center;
	font-weight: bolder;
	line-height: 278px;
	
    color: #e5e5e5;
}

.mainPage .textarea{
    width: 305px;
    height: 304px;
    background: none;
    border: none;
    
	font-family: 'NotoSan_kr';
    font-size: 170px;
    text-align: center;
	font-weight: bolder;
	
	position: absolute;
	top: -13px;
}

.mainPage .textarea:disabled{
    color: #000000;
}

.mainPage .textarea:focus{
    outline: none;
}

/* 정답 */
.mainPage .obj.onCorrect .textarea{
	color: #1d54e2;
}

/* 오답 */
.mainPage .obj.onWrong .textarea{
	color: #e73116;
}

/* 비바몬 */
.vivaWrap .viva{
	position: absolute;
	background: url(../images/03_initial/vivamon.png) 0 0 no-repeat;
	width: 308px;
	height: 266px;
	top: 778px;
    left: 1576px;
}

.popReplay{
	background: url(../images/03_initial/pop_replay.png) 0 0 no-repeat;
	width: 455px;
	height: 157px;
	position: absolute;
	top: 671px;
	left: 1397px;
	display: none;
}

/* 결과페이지 */
.resultWrap{
    position: absolute;
    top: 667px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.resultWrap .result{
	font-family: 'NotoSan_kr';
	font-weight: bolder;
    font-size: 65px;
    text-align: left;
    line-height: 28px;
	margin-bottom: 92px;
}

.item.st{
	top: 527px;
    left: 1522px;
}

.stamp{
	top: -123px;
    left: 1511px;
}

/* .item.st1 {
    background: url('../images/03_initial/stamp/stamp01.png') 0 0 no-repeat;
	width: 231px;
	height: 232px;
}

.item.st2 {
    background: url('../images/03_initial/stamp/stamp02.png') 0 0 no-repeat;
	width: 226px;
	height: 226px;
}

.item.st3 {
    background: url('../images/03_initial/stamp/stamp03.png') 0 0 no-repeat;
	width: 226px;
	height: 226px;
}

.item.st4 {
    background: url('../images/03_initial/stamp/stamp04.png') 0 0 no-repeat;
	width: 226px;
	height: 226px;
}

.item.st5 {
    background: url('../images/03_initial/stamp/stamp05.png') 0 0 no-repeat;
	width: 276px;
	height: 226px;
}

.item.st6 {
    background: url('../images/03_initial/stamp/stamp06.png') 0 0 no-repeat;
	width: 224px;
	height: 226px;
} */


/* 시작페이지 */
.startPage .twinkle{
	background: url(../images/03_initial/twinkle.png)0 0 no-repeat;
	width: 35px;
	height: 40px;
	position: absolute;
	opacity: 0;
	animation: opacity010 3s linear infinite normal;
	display: none;
}


.startPage .twinkle.ani1{
	animation: twinkleScale1 3s linear infinite normal;
}

.startPage .twinkle.ani2{
	animation: twinkleScale2 3s linear infinite normal;
}

.startPage .twinkle.ani3{
	animation: twinkleScale3 3s linear infinite normal;
}

.startPage .twinkle:nth-child(1){
	top: 335px;
	left: 589px;
	transform: rotate(46deg);
}

.startPage .twinkle:nth-child(2){
	top: 471px;
    left: 781px;
    transform: rotate(-28deg);
}

.startPage .twinkle:nth-child(3){
	top: 640px;
    left: 755px;
    transform: rotate(-21deg);
}

.startPage .twinkle:nth-child(4){
	top: 584px;
    left: 942px;
}

.startPage .twinkle:nth-child(5){
	top: 442px;
    left: 1001px;
    transform: rotate(-27deg);
}

.startPage .twinkle:nth-child(6){
	top: 331px;
    left: 1147px;
}

.startPage .twinkle:nth-child(7){
	top: 548px;
    left: 1216px;
    transform: rotate(13deg);
}

.startPage .twinkle:nth-child(8){
	top: 660px;
    left: 1289px;
}

.startPage .twinkle:nth-child(9){
	top: 575px;
    left: 1442px;
    transform: rotate(16deg);
}

.startPage .twinkle:nth-child(10){
	top: 467px;
    left: 1500px;
}

.startPage .twinkle:nth-child(11){
	top: 280px;
    left: 533px;
}

/* 페이징 스타일 */
.navigation {
	background: #96e6ea;
	border-top-left-radius: 46px;
	border-top-right-radius: 46px;
    position: absolute;
    bottom: 0px;
}

.navigation .dot{
	width: 22px;
    height: 22px;
    background: #ffffff;
    border-radius: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 12px;
    margin-left: 27px;
}

.navigation .dot.on {
	width: 27px;
	height: 27px;
    background: #f76f80;
	border: 5px solid #ffffff;
	margin-top: 12px;
	margin-right: -5px;
}

.navigation .dot:first-child.on {
	margin-right: -5px;
}

.navigation .dot:first-child {
    margin-left: 52px;
}


@keyframes opacity010{
	
	0% {
		opacity: 0;
  	}
  	25% {
		opacity: 1;
  	}
  	50% {
		opacity: 0;
  	}
  	75% {
		opacity: 1;
  	}
  	100% {
		opacity: 0;
  	}
}

@keyframes twinkleScale1{
	
	0% {
		opacity: 0;
		transform: scale(1.2) rotate(.001deg);
  	}
  	25% {
		opacity: 1;
		transform: scale(0.3) rotate(.001deg);
  	}
  	50% {
		opacity: 0;
		transform: scale(1.2) rotate(.001deg);
  	}
  	75% {
		opacity: 1;
		transform: scale(0.3) rotate(.001deg);
  	}
  	100% {
		opacity: 0;
		transform: scale(1.2) rotate(.001deg);
  	}
}

@keyframes twinkleScale2{
	
	0% {
		opacity: 0;
		transform: scale(1) rotate(.001deg);
  	}
  	25% {
		opacity: 1;
		transform: scale(0.5) rotate(.001deg);
  	}
  	50% {
		opacity: 0;
		transform: scale(1) rotate(.001deg);
  	}
  	75% {
		opacity: 1;
		transform: scale(0.5) rotate(.001deg);
  	}
  	100% {
		opacity: 0;
		transform: scale(1) rotate(.001deg);
  	}
}


@keyframes twinkleScale3{
	
	0% {
		opacity: 0;
		transform: scale(1) rotate(.001deg);
  	}
  	25% {
		opacity: 1;
		transform: scale(0.2) rotate(.001deg);
  	}
  	50% {
		opacity: 0;
		transform: scale(1) rotate(.001deg);
  	}
  	75% {
		opacity: 1;
		transform: scale(0.2) rotate(.001deg);
  	}
  	100% {
		opacity: 0;
		transform: scale(1) rotate(.001deg);
  	}
}
