html, body {
  position: relative;
  min-height: 100%;
  height: 100%; }
.container {
    max-width: 1000px !important;
    width: auto !important;
}
.clearfix, #pager ul, #concept #concept_slide .scene8 .btns {
  *zoom: 1; }
  .clearfix:before, #pager ul:before, #concept #concept_slide .scene8 .btns:before, .clearfix:after, #pager ul:after, #concept #concept_slide .scene8 .btns:after {
    content: "";
    display: table; }
  .clearfix:after, #pager ul:after, #concept #concept_slide .scene8 .btns:after {
    clear: both; }

#pager ul {
  float: left;
  width: 500px; }
  #pager ul li {
    list-style: none;
    float: left;
    margin-right: 15px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border: solid 1px #000;
    border-radius: 23px;
    background: #fff;
    color: #000;
    text-align: center;
    cursor: pointer; }
    #pager ul li:hover {
      background: #000;
      color: #fff; }
  #pager ul .on {
    background: #000;
    color: #fff; }

#head_back {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 145px;
  padding-right: 15px;
  border: solid 1px #333;
  text-align: right;
  background: url(../images/concept/back_ico.png) no-repeat 15px center; }
  #head_back a {
    color: #000; }

#concept {
  width: 100%; }
  #concept #concept_slide {
    /* position: relative; */
    /* z-index: 10; */
    max-width: 1000px;
    /* height: 630px; */
    margin: 0 auto; }
    #concept #concept_slide section {
        max-width: 904px;
        max-height: 714px;
      text-align: center;
      /* position: absolute;
      left: 50%;
      margin-left: -452px;
      opacity: 0;  */
    }
    #concept #concept_slide .scene8 h2 {
      margin-bottom: 45px; }
    #concept #concept_slide .scene8 .btns {
        max-width: 725px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      margin: 0 auto 50px; }
      #concept #concept_slide .scene8 .btns .left {
        /* float: left; */
        max-width: 345px;
        /* margin-right: 30px; */
        padding-top: 10px; }
      #concept #concept_slide .scene8 .btns .right {
        float: left;
        max-width: 350px; }
    #concept #concept_slide .scene8 .link_txt {
      margin-bottom: 0; }
      #concept #concept_slide .scene8 .link_txt a {
        color: #0074B9; }
    #concept #concept_slide .scene8 p {
      margin-bottom: 70px; }
    #concept #concept_slide .prev-btn {
        display: none;
      position: absolute;
      top: 50%;
      margin-top: -12px;
      left: -50px; }
    #concept #concept_slide .next-btn {
        display: none;
      position: absolute;
      top: 50%;
      margin-top: -12px;
      right: -50px; }

#hide_content {
  /* overflow-y: hidden;
  position: fixed;
  bottom: -335px;
  left: 0;
  height: 0;
  z-index: 100; */
  width: 100%;
  /* background: #0074B6;  */
}
  #hide_content #main-footer .container .bnr-inquire {
    border: none;
    background: #fff; }

footer {
  /* position: absolute;
  width: 100%;
  height: 200px; */
  background: url(../images/concept/footer_bg.png);
  background-size: cover;
  text-align: center;
}
footer #copy {
    margin-bottom: 0;
}
  /* footer #copy {
    position: absolute;
    left: 70px;
    bottom: 30px; }
  footer #contact_btn {
    position: absolute;
    z-index: 99;
    left: 50%;
    margin-left: -35px;
    bottom: 27px;
    cursor: pointer; } */
