/* search menu list */
/* pagination start */
.page_breadcrumb {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: baseline;
  padding: 0;
  padding-top: 2.5rem;
  flex-wrap: wrap;
}
.page_breadcrumb a {
  color: var(--color_dark);
}
.page_breadcrumb a.active {
  color: var(--color_main);
}
.page_breadcrumb a:hover {
  color: var(--color_main);
  text-decoration: underline var(--color_main) solid 1px;
  letter-spacing: 0.05px;
}
.page_breadcrumb .item {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: baseline;
}
.page_breadcrumb .item > * {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.page_breadcrumb .item {
  line-height: 2;
}
.page_breadcrumb_link {
  margin-top: 10px;
}
.page_breadcrumb img {
  width: 15px;
  height: auto;
  margin-top: -3px;
}
.page_breadcrumb li + li:before {
  content: ">";
  margin: 10px 4px 0px 4px;
  color: var(--color_dark02);
}
.webmainbox {
  padding-top: 3.333vw;
}
.webpagetitle {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #000;
}

/* news css -- start */
#mediamenu {
  background-color: var(--color_lightgray02);
}
.mediamenuBtn {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-family: "Noto Sans TC";
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mediamenuBtn .mediamenuText {
  color: #000;
  margin: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.mediamenuBtn.active {
  background-color: var(--color_main);
}
.mediamenuBtn.active .mediamenuText {
  color: #fff;
}
#ctaR {
  display: flex;
  flex-direction: row;
  justify-content: end;
  padding-right: 0rem;
}
/* news_i css -- start */
.media_i_title {
  font-size: 2rem;
  font-family: "Noto Sans TC", sans-serif;
  color: var(--color_dark);
  padding-bottom: 30px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}
#media_i_info {
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
}
#date {
  margin-right: 1.25rem;
}
#socialgroup {
  display: flex;
  flex-direction: row;
}
#media_i_content {
  margin-bottom: 2vw;
}
#media_i_content #main_content img {
  width: 100%;
}
div#media_i_content iframe {
  height: 26vw;
}
.media_i_text {
  font-size: 1.125rem;
  font-family: "Noto Sans", sans-serif;
  color: #666666;
  line-height: 2;
  font-weight: 400;
  margin: 0;
  word-break: break-word;
}
.media_i_subtitle {
  font-size: 1.375rem;
  color: var(--color_dark);
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
}
.media_i_subtitle.media_i_subtitleH3 {
  font-size: 1.1rem;
  color: #fff;
  background-color: #a7b0cb;
  padding: 5px;
  display: inline-block;
}
.media_i_ul li {
  list-style-type: disc;
  color: #666666;
}
.media_i_ul li::before {
  color: var(--color_dark);
}
.media_i_info_img {
  margin-right: 6px;
}
.spotlight_title {
  font-size: 1.625rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color_dark);
  text-align: center;
  padding-bottom: 30px;
}
.media_i_spotcard {
  display: block;
}
.media_i_spotcard:hover {
  background-color: var(--color_main);
  color: #fff;
}
.media_i_spotcard:hover .spotcard_text {
  color: #fff;
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}
.spotcard_text,
.enews_spotcard_text {
  font-size: 1.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.spotcard_text {
  padding-right: 6.25rem;
}
.media_i_info_img {
  width: 1.5rem;
  height: 1.5rem;
}
.media_i_link,
.media_i_link:link,
.media_i_link:visited,
.media_i_link:active {
  color: #212390;
  text-decoration: underline #212390 solid 2px;
  font-weight: 400;
}
.media_i_link:hover {
  background-color: #212390;
  color: #ffffff;
}
.media_i_img,
.media_i_linkBtn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
/* success.html -- start */
.success_card {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.success_card_img {
  display: flex;
  flex-direction: row;
}
.success_card_contents {
  display: flex;
  flex-direction: column;
  padding-right: 6.25vw;
}
.success_card_subInfo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/* .success_img_box {
  margin-left: 1.25rem;
} */
.success_card_img .owl-stage {
  display: flex;
  flex-direction: row;
}
.success_card_img .owl-item {
  margin-left: 1.25rem;
}
/* download.html -- start */
.video_cards {
  display: none;
}
.download_cards,
.video_cards.active {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
}
.download_card,
.video_card {
  width: 33.333333%;
  display: flex;
  flex-direction: column;
}
.download_card_text,
.video_card_text {
  font-size: 1.25rem;
  color: var(--color_dark);
  font-weight: 600;
  margin-top: 1.625rem;
}
.download_card:hover .download_card_text,
.video_card:hover .video_card_text {
  color: var(--color_main);
}
.download_card_img {
  width: 100%;
  height: 15vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cccccc;
  padding-bottom: 66.6666%;
  position: relative;

}
.download_card_img img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
/* download.html -- end */
/* videos.html -- start */
.video_card_img {
  width: 100%;
  border: 1px solid #cccccc;
  position: relative;
  max-height: 262px;
  overflow: hidden;
}
.video_card:hover .video_card_img::before {
  content: "";
  position: absolute;
  background-color: rgba(26, 26, 26, 0.65);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video_card:hover .video_card_img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.2rem;
  height: 4.2rem;
  transform: translate(-50%, -50%);
  background-image: url(../images/icon_videoPlay.svg);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-size: cover;
}
.video_card_img img {
  width: 100%;
  height: auto;
}
.btn_videoKindSwitch {
  background-color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  min-width: 9rem;
  padding: 0.8rem;
  margin-right: 0rem;
  color: #000;
  border: 1px solid #707070;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
}
.btn_videoKindSwitch.active {
  background-color: var(--color_main);
  border: 1px solid var(--color_main);
  color: #fff;
}
/* videos.html -- end */
/* qa.html -- start */
.qa_block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  /* padding: 1.875rem 2.5rem; */
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.qa_block:nth-child(1) {
  border-top: 1px solid #cccccc;
}
.qa_block:hover {
  background-color: #f4f5f7;
}
.qa_text {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  padding-left: 2.5rem;
}
.qaQ,
.qaTitle {
  font-size: 1.25rem;
  line-height: 2;
  color: var(--color_dark);
  font-weight: 700;
  font-family: "Noto Sans TC", sans-serif;
  margin: 0;
}
.qaTitle {
  margin-left: 0.5rem;
  
}
.qabtn {
  width: 8.5rem;
  margin-right: 1.5rem;
}
.qa_block .qabtn {
  opacity: 0;
}
.qa_block:hover .qabtn {
  opacity: 1;
}
.qa_block:hover .qabtn p {
  color: var(--color_main);
}
/* qa.html -- end */
/* enews.html -- start */
.enews_block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1.875rem 2.5rem;
}
.enews_block:hover {
  background-color: #f4f5f7;
}
.enews_i_spotcard_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.enews_spotcard_text {
  text-align: center;
}
.enewsTitle {
  font-size: 1.5rem;
  line-height: 1.8;
  color: var(--color_dark);
  font-weight: 700;
  font-family: "Noto Sans TC", sans-serif;
  margin: 0;
  text-align: left;
}
.enews_contents {
  padding-right: 15vw;
  width: 100%;
}
.enewsInfo {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}
.enews_link {
  width: 132px;
}
.webLink,
.webLink:link,
.webLink:visited,
.webLink:active {
  color: #212390;
  text-decoration: underline #212390 solid 2px;
  font-weight: 500;
}
.media_ol {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.media_ol li {
  list-style-type: decimal;
}
.media_ol_li {
  font-size: 1.125rem;
  font-family: "Noto Sans", sans-serif;
  color: #666666;
  line-height: 1.8rem;
  font-weight: 400;
  margin-bottom: 0;
}
.enews_i_spotcard_item img {
  max-width: 100%;
}
a.enews_i_link {
  word-wrap: break-word;
}
/* enews.html -- end */
/* enews-from.html -- start */
.webformblock {
  padding-right: 6.25rem;
  padding-left: 6.25rem;
}
.webformblock_item {
  padding-top: 3.75vw;
  padding-bottom: 5rem;
}
.webformblock .enewsformSubscribe:nth-child(1) {
  border-bottom: 1px solid #cccccc;
}
.enews_formTitle_item {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.webForms_inputs {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.enewsformSubscribe .webForms_inputs {
  margin-bottom: 3.75rem;
}
.formblock_50 {
  width: 50%;
  margin-top: 1.875rem;
}
.formblock_50:nth-child(odd) {
  padding-right: 1rem;
}
.formblock_50:nth-child(even) {
  padding-left: 1rem;
}
.formblock_50.scode {
  padding: 0;
}
.formblock_100 {
  width: 100%;
  margin-top: 1.875rem;
}
.webformTitel,
.formInput,
.formTextarea {
  font-size: 1.125rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 1;
  font-weight: 400;
  color: var(--color_dark);
}
.webformTitel {
  margin-bottom: 1.25rem;
}
.formTitelRed {
  color: red;
}
.formInput {
  width: 100%;
  height: 2.5rem;
  padding: 0rem 0.65rem;
}
.formTextarea {
  width: 100%;
  height: 14rem;
  padding: 0.65rem;
}
.formInput:focus,
.formTextarea:focus {
  outline-color: var(--color_main);
  background-color: var(--color_main);
  color: #fff;
}
.secrityCode {
  width: 50%;
}
#verify_code, #verify_code2 {
  width: 80px;
  height: auto;
}
.webform_btn {
  font-size: 1.125rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 1rem;
  margin-right: 0.3125rem;
  margin-left: 0.3125rem;
}
.enewsform_btn {
  min-width: 18.75rem;
}
.webform_btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
/* enews-from.html -- end */
/* contact.html -- start */
.inquirylist {
  width: 100%;
}
.inquirylist th,
.inquirylist td {
  font-size: 1.125rem;
  padding: 1rem;
  font-weight: 400;
}
.inquirylist th {
  background-color: var(--color_main);
  color: #fff;
}
.inquirylist td {
  background-color: var(--color_lightgray02);
  color: var(--color_dark);
}
.inquirylist_name {
  width: 90%;
}
.inquirylist_btn {
  width: 10%;
  text-align: center;
}
.btn_delete {
  width: 2rem;
  height: 2rem;
  background-color: #000;
  position: relative;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.btn_delete::after,
.btn_delete::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-color: #fff;
}
.btn_delete::after {
  width: 50%;
  height: 3px;
}
.btn_delete::before {
  width: 3px;
  height: 50%;
}
.webformlabels {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
}
.webformlabel {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin-right: 1.65rem;
  margin-bottom: 0;
}
.webformcheckbox {
  margin-right: 1rem;
}
.webformlabel_text {
  margin: 0;
  color: var(--color_gray);
  font-size: 1.125rem;
  font-weight: 400;
}
.webformcheckbox {
  width: 1.375rem;
  height: 1.375rem;
}
.contactSubmitBtn {
  min-width: 12.5rem;
}
select.formInput {
  padding: 0rem 1.5rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  background-image: url(../images/select_arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px 8px;
  background-position: 98% 50%;
}
/* contact.html -- end */
/* products.html -- start */
.productsTitleBox {
  padding-right: 0rem;
  padding-left: 0rem;
}
.products_card {
  display: flex;
  flex-direction: column;
  margin-top: 3.75vw;
}
.products_item {
  display: flex;
  flex-direction: row;
  background-color: var(--color_lightgray02);
}
.pi_Img {
  width: 34%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: start;
}
.pi_Img img {
  height: 100%;
  width: auto;
}
.p_content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 66%;
}
.pcImg_card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 70%;
}
.pcImg {
  width: 100%;
  height: auto;
}
.product_text {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  height: 100%;
  padding-right: 40px;
}
.pt_text {
  width: 90%;
}
.p_card_decorate {
  width: 1.25rem;
  height: 100%;
}
.product_text .mainBtn01 {
  min-width: 12vw;
  margin-bottom: 2rem;
  min-width: 10.2vw;
}
.product_text .mainBtn01 p {
  padding-right: 5rem;
}
/* products.html -- end */
/* products_sub.html -- start */
#select_PN_block {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#select_pn {
  border: none;
  /* width: 36vw; */
  height: 4rem;
  background-color: var(--color_lightgray02);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/select_arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px 8px;
  background-position: 98% 50%;
  font-size: 1.25rem;
  padding-right: 1.8rem;
  padding-left: 1.8rem;
  box-sizing: border-box;
  /* word-wrap: break-word; */
  /* word-break: break-all; */
  /* white-space: pre-wrap; */
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
  width: 36vw;
}
#select_pn option {
  width: 36vw;
  /* word-wrap: break-word;
  word-break: break-all; */
  /* white-space: pre-line */
}
#select_pn:focus {
  background-color: var(--color_main);
}
#select_pn option:nth-child(1) {
  text-align: center;
}
.psubcard {
  margin-bottom: 4rem;
}
.psubcard_img {
  position: relative;
}
.psubcard_img img {
  width: 100%;
  height: auto;
}
.psubcard_imgbgi {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: 0;
}
.psubcard_imgbd {
  border-width: 2px;
  border-style: solid;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: 0;
}
/* .psubcard_img::after {
  border: 1px solid #ccc;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
} */
.psubcard_text {
  margin-top: 1.5rem;
}
.psubTitle {
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--color_dark);
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.psubtext {
  font-size: 1.125rem;
  color: var(--color_gray);
  font-family: "Noto Sans TC", sans-serif;
  margin-top: 0.82vw;
  margin-bottom: 2.865vw;
}
.psubcard:hover .psubTitle {
  color: var(--color_main);
}
.psubcard:hover .psubcard_imgbgi {
  /* border: 2px solid #e60012;
  background-color: rgba(230, 0, 18, 0.3); */
  opacity: 0.3;
}
.psubcard:hover .psubcard_imgbd {
  border-width: 2px;
  border-style: solid;
  opacity: 1.0;
}
.psubcard:hover .psubcard_img::after {
  /* border: 2px solid #e60012;
  background-color: rgba(230, 0, 18, 0.3); */
}
/* products_sub.html -- end */
/* product_i.html -- start */
#product_i  .pageRbutons {
  position: relative;
}
#addininquiry {
  position: absolute;
  right: 100%;
  top: 0;
  width: 140%;
  height: 100%;
  background-color: var(--color_main);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
