﻿@charset "UTF-8";

* {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
}

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;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4 {
  margin: 0 auto !important;
}

p {
  margin: 0;
}

ol,
ul {
  list-style: none;
}
ul {
  padding-left: 0 !important;
}

blockquote,
q {
  quotes: none;
}

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  outline: none !important;
}
a:focus,
a:hover,
a:active {
  text-decoration: none !important;
}

.mb-4{
  margin-bottom: 20px;
}
/* @data 2020-8-3
 * Author: Borise Kuo#8132
 * E.SUN DIGITAL ELoan Stylesheet */
/* -----------------------------------
 * Color
 * ----------------------------------- */
.fontRed {
  color: #f8524c;
}

/* -----------------------------------
 * Common
 * ----------------------------------- */
* {
  font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
  word-wrap: normal;
}

.container {
  margin: 0 auto;
  max-width: 1000px;
}

.calc-btn,
.btn {
  background: #00a19b;
  color: #ffffff;
  font-size: 16px;
  width: 240px;
  TEXT-ALIGN: center ;
  display: inline-block;
  padding: 15px 0;
  border-radius: 4px;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
}

.btn:hover {
  box-shadow: none;
  top: 2px;
  color: #fff !important;
  text-decoration: none;
}

body {
  font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
  background: #ffffff;
}




/* -----------------------------------
 * Overlay
 * ----------------------------------- */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  overflow: auto;
  z-index: 3;
}

.wrap {
  color: #e9e9e9;
  text-align: center;
}

.wrap ul.wrapNav {
  padding: 80px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}

.wrap ul.wrapNav li {
  font-size: 24px;
  padding: 0 10px;
  margin: 8px;
  width: 150px;
  text-align: left;
}

.wrap ul.wrapNav li img {
  width: 120px;
  height: auto;
}

.wrap ul.wrapNav li p {
  color: #00a19b;
  display: block;
  padding: 12px 0 6px 0;
  text-decoration: none;
  transition: all 0.2s linear 0s;
  margin-bottom: 8px;
}

.wrap ul.wrapNav ul {
  padding-bottom: 16px;
}

.wrap ul.wrapNav ul li {
  display: block;
  font-size: 16px;
  color: #1c1c1c;
  padding: 8px 0;
  margin: 0;
}

.wrap ul.wrapNav ul li a {
  color: #1c1c1c;
  text-decoration: none;
}

.wrap ul.wrapNav ul li a:hover {
  color: #00a197;
}

.fixed {
  width: 100%;
  height: auto;
  position: fixed;
}

/* ------------------------------------
 * Q&A
 * ----------------------------------- */
.qa .qaTopInner {
  height: 140px;
  position: relative;
  overflow: hidden;
}

.qa .qaContentInner {
  background: #fff;
  padding: 20px 0 32px 0;
}

.qa .qaContentInner .container {
  padding: 10px 0;
  text-align: center;
}
.qa .qaContentInner .container .title {
  color: #1c1c1c;
  padding: 0 0 40px 0;
}
.qa .qaContentInner .container ul {
  text-align: left;
  display: block;
  background: #ffffff;
  margin: 0 15px 20px;
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #d9d9d9;
}

.qa .qaContentInner .container ul li {
  list-style: none;
  margin-left: 10px;
}

.qa .qaContentInner .container ul li .qa-q {
  line-height: 25px;
  padding: 0 30px 0 8px;
  position: relative;
  color: #00a19b;
}

.qa .qaContentInner .container ul li .qa-q::after {
  content: '';
  background: url('../images/arrowdown.svg') no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 5px;
  transition: 0.2s;
}

.qa .qaContentInner .container ul li .qa-a {
  display: none;
  margin-top: 10px;
  font-size: 16px;
  line-height: 25px;
  padding-top: 10px;
  color: #1c1c1c;
}
.qa a{
  color: #00a19b;
  text-decoration: underline;
}
@media (min-width: 500px) {
  .qa .qaContentInner .container ul li .qa-q {
    font-size: 18px;
    font-weight: 500;
    margin-left: 0;
  }

  .qa .qaContentInner .container ul li .qa-a {
    font-size: 16px;
    margin-left: 10px;
  }
}
.qa .qaContentInner .container ul .active {
  transition: 0.5s;
}

