@charset "UTF-8";
html, body {
  position: relative;
  max-width: 100vw;
  color: #4D4D4D;
}

p {
  line-height: 1.8;
}

a {
  text-decoration: none;
  color: #000;
  transition: 0.5s ease;
}

a:hover {
  color: #1E1D54;
}

img {
  max-width: 100%;
}

b {
  color: #000;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul li {
  list-style: none;
}

* {
  font-family: "微軟正黑體","Microsoft JhengHei";
}

.icon {
  width: 1.6em;
  height: 1.6em;
  fill: currentColor;
  overflow: hidden;
  cursor: pointer;
}

.imgContainer {
  overflow: hidden;
}

.imgContainer img {
  width: 100%;
  transition: 2s ease;
}

.imgContainer img:hover {
  transform: scale(1.1);
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs24 {
  font-size: 24px;
}

@media (max-width: 550px) {
  .fs24 {
    font-size: 20px;
  }
}

.fs28 {
  font-size: 28px;
}

.fs30 {
  font-size: 30px;
}

@media (max-width: 1024px) {
  .fs30 {
    font-size: 20px;
  }
}

.fs32 {
  font-size: 32px;
}

.h2-title {
  font-size: 50px;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  .h2-title {
    font-size: 28px;
  }
}

.h2-title img {
  display: block;
  max-width: 100%;
  margin-bottom: 1rem;
}

.grayText {
  color: #F2F6FF;
}

.greenText {
  color: #3fe58a;
}

.whiteText {
  color: #fff;
}

.redText {
  color: red;
}

.center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.nowrap {
  flex-wrap: nowrap;
}

.grayBackground {
  background-color: #F2F6FF;
}

.whiteBackground {
  background-color: #fff;
}

.bbGray {
  border-bottom: 1px solid #070404;
}

.whiteText {
  color: #fff;
}

.container-xl {
  max-width: 90vw;
}

@media (max-width: 1024px) {
  .container-xl {
    max-width: 98vw;
  }
}

@media (max-width: 1280px) {
  .container-xl {
    max-width: 96%;
  }
}

.container-xl2 {
  max-width: 58vw;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .container-xl2 {
    max-width: 80vw;
  }
}

@media (max-width: 1280px) {
  .container-xl2 {
    max-width: 94vw;
  }
}

@media (max-width: 550px) {
  .container-xl2 {
    max-width: 90vw;
  }
}

.More {
  border: 1px solid #14CAF4;
  padding: 12px 60px;
  background: #14CAF4;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transition: 0.5s ease;
  text-transform: uppercase;
  position: relative;
  margin-right: 1rem;
}

@media (max-width: 1024px) {
  .More {
    padding: 12px 30px;
  }
}

@media (max-width: 550px) {
  .More {
    padding: 12px 5px;
  }
}

.More i {
  margin-left: 5px;
  margin-right: 5px;
  font-weight: bold;
  font-size: 18px;
}

.More:hover {
  background: none;
  color: #14CAF4;
}

.More2 {
  border: 1px solid #EFEFEF;
  padding: 12px 20px;
  background: #EFEFEF;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  transition: 0.5s ease;
}

@media (max-width: 550px) {
  .More2 {
    padding: 12px 10px;
  }
}

.More2:hover {
  background: none;
}

.more3 {
  border: 1px solid #EFEFEF;
  padding: 12px 35px;
  background: #EFEFEF;
  color: #000;
  font-size: 16px;
  transition: 0.5s ease;
}

.more3 i {
  margin-right: 5px;
  font-weight: bold;
  font-size: 18px;
}

.more3:hover {
  background: none;
}

.h1-title {
  font-size: 30px;
  text-transform: uppercase;
  color: #1D1854;
}

.center {
  text-align: center;
}

.rowList > *:last-child {
  margin-right: 0;
}

.columnList > *:last-child {
  margin-bottom: 0;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

header {
  width: 100%;
  z-index: 99999999999999;
  background: #fff;
  position: fixed;
  top: 0;
  transition: 0.5s ease;
}

@media (max-width: 1024px) {
  header {
    border-bottom: 1px solid transparent;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.35s;
  }
}

header .topbar {
  width: 100%;
  height: auto;
  background: #1D1854;
  font-size: 16px;
  color: #fff;
  padding: 5px 0px;
}

header .topmenu .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

header .topmenu .left .burger {
  flex: 0 0 auto;
  display: block;
  width: 17px;
  height: 15px;
  position: relative;
  left: 0px;
  cursor: pointer;
  margin-right: 1rem;
}

@media (max-width: 992px) {
  header .topmenu .left .burger {
    display: block;
  }
}

header .topmenu .left .burger::before {
  top: 0;
}

header .topmenu .left .burger::after {
  bottom: 0;
}

header .topmenu .left .burger span {
  top: calc(50% - 0.5px);
  transition-delay: .05s;
  opacity: 1;
}

header .topmenu .left .burger::after, header .topmenu .left .burger::before {
  content: "";
}

header .topmenu .left .burger::after, header .topmenu .left .burger::before, header .topmenu .left .burger span {
  width: 17px;
  height: 1px;
  position: absolute;
  transform-origin: 0 0;
  left: 0;
  background: #231F20;
  transition: .15s ease-in-out .1s;
}

header .topmenu .logo img {
  transition: 0.5s ease;
}

@media (max-width: 1024px) {
  header .topmenu .logo img {
    width: 50%;
  }
}

header .topmenu .right {
  width: 80%;
}

@media (max-width: 1280px) {
  header .topmenu .right {
    display: none !important;
  }
}

header .topmenu .menubar {
  display: none;
}

@media (max-width: 1280px) {
  header .topmenu .menubar {
    display: block;
  }
}

header .topmenu .menubar span {
  width: 20px;
  height: 1px;
  background: #231F20;
  display: block;
  margin: 7px auto;
}

header .topmenu nav {
  width: 85%;
}

header .topmenu nav li {
  font-size: 18px;
}

@media (max-width: 1440px) {
  header .topmenu nav li {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  header .topmenu nav li {
    font-size: 14px;
  }
}

header .topmenu nav li a {
  margin: 0 0.5rem;
  text-align: center;
  display: block;
}

@media (max-width: 1024px) {
  header .topmenu nav li a {
    margin: 0 0.5rem;
  }
}

@media (max-width: 1366px) {
  header .topmenu nav li a {
    margin: 0 0.5rem;
  }
}

header .topmenu nav li a.active {
  color: #14CAF4;
  border-bottom: 2px solid #14CAF4;
}

header .topmenu .apply {
  background: #045BA8;
  padding: 0.5rem 1.7rem;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-left: 2rem;
}

@media (max-width: 1440px) {
  header .topmenu .apply {
    font-size: 16px;
  }
}

header .topmenu .apply i {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

header .menuBar {
  position: fixed;
  top: 0px;
  left: -200%;
  width: 0%;
  height: 100vh;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 1.5s ease;
}

header .menuBar .menubg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 1s ease;
}

header .menuBar .menu {
  position: relative;
  background: #edeff8;
  width: 25vw;
  height: 100vh;
  box-sizing: border-box;
  padding-top: 3rem;
  padding-left: 5rem;
  padding-right: 5rem;
  z-index: 99;
}

@media (max-width: 1366px) {
  header .menuBar .menu {
    width: 40vw;
  }
}

@media (max-width: 768px) {
  header .menuBar .menu {
    width: 50vw;
  }
}

@media (max-width: 768px) and (max-width: 550px) {
  header .menuBar .menu {
    width: 90vw;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

header .menuBar .menu .close {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 20px;
}

header .menuBar .menu .close::after {
  content: '';
  transform: rotate(-45deg) scaleX(1.35);
  transition-delay: .1s;
  width: 17px;
  height: 1px;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  background: #1D1854;
}

header .menuBar .menu .close::before {
  content: '';
  transform: rotate(45deg) scaleX(1.35);
  transition-delay: .1s;
  width: 17px;
  height: 1px;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  background: #1D1854;
}

header .menuBar .menu #nav {
  border-bottom: 1px solid #e0e1e9;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  margin-top: 3rem;
}

@media (max-width: 1280px) {
  header .menuBar .menu #nav ul > li {
    margin-top: 10px;
  }
}

header .menuBar .menu #nav ul > li .link {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase;
  margin-bottom: 1rem;
  cursor: pointer;
  font-family: 'Museo700-Regular';
}

header .menuBar .menu #nav ul > li .link i {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #333;
  position: absolute;
  top: 8px;
  right: 0px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-left: 0;
  border-top: 0;
  transform: rotate(-45deg);
}

header .menuBar .menu #nav ul > li.opens {
  position: relative;
}

