.intro_inner{
  background-color:rgba(255, 252, 141, 1.00);
  padding: 20px 0 1px;
}
.intro_inner p{
  text-align: center;
  line-height: 1;
}
.intro_inner p img{
  display: block;
  margin: auto;
}
.animation-haeder{
    display: block;
  }
  .animation-block{
    padding: 20px 0 0;
  }
  #animation_container_wrap{
    position: relative;
    max-width:760px;
    margin:auto;
    padding:0px;
    background:#fff;
    border-radius: 12px;
  }
  #animation_container{
    background-color:rgba(255, 252, 141, 1.00);
    width:760px;
    height:370px
  }
  #canvas{
    position: absolute; 
    /* display: none; */
    width: 100% !important;
    height: auto !important;
    background-color:rgba(255, 252, 141, 1.00);
  }
  #dom_overlay_container{
    pointer-events:none; 
    overflow:hidden; 
    width:760px; 
    height:370px; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    display: none;
  }
  #_preload_div_{
    position:absolute; 
    top:0; 
    left:0; 
    display: inline-block; 
    width: 760px;
    height:370px;  
    text-align: center;
    background-color:rgba(255, 252, 141, 1.00);
  }
  #_preload_div_ span{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  #_preload_div_ img{
    vertical-align: middle;
    max-height: 100%
  }
  #animation_icon{
    margin:40px 0; 
    text-align: center; 
    background-color:rgba(255, 252, 141, 1.00);
  }
  #animation_icon img{
    margin:0;
    max-width:276px;
    height:90px;
    width:33%;
    height:auto;
  }
  @media screen and (max-width: 768px){
    .intro_inner{
      padding: 20px;
    }
    #animation_container_wrap{
      /* left:-10px; */
      background-color:rgba(255, 252, 141, 1.00);
    }
    #animation_container{
      width: 100% !important;
      /* height: auto !important; */
    }
    .animation-block{
      padding: 20px 0 0 0;
    }
    #_preload_div_{
        width: 100%;
        height: auto;
        left:10px;
    }
    #animation_icon{
      margin:20px 0 0;
    }
  }