html,body{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  /* cursor: none; */
}
html{
  font-size: 0px;
  background-color: #fff;
}
a{
  text-decoration: none;
}

#all_wrap{
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  min-width: 1200px;
  max-width: 1920px;
  min-height: 100vh;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
  /*
  background:repeating-linear-gradient(
  -45deg,
  #ffffff,
  #ffffff 7px,
  #fffbf0 0,
  #fffbf0 14px
  );
  */
  background-color: #ffffff;
}

#movie{
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  padding-bottom: 500px;
  background-repeat: no-repeat;
  background-position: center top;
}
#movie > .headerBG{
  position: relative;
  width: 100%;
  height: 370px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}
#movie > .movieWrap{
  display: block;
  position: relative;
  width: 1000px;
  height: auto;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  padding: 0;
  top: 0;
  left: 0;
  text-align: center;
}
#movie > .movieWrap > img:nth-child(1){
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  margin-bottom: 36px;
  padding: 0;
}
#movie > .movieWrap > a:nth-child(2){
  display: inline-block;
  position: relative;
  margin: 0;
  margin-bottom: 23px;
  padding: 0;
  font-size: 0;
  transition: 0.5s;
  transform: translateY(0px);
}
#movie > .movieWrap > a:hover{
  transform: translateY(-5px);
}

#movie > .movieWrap > video{
  display: inline-block;
  position: relative;
  margin: 0;
  margin-bottom: 23px;
  padding: 0;
  border-radius: 10px;
  border: 3px solid #fd9024;
  font-size: 0;
  transition: 0.5s;
  transform: translateY(0px);
}
#movie > .movieWrap > video:hover{
  transform: translateY(-5px);
}

#movie > .movieWrap > dl{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 890px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  overflow: hidden;
}
#movie > .movieWrap > dl > dt{
  display: block;
  position: relative;
  width: 317px;
  height: 26px;
  margin: 0;
  margin-right: 45px;
  margin-top: 10px;
  padding: 0;
  font-size: 15px;
  border-bottom: dotted 1px #3d2a1c;
}
#movie > .movieWrap > dl > dt > p{
  margin: 0;
  margin-left: 18px;
  padding: 0;
  text-align: left;
  font-size: 18px;
}
#movie > .movieWrap > dl > dd{
  display: block;
  position: relative;
  width: 528px;
  height: 26px;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  text-align: left;
  font-size: 15px;
  border-bottom: dotted 1px #3d2a1c;
}
#movie > .movieWrap > dl > dd > a{
  margin: 0;
  margin-left: 18px;
  padding: 0;
  text-align: left;
  font-size: 14px;
}
