@charset "UTF-8";
/******************************************************************************
 * Version 1.0 Release;
 * Copyright 2025
 ******************************************************************************/
::-moz-selection {
  color: #fff !important;
  background: #000 !important;
}

::selection {
  color: #fff !important;
  background: #000 !important;
}

.wpb_content_element {
  margin-bottom: 50px;
}

.widgettitle {
  color: #D7000F;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px; /* 150% */
  margin-bottom: 10px;
}

.widget_recent_entries ul {
  list-style: none;
  padding: 0;
}
.widget_recent_entries ul li {
  border-bottom: 1px solid #ddd;
  padding: 8px 0px 8px 20px;
}
.widget_recent_entries ul li a {
  color: #111;
  line-height: 160%;
  position: relative;
}
.widget_recent_entries ul li a:hover {
  color: #D7000F;
}
.widget_recent_entries ul li a:before {
  content: "\e900";
  font-family: "icomoon";
  display: block;
  position: absolute;
  left: -23px;
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #D7000F;
  font-size: 14px;
}

.widget_categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  gap: 10px;
}
.widget_categories ul li.cat-item {
  padding: 0px;
  margin: 0;
}
.widget_categories ul li.cat-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 8px 12px;
  color: #111;
  line-height: 160%;
  border-radius: 30px;
}
.widget_categories ul li.cat-item a:hover {
  color: #D7000F;
  border-color: #D7000F;
}

