/* index.css ==============================================*/
.g_container_full {
  position: relative;
  float: left;
  width: 100%;
}

.float_banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.section {
  margin: 0 auto;
  padding: 8vh 0;
}

#g_header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 2.5%;
}

#g_logo {
  margin: 22px 0;
  margin-right: 40px;
}

#g_nav {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-left: 0;
}

#g_nav .lv1 {
  width: calc( 100% - 220px);
}

#g_nav .lv2 {
  top: 45px;
}

.sub_menu {
  display: flex;
  float: right;
}

.sub_menu .g_icons {
  top: 0;
  width: 22px;
  height: 22px;
  margin: 0;
}

.sub_menu .g_icons.gi_partner {
  background-image: url("../images/AIOT.svg");
  width: 26px;
  height: 26px;
}

.sub_menu .g_icons.gi_member {
  background-image: url("../images/User.svg");
}

.sub_menu .g_icons.gi_lang {
  margin-right: 5px;
  width: 15px;
  height: 15px;
  background-image: url("../images/language.svg");
  background-position: center center !important;
}

.sub_menu .fn_menu, .sub_menu .language {
  padding: 20px 0;
}

.sub_menu .fn_menu {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.sub_menu .fn_menu a {
  display: inline-block;
  margin-right: 10px;
  transition: 0.3s ease;
}

.sub_menu .fn_menu a:hover {
  transform: scale(1.1);
}

.sub_menu .fn_menu a:last-child {
  margin-right: 0;
}

.sub_menu .language {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sub_menu .language:hover .sub {
  opacity: 1;
  visibility: visible;
}

.sub_menu .language .main {
  padding: 8px 10px;
  border-radius: 30px;
  border: 1px solid #333;
}

.sub_menu .language .sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 80px;
  padding: 0 10px;
  margin-left: 0;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #f8f8f8;
}

.sub_menu .language .sub a {
  display: block;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.sub_menu .language .sub a:hover {
  color: #a4cc38;
}

._m_nav .sub_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

._m_nav .sub_menu a {
  margin: 0 15px;
  border: none !important;
}

._m_nav .sub_menu .g_icons {
  width: 24px;
  height: 24px;
}

#idx_banner_wrap {
  margin-top: 75px;
}

#idx_banner_cycle_dots {
  display: flex;
  bottom: 25px;
  align-items: stretch;
  justify-content: center;
}

#idx_banner_cycle_dots span {
  flex: 1;
  display: inline-block;
  opacity: 0.3;
  max-width: 100px;
  height: 5px;
  margin: 0 5px;
  background: #fff;
  transition: 0.3s ease;
  cursor: pointer;
  text-indent: -9999px;
}

#idx_banner_cycle_dots span:hover, #idx_banner_cycle_dots span.cycle-pager-active {
  opacity: 1;
}

.idx_title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px !important;
}

.idx_title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  background: #a4cc38;
}

.idx_news_combo {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 5vh;
}

.idx_news_combo .group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.idx_news_combo .pic_h {
  width: 45%;
  margin-right: 3%;
}

.idx_news_combo .pic_h:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

.idx_news_combo .news_list {
  width: 52%;
}

.idx_news_combo .s_tab_1, .idx_news_combo .s_tab_content {
  width: 100%;
}

.idx_news_combo .s_tab_1 {
  justify-content: flex-start;
  margin-bottom: 0;
  border-bottom: 1px solid #999;
}

.idx_news_combo .s_tab_1 li {
  flex: none;
  background: none;
  border: none;
  font-size: 16px;
}

.idx_news_combo .s_tab_1 li.current a {
  color: #a4cc38;
  font-weight: 500;
}

.idx_news_combo .s_tab_1 li.current a:before {
  width: 100%;
}

.idx_news_combo .s_tab_1 a {
  position: relative;
  padding: 0 15px 7px 15px;
  color: #999;
  transition: 0.3s ease;
  cursor: pointer;
}

.idx_news_combo .s_tab_1 a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  z-index: 1;
  width: 0;
  height: 4px;
  background: #a4cc38;
  transition: 0.3s ease;
}

.idx_news_combo .s_tab_1 a:hover {
  cursor: pointer;
  color: #a4cc38;
}

