@charset "UTF-8";
.entry-header {
  display: none;
}

#secondary {
  display: none;
}

body main {
  padding: 0;
}

body #page #content .entry-content {
  font-size: 16px;
}

body #page #content .entry-content section * .mobile-off {
  display: initial;
}

body #page #content .entry-content section * .mobile-on {
  display: none;
}

@media screen and (max-width: 600px) {
  body #page #content .entry-content section * .mobile-on {
    display: initial;
  }
  body #page #content .entry-content section * .mobile-off {
    display: none;
  }
}

body #page #content .entry-content h1 {
  font-size: 32px !important;
  color: white !important;
  text-align: center;
}

body #page #content .entry-content h2 {
  font-size: 24px !important;
  font-weight: 900;
  letter-spacing: 0.2ch;
  margin-right: -0.2ch;
  color: #333333;
  text-align: center;
}

body #page #content .entry-content h2.short {
  letter-spacing: 0;
}

body #page #content .entry-content h3 {
  font-size: 18px !important;
  color: #333333;
}

body #page #content .entry-content .preheadline {
  font-size: 20px;
  color: white;
  margin: 10px auto;
  text-transform: uppercase;
  background: #f58423;
  border-radius: 0 20px;
  display: inline-block;
  padding: 5px 20px;
  font-weight: 900;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0px 8px 15px -6px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 15px -6px rgba(0, 0, 0, 0.15);
}

body #page #content .entry-content .preheadline::before {
  content: "";
  display: block;
  width: 40%;
  height: 40%;
  background: #fda059;
  border-radius: 0 10px;
  -webkit-box-shadow: 0px 8px 15px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 8px 15px -6px rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: -20%;
  right: -10%;
  z-index: -20;
}

body #page #content .entry-content .lineh2 {
  line-height: 200%;
}

body #page #content .entry-content .lineh2 p {
  line-height: 200%;
}

@media screen and (min-width: 601px) {
  body #page #content .entry-content ::-webkit-scrollbar {
    width: 12px;
  }
  body #page #content .entry-content ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
  body #page #content .entry-content ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
}

body #page #content .entry-content .product h2 {
  color: white !important;
}

body #page #content .entry-content .product-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 12px;
  -webkit-column-gap: 12px;
          column-gap: 12px;
  margin: 12px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #page #content .entry-content .product-footer > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 120px;
          flex: 0 1 120px;
}

body #page #content .entry-content .tnc {
  margin: 32px 0;
  text-align: center;
  color: white;
  line-height: 1.5;
}

body #page #content .entry-content .tnc > * {
  margin: 15px 0;
}

body #page #content .entry-content .tnc a {
  color: lightblue;
  text-decoration: underline;
}

body #page #content .entry-content .mobile-hint {
  display: none;
}

@media screen and (max-width: 600px) {
  body #page #content .entry-content .mobile-hint {
    float: left;
    display: inline-block;
    font-size: 14px;
    color: white;
    opacity: 0.8;
    margin-top: 15px;
  }
}

body #page #content .entry-content #product-list {
  border-radius: 8px;
  margin: 10px 0;
  clear: both;
  margin-right: -15px;
  margin-left: -15px;
}

body #page #content .entry-content #product-list .scroll-list {
  position: relative;
  overflow-y: scroll;
  height: 75vh;
  -webkit-box-shadow: 0px 25px 30px -30px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 25px 30px -30px rgba(0, 0, 0, 0.35);
  border-radius: 8px;
  margin: 10px 0;
  clear: both;
  padding: 15px;
  background: rgba(0, 0, 0, 0.1);
  margin-right: -15px;
  margin-left: -15px;
}

body #page #content .entry-content button.toggleProductList {
  font-size: 20px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  body #page #content .entry-content button.toggleProductList {
    display: inline-block;
    float: right;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 8px;
    margin: 10px 0;
    background: rgba(0, 0, 0, 0.15) !important;
  }
}

body #page #content .entry-content .product-card .product-item {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "product-name product-promotion product-promotion" "product-name product-rate product-loan-amount" "product-name product-rate product-features";
  -ms-grid-columns: 1.5fr 1fr 2fr;
      grid-template-columns: 1.5fr 1fr 2fr;
  -ms-grid-rows: (min-content)[3];
      grid-template-rows: repeat(3, -webkit-min-content);
      grid-template-rows: repeat(3, min-content);
  background: white;
  border-radius: 8px;
  margin-bottom: 32px;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
}

