@charset "UTF-8";
@import url("http://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover, a:focus {
  outline: 0;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

section:not(.top) {
  padding: 80px 0;
}

section#shop, section#pr-article {
  padding: 35px 0;
}

section.bg-gray {
  background: #F7F7F7;
}

section.bg-green {
  background: rgba(69, 176, 53, 0.1);
}

section.bg-orange {
  background: #FFD992;
}

section#ad {
  padding: 15px 0;
  background: #F7F7F7;
  text-align: center;
}

section.bg-deco-right {
  background: url(../../assets/images/img_bg_01.svg) right 0 bottom -1px no-repeat;
  background-size: 60% auto;
}

section.bg-deco-left {
  background: url(../../assets/images/img_bg_02.svg) left 0 bottom -1px no-repeat;
  background-size: 60% auto;
}

@media (max-width: 768px) {
  section:not(.top) {
    padding: 40px 0;
  }
  section#shop {
    padding: 30px 0;
  }
  section.bg-deco-right,
  section.bg-deco-left {
    background-size: 150% auto;
  }
}

.btn {
  margin: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 14px 80px;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn.green {
  background-color: #45b035;
  color: #fff;
  border-color: #45b035;
}

.btn.green:hover, .btn.green:focus {
  background-color: #46b437;
  border-color: #46b437;
}

.btn.orange {
  background-color: #EF8200;
  color: #fff;
  border-color: #EF8200;
}

.btn.orange:hover, .btn.orange:focus {
  background-color: #f78600;
  border-color: #f78600;
}

.btn.disable {
  background-color: #F7F7F7;
  color: #ccc;
  border-color: #F7F7F7;
  cursor: disabled;
  pointer-events: none;
  -webkit-animation: inherit;
          animation: inherit;
}

.btn.arrow::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 16px;
  background-color: #fff;
  -webkit-mask: url(../../assets/images/icon_arrow-right.svg) no-repeat center/cover;
          mask: url(../../assets/images/icon_arrow-right.svg) no-repeat center/cover;
  margin-left: 5px;
}

button, button:focus, button:active,
input, input:focus, input:active,
input.form-control, input.form-control:focus, input.form-control:active,
select, select:focus, select:active,
select.form-control, select.form-control:focus, select.form-control:active {
  border: none;
  background-color: #F7F7F7;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.form-group.validated select {
  border: 1px solid #dc3545;
}

.form-group.validated .invalid-feedback {
  display: block;
}

::-moz-selection {
  background: #45b035;
  color: #fff;
}

::selection {
  background: #45b035;
  color: #fff;
}

a .more {
  font-size: 16px;
}

.more {
  width: 100%;
  text-align: right;
  color: #4F555C;
}

.more a {
  color: #4F555C;
  font-size: 16px;
}

.more:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 11px;
  background: url(../../assets/images/icon_arrow-right.svg) no-repeat center/contain;
  margin-left: 6px;
}

.progress {
  height: 10px;
  border-radius: 0;
}

.progress .progress-bar {
  background: #45b035;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #222;
  margin: 0;
}

h1, .h1 {
  font-size: 2.375rem;
  font-weight: 500;
}

h2, .h2 {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 30px;
}

h3, .h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}

h2.green::before, .h2.green::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #45b035;
  -webkit-mask: url(../../assets/images/icon_cross.svg) no-repeat center/cover;
          mask: url(../../assets/images/icon_cross.svg) no-repeat center/cover;
  margin-right: 10px;
}

h2.orange::before, .h2.orange::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #EF8200;
  -webkit-mask: url(../../assets/images/icon_cross.svg) no-repeat center/cover;
          mask: url(../../assets/images/icon_cross.svg) no-repeat center/cover;
  margin-right: 10px;
}

