@charset "utf-8";
/* CSS Document */
body {
  font-family: "PingFang TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.8;
  color: #333;
  background-color: #f4f7f6;
}
header {
  /*
		background-image:url("../img/header_bg.jpg") !important;
		background-color: #c0392b;  備用背景色 
		background-size: cover;
		background-position: center;
*/
  padding: 4.5rem 1rem;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header-img {
  background-image: url("../img/header_bg01.png") !important;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 3px #113e42;
  min-height: 285px;
}
header a{
    color: #fff !important;
    text-decoration-thickness: 2px;
}
.acticle-img1 {
  background-image: url("../img/article-10.png") !important;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 1px #8e6bf3;
}
.acticle-img2 {
  background-image: url("../img/article-20.png") !important;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 3px #1e6971;
}
.acticle-img3 {
  background-image: url("../img/article-30.png") !important;
  background-color: #c0392b; /*備用背景色 */
  background-size: cover;
  background-position: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 3px #c7c7c7;
}
.acticle-img4 {
  background-image: url("../img/article-40.png") !important;
  background-color: #c0392b; /*備用背景色 */
  background-size: cover;
  background-position: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 3px #1e6971;
}
.acticle-img-car-1 {
  background-image: url("../img/article-car-1.png") !important;
  background-color: #c0392b; /*備用背景色 */
  background-size: cover;
  background-position: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 3px #1e6971;
}
.acticle-img-car-2 {
  background-image: url("../img/article-car-2.png") !important;
  background-color: #c0392b; /*備用背景色 */
  background-size: cover;
  background-position: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 3px #1e6971;
}
.acticle-img-car-3 {
  background-image: url("../img/article-car-3.png") !important;
  background-color: #c0392b; /*備用背景色 */
  background-size: cover;
  background-position: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 3px #1e6971;
}
nav {
  background: #fff;
  padding: 10px;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  border-bottom: 2px solid #eee;
  z-index: 1000;
}
nav a {
  text-decoration: none;
  color: #c0392b;
  font-weight: bold;
  font-size: 0.9rem;
}
nav a:hover {
  text-decoration: underline;
}
.bread {
  gap: 15px;
  border-bottom: 1.5px solid #eee;
}
.bread a {
  text-decoration: none;
  color: #c0392b;
  font-weight: bold;
  font-size: 0.9rem;
}
.container {
  margin: 1.75rem auto;
  background: white;
  padding: 1.75rem 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
/* 文章樣式優化 */
.breadcrumb-nav {
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}
.breadcrumb-nav a {
  color: #666;
  text-decoration: none;
}
h1.article-title {
  color: #c0392b;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
h2 {
  color: #2c3e50;
  border-left: 6px solid #c0392b;
  padding-left: 15px;
  margin-top: 2.5rem;
  margin-bottom: 1.2rem;
}
/*
h3 {  
  margin-top: 2.5rem;
  margin-bottom: 1.2rem;
}
*/
h4 {
  color: #f77902;
  font-weight: bold;
}
/*
         h2 { color: #2c3e50; border-left: 5px solid #c0392b; padding-left: 10px; margin-top: 2rem; }
        h3 { color: #e67e22; }
*/
.article-img-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0, 0.1);
}
.article-img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 400px;
}
/* 基礎容器：預設圖左文右 */
.article-container {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  /*
			margin-bottom: 4rem;
			padding:20px;
			transform: 0.3s;
*/
}
/* 偶數文章 (第2, 4, 6...) 反轉方向變成「文左圖右」 */
article:nth-of-type(even) .article-container {
  flex-direction: row-reverse;
}
/* 圖片區域 */
.article-image {
  flex: 0 0 200px;
  max-width: 35%; /* 增加圖片比例到 45% */
}
.article-image img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
/* 文字區域 */
.article-content {
  flex: 1;
}
/* 手機版 */
@media (max-width: 992px) {
  .article-container, article:nth-of-type(even) .article-container {
    flex-direction: revert-layer;
    gap: 20px;
  }
  .article-image {
    width: 100%;
  }
  .article-image img {
    height: 165px;
  }
  .header-img {
    background-image: url("../img/header_bg1.png") !important;
    background-size: cover;
    background-position: center;
    min-height: 200px;
  }
  .acticle-img1 {
    background-image: url("../img/article-1.png") !important;
    background-size: cover;
    background-position: center;
  }
  .acticle-img2 {
    background-image: url("../img/article-2.png") !important;
    background-size: cover;
    background-position: center;
  }
  .acticle-img3 {
    background-image: url("../img/article-3.png") !important;
    background-color: #c0392b; /*備用背景色 */
    background-size: cover;
    background-position: center;
  }
  .acticle-img4 {
    background-image: url("../img/article-4.png") !important;
    background-color: #c0392b; /*備用背景色 */
    background-size: cover;
    background-position: center;
  }
  .acticle-img-car-2 {
    background-image: url("../img/article-car-10.png") !important;
    background-color: #c0392b; /*備用背景色 */
    background-size: cover;
    background-position: center;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 3px #1e6971;
  }
  .acticle-img-car-2 {
    background-image: url("../img/article-car-20.png") !important;
    background-color: #c0392b; /*備用背景色 */
    background-size: cover;
    background-position: center;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 3px #1e6971;
  }
  .acticle-img-car-3 {
    background-image: url("../img/article-car-30.png") !important;
    background-color: #c0392b; /*備用背景色 */
    background-size: cover;
    background-position: center;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 3px #1e6971;
  }

}
.intro-box {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-right: 4px solid #dee2e6;
  border-left: 4px solid #dee2e6;
}
/*        .highlight { background-color: #fff3cd; padding: 2px 5px; border-radius: 3px; font-weight: bold; }*/
.highlight {
  background-color: #fff3cd;
  padding: 0.5rem 0.75rem;
  border-radius: 3px;
}
.alert-box {
  background-color: #ffeeef;
  color: #721c24;
  padding: 6px 10px;
  border-radius: 5px;
  margin: 15px 0;
  border-left: 5px solid #dc3545;
}
.info-box {
  background-color: #e7f3ff;
  color: #0c5460;
  padding: 6px 10px;
  border-radius: 5px;
  margin: 15px 0;
  border-left: 5px solid #007bff;
}
.req-box {
  box-shadow: 0px 0px 1.5px 1.5px #d8d9fcb0;
  color: #0c5460;
  padding: 0.75rem;
  border-radius: 5px;
  margin: 0.75rem 0;
}

