html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans TC", "Microsoft Jhenghei", sans-serif;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
}

.container-fluid {
  max-width: 1300px;
  padding: 0 65px;
}

.g_header {
  position: relative;
}

/* .g_header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 145px;
  height: 80px;
  background: url("img/png/branding-top.png") 100% 100%/contain no-repeat;
} */
.g_header .top_wrap {
  position: relative;
  z-index: 2;
  padding-top: 15px;
  padding-bottom: 15px;
}

.g_header .head_logo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.g_header .head_logo img {
  height: 50px;
}

.g_header .nav_wrap {
  padding: 0em 0 1em 0;
}

.g_header .nav_wrap .nav_cnt {
  margin: 0;
  font-size: 1.2em;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 0 25px;
}

.g_header .nav_wrap .nav_item:last-child a {
  border-right-width: 0;
}

.g_header .nav_wrap .nav_item a {
  display: inline-block;
  padding: 0.5em 0;
  /* border-right: 2px solid #000; */
  font-weight: 500;
  text-decoration: none;
  transition: 0.5s;
  border-bottom: solid 3px transparent;
}

.g_header .nav_wrap .nav_item a.news {
  word-wrap: break-word;
}


.g_header .nav_wrap .nav_item a:hover {
  border-bottom: solid 3px #E61010;
  transition: 0.5s;
}

.g_header .main_banner {
  position: relative;
  padding-bottom: 5%;
}

