section.a {
  /*margin-top: -110px;*/
  height: 840px;
  background: linear-gradient(to bottom right, #212121, #172653);
}

section.b {
  height: 800px;
  background-color: #e8f7ff;
}

section.c {
  height: 800px;
}

section .title {
  color: #212121;
}

section .keywords {
  color: #468bff;
}

section .note {
  color: #8395bc;
  font-size: 20px;
}

.banner_title {
  padding: 230px 0 20px 0;
  color: white;
  font-size: 48px;
}

.banner_note {
  color: white;
  font-size: 20px;
}

.banner_btn {
  margin-top: 45px;
}

.banner_btn > a {
  margin-top: 20px;
}

.banner_video {
   opacity: 0.4;
   filter: alpha(opacity=40);
}

.bg_banner {
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url('http://54.186.141.173/wp-content/uploads/2018/11/qp_mask00.png');
}

.bg_transaction {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url('http://54.186.141.173/wp-content/uploads/2018/11/qp_mask01.png');
}

ul.qp {
  list-style-image: url('http://54.186.141.173/wp-content/uploads/2018/11/qp_split.png');
  padding-left: 25px;
  color: #212121;
  font-size: 18px;
}

.ios_logo {
  height: 20px;
}

.android_logo {
  height: 20px;
}

.ios_btn {
  background:linear-gradient(to right, #2795f9, #24d2fc);
  border-radius:28px;
  display:inline-block;
  cursor:pointer;
  color:#ffffff!important;
  width: 170px;
  height: 56px;
  border-width: 0;
}
.ios_btn:hover {
  background:linear-gradient(to right, #24d2fc, #2795f9);
}
.ios_btn:active {
  position:relative;
  top:1px;
}
.ios_btn:focus {
  outline: unset!important;
}

.android_btn {
  background:linear-gradient(to right, #04c0a4, #adeb15);
  border-radius:28px;
  display:inline-block;
  cursor:pointer;
  color:#ffffff!important;
  width: 170px;
  height: 56px;
  border-width: 0;
  font-size:20px;
}
.android_btn:hover {
  background:linear-gradient(to right, #adeb15, #04c0a4);
  overflow: hidden;
}
.android_btn:active {
  position:relative;
  top:1px;
}
.android_btn:focus {
  outline: unset!important;
}

.token_btn {
  background-image:linear-gradient(to right, #24d2fc 0%, #2795f9 100%);
  border-radius:28px;
  display:inline-block;
  cursor:pointer;
  color:#468bff;
  width: 170px;
  height: 56px;
  font-size: 20px;
  box-sizing: border-box;
  padding: 4px;
}
.token_btn:hover {
  color:#ffffff;
}
.token_btn:focus {
  outline: unset!important;
}

.token_btn span {
  align-items: center;
  background: #ffffff;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: background .5s ease;
  width: 100%;
}
.token_btn:hover span {
  color: #24d2fc;
}