#addprodname {
  color: #ffffff;
  margin: 0;
}
#product_i_header {
  padding-bottom: 7.65vw;
}
#switchbtns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
button.switchimgbtn {
  border: 1px solid var(--color_gray);
  color: var(--color_gray);
  font-size: 1rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 1;
  padding: 1.2rem 1rem;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  margin-bottom: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #fff;
}
.switchimgbtn:hover {
  background-color: var(--color_main);
  color: #ffffff;
  border-color: var(--color_gray);
}
#mainproduct_img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  margin-top: 4vw;
}
#product_i_app,
#product_i_video {
  background-color: var(--color_lightgray02);
}
.product_i_section {
  padding-top: 4.16vw;
  padding-bottom: 4.16vw;
}
.product_i_subtitle {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
  color: var(--color_dark);
  margin-bottom: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.product_i_p {
  font-size: 1.125rem;
  font-family: "Noto Sans TC", sans-serif;
  color: var(--color_gray);
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.ulstyle li {
  list-style-type: disc;
  margin-bottom: 0.5rem;
  color: var(--color_gray);
}
.olstyle li {
  list-style-type: decimal;
  margin-bottom: 0rem;
}
.spec_card {
  border: 4px solid #e8e8e8;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  margin-bottom: 10px;
}
.spec_card_head {
  background-color: #e8e8e8;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.spec_card_body {
  padding: 1.5rem 1.2rem;
}
.specneme {
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
  color: var(--color_gray02);
  margin: 0;
  text-align: center;
}
.spec_desc {
  font-size: 1.125rem;
  font-family: "Noto Sans TC", sans-serif;
  margin: 0;
  line-height: 2;
}
#addtoinquiry {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.6vw;
}
#product_i_video .video_card .video_card_img::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 29, 113, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#product_i_video .video_card .video_card_img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.2rem;
  height: 4.2rem;
  background-size: cover;
  background-position: center center;
  transform: translate(-50%, -50%);
  background-image: url(../images/icon_videoPlay.svg);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#product_i_success .success_card {
  border-bottom: 1px dotted #000;
}
#product_i_success .success_card:last-child {
  border: none;
}
.product_i_tech {
  width: 100%;
}
#product_spec {
  overflow: overlay;
}
.product_i_tech th,
.product_i_tech td {
  /* width: 25%; */
  width: auto;
  text-align: center;
  font-size: 1.125rem;
  font-family: "Noto Sans TC", sans-serif;
  color: var(--color_gray);
  padding: 1rem 1.5rem;
  border: 1px solid #fff;
}
.product_i_tech th {
  font-weight: 700;
  background-color: var(--color_gray);
  color: #fff;
  text-transform: uppercase;
}
.product_i_tech th:first-child,
.product_i_tech td:first-child {
  width: 25%;
  text-align-last: left;
  background-color: var(--color_main);
  color: #fff;
}
.product_i_tech td {
  font-weight: 400;
  background-color: var(--color_lightgray02);
  color: var(--color_gray);
}
.product_i_tech td:first-child {
  font-weight: 400;
  text-align: left;
}
#product_i_tech {
  margin-top: 4.16vw;
}
#product_i_bottom_btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#product_i_bottom_btns .mainBtn01 {
  margin-right: 10px;
  margin-left: 10px;
  border: 1px solid var(--color_dark);
}
.offsetTopimg.dn {
  display: none;
}
.success_card {
  padding-right: 1rem;
  padding-left: 1rem;
}
.success_img_box {
  width: 100%;
}
.success_img_box img {
  width: 100%;
  height: auto;
}
.success_card_contents {
  width: 70%;
}
.success_card_img {
  width: 30%;
}
/* product_i.html -- end */
/* about.html -- start */
.ics {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.ics img {
  margin: 0 1rem;
}
#hp_btns {
  margin-top: 2.8vw;
  margin-bottom: 2.8vw;
  padding-right: 56px;
  padding-left: 56px;
}
.hp {
  position: relative;
  width: 15px;
  height: 15px;
  margin-left: calc(50% - 15px);
}
.hpYear {
  font-size: 1.625rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  color: #888888;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  font-size: 1rem;
  margin: 0;
}
.hpcircle {
  width: 15px;
  height: 15px;
  background-color: #888888;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.hp.active .hpYear {
  color: var(--color_main);
}
.hp.active .hpcircle {
  background-color: var(--color_main);
}
/* historyPoint 輪播套件按鈕設定-start */
#hp_btns .owl-stage {
  position: absolute;
  bottom: 0;
}
#hp_btns .owl-stage::after {
}
#hp_btns.owl-carousel .owl-stage-outer {
  position: relative;
  height: 50px;
  z-index: 2;
}
.owl-carousel#hp_btns .owl-nav.disabled {
  display: block;
}
#hp_btns .owl-nav {
  position: relative;
  transform: translateY(-7.5px);
  -webkit-transform: translateY(-7.5px);
  -moz-transform: translateY(-7.5px);
  -ms-transform: translateY(-7.5px);
  -o-transform: translateY(-7.5px);
  width: 100%;
  height: 2px;
  background-color: #bababa;
  z-index: 1;
}
#hp_btns .owl-nav button.owl-prev,
#hp_btns .owl-nav button.owl-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: absolute;
  background-color: var(--color_gray);
  top: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#hp_btns .owl-nav button.owl-prev:hover,
