@charset "utf-8";
/* CSS Document */

/* 共通 css開始  */
* {
  box-sizing: border-box;
}
:root {
  --main: #1d3b5a;
}
html {
  scroll-behavior: smooth;
}
body {
  /* font-family: "微軟正黑體";
  line-height: 1.5em; */
  margin: 0;
  background-color: #fff;
}

@supports (padding-top: constant(safe-area-inset-top)) {
  body {
    padding: env(safe-area-inset-top) env(safe-area-inset-right)
      env(safe-area-inset-bottom) env(safe-area-inset-left);
  }
}

@media (display-mode: fullscreen) {
  body {
    padding: 0;
    padding-top: 44px;
  }
}

@media (display-mode: standalone) {
  body {
    padding: 0;
  }
}

@supports (padding-top: env(safe-area-inset-top)) {
  body {
    --safe-area-inset-top: env(safe-area-inset-top);
    height: calc(100% + var(--safe-area-inset-top));
  }
}

@media (display-mode: fullscreen) {
  body {
    height: 100%;
  }
}

@media (display-mode: standalone) {
  body {
    height: 100%;
  }
}

label {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a img {
  border: none;
}
img {
  -webkit-user-drag: none;
}
img {
  image-rendering: -moz-crisp-edges; /* Firefox        */
  image-rendering: -o-crisp-edges; /* Opera          */
  image-rendering: -webkit-optimize-contrast; /* Safari         */
  image-rendering: optimize-contrast; /* CSS3 Proposed  */
  -ms-interpolation-mode: nearest-neighbor; /* IE8+           */
}
a:hover,
a:focus {
  text-decoration: none;
}
:focus,
button:focus {
  outline: none;
}
/* Heading styles */
h1,
h2,
h3,
h4,
h5,
h6,
p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  padding: 0;
}
/* List style */
ul {
  /* list-style: none; */
  margin-left: 20px;
  padding: 0;
}
/*------------------------------------*\
    Global
\*------------------------------------*/

@media only screen and (min-width: 1600px) {
  .header-wrap .container {
    max-width: 1570px;
  }
  #welcome_service_section .container,
  .page_wrap .container {
    max-width: 1570px;
  }
  #contact_service_section .container {
    max-width: 1280px;
  }
}

/* HTML 文字編輯器內容 */
.html_ckeditor_content * {
  line-height: 1.2;
}
.html_ckeditor_content {
  width: 100%;
  word-break: break-all;
}
.html_ckeditor_content:after {
  content: ""; /* 2. 新增 content，注意需要加上 "" */
  display: block; /* 3. 新增 display，也可以用 table */
  clear: both;
}
.html_ckeditor_content img {
  max-width: 100%;
  height: auto !important;
}
.html_ckeditor_content iframe {
  max-width: 100%;
}
.html_ckeditor_content p {
  z-index: 1;
  margin: 18px 0;
}
.html_ckeditor_content ul,
.html_ckeditor_content ol {
  padding-left: 2rem;
}
/* 上方空白區塊(撐高用) */
.head_top_block {
  height: 85.5px;
}
@media (max-width: 1399px) {
  .head_top_block {
    height: 84px;
  }
}
@media (max-width: 1199px) {
  .head_top_block {
    height: 81px;
  }
}
@media (max-width: 991px) {
  .head_top_block {
    height: 62px;
  }
}

