@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-family: 'Noto Sans TC', sans-serif; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

.hide {
  display: none !important; }

.inner {
  width: 100%; padding-right: 20px; }

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial; }

.custom-select select {
  display: none;
  /*hide original SELECT element: */ }

.select-selected {
  background-color: #fff;
  border-radius: 8px;
  color: #b4b4b4; }
  .select-selected.select-arrow-active {
    border-radius: 0px;
    color: #3d3d3d; }

.select_changed .select-selected {
  color: #3d3d3d; }

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  background-image: url(../images/slk_down.svg);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center; }

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 9px;
  transform: rotate(180deg);
  transition: 0.3s; }

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  font-size: 20px;
  text-align: center;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer; }

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99; }

/* Hide the items when the select box is closed: */
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1); }

.select-selected.select-arrow-active {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-top: 1px solid #658ae6;
  border-left: 1px solid #658ae6;
  border-right: 1px solid #658ae6; }

.select-items {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-left: 1px solid #658ae6;
  border-right: 1px solid #658ae6;
  border-bottom: 1px solid #658ae6; }

.select-items div:last-child {
  border-bottom: 0px; }

#preview {
  position: absolute;
  border: 1px solid #ccc;
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  display: none;
  color: #fff;
  margin-top: -130px !important;
  margin-left: -350px;
  width: 250px;
  height: 250px; }
  #preview img {
    width: 100%; }

.upload_action {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden; }

/*   */
#app #page-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100px;
  z-index: 3;
  background-color: #138b8b;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out; }
  #app #page-topbar a {
    text-decoration: none; }
  #app #page-topbar .logo {
    color: #fff;
    margin: auto;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    font-size: 25px;
    letter-spacing: 2px; }
  #app #page-topbar nav {
    float: right;
    margin-right: 35px; }
    #app #page-topbar nav ul {
      display: flex;
      height: 100px;
      align-items: center; }
      #app #page-topbar nav ul li a {
        color: #fff; }
        #app #page-topbar nav ul li a.user_name {
          font-size: 18px;
          letter-spacing: 3px; }
          #app #page-topbar nav ul li a.user_name .name {
            letter-spacing: 0px;
            margin-left: 30px; }
        #app #page-topbar nav ul li a.logout {
          font-size: 12px;
          margin-left: 42px;
          display: block;
          text-align: center; }
          #app #page-topbar nav ul li a.logout img {
            width: 20px;
            display: block;
            margin: 0 auto 5px; }
#app .app-menu {
  position: fixed;
  margin-top: 100px;
  width: 120px;
  height: 100vh;
  background: #2E4A8F;
  color: #fff; }
  #app .app-menu a {
    text-decoration: none; }
  #app .app-menu nav ul li {
    display: flex;
    margin-top: 11px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center; }
    #app .app-menu nav ul li:first-child {
      margin-top: 19px; }
    #app .app-menu nav ul li a {
      width: 100px;
      height: 100px;
      display: flex;
      text-align: center;
      color: #fff;
      font-size: 13px;
      text-align: center;
      align-items: center;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center; }
      #app .app-menu nav ul li a:hover {
        background: #2E4A8F;
        border-radius: 5px; }
      #app .app-menu nav ul li a.active {
        background: #2E4A8F;
        border-radius: 5px; }
      #app .app-menu nav ul li a img {
        display: block;
        margin: 0 auto 10px;
        max-width: 39px; }
      #app .app-menu nav ul li a span {
        display: block;
        width: 100%; }

.main-content {
  background: #eee;
  min-height: 1000px; }

.main-content {
  box-sizing: border-box;
  width: calc(100%);
  display: flex;
  min-height: calc(100vh);
  padding: 110px 20px 20px 160px; }
  .main-content #home {
    max-width: 980px; }
    .main-content #home h2.app-title {
      color: #2E4A8F;
      font-weight: bold;
      font-size: 35px;
      line-height: 52px;
      margin-bottom: 20px;
      max-width: 950px;
      position: relative; }
    .main-content #home .add-btn {
      position: absolute;
      right: 0px;
      top: 0;
      display: block;
      z-index: 2;
      width: 38px; }
      .main-content #home .add-btn img {
        width: 100%; }
  .main-content #instruction1 {
    max-width: 400px;
    padding-top: 70px; }
  .main-content #instruction2 {
    width: 100%;
    max-width: 500px;
    padding-top: 119px; }
  .main-content h3, .main-content h3 a{ color: #285ee4; }

.sc-components {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 980px;
  position: relative; }
  .sc-components .sc-box {
    margin-right: 15px;
    margin-bottom: 15px; }
  /*.sc-components .sc-box:nth-child(6n) { margin-right: 0; }*/

.sc-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  position: relative; }
  .sc-container .card {
    width: calc(33.333% - 20px);
    border-radius: 15px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden; }

.sc-box {
  display: flex;
  color: #fff;
  width: 150px;
  height: 150px;
  border-radius: 12px;
  background-color: #658ae6;
  padding: 5px 0px 28px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: 0.3s;
  transform: scale(1); }
