@charset "utf-8";
.l-content .lp,
.l-content .lp *,
.l-content .lp *::before,
.l-content .lp *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
.l-content .lp {
  --red: #E60012;
  --red-dk: #b8000f;
  --red-lt: #fff0f0;
  --navy: #003087;
  --navy-dk: #001f5c;
  --navy-lt: #f0f4ff;
  --blue-mid: #0a4db0;
  --gray-9: #1a1a1a;
  --gray-7: #444;
  --gray-5: #777;
  --gray-2: #e8e8e8;
  --gray-1: #f5f5f5;
  --white: #fff;
  --r: 10px;
  --shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
  width: 950px;
  background: #eef0f4;
  color: var(--gray-9);
  line-height: 1.7;
}
.l-content .lp img {
  display: block;
  border: 0;
}
.l-content .lp-card-bd > .lp-ss-wrap img {
  width: 800px;
}
.l-content .lp-step-ss img {
  width: 748px;
}
.l-content .lp-ss-grid2 .lp-ss-fig img {
  width: 391px;
  height: 586px;
}
.l-content .lp-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy-dk) 0%, var(--navy) 55%, var(--blue-mid) 100%);
}
.l-content .lp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 70% 50%, rgba(230, 0, 18, 0.18) 0%, transparent 70%);
  pointer-events: none;
}
.l-content .lp-hero-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 900px;
  margin: auto;
  padding: 48px 24px 0;
}
.l-content .lp-hero-top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.l-content .lp-hero-badge {
  padding: 5px 14px;
  background: var(--red);
  border-radius: 20px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.l-content .lp-hero-title {
  color: #fff;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.l-content .lp-hero-title em {
  font-style: normal;
  color: #FFD700;
}
.l-content .lp-hero-chips {
  display: flex;
  gap: 10px;
}
.l-content .lp-chip {
  padding: 4px 14px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 600;
}
.l-content .lp-hero-banner {
  position: relative;
  width: 950px;
  margin-top: 28px;
  z-index: 1;
}
.l-content .lp-hero-banner img {
  width: 900px;
  height: 426px;
  margin: auto;
  border-radius: var(--r) var(--r) 0 0;
  box-shadow: 0 -6px 28px rgba(0, 0, 0, 0.22);
}
.l-content .lp-body {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 900px;
  margin: auto;
  padding: 32px 24px 72px;
}
.l-content .lp-sec-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}
.l-content .lp-sec-title.mt {
  margin-top: 4px;
}
.l-content .lp-sec-title h2 {
  color: var(--gray-9);
  font-size: 20px;
  font-weight: 900;
}
.l-content .lp-sec-badge {
  padding: 3px 10px;
  background: var(--navy);
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.l-content .lp-sec-badge.r {
  background: var(--red);
}
.l-content .lp-card {
  background: var(--white);
  border: 1px solid var(--gray-2);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.l-content .lp-card-hd {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  background: var(--gray-1);
  border-bottom: 1px solid var(--gray-2);
}
.l-content .lp-card-hd.navy {
  background: linear-gradient(90deg, var(--navy-dk), var(--blue-mid));
  border-bottom: none;
}
.l-content .lp-card-hd.red {
  background: linear-gradient(90deg, var(--red-dk), var(--red));
  border-bottom: none;
}
.l-content .lp-card-hd h3 {
  color: var(--white);
  font-size: 15px;
  font-weight: 800;
}
.l-content .lp-card-hd p {
  margin-top: 1px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}
.l-content .lp-card-hd.plain h3 {
  color: var(--gray-9);
}
.l-content .lp-card-hd.plain p {
  color: var(--gray-5);
}
.l-content .lp-hd-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}
.l-content .lp-hd-icon.solid-navy {
  background: var(--navy);
}
.l-content .lp-hd-icon img {
  width: 19px;
  height: 19px;
}
.l-content .lp-card-bd {
  padding: 24px;
}
.l-content .lp-card-bd.p0 {
  padding: 0;
}
.l-content .lp-hd-note {
  width: 340px;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}
.l-content .lp-hd-note strong {
  color: #fff;
  font-weight: 700;
}
.l-content .lp-hd-note .kbd {
  padding: 1px 6px;
  background: #fff;
  border-radius: 4px;
  color: var(--red-dk);
  white-space: nowrap;
}
.l-content .lp-ov-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}
.l-content .lp-ov-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px;
  background: #f0f4ff;
  border: 1px solid #c5d4f8;
  border-radius: 8px;
}
.l-content .lp-ov-tag {
  display: inline-block;
  width: fit-content;
  padding: 3px 10px;
  background: var(--navy);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.l-content .lp-ov-tag.r {
  background: var(--red);
}
.l-content .lp-ov-item h4 {
  color: var(--gray-9);
  font-size: 15px;
  font-weight: 800;
}
.l-content .lp-ov-item p {
  color: var(--gray-7);
  font-size: 13px;
  line-height: 1.6;
}
.l-content .lp-ov-item strong {
  font-weight: 700;
}
.l-content .lp-navpath {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 20px;
  padding: 10px 14px;
  background: var(--navy-lt);
  border: 1px solid #c5d4f8;
  border-radius: 6px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 600;
}
.l-content .lp-navpath .sep {
  color: #aaa;
  font-size: 11px;
}
.l-content .lp-navpath .cur {
  color: var(--navy);
}
.l-content .lp-step-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 20px;
}
.l-content .lp-step {
  display: flex;
  background: var(--white);
  border: 1px solid var(--gray-2);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.04);
}
.l-content .lp-step-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 4px;
  width: 52px;
  padding: 16px 0;
  background: var(--navy);
}
.l-content .lp-step-left.r {
  background: var(--red);
}
.l-content .lp-step-num {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}
.l-content .lp-step-label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.l-content .lp-step-right {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.l-content .lp-step-text {
  padding: 16px 20px;
  border-bottom: 1px solid var(--gray-2);
}
.l-content .lp-step-text h4 {
  margin-bottom: 6px;
  color: var(--gray-9);
  font-size: 14px;
  font-weight: 800;
}
.l-content .lp-step-text p {
  color: var(--gray-7);
  font-size: 13px;
  line-height: 1.65;
}
.l-content .lp-step-text strong {
  font-weight: 700;
}
.l-content .lp-step-ss {
  line-height: 0;
}
.l-content .lp-step-text .tip {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 12px;
  background: var(--red-lt);
  border: 1px solid #fbc;
  border-radius: 5px;
  color: var(--red-dk);
  font-size: 12.5px;
  font-weight: 600;
}
.l-content .lp-ss-wrap {
  border: 1px solid var(--gray-2);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}
.l-content .lp-ss-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  background: var(--gray-1);
  border-bottom: 1px solid var(--gray-2);
  color: var(--gray-5);
  font-size: 12px;
  font-weight: 700;
}
.l-content .lp-ss-dots {
  display: inline-block;
  position: relative;
  align-self: center;
  flex-shrink: 0;
  width: 32px;
  height: 8px;
}
.l-content .lp-ss-dots::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  background: #ff5f57;
  border-radius: 50%;
  box-shadow: 12px 0 #febc2e, 24px 0 #28c840;
}
.l-content .lp-ss-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.l-content .lp-ss-fig {
  position: relative;
  line-height: 0;
}
.l-content .lp-ss-hl {
  position: absolute;
  border: 3px solid var(--red);
  border-radius: 6px;
  box-shadow: 0 0 0 4px rgba(230, 0, 18, 0.18);
  pointer-events: none;
}
.l-content .lp-ss-hl.sidebar {
  left: 10.35%;
  top: 66.4%;
  width: 17.9%;
  height: 4.2%;
}
.l-content .lp-ss-hl.search {
  left: 1%;
  top: 57.3%;
  width: 8.45%;
  height: 4%;
}
.l-content .lp-ss-hl.email {
  left: 1.5%;
  top: 62%;
  width: 20%;
  height: 4.5%;
}
.l-content .lp-menu-tree {
  padding: 22px 24px;
  background: #fff;
  color: var(--gray-9);
  font-size: 17px;
  font-weight: 600;
  line-height: 2.2;
}
.l-content .lp-menu-tree .lv0 {
  color: var(--navy);
  font-weight: 900;
}
.l-content .lp-menu-tree .lv1 {
  padding-left: 16px;
}
.l-content .lp-menu-tree .lv2 {
  padding-left: 32px;
}
.l-content .lp-menu-tree .lv3 {
  padding-left: 52px;
  color: var(--navy);
  font-weight: 800;
}
.l-content .lp-lead {
  margin-bottom: 16px;
  color: var(--gray-7);
  font-size: 13.5px;
}
.l-content .lp-lead strong {
  font-weight: 700;
}
.l-content .lp-cond-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}
.l-content .lp-cond-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 14px;
  background: var(--gray-1);
  border: 1px solid var(--gray-2);
  border-radius: 7px;
  font-size: 13px;
  font-weight: 700;
}
.l-content .lp-cond-no {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: var(--navy);
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.l-content .lp-notice {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  padding: 14px 16px;
  background: #fffbea;
  border: 1px solid #ffe082;
  border-radius: 8px;
  color: #5d4037;
  font-size: 13px;
}
.l-content .lp-notice-ico {
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1.5;
}
.l-content .lp-notice a,
.l-content .lp-notice strong {
  font-weight: 700;
}
.l-content .lp-notice a {
  color: var(--red);
}
.l-content .lp-qa-list {
  display: flex;
  flex-direction: column;
}
.l-content .lp-qa-item {
  border-bottom: 1px solid var(--gray-2);
}
.l-content .lp-qa-item:last-child {
  border-bottom: none;
}
.l-content .lp-qa-btn {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  width: 100%;
  padding: 15px 20px;
  background: none;
  border: none;
  color: var(--gray-9);
  font-size: 13.5px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s;
}
.l-content .lp-qa-btn:hover {
  background: var(--gray-1);
}
.l-content .lp-q-tag {
  flex-shrink: 0;
  margin-top: 2px;
  padding: 2px 7px;
  background: var(--red);
  border-radius: 4px;
  color: #fff;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.l-content .lp-q-arr {
  flex-shrink: 0;
  margin-left: auto;
  padding-top: 3px;
  color: var(--gray-5);
  font-size: 11px;
  transition: transform 0.2s;
}
.l-content .lp-qa-btn.open .lp-q-arr {
  transform: rotate(180deg);
}
.l-content .lp-qa-ans {
  display: none;
  padding: 2px 20px 16px 42px;
  color: var(--gray-7);
  font-size: 13px;
  line-height: 1.8;
}
.l-content .lp-qa-ans.open {
  display: block;
}
.l-content .lp-qa-ans .at {
  margin-right: 3px;
  color: var(--red-dk);
  font-weight: 700;
}
.l-content .lp-qa-ans a {
  color: var(--red);
  font-weight: 600;
}
