@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}


a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-weight: 700;
}


h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {

  word-break: break-word;
  word-wrap: break-word;

}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 16px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2); /*! 底色*/
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 2px solid #fff; /*! 框線*/
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4); /*! hover底色*/
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: unset;
    right: 20px;
    text-align: right;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.BGPD{
  background-repeat: repeat;
  background-size: 300px;

}.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
/* 大標Title 1 */
.display-1 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 5rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
/* 副標Title 2 */
.display-2 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 2.75rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.4375rem;
}
/* Menu */
.display-4 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* 小標Title 3 */
.display-5 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.35rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6875rem;
}
/* 大內文Text2 */
.display-6 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-6 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* 小內文Text */
.display-7 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.15rem;
  line-height: 1.75;
}
.display-7 > .mbr-iconfont {
  font-size: 1.4375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  /*-- 大標Title 1 --*/
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: 1.3;
  }
  /*-- 副標Title 2 --*/
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  /*-- Menu --*/
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  /*-- 小標Title 3 --*/
  .display-5 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20))));
  }
  /*-- 大內文Text2 --*/
  .display-6 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.75 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  /*-- 小內文Text --*/
  .display-7 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.75 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #981215 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #a88c70 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary .mbr-iconfont {
  background-color: #ffffff;
  color: #000000;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary .mbr-iconfont {
  background-color: #614d37;
  color: #daccbd;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #daccbd !important;
  border-color: #daccbd !important;
  color: #614d37 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ece5de !important;
  border-color: #ece5de !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #614d37 !important;
  background-color: #ece5de !important;
  border-color: #ece5de !important;
}
.btn-info .mbr-iconfont {
  background-color: #808080;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success .mbr-iconfont {
  background-color: #ffffff;
  color: #981215;
}
.btn-success,
.btn-success:active {
  background-color: #981215 !important;
  border-color: #981215 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #c6171b !important;
  border-color: #c6171b !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c6171b !important;
  border-color: #c6171b !important;
}
.btn-warning .mbr-iconfont {
  background-color: #ffffff;
  color: #a88c70;
}
.btn-warning,
.btn-warning:active {
  background-color: #a88c70 !important;
  border-color: #a88c70 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #bba690 !important;
  border-color: #bba690 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bba690 !important;
  border-color: #bba690 !important;
}
.btn-danger .mbr-iconfont {
  background-color: #ffffff;
  color: #000000;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-white .mbr-iconfont {
  background-color: #757b62;
  color: #eff0ec;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  background-color: #ffffff;
  color: #0f0f0f;
}
.btn-black,
.btn-black:active {
  background-color: #0f0f0f !important;
  border-color: #0f0f0f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #292929 !important;
  border-color: #292929 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #292929 !important;
  border-color: #292929 !important;
}
.btn-primary-outline .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.btn-primary-outline span::after {
  background-color: #000000;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline .mbr-iconfont {
  background-color: #daccbd;
  color: #614d37;
}
.btn-secondary-outline span::after {
  background-color: #daccbd;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #daccbd;
  color: #daccbd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #daccbd !important;
  background-color: transparent !important;
  border-color: #daccbd !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #614d37 !important;
  background-color: #daccbd !important;
  border-color: #daccbd !important;
}
.btn-info-outline .mbr-iconfont {
  background-color: #ffffff;
  color: #808080;
}
.btn-info-outline span::after {
  background-color: #ffffff;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline .mbr-iconfont {
  background-color: #981215;
  color: #ffffff;
}
.btn-success-outline span::after {
  background-color: #981215;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #981215;
  color: #981215;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #981215 !important;
  background-color: transparent !important;
  border-color: #981215 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #981215 !important;
  border-color: #981215 !important;
}
.btn-warning-outline .mbr-iconfont {
  background-color: #a88c70;
  color: #ffffff;
}
.btn-warning-outline span::after {
  background-color: #a88c70;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a88c70;
  color: #a88c70;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a88c70 !important;
  background-color: transparent !important;
  border-color: #a88c70 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a88c70 !important;
  border-color: #a88c70 !important;
}
.btn-danger-outline .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.btn-danger-outline span::after {
  background-color: #000000;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline .mbr-iconfont {
  background-color: #0f0f0f;
  color: #ffffff;
}
.btn-black-outline span::after {
  background-color: #0f0f0f;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #0f0f0f;
  color: #0f0f0f;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #0f0f0f !important;
  background-color: transparent !important;
  border-color: #0f0f0f !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #0f0f0f !important;
  border-color: #0f0f0f !important;
}
.btn-white-outline .mbr-iconfont {
  background-color: #fafafa;
  color: #7a7a7a;
}
.btn-white-outline span::after {
  background-color: #fafafa;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent !important;
  border-color: #fafafa !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #daccbd !important;
}
.text-success {
  color: #981215 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #a88c70 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #0f0f0f !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b5997c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3d0708 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #6f5943 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #a88c70;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e94145;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d8ccbf;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 0;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.15rem;
  line-height: 1.75;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.4375rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #daccbd !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 8px 42px;
  font-weight: 700;
  min-height: 62px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 8px 24px;
  }
}
.mbr-section-btn .btn .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 100%;
  font-size: 16px;
  margin-left: 10px;
  margin-right: -32px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn .mbr-iconfont {
    margin-left: 12px;
    margin-right: -14px;
  }
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  margin-left: 16px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn:hover .mbr-iconfont,
  .mbr-section-btn .btn:focus .mbr-iconfont {
    margin-left: 14px;
  }
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  min-height: auto;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont {
  padding: 0;
  margin-right: 0;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn-primary-outline .mbr-iconfont,
  .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
  .mbr-section-btn .btn-success-outline .mbr-iconfont,
  .mbr-section-btn .btn-info-outline .mbr-iconfont,
  .mbr-section-btn .btn-warning-outline .mbr-iconfont,
  .mbr-section-btn .btn-danger-outline .mbr-iconfont,
  .mbr-section-btn .btn-black-outline .mbr-iconfont,
  .mbr-section-btn .btn-white-outline .mbr-iconfont {
    margin-right: 0;
  }
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont::after,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont::after,
.mbr-section-btn .btn-success-outline .mbr-iconfont::after,
.mbr-section-btn .btn-info-outline .mbr-iconfont::after,
.mbr-section-btn .btn-warning-outline .mbr-iconfont::after,
.mbr-section-btn .btn-danger-outline .mbr-iconfont::after,
.mbr-section-btn .btn-black-outline .mbr-iconfont::after,
.mbr-section-btn .btn-white-outline .mbr-iconfont::after {
  display: none !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus {
  text-decoration-color: inherit;
}
.radius-right {
  border-radius: 0 !important;
  border-top-right-radius: 60px !important;
  border-bottom-right-radius: 60px !important;
}
.radius-bottom-right {
  border-radius: 0 !important;
  border-bottom-right-radius: 60px !important;
}
.radius-top {
  border-radius: 0 !important;
  border-top-left-radius: 45px !important;
  border-top-right-radius: 45px !important;
}
.radius-top-left {
  border-radius: 0 !important;
  border-top-left-radius: 45px !important;
}
.radius-top-right {
  border-radius: 0 !important;
  border-top-right-radius: 45px !important;
}
.dropdown-item {
  border-radius: 100px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.grid-item::before {
  border-radius: 30px !important;
}
@media (max-width: 991px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .grid-item::before {
    border-radius: 25px !important;
  }
}
.middle-radius {
  border-radius: 20px !important;
}
.little-radius,
.dropdown-item {
  border-radius: 10px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.image3 .mbr-description {
  font-weight: 400;
}
.cid-v6WbtErdcM {
  z-index: 1000;
  width: 100%;
}
.cid-v6WbtErdcM .container-fluid {
  padding: 0 1rem;
}
.cid-v6WbtErdcM .navbar-dropdown {
  background-color: #74573b !important;
  padding: 0;
  position: fixed;
}
.cid-v6WbtErdcM .menu_box {
  transition: all 0s ease 0s;
}
.cid-v6WbtErdcM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  border-radius: 10px  !important;
  background-color: #a88c70 !important;
}
.cid-v6WbtErdcM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6WbtErdcM nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v6WbtErdcM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (max-width: 991px) {
  .cid-v6WbtErdcM .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .cid-v6WbtErdcM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v6WbtErdcM .mbr-section-btn .btn {
  height: 66px;
  min-width: 120px;
  box-shadow: none;
  color: #000000 !important;
}
.cid-v6WbtErdcM .mbr-section-btn .btn:hover {
  box-shadow: none;
}
@media (max-width: 575px) {
  .cid-v6WbtErdcM .mbr-section-btn .btn {
    min-width: 120px;
    width: 120px;
    box-shadow: none !important;
  }
}
@media (min-width: 992px) {
  .cid-v6WbtErdcM .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #dcd3f7;
  }
  .cid-v6WbtErdcM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v6WbtErdcM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v6WbtErdcM .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v6WbtErdcM .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-v6WbtErdcM .offcanvas-body .mbr-text,
  .cid-v6WbtErdcM .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v6WbtErdcM .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v6WbtErdcM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v6WbtErdcM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #74573b;
  }
  .cid-v6WbtErdcM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v6WbtErdcM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v6WbtErdcM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v6WbtErdcM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v6WbtErdcM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v6WbtErdcM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v6WbtErdcM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v6WbtErdcM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v6WbtErdcM li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-v6WbtErdcM li.nav-item::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    transition: all .4s ease;
    border-radius: 50%;
    margin: 0 auto;
    transform: translateY(250%);
    opacity: 0;
  }
  .cid-v6WbtErdcM .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v6WbtErdcM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v6WbtErdcM .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-v6WbtErdcM .nav-item {
    margin: 0 !important;
  }
}
.cid-v6WbtErdcM .dropdown-menu {
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v6WbtErdcM .dropdown-menu {
    padding: 18px 24px 22px;
    min-width: 250px;
    top: 49px !important;
    left: -40px !important;
  }
  .cid-v6WbtErdcM .dropdown-menu.dropdown-submenu {
    left: 196px !important;
    top: -82% !important;
  }
}
@media (max-width: 991px) {
  .cid-v6WbtErdcM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v6WbtErdcM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v6WbtErdcM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v6WbtErdcM .offcanvas_box {
    display: none;
  }
}
.cid-v6WbtErdcM .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v6WbtErdcM .dropdown-item:hover {
  color: green;
}
.cid-v6WbtErdcM .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v6WbtErdcM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.cid-v6WbtErdcM .nav-link {
  position: relative;
  color: #1E1C21;
}
.cid-v6WbtErdcM .container {
  display: flex;
  margin: auto;
}
.cid-v6WbtErdcM .iconfont-wrapper {
  width: 32px;
  margin: 5px;
  color: #ffffff;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-v6WbtErdcM .iconfont-wrapper:hover {
  color: #eeeeee;
}
.cid-v6WbtErdcM .navbar-caption {
  color: #ffffff;
}
.cid-v6WbtErdcM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-v6WbtErdcM .navbar-nav {
    margin: 0 20px;
  }
}
.cid-v6WbtErdcM .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-v6WbtErdcM .nav-item:focus,
.cid-v6WbtErdcM .nav-link:focus {
  outline: none;
}
.cid-v6WbtErdcM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6WbtErdcM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6WbtErdcM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6WbtErdcM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6WbtErdcM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6WbtErdcM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6WbtErdcM .navbar {
  min-height: 75px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v6WbtErdcM .navbar.opened {
  transition: all 0.3s;
}
.cid-v6WbtErdcM .navbar .dropdown-item {
  padding: 0 10px;
  margin: 8px 0;
}
.cid-v6WbtErdcM .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-v6WbtErdcM .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v6WbtErdcM .navbar.collapsed {
  justify-content: center;
}
.cid-v6WbtErdcM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6WbtErdcM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v6WbtErdcM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6WbtErdcM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6WbtErdcM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6WbtErdcM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v6WbtErdcM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6WbtErdcM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v6WbtErdcM .navbar .navbar-collapse {
    padding: 16px 0;
    border-radius: 25px;
  }
  .cid-v6WbtErdcM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6WbtErdcM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6WbtErdcM .navbar .dropdown-menu {
    margin-top: 1rem;
    padding: 6px 12px;
  }
  .cid-v6WbtErdcM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6WbtErdcM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6WbtErdcM .navbar .navbar-logo img {
    height: 2.7rem !important;
  }
  .cid-v6WbtErdcM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v6WbtErdcM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v6WbtErdcM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
    white-space: pre-wrap;
  }
  .cid-v6WbtErdcM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-v6WbtErdcM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6WbtErdcM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v6WbtErdcM .navbar.navbar-short {
  min-height: 70px;
}
.cid-v6WbtErdcM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6WbtErdcM .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-v6WbtErdcM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6WbtErdcM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6WbtErdcM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6WbtErdcM .dropdown-item.active,
.cid-v6WbtErdcM .dropdown-item:active {
  background-color: transparent;
}
.cid-v6WbtErdcM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6WbtErdcM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6WbtErdcM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6WbtErdcM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6WbtErdcM ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v6WbtErdcM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6WbtErdcM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #74573b;
  background: #ffffff;
}
.cid-v6WbtErdcM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #74573b;
}
.cid-v6WbtErdcM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6WbtErdcM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6WbtErdcM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6WbtErdcM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6WbtErdcM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6WbtErdcM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6WbtErdcM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6WbtErdcM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6WbtErdcM a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-v6WbtErdcM .nav-item:hover::after {
  transform: translateY(50%);
  opacity: 1;
}
.cid-v6WbtErdcM .icons-menu {
  margin-bottom: 35px;
}
.cid-v6WbtErdcM .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-v6WbtErdcM .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-v6WbtErdcM .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-v6WbtErdcM .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6WbtErdcM .navbar {
    height: 70px;
  }
  .cid-v6WbtErdcM .navbar.opened {
    height: auto;
  }
  .cid-v6WbtErdcM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6WbtErdcM .navbar-caption:hover {
  color: #000000;
}
.cid-v6WbtErdcM .nav-link:hover {
  color: #000000;
}
.cid-v6WbtErdcM .mbr-iconfont {
  font-size: 21px;
}
.cid-v6WbtErdcM .navbar-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v6WbtErdcM .navbar-wrap {
    display: block;
  }
}
.cid-v6WbtErdcM .mbr-section-subtitle {
  color: #1E1C21;
  text-align: left;
}
.cid-v6WbtErdcM .mbr-text {
  color: #1E1C21;
  text-align: left;
}
.cid-v6WbtErdcM .text_widget a:hover {
  color: #000000;
}
.cid-v6WbtErdcM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v6WbtErdcM ul.share_ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  margin-bottom: 1px;
}
.cid-v6WbtErdcM li.share_li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 1px;
}
.cid-v6WbtErdcM .object {
  position: absolute;
  top: -5px;
  right: 3px;
  display: block;
}
.cid-v6WbtErdcM .object_community04 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-v6WbtErdcM .object_community01 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-v6WbtErdcM .for-index-page {
  position: fixed;
  left: 0;
  bottom: 200px;
  padding: 0px;
  z-index: 1000;
  box-shadow: 2px 2px 2px 1px #000000;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px 15px 15px 0px;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.cid-v6WbtErdcM .button_action {
  height: 130px;
  width: 55px;
}
.cid-v6WbtErdcM .button_text {
  font-family: Microsoft JhengHei;
  font-weight: 400;
  font-size: .75rem;
  letter-spacing: 0.1rem;
  color: #000;
  text-align: center;
  top: 0px;
}
@media (max-width: 1440px) {
  .cid-v6WbtErdcM .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-v6WbtErdcM .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-v6WbtErdcM .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-v6WbtErdcM .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-v6WbtErdcM .button_action {
    height: 120px;
    width: 50px;
  }
  .cid-v6WbtErdcM .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 400;
    font-size: .75rem;
    letter-spacing: 0.075rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
@media (max-width: 768px) {
  .cid-v6WbtErdcM .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-v6WbtErdcM .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-v6WbtErdcM .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-v6WbtErdcM .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-v6WbtErdcM .button_action {
    height: 98px;
    width: 42px;
  }
  .cid-v6WbtErdcM .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 300;
    font-size: .5rem;
    letter-spacing: 0.05rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
.cid-v6WbtErdcM .progress-container {
  will-change: transform;
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: transparent;
  top: 0;
}
.cid-v6WbtErdcM .progress-bar {
  height: 5px;
  background-image: linear-gradient(90deg, #981215, #000000);
  width: 0%;
}
.cid-v6WbtErdcM .sticky2 {
  position: fixed;
  top: 0;
  width: 100%;
}
.cid-vk7BufvaaU {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/papper.jpg");
}
@media (max-width: 992px) {
  .cid-vk7BufvaaU {
    padding-top: 4rem;
  }
}
.cid-vk7BufvaaU .mbr-overlay {
  background-color: #e6e0da;
  opacity: 0.3;
}
.cid-vk7BufvaaU .container-fluid {
  padding: 0px;
}
@media (max-width: 992px) {
  .cid-vk7BufvaaU .container-fluid {
    padding: 0;
  }
}
.cid-vk7BufvaaU .content-wrap {
  width: 100%;
  user-select: none;
  pointer-events: none;
}
.cid-vk7BufvaaU .title-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0 !important;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.5));
}
@media (max-width: 768px) {
  .cid-vk7BufvaaU .title-img {
    height: 350px;
  }
}
@media (max-width: 375px) {
  .cid-vk7BufvaaU .title-img {
    height: 300px;
  }
}
.cid-vhvAeSmPrL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/papper.jpg");
}
.cid-vhvAeSmPrL .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vhvAeSmPrL .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vhvAeSmPrL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-viUSyXmFet {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/papper.jpg");
}
.cid-viUSyXmFet .mbr-fallback-image.disabled {
  display: none;
}
.cid-viUSyXmFet .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-viUSyXmFet .container {
    max-width: 1100px;
    margin: auto;
  }
}
.cid-viUSyXmFet .mbr-section-title {
  color: #082c4e;
}
.cid-viUSyXmFet .mbr-text {
  color: #000000;
  font-weight: 400;
}
.cid-viUSyXmFet .name {
  font-weight: 500;
  color: #74573b;
  text-align: left;
}
.cid-viUSyXmFet .bottom {
  overflow: visible;
  position: relative;
}
.cid-viUSyXmFet .bottom:before {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 16px solid #ffffff;
  position: absolute;
  top: 1rem;
  left: -1rem;
  content: '';
}
.cid-viUSyXmFet .card-wrapper {
  background: #ffffff;
  padding: 1rem 1.5rem;
  border-radius: 16px;
  margin-left: 1rem;
}
.cid-viUSyXmFet .mbr-section-subtitle {
  color: #ffffff;
}
.cid-viUSyXmFet .text-wrapper {
  width: 100%;
}
.cid-viUSyXmFet .cc-top {
  display: flex;
  margin-bottom: 2rem;
}
.cid-viUSyXmFet .cc-top .image-wrapper {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.cid-viUSyXmFet .cc-top .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-viUSyXmFet .cc-top:nth-child(2n) {
  padding-top: 40px;
}
@media (max-width: 992px) {
  .cid-viUSyXmFet .cc-top:nth-child(2n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-viUSyXmFet .cc-top:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .cid-viUSyXmFet .cc-top:nth-child(2n) .image-wrapper {
    margin-right: 0;
    margin-left: 0.5rem;
  }
  .cid-viUSyXmFet .cc-top:nth-child(2n) .card-wrapper {
    margin-left: 0;
    margin-right: 1rem;
  }
  .cid-viUSyXmFet .cc-top:nth-child(2n) .bottom:before {
    left: auto;
    right: -1rem;
  }
}
.cid-viDgBuQDIa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/papper.jpg");
}
.cid-viDgBuQDIa .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-viDgBuQDIa .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-viDgBuQDIa .mbr-section-title {
  color: #988a72;
}
.cid-viDNPE5Dh6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/papper.jpg");
}
.cid-viDNPE5Dh6 .row {
  flex-direction: row-reverse;
}
.cid-viDNPE5Dh6 .image-wrapper {
  border-radius: 0 !important;
}
.cid-viDNPE5Dh6 img,
.cid-viDNPE5Dh6 iframe {
  display: block;
  width: 100%;
  border-radius: 0 !important;
}
.cid-viDNPE5Dh6 .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-viDNPE5Dh6 .mbr-text {
  color: #777777;
  text-align: left;
  font-weight: 400;
}
.cid-viDNPE5Dh6 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vhYYUQZWHb {
  padding-top: 1rem;
  background-image: url("../../../assets/images/papper.jpg");
}
.cid-vhYYUQZWHb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYYUQZWHb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYYUQZWHb .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-vhYYUQZWHb .card-wrapper {
  background-color: #ffffff;
  box-shadow: inset 0 10px 8px 0 #eeeeee, inset 0 -5px 10px -4px #a88c70, 5px 5px 10px 0px rgba(0, 0, 0, 0.4);
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vhYYUQZWHb .card-wrapper {
    padding: 24px;
    padding-top: 145px;
  }
}
.cid-vhYYUQZWHb .card-wrapper:hover .image-wrapper img,
.cid-vhYYUQZWHb .card-wrapper:focus .image-wrapper img {
  transform: scale(1.05);
}
.cid-vhYYUQZWHb .title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vhYYUQZWHb .title-wrapper .label-wrapper {
  margin-right: 16px;
}
.cid-vhYYUQZWHb .title-wrapper .label-wrapper .label-wrap {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #b82a2e, inset 0 -5px 10px -8px #490002, 0 10px 10px -8px #490002;
  background-color: #730003;
}
.cid-vhYYUQZWHb .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhYYUQZWHb .title-wrapper {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .cid-vhYYUQZWHb .title-wrapper .label-wrap {
    margin-bottom: 8px;
  }
}
.cid-vhYYUQZWHb .mbr-section-title {
  margin-bottom: 0;
  color: #0f172a;
}
.cid-vhYYUQZWHb .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhYYUQZWHb .text-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhYYUQZWHb .image-wrapper {
  margin-top: 20px;
  overflow: hidden;
}
.cid-vhYYUQZWHb .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vhYYUQZWHb .image-wrapper img {
    height: 300px;
  }
}
.cid-vhYYUQZWHb .mbr-label,
.cid-vhYYUQZWHb .label-wrapper {
  color: #ffffff;
  font-weight: 700;
  min-width: 20px;
}
.cid-vhYYUQZWHb .mbr-text,
.cid-vhYYUQZWHb .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vhYYUQZWHb .card {
  position: relative;
  z-index: 1;
}
.cid-vhYYUQZWHb .deco-wrapper {
  position: absolute;
  right: -30px;
  top: 100px;
  z-index: 10;
  display: inline-flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 55%;
  max-width: 350px;
  min-width: 200px;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vhYYUQZWHb .deco-wrapper {
    max-width: 200px;
    top: 10px;
    left: auto;
    right: 0;
  }
}
.cid-vhYYUQZWHb .deco-wrapper .deco-img img,
.cid-vhYYUQZWHb .deco-wrapper .deco-text img {
  height: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vhYYUQZWHb .deco-wrapper .deco-img img {
  filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.7));
}
.cid-vhYYUQZWHb .deco-wrapper .deco-text img {
  max-width: 180px;
  margin-bottom: -100px;
}
@media (max-width: 992px) {
  .cid-vhYYUQZWHb .deco-wrapper .deco-text img {
    max-width: 150px;
    margin-bottom: -70px;
  }
}
.cid-viPrdXSOrT {
  padding-top: 1rem;
  background-image: url("../../../assets/images/papper.jpg");
}
.cid-viPrdXSOrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-viPrdXSOrT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viPrdXSOrT .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-viPrdXSOrT .card-wrapper {
  background-color: #ffffff;
  box-shadow: inset 0 10px 8px 0 #eeeeee, inset 0 -5px 10px -4px #a88c70, 5px 5px 10px 0px rgba(0, 0, 0, 0.4);
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-viPrdXSOrT .card-wrapper {
    padding: 24px;
    padding-top: 145px;
  }
}
.cid-viPrdXSOrT .card-wrapper:hover .image-wrapper img,
.cid-viPrdXSOrT .card-wrapper:focus .image-wrapper img {
  transform: scale(1.05);
}
.cid-viPrdXSOrT .title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-viPrdXSOrT .title-wrapper .label-wrapper {
  margin-right: 16px;
}
.cid-viPrdXSOrT .title-wrapper .label-wrapper .label-wrap {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #b82a2e, inset 0 -5px 10px -8px #490002, 0 10px 10px -8px #490002;
  background-color: #730003;
}
.cid-viPrdXSOrT .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viPrdXSOrT .title-wrapper {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .cid-viPrdXSOrT .title-wrapper .label-wrap {
    margin-bottom: 8px;
  }
}
.cid-viPrdXSOrT .mbr-section-title {
  margin-bottom: 0;
  color: #0f172a;
}
.cid-viPrdXSOrT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-viPrdXSOrT .text-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-viPrdXSOrT .image-wrapper {
  margin-top: 20px;
  overflow: hidden;
}
.cid-viPrdXSOrT .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-viPrdXSOrT .image-wrapper img {
    height: 300px;
  }
}
.cid-viPrdXSOrT .mbr-label,
.cid-viPrdXSOrT .label-wrapper {
  color: #ffffff;
  font-weight: 700;
}
.cid-viPrdXSOrT .mbr-text,
.cid-viPrdXSOrT .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-viPrdXSOrT .card {
  position: relative;
  z-index: 1;
}
.cid-viPrdXSOrT .deco-wrapper {
  position: absolute;
  left: -20px;
  top: 120px;
  z-index: 10;
  display: inline-flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 55%;
  max-width: 350px;
  min-width: 200px;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-viPrdXSOrT .deco-wrapper {
    max-width: 200px;
    top: 10px;
    left: auto;
    right: 0;
  }
}
.cid-viPrdXSOrT .deco-wrapper .deco-img img,
.cid-viPrdXSOrT .deco-wrapper .deco-text img {
  height: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-viPrdXSOrT .deco-wrapper .deco-img img {
  filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.7));
}
.cid-viPrdXSOrT .deco-wrapper .deco-text img {
  max-width: 180px;
  margin-bottom: -100px;
}
@media (max-width: 992px) {
  .cid-viPrdXSOrT .deco-wrapper .deco-text img {
    max-width: 150px;
    margin-bottom: -60px;
  }
}
.cid-viPsSlIUa5 {
  padding-top: 1rem;
  background-image: url("../../../assets/images/papper.jpg");
}
.cid-viPsSlIUa5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-viPsSlIUa5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viPsSlIUa5 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-viPsSlIUa5 .card-wrapper {
  background-color: #ffffff;
  box-shadow: inset 0 10px 8px 0 #eeeeee, inset 0 -5px 10px -4px #a88c70, 5px 5px 10px 0px rgba(0, 0, 0, 0.4);
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-viPsSlIUa5 .card-wrapper {
    padding: 24px;
    padding-top: 145px;
  }
}
.cid-viPsSlIUa5 .card-wrapper:hover .image-wrapper img,
.cid-viPsSlIUa5 .card-wrapper:focus .image-wrapper img {
  transform: scale(1.05);
}
.cid-viPsSlIUa5 .title-wrapper {
  display: flex;
  align-items: baseline;
  margin-bottom: 2rem;
}
.cid-viPsSlIUa5 .title-wrapper .label-wrapper {
  margin-right: 16px;
}
.cid-viPsSlIUa5 .title-wrapper .label-wrapper .label-wrap {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #b82a2e, inset 0 -5px 10px -8px #490002, 0 10px 10px -8px #490002;
  background-color: #730003;
}
.cid-viPsSlIUa5 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viPsSlIUa5 .title-wrapper {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .cid-viPsSlIUa5 .title-wrapper .label-wrap {
    margin-bottom: 8px;
  }
}
.cid-viPsSlIUa5 .mbr-section-title {
  margin-bottom: 0;
  color: #0f172a;
}
.cid-viPsSlIUa5 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-viPsSlIUa5 .text-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-viPsSlIUa5 .image-wrapper {
  margin-top: 20px;
  overflow: hidden;
}
.cid-viPsSlIUa5 .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-viPsSlIUa5 .image-wrapper img {
    height: 300px;
  }
}
.cid-viPsSlIUa5 .mbr-label,
.cid-viPsSlIUa5 .label-wrapper {
  color: #ffffff;
  font-weight: 700;
  min-width: 20px;
}
.cid-viPsSlIUa5 .mbr-text,
.cid-viPsSlIUa5 .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-viPsSlIUa5 .card {
  position: relative;
  z-index: 1;
}
.cid-viPsSlIUa5 .deco-wrapper {
  position: absolute;
  right: -30px;
  top: 70px;
  z-index: 10;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 55%;
  max-width: 350px;
  min-width: 200px;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-viPsSlIUa5 .deco-wrapper {
    max-width: 200px;
    top: -20px;
    left: auto;
    right: 0;
  }
}
.cid-viPsSlIUa5 .deco-wrapper .deco-img img,
.cid-viPsSlIUa5 .deco-wrapper .deco-text img {
  height: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-viPsSlIUa5 .deco-wrapper .deco-img img {
  filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.7));
}
.cid-viPsSlIUa5 .deco-wrapper .deco-text img {
  max-width: 180px;
  margin-top: -80px;
}
@media (max-width: 992px) {
  .cid-viPsSlIUa5 .deco-wrapper .deco-text img {
    max-width: 150px;
    margin-top: -60px;
  }
}
.cid-viUOmVysLO {
  padding-top: 1rem;
  background-image: url("../../../assets/images/papper.jpg");
}
.cid-viUOmVysLO .mbr-fallback-image.disabled {
  display: none;
}
.cid-viUOmVysLO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viUOmVysLO .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-viUOmVysLO .card-wrapper {
  background-color: #ffffff;
  box-shadow: inset 0 10px 8px 0 #eeeeee, inset 0 -5px 10px -4px #a88c70, 5px 5px 10px 0px rgba(0, 0, 0, 0.4);
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-viUOmVysLO .card-wrapper {
    padding: 24px;
    padding-top: 145px;
  }
}
.cid-viUOmVysLO .card-wrapper:hover .image-wrapper img,
.cid-viUOmVysLO .card-wrapper:focus .image-wrapper img {
  transform: scale(1.05);
}
.cid-viUOmVysLO .title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-viUOmVysLO .title-wrapper .label-wrapper {
  margin-right: 16px;
}
.cid-viUOmVysLO .title-wrapper .label-wrapper .label-wrap {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #b82a2e, inset 0 -5px 10px -8px #490002, 0 10px 10px -8px #490002;
  background-color: #730003;
}
.cid-viUOmVysLO .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viUOmVysLO .title-wrapper {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .cid-viUOmVysLO .title-wrapper .label-wrap {
    margin-bottom: 8px;
  }
}
.cid-viUOmVysLO .mbr-section-title {
  margin-bottom: 0;
  color: #0f172a;
}
.cid-viUOmVysLO .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-viUOmVysLO .text-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-viUOmVysLO .image-wrapper {
  margin-top: 20px;
  overflow: hidden;
}
.cid-viUOmVysLO .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-viUOmVysLO .image-wrapper img {
    height: 300px;
  }
}
.cid-viUOmVysLO .mbr-label,
.cid-viUOmVysLO .label-wrapper {
  color: #ffffff;
  font-weight: 700;
}
.cid-viUOmVysLO .mbr-text,
.cid-viUOmVysLO .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-viUOmVysLO .card {
  position: relative;
  z-index: 1;
}
.cid-viUOmVysLO .deco-wrapper {
  position: absolute;
  left: -20px;
  top: 120px;
  z-index: 10;
  display: inline-flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 55%;
  max-width: 350px;
  min-width: 200px;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-viUOmVysLO .deco-wrapper {
    max-width: 200px;
    top: 10px;
    left: auto;
    right: 0;
  }
}
.cid-viUOmVysLO .deco-wrapper .deco-img img,
.cid-viUOmVysLO .deco-wrapper .deco-text img {
  height: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-viUOmVysLO .deco-wrapper .deco-img img {
  filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.7));
}
.cid-viUOmVysLO .deco-wrapper .deco-text img {
  max-width: 180px;
  margin-bottom: -100px;
}
@media (max-width: 992px) {
  .cid-viUOmVysLO .deco-wrapper .deco-text img {
    max-width: 150px;
    margin-bottom: -60px;
  }
}
.cid-viUOOLWzUA {
  padding-top: 1rem;
  background-image: url("../../../assets/images/papper.jpg");
}
.cid-viUOOLWzUA .mbr-fallback-image.disabled {
  display: none;
}
.cid-viUOOLWzUA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viUOOLWzUA .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-viUOOLWzUA .card-wrapper {
  background-color: #ffffff;
  box-shadow: inset 0 10px 8px 0 #eeeeee, inset 0 -5px 10px -4px #a88c70, 5px 5px 10px 0px rgba(0, 0, 0, 0.4);
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-viUOOLWzUA .card-wrapper {
    padding: 24px;
    padding-top: 145px;
  }
}
.cid-viUOOLWzUA .card-wrapper:hover .image-wrapper img,
.cid-viUOOLWzUA .card-wrapper:focus .image-wrapper img {
  transform: scale(1.05);
}
.cid-viUOOLWzUA .title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-viUOOLWzUA .title-wrapper .label-wrapper {
  margin-right: 16px;
}
.cid-viUOOLWzUA .title-wrapper .label-wrapper .label-wrap {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #b82a2e, inset 0 -5px 10px -8px #490002, 0 10px 10px -8px #490002;
  background-color: #730003;
}
.cid-viUOOLWzUA .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viUOOLWzUA .title-wrapper {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .cid-viUOOLWzUA .title-wrapper .label-wrap {
    margin-bottom: 8px;
  }
}
.cid-viUOOLWzUA .mbr-section-title {
  margin-bottom: 0;
  color: #0f172a;
}
.cid-viUOOLWzUA .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-viUOOLWzUA .text-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-viUOOLWzUA .image-wrapper {
  margin-top: 20px;
  overflow: hidden;
}
.cid-viUOOLWzUA .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-viUOOLWzUA .image-wrapper img {
    height: 300px;
  }
}
.cid-viUOOLWzUA .mbr-label,
.cid-viUOOLWzUA .label-wrapper {
  color: #ffffff;
  font-weight: 700;
}
.cid-viUOOLWzUA .mbr-text,
.cid-viUOOLWzUA .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-viUOOLWzUA .card {
  position: relative;
  z-index: 1;
}
.cid-viUOOLWzUA .deco-wrapper {
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 10;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 55%;
  max-width: 350px;
  min-width: 200px;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-viUOOLWzUA .deco-wrapper {
    max-width: 200px;
    top: -30px;
    left: auto;
    right: 0;
  }
}
.cid-viUOOLWzUA .deco-wrapper .deco-img img,
.cid-viUOOLWzUA .deco-wrapper .deco-text img {
  height: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-viUOOLWzUA .deco-wrapper .deco-img img {
  filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.7));
}
.cid-viUOOLWzUA .deco-wrapper .deco-text img {
  max-width: 180px;
  margin-top: -80px;
}
@media (max-width: 992px) {
  .cid-viUOOLWzUA .deco-wrapper .deco-text img {
    max-width: 150px;
    margin-top: -50px;
  }
}
.cid-v6WL1icouu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/papper.jpg");
}
.cid-v6WL1icouu .block-text {
  text-align: center;
  color: #000000;
}
.cid-v6Wc4yYdJo {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/papper.jpg");
}
.cid-v6Wc4yYdJo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Wc4yYdJo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Wc4yYdJo .bg-facebook,
.cid-v6Wc4yYdJo .bg-line,
.cid-v6Wc4yYdJo .bg-instagram,
.cid-v6Wc4yYdJo .bg-youtube,
.cid-v6Wc4yYdJo .bg-threads {
  background: #74573b;
  color: #ffffff;
}
.cid-v6Wc4yYdJo .bg-facebook:hover,
.cid-v6Wc4yYdJo .bg-line:hover,
.cid-v6Wc4yYdJo .bg-instagram:hover,
.cid-v6Wc4yYdJo .bg-youtube:hover,
.cid-v6Wc4yYdJo .bg-threads:hover {
  background: #523e2a;
}
.cid-v6Wc4yYdJo .social-list {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v6Wc4yYdJo .social-list {
    flex-wrap: wrap;
  }
}
.cid-v6Wc4yYdJo .iconfont-wrapper {
  display: flex;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 0.3rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .cid-v6Wc4yYdJo .iconfont-wrapper {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.cid-v6Wc4yYdJo [class^="socicon-"]:before,
.cid-v6Wc4yYdJo [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v6Wc4yYdJo .mbr-section-title,
.cid-v6Wc4yYdJo .social-list {
  color: #000000;
}
.cid-v6Wc5mHSGG {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #74573b;
}
.cid-v6Wc5mHSGG img,
.cid-v6Wc5mHSGG .item-img {
  width: 100%;
}
.cid-v6Wc5mHSGG .item:focus,
.cid-v6Wc5mHSGG span:focus {
  outline: none;
}
.cid-v6Wc5mHSGG .item-wrapper {
  position: relative;
  width: 50%;
}
@media (max-width: 768px) {
  .cid-v6Wc5mHSGG .item-wrapper {
    width: 100%;
  }
}
.cid-v6Wc5mHSGG .item-content {
  padding: 1rem;
  width: 50%;
}
@media (max-width: 768px) {
  .cid-v6Wc5mHSGG .item-content {
    width: 100%;
  }
}
.cid-v6Wc5mHSGG .slide-content {
  position: relative;
  background: #ffffff;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  border-radius: 10px !important;
}
@media (max-width: 768px) {
  .cid-v6Wc5mHSGG .slide-content {
    flex-direction: column;
    align-items: unset;
  }
}
.cid-v6Wc5mHSGG .item-footer {
  margin-top: auto !important;
}
.cid-v6Wc5mHSGG .mbr-section-title {
  color: #ffffff;
}
.cid-v6Wc5mHSGG .mbr-text,
.cid-v6Wc5mHSGG .mbr-text a {
  text-align: left;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cid-v6Wc5mHSGG .item-title,
.cid-v6Wc5mHSGG .item-title a {
  text-align: left;
  color: #00422c;
  font-weight: 700;
}
.cid-v6Wc5mHSGG .item-subtitle {
  text-align: left;
  color: #6d6d6d;
  font-weight: 700;
}
.cid-v6Wc5mHSGG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 480px;
  max-width: 480px;
}
@media (max-width: 768px) {
  .cid-v6Wc5mHSGG .embla__slide {
    min-width: 275px;
    max-width: 275px;
  }
}
.cid-v6Wc5mHSGG .embla__slide:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-v6Wc5mHSGG .embla__button--next,
.cid-v6Wc5mHSGG .embla__button--prev {
  display: flex;
}
.cid-v6Wc5mHSGG .embla__button {
  bottom: -23%;
  width: 35px;
  height: 35px;
  margin-top: -1.5rem;
  background-color: #daccbd !important;
  color: #000000 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none  !important;
}
.cid-v6Wc5mHSGG .embla__button span {
  z-index: 1;
  font-size: 12px;
  font-weight: 900;
}
.cid-v6Wc5mHSGG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v6Wc5mHSGG .embla__button:hover {
  background: #000 !important;
  color: #000000 !important;
  background-color: #a88c70 !important;
}
.cid-v6Wc5mHSGG .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v6Wc5mHSGG .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v6Wc5mHSGG .embla__button {
    top: unset;
    bottom: -1.5rem;
  }
  .cid-v6Wc5mHSGG .embla__button.embla__button--prev {
    left: 15%;
    margin-left: 0.3rem;
  }
  .cid-v6Wc5mHSGG .embla__button.embla__button--next {
    right: 15%;
    margin-right: 0.3rem;
  }
}
.cid-v6Wc5mHSGG .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v6Wc5mHSGG .embla {
    padding-bottom: 3rem;
  }
}
.cid-v6Wc5mHSGG .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v6Wc5mHSGG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6Wc5mHSGG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6Wc5mHSGG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v6Wc5mHSGG .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v6Wc5mHSGG img {
  border-radius: 0 !important;
}
.cid-v6Wc5mHSGG .item-title {
  color: #1b5885;
}
.cid-v8fTVNY0lo {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #74573b;
}
.cid-v8fTVNY0lo .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v8fTVNY0lo .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-v8fTVNY0lo .copyright {
    margin-bottom: 2rem;
  }
}
.cid-v8fTVNY0lo .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-v8fTVNY0lo .card-text {
  color: #ffffff;
  text-align: center;
  font-weight: 400;
}
.cid-v8fTVNY0lo .card-text a {
  font-weight: 400;
}
.cid-v8fTVNY0lo .mbr-text {
  color: #ffffff;
  text-align: left;
  font-weight: 400;
}
.cid-v8fTVNY0lo hr {
  margin: 1rem 0;
  border-top: 1px solid #ffffff;
  opacity: 1;
  background-color: transparent;
}
.cid-v8fTVNY0lo .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-v8fTVNY0lo .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-v8fTVNY0lo .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-v8fTVNY0lo .footer-menu span {
  color: #000000;
}
.cid-v8fTVNY0lo .footer-menu span a {
  font-weight: 400;
}
.cid-vhGeo12Xp9 {
  z-index: 1000;
  width: 100%;
}
.cid-vhGeo12Xp9 .container-fluid {
  padding: 0 1rem;
}
.cid-vhGeo12Xp9 .navbar-dropdown {
  background-color: #74573b !important;
  padding: 0;
  position: fixed;
}
.cid-vhGeo12Xp9 .menu_box {
  transition: all 0s ease 0s;
}
.cid-vhGeo12Xp9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  border-radius: 10px  !important;
  background-color: #a88c70 !important;
}
.cid-vhGeo12Xp9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhGeo12Xp9 nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vhGeo12Xp9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (max-width: 991px) {
  .cid-vhGeo12Xp9 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .cid-vhGeo12Xp9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhGeo12Xp9 .mbr-section-btn .btn {
  height: 66px;
  min-width: 120px;
  box-shadow: none;
  color: #000000 !important;
}
.cid-vhGeo12Xp9 .mbr-section-btn .btn:hover {
  box-shadow: none;
}
@media (max-width: 575px) {
  .cid-vhGeo12Xp9 .mbr-section-btn .btn {
    min-width: 120px;
    width: 120px;
    box-shadow: none !important;
  }
}
@media (min-width: 992px) {
  .cid-vhGeo12Xp9 .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #dcd3f7;
  }
  .cid-vhGeo12Xp9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vhGeo12Xp9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vhGeo12Xp9 .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vhGeo12Xp9 .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-vhGeo12Xp9 .offcanvas-body .mbr-text,
  .cid-vhGeo12Xp9 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vhGeo12Xp9 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vhGeo12Xp9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vhGeo12Xp9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #74573b;
  }
  .cid-vhGeo12Xp9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vhGeo12Xp9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vhGeo12Xp9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vhGeo12Xp9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vhGeo12Xp9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vhGeo12Xp9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhGeo12Xp9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vhGeo12Xp9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vhGeo12Xp9 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vhGeo12Xp9 li.nav-item::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    transition: all .4s ease;
    border-radius: 50%;
    margin: 0 auto;
    transform: translateY(250%);
    opacity: 0;
  }
  .cid-vhGeo12Xp9 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vhGeo12Xp9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vhGeo12Xp9 .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-vhGeo12Xp9 .nav-item {
    margin: 0 !important;
  }
}
.cid-vhGeo12Xp9 .dropdown-menu {
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhGeo12Xp9 .dropdown-menu {
    padding: 18px 24px 22px;
    min-width: 250px;
    top: 49px !important;
    left: -40px !important;
  }
  .cid-vhGeo12Xp9 .dropdown-menu.dropdown-submenu {
    left: 196px !important;
    top: -82% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhGeo12Xp9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhGeo12Xp9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhGeo12Xp9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhGeo12Xp9 .offcanvas_box {
    display: none;
  }
}
.cid-vhGeo12Xp9 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vhGeo12Xp9 .dropdown-item:hover {
  color: green;
}
.cid-vhGeo12Xp9 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhGeo12Xp9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.cid-vhGeo12Xp9 .nav-link {
  position: relative;
  color: #1E1C21;
}
.cid-vhGeo12Xp9 .container {
  display: flex;
  margin: auto;
}
.cid-vhGeo12Xp9 .iconfont-wrapper {
  width: 32px;
  margin: 5px;
  color: #ffffff;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-vhGeo12Xp9 .iconfont-wrapper:hover {
  color: #eeeeee;
}
.cid-vhGeo12Xp9 .navbar-caption {
  color: #ffffff;
}
.cid-vhGeo12Xp9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vhGeo12Xp9 .navbar-nav {
    margin: 0 20px;
  }
}
.cid-vhGeo12Xp9 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vhGeo12Xp9 .nav-item:focus,
.cid-vhGeo12Xp9 .nav-link:focus {
  outline: none;
}
.cid-vhGeo12Xp9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhGeo12Xp9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhGeo12Xp9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhGeo12Xp9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhGeo12Xp9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhGeo12Xp9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhGeo12Xp9 .navbar {
  min-height: 75px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-vhGeo12Xp9 .navbar.opened {
  transition: all 0.3s;
}
.cid-vhGeo12Xp9 .navbar .dropdown-item {
  padding: 0 10px;
  margin: 8px 0;
}
.cid-vhGeo12Xp9 .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-vhGeo12Xp9 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vhGeo12Xp9 .navbar.collapsed {
  justify-content: center;
}
.cid-vhGeo12Xp9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhGeo12Xp9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhGeo12Xp9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhGeo12Xp9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhGeo12Xp9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhGeo12Xp9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhGeo12Xp9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhGeo12Xp9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhGeo12Xp9 .navbar .navbar-collapse {
    padding: 16px 0;
    border-radius: 25px;
  }
  .cid-vhGeo12Xp9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhGeo12Xp9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhGeo12Xp9 .navbar .dropdown-menu {
    margin-top: 1rem;
    padding: 6px 12px;
  }
  .cid-vhGeo12Xp9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhGeo12Xp9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhGeo12Xp9 .navbar .navbar-logo img {
    height: 2.7rem !important;
  }
  .cid-vhGeo12Xp9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhGeo12Xp9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhGeo12Xp9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
    white-space: pre-wrap;
  }
  .cid-vhGeo12Xp9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-vhGeo12Xp9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhGeo12Xp9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhGeo12Xp9 .navbar.navbar-short {
  min-height: 70px;
}
.cid-vhGeo12Xp9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhGeo12Xp9 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-vhGeo12Xp9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhGeo12Xp9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhGeo12Xp9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhGeo12Xp9 .dropdown-item.active,
.cid-vhGeo12Xp9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vhGeo12Xp9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhGeo12Xp9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhGeo12Xp9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhGeo12Xp9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhGeo12Xp9 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vhGeo12Xp9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhGeo12Xp9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #74573b;
  background: #ffffff;
}
.cid-vhGeo12Xp9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #74573b;
}
.cid-vhGeo12Xp9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhGeo12Xp9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhGeo12Xp9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhGeo12Xp9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhGeo12Xp9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhGeo12Xp9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhGeo12Xp9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhGeo12Xp9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhGeo12Xp9 a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-vhGeo12Xp9 .nav-item:hover::after {
  transform: translateY(50%);
  opacity: 1;
}
.cid-vhGeo12Xp9 .icons-menu {
  margin-bottom: 35px;
}
.cid-vhGeo12Xp9 .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-vhGeo12Xp9 .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-vhGeo12Xp9 .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-vhGeo12Xp9 .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhGeo12Xp9 .navbar {
    height: 70px;
  }
  .cid-vhGeo12Xp9 .navbar.opened {
    height: auto;
  }
  .cid-vhGeo12Xp9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhGeo12Xp9 .navbar-caption:hover {
  color: #000000;
}
.cid-vhGeo12Xp9 .nav-link:hover {
  color: #000000;
}
.cid-vhGeo12Xp9 .mbr-iconfont {
  font-size: 21px;
}
.cid-vhGeo12Xp9 .navbar-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vhGeo12Xp9 .navbar-wrap {
    display: block;
  }
}
.cid-vhGeo12Xp9 .mbr-section-subtitle {
  color: #1E1C21;
  text-align: left;
}
.cid-vhGeo12Xp9 .mbr-text {
  color: #1E1C21;
  text-align: left;
}
.cid-vhGeo12Xp9 .text_widget a:hover {
  color: #000000;
}
.cid-vhGeo12Xp9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhGeo12Xp9 ul.share_ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  margin-bottom: 1px;
}
.cid-vhGeo12Xp9 li.share_li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 1px;
}
.cid-vhGeo12Xp9 .object {
  position: absolute;
  top: -5px;
  right: 3px;
  display: block;
}
.cid-vhGeo12Xp9 .object_community04 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-vhGeo12Xp9 .object_community01 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-vhGeo12Xp9 .for-index-page {
  position: fixed;
  left: 0;
  bottom: 200px;
  padding: 0px;
  z-index: 1000;
  box-shadow: 2px 2px 2px 1px #000000;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px 15px 15px 0px;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.cid-vhGeo12Xp9 .button_action {
  height: 130px;
  width: 55px;
}
.cid-vhGeo12Xp9 .button_text {
  font-family: Microsoft JhengHei;
  font-weight: 400;
  font-size: .75rem;
  letter-spacing: 0.1rem;
  color: #000;
  text-align: center;
  top: 0px;
}
@media (max-width: 1440px) {
  .cid-vhGeo12Xp9 .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-vhGeo12Xp9 .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-vhGeo12Xp9 .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-vhGeo12Xp9 .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-vhGeo12Xp9 .button_action {
    height: 120px;
    width: 50px;
  }
  .cid-vhGeo12Xp9 .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 400;
    font-size: .75rem;
    letter-spacing: 0.075rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
@media (max-width: 768px) {
  .cid-vhGeo12Xp9 .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-vhGeo12Xp9 .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-vhGeo12Xp9 .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-vhGeo12Xp9 .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-vhGeo12Xp9 .button_action {
    height: 98px;
    width: 42px;
  }
  .cid-vhGeo12Xp9 .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 300;
    font-size: .5rem;
    letter-spacing: 0.05rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
.cid-vhGeo12Xp9 .progress-container {
  will-change: transform;
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: transparent;
  top: 0;
}
.cid-vhGeo12Xp9 .progress-bar {
  height: 5px;
  background-image: linear-gradient(90deg, #981215, #000000);
  width: 0%;
}
.cid-vhGeo12Xp9 .sticky2 {
  position: fixed;
  top: 0;
  width: 100%;
}
.cid-vhGeo1A8zf {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/papper.jpg");
}
@media (max-width: 767px) {
  .cid-vhGeo1A8zf {
    padding-bottom: 40px;
  }
}
.cid-vhGeo1A8zf .mbr-overlay {
  background-color: #e6e0da;
  opacity: 0.3;
}
.cid-vhGeo1A8zf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhGeo1A8zf .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 1rem;
}
.cid-vhGeo1A8zf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vhGeo1A8zf {
    align-items: center;
  }
  .cid-vhGeo1A8zf .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vhGeo1A8zf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vhGeo1A8zf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vhGeo1A8zf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vhGeo1A8zf .content-wrap {
    width: 100%;
  }
}
.cid-vhGeo1A8zf .mbr-section-subtitle,
.cid-vhGeo1A8zf .line {
  color: #74573b;
}
.cid-vhGeo1A8zf .mbr-text {
  text-align: left;
  color: #666666;
}
.cid-vhGeo1A8zf .mbr-section-title {
  color: #000000;
}
.cid-vhGeo1A8zf .image-wrapper {
  margin-bottom: 20px;
}
.cid-vhGeo1A8zf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vhGeo1A8zf .chia-img {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  bottom: 0px;
  user-select: none;
  pointer-events: none;
}
.cid-vhGeo1A8zf .chia-img img {
  border-radius: 0 !important;
}
.cid-vhGeo1A8zf .content-wrap {
  position: relative;
  z-index: 2;
}
.cid-vhGeo1Ttt8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhGeo1Ttt8 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vhGeo1Ttt8 .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vhGeo1Ttt8 .mbr-section-title {
  color: #000000;
}
.cid-vhGeo28ezb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhGeo28ezb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhGeo28ezb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhGeo28ezb img {
  width: 100%;
}
.cid-vhGeo28ezb .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vhGgYBmvbH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhGgYBmvbH .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vhGgYBmvbH .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vhGgYBmvbH .mbr-section-title {
  color: #a88c70;
  text-align: justify;
}
.cid-vhGgTvZnY3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhGgTvZnY3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhGgTvZnY3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhGgTvZnY3 img {
  width: 100%;
}
.cid-vhGgTvZnY3 .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vhGh5OjDiG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhGh5OjDiG .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vhGh5OjDiG .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vhGh5OjDiG .mbr-section-title {
  color: #000000;
}
.cid-vhGhgLEicb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhGhgLEicb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhGhgLEicb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhGhgLEicb img {
  width: 100%;
}
.cid-vhGhgLEicb .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vhGh5iVmae {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhGh5iVmae .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vhGh5iVmae .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vhGh5iVmae .mbr-section-title {
  color: #000000;
}
.cid-vhGgSFfH5a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhGgSFfH5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhGgSFfH5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhGgSFfH5a img {
  width: 100%;
}
.cid-vhGgSFfH5a .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vhGgZ0zqjs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhGgZ0zqjs .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vhGgZ0zqjs .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vhGgZ0zqjs .mbr-section-title {
  color: #a88c70;
}
.cid-vhGJ8NXrLN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhGJ8NXrLN .row {
  flex-direction: row-reverse;
}
.cid-vhGJ8NXrLN .image-wrapper {
  border-radius: 30px !important;
}
.cid-vhGJ8NXrLN img,
.cid-vhGJ8NXrLN iframe {
  display: block;
  width: 100%;
  border-radius: 25px !important;
}
.cid-vhGJ8NXrLN .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-vhGJ8NXrLN .mbr-text {
  color: #777777;
  text-align: left;
  font-weight: 400;
}
.cid-vhGJ8NXrLN .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vhGhxPbyKy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhGhxPbyKy .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vhGhxPbyKy .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vhGhxPbyKy .mbr-section-title {
  color: #000000;
}
.cid-vhGUAXpFqD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhGUAXpFqD .row {
  flex-direction: row-reverse;
}
.cid-vhGUAXpFqD .image-wrapper {
  border-radius: 30px !important;
}
.cid-vhGUAXpFqD img,
.cid-vhGUAXpFqD iframe {
  display: block;
  width: 100%;
  border-radius: 25px !important;
}
.cid-vhGUAXpFqD .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-vhGUAXpFqD .mbr-text {
  color: #777777;
  text-align: left;
  font-weight: 400;
}
.cid-vhGUAXpFqD .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vhGhxrZ3eZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhGhxrZ3eZ .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vhGhxrZ3eZ .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vhGhxrZ3eZ .mbr-section-title {
  color: #000000;
}
.cid-vhGhHMKhdf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhGhHMKhdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhGhHMKhdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhGhHMKhdf img {
  width: 100%;
}
.cid-vhGhHMKhdf .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vhGhyxkn4L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhGhyxkn4L .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vhGhyxkn4L .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vhGhyxkn4L .mbr-section-title {
  color: #000000;
}
.cid-vhGhNWCvqv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhGhNWCvqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhGhNWCvqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhGhNWCvqv img {
  width: 100%;
}
.cid-vhGhNWCvqv .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vhGhOpFv64 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhGhOpFv64 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vhGhOpFv64 .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vhGhOpFv64 .mbr-section-title {
  color: #a88c70;
}
.cid-vhGhOQ3Mfj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhGhOQ3Mfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhGhOQ3Mfj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhGhOQ3Mfj img {
  width: 100%;
}
.cid-vhGhOQ3Mfj .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vhGhNobn3Y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhGhNobn3Y .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vhGhNobn3Y .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vhGhNobn3Y .mbr-section-title {
  color: #000000;
}
.cid-vhGXzv9017 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhGXzv9017 .row {
  flex-direction: row-reverse;
}
.cid-vhGXzv9017 .image-wrapper {
  border-radius: 30px !important;
}
.cid-vhGXzv9017 img,
.cid-vhGXzv9017 iframe {
  display: block;
  width: 100%;
  border-radius: 25px !important;
}
.cid-vhGXzv9017 .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-vhGXzv9017 .mbr-text {
  color: #777777;
  text-align: left;
  font-weight: 400;
}
.cid-vhGXzv9017 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vhGhXmVTvb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhGhXmVTvb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhGhXmVTvb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhGhXmVTvb img {
  width: 100%;
}
.cid-vhGhXmVTvb .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vhGhXOR4wT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhGhXOR4wT .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vhGhXOR4wT .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vhGhXOR4wT .mbr-section-title {
  color: #a88c70;
}
.cid-vhGi6lhct2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhGi6lhct2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhGi6lhct2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhGi6lhct2 img {
  width: 100%;
}
.cid-vhGi6lhct2 .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vhGiarmMx6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhGiarmMx6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhGiarmMx6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhGiarmMx6 img {
  width: 100%;
}
.cid-vhGiarmMx6 .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vhGhYa6qw7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhGhYa6qw7 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vhGhYa6qw7 .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vhGhYa6qw7 .mbr-section-title {
  color: #a88c70;
}
.cid-vk7tnCHiQ8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vk7tnCHiQ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk7tnCHiQ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk7tnCHiQ8 .video-wrapper iframe {
  width: 100%;
}
.cid-vk7tnCHiQ8 .mbr-section-title,
.cid-vk7tnCHiQ8 .mbr-section-subtitle,
.cid-vk7tnCHiQ8 .mbr-text {
  text-align: center;
}
.cid-vk7tnCHiQ8 .mbr-section-title {
  color: #000000;
}
.cid-vhGeo2EMyK {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/papper.jpg");
}
@media (max-width: 767px) {
  .cid-vhGeo2EMyK {
    padding-top: 30px;
  }
}
.cid-vhGeo2EMyK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhGeo2EMyK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhGeo2EMyK .mbr-section-title {
  color: #000000;
  text-align: center;
  font-weight: 700;
}
.cid-vhGeo2EMyK .mbr-section-title span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  padding: 2px 16px;
  width: fit-content;
  background: #981215;
  color: #ffffff;
  border-radius: 20px !important;
}
.cid-vhGeo2EMyK .item-container {
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 4px 4px 16px -8px #000000;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-vhGeo2EMyK .item-container {
    padding: 16px;
  }
}
.cid-vhGeo2EMyK .item-container .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cid-vhGeo2EMyK .item {
  display: flex;
  border-bottom: 1px dashed black;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-vhGeo2EMyK .item {
    display: block;
  }
}
.cid-vhGeo2EMyK .item-wrapper {
  width: 250px;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 10px !important;
}
.cid-vhGeo2EMyK .item-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px !important;
}
@media (max-width: 768px) {
  .cid-vhGeo2EMyK .item-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-vhGeo2EMyK .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vhGeo2EMyK .label {
  display: inline-block;
  color: #74573b;
  font-weight: 700;
  text-align: justify;
}
.cid-vhGeo2EMyK .mbr-text {
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
}
.cid-vhGeo2EMyK .chia-img {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0px;
}
.cid-vhGeo2EMyK .chia-img img {
  border-radius: 0 !important;
}
.cid-vhGeo32omg {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #74573b;
}
.cid-vhGeo32omg .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vhGeo32omg .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-vhGeo32omg .copyright {
    margin-bottom: 2rem;
  }
}
.cid-vhGeo32omg .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-vhGeo32omg .card-text {
  color: #ffffff;
  text-align: center;
  font-weight: 400;
}
.cid-vhGeo32omg .card-text a {
  font-weight: 400;
}
.cid-vhGeo32omg .mbr-text {
  color: #ffffff;
  text-align: left;
  font-weight: 400;
}
.cid-vhGeo32omg hr {
  margin: 1rem 0;
  border-top: 1px solid #ffffff;
  opacity: 1;
  background-color: transparent;
}
.cid-vhGeo32omg .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vhGeo32omg .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-vhGeo32omg .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vhGeo32omg .footer-menu span {
  color: #000000;
}
.cid-vhGeo32omg .footer-menu span a {
  font-weight: 400;
}
.cid-vi4Dxja2NV {
  z-index: 1000;
  width: 100%;
}
.cid-vi4Dxja2NV .container-fluid {
  padding: 0 1rem;
}
.cid-vi4Dxja2NV .navbar-dropdown {
  background-color: #74573b !important;
  padding: 0;
  position: fixed;
}
.cid-vi4Dxja2NV .menu_box {
  transition: all 0s ease 0s;
}
.cid-vi4Dxja2NV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  border-radius: 10px  !important;
  background-color: #a88c70 !important;
}
.cid-vi4Dxja2NV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vi4Dxja2NV nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vi4Dxja2NV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (max-width: 991px) {
  .cid-vi4Dxja2NV .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .cid-vi4Dxja2NV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vi4Dxja2NV .mbr-section-btn .btn {
  height: 66px;
  min-width: 120px;
  box-shadow: none;
  color: #000000 !important;
}
.cid-vi4Dxja2NV .mbr-section-btn .btn:hover {
  box-shadow: none;
}
@media (max-width: 575px) {
  .cid-vi4Dxja2NV .mbr-section-btn .btn {
    min-width: 120px;
    width: 120px;
    box-shadow: none !important;
  }
}
@media (min-width: 992px) {
  .cid-vi4Dxja2NV .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #dcd3f7;
  }
  .cid-vi4Dxja2NV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vi4Dxja2NV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vi4Dxja2NV .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vi4Dxja2NV .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-vi4Dxja2NV .offcanvas-body .mbr-text,
  .cid-vi4Dxja2NV .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vi4Dxja2NV .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vi4Dxja2NV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vi4Dxja2NV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #74573b;
  }
  .cid-vi4Dxja2NV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vi4Dxja2NV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vi4Dxja2NV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vi4Dxja2NV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vi4Dxja2NV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vi4Dxja2NV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vi4Dxja2NV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vi4Dxja2NV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vi4Dxja2NV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vi4Dxja2NV li.nav-item::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    transition: all .4s ease;
    border-radius: 50%;
    margin: 0 auto;
    transform: translateY(250%);
    opacity: 0;
  }
  .cid-vi4Dxja2NV .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vi4Dxja2NV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vi4Dxja2NV .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-vi4Dxja2NV .nav-item {
    margin: 0 !important;
  }
}
.cid-vi4Dxja2NV .dropdown-menu {
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vi4Dxja2NV .dropdown-menu {
    padding: 18px 24px 22px;
    min-width: 250px;
    top: 49px !important;
    left: -40px !important;
  }
  .cid-vi4Dxja2NV .dropdown-menu.dropdown-submenu {
    left: 196px !important;
    top: -82% !important;
  }
}
@media (max-width: 991px) {
  .cid-vi4Dxja2NV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vi4Dxja2NV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vi4Dxja2NV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vi4Dxja2NV .offcanvas_box {
    display: none;
  }
}
.cid-vi4Dxja2NV .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vi4Dxja2NV .dropdown-item:hover {
  color: green;
}
.cid-vi4Dxja2NV .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vi4Dxja2NV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.cid-vi4Dxja2NV .nav-link {
  position: relative;
  color: #1E1C21;
}
.cid-vi4Dxja2NV .container {
  display: flex;
  margin: auto;
}
.cid-vi4Dxja2NV .iconfont-wrapper {
  width: 32px;
  margin: 5px;
  color: #ffffff;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-vi4Dxja2NV .iconfont-wrapper:hover {
  color: #eeeeee;
}
.cid-vi4Dxja2NV .navbar-caption {
  color: #ffffff;
}
.cid-vi4Dxja2NV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vi4Dxja2NV .navbar-nav {
    margin: 0 20px;
  }
}
.cid-vi4Dxja2NV .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vi4Dxja2NV .nav-item:focus,
.cid-vi4Dxja2NV .nav-link:focus {
  outline: none;
}
.cid-vi4Dxja2NV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vi4Dxja2NV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vi4Dxja2NV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vi4Dxja2NV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vi4Dxja2NV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vi4Dxja2NV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vi4Dxja2NV .navbar {
  min-height: 75px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-vi4Dxja2NV .navbar.opened {
  transition: all 0.3s;
}
.cid-vi4Dxja2NV .navbar .dropdown-item {
  padding: 0 10px;
  margin: 8px 0;
}
.cid-vi4Dxja2NV .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-vi4Dxja2NV .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vi4Dxja2NV .navbar.collapsed {
  justify-content: center;
}
.cid-vi4Dxja2NV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vi4Dxja2NV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vi4Dxja2NV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vi4Dxja2NV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vi4Dxja2NV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vi4Dxja2NV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vi4Dxja2NV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vi4Dxja2NV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vi4Dxja2NV .navbar .navbar-collapse {
    padding: 16px 0;
    border-radius: 25px;
  }
  .cid-vi4Dxja2NV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vi4Dxja2NV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vi4Dxja2NV .navbar .dropdown-menu {
    margin-top: 1rem;
    padding: 6px 12px;
  }
  .cid-vi4Dxja2NV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vi4Dxja2NV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vi4Dxja2NV .navbar .navbar-logo img {
    height: 2.7rem !important;
  }
  .cid-vi4Dxja2NV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vi4Dxja2NV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vi4Dxja2NV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
    white-space: pre-wrap;
  }
  .cid-vi4Dxja2NV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-vi4Dxja2NV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vi4Dxja2NV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vi4Dxja2NV .navbar.navbar-short {
  min-height: 70px;
}
.cid-vi4Dxja2NV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vi4Dxja2NV .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-vi4Dxja2NV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vi4Dxja2NV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vi4Dxja2NV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vi4Dxja2NV .dropdown-item.active,
.cid-vi4Dxja2NV .dropdown-item:active {
  background-color: transparent;
}
.cid-vi4Dxja2NV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vi4Dxja2NV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vi4Dxja2NV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vi4Dxja2NV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vi4Dxja2NV ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vi4Dxja2NV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vi4Dxja2NV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #74573b;
  background: #ffffff;
}
.cid-vi4Dxja2NV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #74573b;
}
.cid-vi4Dxja2NV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vi4Dxja2NV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vi4Dxja2NV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vi4Dxja2NV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vi4Dxja2NV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vi4Dxja2NV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vi4Dxja2NV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vi4Dxja2NV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vi4Dxja2NV a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-vi4Dxja2NV .nav-item:hover::after {
  transform: translateY(50%);
  opacity: 1;
}
.cid-vi4Dxja2NV .icons-menu {
  margin-bottom: 35px;
}
.cid-vi4Dxja2NV .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-vi4Dxja2NV .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-vi4Dxja2NV .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-vi4Dxja2NV .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vi4Dxja2NV .navbar {
    height: 70px;
  }
  .cid-vi4Dxja2NV .navbar.opened {
    height: auto;
  }
  .cid-vi4Dxja2NV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vi4Dxja2NV .navbar-caption:hover {
  color: #000000;
}
.cid-vi4Dxja2NV .nav-link:hover {
  color: #000000;
}
.cid-vi4Dxja2NV .mbr-iconfont {
  font-size: 21px;
}
.cid-vi4Dxja2NV .navbar-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vi4Dxja2NV .navbar-wrap {
    display: block;
  }
}
.cid-vi4Dxja2NV .mbr-section-subtitle {
  color: #1E1C21;
  text-align: left;
}
.cid-vi4Dxja2NV .mbr-text {
  color: #1E1C21;
  text-align: left;
}
.cid-vi4Dxja2NV .text_widget a:hover {
  color: #000000;
}
.cid-vi4Dxja2NV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vi4Dxja2NV ul.share_ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  margin-bottom: 1px;
}
.cid-vi4Dxja2NV li.share_li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 1px;
}
.cid-vi4Dxja2NV .object {
  position: absolute;
  top: -5px;
  right: 3px;
  display: block;
}
.cid-vi4Dxja2NV .object_community04 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-vi4Dxja2NV .object_community01 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-vi4Dxja2NV .for-index-page {
  position: fixed;
  left: 0;
  bottom: 200px;
  padding: 0px;
  z-index: 1000;
  box-shadow: 2px 2px 2px 1px #000000;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px 15px 15px 0px;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.cid-vi4Dxja2NV .button_action {
  height: 130px;
  width: 55px;
}
.cid-vi4Dxja2NV .button_text {
  font-family: Microsoft JhengHei;
  font-weight: 400;
  font-size: .75rem;
  letter-spacing: 0.1rem;
  color: #000;
  text-align: center;
  top: 0px;
}
@media (max-width: 1440px) {
  .cid-vi4Dxja2NV .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-vi4Dxja2NV .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-vi4Dxja2NV .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-vi4Dxja2NV .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-vi4Dxja2NV .button_action {
    height: 120px;
    width: 50px;
  }
  .cid-vi4Dxja2NV .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 400;
    font-size: .75rem;
    letter-spacing: 0.075rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
@media (max-width: 768px) {
  .cid-vi4Dxja2NV .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-vi4Dxja2NV .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-vi4Dxja2NV .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-vi4Dxja2NV .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-vi4Dxja2NV .button_action {
    height: 98px;
    width: 42px;
  }
  .cid-vi4Dxja2NV .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 300;
    font-size: .5rem;
    letter-spacing: 0.05rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
.cid-vi4Dxja2NV .progress-container {
  will-change: transform;
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: transparent;
  top: 0;
}
.cid-vi4Dxja2NV .progress-bar {
  height: 5px;
  background-image: linear-gradient(90deg, #981215, #000000);
  width: 0%;
}
.cid-vi4Dxja2NV .sticky2 {
  position: fixed;
  top: 0;
  width: 100%;
}
.cid-vi4DxjQka3 {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/papper.jpg");
}
@media (max-width: 767px) {
  .cid-vi4DxjQka3 {
    padding-bottom: 40px;
  }
}
.cid-vi4DxjQka3 .mbr-overlay {
  background-color: #e6e0da;
  opacity: 0.3;
}
.cid-vi4DxjQka3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4DxjQka3 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 1rem;
}
.cid-vi4DxjQka3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vi4DxjQka3 {
    align-items: center;
  }
  .cid-vi4DxjQka3 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vi4DxjQka3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vi4DxjQka3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vi4DxjQka3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vi4DxjQka3 .content-wrap {
    width: 100%;
  }
}
.cid-vi4DxjQka3 .mbr-section-subtitle,
.cid-vi4DxjQka3 .line {
  color: #74573b;
}
.cid-vi4DxjQka3 .mbr-text {
  text-align: left;
  color: #666666;
}
.cid-vi4DxjQka3 .mbr-section-title {
  color: #000000;
}
.cid-vi4DxjQka3 .image-wrapper {
  margin-bottom: 20px;
}
.cid-vi4DxjQka3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vi4DxjQka3 .chia-img {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  bottom: 0px;
  user-select: none;
  pointer-events: none;
}
.cid-vi4DxjQka3 .chia-img img {
  border-radius: 0 !important;
}
.cid-vi4DxjQka3 .content-wrap {
  position: relative;
  z-index: 2;
}
.cid-vi4Dxk5ims {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4Dxk5ims .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4Dxk5ims .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4Dxk5ims .mbr-section-title {
  color: #a88c70;
}
.cid-vi4DxkihHR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4DxkihHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4DxkihHR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4DxkihHR img {
  width: 100%;
}
.cid-vi4DxkihHR .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4DPzvDeX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4DPzvDeX .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4DPzvDeX .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4DPzvDeX .mbr-section-title {
  color: #a88c70;
}
.cid-vi4E9q62Zp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4E9q62Zp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4E9q62Zp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4E9q62Zp img {
  width: 100%;
}
.cid-vi4E9q62Zp .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4DPS2hSk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4DPS2hSk .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4DPS2hSk .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4DPS2hSk .mbr-section-title {
  color: #a88c70;
}
.cid-vi4E9WJeFo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4E9WJeFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4E9WJeFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4E9WJeFo img {
  width: 100%;
}
.cid-vi4E9WJeFo .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4DPbYM9H {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4DPbYM9H .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4DPbYM9H .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4DPbYM9H .mbr-section-title {
  color: #a88c70;
}
.cid-vi4DOU8qlQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4DOU8qlQ .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4DOU8qlQ .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4DOU8qlQ .mbr-section-title {
  color: #a88c70;
}
.cid-vi4ElyaMie {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4ElyaMie .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4ElyaMie .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4ElyaMie .mbr-section-title {
  color: #a88c70;
}
.cid-vi4EazsB1I {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4EazsB1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4EazsB1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4EazsB1I img {
  width: 100%;
}
.cid-vi4EazsB1I .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4Euf4xTx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4Euf4xTx .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4Euf4xTx .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4Euf4xTx .mbr-section-title {
  color: #a88c70;
}
.cid-vi4Ey9Lfbn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4Ey9Lfbn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4Ey9Lfbn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4Ey9Lfbn img {
  width: 100%;
}
.cid-vi4Ey9Lfbn .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4EuEQuEA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4EuEQuEA .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4EuEQuEA .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4EuEQuEA .mbr-section-title {
  color: #a88c70;
}
.cid-vi4EDMtgBN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4EDMtgBN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4EDMtgBN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4EDMtgBN img {
  width: 100%;
}
.cid-vi4EDMtgBN .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4EtYWYx2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4EtYWYx2 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4EtYWYx2 .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4EtYWYx2 .mbr-section-title {
  color: #a88c70;
}
.cid-vi4EDbRgGf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4EDbRgGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4EDbRgGf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4EDbRgGf img {
  width: 100%;
}
.cid-vi4EDbRgGf .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4DxkwCLS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4DxkwCLS .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4DxkwCLS .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4DxkwCLS .mbr-section-title {
  color: #a88c70;
}
.cid-vk7tCGmJ83 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vk7tCGmJ83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk7tCGmJ83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk7tCGmJ83 .video-wrapper iframe {
  width: 100%;
}
.cid-vk7tCGmJ83 .mbr-section-title,
.cid-vk7tCGmJ83 .mbr-section-subtitle,
.cid-vk7tCGmJ83 .mbr-text {
  text-align: center;
}
.cid-vk7tCGmJ83 .mbr-section-title {
  color: #000000;
}
.cid-vi4DxkJHJD {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/papper.jpg");
}
@media (max-width: 767px) {
  .cid-vi4DxkJHJD {
    padding-top: 30px;
  }
}
.cid-vi4DxkJHJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4DxkJHJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4DxkJHJD .mbr-section-title {
  color: #000000;
  text-align: center;
  font-weight: 700;
}
.cid-vi4DxkJHJD .mbr-section-title span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  padding: 2px 16px;
  width: fit-content;
  background: #981215;
  color: #ffffff;
  border-radius: 20px !important;
}
.cid-vi4DxkJHJD .item-container {
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 4px 4px 16px -8px #000000;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-vi4DxkJHJD .item-container {
    padding: 16px;
  }
}
.cid-vi4DxkJHJD .item-container .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cid-vi4DxkJHJD .item {
  display: flex;
  border-bottom: 1px dashed black;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-vi4DxkJHJD .item {
    display: block;
  }
}
.cid-vi4DxkJHJD .item-wrapper {
  width: 250px;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 10px !important;
}
.cid-vi4DxkJHJD .item-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px !important;
}
@media (max-width: 768px) {
  .cid-vi4DxkJHJD .item-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-vi4DxkJHJD .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vi4DxkJHJD .label {
  display: inline-block;
  color: #74573b;
  font-weight: 700;
  text-align: justify;
}
.cid-vi4DxkJHJD .mbr-text {
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
}
.cid-vi4DxkJHJD .chia-img {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0px;
}
.cid-vi4DxkJHJD .chia-img img {
  border-radius: 0 !important;
}
.cid-vi4Dxl6InQ {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #74573b;
}
.cid-vi4Dxl6InQ .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vi4Dxl6InQ .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-vi4Dxl6InQ .copyright {
    margin-bottom: 2rem;
  }
}
.cid-vi4Dxl6InQ .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-vi4Dxl6InQ .card-text {
  color: #ffffff;
  text-align: center;
  font-weight: 400;
}
.cid-vi4Dxl6InQ .card-text a {
  font-weight: 400;
}
.cid-vi4Dxl6InQ .mbr-text {
  color: #ffffff;
  text-align: left;
  font-weight: 400;
}
.cid-vi4Dxl6InQ hr {
  margin: 1rem 0;
  border-top: 1px solid #ffffff;
  opacity: 1;
  background-color: transparent;
}
.cid-vi4Dxl6InQ .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vi4Dxl6InQ .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-vi4Dxl6InQ .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vi4Dxl6InQ .footer-menu span {
  color: #000000;
}
.cid-vi4Dxl6InQ .footer-menu span a {
  font-weight: 400;
}
.cid-vi4DzrBQfy {
  z-index: 1000;
  width: 100%;
}
.cid-vi4DzrBQfy .container-fluid {
  padding: 0 1rem;
}
.cid-vi4DzrBQfy .navbar-dropdown {
  background-color: #74573b !important;
  padding: 0;
  position: fixed;
}
.cid-vi4DzrBQfy .menu_box {
  transition: all 0s ease 0s;
}
.cid-vi4DzrBQfy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  border-radius: 10px  !important;
  background-color: #a88c70 !important;
}
.cid-vi4DzrBQfy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vi4DzrBQfy nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vi4DzrBQfy .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (max-width: 991px) {
  .cid-vi4DzrBQfy .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .cid-vi4DzrBQfy .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vi4DzrBQfy .mbr-section-btn .btn {
  height: 66px;
  min-width: 120px;
  box-shadow: none;
  color: #000000 !important;
}
.cid-vi4DzrBQfy .mbr-section-btn .btn:hover {
  box-shadow: none;
}
@media (max-width: 575px) {
  .cid-vi4DzrBQfy .mbr-section-btn .btn {
    min-width: 120px;
    width: 120px;
    box-shadow: none !important;
  }
}
@media (min-width: 992px) {
  .cid-vi4DzrBQfy .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #dcd3f7;
  }
  .cid-vi4DzrBQfy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vi4DzrBQfy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vi4DzrBQfy .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vi4DzrBQfy .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-vi4DzrBQfy .offcanvas-body .mbr-text,
  .cid-vi4DzrBQfy .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vi4DzrBQfy .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vi4DzrBQfy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vi4DzrBQfy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #74573b;
  }
  .cid-vi4DzrBQfy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vi4DzrBQfy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vi4DzrBQfy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vi4DzrBQfy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vi4DzrBQfy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vi4DzrBQfy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vi4DzrBQfy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vi4DzrBQfy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vi4DzrBQfy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vi4DzrBQfy li.nav-item::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    transition: all .4s ease;
    border-radius: 50%;
    margin: 0 auto;
    transform: translateY(250%);
    opacity: 0;
  }
  .cid-vi4DzrBQfy .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vi4DzrBQfy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vi4DzrBQfy .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-vi4DzrBQfy .nav-item {
    margin: 0 !important;
  }
}
.cid-vi4DzrBQfy .dropdown-menu {
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vi4DzrBQfy .dropdown-menu {
    padding: 18px 24px 22px;
    min-width: 250px;
    top: 49px !important;
    left: -40px !important;
  }
  .cid-vi4DzrBQfy .dropdown-menu.dropdown-submenu {
    left: 196px !important;
    top: -82% !important;
  }
}
@media (max-width: 991px) {
  .cid-vi4DzrBQfy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vi4DzrBQfy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vi4DzrBQfy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vi4DzrBQfy .offcanvas_box {
    display: none;
  }
}
.cid-vi4DzrBQfy .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vi4DzrBQfy .dropdown-item:hover {
  color: green;
}
.cid-vi4DzrBQfy .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vi4DzrBQfy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.cid-vi4DzrBQfy .nav-link {
  position: relative;
  color: #1E1C21;
}
.cid-vi4DzrBQfy .container {
  display: flex;
  margin: auto;
}
.cid-vi4DzrBQfy .iconfont-wrapper {
  width: 32px;
  margin: 5px;
  color: #ffffff;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-vi4DzrBQfy .iconfont-wrapper:hover {
  color: #eeeeee;
}
.cid-vi4DzrBQfy .navbar-caption {
  color: #ffffff;
}
.cid-vi4DzrBQfy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vi4DzrBQfy .navbar-nav {
    margin: 0 20px;
  }
}
.cid-vi4DzrBQfy .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vi4DzrBQfy .nav-item:focus,
.cid-vi4DzrBQfy .nav-link:focus {
  outline: none;
}
.cid-vi4DzrBQfy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vi4DzrBQfy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vi4DzrBQfy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vi4DzrBQfy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vi4DzrBQfy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vi4DzrBQfy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vi4DzrBQfy .navbar {
  min-height: 75px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-vi4DzrBQfy .navbar.opened {
  transition: all 0.3s;
}
.cid-vi4DzrBQfy .navbar .dropdown-item {
  padding: 0 10px;
  margin: 8px 0;
}
.cid-vi4DzrBQfy .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-vi4DzrBQfy .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vi4DzrBQfy .navbar.collapsed {
  justify-content: center;
}
.cid-vi4DzrBQfy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vi4DzrBQfy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vi4DzrBQfy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vi4DzrBQfy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vi4DzrBQfy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vi4DzrBQfy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vi4DzrBQfy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vi4DzrBQfy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vi4DzrBQfy .navbar .navbar-collapse {
    padding: 16px 0;
    border-radius: 25px;
  }
  .cid-vi4DzrBQfy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vi4DzrBQfy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vi4DzrBQfy .navbar .dropdown-menu {
    margin-top: 1rem;
    padding: 6px 12px;
  }
  .cid-vi4DzrBQfy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vi4DzrBQfy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vi4DzrBQfy .navbar .navbar-logo img {
    height: 2.7rem !important;
  }
  .cid-vi4DzrBQfy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vi4DzrBQfy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vi4DzrBQfy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
    white-space: pre-wrap;
  }
  .cid-vi4DzrBQfy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-vi4DzrBQfy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vi4DzrBQfy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vi4DzrBQfy .navbar.navbar-short {
  min-height: 70px;
}
.cid-vi4DzrBQfy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vi4DzrBQfy .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-vi4DzrBQfy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vi4DzrBQfy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vi4DzrBQfy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vi4DzrBQfy .dropdown-item.active,
.cid-vi4DzrBQfy .dropdown-item:active {
  background-color: transparent;
}
.cid-vi4DzrBQfy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vi4DzrBQfy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vi4DzrBQfy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vi4DzrBQfy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vi4DzrBQfy ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vi4DzrBQfy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vi4DzrBQfy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #74573b;
  background: #ffffff;
}
.cid-vi4DzrBQfy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #74573b;
}
.cid-vi4DzrBQfy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vi4DzrBQfy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vi4DzrBQfy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vi4DzrBQfy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vi4DzrBQfy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vi4DzrBQfy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vi4DzrBQfy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vi4DzrBQfy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vi4DzrBQfy a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-vi4DzrBQfy .nav-item:hover::after {
  transform: translateY(50%);
  opacity: 1;
}
.cid-vi4DzrBQfy .icons-menu {
  margin-bottom: 35px;
}
.cid-vi4DzrBQfy .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-vi4DzrBQfy .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-vi4DzrBQfy .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-vi4DzrBQfy .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vi4DzrBQfy .navbar {
    height: 70px;
  }
  .cid-vi4DzrBQfy .navbar.opened {
    height: auto;
  }
  .cid-vi4DzrBQfy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vi4DzrBQfy .navbar-caption:hover {
  color: #000000;
}
.cid-vi4DzrBQfy .nav-link:hover {
  color: #000000;
}
.cid-vi4DzrBQfy .mbr-iconfont {
  font-size: 21px;
}
.cid-vi4DzrBQfy .navbar-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vi4DzrBQfy .navbar-wrap {
    display: block;
  }
}
.cid-vi4DzrBQfy .mbr-section-subtitle {
  color: #1E1C21;
  text-align: left;
}
.cid-vi4DzrBQfy .mbr-text {
  color: #1E1C21;
  text-align: left;
}
.cid-vi4DzrBQfy .text_widget a:hover {
  color: #000000;
}
.cid-vi4DzrBQfy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vi4DzrBQfy ul.share_ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  margin-bottom: 1px;
}
.cid-vi4DzrBQfy li.share_li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 1px;
}
.cid-vi4DzrBQfy .object {
  position: absolute;
  top: -5px;
  right: 3px;
  display: block;
}
.cid-vi4DzrBQfy .object_community04 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-vi4DzrBQfy .object_community01 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-vi4DzrBQfy .for-index-page {
  position: fixed;
  left: 0;
  bottom: 200px;
  padding: 0px;
  z-index: 1000;
  box-shadow: 2px 2px 2px 1px #000000;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px 15px 15px 0px;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.cid-vi4DzrBQfy .button_action {
  height: 130px;
  width: 55px;
}
.cid-vi4DzrBQfy .button_text {
  font-family: Microsoft JhengHei;
  font-weight: 400;
  font-size: .75rem;
  letter-spacing: 0.1rem;
  color: #000;
  text-align: center;
  top: 0px;
}
@media (max-width: 1440px) {
  .cid-vi4DzrBQfy .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-vi4DzrBQfy .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-vi4DzrBQfy .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-vi4DzrBQfy .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-vi4DzrBQfy .button_action {
    height: 120px;
    width: 50px;
  }
  .cid-vi4DzrBQfy .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 400;
    font-size: .75rem;
    letter-spacing: 0.075rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
@media (max-width: 768px) {
  .cid-vi4DzrBQfy .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-vi4DzrBQfy .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-vi4DzrBQfy .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-vi4DzrBQfy .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-vi4DzrBQfy .button_action {
    height: 98px;
    width: 42px;
  }
  .cid-vi4DzrBQfy .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 300;
    font-size: .5rem;
    letter-spacing: 0.05rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
.cid-vi4DzrBQfy .progress-container {
  will-change: transform;
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: transparent;
  top: 0;
}
.cid-vi4DzrBQfy .progress-bar {
  height: 5px;
  background-image: linear-gradient(90deg, #981215, #000000);
  width: 0%;
}
.cid-vi4DzrBQfy .sticky2 {
  position: fixed;
  top: 0;
  width: 100%;
}
.cid-vi4Dzs1OrD {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/papper.jpg");
}
@media (max-width: 767px) {
  .cid-vi4Dzs1OrD {
    padding-bottom: 40px;
  }
}
.cid-vi4Dzs1OrD .mbr-overlay {
  background-color: #e6e0da;
  opacity: 0.3;
}
.cid-vi4Dzs1OrD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4Dzs1OrD .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 1rem;
}
.cid-vi4Dzs1OrD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vi4Dzs1OrD {
    align-items: center;
  }
  .cid-vi4Dzs1OrD .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vi4Dzs1OrD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vi4Dzs1OrD {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vi4Dzs1OrD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vi4Dzs1OrD .content-wrap {
    width: 100%;
  }
}
.cid-vi4Dzs1OrD .mbr-section-subtitle,
.cid-vi4Dzs1OrD .line {
  color: #74573b;
}
.cid-vi4Dzs1OrD .mbr-text {
  text-align: left;
  color: #666666;
}
.cid-vi4Dzs1OrD .mbr-section-title {
  color: #000000;
}
.cid-vi4Dzs1OrD .image-wrapper {
  margin-bottom: 20px;
}
.cid-vi4Dzs1OrD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vi4Dzs1OrD .chia-img {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  bottom: 0px;
  user-select: none;
  pointer-events: none;
}
.cid-vi4Dzs1OrD .chia-img img {
  border-radius: 0 !important;
}
.cid-vi4Dzs1OrD .content-wrap {
  position: relative;
  z-index: 2;
}
.cid-vi4DzsfpTF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4DzsfpTF .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4DzsfpTF .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4DzsfpTF .mbr-section-title {
  color: #a88c70;
}
.cid-vi4O0PN1rz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4O0PN1rz .row {
  flex-direction: row-reverse;
}
.cid-vi4O0PN1rz .image-wrapper {
  border-radius: 30px !important;
}
.cid-vi4O0PN1rz img,
.cid-vi4O0PN1rz iframe {
  display: block;
  width: 100%;
  border-radius: 25px !important;
}
.cid-vi4O0PN1rz .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-vi4O0PN1rz .mbr-text {
  color: #777777;
  text-align: left;
  font-weight: 400;
}
.cid-vi4O0PN1rz .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vi4Ff3POIS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4Ff3POIS .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4Ff3POIS .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4Ff3POIS .mbr-section-title {
  color: #a88c70;
}
.cid-vi4FfjZ4yW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4FfjZ4yW .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4FfjZ4yW .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4FfjZ4yW .mbr-section-title {
  color: #a88c70;
}
.cid-vi4FgmieUH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4FgmieUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4FgmieUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4FgmieUH img {
  width: 100%;
}
.cid-vi4FgmieUH .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4Fehdsa4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4Fehdsa4 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4Fehdsa4 .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4Fehdsa4 .mbr-section-title {
  color: #a88c70;
}
.cid-vi4FsFVyhv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4FsFVyhv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4FsFVyhv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4FsFVyhv img {
  width: 100%;
}
.cid-vi4FsFVyhv .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4FePu7h7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4FePu7h7 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4FePu7h7 .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4FePu7h7 .mbr-section-title {
  color: #a88c70;
}
.cid-vi4Ft8F3kG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4Ft8F3kG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4Ft8F3kG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4Ft8F3kG img {
  width: 100%;
}
.cid-vi4Ft8F3kG .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4Fey8psM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4Fey8psM .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4Fey8psM .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4Fey8psM .mbr-section-title {
  color: #a88c70;
}
.cid-vjFyYyvrM2 {
  background-color: #ffffff;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-vjFyYyvrM2 .carousel {
  background-color: #ffffff;
}
.cid-vjFyYyvrM2 .carousel .carousel-inner {
  border-radius: 30px !important;
}
@media (max-width: 991px) {
  .cid-vjFyYyvrM2 .carousel .carousel-inner {
    border-radius: 25px !important;
  }
}
@media (max-width: 768px) {
  .cid-vjFyYyvrM2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjFyYyvrM2 .content-slider-wrap {
    width: 100% !important;
  }
  .cid-vjFyYyvrM2 .carousel-inner {
    padding-bottom: 2.5rem;
  }
}
.cid-vjFyYyvrM2 .carousel {
  height: 100%;
}
.cid-vjFyYyvrM2 .carousel img {
  border-radius: 0 !important;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .cid-vjFyYyvrM2 .carousel img {
    height: auto;
  }
}
.cid-vjFyYyvrM2 .item-wrapper {
  width: 100%;
  background-color: black;
}
.cid-vjFyYyvrM2 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 500;
  text-align: left;
}
.cid-vjFyYyvrM2 .mbr-section-text {
  text-align: justify;
  color: #ffffff;
  margin: 0;
}
.cid-vjFyYyvrM2 .carousel-caption {
  z-index: 2;
}
@media (min-width: 767px) {
  .cid-vjFyYyvrM2 .carousel-caption {
    padding: 0;
    max-width: 800px;
    bottom: 3rem !important;
    margin: auto;
    left: 5%;
    right: 5%;
  }
}
@media (max-width: 768px) {
  .cid-vjFyYyvrM2 .carousel-caption {
    position: static;
    padding: 20px;
    min-height: 120px;
  }
}
.cid-vjFyYyvrM2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjFyYyvrM2 .carousel-control {
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -1.5rem;
  font-size: 12px;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #981215 !important;
  opacity: 1;
}
.cid-vjFyYyvrM2 .carousel-control span {
  color: #ffffff !important;
}
.cid-vjFyYyvrM2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 1rem;
}
.cid-vjFyYyvrM2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vjFyYyvrM2 .carousel-control {
    top: auto;
    bottom: 0;
  }
  .cid-vjFyYyvrM2 .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
  .cid-vjFyYyvrM2 .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