#hp_btns .owl-nav button.owl-nex:hover {
  background-color: var(--color_dark);
}
#hp_btns .owl-nav button.owl-prev {
  left: 0px;
  transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
}
#hp_btns .owl-nav button.owl-next {
  right: 0px;
  transform: translate(100%, -50%);
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
}
#hp_btns .owl-nav button.owl-prev:hover,
#hp_btns .owl-nav button.owl-next:hover {
}
#hp_btns .owl-nav [class*="owl-"] {
}
#hp_btns .owl-nav [class*="owl-"]:hover {
}
#hp_btns .owl-nav [class*="owl-"]:hover.owl-prev span,
#hp_btns .owl-nav [class*="owl-"]:hover.owl-next span {
}
#hp_btns .owl-nav .owl-prev span,
#hp_btns .owl-nav .owl-next span {
  display: block;
}
#hp_btns .owl-nav button {
  position: relative;
}
#hp_btns .owl-nav button span {
}
#hp_btns .owl-nav button.owl-prev::after {
  content: url(../images/historyPoint_btns_prev.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#hp_btns .owl-nav button.owl-next::after {
  content: url(../images/historyPoint_btns_next.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.hp.owl-carousel .owl-dots.disabled,
.hp.owl-carousel .owl-nav.disabled {
  display: block;
}
#hp_btns.owl-carousel button.owl-dot {
}
#hp_btns.owl-carousel button.owl-dot.active {
}
#hp_btns.owl-carousel .owl-dots {
  display: block;
}
#hp_btns.owl-carousel .owl-dots {
  display: block;
}
#hp_btns .owl-nav button {
}
/* historyPoint 輪播套件按鈕設定-end */
.hpboards {
  margin-top: 0.5rem;
}
.hpboard {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  width: 100%;
  background-color: var(--color_lightgray02);
}
.hpdescriptBox {
  width: 47%;
  padding: 2.6vw 2.6vw 1vw 2.6vw;
}
#hpboards {
  display: contents;
}
.hpboard {
  height: 100%;
}
.hpimg {
  width: 53%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.hpimgitem {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 0
} 
#hptitle {
  font-size: 1.625rem;
  line-height: 1.4;
  font-family: "Noto Sans Tc", sans-serif;
  color: #333333;
  font-weight: 700;
}
#hpdescript {
  font-size: 1.125rem;
  line-height: 1.6;
  font-family: "Noto Sans Tc", sans-serif;
  color: #333333;
  font-weight: 500;
  margin-top: 20px;
}
#keyValues {
  position: relative;
}
#kvmark {
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: calc( 50% - 1rem );
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#kvs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
.kv {
  width: calc(50% - 1rem);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  box-sizing: border-box;
  background-color: var(--color_lightgray02);
  padding-top: 1.875rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  min-height: 250px;
}
.kv:nth-child(odd) {
  padding-right: 10vw;
  padding-left: 5.2vw;
  margin-right: 1rem;
}
.kv:nth-child(even) {
  padding-right: 5.2vw;
  padding-left: 10vw;
  margin-left: 1rem;
}
.kvimg {
  width: 80px;
  margin-bottom: 1rem;
}
.kvtitle {
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  text-align: center;
  color: var(--color_dark);
  font-weight: 700;
  margin-bottom: 1rem;
}
.kvdescript {
  display: contents;
}
/* historyPoint 輪播套件按鈕設定-start */
#taimgs .owl-stage {
}
#taimgs .owl-stage::after {
}
#taimgs.owl-carousel .owl-stage-outer {
}
.owl-carousel#taimgs .owl-nav.disabled {
}
#taimgs .owl-nav {
}
#taimgs .owl-nav button.owl-prev,
#taimgs .owl-nav button.owl-next {
}
#taimgs .owl-nav button.owl-prev:hover,
#taimgs .owl-nav button.owl-nex:hover {
}
#taimgs .owl-nav button.owl-prev {
}
#taimgs .owl-nav button.owl-next {
}
#taimgs .owl-nav button.owl-prev:hover,
#taimgs .owl-nav button.owl-next:hover {
}
#taimgs .owl-nav [class*="owl-"] {
}
#taimgs .owl-nav [class*="owl-"]:hover {
}
#taimgs .owl-nav [class*="owl-"]:hover.owl-prev span,
#taimgs .owl-nav [class*="owl-"]:hover.owl-next span {
}
#taimgs .owl-nav .owl-prev span,
#taimgs .owl-nav .owl-next span {
}
#taimgs .owl-nav button {
}
#taimgs .owl-nav button span {
}
#taimgs .owl-nav button.owl-prev::after {
}
#taimgs .owl-nav button.owl-next::after {
}
#taimgs.owl-carousel .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#taimgs.owl-carousel button.owl-dot {
  width: 15px;
  height: 15px;
  background-color: var(--color_gray);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
