/*
	EURA
	Start 2016-12-23 am10:34
	Last Edit 2016-12-27 pm02:25
*/
@import url(notosanskr.css);
* {
  margin: 0;
  padding: 0;
}

::-moz-selection {
  text-shadow: none;
  background: #ea485a;
  color: #fff;
}

::selection {
  text-shadow: none;
  background: #ea485a;
  color: #fff;
}

html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans KR", "NanumBarunGothic", NanumGothic, malgun gothic, dotum, AppleGothic, sans-serif;
  letter-spacing: -0.5px;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
a:hover {
  color: #ea485a;
}
a:active {
  color: #ff4055;
}

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

img {
  border: 0;
}

input, select, button {
  vertical-align: middle;
  border: 0;
}

input, textarea, select {
  border: 1px solid #e0e0e0;
  padding: 5px;
  font-size: 14px;
  color: #bcbec0;
}

hr {
  border-top: 0;
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
}

table, tr, td, th {
  border-collapse: collapse;
  border-spacing: 0;
}

label {
  vertical-align: middle;
}

body, input, textarea, select, table, a, button, ul, li, ol, dl, dd {
  font-family: "Noto Sans KR", "NanumBarunGothic", NanumGothic, malgun gothic, dotum, AppleGothic, sans-serif;
}

small {
  font-size: 0.85em;
}

h1 {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -4px;
}

h2 {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -4px;
}

h3 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -2px;
}

h4 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -1px;
}

h5 {
  font-size: 18px;
  font-weight: 300;
}

.img_box1 {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .img_box1 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .img_box1 img {
    width: 90%;
  }
}
@media screen and (max-width: 414px) {
  .img_box1 img {
    width: 80%;
  }
}

.t_white {
  color: #fff;
}

.t_red {
  color: #ea485a;
}

.t_mint {
  color: #65c8cb;
}

.font_12 {
  font-size: 12px;
}

.font_14 {
  font-size: 14px;
}

.font_18 {
  font-size: 18px;
}

.bold1 {
  font-weight: 400 !important;
}

.bold2 {
  font-weight: 500 !important;
}

.bold3 {
  font-weight: 600 !important;
}

.btnM {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  padding: 0 10px;
  vertical-align: middle;
}

.btnS {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0 10px;
  vertical-align: middle;
}

.btnD {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0 12px;
  vertical-align: middle;
}

.btnB {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  padding: 0 15px;
  vertical-align: middle;
}

.btn_wrap {
  width: 100%;
}

