@charset "UTF-8";

img {
  width: 100%;
  height: auto;
  aspect-ratio: attr(width) / attr(height);
}

.container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .container {
    width: calc(100% - 100px);
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.owl-dots {
  margin-top: 40px;
  text-align: center;
  line-height: 1;
  font-size: 0;
}

.owl-dots .owl-dot {
  display: inline-block;
  line-height: 1;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border: none;
}

.owl-dots .owl-dot.active {
  background-color: #78c0ff;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot span {
  display: none;
}

.xs-show {
  display: none !important;
}

@media (min-width: 576px) {
  .xs-show {
    display: block !important;
  }
}

.xs-ib-show {
  display: none !important;
}

@media (min-width: 576px) {
  .xs-ib-show {
    display: inline-block !important;
  }
}

.xs-hidden {
  display: block;
}

@media (min-width: 576px) {
  .xs-hidden {
    display: none !important;
  }
}

.sm-show {
  display: none !important;
}

@media (min-width: 768px) {
  .sm-show {
    display: block !important;
  }
}

.sm-ib-show {
  display: none !important;
}

@media (min-width: 768px) {
  .sm-ib-show {
    display: inline-block !important;
  }
}

.sm-hidden {
  display: block;
}

@media (min-width: 768px) {
  .sm-hidden {
    display: none !important;
  }
}

.md-show {
  display: none !important;
}

@media (min-width: 992px) {
  .md-show {
    display: block !important;
  }
}

.md-ib-show {
  display: none !important;
}

@media (min-width: 992px) {
  .md-ib-show {
    display: inline-block !important;
  }
}

.md-hidden {
  display: block;
}

@media (min-width: 992px) {
  .md-hidden {
    display: none !important;
  }
}

.lg-show {
  display: none !important;
}

@media (min-width: 1024px) {
  .lg-show {
    display: block !important;
  }
}

.lg-ib-show {
  display: none !important;
}

@media (min-width: 1024px) {
  .lg-ib-show {
    display: inline-block !important;
  }
}

.lg-hidden {
  display: block;
}

@media (min-width: 1024px) {
  .lg-hidden {
    display: none !important;
  }
}

.xl-show {
  display: none !important;
}

@media (min-width: 1200px) {
  .xl-show {
    display: block !important;
  }
}

.xl-ib-show {
  display: none !important;
}

@media (min-width: 1200px) {
  .xl-ib-show {
    display: inline-block !important;
  }
}

.xl-hidden {
  display: block;
}

@media (min-width: 1200px) {
  .xl-hidden {
    display: none !important;
  }
}

.xxl-show {
  display: none !important;
}

@media (min-width: 1600px) {
  .xxl-show {
    display: block !important;
  }
}

.xxl-ib-show {
  display: none !important;
}

@media (min-width: 1600px) {
  .xxl-ib-show {
    display: inline-block !important;
  }
}

.xxl-hidden {
  display: block;
}

@media (min-width: 1600px) {
  .xxl-hidden {
    display: none !important;
  }
}

.header .wrap1 {
  max-width: 1200px;
}

.index_root {
  width: 100%;
  overflow: hidden;
}

.index_root * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, "Microsoft JhengHei", "文泉驛正黑", "WenQuanYi Zen Hei",
    "儷黑 Pro", "LiHei Pro", "Apple LiGothic", "Heiti TC",
    "Microsoft JhengHei UI", "微軟正黑體", DFKai-SB, "標楷體", "PMingLiU",
    sans-serif;
}

.index_root h1,
.index_root h2,
.index_root h4,
.index_root .item_txt,
.index_root .item_btn {
  text-align: center;
  line-height: 1.25;
  margin: 0 auto;
}





.index_root .item_txt {
  font-size: 5.3333333vw;
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  .index_root .item_txt {
    font-size: 1.4285714vw;
  }
}

@media screen and (min-width: 1400px) {
  .index_root .item_txt {
    font-size: 20px;
  }
}

.index_root .item_txt span {
  /* color: #f9362d; */
}

.index_root .item_btn,
.index_root .item_btn h3 {
  font-size: 5.8666667vw;
  font-weight: bold;
}

@media screen and (min-width: 750px) {

  .index_root .item_btn,
  .index_root .item_btn h3 {
    font-size: 2.1428571vw;
  }
}

