@charset "utf-8";

.wrapper{
  width:960px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  
}

.main{
  width:960px;
  height:1500px;
  background-color: #E0F2F1;
  padding:0px;
  box-sizing: border-box;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  
}

.main iframe{
  width:960px;
  height: 1500px;
  position: absolute;
}


@media screen and (max-width:959px){
.wrapper{
  width:100%;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

.main{
  width:100%;
  height:1500px;
  background-color: #E0F2F1;
  padding:0px;
  box-sizing: border-box;
  margin-bottom: 10px;
  overflow: visible;
  position: relative;
}

.main iframe{
  width:100%;
  height: 1500px;
  position:absolute;
  top:-150px;
}
}

@media screen and (max-width:767px){ 
.main iframe{
  width:100%;
  height: 1500px;
  position:absolute;
  top:0px;
}

}