.idx_news_combo .s_tab_content li {
  position: relative;
  padding: 15px 0;
  padding-right: 100px;
  border-bottom: 1px solid #ddd;
}

.idx_news_combo .s_tab_content time {
  display: block;
  margin-bottom: 10px;
  color: #999;
}

.idx_news_combo .s_tab_content .arrow {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.idx_news_combo .s_tab_content .arrow:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/arrow.svg") no-repeat center center;
  background-size: contain;
  transition: 0.3s ease;
}

.idx_news_combo .s_tab_content .arrow:hover:before {
  transform: scale(1.1);
}

.idx_news_combo .news_pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
}

.idx_news_combo .news_pic .cover_bg {
  width: 100%;
  padding-bottom: 56.25%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider_btn {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  cursor: pointer;
  outline: none;
  border: 1px solid #a4cc38;
  margin-right: 5px;
  background: #fff;
}

.slider_btn:hover {
  background: #a4cc38;
}

.slider_btn:hover:before, .slider_btn:hover:after {
  background: #fff;
}

.slider_btn:before, .slider_btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 35%;
  border-radius: 3px;
  background: #a4cc38;
  transition: 0.3s ease;
}

.slider_btn.prev:before, .slider_btn.prev:after {
  left: 50%;
}

.slider_btn.prev:before {
  top: 42%;
  transform: translateX(-50%) rotate(-45deg);
}

.slider_btn.prev:after {
  bottom: 42%;
  transform: translateX(-50%) rotate(45deg);
}

.slider_btn.next:before, .slider_btn.next:after {
  right: 50%;
}

.slider_btn.next:before {
  top: 42%;
  transform: translateX(50%) rotate(45deg);
}

.slider_btn.next:after {
  bottom: 42%;
  transform: translateX(50%) rotate(-45deg);
}

.slider_btn.hide {
  display: none;
}

.slider_btn_pager a {
  display: inline-block;
  width: 30px;
  height: 5px;
  margin-right: 5px;
  background: #ddd;
  transition: 0.3s ease;
  cursor: pointer;
}

.slider_btn_pager a:hover, .slider_btn_pager a.tns-nav-active {
  background: #a4cc38;
}

#idx_case {
  float: none;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#idx_case .slider_wrap {
  position: relative;
  width: 100%;
  z-index: 0;
}

#idx_case .slider {
  z-index: 0;
}

#idx_case .item {
  width: 100%;
}

#idx_case .box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}

#idx_case .text {
  position: absolute;
  left: 10px;
  top: 10%;
  z-index: 1;
  width: 45%;
  min-height: 50%;
  padding: 40px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#idx_case .text h3 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

#idx_case .text p {
  margin-bottom: 20px;
  line-height: 1.7em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-white-space: normal;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#idx_case .text .btn_wrap {
  display: flex;
  justify-content: flex-end;
}

#idx_case .text .more {
  padding: 5px 20px;
  color: #a4cc38;
  border: 1px solid #a4cc38;
  transition: 0.3s ease;
}

#idx_case .text .more:hover {
  background: #a4cc38;
  color: #fff;
}

#idx_case .pic {
  position: relative;
  z-index: 0;
  width: 60%;
}

#idx_case .pic img {
  width: 100%;
}

#idx_case .control_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 10px;
  bottom: 0;
  transform: translateY(50%);
  z-index: 2;
}

#idx_case .slider_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}

.idx_pds {
  position: relative;
  padding-top: 5vh;
}

.idx_pds .idx_title {
  display: flex;
  justify-content: center;
  width: 100%;
}

.idx_pds .idx_title:before {
  left: 50%;
  transform: translateX(-50%);
}

.idx_pds .idx_title h2 {
  position: relative;
  margin: 0;
  padding: 0 !important;
}

.idx_pds .bg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 65%;
  background: #eee;
}

.idx_pds .slider_wrap {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
}

.idx_pds .slider_btn_wrap {
  position: absolute;
  left: 0;
  top: 43%;
  transform: translateY(-50%);
  width: 100%;
}

.idx_pds .slider_btn {
  position: absolute;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #a4cc38;
  border: none;
  transition: 0.3s ease;
}

