/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/* Embedded content
 * ========================================================================== */
/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-color: inherit; /* 1 */
  text-indent: 0; /* 2 */
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}
/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  text-transform: none; /* 2 */
}
/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */
textarea {
  margin: 0; /* 1 */
}
/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}
/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
 * ========================================================================== */
/* User interaction
 * ========================================================================== */
@charset "UTF-8";
.sec-h3 {
  color: #0E4E96;
  font-size: 32px;
  /* updated by Tim on 22/01/02 */
  letter-spacing: 2px;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 600;
}

.sec-ul {
  color: #555555;
  padding-left: 0px;
  margin: 0;
  font-size: 17px;
  font-weight: 300;
  /* background-color: #E88D17; */
  -webkit-font-smoothing: antialiased;
}
.sec-ul li {
  margin-bottom: 20px;
  /* updated by Tim on 22/01/02 */
  margin-right:20px;
}

.btn-red {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: white;
  text-decoration: none;
  width: 40%;
  min-width: 300px;
  height: 40px;
  border: 1px solid #FF6663;
  border-radius: 20px;
  color: #FF6663;
  transition: 300ms ease;
  
}
.btn-red:hover {
  color: #17A6E8;
  border-color: #17A6E8;
}

@font-face {
  font-family: "Korataki";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Korataki"), local("Korataki Regular"), local("Korataki-Regular"), url("../fonts/korataki-regular.woff2") format("woff2"), url("../fonts/korataki-regular.woff") format("woff");
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.js-focus-visible .focus-visible,
:not(.js-focus-visible) :focus {
  outline-width: 2px;
  outline-style: groove;
  outline-color: #ffffff;
}

[type=text],
[type=email],
[type=tel],
[type=password],
[type=search],
[type=number],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
}
[type=text]:invalid,
[type=email]:invalid,
[type=tel]:invalid,
[type=password]:invalid,
[type=search]:invalid,
[type=number]:invalid,
textarea:invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow: none;
}

[type=search]::-webkit-search-decoration,
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-results-button,
[type=search]::-webkit-search-results-decoration {
  display: none;
}

.page {
  height: 100%;
  margin: 0;
  padding: 0;
}

.page__body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body, html {
  width: 100vw;
  margin: auto;
  /* overflow: hidden; */
  /* overflow-y: scroll; */
  overflow-x: hidden;
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
}

nav {
  width: 100vw;
  height: 100px;
  /* position: fixed !important; */
   /* update margin-top from 300px to 650px by Tim on 22/01/01 */
  position: -webkit - sticky;
  position: sticky;
  
  top: 0;
  z-index: 99;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
}


nav .header-logo {
  width: 374px;
  height: 30px;
}
@media (max-width: 624px) {
  nav {
    height: 50px;
  }
  nav .header-logo {
    width: 55%;
  }
}
nav .wrap {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

nav .wrap a:focus{
  -moz-outline-style: none;
}


nav .wrap .btn-1 {
  text-decoration: none;
  position: relative;
  display: block;
  width: 210px;
  height:100%;
  margin-top: -35px;
  transition: 400ms ease;
}
@media (max-width: 768px) {
  nav .wrap .btn-1 {
    width: 140px;
    
  }
}
nav .wrap .btn-1 .static {
  z-index: 99;
  transition: 300ms ease;
}
nav .wrap .btn-1 img {
  position: absolute;
}
/* #btn_contact {
height: 100%;

} */

/* #btn_contact_hover {
  height: 100%;
  
  } */
nav .wrap .btn-1:hover .static {
  opacity: 0;
  transition: 300ms ease;
}
@media (max-width: 624px) {
  nav .wrap .btn-1 {
    display: none;
  }
}
nav .btn-2 {
  display: none;
  transition: 300ms ease;
}
@media (max-width: 624px) {
  nav .btn-2 {
    display: block;
  }
}

.banner {
  width: 100%;
  height: 605px;
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: url(../img/banner.png);
  background-color: #0E4E96;
  background-repeat: no-repeat;
  background-position: center center;
  background-origin: content-box;
}
@media (min-width: 1920px) {
  .banner {
    background-position: bottom center;
    background-size: cover;
  }
}
.banner img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 624px) {
  .banner {
    height: 195px;
    background: url();
    background-color: #0E4E96;
  }
}
.banner .title {
  text-align: center;
  color: white;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  /* background-color: tomato; */
}

.banner .title h1 {
  font-size: 48px;
  white-space: nowrap;
  position: absolute;
  top: 150%;
  right: 120%;
  transform: translate(50%, -85%);
  /* background-color: tomato; */
  width: 160px;
  height: 212px;
  /* background-color: tomato; */
}

.banner .title h1 small {
  display: none;
  /* background-color: tomato; */
}

.banner .title h1 img {
 width: 160px;
 height: 212px;
}