a:hover.sc-box{ background-color: #d16a01; }
  .sc-box:active {
    transform: scale(0.98); }
  .sc-box img {
    align-content: center;
    display: block;
    margin-bottom: 15px; }
  .sc-box span {
    text-align: center;
    font-size: 19px; }
  .sc-box.fn1 {
    background-image: url(../images/fn1.svg);
    background-repeat: no-repeat;
    background-position: center 35%;
    background-size: 48px; }
  .sc-box.fn2 {
    background-image: url(../images/fn2.svg);
    background-repeat: no-repeat;
    background-position: center 35%;
    background-size: 48px; }
  .sc-box.fn3 {
    background-image: url(../images/fn3.svg);
    background-repeat: no-repeat;
    background-position: center 35%;
    background-size: 43px; }
  .sc-box.fn4 {
    background-image: url(../images/fn4.svg);
    background-repeat: no-repeat;
    background-position: center 35%;
    background-size: 70px; }
  .sc-box.fn5 {
    background-image: url(../images/fn5.svg);
    background-repeat: no-repeat;
    background-position: center 35%;
    background-size: 45px; }
  .sc-box.fn10 {
    background-image: url(../images/fn10.svg);
    background-repeat: no-repeat;
    background-position: center 35%;
    background-size: 45px; }
  .sc-box.fn11 {
    background-image: url(../images/fn11.svg);
    background-repeat: no-repeat;
    background-position: center 35%;
    background-size: 45px; }
  .sc-box.fn12 {
    background-image: url(../images/fn12.svg);
    background-repeat: no-repeat;
    background-position: center 35%;
    background-size: 45px; }
  .sc-box.fn13 {
    background-image: url(../images/fn13.svg);
    background-repeat: no-repeat;
    background-position: center 35%;
    background-size: 45px; }
  .sc-box.fn9 {
    background-image: url(../images/card1.webp);
    background-repeat: no-repeat;
    background-position: center 35%;
    background-size: 45px;
    background-color: #d16a01; }

.sc-datepicker {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  background: #2E4A8F;
  border-radius: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 0px 13px 0px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  height: 28px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center; }
  .sc-datepicker input {
    background: none;
    border: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    outline: none;
    padding: 0;
    letter-spacing: 1px;
    width: 180px;
    text-align: center; }

.instruction-card {
  max-width: 396px;
  width: 100%;
  min-height: 804px;
  padding: 42px 50px 85px 63px;
  border-radius: 45px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff; }

.card1 .sc-data-box {
  padding: 15px 15px 0;
  background: #d16a01;
  color: #fff; }
  .card1 .sc-data-box h3 {
    font-size: 20px;
    background-image: url(../images/card1.webp);
    background-position: left center;
    padding-left: 45px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-weight: 300;
    margin-bottom: 30px;
    height: 32px;
    line-height: 32px; }
  .card1 .sc-data-box .info {
    height: 60px;
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    padding-bottom: 15px; }
    .card1 .sc-data-box .info .num {
      font-size: 45px; }
.card1 .action {
  color: #fff;
  height: 76px;
  display: flex;
  align-items: center;
  justify-self: center;
  background: #c64b04;
  text-align: center;
  width: 100%;
  justify-content: center;
  font-size: 20px; }

.card2 .sc-data-box {
  padding: 15px 15px 0;
  background: #fff;
  color: #2E4A8F; }
  .card2 .sc-data-box h3 {
    font-size: 20px;
    background-image: url(../images/card2.webp);
    background-position: left center;
    padding-left: 38px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-weight: 300;
    margin-bottom: 34px;
    height: 28px;
    line-height: 28px; }
  .card2 .sc-data-box .info {
    height: 60px;
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    color: #285ee4;
    font-size: 25px;
    padding-bottom: 15px; }
    .card2 .sc-data-box .info .num {
      font-size: 45px; }
.card2 .action {
  color: #fff;
  height: 76px;
  display: flex;
  align-items: center;
  justify-self: center;
  background: #285ee4;
  text-align: center;
  width: 100%;
  justify-content: center;
  font-size: 20px; }

.card3 .sc-data-box {
  padding: 15px 15px 0;
  background: #fff;
  color: #2E4A8F; }
  .card3 .sc-data-box h3 {
    font-size: 20px;
    background-image: url(../images/card3.webp);
    background-position: left center;
    padding-left: 38px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-weight: 300;
    margin-bottom: 34px;
    height: 28px;
    line-height: 28px; }
  .card3 .sc-data-box .info {
    height: 60px;
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    color: #285ee4;
    font-size: 25px;
    padding-bottom: 15px; }
    .card3 .sc-data-box .info .num {
      font-size: 45px; }
.card3 .action {
  color: #fff;
  height: 76px;
  display: flex;
  align-items: center;
  justify-self: center;
  background: #285ee4;
  text-align: center;
  width: 100%;
  justify-content: center;
  font-size: 20px; }

.card4 {
  position: relative; }
  .card4 .bank-info {
    padding: 10px 15px 15px;
    background: #285ee4;
    color: #fff;
    display: flex; }
    .card4 .bank-info .bank {
      border-right: 1px solid #fff;
      padding-right: 10px;
      width: 100px; }
      .card4 .bank-info .bank .default {
        background-image: url(../images/card4.webp);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-repeat: no-repeat;
        padding-left: 18px;
        letter-spacing: 1px;
        font-size: 11px;
        font-weight: 300;
        margin-bottom: 10px; }
      .card4 .bank-info .bank h3 {
        font-size: 23px;
        margin-bottom: 10px; }
      .card4 .bank-info .bank .detail {
        font-weight: 300;
        font-size: 11px; }
        .card4 .bank-info .bank .detail .tl {
          letter-spacing: 3px; }
    .card4 .bank-info .sn {
      width: calc(100% - 100px);
      padding-left: 10px;
      font-size: 16px;
      display: flex;
      flex-wrap: wrap;
      align-content: end;
      font-weight: 300; }
      .card4 .bank-info .sn h4 {
        width: 100%;
        font-size: 13px;
        margin-bottom: 10px;
        display: block; }
      .card4 .bank-info .sn .num {
        letter-spacing: 1px; }
  .card4 .sc-data-box {
    position: relative; }
    .card4 .sc-data-box .slide {
      box-sizing: border-box;
      color: #285ee4; }
      .card4 .sc-data-box .slide .mk {
        padding-left: 10px; }
      .card4 .sc-data-box .slide .item {
        display: flex !important;
        align-items: baseline;
        padding: 20px 15px;
        font-size: 25px;
        position: relative; }
        .card4 .sc-data-box .slide .item:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 15px;
          width: calc(100% - 30px);
          height: 1px;
          background: #285ee4; }
        .card4 .sc-data-box .slide .item .amount {
          font-size: 45px;
          width: 100%;
          text-align: right;
          padding-left: 10px;
          padding-right: 10px; }
    .card4 .sc-data-box .slick-dots {
      display: flex;
      position: absolute;
      left: 50%;
      bottom: 20px;
      transform: translate(-50%, 0%); }
      .card4 .sc-data-box .slick-dots li.slick-active button {
        background: #285ee4;
        border-color: #285ee4; }
      .card4 .sc-data-box .slick-dots li button {
        cursor: pointer;
        height: 9px;
        width: 9px;
        border-radius: 100%;
        text-indent: -9999px;
        padding: 0;
        margin: 0 4px;
        background: #b4b4b4;
        border: 1px solid #b4b4b4; }
        .card4 .sc-data-box .slick-dots li button:hover {
          border-color: #285ee4; }
    .card4 .sc-data-box .slick-initialized .slick-slide {
      height: auto; }
    .card4 .sc-data-box .slider {
      height: 100%; }
    .card4 .sc-data-box .slick-prev,
    .card4 .sc-data-box .slick-next {
      position: absolute;
      bottom: 25px;
      text-indent: -9999px;
      cursor: pointer; }
    .card4 .sc-data-box .slick-prev {
      left: 15px;
      width: 0;
      height: 0;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-right: 12px solid #285ee4;
      background: none;
      box-sizing: border-box;
      padding: 0;
      width: 12px;
      border-left: 0px; }
    .card4 .sc-data-box .slick-next {
      right: 15px;
      width: 0;
      height: 0;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-right: 0px;
      box-sizing: border-box;
      padding: 0;
      background: none;
      border-left: 12px solid #285ee4; }

.card5 {
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc(66.66666% - 20px);
  position: relative; }
  .card5 .sc-data-box {
    padding: 15px 15px 0;
    background: #285ee4;
    color: #fff;
    height: 92px;
    box-sizing: border-box; }
    .card5 .sc-data-box h3 {
      font-size: 20px;
      background-image: url(../images/card5.webp);
      background-position: left center;
      padding-left: 38px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      font-weight: 300;
      margin-bottom: 24px;
      height: 28px;
      line-height: 28px; }
    .card5 .sc-data-box .datep {
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 12px; }
      .card5 .sc-data-box .datep .sc-datepicker {
        margin-left: 10px; }
        .card5 .sc-data-box .datep .sc-datepicker input {
          width: 90px;
          letter-spacing: 1px; }
  .card5 .info {
    display: flex;
    align-items: baseline;
    height: calc(100% - 122px); }

.news-card {
  padding: 30px 16px 31.3px 28.5px;
  border-radius: 45px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  position: relative; }
  .news-card h3 {
    color: #2E4A8F;
    font-size: 35px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px; }
  .news-card ul {
    margin: 0;
    padding: 0 0 20px; }
    .news-card ul li {
      padding: 25px 20px 15px;
      border-bottom: 1px solid #707070; }
      .news-card ul li a {
        font-size: 15px;
        color: #5d5d5d;
        text-align: center;
        display: flex; }
        .news-card ul li a .date {
          margin-right: 20px;
          line-height: 1.8em; }
        .news-card ul li a .title {
          line-height: 1.8em;
          text-align: left; }

.card5 .info {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 20px;
  background: #fff; }
  .card5 .info .sec1,
  .card5 .info .sec2 {
    display: flex;
    width: 100%;
    justify-content: end;
    letter-spacing: 1px; }
  .card5 .info .amount1 {
    color: #d69898; }
  .card5 .info .amount2 {
    font-size: 45px;
    color: #ffaf00; }
  .card5 .info .amount3 {
    color: #146aad; }
  .card5 .info .amount4 {
    font-size: 45px;
    color: #285ee4; }
  .card5 .info .sec2 {
    align-items: center;
    margin-top: 20px; }
  .card5 .info .op1 {
    padding: 0 12px;
    font-size: 35px;
    color: #6e6e6e; }
  .card5 .info .op2 {
    padding: 0 12px;
    font-size: 30px;
    color: #6e6e6e; }
  .card5 .info .op3 {
    padding: 0 12px;
    font-size: 25px;
    color: #285ee4; }
  .card5 .info .unit {
    margin-left: 5px;
    font-size: 25px;
    color: #285ee4; }
  .card5 .info .amount1,
  .card5 .info .amount2,
  .card5 .info .amount3 {
    font-size: 32px; }
    .card5 .info .amount1 span,
    .card5 .info .amount2 span,
    .card5 .info .amount3 span {
      display: block;
      margin-top: 6px;
      text-align: right;
      font-size: 15px; }

@media (min-width: 1660px) {
  .instruction-small-card {
    max-height: 228px; } }
@media (max-width: 1520px) {
  .main-content #home {
    width: 100%;
    max-width: calc(100% - 396px); }

  .main-content #instruction1 {
    width: 100%; }
    .main-content #instruction1 .instruction-card {
      padding: 42px 30px 85px 30px; } }
#app-login {
  background-image: url(../images/login_bk.webp);
  background-repeat: repeat;
  background-position: center;
  height: 100vh;
  background-size: cover; }
  #app-login:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0.4;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url(../images/bk_filter.png);
    background-repeat: repeat;
    background-position: center; }

#login-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 406px;
  width: 100%;
  color: #fff; }
  #login-form .logo img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  #login-form .checkbox {
    color: #fff;
    font-size: 21px; }
  #login-form .login-vat > .icon {
    display: block;
    background-image: url(../images/ic_16px_3.svg);
    width: 70px;
    height: 40px;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center;
    border-right: 1px solid #fff;
    margin-right: 15px; }
  #login-form .login-account > .icon {
    display: block;
    background-image: url(../images/ic_16px_2.svg);
    width: 70px;
    height: 40px;
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center;
    border-right: 1px solid #fff;
    margin-right: 15px; }
  #login-form .login-password > .icon {
    display: block;
    background-image: url(../images/ic_16px_1.svg);
    width: 70px;
    height: 40px;
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: center;
    border-right: 1px solid #fff;
    margin-right: 15px; }
  #login-form .check_passwd {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -8px;
    z-index: 3; }
  #login-form .hide {
    display: none; }
  #login-form .login-vat,
  #login-form .login-account,
  #login-form .login-password {
    position: relative;
    height: 52px;
    border: 1px solid #fff;
    border-radius: 21px;
    display: flex;
    align-items: center; }
    #login-form .login-vat input,
    #login-form .login-account input,
    #login-form .login-password input {
      height: 40px;
      width: calc(100% - 110px);
      border: 0px !important;
      background: none;
      outline: none;
      font-size: 27px;
      color: #fff; }
  #login-form ::placeholder {
    color: #6fc7c9;
    letter-spacing: 2px; }
  #login-form .login-field {
    margin-bottom: 28px;
    color: #fff; }
    #login-form .login-field button[type="submit"] {
      background: #fff;
      cursor: pointer;
      color: #138b8b;
      font-size: 22px;
      height: 41px;
      border-radius: 21px;
      box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15);
      border: 0px;
      width: 100%;
      display: flex;
      justify-content: center;
      align-content: center;
      align-items: center;
      width: 100%;
      transform: scale(1);
      transition: 0.3s; }
      #login-form .login-field button[type="submit"]:active {
        transform: scale(0.98); }
    #login-form .login-field a {
      font-size: 18px;
      letter-spacing: 2px;
      color: #fff;
      text-align: center;
      display: block;
      line-height: 2em;
      text-underline-offset: 5px;
      text-decoration: underline; }

.login-field.checkbox {
  display: block;
  width: 100%; }

/*  checkbox */
/* Customize the label (the container) */
.chk-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 40px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: right;
  letter-spacing: 1px; }

/* Hide the browser's default checkbox */
.chk-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  border-radius: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff; }

/* On mouse-over, add a grey background color */
.chk-container:hover input ~ .checkmark {
  background-color: #fff; }

/* When the checkbox is checked, add a blue background */
.chk-container input:checked ~ .checkmark {
  background-color: #fff; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.chk-container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.chk-container .checkmark:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #138b8b;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

@media (max-width: 450px) {
  #login-form {
    max-width: 330px; } }
.instruction-card {
  box-sizing: border-box; }
  .instruction-card h3 {
    color: #2E4A8F;
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px; }
  .instruction-card .step_img {
    width: 100%;
    /* height: 280px; */
    position: relative;
    padding-bottom: 100%;
    height: 0; }
    .instruction-card .step_img img {
      display: block;
      width: 100%;
      max-width: 280px; }
  .instruction-card .info-box h4 {
    position: relative; }
    .instruction-card .info-box h4 .small-title {
      position: relative;
      display: flex;
      align-items: center;
      color: #2E4A8F;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #2E4A8F; }
      .instruction-card .info-box h4 .small-title span {
        display: block;
        font-size: 14px; }
        .instruction-card .info-box h4 .small-title span .en {
          font-size: 20px;
          line-height: 24px; }
      .instruction-card .info-box h4 .small-title .num {
        display: flex;
        font-size: 51px;
        line-height: 50px;
        position: absolute;
        left: 40px;
        top: -10px; }
    .instruction-card .info-box h4 .text {
      position: absolute;
      right: 0;
      bottom: 10px;
      font-size: 20px;
      color: #5d5d5d; }
  .instruction-card .info-box .btext {
    min-height: 180px; }
    .instruction-card .info-box .btext p {
      color: #6a6a6a;
      font-size: 15px;
      line-height: 25px;
      margin-bottom: 2em; }
      .instruction-card .info-box .btext p:last-child {
        margin-bottom: 0; }
  .instruction-card .step {
    margin: 50px auto auto;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 16px;
    width: 128px;
    height: 39px;
    border-radius: 20px;
    background-color: #6a6a6a;
    color: #fff;
    text-align: center;
    transition: 0.3s;
    transform: scale(1); }
    .instruction-card .step:active {
      transform: scale(0.93); }
    .instruction-card .step.start {
      background: #658ae6; }

.step_img {
  width: 280px; }
  .step_img .fright {
    position: absolute;
    bottom: -25px;
    right: -10px;
    width: 240px !important; }
  .step_img .fleft {
    z-index: 2;
    position: absolute;
    top: 20px;
    left: -10px;
    color: #5d5d5d;
    font-size: 20px;
    display: flex; }
    .step_img .fleft img {
      display: block;
      width: 108px;
      height: 108px;
      margin-right: 20px; }

/*  instruction-small-card  */
.instruction-small-card {
  display: flex;
  margin: 0 0 20px;
  padding: 10px 15px 15px 24px;
  border-radius: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  min-height: 228px;
  box-sizing: border-box; }
  .instruction-small-card.card-1 {
    background-image: url(../images/anip1.png);
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center; }
  .instruction-small-card.card-2 {
    background-image: url(../images/anip2.png);
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center; }
  .instruction-small-card.card-3 {
    background-image: url(../images/anip3.png);
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center; }
  .instruction-small-card .info-box h3 {
    color: #2E4A8F;
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 18px;
    margin-top: 20px; }
  .instruction-small-card .info-box h4 {
    position: relative; }
    .instruction-small-card .info-box h4 .small-title {
      position: relative;
      display: flex;
      align-items: center;
      color: #2E4A8F;
      padding-bottom: 10px; }
      .instruction-small-card .info-box h4 .small-title span {
        display: block;
        font-size: 14px; }
        .instruction-small-card .info-box h4 .small-title span .en {
          font-size: 20px;
          line-height: 24px; }
      .instruction-small-card .info-box h4 .small-title .num {
        display: flex;
        font-size: 51px;
        line-height: 50px;
        position: absolute;
        left: 42px;
        top: -10px;
        padding-left: 5px; }
    .instruction-small-card .info-box h4 .text {
      right: 0;
      bottom: 15px;
      font-size: 18px;
      color: #5d5d5d;
      font-weight: 400; }
  .instruction-small-card .info-box .step {
    margin: 15px auto auto 0;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 16px;
    width: 128px;
    height: 39px;
    border-radius: 20px;
    background-color: #658ae6;
    color: #fff;
    text-align: center;
    transition: 0.3s;
    transform: scale(1); }
    .instruction-small-card .info-box .step.start {
      background-color: #658ae6; }
  .instruction-small-card .step_img {
    width: 230px;
    position: relative; }
    .instruction-small-card .step_img img {
      display: block;
      width: 230px; }
  .instruction-small-card .step_img {
    position: relative; }
    .instruction-small-card .step_img .box1 {
      right: 0;
      width: 108px;
      height: auto;
      position: absolute;
      text-align: right;
      color: #5d5d5d;
      font-size: 14px;
      z-index: 3; }
      .instruction-small-card .step_img .box1 img {
        display: block;
        width: 100%; }
    .instruction-small-card .step_img .box2 {
      position: absolute;
      bottom: -30px;
      width: 240px;
      left: -50px; }

#my-components { width: 100%;
  padding-top: 40px; }
  #my-components .sc-components .sc-box {
    width: 230px;
    height: 230px;
    background-size: 72px;
    padding: 5px 0px 45px; }
    #my-components .sc-components .sc-box span {
      font-size: 30px;
      font-weight: 300; }
    #my-components .sc-components .sc-box.fn6 {
      background-image: url(../images/fn6.svg);
      background-repeat: no-repeat;
      background-position: center 35%;
      background-size: 88px; }
    #my-components .sc-components .sc-box.fn7 {
      background-image: url(../images/fn7.svg);
      background-repeat: no-repeat;
      background-position: center 35%;
      background-size: 51px; }
    #my-components .sc-components .sc-box.fn8 {
      background-image: url(../images/fn8.svg);
      background-repeat: no-repeat;
      background-position: center 35%;
      background-size: 72px; }
  #my-components .sc-components .sc-box.fn3 {
    background-size: 68px; }
  #my-components .sc-components .sc-box.fn4 {
    background-size: 110px; }
  #my-components .sc-components .sc-box.fn5 {
    background-size: 60px; }