.idx_pds .slider_btn:before, .idx_pds .slider_btn:after {
  background: #fff;
}

.idx_pds .slider_btn.prev {
  left: -5px;
}

.idx_pds .slider_btn.next {
  right: -5px;
}

.idx_pds .slider_btn:hover {
  opacity: 0.8;
}

.idx_pds .item {
  padding: 15px;
}

.idx_pds .item .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.idx_pds .item .pic {
  width: 100%;
  margin-bottom: 20px;
  background: none;
}

.idx_pds .item .pic .contain_bg {
  padding-bottom: 40%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.idx_pds .item .text {
  text-align: center;
}

.idx_pds .item .text .btn_wrap {
  padding-top: 20px;
}

.idx_pds .item .text .more {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #a4cc38;
  color: #a4cc38;
}

.idx_pds .item .text .more:hover {
  background: #a4cc38;
  color: #fff;
}

.jp_header .menu > .item {
  margin: 0 20px;
}

.menu {
  display: flex;
  position: relative;
  min-height: 75px;
}

.menu > .item {
  position: relative;
  margin: 0 30px;
  height: 100%;
}

.menu .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.menu .item:hover {
  z-index: 1;
}

.menu .item:hover > .sub {
  opacity: 1;
  visibility: visible;
  transition-duration: .5s;
}

.menu .item > a {
  font-size: 17px;
}

.menu .sub {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 230px;
  min-height: 100%;
  background: #fff;
  transition: 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

.menu .sub.lv_1 {
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #ebebeb;
}

.menu .sub.lv_1 > .item > a {
  border-color: #ddd;
}

.menu .sub a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 45px;
  padding: 0 20px;
  font-size: 15px;
  border-bottom: 1px solid #ebebeb;
  line-height: 1.2em;
}

.menu .sub a.arrow_icon:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: translateY(-50%) rotate(45deg);
}

.menu .sub a:hover, .menu .sub a.active {
  background: #a4cc38;
  color: #fff;
}

.menu .sub a:hover:after, .menu .sub a.active:after {
  border-color: #fff;
}

#g_footer {
  position: relative;
  z-index: 1;
  padding: 0;
  background: #5a5a5a;
  color: #fff;
}

#g_footer.jp_footer .footer_menu .box {
  max-width: 1140px;
}

#g_footer.jp_footer .footer_menu a {
  font-size: 16px;
}

#g_footer .footer_menu {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 2%;
  border-top: 1px solid #ccc;
  background: #fff;
}

#g_footer .footer_menu .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
}

#g_footer .footer_menu a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-size: 18px;
  margin: 0 15px;
  transition: 0.3s ease;
}

#g_footer .footer_menu a.btn_1:before {
  background-image: url("../images/RMA_Service.svg");
}

#g_footer .footer_menu a.btn_2:before {
  background-image: url("../images/Download.svg");
}

#g_footer .footer_menu a.btn_3:before {
  background-image: url("../images/User.svg");
}

#g_footer .footer_menu a.btn_4:before {
  background-image: url("../images/ContactUs.svg");
}

#g_footer .footer_menu a.btn_5:before {
  background-image: url("../images/Tech_Support.svg");
}

#g_footer .footer_menu a:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#g_footer .footer_menu a:hover {
  color: #a4cc38;
}

#g_footer .footer_content {
  padding: 40px 0 30px 0;
}

#g_footer .footer_content a {
  color: #fff;
  transition: 0.3s ease;
}

#g_footer .footer_content .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#g_footer .footer_content .share_wrap p {
  margin-bottom: 15px;
}

#g_footer .footer_content .share_wrap .btn_wrap a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#g_footer .footer_content .share_wrap .btn_wrap a:hover {
  transform: scale(1.1);
}

#g_footer .footer_content .share_wrap .btn_wrap a.facebook {
  background-image: url("../images/Facebook.svg");
}

#g_footer .footer_content .share_wrap .btn_wrap a.linkedin {
  background-image: url("../images/Linkedin.svg");
}

#g_footer .footer_content .share_wrap .btn_wrap a.youtube {
  background-image: url("../images/Youtube.svg");
}

#g_footer .footer_content .share_wrap .btn_wrap a.Instagram {
  background-image: url("../images/Instagram.svg");
}