/* .banner .title .title-logo {
  background-color: tomato;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  right: 120%;
  transform: translate(50%, -180%);
  
} */
.banner .title h2 {
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 30px;
  white-space: nowrap;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 200%;
  right: 10%;
  transform: translate(18%, 280%);
}
.banner .title h2 img {
  margin: 0 0.5rem;
}
@media (max-width: 768px) {
 
  .banner .title img {
    display: none;
  }

  .banner .title h1 {
    /* background-color: tomato; */
    font-size: 48px;
    white-space: nowrap;
    position: absolute;
    top: 150%;
    right: 120%;
    transform: translate(50%, -85%);
    /* background-color: tomato; */
    width: 160px;
    height: 212px;
    /* top: 0%;
    right: 0%;
    transform: translate(0%, 0%); */
  }
  .banner .title h1 img {
    display: block;
   }

  .banner .title h2 {
    font-size: 24px;
    transform: translate(50%, 350%);
    /* background-color: turquoise; */
  }

  .banner .title #freepos-banner-phone {
    display: none;
  }


}
@media (max-width: 624px) {
  .banner .title h1 {
    font-size: 24px;
    transform: translate(50%, -100%);
  }
  .banner .title h2 {
    font-size: 18px;
    transform: translate(50%, -85%);
    /* position: relative; */
  }

  .banner .title #freepos-banner-phone{
    display: block;
  }

  /* .banner .title h2:before {
    content: 'FREE';
    display:flex;
    text-align: center;
    justify-content: center;
  } */
 

 
  .banner .title img {
    display: none;
  }
  .banner .title h1 img {
    display: none;
   }

   .banner .title h1 small {
    display: flex;
  }
}

.intro {
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
  margin: auto;
  margin-top: -50px;
  z-index: 9;
  padding: 0 24px;
}
.intro li {
  list-style-type: none;
  width: 22%;
}
@media (max-width: 624px) {
  .intro li {
    width: 48%;
    padding: 12px;
  }
}
@media (max-width: 624px) {
  .intro {
    margin-top: 50px;
    flex-wrap: wrap;
  }
}
.intro .icon {
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
}
.intro h3, .intro p {
  text-align: center;
}
.intro h3 {
  color: #FF6663;
  font-weight: 500;
  font-size: 27px;
  margin: 35px 0 27px 0;
}
.intro p {
  color: #555555;
  font-weight: 300;
  font-size: 17px;
  line-height: 28px;
}

.scroll {
  color: #FF6663;
  font-weight: 300;
  margin: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  letter-spacing: 1.32px;

}

/* added by Tim on 12/23 */
#down-pricing-table {
  margin-top: 150px;
}

@media (max-width: 428px) {
  #down-pricing-table {
    margin-top: 0px;
  }

}

@media (max-width: 624px) {
  .scroll {
    margin-top: 10px;
  }
  .scroll span {
    display: none;
  }
}
.scroll img {
  margin-top: 20px;
}

.s {
  max-width: 1024px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  overflow: visible;
}
.s ul {
  list-style-type: none;
}
.s ul li::before {
  content: "•";
  transform: scale(2);
  margin-right: 30px 0;
}
.s .right, .s .left {
  width: 48%;
  overflow: visible;
}
@media (max-width: 768px) {
  .s .right, .s .left {
    width: 80%;
    margin: auto;
    align-items: center;
  }
  .s .right h3, .s .left h3 {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .s-l {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .s-l .right {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .s-l .left {
    text-align: center;
    justify-content: center;
    margin-top: 48px;
  }
}

@media (max-width: 768px) {
  .s-r {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .s-r .right {
    margin-top: 48px;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .s-r .left {
    display: flex;
    justify-content: center;
  }
}

.s-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 250px;
}
@media (max-width: 768px) {
  .s-1 {
    flex-direction: column-reverse;
  }
  .s-1 .left {
    margin-top: 200px;
  }
  .s-1 .left h3 {
    text-align: center;
  }
}
@media (max-width: 624px) {
  .s-1 {
    margin-top: 180px;
  }
  .s-1 .left {
    margin-top: 120px;
  }
}
.s-1 .right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-1 .right::after {
  content: url(../img/bg-1.svg);
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: -3;
}
@media (max-width: 768px) {
  .s-1 .right::after {
    width: unset;
    transform: translate(50%, -50%) scale(0.8);
  }
}
.s-1 .right img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 3rem;
}
.s-1 .right .slick {
  width: 144px;
  height: 261px;
  overflow: visible;
  position: relative;
}
.s-1 .right .slick img {
  margin: 48px 0 48px 0;
}
.s-1 .right .slick .slick-arrow {
  position: absolute;
  top: 25%;
  cursor: pointer;
}
.s-1 .right .slick .slick-prev {
  left: -55%;
}
.s-1 .right .slick .slick-next {
  right: -55%;
}
.s-1 .right .slick:after {
  content: url(../img/v2-ui.svg);
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -252px);
  z-index: -1;
}

.s-2 {
  margin-top: 280px;
  align-items: center;
}
@media (max-width: 768px) {
  .s-2 {
    margin-top: 100px;
  }
}
.s-2 .left {
  position: relative;
  /* background-color: tomato; */
}
.s-2 .left img {
  /* box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3); */
  border-radius: 2rem;
}

/* added by Tim 2021/12/23 */
.s-2 #order-account img {
  
  width: 510px;
  height: 290px;
  border-radius: 18px;
}

.s-2 .left::after {
  content: url(../img/bg-2.svg);
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) scale(1);
  transform-origin: center center;
  z-index: -3;
}
@media (max-width: 768px) {
  .s-2 .left::after {
    width: 100vw;
    transform: translate(28%, -50%) scale(0.5);
  }
}
@media (max-width: 624px) {
  .s-2 .left::after {
    display: none;
  }
}
.s-2 .right {
  margin-left: 5rem;
}
@media (max-width: 768px) {
  .s-2 .right {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 35px;
  }
}
.s-2 .right .img-wrap {
  display: flex;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .s-2 .right .img-wrap {
    justify-content: center;
  }
}
@media (max-width: 624px) {
  .s-2 .right .img-wrap {
    flex-direction: column;
  }
}
.s-2 .right .img-wrap .wrap-1 {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 624px) {
  .s-2 .right .img-wrap .wrap-1 {
    transform: scale(1.2);
    transform-origin: center center;
    justify-content: center;
  }
  .s-2 .right .img-wrap .wrap-1 img {
    margin: 0 1rem;
  }
}
.s-2 .right .img-wrap .s-2-icon-3 {
  transform: scale(1.2) translateX(2rem);
}
@media (max-width: 624px) {
  .s-2 .right .img-wrap .s-2-icon-3 {
    width: 100%;
    margin-top: 1rem;
    transform: scale(1) translateX(0rem);
  }
}