.g_header .main_banner .controls {
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.g_header .main_banner .sd_dots {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 1em;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.g_header .main_banner .sd_dots li {
  cursor: pointer;
  margin: 0 12px;
  background-color: #DDDDDD;
  line-height: 0;
  /* border-radius: 8px; */
  height: 5px;
  width: 40px;
  overflow: hidden;
  -webkit-transition: background 300ms, width 300ms;
  transition: background 300ms, width 300ms;
}

.g_header .main_banner .sd_dots li:hover {
  background-color: rgba(#E61010, 1);
}

.g_header .main_banner .sd_dots li.slick-active {
  background-color: #E61010;
}

.g_header .main_banner .sd_dots button {
  font-size: 0;
  opacity: 0;
}

.g_header .space_line {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g_header .space_line div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1em;
}

.g_header .space_line div:nth-child(1) {
  background-color: #F68D2E;
}

.g_header .space_line div:nth-child(2) {
  background-color: #41B6E6;
  margin: 0 4px;
}

.g_header .space_line div:nth-child(3) {
  background-color: #6CC24A;
}

.g_aside {
  position: fixed;
  top: 112px;
  left: 0;
  width: 48px;
}

.g_aside .infront {
  position: relative;
  background-color: #194F90;
  text-align: center;
  color: #fff;
  font-size: 0.7625em;
}

.g_aside .infront::before {
  content: "";
  display: inline-block;
  border: solid;
  border-width: 5px 6px;
  border-color: #194F90 #194F90 #194F90 #fff;
}

.g_aside .items a {
  position: relative;
  display: block;
}

.g_aside .items a img {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.g_aside .items a .hover_show {
  position: absolute;
  top: calc(50% - 75px);
  left: 100%;
  border: 5px solid #194F90;
  width: 150px;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.g_aside .items a:hover>img {
  opacity: 0.6;
}

.g_aside .items a:hover .hover_show {
  display: block;
  opacity: 1;
}

.main_categ {
  padding: 1em 0;
}

.main_categ .items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main_categ .categ_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12em;
  flex: 0 0 12em;
  font-weight: 700;
  color: #999;
  text-align: center;
}

.g_main {
  padding: 1em 0 0;
}

.g_main.news {
  background-color: #F0F0F0;
}

.g_main.tech {
  background: url('img/ui/bg_tech.jpg') center top no-repeat;
  background-size: cover;
  padding: 20px 0;
}

.g_main.video {
  background: #EAEBEB;
  padding: 20px 0;
}

.g_main.ency {
  background: url('img/ui/bg_spArticle.png') center top no-repeat;
  background-size: cover;
  padding: 20px 0;
}

.g_main.cn {
  background: url('img/ui/bg_jpTL.jpeg') center top no-repeat;
  background-size: cover;
  padding: 20px 0;
}

.g_main.microchip {
  background: url('img/ui/bg_press.png') center top no-repeat;
  background-size: cover;
  padding: 20px 0;
}

.g_main.news .row_wrap .col_full .box_wrap {
  background-color: transparent;
  box-shadow: none;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.g_main.tech .row_wrap .col_full .box_wrap {
  background-color: transparent;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.g_main.video .box_wrap {
  position: relative;
  background-color: transparent;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.g_main.ency .row_wrap .col_full .box_wrap {
  background-color: transparent;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.g_main.cn .row_wrap .col_full .box_wrap {
  background-color: transparent;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.g_main.microchip .row_wrap .col_full .box_wrap {
  background-color: transparent;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
}


.g_main.video .box_wrap .video_sec {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.g_main.video .box_wrap .video_sec.video_sec2 {
  margin-top: 4%;
}

.g_main.video .box_wrap .selectBar {
  background: url('img/ui/bg_select.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2%;
  padding: 3% 5%;
  border-radius: 10px;
}

.g_main.video .box_wrap .selectBar .title {
  color: white;
  font-size: 32px;
  flex: 0 0 40%;
}

.g_main.video .box_wrap .selectBar .select_list {
  position: relative;
  flex: 0 0 50%;
  padding: 10px 0;
  background-color: #fff;
  text-align: center;
  border: none;
  border-radius: 3px;
  letter-spacing: 0.05rem;
}

.g_main.video .box_wrap .selectBar .select_list:hover .dropdown_lists {
  display: flex;
}

.g_main.video .box_wrap .selectBar .select_list:after {
  top: 50%;
  transform: translateY(50%);
  position: absolute;
  top: 0;
  color: #F68D2E;
  content: "▼";
  pointer-events: none;
  right: 20px;
  font-size: 14px;
}

.g_main.video .box_wrap .selectBar .select_list .list_tit {
  position: relative;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}


.g_main.video .box_wrap .selectBar .dropdown_lists {
  position: absolute;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0;
  margin-top: 10px;
  z-index: 999;
}

.g_main.video .box_wrap .selectBar .dropdown_lists .dropdown_list {
  width: 100%;
  list-style: none;
  position: relative;
  background: #ddd;
  border-bottom: 1px solid #333;
  transition: all .3s;
  text-align: left;
  padding: 2px 0 2px 5px;
  font-size: 14px;
}

.g_main.video .box_wrap .selectBar .dropdown_lists .dropdown_list a {
  text-decoration: none;
  display: block;
}

.g_main.video .box_wrap .selectBar .dropdown_lists .dropdown_list:hover {
  color: white;
  background-color: #333;
}


.g_main.video .box_wrap .video_sec .head {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px black;
  padding: 0 0 10px 0;
}

.g_main.video .box_wrap .video_sec .head .title {
  font-size: 28px;
  font-weight: bold;
  color: #f68e2f;
}

.g_main.video .box_wrap .video_sec .head .more {
  position: relative;
  padding: 5px 20px;
  background-color: #f68e2f;
  font-size: 14px;
  color: white;
  display: flex;
  align-items: center;
  padding-right: 30px;
  border-radius: 5px;
}

.g_main.video .box_wrap .video_sec .head .more:after {
  content: '';
  position: absolute;
  background: url('img/ui/sns_yt.png');
  background-size: cover;
  width: 14px;
  height: 10px;
  right: 10px;
  ;
}


.g_main.video .box_wrap .video_sec .list {
  width: 100%;
  position: relative;
  margin-top: 30px;
}


.g_main.video .box_wrap .video_sec .list .js_slick2,.g_main.video .box_wrap .video_sec .list .js_slick3 {
  width: 100%;
  overflow: hidden;
}

.g_main.video .box_wrap .video_sec .list .js_slick2 .slide_item,.g_main.video .box_wrap .video_sec .list .js_slick3 .slide_item {
  margin: 0 20px;
  cursor: pointer;
}

.g_main.video .box_wrap .video_sec .list .js_slick2 .arrowBar,.g_main.video .box_wrap .video_sec .list .js_slick3 .arrowBar {
  position: absolute;
  z-index: 1;
}


.g_main.video .box_wrap .video_sec .list .js_slick2 .slide_item a img,.g_main.video .box_wrap .video_sec .list .js_slick3 .slide_item a img {
  width: 320px;
}

.g_main.video .box_wrap .video_sec .list .js_slick2 .slide_item a .des,.g_main.video .box_wrap .video_sec .list .js_slick3 .slide_item a .des {
  font-size: 16px;
  margin-top: 3%;
  color: black
}

.g_main .row_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.g_main .row_wrap .col_lg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
}

.g_main .row_wrap .col_sm {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(34% - 1em);
  flex: 0 0 calc(34% - 1em);
}

.g_main .row_wrap .col_full {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.g_main .box_wrap {
  padding: 1em;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  height: 100%;
  color: #555;
  font-weight: 500;
}

.g_main .box_wrap.tech .more {
  margin-top: 30px;
  color: white;
  border: solid 1px white;
  padding: 1% 8%;

}

.g_main .box_wrap.ency .more {
  margin-bottom: 1%;
  margin-top: 30px;
  color: #000;
  border: solid 1px #000;
  padding: 1% 8%;

}

.g_main .box_wrap.cn .more {
  margin-bottom: 1%;
  margin-top: 30px;
  color: #000;
  border: solid 1px #000;
  padding: 1% 8%;

}

.g_main .box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.g_main .box__head.news {
  flex: 0 0 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.g_main .box__head.tech {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.g_main .box__head.video {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.g_main .box__head.ency {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.g_main .box__head.cn {
  flex: 0 0 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.g_main .box__head.news .barPC {
  display: block;
  width: 40%;
  margin: 20px 0;
}

.g_main .box__head.tech .barPC {
  display: block;
  width: 60%;
  margin: 20px 0;
}

.g_main .box__head.video .barPC {
  display: block;
  width: 60%;
  margin: 20px 0;
}

.g_main .box__head.ency .barPC {
  display: block;
  width: 60%;
  margin: 20px 0;
}

.g_main .box__head.cn .barPC {
  display: block;
  width: 60%;
  margin: 20px 0;
}

.g_main .box__head .tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
  line-height: 1;
  font-size: 32px;
}

.g_main .box__head .more {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.g_main .box__head .more span {
  color: #555;
  -webkit-transition: all 240ms;
  transition: all 240ms;
}

.g_main .box__head .more .arr {
  position: relative;
  left: 0.2em;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-transition: all 240ms;
  transition: all 240ms;
}

.g_main .box__head .more .arr::before,
.g_main .box__head .more .arr::after {
  content: "";
  position: absolute;
  left: 32%;
  top: calc(50% - 1px);
  width: 36%;
  height: 2px;
  background-color: #fff;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.g_main .box__head .more .arr::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.g_main .box__head .more:hover {
  text-decoration: none;
}

.g_main .box__head .more:hover span {
  color: #ec302d;
}

.g_main .box__head .more:hover .arr {
  background-color: #ec302d;
}

.g_main .box__head.style_orange {
  color: #F68D2E;
}

.g_main .box__head.style_black {
  color: #000;
}

.g_main .box__head.style_white {
  color: #fff;
  font-size: 28px;
}

.g_main .box__head.style_orange .arr {
  background-color: #F68D2E;
}

.g_main .box__head.style_sky {
  color: #41B6E6;
}

.g_main .box__head.style_sky .arr {
  background-color: #41B6E6;
}

.g_main .box__head.style_green {
  color: #6CC24A;
}

.g_main .box__head.style_green .arr {
  background-color: #6CC24A;
}

.g_main .box__head.style_blue {
  color: #194F90;
}

.g_main .box__head.style_blue .arr {
  background-color: #194F90;
}

.g_main .box__items {
  margin-top: 0.2em;
}

.g_main .box__items.news {
  flex: 0 0 80%;
  margin-top: 0;
}

.g_main .box__items.tech {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
}

.g_main .box__items.ency {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 50px;
}

.g_main .box__items.cn {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 0 5%;
}

.g_main .box__items.microchip {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.g_main .box__items.microchip .Lside {
  padding: 0 5%;
}

.g_main .box__items.microchip .Lside .pic {
  padding: 2% 0;
  border-bottom: solid 1px black;
}

.g_main .box__items.microchip .Lside .des {
  margin-top: 3%;
  color: #000;
  line-height: 2rem;
}

.g_main .box__items.microchip .Rside {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}

.g_main .box__items.ency .side {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
}

.g_main .box__items+.box__head {
  margin-top: 0.5em;
}

.g_main .box__items .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.1em 0 0.1em 1em;
  position: relative;
}

.g_main .box__items .list_item.news {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 15px 15px 0;
}

.g_main .box__items .list_item.tech {
  /* flex: 0 0 32%; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
}

.g_main .box__items .list_item.cn {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.g_main .box__items .list_item.cn .date {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin: 0;
  color: #000;
}

.g_main .box__items .list_item.cn .tag {
  background-color: #D01414;
  color: white;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 10px;
}

.g_main .box__items .list_item.cn .news {
  font-size: 18px;
  margin-left: 30px;
  color: #000;
}

.g_main .box__items .list_item.cn .date:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #D01414;
  left: 0;
  margin-top: 2px;
}

.g_main .box__items .list_item.ency a {
  /* color: #6CC24A; */
}

.g_main .box__items .list_item.ency:before {
  content: '·';
}

.g_main .box__items .list_item.ency a:hover {
  color: #ec302d;
}


.g_main .box__items .list_item.tech .pic {
  width: 320px;
  height: 168px;
  overflow: hidden;
}

.g_main .box__items .list_item.tech .pic img {
  width: 100%;
  max-width: 100%;
}

.g_main .box__items .list_item.tech .content {
  color: white;
  margin: 10px 0;
  padding: 0 10px;
}

/* .g_main .box__items .list_item::before {
  content: "";
  position: absolute;
  left: 0.25em;
  top: calc(50% - 2px);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #555;
} */

.g_main .box__items .list_item a {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #000;
  font-size: 18px;
}

.g_main .box__items .list_item a.news:hover {
  color: #e90000;
}

.g_main .box__items .list_item .date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 50px;
}

.g_main .sec_media {
  padding-bottom: 30px;
}

.g_main .sec_media .box__items {
  margin-top: 1em;
}

.g_main .sec_media .media_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  text-align: center;
}

.g_main .sec_media .media_item a {
  display: inline-block;
  width: 100%;
  max-width: 220px;
}

.g_main .sec_media .media_item a:hover .cv_box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.g_main .sec_media .media_item .cv_box {
  position: relative;
  padding: 5px;
  padding-bottom: 25px;
}

.g_main .sec_media .media_item .cv_box .pic {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.g_main .sec_media .media_item .cv_box .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.g_main .sec_media .media_item .cv_box .overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 67%;
  background: url("img/png/overlay-video.png");
}

.g_main .sec_media .media_item .wd_box {
  padding-top: 1em;
}

.g_main .sec_media .media_item .wd_box .text {
  text-align: left;
  line-height: 1.2;
}

.g_main .sec_material .box__items {
  margin-top: 0.5em;
}

.g_main .sec_material .items_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.g_main .sec_material .material_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0.5em 0;
}

.g_main .sec_material .material_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g_main .sec_material .material_item a:hover .wd_box .tit {
  color: #ec302d;
}

.g_main .sec_material .material_item .ic_box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 52px;
  flex: 0 0 52px;
  padding-top: 4px;
}

.g_main .sec_material .material_item .ic_box div {
  padding-top: 100%;
  background: url("img/png/icon-document.png") center no-repeat;
}

.g_main .sec_material .material_item .wd_box {
  padding: 0 1em 0 0.5em;
}

.g_main .sec_material .material_item .wd_box .tit {
  color: #194F90;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.125em;
  margin-bottom: 0.3em;
}

.g_main .sec_material .material_item .wd_box .text {
  line-height: 1.625;
}

.g_footer {
  padding: 3em 0;
  background-color: #194F90;
  color: #fff;
}

.g_footer .row_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 0 5%; */
}

.g_footer .socialMedia {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}

.g_footer .socialMedia .subscribe {
  border: solid 1px white;
  padding: 3% 10%;
}

.g_footer .socialMedia .logos a {
  position: relative;
  display: inline-block;
  margin-right: 1em;
}

.g_footer .socialMedia .logos a>img {
  opacity: 1;
}

.g_footer .socialMedia .logos a .hover_show {
  position: absolute;
  bottom: 100%;
  left: 0;
  border: 5px solid #194F90;
  width: 150px;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.g_footer .logos a:hover>img {
  opacity: 0.6;
}

.g_footer .socialMedia .logos a:hover .hover_show {
  display: block;
  opacity: 1;
}

.g_footer .information {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 6%;
}

.g_footer .information a:hover {
  color: #F68D2E;
}

.g_footer .information .row1 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.g_footer .information .row1 .list {
  font-size: 14px;
  margin: 2px 0;
}

.g_footer .information .row2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
}

.g_footer .information .dib::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.75em;
  width: 1px;
  height: 1em;
  background-color: #fff;
}

.g_footer .information .dib:last-child::after {
  display: none;
}

.arrowBar {
  position: absolute;
  width: 100%;
  top: 35%;
  padding: 0;
  margin: 0;
}

.prev {
  position: absolute;
  background: url('img/ui/arrow_l.png');
  background-size: contain;
  background-repeat: no-repeat;
  list-style: none;
  width: 25px;
  height: 60px;
  left: 30px;
  cursor: pointer;
}

.next {
  position: absolute;
  background: url('img/ui/arrow_R.png');
  background-size: contain;
  background-repeat: no-repeat;
  list-style: none;
  width: 25px;
  height: 60px;
  cursor: pointer;
  right: 30px;
}

.arrowBar2,.arrowBar3 {
  width: 100%;
  position: absolute;
  top: 25%;
  padding: 0;
  margin: 0;
}

.prev2,.prev3 {
  position: absolute;
  background: url('img/ui/arrow_l.png');
  background-size: contain;
  background-repeat: no-repeat;
  list-style: none;
  width: 25px;
  height: 60px;
  left: 30px;
  cursor: pointer;
}

.next2,.next3 {
  position: absolute;
  background: url('img/ui/arrow_R.png');
  background-size: contain;
  background-repeat: no-repeat;
  list-style: none;
  width: 25px;
  height: 60px;
  cursor: pointer;
  right: 30px;
}

.modal-body {
  position: relative;
}

iframe {
  width: 100%;
  height: 350px;
}


@media (max-width: 1440px) {
  .g_header::after {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-720px);
    transform: translateX(-720px);
  }
}

@media (max-width: 768px) {

  .prev,.next,.prev2,.next2,.prev3,.next3 {
    width: 18px;
  }

  .prev,.prev2,.prev3 {
    left: 15px;
  }

  .next,.next2,.next3 {
    right: 15px;
  }

  .container-fluid {
    padding: 0 20px;
  }

  .g_header .top_wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .g_header .menu_btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    padding: 12px 10px;
    border: 1px solid #000;
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  }

  .g_header .menu_btn .icon {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #000;
  }

  .g_header .menu_btn .icon::before,
  .g_header .menu_btn .icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #000;
    top: 8px;
  }

  .g_header .menu_btn .icon::after {
    top: 16px;
  }

  .g_header .nav_wrap .nav_item {
    text-align: center;
  }

  .g_header .nav_wrap .nav_item:last-child a {
    border-bottom-width: 0;
  }

  .g_header .nav_wrap .nav_item a {
    border-right-width: 0;
    border-bottom: 1px solid #ddd;
    padding: 5px 1em;
  }

  .g_header .main_banner {
    position: relative;
    margin: 0 -20px;
    padding-bottom: 50px;
  }

  .g_header .main_banner .controls {
    top: 0;
    bottom: -100px;
    padding: 0 10%;
  }

  .g_header .main_banner .sd_dots li {
    width: 25px;
    margin: 0 8px;
  }

  .main_categ {
    padding: 1em;
  }

  .main_categ .items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main_categ .categ_item {
    padding: 0.5em 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
  }

  .main_categ .categ_item .pic img {
    width: 80px;
  }

  .main_categ .categ_item .tit {
    padding: 0 0.5em;
    line-height: 1.2;
    font-size: 0.875em;
  }

  .g_main {
    padding: 1em 0 0.5em;
  }

  .g_main .row_wrap {
    display: block;
  }

  .g_main .box_wrap {
    margin-bottom: 1em;
  }

  .g_main.news .row_wrap .col_full .box_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .g_main .box_wrap.news .box__head.news {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .g_main .box_wrap.news .box__items.news {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .g_main .box_wrap.news .box__items.news .list_item .news {
    white-space: wrap;
  }

  .g_main .box_wrap.tech .box__items.tech {
    flex-direction: column;
  }

  .g_main .box_wrap.news .box__items .list_item.news {
    display: flex;
    flex-direction: column;
  }

  .g_main .sec_material .material_item .wd_box {
    padding-right: 0;
  }

  .g_footer .information .row1,
  .g_footer .information .row2 {
    display: block;
    text-align: center;
  }

  .g_footer .information .row1 .dib {
    padding: 0.2em 0;
  }

  .g_footer .information .row1 .dib::after {
    display: none;
  }

  .g_footer .information .dib {
    display: inline-block;
  }
}

@media (max-width: 768px) {

  .arrowBar {
    top: 25%;
  }

  .g_main.video .box_wrap .video_sec .head .title {
    font-size: 20px;
  }

  .g_main.video .box_wrap .video_sec .head .more {
    font-size: 12px;
  }

  .g_main.video .box_wrap .video_sec .list .js_slick2 .slide_item,  .g_main.video .box_wrap .video_sec .list .js_slick3 .slide_item {
    margin: 0;
  }

  .g_main.video .box_wrap .selectBar {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }

  .g_main.video .box_wrap .selectBar .title {
    font-size: 24px;
  }

  .g_main.video .box_wrap .selectBar #videoPlay {
    width: 250px;
  }

  .g_main .box__items.ency {
    flex-direction: column;
    gap:0;
  }

  .g_main .box__items .list_item.ency a {
    white-space: wrap;
    font-size: 14px;
  }

  .g_main .box__items .list_item.cn {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    gap: 5px 10px;
  }

  .g_main .box__items .list_item.cn .news {
    margin: 0;
  }

  .g_main .box__items.microchip {
    flex-direction: column;
    gap: 25px;
  }

  .g_main .box__items.microchip .Rside {
    padding: 0 5%;
    width: 100%;
  }

  .g_footer .row_wrap {
    flex-direction: column;
  }

  .g_footer .row_wrap .information .row1 {
    display: flex;
    justify-content: flex-start;
  }

  .g_footer .row_wrap .information .row1 .list {
    text-align: left;
  }

  .g_footer .socialMedia {
    margin-top: 30px;
  }

}