@charset "UTF-8";
/***************************************
		copyright by MaxWeb.com.tw 
***************************************/
@import 'style.css';
:root {
  --swiper-navigation-size: 30px;
}

/*-------------------------------------------- 
	atrack
---------------------------------------------*/
/*各區塊container*/
.support_area .container {
  max-width: 1280px;
  padding: 50px;
  margin: auto;
}

/*共用按鈕樣式*/
.support_area .questions_btn .btn,
.about_us_area .about_btn .btn {
  background-color: #fff;
  color: #388a35;
}

.intro_area h2,
.solutions_area .title_mini h3,
.solutions_area .contain h3,
.about_us_area .title_mini h3,
.support_area .title_mini h3,
.support_area .contain p {
  font-weight: 100;
}

/*.canvas_main_banner {
	position: relative;
	height: 100%;
	width: 100%;
	background-color: #eff2f5;
}
.canvas_main_banner > img {
	width: auto;
	background-color: #eff2f5;
}
.canvas_main_banner .content {
	height: 100%;
	padding: 50px 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	gap: 100px;
}
.canvas_main_banner .content .product {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.canvas_main_banner .content .product .img {
	position: absolute;
	padding: 20px;
}
.canvas_main_banner .swiper {
	width: 746px;
	align-self: flex-end;
	margin-top: 95px;
		overflow: hidden;
}
.canvas_main_banner .banner_content {
	width: 500px;
	align-self: center;
	padding-left: 70px;
}

.canvas_main_banner .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 279px;
	height: 245px;
}

.canvas_main_banner .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	width: 245px;
	object-fit: contain;
}

.canvas_main_banner .info h1 {
	max-width: 470px;
	margin: 0px 0px 40px;
	font-size: 4rem;
	line-height: 1.3;
}
.canvas_main_banner .banner_btn .btn {
	background-color: #0755a7;
	color: #fff;
}*/
.home_banner {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #eff2f5;
}

.home_banner > img {
  width: auto;
  background-color: #eff2f5;
}

.home_banner .content {
  height: 100%;
  padding: 50px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 100px;
}

.home_banner .content .product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home_banner .content .product .img {
  position: absolute;
  padding: 20px;
}

.home_banner .swiper {
  width: 746px;
  align-self: flex-end;
  margin-top: 95px;
  overflow: hidden;
}

.home_banner .banner_content {
  width: 500px;
  align-self: center;
  padding-left: 70px;
}

.home_banner .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 279px;
  height: 245px;
}

.home_banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  width: 245px;
  -o-object-fit: contain;
  object-fit: contain;
}

.home_banner .info h1 {
  max-width: 470px;
  margin: 0px 0px 40px;
  font-size: 4rem;
  line-height: 1.3;
}

.home_banner .banner_btn .btn {
  background-color: #0755a7;
  color: #fff;
}

.swiper-wrapper--- {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/*support*/
.support_area {
  background-image: url(../../../../../cufiles/images/home/support_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.support_area .container {
  max-width: 800px;
  padding: 80px 50px;
  color: #fff;
  text-align: center;
}

.support_area .container .title h1 {
  /*font-weight: normal;*/
}

.support_area .content {
  margin-top: 20px;
}

.support_area .content a {
  color: #f6f276;
}

.support_area .questions_btn {
  margin-top: 80px;
}

.canvas_main_banner img {
  width: 100%;
  max-height: 836px;
  -o-object-fit: contain;
  object-fit: contain;
}

.company-profile {
  background-color: #fafafa;
}
.company-profile .content {
  text-align: center;
  max-width: 600px;
  margin: auto;
  padding: 50px 50px;
}
.company-profile .content h1 {
  margin-bottom: 20px;
  font-size: 5rem;
  color: #3cc5a0;
  font-weight: normal;
}
.company-profile .content p {
  margin: auto;
}

.sidebar-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
}
.sidebar-links .card {
  display: flex;
}
.sidebar-links .card:nth-child(3) .link-card,
.sidebar-links .card:nth-child(4) .link-card {
  order: 2;
}
.sidebar-links .link-card {
  flex: 1;
}
.sidebar-links .link-card-text {
  flex: 1;
  display: flex;
  align-items: center;
}
.sidebar-links .link-card-text p {
  color: #676767;
}
.sidebar-links .link-card-text .link-info {
  padding: 50px;
}
.sidebar-links .link-card-text .link-info a {
  font-weight: bold;
}
.sidebar-links .link-img {
  height: 100%; /* 確保這個容器有一個定義的高度 */
  width: 100%; /* 可選，根據需要調整寬度 */
}
.sidebar-links img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; /* 這將保證圖片覆蓋整個可用空間，但可能會裁剪圖片的一部分 */
}

/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/
/*iPad Pro*/
@media screen and (max-width: 1279px) {
  .canvas_main_banner .swiper {
    width: 709px;
  }
  .canvas_main_banner .content {
    gap: 0;
  }
}
/*iPad*/
@media screen and (max-width: 1023px) {
  .swiper-button-prev,
  .swiper-rtl.swiper-button-next {
    left: -80px;
  }
  .canvas_main_banner .content {
    /*flex-direction: column;*/
    width: 100%;
    gap: 0;
    padding-left: 40px;
  }
  .canvas_main_banner .content .img img {
    max-width: 76%;
  }
  /*    .canvas_main_banner .content .product .img{
  	left: 25%;
  }*/
  .canvas_main_banner .swiper {
    width: 460px;
    margin-top: 175px;
  }
  .canvas_main_banner .banner_content {
    padding-left: 40px;
  }
  /*.canvas_main_banner .content .product .img{
  	left: 10%;
  }
  .canvas_main_banner .content .product .img img{
  	max-width: 80%;
  }*/
  .sidebar-links {
    grid-template-columns: repeat(1, minmax(200px, 1fr));
  }
  .sidebar-links .card:nth-child(2) .link-card,
  .sidebar-links .card:nth-child(3) .link-card-text {
    order: 2;
  }
}
/*iPhone*/
@media screen and (max-width: 767px) {
  .canvas_main_banner .content {
    flex-direction: column;
    padding-left: 40px;
  }
  .canvas_main_banner .swiper {
    width: 408px;
    margin: 100px auto 0px;
  }
  .canvas_main_banner .banner_content {
    padding: 0px 70px;
  }
  .canvas_main_banner .content {
    padding: 0px;
  }
  .company-profile .content {
    padding: 50px 10px;
  }
  .sidebar-links .card {
    height: 800px;
    flex-direction: column;
  }
  .sidebar-links .card:nth-child(2) .link-card,
  .sidebar-links .card:nth-child(4) .link-card {
    order: unset;
  }
  .company-profile .content h1 {
    font-size: 3rem;
  }
}