.s-3 {
  margin-top: 280px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 624px) {
  .s-3 {
    margin-top: 120px;
  }
}
.s-3 .left .img-wrap {
  margin-top: 35px;
  display: flex;
}
@media (max-width: 624px) {
  .s-3 .left .img-wrap {
    transform: scale(1.2);
    transform-origin: center;
  }
}
.s-3 .right {
  display: flex;
}
.s-3 .right img {
  margin-left: auto;
  margin-right: -1rem;
}
@media (max-width: 768px) {
  .s-3 .right img {
    margin-right: 0;
    margin-left: -1.5rem;
  }
}
@media (max-width: 624px) {
  .s-3 .right {
    position: relative;
  }
  .s-3 .right::after {
    content: url(../img/bg-2.svg);
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%) scale(0.5);
    transform-origin: center center;
    z-index: -3;
  }
}
 /* update margin-top from 300px to 650px by Tim on 12/23 */
.s-4 {
  margin-top: 450px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #555555;
  font-size: 17px;
  font-weight: 300;
  position: relative;
  
}
.s-4 img:first-child {
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
  border-radius: 2rem;
  /* margin: 350px; */
}
@media (max-width: 768px) {
  .s-4 {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 624px) {
  .s-4 {
    margin-top: 100px;
  }
}
.s-4::after {
  content: url(../img/bg-4.svg);
  position: absolute;
  top: -33%;
  right: 50%;
  transform: translateX(50%);
  z-index: -3;
}
@media (max-width: 624px) {
  .s-4::after {
    width: 100vw;
    top: 20%;
    right: 80%;
    transform: translateX(50%) scale(0.5);
  }
}
.s-4 h3 {
  margin: 48px 0 10px 0;
}
@media (max-width: 768px) {
  .s-4 h3 {
    text-align: center;
    margin: 24px 0 10px 0;
  }
}
.s-4 p {
  max-width: 460px;
  text-align: center;
  line-height: 1.5rem;
  display: inline;
  letter-spacing: 0px;
  font-size:17px;
  font-family: "Noto Sans TC";
  /* white-space: nowrap; */
}

.s-4 p span{
  /* max-width: 460px; */
  text-align: center;
  line-height: 1.5rem;
  /* background-color: dimgray; */
  letter-spacing: 0px;
  white-space: pre-line;
  font-size:17px;
  font-family: "Noto Sans TC";

}

.s-4 .box-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  width: 400px;
  align-items: center;
}
.s-4 .box-wrapper .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.s-4 .box-wrapper .wrap h4 {
  margin-bottom: 20px;
  align-items: center;
  color: #555555;
  font-size: 17px;
  font-weight: 300;
}
.s-4 .box-wrapper .wrap .box {
  color: #FF6663;
  width: 180px;
  height: 60px;
  border: 1.5px solid #555555;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  z-index: 1;
}
.s-4 .box-wrapper .wrap .box.span {
  display: flex;
  flex-direction: column;
}
.s-4 .box-wrapper .wrap .box.span:before {
  content: attr(data-span);
  display: block;
  font-size: 10px;
}
@media (max-width: 624px) {
  .s-4 .box-wrapper {
    width: 100%;
    justify-content: space-between;
  }
  .s-4 .box-wrapper .wrap .box {
    width: 125px;
    padding: 0 0.5rem;
  }
}
@media (max-width: 624px) and (max-width: 768px) {
  .s-4 .box-wrapper .wrap img {
    transform: scaleY(1.2);
    transform-origin: center center;
    z-index: -1;
  }
}
.s-4 .btn-red {
  margin-top: 45px;
  position: relative;
  transition: 200ms ease;
  font-weight: 400;
  font-size: 18px;
}