#basic-info {
  padding-top: 30px;
  max-width: 590px;
  width: 100%; }
  #basic-info h3 {
    font-size: 35px;
    color: #285ee4;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 40px; }
  #basic-info .input-field {
    display: flex;
    align-items: center;
    margin-bottom: 36px; }
    #basic-info .input-field label {
      font-size: 20px;
      color: #3d3d3d;
      font-weight: 300;
      display: block;
      width: 86px;
      margin-right: 30px;
      text-align-last: justify; }
    #basic-info .input-field input {
      box-sizing: border-box;
      padding: 5px 20px;
      border: 1px solid #fff;
      border-radius: 8px;
      background: #fff;
      height: 36px;
      color: #3d3d3d;
      font-size: 20px;
      letter-spacing: 2px;
      min-width: 413px; }
      #basic-info .input-field input::placeholder {
        /* CSS 3 標準 */
        color: #b4b4b4;
        text-align: center; }
      #basic-info .input-field input::-webkit-input-placeholder {
        /* Chrome, Safari */
        color: #b4b4b4;
        text-align: center; }
      #basic-info .input-field input:-ms-input-placeholder {
        /* IE 10+ */
        color: #b4b4b4;
        text-align: center; }
    #basic-info .input-field .error_field {
      font-weight: 300;
      font-size: 15px;
      color: #d69898;
      letter-spacing: 1.5px;
      margin-left: 20px;
      display: none; }
  #basic-info .action {
    padding-left: 116px;
    box-sizing: border-box;
    margin-bottom: 46px;
    margin-top: 100px;
    max-width: 529px; }
    #basic-info .action button {
      cursor: pointer;
      margin: auto;
      border: 0px;
      background: #2E4A8F;
      border-radius: 20px;
      font-size: 16px;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 150px;
      height: 39px;
      transition: 0.3s;
      transform: scale(1); }
      #basic-info .action button:active {
        transform: scale(0.98); }
  #basic-info .info {
    padding-left: 116px;
    font-size: 15px;
    line-height: 1.6;
    color: #787878;
    font-weight: 300; }
    #basic-info .info a {
      color: #279ceb; }