/* ========== 圖片比例 ========== */
.outter {
  width: 100%;
}
.image-container {
  width: 100%;
}
.image-container::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.image-container.ratio-5-4::before {
  padding-top: 80%;
}
.image-container .image {
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

/* =========套版CSS覆蓋============ */

/* ====header==== */
.header-wrap .navbar .navbar-brand {
  max-width: 270px;
}
.header-wrap .navbar .navbar-nav .nav-item {
  padding: 0 10px;
}
.header-wrap .navbar .navbar-nav .nav-item a.active,
.header-wrap .navbar .navbar-nav .nav-item a:hover {
  color: #da8c67;
}

@media (max-width: 1200px) {
  .header-wrap .navbar .navbar-nav .nav-item {
    padding: 0 5px;
  }
}
@media (max-width: 991px) {
  .navbar-brand img {
    max-width: 183px;
  }
  .main-menu-wrap {
    background-color: #eef2f8;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: static;
  }
  .header-wrap .navbar .navbar-nav .nav-item {
    padding: 0;
  }
}
.btn.style2 {
  font-size: 20px;
}
.btn.style2:before {
  background: linear-gradient(90deg, #627ca3 0%, #233c64 99.88%);
}

.btn.style2:after {
  background: linear-gradient(-90deg, #233c64 0%, #627ca3 99.88%);
}

.mobile-menu {
  background: #1d3b5a;
}
/* ====首頁輪播==== */
#main_slider_section {
  overflow: hidden;
}
#main_slider_mobile_section {
  overflow: hidden;
  display: none;
}
@media (max-width: 767px) {
  #main_slider_section {
    display: none;
  }
  #main_slider_mobile_section {
    display: block;
  }
}
.hero-wrap.style2 {
  background-color: #fff6f6;
  margin-top: 0;
}
.hero-wrap.style2 .hero-img-wrap img {
  aspect-ratio: 690 / 714;
  object-fit: cover;
}
.hero-wrap.style2 .hero-shape-two {
  opacity: 1;
}
.hero-wrap .hero-content h1 {
  font-size: 48px !important;
}
.hero-wrap.style2 .hero-content p {
  font-size: 36px;
  color: #c0967a;
}
.hero-slider-one.owl-carousel .owl-dots .owl-dot button {
  color: #da8c67;
}
.hero-slider-one.owl-carousel .owl-dots .owl-dot button::after {
  background-color: #da8c67;
}
.hero-slider-one.owl-carousel .owl-dots .owl-dot.active button {
  color: #fff;
}
.hero-slider-one.owl-carousel .owl-dots .owl-dot.active button::before {
  background-color: #fff;
}
@media (max-width: 991px) {
  .hero-wrap .hero-content h1 {
    font-size: 24px !important;
  }
  .hero-wrap.style2 .hero-content p {
    font-size: 15px;
  }
}

/* ====首頁關於我們==== */
#welcome_about_section {
  overflow: hidden;
}
.bg-albastor {
  background-color: #fbfbfb;
}

.section-title.style1 span,
.content-title.style1 span {
  color: #da8c67;
}
.section-title h2,
.content-title h2 {
  font-weight: normal;
}
.content-title h2 {
  color: #1a2a43;
  font-weight: 500;
  font-size: 48px;
  margin-bottom: 20px;
}
.section-title span,
.content-title span {
  padding: 0;
}
.content-title span {
  font-size: 22px;
}
.section-title span {
  font-size: 24px;
  color: #1d3b5a;
  margin-bottom: 5px;
}
.section-title h2 {
  font-size: 48px;
  color: #1f3c5d;
}
.welcome_about_title {
  font-size: 40px;
  font-weight: bold;
  color: #da8c67;
  margin-bottom: 0px;
}
.content-title p {
  font-size: 20px;
  color: #1f3c5d;
  padding-right: 0;
  margin-top: 0;
  font-weight: bold;
}
@media (max-width: 991px) {
  .section-title h2,
  .content-title h2 {
    font-size: 32px;
  }
  .section-title span,
  .content-title span {
    font-size: 16px;
  }
  .welcome_about_title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .content-title p {
    font-size: 16px;
    font-weight: normal;
  }
}