#g_footer .footer_content .share_wrap .btn_wrap a.Wechat {
  background-image: url("../images/Wechat.svg");
}

#g_footer .footer_content .subscribe_wrap p {
  margin-bottom: 15px;
}

#g_footer .footer_content .subscribe_wrap form {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

#g_footer .footer_content .subscribe_wrap input {
  background: #fff;
  border: none;
  color: #333;
}

#g_footer .footer_content .subscribe_wrap input::-webkit-input-placeholder {
  color: #999;
}

#g_footer .footer_content .subscribe_wrap input:-moz-placeholder {
  color: #999;
}

#g_footer .footer_content .subscribe_wrap input::-moz-placeholder {
  color: #999;
}

#g_footer .footer_content .subscribe_wrap input:-ms-input-placeholder {
  color: #999;
}

#g_footer .footer_content .subscribe_wrap button {
  padding: 0 20px;
}

#g_footer .copyright_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  border-top: 1px solid #888;
}

#g_footer .copyright_wrap a {
  color: #fff;
  margin-right: 15px;
}

#g_footer .copyright_wrap a:hover {
  color: #a4cc38;
}

#g_footer .copyright_wrap a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1600px) {
  .idx_news_combo::before {
    left: 2%;
  }
}

@media screen and (max-width: 1301px) {
  .jp_header #g_logo {
    margin-right: 20px;
  }
  .jp_header .menu > .item {
    margin: 0 10px;
  }
  .jp_header .menu > .item a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .menu > .item {
    margin: 0 20px;
  }
}

@media screen and (max-width: 1100px) {
  #g_logo {
    margin-right: 20px;
  }
  #idx_case .text {
    padding: 20px;
  }
  #idx_case .text h3, #idx_case .text p {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1040px) {
  .jp_header #g_logo {
    margin-right: 15px;
  }
  .jp_header .menu > .item {
    margin: 0 8px;
  }
  .jp_header .menu > .item a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1020px) {
  .menu > .item {
    margin: 0 15px;
  }
}

@media screen and (max-width: 1000px) {
  .menu {
    display: none;
  }
  #_mnav_btOpen {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    margin-top: 0;
  }
  #g_nav {
    position: relative;
    z-index: 0;
    justify-content: flex-end;
    margin-right: 50px;
  }
  #g_nav .lv1 {
    display: none;
  }
  ._m_nav {
    top: 52px;
    margin-top: 0;
  }
  #g_logo {
    margin: 15px 0;
  }
  .sub_menu .fn_menu, .sub_menu .language {
    padding: 0;
  }
  #idx_banner_wrap {
    margin-top: 52px;
  }
  #g_wrap {
    padding-top: 52px;
  }
  #idx_case .text {
    padding: 15px;
  }
  #idx_case .text h3, #idx_case .text p {
    margin-bottom: 10px;
  }
  #idx_case .text h3 {
    line-height: 1.4em;
  }
  #idx_case .text p {
    line-height: 1.5em;
  }
  #idx_case .text .more {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 900px) {
  #idx_case .text {
    width: 50%;
  }
  #idx_case .pic {
    width: 55%;
  }
}

@media screen and (max-width: 850px) {
  .idx_news_combo:before, #idx_case .slider_wrap:before, .idx_pds:before {
    display: none;
  }
  .idx_news_combo .pic_h {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .idx_news_combo .news_pic, .idx_news_combo .news_list {
    width: 100%;
  }
  #idx_case .control_wrap {
    width: 100%;
    transform: translateY(0);
    justify-content: center;
  }
  #idx_case .box {
    flex-direction: column-reverse;
  }
  #idx_case .slider_wrap {
    padding-bottom: 40px;
  }
  #idx_case .slider_wrap:before {
    left: auto;
    right: 5%;
    top: 0;
    bottom: auto;
    transform: translateY(-50%);
    width: 70%;
    background-position: right top;
  }
  #idx_case .text, #idx_case .pic {
    width: 100%;
  }
  #idx_case .text {
    position: relative;
    left: auto;
    top: auto;
    transform: translateY(-20px);
    width: 94%;
  }
  .idx_pds .idx_title {
    margin-bottom: 25px !important;
  }
  .idx_pds .slider_wrap {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  #g_footer .footer_menu .box {
    justify-content: center;
  }
  #g_footer .footer_menu a {
    font-size: 16px;
  }
  #g_footer .footer_menu a:before {
    width: 24px;
    height: 24px;
    margin-right: 7px;
  }
}

