﻿@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

ul {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  text-decoration: none;
}

img,
picture,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition: none;
  }
}
body,
html {
  height: 100%;
  scroll-behavior: smooth;
}

header {
  position: fixed;
  z-index: 2;
  width: 100%;
}
header .first-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 5px;
  border-bottom: 1px solid rgb(233, 233, 233);
}
header .first-header .main-logo-wrap {
  width: 270px;
}
header .first-header nav .main-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
header .first-header nav .main-nav-list li {
  position: relative;
}
header .first-header nav .main-nav-list li .search-wrap {
  display: flex;
  align-items: center;
  margin: auto;
}
header .first-header nav .main-nav-list li .search-wrap input {
  padding: 0.5rem;
  border: 1px solid #378686;
  border-radius: 50px 0 0 50px;
  font-size: 1rem;
  outline: none;
  transition: all 0.3s ease;
  background-color: rgba(55, 134, 134, 0);
}
header .first-header nav .main-nav-list li .search-wrap input:focus, header .first-header nav .main-nav-list li .search-wrap input:hover {
  border-color: #378686;
  /* 輸入框專注狀態顏色 */
  background-color: #fff;
  border-radius: 10px 0 0 10px;
}
header .first-header nav .main-nav-list li .search-wrap input:focus + button, header .first-header nav .main-nav-list li .search-wrap input:hover + button {
  border-radius: 0 10px 10px 0;
}
header .first-header nav .main-nav-list li .search-wrap button {
  padding: 0.5rem 0.8rem;
  background-color: #378686;
  /* 按鈕顏色 */
  color: white;
  border: none;
  border-radius: 0 50px 50px 0;
  cursor: pointer;
  transition: 0.3s ease;
}
header .first-header nav .main-nav-list li .search-wrap button:hover {
  background-color: #2c6b6b;
  /* 按鈕懸停時顏色 */
}
header .first-header nav .main-nav-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 90px;
  color: #455a64;
  padding: 5px;
  transition: 0.3s ease;
}
header .first-header nav .main-nav-list li a img {
  width: 35%;
}
header .first-header nav .main-nav-list li a:hover {
  color: #1b1716;
  background-color: #ffd49b;
  border-radius: 0.5rem;
}
header .first-header nav .main-nav-list li .search-wrap {
  display: flex;
  align-items: center;
  margin: auto;
}
header .first-header nav .main-nav-list li .search-wrap input {
  border: 1px solid #455a64;
  border-radius: 0.5rem 0 0 0.5rem;
  font-size: 1rem;
  outline: none;
  transition: all 0.3s ease;
  background-color: rgba(55, 134, 134, 0);
}
header .first-header nav .main-nav-list li .search-wrap input:focus, header .first-header nav .main-nav-list li .search-wrap input:hover {
  border-color: #378686;
  /* 輸入框專注狀態顏色 */
  background-color: #fff;
}
header .first-header nav .main-nav-list li .search-wrap button {
  background-color: #455a64;
  /* 按鈕顏色 */
  color: white;
  border: none;
  border-radius: 0 0.5rem 0.5rem 0;
  cursor: pointer;
  transition: 0.3s ease;
}
header .first-header nav .main-nav-list li .search-wrap button:hover {
  background-color: #293e47;
  /* 按鈕懸停時顏色 */
}
header .first-header nav .main-nav-list li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 160px;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  list-style: none;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
header .first-header nav .main-nav-list li .sub-menu li a {
  text-decoration: none;
  color: #455a64;
  padding: 15px;
  border-left: 5px solid #a3dbf1;
  white-space: nowrap;
  width: 100%;
  align-items: start;
}
header .first-header nav .main-nav-list li:hover .sub-menu {
  display: block;
}
header .first-header nav .main-nav-list li:hover .sub-menu li a {
  border-radius: 0;
}
header .second-header {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
header .second-header nav .main-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
}
header .second-header nav .main-menu .main-list {
  position: relative;
  font-size: 1.2rem;
}
header .second-header nav .main-menu .main-list a {
  display: block;
  padding: 15px 8px;
  text-decoration: none;
  color: #455a64;
  transition: 0.3s ease;
  font-weight: bold;
}
header .second-header nav .main-menu .main-list a:hover {
  background-color: #ffd49b;
  color: #1b1716;
}
header .second-header nav .main-menu .main-list .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  list-style: none;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
header .second-header nav .main-menu .main-list .sub-menu li a {
  text-decoration: none;
  color: #455a64;
  padding: 15px;
  border-left: 5px solid #a3dbf1;
}
header .second-header nav .main-menu .main-list:hover .sub-menu {
  display: block;
}
header .hamburger-menu {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 17px;
}
header .hamburger-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #929292;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header .hamburger-menu span:nth-child(1) {
  top: 3px;
}
header .hamburger-menu span:nth-child(2) {
  top: 13px;
}
header .hamburger-menu span:nth-child(3) {
  top: 23px;
}
header .hamburger-menu.open span:nth-child(1) {
  top: 13px;
  transform: rotate(135deg);
}
header .hamburger-menu.open span:nth-child(2) {
  opacity: 0;
  left: -57px;
}
header .hamburger-menu.open span:nth-child(3) {
  top: 13px;
  transform: rotate(-135deg);
}
@media (max-width: 1200px) {
  header .hamburger-menu {
    display: block;
  }
  header .first-header {
    flex-direction: column;
    padding: 10px 0 10px 0;
  }
  header .first-header .main-logo-wrap {
    width: 200px;
  }
  header .main-nav-list {
    opacity: 0;
    z-index: -1;
    transition: 0.3s ease;
    flex-wrap: wrap;
    gap: 0px;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  header .main-nav-list .search-wrap {
    justify-content: center;
    display: none;
  }
  header .main-nav-list li {
    display: none;
  }
  header .main-nav-list.show {
    opacity: 1;
    z-index: 1;
    padding: 1rem 0;
  }
  header .main-nav-list.show li,
  header .main-nav-list.show .search-wrap {
    display: flex;
  }
  header .main-nav-list.show li {
    order: 0;
    /* 指定新的排列順序 */
  }
  header .main-nav-list.show li:nth-child(1) {
    order: 1;
  }
  header .main-nav-list.show li:nth-child(2) {
    order: 2;
  }
  header .main-nav-list.show li:nth-child(3) {
    order: 3;
    width: 100%;
  }
  header .main-nav-list.show li:nth-child(4) {
    order: 4;
  }
  header .main-nav-list.show li:nth-child(5) {
    order: 5;
  }
  header .main-nav-list.show li:nth-child(6) {
    order: 6;
  }
  header .main-nav-list.show li:nth-child(7) {
    order: 7;
  }
  header .main-nav-list.show li:nth-child(8) {
    order: 8;
  }
  header .main-nav-list.show li:nth-child(9) {
    order: 9;
  }
  header .main-nav-list.show li a {
    font-size: 1rem;
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 10px 5px;
  }
  header .main-nav-list.show li a img {
    width: 20px !important;
  }
  header .second-header {
    opacity: 0;
    display: none;
    padding: 1rem;
    position: relative;
    max-height: calc(100vh - 250px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  header .second-header nav .main-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  header .second-header nav .main-menu .main-list a {
    padding: 10px 8px;
  }
  header .second-header nav .main-menu .main-list:hover .sub-menu {
    left: 150px;
  }
  header .second-header nav .main-menu .main-list:hover .sub-menu a {
    padding: 10px 8px;
  }
  header .second-header.show {
    opacity: 1;
    z-index: 1;
    display: flex;
  }
}

footer .footer-top-bgc {
  width: 100%;
}
footer .footer-section {
  background-color: #455a64;
  color: #fff;
  padding: 0px 50px 10px 50px;
  font-size: 1.2rem;
}
@media (max-width: 576px) {
  footer .footer-section {
    padding: 0px 10px 10px 10px;
    font-size: 1rem;
  }
}
footer .footer-section .footer-logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
footer .footer-section .footer-logo-wrap img {
  width: 90px;
  margin-bottom: 10px;
}
footer .footer-section .footer-logo-wrap .address-text {
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  footer .footer-section .footer-logo-wrap .address-text {
    font-size: 1.2rem;
  }
}
footer .footer-section .web-policy-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
footer .footer-section .web-policy-wrap li a {
  display: block;
  text-align: center;
  color: #455a64;
  background-color: #fff;
  padding: 5px 10px;
  width: 190px;
  border-radius: 5px;
  font-weight: bold;
  border: 1px solid #455a64;
  transition: 0.3s ease;
}
footer .footer-section .web-policy-wrap li a:hover, footer .footer-section .web-policy-wrap li a:focus {
  background-color: #455a64;
  color: #fff;
  border: 1px solid #fff;
}
footer .footer-section .footer-Contactinfo-wrap {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  footer .footer-section .footer-Contactinfo-wrap {
    flex-direction: column;
  }
}
footer .footer-section .footer-Contactinfo-wrap .tel-wrap,
footer .footer-section .footer-Contactinfo-wrap .system-info {
  border-left: 8px solid #394d57;
  padding: 0 10px;
}
@media (max-width: 768px) {
  footer .footer-section .footer-Contactinfo-wrap .tel-wrap,
  footer .footer-section .footer-Contactinfo-wrap .system-info {
    border-top: 8px solid #394d57;
    border-left: 0px solid #394d57;
    padding-top: 20px;
  }
}
footer .footer-section .footer-Contactinfo-wrap .tel-wrap li,
footer .footer-section .footer-Contactinfo-wrap .system-info li {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
footer .footer-section .footer-Contactinfo-wrap .system-info li a {
  background-color: #fff;
  text-align: center;
  color: #455a64;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  width: 140px;
  border: 1px solid #455a64;
  transition: 0.3s ease;
}
footer .footer-section .footer-Contactinfo-wrap .system-info li a:hover, footer .footer-section .footer-Contactinfo-wrap .system-info li a:focus {
  background-color: #455a64;
  color: #fff;
  border: 1px solid #fff;
}
footer .footer-bottom {
  font-size: 1.2rem;
  background-color: #455a64;
  color: #fff;
  border-top: 2px solid #394d57;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 50px;
}
footer .footer-bottom a img {
  width: 100px;
}

.onestep-breadcrumb {
  max-width: 1200px;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto 30px auto;
  border-radius: 0.8rem;
  background-color: #f5f5f5;
  padding: 10px 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.onestep-breadcrumb a {
  text-decoration: none;
  color: #455a64;
  position: relative;
  padding: 0 8px;
  transition: 0.3s ease;
}
.onestep-breadcrumb a:hover {
  color: #0056b3;
}
.onestep-breadcrumb a::after {
  content: ">";
  margin-left: 10px;
  color: #555;
}
.onestep-breadcrumb span {
  color: #e48e1d;
  font-weight: bold;
}

.section1-hero {
  position: relative;
  padding: 20px 120px 50px 120px;
}
@media (max-width: 768px) {
  .section1-hero {
    padding: 0px 10px 10px 10px;
  }
}
.section1-hero .swiper {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding: 0px 80px 0px 80px;
}
@media (max-width: 768px) {
  .section1-hero .swiper {
    padding: 0px 25px 0px 25px;
  }
}
.section1-hero .swiper-slide {
  text-align: center;
  font-size: 1rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgb(230, 230, 230);
}
.section1-hero .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section1-hero .swiper-pagination-bullet {
  background-color: #858585;
  width: 12px;
  height: 12px;
  opacity: 1;
  transition: background-color 0.3s ease;
}
.section1-hero .swiper-pagination-bullet-active {
  background-color: #e48e1d;
}
.section1-hero .swiper-button-next,
.section1-hero .swiper-button-prev {
  color: #fff;
  background-color: rgba(214, 109, 10, 0.5);
  padding: 20px;
  border-radius: 50rem;
  width: 40px;
  height: 40px;
  transition: background-color 0.3s ease;
}
.section1-hero .swiper-button-next::after,
.section1-hero .swiper-button-prev::after {
  font-size: 1.2rem;
  font-weight: 900;
}
.section1-hero .swiper-button-next:hover,
.section1-hero .swiper-button-prev:hover {
  background-color: #e48e1d;
}

.section2-news {
  background-color: #f5f5f5;
  padding: 1rem 1rem 4rem 1rem;
}
.section2-news .news-wrap {
  max-width: 1200px;
  margin: auto;
  font-size: 1.2rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 1rem;
  overflow: hidden;
}
.section2-news .news-wrap .news-list .news-item .item-title {
  display: flex;
  flex-wrap: wrap;
  color: #455a64;
  font-weight: bold;
  cursor: pointer;
}
.section2-news .news-wrap .news-list .news-item .item-title:focus {
  outline: 3px dashed #e48e1d;
}
.section2-news .news-wrap .news-list .news-item .item-title .date,
.section2-news .news-wrap .news-list .news-item .item-title .type {
  text-align: center;
}
.section2-news .news-wrap .news-list .news-item .item-title .date,
.section2-news .news-wrap .news-list .news-item .item-title .type,
.section2-news .news-wrap .news-list .news-item .item-title .content {
  padding: 0.8rem;
}
.section2-news .news-wrap .news-list .news-item .item-title .date {
  width: 20%;
  background-color: #b0bec5;
  position: relative;
}
@media (max-width: 768px) {
  .section2-news .news-wrap .news-list .news-item .item-title .date {
    width: 65%;
  }
}
.section2-news .news-wrap .news-list .news-item .item-title .date::after, .section2-news .news-wrap .news-list .news-item .item-title .date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
  height: 5px;
  width: 20px;
  border-radius: 50px;
  background-color: #455a64;
  transition: 0.3s ease;
}
.section2-news .news-wrap .news-list .news-item .item-title .date::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.section2-news .news-wrap .news-list .news-item .item-title .date::before {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.section2-news .news-wrap .news-list .news-item .item-title .date.active::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.section2-news .news-wrap .news-list .news-item .item-title .date.active::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.section2-news .news-wrap .news-list .news-item .item-title .type {
  width: 15%;
}
@media (max-width: 768px) {
  .section2-news .news-wrap .news-list .news-item .item-title .type {
    width: 35%;
  }
}
.section2-news .news-wrap .news-list .news-item .item-title .type-color1-systemInfo {
  background-color: #fff4b8;
}
.section2-news .news-wrap .news-list .news-item .item-title .type-color2-eventInfo {
  background-color: #aeceff;
}
.section2-news .news-wrap .news-list .news-item .item-title .type-color3-importantInfo {
  background-color: #ffa3a3;
}
.section2-news .news-wrap .news-list .news-item .item-title .type-color4-lawInfo {
  background-color: #e5f3ec;
}
.section2-news .news-wrap .news-list .news-item .item-title .content {
  background-color: #f5f5f5;
  width: 65%;
}
@media (max-width: 768px) {
  .section2-news .news-wrap .news-list .news-item .item-title .content {
    width: 100%;
  }
}
.section2-news .news-wrap .news-list .news-item .item-detail {
  height: 0px;
  overflow: hidden;
  transition: all 0.5s ease;
  opacity: 0;
  padding: 0 1rem;
  line-height: 1.5;
  background-color: #ffffff;
  color: #455a64;
}
.section2-news .news-wrap .news-list .news-item.active .item-detail {
  height: auto;
  opacity: 1;
  padding: 1rem;
}

.section3-popular {
  padding: 1rem 0 4rem 0;
  background-color: #fff;
}
.section3-popular .popular-wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 576px) {
  .section3-popular .popular-wrap ul {
    gap: 0.9rem;
  }
}
.section3-popular .popular-wrap ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11rem;
  height: 11rem;
  background-color: #ffffff;
  border: 2px solid #b0bec5;
  border-radius: 50rem;
  transition: 0.3s ease;
}
.section3-popular .popular-wrap ul li a img {
  height: 30%;
}
.section3-popular .popular-wrap ul li a span,
.section3-popular .popular-wrap ul li a p {
  font-weight: bold;
  font-weight: bold;
}
.section3-popular .popular-wrap ul li a span {
  color: #e48e1d;
  font-size: 1.5rem;
}
.section3-popular .popular-wrap ul li a p {
  color: #455a64;
  font-size: 1.2rem;
}
.section3-popular .popular-wrap ul li a:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transform: translate(-2px, -2px);
  background-color: #ffd49b;
}
.section3-popular .popular-wrap ul li a:hover span {
  color: #1b1716;
}

.section4-statistics {
  background-color: #f5f5f5;
  padding: 1rem 0 2rem 0;
}
.section4-statistics .statistics-wrap {
  max-width: 1200px;
  margin: auto;
}
.section4-statistics .statistics-wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
  overflow: hidden;
  width: 100%;
  padding: 3px 0;
}
.section4-statistics .statistics-wrap ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18rem;
  height: 18rem;
  transition: 0.3s ease;
}
.section4-statistics .statistics-wrap ul li img {
  height: 60%;
}
.section4-statistics .statistics-wrap ul li span,
.section4-statistics .statistics-wrap ul li p {
  font-weight: bold;
  font-weight: bold;
}
.section4-statistics .statistics-wrap ul li span {
  color: #e48e1d;
  font-size: 2rem;
}
.section4-statistics .statistics-wrap ul li p {
  color: #455a64;
  font-size: 2rem;
}
.section4-statistics .statistics-wrap ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  background-color: #f5f5f5;
  z-index: -2;
  transition: 0.3s ease;
}
.section4-statistics .statistics-wrap ul li::before {
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  background-color: #f5f5f5;
  z-index: -2;
  transition: 0.3s ease;
  border-radius: 2rem;
}
.section4-statistics .statistics-wrap ul li:hover, .section4-statistics .statistics-wrap ul li:focus {
  transform: translateY(-2px);
  background-color: #ffd49b;
  border-radius: 2rem;
}
.section4-statistics .statistics-wrap ul li:hover::after, .section4-statistics .statistics-wrap ul li:focus::after {
  transform: rotate(45deg);
}
.section4-statistics .statistics-wrap h3 {
  text-align: end;
  margin-top: 2rem;
  color: #999999;
  font-weight: 500;
}

