@charset "utf-8";
/* CSS Document */
*{box-sizing:border-box;}
html{
	-webkit-text-size-adjust:none;
  font-family:Verdana, 'Noto Sans TC','Microsoft JhengHei', sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 0;
}
img{
  display: block;
  width: 100%;
  margin: 0;
}
a{
  text-decoration: none;
  color: #000000;
}
h1,.vision_mb{display: none;}

/* header */
header{
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.logo{
  display: block;
  margin: 0 2%;
  width: 20%;
}
.navBox{
  width: 65%;
  margin: 0 2%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navBox a{
  margin: 0 2%;
  line-height: 1.4;
}
.navBox a:hover{
  text-decoration: underline;
}
.cellPhoneBox{
  width: 20%;
  background-color: #1838DD;
  color: #ffffff;
  padding: 20px 20px 20px 35px;
  text-align: left;
}
.consult{
  font-size: 16px;
  margin-bottom: 4px;
}
.cellPhone{
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}
.navBox_mb_section,.cellPhoneBox_mb,.visualBg_mb{
  display: none;
}
/* header end*/

/* visual area */
.visualArea{
  position: relative;
  z-index: 0;
}
.visualWording{
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  line-height: 1.4;
}
.visualWording_index{
  width: 100%;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%,-50%);
  line-height: 1.4;
}
.visualWording1{
  font-size: 28px;
  font-weight: 800;
  color: #343434;
  margin-bottom: 8px;
}
.visualWording1_white{
  color: #ffffff;
}
.visualWording2{
  font-size: 24px;
  font-weight: 800;
  color: #1838dd;
  margin-bottom: 8px;
}
.visualWording3{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 15px;
  color: #010101;
  text-align: left;
}
.visualWording3 p{
  margin: 1%;
}
.visualBg{
  display: block;
  width: 100%;
  margin: 0 auto;
}

/* visual area end*/

/* news area */
.newsSection,.taxNewsSection{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1024px;
  margin: 3% auto;
}
.newsCon,.newsImg,.taxNewsCon,.taxNewsImg{
  width: 48%;
}
.taxNewsCon{
  order: 2;
}
.taxNewsImg{
  order: 1;
}
.newsCon,.taxNewsCon{
  display: flex;
  flex-direction: column;
}
.cpbTitleBox,.cpbTitleBox_center{
  border-bottom: 2px solid #E5E5E5;
  line-height: 1.4;
  text-align: left;
}
.cpbTitleBox_center{
  text-align: center;
}
h2{
  display: inline-block;
  font-size: 28px;
  font-weight: 800;
  border-bottom: 2px solid #1838DD;
  padding-bottom: 2%;
}
.newsList{
  text-align: left;
  margin-bottom: 3%;
  font-size: 18px;
  letter-spacing: 1px;
}
.newsRow{
  display: block;
  border-bottom: 1px dashed #858484;
  padding: 4px 0 12px 0;
  width: 100%;
  line-height: 1.4;
}
time{
  margin: 3% 0 0.5% 0;
  display: block;
  color: #1838DD;
  font-size: 16px;
}
.newsRow p{
  width: 100%;
}
.more{
  border-radius: 50px;
  border: 1px solid #000000;
  padding: 8px 12px;
  align-self: baseline;
  margin: 0 0 0 auto;
  font-size: 14px;
  display: inline-block;
}
.more:hover{
  background-color: #3456C7;
  border: 1px solid #3456C7;
  color: #ffffff;
}
/* news area end */

/* service */
.index_serviceArea{
  background: url(../images/service_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 4%;
}
.serviceTitleBox{
  border-bottom: 0;
  margin-bottom: 2%;
}
.index_serviceCon{
  width: 90%;
  max-width: 900px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto 2%;
  font-size: 18px;
  letter-spacing: 1px;
}
.index_serviceCon div{
  background-color: #3456C7;
  padding: 10px 18px;
  color: #ffffff;
  margin: 1%;
}
/* service end */

/* footer */
.companyInfoBox{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #2E2E2E;
  padding: 5% 15%;
  color: #ffffff;
  text-align: left;
  line-height: 1.4;
}
.companyInfo{
  width: 38%;
}
.lineArea{
  width: 24%;
}
.companyInfo h3{
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0.7em;
}
.companyInfo p,.companyInfo a{
  display: block;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 0.7em;
}
.lineArea{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.lineBox{
  display: block;
  width: 46% !important;
  margin: 0 4% 0 0 !important;
  color: #ffffff;
}
.lineBox div{
  font-size: 15px;
  width: 100%;
  margin-bottom: 0.7em;
}
.lineBox img{
  width: 100px;
}
.copyright{
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
  padding: 1%;
  letter-spacing: 1px;
  line-height: 1.2;
}
/* footer end */

/* newsList */
.newsListSection{
  width: 90%;
  max-width: 700px;
  margin: 3% auto;
}
.breadcrumb{
  font-size: 15px;
  text-align: right;
  margin-bottom: 5%;
}
.breadcrumb a,.breadcrumb_page a,.breadcrumb_feature a{
  text-decoration: underline;
}
.breadcrumb_page,.breadcrumb_feature{
  font-size: 15px;
  text-align: right;
  margin: 3% auto;
  width: 100%;
  max-width: 1200px;
}
.breadcrumb a:hover{
  text-decoration: underline;
}
.pageNav{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 5% auto 10% auto;
}
.pageNav a{
  border: 1px solid #e6e6e6;
  padding: 8px 12px;
}
.pageNav a:first-child{
  border-radius: 4px 0 0 4px;
}
.pageNav a:last-child{
  border-radius: 0 4px 4px 0;
}
.current{
  border: 1px solid #e6e6e6;
  padding: 8px 12px;
  background-color: #e6e6e6;
}
/* newsList end */

/* news */
.newsArticleCon{
  text-align: left;
  margin: 3% auto;
}
.catalog{
  margin: 1.5% 0 4% 0;
}
.article{
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 1px;
}
.source{
  font-size: 14px;
  color: #515151;
  margin-top: 1%;
}
.nextPageArea{
  border-top: 1px dashed #858484;
  padding-top: 4%;
  margin-top: 5%;
}
.prevPageBox{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2%;
  text-align: left;
  line-height: 1.4;
}
.nextPageBox{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 2%;
  text-align: right;
  line-height: 1.4;
}
.icon_prevPage{
  width: 25px;
  height: 25px;
  margin-right: 1%;
}
.icon_nextPage{
  width: 25px;
  height: 25px;
  margin-left: 1%;
}
.nextPage_link{
  display: inline-block;
  text-align: left;
}
/* news end */

/* info */
.infoImg{
  width: 30%;
}
.infoCon{
  width: 68%;
}
.infoList{
  line-height: 1.4;
  text-align: left;
  margin: 2% auto;
  font-size: 18px;
  letter-spacing: 1px;
}
dl{
  margin: 2% auto;
}
dt{
  color: #1838DD;
  margin-bottom: 1%;
}
dd{
  margin-bottom: 2%;
}
.teamCpbBox{
  width: 90%;
  max-width: 1050px;
  margin: 2% auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.teamCpb{
  width: 48%;
}
.teamCpb h3{
  text-align: left;
  text-indent: 1em;
  margin-bottom: 2%;
  font-size: 18px;
}
.licenseBox{
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.awardArea{
  margin-bottom: 5%;
}
.awardBox{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1000px;
  margin: 2% auto;
}
.awardArea h3{
  font-size: 20px;
}
.awardBox div{
  height: 250px;
}
.awardBox div img{
  height: 100%;
  width: auto;
}
.photosArea{
  margin: 3% auto;
}
.owl-carousel{
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
}
.photosArea h3 {
  font-size: 20px;
  margin-bottom: 1%;
}
/* info end */

/* service area */
.serviceCon{
  width: 100%;
  margin-bottom: 5%;
}
.serviceList{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 3% 0 1% 0;
}
.serviceBox{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  width: 24%;
  margin: 0 0 1% 1%;
  line-height: 1.2;
  font-size: 18px;
  letter-spacing: 1px;
}
.serviceBox img{
  width: 30px;
  margin-right: 3%;
}
.serviceSection{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1200px;
  margin: 3% auto;
}
.tableLinkBox{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.tableLink{
  display: flex;
  background-color: #1838dd;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  width: fit-content;
  margin: 0 1% 2% 0;
  font-size: 18px;
  letter-spacing: 1px;
}
.tableLink:hover{
  text-decoration: underline;
}
/* service end */

/* feature area */
.featureCon{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 18px;
  letter-spacing: 1px;
}
.featureCon p{
  width: 68%;
  text-align: left;
  line-height: 1.4;
  margin-right: 2%;
}
.featureImg{
  width: 30%;
}
.featureWording{
  width: 68%;
  margin-left: 2%;
}
/* feature end */

/* link area */
.linkSection{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1200px;
  margin: 3% auto;
}
.linkArea{
  margin: 3% auto;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.linkWording{
  width: 90%;
  max-width: 845px;
  margin: 0 auto;
  line-height: 1.4;
  font-size: 18px;
  letter-spacing: 1px;
}
.linkBox{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #AEAEAE;
  border-radius: 20px 20px 0 0;
  width: calc(100% / 3 - 30px);
  cursor: pointer;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  margin: 1%;
}
.linkBox a{
  display: inline;
  cursor: pointer;
}
.linkLogo{
  padding: 10px;
}
.linkDescription{
  background-color: #EDEDED;
  padding: 20px;
  line-height: 1.4;
  font-size: 18px;
  letter-spacing: 1px;
}
/* link end */

/* contact us */
form{
  margin: 2% auto 1% auto;
  max-width: 1024px;
  width: 90%;
}
.contactCon{
  width: 90%;
  max-width: 530px;
  text-align: left;
  margin: 3% auto;
}
.contactCon p{
  margin: 0 0 3% 0;
}
.contactCon p strong{
  color: #F72F29;
}
.contactCon p label{
  display: inline-block;
  width: 30%;
  margin-bottom: 3%;
}
.contactCon p input{
  width: 68%;
  height: 2.5em;
}
.contactCon p span{
  display: inline-block;
  align-items: self-start;
  width: 50%;
  vertical-align: text-top;
}
.contactCon p span input{
  width: min-content;
  height: auto;
}
.formSuggestion{
  vertical-align: top;
}
hr{
  width: 100%;
  max-width: 1024px;
  margin: 2% auto;
}
.contactWording{
  font-size: 14px;
  color: #515151;
}
.submit{
  width: 250px;
  text-align: center;
  background: none;
  border: none;
  float: none;
  padding: 10px 0;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  background-color: #3456C7;
}
.management{
  width: 90%;
  max-width: 1024px;
  text-align: right;
  text-decoration: underline;
  display: block;
  margin:0 auto 3% auto;
}
.googleMap{
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 0;
  padding-bottom: 56.25%;
  margin-bottom: 3%;
}
.googleMap iframe{
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
/* contact end */

/* table1 */
.table1_con,.table2_con{
  margin: 3% auto;
  line-height: 1.2;
}
.table1_titleBox{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F1F1F1;
  border-bottom: 1px solid #000000;
  font-weight: 500;
}
.titleMonth{
  width: 25%;
  border-right: 1px solid #000000;
  padding: 10px;
}
.titleService{
  width: 75%;
  padding: 10px;
}
.monthCon{
  display: flex;
}
.monthBox{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  border-right: 1px solid #000000;
  padding: 15px 0 15px 15px;
}
.monthServiceBox{
  width: 75%;
  text-align: left;
  padding: 14px 20px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #000000;
}
.monthServiceBox p{
  margin: 1% 0;
}
.month{
  background-color: #F8F8F8;
  border-radius: 50px;
  color:#000000;
  padding: 20px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.monthLine{
  width: 50px;
  border: 0.5px solid #000000;
}
/* table1 end */

/* table2 area */
.table2_section,.table5_section{
  width: 90%;
  max-width: 1024px;
  margin: 3% auto;
}
.table5_section{
  max-width: 780px;
}
.table2_titleBox,.table4_titleBox,.table5_titleBox{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F1F1F1;
  border-bottom: 1px solid #000000;
  font-weight: 500;
  line-height: 1.2;
}
.table2_Title1{
  width: 20%;
  border-right: 1px solid #000000;
  padding: 10px;
}
.table2_Title2{
  width: 25%;
  border-right: 1px solid #000000;
  padding: 10px;
}
.table2_Title3{
  width: 25%;
  border-right: 1px solid #000000;
  padding: 10px;
}
.table2_Title4{
  width: 30%;
  padding: 10px;
}
.table2_itemBox,.table4_itemBox,.table5_itemBox{
  display: flex;
  justify-content: center;
  align-content: stretch;
  border-bottom: 1px solid #C0C0C0;
  line-height: 1.4;
  text-align: left;
}
.table2_itemBox p,.table5_itemBox p{
  display: flex;
  align-items: center;
  padding: 16px 40px;
}
.table4_itemBox p{
  display: flex;
  align-items: center;
  padding: 20px;
}
.table5_itemBox p:nth-child(2),.table5_itemBox p:nth-child(3),.table5_itemBox p:nth-child(4){
  justify-content: center;
}

.table2_item1{
  width: 20%;
  border-right: 1px solid #000000;
}
.table2_item2{
  width: 25%;
  border-right: 1px solid #000000;
}
.table2_item3{
  width: 25%;
  border-right: 1px solid #000000;
}
.table2_item4{
  width: 30%;
}
/* table2 end */

/* table3 area */
.table3_titleBox{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #F1F1F1;
  border-bottom: 1px solid #000000;
  font-weight: 500;
  line-height: 1.2;
}

.table3_Title1{
  width: 25%;
  border-right: 1px solid #000000;
  padding: 26px;
}
.table3_Title2box{
  width: 25%;
  border-right: 1px solid #000000;
}
.table3_Title2,.table3_Title3{
  border-bottom: 1px solid #000000;
  padding: 8px 0;
}
.table3_subTitle1,.table3_subTitle2,.table3_subTitle3{
  padding: 8px 0;
  font-weight: normal;
}
.table3_Title3box{
  width: 50%;
}
.table3_subTitle2box{
  display: flex;
  justify-content: center;
  align-items: center;
}
.table3_subTitle2{
  border-right: 1px solid #000000;
  width: 50%;
}
.table3_subTitle3{
  width: 50%;
}
.table3_itemBoxA,.table3_itemBoxB{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000000;
}
.table3_itemBoxA_1{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  border-right: 1px solid #000000;
}
.itemBoxA_1_left{
  width: 50%;
  border-right: 1px solid #C0C0C0;
  padding: 64px 0;
}
.itemBoxA_1_right,.itemBoxC_1_right{
  width: 50%;
}
.itemBoxA_1_right p:first-child,.itemBoxA_1_right p:nth-child(2){
  border-bottom: 1px solid #C0C0C0;
  padding: 8px 0;
}
.itemBoxA_1_right p:last-child{
  padding: 8px 0;
  height: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table3_itemBoxA_2{
  width: 25%;
  border-right: 1px solid #000000;
}
.table3_itemBoxA_2 p,.table3_itemBoxA_3 p,.table3_itemBoxA_4 p{
  border-bottom: 1px solid #C0C0C0;
  padding: 8px 0;
}
.table3_itemBoxA_2 p:nth-child(3),.table3_itemBoxA_3 p:nth-child(3),.table3_itemBoxA_4 p:nth-child(3){
  height: 5em;
  border-bottom: 0px;
}
.table3_itemBoxA_3{
  width: 25%;
  border-right: 1px solid #000000;
}
.table3_itemBoxA_4{
  width: 25%;
}
.table3_itemBoxB{
  border-bottom: 1px solid #000000;
  height: 4em;
}


.table3_itemBoxB div{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4em;
}
.table3_itemBoxB_1{
  width: 25%;
  border-right: 1px solid #000000;
  padding: 21px 0;
}
.itemBoxB_1_left{
  width: 50%;
  border-right: 1px solid #C0C0C0;
  padding: 58px 0;
}
.table3_itemBoxB_2,.table3_itemBoxC_2{
  width: 25%;
  border-right: 1px solid #000000;
  padding: 12px 0;
}
.table3_itemBoxB_3,.table3_itemBoxC_3{
  width: 25%;
  border-right: 1px solid #000000;
  padding: 21px 0;
}
.table3_itemBoxB_4,.table3_itemBoxC_4{
  width: 25%;
  padding: 21px 0;
}
.table3_itemBoxC_2,.table3_itemBoxC_3,.table3_itemBoxC_4{
  padding: 0;
}
.itemBoxC_1_right p:first-child{
  padding: 8px 0;
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #C0C0C0;
}
.itemBoxC_1_right p:nth-child(2){
  border-bottom: 1px solid #C0C0C0;
  padding: 8px 0;
}
.itemBoxC_1_right p:last-child,.table3_itemBoxC_2 p:last-child,.table3_itemBoxC_3 p:last-child,.table3_itemBoxC_4 p:last-child,.itemBoxD_1_right p{
  padding: 8px 0;
} 
.table3_itemBoxC_2 p:first-child,.table3_itemBoxC_3 p:first-child,.table3_itemBoxC_4 p:first-child{
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #c0c0c0;
}
.table3_itemBoxC_2 p:nth-child(2),.table3_itemBoxC_3 p:nth-child(2),.table3_itemBoxC_4 p:nth-child(2){
  border-bottom: 1px solid #C0C0C0;
  padding: 8px 0;
}
.itemBoxD_1_left{
  width: 50%;
  border-right: 1px solid #C0C0C0;
  padding: 26px 0;
}
.itemBoxD_1_right{
  width: 50%;
}
.itemBoxD_1_right p:last-child{
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table3_itemBoxD_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  border-right: 1px solid #000000;
}
/* table3 end */

/* table4 area */
.table4_Title1{
  width: 20%;
  border-right: 1px solid #000000;
  padding: 32px;
}
.table4_Title2{
  width: 20%;
  border-right: 1px solid #000000;
  padding: 32px;
}
.table4_Title3{
  width: 15%;
  border-right: 1px solid #000000;
}
.table4_Title3_2{
  display: block;
  border-bottom: 1px solid #000000;
  padding: 12px 0;
}
.table4_subTitle{
  border-right: 1px solid #000000;
  padding: 11px;
}
.table4_Title4{
  width: 45%;
  padding: 10px;
}
.table4_titleSP{
  display: block;
  font-weight: normal;
}
.table4_titleSP i{
  font-style: normal;
  display: inline-block;
  width: 48%;
}
.table4_item1{
  width: 20%;
  border-right: 1px solid #000000;
}
.table4_item2{
  width: 20%;
  border-right: 1px solid #000000;
}
.table4_item3{
  width: 7.18%;
  border-right: 1px solid #000000;
  justify-content: center;
}
.table4_item4{
  width: 7.82%;
  border-right: 1px solid #000000;
  justify-content: center;
}
.table4_item5{
  width: 45%;
}
/* table4 end */

/* table5 area */
.table5_Title0{
  padding:20px 10px!important;
}
.table5_Title1{
  width: 40%;
  border-right: 1px solid #000000;
  padding: 10px;
}
.table5_Title2{
  width: 20%;
  border-right: 1px solid #000000;
  padding: 10px;
}
.table5_Title3{
  width: 20%;
  border-right: 1px solid #000000;
  padding: 10px;
}
.table5_Title4{
  width: 20%;
  padding: 10px;
}
.table5_item1{
  width: 40%;
  border-right: 1px solid #000000;
}
.table5_item2{
  width: 20%;
  border-right: 1px solid #000000;
}
.table5_item3{
  width: 20%;
  border-right: 1px solid #000000;
}
.table5_item4{
  width: 20%;
}
/* table5 end */


/* admin area */
  .adminTitle{
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 3%;
    line-height: 1.2;
  }
  /* admin newsList */
  .adminCon{
    border-bottom: 1px dashed #858484;
    padding-bottom: 16px;
  }
  .adminCon > a.newsRow{
    border-bottom: 0px;
    margin: 2% 0 0 0;
    padding: 4px 0;
  }
  .adminCon .newsRow p{
    width: 80%;
  }
  .adminBox{
    text-align: right;
  }
  .adminBox > a,a.addTitle{
    text-decoration: underline;
    margin: 0 1%;
    color: #1838dd;
  }
  a.addTitle{
    text-align: right;
    display: block;
    margin: 6% 0 3% 0;
    font-size: 16px;
  }
  .editBtn, .deleteBtn {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    border-radius: 3px;
    text-decoration: none;
    color: white;
  }
  .editBtn:hover, .deleteBtn:hover {
      opacity: 0.85;
  }
  /* admin newsList end */

  /* add news */
  .newsListSection_add{
    width: 90%;
    max-width: 550px;
    margin: 3% auto;
  }
  .newsForm{
    text-align: left;
  }
  .description{
    display: flex;
  }
  .input_title{
    width: 100%;
    max-width: 400px;
    margin: 2% 0;
  }
  .input_date{
    width: 100%;
    max-width: 300px;
    margin: 2% 0;
  }
  .input_category{
    width: 100%;
    max-width: 300px;
    margin: 2% 0;
  }
  .input_desc{
    width: 100%;
    max-width: 500px;
    margin: 2% 0;
  }
  .input_source{
    width: 100%;
    max-width: 270px;
    margin: 2% 0;
  }
  /* add news end*/

  /* admin dashboard */
  .dashboardSection{
    width: 90%;
    max-width: 350px;
    margin: 3% auto;
  }
  .dashboardCon{
    margin: 10% 0 30% 0;
  }
  a.settingBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #515151;
    margin: 7% 0;
  }
  a.settingBox:hover{
    text-decoration: underline;
  }
  .icon_setting{
    background-color: #515151;
    padding: 8px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
  }
  .settingItem{
    font-size: 18px;
    padding: 0 18px;
    text-align: left;
    line-height: 1.2;
  }
  .welcome{
    color: #1838DD;
    font-size: 18px;
    margin-bottom: 7%;
  }
  .logout{
    border: 1px solid #a5a5a5;
    border-radius: 4px;
    padding: 4px 10px;
    background-color: #e5e5e5;
    margin-top: 2%;
    display: inline-block;
  }
  
  /* admin dashboard end */

  /* admin login */
  .adminLoginArea{
    margin: 8% auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: fit-content;
  }
  .adminLoginBox{
    margin-bottom: 6%;
    display: flex;
    align-items: center;
  }
  .adminLoginBox label{
    width: 80px;
  }
  .adminLoginBox input{
    width: 90%;
    max-width: 200px;
    height: 2em;
  }
  .loginBtn{
    width: 60px;
    height: 30px;
    cursor: pointer;
  }
  /* admin login end */

  /* admin contactUS */
  .contact_adminTitle{
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    margin: 2% 0 1% 0;
    line-height: 1.2;
  }
  .backDashboard{
    display: block;
    text-align: right;
    width: 90%;
    max-width: 900px;
    margin: 0 auto 3% auto;
    text-decoration: underline;
  }
  .backDashboard:hover{
    color: #1838dd;
  }
  .contactFormBox_admin{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
  }
  .contactForm_admin{
    width: 90%;
    max-width: 400px;
    margin: 0 auto 3% auto;
    text-align: left;
    line-height: 1.4;
    border-bottom: 1px dashed #3c3c3c;
    border-right: 1px dashed #3c3c3c;
    padding-bottom: 2%;
  }
  .formItem_admin p{
    margin: 2% 0;
  }
  .formData_admin{
    display: inline-block;
    margin-left: 2%;
    color: #1838DD;
  }
  .formDelete{
    border: 1px solid #a5a5a5;
    border-radius: 4px;
    padding: 4px 10px;
    background-color: #e5e5e5;
    margin-top: 2%;
    display: inline-block;
  }
  /* admin contactUS end */

/* admin end*/

@media (max-width: 1024px) {
  .table4_titleSP i{
    width: 47%;
  }
}

@media (max-width: 768px) {
  /* header */
  .navBox,.cellPhoneBox,.visualBg{
    display: none;
  }
  .logo{
    order:2;
    width: 90%;
  }
  .cellPhoneBox_mb{
    order:3;
    width: 15%;
    background-color: #1838DD;
    padding: 4%;
    transition: 0.5s;  /* 設定寬度變化的過渡效果 */
    opacity: 1;  /* 預設透明度為 1 */
  }
  .navBox_mb_section,.cellPhoneBox_mb,.visualBg_mb,.newsArea,.taxNewsSectio,.companyInfoBox,.teamCpbBox,
  .awardBox{
    display: block;
  }
  .navBox_mb{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #e6e6e6;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 12px;
  }
  .navBox_mb a{
    display: block;
    font-size: 18px;
    margin-bottom: 8%;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 8%;
  }
  .menu_mb{
    font-size: 46px;
    padding-bottom: 10px;
    padding-left: 4px;
  }
  .closeBtn{
    font-size: 30px!important;
    text-align: left;
    padding-left: 20px;
  }
/* header end */

/* visual */
  .visualWording{
    width: 90%;
    top: 55%;
  }
  .visualWording_index{
    width: 90%;
    top: 65%;
  }
  .visualWording1{
    font-size: 20px;
  }
  .visualWording2{
    font-size: 18px;
  }
  .visualWording3{
    font-size: 14px;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
/* visual end */

/* news area */
  .newsCon,.newsImg,.taxNewsCon,.taxNewsImg,.infoCon,.infoImg,.teamCpb,.featureCon p,.featureImg{
    width: 100%;
    margin-bottom: 5%;
  }
  .taxNewsCon{
    order: 1;
  }
  .taxNewsImg{
    order: 2;
  }
  .breadcrumb_feature{
    order: 1;
  }
  /* news area end */

  /* info area*/
  .infoCon{
    order: 1;
  }
  .infoImg{
    order: 3;
  }
  .awardBox div img {
    margin: 5% auto;
  }
  /* info end */

  /* service area */
  .serviceBox{
    width: 50%;
  }
  .table1_con{
    overflow-x: scroll;
  }
  .table_con,.table2_con{
    width: 1000px;
  }
  /* service end */

  /* feature area */
  .featureCon{
    display: block;
    order: 2;
  }
  .featureImg{
    order: 4;
    margin: 5% auto;
  }
  .featureWording{
    order: 3;
    width: 100%;
    margin-left:0 ;
  }
  /* feature end */

  /* link area */
  .linkBox{
    width: calc(100% / 2 - 30px);
  }
  .linkDescription{
    height: 6em;
  }
  /* link end */

  /* contact us */
  .contactCon p input {
    width: 100%;
  }
  .contactCon p label{
    width: 70%;
  }
  hr{
    margin: 5% auto;
  }
  .contactCon p{
    display: flex;
    flex-direction: column;
    margin: 0 0 6% 0;
  }
  /* contact end */

  /* table2 area */
  .serviceListCon{
    overflow-x: scroll;
  }
  /* table2 end */

  /* table5 area */
  .serviceListCon_table5{
    overflow-x: scroll;
  }
  /* table5 end */

  /* footer */
  .companyInfoBox{
    padding: 5% 25%;
  }
  .companyInfo,.lineArea{
    width: 100%;
    margin-bottom: 8%;
  }
  .lineBox {
    width: 32%!important;
  }
  /* footer end */

  /* contactUs area */
  .management{
    margin: 10% auto;
  }
  /* contactUs end */

  /* admin area */
  .adminTitle {
    font-size: 26px;
  }
  /* admin area end */
  
  /* admin contactUS */
  .contactForm_admin {
    margin: 0 auto 10% auto;
    padding-bottom: 7%;
  }
  .backDashboard {
    width: 85%;
    margin: 3% auto;
  }
  .contact_adminTitle {
    font-size: 26px;
    margin: 5% 0;
  }
  /* admin contactUS end */
  
}

@media (max-width: 480px) {
  .logo{
    margin: 0 2% 0 1%;
  }
  .cellPhoneBox_mb {
    width: 12%;
    padding: 20px 10px;
  }
  /* index area */
  .visualWording1{
    font-size: 24px;
  }
  time{
    font-size: 16px;
    margin: 5% 0 0.5% 0;
  }
  .newsRow{
    font-size: 20px;
    line-height: 1.6;
    padding: 4px 0 14px 0;
  }
  /* index end */

  /* info area */
  dt{
    margin: 5% auto 2% auto;
  }
  .teamCpb h3{
    font-size: 20px;
    margin: 7% auto 3% auto;
  }
  .photosArea h3{
    margin: 7% auto 3% auto;
  }
  /* info end */

  /* news */
  h2{
    font-size: 26px;
    line-height: 1.3;
  }
  .prevPageBox,.nextPageBox{
    margin-bottom: 5%;
  }
  /* news end */

  /* service area */
  .serviceBox{
    width: 100%;
    margin: 0 0 3% 1%;
  }
  .tableLink{
    margin: 0 1% 4% 0;
  }
  /* service end */

  /* link area */
  .linkBox{
    width: 100%;
    margin-bottom: 5%;
  }
  .linkWording {
    width: 100%;
    margin: 1% auto 3% auto;
  }
  /* link end */

  /* footer */
  .companyInfoBox{
    padding: 10% 9%;
  }
  .copyright {
    padding: 2%;
  }
  .lineBox {
    width: 45% !important;
  }
  /* footer end */

  /* admin area */

    /* add news */
    .description{
      display: block;
    }
    /* add news end */

  /* admin end */

  .breadcrumb,.breadcrumb_page, .breadcrumb_feature{
    margin: 6% auto;
  }
  .breadcrumb_link{
    width: 90%;
  }
  .infoList,.serviceBox p,.featureCon,.infoList,.linkWording,.linkDescription,.contactCon,.submit,.management,.article{
    font-size: 20px;
  }
  .checkboxCube{
    width: 20px!important;
    height: 20px!important;
    vertical-align: text-top;
  }
  .checkboxTitle{
    font-size: 20px!important;
    margin: 3% auto 6% 0!important;
  }
  .checkbox{
    margin-bottom: 10%!important;
  }
}