@media screen and (max-width: 700px) {
  #g_footer.jp_footer .footer_menu a {
    margin: 0 10px;
    font-size: 15px;
  }
}

@media screen and (max-width: 680px) {
  #g_header {
    height: 40px;
    padding-top: 8px;
    padding-bottom: 9px;
  }
  ._m_nav {
    top: 40px;
  }
  #idx_banner_wrap {
    margin-top: 40px;
  }
  .sub_menu .fn_menu, .sub_menu .language {
    padding: 0;
  }
  .sub_menu .language .main {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

@media screen and (max-width: 650px) {
  .section {
    padding: 5vh 0;
  }
  .idx_news_combo .s_tab_1 li {
    margin: 0;
  }
  #idx_case .slider_wrap:before {
    transform: translateY(-30%);
  }
}

@media screen and (max-width: 630px) {
  #g_footer.jp_footer .footer_menu .box {
    max-width: 400px;
  }
  #g_footer.jp_footer .footer_menu .box a {
    width: 170px;
  }
  #g_footer .footer_menu .box {
    flex-wrap: wrap;
    max-width: 350px;
  }
  #g_footer .footer_menu .box a {
    width: 130px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 550px) {
  #g_footer .footer_content {
    text-align: center;
  }
  #g_footer .footer_content .box {
    flex-direction: column;
    align-items: center;
  }
  #g_footer .share_wrap {
    margin-bottom: 20px;
  }
  #g_footer .copyright_wrap {
    flex-direction: column;
  }
  #g_footer .copyright_wrap .btn_wrap {
    width: 100%;
    text-align: center;
  }
  #idx_app, #idx_case, #idx_pds, #idx_news {
    border: none;
  }
}

@media screen and (max-width: 480px) {
  .idx_news_combo .s_tab_content li {
    padding-right: 45px;
  }
  #g_footer .footer_menu a {
    font-size: 14px;
    margin: 0 5px;
  }
}

@media screen and (max-width: 400px) {
  .sub_menu .fn_menu {
    display: none;
  }
  .idx_news_combo .s_tab_content li {
    padding-right: 35px;
  }
  .idx_news_combo .s_tab_content .arrow:before {
    width: 20px;
    height: 20px;
  }
  .idx_news_combo .s_tab_content time {
    margin-bottom: 5px;
  }
  #g_footer .footer_content .subscribe_wrap input {
    width: 150px;
  }
}

@media screen and (max-width: 375px) {
  #g_footer.jp_footer .footer_menu .box a span {
    width: 135px;
  }
  #g_footer .footer_menu .box {
    flex-direction: column;
    align-items: center;
  }
  #g_footer .footer_menu a {
    margin-bottom: 15px;
    font-size: 13px;
  }
  #g_footer .footer_menu a:last-child {
    margin-bottom: 0;
  }
  #g_footer .footer_menu a span {
    width: 90px;
  }
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

ol, ul {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
}

img {
  display: block;
}

.float_wrap {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  right: 15px;
  bottom: 30px;
  z-index: 9999;
  width: 90%;
  max-width: 250px;
  box-sizing: border-box;
  transition: 0.3s ease;
}

.float_wrap.scroll {
  bottom: 65px;
}

.float_wrap.hide {
  display: none;
}

.float_wrap.active .float_icon {
  transform: translateY(-175px);
}

.float_wrap.active .float_content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.float_wrap .float_icon {
  display: block;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}

.float_wrap .float_icon:hover img {
  transform: scale(1.1);
  transition: 0.3s ease;
}

.float_wrap .float_icon img {
  width: 70px;
}

.float_wrap .float_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 5px;
  bottom: 0;
  transform: translateY(20px);
  width: 100%;
  height: 160px;
  padding: 25px 15px;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #A5CD38;
  border-radius: 5px;
  color: #fff;
  box-sizing: border-box;
}

.float_wrap .float_content.bk {
  background: #555;
}