@media only screen and (max-width: 1079px) {
  .top-header {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .menu-mobile-ct {
    padding: 45px 30px;
  }
  .mobile-menu .menu-item a {
    padding: 15px 0;
    line-height: 1;
  }
  .mobile-menu li span {
    padding: 0;
  }
  .header_mobile span {
    line-height: 1;
  }
  .header_mobile .has-submenu .sub-arrow {
    width: 0 !important;
  }
  .header_mobile .sub-menu .menu-item a {
    padding: 9px 0 10px;
  }
  .header_mobile .sub-menu .menu-item:nth-child(1) a,
.header_mobile .sub-menu .menu-item:nth-child(5) a,
.header_mobile .sub-menu .menu-item:nth-child(9) a {
    border-top: 1px solid #707070;
    font-family: Rubik;
    padding: 15px 0 0;
  }
  .header_mobile .sub-menu .menu-item:nth-child(1) a span,
.header_mobile .sub-menu .menu-item:nth-child(5) a span,
.header_mobile .sub-menu .menu-item:nth-child(9) a span {
    color: #D7000F;
    line-height: 1;
  }
  .header_mobile .sub-menu li span {
    padding: 0;
  }
}
@media only screen and (min-width: 1080px) {
  /* 桌機選單 */
  body.cesis_menu_use_dda ul#main-menu > li.menu-item.menu-item-has-children > a > span:after {
    font-size: 18px;
  }
  .tt-main-navigation:not(.tt-vertical-navigation) .sub-menu, .cesis_cart_icon .cesis_dropdown {
    padding: 20px;
    width: 290px !important;
    max-width: 290px !important;
    background: #F0F0F0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
  }
  .tt-main-navigation > div > ul > li > a:visited span,
.tt-main-navigation > div > ul > li > a:active span,
.tt-main-navigation > div > ul > li > a:hover span {
    color: #111;
  }
  .cesis_parent_highlight .nav_bottom_borderx.text_border > div > ul > li.current_page_parent > a span,
.cesis_parent_highlight .nav_bottom_borderx.text_border > div > ul > li.current-menu-parent > a span,
.nav_bottom_borderx.text_border > div > ul > li.current-menu-item > a span, .nav_bottom_borderx.text_border > div > ul > li > a:hover span {
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
  }
  .cesis_parent_highlight .nav_bottom_borderx.text_border > div > ul > li > a span:before {
    content: "";
    display: block;
    content: "";
    position: absolute;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    height: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  .cesis_parent_highlight .nav_bottom_borderx.text_border > div > ul > li > a:hover span:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #D7000F;
  }
  .tt-main-navigation:not(.tt-vertical-navigation) > div > ul > li:not(.cesis_megamenu) .sub-menu li > a > span {
    padding: 0;
  }
  .tt-main-navigation:not(.tt-vertical-navigation) .sub-menu li:nth-child(1),
.tt-main-navigation:not(.tt-vertical-navigation) .sub-menu li:nth-child(5),
.tt-main-navigation:not(.tt-vertical-navigation) .sub-menu li:nth-child(9) {
    padding: 0 0 8px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
  }
  .tt-main-navigation:not(.tt-vertical-navigation) .sub-menu li:nth-child(5),
.tt-main-navigation:not(.tt-vertical-navigation) .sub-menu li:nth-child(9) {
    margin-top: 10px;
  }
  .tt-main-navigation:not(.tt-vertical-navigation) .sub-menu li:nth-child(1) a,
.tt-main-navigation:not(.tt-vertical-navigation) .sub-menu li:nth-child(5) a,
.tt-main-navigation:not(.tt-vertical-navigation) .sub-menu li:nth-child(9) a {
    padding: 6px 10px;
    border-radius: 30px;
  }
  .tt-main-navigation:not(.tt-vertical-navigation) .sub-menu li:nth-child(1) a:hover,
.tt-main-navigation:not(.tt-vertical-navigation) .sub-menu li:nth-child(5) a:hover,
.tt-main-navigation:not(.tt-vertical-navigation) .sub-menu li:nth-child(9) a:hover {
    background: #D7000F;
  }
  .main-menu ul a,
.main-menu.sm-vertical a,
.search-menu ul a,
.search-menu.sm-vertical a {
    padding: 15px 0;
    line-height: 1;
  }
  .main-menu ul a {
    padding: 7px 10px;
    font-size: 14px;
  }
  .tt-main-navigation:not(.tt-vertical-navigation) .sub-menu li > a > span {
    color: #555;
    font-size: 14px;
  }
  .tt-main-navigation:not(.tt-vertical-navigation) .sub-menu li:nth-child(1) > a > span,
.tt-main-navigation:not(.tt-vertical-navigation) .sub-menu li:nth-child(5) > a > span,
.tt-main-navigation:not(.tt-vertical-navigation) .sub-menu li:nth-child(9) > a > span {
    color: #D7000F;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 700;
  }
  .tt-main-navigation:not(.tt-vertical-navigation) .sub-menu li:nth-child(1) > a:hover > span,
.tt-main-navigation:not(.tt-vertical-navigation) .sub-menu li:nth-child(5) > a:hover > span,
.tt-main-navigation:not(.tt-vertical-navigation) .sub-menu li:nth-child(9) > a:hover > span {
    color: #fff !important;
  }
  .main-menu ul a:hover {
    background: transparent;
    -webkit-box-shadow: inset 5px 0 0 0 transparent;
            box-shadow: inset 5px 0 0 0 transparent;
    border-left-color: transparent;
  }
  .main-menu ul a:active span,
.main-menu ul a:hover span {
    color: #D7000F !important;
  }
  body:not(.rtl) .tt-main-navigation:not(.tt-vertical-navigation) > div > ul > li:not(.cesis_megamenu) .sub-menu li.current-menu-item > a > span {
    -webkit-box-shadow: inset 5px 0 0 0 transparent;
            box-shadow: inset 5px 0 0 0 transparent;
    color: #D7000F;
  }
  .tt-main-navigation:not(.tt-vertical-navigation) .sub-menu li > a > span:hover {
    background: transparent;
  }
}
.cesis_blog_m_thumbnail {
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}

.cesis_blog_style_8 .cesis_blog_m_content {
  padding: 30px 20px;
  border-radius: 0 0 10px 10px;
}