.cta-section {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px dashed #ccc;
}
.cta-button {
  display: inline-block;
  background: #38ab9d;
  color: white;
  padding: 0px 12px;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  font-size: 1rem;
  transition: 0.3s;
  margin-top: 3px;
}
.cta-button:hover {
  background: #00b3c5;
  color: white;
  transform: translateY(-2px);
}
@media (max-width: 992px) {
      .cta-button {  
      font-size: .85rem; 
    }
}
.tag {
  display: inline-block;
  background: #f0f0f0;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 0.85rem;
  margin: 5px;
  color: #555;
}
@media (max-width: 600px) {
  .container {
    padding: 1.5rem;
    margin: 1rem;
  }
  h1.article-title {
    font-size: 1.6rem;
  } 
}
.indent-1 {
  text-indent: .75em;
}
.indent-2 {
  text-indent: 2em;
}
article {
  margin-bottom: 2rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 2rem;
}
article:last-child {
  border-bottom: none;
}

.tag {
  display: inline-block;
  background: #eee;
  padding: 2px 10px;
  border-radius: 15px;
  font-size: 0.8rem;
  margin: 5px;
  color: #666;
}
@media (max-width: 600px) {
  .container {
    padding: 1rem;
    margin: 1rem;
  }
  h1 {
    font-size: 1.5rem;
  }
}
.text-apple {
  color: #c0392b;
}
.text-orange {
  color: #f77902;
}
.text-grey {
  color: #999;
}
.text-cyan {
  color: darkcyan;
}
.copy {
  text-align: center;
  color: #999;
  padding: 2rem;
}
.bg-grey {
  background: #eeeeee;
}
.bg-wine {
  background: #580000;
}
.bg-wine-linear {
  background: linear-gradient(45deg, #580000 75%, #ffffff00 40%);
}
.bg-sky {
  background: #0064cb;
}
/*
		.bg-sky-linear{
			background: linear-gradient(45deg, #ffc4c4 99%, #ffffff 1%);
		}*/
.icare {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 100vh;
  background: #fff;
}
.icare-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.card-step {
  position: relative;
  min-width: 345px;
  height: 405px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2), inset -5px -5px 15px rgba(255, 255, 255, 0.1), 3px 3px 10px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  margin: 1rem;
  transition: 0.5s;
}
.card-step:nth-child(1) .box .content a {
  background: #2196f3;
}
.card-step:nth-child(2) .box .content a {
  background: #e91e63;
}
.card-step:nth-child(3) .box .content a {
  background: #23c186;
}
.card-step:nth-child(4) .box .content a {
  background: #c19023;
}
.card-step .box {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #043857;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.5s;
}
.card-step .box:hover {
  transform: translateY(-25px);
}
.card-step .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
}
.card-step .box .content {
  padding: 20px;
  text-align: center;
}
.card-step .box .content .num {
  position: absolute;
  /*  top: -10px;*/
  right: 30px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.1);
  border-left: none;
}
.card-step .box .content h3 svg {
  /*  font-size: 1.8rem;*/
  color: #fff;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 15px;
}
.card-step .box .content p {
  /*  font-size: 1rem;*/
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  transition: 0.5s;
}
.card-step .box .content a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.card-step .box .content a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}
.inner-float {
  position: fixed;
  font-size: 1.25rem;
  right: 0px;
  top: 45%;
  transform: translateY(-50%);
  color: #fff;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: orange;
  padding: 3px 0;
  width: 36px;
  height: 125px;
  z-index: 99999;
  transition: background-color 0.3s ease;
}
.inner-float:hover {
  background: #E1700D;
}
@media (max-width: 768px) {
  .inner-float {
    line-height: 24px;
    font-size: 1rem;
    width: 28px;
    height: 100px;
    z-index: 99999;
  }
}
.faq-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.faq-item.right-0, .faq-item.right-1, .faq-item.right-2, .faq-item.right-3 {
  flex-direction: row-reverse;
  text-align: left;
}
.icon {
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  width: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 12px;
}
@media (max-width: 576px) {
  .icon {
    width: 15vw;
  }
}