#taimgs.owl-carousel button.owl-dot.active {
  background-color: var(--color_main);
}
#taimgs.owl-carousel .owl-dots {
  margin-top: 1.875rem;
}
#taimgs .owl-nav button {
}
/* historyPoint 輪播套件按鈕設定-end */
#branch {
  position: relative;
}
.companybranch {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  border: 5px solid var(--color_main);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
}
#cb_1,
#cb_2,
#cb_3,
#cb_4,
#cb_5,
#cb_6 {
  position: absolute;
}
#cb_1 {
  left: 14.7%;
  top: 4%;
}
#cb_2 {
  left: 37.86%;
  top: 0%;
}
#cb_3 {
  left: 35.3%;
  top: 15.94%;
}
#cb_4 {
  left: 54.27%;
  top: 13.29%;
}
#cb_5 {
  left: 7.52%;
  top: 66.78%;
}
#cb_6 {
  left: 79.14%;
  top: 50.5%;
}
.branchinfo {
  display: none;
}
.branchinfo.show {
  display: block;
  background-color: #fff;
  padding: 0.8rem;
  min-width: 280px;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.branchinfo::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-40deg);
  -webkit-transform: translate(-50%, 50%) rotate(-40deg);
  -moz-transform: translate(-50%, 50%) rotate(-40deg);
  -ms-transform: translate(-50%, 50%) rotate(-40deg);
  -o-transform: translate(-50%, 50%) rotate(-40deg);
}
.branchName {
  margin: 0;
  line-height: 1.25;
  font-size: 1rem;
  font-weight: 800;
  color: var(--color_dark);
  margin-bottom: 0.4rem;
}
.branchDescrpt {
  margin: 0;
  line-height: 1.3;
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--color_gray);
}
.bboard {
  display: none;
  padding: 1.875rem;
  padding-bottom: 1rem;
  background-color: var(--color_lightgray02);
}
.bboard.show {
  display: block;
}
.areaTitle {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding-bottom: 1rem;
  width: 100%;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--color_dark);
}
.areaName,
.areainfo {
  margin: 0;
}
.branchBoardBox {
  padding-right: 12.5vw;
  padding-left: 12.5vw;
}
.areaName {
  font-size: 1.125rem;
  color: var(--color_main);
  font-weight: 900;
  margin-bottom: 0.5rem;
}
.areaName span {
  color: #000000;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 2.5;
}
.areainfo {
  font-size: 1rem;
  font-weight: 400;
  color: var(--color_gray);
  margin-bottom: 5px;
}
.infoTitle {
  font-weight: 700;
}
#deeds {
  background-position: center center;
  background-size: cover;
  padding-top: 4.9vw;
  padding-bottom: 4.9vw;
  position: relative;
}
#aboutdeedsbox {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.deedsboard {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.deedsNum {
  font-family: "Poppins", sans-serif;
  font-size: 4.375rem;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  margin: 0;
  margin-bottom: 0.5rem;
  position: relative;
}
.deedsNum.active::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "+";
  font-size: inherit;
  animation-name: zoomInUp;
  -moz-animation-name: zoomInUp;
  animation-duration: 0.8s;
  -moz-animation-duration: 0s;
  animation-delay: 2s;
  transform: translate(100%, 100%);
  -webkit-transform: translate(100%, 100%);
  -moz-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  -o-transform: translate(100%, 100%);
  opacity: 0;
  animation-fill-mode: both;
}
@keyframes zoomInUp {
  0% {
    transform: translate(100%, 100%);
    -webkit-transform: translate(100%, 100%);
    -moz-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    -o-transform: translate(100%, 100%);
    opacity: 0;
  }
  100% {
    transform: translate(100%, -45%);
    -webkit-transform: translate(100%, -45%);
    -moz-transform: translate(100%, -45%);
    -ms-transform: translate(100%, -45%);
    -o-transform: translate(100%, -45%);
    opacity: 1;
  }
}
#deeds .row .col-md-6.col-lg-3:nth-child(1) .deedsNum::after {
  animation-delay: 2s;
}
#deeds .row .col-md-6.col-lg-3:nth-child(2) .deedsNum::after {
  animation-delay: 2.5s;
}
#deeds .row .col-md-6.col-lg-3:nth-child(3) .deedsNum::after {
  animation-delay: 3s;
}
#deeds .row .col-md-6.col-lg-3:nth-child(4) .deedsNum::after {
  animation-delay: 3.5s;
}
.deedsName {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  margin: 0;
  /* text-transform: uppercase; */
  margin-bottom: 1.5rem;
}
.deedsdecoration {
  width: 40px;
  height: 3px;
  background-color: #fff;
  margin-bottom: 2.4rem;
}
/* .deedsDescript {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  width: 13vw;
  min-width: 240px;
  margin: 0;
} */
.deedsDescript {
  font-family: "Noto Sans TC", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    width: 13vw;
    min-width: 240px;
    margin: 0;
    margin-bottom: 1.5rem;
}
/* about.html -- end */
/* Applications.html -- start */
#app_steps {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
}
.app_step {
  min-width: 19.5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background-color: var(--color_lightgray02);
  padding: 1.625rem 1rem;
  margin-right: 1.5625vw;
  margin-left: 1.5625vw;
  position: relative;
  margin-bottom: 1rem;
}
.app_step::after {
  content: url(../images/icon_step.svg);
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: -1.5625vw;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
}
.app_step:last-child::after {
  display: none;
}
.stepNum,
.stepDescript {
  text-align: center;
  color: var(--color_dark);
}
.stepNum {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  margin-bottom: 1rem;
}
.stepDescript {
  font-size: 1.125rem;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.appsection {
  padding-top: 4.6875vw;
  padding-bottom: 6vw;
}


/* .appsection:nth-child(even) {
  background-color: var(--color_lightgray02);
} */

#appsec2, #appsec4, #appsec6 {
  background-color: var(--color_lightgray02);
}
.steptitle,
.steptext {
  margin: 0;
  text-align: center;
}
.steptitle {
  font-size: 2.5rem;
  line-height: 1;
  color: #000;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 1.5rem;
}
.steptext {
  font-size: 1.125rem;
  line-height: 1;
  color: var(--color_dark);
  font-weight: 500;
}
.selectitems, .mmodels {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
}