#basic-info .input-field.error input {
  border-color: #d69898; }
#basic-info .input-field.error .error_field {
  display: block; }

@media (max-width: 800px) {
  #basic-info .input-field {
    flex-wrap: wrap; }

  #basic-info .input-field label {
    width: 100%;
    margin-bottom: 10px;
    text-align-last: auto; }

  #basic-info .info,
  #basic-info .action {
    padding-left: 0;
    max-width: 413px; } }
#account-info {
  padding-top: 30px;
  max-width: 590px;
  width: 100%; }
  #account-info h3 {
    font-size: 35px;
    color: #285ee4;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 40px; }
  #account-info .input-field-upload {
    font-size: 20px;
    color: #3d3d3d;
    font-weight: 300;
    display: block;
    width: 100%;
    margin-right: 20px;
    letter-spacing: 1px; }
  #account-info .input-field {
    display: flex;
    align-items: center;
    margin-bottom: 36px; }
    #account-info .input-field label {
      font-size: 20px;
      color: #3d3d3d;
      font-weight: 300;
      display: block;
      width: 86px;
      margin-right: 30px;
      text-align-last: justify; }
    #account-info .input-field input {
      box-sizing: border-box;
      padding: 5px 20px;
      border: 1px solid #fff;
      border-radius: 8px;
      background: #fff;
      height: 36px;
      color: #3d3d3d;
      font-size: 20px;
      letter-spacing: 2px;
      min-width: 413px; }
      #account-info .input-field input::placeholder {
        /* CSS 3 標準 */
        color: #b4b4b4;
        text-align: center; }
      #account-info .input-field input::-webkit-input-placeholder {
        /* Chrome, Safari */
        color: #b4b4b4;
        text-align: center; }
      #account-info .input-field input:-ms-input-placeholder {
        /* IE 10+ */
        color: #b4b4b4;
        text-align: center; }
      #account-info .input-field input.small {
        max-width: 220px;
        min-width: auto; }
    #account-info .input-field .error_field {
      font-weight: 300;
      font-size: 15px;
      color: #d69898;
      letter-spacing: 1.5px;
      margin-left: 20px;
      display: none; }
  #account-info .action_account {
    /*display: flex;*/
    padding-left: 116px;
    box-sizing: border-box;
    margin: 20px 0;
    max-width: 529px;
    overflow: hidden;
    justify-content: space-between; }
    #account-info .action_account button {
      float: right;
      cursor: pointer;
      border: 0px;
      background: #285ee4;
      border-radius: 20px;
      font-size: 16px;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 150px;
      height: 39px;
      transition: 0.3s;
      transform: scale(1);
      margin: 0 0 0 20px; }
    #account-info .action_account button:hover {
      color: #fff; background: #077474; }
    #account-info .action_account button:focus {
      color: #fff; background: #2E4A8F; }
      #account-info .action_account button:active {
        transform: scale(0.98); }
    #account-info .action_account button.reset {
      color: #285ee4; background: #fff; border: 2px solid #285ee4; }
    #account-info .action_account button.reset:hover {
      color: #285ee4; background: #f3f3f3; border: 2px solid #285ee4; }
    #account-info .action_account button.reset:focus {
      color: #285ee4; background: none; border: 2px solid #285ee4; }
    #account-info .action_account button.del {
      color: #fff; background: #ff2323; border: 2px solid #ff2323; }
    #account-info .action_account button.del:hover {
      color: #fff; background: #df0f0f; border: 2px solid #df0f0f; }
    #account-info .action_account button.del:focus {
      color: #fff; background: #be0000; border: 2px solid #be0000; }
  #account-info .action {
    padding-left: 116px;
    box-sizing: border-box;
    margin-bottom: 46px;
    margin-top: 100px;
    max-width: 529px; }
    #account-info .action button {
      cursor: pointer;
      margin: auto;
      border: 0px;
      background: #2E4A8F;
      border-radius: 20px;
      font-size: 16px;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 150px;
      height: 39px;
      transition: 0.3s;
      transform: scale(1); }
      #account-info .action button:active {
        transform: scale(0.98); }
  #account-info .info {
    padding-left: 116px;
    font-size: 15px;
    line-height: 1.6;
    color: #787878;
    font-weight: 300; }
    #account-info .info a {
      color: #279ceb; }

#account-info .input-field.error input {
  border-color: #d69898; }
#account-info .input-field.error .error_field {
  display: block; }

@media (max-width: 800px) {
  #basic-info .input-field {
    flex-wrap: wrap; }

  #basic-info .input-field label {
    width: 100%;
    margin-bottom: 10px;
    text-align-last: auto; }

  #basic-info .action_accoun,
  #basic-info .info,
  #basic-info .action {
    padding-left: 0;
    max-width: 413px; } }
/*  account - setting  */
#account-setting {
  padding-top: 30px;
  max-width: 955px;
  width: 100%; }
  #account-setting .pagination {
    max-width: 990px; }
  #account-setting h3 {
    font-size: 35px;
    color: #2E4A8F;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 40px;
    position: relative; }
    #account-setting h3 .create {
      bottom: -30px;
      position: absolute;
      display: flex;
      align-items: center;
      right: 0;
      color: #fff;
      font-size: 18px;
      background: #658ae6;
      padding: 15px 19px 16px 46px;
      border-radius: 23.5px;
      line-height: 1em;
      font-weight: 400; }
      #account-setting h3 .create:before {
        content: "+";
        left: 12px;
        top: 12px;
        font-size: 50px;
        margin-right: 10px;
        position: absolute;
        height: 30px; }

.modal .upload_title {
  margin-top: 30px;
  font-size: 20px;
  color: #3d3d3d;
  margin-right: 31px;
  display: flex;
  align-items: center; }
  .modal .upload_title .text {
    display: block;
    color: #3d3d3d;
    font-size: 20px;
    width: 82px;
    text-align-last: justify;
    margin-right: 40px; }
  .modal .upload_title .small {
    display: block;
    color: #9b9b9b;
    font-size: 16px; }
.modal .upload_outter {
  padding: 30px 0 0 0px; }

.upload_outter {
  padding: 30px 0 0 115px;
  width: 100%;
  display: flex; }
  .upload_outter .upload {
    margin-right: 10px;
    padding-top: 15px;
    display: block;
    transform: scale(1);
    transition: .3s; }
    .upload_outter .upload:active {
      transform: scale(0.98); }
    .upload_outter .upload img {
      height: 66px; }
  .upload_outter .mcs-horizontal-pics {
    max-width: 215px; }
    .upload_outter .mcs-horizontal-pics .hitem > img {
      height: 66px; }

table.data-table {
  border-collapse: collapse;
  width: 100%; }

tr {
  /* border-bottom: 1px solid #ccc; */ }

th, td {
  text-align: left;
  padding: 4px; }