p {
  margin: 0;
  color: #4F555C;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

body {
  padding-top: 70px;
  font-size: 1.125rem;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans TC", "Microsoft JhengHei", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 70px;
}

header nav {
  color: #4F555C;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

header nav .navbar-nav a.nav-link {
  color: #4F555C;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 16px;
}

header nav .navbar-nav a.nav-link:hover {
  color: #45b035;
}

header nav #main-logo {
  float: left;
  background: url(../../assets/images/img_logo.svg) no-repeat center/contain;
  width: 85px;
  height: 40px;
  margin: 7px 15px 7px 0;
  text-indent: -5000px;
}

header nav .navbar-brand {
  margin-right: 0;
  color: #4F555C;
}

header nav .dropdown-item {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

header nav .dropdown-item:hover, header nav .dropdown-item:focus, header nav .dropdown-item:active {
  color: #45b035;
  background: #fff;
}

footer {
  background-color: #F7F7F7;
  padding: 50px 0;
  text-align: center;
  font-size: 0.875rem;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer ul li {
  display: inline-block;
  margin: 0 15px 15px 0;
  border-right: 1px solid #707070;
  padding-right: 15px;
  line-height: 1;
  font-size: 1.125rem;
}

footer ul li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

footer ul li a, footer ul li a:hover {
  color: #4F555C;
}

footer .sponsor {
  text-align: center;
  margin-bottom: 80px;
}

footer .sponsor .sponsor-box {
  margin-bottom: 20px;
}

footer .sponsor .sponsor-box .title {
  margin-bottom: 15px;
}

footer .sponsor .sponsor-box img {
  max-width: 160px;
  margin: 0 5px 10px 5px;
}

.bottom-fixed {
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.3));
  z-index: 9999;
}

.bottom-fixed .fb {
  width: 44px;
  height: 44px;
  display: block;
  background: url(../../assets/images/icon_fb.png) no-repeat center/contain;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.bottom-fixed .line {
  width: 44px;
  height: 44px;
  display: block;
  background: url(../../assets/images/icon_line.png) no-repeat center/contain;
  margin-top: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.bottom-fixed .gotop {
  width: 44px;
  height: 44px;
  display: block;
  background: url(../../assets/images/icon_gotop.png) no-repeat center/contain;
  margin-top: 15px;
  cursor: pointer;
  display: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.bottom-fixed .gotop:hover, .bottom-fixed .line:hover, .bottom-fixed .fb:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.img > img {
  width: 100%;
}

@media (max-width: 768px) {
  body {
    padding-top: 56px;
  }
  header {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 56px;
    z-index: 9999;
  }
  header nav {
    color: #4F555C;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  header nav .navbar-nav a.nav-link {
    color: #4F555C;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header nav .navbar-nav a.nav-link:hover {
    color: #45b035;
  }
  header nav .navbar-brand {
    font-size: 0.875rem;
  }
  header nav .dropdown-menu {
    border: none;
  }
  header nav .dropdown-menu .dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header nav .dropdown-menu .dropdown-item:hover {
    color: #45b035;
    background: #fff;
  }
  header nav .navbar-toggler {
    border-color: none;
  }
  header nav .navbar-toggler:focus {
    outline: none;
  }
  header nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(13, 13, 13, 100)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  header nav #main-logo {
    float: left;
    background-image: url(../../assets/images/img_logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 62px;
    height: 30px;
    margin: 0;
    text-indent: -5000px;
  }
  .bottom-fixed {
    bottom: 15px;
    right: 15px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
}

#landing {
  background: url(../../assets/images/landing_bg.svg) no-repeat center/cover, #45b035;
  position: relative;
  background-position-y: 120px;
  width: 100%;
  height: 560px;
}

#landing .container {
  position: relative;
}

#landing .landing-img {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(69, 176, 53, 0)), color-stop(80%), to(#45b035)) no-repeat center/cover;
  background: -webkit-linear-gradient(rgba(69, 176, 53, 0), 80%, #45b035) no-repeat center/cover;
  background: -o-linear-gradient(rgba(69, 176, 53, 0), 80%, #45b035) no-repeat center/cover;
  background: linear-gradient(rgba(69, 176, 53, 0), 80%, #45b035) no-repeat center/cover;
  width: 100%;
  height: 560px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

#landing .landing-info {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 560px;
  text-align: center;
  color: #fff;
  z-index: 1;
}

#landing .landing-logo {
  width: 200px;
  height: auto;
  margin: 20px 0 30px 0;
}

#landing .landing-text {
  margin: 0 auto;
}

#landing .landing-more {
  width: 56px;
  height: 48px;
  background: url(../../assets/images/landing_more.svg) no-repeat center/cover;
  margin: 0 auto;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
}

@media (max-width: 768px) {
  .landing-text {
    width: 90%;
  }
}

@media (min-width: 2000px) {
  #landing {
    background-size: contain;
  }
}

.text-block {
  text-align: center;
  margin: 20px 0;
}

[class*="people-"] img {
  min-height: 200px;
  width: 100%;
  height: auto;
}

.deco-people-1 {
  width: 400px;
  height: 280px;
  background: url(../../assets/images/img_people_05.svg) no-repeat center/contain;
  position: absolute;
  bottom: -80px;
  left: -30px;
  z-index: 9;
}

.deco-people-2 {
  width: 300px;
  height: 280px;
  background: url(../../assets/images/img_people_06.svg) no-repeat center/cover;
  position: absolute;
  bottom: -90px;
  right: -170px;
  z-index: 9;
}

.slick-shop {
  padding: 10px;
  background: #fff;
  border-radius: 4px;
}

.slick-shop .item {
  padding: 10px;
}

.slick-shop .desc-block {
  display: block;
  color: #4F555C;
  margin-top: 10px;
  font-size: 1.25rem;
}

.slick-shop .desc-block .price {
  color: #EF8200;
  font-weight: 500;
  font-size: 1.125rem;
}

.activity-box {
  background: #F7F7F7;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.activity-media {
  width: 100%;
  margin-bottom: 15px;
}

.activity-text .tag {
  background: #45b035;
  color: #fff;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
}

.activity-text .title {
  color: #4F555C;
  font-size: 1.125rem;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 5px;
}

@media (max-width: 768px) {
  .activity-box {
    background: #F7F7F7;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
  }
}

#qa #qa-landing .title {
  color: #45b035;
  font-weight: 500;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

#qa #qa-landing .img {
  width: 100%;
  height: 400px;
}

