@charset "UTF-8";
/* CSS Document */

/*字型管理*/
@font-face {
font-family: Aileron2;
  scr:url("../font/Aileron-HeavyItalic.otf")
}
h2{
  font-family: Aileron2,"Calibri","Segoe UI", Arial, sans-serif;
  /*font-weight: 400;*/
  margin: 10px 0
}
#p_type_ul ul{
list-style-type: disc;
padding: 0px 3px 0px 32px;
text-align: left;
line-height: 3px;

}
#p_type_ul ul li{
line-height:20px;	
font-size: 1.25em;
	padding: 0px;
}



@font-face {
font-family: Aileron;
  scr:url("../font/Aileron-Black.otf")
}

#icon_size img{
	 max-width: 90px;
}

#spec button {
	 font-family: Aileron,"Segoe UI", Arial, sans-serif;
	 font-weight: bold;	
	/* border-left: solid;*/
}
.menuBox {
	font-family:  Arial,"Calibri","Segoe UI", sans-serif;
	font-weight: bold;	
}



.newsList h3::after, .newsList .newsDate, .newsList .item {
  transition: all 0.5s;
}
.mainArea {
  padding: 0;
}
.topMenu{
	/*text-align: right;  
	padding-right: 3%;*/
	min-width: 500px;
	
	margin-right: 0%;
	padding-top: 10px;
	padding-left: 40px;
    font-weight:normal;
}
/*****隱私權*****/
.privacyArea {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 99;
  display: none;
  width: calc(100% - 40px);
  max-width: 1600px;
  border: 2px solid #454545;
  border-bottom: 1px solid #454545;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  transform: translateX(-50%);
}


@media (min-width: 641px) {
  .privacyArea {
    max-height: 30vh;
    padding: 25px 30px 20px;
    overflow-y: auto;
  }
}
@media (max-width: 640px) {
  .privacyArea {
    padding: 20px;
  }
}
.privacyArea .textEditor {
  font-size: 14px;
}
.privacyArea .textEditor a:not(.btn) {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .privacyArea .textEditor br {
    display: none;
  }
}
@media (min-width: 641px) {
  .privacyArea .btn {
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .privacyArea .btn {
    margin-top: 15px;
    margin-right: auto;
  }
}
.privacyArea .closeBtn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 14px;
}
@media (max-width: 960px) {
  .privacyArea .closeBtn {
    right: 15px;
  }
}

/*****展覽動態輪播*****/
.showArea {
  background-color: #f9f9f9;
}
@media (min-width: 1181px) {
  .showArea {
    padding: 90px 0;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .showArea {
    padding: 80px 0;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .showArea {
    padding: 60px 0;
  }
}
@media (max-width: 640px) {
  .showArea {
    padding: 50px 0;
  }
}
.showArea .showBox {
  position: relative;
}
.showArea .showBox .arrowBox {
  position: absolute;
  z-index: 5;
}
@media (min-width: 1181px) {
  .showArea .showBox .arrowBox {
    top: 215px;
    left: calc(50% + 255px);
  }
}
@media (max-width: 1180px) {
  .showArea .showBox .arrowBox {
    bottom: 0;
    left: 210px;
  }
}
.showArea .showBox .arrowBox::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 50%;
  width: 1px;
  height: 14px;
  background-color: #e0e0e0;
}
.showArea .showBox .arrowPrev, .showArea .showBox .arrowNext {
  width: 8px;
  height: 8px;
  border-width: 2px;
}
.showArea .showBox .arrowNext {
  margin-left: 40px;
  border-color: #e51513;
}
@media (max-width: 360px) {
  .showArea .showBox .arrowNext {
    margin-left: 30px;
  }
}

.showList li {
  padding: 0;
}
@media (min-width: 1181px) {
  .showList .item {
    display: flex;
  }
}
@media (min-width: 1181px) {
  .showList .Img {
    width: 50%;
  }
}
.showList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1181px) {
  .showList .Txt {
    width: 50%;
    padding-left: 50px;
  }
}
@media (max-width: 1180px) {
  .showList .Txt {
    padding-top: 20px;
  }
}
.showList h3 {
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1181px) {
  .showList .btn {
    margin-top: 40px;
  }
}
@media (max-width: 1180px) {
  .showList .btn {
    margin-top: 20px;
  }
}

