#headerMibank {
  height: 80px;
  border-bottom: 1px solid #ddd;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
}
.mobile #headerMibank {
  display: none;
}

#headerMibank .conts_wrap {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}
#headerMibank .conts_wrap.add_depth:after {
  content: "";
  height: 50px;
  width: -moz-calc(100% - 214px);
  width: calc(100% - 214px);
  position: absolute;
  left: 214px;
  top: 80px;
  background: #fff;
}
#headerMibank .logo {
  width: 110px;
  margin-right: 60px;
  padding-top: 30px;
}
#headerMibank .logo a {
  display: inline-block;
  width: 100%;
}
#headerMibank .logo a img {
  width: 100%;
}
#headerMibank .gnb {
  padding-top: 38px;
  width: -moz-calc(100% - 170px);
  width: calc(100% - 170px);
  position: relative;
}
#headerMibank .gnb.add_depth::after {
  content: "";
  width: 100%;
  background: #fff;
  height: 43px;
  position: absolute;
  left: 0;
  top: 90px;
}
#headerMibank .partner {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 17px;
  height: 40px;
  z-index: 2;
}
#headerMibank .partner > button:hover {
  color: #2761ad;
}
#headerMibank .partner > button.active {
  color: #2761ad;
}
#headerMibank .partner .drop_down {
  display: none;
  position: absolute;
  border: 1px solid #2761ad;
  -moz-border-radius: 6px;
       border-radius: 6px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  background: #fff;
  z-index: 4;
  width: 122px;
  left: -moz-calc(50% - 61px);
  left: calc(50% - 61px);
  top: 34px;
}
#headerMibank .partner .drop_down a {
  width: 100%;
  font-size: 15px;
  text-align: center;
  display: inline-block;
  height: 36px;
  line-height: 36px;
}
#headerMibank .partner .drop_down a:hover {
  background: #f0f5f7;
}
#headerMibank .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  left: 0;
}
#headerMibank .menu > li {
  position: relative;
  font-size: 17px;
  height: 42px;
}
#headerMibank .menu > li > a:hover {
  color: #2761AD;
}
#headerMibank .menu > li > a.active {
  color: #2761AD;
}
#headerMibank .menu > li + li {
  margin-left: 40px;
}
#headerMibank .menu > li.active .service {
  color: #588db5;
  position: relative;
}
#headerMibank .menu > li.active .service::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -17px;
  left: 0;
  background: #588db5;
}
#headerMibank .menu > li.active .children {
  display: block;
}
#headerMibank .menu > li.active .children li.active a {
  color: #588db5;
}
#headerMibank .menu .children {
  position: absolute;
  display: none;
  width: 900px;
  top: 56px;
  font-size: 16px;
  color: #777;
}
#headerMibank .menu .children > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#headerMibank .menu .children > ul li + li {
  margin-left: 25px;
}
#headerMibank .menu .drop_down {
  display: none;
  position: absolute;
  border: 1px solid #2761ad;
  -moz-border-radius: 6px;
       border-radius: 6px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  background: #fff;
  z-index: 4;
  left: -10px;
  top: 34px;
}
#headerMibank .menu .drop_down a {
  width: 158px;
  text-align: left;
  padding-left: 21px;
  font-size: 15px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
}
#headerMibank .menu .drop_down a:hover {
  background: #f0f5f7;
}

#footer {
  background: #233057;
  min-width: 1200px;
}
#footer .footer_title_gap {
  color: #4f5979;
}
.mobile #footer {
  display: none;
}

#footer .conts {
  clear: both;
  min-width: 1200px;
  height: 154px;
  line-height: 1;
  letter-spacing: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
#footer .conts .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .conts .row:last-child {
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 15px;
}
#footer .conts .row p.title {
  font-size: 13px;
  color: #fff;
}
#footer .conts .row p.addr {
  line-height: 1.54;
  font-size: 13px;
  color: #9198ab;
}
#footer .conts .row p.copyright {
  font-size: 13px;
  color: #9198ab;
}
#footer .conts .row li {
  margin-top: -2px;
  float: left;
  font-size: 14px;
}
#footer .conts .row li + li {
  margin-left: 24px;
}
#footer .conts .row li a {
  color: #fff;
  font-size: 14px;
}