@media (max-width: 624px) {
  .s-4 .btn-red {
    width: 80%;
    max-width: none;
  }
}
.s-4 .btn-red::before {
  content: "雲端電子發票";
  color: #17A6E8;
  position: absolute;
  background: white;
  opacity: 0;
  transition: 200ms ease;
}
.s-4 .btn-red:hover::before {
  opacity: 100;
}

.s-5 {
  max-width: none;
  flex-direction: column;
  align-items: center;
  background: #EFF9FD;
  text-align: center;
  margin-top: 150px;
  padding: 72px;
}

.s-4 .btn-red {
  font-size: 16px;
}


@media (max-width: 624px) {
  .s-5 {
    margin-top: 100px;
  }
}
.s-5 ul {
  margin: 30px 0;
}
.s-5 .btn-red {
  width: 400px;
}
@media (max-width: 624px) {
  .s-5 .btn-red {
    width: 80%;
    max-width: none;
  }
}

.s-6 {
  margin-top: 136px;
}
.s-6 .wrap {
  width: 30%;
}
.s-6 .wrap img {
  /* box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3); */
  border-radius: 18px;
}
.s-6 .wrap p {
  color: #0E4E96;
  /* updated by Tim on 22/1/4 */
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  font-size: 17px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  margin-top: 21px;
  /* background-color: cadetblue; */
}
@media (max-width: 768px) {
  .s-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .s-6 .wrap {
    width: 80%;
    margin-bottom: 50px;
  }
  .s-6 .wrap img {
    width: 100%;
    border-radius: 40px;
  }
}
@media (max-width: 624px) {
  .s-6 {
    margin-top: 80px;
  }
}