table.data-table {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
  table.data-table tr th, table.data-table tr td {
    font-size: 20px;
    font-weight: 300; }
  table.data-table tr td {
    height: 80px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px; }
    table.data-table tr td.am {
      text-align: right;
      padding-right: 10px; }
    table.data-table tr td.alert {
      color: #ff8000;
      font-weight: 500; }
  table.data-table tr th {
    height: 50px;
    text-align: center;
    vertical-align: middle; }
    table.data-table tr th.am {
      text-align: right;
      padding-right: 10px; }
  table.data-table thead th {
    background: #285ee4;
    color: #fff; }
  table.data-table tbody {
    background: #fff;
    color: #767676; }
    table.data-table tbody tr:nth-child(2n+1) {
      background: #f8f8f8; }
    table.data-table tbody tr td img{ max-height: 18px; }

.tableFixHead {
  overflow-y: auto;
  max-height: calc(100vh - 340px);
  border-radius: 15px; scrollbar-width: none; }
  .tableFixHead table {
    border-collapse: collapse;
    width: 100%; }

.tableFixHead thead th {
  position: sticky;
  top: 0; }

#ex1,
#ex2 {
  max-width: 820px;
  padding: 30px 30px 50px; }

.modal a.close-modal {
  top: -34px;
  right: -33px;
  background-image: url(../images/modalx.png); }

#modal_password {
  max-width: 640px;
  padding: 30px 30px 40px;
  box-sizing: border-box; }
  #modal_password h4 {
    text-align: center; }
  #modal_password .modal-content {
    margin-bottom: 0px; }

.modal {
  background: #f2f1f6; }
  .modal h4 {
    font-size: 35px;
    font-weight: 600;
    color: #658ae6;
    margin-bottom: 40px; }
  .modal .b30 {
    margin-bottom: 30px; }
  .modal .top0 {
    margin-top: 0; }
  .modal .modal-content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    .modal .modal-content .input_field {
      width: 50%;
      display: flex;
      align-items: center;
      margin-bottom: 40px;
      flex-wrap: wrap; }
      .modal .modal-content .input_field input[type="text"]:focus,
      .modal .modal-content .input_field input[type="number"]:focus,
      .modal .modal-content .input_field textarea:focus {
        border: 1px solid #658ae6; }
      .modal .modal-content .input_field small {
        font-size: 12px; }
      .modal .modal-content .input_field.atop {
        align-items: baseline; }
      .modal .modal-content .input_field.upload {
        flex-wrap: wrap;
        align-content: baseline; }
      .modal .modal-content .input_field.amount input[type="text"],
      .modal .modal-content .input_field.amount input[type="number"] {
        text-align: right; }
      .modal .modal-content .input_field.w100 {
        width: 100%; }
      .modal .modal-content .input_field label {
        width: 82px;
        margin-right: 34px;
        text-align-last: justify;
        font-size: 20px;
        color: #3d3d3d; }
      .modal .modal-content .input_field textarea {
        outline: none;
        border-radius: 8px;
        background: #fff;
        border: 0px;
        color: #3d3d3d;
        font-weight: 300;
        width: calc(100% - 160px);
        font-size: 18px;
        padding: 5px 10px; }
        .modal .modal-content .input_field textarea::placeholder {
          /* CSS 3 標準 */
          color: #b4b4b4;
          text-align: center; }
        .modal .modal-content .input_field textarea::-webkit-input-placeholder {
          /* Chrome, Safari */
          color: #b4b4b4;
          text-align: center; }
        .modal .modal-content .input_field textarea:-ms-input-placeholder {
          /* IE 10+ */
          color: #b4b4b4;
          text-align: center; }
      .modal .modal-content .input_field input[type="number"],
      .modal .modal-content .input_field input[type="text"],
      .modal .modal-content .input_field input[type="email"] {
        outline: none;
        border-radius: 8px;
        background: #fff;
        border: 0px;
        color: #3d3d3d;
        font-weight: 300;
        height: 36px;
        width: calc(100% - 160px);
        font-size: 18px;
        padding: 5px 10px; }
        .modal .modal-content .input_field input[type="number"]::placeholder,
        .modal .modal-content .input_field input[type="text"]::placeholder,
        .modal .modal-content .input_field input[type="email"]::placeholder {
          /* CSS 3 標準 */
          color: #b4b4b4;
          text-align: center; }
        .modal .modal-content .input_field input[type="number"]::-webkit-input-placeholder,
        .modal .modal-content .input_field input[type="text"]::-webkit-input-placeholder,
        .modal .modal-content .input_field input[type="email"]::-webkit-input-placeholder {
          /* Chrome, Safari */
          color: #b4b4b4;
          text-align: center; }
        .modal .modal-content .input_field input[type="number"]:-ms-input-placeholder,
        .modal .modal-content .input_field input[type="text"]:-ms-input-placeholder,
        .modal .modal-content .input_field input[type="email"]:-ms-input-placeholder {
          /* IE 10+ */
          color: #b4b4b4;
          text-align: center; }
      .modal .modal-content .input_field .custom-select {
        width: 100%;
        max-width: 220px;
        text-align: left;
        font-weight: 300; }
  .modal .action {
    display: flex;
    align-items: center;
    justify-content: center; }
    .modal .action button {
      margin: 0 10px;
      border: 0px;
      width: 150px;
      height: 39px;
      background: #2E4A8F;
      display: flex;
      border-radius: 19.5px;
      color: #fff;
      font-size: 16px;
      letter-spacing: 1.6px;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: 0.3s;
      transform: scale(1); }
      .modal .action button:active {
        transform: scale(0.98); }
    .modal .action button[type="submit"] {
      background: #2E4A8F; }
    .modal .action button[type="button"] {
      background: #707070; }

@media (max-width: 600px) {
  .modal .modal-content .input_field {
    width: 100%; } }
/* #ex3  */
#ex3,
#ex4 {
  max-width: 720px;
  padding: 0px 50px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: none;
  background: transparent; }
  #ex3 a.close-modal,
  #ex4 a.close-modal {
    top: -14px;
    right: 33px; }

#pxlob {
  display: none;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.5); }
  #pxlob.openx {
    display: block; }
  #pxlob .center_imgp {
    position: absolute;
    max-width: 800px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    #pxlob .center_imgp img {
      width: 100%; }

#transaction {
  /*max-width: 1450px;*/
  /* padding-top: 30px; */
  /* padding-right: 10px; */
  width: 100%; 
  position: relative;
}

  /* #transaction h3 {
    font-size: 35px;
    color: #285ee4;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 40px;
    position: relative; } */

  #transaction h3 span{ padding: 8px 18px; color: #fff; font-size: 16px; font-weight: normal; background: #285ee4; border-radius: 40px; position: relative; top: -7px; left: 20px; }
  #transaction .create {
    bottom: 0;
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    color: #fff;
    font-size: 18px;
    background: #658ae6;
    padding: 15px 19px 16px 46px;
    border-radius: 23.5px;
    line-height: 1em;
    font-weight: 400; }
    #transaction .create:before {
      content: "+";
      left: 12px;
      top: 12px;
      font-size: 50px;
      margin-right: 10px;
      position: absolute;
      height: 30px; }
  #transaction .datepicker-outter {
    position: relative;
    display: flex;
    font-size: 16px;
    color: #767676;
    align-items: center;
    font-weight: 600;
    margin-bottom: 15px; }
    #transaction .datepicker-outter .sc-datepicker {
      margin-left: 15px;
      margin-bottom: 0;
      cursor: pointer; }

