@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;600;700&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans TC", "Arial", sans-serif, "微軟正黑體";
  font-size: 16px;
  color: #5A5A5A;
  overflow-x: hidden;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
}

.w-1920 {
  max-width: 1920px;
  margin: auto;
  width: 100%;
}

.w-1000 {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  overflow: hidden;
}

.w-800 {
  max-width: 800px;
  margin: auto;
  width: 100%;
  overflow: hidden;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a,
a:hover {
  text-decoration: none;
}

.checkout-btn {
  outline: 1px solid #2a2a2a;
  padding: 6px 10px;
  border-radius: 20px;
  color: #2a2a2a;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) {
  .checkout-btn {
    padding: 8px 20px;
  }
}
.checkout-btn::before {
  content: "";
  position: absolute;
  background-color: #40A1E5;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all ease-in-out 0.3s;
}
.checkout-btn:hover {
  outline: none;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
}
.checkout-btn:hover::before {
  width: 100%;
  transition: all ease-in-out 0.3s;
}

.page ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 15px;
}
.page a {
  color: #646464;
  padding: 3px;
  margin: 3px;
}

.mainBtn {
  border-radius: 2rem;
  color: #40A1E5;
  border: 1px solid #40A1E5;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  width: 140px;
  display: block;
  background-color: transparent;
  transition: all ease 0.3s;
}
.mainBtn:hover {
  background-color: #40A1E5;
  color: var(--white);
}

.subtitle {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 1rem;
  color: #2a2a2a;
  font-size: 1.7rem;
  font-weight: 600;
}
.subtitle::before {
  content: "";
  width: 4px;
  height: 30px;
  background-color: #40A1E5;
  position: absolute;
  left: 0;
  top: 10%;
}

.main-title {
  color: #2a2a2a;
}
.main-title::first-letter {
  color: #40A1E5;
}

.en-title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family: "Noto Serif TC", serif;
  padding: 1rem;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .en-title {
    font-size: 72px;
  }
}

.title {
  color: #40A1E5;
  font-weight: 700;
  font-size: 1.8rem;
}

.title span {
  color: #D0AA5F;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
}

.moreBtn {
  color: var(--white);
  background-color: #40A1E5;
  border-radius: 2rem;
  padding: 0.5rem 1.3rem;
  transition: all 0.3s ease-in;
}

.moreBtn:hover {
  background-color: #40A1E5;
  color: var(--white);
}

.searchBtn {
  background-color: #40A1E5;
  color: #5599BE;
  font-size: 14px;
}

.bread_crumbs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.bread_crumbs li {
  font-size: 15px;
  padding-left: 5px;
}
.bread_crumbs li::after {
  content: "/";
  margin-left: 5px;
}
.bread_crumbs li:last-child {
  color: #D0AA5F;
}
.bread_crumbs li:last-child::after {
  content: "";
}
.bread_crumbs li a {
  color: #5A5A5A;
}

.text-mark {
  color: #D0AA5F;
  font-size: 85%;
  margin-left: 5px;
}

.submitBtn {
  background: #40A1E5;
  color: var(--white);
  padding: 0.6rem 1.5rem;
}

.submitBtn:hover {
  color: var(--white);
}

@media (min-width: 1200px) {
  .border-lg-right {
    border-right: 1px solid #eaeaea;
  }
  .border-lg-left {
    border-left: 1px solid #eaeaea;
  }
}
.more {
  background: transparent;
  color: #40A1E5;
  padding: 0.6rem 1.5rem;
  border: 1px solid #40A1E5;
  border-radius: 2rem;
  transition: all ease 0.3s;
}
.more:hover {
  background: #40A1E5;
  color: var(--white);
}

.bg-main {
  background-color: #40A1E5;
}

.text-sub {
  color: #5599BE;
}

.text-main {
  color: #40A1E5;
}

.text-lightBlack {
  color: #5A5A5A;
}

.text-darkBlack {
  color: #2a2a2a;
}

