body {
  font-family: Arial, "微軟正黑體", "儷黑Pro", sans-serif;
  height: 100vh;
}
img {
  border: 0;
  width: 100%;
  height: auto;
  display: block;
}
a {
  cursor: pointer;
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
}
.wrap {
  font-size: 22px;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
}
.menuPad {
  padding-top: 3em;
}
.mo {
  display: block;
}
/***** loading *****/
.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 970;
  background: rgba(255, 255, 255, 0.9);
}
.loading > div {
  width: 140px;
  margin: 20% auto 0 auto;
}
/***** 電腦設備 *****/
.pcDevice {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 966;
  width: 100vw;
  height: 100%;
  background: #7b34c6;
  font-size: 2.4vw;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0 0 0;
  display: none;
}
.pcDevice.show {
  display: block;
}
/***** 行動設備 *****/
.moDevice {
  position: relative;
}
/*****電腦設備*******/
@keyframes pcBtn {
  0% {
    transform: rotate(-4deg);
  }
  5% {
    transform: rotate(4deg);
  }
  10% {
    transform: rotate(-4deg);
  }
  15% {
    transform: rotate(4deg);
  }
  20% {
    transform: rotate(-4deg);
  }
  25% {
    transform: rotate(4deg);
  }
  26% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.pcLogo {
  position: relative;
  z-index: 100;
  width: 100%;
  padding: 0.32em 0 0 0.6em;
  margin: 0 0 0.5em 0;
  text-align: left;
}
.pcLogo > a {
  display: inline-block;
  width: 15%;
}
.pcBtn {
  display: inline-block;
  border: 0;
  background-color: none;
  animation: pcBtn 2s linear infinite;
}
.pcMain {
  position: relative;
  z-index: 300;
}
.pcMainL {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  border-radius: 1.2em;
  border-top: 2px dashed #c8bbff;
  border-left: 2px dashed #c8bbff;
  border-bottom: 2px dashed #c8bbff;
  padding: 1em;
}
.pcMainL > div:nth-child(1) {
  color: #ffffff;
  font-size: 1em;
  line-height: 1.3em;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  margin: 0 0 1em 0;
}
.pcMainL > div:nth-child(1) > span {
  position: relative;
  display: inline-block;
  margin: 0 0.6em;
}
.pcMainL > div:nth-child(1) > span::before {
  width: 0.4em;
  height: 0.4em;
  content: url("../images/pc/obj.svg");
  position: absolute;
  left: -0.4em;
  top: -0.7em;
  z-index: 50;
  vertical-align: top;
}
.pcMainL > div:nth-child(1) > span::after {
  width: 0.4em;
  height: 0.4em;
  content: url("../images/pc/obj.svg");
  position: absolute;
  right: -0.4em;
  top: -0.7em;
  z-index: 50;
  vertical-align: top;
  transform: scaleX(-1);
}
.pcMainL > div:nth-child(2) {
  color: #ffffff;
  font-size: 0.6em;
  letter-spacing: 2px;
  margin: 0 0 2em 0;
}
.pcMainL > div:nth-child(3) {
  width: 3.6em;
}
.pcMainR {
  display: inline-block;
  width: 24vw;
  text-align: left;
  vertical-align: middle;
  margin: 0 0 0 0.4em;
}
.pcMan {
  width: 39vw;
  margin: 0 auto;
  border-bottom: 2px solid #452c1a;
}
/************* deepLink **************/
.deepLink {
  display: none;
  background: rgba(52, 52, 73, 0.9);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 960;
}
.DL {
  display: none;
  position: relative;
  background: #EDEDED;
  border-radius: 20px;
  margin: 3em auto 0 auto;
  width: 84%;
  text-align: center;
  padding: 0 0 0.5em 0;
}
.DL .title {
  font-size: 0.84em;
  line-height: 1.6em;
  padding: 1.4em 10%;
  text-align: center;
  background: #ffffff;
  margin: 0 0 1.2em 0;
  border-radius: 20px 20px 0px 0px;
}
.DL .close {
  position: absolute;
  right: -2%;
  top: -2%;
  background: #000000;
  border-radius: 300px;
  border: 2px solid #ffffff;
  width: 2em;
  height: 2em;
  padding: 0.5em;
  box-sizing: border-box;
  cursor: pointer;
}
.DL .qrCode {
  width: 70%;
  margin: 6% auto;
  padding: 6%;
  border-radius: 16px;
  background: #ffffff;
}
/***** quick apply btn *****/
.floatBtn {
  display: none;
  z-index: 954;
  position: fixed;
  right: 3vw;
  bottom: 3vw;
  background: #84CE30;
  width: 66px;
  height: 66px;
  box-sizing: border-box;
  padding: 8px 10px 0px 10px;
  border-radius: 300px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.floatBtn img {
  width: 100%;
  height: auto;
}
.quickBlock {
  display: none;
  background: rgba(52, 52, 73, 0.9);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 961;
  overflow-x: hidden;
  overflow-y: auto;
}
.quickBox {
  position: relative;
  background: #EDEDED;
  border-radius: 20px;
  margin: 3em auto 0 auto;
  width: 84%;
  text-align: center;
  padding: 0 0 0.5em 0;
}
.quickBox .close {
  position: absolute;
  right: -2%;
  top: -2%;
  background: #000000;
  border-radius: 300px;
  border: 2px solid #ffffff;
  width: 2em;
  height: 2em;
  padding: 0.5em;
  box-sizing: border-box;
  cursor: pointer;
}
.quickBox .title {
  font-size: 0.84em;
  padding: 1.4em 0;
  text-align: center;
  background: #ffffff;
  margin: 0 0 1.2em 0;
  border-radius: 20px 20px 0px 0px;
}
.quickBox .btns {
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  text-align: center;
  padding: 0.6em 0.8em;
  border-radius: 0.5em;
  margin: 0 0.5em 1em 0.5em;
  width: 34%;
  box-sizing: border-box;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
.quickBox .empty {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0.6em 0.8em;
  border-radius: 0.5em;
  margin: 0 0.5em 1em 0.5em;
  width: 34%;
  box-sizing: border-box;
}
/***** hamburger menu *****/
header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 950;
}
.header {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 3em;
  padding: 0.8em 1em 0 1em;
  box-sizing: border-box;
}
.header .brand {
  display: inline-block;
  height: 1.3em;
}
.header .brand img {
  height: 100%;
  width: auto;
}
.purpleBG {
  background: #7b34c6;
}
.menuFix {
  position: fixed;
  background: #7b34c6;
  box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.15);
}
.hamburger {
  width: 2em;
  height: 2em;
  position: absolute;
  right: 0.6em;
  top: 0.5em;
  box-sizing: border-box;
}
.hamburger .close {
  display: none;
  position: absolute;
  width: 50%;
  right: 25%;
  top: 30%;
  z-index: 10;
  cursor: pointer;
}
.hamburger .open {
  position: absolute;
  width: 50%;
  right: 25%;
  top: 30%;
  z-index: 5;
  cursor: pointer;
}
nav {
  position: relative;
  z-index: 90;
  display: none;
  width: 100%;
  background: #ffffff;
}
nav > ul {
  width: 100%;
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
nav > ul > li {
  position: relative;
  background: #ffffff;
  cursor: pointer;
}
nav .slideBtn {
  font-size: 1em;
  position: relative;
  padding: 1em 0;
  margin: 0 1em;
  border-bottom: 1px solid #e0e0e0;
}
nav .arrow {
  position: absolute;
  width: 0.8em;
  right: 0.2em;
  top: 0.9em;
  transform-origin: 50% 50%;
}
.arrowRote {
  transform: rotate(180deg);
}
.subMenu {
  display: none;
  background: #f7f7f7;
  padding: 1.5em 0 0 0;
  margin: 0;
  list-style: none;
}
.subMenu .subTitle {
  color: #ab9be2;
  font-size: 0.65em;
  margin: 0 0 0 3.2em;
  padding: 0 0 1.8em 0;
}
.subMenu .topSpace {
  padding: 1.8em 0;
}
.subMenu > ul {
  padding: 0 0;
  margin: 0 1.8em;
  border-bottom: 1px solid #e8e8e8;
}
.subMenu > ul > li {
  font-size: 0.9em;
  padding: 0.4em 0 1.3em 0.3em;
}
.subMenu .sublink {
  display: block;
  color: #000000;
  text-decoration: none;
  height: 100%;
}
/***** creditcard warning *****/
.warning {
  position: relative;
  z-index: 900;
  background: #c4c4c4;
  width: 100%;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  padding: 0.4em 0.6em;
}
.warning > div:nth-child(1) {
  font-size: 0.8em;
  line-height: 1.4em;
  display: inline-block;
  width: 5em;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
}
.warning > div:nth-child(1) > span {
  display: inline-block;
}
.warning > div:nth-child(2) {
  font-size: 0.4em;
  line-height: 1.6em;
  display: inline-block;
  width: calc(100% - 11em);
  box-sizing: border-box;
  padding: 0 0 0 1em;
  border-left: 1px solid #d8d8d8;
  vertical-align: middle;
  text-align: justify;
  max-width: 650px;
}
.warning a {
  color: #ffffff;
  text-decoration: underline;
}
.warning a:active {
  color: #ffffff;
}
/**************Sitemap****************/
.siteMap {
  box-sizing: border-box;
  background: #e2e2e2;
  padding: 0.7em 0.5em 1.4em 0.5em;
  text-align: center;
}
.siteMap > ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.siteMap > ul > li {
  display: block;
  text-align: left;
  vertical-align: top;
  margin: 0 0.5em;
}
.siteMainTitle {
  position: relative;
  font-size: 0.96em;
  font-weight: normal;
  padding: 0.5em 0 0.6em 0;
  color: #000000;
  margin: 0.5em auto;
  border-bottom: 1px solid #d1d1d1;
}
.siteArrow {
  position: absolute;
  right: 0.5em;
  top: 0.74em;
  width: 1em;
  height: auto;
  transform-origin: 50% 50%;
}
.siteArrowRote {
  transform: rotate(180deg);
}
.siteSubMenu {
  display: none;
  border-bottom: 1px solid #d1d1d1;
}
.siteSubMenu > ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.siteSubMenu > ul > li {
  padding: 0;
}
.siteSubMenu > ul > li > a {
  display: inline-block;
  font-size: 0.84em;
  color: #444444;
  padding: 0em 0 1.4em 0;
  text-decoration: none;
}
.siteSubTitle {
  font-size: 0.66em;
  color: #8a53b4;
  letter-spacing: 3px;
  padding: 1.4em 0 1.6em 0;
}
.siteTopCut {
  padding: 1em 0 1.6em 0;
}
/***** footer *****/
.footer {
  position: relative;
  z-index: 960;
  background: #7b34c6;
  padding: 1.5em 1em;
  box-sizing: border-box;
}
.footer .app {
  text-align: center;
  width: 100%;
  margin: 0 auto 0.8em auto;
}
.footer .app::after {
  clear: both;
  display: block;
  content: "";
}
.footer .appTxt {
  color: #ffffff;
  font-size: 0.8em;
  margin: 0 0 0.6em 0;
  text-align: center;
}
.footer .appBtn {
  display: inline-block;
  width: 46%;
}
.footer .appBtn > span {
  display: block;
  font-size: 0.5em;
  line-height: 1em;
  color: #c192f3;
  text-align: center;
  padding: 0.4em 0 1.4em 0;
  text-decoration: none;
}
.footer .appBtnLeft {
  float: left;
}
.footer .appBtnRight {
  float: right;
}
.footer .media {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto 0.5em auto;
}
.footer .media > span {
  display: inline-block;
  width: 12%;
  margin: 0 5% 0 0;
  cursor: pointer;
}
.footer .media > span:after {
  clear: both;
  display: block;
  content: "";
}
.footer .copyRight {
  font-size: 0.6em;
  line-height: 1.4em;
  color: #beadf2;
  width: 100%;
  padding: 0 0 2em 0;
  text-align: center;
}
.footer .copyRight > span {
  display: inline-block;
}
.footer .low {
  text-align: center;
  box-sizing: border-box;
  font-size: 0.6em;
  color: #beadf2;
  margin: 0 auto;
}
.footer .low > a {
  color: #beadf2;
  text-decoration: underline;
}
.footer .low > a:active {
  color: #beadf2;
  text-decoration: underline;
}
.footer .cdic {
  margin: 0 auto;
  width: 20%;
}
/********************自媒體連結警告************************/
.alertGroup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 999;
  width: 100%;
  height: 100%;
}
.alertBox {
  position: relative;
  width: 90%;
  max-width: 500px;
  margin: 20% auto 0 auto;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #7b34c6;
  box-sizing: border-box;
}
.alertBox::after {
  clear: both;
  display: block;
  content: "";
}
.alertBox > div:nth-child(1) {
  box-sizing: border-box;
  position: absolute;
  right: -0.5em;
  top: -0.5em;
  padding: 0.5em;
  width: 1.7em;
  height: 1.7em;
  border-radius: 300px;
  background: #7b34c6;
  cursor: pointer;
}
.alertBox > div:nth-child(1) img {
  display: block;
  width: 100%;
  height: auto;
}
.alertBox > div:nth-child(2) {
  width: 95%;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  padding: 0.5em 0;
  color: #7b34c6;
  letter-spacing: 3px;
  border-bottom: 1px dashed #7b34c6;
  margin: 0 auto 1em auto;
  font-family: 'Noto Sans TC', sans-serif;
}
.alertBox > div:nth-child(3) {
  font-size: 0.84em;
  line-height: 1.4em;
  text-align: left;
  margin: 0 auto 1.4em auto;
  padding: 0 0.5em;
  font-weight: normal;
}
.alertBtnOK {
  font-family: 'Noto Sans TC', sans-serif;
  box-sizing: border-box;
  float: left;
  width: 50%;
  border: 1px solid #7b34c6;
  text-align: center;
  font-size: 0.9em;
  font-weight: 500;
  color: #ffffff;
  border-radius: 0px 0px 0px 10px;
  padding: 0.5em 0;
  background: #7b34c6;
  cursor: pointer;
  text-decoration: none;
}
.alertBtnOK:hover {
  font-family: 'Noto Sans TC', sans-serif;
  box-sizing: border-box;
  float: left;
  width: 50%;
  border: 1px solid #754ebf;
  text-align: center;
  font-size: 0.9em;
  font-weight: 500;
  color: #ffffff;
  border-radius: 0px 0px 0px 10px;
  padding: 0.5em 0;
  background: #754ebf;
  text-decoration: none;
}
.alertCancel {
  font-family: 'Noto Sans TC', sans-serif;
  box-sizing: border-box;
  float: left;
  width: 50%;
  border: 1px solid #d2baff;
  text-align: center;
  font-size: 0.9em;
  font-weight: 500;
  color: #7b34c6;
  border-radius: 0px 0px 10px 0px;
  padding: 0.5em 0;
  background: #ffffff;
  cursor: pointer;
  text-decoration: none;
}
.alertCancel:hover {
  font-family: 'Noto Sans TC', sans-serif;
  box-sizing: border-box;
  float: left;
  width: 50%;
  border: 1px solid #754ebf;
  text-align: center;
  font-size: 0.9em;
  font-weight: 500;
  color: #ffffff;
  border-radius: 0px 0px 10px 0px;
  padding: 0.5em 0;
  background: #754ebf;
  text-decoration: none;
}
/***** theme *****/
.theme {
  position: relative;
  width: 100%;
  background: #7b3fc9;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}
.theme .title {
  position: relative;
  z-index: 50;
  font-size: 1.5em;
  line-height: 1.4em;
  margin: 1.8em 0 1em 0;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
}
.theme .title > span {
  display: block;
  font-size: 0.666em;
  line-height: 1.2em;
  margin: 0.8em auto 0 auto;
}
.theme .txt {
  position: relative;
  z-index: 50;
  font-size: 0.9em;
  line-height: 1.4em;
}
.themeBottom {
  position: relative;
  z-index: 50;
  background: #ffffff;
  border-radius: 20px 20px 0px 0px;
  height: 20px;
  margin: 3em 0 -1px 0;
  border-bottom: 1px solid #ffffff;
}
.theme .ePic01 {
  position: absolute;
  z-index: 40;
  width: 54%;
  left: -40%;
  bottom: -5%;
  opacity: 0.05;
  transform: rotate(5deg);
}
.theme .ePic02 {
  position: absolute;
  z-index: 40;
  width: 57.2%;
  right: -35%;
  bottom: -35%;
  opacity: 0.05;
  transform: rotate(-10deg);
}
/***** block setting *****/
.block {
  overflow: hidden;
  box-sizing: border-box;
  margin: -20px 0 0 0;
}
.blockBG {
  background: #f9f9f9;
}
.blockBG02 {
  background: #f2f2f2;
}
.blockBorder {
  padding: 3.5em 7% 4em 7%;
}
.blockBorder02 {
  padding: 3.5em 7% 0 7%;
}
.blockBorder03 {
  position: relative;
  padding: 0 0 4em 0;
}
.blockBorder04 {
  padding: 0;
}
.blockBorder05 {
  padding: 0 7% 4em 7%;
}
.blockBorder06 {
  padding: 3.5em 7% 0 7%;
}
.blockBorder07 {
  position: relative;
  padding: 0 0 4em 0;
}
.blockBorder08 {
  position: relative;
  padding: 4em 0 4em 0;
}
.blockTop {
  background: #f0f0f0;
  height: 20px;
  margin: 0 0 -20px 0;
}
.blockTop::after {
  display: block;
  content: "";
  background: #ffffff;
  border-radius: 20px 20px 0px 0px;
  height: 20px;
  width: 100%;
}
.blockBottom {
  background: #f0f0f0;
  height: 30px;
  margin: -20px 0 -1px 0;
  border-bottom: 1px solid #ffffff;
}
.blockBottom::after {
  display: block;
  content: "";
  background: #ffffff;
  border-radius: 0px 0px 20px 20px;
  height: 20px;
  width: 100%;
}
/***** h & color *****/
h1 {
  position: relative;
  z-index: 900;
  color: #7b34c6;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.35em;
  padding: 0 0 0.5em 0;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
}
h1 > b {
  display: inline-block;
  font-weight: 500;
}
h1 > span {
  font-size: 0.6em;
  line-height: 1em;
}
h2 {
  position: relative;
  z-index: 900;
  color: #000000;
  display: inline-block;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.5em;
  padding: 0 0 1.8em 0;
  font-weight: normal;
}
h2 span {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 0.7em;
  color: #808080;
}
h3 {
  position: relative;
  z-index: 900;
  color: #7b34c6;
  text-align: left;
  font-size: 1.3em;
  line-height: 1.35em;
  padding: 0 0 0.5em 0;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
}
h3 > span {
  font-size: 0.84em;
  line-height: 1em;
}
h4 {
  position: relative;
  z-index: 900;
  display: inline-block;
  text-align: justify;
  color: #000000;
  font-size: 0.8em;
  line-height: 1.5em;
  padding: 0 0 1.8em 0;
  width: 100%;
  font-weight: normal;
}
h4 span {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 0.7em;
  color: #808080;
}
.xSpace {
  display: inline-block;
  margin: 0 0.1em;
}
.breakTxt {
  word-break: break-all;
}
.nowrap {
  white-space: nowrap;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.redTxt {
  color: #ea0000;
}
.purTxt {
  color: #7b34c6;
}
/********哈囉Bankee*******/
.askBankee {
  position: relative;
  background: #f0f0f0;
  box-sizing: border-box;
  padding: 2.4em 7% 3em 7%;
}
.askTitle {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  font-size: 1.3em;
  line-height: 1.3em;
  color: #000000;
  padding: 0 0 0.5em 0;
}
.askTitle > span {
  font-weight: 900;
  color: #7b34c6;
}
.askQ {
  position: relative;
  font-size: 0.9em;
  color: #494949;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  text-align: left;
  padding: 1em 0;
  border-bottom: 2px solid #d8d8d8;
  cursor: pointer;
}
.asklink {
  display: block;
  position: relative;
  font-size: 0.9em;
  color: #494949;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  text-align: left;
  padding: 1em 0;
  border-bottom: 2px solid #d8d8d8;
  text-decoration: none;
}
.asklink:hover {
  color: #494949;
  border-bottom: 2px solid #d8d8d8;
}
.askArrow {
  position: absolute;
  right: 0.5em;
  top: 1.2em;
  width: 1em;
  height: auto;
  transform-origin: 50% 50%;
}
.askArrowRote {
  transform: rotate(180deg);
}
.askA {
  display: none;
  padding: 1.5em 0;
  font-size: 0.7em;
  line-height: 1.6em;
}
.askA a {
  color: #1c32b4;
  text-decoration: underline;
}
.askA .listNum {
  list-style: decimal;
  margin: 0 0 0 1.1em;
  padding: 0;
}
.askA .listNum > li {
  padding: 0 0 1em 0;
}
.askA .listDot {
  list-style: disc;
  margin: 0 0 0 1.1em;
  padding: 0;
}
.askA .listDot > li {
  padding: 0 0 1em 0;
}
.askA .listSqu {
  list-style: square;
  margin: 0 0 0 1.1em;
  padding: 0;
}
.askA .listSqu > li {
  padding: 0 0 1em 0;
}
.askA .listUrom {
  list-style: upper-roman;
  margin: 0 0 0 1.1em;
  padding: 0;
}
.askA .listUrom > li {
  padding: 0 0 1em 0;
}
.askA .listUalp {
  list-style: upper-alpha;
  margin: 0 0 0 1.1em;
  padding: 0;
}
.askA .listUalp > li {
  padding: 0 0 1em 0;
}
.askA .title {
  color: #0f9200;
  margin: 1em 0;
  font-size: 1.1em;
  text-align: center;
}
.askA .table {
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  width: 100%;
}
.askA .table th {
  background: #7b34c6;
  color: #ffffff;
  padding: 0.5em 0.4em;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  text-align: center;
  vertical-align: middle;
}
.askA .table td {
  background: #ffffff;
  padding: 0.5em 0.4em;
  border-left: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}
.askA .myQ {
  color: #7b34c6;
  margin: 0 0 0.4em 0;
}
.askA .myA {
  padding: 0 0 1.5em 0em;
}
.askA .myUrl {
  position: relative;
  z-index: 800;
  display: inline-block;
  color: #9A7FDD;
  text-decoration: none;
  vertical-align: baseline;
  padding: 0.2em 1em;
  border: 1px solid #9A7FDD;
  border-radius: 300px;
  margin: 0 0 0 0;
}
.askA .myUrl > img {
  display: inline-block;
  height: auto;
  width: 0.5em;
  vertical-align: baseline;
  margin: 0 0 0 0.4em;
}
.askA .myUrl:hover {
  text-decoration: none;
  border: 1px solid #9A7FDD;
}
@media screen and (min-width: 451px) and (max-width: 820px) {
  .mo {
    display: block;
  }
  .wrap {
    font-size: 26px;
    position: relative;
    box-sizing: border-box;
    background: #ffffff;
  }
  /************* deepLink **************/
  .DL {
    display: none;
    position: relative;
    background: #EDEDED;
    border-radius: 20px;
    margin: 3em auto 0 auto;
    width: 84%;
    max-width: 350px;
    text-align: center;
    padding: 0 0 0.5em 0;
  }
  /***** quick apply btn *****/
  .floatBtn {
    display: none;
    z-index: 959;
    position: fixed;
    right: 10px;
    bottom: 20px;
    background: #84CE30;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    padding: 15px 15px 0px 15px;
    border-radius: 300px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  }
  .quickBox {
    position: relative;
    background: #EDEDED;
    border-radius: 20px;
    margin: 3em auto 0 auto;
    width: 84%;
    max-width: 350px;
    text-align: center;
    padding: 0 0 0.5em 0;
  }
  /***** creditcard warning *****/
  .warning > div:nth-child(1) {
    font-size: 1.2em;
    line-height: 1.4em;
    display: inline-block;
    width: 40%;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: right;
  }
  .warning > div:nth-child(1) > span {
    display: inline-block;
    margin: 0 0.5em 0 0;
  }
  .warning > div:nth-child(2) {
    font-size: 0.5em;
    line-height: 1.2em;
    display: inline-block;
    width: calc(100% - 43%);
    box-sizing: border-box;
    padding: 0 0 0 1em;
    border-left: 1px solid #d8d8d8;
    vertical-align: middle;
    text-align: justify;
    max-width: 650px;
  }
  /***** footer *****/
  .footer {
    position: relative;
    z-index: 960;
    background: #7b34c6;
    padding: 1.5em 1em;
    box-sizing: border-box;
  }
  .footer .app {
    text-align: center;
    margin: 0 auto 0.8em auto;
    width: 70%;
  }
  .footer .app::after {
    clear: both;
    display: block;
    content: "";
  }
  .footer .appTxt {
    color: #ffffff;
    font-size: 0.8em;
    margin: 0 0 0.6em 0;
    text-align: center;
  }
  .footer .appBtn {
    display: inline-block;
    width: 46%;
  }
  .footer .appBtnLeft {
    float: left;
  }
  .footer .appBtnRight {
    float: right;
  }
  .footer .media {
    box-sizing: border-box;
    margin: 0 auto 1em auto;
    width: 100%;
    text-align: center;
  }
  .footer .media > span {
    display: inline-block;
    width: 7%;
    margin: 0 5% 0 0;
  }
  .footer .copyRight {
    font-size: 0.5em;
    line-height: 1.4em;
    color: #beadf2;
    width: 100%;
    text-align: center;
    padding: 0 0 2em 0;
  }
  .footer .copyRight > span {
    display: inline-block;
  }
  .footer .low {
    text-align: center;
    box-sizing: border-box;
    font-size: 0.5em;
    color: #beadf2;
    margin: 0 auto;
  }
  .footer .cdic {
    margin: 0 auto;
    width: 12%;
  }
}
/********************/
@media screen and (min-width: 821px) {
  .pcBorderP {
    width: 100%;
    margin: 0 auto;
    background: #7b34c6;
  }
  .pcBorderW {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
  }
  .pcBorderG {
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
  }
  .pcBorderG2 {
    width: 100%;
    margin: 0 auto;
    background: #f2f2f2;
  }
  .pcBorderG3 {
    width: 100%;
    margin: 0 auto;
    background: #c4c4c4;
  }
  /***** theme *****/
  .theme .title {
    position: relative;
    z-index: 50;
    font-size: 2em;
    line-height: 1.4em;
    margin: 1.8em 0 1em 0;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
  }
  .theme .ePic01 {
    position: absolute;
    z-index: 40;
    width: 25%;
    left: -10%;
    bottom: -100%;
    opacity: 0.05;
    transform: rotate(5deg);
  }
  .theme .ePic02 {
    position: absolute;
    z-index: 40;
    width: 30%;
    right: -12%;
    bottom: auto;
    top: -70%;
    opacity: 0.05;
    transform: rotate(-10deg);
  }
  /***** block setting *****/
  .block {
    overflow: hidden;
    box-sizing: border-box;
    margin: -20px 0 0 0;
  }
  .blockBG {
    background: #f9f9f9;
  }
  .blockBG02 {
    background: #f2f2f2;
  }
  .blockBorder {
    padding: 7em 7% 7em 7%;
  }
  .blockBorder02 {
    display: inline-block;
    padding: 0;
    width: 30%;
    min-width: 440px;
    vertical-align: middle;
  }
  .blockBorder03 {
    display: inline-block;
    padding: 7em 0;
    width: 30%;
    min-width: 380px;
    vertical-align: middle;
  }
  .blockBorder04 {
    display: inline-block;
    padding: 7em 0em 0em 0em;
    width: 30%;
    min-width: 380px;
    vertical-align: middle;
  }
  .blockBorder05 {
    display: inline-block;
    padding: 7em 0;
    width: 30%;
    vertical-align: middle;
  }
  /***** h & color *****/
  h1 {
    position: relative;
    z-index: 900;
    color: #7b34c6;
    text-align: center;
    font-size: 2em;
    line-height: 1.35em;
    padding: 0 0 0.5em 0;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
  }
  h2 {
    position: relative;
    z-index: 900;
    color: #000000;
    display: inline-block;
    text-align: center;
    font-size: 1em;
    line-height: 1.5em;
    padding: 0 0 1.8em 0;
  }
  h2 span {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 0.7em;
    color: #808080;
  }
  h3 {
    position: relative;
    z-index: 900;
    color: #7b34c6;
    text-align: left;
    font-size: 2em;
    line-height: 1.35em;
    padding: 0 0 0.5em 0;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
  }
  h3 > span {
    font-size: 0.84em;
    line-height: 1em;
  }
  h4 {
    position: relative;
    z-index: 900;
    display: inline-block;
    width: 100%;
    color: #000000;
    font-size: 1em;
    line-height: 1.5em;
    padding: 0 0 1.8em 0;
  }
  h4 span {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 0.7em;
    color: #808080;
  }
  h5 {
    position: relative;
    z-index: 900;
    color: #7356ba;
    text-align: center;
    font-size: 2em;
    line-height: 1.35em;
    padding: 0 0 0.5em 0;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
  }
  /************* deepLink **************/
  .deepLink {
    display: none;
    background: rgba(52, 52, 73, 0.9);
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 960;
  }
  .DL {
    display: none;
    position: relative;
    background: #EDEDED;
    border-radius: 20px;
    margin: 3em auto 0 auto;
    width: 80%;
    text-align: center;
    padding: 0 0 0.5em 0;
    max-width: 500px;
  }
  .DL .qrCode {
    width: 70%;
    margin: 6% auto;
    padding: 6%;
    border-radius: 16px;
    background: #ffffff;
  }
  /***** quick apply btn *****/
  .floatBtn {
    display: none;
    z-index: 959;
    position: fixed;
    right: 15px;
    bottom: 15px;
    background: #84CE30;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    padding: 15px 15px 0px 15px;
    border-radius: 300px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  }
  .quickBox {
    position: relative;
    background: #EDEDED;
    border-radius: 20px;
    margin: 3em auto 0 auto;
    width: 84%;
    text-align: center;
    padding: 0 0 0.5em 0;
    max-width: 400px;
  }
  .quickBox .btns {
    display: inline-block;
    vertical-align: top;
    background: #ffffff;
    text-align: center;
    padding: 0.6em 0.8em;
    border-radius: 1em;
    margin: 0 0.8em 1.4em 0.8em;
    width: 30%;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  }
  /***** creditcard warning *****/
  .warning {
    text-align: center;
  }
  .warning > div:nth-child(1) {
    font-size: 1.2em;
    line-height: 1.4em;
    display: inline-block;
    width: 290px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: right;
  }
  .warning > div:nth-child(1) > span {
    display: inline-block;
    margin: 0 0.5em 0 0;
  }
  .warning > div:nth-child(2) {
    font-size: 0.5em;
    line-height: 1.2em;
    display: inline-block;
    width: calc(100% - 300px);
    box-sizing: border-box;
    padding: 0 0 0 1em;
    border-left: 1px solid #d8d8d8;
    vertical-align: middle;
    text-align: justify;
    max-width: 650px;
  }
  /***** footer *****/
  .footer {
    font-size: 22px;
    position: relative;
    z-index: 960;
    background: #7b34c6;
    padding: 1.5em 1em;
    box-sizing: border-box;
    text-align: center;
  }
  .footer .app {
    width: 49%;
    max-width: 500px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 0 auto;
  }
  .footer .app::after {
    clear: both;
    display: block;
    content: "";
  }
  .footer .appTxt {
    color: #ffffff;
    font-size: 0.8em;
    margin: 0 0 0.8em 0;
    text-align: left;
  }
  .footer .appBtn {
    width: 44%;
  }
  .footer .appBtnLeft {
    float: left;
  }
  .footer .appBtnRight {
    float: right;
  }
  .footer .media {
    width: 49%;
    max-width: 500px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
  }
  .footer .media > span {
    display: inline-block;
    width: 7%;
    margin: 0 5% 0 0;
  }
  .footer .copyRight {
    font-size: 0.7em;
    line-height: 1.6em;
    color: #beadf2;
    text-align: center;
    width: 100%;
    padding: 1.5em 0 0 0;
  }
  .footer .copyRight > span {
    display: inline-block;
  }
  .footer .low {
    text-align: center;
    box-sizing: border-box;
    font-size: 0.7em;
    color: #beadf2;
    margin: 2em auto 0 auto;
  }
  .footer .low > a {
    color: #beadf2;
    text-decoration: underline;
  }
  .footer .low > a:active {
    color: #beadf2;
    text-decoration: underline;
  }
  .footer .cdic {
    margin: 1em auto 0 auto;
    width: 4%;
  }
  /********哈囉Bankee*******/
  .askTitle {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.3em;
    color: #000000;
    padding: 0 0 0.5em 0;
  }
  .askQ {
    position: relative;
    font-size: 1em;
    color: #494949;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    text-align: left;
    padding: 1em 0;
    border-bottom: 2px solid #d8d8d8;
  }
  .askA {
    display: none;
    padding: 1.5em 0;
    font-size: 0.8em;
    line-height: 1.6em;
  }
  .askA .title {
    color: #0f9200;
    margin: 1em 0;
    font-size: 1.3em;
    text-align: center;
  }
  .askA .table {
    border-right: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
    width: 100%;
  }
  .askA .table th {
    background: #7b34c6;
    color: #ffffff;
    padding: 0.5em 1em;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    text-align: center;
    vertical-align: middle;
  }
  .askA .table td {
    background: #ffffff;
    padding: 0.5em 1em;
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
  }
}
@media screen and (min-width: 951px) {
  .mo {
    display: inline-block;
  }
  /**************Sitemap****************/
  .siteMap {
    box-sizing: border-box;
    background: #e2e2e2;
    padding: 1.5em 0.5em;
    text-align: center;
  }
  .siteMap > ul {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .siteMap > ul > li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 1em;
  }
  .siteMainTitle {
    position: relative;
    width: 100%;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1em;
    font-weight: normal;
    padding: 0 0 1.3em 0;
    color: #444444;
    margin: 0 auto;
    border-bottom: 0px solid #d1d1d1;
    font-weight: 500;
  }
  .siteArrow {
    display: none;
    position: absolute;
    right: 0.5em;
    top: 1.2em;
    width: 1em;
    height: auto;
    transform-origin: 50% 50%;
  }
  .siteArrowRote {
    display: none;
    transform: rotate(180deg);
  }
  .siteSubMenu {
    display: block;
    border-bottom: 0px solid #d1d1d1;
  }
  .siteSubMenu > ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .siteSubMenu > ul > li {
    padding: 0;
  }
  .siteSubMenu > ul > li > a {
    display: inline-block;
    font-size: 0.76em;
    color: #000000;
    padding: 0em 0 0.6em 0;
    text-decoration: none;
  }
  .siteSubMenu > ul > li > a:hover {
    text-decoration: underline;
  }
  .siteSubTitle {
    font-size: 0.64em;
    color: #8a53b4;
    letter-spacing: 3px;
    padding: 1.4em 0 0.8em 0;
  }
  .siteTopCut {
    padding: 0em 0 0.8em 0;
  }
}