.qa .qaContentInner .container ul .active .qa-a {
  display: block;
}

.qa .qaContentInner .container ul .active .qa-q::after {
  transform: rotate(180deg);
  top: -5px;
  transition: 0.2s;
}

.qa .qaContentInner .container ol {
  margin-left: 10px;
}

.qa .qaContentInner .container ol li {
  font-size: 16px;
  color: #303030;
  list-style: disc;
}

.qa .qaBottomInner {
  height: 150px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 499px) {
  .qa .qaContentInner .container ul li .qa-a {
    margin-left: 10px;
  }
}
@media (max-width: 675px) {
  .qa .qaContentInner .container .title {
    font-size: 24px;
    padding: 0 0 32px 0;
  }
  .qa .qaContentInner .container ul {
    padding: 12px 16px;
  }
  .qa .qaContentInner .container ul li .qa-q {
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 350px) {
  .qa .qaContentInner .container .title {
    font-size: 26px;
    padding: 0 0 30px 0;
  }
}
@media (max-width: 320px) {
  .qa .qaContentInner .container .title {
    font-size: 22px;
  }
}

/* ------------------------------------
 * Notice
 * ----------------------------------- */
.notice {
  padding: 60px 0 30px 0;
}
.notice .container {
  text-align: center;
}

@media (min-width: 768px) {
  .notice .container .title {
    font-size: 32px;
    font-weight: bold !important;
  }
}
@media (max-width: 767px) {
  .notice .container .title {
    font-size: 32px;
  }
}
@media (max-width: 675px) {
  .notice {
    padding: 60px 0 32px 0;
  }
  .notice .container .title {
    font-size: 24px;
  }
}
.notice .container ol {
  text-align: left;
  padding: 20px ;
  margin-left: 10px;
}

.notice .container ol li {
  font-size: 14px;
  line-height: 20px;
  padding: 4px;
}
.notice-ol{
list-style: decimal;
}
.type2li{
  padding-left: 0px;
}
/* ------------------------------------
 * Event
 * ----------------------------------- */
.event .container {
  text-align: center;
}
.event .container .title {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 32px;
}
.event .event-img {
  width: 95%;
  max-width: 1180px;
  margin: 0 auto;
}
.event .event-img a{
  display:block;
}
.event-m,
.event-pad {
  display: none;
}
@media (min-width: 500px) {
  .event .container .title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .event .container .title {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .event-pc,
  .event-m {
    display: none;
  }
  .event-pad {
    display: block;
  }
}
@media (max-width: 400px) {
  .event-pc,
  .event-pad {
    display: none;
  }
  .event-m {
    display: block;
  }
}

/* ------------------------------------
 * Warning
 * ----------------------------------- */
.warning {
  background: #e3e3e3;
}

.warning .container {
  text-align: center;
}

.warning .container .warningInner {
  font-size: 24px;
  line-height: 18px;
  padding: 20px;
  letter-spacing: 2px;
}

.functions {
  margin: 72px 16px;
}
.functions .title {
  font-size: 32px;
  color: #1c1c1c;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 32px !important;
}
.m-hide {
  display: none;
}
.tab {
  max-width: 1000px;
  margin: 0 auto;
  width: 88%;
}
.tab .uk-switcher {
  background: #e1efef;
  border-radius: 10px;
  padding: 16px 20px 0 20px;
}

.uk-tab {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  margin: 0 auto !important;
}
.uk-tab > li {
  display: inline-block !important;
  width: calc(100% / 3);
  padding-left: 0;
  position: relative;
}
.uk-tab > li a {
  font-size: 18px;
}
.uk-tab > .uk-active::after {
  content: '';
  width: 100%;
  height: 4px;
  background: #00a19b;
  border-radius: 10px;
  display: block;
  position: absolute;
  bottom: -4px;
  right: 0;
}
.uk-tab > .uk-active > a {
  color: #00a19b !important;
  font-weight: 500;
  padding-bottom: 16px;
  border: 0;
}

.uk-tab::before {
  display: none;
}
.uk-tab::after {
  content: '';
  bottom: 0;
  left: 20px;
  right: 0;
  width: 100%;
  height: 4px;
  background: #e1efef;
  border-radius: 10px;
  position: static;
}
.tab-content {
  display: flex;
  flex-direction: row;
}
.tab-content-text {
  width: 100%;
  text-align: left;
  padding-top: 64px;
  padding-left: 54px;
}
.tab-content-text h3 {
  font-size: 24px;
}
.tab-content-text p {
  line-height: 1.5;
}
.tab-content img {
  width: 310px;
  height: 325px;
  margin: 0 16px;
}
@media (max-width: 1110px) {
  .tab {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .functions .title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .functions {
    margin: 40px 16px 40px 16px;
  }
  .m-hide {
    display: block;
  }
  .tab .uk-switcher {
    padding: 16px 0 0 12px;
  }
  .tab-content-text {
    padding-top: 40px;
    padding-left: 20px;
  }
  .tab-content-text h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .tab-content-text p {
    margin: 8px 0 24px 0;
  }
  .tab-content-text .btn-container .btn {
    margin-top: 4px;
  }
  .tab-content img {
    width: 260px;
    height: 280px;
  }
}
@media (max-width: 675px) {
  .functions .title {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .functions .title {
    margin-bottom: 24px;
  }
  .tab .uk-switcher {
    padding: 24px 0 0 16px;
  }
  .tab-content {
    flex-direction: column;
    align-items: center;
  }
  .tab-content-text {
    width: 96%;
    padding: 0 16px;
    text-align: center;
  }
  .tab-content-text p {
    margin: 8px 0 12px 0;
  }
  .tab-content img {
    width: 240px;
    height: 260px;
    margin-top: 16px;
  }
}
@media (max-width: 320px) {
  .functions .title {
    font-size: 22px;
  }
  .uk-tab > li a {
    font-size: 16px;
  }
}

/* ------------------------------------
 * slideBar
 * ----------------------------------- */
.slidebar {
  z-index: 99;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 46px;
}

@media (min-width: 768px) {
  .slidebar {
    display: none;
  }
}
.slidebar ul {
  display: flex;
}

.slidebar ul li {
  color: #ffffff;
  font-size: 16px;
  padding: 15px 0;
  flex: 1;
  display: flex;
  justify-content: center;
  border-left: solid 1px #ffffff;
  background: #e66900;
}

.slidebar ul li:first-child {
  border: none;
}

.slidebar ul li a {
  color: #fff;
}

/* ------------------------------------
 * LightBox #identity
 * ----------------------------------- */
.fancybox-container * {
  outline: none;
}

.fancybox-content {
  display: inline-block;
  max-width: 800px;
  width: 90%;
  border-radius: 15px;
  padding: 15px;
  outline: none;
}

.fancybox-button svg path {
  fill: #1c1c1c;
}

#identity ul {
  display: flex;
  justify-content: center;
  align-items: top;
  flex-direction: column;
}

#identity ul li {
  flex: 1;
  text-align: center;
  margin: 20px 0;
  cursor: pointer;
}

#identity ul li:first-child {
  border-bottom: solid 1px #bbb;
}

@media (min-width: 500px) {
  #identity ul li:first-child {
    border-bottom: none;
    border-right: solid 1px #bbb;
  }
}
#identity ul li:last-child .fancybtn {
  margin-bottom: 10px;
}