footer {
  margin-top: 143px;
  background: #0E4E96;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 130px 0 45px 0;
}
@media (max-width: 624px) {
  footer {
    margin-top: 80px;
  }
}
footer .to-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: -162px;
  margin-bottom: 90px;
  cursor: pointer;
  font-size: 12px;
  color: white;
  transition: 400ms ease;
}
footer .to-top img {
  margin-bottom: 12px;
}
footer .to-top:hover {
  transform: translateY(-10px);
}
footer .footer-title {
  font-size: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer-title span {
  display: block;
  font-size: 21px;
  text-align: center;
  margin: 26px 0 37px 0;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 2rem;
}
footer .footer-title span.phone {
  display: none;
}
@media (max-width: 768px) {
  footer .footer-title span.phone {
    display: block;
  }
}
@media (max-width: 768px) {
  footer .footer-title span.pc {
    display: none;
  }
}
@media (max-width: 768px) {
  footer .footer-title {
    font-size: 36px;
    padding: 0 10%;
  }
  footer .footer-title span {
    font-size: 18px;
  }
}
footer .footer-btn {
  background: linear-gradient(to right, #17A6E8, #17A6E8);
  text-decoration: none;
  width: 250px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 20px;
  letter-spacing: 3px;
  margin-bottom: 88px;
  transition: 500ms ease;
}
footer .footer-btn:hover {
  background: linear-gradient(to right, #E88D17, #FF6663);
}
footer .footer-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
  margin-bottom: 87px;
  padding: 0 24px;
}
footer .footer-wrapper .wrap {
  width: 31%;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  text-align: center;
}
footer .footer-wrapper .wrap h3 {
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: 400;
}
@media (max-width: 768px) {
  footer .footer-wrapper .wrap h3 {
    font-size: 20px;
  }
}
footer .footer-wrapper .wrap p {
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 1.5rem;
  font-weight: 300;
}
@media (max-width: 624px) {
  footer .footer-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  footer .footer-wrapper .wrap {
    width: 95%;
    margin-bottom: 35px;
  }
}
footer .info-wrapper {
  display: flex;
  /* background-color: burlywood; */
}
footer .info-wrapper .copy {
  font-weight: 500;
}
footer .info-wrapper a, footer .info-wrapper a {
  font-weight: 300;
  font-style: unset;
  text-align: center;
  align-self: center;

  /* display: block; */
}
@media (max-width: 768px) {
  footer .info-wrapper a, footer .info-wrapper a {

    margin-top: 15px;
  }
}
footer .info-wrapper a {
  margin: 0 2rem;
}
@media (max-width: 768px) {
  footer .info-wrapper a {
    margin-top: 15px;
  }
}
footer .info-wrapper a {
  color: white;
  text-decoration: none;
}
@media (max-width: 768px) {
  footer .info-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: brown; */
  }
}

@media (max-width: 768px) {
  .sec-ul {
    padding-left: 0;
  }
}


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


/* price plan */

/* :root{
  --main-color: #4a4e69;
} */

.pricing-container{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  height: 980px;
  /* width: 100%; */
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin:auto;
  margin-top: 50px;
}

/* Option buttons */
.billing_options {
  display:  inline-flex;
  margin-top: 30px;
}


.billing_options .billing_cylce{
  display:  inline-flex;
  justify-content: center;
  border-radius: 20px;
  width: 128px;
  height: 40px;
  font-size: 18px;
  line-height: 18px;
  margin-right: 10px;
  margin-left: 10px;
  background: white;
  font-family: "Noto Sans TC";
  color: #707070;
  
}

.billing_options .billing_cylce .billing_cylce_label{
text-align: center;
width: 128px;
line-height:35px;
font-size: 18px;
border-radius: 20px;
cursor: pointer;
border: 1px solid #707070;
}


.billing_cylce_radio:checked + .billing_cylce_label
{
  background: #707070;
  color: #FFFFFF;
}
.billing_options .billing_cylce .billing_cylce_radio{
  display:  none;
}


.billing_cylce_radio:checked +  .billing_cylce
{
  border: 1px solid white;
}



/* Price table */
.subscription_options{
  max-height: 700px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  justify-content: space-evenly;
  margin:auto;
  position: relative;
  overflow: visible;
  /* background-color: #0E4E96; */
  
 
}

.subscription{
  margin: 0 14px;
  border: 1px solid #C2C2C2;
  border-radius: 30px;
  width: 400px;
  max-height: 700px;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
  justify-content: center;
  /* background-color: #17A6E8; */
}

.subscription:nth-child(3){
  border: 2px solid #FF6663;
}

.subscription:nth-child(4){
  border: 2px solid #FF6663;
}


@media (max-width: 1750px) {
  .pricing-container{
    height: 900px;
  }
  .subscription_options{
    transform: scale(0.9);
  }
 
}

@media (max-width: 1550px) {
  .pricing-container{
    height: 880px;
    margin-top: 0px;
  }
  .subscription_options{
    transform: scale(0.8);
    margin:0;
   

  }
 
}

@media (max-width: 1350px) {
  .pricing-container{
    height: 880px;
  }
  .billing_options {
    transform: translateY(50px);
    margin-bottom: 0;
  }
  .subscription_options{
    transform: scale(0.7);
    margin:0;
    /* background-color: #0E4E96; */


  }
}

@media (max-width: 1200px) {
  
  .subscription_options{
    transform: scale(0.65);
    /* background-color: #0E4E96; */
  }
}


@media (max-width: 1100px) {

  .subscription_options{
    transform: scale(0.6);
    margin:0;
    /* background-color: #0E4E96; */
  }

  .billing_options {
    margin-bottom: 0px;;
  }
}



@media (max-width: 834px) {

  .pricing-container{
    height: 1080px;
  }

  .billing_options{
    margin-bottom: 0px;
  }

  .subscription_options {
    top:-100px;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 28px ;
    max-height: 1000px;
    
  }
}



@media (max-width: 428px) {
  .pricing-container{
    height: auto;
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .billing_options {
    margin-bottom: 57px;
    margin-left: 49px;
    margin-right: 49px;
  }

  .billing_options .billing_cylce{
    width: 100px;
    height: auto;
  }

  .subscription_options {
    max-height: 610px;
    transform: scale(1);
    margin: 0;
    margin-top: 20px;
    width: 100%;
    display: flex;
    top: 0px;
  }

  .subscription{
    max-height: 610px;
    max-width: 350px;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    user-select: none;
  }

  .subscription_options  .slick-arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
  }

  .subscription_options .slick-prev {
    top: 25%;
    z-index: 1;
    
  }
  .subscription_options .slick-next {
    top: 50%;
  } 

  .subscription_options .slick-track {
      margin-top: 20px;
  }

  .subscription_options .slick-dotted.slick-slider
  {
      margin-bottom: 30px;
  }

  .subscription_options .slick-dots
  {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.subscription_options .slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.subscription_options .slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 50px;
    height: 50px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.subscription_options .slick-dots li button:hover,
.subscription_options .slick-dots li button:focus
{
    outline: none;
}
.subscription_options.slick-dots li button:hover:before,
.subscription_options .slick-dots li button:focus:before
{
    opacity: 1;
}
.subscription_options .slick-dots li button:before
{
    font-family: 'slick';
    font-size: 26px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.subscription_options .slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
}

@media (max-width: 420px) {
  .pricing-container{
    transform: scale(0.8);
  }
  .billing_options {
    transform: translateY(30px);
    z-index: 100;
    margin-bottom: 0;
  }

  .subscription{
    transform: scale(0.9);
    margin: 0;
  }
}

@media (max-width: 360px) {
  .pricing-container{
    transform: scale(0.8);
  }

  .subscription_options{
    margin-top: 0;
    padding-top: 0;
  }

  .subscription{
    transform: scale(0.7);
  }

  .billing_options {
    transform: scale(0.7);
    margin-top: 20px;
    margin-bottom: 0px;
  }
 
}


.subscription .options_basic img {
position: absolute;
top: -10px;
right: 38px;
opacity: 1;
}


.subscription .options_basic small {
  opacity: 1;
  text-align: center;
  font-size: 16px;
  font-family: "Noto Sans TC";
  font-weight: 900;
  color: #FFFFFF;
  margin: auto;
  line-height: 31px;
  }

  .subscription .badge img{
    position: absolute;
    top: -25px;
    left: -25px;
    width: 85px;
    height: 85px;
    opacity: 1;
  }


.subscription .discount_label {
    position: absolute;
    top: 203px;
    left:-1px;
    /* updated by Tim on 211228 */
    text-align: center;
    font-size: 16px;
    font-family: "Noto Sans TC";
    font-weight: 900;
    /* letter-spacing: 1.06px; */
    color: #FFFFFF;
    letter-spacing: 1.19px;
    border: none;
    display: none;
}


.subscription .plan-header{
  height: 40%;
  border-bottom: 0.5px solid rgba(23, 166, 232, 0.5) ;
  box-sizing: border-box;
  padding: 50px 30px 10px 30px;
  margin: 0 20px
}


.subscription:nth-child(3)  .plan-header{
  border-bottom: 0.5px solid rgba(255, 102, 99, 0.5) ;
}

.subscription:nth-child(4) .plan-header{
  border-bottom: 0.5px solid rgba(255, 102, 99, 0.5) ;
}

@media (max-width: 428px) {
  .subscription .plan-header{
    padding: 50px 10px 0px 10px;
    height: 35%;
  }
}


.subscription .plan-header .plan-header-title{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 0px;
  box-sizing: border-box;
  font-family: "Noto Sans TC";
  font-weight: 900;
  font-size: 32px;
  letter-spacing: 0px;
  color: #707070;
}


.subscription .plan-header .plan-header-title h3{
  margin: 0px;
}

#FreePOS11{
  text-align: center;
  font-family: "Noto Sans TC";
  font-weight: 300;
  letter-spacing: 0px;
  color: #707070;
}

#FreePOS12{
  text-align: center;
  font-family: "Noto Sans TC";
  font-weight: 900;
  letter-spacing: 0px;
  color: #707070;
}

#WIN1{
  text-align: center;
  letter-spacing: 0px;
  font-family: "Noto Sans TC";
  font-weight: 900;
  color: #17A6E8;
  margin-left: 10px;
}

