

/*/////////////////產品卡片/////////////////*/


.product-card__outer {
  position: relative;
}


.product-card__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-card {
  flex-shrink: 0;
  position: relative;
  background: #ffd900;
  border-radius: 16px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 25px 16px 50px;
  margin-bottom: 30px;
  height: 591px;
}


.product-card:hover .product-card__product-title {}

.product-card:hover .product-card__img {
  transform: scale(1.1);
}

.product-card:hover .product-card__product-title {
  color: #2F76BC;
}

.product-card__price-misc {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  width: 318px;
  padding: 0 0 0 8px;
}

.product-card__price {
  position: relative;
  display: flex;
  align-items: baseline;
}

.product-card__dollar {
  color: #d3122a;
  font-size: 22px;
  font-weight: 900;
  line-height: 23px;
  -webkit-transform: skewX(-7.5deg);
  -moz-transform: skewX(-7.5deg);
  -o-transform: skewX(-7.5deg);
  -ms-transform: skewX(-7.5deg);
  transform: skewX(-7.5deg);
}

.product-card__dollar-old {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-decoration: line-through;
  margin-right: 6px;
}

.product-card__product-img {
  position: relative;
  width: 100%;
  margin: 8px 0 0;
  border-radius: 16px;
  overflow: hidden;
  display: block;
}

.product-card__img {
  width: 100%;
  transition: 0.7s;
}

.product-card__product-desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: calc(100% - 30px);
  padding: 16px 8px 84px 8px;
  background-color: #ffda03;
  position: absolute;
  bottom: 0;
  min-height: 230px;
  transition: 0.3s;
}

.product-card__price-misc-cato {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  min-width: 0;
}

.product-card__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 4px 8px;
  background: #2f76bc;
  border: 1px solid #505050;
  border-radius: 4px;
}

.product-card__new-product {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.8px;
}


/*--------------銷售件數--------------*/


.ribbon5 {
  display: block;
  line-height: 50px;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
  background: #aa0418;
  color: #fff;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 1;
  padding: 4px 11px 4px 12px;
  border-radius: 0 5px 5px 0;
  line-height: 1;
}

.ribbon5:before {
  content: "";
  position: absolute;
}

.ribbon5:before {
  height: 0;
  width: 0;
  bottom: -10px;
  left: 0;
  border-top: 10px solid #73000e;
  border-left: 10px solid transparent;
}

.product-card__sales-icon {
  font-size: 12px;
  color: #ffdb01;
}

/*--------------------------------------*/
.product-card__tag-cato {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  transition: 0.3s;
}

.product-card__star {
  font-size: 13px;
  color: #505050;
}


.product-card__category {
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: 1px;
}


.product-card__product-title {
  color: #505050;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  display: block;
  max-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .7s all;
  letter-spacing: 0.08em;
  margin-bottom: 0;
}

.product-card:hover .product-card__product-title {
  max-height: 200px;
  white-space: normal;
}


.product-card__product-title-inner {
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: block;
  max-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .7s all;
}

.product-card:hover .product-card__product-title-inner {
  max-height: 200px;
  white-space: normal;
}


.product-card__product-count {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  gap: 24px;
  position: absolute;
  min-width: 0;
  padding: 7px 0 0 0;
  border-top: 1px solid #505050;
  margin: 0 8px 0;
  bottom: 43px;
  width: calc(100% - 38px);
}

.product-card__sales-count {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.8px;
}

.product-card__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 8px 16px;
  background: #ffffff;
  border: 1px solid #505050;
  border-radius: 200px;
  margin: 25px auto -26px;
  transition: .3s;
}

.product-card__btn:hover {
  color: #ffffff;
  border: 1px solid #505050;
  background-color: #505050;
}

.product-card__btn:hover .product-card__btn-cart,
.product-card__btn:hover .product-card__btn-inner {
  color: #ffffff;
}


.product-card__btn-cart {
  font-size: 13px;
  color: #505050;
  margin-right: 3px;
  position: relative;
  top: -1px;
}


.product-card__btn-inner {
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1px;
}


