.outer.banner .inner { width: 100%; height: 476px; margin: 0 auto; position: relative; min-width: 1160px; overflow: hidden; }
.outer.banner IMG { display: block; position: absolute; left: 50%; margin-left: -960px; }

#anim_top { position: relative; background-color: #FFF; width: 100%!important; height: 400px; padding-top: 47px; overflow: hidden!important; }
#anim_top .edge_box { position: relative; width: 1920px; height: 488px; left: 50%; margin: 0px 0px 0px -960px; overflow: hidden; }
#anim_top .edge_box iframe { width: 100%; height: 488px; overflow: hidden; }

#anim_top .bullets { position: absolute; width: 100%; z-index: 10; margin-top: 400px; text-align: center; }
#anim_top .bullets A { display: inline-block; background: url('/i/anim/bull_adge.png') no-repeat left top; width: 10px; height: 10px; text-indent: -10000px; -webkit-border-radius: 18px; -moz-border-radius: 18px; border-radius: 18px; margin: 0px 2px 0px 2px; }
#anim_top .bullets A.active { background-position: left -20px }
#anim_top .bullets A:hover { background-position: left -10px }

#anim_top .controls A { display:block; position: absolute; overflow:hidden; text-indent:-8000px; width: 28px; height: 54px; margin-top: 190px; z-index: 20; }
#anim_top .controls A.prev { background: url('/i/sl_l.png') no-repeat right top; left: 48px; }
#anim_top .controls A.next { background: url('/i/sl_r.png') no-repeat right top; right: 48px; }
#anim_top .controls A:hover { background-position: left -54px; }

#anim_top.work .edge_box { /* height: 250px; */ padding: 0px; }
#anim_top.work .edge_box iframe { width: 100%; height: 250px; overflow: hidden; }
#anim_top.work { /* height: 250px; */ padding: 0px; }
#anim_top.work .controls A { display:block; position: absolute; overflow:hidden; text-indent:-8000px; width: 28px; height: 54px; margin-top: -45px; top: 50%; z-index: 10; }
#anim_top.work .bullets { margin-top: 235px; }

.installment-line-banner {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.installment-line-banner__link {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.installment-line-banner__image {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 2500px;
  min-width: 100%;
  max-width: none;
  height: auto;
}

@media (max-width: 1199px) {
  .installment-line-banner {
    margin-bottom: 0;
  }

  .installment-line-banner__image {
    width: min(2500px, calc(100vw * 2.272727273));
    min-width: 0;
  }
}