#qa #qa-landing .img.left {
  background: url(../../assets/images/img_people_07.svg) no-repeat center/contain;
}

#qa #qa-landing .img.right {
  background: url(../../assets/images/img_people_08.svg) no-repeat center/contain;
}

#qa #qa-start .number {
  width: 100%;
  font-size: 0.875rem;
  text-align: right;
  margin-bottom: 10px;
}

#qa #qa-start .number .current {
  color: #45b035;
  font-weight: 500;
}

#qa #qa-start .question {
  width: 100%;
  background: #F7F7F7;
  color: #45b035;
  font-size: 1.25rem;
  padding: 12px 16px;
  font-weight: 500;
  min-height: 84px;
}

#qa #qa-start .answer .btn-answer {
  width: 100%;
  padding: 10px 15px;
  background: #fff;
  border-bottom: 1px solid #F7F7F7;
  color: #4F555C;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#qa #qa-start .answer .btn-answer::after {
  content: '';
  display: block;
  background-color: #222;
  -webkit-mask: url(../../assets/images/icon_arrow-right.svg) no-repeat center/contain;
          mask: url(../../assets/images/icon_arrow-right.svg) no-repeat center/contain;
  width: 10px;
  height: 12px;
  margin-top: 6px;
  float: right;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#qa #qa-start .answer .btn-answer:hover {
  color: #45b035;
}

#qa #qa-start .answer .btn-answer:hover::after {
  content: '';
  display: inline-block;
  background-color: #45b035;
  -webkit-mask: url(../../assets/images/icon_arrow-right.svg) no-repeat center/contain;
          mask: url(../../assets/images/icon_arrow-right.svg) no-repeat center/contain;
}

.result .title {
  text-align: center;
  font-size: 1.75rem;
  color: #45b035;
  margin: 40px 0 30px 0;
}

.result .type-box {
  margin: 15px 0;
}

.result .img {
  width: 100%;
  margin-bottom: 15px;
  min-height: 280px;
  position: relative;
}