#identity ul li:hover .fancybtn {
  background: #009b93;
  color: #ffffff;
}

#identity ul li img {
  display: inline-block;
  max-width: 140px;
}

#identity ul li .fancybtn {
  color: #009b93;
  border: solid 1px #009b93;
  padding: 10px 40px;
  border-radius: 20px;
  font-size: 18px;
  margin: 15px 0 40px 0;
  display: inline-block;
}

@media (min-width: 500px) {
  #identity ul {
    flex-direction: row;
  }

  #identity ul li {
    margin-top: 50px;
  }

  #identity ul li .fancybtn {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  #identity ul img {
    width: 200px;
  }

  #identity ul li .fancybtn {
    font-size: 18px;
  }
}
/* ------------------------------------
 * LightBox #loan_calc
 * ----------------------------------- */
#loan_calc {
  padding: 16px;
  max-width: 470px;
  width: 100%;
  height: auto;
}

#loan_calc input[type='radio']:checked + label {
  background: #00a19b;
  color: #fff;
}
#loan_calc input[type='radio']:checked + label h2,
#loan_calc input[type='radio']:checked + label p {
  color: #fff;
}

#loan_calc input[type='radio']:not(:disabled) ~ label {
  cursor: pointer;
  color: #ffffff;
}

#loan_calc a {
  display: block;
  border-radius: 4px;
  background: #00a19b;
  color: #fff;
  width: 240px;
  margin: 12px auto;
  padding: 14px 10px;
  font-size: 18px;
  text-align: center;
}
.sub-btn {
  background: #fff !important;
  border: 1px solid #00a19b !important;
  color: #00a19b !important;
}