header .menuBar .menu #nav ul > li.opens .link i {
  transform: rotate(45deg);
}

header .menuBar .menu #nav ul > li .submenu {
  display: none;
}

header .menuBar .menu #nav ul > li .submenu li {
  margin-bottom: 1rem;
}

header .menuBar .menu #nav ul > li .fa-angle-up {
  display: none;
}

header .menuBar .menu #nav ul > li dl {
  display: none;
  margin-left: 1rem;
  margin-top: 0.5rem;
}

header .menuBar .menu .whosell {
  border-bottom: 1px solid #e0e1e9;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

header .menuBar .menu .whosell ul > li .link {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

header .menuBar .menu .whosell ul > li .link i {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #333;
  position: absolute;
  top: 8px;
  right: 0px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-left: 0;
  border-top: 0;
  transform: rotate(-45deg);
}

header .menuBar .menu .whosell ul > li .lang {
  font-family: '微軟正黑體';
}

header .menuBar .menu .whosell ul > li .lang::before {
  content: '\21C4';
  display: inline-block;
  margin-right: 1rem;
}

header .menuBar .menu .whosell ul > li.opens {
  position: relative;
}

header .menuBar .menu .whosell ul > li.opens .link i {
  transform: rotate(45deg);
}

header .menuBar .menu .whosell ul > li .submenu {
  display: none;
}

header .menuBar .menu .whosell ul > li .submenu li {
  margin-bottom: 1rem;
}

header .menuBar .menu .whosell .apply {
  background: #045BA8;
  padding: 0.5rem 1.7rem;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

header .menuBar .menu .login {
  border-bottom: 1px solid #e0e1e9;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

header .menuBar .menu .login ul > li {
  margin-bottom: 1.5rem;
}

header .menuBar .menu .login ul > li .link {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase;
}

header .menuBar .menu .login ul > li .link i {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #333;
  position: absolute;
  top: 8px;
  right: 0px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-left: 0;
  border-top: 0;
  transform: rotate(-45deg);
}

header .menuBar .menu .login ul > li .submenu {
  display: none;
}

header .menuBar .menu .location {
  text-transform: uppercase;
  position: relative;
}

header .menuBar .menu .location::before {
  content: '';
  display: block;
  width: 25vw;
  background: #dcdce3;
  margin-left: -5rem;
  padding: 2rem 0;
  position: absolute;
  left: 0;
  z-index: 1;
}

@media (max-width: 1366px) {
  header .menuBar .menu .location::before {
    width: 40vw;
  }
}

@media (max-width: 768px) {
  header .menuBar .menu .location::before {
    width: 50vw;
  }
}

@media (max-width: 550px) {
  header .menuBar .menu .location::before {
    width: 90vw;
    margin-left: -2rem;
  }
}

header .menuBar .menu .location a {
  position: relative;
  z-index: 9;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.2rem;
}

header.open .menuBar {
  visibility: visible;
  opacity: 1;
  left: 0%;
  width: auto;
  transition: 0.5s ease;
}

header.open .menuBar .menubg {
  opacity: 1;
  visibility: visible;
}

.open .dropdown-menu {
  display: block;
  margin-left: -50%;
}

.open .dropdown-menu li {
  text-align: center;
  margin: 0.8rem;
  white-space: nowrap;
}

.headBoxFixed {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}

.headBoxFixed .logo img {
  max-width: 50%;
}

main {
  margin-top: 150px;
}

main .head {
  padding-left: 3rem;
  padding-right: 3rem;
}

main .banner {
  position: relative;
  padding-bottom: 3rem;
}

main .banner img {
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  main .banner .row {
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  main .banner .inner, main .banner .col-md-6 {
    width: 100%;
  }
}

main .banner .bannerText img {
  width: auto;
  max-width: 100%;
}

main .banner .bannerText .left {
  width: 10%;
}

main .banner .bannerText .right {
  width: 85%;
}

@media (max-width: 1024px) {
  main .banner .bannerText .right {
    width: 80%;
  }
}

@media (max-width: 550px) {
  main .banner .bannerText .right {
    width: 78%;
  }
}

main .banner .bannerText .right .h3-title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
}

@media (max-width: 1024px) {
  main .banner .bannerText .right .h3-title {
    font-size: 30px;
  }
}

main .banner .bannerText .right .swta {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

main .banner .bannerText .right b {
  display: block;
}

main .banner .bannerText .right .big-tel {
  color: #045BA8;
  font-weight: bold;
}

main .banner .bannerText .right .txt {
  width: 80%;
}

main .banner .bannerText .right .icos {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #14CAF4;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
}

main .banner .bannerText .right .icos:hover {
  transform: scale(1.1);
}

main .first-block {
  width: 100%;
  height: 100%;
  background: url(../images/finance2-sectionbg1.png) no-repeat top center;
  background-size: contain;
}

@media (max-width: 1280px) {
  main .first-block {
    background-size: cover;
  }
}

main .first-block .icos {
  height: 100px;
}

main .first-block p {
  color: #808080;
  margin-top: 1rem;
  height: 100px;
}

@media (max-width: 1440px) {
  main .first-block p {
    height: 120px;
  }
}

@media (max-width: 550px) {
  main .first-block p {
    height: auto;
    margin-bottom: 30px;
  }
}

main .first-block b {
  color: #000;
}

main .second-block {
  position: relative;
  overflow: hidden;
}

main .second-block .container-xl2 {
  width: 100%;
  height: 100%;
  background: url(../images/finance2-wrapbg1.png) no-repeat top center;
  background-size: 100% 100%;
}

main .second-block .h2-title b {
  color: #B3B3B3;
}

main .second-block .big-tt {
  font-size: 110px;
  font-weight: bold;
}

@media (max-width: 550px) {
  main .second-block .big-tt {
    font-size: 80px;
  }
}

main .second-block .big-tt b {
  color: #FF7E00;
}

main .second-block .big-tt span {
  font-size: 24px;
  color: #808080;
}

main .third-block {
  width: 100%;
  height: 100%;
  background: url(../images/finance2-sectionbg2.png) no-repeat top center;
  background-size: contain;
}

@media (max-width: 1280px) {
  main .third-block {
    background-size: cover;
  }
}

main .third-block p {
  font-size: 18px;
  margin-top: 1.5rem;
}

main .four-block {
  position: relative;
  overflow: hidden;
}

main .four-block .row {
  width: 100%;
}

@media (max-width: 550px) {
  main .four-block .row {
    width: auto;
  }
}

main .four-block .img {
  margin-top: 3rem;
}

main .four-block .wid {
  width: 60%;
  margin: 0 auto;
}

main .four-block .wid img {
  width: 100%;
}

@media (max-width: 550px) {
  main .four-block .wid img {
    display: block;
    margin: 0 auto;
  }
}

main .four-block b {
  display: block;
  margin-top: 1rem;
}

@media (max-width: 992px) {
  main .four-block b {
    text-align: center;
  }
}

main .four-block p {
  font-size: 16px;
  color: #808080;
  margin-top: 1rem;
}

@media (max-width: 992px) {
  main .four-block p {
    text-align: center;
  }
}

main .about-first-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(../images/finance2-sectionbg1.png) no-repeat top center;
  background-size: contain;
}

@media (max-width: 1280px) {
  main .about-first-block {
    background-size: cover;
  }
}

main .about-first-block p {
  line-height: 1.8;
  margin-top: 1rem;
}

main .about-second-block {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  /**background: url(../images/finance2-sectionbg3.png) no-repeat top center**/
  background-size: contain;
}

@media (max-width: 1280px) {
  main .about-second-block {
    background-size: cover;
  }
}

main .about-second-block .icos {
  height: 80px;
  margin: 2rem 0 1rem 0;
}

main .about-second-block p {
  color: #0E0E0E;
}

main .about-third-block {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/finance2-sectionbg21.png) no-repeat top center;
  background-size: contain;
}

@media (max-width: 1280px) {
  main .about-third-block {
    background-size: cover;
  }
}

main .about-third-block .container-xl2 {
  width: 100%;
  height: 100%;
  background: url(../images/finance2-wrapbg1.png) no-repeat top center;
  background-size: cover;
}

@media (max-width: 1280px) {
  main .about-third-block .container-xl2 {
    background-size: cover;
  }
}

main .about-third-block .container-xl2 form .form-group .form-control {
  border: none;
  border-bottom: 1px solid #055BA8;
  border-radius: 0;
  margin-top: 1rem;
  box-shadow: none;
}

main .about-third-block .container-xl2 form button {
  border-radius: 0;
  width: 30%;
  margin-top: 1rem;
}

@media (max-width: 1440px) {
  main .about-third-block .container-xl2 form button {
    width: 50%;
  }
}

main .bud-first-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(../images/finance2-sectionbg1.png) no-repeat top center;
  background-size: contain;
}

@media (max-width: 1280px) {
  main .bud-first-block {
    background-size: cover;
  }
}

@media (max-width: 550px) {
  main .bud-first-block .col-xs-12 {
    margin-top: 2rem;
  }
}

main .bud-first-block .col-xs-12 .icos {
  height: 100px;
}

@media (max-width: 550px) {
  main .bud-first-block .col-md-3 {
    text-align: center;
  }
}

main .bud-second-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(../images/finance2-sectionbg3.png) no-repeat top center;
  background-size: contain;
}

@media (max-width: 1280px) {
  main .bud-second-block {
    background-size: cover;
  }
}

@media (max-width: 550px) {
  main .bud-second-block .two {
    margin-top: 3rem;
    flex-direction: column-reverse;
  }
}

main .bud-second-block ul > li {
  list-style: "✓";
  margin-left: 1.5rem;
  padding-left: 1.5rem;
  margin-top: 1rem;
}

main .bud-second-block p {
  margin-top: 1rem;
}

main .bud-second-block ol {
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}

main .bud-second-block ol li {
  margin-bottom: 1rem;
}

main .tvb-first-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(../images/finance2-sectionbg1.png) no-repeat top center;
  background-size: contain;
}