@media screen and (min-width: 1400px) {

  .index_root .item_btn,
  .index_root .item_btn h3 {
    font-size: 30px;
  }
}

.index_root .title {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 2%;
}

@media screen and (min-width: 750px) {
  .index_root .title {
    width: 50%;
  }
}

.index_root .title h1,
.index_root .title h2 {
  font-size: 10px;
  padding: 4% 0 6%;
  opacity: 0;
}

.index_root .title_img {
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.index_root .title_img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

@media (min-width: 992px) {
  .index_root .title_img {
    max-width: 41.66667vw;
    margin-bottom: 3.33333vw;
  }
}

@media (min-width: 1200px) {
  .index_root .title_img {
    max-width: 500px;
    margin-bottom: 40px;
  }
}

.fz-12,
.kv_form .required {
  font-size: 3.2vw;
}

.fz-16,
.section_info .info_descText,
.form_inputArea th {
  font-size: 4.26667vw;
}

.fz-22,
.autoButton,
.kv_form .lineForm_btn {
  font-size: 5.86667vw;
}

.fz-24,
.section_info .infoCard__desc {
  font-size: 6.4vw;
}

@media (min-width: 768px) {

  .fz-16,
  .kv_form .required {
    font-size: 1.33333vw;
  }

  .fz-22,
  .section_info .info_descText {
    font-size: 1.83333vw;
  }

  .fz-28,
  .autoButton,
  .kv_form .lineForm_btn {
    font-size: 2.33333vw;
  }

  .fz-30,
  .section_info .infoCard__desc {
    font-size: 2.5vw;
  }
}

@media (min-width: 1200px) {

  .fz-16,
  .kv_form .required {
    font-size: 16px;
  }

  .fz-22,
  .section_info .info_descText {
    font-size: 22px;
  }

  .fz-28,
  .autoButton,
  .kv_form .lineForm_btn {
    font-size: 28px;
  }

  .fz-30,
  .section_info .infoCard__desc {
    font-size: 30px;
  }
}

.line-hight-110,
.section_info .infoCard__desc,
.section_info .autoButton,
.kv_form .lineForm_btn {
  line-height: 1.1;
}

.line-hight-175,
.section_info .info_descText {
  line-height: 1.75;
}

@media (min-width: 768px) {

  .line-hight-155,
  .section_info .autoButton,
  .kv_form .lineForm_btn {
    line-height: 1.55;
  }

  .line-hight-175,
  .section_info .info_descText {
    line-height: 1.75;
  }
}

.section_info .infoCard__desc {
  color: #6943ed;
}

.section_info .info_descText,
.form.index .lineFormTable th {
  color: #000;
}

.autoButton,
a.autoButton:hover,
a.autoButton:active,
a.autoButton:visited,
.form.index .lineForm_btnArea .lineForm_btn {
  color: #ffffff;
}


.section_info {
  position: relative;
  padding: 8% 0 21.33333%;
  background: url("../image_autourl/Info_bg_right.png") no-repeat right -20vw bottom/60% auto,
    url("../image_autourl/Info_bg_left.png") no-repeat left -10vw bottom/60% auto,
    #ffffe2;
}

@media (min-width: 768px) {
  .section_info {
    padding: 5.41667% 0 4.16667%;
    background: url("../image_autourl/Info_bg_right.png") no-repeat right -10vw bottom/30% auto,
      url("../image_autourl/Info_bg_left.png") no-repeat left -10vw bottom/30% auto,
      #ffffe2;
  }
}

@media (min-width: 1200px) {
  .section_info {
    padding: 65px 0 50px;
  }
}

.section_info .info_Title {
  padding-bottom: 6.66667%;
}

@media (min-width: 768px) {
  .section_info .info_Title {
    padding-bottom: 2.5%;
  }
}

@media (min-width: 1200px) {
  .section_info .info_Title {
    padding-bottom: 30px;
  }
}

.section_info .info_ListBox .info_List_group {
  position: relative;
}

.section_info .info_ListBox .info_List_item .infoCard {
  position: relative;
}

.section_info .info_ListBox .info_List_item .infoCard_text {
  position: absolute;
  bottom: 12%;
  left: 0;
  right: 0;
}

.section_info .info_ListBox .info_List_item .infoCard_text .infoCard__desc {
  text-align: center;
}

.section_info .info_ListBox .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}