.text-white {
  color: #ffffff;
}

.text-nav {
  color: #cccccc;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-32 {
  font-size: 32px;
}

.fs-48 {
  font-size: 48px;
}

.w-1920 {
  max-width: 1920px;
  margin: 0 auto;
}

.mb-1rem {
  margin-bottom: 1rem;
}

.mb-2rem {
  margin-bottom: 2rem;
}

.mb-3rem {
  margin-bottom: 3rem;
}

.mb-4rem {
  margin-bottom: 4rem;
}

.mainbg {
  background-color: #EAEFF3;
}
@media (min-width: 992px) {
  .mainbg {
    background-color: transparent;
  }
}

.subbg {
  background-color: #D7E2EA;
}

.margin-r-s {
  margin-right: 0;
}
@media (min-width: 992px) {
  .margin-r-s {
    margin-right: -1.5rem;
  }
}

.margin-l-s {
  margin-left: 0;
}
@media (min-width: 992px) {
  .margin-l-s {
    margin-left: -1.5rem;
  }
}

.goTop {
  position: fixed;
  right: 5px;
  bottom: 40px;
  text-align: center;
  display: block;
  cursor: pointer;
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  background-color: #5599BE;
  color: var(--white);
  transition: all 0.5s;
  animation: 3s arrowTop ease-out infinite;
}

.goTop:hover {
  background-color: #40A1E5;
  color: var(--white);
}

@keyframes arrowTop {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20%);
  }
  60% {
    transform: translateY(-10%);
  }
}
/* 手機漢堡選單 */
.menu-icon {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: var(--white);
  cursor: pointer;
}
@media (min-width: 1200px) {
  .menu-icon {
    display: none;
  }
}
.menu-icon .menu-icon__cheeckbox {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  opacity: 0;
}
.menu-icon div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 12px;
}
.menu-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #40A1E5;
  border-radius: 1px;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}
.menu-icon span:first-of-type {
  top: 0;
}
.menu-icon span:last-of-type {
  bottom: 0;
}

.menu-icon.active span:first-of-type,
.menu-icon .menu-icon__cheeckbox:checked + div span:first-of-type {
  transform: rotate(45deg);
  top: 5px;
}

.menu-icon.active span:last-of-type,
.menu-icon .menu-icon__cheeckbox:checked + div span:last-of-type {
  transform: rotate(-45deg);
  bottom: 4px;
}

/* 手機漢堡選單end */
/* 主選單開始 */
.navbar {
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  position: absolute;
  z-index: 100;
  transition: all 0.5s ease-in;
}

.navbar.fixed {
  position: fixed;
}

.navbar-header {
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 2px solid #40A1E5;
  background-color: var(--white);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.1);
  position: relative;
}

