.seo {
    text-indent: 100%;
    overflow: hidden;
    height: 0;
    white-space: nowrap;
         margin: 0;
}

body {
  font-family: "Helvetica Neue";
}

.active {
  color: #EE7800 !important;
}

a:focus {
  outline: none;
}

a:focus-visible {
  outline: none;
}

button:focus-visible {
  outline: none;
}

img:focus-visible {
  outline: none;
}

a {
  text-decoration: none;
}

.text-hhh {
  color: #EE7800;
}

.navbar {
 /* box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);*/
  -moz-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: white !important;
  z-index: 99;
}

.navbar-main {


  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.navbar-toggler {
  padding-left: 0;
  border-color: transparent !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler-icon {
  display: flex;
  justify-items: center;
}
.navbar-toggler-icon i {
  font-size: 25px;
  line-height: 30px;
  display: inline-block;
}
.navbar-search {
  padding-right: 2px;
}
.navbar-brand {
  font-size: 1.5rem;
}

.navbar-main.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar-main.sticky + .sec-01 {
  padding-top: 58px;
}

.fixed_menu {
  height: 78px;
  position: fixed;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
@media (min-width: 480px) {
  .fixed_menu {
    height: 50px;
  }
}
@media (min-width: 480px) {
  .fixed_menu .row {
    height: 50px;
  }
}
@media (min-width: 480px) {
  .fixed_menu__box {
    width: 100%;
    height: 100%;
  }
}
.fixed_menu__box img:focus-visible {
  outline: none;
}
@media (min-width: 480px) {
  .fixed_menu__box img {
    width: 100%;
    height: 100%;
  }
}

.sec-menu {
  display: none;
  z-index: 105;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 14px;
}
.sec-menu-block {
  padding-top: 61px;
  margin: 0;
  transition: transform 0.5s;
  position: fixed;
  top: 0;
  left: -100%;
  right: 0;
  height: 100%;
  overflow-y: scroll;
  max-width: 100%;
  background-color: white;
}
.sec-menu-block.slidein {
  -webkit-animation: slidein 0.3s forwards;
  animation: slidein 0.3s forwards;
}
.sec-menu-block.slideout {
  -webkit-animation: slideout 0.3s forwards;
  animation: slideout 0.3s forwards;
}
.sec-menu-list {
  background: white;
  margin-bottom: 0;
}
.sec-menu-list .navbar-nav {
  padding: 0 1.5rem;
  width: 100%;
  margin-bottom: -15px;
  font-weight: 400;
}
.sec-menu-list .navbar-nav p {
    font-size: 17px;
}
.sec-menu-list .navbar-nav .dropdown-menu {
  border: none;
  padding: 0;
  height: 0;
  opacity: 0;
  transition: all 1s;
}
.sec-menu-list .navbar-nav .dropdown-menu.show {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
}
.sec-menu-list .navbar-nav .dropdown-menu .dropdown-item {
  padding-left: 3rem;
}
.sec-menu-list .navbar-nav .dropdown-menu .dropdown-item:active, .sec-menu-list .navbar-nav .dropdown-menu .dropdown-item.active, .sec-menu-list .navbar-nav .dropdown-menu .dropdown-item:focus {
  background-color: white;
}
.sec-menu-list .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: white;
}
.sec-menu-list .navbar-nav .dropdown-menu .sub-menu .dropdown-item {
  padding-left: 6rem;
}
.sec-menu-list .nav-item {
  font-size: 17px;
  display: block;
  width: 100%;
}
.sec-menu-list .nav-link {
  /*padding-top: 11px;
  padding-bottom: 8px; */
  padding: 12px 0;
  color: #34404b;
  position: relative;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  border-radius: 0;
}
.sec-menu-list .nav-link .link_div {
  width: 30px;
}
.sec-menu-list .nav-link a {
  /*color: #707070;*/
  text-decoration: none;
}
.sec-menu-list .nav-link.show i {
  transform: rotate(-180deg);
}
.sec-menu-list .nav-link .expand {
  position: absolute;
  right: 10px;
}
.sec-menu-list .nav-link .expand i {
  font-size: 18px;
  color: #34404b;
  transition: all 0.5s;
}
.sec-menu-list .nav-link.text-main {
  color: #EE7800;
}
.sec-menu-list .sub-link .expand {
  position: absolute;
  right: 20px;
  top: 8px;
  width: 1.5rem;
  text-align: center;
}
.sec-menu-list .sub-menu {
  display: none;
}
.sec-menu-list .sub-menu.show {
  display: block;
}
.sec-menu-list hr {
  margin: 3px 0;
  background-color: rgb(187, 187, 187);
}
.sec-menu-follows {
  padding: 2rem 2.5rem;
  background-color: rgba(230, 230, 230, 0.937254902);
  margin-top: -9px;
}
.sec-menu-follows-title {
  color: #797979;
  font-size: 14px;
}
.sec-menu-links {
  margin-bottom: 2.5rem;
}
.sec-menu-links a {
  color: #797979;
  text-decoration: none;
  display: inline-block;
  padding: 1px 0;
  border-bottom: 1px solid #acacac;
  margin: 0 0.6rem;
  flex-wrap: nowrap;
}
@media screen and (max-width: 385px) {
  .sec-menu-links a {
    margin: 0 0.4rem;
  }
}
.sec-menu .follows-fp {
  color: #797979;
  text-decoration: none;
  font-weight: 400;
  display: block;
  padding-left: 0.5rem;
}
.sec-menu .follows-fp:nth-of-type(1) {
  margin-bottom: 0.6rem;
}
.sec-menu .copyright {
  color: #797979;
  font-size: 13px;
}

@-webkit-keyframes slidein {
  100% {
    left: 0;
  }
}
@keyframes slidein {
  100% {
    left: 0;
  }
}
@-webkit-keyframes slideout {
  100% {
    left: -100%;
  }
}
@keyframes slideout {
  100% {
    left: -100%;
  }
}
.sec-search {
  display: none;
  z-index: 107;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 14px;
}
.sec-search-block {
  padding-top: 61px;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100;
  height: 100%;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.774);
  display: flex;
  align-items: center;
}
.sec-search-list {
  /*background-color: #F3F3F3;*/
  padding: 1.5rem;
  padding-bottom: 1.4rem;
  font-family: noto sans tc, sans-serif;
}
.sec-search-list hr {
  background-color: #aaaaaa;
}
.sec-search-form {
  width: 100%;
  display: flex;
  align-items: center;
  height: 50px;
}
.sec-search .searchBar {
  font-size: 1rem;
  padding: .7rem 0.7rem .5rem;
  display: inline-block;
  outline: none;
  border: none;
  border-radius: 5px 0 0 5px;
  height: 100%;
}
.sec-search .searchBtn {
  outline: none;
  border: none;
  background-color: transparent;
  display: inline-block;
  width: 128px;
  background-color: #ee7800;
  border: 2px solid #ee7800;
  border-radius: 0 .3rem .3rem 0;
  color: white;
  padding: .6rem 0;
  font-weight: 600;
  height: 100%;
}
.sec-search-hots {
  padding: 1rem 0;
/*  background-color: white;
  box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);*/
}
.sec-search-hots__title {
  color: white;
  font-size: 1rem;
  /*font-weight: 600;*/
  padding-top: 0.5rem;
}
.sec-search-hots__link {
  display: inline-block;
  text-decoration: none;
  color: white;
  border-bottom: 1px solid white;
  /*border-radius: 3rem;*/
  /*padding: 0.3rem 0.5rem;*/
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
  font-size: 1rem;
}
.sec-search-hots__link:hover {
  color: #797979;
}

.sec-login {
  display: none;
  z-index: 109;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 14px;
}
.sec-login-block {
  padding-top: 61px;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100;
  height: 100%;
  overflow-y: hidden;
  background-color: #F3F3F3;
}
.sec-login-list {
  background-color: #F3F3F3;
  padding: 1rem;
  padding-bottom: 1.4rem;
}
.sec-login-list hr {
  background-color: #aaaaaa;
}
.sec-login-btns {
  padding: 1rem;
  background-color: white;
  box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
}

.text-main {
  color: #EE7800;
}

.text-phone {
  color: #EA068C;
  text-decoration: none;
}

.bg-white {
  background-color: #fff;
}

.mb__hero {
  margin-top: 52px;
}
.mb__hero__bgImg {
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.mb__content {
  background-color: rgba(244, 244, 244, 0.8);
}

.other {
  display: none;
}

.mb__infoCard {
  color: #727679;
  text-align: center;
  padding: 1rem;
  background-color: rgba(244, 244, 244, 0.8);
  margin: 3rem 0 0;
}
.mb__infoCard__name, .mb__infoCard__span {
  font-size: 1.25rem;
  color: #43484C;
  font-weight: bold;
}
.mb__infoCard__span {
  font-size: 1rem;
}
.mb__infoCard__cmy {
  font-size: 1.125rem;
  font-weight: 400;
}
.mb__infoCard__avatar {
  width: 188px;
  height: 188px;
  position: absolute;
  top: -120px;
  border: 3px solid #FFF;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
}
.mb__infoCard__seo {
  font-size: 1.12rem;
  text-align: center;
  padding: 1rem;
  display: block;
  line-height: 1.2;
  font-weight: 400;
}
.mb__infoCard__approve {
  color: #FF0000;
}
.mb__infoCard__more {
  color: #FFAC73;
  text-align: center;
  cursor: pointer;
}
.mb__infoCard__detail aside {
  line-height: 2;
  font-size: 1rem;
}
.mb__infoCard__detail a {
  color: #727679;
}
.mb__infoCard__detail__l {
  flex-basis: 30%;
  display: flex;
  justify-content: flex-end;
  flex-grow: 0;
  max-width: 30%;
}
.mb__infoCard__detail__l.title {
  color: #AAAAAA;
  font-size: 1.125rem;
  font-weight: bold;
  transform: translateX(-15px);
}
.mb__infoCard__detail__r {
  flex-basis: 70%;
  text-align: start;
  flex-grow: 0;
  max-width: 70%;
  word-break: break-all;
}
.mb__infoCard .scMedia {
  display: flex;
  padding: 1rem 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-around;
}
.mb__infoCard .scMedia a {
  width: 16%;
}
.mb__infoCard .scMedia a img {
  width: 100%;
}

.infoContent a {
  color: #727679;
  text-decoration: none;
  font-size: 0.9rem;
}
.infoContent a.active {
  color: #EE7800;
}
.infoContent__navBlock.tab_sticky {
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 12;
}
.infoContent .nav-item {
  margin: 0;
  width: 25%;
  text-align: center;
  max-width: 25%;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
}
.infoContent .nav-item-link {
  display: block;
  padding: 1rem 0.5rem;
  text-decoration: none;
  background-color: transparent;
  font-size: 0.9rem;
  color: #727679;
  text-align: center;
  font-size: 1.12rem;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  border-radius: 0;
}
.infoContent .nav-item-link.active {
  color: #EE7800;
  border-bottom: 2px solid #EE7800;
  -webkit-appearance: none !important;
  -moz-appearance: none;
       appearance: none;
}
.infoContent .likeSee {
  font-size: 1.05rem;
}
.infoContent .likeSee span {
  color: #727679;
  font-size: 0.9rem;
}
.infoContent .likeSee__divider {
  height: 12px;
  display: inline-block;
  border: 0.5px solid #9d9d9d;
}
.infoContent .tab-content {
  padding: 0 1rem;
}
.infoContent .tab-content .row > div {
  padding-left: 5px;
  padding-right: 5px;
}
.infoContent .card {
  box-shadow: 0 1px 10px #eee;
  margin: 0 0 1.5rem;
  border: none;
}
.infoContent .card__bgImg {
  height: 145px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-pack: center;
}
.infoContent .card-body {
  padding: 0.5rem 1rem;
}
.infoContent .card__title {
  font-size: 1.125rem;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 43.2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-weight: bold;
  margin: 0.5rem 0;
  color: #727679;
}
.infoContent .card__tag {
  margin: 0 0.2rem 0 0;
}
.infoContent .company__block {
  margin: 0 0 2rem;
}
.infoContent .company__block:nth-of-type(2) {
  margin-top: 2rem;
}
.infoContent .company__title {
  color: #AAAAAA;
  font-size: 1.12rem;
  font-weight: 400;
}
.infoContent .company__text {
  color: #43484C;
}

.infoContent__navBlock.tab_sticky + .row {
  padding-top: 65px;
}

.infoContent__navBlock {
  padding-top: 0rem;
}

.freeCall {
  position: fixed;
  bottom: 78px;
  z-index: 11;
  width: 100%;
  text-align: center;
  background: linear-gradient(180deg, rgba(244, 244, 244, 0.9) 0%, rgba(244, 244, 244, 0.9) 100%);
}
.freeCall__btn {
  color: #fff;
  background-color: #EE7800;
  border-color: #EE7800;
}
@media screen and (min-width: 500px) {
  .freeCall {
    bottom: 45px;
  }
}

.fixed-btn {
  position: fixed;
  right: 15px;
  bottom: 5.5rem;
  z-index: 15;
  display: flex;
  flex-direction: column;
}
@media (min-width: 480px) {
  .fixed-btn {
    bottom: 5rem;
  }
}
.fixed-btn .btn-gotop {
  margin-bottom: 10px;
  padding: 1rem 0.65rem;
  background-color: rgba(255, 255, 255, 0.897);
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.fixed-btn a {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-btn button {
  width: 50px;
  height: 50px;
  border: none;
}
.fixed-btn .note,
.fixed-btn .user,
.fixed-btn .cart {
  background: #fff;
  box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.fixed-btn .note:hover,
.fixed-btn .user:hover,
.fixed-btn .cart:hover {
  box-shadow: 1px 3px 11px -3px rgba(0, 0, 0, 0.35);
}
.fixed-btn .note {
  margin-bottom: 10px;
}
.fixed-btn .note img {
  width: 22px;
  height: 22px;
  margin-left: 5px;
}
.fixed-btn .user {
  margin-bottom: 10px;
}
.fixed-btn .user img {
  width: 25px;
  height: 25px;
}
.fixed-btn .cart img {
  width: 25px;
  height: 25px;
}

.like {
  display: none;
}

#pills-video .col-6, #pills-columns .col-6 {
  width: 100%;
}

#pills-video .card__bgImg, #pills-columns .card__bgImg {
  height: 215px;
}

.emodal-title {
  color: #EE7800;
  margin: 0 auto;
  font-size: 18px;
}
.emodal .form-control:focus {
  border-color: #ffb76f;
  box-shadow: none;
}
.emodal .btn-plus {
  color: #aaa;
  border-color: #aaa;
}
.emodal .btn-send {
  background-color: #ee7800;
  color: white;
  width: 30%;
  border: none;
  padding: 0.875rem 1rem;
  border-radius: 2px;
}
.emodal .btn-dismiss {
  width: 30%;
  border: none;
  padding: 0.875rem 1rem;
  background-color: #d1d2d3;
  border-radius: 2px;
  color: #fff;
}

#putEmail_hidden {
  border: 1px solid;
  border-radius: 28px;
  color: #EE7800 !important;
}
#putEmail_hidden .fm-email-btn {
  padding: 2px 5px 2px 5px;
}

.loading-move {
  -webkit-animation-name: move;
          animation-name: move;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes move {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes move {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.premium-icon {
  display: none;
}

.mb__hero.premium {
  border-bottom: 3px solid #D6AB73;
}

.mb__content.premium .mb__infoCard {
  margin: 0 !important;
  padding-top: 5.5rem !important;
  position: relative;
  color: #D9D9D9 !important;
  background-color: rgba(11, 11, 11, 0.9) !important;
}
.mb__content.premium .mb__infoCard .premium-icon {
  display: block !important;
  position: absolute;
  top: 3px;
  left: 0;
  width: 95px;
}
.mb__content.premium .mb__infoCard .mb__infoCard__name {
  font-size: 1.5rem;
}
.mb__content.premium .mb__infoCard .mb__infoCard__name,
.mb__content.premium .mb__infoCard .mb__infoCard__span {
  color: #D9D9D9;
}
.mb__content.premium .mb__infoCard__avatar {
  top: -100px !important;
  border: 3px solid #D6AB73 !important;
    box-shadow: 3px 3px 10px #00000080;
}
.mb__content.premium .mb__infoCard__approve,
.mb__content.premium .mb__infoCard__approve font {
  color: #D6AB73 !important;
}
.mb__content.premium .ga4-phone {
  color: #D6AB73 !important;
}
.mb__content.premium .mb__infoCard__seo {
  line-height: 1.4 !important;
  color: #9D9D9D !important;
}
.mb__content.premium .mb__infoCard__detail__r a {
  color: #D9D9D9;
}
.mb__content.premium .mb__infoCard__detail__r a:hover {
  color: #D6AB73 !important;
}
.mb__content.premium .mb__infoCard__detail__r .toll-free {
  color: #D6AB73 !important;
}
.mb__content.premium .infoContent .active {
  color: #D6AB73 !important;
}
.mb__content.premium .infoContent .nav-item-link.active {
  border-bottom: 2px solid #D6AB73 !important;
}
.mb__content.premium .infoContent .likeSee span:hover {
  color: #D6AB73;
}




.footer {
  padding: 2rem;
  background-color: #f4f4f4;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}
.footer h2 {
  text-align: center;
  
  padding-top: 30px;
  font-weight: 300;
  border-top: 1px solid #d1d2d3;

  color: #707070;
  font-size: 16px;
  /*font-weight: 600;*/
  letter-spacing: 0.05rem;
}
@media (max-width: 991px) {
  .footer h2 {
    margin: 70px auto 0px;
    font-size: 14px;
  }
}
.footer h4 {
  color: #797979;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .footer h4 {
    text-align: left;
    margin-bottom: 20px;
         font-size: 22px;
        /*font-weight: 600;*/
      
  }
}
@media (max-width: 991px) {
  .footer .about-list,
  .footer .follow-list,
  .footer .more-list {
    display: flex;
    justify-content: center;
  }
  .footer .about-list section,
  .footer .follow-list section,
  .footer .more-list section {
    width: 300px;
  }
}
.footer .about-list a {
  color: #707070;
  transition: all 0.3s;
    /*font-weight: 600;*/
  font-size: 16px;
}
.footer .about-list a:hover {
  opacity: 0.8;
  text-decoration: none
}
.footer .about-list ul {
  padding: 0;
  letter-spacing: 0.05em;
     list-style: none;
   font-weight: 400;
}
@media (max-width: 991px) {
  .footer .about-list ul {
    margin-bottom: 0;
  }
}
.footer .about-list ul li {
  margin: 5px 0;
}
@media (max-width: 991px) {
  .footer .about-list ul li {
    margin: 0;
    height: 30px;
	padding: 0;
  }
}
.footer .about-list ul li span {
  color: #ea068c;
}
.footer .about-list img {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
.footer .follow-list img {
  width: 45px;
  height: 45px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .footer .follow-list img {
    width: 40px;
    height: 40px;
  }
}
.footer .follow-list .media {
  display: flex;
}
@media (max-width: 991px) {
  .footer .follow-list .media {
    margin: 0 8px 10px 0;
  }
  .footer .follow-list .media section {
    margin-bottom: 20px;
  }
}
.footer .follow-list .media a {
  display: block;
  margin: 0 5px;
  position: relative;
}
@media (max-width: 1200px) {
  .footer .follow-list .media a {
    margin: 0 3px;
  }
}
.footer .follow-list .media .media-item.after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

@media (max-width: 575px) {
  .footer .follow-list .media .media-item.after {
    opacity: 0 !important;
  }

  .footer .follow-list .media .media-item.before {
    opacity: 1 !important;
  }
}


.footer .follow-list .fb-list {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .footer .follow-list .fb-list {
    flex-direction: column;
    margin-top: 5px;
  }
}
.footer .follow-list .fb-list a {
  display: flex;
  align-items: center;
  padding-right: 10px;
  color: #797979;
  font-size: 0.9rem;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .footer .follow-list .fb-list a {
    padding-right: 5px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .footer .follow-list .fb-list a {
    font-size: 15px;
    height: 30px;
  }
}
.footer .follow-list .fb-list a:hover {
  opacity: 0.8;
}
.footer .follow-list .fb-list a img {
  width: 20px;
  margin-right: 5px;
}
@media (max-width: 1200px) {
  .footer .follow-list .fb-list a img {
    width: 18px;
    margin-right: 3px;
  }
}
@media (max-width: 991px) {
  .footer .follow-list .fb-list a img {
    width: 20px;
    margin-right: 8px;
  }
}
.footer .follow-list,
.footer .more-list {
  padding: 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .footer .follow-list,
  .footer .more-list {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #989898;
  }
}
/*
.footer .follow-list::after,
.footer .more-list::after {
  content: "";
  height: 100%;
  display: block;
  width: 1px;
  background: #989898;
  position: absolute;
  top: 50px;
}
@media (max-width: 991px) {
  .footer .follow-list::after,
  .footer .more-list::after {
    display: none;
  }
}
*/
.footer .more-list ::-moz-placeholder {
  text-align: center;
}
.footer .more-list ::placeholder {
  text-align: center;
}
.footer .more-list a {
     /*font-weight: 600;*/
  font-size: 16px;
  display: inline-block;
  margin: 5px;
  padding-bottom: 2px;
  color: #797979;
  border-bottom: 1px solid;
  transition: all 0.3s;
}
.footer .more-list a:hover {
  opacity: 0.8;
     text-decoration: none;
}
.footer .more-list .input-focus {
  border-color: #ee751b; !important;
}
.footer .more-list .input-focus button {
  background-color: #ee751b; !important;
}
.footer .more-list .input-error {
  border-color: #ff5252 !important;
}
.footer .more-list .input-error button {
  background-color: #ff5252 !important;
}
.footer .more-list .subscriber-item {
  width: 100%;
  max-width: 300px;
  margin: auto;
  display: flex;
  flex-direction: column;
  border: 2px solid #34404b;
  font-size: 16px;
}
.footer .more-list .subscriber-item:hover {
  border: 2px solid #ee751b;
}
.footer .more-list .subscriber-item:hover button {
  background-color: #ee751b;
}
@media (max-width: 1200px) {
  .footer .more-list .subscriber-item {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .footer .more-list .subscriber-item {
    max-width: 300px;
  }
}
.footer .more-list .subscriber-item input:focus {
  outline: none;
}
.footer .more-list .subscriber-item input,
.footer .more-list .subscriber-item button {
  padding: 10px;
  border: none;
}
.footer .more-list .subscriber-item button {
  color: #fff;
  background-color: #34404b;
  transition: all 0.1s;
}
.footer .more-list .subscriber-item .spinner-border {
  display: none;
}
.footer .more-list .subscriber-item .show {
  display: inline-block;
}
.footer .more-list .link {
    width: 280px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media (max-width: 991px) {
  .footer .more-list .link {
    width: 310px;
   /* margin-left: -3px;*/
   font-weight: 400;
       justify-content: start;
  }
}

  .footer-copyright {
    padding-top: 10px;
    color: #707070;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05rem;
  }





/* 2023/08/30 phone button */

.mb-menu {
  justify-content: space-evenly;
  display: flex;
  padding: 13px 0 8px;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  transition: all 0.3s;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
/*
.mb-menu section {
      width: 70px;
    }
*/
.mb-menu section {
      width: 80px;
    }
.mb-menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.mb-menu a h4 {
  margin: 5px auto 0;
  color: #34404B;
  font-size: 16px;
  font-weight: 600;
}
.mb-menu a img {
  width: 20px;
  height: 20px;
}

.search-text {
  color: #ee751b;
}

.sec-menu-block {
    font-weight: 500;
    font-family: noto sans tc, sans-serif;
}





/*新版搜尋css*/


.search-modal .modal-content .input-group {
    height: 50px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group .input-group-text {
    display: flex;
    align-items: center;
    padding: .5rem 2rem !important;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ee7800;
    border: 2px solid #ee7800;
    line-height: 1.5;
    border-radius: .3rem;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.search-modal .keyword-list {
    display: flex;
    align-items: center;
    padding: 0 20px;
}


.search-modal .keyword-list span {
    color: #fff;
    margin-right: 10px;
}

.search-modal .modal-content {
    border: none;
    background: 0 0;
    letter-spacing: 1px;
}

.search-modal .keyword-list ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}

.search-modal .keyword-list ul li {
    margin: 5px 10px 5px 0;
    cursor: pointer;
    transition: all .3s;
    border-bottom: 1px solid #fff;
}

.search-modal .keyword-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
}


#search-btn {
    font-size: 20px;
    border: none;
    background: 0 0;
}

.search-modal {
      font-family: noto sans tc, sans-serif;
}

.modal-backdrop.show {
    opacity: .7 !important;
}


.fa-chevron-left {
  color: rgba(0, 0, 0, .55);
  font-size: 20px;
  margin-left: 10px;
}
/*# sourceMappingURL=list-style-mb.css.map */