.welcome_about_img_wrap {
  margin-right: -15px;
  aspect-ratio: 1002 / 536;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.welcome_about_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.welcome_about_mobile_img {
  display: none;
}
@media (max-width: 991px) {
  .welcome_about_img_wrap {
    margin-top: 12px;
    margin-right: 0;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .welcome_about_pc_img {
    display: none;
  }
  .welcome_about_mobile_img {
    display: block;
  }
}

/* ====首頁最新消息==== */
.blog-slider-one .blog-card.style2 {
  display: block;
}
.blog-card.style2 .blog-img {
  aspect-ratio: 665 / 470;
  margin-bottom: 80px;
}
.blog-card .blog-metainfo li {
  font-size: 16px;
}
.blog-card .blog-metainfo li:first-of-type {
  margin-right: 0;
  color: #1f3c5d;
}
.blog-card .blog-metainfo li:last-of-type {
  padding-left: 4px;
  color: #da8c67;
}
.blog-card .blog-info h3 {
  font-size: 20px;
  color: #1a2a43;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}

.welcome_news_btn_wrap {
  margin-top: 90px;
  text-align: center;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background-color: #1f3c5d;
}
.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
  color: #fff;
}
@media (max-width: 767px) {
  .welcome_news_btn_wrap {
    margin-top: 35px;
  }
}

/* ====首頁服務介紹==== */
#welcome_service_section {
  overflow: hidden;
}
.about-wrap {
  background-color: #fbfbfb;
}
.welcome_service_content_wrap {
  position: relative;
  z-index: 1;
}
.about-wrap.style2 .about-content .content-feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 15px;
}
.about-wrap.style2 .about-content .content-feature-list li {
  padding: 0;
  background-color: #fff6f6;
}
.about-wrap.style2 .about-content .content-feature-list li a {
  display: block;
  padding: 10px 17px;
  font-size: 24px;
  color: #4c4948;
}
@media (max-width: 991px) {
  .about-wrap.style2 .about-content .content-feature-list {
    grid-template-columns: 1fr;
  }
}
.about-wrap.style2 .about-content .content-feature-list li img {
  margin-right: 16px;
}
.about-wrap.style2 .about-content .content-feature-list li:hover {
  background-color: #fff;
}
.about-wrap.style2 .about-img-wrap {
  margin-left: 60px;
}

.about-wrap.style2 .about-img-wrap .about-shape-one {
  right: -88px;
  top: 32%;
}
.about-wrap.style2 .about-img-wrap .about-shape-two {
  bottom: 30px;
}

.welcome_service_img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  aspect-ratio: 593 / 587;
  max-width: 593px;
  object-fit: cover;
}
.welcome_service_mobile_img {
  display: none !important;
}
@media (max-width: 991px) {
  .about-wrap.style2 .about-img-wrap {
    margin-left: 0px;
    margin-bottom: 64px;
    padding: 0 30px;
  }
  .about-wrap.style2 .about-img-wrap .about-shape-three {
    padding: 70px;
  }
}
@media (max-width: 767px) {
  .about-wrap.style2 .about-img-wrap .about-shape-three {
    padding: 80px;
  }
  .about-wrap.style2 .about-img-wrap .about-shape-one {
    right: 20px;
    top: 32%;
    width: 150px;
  }
  .about-wrap.style2 .about-img-wrap .about-shape-two {
    bottom: 30px;
    left: 42px;
    width: 100px;
  }
  .welcome_service_img {
    max-width: 322px;
  }
  .welcome_service_pc_img {
    display: none !important;
  }
  .welcome_service_mobile_img {
    display: block !important;
  }
}
@media (max-width: 475px) {
  .about-wrap.style2 .about-img-wrap .about-shape-three {
    padding: 50px;
  }
  .about-wrap.style2 .about-img-wrap .about-shape-one {
    right: -20px;
  }
  .about-wrap.style2 .about-img-wrap .about-shape-two {
    left: 5px;
  }
}
/* ====首頁聯絡我們==== */
#welcome_contact_section {
  position: relative;
  padding: 300px 0 194px;
  overflow: hidden;
}
.welcome_contact_top_wave_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  #welcome_contact_section {
    padding: 150px 0 56px;
  }
}
.welcome_contact_img_wrap {
  height: 100%;
}
.welcome_contact_img_wrap img {
  width: 100%;
  height: 100%;
  aspect-ratio: 692 / 729;
  object-fit: cover;
}
.welcome_contact_mobile_img {
  display: none;
}
@media (max-width: 991px) {
  .welcome_contact_mobile_img {
    display: block;
    height: auto;
  }
  .welcome_contact_pc_img {
    display: none;
  }
}
#welcome_contact_section .content-title span {
  color: #1d3b5a;
  font-size: 24px;
  font-weight: bold;
}