.float_wrap .float_content.bk .link_btn {
  background: #A5CD38;
  color: #fff;
}

.float_wrap .float_content.bk .link_btn:hover {
  background: #fff;
  color: #333;
}

.float_wrap .float_content .close_btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.float_wrap .float_content .close_btn:hover img {
  transform: rotate(180deg);
}

.float_wrap .float_content .close_btn img {
  width: 100%;
  transition: 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.float_wrap .float_content h3 {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: normal;
}

.float_wrap .float_content .link_btn {
  display: block;
  width: 100%;
  max-width: 120px;
  background: #fff;
  color: #A5CD38;
  text-align: center;
  border-radius: 5px;
  padding: 7px 0;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s ease;
}

.float_wrap .float_content .link_btn:hover {
  background: #999;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .float_wrap .float_icon img {
    width: 60px;
  }
}

.faq_footer_nav .gi_mail {
  width: 30px;
  background-image: url("/allSite/images/icon_email.svg");
  background-position: 0 0;
  background-size: contain;
}

.select_wrap {
  width: 100%;
}

.select_wrap a {
  transition: 0.3s ease;
}

.select_wrap .select_menu, .select_wrap .tag_menu, .select_wrap .tab_menu {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
}

.select_wrap .select_menu {
  margin-bottom: 30px;
}

.select_wrap .select_menu .box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-right: 25px;
}

.select_wrap .select_menu .box:first-child {
  max-width: 350px;
}

.select_wrap .select_menu .box:last-child {
  margin-right: 0;
}

.select_wrap .select_menu .box.box_2 {
  width: calc( 100% - 405px);
}

.select_wrap .select_menu .box h3 {
  display: block;
  width: 100%;
}

.select_wrap .select_menu .box input, .select_wrap .select_menu .box select {
  height: 35px;
  margin-right: 15px;
}

.select_wrap .select_menu .box select {
  width: 100%;
  max-width: 180px;
}

.select_wrap .select_menu .box select:last-child {
  margin-right: 0;
}

.select_wrap .select_menu .box .search_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  color: #fff;
  background: #A5CD38;
}

.select_wrap .select_menu .box .search_btn:hover {
  background: #666;
}

.select_wrap .tag_menu {
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dotted #ccc;
}

.select_wrap .tag_menu a {
  padding: 3px 8px;
  margin-right: 10px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.select_wrap .tag_menu a:hover, .select_wrap .tag_menu a.active {
  background: #A5CD38;
  color: #fff;
}

.select_wrap .tag_menu a.clear_btn {
  background: none;
  border-color: #fff;
  color: #A5CD38;
}

.select_wrap .tag_menu a.clear_btn:hover {
  border-color: #A5CD38;
}

.select_wrap .tab_menu {
  margin-bottom: 10px;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}

.select_wrap .tab_menu select {
  display: none;
  width: 100%;
  height: 35px;
}

.select_wrap .tab_menu a {
  position: relative;
  padding: 5px 15px 7px 15px;
  cursor: pointer;
  color: #999;
}

.select_wrap .tab_menu a:hover {
  color: #A5CD38;
}

.select_wrap .tab_menu a.active {
  color: #333;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
}

.select_wrap .tab_menu a.active:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #fff;
}

.select_wrap .sub_tab_menu {
  width: 100%;
  padding: 10px 20px 5px 20px;
}

.select_wrap .sub_tab_menu a {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
  cursor: pointer;
}

.select_wrap .sub_tab_menu a:hover, .select_wrap .sub_tab_menu a.active {
  color: #A5CD38;
}

.download_table tr td {
  min-height: 31px;
}

.download_table tr td.tl {
  text-align: left;
}

.download_tab_group .tab_wrap {
  position: relative;
  width: 100%;
}

