﻿/* 튜토리얼 연습 */

.modal-tuto {
	display : block;
	position : absolute;
	width : 1120px;
	height : 720px;
	overflow : auto;
	background-color : rgba(0, 0, 0, 0.6);
	z-index : 9999;
	box-sizing:border-box;
	cursor: pointer;
}

/* 왼쪽 */

.Left {
	width:55px; height:109px;
  z-index: 9999;
	position:absolute;
	top: 160px;
  border:5px solid #fff551;
	background-image:url('../images/01_1_1/left.png');
	transform: scale(1);
	animation: left 0.5s infinite;
	animation-direction: alternate;
}

@keyframes left {
  0% {transform: scale(1);}
  100% {transform: scale(1.03);}
}


.Left_box {
  width: 231px;
  height: 98px;
  background-image:url('../images/01_1_1/talk_1.png');
  position: absolute;
  top:170px;
  left: 80px;
  text-align: center;
  /* animation: horizontal-left 0.7s ease-in-out infinite; */
}


@keyframes horizontal-left {
  0% {
    margin-left: 9px;
  }
  50% {
    margin-left: 16px;
  }
  100% {
    margin-left: 9px;
  }
}

.Left_text {
  font-size: 22px;
  color:#000;
  margin-top: 22px;
  margin-left:6px;
  line-height: 27px;
  letter-spacing: -1px;
}

.Left_text span {
  font-weight: 900;
}

/* 아래 */


.Down {
	width:131px; height:49px;
  opacity: 1;
  position:absolute;
	border:5px solid #fff551;
	right:5px;
	bottom:2px;
	background-image:url('../images/01_1_1/down.png');
	transform: scale(1);
	animation: down 0.5s infinite;
	animation-direction: alternate;
}

@keyframes down {
  0% {transform: scale(1);}
  100% {transform: scale(1.03);}
}

.Down_box {
  width: 246px;
  height: 150px;
  background-image:url('../images/01_1_1/talk_2.png');
  position: absolute;
  right:20px;
	bottom:70px;
  text-align: center;
  /* animation: horizontal-down 0.7s ease-in-out infinite; */
}

@keyframes horizontal-down {
  0% {
    bottom: 70px;
  }
  50% {
    bottom: 77px;
  }
  100% {
    bottom: 70px;
  }
}

.Down_text {
  font-size: 22px;
  color:#000;
  margin-top: 12px;
  margin-left:6px;
  line-height: 27px;
  letter-spacing: -1px;
}

.Down_text span {
  font-weight: 800;
}


.noti_txt {position:absolute; top:39.5%; font-size:54px; color:#fff551;
  background-image:url('../images/01_1_1/tu_bg.png');
  width: 1120px; height: 138px;
  line-height: 60px;
  font-weight: 800;
  text-align: center;
  padding-top: 20px;}

.noti_txt span{font-size:32px; font-weight:700;}