body #page #content .entry-content .product-card .product-item:nth-child(1) {
  display: none;
}

body #page #content .entry-content .product-card .product-item:hover {
  -webkit-box-shadow: 0px 10px 30px -17px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 10px 30px -17px rgba(0, 0, 0, 0.35);
}

body #page #content .entry-content .product-card .product-item:focus-within {
  -webkit-box-shadow: 0px 10px 30px -17px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 10px 30px -17px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 600px) {
  body #page #content .entry-content .product-card .product-item {
        grid-template-areas: "product-name product-name" "product-promotion product-promotion" "product-rate product-loan-amount" "product-rate product-features";
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    -ms-grid-rows: (min-content)[5];
        grid-template-rows: repeat(5, -webkit-min-content);
        grid-template-rows: repeat(5, min-content);
    -webkit-box-shadow: 0px 10px 30px -17px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 10px 30px -17px rgba(0, 0, 0, 0.35);
  }
}

body #page #content .entry-content .product-card .product-item h4 {
  font-size: 16px;
  margin: 0;
  display: block;
}

body #page #content .entry-content .product-card .product-item h5 {
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 15px;
  font-weight: 900;
  display: block;
}

body #page #content .entry-content .product-card .product-item .product-name {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: product-name;
  padding: 10px 20px;
  -ms-flex-item-align: center;
      align-self: center;
}

body #page #content .entry-content .product-card .product-item .product-promotion {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: product-promotion;
  font-size: 15px;
  border-radius: 8px;
  line-height: 1.5;
  padding: 5px 10px;
  -ms-flex-item-align: start;
      align-self: start;
  background: #ffe1c8;
}

body #page #content .entry-content .product-card .product-item .product-promotion::before {
  content: "最高回贈/優惠: ";
  display: inline;
  margin-right: 1ch;
}

@media screen and (max-width: 600px) {
  body #page #content .entry-content .product-card .product-item .product-promotion {
    border-radius: 0;
    padding: 8px 20px;
  }
}

body #page #content .entry-content .product-card .product-item .product-rate {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: product-rate;
  font-size: 48px;
  font-weight: 500;
  padding: 10px;
}

body #page #content .entry-content .product-card .product-item .product-rate::before {
  content: "最低實際年利率";
  color: #999999;
  letter-spacing: 0.5ch;
  display: block;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 600px) {
  body #page #content .entry-content .product-card .product-item .product-rate {
    font-size: 40px;
    padding: 10px 20px;
  }
}

body #page #content .entry-content .product-card .product-item .product-loan-amount {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: product-loan-amount;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 10px 5px;
  color: #777777;
}

body #page #content .entry-content .product-card .product-item .product-loan-amount::before {
  content: "最高貸款額";
  color: #999999;
  letter-spacing: 0.5ch;
  display: block;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 600px) {
  body #page #content .entry-content .product-card .product-item .product-loan-amount {
    font-size: 14px;
    padding: 10px 20px;
  }
}

body #page #content .entry-content .product-card .product-item .product-features {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: product-features;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 10px;
  color: #777777;
}

body #page #content .entry-content .product-card .product-item .product-features::before {
  content: "貸款特色";
  color: #999999;
  letter-spacing: 0.5ch;
  display: block;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 600px) {
  body #page #content .entry-content .product-card .product-item .product-features {
    font-size: 14px;
    padding: 10px 20px;
  }
}

body #page #content .entry-content .product-table {
  height: 75vh;
  overflow-y: scroll;
  -webkit-box-shadow: 0px 25px 30px -30px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 25px 30px -30px rgba(0, 0, 0, 0.35);
  border-radius: 8px;
}

body #page #content .entry-content .product-table .product-item {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "product-name product-rate product-loan-amount product-features product-promotion";
  -ms-grid-columns: 24% 10% 16% 25% 25%;
      grid-template-columns: 24% 10% 16% 25% 25%;
  grid-auto-rows: 1fr;
  justify-items: stretch;
  background: white;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 600px) {
  body #page #content .entry-content .product-table .product-item {
    width: 800px !important;
    -ms-grid-columns: 18% 15% 17% 25% 25%;
        grid-template-columns: 18% 15% 17% 25% 25%;
  }
}

body #page #content .entry-content .product-table .product-item:nth-child(1) {
  color: white;
  background: #f58423 !important;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0px 10px 30px -17px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 10px 30px -17px rgba(0, 0, 0, 0.35);
}