.cid-vjFyYyvrM2 .carousel-control:hover {
  opacity: 0.7;
}
.cid-vjFyYyvrM2 .carousel-control:hover:hover span {
  opacity: 0.7;
}
.cid-vjFyYyvrM2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1rem !important;
}
.cid-vjFyYyvrM2 .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 6px;
  background-color: darkgray !important;
  border: none !important;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjFyYyvrM2 .carousel-indicators li.active {
  background-color: #a1a1a1 !important;
}
.cid-vjFyYyvrM2 .carousel-indicators li.active,
.cid-vjFyYyvrM2 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-vjFyYyvrM2 .carousel-indicators li::after,
.cid-vjFyYyvrM2 .carousel-indicators li::before {
  content: none;
}
.cid-vjFyYyvrM2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjFyYyvrM2 .carousel-indicators {
    display: none !important;
  }
}
.cid-vjFyYyvrM2 .main-title {
  color: #000000;
  font-weight: 700;
}
.cid-vjFyYyvrM2 .mbr-section-subtitle,
.cid-vjFyYyvrM2 .mbr-section-text {
  text-shadow: 0px 0px 8px #000000, 0px 0px 15px #000000;
}
.cid-vjFyYyvrM2 .mbr-overlay2 {
  display: none;
}
@media (min-width: 767px) {
  .cid-vjFyYyvrM2 .mbr-overlay2 {
    display: block;
    min-height: 100%;
    background-image: linear-gradient(180deg, transparent 80%, #191919 100%);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
  }
}
.cid-vi4FF9R5xI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4FF9R5xI .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4FF9R5xI .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4FF9R5xI .mbr-section-title {
  color: #a88c70;
}
.cid-vi4FFMiAOl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4FFMiAOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4FFMiAOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4FFMiAOl img {
  width: 100%;
}
.cid-vi4FFMiAOl .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4FFqcgCR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4FFqcgCR .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4FFqcgCR .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4FFqcgCR .mbr-section-title {
  color: #a88c70;
}
.cid-vi4FUpwh6h {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4FUpwh6h .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4FUpwh6h .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4FUpwh6h .mbr-section-title {
  color: #a88c70;
}
.cid-vi4FUXScyx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4FUXScyx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4FUXScyx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4FUXScyx img {
  width: 100%;
}
.cid-vi4FUXScyx .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4G4jBErl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4G4jBErl .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4G4jBErl .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4G4jBErl .mbr-section-title {
  color: #a88c70;
}
.cid-vi4G4GYjvF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4G4GYjvF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4G4GYjvF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4G4GYjvF img {
  width: 100%;
}
.cid-vi4G4GYjvF .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4DzsC35a {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4DzsC35a .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4DzsC35a .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4DzsC35a .mbr-section-title {
  color: #a88c70;
}
.cid-vk7tH9h0PM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vk7tH9h0PM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk7tH9h0PM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk7tH9h0PM .video-wrapper iframe {
  width: 100%;
}
.cid-vk7tH9h0PM .mbr-section-title,
.cid-vk7tH9h0PM .mbr-section-subtitle,
.cid-vk7tH9h0PM .mbr-text {
  text-align: center;
}
.cid-vk7tH9h0PM .mbr-section-title {
  color: #000000;
}
.cid-vi4DzsPRBI {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/papper.jpg");
}
@media (max-width: 767px) {
  .cid-vi4DzsPRBI {
    padding-top: 30px;
  }
}
.cid-vi4DzsPRBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4DzsPRBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4DzsPRBI .mbr-section-title {
  color: #000000;
  text-align: center;
  font-weight: 700;
}
.cid-vi4DzsPRBI .mbr-section-title span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  padding: 2px 16px;
  width: fit-content;
  background: #981215;
  color: #ffffff;
  border-radius: 20px !important;
}
.cid-vi4DzsPRBI .item-container {
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 4px 4px 16px -8px #000000;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-vi4DzsPRBI .item-container {
    padding: 16px;
  }
}
.cid-vi4DzsPRBI .item-container .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cid-vi4DzsPRBI .item {
  display: flex;
  border-bottom: 1px dashed black;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-vi4DzsPRBI .item {
    display: block;
  }
}
.cid-vi4DzsPRBI .item-wrapper {
  width: 250px;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 10px !important;
}
.cid-vi4DzsPRBI .item-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px !important;
}
@media (max-width: 768px) {
  .cid-vi4DzsPRBI .item-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-vi4DzsPRBI .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vi4DzsPRBI .label {
  display: inline-block;
  color: #74573b;
  font-weight: 700;
  text-align: justify;
}
.cid-vi4DzsPRBI .mbr-text {
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
}
.cid-vi4DzsPRBI .chia-img {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0px;
}
.cid-vi4DzsPRBI .chia-img img {
  border-radius: 0 !important;
}
.cid-vi4Dztd3fH {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #74573b;
}
.cid-vi4Dztd3fH .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vi4Dztd3fH .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-vi4Dztd3fH .copyright {
    margin-bottom: 2rem;
  }
}
.cid-vi4Dztd3fH .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-vi4Dztd3fH .card-text {
  color: #ffffff;
  text-align: center;
  font-weight: 400;
}
.cid-vi4Dztd3fH .card-text a {
  font-weight: 400;
}
.cid-vi4Dztd3fH .mbr-text {
  color: #ffffff;
  text-align: left;
  font-weight: 400;
}
.cid-vi4Dztd3fH hr {
  margin: 1rem 0;
  border-top: 1px solid #ffffff;
  opacity: 1;
  background-color: transparent;
}
.cid-vi4Dztd3fH .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vi4Dztd3fH .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-vi4Dztd3fH .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vi4Dztd3fH .footer-menu span {
  color: #000000;
}
.cid-vi4Dztd3fH .footer-menu span a {
  font-weight: 400;
}
.cid-vi4F0jLNRh {
  z-index: 1000;
  width: 100%;
}
.cid-vi4F0jLNRh .container-fluid {
  padding: 0 1rem;
}
.cid-vi4F0jLNRh .navbar-dropdown {
  background-color: #74573b !important;
  padding: 0;
  position: fixed;
}
.cid-vi4F0jLNRh .menu_box {
  transition: all 0s ease 0s;
}
.cid-vi4F0jLNRh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  border-radius: 10px  !important;
  background-color: #a88c70 !important;
}
.cid-vi4F0jLNRh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vi4F0jLNRh nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vi4F0jLNRh .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (max-width: 991px) {
  .cid-vi4F0jLNRh .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .cid-vi4F0jLNRh .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vi4F0jLNRh .mbr-section-btn .btn {
  height: 66px;
  min-width: 120px;
  box-shadow: none;
  color: #000000 !important;
}
.cid-vi4F0jLNRh .mbr-section-btn .btn:hover {
  box-shadow: none;
}
@media (max-width: 575px) {
  .cid-vi4F0jLNRh .mbr-section-btn .btn {
    min-width: 120px;
    width: 120px;
    box-shadow: none !important;
  }
}
@media (min-width: 992px) {
  .cid-vi4F0jLNRh .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #dcd3f7;
  }
  .cid-vi4F0jLNRh .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vi4F0jLNRh .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vi4F0jLNRh .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vi4F0jLNRh .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-vi4F0jLNRh .offcanvas-body .mbr-text,
  .cid-vi4F0jLNRh .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vi4F0jLNRh .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vi4F0jLNRh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vi4F0jLNRh .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #74573b;
  }
  .cid-vi4F0jLNRh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vi4F0jLNRh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vi4F0jLNRh .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vi4F0jLNRh .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vi4F0jLNRh ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vi4F0jLNRh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vi4F0jLNRh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vi4F0jLNRh .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vi4F0jLNRh li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vi4F0jLNRh li.nav-item::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    transition: all .4s ease;
    border-radius: 50%;
    margin: 0 auto;
    transform: translateY(250%);
    opacity: 0;
  }
  .cid-vi4F0jLNRh .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vi4F0jLNRh .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vi4F0jLNRh .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-vi4F0jLNRh .nav-item {
    margin: 0 !important;
  }
}
.cid-vi4F0jLNRh .dropdown-menu {
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vi4F0jLNRh .dropdown-menu {
    padding: 18px 24px 22px;
    min-width: 250px;
    top: 49px !important;
    left: -40px !important;
  }
  .cid-vi4F0jLNRh .dropdown-menu.dropdown-submenu {
    left: 196px !important;
    top: -82% !important;
  }
}
@media (max-width: 991px) {
  .cid-vi4F0jLNRh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vi4F0jLNRh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vi4F0jLNRh .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vi4F0jLNRh .offcanvas_box {
    display: none;
  }
}
.cid-vi4F0jLNRh .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vi4F0jLNRh .dropdown-item:hover {
  color: green;
}
.cid-vi4F0jLNRh .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vi4F0jLNRh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.cid-vi4F0jLNRh .nav-link {
  position: relative;
  color: #1E1C21;
}
.cid-vi4F0jLNRh .container {
  display: flex;
  margin: auto;
}
.cid-vi4F0jLNRh .iconfont-wrapper {
  width: 32px;
  margin: 5px;
  color: #ffffff;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-vi4F0jLNRh .iconfont-wrapper:hover {
  color: #eeeeee;
}
.cid-vi4F0jLNRh .navbar-caption {
  color: #ffffff;
}
.cid-vi4F0jLNRh .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vi4F0jLNRh .navbar-nav {
    margin: 0 20px;
  }
}
.cid-vi4F0jLNRh .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vi4F0jLNRh .nav-item:focus,
.cid-vi4F0jLNRh .nav-link:focus {
  outline: none;
}
.cid-vi4F0jLNRh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vi4F0jLNRh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vi4F0jLNRh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vi4F0jLNRh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vi4F0jLNRh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vi4F0jLNRh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vi4F0jLNRh .navbar {
  min-height: 75px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-vi4F0jLNRh .navbar.opened {
  transition: all 0.3s;
}
.cid-vi4F0jLNRh .navbar .dropdown-item {
  padding: 0 10px;
  margin: 8px 0;
}
.cid-vi4F0jLNRh .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-vi4F0jLNRh .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vi4F0jLNRh .navbar.collapsed {
  justify-content: center;
}
.cid-vi4F0jLNRh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vi4F0jLNRh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vi4F0jLNRh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vi4F0jLNRh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vi4F0jLNRh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vi4F0jLNRh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vi4F0jLNRh .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vi4F0jLNRh .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vi4F0jLNRh .navbar .navbar-collapse {
    padding: 16px 0;
    border-radius: 25px;
  }
  .cid-vi4F0jLNRh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vi4F0jLNRh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vi4F0jLNRh .navbar .dropdown-menu {
    margin-top: 1rem;
    padding: 6px 12px;
  }
  .cid-vi4F0jLNRh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vi4F0jLNRh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vi4F0jLNRh .navbar .navbar-logo img {
    height: 2.7rem !important;
  }
  .cid-vi4F0jLNRh .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vi4F0jLNRh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vi4F0jLNRh .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
    white-space: pre-wrap;
  }
  .cid-vi4F0jLNRh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-vi4F0jLNRh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vi4F0jLNRh .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vi4F0jLNRh .navbar.navbar-short {
  min-height: 70px;
}
.cid-vi4F0jLNRh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vi4F0jLNRh .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-vi4F0jLNRh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vi4F0jLNRh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vi4F0jLNRh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vi4F0jLNRh .dropdown-item.active,
.cid-vi4F0jLNRh .dropdown-item:active {
  background-color: transparent;
}
.cid-vi4F0jLNRh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vi4F0jLNRh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vi4F0jLNRh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vi4F0jLNRh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vi4F0jLNRh ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vi4F0jLNRh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vi4F0jLNRh button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #74573b;
  background: #ffffff;
}
.cid-vi4F0jLNRh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #74573b;
}
.cid-vi4F0jLNRh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vi4F0jLNRh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vi4F0jLNRh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vi4F0jLNRh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vi4F0jLNRh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vi4F0jLNRh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vi4F0jLNRh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vi4F0jLNRh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vi4F0jLNRh a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-vi4F0jLNRh .nav-item:hover::after {
  transform: translateY(50%);
  opacity: 1;
}
.cid-vi4F0jLNRh .icons-menu {
  margin-bottom: 35px;
}
.cid-vi4F0jLNRh .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-vi4F0jLNRh .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-vi4F0jLNRh .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-vi4F0jLNRh .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vi4F0jLNRh .navbar {
    height: 70px;
  }
  .cid-vi4F0jLNRh .navbar.opened {
    height: auto;
  }
  .cid-vi4F0jLNRh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vi4F0jLNRh .navbar-caption:hover {
  color: #000000;
}
.cid-vi4F0jLNRh .nav-link:hover {
  color: #000000;
}
.cid-vi4F0jLNRh .mbr-iconfont {
  font-size: 21px;
}
.cid-vi4F0jLNRh .navbar-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vi4F0jLNRh .navbar-wrap {
    display: block;
  }
}
.cid-vi4F0jLNRh .mbr-section-subtitle {
  color: #1E1C21;
  text-align: left;
}
.cid-vi4F0jLNRh .mbr-text {
  color: #1E1C21;
  text-align: left;
}
.cid-vi4F0jLNRh .text_widget a:hover {
  color: #000000;
}
.cid-vi4F0jLNRh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vi4F0jLNRh ul.share_ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  margin-bottom: 1px;
}
.cid-vi4F0jLNRh li.share_li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 1px;
}
.cid-vi4F0jLNRh .object {
  position: absolute;
  top: -5px;
  right: 3px;
  display: block;
}
.cid-vi4F0jLNRh .object_community04 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-vi4F0jLNRh .object_community01 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-vi4F0jLNRh .for-index-page {
  position: fixed;
  left: 0;
  bottom: 200px;
  padding: 0px;
  z-index: 1000;
  box-shadow: 2px 2px 2px 1px #000000;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px 15px 15px 0px;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.cid-vi4F0jLNRh .button_action {
  height: 130px;
  width: 55px;
}
.cid-vi4F0jLNRh .button_text {
  font-family: Microsoft JhengHei;
  font-weight: 400;
  font-size: .75rem;
  letter-spacing: 0.1rem;
  color: #000;
  text-align: center;
  top: 0px;
}
@media (max-width: 1440px) {
  .cid-vi4F0jLNRh .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-vi4F0jLNRh .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-vi4F0jLNRh .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-vi4F0jLNRh .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-vi4F0jLNRh .button_action {
    height: 120px;
    width: 50px;
  }
  .cid-vi4F0jLNRh .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 400;
    font-size: .75rem;
    letter-spacing: 0.075rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
@media (max-width: 768px) {
  .cid-vi4F0jLNRh .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-vi4F0jLNRh .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-vi4F0jLNRh .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-vi4F0jLNRh .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-vi4F0jLNRh .button_action {
    height: 98px;
    width: 42px;
  }
  .cid-vi4F0jLNRh .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 300;
    font-size: .5rem;
    letter-spacing: 0.05rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
.cid-vi4F0jLNRh .progress-container {
  will-change: transform;
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: transparent;
  top: 0;
}
.cid-vi4F0jLNRh .progress-bar {
  height: 5px;
  background-image: linear-gradient(90deg, #981215, #000000);
  width: 0%;
}
.cid-vi4F0jLNRh .sticky2 {
  position: fixed;
  top: 0;
  width: 100%;
}
.cid-vi4F0kcJuS {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/papper.jpg");
}
@media (max-width: 767px) {
  .cid-vi4F0kcJuS {
    padding-bottom: 40px;
  }
}
.cid-vi4F0kcJuS .mbr-overlay {
  background-color: #e6e0da;
  opacity: 0.3;
}
.cid-vi4F0kcJuS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4F0kcJuS .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 1rem;
}
.cid-vi4F0kcJuS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vi4F0kcJuS {
    align-items: center;
  }
  .cid-vi4F0kcJuS .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vi4F0kcJuS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vi4F0kcJuS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vi4F0kcJuS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vi4F0kcJuS .content-wrap {
    width: 100%;
  }
}
.cid-vi4F0kcJuS .mbr-section-subtitle,
.cid-vi4F0kcJuS .line {
  color: #74573b;
}
.cid-vi4F0kcJuS .mbr-text {
  text-align: left;
  color: #666666;
}
.cid-vi4F0kcJuS .mbr-section-title {
  color: #000000;
}
.cid-vi4F0kcJuS .image-wrapper {
  margin-bottom: 20px;
}
.cid-vi4F0kcJuS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vi4F0kcJuS .chia-img {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  bottom: 0px;
  user-select: none;
  pointer-events: none;
}
.cid-vi4F0kcJuS .chia-img img {
  border-radius: 0 !important;
}
.cid-vi4F0kcJuS .content-wrap {
  position: relative;
  z-index: 2;
}
.cid-vi4F0krnZj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4F0krnZj .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4F0krnZj .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4F0krnZj .mbr-section-title {
  color: #a88c70;
}
.cid-vi4F0kDFqN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4F0kDFqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4F0kDFqN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4F0kDFqN img {
  width: 100%;
}
.cid-vi4F0kDFqN .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vk7tL475L5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vk7tL475L5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk7tL475L5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk7tL475L5 .video-wrapper iframe {
  width: 100%;
}
.cid-vk7tL475L5 .mbr-section-title,
.cid-vk7tL475L5 .mbr-section-subtitle,
.cid-vk7tL475L5 .mbr-text {
  text-align: center;
}
.cid-vk7tL475L5 .mbr-section-title {
  color: #000000;
}
.cid-vi4HDcY8qP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4HDcY8qP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4HDcY8qP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4HDcY8qP img {
  width: 100%;
}
.cid-vi4HDcY8qP .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4HBs0tRU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4HBs0tRU .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4HBs0tRU .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4HBs0tRU .mbr-section-title {
  color: #a88c70;
}
.cid-vi4HQ0yEi0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4HQ0yEi0 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4HQ0yEi0 .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4HQ0yEi0 .mbr-section-title {
  color: #a88c70;
}
.cid-vi4O9HGdqe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4O9HGdqe .row {
  flex-direction: row-reverse;
}
.cid-vi4O9HGdqe .image-wrapper {
  border-radius: 30px !important;
}
.cid-vi4O9HGdqe img,
.cid-vi4O9HGdqe iframe {
  display: block;
  width: 100%;
  border-radius: 25px !important;
}
.cid-vi4O9HGdqe .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-vi4O9HGdqe .mbr-text {
  color: #777777;
  text-align: left;
  font-weight: 400;
}
.cid-vi4O9HGdqe .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vi4HCxLBmx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4HCxLBmx .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4HCxLBmx .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4HCxLBmx .mbr-section-title {
  color: #a88c70;
}
.cid-vi4Oa6bCyc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4Oa6bCyc .row {
  flex-direction: row-reverse;
}
.cid-vi4Oa6bCyc .image-wrapper {
  border-radius: 30px !important;
}
.cid-vi4Oa6bCyc img,
.cid-vi4Oa6bCyc iframe {
  display: block;
  width: 100%;
  border-radius: 25px !important;
}
.cid-vi4Oa6bCyc .mbr-section-title {
  color: #000000;
  font-weight: 700;
}
.cid-vi4Oa6bCyc .mbr-text {
  color: #777777;
  text-align: left;
  font-weight: 400;
}
.cid-vi4Oa6bCyc .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vi4HCPyupH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4HCPyupH .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4HCPyupH .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4HCPyupH .mbr-section-title {
  color: #a88c70;
}
.cid-vi4HErUvVV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4HErUvVV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4HErUvVV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4HErUvVV img {
  width: 100%;
}
.cid-vi4HErUvVV .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4HBYTFvD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4HBYTFvD .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4HBYTFvD .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4HBYTFvD .mbr-section-title {
  color: #a88c70;
}
.cid-vi4HCg4VY9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4HCg4VY9 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4HCg4VY9 .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4HCg4VY9 .mbr-section-title {
  color: #a88c70;
}
.cid-vi4IuqGgCZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4IuqGgCZ .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4IuqGgCZ .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4IuqGgCZ .mbr-section-title {
  color: #a88c70;
}
.cid-vi4HEQXrg3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4HEQXrg3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4HEQXrg3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4HEQXrg3 img {
  width: 100%;
}
.cid-vi4HEQXrg3 .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4HBIfIkS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4HBIfIkS .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4HBIfIkS .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4HBIfIkS .mbr-section-title {
  color: #a88c70;
}
.cid-vi4IGDtHoa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4IGDtHoa .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4IGDtHoa .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4IGDtHoa .mbr-section-title {
  color: #a88c70;
}
.cid-vi4IH095iP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4IH095iP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4IH095iP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4IH095iP img {
  width: 100%;
}
.cid-vi4IH095iP .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4F0kRr8g {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vi4F0kRr8g .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4F0kRr8g .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4F0kRr8g .mbr-section-title {
  color: #a88c70;
}
.cid-vi4F0l4uVw {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/papper.jpg");
}
@media (max-width: 767px) {
  .cid-vi4F0l4uVw {
    padding-top: 30px;
  }
}
.cid-vi4F0l4uVw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4F0l4uVw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4F0l4uVw .mbr-section-title {
  color: #000000;
  text-align: center;
  font-weight: 700;
}
.cid-vi4F0l4uVw .mbr-section-title span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  padding: 2px 16px;
  width: fit-content;
  background: #981215;
  color: #ffffff;
  border-radius: 20px !important;
}
.cid-vi4F0l4uVw .item-container {
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 4px 4px 16px -8px #000000;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-vi4F0l4uVw .item-container {
    padding: 16px;
  }
}
.cid-vi4F0l4uVw .item-container .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cid-vi4F0l4uVw .item {
  display: flex;
  border-bottom: 1px dashed black;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-vi4F0l4uVw .item {
    display: block;
  }
}
.cid-vi4F0l4uVw .item-wrapper {
  width: 250px;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 10px !important;
}
.cid-vi4F0l4uVw .item-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px !important;
}
@media (max-width: 768px) {
  .cid-vi4F0l4uVw .item-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-vi4F0l4uVw .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vi4F0l4uVw .label {
  display: inline-block;
  color: #74573b;
  font-weight: 700;
  text-align: justify;
}
.cid-vi4F0l4uVw .mbr-text {
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
}
.cid-vi4F0l4uVw .chia-img {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0px;
}
.cid-vi4F0l4uVw .chia-img img {
  border-radius: 0 !important;
}
.cid-vi4F0loXTv {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #74573b;
}
.cid-vi4F0loXTv .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vi4F0loXTv .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-vi4F0loXTv .copyright {
    margin-bottom: 2rem;
  }
}
.cid-vi4F0loXTv .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-vi4F0loXTv .card-text {
  color: #ffffff;
  text-align: center;
  font-weight: 400;
}
.cid-vi4F0loXTv .card-text a {
  font-weight: 400;
}
.cid-vi4F0loXTv .mbr-text {
  color: #ffffff;
  text-align: left;
  font-weight: 400;
}
.cid-vi4F0loXTv hr {
  margin: 1rem 0;
  border-top: 1px solid #ffffff;
  opacity: 1;
  background-color: transparent;
}
.cid-vi4F0loXTv .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vi4F0loXTv .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-vi4F0loXTv .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vi4F0loXTv .footer-menu span {
  color: #000000;
}
.cid-vi4F0loXTv .footer-menu span a {
  font-weight: 400;
}
.cid-vi4F14uyL4 {
  z-index: 1000;
  width: 100%;
}
.cid-vi4F14uyL4 .container-fluid {
  padding: 0 1rem;
}
.cid-vi4F14uyL4 .navbar-dropdown {
  background-color: #74573b !important;
  padding: 0;
  position: fixed;
}
.cid-vi4F14uyL4 .menu_box {
  transition: all 0s ease 0s;
}
.cid-vi4F14uyL4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  border-radius: 10px  !important;
  background-color: #a88c70 !important;
}
.cid-vi4F14uyL4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vi4F14uyL4 nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vi4F14uyL4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media (max-width: 991px) {
  .cid-vi4F14uyL4 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .cid-vi4F14uyL4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vi4F14uyL4 .mbr-section-btn .btn {
  height: 66px;
  min-width: 120px;
  box-shadow: none;
  color: #000000 !important;
}
.cid-vi4F14uyL4 .mbr-section-btn .btn:hover {
  box-shadow: none;
}
@media (max-width: 575px) {
  .cid-vi4F14uyL4 .mbr-section-btn .btn {
    min-width: 120px;
    width: 120px;
    box-shadow: none !important;
  }
}
@media (min-width: 992px) {
  .cid-vi4F14uyL4 .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #dcd3f7;
  }
  .cid-vi4F14uyL4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vi4F14uyL4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vi4F14uyL4 .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vi4F14uyL4 .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-vi4F14uyL4 .offcanvas-body .mbr-text,
  .cid-vi4F14uyL4 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vi4F14uyL4 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vi4F14uyL4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vi4F14uyL4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #74573b;
  }
  .cid-vi4F14uyL4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vi4F14uyL4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vi4F14uyL4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vi4F14uyL4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vi4F14uyL4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vi4F14uyL4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vi4F14uyL4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vi4F14uyL4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vi4F14uyL4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vi4F14uyL4 li.nav-item::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    transition: all .4s ease;
    border-radius: 50%;
    margin: 0 auto;
    transform: translateY(250%);
    opacity: 0;
  }
  .cid-vi4F14uyL4 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vi4F14uyL4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vi4F14uyL4 .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-vi4F14uyL4 .nav-item {
    margin: 0 !important;
  }
}
.cid-vi4F14uyL4 .dropdown-menu {
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vi4F14uyL4 .dropdown-menu {
    padding: 18px 24px 22px;
    min-width: 250px;
    top: 49px !important;
    left: -40px !important;
  }
  .cid-vi4F14uyL4 .dropdown-menu.dropdown-submenu {
    left: 196px !important;
    top: -82% !important;
  }
}
@media (max-width: 991px) {
  .cid-vi4F14uyL4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vi4F14uyL4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vi4F14uyL4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vi4F14uyL4 .offcanvas_box {
    display: none;
  }
}
.cid-vi4F14uyL4 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vi4F14uyL4 .dropdown-item:hover {
  color: green;
}
.cid-vi4F14uyL4 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vi4F14uyL4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.cid-vi4F14uyL4 .nav-link {
  position: relative;
  color: #1E1C21;
}
.cid-vi4F14uyL4 .container {
  display: flex;
  margin: auto;
}
.cid-vi4F14uyL4 .iconfont-wrapper {
  width: 32px;
  margin: 5px;
  color: #ffffff;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-vi4F14uyL4 .iconfont-wrapper:hover {
  color: #eeeeee;
}
.cid-vi4F14uyL4 .navbar-caption {
  color: #ffffff;
}
.cid-vi4F14uyL4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vi4F14uyL4 .navbar-nav {
    margin: 0 20px;
  }
}
.cid-vi4F14uyL4 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vi4F14uyL4 .nav-item:focus,
.cid-vi4F14uyL4 .nav-link:focus {
  outline: none;
}
.cid-vi4F14uyL4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vi4F14uyL4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vi4F14uyL4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vi4F14uyL4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vi4F14uyL4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vi4F14uyL4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vi4F14uyL4 .navbar {
  min-height: 75px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-vi4F14uyL4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vi4F14uyL4 .navbar .dropdown-item {
  padding: 0 10px;
  margin: 8px 0;
}
.cid-vi4F14uyL4 .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-vi4F14uyL4 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vi4F14uyL4 .navbar.collapsed {
  justify-content: center;
}
.cid-vi4F14uyL4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vi4F14uyL4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vi4F14uyL4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vi4F14uyL4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vi4F14uyL4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vi4F14uyL4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vi4F14uyL4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vi4F14uyL4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vi4F14uyL4 .navbar .navbar-collapse {
    padding: 16px 0;
    border-radius: 25px;
  }
  .cid-vi4F14uyL4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vi4F14uyL4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vi4F14uyL4 .navbar .dropdown-menu {
    margin-top: 1rem;
    padding: 6px 12px;
  }
  .cid-vi4F14uyL4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vi4F14uyL4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vi4F14uyL4 .navbar .navbar-logo img {
    height: 2.7rem !important;
  }
  .cid-vi4F14uyL4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vi4F14uyL4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vi4F14uyL4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
    white-space: pre-wrap;
  }
  .cid-vi4F14uyL4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-vi4F14uyL4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vi4F14uyL4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vi4F14uyL4 .navbar.navbar-short {
  min-height: 70px;
}
.cid-vi4F14uyL4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vi4F14uyL4 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
  padding: 0;
}
.cid-vi4F14uyL4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vi4F14uyL4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vi4F14uyL4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vi4F14uyL4 .dropdown-item.active,
.cid-vi4F14uyL4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vi4F14uyL4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vi4F14uyL4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vi4F14uyL4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vi4F14uyL4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vi4F14uyL4 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vi4F14uyL4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vi4F14uyL4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #74573b;
  background: #ffffff;
}
.cid-vi4F14uyL4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #74573b;
}
.cid-vi4F14uyL4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vi4F14uyL4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vi4F14uyL4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vi4F14uyL4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vi4F14uyL4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vi4F14uyL4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vi4F14uyL4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vi4F14uyL4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vi4F14uyL4 a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-vi4F14uyL4 .nav-item:hover::after {
  transform: translateY(50%);
  opacity: 1;
}
.cid-vi4F14uyL4 .icons-menu {
  margin-bottom: 35px;
}
.cid-vi4F14uyL4 .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-vi4F14uyL4 .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-vi4F14uyL4 .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-vi4F14uyL4 .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vi4F14uyL4 .navbar {
    height: 70px;
  }
  .cid-vi4F14uyL4 .navbar.opened {
    height: auto;
  }
  .cid-vi4F14uyL4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vi4F14uyL4 .navbar-caption:hover {
  color: #000000;
}
.cid-vi4F14uyL4 .nav-link:hover {
  color: #000000;
}
.cid-vi4F14uyL4 .mbr-iconfont {
  font-size: 21px;
}
.cid-vi4F14uyL4 .navbar-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vi4F14uyL4 .navbar-wrap {
    display: block;
  }
}
.cid-vi4F14uyL4 .mbr-section-subtitle {
  color: #1E1C21;
  text-align: left;
}
.cid-vi4F14uyL4 .mbr-text {
  color: #1E1C21;
  text-align: left;
}
.cid-vi4F14uyL4 .text_widget a:hover {
  color: #000000;
}
.cid-vi4F14uyL4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vi4F14uyL4 ul.share_ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  margin-bottom: 1px;
}
.cid-vi4F14uyL4 li.share_li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 1px;
}
.cid-vi4F14uyL4 .object {
  position: absolute;
  top: -5px;
  right: 3px;
  display: block;
}
.cid-vi4F14uyL4 .object_community04 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-vi4F14uyL4 .object_community01 {
  background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.cid-vi4F14uyL4 .for-index-page {
  position: fixed;
  left: 0;
  bottom: 200px;
  padding: 0px;
  z-index: 1000;
  box-shadow: 2px 2px 2px 1px #000000;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px 15px 15px 0px;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.cid-vi4F14uyL4 .button_action {
  height: 130px;
  width: 55px;
}
.cid-vi4F14uyL4 .button_text {
  font-family: Microsoft JhengHei;
  font-weight: 400;
  font-size: .75rem;
  letter-spacing: 0.1rem;
  color: #000;
  text-align: center;
  top: 0px;
}
@media (max-width: 1440px) {
  .cid-vi4F14uyL4 .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-vi4F14uyL4 .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-vi4F14uyL4 .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .cid-vi4F14uyL4 .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-vi4F14uyL4 .button_action {
    height: 120px;
    width: 50px;
  }
  .cid-vi4F14uyL4 .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 400;
    font-size: .75rem;
    letter-spacing: 0.075rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
@media (max-width: 768px) {
  .cid-vi4F14uyL4 .object {
    position: absolute;
    top: -5px;
    right: 3px;
    display: block;
  }
  .cid-vi4F14uyL4 .object_community04 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community04.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-vi4F14uyL4 .object_community01 {
    background: url(https://cc.tvbs.com.tw/2017program/woman/images/object_community01.svg) 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .cid-vi4F14uyL4 .for-index-page {
    position: fixed;
    left: 0;
    bottom: 10%;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 2px 1px #000000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 15px 15px 0px;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  .cid-vi4F14uyL4 .button_action {
    height: 98px;
    width: 42px;
  }
  .cid-vi4F14uyL4 .button_text {
    font-family: Microsoft JhengHei;
    font-weight: 300;
    font-size: .5rem;
    letter-spacing: 0.05rem;
    color: #000;
    text-align: center;
    top: 0px;
  }
}
.cid-vi4F14uyL4 .progress-container {
  will-change: transform;
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: transparent;
  top: 0;
}
.cid-vi4F14uyL4 .progress-bar {
  height: 5px;
  background-image: linear-gradient(90deg, #981215, #000000);
  width: 0%;
}
.cid-vi4F14uyL4 .sticky2 {
  position: fixed;
  top: 0;
  width: 100%;
}
.cid-vi4F14SEre {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/papper.jpg");
}
@media (max-width: 767px) {
  .cid-vi4F14SEre {
    padding-bottom: 40px;
  }
}
.cid-vi4F14SEre .mbr-overlay {
  background-color: #e6e0da;
  opacity: 0.3;
}
.cid-vi4F14SEre .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4F14SEre .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 1rem;
}
.cid-vi4F14SEre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vi4F14SEre {
    align-items: center;
  }
  .cid-vi4F14SEre .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vi4F14SEre .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vi4F14SEre {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vi4F14SEre .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vi4F14SEre .content-wrap {
    width: 100%;
  }
}
.cid-vi4F14SEre .mbr-section-subtitle,
.cid-vi4F14SEre .line {
  color: #74573b;
}
.cid-vi4F14SEre .mbr-text {
  text-align: left;
  color: #666666;
}
.cid-vi4F14SEre .mbr-section-title {
  color: #000000;
}
.cid-vi4F14SEre .image-wrapper {
  margin-bottom: 20px;
}
.cid-vi4F14SEre .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vi4F14SEre .chia-img {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  bottom: 0px;
  user-select: none;
  pointer-events: none;
}
.cid-vi4F14SEre .chia-img img {
  border-radius: 0 !important;
}
.cid-vi4F14SEre .content-wrap {
  position: relative;
  z-index: 2;
}
.cid-vi4F157JRO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4F157JRO .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4F157JRO .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4F157JRO .mbr-section-title {
  color: #a88c70;
}
.cid-vi4F15itoO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4F15itoO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4F15itoO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4F15itoO img {
  width: 100%;
}
.cid-vi4F15itoO .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4K4wca1m {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4K4wca1m .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4K4wca1m .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4K4wca1m .mbr-section-title {
  color: #a88c70;
}
.cid-vi4K6qK5if {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4K6qK5if .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4K6qK5if .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4K6qK5if img {
  width: 100%;
}
.cid-vi4K6qK5if .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4K5fvCI9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4K5fvCI9 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4K5fvCI9 .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4K5fvCI9 .mbr-section-title {
  color: #a88c70;
}
.cid-vi4K5Losmf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4K5Losmf .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4K5Losmf .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4K5Losmf .mbr-section-title {
  color: #a88c70;
}
.cid-vi4KjMSyEz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4KjMSyEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4KjMSyEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4KjMSyEz img {
  width: 100%;
}
.cid-vi4KjMSyEz .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4K5uNp0o {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4K5uNp0o .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4K5uNp0o .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4K5uNp0o .mbr-section-title {
  color: #a88c70;
}
.cid-vi4Kk8YLH7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4Kk8YLH7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4Kk8YLH7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4Kk8YLH7 img {
  width: 100%;
}
.cid-vi4Kk8YLH7 .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4K51d0pb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4K51d0pb .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4K51d0pb .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4K51d0pb .mbr-section-title {
  color: #a88c70;
}
.cid-vi4Kkvn8tJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4Kkvn8tJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4Kkvn8tJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4Kkvn8tJ img {
  width: 100%;
}
.cid-vi4Kkvn8tJ .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4K4L3ci5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4K4L3ci5 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4K4L3ci5 .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4K4L3ci5 .mbr-section-title {
  color: #a88c70;
}
.cid-vi4KCZHrfr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4KCZHrfr .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4KCZHrfr .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4KCZHrfr .mbr-section-title {
  color: #a88c70;
}
.cid-vi4KCI6OXm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4KCI6OXm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4KCI6OXm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4KCI6OXm img {
  width: 100%;
}
.cid-vi4KCI6OXm .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4KDOiQer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4KDOiQer .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4KDOiQer .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4KDOiQer img {
  width: 100%;
}
.cid-vi4KDOiQer .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4KDueyd8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4KDueyd8 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4KDueyd8 .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4KDueyd8 .mbr-section-title {
  color: #a88c70;
}
.cid-vi4KTICGRQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4KTICGRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4KTICGRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4KTICGRQ img {
  width: 100%;
}
.cid-vi4KTICGRQ .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4KDeakBo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4KDeakBo .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4KDeakBo .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4KDeakBo .mbr-section-title {
  color: #a88c70;
}
.cid-vi4KU6fwDL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4KU6fwDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4KU6fwDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4KU6fwDL img {
  width: 100%;
}
.cid-vi4KU6fwDL .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4KUzVqLD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4KUzVqLD .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4KUzVqLD .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4KUzVqLD .mbr-section-title {
  color: #a88c70;
}
.cid-vi4L91M98z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4L91M98z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4L91M98z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4L91M98z img {
  width: 100%;
}
.cid-vi4L91M98z .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4L8DqWf0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4L8DqWf0 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4L8DqWf0 .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4L8DqWf0 .mbr-section-title {
  color: #a88c70;
}
.cid-vi4L9pI35W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi4L9pI35W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4L9pI35W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4L9pI35W img {
  width: 100%;
}
.cid-vi4L9pI35W .mbr-description {
  color: #777777;
  text-align: left;
}
.cid-vi4F15wHPy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vi4F15wHPy .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vi4F15wHPy .mbr-section-subtitle {
  color: #1e4d2b;
}
.cid-vi4F15wHPy .mbr-section-title {
  color: #a88c70;
}
.cid-vk7tPwuAqb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vk7tPwuAqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk7tPwuAqb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk7tPwuAqb .video-wrapper iframe {
  width: 100%;
}
.cid-vk7tPwuAqb .mbr-section-title,
.cid-vk7tPwuAqb .mbr-section-subtitle,
.cid-vk7tPwuAqb .mbr-text {
  text-align: center;
}
.cid-vk7tPwuAqb .mbr-section-title {
  color: #000000;
}
.cid-vi4F15Ilvp {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/papper.jpg");
}
@media (max-width: 767px) {
  .cid-vi4F15Ilvp {
    padding-top: 30px;
  }
}
.cid-vi4F15Ilvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4F15Ilvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4F15Ilvp .mbr-section-title {
  color: #000000;
  text-align: center;
  font-weight: 700;
}
.cid-vi4F15Ilvp .mbr-section-title span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  padding: 2px 16px;
  width: fit-content;
  background: #981215;
  color: #ffffff;
  border-radius: 20px !important;
}
.cid-vi4F15Ilvp .item-container {
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 4px 4px 16px -8px #000000;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-vi4F15Ilvp .item-container {
    padding: 16px;
  }
}
.cid-vi4F15Ilvp .item-container .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cid-vi4F15Ilvp .item {
  display: flex;
  border-bottom: 1px dashed black;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-vi4F15Ilvp .item {
    display: block;
  }
}
.cid-vi4F15Ilvp .item-wrapper {
  width: 250px;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 10px !important;
}
.cid-vi4F15Ilvp .item-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px !important;
}
@media (max-width: 768px) {
  .cid-vi4F15Ilvp .item-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-vi4F15Ilvp .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vi4F15Ilvp .label {
  display: inline-block;
  color: #74573b;
  font-weight: 700;
  text-align: justify;
}
.cid-vi4F15Ilvp .mbr-text {
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
}
.cid-vi4F15Ilvp .chia-img {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0px;
}
.cid-vi4F15Ilvp .chia-img img {
  border-radius: 0 !important;
}
.cid-vi4F163rbV {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #74573b;
}
.cid-vi4F163rbV .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vi4F163rbV .copyright img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cid-vi4F163rbV .copyright {
    margin-bottom: 2rem;
  }
}
.cid-vi4F163rbV .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-vi4F163rbV .card-text {
  color: #ffffff;
  text-align: center;
  font-weight: 400;
}
.cid-vi4F163rbV .card-text a {
  font-weight: 400;
}
.cid-vi4F163rbV .mbr-text {
  color: #ffffff;
  text-align: left;
  font-weight: 400;
}
.cid-vi4F163rbV hr {
  margin: 1rem 0;
  border-top: 1px solid #ffffff;
  opacity: 1;
  background-color: transparent;
}
.cid-vi4F163rbV .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-vi4F163rbV .footer-menu__item {
  font-size: 1rem;
  padding-right: 1.5rem;
}
.cid-vi4F163rbV .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-vi4F163rbV .footer-menu span {
  color: #000000;
}
.cid-vi4F163rbV .footer-menu span a {
  font-weight: 400;
}