#welcome_contact_section .content-title h2 {
  color: #fff;
}
@media (max-width: 991px) {
  #welcome_contact_section .content-title {
    margin-bottom: 16px;
  }
}
.apply-form {
  background-color: #ffb08b;
  padding: 41px 31px 63px 40px;
}
@media (max-width: 991px) {
  .apply-form {
    padding: 25px 18px 37px 26px;
  }
}
.apply-form form .form-group input {
  height: 62px;
}
.apply-form form .form-group label {
  font-size: 24px;
  color: #1a2a43;
  margin-bottom: 10px;
  font-weight: bold;
}
.apply-form form .form-group textarea {
  width: 100%;
  height: 113px;
  background-color: #fff;
  padding: 15px 15px;
  border: none;
  resize: none;
}
@media (max-width: 991px) {
  .apply-form {
    margin-top: 0;
  }
  .apply-form form .form-group input {
    height: 37px;
  }
  .apply-form form .form-group label {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .apply-form form .form-group textarea {
    height: 66px;
  }
}

.welcome_contact_submit_wrap {
  display: flex;
  align-items: flex-end;
  column-gap: 35px;
}
@media (max-width: 1199px) {
  .welcome_contact_submit_wrap {
    column-gap: 20px;
  }
  .welcome_contact_submit_wrap .g_recaptcha_wrapper {
    width: 182.4px;
    display: flex;
    align-items: flex-end;
  }
  .welcome_contact_submit_wrap .g_recaptcha_wrapper .g-recaptcha {
    transform: scale(0.6);
    transform-origin: 0 bottom;
  }
  .welcome_contact_submit_wrap .btn {
    height: 34px;
    padding: 5px 10px;
  }
}

/* ====側邊選單==== */
.side_nav_wrap {
  position: fixed;
  right: 20px;
  bottom: 110px;
  z-index: 999;
}

.slide_nav_item_link {
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.slide_nav_item_link {
  width: 50px;
  height: 50px;
}
.slide_nav_item_link:hover {
  transform: scale(0.9);
}

.slide_nav_item_link_line_mobile {
  display: none;
}
@media(max-width: 991px) {
  .slide_nav_item_link_line_pc {
    display: none;
  }
  .slide_nav_item_link_line_mobile {
    display: block;
  }
}
.line_qr_code_block {
  width: 170px;
  height: 170px;
  border-radius: 10px;
  background-color: #d9d9d9;
  padding: 12px;
  position: absolute;
  bottom: 0;
  right: calc(100% + 14px);
  display: none;
}
.back-to-top {
  /* position: static; */
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  background-color: #1a2a43;
}
@media only screen and (max-width: 767px) {
  .side_nav_wrap {
    right: 10px;
  }
}
/* ====foot==== */
.footer-wrap {
  background-color: #1f3c5d;
  margin-top: 50px;
  /* background-color: transparent; */
  overflow: visible;
}
.foot_top_bg {
  position: absolute;
  z-index: -2;
  bottom: 80%;
  left: 0;
  width: 100%;
  /* min-height: 208px; */
  object-fit: contain;
  object-position: top top;
  pointer-events: none;
}
@media (max-width: 1299px) {
  .foot_top_bg {
    bottom: 90%;
  }
}
@media (max-width: 991px) {
  .foot_top_bg {
    bottom: 99%;
  }
}
/* .footer-wrap::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1f3c5d;
  mask-image: url("../img/foot_bg.png");
  mask-position: center top;
  mask-size: contain;
  mask-repeat: no-repeat;
} */

.footer-wrap.style2 {
  top: 0px;
  padding-top: 0;
}

/* .foot_top_shape {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  mask-image: url("../img/wave_1.png");
  mask-position: center top;
  mask-size: cover;
  width: 100%;
  height: 90px;
} */

.foot_top_wrap {
  padding: 30px 0 30px;
}
@media (max-width: 767px) {
  .foot_top_wrap {
    padding: 30px 0 30px;
  }
}
.footer-logo {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .footer-logo {
    margin-bottom: 17px;
  }
}
/* 店家資訊 */
.foot_info_wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .foot_info_wrap {
    flex-direction: column;
    row-gap: 4px;
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .foot_info_wrap {
  }
}
.foot_info_item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 6px;
}

.foot_info_item:first-of-type:before {
  display: none;
}
@media (max-width: 991px) {
  .foot_info_item:first-of-type:before {
    display: block;
  }
}

.info_text {
  font-size: 18px;
  display: flex;
}

.info_title {
  flex-shrink: 0;
  position: relative;
  color: #eee7de;
  margin-right: 4px;
}
.foot_info_item a {
  color: #eee7de;
}
.foot_info_item a:hover {
  opacity: 0.7;
}
.foot_info_item a:not([href]) {
  color: #eee7de;
}

.social-profile li {
  margin: 0 4px 0 0;
}
.social-profile li a {
  width: auto;
  height: auto;
}
.social-profile.style1 li a {
  background-color: transparent;
}

.footer-wrap .footer-widget {
  margin-bottom: 0;
}
.footer-wrap .footer-widget .social-profile li a {
  font-size: 20px;
}
.footer-wrap .footer-widget .social-profile li a:hover {
  background-color: transparent;
}
.social-profile.style1 li a i {
  color: #fff;
  font-size: 20px;
}
.footer-wrap .footer-widget .social-profile li a:hover i {
  color: #fff;
}

/* foot 導覽列 */
.foot_nav_list {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  column-gap: 30px;
}
.foot_nav_item {
  font-size: 20px;
  color: #eee7de;
}
.foot_nav_item:hover {
  color: #c0967a;
}

@media (max-width: 767px) {
  .foot_nav_list {
    display: none;
    justify-content: flex-start;
  }
}

.copyright-text {
  color: #eee7de;
}
.copyright-text a {
  color: #eee7de;
}
@media (max-width: 767px) {
  .copyright-text {
    text-align: left;
  }
}

/* ========== Banner ========== */
.page_banner {
  position: relative;
  z-index: 2;
  height: calc(100vw / 1920 * 390);
}
@media (max-width: 767px) {
  .page_banner {
    height: calc(100vw / 428 * 114);
  }
}

/* 電腦版 */
.page_banner_img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0;
  object-fit: cover;
  z-index: -1;
}
@media (max-width: 767px) {
  .page_banner_img {
    display: none;
  }
}
/* 手機版 */
.page_banner_img_mobile {
  display: none;
}
@media (max-width: 767px) {
  .page_banner_img_mobile {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 0;
    z-index: -1;
    object-fit: cover;
  }
}