body #page #content .entry-content .product-table .product-item:nth-child(1) div {
  font-size: 14px;
}

body #page #content .entry-content .product-table .product-item:nth-child(2n + 1) {
  background: #f3f2ee;
}

body #page #content .entry-content .product-table .product-item:nth-child(n + 2):hover {
  color: #000;
  background: #ffe1c8;
}

body #page #content .entry-content .product-table .product-item:nth-child(n + 2):focus {
  color: darkcyan;
  background: #ffe1c8;
}

body #page #content .entry-content .product-table .product-item .btn.conversion {
  font-size: 14px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  display: block;
  text-decoration: underline;
  color: #f58423;
  font-weight: 900;
}

body #page #content .entry-content .product-table .product-item h4 {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  display: block;
}

body #page #content .entry-content .product-table .product-item h5 {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  font-weight: 900;
  display: block;
}

body #page #content .entry-content .product-table .product-item div {
  font-size: 16px;
  padding: 10px 10px;
}

body #page #content .entry-content .product-table .product-item div:nth-child(n + 2) {
  border-left: 2px dotted #eaeaea;
}

body #page #content .entry-content .product-table .product-item div::before {
  font-size: 1px;
  color: #999999;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}

body #page #content .entry-content .product-table .product-item:hover div::before {
  opacity: 1;
  font-size: 14px;
}

body #page #content .entry-content .product-table .product-item .product-name {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: product-name;
  padding-left: 20px;
}

body #page #content .entry-content .product-table .product-item .product-promotion {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: product-promotion;
}

body #page #content .entry-content .product-table .product-item .product-rate {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: product-rate;
}

body #page #content .entry-content .product-table .product-item .product-loan-amount {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: product-loan-amount;
}

body #page #content .entry-content .product-table .product-item .product-features {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: product-features;
}

body #page #content .entry-content .blogSection h2:after {
  content: "";
  width: 10%;
  height: 1px;
  border-top: 2px solid #999999;
  display: block;
  margin: 10px auto;
}

body #page #content .entry-content .introductionSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #05aafa linear-gradient(31deg, #090979 0%, #00d4ff 100%);
  padding: 20px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

body #page #content .entry-content .introductionSection .grab-intro {
  display: -ms-grid;
  display: grid;
  color: white;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  margin-bottom: 20px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  font-size: 20px;
}

@media screen and (max-width: 766px) {
  body #page #content .entry-content .introductionSection .grab-intro {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

body #page #content .entry-content .allblogs > section {
  background: none;
  margin-top: -10px;
}

body #page #content .entry-content .allblogs > section:nth-child(2n) {
  background: white;
}

body #page #content .entry-content .info-bar {
  background: white;
  padding: 10px 5%;
  width: 100%;
  text-align: center;
  color: #acacac;
  line-height: 150%;
}

body #page #content .entry-content .info-bar a {
  text-decoration: underline;
}

body #page #content .entry-content .full-width-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  padding: 50px 0;
  margin-left: -50vw;
  margin-right: -50vw;
}

body #page #content .entry-content .full-width-section.nopadding {
  padding: 0;
}

body #page #content .entry-content .full-width-section.bluebg {
  background: #076b9c;
}

body #page #content .entry-content .full-width-section.bluebg *,
body #page #content .entry-content .full-width-section.bluebg h2 {
  color: white !important;
}

body #page #content .entry-content .full-width-section.bluebg a {
  text-decoration: underline;
}

body #page #content .entry-content .page-width {
  max-width: 1170px;
  width: 100%;
  padding: 0 5%;
}

body #page #content .entry-content .sticky-bar {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
  background: #09a9ea;
  color: white;
  bottom: 0;
  left: 50%;
  right: 50%;
  padding: 12px 12px;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

body #page #content .entry-content .sticky-bar .page-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}

body #page #content .entry-content .sticky-bar .page-width div:nth-child(1) {
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  body #page #content .entry-content .sticky-bar .page-width div:nth-child(1) {
    font-size: 14px;
  }
}

body #page #content .entry-content .text-btn {
  display: inline-block;
  border: none;
  background: none;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  color: darkblue;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body #page #content .entry-content .text-btn span {
  text-decoration: underline;
}

body #page #content .entry-content .text-btn:hover {
  -webkit-transform: translatey(-5px);
          transform: translatey(-5px);
}

body #page #content .entry-content .modal-content {
  padding: 50px 20px;
  background: #f3f2ee;
  border-radius: 4px;
}