.section5-video {
  padding: 2rem 2rem 2rem 2rem;
}
@media (max-width: 576px) {
  .section5-video {
    padding: 2rem 0.5rem 2rem 0.5rem;
  }
}
.section5-video .video-wrap {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 992px) {
  .section5-video .video-wrap {
    flex-direction: column;
  }
}
.section5-video .video-wrap .video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  border-radius: 15px;
  overflow: hidden;
}
.section5-video .video-wrap .video-item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: stretch;
  gap: 20px;
}
.section5-video .video-wrap .video-item-wrap .video-item {
  display: flex;
  flex-direction: column;
  align-content: start;
  gap: 10px;
}
.section5-video .video-wrap .video-item-wrap .video-item .video-title {
  display: flex;
  align-items: center;
  gap: 5px;
}
.section5-video .video-wrap .video-item-wrap .video-item .video-title img {
  width: 10%;
}
.section5-video .video-wrap .video-item-wrap .video-item .video-title h3 {
  color: #e48e1d;
  font-size: 1.5rem;
  width: 46%;
  text-wrap-mode: nowrap;
}
.section5-video .video-wrap .video-item-wrap .video-item button {
  width: 30%;
  background-color: #fff;
  color: #455a64;
  font-size: 1.2rem;
  font-weight: bold;
  border: 2px solid #455a64;
  border-radius: 50rem;
  padding: 5px 12px;
  cursor: pointer;
  transition: 0.3s ease;
}
.section5-video .video-wrap .video-item-wrap .video-item button:hover {
  background-color: #455a64;
  color: #fff;
}
@media (max-width: 576px) {
  .section5-video .video-wrap .video-item-wrap .video-item button {
    width: 40%;
    font-size: 1rem;
  }
}