.sitem, .mmodelcard {
  width: calc(25% - 10px);
  margin: 2.083vw 5px 0;
}
.sitem, .app_card {
  padding-right: 1rem;
  padding-left: 1rem;
  /* cursor: pointer; */
}
.sitemimg {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
  width: 100%;
  height: 0;
  padding-bottom: 65.7%;
  position: relative;
  overflow: hidden;
}
.sitemimg img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}


/* Interactive effect of applications page  -- start */
/* 選擇1*/
.sitemimg img {
  opacity: 0.4;
  background-color: rgba(255, 255, 255, 0.2);
}
.sitem:hover .sitemimg img, .sitem.active .sitemimg img {
  opacity: 1.0;
}
.sitem:hover .sitemimg, .sitem.active .sitemimg {
  background-color: #f1f1f1;
}

.sitemimg {
  background-color: rgba(255,255,255,0);
}
.appsec2 .sitemimg, .appsec4 .sitemimg {
  background-color: rgba(255, 255, 255, 0.3);
}

.appsec2 .sitem:hover .sitemimg, 
.appsec4 .sitem:hover .sitemimg, 
.appsec2 .sitem.active .sitemimg, 
.appsec4 .sitem.active .sitemimg {
  background-color: rgba(255, 255, 255, 1.0);
}
/* 選擇2*/
/* .sitemimg img {
  opacity: 0.4;
}
.sitem:hover .sitemimg img {
  opacity: 1.0;
}
.sitemimg {
  background-color: rgba(241, 241, 241, 0.2);
}
.sitem:hover .sitemimg {
  background-color: #f1f1f1;
} */
/* Interactive effect of applications page  -- end */