body #page #content .entry-content .modal-content input#thisURL {
  width: 100%;
  margin-bottom: 12px;
}

body #page #content .entry-content .countdown {
  background: #f58424;
  padding: 20px 5%;
  width: 100%;
  text-align: center;
  color: white;
  white-space: nowrap;
}

body #page #content .entry-content .countdown #countdown {
  font-size: 28px;
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  letter-spacing: 0;
}

body #page #content .entry-content .countdown .txt {
  letter-spacing: 1ch;
  margin-right: -1ch;
}

body #page #content .entry-content .countdown div#addeventatc1 {
  margin: 20px 0 0;
}

body #page #content .entry-content .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}

body #page #content .entry-content .flex-row > * {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
}

body #page #content .entry-content .contact-section div {
  font-size: 20px;
  text-align: center;
  line-height: 150%;
}

body #page #content .entry-content .contact-section div i {
  display: block;
  font-size: 100px;
  color: #05aafa;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

body #page #content .entry-content .contact-section a:hover i {
  -webkit-transform: rotate(-5deg) scale(1.3);
          transform: rotate(-5deg) scale(1.3);
}

body #page #content .entry-content .small-info {
  font-size: 14px !important;
  line-height: 150% !important;
  color: #999999;
}

body #page #content .entry-content .blog-faq {
  background: #faf9f7;
  border-radius: 8px;
  margin: 10px 0;
  position: relative;
}

body #page #content .entry-content .blog-faq .blog-faq-title {
  border-radius: 8px;
  font-size: 20px;
  font-weight: 900;
  color: #333333;
  margin: 0;
  padding: 8px 16px;
  background: white;
  -webkit-box-shadow: 0px 2px 10px -5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 10px -5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

body #page #content .entry-content .blog-faq .blog-faq-title:after {
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  content: "+";
  display: block;
  top: 7px;
  line-height: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #a9d8ef;
  font-family: "open sans";
  margin-left: 10px;
  background: #f3f2ee;
  width: 30px;
  height: 30px;
  text-align: center;
  float: right;
  border-radius: 100%;
  position: absolute;
  right: 10px;
}

body #page #content .entry-content .blog-faq .blog-faq-title:hover:after {
  background: #05aafa;
  color: white;
}

body #page #content .entry-content .blog-faq .blog-faq-title.faq-close:after {
  content: "-";
  line-height: 26px;
}

body #page #content .entry-content .blog-faq > div {
  display: none;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 200%;
  color: #666666;
}

.grid-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 5em;
  height: auto;
}

.grid-tab button {
  border: none;
  border-bottom: 5px solid #05aafa;
  border-radius: 0;
  background: none;
  font-size: 20px;
  font-weight: 900;
  white-space: nowrap;
  margin: 10px 20px;
  padding: 0 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (max-width: 600px) {
  .grid-tab button {
    margin: 10px 15px;
    padding: 0 5px;
  }
}

.grid-tab button:hover {
  font-weight: 900;
  border-bottom: 5px solid #0a6b9c;
  margin-bottom: 20px;
}

.grid-tab button.clicked {
  font-weight: 900;
  border-bottom: 5px solid #0a6b9c;
}

body #page #content .entry-content .page-grid {
  display: -ms-grid;
  display: grid;
  padding: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 25px;
}

body #page #content .entry-content .page-grid.blog-cards > div {
  border-radius: 12px;
  display: block;
  overflow: hidden;
  background: white;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  border: 1px solid #dddddd;
}

body #page #content .entry-content .page-grid.blog-cards > div:hover {
  -webkit-box-shadow: 0px 10px 30px -17px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 10px 30px -17px rgba(0, 0, 0, 0.35);
}

body #page #content .entry-content .page-grid.blog-cards > div .blog-card-content {
  padding: 10px 16px;
}

body #page #content .entry-content .page-grid.blog-cards > div .blog-card-content .blog-card-title {
  margin: 5px 0;
  display: block;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-size: 18px;
  font-weight: 900;
  line-height: 150%;
}

body #page #content .entry-content .page-grid.blog-cards > div .blog-card-content p {
  color: #999999;
}

body #page #content .entry-content .page-grid.blog-cards > div .blog-card-content:after {
  content: "閱讀文章 > ";
  position: absolute;
  bottom: 12px;
  right: 12px;
  text-align: right;
  font-size: 12px;
  font-weight: 900;
  color: #999999;
  display: inline;
  letter-spacing: 0.2ch;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