.section_info .info_ListBox .owl-nav .owl-prev,
.section_info .info_ListBox .owl-nav .owl-next {
  width: 30px;
  height: 30px;
}

.section_info .info_ListBox .owl-nav .owl-prev span,
.section_info .info_ListBox .owl-nav .owl-next span {
  display: none;
}

.section_info .info_ListBox .owl-nav .owl-prev {
  float: left;
  background: url("../image_autourl/Arrow_left.png") no-repeat center center/100% auto;
}

.section_info .info_ListBox .owl-nav .owl-next {
  float: right;
  background: url("../image_autourl/Arrow_right.png") no-repeat center center/100% auto;
}

.section_info .info_Text {
  padding: 10px 0;
}

.section_info .info_Text .info_descText {
  text-align: center;
}

.section_info .info_Text .info_descText span {
  display: block;
}

@media (min-width: 768px) {
  .section_info .info_Text .info_descText span {
    display: inline-block;
  }

  .section_info .info_Text .info_descText span.br {
    display: block;
  }
}

.info_Button {
  padding: 10px 0;
  text-align: center;
}

.info_Button .autoButton {
  display: block;
  width: 85%;
  margin: 15px auto;
  padding: 4vw;
}

@media (min-width: 768px) {
  .info_Button .autoButton {
    display: inline-block;
    padding: 1.66667vw;
  }
}

@media (min-width: 1200px) {
  .info_Button .autoButton {
    padding: 20px;
  }
}

.info_Button .info_btn_autourl {
  background: url("../image_autourl/Btn_bg_400_red.png") no-repeat center center/100% auto;
}

@media (min-width: 768px) {
  .info_Button .info_btn_autourl {
    width: 33.33333%;
    background: url("../image_autourl/Btn_bg_400_red.png") no-repeat center center/100% auto;
  }
}

.info_Button .info_btn_more {
  background: url("../image_autourl/Btn_bg_400_green.png") no-repeat center center/100% auto;
}

@media (min-width: 768px) {
  .info_Button .info_btn_more {
    width: 25%;
    background: url("../image_autourl/Btn_bg_300_green.png") no-repeat center center/100% auto;
  }
}

.kv_form {
  position: relative;
  background: #fbc900;
  padding: 8% 4%;
}

@media (min-width: 768px) {
  .kv_form {
    padding: 2.5% 2.5% 0.83333%;
  }
}

@media (min-width: 1200px) {
  .kv_form {
    padding: 35px 30px 30px;
  }
}

.kv_form .form.index .lineForm {
  width: 100%;
}

@media (min-width: 768px) {
  .kv_form .form.index .lineForm {
    max-width: 95vw;
  }
}

@media (min-width: 1200px) {
  .kv_form .form.index .lineForm {
    max-width: 1140px;
  }
}

.kv_form .form.index .lineFormTable {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .kv_form .form.index .lineFormTable {
    margin-left: -0.83333vw;
    margin-right: -0.83333vw;
  }
}

.kv_form .form.index .lineFormTable tr {
  width: 100%;
  white-space: normal;
}

@media (min-width: 768px) {
  .kv_form .form.index .lineFormTable tr {
    width: 25%;
    padding-left: 0.83333vw;
    padding-right: 0.83333vw;
  }
}