.section6-website {
  padding: 6rem 0 2rem 0;
}
.section6-website .website-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-content: center;
}
.section6-website .website-wrap li a {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 10px;
  color: #455a64;
  padding: 5px;
  transition: 0.3s ease;
}
.section6-website .website-wrap li a:hover {
  transform: scale(1.1);
}
.section6-website .website-wrap li a .website-img-wrap {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  border-radius: 50rem;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.section6-website .website-wrap li a .website-img-wrap img {
  width: 95%;
}

.applyCarRecycle-section .apply-wrap,
.documentDownload-section .apply-wrap,
.applyForRecyclingIncentives-section .apply-wrap,
.article-search-section .apply-wrap,
.article-list-section .apply-wrap,
.qa_section .apply-wrap {
  max-width: 1200px;
  margin: auto;
  padding-top: 2rem;
}
.applyCarRecycle-section .apply-wrap .myData-btn,
.documentDownload-section .apply-wrap .myData-btn,
.applyForRecyclingIncentives-section .apply-wrap .myData-btn,
.article-search-section .apply-wrap .myData-btn,
.article-list-section .apply-wrap .myData-btn,
.qa_section .apply-wrap .myData-btn {
  display: flex;
  justify-content: end;
  margin-bottom: 1rem;
  text-decoration: none;
}
.applyCarRecycle-section .apply-wrap .myData-btn button,
.documentDownload-section .apply-wrap .myData-btn button,
.applyForRecyclingIncentives-section .apply-wrap .myData-btn button,
.article-search-section .apply-wrap .myData-btn button,
.article-list-section .apply-wrap .myData-btn button,
.qa_section .apply-wrap .myData-btn button {
  padding: 10px 25px;
  font-weight: bold;
  font-size: 1.2rem;
  color: #455a64;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #455a64;
  cursor: pointer;
  transition: 0.3s ease;
}
.applyCarRecycle-section .apply-wrap .myData-btn button:hover,
.documentDownload-section .apply-wrap .myData-btn button:hover,
.applyForRecyclingIncentives-section .apply-wrap .myData-btn button:hover,
.article-search-section .apply-wrap .myData-btn button:hover,
.article-list-section .apply-wrap .myData-btn button:hover,
.qa_section .apply-wrap .myData-btn button:hover {
  background-color: #455a64;
  color: #fff;
}
.applyCarRecycle-section .apply-wrap .form-download-btn-wrap,
.documentDownload-section .apply-wrap .form-download-btn-wrap,
.applyForRecyclingIncentives-section .apply-wrap .form-download-btn-wrap,
.article-search-section .apply-wrap .form-download-btn-wrap,
.article-list-section .apply-wrap .form-download-btn-wrap,
.qa_section .apply-wrap .form-download-btn-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
  gap: 20px;
}
@media (max-width: 768px) {
  .applyCarRecycle-section .apply-wrap .form-download-btn-wrap,
  .documentDownload-section .apply-wrap .form-download-btn-wrap,
  .applyForRecyclingIncentives-section .apply-wrap .form-download-btn-wrap,
  .article-search-section .apply-wrap .form-download-btn-wrap,
  .article-list-section .apply-wrap .form-download-btn-wrap,
  .qa_section .apply-wrap .form-download-btn-wrap {
    flex-direction: column;
    gap: 10px;
    padding: 2rem;
  }
}
.applyCarRecycle-section .apply-wrap .form-download-btn-wrap .form-download-btn,
.documentDownload-section .apply-wrap .form-download-btn-wrap .form-download-btn,
.applyForRecyclingIncentives-section .apply-wrap .form-download-btn-wrap .form-download-btn,
.article-search-section .apply-wrap .form-download-btn-wrap .form-download-btn,
.article-list-section .apply-wrap .form-download-btn-wrap .form-download-btn,
.qa_section .apply-wrap .form-download-btn-wrap .form-download-btn {
  text-decoration: none;
}
.applyCarRecycle-section .apply-wrap .form-download-btn-wrap .form-download-btn button,
.documentDownload-section .apply-wrap .form-download-btn-wrap .form-download-btn button,
.applyForRecyclingIncentives-section .apply-wrap .form-download-btn-wrap .form-download-btn button,
.article-search-section .apply-wrap .form-download-btn-wrap .form-download-btn button,
.article-list-section .apply-wrap .form-download-btn-wrap .form-download-btn button,
.qa_section .apply-wrap .form-download-btn-wrap .form-download-btn button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  font-weight: bold;
  font-size: 1.2rem;
  color: #455a64;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #455a64;
  cursor: pointer;
  transition: 0.3s ease;
}
.applyCarRecycle-section .apply-wrap .form-download-btn-wrap .form-download-btn button img,
.documentDownload-section .apply-wrap .form-download-btn-wrap .form-download-btn button img,
.applyForRecyclingIncentives-section .apply-wrap .form-download-btn-wrap .form-download-btn button img,
.article-search-section .apply-wrap .form-download-btn-wrap .form-download-btn button img,
.article-list-section .apply-wrap .form-download-btn-wrap .form-download-btn button img,
.qa_section .apply-wrap .form-download-btn-wrap .form-download-btn button img {
  margin-right: 5px;
  height: 60%;
}
.applyCarRecycle-section .apply-wrap .form-download-btn-wrap .form-download-btn button span,
.documentDownload-section .apply-wrap .form-download-btn-wrap .form-download-btn button span,
.applyForRecyclingIncentives-section .apply-wrap .form-download-btn-wrap .form-download-btn button span,
.article-search-section .apply-wrap .form-download-btn-wrap .form-download-btn button span,
.article-list-section .apply-wrap .form-download-btn-wrap .form-download-btn button span,
.qa_section .apply-wrap .form-download-btn-wrap .form-download-btn button span {
  border: 1px solid #455a64;
  border-radius: 5px;
  margin-left: 8px;
  padding: 5px;
  color: #fff;
  background-color: #455a64;
  transition: 0.3s ease;
}
.applyCarRecycle-section .apply-wrap .form-download-btn-wrap .form-download-btn button:hover,
.documentDownload-section .apply-wrap .form-download-btn-wrap .form-download-btn button:hover,
.applyForRecyclingIncentives-section .apply-wrap .form-download-btn-wrap .form-download-btn button:hover,
.article-search-section .apply-wrap .form-download-btn-wrap .form-download-btn button:hover,
.article-list-section .apply-wrap .form-download-btn-wrap .form-download-btn button:hover,
.qa_section .apply-wrap .form-download-btn-wrap .form-download-btn button:hover {
  background-color: #ffd49b;
}
.applyCarRecycle-section .apply-wrap .form-download-btn-wrap .form-download-btn button:hover span,
.documentDownload-section .apply-wrap .form-download-btn-wrap .form-download-btn button:hover span,
.applyForRecyclingIncentives-section .apply-wrap .form-download-btn-wrap .form-download-btn button:hover span,
.article-search-section .apply-wrap .form-download-btn-wrap .form-download-btn button:hover span,
.article-list-section .apply-wrap .form-download-btn-wrap .form-download-btn button:hover span,
.qa_section .apply-wrap .form-download-btn-wrap .form-download-btn button:hover span {
  color: #455a64;
  background-color: #ffffff;
}
.applyCarRecycle-section .apply-wrap h3,
.documentDownload-section .apply-wrap h3,
.applyForRecyclingIncentives-section .apply-wrap h3,
.article-search-section .apply-wrap h3,
.article-list-section .apply-wrap h3,
.qa_section .apply-wrap h3 {
  text-align: center;
  font-size: 2rem;
  color: #455a64;
  margin-bottom: 2rem;
}
.applyCarRecycle-section .apply-wrap .recyclerInquiry-btn-wrap,
.documentDownload-section .apply-wrap .recyclerInquiry-btn-wrap,
.applyForRecyclingIncentives-section .apply-wrap .recyclerInquiry-btn-wrap,
.article-search-section .apply-wrap .recyclerInquiry-btn-wrap,
.article-list-section .apply-wrap .recyclerInquiry-btn-wrap,
.qa_section .apply-wrap .recyclerInquiry-btn-wrap {
  display: flex;
  justify-content: end;
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  .applyCarRecycle-section .apply-wrap .recyclerInquiry-btn-wrap,
  .documentDownload-section .apply-wrap .recyclerInquiry-btn-wrap,
  .applyForRecyclingIncentives-section .apply-wrap .recyclerInquiry-btn-wrap,
  .article-search-section .apply-wrap .recyclerInquiry-btn-wrap,
  .article-list-section .apply-wrap .recyclerInquiry-btn-wrap,
  .qa_section .apply-wrap .recyclerInquiry-btn-wrap {
    justify-content: center;
  }
}
.applyCarRecycle-section .apply-wrap .recyclerInquiry-btn-wrap .recyclerInquiry-btn,
.documentDownload-section .apply-wrap .recyclerInquiry-btn-wrap .recyclerInquiry-btn,
.applyForRecyclingIncentives-section .apply-wrap .recyclerInquiry-btn-wrap .recyclerInquiry-btn,
.article-search-section .apply-wrap .recyclerInquiry-btn-wrap .recyclerInquiry-btn,
.article-list-section .apply-wrap .recyclerInquiry-btn-wrap .recyclerInquiry-btn,
.qa_section .apply-wrap .recyclerInquiry-btn-wrap .recyclerInquiry-btn {
  font-weight: bold;
  font-size: 1.2rem;
  color: #455a64;
  background-color: #fff;
  padding: 10px 25px;
  border-radius: 8px;
  border: 1px solid #455a64;
  cursor: pointer;
  transition: 0.3s ease;
}
.applyCarRecycle-section .apply-wrap .recyclerInquiry-btn-wrap .recyclerInquiry-btn:hover,
.documentDownload-section .apply-wrap .recyclerInquiry-btn-wrap .recyclerInquiry-btn:hover,
.applyForRecyclingIncentives-section .apply-wrap .recyclerInquiry-btn-wrap .recyclerInquiry-btn:hover,
.article-search-section .apply-wrap .recyclerInquiry-btn-wrap .recyclerInquiry-btn:hover,
.article-list-section .apply-wrap .recyclerInquiry-btn-wrap .recyclerInquiry-btn:hover,
.qa_section .apply-wrap .recyclerInquiry-btn-wrap .recyclerInquiry-btn:hover {
  background-color: #455a64;
  color: #fff;
}
.applyCarRecycle-section .apply-wrap .select-btn-wrap,
.documentDownload-section .apply-wrap .select-btn-wrap,
.applyForRecyclingIncentives-section .apply-wrap .select-btn-wrap,
.article-search-section .apply-wrap .select-btn-wrap,
.article-list-section .apply-wrap .select-btn-wrap,
.qa_section .apply-wrap .select-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .applyCarRecycle-section .apply-wrap .select-btn-wrap,
  .documentDownload-section .apply-wrap .select-btn-wrap,
  .applyForRecyclingIncentives-section .apply-wrap .select-btn-wrap,
  .article-search-section .apply-wrap .select-btn-wrap,
  .article-list-section .apply-wrap .select-btn-wrap,
  .qa_section .apply-wrap .select-btn-wrap {
    gap: 5px;
  }
}
@media (max-width: 576px) {
  .applyCarRecycle-section .apply-wrap .select-btn-wrap,
  .documentDownload-section .apply-wrap .select-btn-wrap,
  .applyForRecyclingIncentives-section .apply-wrap .select-btn-wrap,
  .article-search-section .apply-wrap .select-btn-wrap,
  .article-list-section .apply-wrap .select-btn-wrap,
  .qa_section .apply-wrap .select-btn-wrap {
    flex-direction: column;
    gap: 1rem;
  }
}
.applyCarRecycle-section .apply-wrap .select-btn-wrap .select-btn,
.documentDownload-section .apply-wrap .select-btn-wrap .select-btn,
.applyForRecyclingIncentives-section .apply-wrap .select-btn-wrap .select-btn,
.article-search-section .apply-wrap .select-btn-wrap .select-btn,
.article-list-section .apply-wrap .select-btn-wrap .select-btn,
.qa_section .apply-wrap .select-btn-wrap .select-btn {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  gap: 3px;
}
@media (max-width: 576px) {
  .applyCarRecycle-section .apply-wrap .select-btn-wrap .select-btn,
  .documentDownload-section .apply-wrap .select-btn-wrap .select-btn,
  .applyForRecyclingIncentives-section .apply-wrap .select-btn-wrap .select-btn,
  .article-search-section .apply-wrap .select-btn-wrap .select-btn,
  .article-list-section .apply-wrap .select-btn-wrap .select-btn,
  .qa_section .apply-wrap .select-btn-wrap .select-btn {
    width: 100%;
  }
}
.applyCarRecycle-section .apply-wrap .select-btn-wrap .select-btn button.active,
.documentDownload-section .apply-wrap .select-btn-wrap .select-btn button.active,
.applyForRecyclingIncentives-section .apply-wrap .select-btn-wrap .select-btn button.active,
.article-search-section .apply-wrap .select-btn-wrap .select-btn button.active,
.article-list-section .apply-wrap .select-btn-wrap .select-btn button.active,
.qa_section .apply-wrap .select-btn-wrap .select-btn button.active {
  background-color: #ffd49b;
  color: #1b1716;
}
.applyCarRecycle-section .apply-wrap .select-btn-wrap .select-btn button, .applyCarRecycle-section .apply-wrap .select-btn-wrap .select-btn a,
.documentDownload-section .apply-wrap .select-btn-wrap .select-btn button,
.documentDownload-section .apply-wrap .select-btn-wrap .select-btn a,
.applyForRecyclingIncentives-section .apply-wrap .select-btn-wrap .select-btn button,
.applyForRecyclingIncentives-section .apply-wrap .select-btn-wrap .select-btn a,
.article-search-section .apply-wrap .select-btn-wrap .select-btn button,
.article-search-section .apply-wrap .select-btn-wrap .select-btn a,
.article-list-section .apply-wrap .select-btn-wrap .select-btn button,
.article-list-section .apply-wrap .select-btn-wrap .select-btn a,
.qa_section .apply-wrap .select-btn-wrap .select-btn button,
.qa_section .apply-wrap .select-btn-wrap .select-btn a {
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.2rem;
  color: #455a64;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #455a64;
  cursor: pointer;
  transition: 0.3s ease;
}
.applyCarRecycle-section .apply-wrap .select-btn-wrap .select-btn button:hover, .applyCarRecycle-section .apply-wrap .select-btn-wrap .select-btn a:hover,
.documentDownload-section .apply-wrap .select-btn-wrap .select-btn button:hover,
.documentDownload-section .apply-wrap .select-btn-wrap .select-btn a:hover,
.applyForRecyclingIncentives-section .apply-wrap .select-btn-wrap .select-btn button:hover,
.applyForRecyclingIncentives-section .apply-wrap .select-btn-wrap .select-btn a:hover,
.article-search-section .apply-wrap .select-btn-wrap .select-btn button:hover,
.article-search-section .apply-wrap .select-btn-wrap .select-btn a:hover,
.article-list-section .apply-wrap .select-btn-wrap .select-btn button:hover,
.article-list-section .apply-wrap .select-btn-wrap .select-btn a:hover,
.qa_section .apply-wrap .select-btn-wrap .select-btn button:hover,
.qa_section .apply-wrap .select-btn-wrap .select-btn a:hover {
  background-color: #ffd49b;
  color: #1b1716;
}
.applyCarRecycle-section .apply-wrap .select-btn-wrap .select-btn p,
.documentDownload-section .apply-wrap .select-btn-wrap .select-btn p,
.applyForRecyclingIncentives-section .apply-wrap .select-btn-wrap .select-btn p,
.article-search-section .apply-wrap .select-btn-wrap .select-btn p,
.article-list-section .apply-wrap .select-btn-wrap .select-btn p,
.qa_section .apply-wrap .select-btn-wrap .select-btn p {
  display: flex;
  justify-content: center;
  font-size: 1rem;
  gap: 4px;
}
.applyCarRecycle-section .apply-wrap form.OneStepService,
.documentDownload-section .apply-wrap form.OneStepService,
.applyForRecyclingIncentives-section .apply-wrap form.OneStepService,
.article-search-section .apply-wrap form.OneStepService,
.article-list-section .apply-wrap form.OneStepService,
.qa_section .apply-wrap form.OneStepService {
  border: 1px solid rgb(230, 230, 230);
  padding: 2rem;
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #455a64;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.applyCarRecycle-section .apply-wrap form.OneStepService input,
.applyCarRecycle-section .apply-wrap form.OneStepService select,
.documentDownload-section .apply-wrap form.OneStepService input,
.documentDownload-section .apply-wrap form.OneStepService select,
.applyForRecyclingIncentives-section .apply-wrap form.OneStepService input,
.applyForRecyclingIncentives-section .apply-wrap form.OneStepService select,
.article-search-section .apply-wrap form.OneStepService input,
.article-search-section .apply-wrap form.OneStepService select,
.article-list-section .apply-wrap form.OneStepService input,
.article-list-section .apply-wrap form.OneStepService select,
.qa_section .apply-wrap form.OneStepService input,
.qa_section .apply-wrap form.OneStepService select {
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #455a64;
  color: #929292;
  font-weight: 500;
}
.applyCarRecycle-section .apply-wrap form.OneStepService button,
.documentDownload-section .apply-wrap form.OneStepService button,
.applyForRecyclingIncentives-section .apply-wrap form.OneStepService button,
.article-search-section .apply-wrap form.OneStepService button,
.article-list-section .apply-wrap form.OneStepService button,
.qa_section .apply-wrap form.OneStepService button {
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
  background-color: #455a64;
  border-radius: 8px;
  border: 1px solid #455a64;
  cursor: pointer;
  width: 220px;
  margin: 1rem auto 0 auto;
  transition: 0.3s ease;
}
.applyCarRecycle-section .apply-wrap form.OneStepService button:hover,
.documentDownload-section .apply-wrap form.OneStepService button:hover,
.applyForRecyclingIncentives-section .apply-wrap form.OneStepService button:hover,
.article-search-section .apply-wrap form.OneStepService button:hover,
.article-list-section .apply-wrap form.OneStepService button:hover,
.qa_section .apply-wrap form.OneStepService button:hover {
  background-color: #1d2d35;
}
.applyCarRecycle-section .apply-wrap form.OneStepService p,
.documentDownload-section .apply-wrap form.OneStepService p,
.applyForRecyclingIncentives-section .apply-wrap form.OneStepService p,
.article-search-section .apply-wrap form.OneStepService p,
.article-list-section .apply-wrap form.OneStepService p,
.qa_section .apply-wrap form.OneStepService p {
  display: flex;
  font-size: 1rem;
  text-align: center;
  gap: 4px;
  justify-content: center;
}
.applyCarRecycle-section .apply-wrap form.OneStepService label::before,
.documentDownload-section .apply-wrap form.OneStepService label::before,
.applyForRecyclingIncentives-section .apply-wrap form.OneStepService label::before,
.article-search-section .apply-wrap form.OneStepService label::before,
.article-list-section .apply-wrap form.OneStepService label::before,
.qa_section .apply-wrap form.OneStepService label::before {
  content: "*";
  color: red;
  font-weight: bold;
  margin-right: 2px;
}
.applyCarRecycle-section .apply-wrap form.OneStepService label.normal::before,
.documentDownload-section .apply-wrap form.OneStepService label.normal::before,
.applyForRecyclingIncentives-section .apply-wrap form.OneStepService label.normal::before,
.article-search-section .apply-wrap form.OneStepService label.normal::before,
.article-list-section .apply-wrap form.OneStepService label.normal::before,
.qa_section .apply-wrap form.OneStepService label.normal::before {
  content: "";
  color: black;
  font-weight: bold;
  margin-right: 2px;
}
.applyCarRecycle-section .apply-wrap form.OneStepService .verificationCode-wrap,
.documentDownload-section .apply-wrap form.OneStepService .verificationCode-wrap,
.applyForRecyclingIncentives-section .apply-wrap form.OneStepService .verificationCode-wrap,
.article-search-section .apply-wrap form.OneStepService .verificationCode-wrap,
.article-list-section .apply-wrap form.OneStepService .verificationCode-wrap,
.qa_section .apply-wrap form.OneStepService .verificationCode-wrap {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 1rem;
}
.applyCarRecycle-section .apply-wrap form.OneStepService .verificationCode-wrap input,
.applyCarRecycle-section .apply-wrap form.OneStepService .verificationCode-wrap .verificationCode,
.documentDownload-section .apply-wrap form.OneStepService .verificationCode-wrap input,
.documentDownload-section .apply-wrap form.OneStepService .verificationCode-wrap .verificationCode,
.applyForRecyclingIncentives-section .apply-wrap form.OneStepService .verificationCode-wrap input,
.applyForRecyclingIncentives-section .apply-wrap form.OneStepService .verificationCode-wrap .verificationCode,
.article-search-section .apply-wrap form.OneStepService .verificationCode-wrap input,
.article-search-section .apply-wrap form.OneStepService .verificationCode-wrap .verificationCode,
.article-list-section .apply-wrap form.OneStepService .verificationCode-wrap input,
.article-list-section .apply-wrap form.OneStepService .verificationCode-wrap .verificationCode,
.qa_section .apply-wrap form.OneStepService .verificationCode-wrap input,
.qa_section .apply-wrap form.OneStepService .verificationCode-wrap .verificationCode {
  width: 50%;
}
.applyCarRecycle-section .apply-wrap form.OneStepService .verificationCode-wrap .verificationCode,
.documentDownload-section .apply-wrap form.OneStepService .verificationCode-wrap .verificationCode,
.applyForRecyclingIncentives-section .apply-wrap form.OneStepService .verificationCode-wrap .verificationCode,
.article-search-section .apply-wrap form.OneStepService .verificationCode-wrap .verificationCode,
.article-list-section .apply-wrap form.OneStepService .verificationCode-wrap .verificationCode,
.qa_section .apply-wrap form.OneStepService .verificationCode-wrap .verificationCode {
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.2rem;
  color: #455a64;
  background-color: #dbdbdb;
  border-radius: 8px;
  border: 1px solid #455a64;
  cursor: pointer;
}

.download-section .form-wrap {
  max-width: 1200px;
  margin: auto;
  border-radius: 10px;
  border: 1px solid rgb(230, 230, 230);
  padding: 2rem;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.download-section .form-wrap .submit-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 2rem;
  margin: auto;
}
@media (max-width: 576px) {
  .download-section .form-wrap .submit-btn-wrap {
    flex-direction: column;
    gap: 1rem;
  }
}
.download-section .form-wrap .submit-btn-wrap .reconfirm-btn {
  background-color: #fff;
  color: #455a64;
}
.download-section .form-wrap .submit-btn-wrap .reconfirm-btn:hover {
  background-color: #455a64;
  color: #fff;
}
.download-section .form-wrap form {
  font-size: 1.2rem;
  font-weight: bold;
  color: #455a64;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.download-section .form-wrap form input,
.download-section .form-wrap form select {
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #455a64;
  color: #929292;
  font-weight: 500;
}
.download-section .form-wrap form button {
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
  background-color: #455a64;
  border-radius: 8px;
  border: 1px solid #455a64;
  cursor: pointer;
  width: 220px;
  margin: 1rem auto 0 auto;
  transition: 0.3s ease;
}
.download-section .form-wrap form button:hover {
  background-color: #1d2d35;
}
.download-section .form-wrap form p {
  display: flex;
  font-size: 1rem;
  text-align: center;
  gap: 4px;
  justify-content: center;
}
.download-section .form-wrap form label::before {
  content: "*";
  color: red;
  font-weight: bold;
  margin-right: 2px;
}
.download-section .form-wrap form .download-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 576px) {
  .download-section .form-wrap form .download-row {
    flex-direction: column;
  }
}
.download-section .form-wrap form .download-row label {
  width: 40%;
}
@media (max-width: 576px) {
  .download-section .form-wrap form .download-row label {
    width: 100%;
  }
}
.download-section .form-wrap form .download-row input,
.download-section .form-wrap form .download-row select,
.download-section .form-wrap form .download-row .verificationCode-wrap {
  width: 60%;
}
@media (max-width: 576px) {
  .download-section .form-wrap form .download-row input,
  .download-section .form-wrap form .download-row select,
  .download-section .form-wrap form .download-row .verificationCode-wrap {
    width: 100%;
  }
}
.download-section .form-wrap form .verificationCode-wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.5rem;
}
.download-section .form-wrap form .verificationCode-wrap .verificationCode-input,
.download-section .form-wrap form .verificationCode-wrap .verificationCode {
  width: 50%;
}
.download-section .form-wrap form .verificationCode-wrap .verificationCode-input input {
  width: 100%;
}
.download-section .form-wrap form .verificationCode-wrap .verificationCode {
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.2rem;
  color: #455a64;
  background-color: #dbdbdb;
  border-radius: 8px;
  border: 1px solid #455a64;
  cursor: pointer;
}

