@charset "utf-8";
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
em,
img,
q,
s,
small,
strike,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
body {
  font-family: Arial, "微軟正黑體" !important;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  display: block;
  width: auto;
  height: auto;
}
a {
  color: #fff;
  text-decoration: none;
}
span {
  display: inline-block;
}
div,
p,
a,
li,
td {
  -webkit-text-size-adjust: none;
}
* {
  box-sizing: border-box;
}
.for-mobile {
  display: none;
}
@media all and (max-width: 800px) {
  .for-mobile {
    display: block;
  }
}
.for-desktop {
  display: block;
}
@media all and (max-width: 800px) {
  .for-desktop {
    display: none;
  }
}
/*消除iphone電話號碼顏色異常*/
a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}
/*取消IE的input右側clear按鈕*/
::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
/*取消Chrome自動填入input淡黃色背景色*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
body {
  padding: 0;
  margin: 0;
}
.automotive {
  background-image: url(../image/automotive_bg.jpg);
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1500px) {
  .automotive {
    height: 580px;
  }
}
@media (max-width: 1024px) {
  .automotive {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .automotive {
    height: 400px;
    background-position-y: 30px;
  }
}
@media (max-width: 430px) {
  .automotive {
    height: 360px;
    background-position-y: 30px;
  }
}
.car {
  width: 50%;
  margin: 0 auto;
  padding-top: 180px;
  position: relative;
}
@media (max-width: 1500px) {
  .car {
    padding-top: 110px;
  }
}
@media (max-width: 1280px) {
  .car {
    padding-top: 145px;
  }
}
@media (max-width: 767px) {
  .car {
    padding-top: 150px;
    width: 100%;
  }
}
.car img {
  margin: 0 auto;
  max-width: 768px;
}
@media (max-width: 1500px) {
  .car img {
    max-width: 660px;
  }
}
@media (max-width: 1280px) {
  .car img {
    max-width: 560px;
  }
}
@media (max-width: 1024px) {
  .car img {
    max-width: 450px;
  }
}
@media (max-width: 870px) {
  .car img {
    margin-left: -3%;
  }
}
@media (max-width: 820px) {
  .car img {
    margin-left: -5%;
  }
}
@media (max-width: 800px) {
  .car img {
    margin-left: -7%;
  }
}
@media (max-width: 767px) {
  .car img {
    max-width: 380px;
    margin: 0 auto;
  }
}
@media (max-width: 430px) {
  .car img {
    max-width: 320px;
    margin: 0 auto;
  }
}
.btn {
  display: flex;
  position: absolute;
  align-items: center;
  top: 50%;
  left: 50%;
  outline: none;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  border: 8px solid rgba(11, 114, 181, 0.3);
}
@media (max-width: 1500px) {
  .btn:hover {
    border: 5px solid rgba(11, 114, 181, 0.3);
  }
}
.btn:hover .dot {
  background-color: rgba(11, 114, 181, 0.9);
}
.btn:hover .text {
  background-color: rgba(11, 114, 181, 0.9);
  color: #fff;
}
@media (max-width: 767px) {
  .btn:hover .text {
    background-color: #004a8d;
  }
}
.btn i {
  position: absolute;
  top: 50%;
  height: 2px;
  background-color: #fff;
  left: 0;
}
@media (max-width: 767px) {
  .btn i {
    display: none;
  }
}
.btn.active {
  border: 8px solid rgba(11, 114, 181, 0.3);
}
@media (max-width: 1500px) {
  .btn.active {
    border: 5px solid rgba(11, 114, 181, 0.3);
  }
}
.btn.active .dot {
  background-color: rgba(11, 114, 181, 0.9);
}
.btn.active .text {
  background-color: rgba(11, 114, 181, 0.9);
  color: #fff;
}
@media (max-width: 767px) {
  .btn.active .text {
    background-color: #0b72b5;
  }
}
.dot {
  width: 34px;
  height: 34px;
  background-color: rgba(0, 74, 141, 0.9);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}
@media (max-width: 1500px) {
  .dot {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 1280px) {
  .dot {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 1024px) {
  .dot {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .dot {
    width: 24px;
    height: 24px;
  }
}
.dot::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #fff;
}
.text {
  font-family: 'Calibri', sans-serif;
  font-size: 16px;
  font-weight: 700;
  width: fit-content;
  display: flex;
  color: #fff;
  background-color: rgba(0, 74, 141, 0.9);
  padding: 12px 28px;
  border-radius: 30px;
  border: solid 2px #fff;
  position: absolute;
  left: 0;
  white-space: nowrap;
  line-height: 1;
  transition: all 0.3s ease;
}
@media (max-width: 1500px) {
  .text {
    padding: 10px 20px;
  }
}
@media (max-width: 1280px) {
  .text {
    font-size: 15px;
    padding: 8px 16px;
  }
}
@media (max-width: 1024px) {
  .text {
    font-size: 15px;
    padding: 7px 16px;
  }
}
@media (max-width: 767px) {
  .text {
    width: 225px;
    padding: 10px 20px;
    margin-top: 35px;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .text.active {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
  }
}
.btn1 {
  transform: translate(calc(-50% + -40px), calc(-50% + -75px));
}
.btn1 .text {
  transform: translateX(-525px);
}
.btn1 i {
  width: 280px;
  transform: translate(-265px, -1px);
}
@media (max-width: 1500px) {
  .btn1 {
    transform: translate(calc(-50% + -30px), calc(-50% + -85px));
  }
  .btn1 .text {
    transform: translateX(-465px);
  }
  .btn1 i {
    width: 235px;
    transform: translate(-222px, -1px);
  }
}
@media (max-width: 1280px) {
  .btn1 {
    transform: translate(calc(-50% + -25px), calc(-50% + -45px));
  }
  .btn1 .text {
    transform: translateX(-405px);
  }
  .btn1 i {
    width: 195px;
    transform: translate(-183px, -1px);
  }
}
@media (max-width: 1024px) {
  .btn1 {
    transform: translate(calc(-50% + -25px), calc(-50% + -30px));
  }
  .btn1 .text {
    transform: translateX(-265px);
  }
  .btn1 i {
    width: 52px;
    transform: translate(-44px, -1px);
  }
}
@media (max-width: 767px) {
  .btn1 {
    transform: translate(calc(-50% + -25px), calc(-50% + -8px));
  }
  .btn1 .text {
    transform: translate(-75px, -110px);
  }
}
@media (max-width: 430px) {
  .btn1 {
    transform: translate(calc(-50% + -25px), calc(-50% + 6px));
  }
  .btn1 .text {
    transform: translate(-75px, -110px);
  }
}
.btn2 {
  transform: translate(calc(-50% + -190px), calc(-50% + -10px));
}
.btn2 .text {
  transform: translateX(-375px);
}
.btn2 i {
  width: 205px;
  transform: translate(-190px, -1px);
}
@media (max-width: 1500px) {
  .btn2 {
    transform: translate(calc(-50% + -165px), calc(-50% + -30px));
  }
  .btn2 .text {
    transform: translateX(-330px);
  }
  .btn2 i {
    width: 175px;
    transform: translate(-163px, -1px);
  }
}
@media (max-width: 1280px) {
  .btn2 {
    transform: translate(calc(-50% + -135px), calc(-50% + 0px));
  }
  .btn2 .text {
    transform: translateX(-295px);
  }
  .btn2 i {
    width: 155px;
    transform: translate(-143px, -1px);
  }
}
@media (max-width: 1024px) {
  .btn2 {
    transform: translate(calc(-50% + -115px), calc(-50% + 9px));
  }
  .btn2 .text {
    transform: translateX(-225px);
  }
  .btn2 i {
    width: 85px;
    transform: translate(-73px, -1px);
  }
}
@media (max-width: 767px) {
  .btn2 {
    transform: translate(calc(-50% + -90px), calc(-50% + 25px));
  }
  .btn2 .text {
    transform: translate(-10px, -143px);
  }
}
@media (max-width: 430px) {
  .btn2 {
    transform: translate(calc(-50% + -90px), calc(-50% + 39px));
  }
  .btn2 .text {
    transform: translate(-9px, -143px);
  }
}
.btn3 {
  transform: translate(calc(-50% + -335px), calc(-50% + 45px));
}
.btn3 .text {
  transform: translateX(-230px);
}
.btn3 i {
  width: 85px;
  transform: translate(-66px, -1px);
}
@media (max-width: 1500px) {
  .btn3 {
    transform: translate(calc(-50% + -290px), calc(-50% + 20px));
  }
  .btn3 .text {
    transform: translateX(-205px);
  }
  .btn3 i {
    width: 70px;
    transform: translate(-58px, -1px);
  }
}
@media (max-width: 1280px) {
  .btn3 {
    transform: translate(calc(-50% + -245px), calc(-50% + 45px));
  }
  .btn3 .text {
    transform: translateX(-185px);
  }
  .btn3 i {
    width: 65px;
    transform: translate(-54px, -1px);
  }
}
@media (max-width: 1024px) {
  .btn3 {
    transform: translate(calc(-50% + -197px), calc(-50% + 47px));
  }
  .btn3 .text {
    transform: translateX(-144px);
  }
  .btn3 i {
    width: 23px;
    transform: translate(-12px, -1px);
  }
}
@media (max-width: 767px) {
  .btn3 {
    transform: translate(calc(-50% + -165px), calc(-50% + 45px));
  }
  .btn3 .text {
    transform: translate(65px, -163px);
  }
}
@media (max-width: 430px) {
  .btn3 {
    transform: translate(calc(-50% + -140px), calc(-50% + 46px));
  }
  .btn3 .text {
    transform: translate(41px, -150px);
  }
}
.btn4 {
  transform: translate(calc(-50% + 90px), calc(-50% + -135px));
}
.btn4 .text {
  transform: translateX(300px);
}
.btn4 i {
  width: 285px;
  transform: translate(15px, -1px);
}
@media (max-width: 1500px) {
  .btn4 {
    transform: translate(calc(-50% + 80px), calc(-50% + -135px));
  }
  .btn4 .text {
    transform: translateX(250px);
  }
  .btn4 i {
    width: 235px;
    transform: translate(15px, -1px);
  }
}
@media (max-width: 1280px) {
  .btn4 {
    transform: translate(calc(-50% + 60px), calc(-50% + -85px));
  }
  .btn4 .text {
    transform: translateX(180px);
  }
  .btn4 i {
    width: 165px;
    transform: translate(15px, -1px);
  }
}
@media (max-width: 1024px) {
  .btn4 {
    transform: translate(calc(-50% + 50px), calc(-50% + -60px));
  }
  .btn4 .text {
    transform: translateX(90px);
  }
  .btn4 i {
    width: 80px;
    transform: translate(10px, -1px);
  }
}
@media (max-width: 767px) {
  .btn4 {
    transform: translate(calc(-50% + 40px), calc(-50% + -37px));
  }
  .btn4 .text {
    transform: translate(-139px, -81px);
  }
}
@media (max-width: 430px) {
  .btn4 {
    transform: translate(calc(-50% + 40px), calc(-50% + -23px));
  }
  .btn4 .text {
    transform: translate(-139px, -81px);
  }
}
.btn5 {
  transform: translate(calc(-50% + 335px), calc(-50%  + -40px));
}
.btn5 .text {
  transform: translateX(140px);
}
.btn5 i {
  width: 125px;
  transform: translate(15px, -1px);
}
@media (max-width: 1500px) {
  .btn5 {
    transform: translate(calc(-50% + 290px), calc(-50% + -55px));
  }
  .btn5 .text {
    transform: translateX(80px);
  }
  .btn5 i {
    width: 65px;
    transform: translate(15px, -1px);
  }
}
@media (max-width: 1280px) {
  .btn5 {
    transform: translate(calc(-50% + 240px), calc(-50% + -25px));
  }
}
@media (max-width: 1024px) {
  .btn5 {
    transform: translate(calc(-50% + 190px), calc(-50% + -11px));
  }
  .btn5 .text {
    transform: translateX(40px);
  }
  .btn5 i {
    width: 30px;
    transform: translate(10px, -1px);
  }
}
@media (max-width: 767px) {
  .btn5 {
    transform: translate(calc(-50% + 160px), calc(-50% + 15px));
  }
  .btn5 .text {
    transform: translate(-259px, -133px);
  }
}
@media (max-width: 430px) {
  .btn5 {
    transform: translate(calc(-50% + 140px), calc(-50% + 29px));
  }
  .btn5 .text {
    transform: translate(-238px, -133px);
  }
}
.btn6 {
  transform: translate(calc(-50% + 275px), calc(-50% + 40px));
}
.btn6 .text {
  transform: translateX(170px);
}
.btn6 i {
  width: 155px;
  transform: translate(15px, -1px);
}
@media (max-width: 1500px) {
  .btn6 {
    transform: translate(calc(-50% + 230px), calc(-50% + 15px));
  }
  .btn6 .text {
    transform: translateX(110px);
  }
  .btn6 i {
    width: 95px;
    transform: translate(15px, -1px);
  }
}
@media (max-width: 1280px) {
  .btn6 {
    transform: translate(calc(-50% + 185px), calc(-50% + 25px));
  }
}
@media (max-width: 1024px) {
  .btn6 {
    transform: translate(calc(-50% + 155px), calc(-50% + 35px));
  }
  .btn6 .text {
    transform: translateX(50px);
  }
  .btn6 i {
    width: 42px;
    transform: translate(10px, -1px);
  }
}
@media (max-width: 767px) {
  .btn6 {
    transform: translate(calc(-50% + 125px), calc(-50% + 45px));
  }
  .btn6 .text {
    transform: translate(-224px, -163px);
  }
}
@media (max-width: 430px) {
  .btn6 {
    transform: translate(calc(-50% + 105px), calc(-50% + 54px));
  }
  .btn6 .text {
    transform: translate(-203px, -158px);
  }
}
.btn7 {
  transform: translate(calc(-50% + 260px), calc(-50% + 120px));
}
.btn7 .text {
  transform: translateX(248px);
}
.btn7 i {
  width: 235px;
  transform: translate(15px, -1px);
}
@media (max-width: 1500px) {
  .btn7 {
    transform: translate(calc(-50% + 220px), calc(-50% + 75px));
  }
  .btn7 .text {
    transform: translateX(180px);
  }
  .btn7 i {
    width: 165px;
    transform: translate(15px, -1px);
  }
}
@media (max-width: 1280px) {
  .btn7 {
    transform: translate(calc(-50% + 175px), calc(-50% + 100px));
  }
}
@media (max-width: 1024px) {
  .btn7 {
    transform: translate(calc(-50% + 155px), calc(-50% + 77px));
  }
  .btn7 .text {
    transform: translateX(107px);
  }
  .btn7 i {
    width: 98px;
    transform: translate(10px, -1px);
  }
}
@media (max-width: 767px) {
  .btn7 {
    transform: translate(calc(-50% + 125px), calc(-50% + 85px));
  }
  .btn7 .text {
    transform: translate(-224px, -203px);
  }
}
@media (max-width: 430px) {
  .btn7 {
    transform: translate(calc(-50% + 105px), calc(-50% + 89px));
  }
  .btn7 .text {
    transform: translate(-203px, -193px);
  }
}
