*{
  overscroll-behavior: none;
}
.dummy_scroll{
  pointer-events: none;
  /*background-image: linear-gradient(0deg, #fff, #000);*/
}
.scroll_section_wrapper{
  position: fixed;
  top:0;
  left:0;
  z-index: 9;
  width: 100%;
  height: 100%;
  /*overflow-y: hidden;*/
  /*overflow-x: scroll;*/
}
.scroll_section_wrapper_scroll{
  z-index: 9;
  position: relative;
  display: inherit;
  width: inherit;
  height: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
}
.scroll_section_houseList{
  /*margin-top:144px;*/
  height: 100% !important;
}
.scroll_section_container{
  /*background-color: #ffcc00;*/
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.scroll_section{
  /*min-width: 1128px;*/
  position: relative;
  /*width: 100%;*/
  /*height: 100%;*/
}
.scroll_section2{
    min-width: unset !important;
  }
.width_auto{
  min-width: unset !important;
}
.scroll_section_auto{
  min-width: 1128px;
  position: relative;
  /*width: 100%;*/
  /*height: 100%;*/
}
.content_container{
  position: relative;
  height: 512px;
}
.object_ani_from_right{
  right:-640px;
  transition: right 0.5s ease-out;
  position: relative;
}
.object_ani_from_right.big{
  right:-900px;
}
.object_ani_from_right.on{
  right:0px !important;
}
@media screen and (max-width: 680px) {
  .scroll_section_wrapper{
    position: static;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    /*overflow: scroll;*/
  }
  .scroll_section_container{
    flex-direction: column;
  }
  .scroll_section{
    min-width: unset;
    padding-bottom: 44px;
  }
  .content_container{
    height: auto;
  }
  .object_ani_from_right{
    right:0px;
    transition: right 0.5s ease-out;
    position: relative;
  }
}

/*Main ANIMATION CONTROL*/
#exp_house.object_ani_from_right:nth-child(1){
  transition-delay: 0s;
}
#exp_house.object_ani_from_right:nth-child(2){
  transition-delay: 0.3s;
}

/*ABOUT ANIMATION CONTROL*/
/*SECTION1*/
#story_value>.object_ani_from_right:nth-child(1){
  transition-delay: 0s;
}
#story_value>.object_ani_from_right:nth-child(2){
  transition-delay: 0.2s;
}
#story_value>.object_ani_from_right:nth-child(3){
  transition-delay: 0.4s;
}
/*SECTION2*/
#img_explode{
  width: 0;
  height: auto;
  transition: width 0.3s ease-in;
  transition-delay: 0.5s;
}
#img_explode.on{
  width: 150%;
}
/*SECTION4*/
#press>.object_ani_from_right:nth-child(1){
  transition-delay: 0s;
}
#press>.object_ani_from_right:nth-child(2){
  transition-delay: 0.15s;
}
#press>.object_ani_from_right:nth-child(3){
  transition-delay: 0.3s;
}
#press>.object_ani_from_right:nth-child(4){
  transition-delay: 0s;
}
#press>.object_ani_from_right:nth-child(5){
  transition-delay: 0.15s;
}
#press>.object_ani_from_right:nth-child(6){
  transition-delay: 0.3s;
}