@charset "UTF-8";
.section-1 .header {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 10;
}
.section-1 {
  width: 100%;
  position: relative;
}
.section-1-bg {
  width: 100%;
  clip-path: ellipse(60% 95% at 50% 0);
}
.section-1-bg-img {
  width: 100%;
}
.section-1-content {
  height: fit-content;
  position: absolute;
  top: 10%;
  bottom: 0;
  left: 15%;
  margin: auto;
}
.section-1-content .slogan-block-h2 {
  font-size: 48px;
  color: #f5df4b;
  margin: 0;
  text-shadow: 0 0 10px rgb(0, 0, 0);
}
.section-1-content .slogan-block-p {
  font-size: 24px;
  color: #fff;
  margin: 20px 0;
}
.section-1::after {
  content: "";
  background-image: url(/images/logo-car.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 70%;
  height: 100%;
  max-width: 330px;
  max-height: 200px;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 15;
}

.section-2 {
  width: 100%;
  position: relative;
  margin-top: 5rem;
}
.section-2-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
}
.section-2-content .introText-block-h2 {
  font-size: 36px;
  font-weight: bold;
}
.section-2-content .introText-block-span {
  color: #164395;
}
.section-2-content .introText-block-p {
  font-size: 30px;
  color: #164395;
}
.section-2-content .card-group {
  width: 60% !important;
  max-width: 610px;
}
.section-2-content .card-group .card {
  border: 1px solid #164395 !important;
  width: 95%;
  height: 160px;
}
.section-2-content .card-group .card-title {
  font-size: 30px;
  color: #164395;
}
.section-2-content .card-group .card-text {
  font-size: 18px;
}