#income_record {
  max-width: 1450px;
  padding-top: 20px;
  width: 100%; }
  #income_record h3 {
    font-size: 35px;
    color: #285ee4;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 40px;
    position: relative;
    display: flex; }
    #income_record h3 a {
      padding-top: 0px;
      padding-bottom: 0px;
      color: #dbdbdb; }
      #income_record h3 a.active {
        color: #285ee4; }
      #income_record h3 a[href="#ar"]:first-child {
        padding-right: 25px;
        border-right: 1px solid #c8c8c8; }
        #income_record h3 a[href="#ar"]:first-child.active {
          color: #e98b2c; }
      #income_record h3 a:first-child {
        padding-right: 25px;
        border-right: 1px solid #c8c8c8; }
      #income_record h3 a[href="#income"]:nth-child(2) {
        padding-left: 25px;
        padding-right: 25px;
        border-right: 1px solid #c8c8c8; }
      #income_record h3 a:last-child {
        padding-left: 25px; }
  #income_record .tab-content > div {
    display: none; }
    #income_record .tab-content > div.active {
      display: block; }
  #income_record .create {
    bottom: 0;
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    color: #fff;
    font-size: 18px;
    background: #285ee4;
    padding: 15px 19px 16px 46px;
    border-radius: 23.5px;
    line-height: 1em;
    font-weight: 400; }
    #income_record .create:before {
      content: "+";
      left: 12px;
      top: 12px;
      font-size: 50px;
      margin-right: 10px;
      position: absolute;
      height: 30px; }
  #income_record .datepicker-outter {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    color: #767676;
    letter-spacing: 1.6px;
    display: flex;
    align-items: center;
    font-weight: 600; }
    #income_record .datepicker-outter .sc-datepicker {
      margin-left: 20px;
      margin-bottom: 0px;
      height: 28px;
      box-sizing: border-box; }
    #income_record .datepicker-outter .record_type .custom-select {
      margin-left: 20px; }
      #income_record .datepicker-outter .record_type .custom-select .select-selected {
        border-radius: 15px;
        width: 110px;
        font-size: 13px;
        font-weight: 500; }
        #income_record .datepicker-outter .record_type .custom-select .select-selected:after {
          top: 6px; }
      #income_record .datepicker-outter .record_type .custom-select .select-items div {
        font-size: 13px; }
      #income_record .datepicker-outter .record_type .custom-select .select-selected.select-arrow-active {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px; }
      #income_record .datepicker-outter .record_type .custom-select .select-selected.select_changed {
        color: #767676; }
    #income_record .datepicker-outter .record_search {
      margin-left: 20px;
      background: #fff;
      height: 28px;
      border-radius: 15px;
      width: 155px;
      padding: 0px 5px 0 13px;
      position: relative;
      overflow: hidden; }
      #income_record .datepicker-outter .record_search input[type="number"],
      #income_record .datepicker-outter .record_search input[type="text"] {
        border: 0px;
        font-size: 13px;
        color: #767676;
        outline: none;
        height: 28px; }
        #income_record .datepicker-outter .record_search input[type="number"]::placeholder,
        #income_record .datepicker-outter .record_search input[type="text"]::placeholder {
          color: #c4c4c4; }
      #income_record .datepicker-outter .record_search button {
        border: 0px;
        right: 0;
        top: 5px;
        position: absolute;
        background-color: transparent;
        z-index: 0; }

.no_data {
  max-width: 540px;
  padding-top: 213px; }
  .no_data img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    max-width: 213px;
    margin: auto auto 30px; }
  .no_data h4 {
    text-align: center;
    font-size: 28px;
    color: #7b7b7b; }

#share-accoount {
  padding-top: 30px;
  max-width: 955px;
  width: 100%; }
  #share-accoount .pagination {
    max-width: 980px; }
  #share-accoount h3 {
    display: flex;
    font-size: 35px;
    color: #2E4A8F;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 40px;
    position: relative;
    align-items: center; }
    #share-accoount h3 .small {
      padding-left: 10px;
      font-size: 15px;
      color: #767676;
      font-weight: 500;
      max-width: 400px;
      display: block;
      line-height: 1.5; }
  #share-accoount table td .disabled img {
    opacity: 0.4; }
  #share-accoount .sc-datepicker {
    margin-left: 10px;
    margin-bottom: 15px; }
  #share-accoount .share_link_generator {
    margin-bottom: 50px;
    position: relative; }
    #share-accoount .share_link_generator form {
      display: flex;
      width: 100%;
      align-items: center; }
    #share-accoount .share_link_generator input {
      width: calc(100% - 120px);
      border: 0px;
      outline: none;
      height: 28px;
      font-size: 12px;
      color: #7d7d7d;
      padding: 0 15px;
      border-top-left-radius: 14px;
      border-bottom-left-radius: 14px; }
    #share-accoount .share_link_generator button {
      cursor: pointer;
      right: 0;
      position: absolute;
      width: 130px;
      height: 43px;
      background: #138b8b;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 0px;
      font-size: 16px;
      outline: none;
      border-radius: 21.5px;
      transition: 0.3s;
      transform: scale(1); }
      #share-accoount .share_link_generator button:active {
        transform: scale(0.98); }
  #share-accoount .warn {
    padding: 0 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #share-accoount .warn h5 {
      font-size: 16px;
      font-weight: 600;
      color: #767676;
      letter-spacing: 1px; }
    #share-accoount .warn span {
      font-size: 13px;
      color: #a4a4a4; }

#my-accoount {
  padding-top: 30px;
  /*max-width: 1165px;*/
  width: 100%;
  align-items: baseline;
  /*    #bank-account   */ }
  #my-accoount .pagination {
    max-width: 1190px; }
  #my-accoount h3 {
    font-size: 35px;
    color: #2E4A8F;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: baseline; }
    #my-accoount h3 span {
      font-size: 15px;
      letter-spacing: 1.5px;
      color: #767676;
      font-weight: 400;
      margin-left: 20px; }
  #my-accoount #bank-account {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    border-bottom-left-radius: 15px;
    /*overflow: hidden;*/
    border-bottom-right-radius: 15px;
    box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.22); }
    #my-accoount #bank-account .cur_account {
      z-index: 1;
      width: 35%;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      border-bottom-left-radius: 15px;
      overflow: hidden;
      /*box-shadow: 5px 3px 6px 0 rgba(0, 0, 0, 0.16);*/
      background: #fff;
      height: 125px;
      box-sizing: border-box;
      padding: 10px 15px 15px;
      position: relative; }
      #my-accoount #bank-account .cur_account .default {
        width: 100%;
        background-image: url(../images/card4.webp);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-repeat: no-repeat;
        padding-left: 18px;
        letter-spacing: 1px;
        font-size: 11px;
        font-weight: 300;
        margin-bottom: 15px;
        color: #fff; }
      #my-accoount #bank-account .cur_account h3{
        margin: 0 0 15px 10px;
        color: #04949a;
        font-size: 23px;
      }
      #my-accoount #bank-account .cur_account .bank-setting {
        top: 10px;
        right: 10px;
        position: absolute;
        width: 14px;
        height: 14px; }
        #my-accoount #bank-account .cur_account .bank-setting img {
          width: 100%; }
      #my-accoount #bank-account .cur_account .bank-info {
        color: #285ee4;
        display: flex;
        padding: 0px 0px 10px 0px; }
        #my-accoount #bank-account .cur_account .bank-info .bank {
          border-right: 1px solid #285ee4;
          padding-right: 10px;
          width: 250px; }
          #my-accoount #bank-account .cur_account .bank-info .bank h3 {
            color: #285ee4;
            font-weight: 500;
            font-size: 18px;
            margin-bottom: 0px;
            padding: 9px 0;}
          #my-accoount #bank-account .cur_account .bank-info .bank .detail {
            font-weight: 300;
            font-size: 11px; }
            #my-accoount #bank-account .cur_account .bank-info .bank .detail .tl {
              letter-spacing: 3px; }
        #my-accoount #bank-account .cur_account .bank-info .sn {
          width: calc(100% - 100px);
          padding-left: 20px;
          font-size: 19px;
          display: flex;
          flex-wrap: wrap;
          /*font-weight: 300;*/ }
          #my-accoount #bank-account .cur_account .bank-info .sn h4 {
            width: 100%;
            font-size: 14px;
            line-height: 1em;
            margin-bottom: 5px;
            letter-spacing: 0px;
            display: block; }
          #my-accoount #bank-account .cur_account .bank-info .sn .num {
            font-size: 14px;
            line-height: 1em;
            letter-spacing: 1px; }
    #my-accoount #bank-account .other_account {
      width: 65%;
      padding-top: 12px;
      position: relative; }
      #my-accoount #bank-account .other_account ul {
        display: flex;
        flex-direction: row-reverse;
        /*overflow: hidden;*/ }
        #my-accoount #bank-account .other_account ul li {
          width: calc(100% + 15px);
          margin-left: -15px;
          padding: 5px 0 25px 0;
          border-top-right-radius: 15px;
          border-top-left-radius: 15px;
          box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.1);
          background-color: #658ae6;
          overflow: hidden; transition:0.2s all; transform: translateY(0); }
        #my-accoount #bank-account .other_account ul li:hover {
          transform: translateY(-35px);
        }
        #my-accoount #bank-account .other_account ul li span{

        }
          #my-accoount #bank-account .other_account ul li a {
            width: 100%;
            display: flex;
            color: #fff;
            text-align: center;
            font-size: 19px;
            line-height: 1.5em;
            justify-content: center;
            /*height: 58px;*/}
      #my-accoount #bank-account .other_account .cur_bank_amount {
        bottom: 0;
        position: absolute;
        display: flex;
        width: 100%;
        height: 74px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        background-color: #fff;
        margin-top: -15px;
        /*box-shadow: 0 3px 6px 0 black;*/
        padding: 0 30px 18px 20px;
        box-sizing: border-box;
        align-items: end;
        justify-content: space-between; }
        #my-accoount #bank-account .other_account .cur_bank_amount .cur_bank_amount_box {
          padding: 0 20px;
          display: flex;
          flex-basis: 50%;
          position: relative;
        }
        #my-accoount #bank-account .other_account .cur_bank_amount .cur_bank_amount_box:first-child {
          padding-left: 0; border-right: 2px solid #285ee4;
        }
        #my-accoount #bank-account .other_account .cur_bank_amount .text {
          color: #285ee4;
          font-size: 18px;
          letter-spacing: 1.8px;
          font-weight: 400;
          padding-bottom: 10px; position: absolute; }
        #my-accoount #bank-account .other_account .cur_bank_amount .amount {
          width: 100%; color: #285ee4; text-align: center; }
          #my-accoount #bank-account .other_account .cur_bank_amount .amount .unit {
            font-size: 25px; }
          #my-accoount #bank-account .other_account .cur_bank_amount .amount .amount {
            font-size: 40px; }
  #my-accoount .datepicker-outter {
    font-weight: 600;
    color: #767676;
    letter-spacing: 1.6px; }
    #my-accoount .datepicker-outter .sc-datepicker {
      margin-left: 20px; }