.result .img img {
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.result .text {
  color: #45b035;
  font-weight: 500;
  font-size: 1.125rem;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.result .text::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 13px;
  background-color: #45b035;
  -webkit-mask: url(../../assets/images/icon_arrow-right.svg) no-repeat center/contain;
          mask: url(../../assets/images/icon_arrow-right.svg) no-repeat center/contain;
  margin-left: 5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#all-type .img {
  min-height: 170px;
}

#all-type .img img {
  height: 100%;
}

#all-type .type-box {
  padding: 15px;
  background: #fff;
  border: 2px solid #45b035;
  border-radius: 50%;
  width: 260px;
  height: 260px;
  margin: 0 auto 30px auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#all-type .item {
  padding: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#all-type .item:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

#all-type .item:hover .type-box {
  border: 2px solid #EF8200;
}

#all-type .item:hover .type-box .text {
  color: #EF8200;
}

#all-type .item:hover .type-box .text::after {
  background-color: #EF8200;
}

@media (max-width: 768px) {
  .result .title {
    margin: 20px 0 15px 0;
  }
  .result .type-box {
    text-align: center;
  }
  .result .type-box .img {
    width: 80%;
    margin: 0 auto;
  }
}

#magazine .promot {
  font-size: 1.5rem;
  color: #45b035;
  font-weight: 500;
}

#magazine ul.check {
  text-align: left;
  display: inline-block;
  line-height: 34px;
  font-size: 1.25rem;
}

#magazine ul.check li {
  color: #4F555C;
  font-weight: 500;
}

#magazine ul.check li::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 14px;
  background-color: #4F555C;
  -webkit-mask: url(../../assets/images/icon_check.svg) no-repeat center/contain;
          mask: url(../../assets/images/icon_check.svg) no-repeat center/contain;
  margin-right: 10px;
}

#magazine p {
  font-size: 0.875rem;
  width: 85%;
  text-align: justify;
  margin: 0 auto;
}

.filter-block {
  margin: 60px 0 40px 0;
}

.filter-block .form-required {
  position: relative;
}

.filter-block .form-required::after {
  content: '必填';
  display: block;
  position: absolute;
  top: -25px;
  left: 7px;
  width: 35px;
  color: #45b035;
  font-size: 0.875rem;
}

.filter-block .btn-search {
  background-color: #45b035;
  color: #fff;
  border-color: #45b035;
  width: 100%;
  font-size: 0.875rem;
  height: 38px;
  border-radius: 50px;
}

.filter-block .btn-search:hover, .filter-block .btn-search:focus {
  background-color: #46b437;
  border-color: #46b437;
}

.empty-status {
  text-align: center;
}

.empty-status .title {
  color: #617D84;
  font-size: 1.75rem;
  margin-bottom: 15px;
}

.empty-status .img {
  width: 100%;
  height: 500px;
  background: url(../../assets/images/img_people_09.svg) no-repeat center/contain;
}

.no-data {
  text-align: center;
}

.no-data .title {
  color: #617D84;
  font-size: 1.75rem;
  margin-bottom: 15px;
}

.no-data .img {
  width: 100%;
  height: 500px;
  background: url(../../assets/images/img_people_10.svg) no-repeat center/contain;
}

table tr td {
  color: #4F555C;
}

table tr td a.tel {
  color: #4F555C;
  text-decoration: underline;
}

table tr td a.link-to {
  color: #45b035;
  font-size: 0.875rem;
  margin-left: 15px;
  white-space: nowrap;
  font-size: 0.875rem;
}

table tr td a.link-to:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 10px;
  background-color: #45b035;
  -webkit-mask: url(../../assets/images/icon_arrow-right.svg) no-repeat center/contain;
          mask: url(../../assets/images/icon_arrow-right.svg) no-repeat center/contain;
  margin-left: 5px;
}

table tr td .title {
  padding-left: 70px;
}

table tr td .promote {
  position: relative;
}

table tr td .promote::before {
  content: '康健嚴選';
  background: #EF8200;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  padding: 2px 4px;
  white-space: nowrap;
  display: inline-block;
  position: absolute;
  top: 2px;
}