#EASY1{
  text-align: center;
  font-family: "Noto Sans TC";
  font-weight: 900;
  letter-spacing: 0px;
  color: #FF6663;
  margin-left: 10px;
}

@media (max-width: 428px) {
  #WIN1{
    margin-left: 5px;
    white-space:nowrap;
  }
  #EASY1{
    margin-left: 5px;
    white-space:nowrap;
  }
  }

.subscription .plan-header p{
  text-align: center; 
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  align-self: center;
  font-size: 18px;
  font-family: "Noto Sans TC";
  font-weight: 900;
  line-height: 27px;
}

@media (max-width: 428px) {
  .subscription .plan-header p{
    white-space:nowrap;
   
  } 
  }

.subscription .plan-header .price-from{
  display: flex;
  justify-content: center;
  font-family: "Noto Sans TC";
  font-weight: 900;
}

.subscription .plan-header small{
  text-align: center;
  align-self: center;
  letter-spacing: 0px;
  color: #BEBEBE;
  opacity: 1;
  font-size: 18px;
  font-family: "Noto Sans TC";
  font-weight: 900;
  display: block;
  margin: 10px 5px;
 
}

.subscription .plan-header #price-from-number{
  text-decoration: line-through;
  display: none;
  font-family: "Noto Sans TC";
  font-weight: 900;
}

.subscription .plan-header #win2-price-from-number{
  text-decoration: line-through;
  display: none;
  font-family: "Noto Sans TC";
  font-weight: 900;
}

.subscription .plan-header #easy1-price-from-number{
  text-decoration: line-through;
  display: none;
  font-family: "Noto Sans TC";
  font-weight: 900;
}

.subscription .plan-header #easy2-price-from-number{
  text-decoration: line-through;
  display: none;
  font-family: "Noto Sans TC";
  font-weight: 900;
}

.subscription .plan-header .price{
  display: flex;
  justify-content: center;
  text-align: center;
  letter-spacing: 0px;
  color: #707070;
  font-size: 44px;
  font-family: "Noto Sans TC";
  font-weight: 900;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.subscription .plan-header  .price span{
  margin: 0px;
}

.subscription .plan-header  .price small{
  display: inline;
  font-size: 18px;
  font-family: "Noto Sans TC";
  font-weight: 500;
  color: #707070;
  align-self: flex-end;
  margin-bottom: 0PX;
}

/* plan-details */

.subscription .plan-features{
  height: 30%;
  padding: 30px 0px 10px 0px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.subscription .plan-details{
  display: flex;
  justify-content: space-between;
  padding: 10px 40px 10px 30px;
  
}

#EASY1-highlight1, #EASY1-highlight2{
  background-color: rgba(255, 102, 99, 0.1);
  position: relative;
}

#EASY1-highlight2{
  padding: 10px 40px 0px 30px;
  margin-bottom: 10px;
}