.btnWhiteBo1 {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.btnWhiteBo1:hover {
  background: #fff;
  border-color: #fff;
}
.btnWhiteBo1:active {
  background: #e6e7e8;
  border-color: #e6e7e8;
}
.btnWhiteBo1:active {
  color: #ea485a;
}

.btnWhiteBo2 {
  background: transparent;
  color: #fff;
  border: 1px solid #65686f;
  border-radius: 3px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.btnWhiteBo2:hover {
  background: #65686f;
  border-color: #65686f;
  color: #fff;
}
.btnWhiteBo2:active {
  background: #7c7f87;
  border-color: #7c7f87;
}

.btnWhiteBo3 {
  background: transparent;
  color: #aefdff;
  border: 1px solid #aefdff;
  border-radius: 3px;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.btnWhiteBo3:hover {
  background: #aefdff;
  border-color: #aefdff;
}
.btnWhiteBo3:active {
  background: #47a9ac;
  border-color: #47a9ac;
}
.btnWhiteBo3:hover {
  color: #65c8cb;
}

.btnColorRed {
  background: #fff;
  color: #ea485a;
  border-radius: 3px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.btnColorRed:hover {
  background: #cf3445;
  color: #fff;
}
.btnColorRed:active {
  background: #cf3445;
  color: #ea485a;
}

.nav {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 100%;
}
.nav:after {
  content: "";
  display: block;
  clear: both;
}
.nav .inner {
  position: relative;
  width: 1100px;
  height: 46px;
  margin: 43px auto 0;
}
@media screen and (max-width: 1024px) {
  .nav .inner {
    position: fixed;
    width: 100%;
    height: auto;
    margin: 10px 0;
    z-index: 99999;
  }
}
.nav .logo {
  float: left;
  width: 176px;
  height: 46px;
  background: url("../img/bootpay_logo01.png");
  background-size: cover;
  text-indent: -99999px;
}
.nav .logo:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 414px) {
  .nav .logo {
    width: 100px;
    height: 27px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 15px;
  }
}
.nav .menu {
  float: right;
  margin: 0;
  padding: 0;
  color: #fff;
}
.nav .menu:after {
  content: "";
  display: block;
  clear: both;
}
.nav .menu li {
  display: inline-block;
  padding: 2px 10px;
}
.nav .menu li a {
  display: block;
  line-height: 40px;
  font-size: 17px;
}
@media screen and (max-width: 414px) {
  .nav .menu li a {
    font-size: 12px;
    line-height: 30px;
  }
}
@media screen and (max-width: 414px) {
  .nav .menu li a.btnB {
    height: 30px;
  }
}
.nav.subNav {
  background: #fff;
}
.nav.subNav .inner {
  height: 80px;
  margin-top: 23px;
}
.nav.subNav .inner .logo {
  width: 176px;
  height: 46px;
  background: url("../img/bootpay_logo02.png");
  background-size: cover;
  margin-top: 5px;
}
.nav.subNav .inner .menu li a {
  color: #49496b;
}
.nav.subNav .inner .menu li a:hover {
  color: #ea485a;
}
.nav.subNav .inner .menu li .btnWhiteBo1 {
  border-color: #49496b;
}
.nav.subNav .inner .menu li .btnWhiteBo1:hover {
  background: #49496b;
  color: #fff;
}
.nav.subNav .title_bg {
  background: #49496b url("../img/bootpay_bg01.jpg") center center fixed;
}
.nav.subNav .title_bg .row {
  width: 1100px;
  margin: auto;
  padding: 50px 0;
  text-align: center;
  color: #fff;
}
.nav.subNav .title_bg h5 {
  font-size: 16px;
  padding-top: 5px;
}

.section_title {
  text-align: center;
  padding-top: 100px;
}
@media screen and (max-width: 414px) {
  .section_title {
    padding: 60px 5% 0;
  }
}
.section_title h1 {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -4px;
}
@media screen and (max-width: 414px) {
  .section_title h1 {
    font-size: 30px;
    letter-spacing: -2px;
  }
}
.section_title h1 span {
  font-weight: 500;
}
.section_title h4 {
  margin-top: 20px;
  font-weight: 300;
}
@media screen and (max-width: 414px) {
  .section_title h4 {
    font-size: 15px;
    letter-spacing: -0.5px;
  }
}

.sec01,
.sec02,
.sec03,
.sec04,
.sec05,
.sec06,
.sec07 {
  width: 100%;
}
@media screen and (max-width: 414px) {
  .sec01,
.sec02,
.sec03,
.sec04,
.sec05,
.sec06,
.sec07 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.sec01 .inner,
.sec02 .inner,
.sec03 .inner,
.sec04 .inner,
.sec05 .inner,
.sec06 .inner,
.sec07 .inner {
  position: relative;
  width: 1100px;
  height: 100vh;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .sec01 .inner,
.sec02 .inner,
.sec03 .inner,
.sec04 .inner,
.sec05 .inner,
.sec06 .inner,
.sec07 .inner {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .sec01 .inner,
.sec02 .inner,
.sec03 .inner,
.sec04 .inner,
.sec05 .inner,
.sec06 .inner,
.sec07 .inner {
    height: auto;
  }
}

.sec01 {
  background: url("../img/bootpay_bg01.jpg") center center fixed;
}
.sec01 .main_visual_text {
  width: 1100px;
  padding-top: 35vh;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sec01 .main_visual_text {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .sec01 .main_visual_text {
    padding-top: 0;
  }
}
.sec01 .main_visual_text h1 {
  line-height: 63px;
  color: #fff;
}
@media screen and (max-width: 414px) {
  .sec01 .main_visual_text h1 {
    line-height: 33px;
    font-size: 25px;
    letter-spacing: -3px;
  }
}
.sec01 .main_visual_text h4 {
  color: #aefdff;
  margin-bottom: 10px;
}
@media screen and (max-width: 414px) {
  .sec01 .main_visual_text h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.sec01 .main_visual_text h5 {
  color: #d3d3e3;
  margin-top: 50px;
}
@media screen and (max-width: 414px) {
  .sec01 .main_visual_text h5 {
    padding: 0 50px;
    font-size: 13px;
  }
}
.sec01 .main_visual_text .btn_wrap {
  margin-top: 50px;
}
.sec01 .main_visual_text .btn_wrap .btnWhiteBo1 {
  width: 220px;
  height: 55px;
  line-height: 55px;
}
@media screen and (max-width: 414px) {
  .sec01 .main_visual_text .btn_wrap .btnWhiteBo1 {
    width: 80%;
    height: 45px;
    line-height: 45px;
    padding: 0;
    font-size: 15px;
  }
}
.sec01 h4,
.sec01 h1,
.sec01 h5,
.sec01 .btn_wrap {
  opacity: 0;
  transition: all 0.3s linear;
}
.sec01.active h4 {
  -webkit-animation: fadeInUp 0.6s 0.5s forwards;
          animation: fadeInUp 0.6s 0.5s forwards;
}
.sec01.active h1:nth-of-type(1) {
  -webkit-animation: fadeInUp 0.8s 0.6s forwards;
          animation: fadeInUp 0.8s 0.6s forwards;
}
.sec01.active h1:nth-of-type(2) {
  -webkit-animation: fadeInUp 0.8s 0.8s forwards;
          animation: fadeInUp 0.8s 0.8s forwards;
}
.sec01.active h5 {
  -webkit-animation: fadeInDown 2s 1s forwards;
          animation: fadeInDown 2s 1s forwards;
}
.sec01.active .btn_wrap {
  -webkit-animation: fadeInUp 2s 1.1s forwards;
          animation: fadeInUp 2s 1.1s forwards;
}

.sec02 {
  background: url("../img/bootpay_bg02.jpg") right bottom no-repeat;
}
@media screen and (max-width: 414px) {
  .sec02 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-position: right -160px bottom 240px;
  }
}
@media screen and (max-width: 414px) {
  .sec02 .inner {
    height: auto;
  }
}
.sec02 .why_bootpay {
  float: left;
  padding-top: 100px;
}
.sec02 .why_bootpay:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 414px) {
  .sec02 .why_bootpay {
    padding: 40px 0;
  }
}
.sec02 .why_bootpay .content_left {
  float: left;
  width: 340px;
  padding-top: 110px;
}
.sec02 .why_bootpay .content_left:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 414px) {
  .sec02 .why_bootpay .content_left {
    display: none;
  }
}
.sec02 .why_bootpay .content_left img {
  width: 300px;
}
.sec02 .why_bootpay .content_right {
  float: right;
  width: calc(100% - 340px);
}
.sec02 .why_bootpay .content_right:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 414px) {
  .sec02 .why_bootpay .content_right {
    width: 100%;
  }
}
.sec02 .why_bootpay .content_right li {
  width: 100%;
  display: inline-block;
  padding: 25px 0;
  margin-left: 70px;
}
@media screen and (max-width: 414px) {
  .sec02 .why_bootpay .content_right li {
    width: 90%;
    margin-left: 0px;
    padding: 10px 5%;
  }
}
.sec02 .why_bootpay .content_right img {
  float: left;
}
.sec02 .why_bootpay .content_right img:after {
  content: "";
  display: block;
  clear: both;
}
.sec02 .why_bootpay .content_right .img_size01 {
  width: 350px;
}
@media screen and (max-width: 414px) {
  .sec02 .why_bootpay .content_right .img_size01 {
    width: 130px;
    padding-bottom: 15px;
  }
}
.sec02 .why_bootpay .content_right .img_size02 {
  width: 72px;
}
@media screen and (max-width: 414px) {
  .sec02 .why_bootpay .content_right .img_size02 {
    width: 50px;
  }
}
.sec02 .why_bootpay .content_right .content_text {
  float: left;
  width: 580px;
}
.sec02 .why_bootpay .content_right .content_text:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 414px) {
  .sec02 .why_bootpay .content_right .content_text {
    width: calc(100% - 50px);
  }
}
.sec02 .why_bootpay .content_right .content_text p {
  padding-left: 30px;
  vertical-align: top;
  color: #49496b;
}
.sec02 .why_bootpay .content_right .content_text p.title {
  line-height: 22px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1px;
}
.sec02 .why_bootpay .content_right .content_text p.title span {
  color: #ea485a;
}
@media screen and (max-width: 414px) {
  .sec02 .why_bootpay .content_right .content_text p.title {
    padding-left: 14px;
    line-height: 16px;
    font-size: 16px;
  }
}
.sec02 .why_bootpay .content_right .content_text p.sub_text {
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
}
@media screen and (max-width: 414px) {
  .sec02 .why_bootpay .content_right .content_text p.sub_text {
    padding-left: 14px;
    line-height: 18px;
    font-size: 13px;
    letter-spacing: -0.5px;
  }
}
.sec02 .process {
  position: relative;
  width: 100%;
  height: 430px;
  margin: auto;
  background: #f5f5f5;
}
@media screen and (max-width: 414px) {
  .sec02 .process {
    height: auto;
  }
}
.sec02 .process .inner {
  height: auto;
}
.sec02 .process .step_box_wrap {
  padding: 50px 0;
  font-size: 0;
}
@media screen and (max-width: 414px) {
  .sec02 .process .step_box_wrap {
    padding: 25px 0;
  }
  .sec02 .process .step_box_wrap .step_box:nth-child(even) .step_box_inner {
    padding: 0 2.5% 0 10%;
  }
  .sec02 .process .step_box_wrap .step_box:nth-child(odd) .step_box_inner {
    padding: 0 10% 0 2.5%;
  }
}
.sec02 .process .step_box_wrap .title {
  color: #49496b;
  font-size: 25px;
  letter-spacing: -1.5px;
  font-weight: 300;
}
@media screen and (max-width: 414px) {
  .sec02 .process .step_box_wrap .title {
    padding: 10px 5%;
    font-size: 18px;
  }
}
.sec02 .process .step_box_wrap .title span {
  display: inline-block;
}
.sec02 .process .step_box_wrap .step_box {
  display: inline-block;
  width: 25%;
  height: 267px;
  margin-top: 20px;
  overflow: hidden;
}
@media screen and (max-width: 414px) {
  .sec02 .process .step_box_wrap .step_box {
    width: 50%;
    height: auto;
    margin-top: 10px;
    vertical-align: top;
  }
}
.sec02 .process .step_box_wrap .step_box_inner {
  padding: 0 5px;
}
.sec02 .process .step_box_wrap .step_tit {
  padding: 20px;
  color: #fff;
  font-size: 18px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
@media screen and (max-width: 414px) {
  .sec02 .process .step_box_wrap .step_tit {
    height: 60px;
    line-height: 21px;
    padding: 16px;
    font-size: 15px;
  }
}
.sec02 .process .step_box_wrap .step_tit span {
  display: block;
  color: #e6e7e8;
  font-size: 13px;
}
.sec02 .process .step_box_wrap .step_tit.bg01 {
  background: #49496b;
}
.sec02 .process .step_box_wrap .step_tit.bg02 {
  background: #3695d7;
}
.sec02 .process .step_box_wrap .step_tit.bg03 {
  background: #65c8cb;
}
.sec02 .process .step_box_wrap .step_tit.bg04 {
  background: #f06a79;
}
.sec02 .process .step_box_wrap .step_con {
  height: 140px;
  background: #fff;
  padding: 20px;
  font-size: 14px;
  color: #49496b;
  text-align: justify;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media screen and (max-width: 414px) {
  .sec02 .process .step_box_wrap .step_con {
    height: 170px;
    padding: 16px;
    font-size: 13px;
    letter-spacing: -1px;
  }
}
.sec02 .content_left,
.sec02 .content_right,
.sec02 .content_right li,
.sec02 .step_box,
.sec02 .process .title,
.sec02 .process .title span {
  opacity: 0;
  transition: all 0.3s linear;
}
.sec02.active .content_left {
  -webkit-animation: fadeInLeft 1s 0.5s forwards;
          animation: fadeInLeft 1s 0.5s forwards;
}
.sec02.active .content_right {
  -webkit-animation: fadeIn 2s 0.3s forwards;
          animation: fadeIn 2s 0.3s forwards;
}
.sec02.active .content_right li:nth-of-type(1) {
  -webkit-animation: fadeInDown 1.5s 0.3s forwards;
          animation: fadeInDown 1.5s 0.3s forwards;
}
.sec02.active .content_right li:nth-of-type(2) {
  -webkit-animation: fadeInUp 0.5s 0.5s forwards;
          animation: fadeInUp 0.5s 0.5s forwards;
}
.sec02.active .content_right li:nth-of-type(3) {
  -webkit-animation: fadeInUp 0.5s 0.7s forwards;
          animation: fadeInUp 0.5s 0.7s forwards;
}
.sec02.active .content_right li:nth-of-type(4) {
  -webkit-animation: fadeInUp 0.5s 0.9s forwards;
          animation: fadeInUp 0.5s 0.9s forwards;
}
.sec02.active .content_right li:nth-of-type(5) {
  -webkit-animation: fadeInUp 0.5s 1.1s forwards;
          animation: fadeInUp 0.5s 1.1s forwards;
}
.sec02.active .content_right li:nth-of-type(6) {
  -webkit-animation: fadeInUp 0.5s 1.3s forwards;
          animation: fadeInUp 0.5s 1.3s forwards;
}
.sec02.active .process .title {
  -webkit-animation: fadeInUp 1s forwards;
          animation: fadeInUp 1s forwards;
}
.sec02.active .process .title span:nth-of-type(1) {
  -webkit-animation: bounceIn 1s 1s forwards;
          animation: bounceIn 1s 1s forwards;
}
.sec02.active .process .title span:nth-of-type(2) {
  -webkit-animation: fadeInLeft 0.3s 1.4s forwards;
          animation: fadeInLeft 0.3s 1.4s forwards;
}
.sec02.active .process .title span:nth-of-type(3) {
  -webkit-animation: fadeInDown 1s 1.8s forwards;
          animation: fadeInDown 1s 1.8s forwards;
}
.sec02.active .process .step_box {
  -webkit-animation: fadeInLeft 0.5s 2.4s forwards;
          animation: fadeInLeft 0.5s 2.4s forwards;
}

.sec03 {
  background: url("../img/bootpay_bg03.jpg") center center fixed;
}
.sec03 .section_title h1, .sec03 .section_title h4 {
  color: #fff;
}
.sec03 .fee_table {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 414px) {
  .sec03 .fee_table {
    width: 90%;
    margin: 30px auto 0;
  }
}
.sec03 .fee_table .fee_title, .sec03 .fee_table .fee_con {
  width: 100%;
  margin-bottom: 2px;
  padding: 10px;
  font-size: 0;
}
@media screen and (max-width: 414px) {
  .sec03 .fee_table .fee_title, .sec03 .fee_table .fee_con {
    width: calc(100% - 20px);
  }
}
.sec03 .fee_table .fee_title li, .sec03 .fee_table .fee_con li {
  display: inline-block;
  width: 33.3333%;
  text-align: center;
  vertical-align: middle;
}
.sec03 .fee_table .fee_title {
  background: rgba(64, 64, 95, 0.75);
  color: #fff;
}
.sec03 .fee_table .fee_title li {
  font-size: 15px;
  height: 30px;
  line-height: 30px;
}
@media screen and (max-width: 414px) {
  .sec03 .fee_table .fee_title li {
    height: 20px;
    line-height: 20px;
    font-size: 13px;
  }
}
.sec03 .fee_table .fee_con {
  background: rgba(255, 255, 255, 0.7);
  color: #49496b;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.sec03 .fee_table .fee_con:hover {
  background: rgba(255, 255, 255, 0.9);
}
.sec03 .fee_table .fee_con li {
  font-size: 18px;
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 414px) {
  .sec03 .fee_table .fee_con li {
    height: auto;
    line-height: 1.2;
    font-size: 15px;
  }
}
.sec03 .fee_table .fee_small_noti {
  margin-top: 20px;
}
@media screen and (max-width: 414px) {
  .sec03 .fee_table .fee_small_noti {
    margin: 20px 0;
  }
}
.sec03 .fee_table .fee_small_noti li {
  font-size: 15px;
  font-weight: 300;
  color: #d3d3e3;
  padding: 5px 0;
}
@media screen and (max-width: 414px) {
  .sec03 .fee_table .fee_small_noti li {
    font-size: 13px;
  }
}
.sec03 .inner {
  opacity: 0;
  transition: all 0.3s linear;
}
.sec03.active .inner {
  -webkit-animation: fadeInUp 0.5s 0.1s forwards;
          animation: fadeInUp 0.5s 0.1s forwards;
}

.sec04 {
  background: url("../img/bootpay_bg04.jpg") center center fixed;
}
.sec04 .bankalarm_intro {
  float: left;
  margin-top: 220px;
}
.sec04 .bankalarm_intro:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 414px) {
  .sec04 .bankalarm_intro {
    margin-top: 0;
  }
}
.sec04 .bankalarm_intro .con_left {
  float: left;
  width: 814px;
}
.sec04 .bankalarm_intro .con_left:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 414px) {
  .sec04 .bankalarm_intro .con_left {
    width: 100%;
  }
}
.sec04 .bankalarm_intro .con_left .section_title {
  text-align: left;
}
@media screen and (max-width: 414px) {
  .sec04 .bankalarm_intro .con_left .section_title {
    padding-top: 0;
    text-align: center;
  }
}
.sec04 .bankalarm_intro .con_left .section_title h1 {
  color: #fff;
}
@media screen and (max-width: 414px) {
  .sec04 .bankalarm_intro .con_left .section_title h1 {
    font-size: 25px;
  }
}
.sec04 .bankalarm_intro .con_left .section_title h4 {
  color: #fff;
}
.sec04 .bankalarm_intro .con_left .section_title h4 span {
  color: #aefdff;
}
.sec04 .bankalarm_intro .con_left .section_title .btn_wrap {
  margin-top: 50px;
}
@media screen and (max-width: 414px) {
  .sec04 .bankalarm_intro .con_left .section_title .btn_wrap {
    margin-top: 30px;
  }
}
.sec04 .bankalarm_intro .con_left .section_title .btn_wrap .btnB {
  width: 220px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 414px) {
  .sec04 .bankalarm_intro .con_left .section_title .btn_wrap .btnB {
    display: inline-block;
    width: calc(50% - 39px);
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.sec04 .bankalarm_intro .con_left .section_title .btn_wrap .btnB:last-child {
  margin-left: 10px;
}
.sec04 .bankalarm_intro .con_left .section_title .btn_wrap .btnB img {
  width: 107px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}
@media screen and (max-width: 414px) {
  .sec04 .bankalarm_intro .con_left .section_title .btn_wrap .btnB img {
    width: 50%;
  }
}
.sec04 .bankalarm_intro .img_right {
  float: right;
  width: 286px;
}
.sec04 .bankalarm_intro .img_right:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 414px) {
  .sec04 .bankalarm_intro .img_right {
    width: 100%;
    margin-top: 60px;
    text-align: center;
  }
}
.sec04 .bankalarm_intro .img_right img {
  width: 286px;
}
@media screen and (max-width: 414px) {
  .sec04 .bankalarm_intro .img_right img {
    width: 50%;
  }
}
.sec04 .inner {
  opacity: 0;
  transition: all 0.3s linear;
}
.sec04.active .inner {
  -webkit-animation: fadeInRight 0.5s 0.1s forwards;
          animation: fadeInRight 0.5s 0.1s forwards;
}

.sec05 {
  background: url("../img/bootpay_bg05.jpg") center fixed;
}
@media screen and (max-width: 414px) {
  .sec05 {
    display: flex !important;
    justify-content: center;
  }
}
@media screen and (max-width: 414px) {
  .sec05 .section_title {
    margin-top: -80px;
    padding-top: 0;
  }
}
.sec05 .section_title h1 {
  color: #fff;
}
.sec05 .section_title h4 {
  color: #ddfeff;
}
.sec05 .section_title .btn_wrap {
  margin-top: 30px;
}
.sec05 .section_title .btn_wrap .btnB {
  width: 220px;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
@media screen and (max-width: 414px) {
  .sec05 .section_title .btn_wrap .btnB {
    width: calc(100% - 30px);
    height: 45px;
    line-height: 45px;
    font-size: 15px;
  }
}
.sec05 .img_box {
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 414px) {
  .sec05 .img_box {
    margin-top: 0;
    padding: 60px 5% 0;
    font-size: 0;
  }
}
.sec05 .img_box li {
  float: left;
  width: 25%;
  text-align: center;
}
.sec05 .img_box li:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 414px) {
  .sec05 .img_box li {
    float: inherit;
    display: inline-block;
  }
}
.sec05 .img_box li img {
  width: 200px;
}
@media screen and (max-width: 414px) {
  .sec05 .img_box li img {
    width: 90%;
  }
}
.sec05 .img_box .phone_img03_bg {
  height: 501px;
  background: url("../img/phone_img03_bg.png");
}
@media screen and (max-width: 414px) {
  .sec05 .img_box .phone_img03_bg {
    height: 70px;
    margin-top: -120px;
    background-color: #5db8bb;
  }
}
.sec05 .img_box .icon_coin {
  position: absolute;
  right: -55px;
  bottom: 46px;
  width: 128px;
}
@media screen and (max-width: 414px) {
  .sec05 .img_box .icon_coin {
    right: 10px;
    bottom: -120px;
    width: 20%;
  }
}
.sec05 .inner {
  opacity: 0;
  transition: all 0.3s linear;
}
.sec05.active .inner {
  -webkit-animation: fadeInLeft 0.5s 0.1s forwards;
          animation: fadeInLeft 0.5s 0.1s forwards;
}

.sec06 {
  position: relative;
  background: url("../img/bootpay_bg06.jpg") center fixed;
}
@media screen and (max-width: 414px) {
  .sec06 .section_title {
    margin-top: -40%;
    padding-top: 0;
  }
}
.sec06 .section_title h1, .sec06 .section_title h4 {
  color: #ea485a;
}
.sec06 .img_box1 {
  position: absolute;
  top: 320px;
}
@media screen and (max-width: 414px) {
  .sec06 .img_box1 {
    position: relative;
    top: 0;
    margin-top: 40px;
  }
}
.sec06 .attract_membership {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #ea485a;
}
@media screen and (max-width: 414px) {
  .sec06 .attract_membership {
    position: absolute;
    bottom: 0;
  }
}
.sec06 .attract_membership .inner {
  position: relative;
  width: 1100px;
  height: 200px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .sec06 .attract_membership .inner {
    width: 100%;
  }
}
.sec06 .attract_membership .section_title {
  padding-top: 0;
}
@media screen and (max-width: 414px) {
  .sec06 .attract_membership .section_title {
    margin-top: 0;
    padding-top: 0;
  }
}
.sec06 .attract_membership .section_title h2 {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .sec06 .attract_membership .section_title h2 {
    font-size: 30px;
    letter-spacing: -2px;
  }
}
.sec06 .attract_membership .section_title .btn_wrap {
  margin-top: 10px;
}
.sec06 .attract_membership .section_title .btn_wrap .btnB {
  width: 220px;
  height: 55px;
  line-height: 55px;
  font-size: 17px;
  letter-spacing: -1px;
}
.sec06 .inner,
.sec06 .attract_membership .section_title h2,
.sec06 .attract_membership .section_title .btn_wrap a {
  opacity: 0;
  transition: all 0.3s linear;
}
.sec06.active .inner {
  -webkit-animation: fadeInDown 0.5s 0.1s forwards;
          animation: fadeInDown 0.5s 0.1s forwards;
}
.sec06.active .attract_membership .section_title h2 {
  -webkit-animation: fadeInDown 0.3s 0.9s forwards;
          animation: fadeInDown 0.3s 0.9s forwards;
}
.sec06.active .attract_membership .section_title .btn_wrap a {
  -webkit-animation: bounceIn 1s 1.2s forwards;
          animation: bounceIn 1s 1.2s forwards;
}

.sec07 {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  background: #49496b url("../img/bootpay_bg07.jpg") center fixed;
}
.sec07 .inner {
  height: 50vh;
}
.sec07 .company_maps {
  width: 100%;
  height: 300px;
  background: url("../img/company_map.png") center fixed;
}
@media screen and (max-width: 414px) {
  .sec07 .company_maps {
    height: 50vh;
  }
}
.sec07 .section_title {
  padding-top: 80px;
  text-align: left;
}
@media screen and (max-width: 414px) {
  .sec07 .section_title {
    padding-top: 7vh;
  }
}
.sec07 .section_title h1 {
  color: #fff;
  letter-spacing: 0px;
}
@media screen and (max-width: 414px) {
  .sec07 .section_title h1 {
    font-size: 20px;
  }
}
.sec07 .company_info {
  margin-top: 50px;
}
.sec07 .company_info .row {
  float: left;
  width: 100%;
  padding: 10px 0;
}
.sec07 .company_info .row:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 414px) {
  .sec07 .company_info .row {
    width: 90%;
    padding: 10px 5%;
  }
}
.sec07 .company_info h3 {
  float: left;
  font-size: 25px;
  font-weight: 400;
}
.sec07 .company_info h3:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 414px) {
  .sec07 .company_info h3 {
    font-size: 20px;
  }
}
.sec07 .company_info h3.t_mint {
  padding-right: 20px;
}
@media screen and (max-width: 414px) {
  .sec07 .company_info h3.t_mint {
    display: block;
    width: 100%;
  }
}
.sec07 .company_info {
  margin-top: 0;
}
.sec07 .section_title,
.sec07 .row,
.sec07 .company_maps,
.sec07 .footer {
  opacity: 0;
  transition: all 0.3s linear;
}
.sec07.active .section_title {
  -webkit-animation: fadeInUp 1s 0.2s forwards;
          animation: fadeInUp 1s 0.2s forwards;
}
.sec07.active .row:nth-of-type(1) {
  -webkit-animation: fadeInUp 1s 0.3s forwards;
          animation: fadeInUp 1s 0.3s forwards;
}
.sec07.active .row:nth-of-type(2) {
  -webkit-animation: fadeInUp 1s 0.4s forwards;
          animation: fadeInUp 1s 0.4s forwards;
}
.sec07.active .row:nth-of-type(3) {
  -webkit-animation: fadeInUp 1s 0.5s forwards;
          animation: fadeInUp 1s 0.5s forwards;
}
.sec07.active .company_maps {
  -webkit-animation: fadeIn 1s 0.6s forwards;
          animation: fadeIn 1s 0.6s forwards;
}
@media screen and (max-width: 414px) {
  .sec07.active .company_maps {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
  }
}
.sec07.active .footer {
  -webkit-animation: fadeInUp 1s 0.3s forwards;
          animation: fadeInUp 1s 0.3s forwards;
}

.faq {
  width: 100%;
  padding-top: 260px;
}
.faq .inner {
  position: relative;
  width: 1100px;
  min-height: 500px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .faq .inner {
    width: 100%;
  }
}
.faq .row {
  padding: 50px 0;
}
.faq h4 {
  color: #49496b;
}
.faq h5 {
  color: #9494ae;
  font-size: 16px;
}
.faq .faq_list {
  margin-top: 10px;
  border-top: 1px solid #49496b;
}
.faq .faq_list li {
  border-bottom: 1px solid #e0e0e0;
  color: #49496b;
  font-size: 15px;
}
.faq .faq_list li .faq_tit {
  padding: 15px 10px;
  cursor: pointer;
}
.faq .faq_list li .faq_con {
  background: #f1f1f8;
  padding: 15px 10px;
  border-top: 1px solid #e0e0e0;
}
.faq .faq_list li .question {
  display: inline-block;
  width: 20px;
  font-weight: 300;
  color: #bcbec0;
}
.faq .faq_list li .answer {
  display: inline-block;
  width: 20px;
  vertical-align: top;
  font-weight: 300;
  color: #ea485a;
}
.faq .faq_list li .con_inner {
  display: inline-block;
  width: 1050px;
}

.footer {
  position: relative;
  width: 100%;
  background: #353856;
  font-size: 13px;
}
@media screen and (max-width: 414px) {
  .footer {
    position: absolute;
    bottom: 0;
  }
}
.footer .inner {
  height: 310px;
}
.footer .footer_menu {
  display: table;
  width: 250px;
  margin: auto;
  padding-top: 30px;
}
.footer .footer_menu li {
  display: table-cell;
  width: 33.3333%;
  padding: 0 10px;
  text-align: center;
}
.footer .footer_menu li a {
  color: #fff;
}
.footer .footer_menu li a:hover {
  color: #65c8cb;
}
.footer .company_info {
  line-height: 22px;
  margin-top: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0;
  color: #9a9bc1;
}
.footer .company_info span {
  color: #23263b;
  padding: 0 5px;
  text-shadow: 1px 0 0 #49496b;
}
.footer .family_site {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  z-index: 999;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.footer .family_site ul {
  width: 200px;
  height: 40px;
  margin: auto;
  background: #292c45;
  border-radius: 3px;
  overflow: hidden;
}
.footer .family_site ul li {
  position: relative;
  height: 40px;
  line-height: 40px;
  background: #292c45;
  color: #9494ae;
  text-align: left;
  padding-left: 15px;
  font-size: 12px;
  letter-spacing: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.footer .family_site ul li:first-child:after {
  position: absolute;
  top: 12px;
  right: 15px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/accordion_menu_arrow_b.png") center no-repeat;
  background-size: 100%;
}
.footer .family_site ul li:hover {
  background: #ea485a;
  color: #fff;
  cursor: pointer;
}
.footer .family_site ul li:hover:first-child {
  background: #23263b;
}
.footer .family_site ul li:active {
  background: #cf3445;
}
.footer .family_site ul li a {
  display: block;
}
.footer .family_site ul li a:hover {
  color: #fff;
}
.footer .family_site ul.active {
  height: auto;
}
.footer .family_site ul.active li:first-child {
  background: #23263b;
}
.footer .family_site ul.active li:first-child:after {
  position: absolute;
  top: 12px;
  right: 15px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/accordion_menu_arrow_t.png") center no-repeat;
  background-size: 100%;
}
.footer .footer_logo {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.footer .footer_logo div {
  width: 200px;
  height: 50px;
  background: url("../img/bootpay_logo03.png") center no-repeat;
  background-size: 165px;
  margin: auto;
}

.fp-snaps body {
  overflow-y: hidden !important;
}

#fp-nav ul li a span {
  transition: all 0.5s;
  background-color: #d3d3e3;
}
#fp-nav ul li:hover .fp-tooltip {
  color: #d3d3e3;
}
@media screen and (max-width: 1024px) {
  #fp-nav {
    display: none;
  }
}

.fp-watermark {
  display: none;
}/*# sourceMappingURL=bootpay-new.css.map */