@charset "UTF-8";
/* CSS Document */

/* ---- font(default[12px] style.css ---- )*/
.guideWrap ul li .box{
	margin:5rem auto 0;
}
.txt-effect {
  animation: txtEffect 2s both;
}
@keyframes txtEffect {
  100% {
    opacity: 1;
    font-size: 2rem;
  }
}

.tiBox ul{
	
}
.tiBox ul li{
	text-align:center;
	margin-bottom: 2rem;
}