#loan_calc .showtext {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 24px;
  color: #1c1c1c;
}
#loan_calc .showtext a {
  color: #fff;
  font-weight: 400;
}
#loan_calc .showtext a:focus {
  text-decoration: none;
}
.calc-result {
  margin-top: 16px;
}
.result-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold !important;
}
.calc-result span {
  font-weight: bold !important;
  color: #e66900;
}

#loan_calc label {
  display: inline-block;
  background: #ffffff;
  border-radius: 100px;
  height: 58px;
  width: 58px;
  margin-bottom: 1rem;
  text-align: center;
  position: relative;
  box-shadow: 0 2px 10px rgb(64 157 153 / 20%), 0 1px 2px rgb(0 0 0 / 10%);
}

#loan_calc label p {
  display: inline-block;
  padding: 14px 0;
  margin-top: 6px;
  padding-bottom: 0;
  color: #1c1c1c;
}

#loan_calc label h2 {
  display: inline-block;
  font-size: 14px;
  color: #1c1c1c;
}

#loan_calc input[type='radio'] {
  display: none;
}

#loan_calc .loan-title {
  background: #fff;
  text-align: center;
  color: #1c1c1c;
  margin: 10px 0;
  vertical-align: top;
  padding-top: 0;
  font-size: 16px;
}

#loan_calc .group {
  text-align: center;
  margin: 8px 5px;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}

#loan_calc .title_calc {
  color: #00a19b;
  font-size: 20px;
  text-align: center;
  margin: 15px 0;
}
.title_calc_headline {
  font-weight: bold !important;
  margin-bottom: 16px;
}

/* ------------------------------------
 * #SERVICE
 * ----------------------------------- */
#service {
  position: fixed;
  right: 10px;
  bottom: 10%;
  z-index: 99;
}

#service #service_loan {
  display: none;
}

@media (min-width: 768px) {
  #service #service_loan {
    display: block;
  }
}
#service #service_chat,
#service #service_locn,
#service #service_calc {
  padding: 5px 0;
}
#service_chat{
  text-align:center;
}
#service_chat img {
  width: 50px;
  height: 50px;
}

/* ------------------------------------
 * E.SUN service
 * ----------------------------------- */
#srm_service_alert_show {
  margin-left: auto;
  margin-right: auto;
  border: 0;
  padding: 16px;
  box-shadow: 0 0px 20px rgb(64 157 153 / 20%), 0 1px 2px rgb(0 0 0 / 30%);
  width: 400px;
  background: #fff;
  border-radius: 8px;
}
.popup_note {
  color: #00a19b;
}

#srm_service_alert_show .srm_service_alert_buttons {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 32px 0 16px 0;
}