.subscription .plan-details .features{
  display: flex;
}

#EASY1-features {
position: relative;
transform: translateY(-10px);

}

#EASY1-features P {
color: #FF6663;
}

@media (max-width: 428px) {
  #EASY1-features P {
    white-space:nowrap;
    }
    
  }

  .subscription .plan-details .features .check-circle{
   align-self: center;
  }
  

.subscription .plan-details .features .check-circle img{
  width: 20px;
  height: 20px; 
  filter: invert(51%) sepia(80%) saturate(1137%) hue-rotate(166deg) brightness(94%) contrast(93%);
  margin: 1px;
}

.subscription:nth-child(3) .plan-details .features .check-circle img{
  filter: invert(70%) sepia(28%) saturate(6607%) hue-rotate(319deg) brightness(100%) contrast(101%);
} 

.subscription:nth-child(4) .plan-details .features .check-circle img{
  filter: invert(70%) sepia(28%) saturate(6607%) hue-rotate(319deg) brightness(100%) contrast(101%);
} 

#EASY1-features .check-circle img{
  opacity: 0;
}

#EASY2-features .check-circle img{
  opacity: 0;
}

.inactive{
  opacity: 0.35;
  z-index: -100;
  /* updated by Tim on 211228 */
}

.inactive img{
  opacity: 0;
}

.subscription .plan-details .features p{
  margin: 0px;
  vertical-align: middle;
  letter-spacing: 0px;
  color: #707070;
  font-size: 18px;
  font-family: "Noto Sans TC";
  font-weight: 500; 
  margin-left: 10px;
  margin-right: 10px;
  align-self: center;
}


@media (max-width: 428px) {
  .subscription .plan-details .features p{
    font-size: 15px;
  }  
  }

.subscription .plan-details .features .info-circle {
  position: relative;
  font-size: 18px;
  align-self: center;
}

.subscription .plan-details .features .info-circle img{
  width: 12px;
  height: 12px;
  filter: invert(84%) sepia(19%) saturate(23%) hue-rotate(314deg) brightness(92%) contrast(85%);
  margin: 1px;
  vertical-align: middle;
}



.subscription .plan-details .features .info-circle small{
  display: none;
  text-align: center;
  line-height: 20px;
  padding: 11px 10px 12px 10px;
  position: absolute;
  left: -150px;
  top: -75px;
  min-width: 250px;
  background-color: #FFFFFF;
  border: 1px solid #707070;
  opacity: 1;
  z-index: 150;
  font-family: "Noto Sans TC";
  letter-spacing: 0px;
  font-size: 18px;
  font-weight: 300; 
  color: #707070;
  word-wrap: break-word;
}

#EASY1-highlight2 .info-circle small{
  max-width: 380px;
  left: -330px;
  top: -75px;
}

.subscription .plan-details .features .info-circle:hover small {
  display: block;
  opacity: 1;
  background-color: #FFFFFF;
  z-index: 150;
}

.lightbox {
  display: none;
}

@media (max-width: 428px) {
  .subscription .plan-details .features .info-circle:hover small {
    display: none;
  }

  /* Unopened lightbox */
.lightbox {
  display: none;
}

/* Opened lightbox */
.lightbox:target {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}


/* Lightbox content */
.lightbox figcaption {
  width: 350px;
  min-height: 237px;
  position: relative;
  padding: 0px;
  background-color:white;
  border: 1px solid #707070;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 35px ;
}

.lightbox figcaption small {
  min-height: 50px;
  width: 250px;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  font-family: "Noto Sans TC";
  letter-spacing: 0px;
  font-size: 18px;
  font-weight: 300; 
  color: #707070;
  margin: 85px 35px 50px 35px;
}


.lightbox figcaption a {
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 120px;
  height: 40px;
  background: #FF6663 0% 0% no-repeat padding-box;
  border: 1px solid #FF6663;
  border-radius: 20px;
  opacity: 1;
  text-decoration: none;
  text-align: center;
  margin-bottom: 35px;
  color: white;
  line-height: 40px;
  font-size:18px;
}

/* Close button */
.lightbox .overlay {
  position: relative;
  display: block;
}

/* Lightbox overlay */
.lightbox .overlay::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0,0,0,.7);
  content: "";
  cursor: default;
}
}

 #EASY1-highlight1 .info-circle img{
  display: none;
}

.subscription .plan-details .pirce-breakdown{
  display: flex;
  line-height: 27px;
}

.subscription .plan-details .pirce-breakdown small{
  color: #707070;
  opacity: 1;
  display: inline;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 428px) {
  .subscription .plan-details .pirce-breakdown small{
    font-size: 15px;
  }
    
  }

.subscription .setup-fee{
  height: 10%;
  padding: 50px 40px 0px 40px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 428px) {
  .subscription .setup-fee{
    padding: 0px 40px 0px 40px;
  }
  }