.download_tab_group .download_h_wrap {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.download_tab_group .download_tab_box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.download_tab_group .download_tab_box.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1100px) {
  .select_wrap .select_menu .box {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .select_wrap .select_menu .box.box_2 {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .select_wrap .select_menu {
    margin-bottom: 10px;
  }
  .select_wrap .select_menu .box:first-child {
    max-width: none;
  }
  .select_wrap .select_menu .box input[type="text"] {
    width: 33%;
    min-width: 170px;
  }
  .select_wrap .select_menu .box select {
    width: 32%;
    margin-right: 2%;
  }
  .select_wrap .select_menu .box select:last-child {
    margin-right: 0;
  }
  .select_wrap .tag_menu {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .select_wrap .tag_menu a {
    margin-bottom: 10px;
  }
  .select_wrap .tab_menu {
    padding: 0;
    margin-bottom: 5px;
    border: none;
  }
  .select_wrap .tab_menu a {
    padding: 0;
    padding-right: 10px;
    margin-right: 8px;
    margin-bottom: 10px;
  }
  .select_wrap .tab_menu a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #ccc;
  }
  .select_wrap .tab_menu a:last-child:after {
    display: none;
  }
  .select_wrap .tab_menu a.active {
    border: none;
    color: #A5CD38;
  }
  .select_wrap .tab_menu a.active::before {
    display: none;
  }
  .select_wrap .sub_tab_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
  .select_wrap .sub_tab_menu a {
    padding: 2px 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
  }
  .select_wrap .sub_tab_menu a.active {
    color: #fff;
    background: #A5CD38;
    border-color: #A5CD38;
  }
}

@media screen and (max-width: 800px) {
  .faq_footer_nav li a {
    padding: 15px 0 10px 0;
  }
  .faq_footer_nav li a i {
    margin-bottom: 5px;
  }
  .faq_footer_nav li h4 {
    display: block;
    margin: 0 auto;
  }
  .select_wrap .tab_menu select {
    display: block;
  }
  .select_wrap .tab_menu a {
    display: none;
  }
  .pd_box .select_wrap a {
    display: block;
  }
}

@media screen and (max-width: 650px) {
  .faq_footer_nav {
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .faq_footer_nav li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .faq_footer_nav li a i {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .faq_footer_nav li h4 {
    display: inline-block;
  }
}

@media screen and (max-width: 450px) {
  .select_wrap .select_menu .box select {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    max-width: none;
  }
}

/* index.css ==============================================*/
.inquiry_banner .cover_bg {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/inquiry_bg.jpg");
  background-size: cover;
}

.inquiry_wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.inquiry_head, .inquiry_left {
  color: #fff;
}

.inquiry_head {
  width: 100%;
  margin-bottom: 20px;
  font-size: 26px;
}

.inquiry_left {
  width: 35%;
}

.inquiry_left .ck_zone {
  min-height: 350px;
  font-size: 15px;
}

.inquiry_left .ck_zone p {
  margin-bottom: 20px;
}

.inquiry_left .ck_zone a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.inquiry_left .info {
  color: #333;
  font-size: 18px;
}

.inquiry_left .info h4 {
  margin-bottom: 15px;
}

.inquiry_left .info p {
  margin-bottom: 5px;
  font-size: 15px;
}

.inquiry_right {
  width: 60%;
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.inquiry_right .s_form_1 li {
  width: 100%;
  margin-right: 0;
}

.inquiry_right .s_form_1 textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #ccc;
  padding: 9px 10px;
  text-indent: 10px;
}

.inquiry_right .s_form_1 .captcha_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 0;
}

.inquiry_right .s_form_1 .captcha_item > div {
  margin-right: 15px;
  width: 50%;
}

.inquiry_right .s_form_1 .captcha_item > div:last-child {
  margin-right: 0;
}

.inquiry_right .s_form_1 .captcha_item > div:first-child {
  max-width: 200px;
}

.inquiry_right .s_form_1 .captcha_item > div:nth-child(2) {
  max-width: 150px;
}

.inquiry_right .s_form_1 .captcha_item input {
  width: 100%;
  max-width: 200px;
}

.inquiry_right .s_form_1 .captcha_item .bt_send {
  width: calc( 100% - 380px);
  max-width: none;
  padding-left: 0;
}

.inquiry_right .s_form_1 .captcha_item .bt_send button {
  color: #fff;
}

.inquiry_right .s_form_1 .captcha_item .bt_send button i {
  display: none;
}

#_mpd_leftSide_btWrap {
  position: relative;
}

.pi_category {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #ccc;
}

.pi_category .box {
  flex: 1;
  border-right: 1px solid #ccc;
}

.pi_category .box:last-of-type {
  border: none;
}

.pi_category .box p {
  padding: 7px 15px;
  text-align: center;
}

.pi_category .box a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 7px 12px;
  transition: 0.3s ease;
}

.pi_category .box a:hover, .pi_category .box a.active {
  background: #A4CC38;
  color: #fff;
}

.pi_category .box a:hover i, .pi_category .box a.active i {
  opacity: 1;
}

.pi_category .box a i {
  opacity: 0;
  transition: 0.3s ease;
}

.pi_category #pi_pdlist {
  display: none;
  width: 100%;
  margin: 0;
  padding: 10px 12px;
  border: none;
  border-top: 1px solid #ccc;
  border-radius: 0;
  background: #eee;
}

