@charset "utf-8";

/* ==================================================
MV
================================================== */
#mv {
  position: relative;
  height: 420px;
  margin-bottom: 0;
}
#mv .innerWrap {
  padding: 0;
}
/* mv__list */
#mv .mv__lists {
  overflow: hidden;
  height: 420px;
}
#mv .mv__list a {
  text-decoration: none;
  color: #fff;
}
#mv .mv__list {
  display: table;
  width: 100%!important;
  min-width: 1024px;
  height: 420px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1 !important;
}
#mv .mv__list.no001 {background-image: url(/service/account/sevenbank-atm/inc/images/img_bg.jpg);}

#mv .mv__outer {
  display: table;
  width: 1024px;
  height: 420px;
  margin: auto;
}
#mv .mv__inner {
  display: table-cell;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}
#mv .mv__list.pcLayout--center {text-align: center;}
#mv .mv__list.pcLayout--left {text-align: left;}
#mv .mv__list.pcLayout--right {text-align: right;}

#mv .mv__list .mv__title{
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
}
#mv .mv__list .mv__title .title--main{
  font-size: 46px;
  line-height: 1.3;
}
#mv .mv__list img {
  display: inline;
}
#mv .bx-wrapper .bx-viewport {
  width: 100% !important;
  height: 420px;
}
#mv .bx-wrapper .bx-viewport .innerWrap {
  width: 1024px;
}
#mv .bx-wrapper .bx-viewport .mv__link {
  display: block;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#mv .bx-wrapper .bx-viewport .mv__link img {
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
#mv .bx-wrapper .bx-viewport a.mv__link:hover {
  opacity: .8;
}
#mv .bx-wrapper .bx-controls-direction a {
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#mv .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
  background: url(/common/images/arrow_prev_white.svg) no-repeat center center;
  background-size: 32px 56px;
  opacity: 0;
}
#mv .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
  background: url(/common/images/arrow_next_white.svg) no-repeat center center;
  background-size: 32px 56px;
  opacity: 0;
}
#mv .bx-wrapper:hover .bx-controls-direction a {
  opacity: .5;
}
#mv .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}
#mv .bx-loading {
  z-index: 3;
}
#mv .bx-wrapper .bx-pager {
  bottom: 0;
  padding-top: 0;
}

#mv .mv__data {
  width: 992px;
  margin: 0 auto 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-align-items    : stretch;
  align-items        : stretch;
  justify-content: space-between;
}
#mv .mv__data li {
  display: table;
  height: 94px;
  background: #fff;
  border: 2px solid #126de0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#mv .mv__data li .head {
  display: table-cell;
  padding: 0 14px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  background: #126de0;
}
#mv .mv__data li .body {
  position: relative;
  display: table-cell;
  padding: 0 20px 0 36px;
  font-size: 24px;
  color: #126de0;
  line-height: 1;
  vertical-align: middle;
}
#mv .mv__data li .body:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 0 45px 20px;
  border-color: transparent transparent transparent #126de0;
}
#mv .mv__data li .body strong {
  font-size: 50px;
  font-weight: bold;
  color: #126de0;
}
#mv .mv__data li .body .small {
  font-size: 16px;
}

#mv .mv__notes {
  width: 992px;
  margin: auto;
  font-size: 13px;
  color: #fff;
  text-align: right;
}