@media (max-width: 768px) {
  .filter-block {
    margin: 40px 0 40px 0;
  }
  table tr td .ch-promote {
    font-size: 12px;
    border-radius: 4px;
    padding: 2px 4px;
    margin-bottom: 0;
    margin-left: 5px;
    white-space: nowrap;
    display: block;
  }
  table tr td .title {
    padding-left: 0;
  }
  table tr td .promote {
    position: relative;
    display: block;
    height: 30px;
  }
  table tr td .promote::before {
    content: '康健嚴選';
  }
}

#type-link {
  width: 100%;
  background: #45b035;
  font-weight: 500;
  padding: 10px;
  text-align: center;
  position: fixed;
  top: 70px;
  z-index: 9998;
}

#type-link a {
  color: #fff;
}

.popper-text {
  color: #45b035;
  cursor: pointer;
}

.popper-text::after {
  content: '';
  font-size: 10px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  width: 12px;
  height: 12px;
  background-image: url(../../assets/images/icon_plus.png);
  background-size: 12px;
  margin-left: 5px;
}

.popper-text:active, .popper-text:focus {
  outline: 0;
}

.popover {
  min-width: 480px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #45b035;
}

.popover .arrow::before, .popover .arrow::after {
  border-bottom-color: #45b035;
}

.popover .popover-header {
  padding: 15px;
  border-bottom: 1px solid #45b035;
  background: #45b035;
  font-size: 1.25rem;
  color: #fff;
}

.popover .popover-header::before {
  border-bottom: 1px solid #45b035;
}

.popover .popover-body {
  padding: 15px;
}

.popover .content {
  margin-bottom: 15px;
}

.popover .content p {
  text-align: justify;
  font-size: 1.125rem;
}

.popover .source {
  color: #979797;
  border-left: 3px solid #979797;
  padding-left: 5px;
}

.popover .kb-link {
  float: right;
}

.popover .kb-link a {
  color: #45b035;
  font-weight: 500;
}

.popover .kb-link a::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 10px;
  background-color: #45b035;
  -webkit-mask: url(../../assets/images/icon_arrow-right.svg) no-repeat center/contain;
          mask: url(../../assets/images/icon_arrow-right.svg) no-repeat center/contain;
  margin-left: 5px;
}

#type-content {
  padding-top: 100px;
}

#type-content .quote-block .quote {
  margin-bottom: 15px;
  padding: 30px;
  font-size: 1.25rem;
}

#type-content .quote-block .quote::before {
  content: '';
  display: inline-block;
  background: url(../../assets/images/icon_quote-left.svg) no-repeat center/contain;
  width: 60px;
  height: 60px;
  position: absolute;
  opacity: .08;
  top: 10px;
  left: -5px;
}

#type-content .quote-block .quote::after {
  content: '';
  display: inline-block;
  background: url(../../assets/images/icon_quote-right.svg) no-repeat center/contain;
  width: 60px;
  height: 60px;
  position: absolute;
  opacity: .08;
  right: -5px;
}

.article {
  padding: 15px;
  background: #F7F7F7;
}

.article .article-box:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}

.article .article-box:not(:first-child) {
  padding-top: 15px;
}

.article .title {
  font-size: 1.25rem;
  color: #4F555C;
  margin-bottom: 15px;
  font-weight: 500;
}

.article p {
  text-align: justify;
}

.article .more {
  color: #45b035;
  position: absolute;
  left: -15px;
  bottom: 0;
}

.article .more:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 11px;
  background: #45b035;
  -webkit-mask: url(../../assets/images/icon_arrow-right.svg) no-repeat center/contain;
          mask: url(../../assets/images/icon_arrow-right.svg) no-repeat center/contain;
  margin-left: 6px;
}

.article .article-box.pr {
  position: relative;
}

.article .article-box.pr .img::before {
  content: '';
  background: url(../../assets/images/icon_pr.svg) no-repeat center/contain;
  width: 30px;
  height: 15px;
  position: absolute;
  top: 10px;
  right: 25px;
}

#pr-article .article {
  padding: 0;
}

#pr-article .article .article-box {
  border-bottom: none;
  border-radius: 4px;
}