.pi_category #pi_pdlist.show {
  display: block;
}

.other_text {
  display: none;
  margin-top: 10px;
}

.other_text.show {
  display: block;
}

.download_form select {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;

}

@media screen and (max-width: 950px) {
  .inquiry_left, .inquiry_right {
    width: 100%;
  }
  .inquiry_left .info {
    display: none;
  }
  .inquiry_left .ck_zone {
    margin-bottom: 20px;
    min-height: 0;
  }
  .inquiry_right {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 620px) {
  .pi_category {
    flex-direction: column;
  }
  .pi_category .box {
    width: 100%;
    min-height: 35px;
    border: none;
    border-bottom: 1px solid #ccc;
  }
  .pi_category .box:last-of-type {
    border: none;
  }
  .pi_category .box a {
    justify-content: center;
  }
  .inquiry_right .s_form_1 .captcha_item {
    flex-wrap: wrap;
    justify-content: center;
  }
  .inquiry_right .s_form_1 .captcha_item > div {
    position: relative;
    width: auto;
  }
  .inquiry_right .s_form_1 .captcha_item > div:first-child {
    max-width: 120px;
    margin-right: 10px;
  }
  .inquiry_right .s_form_1 .captcha_item input {
    max-width: none;
  }
  .inquiry_right .s_form_1 .captcha_item .bt_send {
    width: 100%;
    max-width: 350px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 375px) {
  .inquiry_right .s_form_1 .captcha_item > div {
    width: 100%;
    margin-bottom: 10px;
  }
  .inquiry_right .s_form_1 .captcha_item > div:first-child {
    max-width: none;
  }
  .inquiry_right .s_form_1 .captcha_item .bt_send {
    max-width: none;
    padding-top: 10px;
  }
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.loaded {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}
/*# sourceMappingURL=style.css.map */


.pd_tag_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc( 100% - 100px );
  font-size: 15px;
  /* padding-bottom: 10px;
  margin-bottom: 10px;
  background: url("../../img/dot_line.gif") repeat-x center bottom; */
}
.pd_tag_wrap .tags {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc( 100% - 220px );
}
.pd_tag_wrap .tags label {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin: 5px 15px 5px 0;
  cursor: pointer;
}
.pd_tag_wrap .tags input{
  position: relative;
  margin-right: 5px;
}
.pd_tag_wrap .search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  border: 1px solid #ccc;
}
.pd_tag_wrap .search input, .pd_tag_wrap .search button {
  height: 26px;
}
.pd_tag_wrap .search input {
  width: 160px;
  border: none;
}
.pd_tag_wrap .search button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 40px;
  border: none;
  background: none;
}

.pd_tag_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.pd_tag_header #pd_list_style {
  float: none;
  margin-right: 0;
}

#downloads.inpage {
  padding-top: 30px;
}
#downloads.inpage .head, #downloads.inpage .download_tab_group {
  width: 94%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.sloution_inquiry {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 60px 0;
  text-align: center;
}
.sloution_inquiry .box {
  width: 94%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.sloution_inquiry .box h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.sloution_inquiry .btn:hover {
  background: #333;
}
/* .sloution_inquiry .btn:hover {
  background: #a4cc38;
  border: none;
} */

#if_right_side.wide {
  margin-bottom: 70px;
}

@media screen and (max-width: 640px) {
  .pd_tag_wrap .tags {
    width: 100%;
    margin-bottom: 15px;
  }
}
