﻿/*@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Noto+Serif+TC:wght@200..900&family=Outfit:wght@100..900&family=Quicksand:wght@300..700&display=swap');*/
@import "menu.css";
@import "swiper-bundle.min.css";
@import "jquery.fancybox.min.css";
@import "form.css";
@import "service.css";
@import "expertise.css";
@import "news.css";
@import "about.css";
@import "contact.css";
:root {
  --ok-blue: #005bac;
  --blue-1: #008cd6;
  --blue-2: #dff2fc;
  --red-1: #b81c22;
  --yellow-1: #fdd000;
  --green-1: #94b200;
  --green-2: #ecf4d9;
  --grey-f6: #f6f6f6;
  --grey-f3: #f3f3f3;
  --grey-c: #cccccc;
  --grey-9: #999999;
  --grey-6: #666666;
  --grey-3: #333333;
  --black: #000000;
  --white: #ffffff;
}
* {
  box-sizing: border-box;
}
html, body {
  font-family: "Microsoft JhengHei", "Heiti TC", sans-serif;
  margin: 0;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent; /*消除點擊元素時出現半透明區塊*/
}
ul, ol, li, h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
ul {
  list-style-type: none;
}
p {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: justify;
  color: var(--black);
}
a, a:hover, button {
  text-decoration: none;
  outline: none; /*消除點擊後邊框*/
  cursor: pointer;
}
img {
  width: 100%;
  max-width: 100%;
  border: 0;
  outline: none;
  display: block;
}
.advantage-con img, .linl-product img, .mask img, .product-dir img, .product-main .focus img {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.color-white {
  color: var(--white) !important;
}
.button-a, .myclient-box a {
  font-size: 0.875rem;
  padding: 5px 10px;
  color: var(--white);
  border-radius: 3px;
  border: none;
  margin-top: 15px;
  margin-right: 5px;
  background-color: var(--ok-blue);
  display: inline-block;
}
.sectoph {
  position: relative;
  top: -80px;
}
.goo-search {
	display: none;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none; /*消除輸入時有X*/
}
/* 基本架構
*****************************************/
main {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 80px;
}
article {
  position: relative;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
}
.unit-title, .unit-title-sp {
  width: 100%;
}
.unit-title h1, .unit-title h2, .unit-title-sp h1, .unit-title-sp h2 {
  font-family: "outfit", /*"Noto Serif TC", */ "Microsoft JhengHei", "Heiti TC", sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  text-align: center;
  color: var(--ok-blue);
  margin-bottom: 30px;
  font-weight: 400;
}
.unit-title br, .unit-title-sp br {
  display: none;
}
@media screen and (max-width: 1199px) {
  main {
    padding: 50px 0;
    grid-gap: 50px;
  }
  article {
    padding: 0 30px;
  }
}
@media screen and (max-width: 991px) {
  main {
    padding: 30px 0;
    grid-gap: 30px;
  }
  .unit-title-sp h1, .unit-title-sp h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 15px;
  }
  .unit-title h1, .unit-title h2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
    margin-bottom: 15px;
  }
  .unit-image {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  article {
    padding: 0 15px;
  }
  .unit-title span, .unit-title-sp span {
    display: none;
  }
  .unit-title br, .unit-title-sp br {
    display: block;
  }
}
/* 單元表頭
*****************************************/
.unit-noimg {
  width: 100%;
  margin-top: 60px;
}
.unit-top {
  width: 100%;
  height: 13.021vw;
  background: var(--img);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 80px;
  position: relative;
}
.unit-top div {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.unit-top span {
  font-family: /*"Noto Serif TC", */ "Microsoft JhengHei", "Heiti TC", sans-serif;
  font-size: 2.25rem;
  color: var(--white);
  text-align: center;
  font-weight: 300;
  letter-spacing: 7px;
}
@media screen and (max-width: 1199px) {
  .unit-top {
    height: 24.414vw;
  }
}
@media screen and (max-width: 991px) {
  .unit-top {
    margin-top: 60px;
  }
  .unit-top span {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .unit-top {
    height: 37.5vw;
  }
  .unit-top span {
    font-size: 6.667vw;
    letter-spacing: 2px;
  }
}
/* 頁碼
*****************************************/
.paginator-box {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.paginator > li {
  display: inline;
}
.paginator > li > a, .paginator > li > span {
  width: 36px;
  height: 36px;
  font-size: 1rem;
  text-align: center;
  position: relative;
  float: left;
  padding: 0px;
  margin-left: -1px;
  line-height: 36px;
  color: var(--black);
  text-decoration: none;
  border: 1px solid var(--grey-c);
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginator > li:first-child > a, .paginator > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.paginator > li:last-child > a, .paginator > li:last-child > span {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.paginator > li > a:hover, .paginator > li > span:hover, .paginator > li > a:focus, .paginator > li > span:focus {
  z-index: 3;
  background-color: var(--blue-2);
  border-color: var(--grey-c);
}
.paginator > .active > a, .paginator > .active > span, .paginator > .active > a:hover, .paginator > .active > span:hover, .paginator > .active > a:focus, .paginator > .active > span:focus {
  z-index: 2;
  color: var(--white);
  cursor: default;
  background-color: var(--ok-blue);
  border-color: var(--ok-blue);
}
@media screen and (max-width: 1199px) {
  .paginator-box {
    margin-top: 30px;
  }
}
/* 首頁輪播圖
*****************************************/
.slide-top {
  width: 100%;
  margin-top: 80px;
}
.slide-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--grey-3);
}
.slide-photo img {
  width: 100vw;
  max-width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 2.86;
}
.slide-photo .dpnone-rwd {
  display: none;
}
.swiper-button-style {
  --swiper-navigation-size: 30px;
  --swiper-theme-color: var(--white);
}
@media screen and (max-width: 991px) {
  .slide-top {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .slide-photo .dpnone-web, .swiper-button-style {
    display: none;
  }
  .slide-photo .dpnone-rwd {
    display: block;
  }
  .slide-photo img {
    aspect-ratio: 16 / 8.9;
  }
}
/* 優勢
*****************************************/
.advantage-con {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
}
.advantage-con div {
  padding: 15px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  background-color: var(--grey-f3);
}
.advantage-con .s-gtxt {
  font-size: 1rem;
  padding: 5px 8px;
  background-color: var(--red-1);
  display: inline-block;
  color: var(--white);
  border: none;
  border-radius: 3px;
  margin: 10px;
}
.advantage-con p {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
}
.advantage-con span {
  font-size: 0.875rem;
}
.advantage-con img {
  width: 100%;
  max-width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width:991px) {
  .advantage-con {
    grid-gap: 15px;
  }
  .advantage-con div {
    padding: 15px 0;
  }
  .advantage-con .s-gtxt {
    font-size: 0.75rem;
    padding: 3px 5px;
  }
  .advantage-con p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .advantage-con span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .advantage-con {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* 立即免費諮詢
*****************************************/
.consult {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  background: url(../images/consult-bg.webp);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  color: #fff;
}
.consult-overlay {
  position: absolute;
  background: rgba(0, 35, 61, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.consult .form {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.consult .radio-custom input[type="radio"]:checked + label:after {
  background-color: var(--white);
}
.consult .radio-custom label, .consult .checkbox-box input[type="checkbox"]:checked + label:after, .consult .checkbox-box label {
  color: var(--white);
}
.consult .radio-custom label:before, .consult .checkbox-box label:before {
  border: 1px solid var(--white);
}
.form-content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 30px;
}
.form-content .block {
  display: flex;
  align-items: center;
}
.form-content .merge {
  grid-column: 1 / 3;
}
.form-content span {
  font-size: 1rem;
  line-height: 1.5rem;
}
.form-content span a {
  color: var(--yellow-1);
}
.form-content .free-tel {
  display: none;
}
.form-content .verify {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .consult {
    background: url(../images/consult-bg.webp) center 0 no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 1199px) {
  .consult {
    padding: 50px 0;
  }
  .consult .form {
    padding: 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .form-content {
    grid-template-columns: 1fr;
  }
  .form-content .merge {
    grid-column: 1 / 1;
  }
  .form-content .verify {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .consult {
    padding: 30px 0;
  }
  .consult .form {
    padding: 0 15px;
  }
  .form-content {
    grid-gap: 15px 0;
  }
  .form-content span {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .form-content .free-tel {
    font-family: sans-serif;
    width: 100%;
    font-size: 1.125rem;
    padding: 15px 0;
    background-color: var(--red-1);
    color: var(--white);
    border: none;
    display: block;
    border-radius: 3px;
  }
}
/* 客製貸款規劃
*****************************************/
.control {
  width: 100%;
}
.control table {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid var(--grey-9);
}
.control td {
  width: 50%;
  padding: 15px;
  border-right: 1px solid var(--grey-9);
}
.control tr:nth-child(1) td:nth-child(1) {
  font-size: 1.25rem;
  background-color: var(--ok-blue) !important;
  color: var(--white);
  border: 1px solid var(--ok-blue);
}
.control tr:nth-child(1) td:nth-child(2) {
  font-size: 1.25rem;
  background-color: var(--green-1) !important;
  color: var(--white);
  border: 1px solid var(--green-1);
}
.control tr:nth-child(odd) td:nth-child(1) {
  background-color: var(--blue-2);
}
.control tr:nth-child(odd) td:nth-child(2) {
  background-color: var(--green-2);
}
@media screen and (max-width: 1199px) {
  .control table {
    font-size: 1rem;
  }
  .control td {
    padding: 10px;
  }
}
@media screen and (max-width: 991px) {
  .control table {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .control table {
    font-size: 0.875rem;
  }
  .control td {
    padding: 10px;
    vertical-align: text-top;
  }
  .control tr:nth-child(1) td:nth-child(1), .control tr:nth-child(1) td:nth-child(2) {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
/* 貸款方案
*****************************************/
.linl-product {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
}
.linl-product a div {
  padding: 15px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  background-color: var(--grey-f3);
  transition: all 0.3s ease-in-out;
}
.linl-product a:hover div {
  background-color: var(--blue-2);
}
.linl-product a p {
  font-size: 1.25rem;
  text-align: center;
  margin-top: 10px;
  color: var(--black);
}
@media screen and (max-width: 991px) {
  .linl-product {
    grid-gap: 15px;
  }
  .linl-product a div {
    padding: 15px 0;
  }
  .linl-product a p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .linl-product {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* 客戶見證
*****************************************/
.myslider {
  width: 1320px;
}
.mySwiper-client, .mySwiper-star {
  margin: 0;
}
.myclient-box {
  height: auto;
  padding: 30px 45px;
  border-radius: 7px;
  background-color: var(--blue-2);
}
.myclient-title {
  font-size: 1.25rem;
  border-bottom: 1px solid var(--ok-blue);
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: var(--ok-blue);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.myclient-title .icon {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.myclient-title .icon::before {
  width: 24px;
  height: 24px;
  content: url('../images/icon/user-solid.svg');
}
.myclient-box ol {
  list-style-type: disc;
  list-style-type: "● ";
  padding-left: 10px;
}
.myclient-box li {
  padding-top: 10px;
}
.mystar-box {
  height: auto;
  padding: 30px 45px;
  border-radius: 7px;
  background-color: var(--grey-f3);
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
.mystar-title {
  font-size: 1rem;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.mystar-box .round {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background-color: var(--ok-blue);
  border-radius: 25px;
  margin-right: 10px;
}
.mystar-box .name span {
  font-size: 0.875rem;
  line-height: 24px;
}
.mystar-box .name span::before {
  width: 80px;
  content: url('../images/icon/star.svg');
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.myslider-l, .myslider-r {
  top: var(--swiper-navigation-top-offset, 60%);
  --swiper-navigation-size: 16px;
  --swiper-theme-color: #fff;
  padding: 15px;
  background-color: rgba(0, 91, 172, 0.6);
}
.myslider-l {
  left: var(--swiper-navigation-sides-offset, -15px);
  right: auto
}
.myslider-r {
  right: var(--swiper-navigation-sides-offset, -15px);
  left: auto
}
@media screen and (max-width: 1199px) {
  .myslider {
    width: 100vw;
  }
  .myclient-box, .mystar-box {
    padding: 30px;
  }
  .myslider-l {
    left: var(--swiper-navigation-sides-offset, 0px);
  }
  .myslider-r {
    right: var(--swiper-navigation-sides-offset, 0px);
  }
  .myclient-box ol {
    padding-left: 20px;
  }
}
/* 專業認證
*****************************************/
.mySwiper-award {
  margin: 0;
}
.myaward-box {
  padding: 0px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.myaward-box p {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  padding-top: 15px;
}
.myaward-box img {
  width: 100%;
  aspect-ratio: 16 / 10.43;
}
@media screen and (max-width: 767px) {
  .myaward-box {
    padding: 10px 0;
  }
  .myaward-box p {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
/* 理財學堂
*****************************************/
.mySwiper-lore {
  margin: 0;
}
.mylore-box {
  height: auto;
  padding: 15px;
  border-radius: 7px;
  background-color: var(--grey-f3);
  position: relative;
}
a .mask {
  text-decoration: none;
  overflow: hidden;
  display: block;
}
a .mask img {
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 100ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 100ms;
}
a:hover .mask img {
  -webkit-transform: scale(1.1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 300ms;
  -moz-transform: scale(1.1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 300ms;
  overflow: hidden;
}
.mylore-box .content {
  padding: 15px 30px;
}
.mylore-box h3, .loan-kon .inf h3 {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: var(--ok-blue);
  margin-bottom: 8px;
}
.mylore-box .date, .loan-kon .inf .date, .loan-kon section .date {
  font-size: 0.875rem;
  margin-bottom: 8px;
  color: var(--grey-6);
}
.sys {
  padding: 5px 10px;
  background-color: rgba(0, 91, 172, 0.8);
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  color: var(--white);
  font-size: 1rem;
}
@media screen and (max-width: 1199px) {
  .mylore-box .content {
    padding: 15px;
  }
}
/* 貸款試算
*****************************************/
.count-box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.count-box .bgimg {
  background-image: url("../images/count.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.count-scope {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}
.count-scope .count {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.count-scope .block {
  position: relative;
}
.count-scope .unit-r, .count-scope .unit-l {
  height: 100%;
  position: absolute;
  top: 0;
  right: 15px;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.count-scope .unit-r {
  right: 15px;
}
.count-scope .unit-l {
  left: 15px;
}
.count-scope .count .merge {
  grid-column: 1 / 4;
}
.count-scope .count .two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.count-scope .input-text {
  font-family: "outfit", "Microsoft JhengHei", "Heiti TC", sans-serif;
  width: 100%;
  height: 50px;
  font-size: 1.125rem;
  background: var(--grey-f3);
  border: 1px solid var(--grey-f3);
  padding: 0 15px;
  -webkit-appearance: none;
}
.count-scope .input-text:focus, .count-scope .money:focus {
  outline: 0;
}
.count-scope .input-text::-webkit-input-placeholder {
  font-size: 1rem;
  color: var(--black);
}
.count-scope .money {
  font-family: "outfit", "Microsoft JhengHei", "Heiti TC", sans-serif;
  width: 100%;
  height: 50px;
  font-size: 1.5rem;
  background: var(--blue-2);
  border: 1px solid var(--blue-2);
  text-align: right;
  padding-right: 40px;
  color: var(--ok-blue);
  -webkit-appearance: none;
}
@media screen and (max-width: 1199px) {
  .count-box {
    grid-template-columns: 1fr;
  }
  .count-box .bgimg {
    height: 35.156vw;
  }
}
@media screen and (max-width: 767px) {
  .count-box .bgimg {
    height: 38.889vw;
  }
  .count-scope .count {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .count-scope .count .two {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .count-scope .count .merge {
    grid-column: 1 / 1;
  }
}
/* 隱私權聲明
*****************************************/
.privacy {
  width: 100%;
  display: grid;
  grid-gap: 30px;
}
.privacy .con {
  padding: 30px;
  border-radius: 7px;
  background-color: var(--grey-f3);
  color: var(--ok-blue);
}
.privacy h2 {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 15px;
}
.privacy h3 {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 15px 0 8px;
}
.privacy p {
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .privacy {
    grid-gap: 15px;
  }
  .privacy .con {
    padding: 25px 15px;
  }
}
/* 反詐騙
*****************************************/
.scam {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.scam-top {
  height: 365px;
  top: 80px;
}
.scam-right {
  width: 100%;
  display: grid;
  grid-gap: 30px;
}
.scam-right .con {
  padding: 15px;
  border-radius: 7px;
  background-color: var(--grey-f3);
}
.scam-right h2 {
  font-size: 1.25rem;
  color: var(--ok-blue);
  margin-bottom: 5px;
}
.scam-right p {
  font-size: 1rem;
  line-height: 1.75rem;
}
.scam-right p a {
  color: var(--ok-blue);
}
.scam-right ol {
  list-style-type: disc;
  list-style-type: "● ";
  padding-left: 20px;
  color: var(--ok-blue);
}
.scam-right li {
  padding-left: 5px;
}
@media screen and (max-width: 1199px) {
  .scam {
    grid-template-columns: 1fr;
  }
  .scam-top {
    height: auto;
    top: 0;
    position: relative;
  }
  .scam-right li {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .scam, .scam-right {
    grid-gap: 15px;
  }
}
/* 浮水印
*****************************************/
.fixed-consult {
  width: 90px;
  display: grid;
  grid-gap: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.fixed-consult a {
  width: 100%;
  height: 90px;
  border: none;
  border-radius: 0;
  background-color: var(--ok-blue);
  font-size: 1rem;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.fixed-consult a:hover {
  background-color: var(--green-1);
}
.fixed-consult img {
  width: 30px;
  margin: 0 auto;
  margin-bottom: 5px;
  -webkit-filter: invert(1);
  aspect-ratio: 1 / 1;
}
.fixed-consult .dp-mob {
  display: none;
}
@media screen and (max-width: 1199px) {
  .fixed-consult {
    width: 100%;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
  .fixed-consult a {
    height: 80px;
  }
  .fixed-consult a:hover {
    background-color: var(--ok-blue);
  }
  .fixed-consult .dp-web {
    display: none;
  }
  .fixed-consult .dp-mob {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .fixed-consult a {
    height: 60px;
    font-size: 0.875rem;
  }
  .fixed-consult img {
    width: 25px;
    margin-bottom: 2px;
  }
}
/* footer
*****************************************/
footer {
  font-family: "outfit", "Microsoft JhengHei", "Heiti TC", sans-serif;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0;
  background-color: var(--grey-3);
  font-size: 1rem;
  line-height: 1.75rem;
  color: var(--grey-9);
}
footer .scope {
  width: 100%;
  max-width: 1320px;
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
footer .scope .block {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  place-content: start;
}
footer a {
  color: var(--grey-9);
  text-decoration: none;
}
footer a:hover {
  color: var(--white);
}
footer .topic {
  font-size: 1.25rem;
  line-height: 1.25rem;
  border-bottom: 1px solid var(--grey-6);
  padding-bottom: 15px;
}
footer .note {
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: justify;
  margin: 10px 0;
}
footer .icon-block {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 30px);
  grid-gap: 10px;
  margin-bottom: 10px;
}
footer .icon {
  width: 30px;
  overflow: hidden;
}
footer .icon-svg {
  width: 30px;
  filter: drop-shadow(30px 0 var(--grey-6));
  transform: translateX(-29.999px);
  border-radius: 15px;
}
footer .icon:hover .icon-svg {
  filter: drop-shadow(30px 0 var(--grey-c));
}
footer .icon img {
  aspect-ratio: 1 / 1;
}
footer .company {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px 0;
  place-content: start;
}
footer .company .nev {
  grid-column: 2 / 4;
}
@media screen and (max-width: 1199px) {
  html, body, .form-text, .count-scope .input-text, .count-scope .money {
    font-family: sans-serif;
  }
  footer {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  footer {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .company {
    grid-template-columns: repeat(2, 1fr);
  }
  footer .company .nev {
    grid-column: auto;
  }
}
@media screen and (max-width: 767px) {
  footer .scope {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}