#srm_service_alert_show
  .srm_service_alert_buttons
  .srm_service_alert_button_yes {
  background: #00a19b;
  color: #ffffff;
  font-size: 16px;
  width: 140px;
  padding: 15px 0;
  border-radius: 4px;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
  margin-left: 8px;
}
#srm_service_alert_show
  .srm_service_alert_buttons
  .srm_service_alert_button_no {
  background: #fff;
  border: 1px solid #00a19b;
  color: #00a19b;
  font-size: 16px;
  width: 140px;
  padding: 15px 0;
  border-radius: 4px;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
}
.srm_service_alert_button_yes:hover,
.srm_service_alert_button_yes:active,
.srm_service_alert_button_no:hover,
.srm_service_alert_button_no:active {
  text-decoration: none;
}

#esun_float_icon {
  position: absolute;
  z-index: 3;
}

#esun_float_icon img {
  border: none;
}
@media (max-width: 600px) {
  #srm_service_alert_show {
    width: 85%;
  }
}
@media (max-width: 320px) {
  #srm_service_alert_show .srm_service_alert_buttons {
    flex-direction: column;
    align-items: center;
  }
  #srm_service_alert_show
    .srm_service_alert_buttons
    .srm_service_alert_button_yes {
    margin-left: 0;
    margin-top: 16px;
  }
}
@media screen and (max-width: 800px) {
  .m_cta {
    background: rgba(0, 158, 150, 0.85);
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: block;
    z-index: 2;
    padding: 10px;
  }
  .m_cta a {
    font-size: 18px;
    display: block;
    color: #fff;
  }
  .m_cta a img {
    display: inline-block;
    width: 12px;
    vertical-align: middle;
    margin-left: 10px;
  }

  .nav_wrap {
    position: absolute;
    bottom: calc(0px + 52px);
    width: 100%;
  }

  .nav_wrap_pc {
    display: none;
  }

  header .nav_wrap_m {
    display: block;
  }

  .function_nav {
    text-align: center;
    background: transparent;
    max-width: 100%;
    padding: 0;
  }
  .function_nav > p {
    font-size: 16px;
  }
  .function_nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .function_nav ul li {
    width: calc(100% / 2);
    text-align: center;
    margin: 0px !important;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border: 1px solid #fff;
  }
  .function_nav ul li:nth-child(1) {
    background: rgba(255, 197, 23, 0.4);
  }
  .function_nav ul li:nth-child(1) a {
    color: #ffc517;
  }
  .function_nav ul li:nth-child(2) {
    background: rgba(255, 197, 23, 0.2);
  }
  .function_nav ul li:nth-child(2) a {
    color: #ffc517;
  }
  .function_nav ul li:nth-child(3) {
    background: rgba(0, 164, 239, 0.4);
  }
  .function_nav ul li:nth-child(3) a {
    color: #00a4ef;
  }
  .function_nav ul li:nth-child(4) {
    background: rgba(237, 72, 72, 0.4);
  }
  .function_nav ul li:nth-child(4) a {
    color: #ed4848;
  }
  .function_nav ul li:nth-child(5) {
    background: rgba(255, 153, 0, 0.4);
  }
  .function_nav ul li:nth-child(5) a {
    color: #ff9900;
  }
  .function_nav ul li:nth-child(6) {
    background: rgba(0, 192, 139, 0.4);
  }
  .function_nav ul li:nth-child(6) a {
    color: #00c08b;
  }

  #header.on {
    top: 0;
  }
  #toggle span {
    position: relative;
    display: block;
  }

  #toggle.on span {
    background-color: transparent;
  }
  #toggle.on span::before {
    transform: rotate(45deg) translate(5px, 5px);
  }
  #toggle.on span::after {
    transform: rotate(-45deg) translate(7px, -8px);
  }

  #toggle span,
  #toggle span:after,
  #toggle span:before {
    width: 100%;
    height: 5px;
    background-color: #ddddde;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
  }

  #toggle span:before {
    content: '';
    position: absolute;
    left: 0;
    top: -9px;
  }

  #toggle span:after {
    content: '';
    position: absolute;
    left: 0;
    top: -9px;
  }

  #toggle span:after {
    top: 9px;
  }

  .store {
    display: block;
    text-align: center;
  }

}
@media screen and (max-width: 767px) {
  #gotop {
    max-width: 56px;
  }
  #gotop img {
    max-width: 40px;
  }
}
@media screen and (max-width: 550px) {
  header .container {
    padding: 0 14px;
  }
  header .head_logo {
    float: none;
    max-width: 262px;
  }
  header .esunlogo {
    max-width: 190px;
  }
  header .logo_line {
    margin: 0px 10px;
  }
  header .efingologo {
    max-width: 89px;
  }
}
@media screen and (max-width: 330px) {
  .main-nav ul.anchor li {
    margin: 0;
  }
  .function_nav ul li {
    height: 70px;
  }
}