@media (max-width: 1280px) {
  main .tvb-first-block {
    background-size: cover;
  }
}

main .tvb-first-block p {
  color: #4D4D4D;
  margin-top: 1.5rem;
}

main .tvb-second-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(../images/finance2-sectionbg3.png) no-repeat top center;
  background-size: contain;
}

@media (max-width: 1280px) {
  main .tvb-second-block {
    background-size: cover;
  }
}

@media (max-width: 550px) {
  main .tvb-second-block .col-md-4 {
    text-align: center;
    margin-top: 1rem;
  }
}

main .tvb-second-block .col-md-4 .icos {
  height: 100px;
}

main .tvb-second-block ul > li {
  list-style: "✓";
  margin-left: 1.5rem;
  padding-left: 1.5rem;
  margin-top: 1rem;
}

main .contact-first-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(../images/finance2-sectionbg1.png) no-repeat top center;
  background-size: contain;
}

@media (max-width: 1280px) {
  main .contact-first-block {
    background-size: cover;
  }
}

@media (max-width: 550px) {
  main .contact-first-block .col-md-4 {
    text-align: center;
  }
}

main .contact-first-block .col-md-4 .icos {
  height: 110px;
}

.modal.fade {
  background: rgba(0, 0, 0, 0.5) !important;
  display: flex;
  align-items: center;
  opacity: 1;
}

