/* feature_box */
#feature_box {flex-wrap: wrap;justify-content: center;}
#feature_box li { margin: 25px 10px; min-width: 21%; }
#feature_box li img{width: 128px;}
#feature_box li p { margin-top: 20px; }
#feature_box li p span{font-size: 14px;color: #989898;}

/* technology_box */
#technology_box .img_box{text-align: center;width: 90%;}
#technology_box p {line-height: 190%;font-size: 17px;text-align: initial;width: 60%;margin: auto;}
#technology_box p b{font-size: 13px;font-weight: 300;}
#technology_box .sub_tit_box { padding: 45px 0 35px; justify-content: center; align-items: flex-end; }
#technology_box .sub_tit_box * { line-height: 1; font-weight: 500; font-size: 32px; }
#technology_box .sub_tit_box font { margin-left: 5px; font-size: 58px; }
#technology_box .sub_tit_box span { margin-right: 5px; font-size: 46px; }

/* guide_box */
#guide_box {overflow-x: scroll;position: relative;}
#guide_box .title_sub{padding: 50px 0px 10px;font-size: 24px;}
#guide_box::-webkit-scrollbar {width: 0;height: 12px;}
#guide_box::-webkit-scrollbar-track {background: transparent;}
#guide_box::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 4px transparent solid;
    background-clip: content-box;
    background-color: #b92d3a;
}
#guide_box table { width: 100%; border-spacing: 0; }
#guide_box table tr th {padding: 10px;font-size: 18px;vertical-align: text-top;font-weight: normal;}
#guide_box table tr th:last-child,#guide_box table tr td:last-child{display: none;}
#guide_box table tr td { padding: 10px; border-bottom: 1px var(--info) solid; }
#guide_box table tr,#guide_box table tr:first-child {background: #ffffff;}
#guide_box table tr:nth-child(1) {background: #e8e8e8;}
#guide_box table tr td .d_inblock {margin: 0 10px;vertical-align: text-top;text-align: center;}
#guide_box table tr td .d_inblock img { width: 40px; height: 40px; }
#guide_box table tr td .d_inblock svg { width: 40px; height: 40px; }
#guide_box table tr td .d_inblock p {margin-top: 5px;text-align: center;line-height: 130%;font-size: 12px;}
#guide_box table tr td i { font-size: 30px; color: #bababa; }

@media screen and (min-width: 1271px){
}
@media screen and (max-width: 1270px){
	#guide_box table {width: 1220px;border-spacing: 0;flex-direction: column;position: relative;padding-bottom: 20px;overflow: auto;}
	#technology_box p{
    width: 67%;
}
#guide_box {overflow-x: scroll;margin-bottom: 20px;position: relative;padding-bottom: 40px;}

#guide_box:before {
  width: 150px;
  content: "請左右滑動";
  display: inline-block;
  position: absolute;
  bottom: 8px;
  left: 0%;
  font-size: 16px;
  font-family: 'Montserrat';
  letter-spacing: .1rem;
  padding: 6px 0;
  color: #131313;
  background-color: #e6e6e6;
  z-index: 0;
  text-align: center;
}
#guide_box::-webkit-scrollbar {}
}
@media screen and (max-width: 780px){
	#feature_box {justify-content: space-around;}
	#sub_banner img {margin-top: 0px;}
	#technology_box p{width: 90%;}
}

@media screen and (max-width: 640px){
	#product_tab_btn{margin-bottom: 20px;}
	#product_tab_btn a {margin: 10px 5px;width: 85px;}
	#product_detail_list #list_0 {padding: 25px 30px;background: #fafafa;}
	#feature_box li{min-width: 100%;margin: 10px 10px;}
	#technology_box .sub_tit_box * {font-size: 22px;}
	#technology_box .sub_tit_box font {font-size: 45px;}
	#technology_box .sub_tit_box span {font-size: 36px;}
	#technology_box p{text-align: initial;font-size: 17px;width: 90%;}
}