.mainPic {
  max-width: 660px;
  width: 100%;
}


.m-add, .pc-float {
  display: none !important;
}
@media(max-width:768px){
  .m-add, .pc-float {
    display: block !important;
  }
}



/* ------------------------------------
 * lighting
 * ----------------------------------- */

 .event_title{
	width: 100%;
	margin: 0 auto;
	padding: 80px 15px 20px 15px;
	text-align: center;
	font-size: 34px;
  line-height: 48px;
	letter-spacing: 2px;
	color: #595757;
	font-weight: bold;
  background-color: #f3feff;
	}

 .new_action {
	margin: 0 auto;
  display: flex;
  justify-content: center; /* 將項目等距排列，間隔相等 */
  align-items: center; 
  padding-bottom: 60px;
  background-color: #f3feff;
  
}

.activity {
  display: flex;
  justify-content: center; /* 置中對齊内容 */
  align-items: center; /* 水平對齊内容 */
  padding:20px ;
 	font-size: 18px;
}

.activity a{
  text-decoration:none;
  color: #ff6666;
}

.new_action .activity h2 {
  text-align: center;
  font-size: 19px;
  padding-bottom: 6px; 
}
.new_action .activity h2 img {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 5px; 
}

@media (max-width: 768px){
	.new_action {
		flex-direction: column;
	}
	.activity{
		height: 60px;
	}
}

@media (max-width: 375px){
	.activity{
		padding: 0px 0px;
	}
}

@media (max-width: 350px){
	.activity{
		margin: 10px 5px;
	}
	.activity h2 {
		line-height: 10px;
	}
}	

/* ------------------------------------
 * popup
 * ----------------------------------- */


.active-body {
  overflow: hidden;
}

.overlay-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
}

.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 1001;
  /* fallback */
  background: rgba(0, 0, 0, 0.7);
}

.popup {
  overflow: scroll;
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 800px;
  width: 80%;
  max-height: 80vh;
  padding: 20px 40px;
  height: auto;
  word-break: break-all;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: default;
  z-index: 10001;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
.popup .scrollAreaWrapper ul li::before {
  content: "•";
  padding-right: 8px;
}
@media (max-width: 768px) {
  .popup {
    width: 92%;
    padding: 20px;
  }
  .popup .p1 {
    font-size: 20px;
    width: 96%;
    margin: 0 auto 1em;
  }
}

.close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}

/*信用卡最新活動*/
.new_event2{
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  font-size: 34px;
  color: #595757;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-weight: bold;
}

.new_event2 h2{
  text-align: center;
  margin: 0px auto;
  padding: 30px 8px 0px 8px;
}



.unicard_pc , .unicard_ipad , .unicard_m{
  padding-top: 20px;
  margin: 0 auto;
}

.unicard_pc{
  width: 90%;
  display: block;
}

.unicard_ipad{
  width: 90%;
  display: none;
}

.unicard_m{
  width: 90%;
  display: none;
}

@media (max-width: 825px){
  .unicard_pc{
      display: none;
      }
  
  .unicard_ipad{
      display: block;
      }
  
  .unicard_m{
  }
}

@media (max-width: 430px){
  .unicard_pc{
      }
  
  .unicard_ipad{
      display: none;
      }
  
  .unicard_m{
      display: block;
      }
}