.cesis_blog_style_8 .cesis_blog_m_top_info > span.cesis_blog_m_date {
  padding-right: 5px;
  margin-right: 5px;
  position: relative;
}

.cesis_blog_style_8 .cesis_blog_m_top_info > span.cesis_blog_m_date:before {
  content: "";
  display: block;
  height: 14px;
  width: 1px;
  background-color: #999;
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 1;
}

@media only screen and (min-width: 1080px) {
  .cesis_blog_m_title {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    min-height: 3em;
    line-height: 1.5;
  }
  .blog_one_index .cesis_blog_m_title {
    max-height: initial;
    min-height: initial;
  }
}
.cesis_blog_m_title a:focus, .cesis_blog_m_title a:active {
  color: #D7000F;
}
@media (min-width: 1280px) {
  .cesis_blog_m_title a:hover {
    color: #D7000F;
  }
}

.cesis_nav_style_3 .cesis_nav_prev,
.cesis_nav_style_3 .cesis_nav_next {
  border-color: #ddd;
  color: #555;
}

.cesis_nav_style_3 .cesis_nav_prev:hover,
.cesis_nav_style_3 .cesis_nav_next:hover {
  border-color: #D7000F;
  color: #fff;
  background: #D7000F;
}

.cesis_nav_style_3 .cesis_nav_number {
  border-color: #ddd;
  color: #555;
}

.cesis_nav_style_3 .cesis_nav_number:hover {
  border-color: #D7000F;
  color: #fff;
  background: #D7000F;
}

.cesis_navigation_ctn:not(.cesis_nav_style_4) span:hover,
.cesis_navigation_ctn:not(.cesis_nav_style_4) span.cesis_nav_active,
.cesis_navigation_ctn:not(.cesis_nav_style_4) .cesis_nav_number:hover a,
.cesis_navigation_ctn:not(.cesis_nav_style_4) .cesis_nav_number .current,
.cesis_navigation_ctn:not(.cesis_nav_style_4) .cesis_nav_prev:hover,
.cesis_navigation_ctn:not(.cesis_nav_style_4) .cesis_nav_next:hover, .cesis_navigation_ctn:not(.cesis_nav_style_4) .cesis_nav_prev:hover a,
.cesis_navigation_ctn:not(.cesis_nav_style_4) .cesis_nav_next:hover a, .cesis_navigation_ctn:not(.cesis_nav_style_4) span:hover .dots {
  background-color: #D7000F;
  border-color: #D7000F;
}