@media (max-width: 992px) {
  .article {
    padding: 0;
    background: transparent;
  }
  .article .img {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .popover {
    min-width: 350px;
  }
  #type-link {
    top: 55px;
  }
  #type-content {
    padding-top: 70px;
  }
}

@media (max-width: 575.98px) {
  #type-content .quote-block {
    overflow: hidden;
  }
}

#type-video .pr p, #video-02 .pr p {
  position: relative;
}

#type-video .pr p::before, #video-02 .pr p::before {
  content: '';
  background: url(../../assets/images/icon_pr.svg) no-repeat center/contain;
  width: 30px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: 10px;
}

.video-img p {
  margin-top: 10px;
}

.video-img .img {
  position: relative;
}

.video-img .img::before {
  content: '';
  display: block;
  background-color: #222;
  -webkit-mask: url(../../assets/images/icon_video.svg) no-repeat center/contain;
          mask: url(../../assets/images/icon_video.svg) no-repeat center/contain;
  width: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 6;
  opacity: .8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.video-img .img:hover::before {
  content: '';
  display: block;
  background-color: #45b035;
  -webkit-mask: url(../../assets/images/icon_video.svg) no-repeat center/contain;
          mask: url(../../assets/images/icon_video.svg) no-repeat center/contain;
  width: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 6;
  opacity: .8;
}

#table-content {
  background: #F7F7F7;
  border-bottom: 1px solid #fff;
}

#table-content th {
  color: #45b035;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#table-content tr {
  background: #F7F7F7;
}

#table-content td {
  border-top: 2px solid #fff;
}

#table-content_paginate {
  margin-top: 10px;
}

#table-content_paginate:focus {
  outline: 0 !important;
}

#table-content_paginate .paginate_button {
  color: #4F555C !important;
  border: 0 !important;
  margin: auto 0;
}

#table-content_paginate .paginate_button:hover, #table-content_paginate .paginate_button:focus {
  color: #4F555C !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#table-content_paginate .paginate_button.disabled {
  color: #979797 !important;
  opacity: .5;
}

#table-content_paginate .paginate_button.current {
  color: #45b035 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 50%;
}

#table-content.reflow-table-mobile-mode tr:nth-of-type(odd), #table-content.reflow-table-mobile-mode tr:nth-of-type(odd) td:before {
  background: #F7F7F7;
}

#table-content.reflow-table-mobile-mode tr:nth-of-type(even), #table-content.reflow-table-mobile-mode tr:nth-of-type(even) td:before {
  background: #e8e8e8;
}

#table-content.reflow-table-mobile-mode td {
  padding-left: 35%;
  position: relative;
}

#table-content.reflow-table-mobile-mode td:before {
  display: inline-block;
  font-weight: 500;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  color: #45b035;
  line-height: 42px;
  height: 100%;
}

#shop .slick-dots, #shop-price .slick-dots, #pr-article .slick-dots {
  bottom: -35px;
}

#shop .slick-prev, #shop .slick-next, #shop-price .slick-prev, #shop-price .slick-next, #pr-article .slick-prev, #pr-article .slick-next {
  width: 30px;
  height: 30px;
}

#shop .slick-prev, #shop-price .slick-prev, #pr-article .slick-prev {
  left: -40px;
}

#shop .slick-next, #shop-price .slick-next, #pr-article .slick-next {
  right: -40px;
}

#shop .slick-prev:before, #shop .slick-next:before, #shop-price .slick-prev:before, #shop-price .slick-next:before, #pr-article .slick-prev:before, #pr-article .slick-next:before {
  font-size: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#shop .slick-dots li.slick-active button:before, #shop-price .slick-dots li.slick-active button:before, #pr-article .slick-dots li.slick-active button:before {
  color: #EF8200;
}

#all-type .slick-prev, #all-type .slick-next {
  width: 30px;
  height: 30px;
}

#all-type .slick-prev {
  left: -40px;
}

#all-type .slick-next {
  right: -40px;
}

#all-type .slick-prev:before, #all-type .slick-next:before {
  font-size: 30px;
  color: #45b035;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (max-width: 768px) {
  .slick-shop, .slick-result {
    margin: 0 35px;
  }
}