.download-result-section h3 {
  font-size: 1.7rem;
  color: #929292;
}
.download-result-section .form-wrap {
  max-width: 1200px;
  margin: auto;
}
.download-result-section .form-wrap .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1.2rem;
}
.download-result-section .form-wrap .btn-wrap .license-plate-number {
  flex: 2;
  font-size: 1.2rem;
  padding: 10px 0;
  font-weight: bold;
  color: #fff;
  background-color: #e48e1d;
  border-radius: 8px;
  text-align: center;
}
@media (max-width: 768px) {
  .download-result-section .form-wrap .btn-wrap .license-plate-number {
    flex: 1 1 100%;
  }
}
.download-result-section .form-wrap .btn-wrap .car-body-re-btn-wrap {
  flex: 1;
  position: relative;
}
@media (max-width: 768px) {
  .download-result-section .form-wrap .btn-wrap .car-body-re-btn-wrap {
    flex: 1 1 49%;
  }
}
.download-result-section .form-wrap .btn-wrap .car-body-re-btn-wrap:hover .car-body-re-dropdown-menu {
  display: flex;
}
.download-result-section .form-wrap .btn-wrap .car-body-re-btn-wrap .car-body-re-btn {
  width: 100%;
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
  background-color: #455a64;
  border-radius: 8px;
  border: 1px solid #455a64;
  cursor: pointer;
  transition: 0.3s ease;
}
.download-result-section .form-wrap .btn-wrap .car-body-re-btn-wrap .car-body-re-btn:hover {
  background-color: #1d2d35;
}
.download-result-section .form-wrap .btn-wrap .car-body-re-btn-wrap .car-body-re-dropdown-menu {
  position: absolute;
  top: 100%;
  display: none;
  gap: 5px;
  padding: 5px;
  border-radius: 0 0 5px 5px;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.3s ease;
}
.download-result-section .form-wrap .btn-wrap .car-body-re-btn-wrap .car-body-re-dropdown-menu button {
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #a8a8a8;
  padding: 5px;
  background-color: #fff;
  transition: 0.3s ease;
}
.download-result-section .form-wrap .btn-wrap .car-body-re-btn-wrap .car-body-re-dropdown-menu button:hover {
  background-color: #81a3b4;
}
.download-result-section .form-wrap .btn-wrap .vehicle-scrap-certificate {
  flex: 1;
}
@media (max-width: 768px) {
  .download-result-section .form-wrap .btn-wrap .vehicle-scrap-certificate {
    flex: 1 1 49%;
  }
}
.download-result-section .form-wrap .btn-wrap .vehicle-scrap-certificate p {
  color: rgb(192, 31, 31);
  font-weight: 700;
}
.download-result-section .form-wrap .btn-wrap .vehicle-scrap-certificate button {
  width: 100%;
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
  background-color: #455a64;
  border-radius: 8px;
  border: 1px solid #455a64;
  cursor: pointer;
  transition: 0.3s ease;
}
.download-result-section .form-wrap .btn-wrap .vehicle-scrap-certificate button:hover {
  background-color: #1d2d35;
}
.download-result-section .form-wrap form {
  border: 1px solid rgb(230, 230, 230);
  padding: 2rem;
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #455a64;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.progress-container {
  width: 100%;
  overflow: auto;
  padding: 2rem;
  background-color: #fff;
  border: 1px solid rgb(230, 230, 230);
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  margin-bottom: 25px;
}
.progress-container .progress-line {
  display: flex;
  justify-content: space-around;
  position: relative;
  margin-bottom: 20px;
  min-width: 1000px;
}
.progress-container .progress-line::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #20c88f;
  z-index: 0;
}
.progress-container .progress-line .progress-line-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  width: 100px;
}
.progress-container .progress-line .progress-line-step:nth-child(1) {
  margin-left: 75px;
}
.progress-container .progress-line .progress-line-step:nth-child(2) {
  margin-left: 95px;
}
.progress-container .progress-line .progress-line-step:nth-child(3) {
  margin-left: 105px;
}
.progress-container .progress-line .progress-line-step .progress-line-circle {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 2px solid #20c88f;
  border-radius: 50%;
  margin: 0 auto;
}
.progress-container .progress-line .progress-line-step .progress-line-label {
  font-size: 1.2rem;
  font-weight: bold;
  color: #a14b4b;
}
.progress-container .progress-line .progress-line-step.progress-line-completed .progress-line-circle {
  border-color: #20c88f;
  background-color: #20c88f;
}
.progress-container .progress-line .progress-line-step.progress-line-active .progress-line-circle {
  border-color: #138b63;
  background-color: #20c88f;
}
.progress-container .details-container {
  display: flex;
  justify-content: start;
  gap: 20px;
  min-width: 1000px;
}
.progress-container .details-container .details {
  width: 23%;
  padding: 10px 10px 10px 30px;
  background-color: #f8f8f8;
  border-radius: 4px;
  border: 1px solid #ddd;
  list-style: disc;
}
.progress-container .details-container .details.active {
  border-color: #4caf50;
  background-color: #e0f7e4;
}
.progress-container .details-container .details li {
  margin: 5px 0;
  font-size: 1rem;
  color: #333;
}
.progress-container .details-container .details li span {
  font-weight: bold;
}