body #page #content .entry-content .page-grid.blog-cards > div .blog-card-content:hover:after {
  color: #05aafa;
}

body #page #content .entry-content .page-grid.blog-cards > div .blog-card-content:hover .blog-card-title {
  color: #155072;
}

@media screen and (min-width: 959px) {
  body #page #content .entry-content .page-grid div:nth-child(4) {
    margin-top: 36px;
  }
  body #page #content .entry-content .page-grid#blogTopCat2 div:nth-child(4)::before {
    content: "更多精選貸款產品資訊:";
  }
  body #page #content .entry-content .page-grid#blogTopCat3 div:nth-child(4)::before {
    content: "更多IPO新股、港股美股資訊、證券戶口開戶分析:";
  }
  body #page #content .entry-content .page-grid div:nth-child(n + 4) {
    -ms-grid-column: span 3;
        grid-column-start: span 3;
    border-radius: 0;
    padding: 0;
    margin-left: 50px;
    margin-right: 50px;
    background: none;
    border: none;
  }
  body #page #content .entry-content .page-grid div:nth-child(n + 4) img,
  body #page #content .entry-content .page-grid div:nth-child(n + 4) p {
    display: none;
  }
  body #page #content .entry-content .page-grid div:nth-child(n + 4):hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  body #page #content .entry-content .page-grid div:nth-child(n + 4) .blog-card-content:after {
    right: inherit !important;
    bottom: 0 !important;
    left: 16px;
  }
}

@media screen and (max-width: 958px) {
  body #page #content .entry-content .page-grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  body #page #content .entry-content .page-grid div:nth-child(3) {
    margin-top: 36px;
  }
  body #page #content .entry-content .page-grid#blogTopCat2 div:nth-child(3)::before {
    content: "更多精選貸款產品資訊:";
  }
  body #page #content .entry-content .page-grid#blogTopCat3 div:nth-child(3)::before {
    content: "更多IPO新股、港股美股資訊、證券戶口開戶分析:";
  }
  body #page #content .entry-content .page-grid div:nth-child(n + 3) {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    border-radius: 0;
    padding: 0;
    margin-left: 50px;
    margin-right: 50px;
    background: none;
    border: none;
  }
}

@media screen and (max-width: 958px) and (max-width: 600px) {
  body #page #content .entry-content .page-grid div:nth-child(n + 3) {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 958px) {
  body #page #content .entry-content .page-grid div:nth-child(n + 3) img,
  body #page #content .entry-content .page-grid div:nth-child(n + 3) p {
    display: none;
  }
  body #page #content .entry-content .page-grid div:nth-child(n + 3):hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  body #page #content .entry-content .page-grid div:nth-child(n + 3) .blog-card-content:after {
    right: inherit !important;
    bottom: 0 !important;
    left: 16px;
  }
}

@media screen and (max-width: 600px) {
  body #page #content .entry-content .page-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body #page #content .entry-content .page-grid div:nth-child(1) {
    margin-bottom: 50px;
  }
  body #page #content .entry-content .page-grid div:nth-child(n + 3) {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
}

.addeventatc {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background: #fff;
  font-family: "Open Sans", Roboto, Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
  font-weight: 400;
  color: #333 !important;
  font-size: 15px;
  line-height: 100%;
  -webkit-box-shadow: 0 0 0 0.5px rgba(50, 50, 93, 0.17), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 0 transparent !important;
  box-shadow: 0 0 0 0.5px rgba(50, 50, 93, 0.17), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 0 transparent !important;
  border-radius: 4px;
}

.addeventatc:hover {
  background-color: #f8f8f8;
}

.addeventatc .date {
  width: 50px;
  height: 60px;
  float: left;
  position: relative;
}

.addeventatc .date .mon {
  display: block;
  text-align: center;
  padding: 10px 0px 0px 0px;
  font-size: 10px;
  color: #bf5549;
  font-weight: bold;
  line-height: 110%;
  text-transform: uppercase;
}

.addeventatc .date .day {
  display: block;
  text-align: center;
  padding: 0px 0px 8px 0px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  line-height: 100%;
}

.addeventatc .date .bdr1 {
  width: 1px;
  height: 50px;
  background: #eaeaea;
  position: absolute;
  z-index: 100;
  top: 5px;
  right: -3px;
}