@media (max-width: 1199px) {
  .product-card {
    height: 546px;
  }

  .product-card__product-desc {
    gap: 5px;
  }

  .product-card__product-title {
    font-size: 20px;
    line-height: 30px;
    max-height: 36px;
  }

  .product-card {
    height: 526px;
  }

  .product-card__product-desc {
    padding: 17px 8px 81px 8px;
    min-height: 213px;
  }

  .product-card__product-count {
    bottom: 32px;
  }

}



@media (max-width: 991px) {
  .product-card {
    height: 565px;
  }
}

@media (max-width: 767px) {
  .product-card {
    height: inherit;
  }

  .product-card:hover .product-card__product-title {
    font-size: 20px;
    line-height: 30px;
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .7s all;
    letter-spacing: 0.08em;
  }

  .product-card:hover .product-card__product-title-inner {
    color: #505050;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    display: block;
    max-height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .7s all;
  }

  .product-card__product-desc {
    position: relative;
    width: 100%;
    padding: 17px 8px 9px 8px;
    min-height: inherit;
  }

  .product-card__product-count {
    position: relative;
    bottom: inherit;
    width: calc(100% - 17px);
  }

  .product-card {
    padding: 16px 16px 29px;
  }

  .product-card__btn {
    position: relative;
    bottom: 41px;
    transform: translate(-50%, 0);
    margin: 0;
  }

}


@media (max-width: 480px) {

  .product-card {
    padding: 10px 8px 12px;
  }

  .product-card__star {
    font-size: 12px;
  }

  .product-card__category {
    font-size: 15px;
  }

  .product-card__dollar {
    font-size: 17px;
  }

  .product-card__dollar-old {
    font-size: 14px;
  }

  .product-card__btn {
    display: none;
  }

  .product-card__sales-count {
    font-size: 15px;
  }

}

@media (max-width: 375px) {
  .product-card__sales-count {
    font-size: 14px;
  }
}


/*/////////////////產品內頁tab/////////////////*/

.product_1__product-tab {
  position: relative;
  margin-top: 70px;
}

.product_1__product-tab-nav {
  position: relative;
  border-radius: 15px;
  background: #eeeeee;
  display: block;
  text-align: center;
  border-radius: 50px;
  background: #e8f4ff;
  background-image: url(../img/deco-line-3.png);
}

.product_1__product-tab-nav li {
  display: inline-block;
}

.product_1__product-tab-nav li a {
  position: relative;
  color: #999;
  font-size: 20px;
  padding: 22px 50px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  display: block;
  border-radius: 50px;
}