/*****自訂圖文區塊*****/
@media (min-width: 1181px) {
  .linkArea {
    padding-top: 100px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .linkArea {
    padding-top: 80px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .linkArea {
    padding-top: 60px;
  }
}
@media (max-width: 640px) {
  .linkArea {
    padding-top: 45px;
  }
}
.linkArea.bottom {
  background-color: #f9f9f9;
}
.linkArea.top {
  background-color: #fff;
}

.linkList li {
  padding: 0;
}
@media (min-width: 961px) {
  .linkList li:not(:first-child) {
    margin-top: 80px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .linkList li:not(:first-child) {
    margin-top: 60px;
  }
}
@media (max-width: 640px) {
  .linkList li:not(:first-child) {
    margin-top: 45px;
  }
}
.linkList .item {
  position: relative;
}
.linkList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.linkList .Txt {
  background-color: #fff;
}
@media (min-width: 1181px) {
  .linkList .Txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 545px;
  }
}
@media (min-width: 641px) {
  .linkList .Txt {
    padding: 35px 35px 30px;
  }
}
@media (max-width: 640px) {
  .linkList .Txt {
    padding: 25px;
  }
}
.linkList .txtExp {
  max-height: calc(25px * 3);
}
.linkList .btn {
  margin-top: 20px;
}
.linkList.linkTopList .Txt {
  background-color: #f9f9f9;
}
@media (min-width: 1181px) {
  .linkList.linkTopList .Txt {
    left: auto;
    right: 0;
  }
}

/*****產品類別*****/
.productArea {
  background-color: #fff;
}
@media (min-width: 1181px) {
  .productArea {
    padding: 90px 0;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .productArea {
    padding: 80px 0;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .productArea {
    padding: 60px 0;
  }
}
@media (max-width: 640px) {
  .productArea {
    padding: 50px 0;
  }
}

.productList {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 961px) {
  .productList {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .productList {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.productList li {
  padding: 0 10px 10px;
  border-left: 1px solid #dbdbdb;
}
@media (min-width: 961px) {
  .productList li {
    width: calc(100% / 4);
  }
  .productList li:nth-child(4n+1) {
    border-left-color: transparent;
  }
}
@media (min-width: 551px) and (max-width: 960px) {
  .productList li {
    width: calc(100% / 3);
  }
  .productList li:nth-child(3n+1) {
    border-left-color: transparent;
  }
}
@media (max-width: 550px) {
  .productList li {
    width: calc(100% / 2);
  }
  .productList li:nth-child(2n+1) {
    border-left-color: transparent;
  }
}
@media (min-width: 451px) {
  .productList li {
    margin-top: 30px;
  }
}
@media (max-width: 450px) {
  .productList li {
    margin-top: 15px;
  }
}
.productList .item {
  text-align: center;
}
.productList .Img img {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.productList h3 {
  font-size: 14px;
  font-weight: normal;
  color: #383838;
}
.productList h3 a {
  color: #383838;
}
.productList .item:hover h3 a {
  color: #e51513;
}

/*****解決方案*****/
@media (min-width: 1181px) {
  .solutionArea {
    padding: 90px 0;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .solutionArea {
    padding: 80px 0;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .solutionArea {
    padding: 60px 0;
  }
}
@media (max-width: 640px) {
  .solutionArea {
    padding: 50px 0;
  }
}
@media (min-width: 961px) {
  .solutionArea .btnBox {
    margin-top: 60px;
  }
}
@media (max-width: 960px) {
  .solutionArea .btnBox {
    margin-top: 30px;
  }
}
.solutionArea .btnBox .btn {
  width: 100%;
  max-width: 400px;
  height: 50px;
  line-height: 50px;
}

.solutionList {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1501px) {
  .solutionList {
    margin-top: 60px;
  }
}
@media (min-width: 641px) and (max-width: 1500px) {
  .solutionList {
    margin-top: 30px;
  }
	
}
@media (max-width: 640px) {
  .solutionList {
    margin-top: 15px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .solutionList {
    margin-left: -6px;
    margin-right: -6px;
  }
}
@media (min-width: 961px) {
  .solutionList li {
    width: 100%;
    padding: 30px 0;
  }


}
@media (min-width: 641px) and (max-width: 960px) {
  .solutionList li {
    width: 50%;
    padding: 20px 6px;
  }
}
@media (max-width: 640px) {
  .solutionList li {
    width: 100%;
    padding: 20px 0;
  }
}
@media (min-width: 1401px) {
  .solutionList li:not(:first-child) {
    margin-top: 30px;
  }
}
@media (min-width: 961px) {
  .solutionList .item {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 961px) {
  .solutionList .Img {
    width: 50%;
  }
}
.solutionList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 961px) {
  .solutionList .Txt {
    width: 50%;
  }
}
@media (min-width: 1181px) {
  .solutionList .Txt {
    padding: 25px 0 0 50px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .solutionList .Txt {
    padding: 10px 0 0 40px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .solutionList .Txt {
    padding: 30px 10px 20px 0;
  }
}
@media (max-width: 640px) {
  .solutionList .Txt {
    padding: 20px 0;
  }
}
.solutionList li:nth-child(even) .Img {
  order: 2;
}
@media (min-width: 1181px) {
  .solutionList li:nth-child(even) .Txt {
    padding: 25px 50px 0 0;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .solutionList li:nth-child(even) .Txt {
    padding: 10px 40px 0 0;
  }
}
.solutionList h3 {
  text-transform: uppercase;
}
@media (min-width: 641px) {
  .solutionList h3 {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  .solutionList h3 {
    font-size: 20px;
  }
}
.solutionList .txtExp {
  max-height: calc(23px * 3);
  line-height: 23px;
}
.solutionList .code {
  display: block;
  line-height: 1.6;
  color: #4b4b4b;
}
.solutionList .code b {
  display: block;
  margin-top: 25px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
@media (min-width: 641px) {
  .solutionList .btn {
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  .solutionList .btn {
    margin-top: 25px;
  }
}

/*****最新消息*****/
.newsArea {
  background-color: #f9f9f9;
}
@media (min-width: 1181px) {
  .newsArea {
    padding: 90px 0;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .newsArea {
    padding: 80px 0;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .newsArea {
    padding: 60px 0;
  }
}
@media (max-width: 640px) {
  .newsArea {
    padding: 50px 0;
  }
}

.newsList {
  margin-top: 20px;
}
@media (min-width: 1181px) {
  .newsList {
    margin-left: -6px;
    margin-right: -6px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .newsList {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 401px) and (max-width: 640px) {
  .newsList {
    padding-bottom: 50px;
  }
}
@media (max-width: 400px) {
  .newsList {
    padding-bottom: 35px;
  }
}
.newsList li {
  padding: 13px 6px;
}
@media (max-width: 360px) {
  .newsList li {
    width: 100%;
  }
}
.newsList .item {
 /* background-color: #fff;*/
}
.newsList .item:hover {
 /* background-color: #e51513;*/
filter: drop-shadow(3px 3px 5px gray);
}
.newsList .item:hover .newsDate,
.newsList .item:hover h3,
.newsList .item:hover h3 a {
  color: #fff;
}
.newsList .item:hover h3::after {
  background-color: #fff;
}
.newsList .item:hover .txtExp {
  color: #f6bdbb;
}
.newsList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 641px) {
  .newsList .Txt {
    padding: 35px 25px;
  }
}
@media (max-width: 640px) {
  .newsList .Txt {
    padding: 20px 15px;
  }
}
.newsList .newsDate {
  font-size: 12px;
  color: #737373;
  letter-spacing: 0;
}
.newsList h3 {
  margin-top: 5px;
}
.newsList .txtExp {
  transition: color 0.4s ease;
}
@media (min-width: 641px) {
  .newsList .txtExp {
    max-height: calc(23px * 3);
    line-height: 23px;
  }
}
@media (max-width: 640px) {
  .newsList .txtExp {
    max-height: calc(20px * 4);
    line-height: 20px;
  }
}
@media (min-width: 641px) {
  .newsList .txtExp.longTxt {
    max-height: calc(23px * 10);
  }
}
@media (max-width: 640px) {
  .newsList .txtExp.longTxt {
    max-height: calc(20px * 13);
  }
}
.newsList .arrowPrev, .newsList .arrowNext {
  position: absolute;
  z-index: 5;
}
@media (min-width: 641px) {
  .newsList .arrowPrev, .newsList .arrowNext {
    top: calc(50% - 10px);
  }
}
@media (max-width: 640px) {
  .newsList .arrowPrev, .newsList .arrowNext {
    bottom: 0;
  }
}
@media (min-width: 1181px) {
  .newsList .arrowPrev {
    left: -20px;
  }
	.pl1 {
	min-height: 530px;
	margin: 2px;
	}	

}
@media (min-width: 961px) and (max-width: 1180px) {
  .newsList .arrowPrev {
    left: -25px;
  }
	
}
@media (min-width: 641px) and (max-width: 960px) {
  .newsList .arrowPrev {
    left: 0;
  }
}
@media (max-width: 640px) {
  .newsList .arrowPrev {
    right: calc(50% + 10px);
  }
}
@media (min-width: 1181px) {
  .newsList .arrowNext {
    right: -20px;
  }
	.pl1 {
	min-height: 500px;
	margin-bottom: 20px;	
	}		
}

  .w3-col.s3 {
	 margin-bottom: 20px;
	}		

@media (max-width: 1366px) {
  .w3-col.s3 {
	  width:33.3%;
	/* margin-bottom: 20px;*/
	}		
	
}

@media (max-width: 1024px) {
  .w3-col.s3 {
	  width:50%;
	/* margin-bottom: 20px;*/
	}		
 .w3-col.s4{
	  width:50%;
	}	
	.pl1 {
	min-height: 550px;
	margin-bottom: 20px;	
	}		
}
@media (max-width: 786px) {
  .w3-col.s3 {
	 width:99.9%;
	 /*margin-bottom: 20px;*/
	}		
  .w3-col.s4 {
	  width:99%;
	 margin-bottom: 20px;
	}
	.pl1 {
	min-height: 400px;
	margin-bottom: 20px;	
	}		
}
@media (min-width: 961px) and (max-width: 1180px) {
  .newsList .arrowNext {
    right: -25px;
  }
	
}
@media (min-width: 787) and (max-width: 960px) {
  .newsList .arrowNext {
    right: 0;
  }
	
}
@media (max-width: 640px) {
  .newsList .arrowNext {
    left: calc(50% + 10px);
  }
}
#index5G p {
text-align: justfy;font-size: 1.2em;
}

#news_img img {
	max-width: 240px;
}


@media screen and (min-width: 1440px) {
   /*如果使用者之視窗寬度 >= 1200px，將會再載入這裡的 CSS*/
	#index5G .w3-xlarge {
		font-size: 1.2em;
		font-size: 24px;
	}
	#index5G p {
		font-size: 1.05em;
	}
	
}

@media screen and (min-width:1024px) and (max-width: 1440px) {
   /*如果使用者之視窗寬度 >= 1200px，將會再載入這裡的 CSS*/
	#index5G h2 .w3-xlarge {
		font-size: 0.9em;
		font-size: 20px;
	}
	#index5G p {
	font-size: 0.9em;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* 如果使用者之視窗寬度介於 768px ~ 979px，將會再載入這裡的 CSS。*/
	#index5G h2 .w3-xlarge {
		font-size: 0.8em;
	}
	#index5G p {
	font-size: 0.7em;
	}
}

@media screen and (max-width: 767px) {
  /* 如果使用者之視窗寬度 <= 768px，將會再載入這裡的 CSS。*/
	#index5G h2 .w3-xlarge {
		font-size: 1em;
	}
	#index5G p {
	font-size: 1em;
	}
	#news_img img {
	max-width: 400px;
	}
	#news_img  { 
		padding-left: 15%;
	}
	
}

@media screen and (max-device-width: 480px) {
  /* 如果使用者之裝置寬度 <= 480px，將會再載入這裡的 CSS。*/
}


/*****廣告彈出訊息*****/
.popWin {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.7s;
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask, .popWin.show .inner {
  opacity: 1;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  transition: all 0.7s;
}
.popWin .popContent {
  overflow-y: auto;
}
@media (min-width: 1181px) {
  .popWin .popContent {
    max-height: 85vh;
  }
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }

}
.popWin img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .close {
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 1;
  width: 45px;
  height: 45px;
  background-color: #e51513;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 12px);
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWin .close::before {
  transform: rotate(45deg);
}
.popWin .close::after {
  transform: rotate(-45deg);
}