.breadcrumb-wrap {
  padding: 0;
  display: flex;
  align-items: center;
}
.breadcrumb_title_block {
  display: flex;
  align-items: flex-end;
  column-gap: 9px;
  margin-bottom: 10px;
}
.breadcrumb_title_block h2 {
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1;
  font-size: 48px;
  color: #1f3c5d;
}
.breadcrumb_title_block h3 {
  margin-bottom: 0;
  line-height: 1;
  color: #da8c67;
  font-weight: normal;
  font-size: 24px;
}

.breadcrumb-title .breadcrumb-menu li {
  color: #000;
  margin: 0 5px;
}
.breadcrumb-title .breadcrumb-menu li a {
  color: #000;
  padding: 0;
}
.breadcrumb-title .breadcrumb-menu li a:hover {
  color: #000;
  opacity: 0.7;
}
.breadcrumb-title .breadcrumb-menu li:after {
  background-color: #000;
  right: -12px;
}
.breadcrumb-title .breadcrumb-menu li:last-child {
  color: #000;
}
@media (max-width: 767px) {
  .breadcrumb-wrap:after {
    background: transparent;
  }
  .breadcrumb_title_block {
    display: block;
    margin-bottom: 8px;
  }
  .breadcrumb_title_block h2 {
    font-size: 24px;
  }
  .breadcrumb_title_block h3 {
    font-size: 16px;
  }
  .breadcrumb-title .breadcrumb-menu li a {
    font-size: 12px;
  }
}

.page_wrap {
  padding: 67px 0 192px;
}
@media (max-width: 991px) {
  .page_wrap {
    padding: 34px 0 88px;
  }
}