.instructions-guide {
  background-color: #d3dee3;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 25px;
}
.instructions-guide a {
  color: #255aeb;
  font-weight: 700;
}
.instructions-guide h3 {
  font-size: 1.5rem;
  text-align: center;
  margin: 0 0 1rem;
  color: #455a64;
}
.instructions-guide ol,
.instructions-guide ul,
.instructions-guide p {
  font-size: 1.2rem;
}
.instructions-guide ol li,
.instructions-guide ul li,
.instructions-guide p li {
  margin-bottom: 0.5rem;
  margin-left: 20px;
}
.instructions-guide p {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.instructions-guide hr {
  margin: 35px 30px 20px 30px;
}

.instructions-guide-half-width {
  width: 100%;
  max-width: 600px;
  margin: auto auto 25px auto;
}

.documentDownload-section .document-table-container {
  border: 1px solid rgb(230, 230, 230);
  padding: 2rem;
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #455a64;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.documentDownload-section .document-table-container .header-info {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #666;
  gap: 1.2rem;
}
.documentDownload-section .document-table-container .document-table {
  width: 100%;
  border-collapse: collapse;
}
.documentDownload-section .document-table-container .document-table .document-table-head th {
  text-align: center;
  padding: 12px;
  font-weight: bold;
  background-color: #f2f2f2;
}
.documentDownload-section .document-table-container .document-table .document-table-body td {
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  vertical-align: middle;
  text-align: center;
}
.documentDownload-section .document-table-container .document-table .document-table-body .category {
  color: #1cb084;
  font-weight: bold;
}
.documentDownload-section .document-table-container .document-table .document-table-body .item-name {
  text-align: start;
}
.documentDownload-section .document-table-container .document-table .document-table-body .download-icons a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}
.documentDownload-section .document-table-container .document-table .document-table-body .download-icons .pdf-icon {
  background-image: url("/img/OneStep2025/icon_pdf.png");
}
.documentDownload-section .document-table-container .document-table .document-table-body .download-icons .odt-icon {
  background-image: url("/img/OneStep2025/icon_odt-file.png");
}
.documentDownload-section .document-table-container .onestep-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  gap: 0.5rem;
}
@media (max-width: 650px) {
  .documentDownload-section .document-table-container .onestep-pagination {
    flex-direction: column;
  }
}
.documentDownload-section .document-table-container .onestep-pagination .onestep-pagination-btn-wrap {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.documentDownload-section .document-table-container .onestep-pagination .onestep-pagination-btn-wrap :hover {
  background-color: #f7f7f7;
}
.documentDownload-section .document-table-container .onestep-pagination .onestep-pagination-btn-wrap :disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.documentDownload-section .document-table-container .onestep-pagination .onestep-pagination-btn-wrap .onestep-page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #455a64;
  text-decoration: none;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.documentDownload-section .document-table-container .onestep-pagination .onestep-pagination-btn-wrap .onestep-page-number {
  border: none;
}
.documentDownload-section .document-table-container .onestep-pagination .onestep-pagination-btn-wrap .onestep-page-number:hover {
  border-radius: 50px;
}
.documentDownload-section .document-table-container .onestep-pagination .onestep-pagination-btn-wrap .onestep-active {
  background-color: #455a64;
  border-radius: 50px;
  color: rgb(230, 230, 230);
}

.applyForRecyclingIncentives-section .info-conrainer {
  width: 100%;
  padding: 2rem;
  background-color: #fff;
  border: 1px solid rgb(230, 230, 230);
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  margin-bottom: 1rem;
}
.applyForRecyclingIncentives-section .info-conrainer ol {
  font-size: 1.2rem;
}
.applyForRecyclingIncentives-section .info-conrainer ol .info-list {
  margin-left: 2rem;
  margin-bottom: 0.5rem;
}
.applyForRecyclingIncentives-section .info-conrainer .info-detail {
  background-color: #d3dee3;
  padding: 1.5rem;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.applyForRecyclingIncentives-section .info-conrainer .info-detail h4 {
  font-size: 1.5rem;
  text-align: center;
  margin: 0 0 1rem;
}
.applyForRecyclingIncentives-section .info-conrainer .info-detail .info-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .applyForRecyclingIncentives-section .info-conrainer .info-detail .info-wrap {
    flex-direction: column;
  }
}
.applyForRecyclingIncentives-section .info-conrainer .info-detail .info-wrap ul {
  font-size: 1.2rem;
}
.applyForRecyclingIncentives-section .info-conrainer .info-detail .info-wrap ul li {
  margin-bottom: 0.5rem;
}
.applyForRecyclingIncentives-section .info-conrainer .info-detail .info-wrap .apply-QRcode {
  display: flex;
  justify-content: center;
  align-items: center;
}
.applyForRecyclingIncentives-section .info-conrainer .info-detail .info-wrap .apply-QRcode img {
  width: 180px;
  height: 180px;
  border-radius: 10px;
}
.applyForRecyclingIncentives-section .info-conrainer .result-wrap form label {
  text-align: start !important;
}

.index-news-section {
  max-width: 1200px;
  margin: 0 auto 40px auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 20px 20px 20px;
}
.index-news-section .main-card-wrap,
.index-news-section .sub-card-wrap {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.index-news-section .main-card-wrap .card-box,
.index-news-section .sub-card-wrap .card-box {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  background-color: rgba(69, 90, 100, 0.4117647059);
}
.index-news-section .main-card-wrap .card-box img,
.index-news-section .sub-card-wrap .card-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.index-news-section .main-card-wrap .card-box:hover img,
.index-news-section .sub-card-wrap .card-box:hover img {
  transform: scale(1.1);
}
.index-news-section .main-card-wrap .card-box .content-wrap,
.index-news-section .sub-card-wrap .card-box .content-wrap {
  position: absolute;
  height: 30%;
  z-index: 2;
  background-color: rgba(69, 90, 100, 0.7882352941);
  bottom: 0;
  padding: 1rem;
  width: 100%;
}
.index-news-section .main-card-wrap .card-box .content-wrap p,
.index-news-section .sub-card-wrap .card-box .content-wrap p {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.index-news-section .main-card-wrap .card-box {
  height: 500px;
}
.index-news-section .sub-card-wrap {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.index-news-section .sub-card-wrap .card-box {
  height: 300px;
}

.develop-info-section,
.policy-info-section {
  padding: 20px;
  background-color: #f5f5f5;
}
.develop-info-section .news-cards,
.policy-info-section .news-cards {
  max-width: 1200px;
  margin: auto;
  display: flex;
  margin-top: -40px;
  flex-direction: column;
  margin-bottom: 40px;
}
.develop-info-section .news-cards .more-btn,
.policy-info-section .news-cards .more-btn {
  align-self: flex-end;
  margin-bottom: 30px;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background-color 0.3s;
}
.develop-info-section .news-cards .more-btn:hover,
.policy-info-section .news-cards .more-btn:hover {
  background-color: #555;
}
.develop-info-section .news-cards .card-wrap,
.policy-info-section .news-cards .card-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  gap: 20px;
}
.develop-info-section .news-cards .card-wrap .card,
.policy-info-section .news-cards .card-wrap .card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  transition: transform 0.3s;
}
.develop-info-section .news-cards .card-wrap .card:hover,
.policy-info-section .news-cards .card-wrap .card:hover {
  transform: translateY(-5px);
}
.develop-info-section .news-cards .card-wrap .card img,
.policy-info-section .news-cards .card-wrap .card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.develop-info-section .news-cards .card-wrap .card .card-content,
.policy-info-section .news-cards .card-wrap .card .card-content {
  padding: 20px;
  text-align: left;
}
.develop-info-section .news-cards .card-wrap .card .card-content h3,
.policy-info-section .news-cards .card-wrap .card .card-content h3 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 10px;
}
.develop-info-section .news-cards .card-wrap .card .card-content .tag,
.policy-info-section .news-cards .card-wrap .card .card-content .tag {
  display: inline-block;
  padding: 4px 10px;
  background-color: #ff6b6b;
  color: #fff;
  border-radius: 10px;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.develop-info-section .news-cards .card-wrap .card .card-content p,
.policy-info-section .news-cards .card-wrap .card .card-content p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.develop-info-section .news-cards .card-wrap .card .card-content .read-more,
.policy-info-section .news-cards .card-wrap .card .card-content .read-more {
  padding: 10px 15px;
  background-color: #e0e0e0;
  border: none;
  border-radius: 50px;
  color: #333;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background-color 0.3s;
}
.develop-info-section .news-cards .card-wrap .card .card-content .read-more:hover,
.policy-info-section .news-cards .card-wrap .card .card-content .read-more:hover {
  background-color: #bdbdbd;
}

.policy-info-section {
  background-color: #fff;
}

.vehicleRecycling-section {
  margin: 0 auto 40px auto;
  background-color: #f5f5f5;
  padding: 0 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.vehicleRecycling-section .info-wrap {
  max-width: 1200px;
  width: 100%;
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .vehicleRecycling-section .info-wrap {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
.vehicleRecycling-section .info-wrap .info-card {
  width: 50%;
  background-color: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .vehicleRecycling-section .info-wrap .info-card {
    width: 100%;
  }
}
.vehicleRecycling-section .info-wrap .info-card .content-wrap h3 {
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  margin-top: -65px;
  margin-bottom: 30px;
}
.vehicleRecycling-section .info-wrap .info-card .content-wrap .content-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.vehicleRecycling-section .info-wrap .info-card .content-wrap .content-detail {
  font-size: 1.2rem;
  color: #929292;
  margin-bottom: 15px;
}
.vehicleRecycling-section .info-wrap .info-card .more-btn-wrap {
  align-self: center;
}
.vehicleRecycling-section .info-wrap .info-card .more-btn-wrap button {
  padding: 15px 25px;
  border-radius: 50px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
  transition: 0.3s ease;
  cursor: pointer;
}
.vehicleRecycling-section .info-wrap .info-card .more-btn-wrap button span {
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50px;
  color: #333;
}
.vehicleRecycling-section .info-wrap .info-card .more-btn-wrap button:hover {
  background-color: #455a64;
}

.carRecyclingGuide-section {
  margin: 0 auto 40px auto;
  background-color: #fff;
  padding: 0 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.carRecyclingGuide-section .content-wrap {
  max-width: 1200px;
  background-color: #d4d4d4;
  border-radius: 30px;
  padding: 40px;
  display: flex;
}
@media (max-width: 768px) {
  .carRecyclingGuide-section .content-wrap {
    flex-direction: column-reverse;
    padding: 20px;
  }
}
.carRecyclingGuide-section .content-wrap .img-wrap {
  width: 40%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "img-top img-top" "img-bottom-left img-bottom-right";
  gap: 10px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .carRecyclingGuide-section .content-wrap .img-wrap {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "img-top img-bottom-left img-bottom-right";
  }
}
.carRecyclingGuide-section .content-wrap .img-wrap img {
  object-fit: cover;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .carRecyclingGuide-section .content-wrap .img-wrap img {
    width: 100%;
  }
}
.carRecyclingGuide-section .content-wrap .img-wrap .img-top {
  grid-area: img-top;
}
.carRecyclingGuide-section .content-wrap .img-wrap .img-bottom-left {
  grid-area: img-bottom-left;
}
.carRecyclingGuide-section .content-wrap .img-wrap .img-bottom-right {
  grid-area: img-bottom-right;
}
.carRecyclingGuide-section .content-wrap .detail-wrap {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #353020;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .carRecyclingGuide-section .content-wrap .detail-wrap {
    width: 100%;
    padding: 20px 0px;
  }
}
.carRecyclingGuide-section .content-wrap .detail-wrap .guide-btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.carRecyclingGuide-section .content-wrap .detail-wrap .guide-btn-wrap a {
  border: none;
  padding: 15px 25px;
  border-radius: 50px;
  background-color: #eae8e1;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: #827c6a;
  cursor: pointer;
  transition: 0.3s ease;
}
.carRecyclingGuide-section .content-wrap .detail-wrap .guide-btn-wrap a .plus-btn {
  background-color: #827c6a;
  display: block;
  padding: 12px;
  margin-right: 15px;
  border-radius: 50px;
}
.carRecyclingGuide-section .content-wrap .detail-wrap .guide-btn-wrap a .plus-btn::after, .carRecyclingGuide-section .content-wrap .detail-wrap .guide-btn-wrap a .plus-btn::before {
  background-color: #eae8e1;
  height: 3px;
  width: 15px;
}
.carRecyclingGuide-section .content-wrap .detail-wrap .guide-btn-wrap a:hover {
  background-color: #e48e1d;
  color: #fff;
}
.carRecyclingGuide-section .content-wrap .detail-wrap .guide-btn-wrap a:hover .plus-btn::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.carRecyclingGuide-section .content-wrap .detail-wrap .guide-btn-wrap a:hover .plus-btn::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.green-vehicle-inquiry-section {
  padding: 0 20px 20px 20px;
}
.green-vehicle-inquiry-section .search-wrap {
  max-width: 1200px;
  margin: auto;
}
.green-vehicle-inquiry-section .search-wrap form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.green-vehicle-inquiry-section .search-wrap .fillter-wrap {
  padding: 2rem;
  border: 1px solid #455a64;
  border-radius: 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 768px) {
  .green-vehicle-inquiry-section .search-wrap .fillter-wrap {
    padding: 1rem;
    border-radius: 20px;
  }
}
.green-vehicle-inquiry-section .search-wrap .fillter-wrap label {
  display: none;
}
.green-vehicle-inquiry-section .search-wrap .fillter-wrap select,
.green-vehicle-inquiry-section .search-wrap .fillter-wrap input[type=text] {
  flex: 1;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #8d8d8d;
}
.green-vehicle-inquiry-section .search-wrap .search-btn-wrap {
  display: flex;
  gap: 1rem;
}
.green-vehicle-inquiry-section .search-wrap .search-btn-wrap button {
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
  background-color: #455a64;
  border-radius: 8px;
  border: 1px solid #455a64;
  cursor: pointer;
  width: 200px;
  margin: 0 auto 1rem auto;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .green-vehicle-inquiry-section .search-wrap .search-btn-wrap button {
    font-size: 1rem;
    width: 150px;
  }
}
.green-vehicle-inquiry-section .search-wrap .search-btn-wrap button:hover {
  background-color: #1d2d35;
}
.green-vehicle-inquiry-section .search-result-wrap {
  max-width: 1200px;
  margin: auto;
  overflow: auto;
}
.green-vehicle-inquiry-section .search-result-wrap .result-table {
  width: 100%;
  border: 1px solid #455a64;
  border-radius: 10px;
  padding: 0.5rem;
  border-collapse: unset;
}
.green-vehicle-inquiry-section .search-result-wrap .result-table thead {
  background-color: #dbdbdb;
  border-radius: 5px;
}
.green-vehicle-inquiry-section .search-result-wrap .result-table th,
.green-vehicle-inquiry-section .search-result-wrap .result-table td {
  padding: 1rem;
  text-align: center;
  border-top: 1px solid rgb(224, 224, 224);
  color: #455a64;
}
.green-vehicle-inquiry-section .search-result-wrap .result-table th {
  font-weight: bold;
}
.green-vehicle-inquiry-section .search-result-wrap .pagination {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

/* 搜尋欄樣式 */
.article-search-section {
  background-color: #f5f5f5;
  padding: 2rem;
  border-radius: 10px;
  max-width: 1200px;
  margin: auto auto 20px auto;
}
.article-search-section h3 {
  text-align: center;
  font-size: 1.5rem;
  color: #455a64;
  margin-bottom: 1rem;
}
.article-search-section .form-group {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* 隱藏原始核取方塊和單選按鈕 */
  /* 標籤樣式為按鈕 */
  /* 文章類別的選中狀態樣式 */
  /* 文章主題的選中狀態樣式 */
}
.article-search-section .form-group label {
  font-size: 1.2rem;
  font-weight: bold;
  color: #455a64;
}
.article-search-section .form-group input[type=checkbox],
.article-search-section .form-group input[type=radio] {
  display: none;
}
.article-search-section .form-group .category-options .btn,
.article-search-section .form-group .topic-options .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #e0e0e0;
  color: #7d7d7d;
  border-radius: 5px;
  cursor: pointer;
  margin: 5px;
  transition: background-color 0.3s;
}
.article-search-section .form-group .category-options .btn:hover,
.article-search-section .form-group .topic-options .btn:hover {
  background-color: #b3b3b3;
}
.article-search-section .form-group .category-options .btn.selected {
  background-color: #d27902;
  color: #fff;
}
.article-search-section .form-group .topic-options .btn.selected {
  background-color: #20c78f;
  color: #fff;
}
.article-search-section .form-group .keyWordBar {
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #455a64;
  color: #929292;
  font-weight: 500;
}
.article-search-section .form-group .category-options,
.article-search-section .form-group .topic-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.article-search-section button#searchButton {
  display: flex;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 1.2rem;
  background-color: #455a64;
  color: #fff;
  border-radius: 8px;
  margin: auto;
  cursor: pointer;
  transition: 0.3s ease;
}
.article-search-section button#searchButton:hover {
  background-color: #fff;
  color: #1b1716;
}

/* ----------文章列表樣式 ------------*/
.article-list-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}
.article-list-section .article-card-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.article-list-section .article-card-wrap .article-card {
  border: 1px solid #cecece;
  display: flex;
  transition: 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 576px) {
  .article-list-section .article-card-wrap .article-card {
    flex-direction: column;
  }
}
.article-list-section .article-card-wrap .article-card:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  background-color: #ffd49b;
}
.article-list-section .article-card-wrap .article-card .article-img {
  width: 30%;
}
@media (max-width: 768px) {
  .article-list-section .article-card-wrap .article-card .article-img {
    width: 40%;
  }
}
@media (max-width: 576px) {
  .article-list-section .article-card-wrap .article-card .article-img {
    width: 100%;
  }
}
.article-list-section .article-card-wrap .article-card .article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.article-list-section .article-card-wrap .article-card .article-content {
  width: 70%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .article-list-section .article-card-wrap .article-card .article-content {
    justify-content: flex-start;
    width: 60%;
  }
}
@media (max-width: 576px) {
  .article-list-section .article-card-wrap .article-card .article-content {
    width: 100%;
  }
}
.article-list-section .article-card-wrap .article-card .article-content .article-info {
  margin-bottom: 1rem;
}
.article-list-section .article-card-wrap .article-card .article-content .article-info .date-views-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  color: #929292;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .article-list-section .article-card-wrap .article-card .article-content .article-info .date-views-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    font-size: 1rem;
  }
}
.article-list-section .article-card-wrap .article-card .article-content .article-info .date-views-wrap i {
  margin-right: 3px;
}
.article-list-section .article-card-wrap .article-card .article-content .article-info .article-title {
  font-size: 1.6rem;
  color: #455a64;
}
.article-list-section .article-card-wrap .article-card .article-content .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.article-list-section .article-card-wrap .article-card .article-content .tags .category-tag,
.article-list-section .article-card-wrap .article-card .article-content .tags .topic-tag {
  padding: 10px 15px;
  color: #fff;
  border-radius: 5px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .article-list-section .article-card-wrap .article-card .article-content .tags .category-tag,
  .article-list-section .article-card-wrap .article-card .article-content .tags .topic-tag {
    padding: 6px 10px;
    font-size: 0.8rem;
  }
}
.article-list-section .article-card-wrap .article-card .article-content .tags .category-tag {
  background-color: #d27902;
}
.article-list-section .article-card-wrap .article-card .article-content .tags .topic-tag {
  background-color: #20c78f;
}
.article-list-section .pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.page-btn {
  background-color: #e0e0e0;
  border: none;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}