@media only screen and (min-width: 1080px) {
  .page_title_container {
    height: auto !important;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1079px) {
  body.single-post .main-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1080px) {
  body.single-post .main-title {
    font-size: 44px;
  }
}
.main-title {
  line-height: 140%;
}

.cesis_share_box.grey span a:hover,
.cesis_container:not(.business_container) .entry-footer .sp_categories_ctn a:hover,
.cesis_container:not(.business_container) .entry-footer .sp_tags_ctn a:hover {
  border-color: #D7000F;
  color: #D7000F;
}

.cesis_container.lifestyle_container .entry-footer .sp_catags_ctn {
  text-align: left;
}

.cesis_container.lifestyle_container .entry-footer .sp_categories_ctn a, .cesis_container.lifestyle_container .entry-footer .sp_tags_ctn a {
  border-radius: 30px;
}

.cesis_share_box.grey.circle {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}

.cesis_container.lifestyle_container .entry-footer .share_ctn:before {
  content: "分享此文";
  display: block;
  margin: 0 0 10px;
  color: #111;
  font-size: 14px;
}

@media only screen and (max-width: 1079px) {
  .cesis_share_box.grey span {
    width: initial !important;
  }
}
.cesis_share_box.grey.circle span a {
  margin: 0;
}

.blog_one_index .cesis_blog_m_thumbnail {
  border-radius: 10px;
  border-bottom: 1px solid #ddd;
}

.owl-prev {
  margin-left: 0;
}

.owl-next {
  margin-right: 0;
}

.owl-prev .owl-nav-container,
.owl-next .owl-nav-container {
  background: rgba(0, 0, 0, 0.3);
}

.owl-prev:hover .owl-nav-container,
.owl-next:hover .owl-nav-container {
  background: #d7000f;
}

.owl-prev .owl-nav-container {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.owl-next .owl-nav-container {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.blog_one_index .owl-prev,
.blog_one_index .owl-next {
  top: 33%;
}
@media only screen and (max-width: 1079px) {
  .blog_one_index .owl-prev,
.blog_one_index .owl-next {
    top: 17%;
  }
}

.cesis_blog_style_1 .cesis_m_more_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cesis_blog_m_content .read_more_small {
  display: block;
  position: relative;
  padding-top: 48px;
  height: 48px;
  white-space: nowrap;
  border-width: 1px;
}
.cesis_blog_m_content .read_more_small:before {
  content: "閱讀更多";
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-weight: 500;
  line-height: 32px; /* 160% */
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.lifestyle_container .cesis_blog_m_thumbnail {
  margin-bottom: 35px;
  border: none;
}

.single-post .article_ctn {
  padding-top: 30px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 1079px) {
  .single-post .article_ctn {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.single-post .cesis_blog_m_thumbnail {
  border-radius: 20px;
}
@media only screen and (max-width: 1079px) {
  .single-post .cesis_blog_m_thumbnail {
    border-radius: 10px;
  }
}
.single-post .entry-content {
  font-size: 18px;
  color: #333;
}
.single-post .entry-content :where(figcaption) {
  font-size: 16px;
  color: #888;
  margin-top: 5px !important;
}
.single-post .entry-content :where(figcaption) sub {
  font-size: 100%;
}
.single-post .entry-content h2,
.single-post .entry-content h3 {
  margin-bottom: 0.5em;
}
.single-post .entry-content p {
  margin-bottom: 1.5em;
}
.single-post .entry-content h3 {
  color: #D7000F;
}
.single-post .entry-content h2 {
  font-size: 32px;
  line-height: 1.25;
}
.single-post .entry-content h4 {
  font-size: 18px;
  color: #D7000F;
  margin-bottom: 0.5em;
  line-height: 160%;
}
.single-post .entry-content p {
  line-height: 160%;
}
.single-post .entry-content ul,
.single-post .entry-content ol {
  margin-bottom: 1.5em;
}
.single-post .entry-content li {
  padding: 4px 0;
}
.single-post .entry-content .wp-block-image {
  margin: 0 0 35px;
}
.single-post .entry-content .wp-block-image :where(figcaption) {
  margin-top: 0;
}
.single-post .entry-content a {
  color: #111;
  text-decoration: underline;
}
.single-post .entry-content a:hover {
  text-decoration: none;
  color: #D7000F;
}
.single-post .entry-content .wp-block-quote {
  padding: 20px;
  background: #F0F0F0;
  border-left: none;
  border-radius: 10px;
  font-style: italic;
  color: #555;
}
@media only screen and (max-width: 1079px) {
  .single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content p,
.single-post .entry-content .wp-block-image {
    margin: 0 0 25px;
  }
  .single-post .entry-content h2 {
    font-size: 28px;
  }
}
.single-post .entry-content .wp-block-table {
  margin: 0;
}
.single-post .entry-content .wp-block-table table {
  font-size: 16px;
}
.single-post .entry-content .wp-block-table thead {
  border-bottom: none;
  background: #777;
}
.single-post .entry-content .wp-block-table tr {
  border: none;
  border-bottom: 1px solid #ddd;
}
.single-post .entry-content .wp-block-table tbody tr:nth-child(even) {
  background: #F8F8F8;
}
.single-post .entry-content .wp-block-table td,
.single-post .entry-content .wp-block-table th {
  border: none;
}
.single-post .entry-content .wp-block-table th {
  padding: 10px;
  color: #fff;
}
.single-post .entry-content .wp-block-table td {
  padding: 15px 10px;
}
@media only screen and (max-width: 1079px) {
  .single-post .entry-content .wp-block-table table {
    width: 840px;
  }
}

.feixin-subcribe-form {
  width: 100% !important;
  max-width: 370px;
  margin: 50px auto;
  position: relative;
}
.feixin-subcribe-form .feixin-subcribe-field {
  padding: 0;
}
.feixin-subcribe-form .feixin-subcribe-field label {
  display: none;
}
.feixin-subcribe-form .feixin-subcribe-field input {
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 16px;
  padding: 10px;
}
.feixin-subcribe-form .feixin-subcribe-submit {
  position: absolute;
  top: 0;
  right: 0;
}
.feixin-subcribe-form .feixin-subcribe-submit button {
  margin: 0;
  font-size: 16px;
  padding: 15px;
}
.feixin-subcribe-form .feixin-subcribe-introduce-text {
  font-size: 14px;
}
.feixin-subcribe-form .feixin-subcribe-introduce-text strong {
  color: #888 !important;
  font-weight: normal;
}

div.sharedaddy h3.sd-title {
  display: none;
}
div.sharedaddy .sd-content {
  padding: 15px 0 3px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#jp-relatedposts {
  font-family: "Noto Sans TC";
}

#jp-relatedposts:before {
  content: " ";
  display: block;
  background: #f7f7f7;
  position: absolute;
  left: -100%;
  top: 0;
  right: -100%;
  bottom: -40px;
}

#jp-relatedposts h3.jp-relatedposts-headline {
  display: block;
  float: none;
  font-size: 20px;
  line-height: 160%;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
  position: relative;
  color: #111;
}

#jp-relatedposts h3.jp-relatedposts-headline em:before {
  display: none;
}

#jp-relatedposts .jp-relatedposts-items-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  gap: 23px;
  position: relative;
}

@media only screen and (max-width: 1079px) {
  #jp-relatedposts .jp-relatedposts-items-visual {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
  margin: 0;
  float: none;
  width: initial;
  opacity: 1;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 10px);
          flex: 0 0 calc(33.333% - 10px);
  -ms-flex: 0 0 calc(33.333% - 16px);
      flex: 0 0 calc(33.333% - 16px);
  border-radius: 10px;
  padding: 0 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

@media only screen and (max-width: 1079px) {
  #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
  margin: 0 0 20px;
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  /* title_20_bold */
  font-size: 20px;
  line-height: 30px; /* 150% */
  padding: 0 15px;
  margin: 0 0 5px;
  color: #111;
}

@media only screen and (min-width: 1080px) {
  #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    min-height: 3em;
    line-height: 1.5;
  }
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  font-weight: 800;
}

#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
  display: block;
  font-size: 16px;
  line-height: 160%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #555;
  padding: 0 15px;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
  color: #999;
  font-family: Rubik;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  opacity: 1;
  margin: 0 0 10px;
  padding: 0 15px;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
  display: none;
}

/* 按鈕區 */
@media only screen and (min-width: 1080px) {
  .wordpress_btnbox .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
.wordpress_taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.wordpress_taglist .cesis_single_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  background: #fff;
  border-radius: 40px;
  border: 1px solid #ddd !important;
}
.wordpress_taglist.cesis_icon_list .cesis_single_list:last-child {
  border: 1px solid #ddd !important;
}
.wordpress_taglist .cesis_list_icon {
  display: none;
}

@media only screen and (max-width: 1079px) {
  .wordpress_contact {
    background: url("https://blog.reddoor.com.tw/wp-content/uploads/2025/05/bg_contact.jpg") no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (min-width: 1080px) {
  .wordpress_contact {
    background-image: url("https://blog.reddoor.com.tw/wp-content/uploads/2025/04/bg_contact.jpg");
  }
}