#step1 {
  position: absolute;
  z-index: 10; }

#instruction {
  visibility: hidden; }

#step_text1 {
  position: absolute;
  right: 140%;
  top: 35%;
  max-width: 580px;
  width: 580px; }
  #step_text1 img {
    width: 100%; }
  #step_text1:after {
    content: '';
    position: absolute;
    width: 143px;
    height: 47px;
    bottom: -40px;
    background-image: url(../images/arrow1.png);
    background-size: cover; }

#step2 {
  position: absolute;
  z-index: 10;
  right: 100%; }
  #step2 img {
    width: 100%; }
  #step2 .c1 {
    width: 403px;
    right: 180px;
    position: absolute;
    top: -40px; }
  #step2 .c2 {
    width: 160px;
    top: 20px;
    position: absolute;
    right: 10px;
    top: -40px; }

#step5 {
  position: absolute;
  z-index: 222;
  width: 100%;
  display: flex;
  background: #fff;
  padding: 15px 0 0 15px;
  border-radius: 10px;
  top: -15px;
  left: -15px; }
  #step5 img {
    width: 100%; }
  #step5 .step5_text {
    width: 797px;
    position: absolute;
    top: 450px;
    left: 151px; }
  #step5 .arrow5 {
    width: 140px;
    position: absolute;
    top: 280;
    left: 400px; }

#step6 {
  position: absolute;
  z-index: 222;
  width: 100%;
  display: flex;
  background: #fff;
  padding: 15px 0 0 15px;
  border-radius: 10px;
  top: 230px;
  left: -15px; }
  #step6 img {
    width: 100%; }
  #step6 .step6_text {
    width: 654px;
    position: absolute;
    top: 320px;
    left: 651px; }
  #step6 .arrow6 {
    width: 117px;
    position: absolute;
    top: 280;
    left: 500px; }

#step72 {
  position: absolute;
  z-index: 222;
  top: 0;
  left: 0;
  width: 100%; }

#step7 {
  position: absolute;
  z-index: 222;
  width: 100%;
  display: flex;
  background: #fff;
  padding: 15px 15px 0 15px;
  border-radius: 10px;
  left: -15px;
  top: -15px; }
  #step7 img {
    width: 100%; }
  #step7 .aw1 {
    position: absolute;
    width: 135px;
    bottom: 200px;
    left: 100px; }
  #step7 .aw2 {
    position: absolute;
    width: 180px;
    right: -260;
    z-index: 333333;
    bottom: 300px; }

#step_text7 {
  position: absolute;
  width: 690px;
  bottom: 270px;
  left: 250px; }

.paginationjs {
  line-height: 1.6;
  font-family: Marmelad,"Lucida Grande",Arial,"Hiragino Sans GB",Georgia,sans-serif;
  font-size: 14px;
  box-sizing: initial; }

.paginationjs:after {
  display: table;
  content: " ";
  clear: both; }

.paginationjs .paginationjs-pages {
  float: left; }

.paginationjs .paginationjs-pages ul {
  float: left;
  margin: 0;
  padding: 0;
  border-radius: 7px; }

.paginationjs .paginationjs-go-button, .paginationjs .paginationjs-go-input, .paginationjs .paginationjs-nav {
  float: left;
  margin-left: 10px;
  font-size: 14px; }

.paginationjs .paginationjs-pages li {
  float: left;
  border-right: none;
  list-style: none; }

.paginationjs .paginationjs-pages li > a {
  /*
  min-width:30px;
  height:28px;
  line-height:28px;
  display:block;
  background:#fff;
  font-size:14px;
  color:#333;
  text-decoration:none;
  text-align:center
  */ }

.paginationjs .paginationjs-pages li.active {
  border: none; }