@media screen and (min-width: 577px) and (max-width: 996px) {
  .icon {
    width: 7vw;
  }
}
.icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bubble {
  background: #e5e7eb;
  padding: 12px 16px;
  border-radius: 12px;
  max-width: 85%;
  position: relative;
  font-weight: bold;
}
.bubble-ans {
  padding: 12px 16px;
  border-radius: 12px;
  max-width: 85%;
  position: relative;
}
.bubble::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 12px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent #e5e7eb transparent transparent;
}
.faq-item.right-0 .bubble-ans {
  background: #dbeafe;
}
.faq-item.right-1 .bubble-ans {
  background: #fedbdb;
}
.faq-item.right-2 .bubble-ans {
  background: #e6e9ff;
}
.faq-item.right-3 .bubble-ans {
  background: #e6fffa;
}
.faq-item.right-0 .bubble-ans::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 12px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #dbeafe;
}
.faq-item.right-1 .bubble-ans::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 12px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fedbdb;
}
.faq-item.right-2 .bubble-ans::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 12px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #e6e9ff;
}
.faq-item.right-3 .bubble-ans::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 12px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #e6fffa;
}
.story-box {
  box-shadow: 0px 0px 1.5px 1.5px #fcd9d8b0;
  color: #0c5460;
  padding: 0.5rem;
  border-radius: 5px;
  margin: 0.75rem 0;
}