.addeventatc .date .bdr2 {
  width: 1px;
  height: 50px;
  background: #fff;
  position: absolute;
  z-index: 100;
  top: 5px;
  right: -4px;
}

.addeventatc .desc {
  height: 60px;
  float: left;
  position: relative;
  padding: 0px 15px 0px 0px;
}

.addeventatc .desc p {
  margin: 0;
  display: block;
  text-align: left;
  padding: 7px 0px 0px 15px;
  font-size: 11px;
  color: #666;
  line-height: 130%;
}

.addeventatc .desc .hed {
  height: 15px;
  display: block;
  overflow: hidden;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 110%;
  color: #333;
  text-transform: uppercase;
}

.addeventatc .desc .des {
  height: 28px;
  display: block;
  overflow: hidden;
}

.addeventatc-selected {
  background-color: #f4f4f4;
}

.addeventatc .start,
.addeventatc .end,
.addeventatc .timezone,
.addeventatc .title,
.addeventatc .description,
.addeventatc .location,
.addeventatc .organizer,
.addeventatc .organizer_email,
.addeventatc .facebook_event,
.addeventatc .all_day_event,
.addeventatc .date_format,
.addeventatc .alarm_reminder,
.addeventatc .recurring,
.addeventatc .attendees,
.addeventatc .calname,
.addeventatc .uid,
.addeventatc .status,
.addeventatc .method,
.addeventatc .client,
.addeventatc .transp {
  display: none !important;
}

/* Drop down */
.addeventatc_dropdown {
  width: 230px;
  position: absolute;
  padding: 6px 0px 0px 0px;
  font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
  color: #000 !important;
  font-weight: 600;
  line-height: 100%;
  background: #fff;
  font-size: 15px;
  text-decoration: none;
  text-align: left;
  margin-left: -1px;
  display: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
  -webkit-transform: scale(0.98, 0.98) translateY(5px);
          transform: scale(0.98, 0.98) translateY(5px);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.addeventatc_dropdown.topdown {
  -webkit-transform: scale(0.98, 0.98) translateY(-5px) !important;
          transform: scale(0.98, 0.98) translateY(-5px) !important;
}

.addeventatc_dropdown span {
  display: block;
  line-height: 100%;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  font-weight: 600;
  padding: 14px 10px 14px 55px;
  margin: -2px 0px;
}

.addeventatc_dropdown span:hover {
  background-color: #f4f4f4;
  color: #000;
  text-decoration: none;
  font-size: 15px;
}

.addeventatc_dropdown em {
  color: #999 !important;
  font-size: 12px !important;
  font-weight: 400;
}

.addeventatc_dropdown .frs a {
  background: #fff;
  color: #cacaca !important;
  cursor: pointer;
  font-size: 9px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 110% !important;
  padding-left: 10px;
  position: absolute;
  right: 10px;
  text-align: right;
  text-decoration: none;
  top: 5px;
  z-index: 101;
}

.addeventatc_dropdown .frs a:hover {
  color: #999 !important;
}

.addeventatc_dropdown .ateappleical {
  background: url(../gfx/icon-apple-t5.svg) 18px 40% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .ategoogle {
  background: url(../gfx/icon-google-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .ateoffice365 {
  background: url(../gfx/icon-office365-t5.svg) 19px 50% no-repeat;
  background-size: 18px 100%;
}

.addeventatc_dropdown .ateoutlook {
  background: url(../gfx/icon-outlook-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .ateoutlookcom {
  background: url(../gfx/icon-outlookcom-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .ateyahoo {
  background: url(../gfx/icon-yahoo-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .atefacebook {
  background: url(../gfx/icon-facebook-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .copyx {
  height: 21px;
  display: block;
  position: relative;
  cursor: default;
}

.addeventatc_dropdown .brx {
  height: 1px;
  overflow: hidden;
  background: #e8e8e8;
  position: absolute;
  z-index: 100;
  left: 10px;
  right: 10px;
  top: 9px;
}

.addeventatc_dropdown.addeventatc-selected {
  -webkit-transform: scale(1, 1) translateY(0px);
          transform: scale(1, 1) translateY(0px);
  z-index: 99999999999;
}

.addeventatc_dropdown.topdown.addeventatc-selected {
  -webkit-transform: scale(1, 1) translateY(0px) !important;
          transform: scale(1, 1) translateY(0px) !important;
}

.addeventatc_dropdown .drop_markup {
  background-color: #f4f4f4;
}
/*# sourceMappingURL=main.css.map */