.modal.fade .modal-dialog {
  box-shadow: 5px 5px #a6d0f4;
  max-width: 700px;
}

.modal.fade .modal-header {
  position: relative;
  border: none;
}

.modal.fade .modal-header img {
  margin-right: 15px;
}

.modal.fade .close {
  position: absolute;
  right: 0px;
  top: 0px;
  font-style: normal;
}

.modal.fade .modal-content {
  padding: 30px;
}

.modal.fade .modal-content label {
  color: #999999;
  font-size: 16px;
  margin-bottom: 50px;
}

.modal.fade .modal-content input {
  border-radius: 10px;
  border: 1px solid #D5D5D5;
  padding: 6px 10px;
  width: 100%;
  height: 48px;
  border-color: #EEEFF0;
}

.modal.fade .modal-content button {
  width: 190px;
  height: 48px;
  background: #231F20;
  color: #fff;
  border-radius: 5px;
  border: none;
  display: block;
  text-align: center;
  margin-top: 30px;
}

footer {
  position: relative;
  z-index: 99;
  background: #F7F7F7;
}

@media (max-width: 768px) {
  footer {
    text-align: center;
  }
}

footer .footerTop {
  padding: 60px 0;
}

footer .footerTop .foot-tel {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 550px) {
  footer .footerTop .foot-tel {
    flex-wrap: wrap;
  }
}