.page-btn:hover {
  background-color: #bdbdbd;
}

.article-detail-title-section {
  max-width: 1200px;
  margin: auto auto 20px auto;
  padding: 1rem;
}
.article-detail-title-section .date {
  font-size: 1.2rem;
  color: #929292;
}
.article-detail-title-section .title {
  font-size: 2rem;
  font-weight: bold;
  color: #455a64;
  margin-bottom: 20px;
  text-align: justify;
}
@media (max-width: 576px) {
  .article-detail-title-section .title {
    font-size: 1.5rem;
  }
}
.article-detail-title-section .tag-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.article-detail-title-section .tag-wrap .tag-orange {
  background-color: #d27902;
}
.article-detail-title-section .tag-wrap .tag-green {
  background-color: #20c78f;
}
.article-detail-title-section .tag-wrap .tag {
  padding: 6px 12px;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 5px;
}
@media (max-width: 576px) {
  .article-detail-title-section .tag-wrap .tag {
    font-size: 1rem;
  }
}
.article-detail-title-section .view-favor-link-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .article-detail-title-section .view-favor-link-wrap {
    justify-content: space-around;
    gap: 10px;
  }
}
.article-detail-title-section .view-favor-link-wrap .view-favor-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  color: #929292;
}
.article-detail-title-section .view-favor-link-wrap .view-favor-wrap i {
  margin-right: 5px;
}
.article-detail-title-section .view-favor-link-wrap .view-favor-wrap .favor i {
  color: rgb(219, 98, 98);
}
.article-detail-title-section .view-favor-link-wrap .link-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 2rem;
}
.article-detail-title-section .view-favor-link-wrap .link-wrap .link {
  width: 50px;
  height: 50px;
  padding: 10px;
  border: 1px solid rgb(145, 145, 145);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  background-color: #fff;
}
.article-detail-title-section .view-favor-link-wrap .link-wrap .link:nth-child(1):hover {
  background-color: rgb(219, 98, 98);
}
.article-detail-title-section .view-favor-link-wrap .link-wrap .link:nth-child(2):hover {
  background-color: #5179b9;
}
.article-detail-title-section .view-favor-link-wrap .link-wrap .link:nth-child(3):hover {
  background-color: #d8c943;
}
.article-detail-title-section .view-favor-link-wrap .link-wrap .link:nth-child(4):hover {
  background-color: #949494;
}
.article-detail-title-section .view-favor-link-wrap .link-wrap .link:hover img {
  filter: brightness(0) invert(1);
}

.article-detail-content-section {
  max-width: 1200px;
  margin: auto auto 20px auto;
  padding: 1rem 1rem 4rem 1rem;
  /*.img-wrap {
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 15px;

      img {
          width: 100%;
      }
  }*/
}
.article-detail-content-section img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  width: 100%;
}
.article-detail-content-section h4 {
  text-align: center;
  font-size: 2.5rem;
  color: #686868;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .article-detail-content-section h4 {
    font-size: 1.5rem;
  }
}
.article-detail-content-section p {
  font-size: 1.3rem;
  color: #686868;
  margin-bottom: 15px;
  text-indent: 2em;
  line-height: 1.8;
}
@media (max-width: 576px) {
  .article-detail-content-section p {
    font-size: 1rem;
  }
}

.previous-btn {
  display: flex;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 1.2rem;
  background-color: #455a64;
  color: #fff;
  border-radius: 8px;
  margin: auto;
  cursor: pointer;
  transition: 0.3s ease;
}
.previous-btn:hover {
  background-color: #fff;
  color: #1b1716;
}