@media (min-width: 1200px) {
  .kv_form .form.index .lineFormTable tr {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.kv_form .form.index .lineFormTable th {
  padding-bottom: 10px;
}

.kv_form .form.index .lineFormTable [type="text"],
.kv_form .form.index .lineFormTable [type="tel"] {
  border-radius: 5px;
  height: 40px;
}

@media (min-width: 768px) {

  .kv_form .form.index .lineFormTable [type="text"],
  .kv_form .form.index .lineFormTable [type="tel"] {
    height: 50px;
  }
}

.kv_form .form.index .lineFormTable tbody {
  white-space: normal;
}

@media (min-width: 768px) {
  .kv_form .form.index .lineFormTable tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.kv_form .form.index .lineFormTable .form_inputArea {
  padding: 0 4%;
}

@media (min-width: 768px) {
  .kv_form .form.index .lineFormTable .form_inputArea {
    padding: 0 0.83333%;
  }
}

@media (min-width: 1200px) {
  .kv_form .form.index .lineFormTable .form_inputArea {
    padding: 0 10px;
  }
}

.kv_form .form.index .lineFormTable .required::after {
  content: "* 必填";
  color: #ff4d1c;
}

.kv_form .form.index .lineFormTable .lineFormTable__th--noContent {
  display: none;
}

.kv_form .form.index .form_buttonArea .lineForm_btn {
  border: none;
  border-radius: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  padding: 4vw;
}

@media (min-width: 768px) {
  .kv_form .form.index .form_buttonArea .lineForm_btn {
    display: inline-block;
    /* margin-top: 29px; */
    padding: 1.25vw;
  }
}

@media (min-width: 1200px) {
  .kv_form .form.index .form_buttonArea .lineForm_btn {
    padding: 15px;
  }
}

.kv_form .form.index .form_cont .lineForm_ps {
  color: #333;
  margin-top: 0;
}

.form_Title {
  padding: 0 4% 4%;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 768px) {
  .form_Title {
    padding: 0 1.25% 2.08333%;
  }
}

@media (min-width: 1200px) {
  .form_Title {
    padding: 0 15px 25px;
  }
}

.form_Title .form_descTitle {
  padding-bottom: 2.66667vw;
}

@media (min-width: 768px) {
  .form_Title .form_descTitle {
    padding-bottom: 0.41667vw;
    display: inline-block;
    width: 30%;
    vertical-align: middle;
  }
}

@media (min-width: 768px) {
  .form_Title .form_descTitle {
    padding-bottom: 5px;
  }
}

.form_Title h3 {
  text-align: center;
  color: #fff;

  line-height: 1.5;
}

/* .form_Title h3 span {
  display: block;
} */
/* .form_Title h3 span:nth-child(2) {
  display: none;
} */
@media (min-width: 768px) {
  .form_Title h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.16667vw;
  }

  .form_Title h3 span,
  .form_Title h3 span:nth-child(2) {
    display: inline-block;
  }

  .form_Title h3 span.br {
    display: block;
  }
}

@media (min-width: 1200px) {
  .form_Title h3 {
    font-size: 26px;
  }
}

.form-fixedtop.index .lineForm {
  background-color: #fbc900;
}

.form-fixedtop.index .form_title_subtitle {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.25;
}

.form-fixedtop.index .form_title_subtitle span:nth-child(1) {
  display: block;
}

.form-fixedtop.index .close_btn {
  border: 1px solid #fff;
  right: 17px;
}

.form-fixedtop.index .close_btn::before,
.form-fixedtop.index .close_btn::after {
  background-color: #fff;
}

@media (min-width: 768px) {
  .form-fixedtop.index .form_title_subtitle {
    font-size: 1.875rem;
  }
}

.form .errstring,
.form-fixedtop .errstring {
  color: #000 !important;
}

.font-color {
  color: #e1251b;
}

.form_box .act-btn,
.form-fixedtop .act-btn {
  background-color: transparent;
  color: #fff;
  position: relative;
  z-index: 999;
}

.form-fixedtop .lineFormTable.active td {
  padding-bottom: 10px;
}

.section_qa {
  background-color: #f0ffff;
  padding: 8% 0;
}

@media (min-width: 768px) {
  .section_qa {
    padding: 4.16667% 0;
  }
}

@media (min-width: 1200px) {
  .section_qa {
    padding: 50px 0;
  }
}

.section_qa .title-text {
  padding: 0 4% 4%;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #026c6b;
}

@media (min-width: 768px) {
  .section_qa .title-text {
    padding: 0 1.25% 2.08333%;
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .section_qa .title-text {
    padding: 0 15px 25px;
  }
}

.section_qa .collapseLister {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding: 0 20px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .section_qa .collapseLister {
    font-size: 1.125rem;
  }
}

.section_qa .collapseLister .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 15px;
  background: #ffffff;
  background-clip: border-box;
  -webkit-box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
  word-wrap: break-word;
}

.section_qa .collapseLister .card-header {
  padding: 0;
  background-color: #ffffff;
  border-bottom: 0;
  font-size: 1em;
  font-weight: 400;
}

.section_qa .collapseLister .card-header>.card-link[data-toggle="collapse"] {
  text-decoration: none;
  display: block;
  padding: 1rem 2.5rem 1rem 50px;
  color: #026c6b;
  cursor: pointer;
}

@media (min-width: 768px) {
  .section_qa .collapseLister .card-header>.card-link[data-toggle="collapse"] {
    padding: 1.11em 4.44em;
  }
}

.section_qa .collapseLister .card-header>.card-link[data-toggle="collapse"],
.section_qa .collapseLister .card-header .txtBlk {
  color: inherit;
}

.section_qa .collapseLister .card-header>.card-link[data-toggle="collapse"]::before {
  content: "";
  position: absolute;
  font-size: 1.75em;
  width: 1em;
  height: 1em;
  top: 0;
  left: 0;
  margin: 0.4em 0.5em;
  background: url("../img/icon_q.png") no-repeat center;
  background-size: contain;
}

@media (min-width: 768px) {
  .section_qa .collapseLister .card-header>.card-link[data-toggle="collapse"]::before {
    font-size: 2.5rem;
  }
}

.section_qa .collapseLister .card-header>.card-link[data-toggle="collapse"]::after {
  content: "";
  position: absolute;
  width: 0.7em;
  height: 1em;
  font-size: 1.75em;
  top: 0;
  right: 0;
  margin: 0.4em 0.5em;
  display: block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url("../img/arrow_down_green.svg") center center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media (min-width: 768px) {
  .section_qa .collapseLister .card-header>.card-link[data-toggle="collapse"]::after {
    font-size: 2.5rem;
  }
}

.section_qa .collapseLister .card-header>.card-link[data-toggle="collapse"].show::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section_qa .collapseLister .collapse {
  height: 0;
}

.section_qa .collapseLister .collapse.show {
  height: 100%;
}

.section_qa .collapseLister .card-body {
  background: #fafafa;
  padding: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  font-weight: 400;
  border: 0;
}

.section_qa .collapseLister .txtBlk {
  color: #222222;
  position: relative;
  padding: 1rem 2.5rem 1rem 50px;
}

@media (min-width: 768px) {
  .section_qa .collapseLister .txtBlk {
    padding: 1.11em 4.44em;
  }
}

.section_qa .collapseLister .txtBlk ol {
  padding-left: 1em;
}

.section_qa .collapseLister .txtBlk li {
  list-style: decimal;
}

.section_qa .collapseLister .txtBlk::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  font-size: 1.75em;
  top: 0;
  left: 0;
  margin: 0.4em 0.5em;
  background: url("../img/icon_a.png") no-repeat center;
  background-size: contain;
}

@media (min-width: 768px) {
  .section_qa .collapseLister .txtBlk::before {
    font-size: 2.5rem;
  }
}

.section_qa .collapseLister .txtBlk a {
  color: #026c6b;
  text-decoration: underline;
  display: inline;
}

.section_note {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #e0e0e0;
}

.section_note .Container {
  padding-left: 30px;
  padding-right: 30px;
}

.section_note .noteMainTitle,
.section_note .noteMainDesc {
  font-weight: 700;
  text-align: center;
}

.section_note .noteMainTitle {
  line-height: 1.4;
  font-size: 40px;
  color: #555555;
}

.section_note .noteMainDesc {
  font-size: 14px;
  display: block;
}

.section_note .note-lists-group {
  margin-top: 30px;
  margin-bottom: 30px;
}

.section_note .note-lists {
  line-height: 2;
  font-size: 0;
}

.section_note .note-lists.show li.hideTxt {
  display: list-item;
}

.section_note .note-lists ol {
  padding-left: 1.8rem;
}

.section_note .note-lists li {
  list-style-type: decimal;
  color: #555;
  font-size: 16px;
  line-height: 2;
}

.section_note .note-lists li.hideTxt {
  display: none;
}

.section_note .note-lists-subs-abc li {
  list-style-type: lower-latin;
}

.section_note .note-lists a,
.section_note .note-lists .readMore {
  color: #007d7d;
  text-decoration: underline;
}

.section_note .note-lists--show .readMore {
  display: none;
}

.section_note .note-lists--show li span.hideTxt {
  display: inline;
}

.section_note .note-lists--show li.hideTxt {
  display: list-item;
}

/*# sourceMappingURL=forLoanAuto.css.map */