#topMovie {
  width: 100%;
  position: relative;
  margin-top: 0px;
}
#topMovie h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 438px;
  height: 118px;
  margin: -59px 0 0 -219px;
}
#topMovie #movie {
  width: 100%;
  height: auto;
  line-height: 1px;
}

#mainContents {
  margin-top: 0;
}

/* contentBox1 */
#contentBox1 {
  margin-bottom: 40px;
  margin-top:30px;
}
#contentBox1 .itemBox {
  margin-bottom: 35px;
  position: relative;
  min-height: 460px;
}

#contentBox1 .itemBox .left{
  width: 50%;
  float: left;
}
#contentBox1 .itemBox .right {
  width: 50%;
  float: right;
}
#contentBox1 .itemBox .text {
  background: #F5F4F0;
  box-sizing: border-box;
  padding: 30px 5% 0;
  position: relative;
  min-height: 460px;
}
#contentBox1 .itemBox .text h3 {
  position: absolute;
  background: #F39800;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  top: 0;
  right: 0;
}
#contentBox1 .itemBox .text.right h3 {
  top: 0;
  right: inherit;
  left: 0;
}
#contentBox1 .itemBox .text p {
  font-size: 15px;
  line-height: 1.8em;
}
#contentBox1 .itemBox .text p.lead {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
#contentBox1 .itemBox .text p.btn {
  width: 296px;
  height: 54px;
  margin: 30px auto;
  text-align: center;
}
#contentBox1 .itemBox .pic {
  line-height: 1px;
  overflow: hidden;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
}

#contentBox1 .itemBox .pic.left {
  right: 50%;
  text-align: right;
}
#contentBox1 .itemBox .pic.right {
  left: 50%;
  text-align: left;
}

#contentBox1 .itemBox .pic .slide {
  height: 100%;
}
#contentBox1 .itemBox .pic .slide img {
  width: auto;
  height: 100%;
}
#contentBox1 .itemBox .inner{
  width: 100%;
  height: auto;
  position: relative;
}
#contentBox1 .itemBox p.cycle-prev {
  width: 27px;
  height: 59px;
  position: absolute;
  top: 50%;
  left: 35px;
  z-index: 150;
  cursor: pointer;
  margin-top: -30px;
}
#contentBox1 .itemBox p.cycle-next {
  width: 27px;
  height: 59px;
  position: absolute;
  top: 50%;
  right: 35px;
  z-index: 150;
  cursor: pointer;
  margin-top: -30px;
}

#contentBox1 p.link {
  margin-bottom: 0;
}
#contentBox1 p.link a {
  display: block;
  width: 745px;
  height: auto;
  margin: 0 auto;
}

/* contentBox2 */
#contentBox2 {
  background: #F2F2F2;
  text-align: center;
  padding: 60px 0;
}
#contentBox2 h2 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 20px;
}
#contentBox2 h2 span {
  font-size: 16px;
  display: block;
  margin-top: 20px;
}
#contentBox2 ul#news {
  width: 100%;
  max-width: 1000px;
  padding: 0 40px;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto;
}
#contentBox2 ul#news li {
  padding: 30px 0;
  border-bottom: 1px dotted #000;
  display: table;
  width: 100%;
}
#contentBox2 ul#news li span {
  display: table-cell;
  padding: 0 10px 0 0;
  width: 300px;
}
#contentBox2 ul#news li a {
  display: table-cell;
  color: #464541;
  text-decoration: none;
}
#contentBox2 ul#news li a:hover {
  text-decoration: underline;
}
#contentBox2 p.link {
  margin-top: 30px;
  text-align: center;
}
#contentBox2 p.link a {
  display: block;
  width: 296px;
  height: auto;
  margin: 0 auto;
}

/* #contentBox3 */
#contentBox3 {
  width: 100%;
  height: 500px;
  margin: 90px 0;
  overflow: hidden;
  position: relative;
  background: url(../img/top/philosophy-img.jpg) no-repeat;
  background-size: cover;
}
#contentBox3 .text {
  width: 30%;
  height: auto;
  position: absolute;
  bottom: 10%;
  right: 10%;
  color: #fff;
  font-size: 15px;
  box-sizing: border-box;
  line-height: 1.8em;
}
#contentBox3 .text .title {
  width: 320px;
  height: auto;
  margin-bottom: 26px;
  line-height: 1em;
}
#contentBox3 .text .link {
  width: 296px;
  height: auto;
  line-height: 1em;
  margin-top: 60px;
}

/* #contentBox4 */
#contentBox4 {
  text-align: center;
  margin: 90px 0;
}
#contentBox4 p a {
  display: inline-block;
  width: 422px;
  height: 100px;
  line-height: 1px;
  margin: 0 8px 20px;
}

@media screen and (max-width: 751px) {
  #topMovie {
    margin-top: 0px;
  }
  #topMovie h2 {
    width: 219px;
    height: 59px;
    margin: -30px 0 0 -109px;
  }
  
  #mainContents {
    padding-top: 0px;
  }
  #contentBox1 .itemBox {
    margin-bottom: 20px;
  }
  #contentBox1 .itemBox .left,
  #contentBox1 .itemBox .right {
    width: 100%;
    float: none;
    position: static;
  }
  #contentBox1 .itemBox .text {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  #contentBox1 .itemBox .text p.lead {
    font-size: 20px;
  }
  #contentBox1 .itemBox .pic,
  #contentBox1 .itemBox .pic .slide {
    height: auto;
  }
  #contentBox1 .itemBox .pic .slide img {
    width: 100%;
    height: auto;
  }
  #contentBox1 p.link {
    width: 90%;
    margin: 30px auto;
  }
  #contentBox1 p.link a {
    width: auto;
    height: auto;
    line-height: 1px;
  }
  #contentBox2 {
    padding: 30px 0;
  }
  #contentBox2 h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  #contentBox2 h2 span {
    margin-top: 10px;
    font-size: 11px;
  }
  #contentBox2 ul#news {
    width: 90%;
    margin: 0 5%;
    padding: 0;
  }
  #contentBox2 ul#news li {
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0;
  }
  #contentBox2 ul#news li span {
    width: auto;
    display: block;
    padding: 0;
  }
  #contentBox2 ul#news li a {
    display: block;
    padding:0;
    margin-left: 20px;
  }
  #contentBox2 ul#news li a:hover {
    text-decoration: underline;
  }
  
  #contentBox3 {
    margin: 30px 0 0;
    padding: 0;
    height: auto;
    background: no-repeat;
    height: auto;
  }
  #contentBox3 p.pic {
    line-height: 1px;
  }
  #contentBox3 .text {
    background: #777776;
    width: 100%;
    padding: 30px 5%;
    position: static;
    color: #fff;
    text-align: left;
    font-size: 15px;
  }
  #contentBox3 .text .title {
    width: 60%;
    margin: 0 auto 40px;
    text-align: center;
  }
  #contentBox3 .text .link {
    text-align: center;
    margin: 20px auto 0;
  }
  #contentBox4 {
    margin: 40px 0 60px;
  }
  #contentBox4 p a {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    line-height: 1px;
  }
}

@media screen and (min-width:1500px) {

#contentBox1 .itemBox .inner{
position: relative;
top:-10%;
}

}