.sitemnamebox {
  padding: 1rem 0.1rem;
  background-color: var(--color_lightgray02);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
/* .appsection:nth-child(even) .sitemnamebox {
  background-color: #fff;
} */
#appsec2 .sitemnamebox, #appsec4 .sitemnamebox, #appsec6 .sitemnamebox {
  background-color: #fff;
}
.sitemname, .resultprodname {
  font-size: 1.125rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  color: #000000;
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
}
.sitem:hover .sitemnamebox,
.sitem.active .sitemnamebox,
#appsec2 .sitem.active .sitemnamebox,
#appsec4 .sitem.active .sitemnamebox {
  background-color: var(--color_main);
}
.sitem:hover .sitemnamebox {
  background-color: var(--color_main) !important;
}
.sitem:hover .sitemname,
.sitem.active .sitemname {
  color: #fff;
}
.mmodelcard {
  border: 1px solid #e8e8e8;
  position: relative;
  cursor: pointer;
}
.mmodelcard img {
  width: 100%;
  height: auto;
}
.mmodelcard.active::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  border: 4px solid var(--color_main);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: 1;
}

.appProdResults {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
}
.appProdResult_item {
  width: calc( 40% - 10px );
  margin-top: 2.083vw;
  margin-right: 5px;
  margin-left: 5px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.appProdResult_item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.appresultimgbox {
  width: 450px;
  height: 0;
  padding-bottom: 51%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.appresultimgbox::after {
  border: 1px solid #e8e8e8;
  position: relative;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; 
}
.appProdResult_item:hover .appresultimgbox::after {
  border: 4px solid var(--color_main);
}
.appresultimg {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.resultprodnamebox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  margin-bottom: 3.125vw;
}
.resultprodname {
  text-align: left;
  font-weight: 700;
  line-height: 1.5;
}

.appProdResult_item:hover .resultprodname {
  color: var(--color_main);
}

/* Applications.html -- end */
.con_txt,#tit,.MsoNormal {
  font-size: 1.125rem;
  font-family: "Noto Sans", sans-serif;
  color: #666666;
  line-height: 2;
  font-weight: 400;
  margin: 0;
}
.media_i_text span {
  font-size: 1.125rem !important;
  font-family: "Noto Sans", sans-serif;
  color: #666666 !important;
  line-height: 2;
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 576px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1100px) {
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 1400px) {
}
@media screen and (max-width: 1920px) {
  .video_card_img {
    max-height: 12.5vw;
  }
}
@media screen and (max-width: 1600px) {
  .productsTitleBox {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  #about .webpagetitle {
    font-size: 2.4rem;
  }
  .kv:nth-child(odd) {
    padding-left: 3.2vw;
  }
  .kv:nth-child(even) {
    padding-right: 3.2vw;
  }
}
@media screen and (max-width: 1440px) {
  #select_pn {
    width: 100%;
    height: 4rem;
  }
  .hpboard {
    margin-top: 1rem;
  }
  .hpimg {
    width: 35%;
    height: 100%;
  }
  .hpimgitem {
    height: 100%;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  } 
  .hpdescriptBox {
    width: 65%;
    padding: 2vw 2vw 1vw 2vw;
  }
  #hptitle {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  #hpdescript {
    font-size: 1.125rem;
    line-height: 1.3;
    margin-top: 15px;
  }
  /* .success_card .owl-item {
    margin-right: 5px;
  } */
  .video_card_img {
    max-height: 14.2vw;
  }
  div#media_i_content iframe {
    height: 31vw;
  }
}
@media screen and (max-width: 1399px) {
  #select_pn {
    width: 80%;
    height: 4rem;
  }
  .success_card_contents {
    padding-right: 30px;
  }
  .success_img_box {
    margin-left: 0rem;
  }
}
@media screen and (max-width: 1299px) {
  #select_pn {
    width: 100%;
    height: 4rem;
  }
  .qa_text {
    max-width: calc(100% - 150px);
  }
  a.mainBtn02.qabtn {
    width: 155px;
  }
  
}
@media screen and (max-width: 1200px) {
  #nmName {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1199px) {
  .psubTitle {
    line-height: 1.25;
  }
  #ctaR {
    padding-right: 0rem;
  }
  .download_card_text, .video_card_text {
    font-size: 1.1rem;
  }
  .app_step {
    min-width: 17rem;
  }
  .sitem, .app_card {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .productsTitleBox {
    padding-right: 7vw;
    padding-left: 7vw;
  }
  .mmodelcard {
    width: calc(30% - 10px);
  }
  .mediamenuBtn {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 1099px) {
  .spotcard_text {
    padding-right: 1rem;
  }

}
@media screen and (max-width: 991px) {
  .download_card,
  .video_card {
    width: 50%;
  }
  .webformblock {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .pi_Img {
    width: 25%;
  }
  .p_content {
    width: 75%;
  }
  .sitem {
    width: calc(25% - 10px);
    margin: 2.083vw px 0;
  }
  .sitem, .app_card {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .sitemnamebox {
    padding: 1rem 0.3rem;
  }
  .mmodelcard {
    width: calc(30% - 10px);
    margin: 2.083vw 5px 0;
  }
  .appProdResult_item {
    width: calc( 50% - 10px );
  }
  .media_i_spotcard {
    display: inline-block;
    width: calc(50% - 12px);
    margin-right: 5px;
    margin-left: 5px;
  }
  #media_i_spotlight {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .spotcard_text {
    padding-right: 0.5rem;
  }
  a.enews_i_spotcard {
    display: inline-block;
    width: 33%;
  }
  .enews_formTitle_item {
    font-size: 1.6rem;
  }
  div#media_i_content iframe {
    height: 45vw;
  }
  .video_card_img {
    max-height: 21.4vw;
  }
  .pcImg_card {
    width: 80%;
  }
  .product_text {
    width: 20%;
  }
  .product_text .mainBtn01 p {
    padding-right: 6vw;
  }
  .deedsboard {
    margin-top: 10px;
    margin-bottom: 10px;
    /* display: none; */
  }
}
@media screen and (max-width: 951px) {
  a.enews_i_spotcard {
    display: inline-block;
    width: calc(33% - 1px);
  }
  .enews_i_spotcard_item {
    padding-right: 5px;
    padding-left: 5px;
    width: 100%;
  }
}
@media screen and (max-width: 899px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 767px) {
  .webformblock {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .pi_Img {
    width: 25%;
    height: 100%;
  }
  .pi_Img img {
    width: auto;
    height: 100%;
  }
  .p_content {
    flex-direction: column;
    width: 75%;
  }
  .pcImg_card {
    width: 100%;
  }
  .product_text {
    width: 100%;
  }
  .product_text .mainBtn01 {
    min-width: 30vw;
  }
  .nm_card {
    flex-direction: column;
  }
  .productsTitleBox {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  #addr {
    width: 100%;
  }
  #phon {
    width: 100%;
  }
  #copyright {
    width: 100%;
  }
  .success_card {
    flex-direction: column;
  }
  .success_card_contents {
    width: 100%;
    padding-right: 0vw;
  }
  .success_card_img {
    width: 100%;
    margin-top: 20px;
    margin-left: -5px;
    margin-right: -5px;
  }
  #hp_btns {
    margin-top: 2.8vw;
    margin-bottom: 1vw;
    padding-right: 50px;
    padding-left: 50px;
  }
  #hp_btns .owl-nav button.owl-prev,
  #hp_btns .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
  }
  .sitem {
    width: calc(33.33333333% - 10px);
    margin: 4vw 5px 0;
  }
  .mmodelcard {
    width: calc(33.33333333% - 10px);
    margin: 4vw 5px 0;
  }
  .appProdResult_item {
    width: calc( 60% - 10px );
    margin-top: 4vw;
  }
  .webmainbox {
    padding-top: 5vw;
  }
  .websub_Title {
    line-height: 1.2;
  }
  #qa #mediamenu, #download #mediamenu, #videos  #mediamenu, #exhibitions #mediamenu, #news #mediamenu, #success #mediamenu {
    display: none;
  }
  .qa_block:hover .qa_text,.qa_block:hover .qabtn {
    background-color: #f4f5f7;
  }
  .qa_block:hover {
    background: none;
  }
  .qa_block {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 15px;
    border: none;
  }
  .qa_block:nth-child(1) {
    border-top: 1px solid #cccccc;
    border: none;
  }
  .qa_block:nth-child(1) .qa_text {
    border-top: 1px solid #cccccc;
  }
  .qa_text {
    max-width: 100%;
    width: 100%;
    padding-top: 1.875rem;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  a.mainBtn02.qabtn {
    width: 100%;
    padding-bottom: 1.875rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  .qa_block .qabtn {
    opacity: 1;
    border-bottom: 1px solid #cccccc;
    width: 8.5rem;
    margin-right: 0rem;
  }
  .enews_contents {
    padding-right: 0;
  }
  .media_i_title {
    font-size: 1.8rem;
  }
  #news .nm_card_content {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  div#media_i_content iframe {
    height: 54vw;
  }
  .nm_card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .media_i_spotcard {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .success_card_img .owl-item {
    margin-left: 5px;
    margin-right: 5px;
  }
  .appresultimgbox {
    width: 350px;
  }
  .video_card_img {
    max-height: 24vw;
  }
  .deedsDescript {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .webpagetitle {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .download_card,
  .video_card {
    width: 100%;
  }
  .formblock_50 {
    width: 100%;
  }
  .formblock_50:nth-child(odd) {
    padding-right: 0rem;
  }
  .formblock_50:nth-child(even) {
    padding-left: 0rem;
  }
  .webform_btns {
    flex-direction: column;
  }
  .webform_btn {
    margin-bottom: 0.5rem;
  }
  .webformlabels {
    flex-direction: column;
    align-items: start;
  }
  .products_item {
    flex-direction: column;
  }
  .products_card {
    margin-top: 9vw;
  }
  .pt_text {
    min-height: auto;
  }
  .pi_Img {
    width: 100%;
    height: 40vw;
    justify-content: center;
    align-items: center;
  }
  .pi_Img img {
    width: 100%;
    height: auto;
  }
  .p_content {
    width: 100%;
    padding: 1rem;
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
  .pcImg_card {
    width: 100%;
  }
  .product_text .mainBtn01 {
    min-width: 50%;
  }
  #product_i .bg-text {
    opacity: 0.7;
    top: 43%;
  }
  .p_card_decorate {
    width: 100%;
    height: 1.25rem;
  }
  .product_text {
    width: 100%;
    padding: 0 1rem;
    justify-content: start;
    align-items: center;
  }
  .pt_text {
    width: 100%;
  }
  .success_card_img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .success_img_box {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }
  #product_i_bottom_btns {
    flex-direction: column;
  }
  #hp_btns {
    padding-right: 40px;
    padding-left: 40px;
  }
  #product_i_bottom_btns {
    margin-top: 40px;
  }
  #product_i_bottom_btns .mainBtn01 {
    margin-bottom: 10px;
  }
  #product_i_techbox {
    overflow: scroll;
  }
  .ics img {
    width: 20%;
  }
  #hp_btns {
    margin-bottom: 25px;
  }
  .hpboard {
    flex-direction: column;
  }
  .hpimg {
    width: 100%;
    height: auto;
    overflow: initial;
    position: initial;
  }
  .hpimgitem {
    width: 100%;
    position: initial;
    top: initial;
    left: initial;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .hpdescriptBox {
    width: 100%;
  }
  .kv {
    width: 100%;
    margin-bottom: 1rem;
    min-height: initial;
  }
  .kv .kvdescript {
    text-align: center;
  }
  #kvmark {
    display: none;
  }
  .kv:nth-child(odd) {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-right: 0px;
  }
  .kv:nth-child(even) {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 0px;
  }
  .branchinfo.show {
    display: none;
  }
  #deeds {
    padding-top: 15.9vw;
  }
  .deedsDescript {
    width: 80%;
  }
  .deedsboard {
    margin-bottom: 30px;
  }
  .deedsNum {
    margin-bottom: 0.5rem;
  }
  .deedsdecoration {
    margin-bottom: 1rem;
  }
  .sitem {
    width: calc(50% - 10px);
  }
  .mmodelcard {
    width: calc(50% - 10px);
  }
  .appProdResult_item {
    width: calc( 80% - 10px );
  }
  .switchimgbtn {
    width: calc(33.3333% - 0.4rem);
  }
  .psubtext {
    margin-bottom: 7vw;
  }
  .webformblock_item {
    padding-top: 9vw;
  }
  .webformblock_item {
    padding-top: 3.75vw;
    padding-bottom: 6.24vw;
  }
  .mediamenuBtn {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  a.enews_i_spotcard {
    display: block;
    width: 100%;
  }
  #news .nm_card_img {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .media_i_spotcard {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .video_card_img {
    max-height: 50vw;
  }
  .app_step::after {
    content: url(../images/icon_step.svg);
    width: 15px;
    height: 15px;
    position: absolute;
    top: 100%;
    right: 50%;
    transform: translate(50%, 0%) rotate(90deg);
    z-index: 5;
    -webkit-transform: translate(50%, 0%) rotate(90deg);
    -moz-transform: translate(50%, 0%) rotate(90deg);
    -ms-transform: translate(50%, 0%) rotate(90deg);
    -o-transform: translate(50%, 0%) rotate(90deg);
}
}
@media screen and (max-width: 425px) {
  .webformTitel {
    margin-bottom: 0.5rem;
  }
  #media_i_spotlight {
    margin-top: 30px;
  }
  .media_i_spotcard {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .success_card_img {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .success_card_img .owl-item {
    margin-left: 0px;
    margin-right: 0px;
  }
  .btn_videoKindSwitch {
    min-width: 6rem;
  }
  .product_text .mainBtn01 {
    min-width: 80%;
  }
}
@media screen and (max-width: 414px) {
  .kvtitle {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .nm_card {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  
}
@media screen and (max-width: 380px) {
  .appresultimgbox {
    width: 300px;
  }
}
@media screen and (max-width: 375px) {
  .switchimgbtn {
    width: calc(50% - 0.4rem);
  }
}
@media screen and (max-width: 320px) {
}
@media (max-width: 1699px) and (min-width: 1100px) {
  .webmainbox {
    padding-top: 2vw;
  }
  .page_breadcrumb {
    padding-top: 10px;
  }
  #about .webpagetitle {
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