.product_1__product-tab-nav li a:before {
  /* content: ''; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 20px;
  background: #aaa;
}

.product_1__product-tab-nav li:last-child a:before {
  display: none;
}

.product_1__product-tab-nav li a:hover {
  color: #3076bc;
}

.product_1__product-tab-nav li a.active {
  background-color: #3076bc;
  color: #ffffff;
  border-radius: 50px;
}

.product_1__product-tab-content {
  position: relative;
  font-size: 17px;
  margin-top: 50px;
  line-height: 2;
}

.product_1__product-tab-list {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dashed #ccc;
}

.product_1__product-tab-list:last-child {
  margin-bottom: 0;
  border-bottom: unset;
}

.product_1__product-tab-list-tx {
  padding-left: 30px;
}

.product_1__product-tab-list-title {
  color: #00a9a9;
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 1.5;
  letter-spacing: 3px;
  font-family: 'Noto Serif TC', serif;
  font-weight: 500;
}

.product_1__product-tab-list-tx p {
  font-size: 17px;
  margin-bottom: 40px;
  letter-spacing: 1.4px;
}

.product_1__product-tab-list:nth-child(even)>.row {
  flex-direction: row-reverse;
}

.product_1__product-tab-list:nth-child(even) .product_1__product-tab-list-tx {
  padding-left: 0;
  padding-right: 30px;
}

.product_1__product-tab-list-img {
  border-radius: 10px;
  overflow: hidden;
}

.product_1__product-tab-features {
  text-align: center;
}

.product_1__product-tab-features img {
  width: 60px;
  margin-bottom: 10px;
}

.product_1__product-tab-features span {
  color: #999;
  font-size: 16px;
  line-height: 1.5;
  display: block;
}

.product_1__product-tab-size-title {
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 5px;
  background: #00a9a9;
  line-height: 1.5;
  letter-spacing: 3px;
  font-family: 'Noto Serif TC', serif;
  font-weight: 500;
  text-align: center;
}

.product_1__product-tab-size-size {
  letter-spacing: 2px;
  text-align: center;
}

.product_1__product-tab-size-price {
  color: #00a9a9;
  padding: 3px 10px;
  margin-top: 20px;
  border: 1px solid #00a9a9;
  letter-spacing: 1px;
  text-align: center;
}

.product_1__product-tab-store {
  position: relative;
  margin-top: 100px;
  text-align: center;
}

.product_1__product-tab-store a:hover {
  opacity: 0.7;
}

.product_1__product-tab-store img {
  width: 300px;
}

.product_1__product-tab-desc-ul li {
  position: relative;
  color: #3E3A39;
  padding-left: 20px;
  margin-bottom: 20px;
  line-height: 2.2;
}

.product_1__product-tab-desc-ul li:last-child {
  margin-bottom: 0;
}

.product_1__product-tab-desc-ul li:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #00a9a9;
}

@media only screen and (max-width: 991px) {

  .product_1__product-tab-nav li {
    width: inherit;
  }

  .product_1__product-tab-nav li a {
    padding: 17px 22px;
  }

  .product_1__product-tab-content {
    font-size: 16px;
  }

  .product_1__product-tab-list-img {
    margin-bottom: 25px;
  }

  .product_1__product-tab-list-tx {
    padding-left: 0;
  }

  .product_1__product-tab-list:nth-child(even) .product_1__product-tab-list-tx {
    padding-right: 0;
  }

  .product_1__product-tab-desc-ul li {
    margin-bottom: 15px;
  }

}

@media only screen and (max-width: 767px) {

  .product_1__product-tab {
    margin-top: 60px;
  }

  .product_1__product-tab-nav li a {
    font-size: 18px;
  }

  .product_1__product-tab-features img {
    width: 55px;
    margin-bottom: 5px;
  }

  .product_1__product-tab-list-img {
    margin-bottom: 20px;
  }

  .product_1__product-tab-list-title {
    font-size: 28px;
    margin-bottom: 5px;
  }

  .product_1__product-tab-size-title {
    font-size: 28px;
    margin-bottom: 5px;
  }

  .product_1__product-tab-store {
    margin-top: 80px;
  }

}

@media only screen and (max-width: 575px) {

  .product_1__product-tab-list {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .product_1__product-tab-features:not(:last-child) {
    margin-bottom: 30px;
  }

}

@media only screen and (max-width: 480px) {

  .product_1__product-tab {
    margin-top: 50px;
  }

  .product_1__product-tab-nav {
    border-radius: 10px;
    overflow:hidden
  }
  .product_1__product-tab-nav li{
    width: 100%;
  }
  .product_1__product-tab-nav li a {
    width: 100%;
    font-size: 17px;
  }

  .product_1__product-tab-nav li a.active,
  .product_1__product-tab-nav li a
  {
    border-radius: 0;
  }

  .product_1__product-tab-content {
    margin-top: 25px;
  }

  .product_1__product-tab-desc-ul li {
    margin-bottom: 10px;
  }

  .product_1__product-tab-list {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .product_1__product-tab-list-title {
    font-size: 24px;
    margin-bottom: 3px;
  }

  .product_1__product-tab-list-tx p {
    font-size: 16px;
  }

  .product_1__product-tab-features span {
    font-size: 15px;
  }

  .product_1__product-tab-size-title {
    font-size: 24px;
  }

  .product_1__product-tab-size-size span {
    display: block;
    line-height: 1;
  }

  .product_1__product-tab-store {
    margin-top: 60px;
  }

  .product_1__product-tab-store img {
    width: 250px;
  }

}





/*/////////////////產品卡片/////////////////*/

.product_1__inner-content {
  background-color: #fff;
  position: relative;
  padding: 15px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  z-index: 1;
}

.product_1__inner-content:after {
  -webkit-box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  bottom: -5px;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
  z-index: -1;
  transform: rotateX(45deg);
  -webkit-transform: rotateX(45deg);
  -moz-transform: rotateX(45deg);
  -ms-transform: rotateX(45deg);
  -o-transform: rotateX(45deg);
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}


.product_1__product-thumb {
  position: relative;
  overflow: hidden;
}

.product_1__product-thumb img {
  width: 100%;
  transition: 0.3s;
}

.product_1__product-thumb:hover img {
  transform: scale(1.05);
}



.product_1__product-info {
  background-color: #fff;
  padding-top: 25px;
  text-align: center;
}

.product_1__title {
  color: #333333;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 6px;
}


.product_1__title a {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product_1__title a:hover {
  color: #2f76bc;
}


.product_1__prices {
  line-height: 1;
  display: none;
}

.product_1__price-inner {
  color: #EC6C82;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.product_1__price-old {
  color: #9b9b9b;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 2px;
  font-size: 14px;
  line-height: 1;
}



.product_1__product-desc {
  position: relative;
}


.product_1__inner-content:hover {
  z-index: 3;
}

.product_1__inner-content:hover:after {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
}

.product_1__pd_open {
  display: none
}


.product_1__product-overlay {
  position: absolute;
  width: 100%;
  height: 44px;
  line-height: 44px;
  top: auto;
  bottom: -44px;
  left: 0;
  z-index: 6;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  display: none;
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .product_1__product-overlay {
  -webkit-transition: bottom .3s ease-in-out;
  -o-transition: bottom .3s ease-in-out;
  transition: bottom .3s ease-in-out
}

.product_1__product-item:hover .product_1__product-overlay {
  bottom: 0
}

.product_1__product-overlay a {
  display: block;
  float: left;
  width: 50%;
  font-size: 13px;
  color: #333;
  background-color: rgba(245, 245, 245, .8);
  text-align: center
}

.product_1__product-overlay a:first-child {
  border-right: 1px solid #e5e5e5
}

.product_1__product-overlay a,
.product_1__product-overlay__icon,
.product_1__product-overlay span {
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out
}


.product_1__product-overlay a i {
  position: relative;
  top: 1px;
  font-size: 14px;
  margin-right: 3px
}

.product_1__product-overlay a:hover {
  background-color: #333;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.product_1__list-add-like.active {
  background-color: #2ba1ba;
  color: #fff
}



.product_1__product-item {
  margin-bottom: 10px;
}

.product_1__product-item-outer {
  margin-bottom: -10px;
}

@media only screen and (max-width: 575px) {
  .product_1__inner-content {
    padding: 5px;
  }
}


/*/////////////////分頁/////////////////*/

.product_1__pagination-content-wrap {
  margin-top: 30px;
}

.product_1__pagination-content-wrap .product_1__pagination-nav .pagination li {
  margin-right: 5px;
}

.product_1__pagination-content-wrap .product_1__pagination-nav .pagination li a {
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  line-height: 45px;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 48px;
  border: 1px solid var(--gray, #505050);
}

.product_1__pagination-content-wrap .product_1__pagination-nav .pagination li a.active,
.product_1__pagination-content-wrap .product_1__pagination-nav .pagination li a:hover  {
  background-color: #ffdb01;
  color:#505050;
}

.product_1__pagination-content-wrap .product_1__pagination-nav .pagination li i {
  font-size: 15px;
  font-weight: 700;
}

.product_1__pagination-content-wrap .product_1__pagination-nav .pagination li:last-child {
  margin-right: 5px;
}

@media only screen and (max-width: 480px) {
  .product_1__pagination-content-wrap .product_1__pagination-nav .pagination li a {
    width: 32px;
    height: 32px;
    line-height: 29px;
  }
}

/*/////////////////暫無資料/////////////////*/

.product_1__no-data {
  width: 100%;
  color: #3d3d3d;
  text-align: center;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid var(--gray, #505050);
}









/*/////////////////消息文字列表/////////////////*/


.news-area {
  padding-left: 0;
}


.news-area__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(80 80 80 / 24%);
}

.en-version .news-area__item {
  margin-left: -5px;
  margin-right: -5px;
}

.en-version .news-area__item div[class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}



.news-area__date {
  color: #333333;
  white-space: nowrap;
}

.news-area__cato {
  color: #2f76bc;
  border: 1px solid #2f76bc;
  padding: 2px 5px;
  display: block;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}

.en-version .news-area__cato {
  font-size: 13px;
}

.news-area__cato:hover {
  background-color: #2f76bc;
  color: #ffffff;
}

.news-area__title {
  /*max-height: 17px;*/
  overflow: hidden;
  margin-top: 9px;
  display: block;
}

.news-area__title-link {
  color: #333333;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news-area__title-link:hover {
  color: #2f76bc;
}

@media only screen and (max-width: 1199px) {
  .news-area__date {
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 991px) {
  .news-area {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .news-area__title {
    margin-top: 9px;
  }
}


/*/////////////////消息文字列表2/////////////////*/


.news-list {
  padding-left: 0;
}


.news-list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(80 80 80 / 24%);
}

.news-list__title-outer {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-list__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: .3s;
}


.news-list__title:hover {
  color: #2f76bc;
}

.news-list__item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #777777;
}


.news-list__more-outer {
  display: flex;
  justify-content: end;
}

.news-list__more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 124px;
  color: #3076bc;
  transition: .3s;
  position: relative;
  transition: .3s;
}

.news-list__more:hover {
  color: #505050;
  padding-left: 10px;
}

.news-list__more__more-arrow {
  transition: .3s;
}


.news-list__thumb {
  padding-right: 13px;
  padding-left: 13px;
  margin-right: 16px;
  overflow: hidden;
  width: 100px;
}

.news-list__thumb a {
  display: block;
  overflow: hidden;
  border-radius: 15px;
}

.news-list__thumb img {
  width: 100%;
  transition: 0.3s;
}

.news-list__thumb a:hover img {
  transform: scale(1.05);
}



.news-list__meta {}

.news-list__meta-icon {
  margin-right: 5px;
}


@media(max-width: 1399px) {
  .news-list__thumb {
    padding-right: 0;
    padding-left: 0;
  }

}

@media(max-width: 991px) {
  .news-list__item {
    display: flex;
    align-items: inherit;
  }
}


@media(max-width: 767px) {
  .news-list__thumb {
    margin-bottom: 20px;
  }
}





/*/////////////////消息文字列表2/////////////////*/

.news_info_link_btn {
  background-color: #2f76bc;
  color: #fff;
  outline: none;
  box-shadow: none;
  padding: 7px 22px 8px 20px;
  border-radius: 30px;
  font-size: 16px;
  letter-spacing: 1px;
}

.news_info_link_btn:hover {
  background-color: #505050;
  color: #ffffff;
}


.news_info_link_btn__icon {
  margin-right: 6px;
  font-size: 17px;
}





/*/////////////////常見問題側欄/////////////////*/


.news_1__category {}

.news_1__category-icon {
  margin-right: 5px;
}



.news_1__category ul li {
  position: relative;
  list-style: none;
}

.news_1__category ul li:last-child a {
  border-radius: 0 0 20px 20px;
  border: 2px solid #e7e7e7;
  border-top: none;
}


.news_1__category ul li a {
  position: relative;
  color: #555;
  padding: 15px 0;
  border-bottom: 1px dashed rgb(120 120 120 / 40%);
  display: block;
  background-color: #eeeeee;
  border-top: none;
  border-left: 2px solid #e7e7e7;
  border-right: 2px solid #e7e7e7;
}

.news_1__category ul li a:before {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  padding: 0 8px;
  font-weight: 900;
  opacity: 0;
  transition: .3s;
}





.news_1__category ul li a:hover {
  padding-left: 25px;
}

.news_1__category ul li a:hover:before {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  padding: 0 8px;
  font-weight: 900;
  opacity: 1;
}





.news_1__category ul li.active a {
  background-color: #fafafa;
  padding: 15px 25px;
}

.news_1__category ul li.active a:before {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  padding: 0 8px;
  font-weight: 900;
  opacity: 1;
}


@media only screen and (max-width: 1199px) {
  .news_1__category ul li a {
    padding: 15px 0;
  }

  .news_1__category ul li.active a {
    padding: 15px 14px;
  }

}


.news_1__side-thumb {
  margin-right: 16px;
  overflow: hidden;
  width: 100px;
}

.news_1__side-thumb a {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}



.news_1__side-thumb img {
  width: 100%;
  transition: 0.3s;
}

.news_1__side-thumb a:hover img {
  transform: scale(1.05);
}











/*/////////////////搜尋結果標題/////////////////*/

.search-heading{
  
font-size: 19px;
  
padding: 2px 12px 4px;
  
border-left: 3px solid #3076bc;
  
margin-bottom: 18px;
}