.subscription .setup-fee p{
  font-size: 18px;
  letter-spacing: 0px;
  color: #17A6E8;
  opacity: 1;
  align-self: center;
}

.subscription .setup-fee small{
  letter-spacing: 0px;
  color: #17A6E8;
  opacity: 1;
  display: inline;
  align-self: center;
  font-size: 18px; 
}

.subscription:nth-child(3) .setup-fee p, .subscription:nth-child(3) .setup-fee small{
  color: #FF6663;
}

.subscription:nth-child(4) .setup-fee p, .subscription:nth-child(4) .setup-fee small{
  color: #FF6663;
}

@media (max-width: 428px) {
  .setup-fee {
    margin-bottom: 35px;
  }
  }

.subscription .contact-button{
  text-align: center;
  letter-spacing: 0px;
  height: 20%;
  padding: 40px 0px 40px 10px;
  margin: 0px 50px 0px 50px;
  display: flex;
  flex-direction: column;
  justify-content:flex-end;
  align-items: center;
}

.subscription .contact-button .button{
  width: 270px;
  height: 40px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #17A6E8;
  border-radius: 20px;
  opacity: 1;
  color: #17A6E8;
  font-size: 18px;
  font-weight: bold;
  font-style: Noto Sans CJK TC;
  line-height: 36px;
  position: relative;
  cursor: pointer;
}

.subscription:nth-child(3) .contact-button .button{
  border: 1px solid #FF6663;
  color: #FF6663;
}

.subscription:nth-child(4) .contact-button .button{
  border: 1px solid #FF6663;
  color: #FF6663;
}

.subscription .contact-button .button::before {
  content: "聯絡我們";
  text-align: center;
  width: 270px;
  height: 40px;
  border:none;
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
  font-style: Noto Sans CJK TC;
  line-height: 40px;
  cursor: pointer;
  color: #FFFFFF;
  position: absolute;
  background: #17A6E8;
  opacity: 0;
  top: 0px;
  right: 0px;
}

.subscription .contact-button .button:hover::before {
  opacity: 100;
}

.subscription .contact-button .button:hover {
  border:none;
}

.subscription:nth-child(3) .contact-button .button::before {
  background: #FF6663;
}

.subscription:nth-child(4) .contact-button .button::before {
  background: #FF6663;
}


@media (max-width: 428px) {
  .subscription .contact-button {
    display: none;
    }
  }
/* Price table End */


/* customer_feedback start */

/* delete  */

/* customer_feedback end */

/* application  start */

.application_container{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin:auto;
}

.application_container .customer_feedback .header
{
text-align: center;
margin: 33px;
}

.application_container .customer_feedback .header h1
{
  font-size: 32px;
  font-weight: bold;
  font-style: Noto Sans CJK TC;
  color: #0E4E96;
  display: inline;
}

.application_container .customer_feedback .feedback_details
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 670px;
  /* margin: 50px; */
}

.application_container .customer_feedback .feedback_details .feedback
{
  display: flex;
  flex-direction: column;
  align-self: center;

  /* align-items:flex-start; */
  padding-top: 10px;
  /* background-color: #0E4E96; */
  margin-top: 80px;
  /* padding-bottom: 50px; */
  border-color: rgb(251, 248, 248) ;
  max-width: 670px;
  margin-bottom: 10px;
  border-style: groove;
  border-width: 7px;
  border-left: none;
  border-right: none;
  border-bottom: none;
  text-align: center;
}

.application_container .customer_feedback .feedback_details .feedback h1
{
  text-align: center;
  font-size: 32px;
  letter-spacing: 1.28px;
  color: #555555;
  opacity: 1;
}
/* 
.customer_feedback_container .customer_feedback .feedback_details .feedback:nth-child(2n)
{
  flex-direction: row-reverse;
} */


.application_container .customer_feedback .feedback_details .feedback img
{
  text-align: center;
  width: 600px;
  height: 400px;
  /* border-radius: 18px; */
  opacity: 1;
  margin-right: 10px;
  margin-left: 10px;

}


@media (max-width: 700px) {

  
  .application_container .customer_feedback .feedback_details .feedback img
{

  width: 480px;
  height: 320px;
  /* border-radius: 18px; */
  opacity: 1;
  margin-right: 0px;
  margin-left:0px;

}
}

@media (max-width: 600px) {
  .application_container .customer_feedback .feedback_details .feedback img
  {
  
    width: 390px;
    height: 260px;
    /* border-radius: 15px; */
  }
}

@media (max-width: 500px) {
  .application_container .customer_feedback .feedback_details .feedback
  {
  margin-top: 0px;
  }
  .application_container .customer_feedback .feedback_details .feedback
  {
      transform: scale(0.9);
    }
  .application_container .customer_feedback .feedback_details .feedback h1
  {
        font-size: 28px;
      }
}


@media (max-width: 400px) {
  .application_container .customer_feedback .feedback_details .feedback
    {
      transform: scale(0.85);
    }
}

@media (max-width: 300px) {
  .application_container .customer_feedback .feedback_details .feedback
    {

      transform: scale(0.65);

    }
}
/* application end */