.page_nav_title_mobile {
  color: #1d3b5a;
  text-align: center;
  margin-bottom: 65px;
  font-weight: bold;
  display: none;
}
@media (max-width: 991px) {
  .page_nav_title_mobile {
    display: block;
  }
}
/* ===頁面選單=== */
.page_nav_block.animation {
  animation-name: ani_slideBottom;
  animation-duration: 0.75s;
  animation-delay: 0.25s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
.page_nav_list {
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 80px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .page_nav_list {
    display: none;
  }
}
.page_nav_item {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  flex-shrink: 0;
}
.page_nav_item:last-child {
  margin-right: 0;
}
.page_nav_link {
  padding: 12px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid var(--main);
  border-radius: 10px;
  overflow: hidden;
  font-size: 20px;
  color: #1a2a43;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}

.page_nav_link:not([href]) {
  color: #000;
}
.page_nav_link i {
  color: #000;
  font-size: 13px;
  transition: all 0.3s;
}

.page_nav_link i {
  font-size: 28px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #8592a2;
  transition: all 0.3s;
}

.page_nav_link .page_nav_link_single_icon {
  color: #fff;
}
.page_nav_link:hover,
.page_nav_link.active,
.page_nav_link.active_single {
  background-color: var(--main);
  color: #fff;
}
.page_nav_link:hover i,
.page_nav_link.active i,
.page_nav_link.active_single i {
  color: #fff;
}
.page_nav_link:not([href]):hover {
  color: #fff;
}

.page_nav_text {
  font-size: 22px;
  color: var(--main);
  margin-bottom: 35px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .page_nav_text {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.page_nav_list_2_drop {
  /* position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 4; */
  display: none;
  padding: 0 27px 0 32px;
}
.page_nav_link.active + .page_nav_list_2_drop {
  display: block;
}
.page_nav_link_2 {
  color: #000;
  height: 64px;
  padding: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;

  border-bottom: 1px dashed transparent;
  border-image: repeating-linear-gradient(
      to right,
      #c9c9c9 0,
      #c9c9c9 10px,
      transparent 10px,
      transparent 20px
    )
    1;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.page_nav_link_2:last-of-type {
  border-bottom: none;
}
.page_nav_link_2:not([href]) {
  color: var(--main);
}
.page_nav_link_2 i {
  font-size: 12px;
}

.page_nav_link_2:hover,
.page_nav_link_2.active {
  color: var(--main);
}

.page_nav_list_3_drop {
  position: absolute;
  z-index: 2;
  left: 100%;
  top: 0;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: none;
}

.page_nav_link_3 {
  display: block;
  font-size: 18px;
  padding: 0 20px;
  height: 52px;
  line-height: 52px;
  text-wrap: nowrap;
  color: #000;
}

.page_nav_link_3:hover,
.page_nav_link_3.active {
  color: #fff;
  background-color: #ec938c;
}

/* =======最新消息列表======== */
#news_section {
  background-color: #f5f5f5;
  position: relative;
}
#news_section::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: -1;
  background-color: #f5f5f5;
  height: 100%;
  width: 100%;
}
.news_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 34px;
  row-gap: 77px;
}
@media (max-width: 1399px) {
  .news_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .news_list {
    grid-template-columns: 1fr;
    row-gap: 53px;
  }
}
.news_item {
  position: relative;
  z-index: 0;
  height: 100%;
  transition: all 0.3s;
}
.news_item:hover {
  transform: translateY(-10px);
}
.news_item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 30px 30px 0 30px;
  background: #fff;
  mask-image: url("../img/news_item_mask.png");
  mask-position: right bottom;
  mask-repeat: no-repeat;
  mask-size: cover;
}
.news_item_block {
  padding: 26px 20px 34px;
  border-radius: 26px;
}

@media (max-width: 991px) {
  .news_item_block {
    padding: 20px 15px 26px;
  }
}
.news_item_img_wrap {
  border-radius: 26px;
  overflow: hidden;
  /* aspect-ratio: 462 / 297; */
  height: 297px;
  /* width: 100%; */
  margin-bottom: 13px;
  position: relative;
}

.news_item_img_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 0;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transition: all 0.3s;
  transform: skewX(-25deg);
}
.news_item:hover .news_item_img_wrap::before {
  animation: dzShine 0.75s;
}
@-webkit-keyframes dzShine {
  100% {
    left: 125%;
  }
}
@keyframes dzShine {
  100% {
    left: 125%;
  }
}
.news_item_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
/* .news_item:hover .news_item_img_wrap img {
  transform: scale(1.1);
} */
.news_item_content {
  padding: 0 10px;
}
.news_item_date {
  font-size: 16px;
  color: #1f3c5d;
}
.news_item_date i {
  color: #024e32;
  margin-right: 4px;
}
.news_item_title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  color: #1a2a43;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}