@media (min-width: 992px) {
  .brand {
    display: none;
  }
  #navbar-menu {
    display: flex;
    justify-content: flex-end;
    flex: 0 0 calc(100% - 200px);
    background-color: var(--white);
  }
  .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
  .navbar-nav li.dropdown a.dropdown-toggle::after {
    display: none;
  }
  .navbar-nav li.dropdown ul.dropdown-menu {
    position: absolute;
    text-align: center;
    border-top: none;
    min-width: 100%;
    width: 9.5rem;
    padding: 0;
    background-color: var(--white);
    border: none;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  }
  .navbar-nav li.dropdown ul.dropdown-menu a:hover {
    background-color: #40A1E5;
    color: #D0AA5F;
  }
}
@media (max-width: 991px) {
  .dropdown-menu {
    background-color: black;
  }
  .navbar-collapse {
    overflow-y: auto;
    position: absolute;
    width: 100%;
    top: 59px;
    padding-top: 67px;
    left: 0;
    height: calc(100vh - 50px);
    background-color: #F2F6FA;
  }
}
.logo {
  width: 150px;
  padding: 10px;
}
@media (min-width: 1200px) {
  .logo {
    width: 200px;
  }
}
.logo a {
  width: 100%;
  display: block;
  padding-bottom: 30%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
@media (min-width: 1200px) {
  .logo a {
    padding-bottom: 28%;
  }
}

.bootsnav ul.nav > li a {
  color: #5A5A5A;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
  padding: 0.6rem 1.25rem;
  position: relative;
  text-align: center;
  transition: all 0.3s;
}
.bootsnav ul.nav > li a:hover {
  color: #40A1E5;
}
.bootsnav ul.nav > li.active a, .bootsnav ul.nav > li a.active {
  color: #D0AA5F;
}
.bootsnav ul.nav > li.active .dropdown-menu li a {
  color: #40A1E5;
}
.bootsnav ul.nav > li.active .dropdown-menu li a:hover {
  color: #D0AA5F;
}

footer {
  padding: 2rem 0 1rem;
  position: relative;
  background-color: var(--white);
  border-top: 1px solid #40A1E5;
}
footer .footer_item {
  position: relative;
}
footer .footer_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  width: 1px;
  height: 100%;
  background: #40A1E5;
}
footer .footer_item a {
  color: var(--light-text);
  width: 100%;
  display: block;
  padding-bottom: 0.6rem;
}
footer .footer_item p {
  color: var(--light-text);
}
footer .footer_item .main-title {
  font-size: 1.25rem;
}
footer .copy {
  color: var(--light-text);
}
footer .copy span {
  display: block;
}
@media (min-width: 1200px) {
  footer .copy span {
    display: inline;
  }
}
footer .copy a {
  color: var(--light-text);
  text-decoration: underline;
}
footer .photonic {
  color: var(--light-text);
  font-size: 0.8rem;
  align-items: center;
  font-weight: 300;
  opacity: 0.3;
}
footer .photonic a {
  margin-bottom: 0;
  color: var(--light-text);
  padding-bottom: 0;
}
footer .photonic .item:not(:first-child)::before {
  content: "/";
  padding: 5px;
}

.loadingArea {
  width: 100%;
  height: 100vh;
  align-items: center;
  display: flex;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: all 0.1s ease-in-out;
  background-color: #F2F6FA;
}
.loadingArea::before, .loadingArea::after {
  content: "";
  position: absolute;
  z-index: 6;
  width: 0;
  transform: scale(0);
}
.loadingArea::before {
  top: 0;
  left: 0;
  border-right: 245px solid transparent;
  border-top: 260px solid #40A1E5;
  transform-origin: left top;
}
.loadingArea::after {
  bottom: 0;
  right: 0;
  border-left: 245px solid transparent;
  border-bottom: 260px solid #40A1E5;
  transform-origin: right bottom;
}
.loadingArea .loadLogo {
  width: 240px;
  opacity: 0;
}
.loadingArea .loadLogo img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}

.loadingArea.show {
  pointer-events: auto;
}
.loadingArea.show .loadLogo {
  animation: loadingAni_logo 0.6s forwards ease-in-out;
}