/*202501新增台灣pay會員專屬*/
@media (max-width: 500px){
  .new_discount .container li .list li ul {
    display: block;
    margin: 0 auto;
  }
  .new_discount .container li .list li ul li.text{
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    padding: 0px 5px 30px 5px;
  }
  .new_discount .container li .list li span{
    font-size: 18px;
  }

}

.note{
  font-size: 13px;
  font-style: normal;
  color: #5b5b5b;
}


.faq {
  background:;
  background-size: cover;
  background-position: center;
  padding: 0px 0; 
}

.faq .qa-section {
  max-width: 920px;
  cursor: pointer;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 15px;
  padding: 30px 30px;
  -webkit-box-shadow: 0 7px 0 rgba(221, 148, 69, 0.25);
  box-shadow: 0 7px 0 rgba(221, 148, 69, 0.25);
}

.faq .qa-section p {
	text-align: left;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
  margin: 0; 
}

.faq .qa-section p span {
  display: block;
  font-size: 14px; 
}

.faq .qa-section .answer {
  display: none; 
}

.faq .qa-section .answer ul {
  padding:10px 40px 20px 40px ;
  line-height: 24px; }
.faq .qa-section .answer ol {
  padding-left: 54px;
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 0; 
}

.ol_one{
	padding-left: 18px;
}

.faq .qa-section h3 {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  position: relative; 
}

.faq .qa-section h3 span {
  color: #FF7D5A; 
}

.faq .qa-section h3 svg {
  position: absolute;
  max-width: 21px;
  width: 100%;
  right: 10px; 
}

.faq .active-qa h3 {
	padding: 20px 0px;
  color: #FF7D5A; 
}

.faq .active-qa h3 svg .cls-a {
  fill: #f4ac56; }
.faq .main-title h2 {
  text-align: center;
  font-size: 34px;
  padding:140px 0px 30px 0px;
}

.faq .main-title h2 img {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 5px; 
}

.faq .main-title h2 {
  color: #FF7789; 
}

.faq .qa-section .answer ul {
	padding:10px 15px 20px 15px ; 
}

.faq .qa-section .answer ol {
	padding-left: 18px; 
}

@media screen and (max-width: 767px) {
  .faq .qa-section {
   	padding-right: 36px; 
   	text-align: left;
 	 }
  .faq .qa-section p {
    padding-left: 0px;
    font-size: 14px; 
    text-align: left;
 	}
  .faq .qa-section h3 {
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    text-align: left; 
  }
  .faq .qa-section h3 svg {
    right: -23px;
    top: 4px; 
 	}
}


/* 注意事項(收合) */
.faq-section {
	width: 80%;
  background: #ffffff;
  color: #595959;
	margin: 0 auto;
	transition:all 0s ease;
	font-size: 16px;
	clear: both;
}

.faq-section .qa-click {
  background: #fffffff;
  height: auto;
  cursor: pointer;
  padding: 16px 16px;
  margin: 80px 0px 0px 0px;
	transition:all 0s ease;
	font-size: 16px;
	text-align: left;
}

.faq-section p{
	text-align: left;
}

.faq-section .qa-click img {
  color: #b7acac;
  font-size: 12px;
  margin-top: 5px;
  float: right;
}

.faq-section .arrow {
    position: relative;
}

.faq-section .answer {
  display: none;
  padding: 10px 25px 20px 20px;
  margin: 5px 0;
	transition:all 0s ease;
	text-align: left;
}

.faq-section .qa-answer{
  width: 100%;
	padding: 0px 20px 30px 40px;
}

.faq-section .qa-answer li {
  line-height: 1.5;
  text-align: justify;
  word-wrap: break-word;
  text-justify: inter-ideograph;
  word-break: normal;
	font-size: 14px;
}

.faq-section .qa-answer li span {
  color: #F8524C;
}

.faq-section .rotate {
  transform: rotate(-180deg);
  /*transform: rotate(180deg);*/
  transition: 0.1s;
}

.faq-section .rotate-reset {
  transform: rotate(0deg);
  transition: 0.1s;
}