.paginationjs .paginationjs-pages li.active > a {
  /*height: 30px;*/
  line-height: 30px;
  background: #285ee4;
  color: #fff; }

.paginationjs .paginationjs-pages li.disabled > a {
  opacity: 0.3; }

.paginationjs .paginationjs-pages li.disabled > a:hover {
  background: 0 0; }

.paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child > a {
  border-radius: 3px 0 0 3px; }

.paginationjs .paginationjs-pages li:last-child > a {
  border-radius: 0 3px 3px 0; }

.paginationjs .paginationjs-go-input > input[type=text] {
  width: 30px;
  height: 28px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 0;
  font-size: 14px;
  text-align: center;
  vertical-align: baseline;
  outline: 0;
  box-shadow: none;
  box-sizing: initial; }

.paginationjs .paginationjs-go-button > input[type=button] {
  min-width: 40px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #aaa;
  text-align: center;
  padding: 0 8px;
  font-size: 14px;
  vertical-align: baseline;
  outline: 0;
  box-shadow: none;
  color: #333;
  cursor: pointer;
  vertical-align: middle\9; }

.paginationjs.paginationjs-theme-blue .paginationjs-go-input > input[type=text], .paginationjs.paginationjs-theme-blue .paginationjs-pages li {
  border-color: #289de9; }

.paginationjs .paginationjs-go-button > input[type=button]:hover {
  background-color: #f8f8f8; }

.paginationjs .paginationjs-nav {
  height: 30px;
  line-height: 30px; }

.paginationjs .paginationjs-go-button, .paginationjs .paginationjs-go-input {
  margin-left: 5px\9; }

.paginationjs.paginationjs-small {
  font-size: 12px; }

.paginationjs.paginationjs-small .paginationjs-pages li > a {
  min-width: 26px;
  height: 24px;
  line-height: 24px;
  font-size: 12px; }

.paginationjs.paginationjs-small .paginationjs-pages li.active > a {
  height: 26px;
  line-height: 26px; }

.paginationjs.paginationjs-small .paginationjs-go-input {
  font-size: 12px; }

.paginationjs.paginationjs-small .paginationjs-go-input > input[type=text] {
  width: 26px;
  height: 24px;
  font-size: 12px; }

.paginationjs.paginationjs-small .paginationjs-go-button {
  font-size: 12px; }

.paginationjs.paginationjs-small .paginationjs-go-button > input[type=button] {
  min-width: 30px;
  height: 26px;
  line-height: 24px;
  padding: 0 6px;
  font-size: 12px; }

.paginationjs.paginationjs-small .paginationjs-nav {
  height: 26px;
  line-height: 26px;
  font-size: 12px; }

.paginationjs.paginationjs-big {
  font-size: 16px; }

.paginationjs.paginationjs-big .paginationjs-pages li > a {
  min-width: 36px;
  height: 34px;
  line-height: 34px;
  font-size: 16px; }

.paginationjs.paginationjs-big .paginationjs-pages li.active > a {
  height: 36px;
  line-height: 36px; }

.paginationjs.paginationjs-big .paginationjs-go-input {
  font-size: 16px; }

.paginationjs.paginationjs-big .paginationjs-go-input > input[type=text] {
  width: 36px;
  height: 34px;
  font-size: 16px; }

.paginationjs.paginationjs-big .paginationjs-go-button {
  font-size: 16px; }

.paginationjs.paginationjs-big .paginationjs-go-button > input[type=button] {
  min-width: 50px;
  height: 36px;
  line-height: 34px;
  padding: 0 12px;
  font-size: 16px; }

.paginationjs.paginationjs-big .paginationjs-nav {
  height: 36px;
  line-height: 36px;
  font-size: 16px; }

.paginationjs.paginationjs-theme-blue .paginationjs-pages li > a {
  color: #289de9; }

.paginationjs.paginationjs-theme-blue .paginationjs-pages li > a:hover {
  background: #e9f4fc; }

.paginationjs.paginationjs-theme-blue .paginationjs-pages li.active > a {
  background: #289de9;
  color: #fff; }

.paginationjs.paginationjs-theme-blue .paginationjs-pages li.disabled > a:hover {
  background: 0 0; }

.paginationjs.paginationjs-theme-blue .paginationjs-go-button > input[type=button] {
  background: #289de9;
  border-color: #289de9;
  color: #fff; }

.paginationjs.paginationjs-theme-green .paginationjs-go-input > input[type=text], .paginationjs.paginationjs-theme-green .paginationjs-pages li {
  border-color: #D4F1D1; }

.paginationjs.paginationjs-theme-blue .paginationjs-go-button > input[type=button]:hover {
  background-color: #3ca5ea; }

.paginationjs.paginationjs-theme-green .paginationjs-pages li > a {
  color: #D4F1D1; }

.paginationjs.paginationjs-theme-green .paginationjs-pages li > a:hover {
  background: #ebf4eb; }

.paginationjs.paginationjs-theme-green .paginationjs-pages li.active > a {
  background: #D4F1D1;
  color: #fff; }

.paginationjs.paginationjs-theme-green .paginationjs-pages li.disabled > a:hover {
  background: 0 0; }

.paginationjs.paginationjs-theme-green .paginationjs-go-button > input[type=button] {
  background: #D4F1D1;
  border-color: #D4F1D1;
  color: #fff; }

.paginationjs.paginationjs-theme-yellow .paginationjs-go-input > input[type=text], .paginationjs.paginationjs-theme-yellow .paginationjs-pages li {
  border-color: #ec971f; }

.paginationjs.paginationjs-theme-green .paginationjs-go-button > input[type=button]:hover {
  background-color: #55a555; }

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li > a {
  color: #ec971f; }

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li > a:hover {
  background: #fdf5e9; }

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.active > a {
  background: #ec971f;
  color: #fff; }

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.disabled > a:hover {
  background: 0 0; }

.paginationjs.paginationjs-theme-yellow .paginationjs-go-button > input[type=button] {
  background: #ec971f;
  border-color: #ec971f;
  color: #fff; }

.paginationjs.paginationjs-theme-red .paginationjs-go-input > input[type=text], .paginationjs.paginationjs-theme-red .paginationjs-pages li {
  border-color: #c9302c; }

.paginationjs.paginationjs-theme-yellow .paginationjs-go-button > input[type=button]:hover {
  background-color: #eea135; }

.paginationjs.paginationjs-theme-red .paginationjs-pages li > a {
  color: #c9302c; }

.paginationjs.paginationjs-theme-red .paginationjs-pages li > a:hover {
  background: #faeaea; }

.paginationjs.paginationjs-theme-red .paginationjs-pages li.active > a {
  background: #c9302c;
  color: #fff; }

.paginationjs.paginationjs-theme-red .paginationjs-pages li.disabled > a:hover {
  background: 0 0; }

.paginationjs.paginationjs-theme-red .paginationjs-go-button > input[type=button] {
  background: #c9302c;
  border-color: #c9302c;
  color: #fff; }

.paginationjs.paginationjs-theme-red .paginationjs-go-button > input[type=button]:hover {
  background-color: #ce4541; }

.paginationjs .paginationjs-pages li.paginationjs-next {
  border-right: 1px solid #aaa\9 ; }

.paginationjs .paginationjs-go-input > input[type=text] {
  line-height: 28px\9;
  vertical-align: middle\9; }

.paginationjs.paginationjs-big .paginationjs-pages li > a {
  line-height: 36px\9; }

.paginationjs.paginationjs-big .paginationjs-go-input > input[type=text] {
  height: 36px\9;
  line-height: 36px\9; }

.paginationjs-prev {
  background: none !important;
  text-indent: -99999;
  position: absolute; }

.paginationjs-prev {
  left: -30px;
  top: 5px; }
  .paginationjs-prev a {
    width: 0 !important;
    height: 0 !important;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #b8b8b8;
    margin-right: 15px; }

.paginationjs-next {
  background: none !important;
  text-indent: -99999;
  position: absolute;
  right: -30px;
  top: 5px; }
  .paginationjs-next a {
    width: 0 !important;
    height: 0 !important;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #b8b8b8;
    margin-left: 15px; }

/*# sourceMappingURL=style.css.map */


::-webkit-scrollbar{ display: none; }

.upload_field{ min-width: 413px; height: 430px; background: #fff; border-radius: 10px; display: table; text-align: center; }
.upload_field .upload_field_inner{ width: 100%; height: 100%; display: table-cell; vertical-align: middle; }
.upload_field .upload_field_inner button{ cursor: pointer; background: none; border: 0;}

.preview{ min-width: 413px; position: relative; }
.preview_img{ max-width: 373px; max-height: 330px; height: auto; padding: 20px; }
.preview_btn_wrap{ width: 100%; position: relative; bottom: 10px; text-align: center; }
#preview_name{ max-width: 373px; padding: 10px 50px 10px 20px; font-size: 14px; background: #fff url(../images/btn_16px_close.svg) right center no-repeat; box-shadow: 0 3px 10px rgba(0, 0, 0, .16); text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
#preview_check_wrap{ position: absolute; top: 45px; left: 97px; text-align: center; }
#preview_check_wrap i{ width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #fff; position: absolute; top: -8px; right: 92px;}
.preview_check{ padding: 0 10px; background: #fff; box-shadow: 0 3px 10px rgba(0, 0, 0, .16); display: inline-block;}
.preview_check img{ float: left; }
.preview_check span, .preview_check button{ padding-top: 8px; font-size: 16px; line-height: 1em; }
.preview_check span{ margin: 0 10px 0 0; }
.preview_check button:hover{ color: #ff2323; }

#upload_img{ display: none; }

.jquery-modal.no-bg{ background: none; }
.modal.modal_info{ width: auto; color: #285ee4; background: none; box-shadow: none; }
.modal.modal_info h3{}
.modal.modal_info .close-modal{ opacity: 0; }
.modal.modal_info.type2{ padding: 20px 70px; background: #fff; border-radius: 20px; text-align: center; }
.modal.modal_info.type2 h3{ margin: 0 auto 30px auto; font-size: 32px; font-weight: bold; }
.modal.modal_info.type2 p{ font-size: 20px; }

/* .btn {
      cursor: pointer;
      border: 0px;
      background: #285ee4;
      border-radius: 20px;
      font-size: 16px;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 150px;
      height: 39px;
      transition: 0.3s;
      transform: scale(1);
      margin: 25px auto 10px auto;
      padding: 0 0 2px 0; }
.btn:hover { color: #fff; background: #077474; }
.btn:focus { color: #fff; background: #2E4A8F; }
.btn:active { transform: scale(0.98); } */

.tableFixHead.type2{ border-radius: 0; }
.tableFixHead.type2 .data-table thead th{ background: #2E4A8F; }
.tableFixHead.type2 .data-table tr th{ font-size: 18px;}
.tableFixHead.type2 .data-table tr td{ font-size: 16px; color: #000; }
.tableFixHead.type2 .data-table tr td a{ color: #2067dd; }
.tableFixHead.type2 .data-table tr th, .tableFixHead.type2 .data-table tr td{ height: 42px; padding: 0 30px; text-align: right;}
.tableFixHead.type2 .data-table tr th:first-child, .tableFixHead.type2 .data-table tr td:first-child{ text-align: left;}
.tableFixHead .tab_wrap{ overflow: hidden; }
.tableFixHead .tab_wrap li a{ float: left; position: relative; z-index: 10; }
.tableFixHead .tab_wrap li:nth-child(2) a{ margin-left: -20px; z-index: 1; }
.tableFixHead .tab_wrap li a{ width: 390px; height: 42px; color: #fff; line-height: 42px; background: #285ee4; border-top-right-radius: 10px; border-top-left-radius: 10px; box-shadow: 0 3px 10px rgba(0, 0, 0, .16); display: inline-block; text-align: center; }
.tableFixHead .tab_wrap li a.active{ background: #2E4A8F; z-index: 1; }

/* #ex5_modal */

#app.modal_blur .main-content > div {
  filter: blur(8px);
}

#app.modal_blur ~ .blocker {
  background: transparent;
}

#ex5_modal {
  max-width: 630px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #fff;
}

#ex5_modal .close-modal {
  display: none;
}

#ex5_modal .inner {
  padding: 30px 0;

  text-align: center;
}

#ex5_modal .inner h4 {
  font-size: 45px;
  ;
  color: #285ee4;
}

#ex5_modal .inner .message {
  font-size: 36px;
  ;
  line-height: 48px;
  color: #285ee4;
  margin-bottom: 46px;
  ;
}

#ex5_modal .inner a {
  margin: auto;
  color: #fff;
  font-size: 26px;
  ;
  width: 180px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #285ee4;
  transition: 0.3s;
  border-radius: 25px;
}

#ex5_modal .inner a:hover {
  background: #005a59;
}


#ex5_modal .inner a.subscribe {
  background-color: #ffaf00;
  transition: 0.3s;
}

#ex5_modal .inner a.subscribe:hover {
  background-color: #D39100;
}

.modal {
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
}