.loadingArea.hide {
  transition-delay: 0.4s;
  background-color: transparent;
}
.loadingArea.hide::after, .loadingArea.hide::before {
  animation: loadingAni_arrow 1.2s both cubic-bezier(0.59, 0.07, 0.49, 0.97);
}
@keyframes loadingAni_logo {
  0% {
    opacity: 0;
    scale: 0.5 0.5;
  }
  to {
    opacity: 1;
    scale: 1 1;
  }
}
@keyframes loadingAni_arrow {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(8);
  }
  to {
    transform: scale(0);
  }
}
.home-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.home-slider {
  position: relative;
  margin-top: 61px;
  z-index: 1;
}
@media (min-width: 992px) {
  .home-slider {
    margin-top: 64px;
  }
}
.home-slider .slick-dots {
  bottom: -40px;
}
.home-slider .slick-dots li {
  width: 40px;
  height: 6px;
  margin-right: 5px;
}
.home-slider .slick-dots li button::before {
  content: "";
  color: transparent;
  width: 40px;
  height: 6px;
  border-radius: 4px;
  background-color: #eaeaea;
  opacity: 1;
  transition: all ease-in 0.5s;
}
.home-slider .slick-dots li.slick-active button::before {
  background-color: #40A1E5;
}
.home-slider .slick-next, .home-slider .slick-prev {
  padding: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: var(--white);
  border-radius: 50%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.home-slider .slick-next {
  right: 1rem;
}
.home-slider .slick-next::before {
  content: "\f285";
  font-family: "bootstrap-icons";
  color: #40A1E5;
  font-weight: 600;
}
.home-slider .slick-prev {
  left: 1rem;
}
.home-slider .slick-prev::before {
  content: "\f284";
  font-family: "bootstrap-icons";
  color: #40A1E5;
  font-weight: 600;
}
.home-slider .item {
  position: relative;
  padding-bottom: 113%;
}
@media (min-width: 992px) {
  .home-slider .item {
    padding-bottom: 41%;
  }
}
.home-slider .item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  padding-bottom: 113%;
}
@media (min-width: 992px) {
  .home-slider .item .img {
    padding-bottom: 42%;
  }
}