.qa_section .apply-wrap .select-btn-wrap {
  /* 樣式設置，將非選中頁籤內容隱藏 */
  /* 樣式設置，選中的按鈕變色 */
}
.qa_section .apply-wrap .select-btn-wrap .tab-content {
  display: none;
}
.qa_section .apply-wrap .select-btn-wrap .select-btn button.active {
  background-color: #e48e1d;
  color: white;
}
.qa_section .apply-wrap .qa-item {
  margin-bottom: 20px;
}
.qa_section .apply-wrap .qa-item .qa-question {
  position: relative;
  cursor: pointer;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #455a64;
  color: #455a64;
  padding: 15px 15px 15px 50px;
  font-size: 1.2rem;
  border-radius: 8px;
  width: 100%;
  text-align: start;
  transition: 0.3s ease;
}
.qa_section .apply-wrap .qa-item .qa-question:hover, .qa_section .apply-wrap .qa-item .qa-question.active {
  background-color: #455a64;
  color: #fff;
}
.qa_section .apply-wrap .qa-item .qa-question::after, .qa_section .apply-wrap .qa-item .qa-question::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, 0);
  height: 5px;
  width: 20px;
  border-radius: 50px;
  background-color: #455a64;
  transition: 0.3s ease;
}
.qa_section .apply-wrap .qa-item .qa-question::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.qa_section .apply-wrap .qa-item .qa-question::before {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.qa_section .apply-wrap .qa-item .qa-question:hover::after, .qa_section .apply-wrap .qa-item .qa-question:hover::before {
  background-color: #fff;
}
.qa_section .apply-wrap .qa-item .qa-question.active::after, .qa_section .apply-wrap .qa-item .qa-question.active::before {
  transform: translate(-50%, -50%) rotate(0deg);
  background-color: #fff;
}
.qa_section .apply-wrap .qa-item .qa-answer {
  margin-top: 5px;
  font-size: 1.2rem;
  padding: 5px;
  text-align: justify;
  line-height: 1.5;
}

.ecoParts-title-bgc {
  background-image: url(../images/ai_bgc_gray.jpg);
  background-size: cover;
  background-position: center;
  height: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
@media (max-width: 1200px) {
  .ecoParts-title-bgc {
    border-radius: 0px;
  }
}
.ecoParts-title-bgc h2,
.ecoParts-title-bgc .section-title-span {
  color: #333;
  text-shadow: 2px 2px 4px rgba(128, 128, 128, 0.5);
}
.ecoParts-title-bgc .section-title-span {
  color: #e48e1d;
}

h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #455a64;
  text-align: center;
}

.requirementOrder-section {
  max-width: 1200px;
  margin: auto;
  padding: 20px 0px 80px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.requirementOrder-section .requirementOrder-wrap {
  border: 1px solid #b9bec2;
  border-radius: 10px;
  width: 100%;
  height: 200px;
  padding: 20px 25px;
  display: flex;
  gap: 20px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.requirementOrder-section .requirementOrder-wrap:has(button:hover) {
  background-image: linear-gradient(to bottom right, #ffffff, #fce57d);
}
.requirementOrder-section .requirementOrder-wrap .requirement-info-wrap {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.requirementOrder-section .requirementOrder-wrap .requirement-info-wrap h3 {
  text-align: start;
}
.requirementOrder-section .requirementOrder-wrap .requirement-info-wrap a {
  color: #94812e;
  background-color: #ffec96;
  border-radius: 0.5rem;
  padding: 10px;
  font-weight: 600;
  box-shadow: 2px 2px 0 2px #d3ba4c;
  transform: translate(-5px, -5px);
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid #dac25a;
  font-size: 1.3rem;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
.requirementOrder-section .requirementOrder-wrap .requirement-info-wrap a:hover, .requirementOrder-section .requirementOrder-wrap .requirement-info-wrap a:focus {
  transform: translate(0);
  box-shadow: 0 0 0 0;
  border: 1px solid #dac25a;
  background-color: #fff;
}
.requirementOrder-section .requirementOrder-wrap .requirement-img-wrap {
  width: 30%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.requirementOrder-section .requirementOrder-wrap .requirement-img-wrap img {
  height: 80%;
  filter: invert(32%) sepia(6%) saturate(352%) hue-rotate(164deg) brightness(88%) contrast(88%);
}

.search-outside-bg {
  position: relative;
  background-image: url(/images/search-bgc.jpg);
  background-size: cover;
  background-position: center;
  padding: 75px 0 35px 0;
  margin-bottom: 20px;
}
.search-outside-bg .search-cycle {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: #dbdfe8;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 10px solid #fff;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search-section {
  max-width: 1200px;
  margin: auto;
  padding: 20px 0 20px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.search-section .key-word-wrap,
.search-section .category-wrap,
.search-section .carBrand-wrap {
  background-image: linear-gradient(to bottom right, #ffffff, #ebebeb);
  border-radius: 10px;
  overflow: hidden;
  padding: 1.2rem 1rem 0.5rem 1rem;
  border: 1px solid #b9bec2;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.search-section .key-word-wrap h4,
.search-section .category-wrap h4,
.search-section .carBrand-wrap h4 {
  font-size: 1.3rem;
  color: #455a64;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .search-section .key-word-wrap,
  .search-section .category-wrap,
  .search-section .carBrand-wrap {
    flex-direction: column;
  }
}
.search-section .key-word-wrap input,
.search-section .key-word-wrap button,
.search-section .category-wrap input,
.search-section .category-wrap button,
.search-section .carBrand-wrap input,
.search-section .carBrand-wrap button {
  height: 40px;
  border-radius: 8px;
  border: none;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .search-section .key-word-wrap input,
  .search-section .key-word-wrap button,
  .search-section .category-wrap input,
  .search-section .category-wrap button,
  .search-section .carBrand-wrap input,
  .search-section .carBrand-wrap button {
    width: 100%;
  }
}
.search-section .key-word-wrap input,
.search-section .category-wrap input,
.search-section .carBrand-wrap input {
  width: 100%;
  flex: 6;
  padding: 10px;
  border: 1px solid #455a64;
  margin-top: 5px;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  border: 1px solid rgb(206, 206, 206);
}
.search-section .key-word-wrap button,
.search-section .category-wrap button,
.search-section .carBrand-wrap button {
  flex: 1;
  background-color: #455a64;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 13px 25px;
  transition: 0.2s ease;
  margin: auto;
  margin-top: 15px;
}
.search-section .key-word-wrap button img,
.search-section .category-wrap button img,
.search-section .carBrand-wrap button img {
  height: 15px;
}
.search-section .key-word-wrap button:hover,
.search-section .category-wrap button:hover,
.search-section .carBrand-wrap button:hover {
  background-color: #1c2930;
}
.search-section .key-word-wrap .carBrand-list-wrap,
.search-section .category-wrap .carBrand-list-wrap,
.search-section .carBrand-wrap .carBrand-list-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1rem;
}
.search-section .key-word-wrap .carBrand-list-wrap .carBrand-card,
.search-section .category-wrap .carBrand-list-wrap .carBrand-card,
.search-section .carBrand-wrap .carBrand-list-wrap .carBrand-card {
  width: 100px;
  overflow: hidden;
  transition: 0.3s ease;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.search-section .key-word-wrap .carBrand-list-wrap .carBrand-card .carBrand-img-wrap,
.search-section .category-wrap .carBrand-list-wrap .carBrand-card .carBrand-img-wrap,
.search-section .carBrand-wrap .carBrand-list-wrap .carBrand-card .carBrand-img-wrap {
  border: 1px solid rgb(206, 206, 206);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 10px;
  overflow: hidden;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  transition: 0.3s ease;
}
.search-section .key-word-wrap .carBrand-list-wrap .carBrand-card .carBrand-img-wrap img,
.search-section .category-wrap .carBrand-list-wrap .carBrand-card .carBrand-img-wrap img,
.search-section .carBrand-wrap .carBrand-list-wrap .carBrand-card .carBrand-img-wrap img {
  width: 90%;
  filter: opacity(0.3);
  transition: 0.3s ease;
}
.search-section .key-word-wrap .carBrand-list-wrap .carBrand-card p,
.search-section .category-wrap .carBrand-list-wrap .carBrand-card p,
.search-section .carBrand-wrap .carBrand-list-wrap .carBrand-card p {
  font-size: 1.2rem;
  color: #222222;
}
.search-section .key-word-wrap .carBrand-list-wrap .carBrand-card:hover .carBrand-img-wrap, .search-section .key-word-wrap .carBrand-list-wrap .carBrand-card:active .carBrand-img-wrap,
.search-section .category-wrap .carBrand-list-wrap .carBrand-card:hover .carBrand-img-wrap,
.search-section .category-wrap .carBrand-list-wrap .carBrand-card:active .carBrand-img-wrap,
.search-section .carBrand-wrap .carBrand-list-wrap .carBrand-card:hover .carBrand-img-wrap,
.search-section .carBrand-wrap .carBrand-list-wrap .carBrand-card:active .carBrand-img-wrap {
  background-color: hsl(61, 100%, 88.5%);
}
.search-section .key-word-wrap .carBrand-list-wrap .carBrand-card:hover .carBrand-img-wrap img, .search-section .key-word-wrap .carBrand-list-wrap .carBrand-card:active .carBrand-img-wrap img,
.search-section .category-wrap .carBrand-list-wrap .carBrand-card:hover .carBrand-img-wrap img,
.search-section .category-wrap .carBrand-list-wrap .carBrand-card:active .carBrand-img-wrap img,
.search-section .carBrand-wrap .carBrand-list-wrap .carBrand-card:hover .carBrand-img-wrap img,
.search-section .carBrand-wrap .carBrand-list-wrap .carBrand-card:active .carBrand-img-wrap img {
  filter: opacity(1);
}
.search-section .key-word-wrap .carBrand-list-wrap .carBrand-card:hover p, .search-section .key-word-wrap .carBrand-list-wrap .carBrand-card:active p,
.search-section .category-wrap .carBrand-list-wrap .carBrand-card:hover p,
.search-section .category-wrap .carBrand-list-wrap .carBrand-card:active p,
.search-section .carBrand-wrap .carBrand-list-wrap .carBrand-card:hover p,
.search-section .carBrand-wrap .carBrand-list-wrap .carBrand-card:active p {
  color: #aa9f0b;
}
.search-section .key-word-wrap,
.search-section .category-wrap {
  width: calc(50% - 10px);
}
.search-section .carBrand-wrap {
  width: 100%;
}
.search-section .search-result-wrap {
  width: 100%;
}
.search-section .search-result-wrap h3 {
  margin-bottom: 20px;
}
.search-section .search-result-wrap .result-table {
  background-color: #fff;
  border: 1px solid #b9bec2;
}
.search-section .search-result-wrap .details-btn {
  background-color: #222222;
  padding: 10px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  transition: 0.2s ease;
  white-space: nowrap;
  cursor: pointer;
  border: none;
}
.search-section .search-result-wrap .details-btn img {
  height: 25px;
}
.search-section .search-result-wrap .details-btn:hover {
  background-color: #636363;
}

/* 背景遮罩 */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* 透黑遮罩 */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* 隱藏遮罩 */
.hidden {
  display: none;
}

/* 彈跳視窗 */
/*.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: auto;
    max-height: 95%;
    max-width: 1100px;
    overflow: auto;
    background: $secondary-color;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s ease-in-out;
    padding: 1rem;

    span {
        //position: absolute;//
        top: 0;
        right: 25px;
        //font-size: 5rem;
        font-weight: bold;
        //color: #ececec6b;
        white-space: nowrap;

        @media (max-width: 768px) {
            font-size: 2.5rem;
            top: 7px;
            right: 50%;
            transform: translateX(50%);
        }

        @media (max-width: 576px) {
            font-size: 2rem;
            top: 12px;
        }
    }

    .modal-content {
        width: 100%;
        max-height: 100%;
        overflow: auto;
        padding: 1.5rem;
        border-radius: 15px;
        background-color: #fff;

        @media (max-width: 576px) {
            padding: 1rem;
        }

        h2 {
            margin-bottom: 15px;
            font-size: 2rem;
            color: #333;

            @media (max-width: 768px) {
                text-align: center;
            }
        }



        // 詳細內容
        .content-detail {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 300px;

            @media (max-width: 768px) {
                flex-direction: column;
                height: auto;
            }

            // 左邊圖片 
            .modal-left {
                width: 40%;
                height: 100%;
                border-radius: 10px;
                overflow: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: #000000;

                @media (max-width: 768px) {
                    width: 100%;
                }

                .preview-image {
                    max-width: 100%;
                    // max-height: 100%; // 確保圖片不超出容器
                    object-fit: contain;
                    // 圖片等比例縮放，未填滿的地方用背景色
                    display: block;
                    // 避免圖片周圍產生多餘間隙 
                }
            }

            // 右邊詳細內容 
            .modal-right {
                width: 60%;
                padding: 20px;
                display: flex;
                flex-direction: column;

                @media (max-width: 768px) {
                    width: 100%;
                    padding: 10px 0;
                }




                .detail-row {
                    display: flex;

                    p {
                        margin-bottom: 5px;
                        font-size: 1.2rem;
                        color: #555;
                        padding: 5px;

                        &:nth-child(1) {
                            width: 30%;
                            font-weight: bold;

                            @media (max-width: 768px) {
                                width: 25%;
                            }
                        }

                        &:nth-child(2) {
                            width: 70%;
                            border-bottom: 1px solid #e0e0e0;

                            @media (max-width: 768px) {
                                width: 75%;
                            }
                        }
                    }
                }

            }
        }

        //  底部按鈕 
        .modal-buttons,
        .request-buttons {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin-top: 20px;

            button {
                padding: 10px 20px;
                font-size: 16px;
                border: none;
                border-radius: 5px;
                cursor: pointer;
            }

            .interest-btn {
                background-color: #28a745;
                color: white;
                transition: 0.2s ease;

                &:hover {
                    background-color: #1b8533;
                }
            }

            .cancel-btn {
                background-color: #dc3545;
                color: white;
                transition: 0.2s ease;

                &:hover {
                    background-color: #c52334;
                }
            }
        }

        // 需求單展開區域
        .request-form {
            margin-top: 20px;
            padding: 25px 15px 15px 15px;
            border-top: 1px solid #e0e0e0;
            animation: fadeIn 0.3s ease-in-out;


            h3 {
                font-size: 1.5rem;
                margin-bottom: 10px;
                text-align: center;
            }

            input,
            select,
            textarea {
                width: 100%;
                padding: 10px;
                border: 1px solid #ccc;
                border-radius: 5px;
            }

            textarea {
                height: 200px;
            }

            .form-group {
                margin-bottom: 15px;
                position: relative;

                .required {
                    &::before {
                        content: '*';
                        position: absolute;
                        color: red;
                        left: -8px;

                    }


                }

                label {
                    display: flex;
                    align-items: center;
                    gap: 10px;
                    font-weight: bold;
                    margin-bottom: 5px;
                    color: $primary-color;
                    font-weight: bold;

                    input {
                        width: 25px;
                        height: 25px;
                    }
                }
            }

            .notice {
                margin-top: 20px;
                border: 1px solid #ccc;
                padding: 10px;
                border-radius: 5px;


                .notice-content {
                    max-height: 200px;
                    overflow-y: auto;
                    margin: 10px 0;
                    font-size: 1rem;
                    line-height: 1.5;
                    border: 1px solid #eee;
                    padding: 10px 10px 10px 40px;
                    border-radius: 10px;
                }
            }

            button:disabled {
                background-color: #ccc;
                cursor: not-allowed;
            }
        }

    }
}*/
/* 彈跳視窗動畫 */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.know-request-form {
  margin-top: 20px;
  margin: auto;
  padding: 20px 35px;
  animation: fadeIn 0.3s ease-in-out;
  max-width: 1200px;
  background-color: #fff;
  border: 1px solid rgb(228, 228, 228);
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.know-request-form .know-request-h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: start;
}
.know-request-form .know-request-h3 span {
  margin-right: 10px;
  color: #fff;
  background-color: #455a64;
  padding: 5px 10px;
  border-radius: 12px;
}
.know-request-form .form-container {
  display: flex;
  flex-wrap: wrap;
  /* 允許子項在行內換行 */
  gap: 16px;
  /* 欄位之間的間距 */
}
@media (max-width: 768px) {
  .know-request-form .form-container {
    gap: 0;
  }
}
.know-request-form .form-container .form-group {
  flex: 1 1 calc(50% - 16px);
  /* 每列兩欄，計算寬度減去間距 */
}
@media (max-width: 768px) {
  .know-request-form .form-container .form-group {
    flex: 1 1 100%;
    /* 小於768px時一列一欄 */
  }
}
.know-request-form .form-container .form-group label {
  display: block;
  margin-bottom: 5px;
}
.know-request-form .form-container .form-group input {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}
.know-request-form input,
.know-request-form select,
.know-request-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.know-request-form textarea {
  height: 200px;
}
.know-request-form .form-group {
  margin-bottom: 15px;
  position: relative;
}
.know-request-form .form-group .required::before {
  content: "*";
  position: absolute;
  color: red;
  left: -8px;
}
.know-request-form .form-group label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #455a64;
  font-weight: bold;
}
.know-request-form .form-group label input {
  width: 25px;
  height: 25px;
}
.know-request-form .notice {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}
.know-request-form .notice .notice-content {
  max-height: 200px;
  overflow-y: auto;
  margin: 10px 0;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid #eee;
  padding: 10px 10px 10px 40px;
  border-radius: 10px;
}
.know-request-form button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.know-request-form .modal-buttons,
.know-request-form .request-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}
.know-request-form .modal-buttons button, .know-request-form .modal-buttons a,
.know-request-form .request-buttons button,
.know-request-form .request-buttons a {
  padding: 10px 20px;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}
.know-request-form .modal-buttons .interest-btn,
.know-request-form .request-buttons .interest-btn {
  background-color: #28a745;
  color: white;
  transition: 0.2s ease;
}
.know-request-form .modal-buttons .interest-btn:hover,
.know-request-form .request-buttons .interest-btn:hover {
  background-color: #1b8533;
}
.know-request-form .modal-buttons .cancel-btn,
.know-request-form .request-buttons .cancel-btn {
  background-color: #dc3545;
  color: white;
  transition: 0.2s ease;
}
.know-request-form .modal-buttons .cancel-btn:hover,
.know-request-form .request-buttons .cancel-btn:hover {
  background-color: #c52334;
}

:root {
  --border-left-color: #455a64;
  --background-color: #ffffff;
  --main-color: #455a64;
  --body-bgc: linear-gradient(-45deg, #ffffff, #e2e2e2, #ffffff);
}

#login-image {
  transition: opacity 0.5s ease-in-out;
  /* 控制透明度的過渡效果 */
  opacity: 1;
  /* 預設完全顯示 */
}

.login-main {
  background: var(--body-bgc);
  min-height: 100vh;
  margin-bottom: -100px;
  padding-bottom: 100px;
  transition: opacity 0.5s ease-in-out;
  /* 控制透明度的過渡效果 */
  opacity: 1;
  /* 預設完全顯示 */
}

.login-main-logo {
  width: 95%;
  max-width: 800px;
  margin: auto;
  display: block;
  margin-bottom: 50px;
  margin-top: -100px;
}

.back-home-button-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.back-home-button-wrap .back-home-button {
  margin: 30px auto 0 auto;
  color: #455a64;
  background-color: rgba(207, 218, 223, 0.5882352941);
  border-radius: 0.5rem;
  padding: 10px 20px;
  box-shadow: 2px 2px 0 2px #455a64;
  transform: translate(-5px, -5px);
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid #455a64;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
.back-home-button-wrap .back-home-button:hover {
  transform: translate(0);
  box-shadow: 0 0 0 0;
  background-color: #fff;
}
.back-home-button-wrap .back-home-button.active {
  background-color: #455a64;
  color: #fff;
  transform: translate(0);
  box-shadow: 0 0 0 0;
}

.login-content-card {
  width: 95%;
  max-width: 1200px;
  height: 700px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  margin: auto;
  overflow: hidden;
  display: grid;
  grid-template-columns: 5fr 6fr;
}
@media (max-width: 1195px) {
  .login-content-card {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 915px) {
  .login-content-card {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.login-content-card .login-input-wrap {
  display: flex;
  flex-direction: column;
  align-content: center;
  padding: 60px 80px;
  background-color: #fff;
}
@media (max-width: 1195px) {
  .login-content-card .login-input-wrap {
    padding: 60px 40px;
  }
}
@media (max-width: 915px) {
  .login-content-card .login-input-wrap {
    padding: 20px;
  }
}
.login-content-card .login-input-wrap h2 {
  font-size: 1.4rem;
  margin-bottom: 30px;
  text-align: center;
}
.login-content-card .login-input-wrap .select-type-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 5px;
}
@media (max-width: 915px) {
  .login-content-card .login-input-wrap .select-type-wrap {
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 417px) {
  .login-content-card .login-input-wrap .select-type-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.login-content-card .login-input-wrap .select-type-wrap button {
  color: #455a64;
  background-color: rgba(207, 218, 223, 0.5882352941);
  border-radius: 0.5rem;
  padding: 10px;
  box-shadow: 2px 2px 0 2px #455a64;
  transform: translate(-5px, -5px);
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid #455a64;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
.login-content-card .login-input-wrap .select-type-wrap button:hover {
  transform: translate(0);
  box-shadow: 0 0 0 0;
  background-color: #fff;
}
.login-content-card .login-input-wrap .select-type-wrap button.active {
  background-color: #455a64;
  color: #fff;
  transform: translate(0);
  box-shadow: 0 0 0 0;
}
.login-content-card .login-input-wrap .login-form {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  position: absolute;
  transition: opacity 0.5s ease, height 0.5s ease;
  padding: 5px;
}
.login-content-card .login-input-wrap .login-form.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  position: relative;
}
.login-content-card .login-input-wrap .login-form .login-input {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}
.login-content-card .login-input-wrap .login-form .login-input label {
  font-size: 1.2rem;
  margin-bottom: 5px;
  font-weight: bold;
  color: #455a64;
}
.login-content-card .login-input-wrap .login-form .login-input input {
  border: none;
  border-left: 5px solid var(--border-left-color);
  background-color: #e4e4e4;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
}
.login-content-card .login-input-wrap .login-form .login-input .verify-input {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.login-content-card .login-input-wrap .login-form .login-input .verify-input .verify-img-button {
  display: flex;
  justify-content: end;
  width: 100%;
  gap: 10px;
}
.login-content-card .login-input-wrap .login-form .login-input .verify-input .verify-img-button img {
  border: 1px solid #455a64;
  border-radius: 5px;
}
.login-content-card .login-input-wrap .login-form .login-input .verify-input .verify-img-button button {
  border: none;
  background-color: #fff;
  cursor: pointer;
}
.login-content-card .login-input-wrap .login-form .login-btn {
  margin: 40px 0;
  display: flex;
  justify-content: center;
}
.login-content-card .login-input-wrap .login-form .login-btn button {
  width: 100%;
  color: #455a64;
  background-color: var(--background-color);
  color: var(--main-color);
  transition: background-color 0.5s ease;
  border-radius: 0.5rem;
  padding: 10px;
  box-shadow: 2px 2px 0 2px var(--main-color);
  transform: translate(-5px, -5px);
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid var(--main-color);
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
.login-content-card .login-input-wrap .login-form .login-btn button:hover, .login-content-card .login-input-wrap .login-form .login-btn button:focus {
  transform: translate(0);
  box-shadow: 0 0 0 0;
  background-color: #fff;
}
.login-content-card .login-input-wrap .login-form .info-wrap {
  line-height: 1.5;
  text-align: justify;
  display: flex;
  flex-direction: column;
}
.login-content-card .login-input-wrap .login-form .info-wrap a {
  text-decoration: none;
  color: #455a64;
  font-size: 1.2rem;
}
.login-content-card .login-input-wrap .login-form .info-wrap a i {
  margin-right: 5px;
}
.login-content-card .login-input-wrap .login-form .info-wrap a:hover {
  font-weight: bold;
  color: #353a3d;
}
.login-content-card .login-input-wrap .login-form .info-wrap p {
  margin-bottom: 10px;
  font-weight: bold;
}
.login-content-card .login-input-wrap .login-form .info-wrap ul {
  list-style: decimal inside;
  padding-left: 0;
  margin-left: 0;
}
.login-content-card .login-input-wrap .login-form .info-wrap ul li {
  text-indent: -20px;
  padding-left: 20px;
}
.login-content-card .login-title-wrap {
  background-color: #d9ebee;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-content-card .login-title-wrap h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  margin-top: 60px;
  text-align: center;
}
.login-content-card .login-title-wrap img {
  position: absolute;
  height: 100%;
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.login-content-card .login-title-wrap .contact-information {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8823529412);
  position: relative;
  z-index: 1;
  line-height: 1.5;
  width: 85%;
}
@media (max-width: 915px) {
  .login-content-card .login-title-wrap .contact-information {
    margin: 20px 0px 20px 0px;
  }
  .login-content-card .login-title-wrap .contact-information.collapsed .contact-item {
    display: block;
  }
}
.login-content-card .login-title-wrap .contact-information .toggle-contact {
  display: none;
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 2;
}
@media (max-width: 915px) {
  .login-content-card .login-title-wrap .contact-information .toggle-contact {
    display: block;
    background-color: #6a808a;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
  }
}
.login-content-card .login-title-wrap .contact-information h2 {
  font-size: 1.4rem;
  margin: 0 0 10px 0;
  position: relative;
  z-index: 1;
}
.login-content-card .login-title-wrap .contact-information .contact-item {
  margin-bottom: 10px;
  color: #43484b;
}
.login-content-card .login-title-wrap .contact-information .contact-item .contact-title {
  font-weight: bold;
  font-size: 1.2rem;
  color: #353a3d;
}

.only-carbody-wrap {
  max-width: 1200px;
  margin: auto;
  padding-top: 2rem;
}
.only-carbody-wrap .recyclerInquiry-btn-wrap {
  display: flex;
  justify-content: end;
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  .only-carbody-wrap .recyclerInquiry-btn-wrap {
    justify-content: center;
  }
}
.only-carbody-wrap .recycler-form {
  border: 1px solid rgb(230, 230, 230);
  padding: 2rem;
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #455a64;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.only-carbody-wrap .recycler-form input,
.only-carbody-wrap .recycler-form select {
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #455a64;
  color: #929292;
  font-weight: 500;
}
.only-carbody-wrap .recycler-form button {
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
  background-color: #455a64;
  border-radius: 8px;
  border: 1px solid #455a64;
  cursor: pointer;
  width: 220px;
  margin: 1rem auto 0 auto;
  transition: 0.3s ease;
}
.only-carbody-wrap .recycler-form button:hover {
  background-color: #1d2d35;
}
.only-carbody-wrap .recycler-form p {
  display: flex;
  font-size: 1rem;
  text-align: center;
  gap: 4px;
  justify-content: center;
}
.only-carbody-wrap .recycler-form label {
  margin: 5px 0 0 0;
}
.only-carbody-wrap .recycler-form label.required {
  position: relative;
}
.only-carbody-wrap .recycler-form label.required::before {
  content: "*";
  position: absolute;
  top: 50%;
  transform: translate(-10px, -50%);
  color: red;
  font-weight: bold;
  margin-right: 2px;
}
.only-carbody-wrap .recycler-form .from-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.only-carbody-wrap .recycler-form .back-btn {
  background-color: #fff;
  color: #455a64;
}
.only-carbody-wrap .recycler-form .back-btn:hover {
  background-color: #1d2d35;
  color: #fff;
}
.only-carbody-wrap .recycler-form .verificationCode-wrap {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 1rem;
}
.only-carbody-wrap .recycler-form .verificationCode-wrap input,
.only-carbody-wrap .recycler-form .verificationCode-wrap .verificationCode {
  width: 50%;
}
.only-carbody-wrap .recycler-form .verificationCode-wrap .verificationCode {
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.2rem;
  color: #455a64;
  background-color: #dbdbdb;
  border-radius: 8px;
  border: 1px solid #455a64;
  cursor: pointer;
}
.only-carbody-wrap label {
  display: block;
  margin-top: 1em;
  font-weight: bold;
}
.only-carbody-wrap select,
.only-carbody-wrap input[type=text],
.only-carbody-wrap input[type=email],
.only-carbody-wrap input[type=tel] {
  width: 100%;
  padding: 0.5em;
  margin-top: 0.25em;
  font-size: 1em;
  border: 1px solid #455a64;
  border-radius: 8px;
}
.only-carbody-wrap select[disabled] {
  background-color: #cecece;
}
.only-carbody-wrap .company-list {
  margin-top: 1em;
  background: #f9f9f9;
  padding: 1em;
  border-radius: 6px;
}
.only-carbody-wrap label {
  display: block;
  margin: 0.5em 0;
}
.only-carbody-wrap .address-group {
  display: flex;
  gap: 16px;
}
.only-carbody-wrap .address-group .city {
  width: calc(25% - 16px);
}
.only-carbody-wrap .address-group .town {
  width: calc(25% - 8px);
}
@media (max-width: 900px) {
  .only-carbody-wrap .address-group .city {
    width: calc(50% - 8px);
  }
  .only-carbody-wrap .address-group .town {
    width: calc(50% - 8px);
  }
}
.only-carbody-wrap .address-group-home {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.only-carbody-wrap .address-group-home .homeCity {
  width: calc(20% - 16px);
}
.only-carbody-wrap .address-group-home .homeTown {
  width: calc(20% - 16px);
}
.only-carbody-wrap .address-group-home .address-detail {
  width: 60%;
}
@media (max-width: 900px) {
  .only-carbody-wrap .address-group-home .homeCity {
    width: calc(50% - 8px);
  }
  .only-carbody-wrap .address-group-home .homeTown {
    width: calc(50% - 8px);
  }
  .only-carbody-wrap .address-group-home .address-detail {
    width: 100%;
  }
}
.only-carbody-wrap .address-detail-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 16px;
}
.only-carbody-wrap .buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
@media (max-width: 500px) {
  .only-carbody-wrap .address-group {
    grid-template-columns: 1fr;
  }
}

* {
  font-family: "Roboto", sans-serif;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  white-space: nowrap;
}

a:focus-visible,
button:focus-visible,
li:focus-visible {
  outline: 3px dashed #e48e1d;
}

body {
  background-color: #ffffff;
}

header {
  z-index: 999;
}

main {
  padding-top: 150px;
}

input,
select,
select option,
textarea {
  color: #000000 !important;
  font-weight: 300 !important;
}

.no-wrap {
  white-space: nowrap;
}

.title-wrap {
  text-align: center;
  padding: 40px;
}

.section-title-span {
  color: #d27902;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.section-title-span-green {
  color: #20c78f;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0.5px;
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #455a64;
  z-index: 3;
  position: relative;
}

.span-fontColor-red {
  color: red;
}

.orange-font-color {
  color: #d27902;
}

.orange-bg-color {
  background-color: #d27902;
}

.green-font-color {
  color: #20c78f;
}

.green-bg-color {
  background-color: #20c78f;
}

.info-highlight {
  color: rgb(192, 31, 31);
  font-size: 1.5rem;
  font-weight: bold;
}

.red-color-title {
  color: rgb(167, 28, 28) !important;
}

.plus-btn {
  position: relative;
}
.plus-btn::after, .plus-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 5px;
  width: 20px;
  border-radius: 50px;
  background-color: #455a64;
  transition: 0.3s ease;
}
.plus-btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.plus-btn::before {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.plus-btn.active::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.plus-btn.active::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

@keyframes animate {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1000px;
  }
}
@keyframes animate2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1000px;
  }
}
@keyframes animate3 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 500px;
  }
}
.sweetalert-check-button {
  background-color: #4caf50;
  /* 綠色背景 */
  color: white;
  /* 白色文字 */
  border: none;
  /* 移除邊框 */
  padding: 10px 20px;
  /* 增加內邊距 */
  font-size: 1rem;
  /* 調整字型大小 */
  border-radius: 5px;
  /* 增加圓角 */
  cursor: pointer;
  /* 設置滑鼠樣式 */
}
.sweetalert-check-button.hover {
  background-color: #45a049;
  /* 滑鼠懸停效果 */
}

/* 回頂端按鈕的基礎樣式 */
.back-to-top {
  position: fixed;
  bottom: 0%;
  right: 0px;
  width: clamp(70px, 12vw, 100px);
  height: clamp(70px, 12vw, 100px);
  background-color: rgba(255, 255, 255, 0);
  color: white;
  border: none;
  border-radius: 50%;
  padding: 10px 15px;
  font-size: clamp(0.8rem, 2vw, 1rem);
  font-weight: bold;
  cursor: pointer;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
  opacity: 0;
  transform: translateY(100%);
}
.back-to-top::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  right: -125px;
  bottom: -125px;
  background-color: #ca9494;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: rotate(135deg);
  z-index: -1;
  pointer-events: auto;
  transition: background-color 0.3s ease;
}
@media (max-width: 768px) {
  .back-to-top::before {
    width: 140px;
    height: 140px;
    right: -70px;
    bottom: -70px;
  }
}

/* 按鈕的箭頭樣式 */
.back-to-top .arrow {
  font-size: clamp(1rem, 2vw, 1.5rem);
}

/* 當按鈕可見時的效果 */
.back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