.section-3 {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: fit-content;
  background-image: url("/images/section-3-bg.jpg");
  background-position: center;
  background-size: cover;
}
.section-3-tittle {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin: 40px 0 30px 0;
}
.section-3 .process-sequence {
  justify-content: space-between;
  padding-bottom: 4rem;
}
.section-3 .process-sequence .process-order {
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.section-3 .process-sequence .process-order-h2 {
  font-size: 66px;
  font-weight: bold;
}
.section-3 .process-sequence .process-order-p {
  font-size: 24px;
  font-weight: bold;
  margin-top: -10px;
}
.section-3 .process-sequence .process-sequence-card {
  width: 11rem;
  background-color: #f5df4b;
  border-radius: 5px;
  color: #164395;
  height: 100%;
  max-height: 120px;
  display: flex;
  align-items: center;
}
.section-3 .process-sequence .process-sequence-card .card-text {
  font-size: 18px;
  font-weight: bold;
}

.section-4 {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
.section-4 .owl-carousel {
  width: 60%;
  max-width: 740px;
}
.section-4 .owl-carousel .owl-item {
  padding: 5px;
}
.section-4 .owl-carousel .item {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-align: center;
  padding: 40px 36px;
  position: relative;
}
.section-4 .owl-carousel .item-content-title {
  font-size: 24px;
}
.section-4 .owl-carousel .item-content-title-img {
  margin: 14px auto 30px;
  width: 60px;
  height: 60px;
}
.section-4 .owl-carousel .item-content .card-text {
  font-size: 18px;
  color: #164395;
}
.section-4 .owl-carousel .item-google-icon {
  position: absolute;
  top: 5%;
  left: 90%;
  width: 25px;
  height: 25px;
}
.section-4 .owl-carousel .owl-dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 21%;
  right: -18px;
  margin: auto;
}
.section-4 .owl-carousel .owl-dots .owl-dot span {
  width: 6px;
  height: 18px;
  border-radius: 12px;
  background-color: #E5E5E5;
}
.section-4 .owl-carousel .owl-dots .owl-dot.active span {
  height: 30px;
  background-color: #164395;
}
.section-4 .chooseFan-block {
  display: flex;
}
.section-4-chooseFan {
  width: 100%;
  max-width: 368px;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-4-chooseFan .button-block {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.section-4-chooseFan .button-block-button {
  width: 100%;
  max-width: 240px;
  height: 60px;
  background-color: #f5df4b;
  color: #164395;
  font-size: 24px;
  border: none;
  border-radius: 5px;
}
.section-4-chooseFan .button-block-button-a {
  text-decoration: none;
}
.section-4-chooseFan-p {
  font-size: 36px;
  font-weight: bold;
}
.section-4-chooseFan-span {
  font-size: 42px;
  color: #164395;
}

.section-5 {
  width: 100%;
  max-width: 1100px;
  margin-top: 5rem;
}
.section-5 .collapse-tittle {
  background-color: #f5df4b;
  font-size: 36px;
  font-weight: bold;
  padding: 10px;
  border-radius: 5px;
}
.section-5 .collapse-body {
  border: #164395 1px solid;
  border-radius: 5px;
  margin-top: 15px;
}
.section-5 .collapse-body .btn {
  font-size: 30px;
  color: #164395;
  border-bottom: #164395 1px solid;
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 0%;
  width: 100%;
  max-width: 100%;
  text-align: start;
  display: flex;
  align-items: center;
}
.section-5 .collapse-body .btn .plus-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
.section-5 .collapse-body .btn .plus-icon::before,
.section-5 .collapse-body .btn .plus-icon::after {
  content: "";
  position: absolute;
  background-color: #164395;
}
.section-5 .collapse-body .btn .plus-icon::before {
  width: 20px;
  height: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.section-5 .collapse-body .btn .plus-icon::after {
  width: 4px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}

.section-6 {
  position: relative;
  width: 100%;
  margin-top: 10rem;
  padding: 0 !important;
}
.section-6-bg {
  width: 100%;
}
.section-6-bg-img {
  width: 100%;
}
.section-6-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  height: fit-content;
  margin: auto;
  z-index: 14;
}
.section-6-text {
  width: 70%;
  margin-bottom: 10%;
  height: fit-content;
}
.section-6-text-h2 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}
.section-6-text-p {
  color: #fff;
  font-size: 18px;
}
.section-6 .btn-block {
  width: 50%;
  display: flex;
  align-items: center;
}
.section-6 .btn-block-btn {
  display: flex;
  width: 100%;
  max-width: 240px;
  height: 60px;
  background-color: #f5df4b;
  color: #164395;
  font-size: 24px;
  border: none;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}
.section-6 .btn-block-btn-a {
  text-decoration: none;
}
.section-6 .btn-block .store-location {
  margin-left: 7%;
}
.section-6::before {
  content: "";
  z-index: 5;
  position: absolute;
  background-image: url("/images/section-6-car.png");
  max-width: 400px;
  max-height: 267px;
  width: 70%;
  height: 100%;
  background-position: right;
  background-size: cover;
  bottom: calc(100% - 85px);
  left: 0;
  right: 36%;
  margin: auto;
}

@media (max-width: 1024px) {
  .section-1 {
    background-position: 80% 0;
  }
  .section-1 .store-info-block {
    width: 100%;
  }
  .section-1-content {
    max-width: 100%;
  }
  .section-1-content .slogan-block {
    right: 0;
  }
  .section-1-content .slogan-block-h2 {
    font-size: 36px;
    font-weight: bold;
  }
  .section-1-content .slogan-block-p {
    font-weight: bold;
  }
  .section-2-content {
    flex-direction: column;
    text-align: center;
    margin-top: 20px;
  }
  .section-2-content .introText-block-h2 {
    font-size: 28px;
  }
  .section-2-content .introText-block .mobile-content {
    display: block;
    font-size: 18px;
    font-weight: bold;
  }
  .section-2-content .card-group {
    width: 100% !important;
  }
  .section-2-content .card-group .col {
    flex: 0 0 50%;
  }
  .section-2-content .card-group .card {
    width: 100%;
  }
  .section-2-content .card-group .card .card-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section-2-content .card-group .card-title {
    font-size: 24px;
    font-weight: bold;
  }
  .section-2-content .card-group .card-text {
    font-size: 18px;
    font-weight: bold;
  }
  .section-3-tittle h1 {
    font-weight: bold;
  }
  .section-3 .process-sequence {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex: 0 0 100%;
    gap: 1rem;
    max-height: 80%;
  }
  .section-3 .process-sequence .process-order {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 calc(50% - 2rem);
  }
  .section-3 .process-sequence .process-order .process-order-tittle {
    width: 10rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
  .section-3 .process-sequence .process-order-h2 {
    font-size: 42px;
  }
  .section-3 .process-sequence .process-order-p {
    font-size: 24px;
  }
  .section-3 .process-sequence .process-order .process-sequence-card {
    width: 10rem;
    height: 150px;
  }
  .section-3 .process-sequence .process-order .process-sequence-card .card-text {
    font-size: 18px;
    font-weight: bold;
  }
  .section-4 {
    flex-direction: column;
    align-items: center;
  }
  .section-4 .chooseFan-block {
    margin: 20px 0 0 20px;
  }
  .section-4 .chooseFan-block-chooseFan {
    margin-left: 10px;
  }
  .section-4 .chooseFan-block-chooseFan .button-block {
    width: 80%;
  }
  .section-4 .chooseFan-block-chooseFan .button-block .line-consult a {
    font-weight: bold;
  }
  .section-4 .chooseFan-block-chooseFan-p {
    font-size: 28px;
  }
  .section-4 .owl-carousel {
    width: 95%;
  }
  .section-4 .owl-carousel .owl-dots {
    top: 100%;
    bottom: unset;
    left: 8px;
  }
  .section-5 .collapse-tittle {
    text-align: center;
    background-color: transparent;
    font-size: 28px;
  }
  .section-5 .collapse-body .btn {
    font-size: 24px;
  }
  .section-6-bg {
    position: relative;
  }
  .section-6-bg::before {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.482);
    content: "";
  }
  .section-6-text {
    width: 80%;
    margin-bottom: 5%;
  }
  .section-6 .btn-block-btn-a {
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  .section-1-bg {
    overflow: hidden;
    clip-path: circle(96.9% at 24% 16%);
  }
  .section-1-bg-img {
    width: 280%;
    transform: translateX(-50%);
  }
  .section-1-content {
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
  }
  .section-1-content .slogan-block-p {
    text-align: center;
  }
  .section-6-container {
    top: 9%;
    bottom: unset;
    left: 0;
    right: 0;
    width: 94%;
    text-align: center;
  }
  .section-6-text {
    width: 100%;
    margin-bottom: 2%;
  }
  .section-6-text-p {
    text-align: start;
  }
  .section-6 .btn-block {
    width: 100%;
    flex-direction: column;
  }
  .section-6 .btn-block-btn {
    margin: 14px 0 !important;
  }
  .section-6-bg {
    background-color: #050E1F;
    overflow: hidden;
    padding-top: 40%;
  }
  .section-6-bg-img {
    width: 160%;
    transform: translateX(-30%);
  }
}
@media (max-width: 576px) {
  .section-6-bg {
    padding-top: 100%;
  }
  .section-6::before {
    right: 0;
    left: -15%;
    width: 100%;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol,
ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

/*--------------------------------------------------------------*/
body {
  font-family: "Noto Sans KR", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.mobile-content {
  display: none;
}

.color-main-yellow {
  color: #f5df4b;
}

.header {
  width: 80% !important;
  max-width: 960px;
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
}
.header-logo {
  width: 100px;
  height: 50px;
  background-image: url("/images/logo.svg");
  background-size: cover;
  background-position: center;
  margin-left: 4rem;
}
.header-nav-ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin-top: revert;
}
.header-nav-ul-li-a {
  font-size: 24px;
  margin-right: 20px;
  text-decoration: none;
  color: black;
}
.header-nav-ul .line {
  margin: 0 0.5rem 0 2rem;
}
.header .store-info-block {
  position: absolute;
  width: 100%;
  top: -30px;
  left: 0;
  right: 0;
  font-size: 12px;
  display: flex;
  color: #fff;
  justify-content: space-between;
}
.header .store-info-block-icon {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.footer.contact-area {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: auto;
  background-color: #164395;
  padding-right: 50px;
}
.footer-a {
  margin: 0 10px;
}

.nav-br {
  display: none;
}

@media (max-width: 1024px) {
  .desktop-content {
    display: none !important;
  }
  .mobile-content {
    display: block;
  }
  .header {
    background-color: transparent;
  }
  .header-logo {
    margin-left: 0;
    background-image: url("/images/logo-mobile.svg");
  }
  .header-nav-ul {
    display: flex;
    padding-inline-start: 0;
  }
  .header-nav-ul .line {
    width: 48px;
    margin: 0;
  }
  .header-nav-ul-li:first-child {
    display: none;
  }
  .header-nav-ul-li-a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 0 !important;
    width: 94% !important;
  }
  .header-nav-ul-li-a {
    margin-right: 12px;
  }
  .footer.contact-area {
    height: 80px;
    background-color: transparent;
    justify-content: center;
    align-items: start;
    z-index: 15;
    position: fixed; /* 固定在畫面底部 */
    bottom: 0; /* 底部對齊 */
    width: 100%; /* 寬度 100% */
    padding: 0;
    background-color: #164395; /* 背景色藍色 */
  }
  .footer .icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .footer-a {
    margin: 0 5%;
  }
  .footer-a img {
    transform: scale(2);
    margin-left: 20px;
    margin-top: 30px;
    margin-right: 20px;
  }
}
@media (max-width: 576px) {
  .nav-tab {
    display: none;
  }
  .nav-br {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