.home-services {
  padding: 3rem 0;
  position: relative;
}
@media (min-width: 1200px) {
  .home-services {
    padding: 5rem 0 4rem;
  }
}
.home-services::before, .home-services::after {
  content: "";
  position: absolute;
  width: 387px;
  height: 425px;
  z-index: -2;
}
.home-services::before {
  background: url(/frontEndPackage/images/service-bg.png) no-repeat;
  top: 0;
  right: 0;
  background-position: top right;
}
.home-services::after {
  background: url(/frontEndPackage/images/service-bg2.png) no-repeat;
  bottom: 0;
  left: 0;
  background-position: bottom left;
}
.home-services .service-list .item {
  position: relative;
  margin-bottom: 2.5rem;
}
.home-services .service-list .item::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 80%;
  z-index: -1;
  background: url(/frontEndPackage/images/bg.png), #E3F1FB;
  right: 0;
  top: 10%;
}
@media (min-width: 1200px) {
  .home-services .service-list .item::after {
    width: 90%;
    right: 10%;
    border-radius: 0 2rem 2rem 0;
  }
}
.home-services .service-list .item .service-bg {
  position: relative;
  border-radius: 60px; /* 圓角半徑 */
  padding: 3rem 0;
  background: linear-gradient(90deg, rgba(165, 206, 213, 0.2) 0%, rgba(255, 255, 255, 0) 52%, rgba(165, 206, 213, 0.2) 100%), #ffffff; /* 最底層白色 */
}
.home-services .service-list .item .service-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background: linear-gradient(90deg, #97AFB4 0%, #FFFFFF 10%, #C3DCE1 22%, #C5F5FF 37%, #D9F8FF 51%, #C5F5FF 66%, #C3DCE1 78%, #FFFFFF 89%, #97AFB4 100%) border-box, linear-gradient(90deg, rgba(165, 206, 213, 0.4) 0%, rgba(255, 255, 255, 0) 52%, rgba(165, 206, 213, 0.4) 100%) padding-box;
  /* 關鍵：讓背景層分別作用於邊框和內容 */
  background-clip: border-box, padding-box;
  padding: 5px;
  z-index: -1;
}
.home-services .service-list .item .content {
  background: #DDEDF0;
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
}
.home-services .service-list .item .content .img {
  width: 100%;
  border-radius: 30px;
  padding-bottom: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -1rem;
  margin-bottom: -1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.home-services .service-list .item .content .text {
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media (min-width: 992px) {
  .home-services .service-list .item .content {
    padding: 0 2rem;
  }
  .home-services .service-list .item .content .img {
    flex: 0 0 30%;
    padding-bottom: 20%;
  }
  .home-services .service-list .item .content .text {
    flex: 0 0 70%;
  }
}
.home-services .service-list .item ~ .item {
  margin-bottom: 0;
}
.home-services .service-list .item ~ .item::after {
  background: url(/frontEndPackage/images/bg.png), #EFEFEF;
  left: 0;
  top: 10%;
}
@media (min-width: 1200px) {
  .home-services .service-list .item ~ .item::after {
    left: 10%;
    border-radius: 2rem 0 0 2rem;
  }
}
.home-services .service-list .item ~ .item .content {
  background: #EFEFEF;
}
@media (min-width: 1200px) {
  .home-services .service-list .item ~ .item .content .img {
    order: 2;
  }
}

.home-brand {
  background: url(/frontEndPackage/images/bg2.png) no-repeat center/cover;
  padding: 2rem 0;
}
.home-brand .title {
  font-weight: 400;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .home-brand {
    padding: 3rem 0;
  }
  .home-brand .content {
    height: 260px;
  }
}
@media (min-width: 1200px) {
  .home-brand {
    padding: 3rem 0 6rem;
  }
}
.home-brand .nav-contril {
  margin: auto;
}
@media (min-width: 992px) {
  .home-brand .nav-contril {
    margin: 0;
  }
}
.home-brand .nav-contril .home-brand-prev, .home-brand .nav-contril .home-brand-next {
  padding: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: var(--white);
  border-radius: 50%;
  border: 0;
  color: #40A1E5;
  margin: 0 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.home-brand .nav-contril .home-brand-prev i::before, .home-brand .nav-contril .home-brand-next i::before {
  font-weight: 600 !important;
  font-size: 1.25rem;
}
.home-brand .nav-contril .home-brand-prev:focus, .home-brand .nav-contril .home-brand-next:focus {
  outline: 0;
}
.home-brand .nav-contril .home-brand-prev {
  position: relative;
}
.home-brand .nav-contril .home-brand-prev::before {
  content: "";
  width: 1px;
  height: 60%;
  background-color: var(--white);
  position: absolute;
  top: 20%;
  right: -20px;
}

.brand-list {
  padding: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .brand-list {
    width: calc(100% - 14rem);
    position: absolute;
    top: 0;
    margin-left: 14rem;
  }
}
.brand-list .item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: var(--white);
  text-align: center;
}
.brand-list .item a .img {
  background-color: var(--white);
  margin: 1rem;
  width: 200px;
  padding: 8px;
  border: 3px solid transparent;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-list .item a .img div {
  width: 100%;
  padding-bottom: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.brand-list .item a p {
  width: 100%;
  font-size: 1.25rem;
}
.brand-list .item a:hover .img {
  border: 3px solid #B3E5F5;
  transition: all ease-in 0.3s;
}

.home-news {
  background: url(/frontEndPackage/images/bg3.png) no-repeat center/cover;
  padding: 2rem 0 1rem;
}
@media (min-width: 1200px) {
  .home-news {
    padding: 3rem 0 4rem;
  }
}
.home-news .main-title {
  margin-top: -3rem;
}
.home-news .news-list li {
  width: 100%;
  margin-bottom: 1rem;
}
.home-news .news-list li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #5A5A5A;
  padding: 1rem;
  border-radius: 0 1rem 0 0;
  background-color: var(--white);
}
.home-news .news-list li a .text {
  flex: 0 0 calc(100% - 30px);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.home-news .news-list li a .news-date {
  color: #40A1E5;
  margin-right: 1rem;
}
.home-news .news-list li a i {
  width: 30px;
}
.home-news .news-list li a p {
  margin-bottom: 0;
}

.page_bg {
  background: url(/frontEndPackage/images/page_bg.png) no-repeat top center/contain;
}

@media (min-width: 1200px) {
  .page_bg {
    background: url(/frontEndPackage/images/page_bg.png) no-repeat top center/cover;
  }
}
.page-content {
  margin-top: 59px;
  background-color: #F2F6FA;
  padding: 2rem 0;
}
.page-content .brandBox ul {
  display: flex;
}
.page-content .brandBox ul li:not(:last-child)::after {
  content: "/";
  margin: 0 5px;
}
.page-content .brandBox ul a {
  color: #5A5A5A;
}
.page-content .brandBox ul li:last-child {
  color: #40A1E5;
}
.page-content .news-list li {
  width: 100%;
  margin-bottom: 1rem;
}
.page-content .news-list li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #5A5A5A;
  padding: 1rem;
  border-radius: 0 1rem 0 0;
  background-color: var(--white);
}
.page-content .news-list li a .text {
  flex: 0 0 calc(100% - 30px);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.page-content .news-list li a .news-date {
  color: #40A1E5;
  margin-right: 1rem;
}
.page-content .news-list li a i {
  width: 30px;
}
.page-content .news-list li a p {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .page-content {
    padding: 3rem 0;
    margin-top: 63px;
  }
}

.qa_cont .item {
  margin-bottom: 1rem;
}
.qa_cont .question .accordion-btn {
  font-size: 1rem;
  background-color: #40A1E5;
  display: block;
  position: relative;
  border: none;
  color: var(--white);
  width: 100%;
  text-align: left;
  padding: 0.8rem 1rem;
  border-radius: 18px 18px 0 0;
}
.qa_cont .question .accordion-btn:focus {
  outline: none;
}
.qa_cont .question .accordion-btn::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease-in 0.3s;
}
.qa_cont .question .accordion-btn.collapsed::after {
  content: "\f285";
}
.qa_cont .question .accordion-btn.collapsed {
  background-color: var(--white);
  color: #5A5A5A;
  border-radius: 18px;
  transition: all ease 0.3s;
}
.qa_cont .collapse {
  color: #5A5A5A;
  padding: 1rem;
  background-color: var(--white);
}

.slideLink {
  justify-content: center;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 992px) {
  .slideLink {
    display: flex;
  }
}
.slideLink li a.active {
  background-color: #40A1E5;
  color: var(--white);
}
.slideLink a {
  padding: 0.6rem 1rem;
  display: block;
  color: #5A5A5A;
  transition: all ease-in 0.3s;
  border-radius: 2rem;
}
.slideLink a:hover {
  background-color: #DCECF4;
}
@media (min-width: 992px) {
  .slideLink a {
    margin-right: 0.5rem;
  }
}

.brand-items {
  display: flex;
  flex-wrap: wrap;
}
.brand-items .item {
  flex: 0 0 48%;
  margin: 0 1% 1%;
}
.brand-items a .img-box {
  background-color: var(--white);
  width: 100%;
  border-radius: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 3px solid transparent;
}
.brand-items a .img {
  display: block;
  padding-right: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-bottom: 100%;
}
.brand-items a p {
  text-align: center;
  color: #5A5A5A;
  font-size: large;
}
.brand-items a:hover .img-box {
  border: 3px solid #B3E5F5;
  transition: all ease-in 0.3s;
}
@media (min-width: 992px) {
  .brand-items .item {
    flex: 0 0 23%;
  }
}
@media (min-width: 1200px) {
  .brand-items .item {
    flex: 0 0 18%;
  }
}

.goback li.active a {
  color: #40A1E5;
  text-decoration: underline;
}
.goback ul {
  display: flex;
  justify-content: center;
}
.goback a {
  color: #5A5A5A;
  padding: 5px;
  margin: 5px;
}

.cerify-code-panel {
  display: flex;
  flex-wrap: wrap;
}

.verify-code {
  width: auto !important;
  margin-right: 5px;
  flex-grow: 1;
}

.verify-code-area {
  width: auto !important;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}
.verify-code-area .form-control {
  width: auto !important;
}
.verify-code-area .verify-input-area {
  order: 1;
  margin: 0 5px;
}/*# sourceMappingURL=all.css.map */