footer .footerTop .foot-tel .icos-tel {
  width: 52px;
  height: 52px;
  background: #14CAF4;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footerTop .foot-tel b {
  margin-left: 1rem;
  width: 50%;
  font-size: 16px;
  color: #4D4D4D;
  display: block;
}

@media (max-width: 768px) {
  footer .footerTop .foot-tel b {
    font-size: 14px;
    text-align: left;
  }
}

@media (max-width: 550px) {
  footer .footerTop .foot-tel b {
    width: 80%;
  }
}

footer .footerTop .foot-tel strong {
  font-size: 30px;
  font-weight: bold;
  color: #045BA8;
  text-align: right;
  white-space: nowrap;
}

footer .footerTop .foot-tel .left {
  justify-content: start !important;
}

@media (max-width: 550px) {
  footer .footerTop .foot-tel .left {
    justify-content: center !important;
  }
}

@media (max-width: 550px) {
  footer .footerTop .foot-tel .right {
    margin-top: 1.5rem;
  }
}

footer .footerTop .foot-tel .right b {
  margin: 0;
  text-align: right;
  width: 100%;
}

@media (max-width: 550px) {
  footer .footerTop .foot-tel .right b {
    text-align: center;
  }
}

@media (max-width: 550px) {
  footer .footernav ul > li {
    width: 100%;
  }
}

footer .footerBottom {
  text-align: center;
  padding-bottom: 2rem;
}

footer .footerBottom p {
  margin: 0;
  font-size: 16px;
  color: #808080;
}