.news_item_intro {
  font-weight: lighter;
  font-style: 16px;
  color: #1a2a43;
  margin-bottom: 37px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}
.news_item_nav {
  display: inline-block;
  margin: 0 6px;
  padding: 4px 30px;
  font-size: 20px;
  background-color: #da8c67;
  border-radius: 200px;
  color: #fff;
}

.news_item_arrows_wrap {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  /* width: 75px;
  height: 75px; */
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background-color: #1a2a43;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 8px solid #f9f9f9; */
}

@media (max-width: 1640px) {
  .news_item_img_wrap {
    height: 275px;
  }
}
@media (max-width: 991px) {
  .news_item_img_wrap {
    margin-bottom: 10px;
    height: 220px;
  }
  .news_item_title {
    margin-bottom: 12px;
  }
  .news_item_intro {
    margin-bottom: 30px;
  }
  .news_item_nav {
    padding: 4px 24px;
    font-size: 14px;
  }
  .news_item_arrows_wrap {
    /* width: 63px;
    height: 63px; */
    width: 47px;
    height: 47px;
  }
  .news_item_arrows_wrap img {
    width: 15px;
  }
}

.page-nav {
  margin-top: 143px;
}
@media (max-width: 991px) {
  .page-nav {
    margin-top: 61px;
  }
}
.page-nav li a.active,
.page-nav li a:hover {
  background-color: #1a2a43;
}

/* =======最新消息內頁======== */

.news_content_wrap {
  margin-bottom: 80px;
}

.news_content_block {
  display: grid;
  grid-template-columns: 0.48fr 0.52fr;
  column-gap: 94px;
}

.news_content_img_wrap {
  aspect-ratio: 673 / 433;
  width: 100%;
  border-radius: 26px;
  overflow: hidden;
}
.news_content_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_content {
  padding-top: 82px;
}
.news_content_date {
  font-size: 20px;
}
.news_content_date i {
  color: #024e32;
  margin-right: 4px;
}
.news_content_title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 18px;
  color: #1a2a43;
}
.news_content_intro {
  font-size: 20px;
  color: #1a2a43;
}
@media (max-width: 1199px) {
  .news_content_block {
    column-gap: 40px;
  }
  .news_content {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .news_content {
    padding-top: 0;
  }
  .news_content_block {
    grid-template-columns: 1fr;
  }
  .news_content_wrap {
    margin-bottom: 40px;
  }
  .news_content {
    order: -1;
  }
  .news_content_title {
    font-size: 20px;
    margin-bottom: 19px;
  }
  .news_content_intro {
    margin-bottom: 19px;
  }
}

/* ========聯絡我們========= */
#contact_section {
  padding: 44px 0 57px;
}
@media (max-width: 991px) {
  #contact_section {
    padding: 40px 0 57px;
  }
}

#contact_form_section label {
  color: #8d929f;
  margin-bottom: 8px;
  display: none;
}
#contact_form_section .section-title span {
  font-weight: bold;
  text-align: center;
}
#contact_form_section .form-group input {
  font-size: 22px;
}
#contact_form_section .form-group textarea {
  font-size: 22px;
}
@media (max-width: 991px) {
  #contact_form_section label {
    display: block;
  }
  #contact_form_section .form-group input {
    font-size: 16px;
  }
  #contact_form_section .form-group textarea {
    font-size: 16px;
  }
  #contact_form_section .form-group input::placeholder,
  #contact_form_section .form-group textarea::placeholder {
    opacity: 0;
  }
}
.contact-form-wrap .g_recaptcha_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 44px;
}

.contact_map {
  height: 504px;
  width: 100%;
  position: relative;
  z-index: 0;
  bottom: -30px;
  margin-top: -30px;
}
@media (max-width: 1399px) {
  .contact_map {
    bottom: -50px;
    margin-top: -50px;
  }
}
.contact_map iframe {
  width: 100%;
  height: 100%;
}

.contact_service_item_warp {
  margin-bottom: 68px;
}
.contact-item {
  height: 100%;
}
@media (max-width: 991px) {
  .contact_service_item_warp {
    margin-bottom: 50px;
  }
}
