﻿@charset "UTF-8";
/*font-size*/
/* color */
@import url(vender/style.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanssc.css);
.fa-header .branding a {
  text-align: left;
  text-indent: -9999px;
  display: block;
  overflow: hidden; }

.clearfix, .fa-header .header-con {
  *zoom: 1; }
  .clearfix:before, .fa-header .header-con:before, .clearfix:after, .fa-header .header-con:after {
    content: "";
    display: table;
    height: 0;
    font-size: 0;
    visibility: hidden; }
  .clearfix:after, .fa-header .header-con:after {
    clear: both; }

/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

address {
  font-style: normal; }

ul, ol {
  list-style: none; }

/*font 字型 --------------------*/
/*思源黑體*/
/*思源黑體 簡體*/
/*_frame 架構 --------------------*/
html, body {
  font-family: Verdana, Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei";
  font-size: 14px;
  color: #919191;
  line-height: 1.4; }

body > form {
  height: 100%; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

/*structure ------------*/
.fa-header {
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  box-shadow: 0 3px 5px rgba(100, 100, 100, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500; }

.fa-header .header-con {
  width: 1140px;
  margin: 0 auto; }

.fa-header .branding {
  float: left; }

.fa-header .branding a {
  background: url(../img/logo_home.png) no-repeat center center;
  width: 200px;
  height: 70px;
  margin: 0 auto; }

.fa-header .nav-main {
  float: right;
  position: relative;
  top: 1.3em; }

.fa-header .btn-mobile {
  display: none;
  font-size: 20px;
  position: absolute;
  top: 1em;
  left: 1em; }

.fa-content .content-con {
  min-height: 300px;
  margin: 0 auto;
  padding: 1px; }

.fa-footer {
  color: #878787;
  font-size: 12px;
  background-color: #3c3c3c;
  text-align: center;
  padding: 2em 1em; }
  .fa-footer .footer-con {
    width: 1140px;
    margin: 0 auto; }
  .fa-footer .nav-sub {
    margin-bottom: .7em; }
  .fa-footer .copyright a {
    color: #2cce79; }
  .fa-footer .copyright a:hover {
    color: #4582db; }

/*裝置導覽列*/
.fa-mobile {
  background-color: #222; }
  .fa-mobile .nav-main {
    text-align: left;
    padding: 1em 0; }
    .fa-mobile .nav-main > ul > li {
      display: block;
      padding: 0;
      margin: 0; }
      .fa-mobile .nav-main > ul > li > a {
        color: #919191;
        display: block;
        padding: 1em; }
        .fa-mobile .nav-main > ul > li > a:hover {
          color: #2dce7a; }
        .fa-mobile .nav-main > ul > li > a.active {
          color: #fff;
          background-color: #2dce7a; }
          .fa-mobile .nav-main > ul > li > a.active:after {
            display: none; }
  .fa-mobile .dropmenu {
    display: block;
    margin-left: 2em;
    margin-top: -.3em;
    padding: 0;
    background-color: transparent;
    box-shadow: none; }
    .fa-mobile .dropmenu a {
      background: url(../img/btn_droplistMobile.png) no-repeat left center;
      padding: .5em 1em; }
      .fa-mobile .dropmenu a:hover {
        color: #fff; }
      .fa-mobile .dropmenu a.active {
        color: #2dce7a; }

/* _forms 表單 --------------------*/
[class^='forms-'] input, [class^='forms-'] select, [class^='forms-'] textarea {
  font-family: Verdana, Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei"; }

.forms-basic input, .forms-basic select, .forms-basic textarea {
  font-size: 14px;
  font-family: Verdana, Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei";
  color: #fff;
  background-color: #0b2048;
  padding: .45em 1em;
  margin: 1px;
  border-radius: 3px; }

.forms-basic .inp-show {
  display: inline-block;
  padding: .35em .3em; }

.inp-note {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  padding: .6em .2em;
  margin: 0 .3em; }

/*_nav 導覽列 -----------------------*/
.nav-main {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  white-space: nowrap; }
  .nav-main > ul > li {
    display: inline-block;
    margin: 0 .7em;
    position: relative; }
    .nav-main > ul > li > a {
      color: #919191;
      text-decoration: none;
      display: block;
      padding: 0.7em 0;
      position: relative; }
      .nav-main > ul > li > a:after {
        content: "";
        width: 16px;
        height: 7px;
        margin-left: -8px;
        position: absolute;
        left: 50%;
        bottom: 0px; }
      .nav-main > ul > li > a:hover, .nav-main > ul > li > a.active {
        color: #3c3c3c; }
      .nav-main > ul > li > a.active:after {
        background: url(../img/nav_active.png) no-repeat center center; }
  .nav-main .language {
    letter-spacing: 0; }

.nav-sub {
  font-size: 14px;
  display: flex;
  justify-content: center;
  white-space: nowrap; }
  .nav-sub li {
    margin: 0 .2em; }
    .nav-sub li:first-child:before, .nav-sub li:after {
      color: #595959;
      content: "|";
      margin: 0 1em; }
  .nav-sub a {
    color: #919191; }
    .nav-sub a:hover {
      color: #2dce7a; }

.droplist {
  position: relative; }

.droplist > a {
  background: url(../img/btn_droplist.png) no-repeat right center;
  padding-right: 1.2em !important; }

.droplist:hover .dropmenu {
  display: block; }

.dropmenu {
  display: none;
  background: #fff;
  padding: .6em .2em;
  box-shadow: 0 0 5px rgba(100, 100, 100, 0.3);
  position: absolute;
  margin-top: -.2em; }
  .dropmenu a {
    color: #919191;
    display: block;
    padding: .4em 1em; }
    .dropmenu a:hover {
      color: #3c3c3c; }
    .dropmenu a.active {
      color: #2dce7a; }

/*_btn 按鈕 --------------------*/
[class^='btn-'] {
  font-family: Verdana, Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei";
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin: 1px 4px;
  text-align: center; }
  [class^='btn-']:hover {
    text-decoration: none;
    cursor: pointer; }

/*通用樣式*/
.btn-basic {
  color: #fff;
  padding: .65em 2.5em;
  border: 2px solid #fff;
  border-radius: 2em; }
  .btn-basic:hover {
    background-color: #4582db;
    border-color: #4582db; }

.btn-active {
  background-color: #fff;
  padding: .5em 2.5em;
  border-radius: 3px; }

/*獨立樣式*/
.btn-mobile {
  color: #878787; }
  .btn-mobile:hover {
    color: #2cce79; }

/*_list 列表樣式 ----------------------*/
.list-process {
  background: url(../img/bg_process.png) no-repeat center 20%;
  background-size: 100% auto;
  min-height: 172px;
  display: flex;
  justify-content: space-around; }
  .list-process li {
    flex: 0 1 auto; }
  .list-process li figure {
    height: 155px;
    margin-bottom: 1.8em;
    position: relative; }
    .list-process li figure:before, .list-process li figure:after {
      content: "";
      position: absolute; }
    .list-process li figure:before {
      background: no-repeat center top;
      background-size: contain;
      padding-top: 100%;
      right: 0;
      left: 0;
      z-index: 10; }
    .list-process li figure:after {
      background-color: #fff;
      width: 105%;
      padding-top: 105%;
      border: 10px solid #f4f4f4;
      border-radius: 50%;
      left: -10%;
      z-index: 5; }
  .list-process li:nth-of-type(1), .list-process li:nth-of-type(3), .list-process li:nth-of-type(5) {
    width: 11%; }
    .list-process li:nth-of-type(1) figure:before, .list-process li:nth-of-type(3) figure:before, .list-process li:nth-of-type(5) figure:before {
      background-position: center top;
      top: 0; }
    .list-process li:nth-of-type(1) figure:after, .list-process li:nth-of-type(3) figure:after, .list-process li:nth-of-type(5) figure:after {
      top: -8%; }
  .list-process li:nth-of-type(2), .list-process li:nth-of-type(4) {
    width: 13%; }
    .list-process li:nth-of-type(2) figure:before, .list-process li:nth-of-type(4) figure:before {
      background-position: center bottom;
      bottom: 0; }
    .list-process li:nth-of-type(2) figure:after, .list-process li:nth-of-type(4) figure:after {
      bottom: -7%; }
  .list-process li:nth-of-type(1) figure:before {
    background-image: url(../img/ico_process1.svg); }
  .list-process li:nth-of-type(2) figure:before {
    background-image: url(../img/ico_process2.svg); }
  .list-process li:nth-of-type(3) figure:before {
    background-image: url(../img/ico_process3.svg); }
  .list-process li:nth-of-type(4) figure:before {
    background-image: url(../img/ico_process4.svg); }
  .list-process li:nth-of-type(5) figure:before {
    background-image: url(../img/ico_process5.svg); }

/*_page -------------------------------------------*/
.container {
  padding: 70px 0 50px 0;
  position: relative; }

.container h2 {
  color: #595959;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.5em; }

.container h2 em {
  color: #aeaeae;
  font-size: 16px;
  font-style: normal;
  background: url(../img/bg_subtit.png) no-repeat center bottom;
  display: inline-block;
  padding-bottom: .4em;
  margin-bottom: 1em; }

.container h2 span {
  display: block; }

.container h3 {
  color: #2dce7a;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: .6em; }

.container .con-wrap {
  width: 1140px;
  margin: 0 auto;
  position: relative; }

.container .con-ill {
  z-index: 5; }

.container .con-txt {
  z-index: 10; }

.container .con-subtit {
  font-size: 24px;
  font-weight: 600;
  text-align: center; }

.container .con-intro {
  line-height: 1.6; }
  .container .con-intro p {
    margin-bottom: 1em; }

.container.con1 {
  background: no-repeat center top;
  background-size: cover;
  padding: 0; }

.container.con1 h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 0; }

.container.con1 .con-wrap {
  height: 580px; }

.container.con1 .con-txt {
  color: #fff;
  width: 45%;
  margin: 0 auto;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0; }

.container.con1 .con-subtit {
  color: #61eeb4;
  margin-bottom: 1.1em; }

.container.con1 .con-intro {
  text-align: left;
  margin-bottom: 2.5em; }

.container.con1 .con-btn .btn-basic {
  margin: .3em 1em .3em 0; }

/*_index 首頁內容 ----------------------*/
.index .con1 {
  background: url(../img/bg_cover.jpg) no-repeat center center;
  background-size: cover; }

.index .con1:after {
  content: "";
  background: #2dce7a url(../img/btn_drop.png) no-repeat center 55%;
  width: 52px;
  height: 52px;
  border-radius: 50px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -26px; }

.index .con1 h2 {
  color: #fff;
  margin-bottom: 0; }

.index .con1 .con-txt {
  color: #fff;
  width: 50%;
  margin: 0 auto;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0; }

.index .con1 .con-subtit {
  color: #61eeb4;
  margin-bottom: 1.1em; }

.index .con1 .con-intro {
  text-align: left; }

.index .con3 {
  background: #f6f6f6 url(../img/bg_crossborder.png) no-repeat center center;
  background-size: auto 100%;
  height: 600px; }
  .index .con3 h2 {
    text-align: left; }
  .index .con3 .con-wrap {
    height: 600px; }
  .index .con3 .con-ill {
    background: url(../img/ill_phoneCross.png) no-repeat right center;
    background-size: contain;
    width: 20em;
    padding-top: 35em;
    position: absolute;
    top: 16%;
    right: 54%; }
  .index .con3 .con-txt {
    width: 40%;
    position: absolute;
    top: 30%;
    left: 52%; }

/*_smart ----------------------*/
.smart .con1 {
  background-image: url(../img/bg_smart.jpg);
  overflow: hidden; }

.smart .con1 h2 {
  font-size: 40px;
  text-align: left; }

.smart .con1 .con-ill {
  background: url(../img/ill_phoneSmart.png) no-repeat left bottom;
  background-size: auto 100%;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 58%; }

.smart .con1 .con-txt {
  width: 47%;
  top: 40%;
  right: auto;
  left: 7%; }

.smart .con1 .con-intro {
  margin-bottom: 1.5em; }

.smart .con1 .con-subtit {
  color: #3c3c3c;
  text-align: left; }

.smart .con2 .con-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em; }
  .smart .con2 .con-wrap:nth-of-type(1) .con-ill {
    background-image: url(../img/ill_smartWallet1.png); }
  .smart .con2 .con-wrap:nth-of-type(2) .con-ill {
    background-image: url(../img/ill_smartWallet2.png);
    background-position: center bottom; }
  .smart .con2 .con-wrap:nth-of-type(3) .con-ill {
    background-image: url(../img/ill_smartWallet3.png); }

.smart .con2 .con-ill {
  background: no-repeat center center;
  background-size: contain;
  flex: 0 1 42%;
  margin: 0 2em;
  padding-top: 42%; }

.smart .con2 .con-txt {
  flex: 0 1 35%;
  margin: 0 2em; }

/*_card ---------------------*/
.card .con1 {
  background-image: url(../img/bg_card.jpg);
  overflow: hidden; }

.card .con1 h2 {
  font-size: 40px;
  text-align: left; }

.card .con1 .con-ill {
  background: url(../img/ill_cardCon1.png) no-repeat right top;
  background-size: contain;
  width: 38%;
  width: 28em;
  padding-top: 35%;
  padding-top: 25em;
  position: absolute;
  top: 30%;
  right: 50%; }

.card .con1 .con-txt {
  width: 47%;
  top: 42%;
  right: auto;
  left: 52%; }

.card .con1 .con-subtit {
  text-align: left; }

.card .con2 .con-wrap {
  display: flex;
  align-items: center;
  justify-content: center; }

.card .con2 .con-ill {
  background: url(../img/ill_cardCon2.png) no-repeat center top;
  background-size: contain;
  width: 29%;
  padding-top: 26%;
  margin-bottom: 50px; }

.card .con2 .con-txt {
  width: 43%;
  margin: 0 2em; }

/*_coin --------------------*/
.coin .con1 {
  background-image: url(../img/bg_coin.jpg);
  overflow: hidden; }

.coin .con1 h2 {
  text-align: left; }

.coin .con1 .con-txt {
  width: 41%;
  top: 40%;
  right: auto;
  left: 10%; }

.coin .con1 .con-ill {
  background: url(../img/ill_coinCon1.png) no-repeat left bottom;
  background-size: auto 100%;
  width: 50%;
  position: absolute;
  top: 25%;
  bottom: 10%;
  left: 58%; }

.coin .con1 .con-subtit {
  text-align: left; }

.coin .con2 .con-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em; }
  .coin .con2 .con-wrap:nth-of-type(1) .con-ill {
    background-image: url(../img/ill_usage1.png); }
  .coin .con2 .con-wrap:nth-of-type(2) .con-ill {
    background-image: url(../img/ill_usage2.png);
    background-position: center bottom; }
  .coin .con2 .con-wrap:nth-of-type(3) .con-ill {
    background-image: url(../img/ill_usage3.png); }

.coin .con2 .con-ill {
  background: no-repeat center center;
  background-size: contain;
  flex: 0 1 42%;
  margin: 0 2em;
  padding-top: 42%; }

.coin .con2 .con-txt {
  flex: 0 1 35%;
  margin: 0 2em; }

/*_media 裝置切換 --------------------------*/
/* lg>1200 md<1200 sm<768 xs<480 */
/* lg 大螢幕 */
@media (min-width: 1200px) {
  .lg-show {
    display: block; }
  .lg-hide {
    display: none; } }

/* md 電腦 */
@media (max-width: 1200px) {
  .md-show {
    display: block; }
  .md-hide {
    display: none; }
  /*_frame*/
  .fa-header .header-con, .fa-footer .footer-con, .container .con-wrap {
    width: calc(100% - 60px); } }

/* sm 平板 */
@media (max-width: 768px) {
  .sm-show {
    display: block; }
  .sm-hide {
    display: none; }
  /*_frame*/
  .fa-header .branding {
    float: none; }
    .fa-header .branding a {
      margin: 0 auto; }
  .fa-header .nav-main {
    display: none; }
  .fa-header .btn-mobile {
    display: block; }
  /*_page*/
  .container {
    padding: 30px 0; }
  /*_basic*/
  .list-process {
    background: none;
    display: block; }
  .list-process li {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 1em; }
    .list-process li:nth-of-type(1), .list-process li:nth-of-type(2), .list-process li:nth-of-type(3), .list-process li:nth-of-type(4), .list-process li:nth-of-type(5) {
      width: 80%; }
    .list-process li:nth-of-type(2) figure:after, .list-process li:nth-of-type(4) figure:after {
      top: -8%;
      bottom: auto; }
    .list-process li figure {
      flex: 0 0 auto;
      height: auto;
      width: 20%;
      padding-top: 20%;
      margin: 1em 2em 1em 1em; }
  /*_index*/
  .index .con1 .con-txt {
    width: 85%; }
  .index .con3 .con-txt {
    top: 19%;
    width: 47%; }
  /*_smart*/
  .smart .con1 .con-txt {
    width: 65%;
    top: 27%;
    left: 0; }
  .smart .con1 .con-ill {
    width: 50%;
    background-size: auto 70%;
    top: -5%;
    left: 65%; }
  .smart .con2 .con-wrap {
    margin-bottom: 2em; }
  .smart .con2 .con-ill {
    flex-basis: 42%; }
  .smart .con2 .con-txt {
    flex-basis: 58%;
    margin: 0; }
  /*_card*/
  .card .con1 .con-ill {
    background-size: auto 70%;
    top: 20%; }
  .card .con1 .con-txt {
    width: 62%;
    top: 34%;
    left: 41%; }
  .card .con2 .con-wrap {
    display: block; }
  .card .con2 .con-ill {
    width: auto;
    padding-top: 60%;
    margin-right: 0; }
  .card .con2 .con-txt {
    width: 70%;
    margin: 0 auto; }
  /*_coin*/
  .coin .con1 .con-txt {
    width: 65%;
    top: 27%;
    left: 0; }
  .coin .con1 .con-ill {
    width: 50%;
    background-size: auto 70%;
    top: -5%;
    left: 65%; }
  .coin .con2 .con-wrap {
    margin-bottom: 2em; }
  .coin .con2 .con-ill {
    flex-basis: 42%; }
  .coin .con2 .con-txt {
    flex-basis: 58%;
    margin: 0; } }

/* xs 手機 */
@media (max-width: 480px) {
  .xs-show {
    display: block; }
  .xs-hide {
    display: none; }
  /*_frame*/
  .fa-header .header-con, .fa-footer .footer-con, .container .con-wrap {
    width: calc(100% - 20px); }
  /*_basic*/
  .list-process li:nth-of-type(1), .list-process li:nth-of-type(2), .list-process li:nth-of-type(3), .list-process li:nth-of-type(4), .list-process li:nth-of-type(5) {
    width: 90%; }
  .btn-basic {
    padding: .65em 1em; }
  /*_page*/
  .container.con1 h2 {
    font-size: 34px; }
  /*_index*/
  .index .con3 {
    background-position: 58% center; }
  .index .con3 h2 {
    margin-left: 46%; }
  .index .con3 .con-ill {
    width: 16em;
    padding-top: 24em;
    top: 0;
    right: 59%; }
  .index .con3 .con-txt {
    top: 19%;
    width: 90%;
    left: 5%; }
  /*_smart*/
  .smart .con1 .con-wrap {
    height: 540px; }
  .smart .con1 .con-ill {
    background-size: auto 80%;
    left: 60%; }
  .smart .con1 .con-txt {
    width: 95%;
    top: 20%;
    left: 5%; }
  .smart .con1 .con-intro, .smart .con1 .con-btn {
    margin-right: 45%; }
  .smart .con2 .con-wrap {
    flex-wrap: wrap;
    margin-bottom: 0; }
    .smart .con2 .con-wrap:nth-of-type(2) .con-ill {
      padding-top: 75%; }
  .smart .con2 .con-txt {
    flex-basis: 100%;
    margin: 1em 2em;
    order: 2; }
  .smart .con2 .con-ill {
    flex-basis: 100%;
    padding-top: 90%;
    order: 1; }
  /*_card*/
  .card .con1 .con-txt {
    width: 90%;
    top: auto;
    bottom: 0%;
    left: 5%; }
  .card .con1 .con-ill {
    padding-top: 20em;
    background-size: auto 100%;
    top: 7%;
    right: 0; }
  .card .con2 .con-ill {
    padding-top: 80%;
    margin-bottom: 2em; }
  .card .con2 .con-txt {
    width: 80%; }
  /*_coin*/
  .coin .con1 .con-ill {
    width: 100%;
    padding-top: 90%;
    background-size: contain;
    top: 3%;
    left: 5%;
    bottom: auto; }
  .coin .con1 .con-txt {
    width: 90%;
    top: auto;
    left: 5%;
    bottom: 0; }
  .coin .con2 .con-wrap {
    flex-wrap: wrap;
    margin-bottom: 0; }
    .coin .con2 .con-wrap:nth-of-type(2) .con-ill {
      padding-top: 75%; }
  .coin .con2 .con-txt {
    flex-basis: 100%;
    margin: 1em 2em;
    order: 2; }
  .coin .con2 .con-ill {
    flex-basis: 100%;
    padding-top: 90%;
    order: 1; } }

