@charset "UTF-8";

/* unit

1. Basic
   -font family
2. Index
   -header
   -footer
   -seo
   -other setting
3. Inside
   -detail
4. Home
5. About
6. Applications
7. Product
   -Search
8. Solution
9. News
10. Csr
11. Support
12. Contact

*/

/* 1. Basic */
article, section, aside, div, ul, ol, li, menu, p, a, nav, link, form, input, textarea, button, select, option, label,
img, map, area, picture, svg, audio, video, table, caption, th, tr, td, thead, tbody, tfoot, address {
  margin: 0;
  padding: 0; }
body {
  margin: 0;
  position: relative; }
main {
  display: block; }
address {
  font-style: inherit; }
li {
  list-style-type: none; }
picture {
  display: block; }
img {
  width: 100%;
  max-width: 100%;
  display: block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
h1, h2, h3, h4, h5, h6 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0;
  padding: 0;
  font-weight: inherit; }
a {
  text-decoration: none;
  color: inherit;
  display: block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
 }
a:focus {
  outline: none; }
p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0; }
  p:focus {
    outline: none; }
input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  overflow: auto; }
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.wp_show{
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

/* font family */
@font-face {
  font-family: 'CenturyGothicRegular';
  src: url("../font/CenturyGothic/Regular/CenturyGothicRegular.eot") format("embedded-opentype"), url("../font/CenturyGothic/Regular/CenturyGothicRegular.ttf") format("truetype"), url("../font/CenturyGothic/Regular/CenturyGothicRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CenturyGothicBold';
  src: url("../font/CenturyGothic/Bold/CenturyGothicBold.eot") format("embedded-opentype"), url("../font/CenturyGothic/Bold/CenturyGothicBold.ttf") format("truetype"), url("..font/CenturyGothic/Bold/CenturyGothicBold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MyriadPro-Light';
  src: url("../font/MyriadPro/Light/MyriadPro-Light.eot") format("embedded-opentype"), url("../font/MyriadPro/Light/MyriadPro-Light.ttf") format("truetype"), url("../font/MyriadPro/Light/MyriadPro-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url("../font/MyriadPro/Regular/MyriadPro-Regular.eot") format("embedded-opentype"), url("../font/MyriadPro/Regular/MyriadPro-Regular.ttf") format("truetype"), url("../font/MyriadPro/Regular/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body{
  width: 100%;
  font-family: 'MyriadPro-Light', '微軟正黑體';

}
.header_focus_menu_font, .footer_title_font, .banner_title_font, .slick_page_font, .web_subtitle_font, .web_title_font, .web_link_font, .detail_layout_title_font, .web_line_title_font, .web_page_bar_bt{
  font-family: 'CenturyGothicBold', '微軟正黑體';
}
.header_menu_font, .footer_font, .webbt_font, .web_bread_font, .web_sub_date_font, .web_block_title_font, .web_documents_font, .web_inquiry_font{
  font-family: 'CenturyGothicRegular', '微軟正黑體';
}
.header_focus_menu_font{
  font-size: 0.875rem;
}
.header_menu_font{
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .header_menu_font{
    font-size: 0.875rem;
  }
}
.footer_font{
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.footer_title_font{
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.main_font{
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
.banner_title_font{
  font-size: 3.375rem;
  line-height: 4rem;
}
.slick_page_font{
  font-size: 0.8125rem;
}
.webbt_font{
  font-size: 0.875rem;
}
.web_subtitle_font{
  font-size: 0.9375rem;
  color: #e60012;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.web_title_font{
  font-size: 2.5rem;
  line-height: 3.125rem;
  color: #333333;
  margin: 0 0 20px 0;
}
.web_link_font{
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #333333;
  margin: 0 0 10px 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.web_bread_font{
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  color: #4c4c4c;
}
.web_sub_date_font{
  font-size: 0.875rem;
}
.detail_layout_title_font{
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #e60012;
}
.photo_directions_font{
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #999999;
  font-style: italic;
}
.web_line_title_font{
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #333333;
}
.web_block_title_font{
  font-size: 1.625rem;
  line-height: 2.25rem;
}
.web_documents_font{
  font-size: 0.9375rem;
  line-height: 1.4375rem;
}
.web_page_bar_bt{
  font-size: 0.875rem;
}
@media screen and (max-width: 1280px) {
  .banner_title_font{
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
  .web_title_font{
    font-size: 2.125rem;
    line-height: 2.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .web_title_font{
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
  .web_block_title_font{
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .banner_title_font{
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
  .web_subtitle_font{
    font-size: 0.8125rem;
  }
  .web_title_font{
    font-size: 1.375rem;
    line-height: 2rem;
    margin: 0 0 20px 0;
  }
  .web_link_font{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .web_line_title_font{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .web_page_bar_bt{
    font-size: 0.75rem;
  }
}

/* 2. Index */

/* header */
header{
  display: block;
  text-align: center;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: -75px;
  opacity: 0;
  background: #fff;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
header.wp_show{
  top: 0;
  opacity: 1;
  -moz-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
}
.on_header{
  background: #e60012;
}

header section{
  display: inline-block;
  width: calc(100% - 100px);
  padding: 25px 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.on_header section{
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  header section{
    width: calc(100% - 40px);
  }
  .on_header section{
    padding: 15px 0;
  }
}

header section .logo{
  float: left;
}
header section .logo img{
  display: block;
  width: 140px;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
header section .logo img:nth-child(1){
  opacity: 1;
}
header section .logo img:nth-child(2){
  opacity: 0;
}
header section .logo .name{
  width: 0;
  height: 0;
  overflow: hidden;
}
.on_header section .logo img{
  width: 120px;
}
.on_header section .logo img:nth-child(1){
  opacity: 0;
}
.on_header section .logo img:nth-child(2){
  opacity: 1;
}
@media screen and (max-width: 767px) {
  header section .logo img{
    width: 120px;
  }
  .on_header section .logo img{
    width: 110px;
  }
}

header section .menu_bt{
  float: right;
  cursor: pointer;
  margin: 0 0 0 40px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
header section .menu_bt span{
  height: 2px;
  width: 25px;
  margin: 0 0 5px 0;
  display: block;
  background: #e60012;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
header section .menu_bt span:last-child{
  margin: 0;
}
@media screen and (min-width: 769px) {
  header section .menu_bt:hover{
    padding: 2px 0;
  }
  header section .menu_bt:hover span:nth-child(1){
    margin: 0 0 8px 0;
  }
  header section .menu_bt:hover span:nth-child(2){
    height: 0;
    margin: 0;
    opacity: 0;
  }
}
.on_header section .menu_bt span{
  background: #fff;
}
@media screen and (max-width: 767px) {
  header section .menu_bt{
    margin: 0 0 0 25px;
  }
}

header section .menu_box{
  display: inline-block;
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
  width: 0;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: all 0s ease 0.5s;
  -moz-transition: all 0s ease 0.5s;
  -ms-transition: all 0s ease 0.5s;
  -o-transition: all 0s ease 0.5s;
  transition: all 0s ease 0.5s;
}
header section .menu_box .menu{
  float: right;
  background: #00123a;
  padding: 35px 0;
  height: calc(100vh - 70px);
  width: 0;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.4s ease 0.1s;
  -moz-transition: all 0.4s ease 0.1s;
  -ms-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}
header section .menu_box .menu .menu_logo img{
  width: 140px;
  opacity: 0;
}
header section .menu_box .menu .close{
  float: right;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0.1s;
}
header section .menu_box .menu .close span{
  height: 2px;
  width: 26px;
  margin: 0 0 3px 0;
  display: block;
  background: #e60012;
}
header section .menu_box .menu .close span:first-child{
  -moz-transform: rotate(-45deg) translate(-5px, 4px);
  -webkit-transform: rotate(-45deg) translate(-5px, 4px);
  -o-transform: rotate(-45deg) translate(-5px, 4px);
  -ms-transform: rotate(-45deg) translate(-5px, 4px);
  transform: rotate(-45deg) translate(-5px, 4px);
}
header section .menu_box .menu .close span:last-child{
  -moz-transform: rotate(45deg) translate(1px, 1px);
  -webkit-transform: rotate(45deg) translate(1px, 1px);
  -o-transform: rotate(45deg) translate(1px, 1px);
  -ms-transform: rotate(45deg) translate(1px, 1px);
  transform: rotate(45deg) translate(1px, 1px);
}
header section .menu_box .menu .list{
  float: left;
  margin: 80px 0 0 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
header section .menu_box .menu .list a{
  float: left;
  clear: both;
  margin: 0 0 25px 0;
}
@media screen and (min-width: 950px) {
  header section .menu_box .menu .list a:hover{
    color: #e60012;
  }
}
header section .menu_box .bg{
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}
header section .on_menu{
  width: 100vw;
  overflow: inherit;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -ms-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
header section .on_menu .menu{
  padding: 35px 30px;
  width: calc(300px - 100px);
  overflow: inherit;
  -webkit-transition: all 0.4s ease 0.1s;
  -moz-transition: all 0.4s ease 0.1s;
  -ms-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}
header section .on_menu .menu .menu_logo img{
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
}
header section .on_menu .menu .close{
  opacity: 1;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}
header section .on_menu .menu .list{
  opacity: 1;
  -webkit-transition: all 0.4s ease 0.2s;
  -moz-transition: all 0.4s ease 0.2s;
  -ms-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
header section .on_menu .bg{
  opacity: 0.5;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  header section .menu_box .menu{
    padding: 40px 0;
    height: calc(100vh - 80px);
  }
  header section .on_menu .menu{
    padding: 40px 35px;
    width: calc(100vw - 70px);
  }
  header section .menu_box .menu .menu_logo img{
    width: 150px;
  }
  header section .menu_box .menu .list{
    margin: 80px 0 0 0;
  }
}

header section .lang{
  float: right;
  margin: 0 0 0 30px;
  text-transform: uppercase;
  position: relative;
}
header section .lang .now_lang{
  color: #4c4c4c;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
header section .lang .now_lang .title, header section .lang .now_lang i{
  float: left;
}
header section .lang .now_lang i{
  color: #e60012;
  font-size: 0.75rem;
  margin: 2px 0 0 0;
  padding: 0 0 0 8px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
header section .lang .lang_list{
  position: absolute;
  z-index: 50;
  background: #4c4c4c;
  color: #fff;
  top: 30px;
  left: 50%;
  padding: 0 25px;
  height: 0;
  overflow: hidden;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
header section .lang .on_lang{
  padding: 15px 25px;
  height: auto;
  overflow: initial;
}
header section .lang .lang_list .on{
  color: #e60012;
}
header section .lang .lang_list a{
  margin: 0 0 10px 0;
}
.on_header section .lang .now_lang{
  color: #fff;
}
.on_header section .lang .now_lang i{
  color: #fff;
}

header section .focus_menu{
  float: right;
}
header section .focus_menu a{
  float: left;
  margin: 0 20px;
  color: #4c4c4c;
  position: relative;
}
.on_header section .focus_menu a{
  color: #fff;
}
@media screen and (min-width: 950px) {
  header section .focus_menu a .title::before{
    content: '';
    background: #e60012;
    position: absolute;
    width: 0%;
    height: 4px;
    bottom: -15px;
    left: 100%;
    -webkit-transition: width .5s , left .5s;
    -moz-transition: width .5s , left .5s;
    -ms-transition: width .5s , left .5s;
    -o-transition: width .5s , left .5s;
    transition: width .5s , left .5s;
  }
  header section .focus_menu a:hover .title::before{
    left: 0%;
    width: 100%;
    -webkit-transition: width .5s , left .0s;
    -moz-transition: width .5s , left .0s;
    -ms-transition: width .5s , left .0s;
    -o-transition: width .5s , left .0s;
    transition: width .5s , left .0s;
  }
  .on_header section .focus_menu a .title::before{
    background: #fff;
  }
}
@media screen and (max-width: 950px) {
  header section .focus_menu{
    float: inherit;
    position: absolute;
    padding: 20px 50px;
    width: calc(100% - 100px);
    left: 0;
    top: 72px;
    opacity: 1;
    background: #e60012;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  header section .focus_menu a{
    margin: 0 40px 0 0;
    color: #fff;
  }
  .on_header section .focus_menu{
    padding: 0 50px;
    top: 62px;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  header section .focus_menu{
    padding: 0 50px;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
}

/* footer */
footer{
  float: left;
  padding: 70px 50px 0 50px;
  width: calc(100% - 100px);
  background: #00123a;
  text-align: center;
  color: #a3a7af;
}
@media screen and (min-width: 769px) {
  footer a:hover{
    color: #e60012;
  }
}

footer article{
  display: inline-block;
  width: 100%;
  max-width: 1280px;
  text-align: left;
}

footer article div, footer article section{
  float: left;
}
footer article .item .item_title{
  width: 100%;
  color: #fff;
  margin: 4px 0 30px 0;
}

footer article .about{
  margin: 0 30px 0 0;
  width: calc(100% - 30px);
  max-width: calc(35% - 30px);
}
footer article .about .logo{
  margin:  0 0 36px 0;
}
footer article .about img{
  width: 160px;
}
footer article .about .info, footer article .about .info .contact, footer article .about .info .contact div{
  clear: both;
}
footer article .about .info .address{
  margin:  0 0 10px 0;
}
footer article .about .info .contact div{
  margin: 0 0 5px 0;
}
footer article .about .info .contact div .title{
  color: #fff;
  font-weight: bold;
  margin: 0 8px 0 0;
}

footer article .footer_menu{
  margin: 0 4% 0 6%;
  width: calc(100% - 10%);
  max-width: calc(40% - 10%);
}
footer article .footer_menu .list{
  margin: 0 5% 0 0;
  width: calc(50% - 5%);  
}
footer article .footer_menu .list a{
  float: left;
  clear: both;
  margin: 0 0 10px 0;
}

footer article .lang{
  margin: 0 0 0 30px;
  width: calc(100% - 30px);
  max-width: calc(25% - 30px);
}
footer article .lang .list{
  width: 100%;
  margin: 0 0 30px 0;
}
footer article .lang .list a{
  display: inline-block;
  margin: 0 0 5px 0;
}
footer article .lang .list span{
  display: inline-block;
  margin: 0 10px;
  font-weight: bolder;
}
footer article .lang .bt{
  float: left;
}

footer article .copyright{
  width: 100%;
  margin: 40px 0 0 0;
  padding: 30px 0;
  border-top: #1a2a4e 1px solid;
}
footer article .copyright .community_icon{
  float: right;
}
footer article .copyright .community_icon a{
  float: left;
  margin: 0 10px;
}
footer article .copyright .community_icon a:last-child{
  margin: 0 0 0 10px;
}
footer article .copyright .info .text{
  margin: 0 15px 0 0;
}
footer article .copyright .info .web_design a{
  display: inline-block;
}
@media screen and (max-width: 950px) {
  footer article .about{
    margin: 0 0 60px 0;
    width: 100%;
    max-width: 100%;
  }
  footer article .about .logo{
    margin:  0 0 20px 0;
  }
  footer article .about .info .address{
    margin:  0 0 13px 0;
  }
  footer article .about .info .contact div{
    margin: 0 25px 5px 0;
    clear: initial;
  }

  footer article .footer_menu{
    margin: 0 10% 0 0;
    width: calc(100% - 10%);
    max-width: calc(50% - 10%);
  }

  footer article .lang{
    max-width: calc(50% - 30px);
  }
  footer article .lang .list{
    margin: 0 0 25px 0;
  }

  footer article .copyright{
    margin: 50px 0 0 0;
  }
  footer article .copyright .community_icon{
    float: left;
    margin: 0 0 10px 0;
  }
  footer article .copyright .community_icon a{
    font-size: 1rem;
  }
  footer article .copyright .community_icon a:first-child{
    margin: 0 10px 0 0;
  }
  footer article .copyright .info{
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  footer{
    padding: 50px 20px 0 20px;
    width: calc(100% - 40px);
  }

  footer article .about{
    margin: 0 0 40px 0;
  }

  footer article .about img{
    width: 140px;
  }

  footer article .footer_menu, footer article .lang{
    margin: 0;
    width: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
  }

  footer article .copyright{
    margin: 0;
  }
}

/* seo */
.seo_info{
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* other setting */
/* Button */
.webbt{
  padding: 11px;
  width: calc(100% - 22px);
  max-width: calc(220px - 22px);
  text-align: center;
  position: relative;
}
.webbt::after, .webbt::before{
  content: '';
  position: absolute;
  z-index: 1;
  opacity: 0.5;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.webbt:hover::after, .webbt:hover::before{
  width: 100%;
  height: 100%;
}
.webbt::before{
  opacity: 0;
  -webkit-transition: all 0.4s ease 0.1s;
  -moz-transition: all 0.4s ease 0.1s;
  -ms-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}
.webbt:hover::before{
  opacity: 1;
}
.webbt span{
  display: block;
  position: relative;
  z-index: 2;
}
footer .webbt{
  max-width: calc(100% - 22px);
}
.bt_option_One{
  background: #e60012;
  color: #fff;
}
.bt_option_two, .bt_option_three{
  background: #fff;
  color: #e60012;
  border: #e60012 1px solid;
}
.bt_option_three{
  background-color: rgba(255,255,255,0);
}
.bt_option_four{
  background-color: rgba(255,255,255,0);
  color: #808080;
  border: #808080 1px solid;
}
.bt_option_double{
  width: calc(40% - 30px);
  max-width: initial;
}
.web_detail_bt, .web_sub_page_bt{
  padding: 11px;
  width: calc(100% - 22px);
  max-width: calc(220px - 22px);
  text-align: center;
  background: #e60012;
  border-radius: 100px;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.sub_menu .web_detail_bt{
  padding: 5px 20px;
  width: auto;
  max-width: initial;
  background: #e6e6e6;
  color: #333333;
}
.sub_menu .web_detail_bt.on{
  background: #e60012;
  color: #fff;
}
.web_sub_page_bt{
  float: left;
  width: calc(50% - 22px);
  max-width: initial;
  border-radius: initial;
  background: #333333;
  color: #ffffff;
}
.web_sub_page_bt.on{
  background: #e60012;
  color: #fff;
}
.web_back_bt{
  padding: 10px 18px;
  width: calc(100% - 36px);
  max-width: calc(150px - 36px);
  cursor: pointer;
}
.web_label_link_bt{
  padding: 8px 12px;
  background: #f2f2f2;
  color: #666666;
}
.web_page_bar_bt a{
  display: inline-block;
  padding: 5px;
  margin: 0 5px 10px 5px;
  width: 30px;
  border: #f5f5f5 2px solid;
}
.web_page_bar_bt a.on{
  border: #e60012 2px solid;
  background: #e60012;
  color: #fff;
}
.web_page_bar_bt a:first-child,.web_page_bar_bt a:last-child{
  padding: 5px 10px;
  margin: 0 0 10px 0;
  width: auto;
  min-width: 100px;
}
@media screen and (min-width: 769px) {
  .bt_option_One:hover{
    color: #e60012;
  }
  .bt_option_One::after, .bt_option_One::before{
    background: #fff;
  }
  .bt_option_two:hover, .bt_option_three:hover, .bt_option_four:hover{
    color: #fff;
  }
  .bt_option_two::after, .bt_option_two::before, .bt_option_three::after, .bt_option_three::before, .bt_option_four::after, .bt_option_four::before{
    background: #e60012;
  }
  .web_label_link_bt:hover{
    background: #e60012;
    color: #fff;
  }
  .bt_option_four:hover{
    border: #e60012 1px solid;
  }
  .web_detail_bt:hover{
    background: #e5e5e5;
    color: #e60012;
  }
  .sub_menu .web_detail_bt:hover, .web_sub_page_bt:hover{
    background: #e60012;
    color: #fff;
  }
  .web_page_bar_bt a:hover{
    border: #e60012 2px solid;
    background: #e60012;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .bt_option_two, .bt_option_three{
    background: #e60012;
    color: #fff;
    border: #e60012 1px solid;
  }
  .bt_option_four{
    background: #808080;
    color: #fff;
    border: #808080 1px solid;
  }
  .bt_option_double{
    width: calc(50% - 24px);
  }
  .bt_option_m{
    width: calc(100% - 24px);
  }
}

/* 3. Inside */
body.inside .inside_main_plain, body.detail main{
  float: left;
  margin: 160px 50px 150px 50px;
  width: calc(100% - 100px);
  text-align: center;
  overflow: hidden;
}
body.inside .inside_main_half{
  float: left;
  margin: 0 0 150px 0;
  width: 100%;
  text-align: center;
}
body.inside .inside_info li, body.inside .detail_info li, body.detail .inside_info li, body.detail .detail_info li{
  float: left;
  clear: both;
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
  color: #666666;
  background: url(../images/li_background.svg) left 10px no-repeat;
  background-size: 5px auto;
}
@media screen and (max-width: 950px) {
  body.inside .inside_main_plain, body.detail main{
    margin: 200px 50px 80px 50px;
  }
  body.inside .inside_main_half{
    margin: 0 0 80px 0;
  }
}
@media screen and (max-width: 767px) {
  body.inside .inside_main_plain, body.detail main{
    margin: 120px 20px 80px 20px;
    width: calc(100% - 40px);
  }
}

body.inside .inside_banner_plain_text{
  display: inline-block;
  width: 100%;
  max-width: 900px;
  position: relative;
  opacity: 0;
  top: 50px;
}
body.inside .inside_banner_plain_text.wp_show{
  opacity: 1;
  top: 0;
}
body.inside .inside_banner_all{
  margin: 0 0 60px 0;
}
body.inside .inside_banner_unit{
  margin: 0 0 100px 0;
}
@media screen and (max-width: 767px) {
  body.inside .inside_banner_plain_text{
    top: initial;
  }
  body.inside .inside_banner_all{
    margin: 0 0 50px 0;
  }
  body.inside .inside_banner_unit{
    margin: 0 0 80px 0;
  }
}

body.inside .inside_main_half .inside_banner_half{
  width: 100%;
  height: 750px;
  position: relative;
}
body.inside .inside_main_half .inside_banner_half .cont{
  position: absolute;
  z-index: 5;
  padding: 0 50px;
  width: calc(100% - 100px);
  max-width: 900px;
  text-align: center;
  left: 50%;
  top: 55%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
body.inside .inside_main_half .inside_banner_half .cont.wp_show{
  top: 50%;
  opacity: 1;
}
body.inside .inside_main_half .inside_banner_half .cont .headline, body.inside .inside_main_half .inside_banner_half .cont .text{
  color: #fff;
}
body.inside .inside_main_half .inside_banner_half .cont .bt{
  margin: 50px 0 0 0;
}
body.inside .inside_main_half .inside_banner_half .cont .bt a{
  display: inline-block;
}
body.inside .inside_main_half .inside_banner_half .cont .award{
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  opacity: 0;
  top: 50px;
  -webkit-transition: all 0.6s ease-in-out 0.2s;
  -moz-transition: all 0.6s ease-in-out 0.2s;
  -ms-transition: all 0.6s ease-in-out 0.2s;
  -o-transition: all 0.6s ease-in-out 0.2s;
  transition: all 0.6s ease-in-out 0.2s;
}
body.inside .inside_main_half .inside_banner_half .cont.wp_show .award{
  opacity: 1;
  top: 0;
}
body.inside .inside_main_half .inside_banner_half .cont .award img{
  display: inline-block;
  width: 150px;
}
body.inside .inside_main_half .inside_banner_half .photo{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}
body.inside .inside_main_half .inside_banner_half .photo img{
  position: absolute;
  height: 100%;
  width: auto;
  max-width: initial;
  opacity: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%, -50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.5s ease-in-out 0s;
  -moz-transition: opacity 0.5s ease-in-out 0s;
  -ms-transition: opacity 0.5s ease-in-out 0s;
  -o-transition: opacity 0.5s ease-in-out 0s;
  transition: opacity 0.5s ease-in-out 0s;
}
body.inside .inside_main_half .inside_banner_half .photo.wp_show img{
  opacity: 0.5;
}

body.inside .inside_main_half .inside_banner_news{
  float: left;
  width: 100%;
  height: 750px;
  background: #f2f2f2;
}
body.inside .inside_main_half .inside_banner_news .cont{
  float: left;
  margin: 0 100px 0 50px;
  padding: 160px 0 0 0;
  width: calc(50% - 150px);
  text-align: left;
  position: relative;
  z-index: 1;
  background: #f2f2f2;
  position: relative;
  opacity: 0;
  right: 100px;
}
body.inside .inside_main_half .inside_banner_news .cont.wp_show{
  opacity: 1;
  right: 0;
}
body.inside .inside_main_half .inside_banner_news .cont .unit_title{
  float: right;
  width: 100%;
  max-width: 540px;
}
body.inside .inside_main_half .inside_banner_news .cont .hot_news{
  float: right;
  clear: both;
  width: 100%;
  max-width: 540px;
  margin: 40px 0 0 0;
}
body.inside .inside_main_half .inside_banner_news .cont .hot_news .title, body.inside .inside_main_half .inside_banner_news .cont .hot_news .text, body.inside .inside_main_half .inside_banner_news .cont .hot_news .bt {
  float: left;
  clear: both;
  width: 100%;
}
body.inside .inside_main_half .inside_banner_news .cont .hot_news .text{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
body.inside .inside_main_half .inside_banner_news .cont .hot_news .bt{
  margin: 50px 0 0 0;
}
body.inside .inside_main_half .inside_banner_news .photo{
  float: right;
  width: 0%;
  height: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
body.inside .inside_main_half .inside_banner_news .photo.wp_show{
  width: 50%;
  opacity: 1;
}
body.inside .inside_main_half .inside_banner_news .photo img{
  position: absolute;
  height: 100%;
  width: auto;
  max-width: initial;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1280px) {
  body.inside .inside_main_half .inside_banner_half{
    height: 600px;
  }

  body.inside .inside_main_half .inside_banner_news .cont{
    margin: 0 50px 0 50px;
    width: calc(50% - 100px);
  }
}
@media screen and (max-width: 768px) {
  body.inside .inside_main_half .inside_banner_half .cont{
    margin: 40px 0 0 0;
  }

  body.inside .inside_main_half .inside_banner_news .cont{
    padding: 200px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.inside .inside_main_half .inside_banner_half .cont{
    padding: 0 20px;
    width: calc(100% - 40px);
    margin: 30px 0 0 0;
  }
  body.inside .inside_main_half .inside_banner_half{
    height: 350px;
  }
  body.inside .inside_main_half .inside_banner_half .cont .award{
    margin: 0;
  }
  body.inside .inside_main_half .inside_banner_half .cont .award img{
    width: 80px;
  }
  body.inside .inside_main_half .m_inside_banner_full{
    height: 100vh;
  }

  body.inside .inside_main_half .inside_banner_news{
    height: 100%;
  }
  body.inside .inside_main_half .inside_banner_news .cont{
    margin: 0 20px 0 20px;
    padding: 120px 0 0 0;
    width: calc(100% - 40px);
    right: initial;
  }
  body.inside .inside_main_half .inside_banner_news .cont.wp_show{
    right: initial;
  }
  body.inside .inside_main_half .inside_banner_news .cont .unit_title{
    max-width: 100%;
  }
  body.inside .inside_main_half .inside_banner_news .cont .hot_news{
    max-width: 100%;
    margin: 20px 0 0 0;
  }
  body.inside .inside_main_half .inside_banner_news .photo{
    width: 100%;
    height: 100%;
    overflow: initial;
    margin: 50px 0 0 0;
    top: 50px;
  }
  body.inside .inside_main_half .inside_banner_news .photo.wp_show{
    width: 100%;
    top: 0;
  }
  body.inside .inside_main_half .inside_banner_news .photo img{
    position: initial;
    height: auto;
    width: 100%;
    left: initial;
    -moz-transform: initial;
    -webkit-transform: initial;
    -o-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
}

body.inside main .inside_info, body.detail main .detail_info{
  display: inline-block;
  width: 100%;
  max-width: 1280px;
  text-align: left;
}
body.inside .inside_main_half .inside_info{
  display: inline-block;
  margin: 0 50px;
  width: calc(100% - 100px);
  max-width: calc(1380px - 100px);
  text-align: left;
}
@media screen and (max-width: 767px) {
  body.inside .inside_main_half .inside_info{
    margin: 0 20px;
    width: calc(100% - 40px);
    max-width: calc(1380px - 40px);
  }
}

body.inside .inside_info .sub_menu, body.inside .inside_info .sub_page{
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 50px 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
body.inside .inside_info .sub_menu.wp_show, body.inside .inside_info .sub_page.wp_show{
  opacity: 1;
}
body.inside .inside_info .sub_page{
  margin: 0 0 60px 0;
}
body.inside .inside_info .sub_menu a{
  display: inline-block;
  margin: 0 15px 15px 0;
}
body.inside .inside_info .sub_menu a:last-child{
  margin: 0 0 15px 0;
}
body.inside .inside_info .sub_page a{
  display: inline-block;
}
body.inside .inside_info .page_bar_list{
  float: left;
  width: 100%;
  text-align: center;
  margin: 100px 0 0 0;
  position: relative;
  opacity: 0;
  top: 50px;
}
body.inside .inside_info .page_bar_list.wp_show{
  opacity: 1;
  top: 0;
}
@media screen and (max-width: 1024px) {
  body.inside .inside_info .page_bar_list{
    margin: 50px 0 0 0;
  }
}

body.detail main .sub_date, body.detail main .sub_date div, body.detail main .sub_date span, body.inside main .sub_date, body.inside main .sub_date div, body.inside main .sub_date span{
  float: left;
}
body.detail main .full .sub_date, body.inside main .full .sub_date{
  margin: 0 0 20px 0;
}
body.detail main .sub_date .classification, body.inside main .sub_date .classification{
  color: #999999;
}
body.detail main .sub_date .date, body.inside main .sub_date .date{
  color: #e60012;
}
body.detail main .sub_date span, body.inside main .sub_date span{
  color: #e5e5e5;
  margin: 0 5px;
}

body.inside .inside_info .inside_text_cont{
  text-align: center;
  margin: 0 0 100px 0;
  position: relative;
  opacity: 0;
  top: 50px;
}
body.inside .inside_info .inside_text_cont.wp_show{
  opacity: 1;
  top: 0;
}
body.inside .block_title{
  margin: 0 0 30px 0;
}
body.inside p{
  display: block;
  margin: 0 0 15px 0;
}
body.inside p:last-child{
  margin: 0;
}
body.inside .inside_info .p_box_list{
  float: left;
  width: 100%;
  margin: 0 0 80px 0;
  letter-spacing: -4px;
  word-spacing: -4px;
  font-size: 0;
  text-align: left;
}
body.inside .inside_info .p_box_list .box{
  display: inline-block;
  margin: 0 50px 60px 0;
  width: calc(50% - 50px);
  vertical-align: top;
  font-size: initial;
  letter-spacing: normal;
  word-spacing: normal;
  position: relative;
  opacity: 0;
  top: 100px;
}
body.inside .inside_info .p_box_list .box.wp_show{
  opacity: 1;
  top: 0;
}
body.inside .inside_info .p_box_list .box:nth-child(2n){
  margin: 0 0 60px 50px;
  -webkit-transition: all 0.6s ease-in-out 0.3s;
  -moz-transition: all 0.6s ease-in-out 0.3s;
  -ms-transition: all 0.6s ease-in-out 0.3s;
  -o-transition: all 0.6s ease-in-out 0.3s;
  transition: all 0.6s ease-in-out 0.3s;
}
body.inside .inside_info .p_box_list .box .text{
  margin: 0 0 20px 0;
}

body.inside .link_block{
  float: left;
  width: 100%;
  overflow: hidden;
}
body.inside .link_block .box{
  float: left;
  width: 100%;
  background: #ffffff;
}
body.inside .link_block .box.wp_show{
  background: #f2f2f2;
}
body.inside .link_block .box .photo{
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0;
  right: 10%;
}
body.inside .link_block .box .photo.wp_show{
  opacity: 1;
  right: 0;
}
body.inside .link_block .box .photo img{
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.inside .link_block .box .cont{
  float: left;
  margin: 100px 50px 100px 100px;
  width: calc(50% - 150px);
  max-width: calc(690px - 150px);
  text-align: left;
  position: relative;
  opacity: 0;
  left: 10%;
}
body.inside .link_block .box .cont.wp_show{
  opacity: 1;
  left: 0;
}
body.inside .link_block .box .bt{
  margin: 50px 0 0 0;
}
body.inside .link_block .box:nth-child(2n) .photo{
  float: right;
  right: initial;
  left: 10%;
}
body.inside .link_block .box:nth-child(2n) .photo.wp_show{
  right: initial;
  opacity: 1;
  left: 0;
}
body.inside .link_block .box:nth-child(2n) .cont{
  float: right;
  margin: 100px 100px 100px 50px;
  left: initial;
  right: 10%;
}
body.inside .link_block .box:nth-child(2n) .cont.wp_show{
  left: initial;
  opacity: 1;
  right: 0;
}

body.inside .inside_graphic, body.inside .inside_graphic .box{
  float: left;
  width: 100%;
}
body.inside .inside_graphic{
  margin: 0 0 50px 0;
}
body.inside .inside_graphic .box{
  margin: 0 0 80px 0;
}
body.inside .inside_graphic .box .cont{
  float: left;
  margin: 50px 100px 0 0;
  width: calc(50% - 100px);
  position: relative;
  opacity: 0;
  right: 100px;
}
body.inside .inside_graphic .box .cont.wp_show{
  opacity: 1;
  right: 0;
}
body.inside .inside_graphic .box .photo{
  float: left;
  width: 50%;
  position: relative;
  opacity: 0;
  left: 100px;
}
body.inside .inside_graphic .box .photo.wp_show{
  opacity: 1;
  left: 0;
}
body.inside .inside_graphic .box:nth-child(2n) .cont{
  float: right;
  margin: 50px 0 0 100px;
  right: initial;
  left: 100px;
}
body.inside .inside_graphic .box:nth-child(2n) .cont.wp_show{
  opacity: 1;
  left: 0;
  right: initial;
}
body.inside .inside_graphic .box:nth-child(2n) .photo{
  right: 100px;
  left: initial;
}
body.inside .inside_graphic .box:nth-child(2n) .photo.wp_show{
  opacity: 1;
  right: 0;
  left: initial;
}
@media screen and (max-width: 1700px) {
  body.inside .link_block .box .photo img{
    position: absolute;
    width: auto;
    max-width: initial;
    height: 100%;
  }
}
@media screen and (max-width: 1280px) {
  body.inside .link_block .box .cont{
    margin: 100px 50px 100px 50px;
    width: calc(50% - 100px);
    max-width: calc(690px - 100px);
  }
  body.inside .link_block .box:nth-child(2n) .cont{
    margin: 100px 50px 100px 50px;
  }
}
@media screen and (max-width: 1024px) {
  body.inside .inside_info .inside_text_cont{
    margin: 0 0 80px 0;
  }

  body.inside .inside_graphic{
    margin: 0 0 50px 0;
  }
  body.inside .inside_graphic .box{
    margin: 0 0 60px 0;
  }
  body.inside .inside_graphic .box .cont{
    margin: 0 50px 0 0;
    width: calc(50% - 50px);
  }
  body.inside .inside_graphic .box:nth-child(2n) .cont{
    margin: 0 0 0 50px;
  }
}
@media screen and (max-width: 768px) {
  body.inside .inside_info .inside_text_cont{
    text-align: left;
    margin: 0 0 50px 0;
  }
  body.inside .block_title{
    margin: 0 0 20px 0;
  }
  body.inside .inside_info .p_box_list{
    margin: 0 0 40px 0;
  }
  body.inside .inside_info .p_box_list .box{
    margin: 0 0 40px 0;
    width: 100%;
  }
  body.inside .inside_info .p_box_list .box:nth-child(2n){
    margin: 0 0 40px 0;
    -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 767px) {
  body.inside .link_block .box .photo{
    width: 100%;
    height: auto;
  }
  body.inside .link_block .box .photo img{
    position: initial;
    width: 100%;
    height: auto;
    left: initial;
    -moz-transform: initial;
    -webkit-transform: initial;
    -o-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
  body.inside .link_block .box .cont{
    margin: 60px 20px;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  body.inside .inside_graphic .box .photo{
    width: 100%;
  }
  body.inside .link_block .box:nth-child(2n) .cont{
    margin: 60px 20px;
  }

  body.inside .inside_graphic{
    margin: 0;
    overflow: hidden;
  }
  body.inside .inside_graphic .box .cont{
    margin: 0 0 30px 0;
    width: 100%;
  }
  body.inside .inside_graphic .box:nth-child(2n) .cont{
    margin: 0 0 30px 0;
  }
}

/* detail */
body.detail main .detail_info .bread{
  float: left;
  width: 100%;
  margin: 0 0 80px 0;
  position: relative;
  top: -50px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
body.detail main .detail_info .bread.wp_show{
  top: 0;
  opacity: 1;
}
body.detail main .detail_info .bread .path{
  float: left;
  width: calc(100% - 200px);
  margin: 10px 0 0 0;
}
body.detail main .detail_info .bread .path a, body.detail main .detail_info .bread .path span, body.detail main .detail_info .bread .path div{
  float: left;
  display: block;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 769px) {
  body.detail main .detail_info .bread .path a:hover{
    color: #e60012;
  }
}
body.detail main .detail_info .bread .path span{
  color: #cccccc;
}
body.detail main .detail_info .bread .path div{
  color: #e60012;
}
body.detail main .detail_info .bread .bt{
  float: right;
  width: 180px;
  margin: 0 0 0 20px;
}
body.detail main .detail_info .bread .bt .web_back_bt{
  float: right;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  body.detail main .detail_info .bread{
    margin: 0 0 50px 0;
  }
}
@media screen and (max-width: 768px) {
  body.detail main .detail_info .bread{
    margin: 0 0 0 0;
    height: 0;
    overflow: hidden;
  }
}

body.detail main .detail_info .detail_banner{
  float: left;
  width: 100%;
  margin: 0 0 60px 0;
}
body.detail main .detail_info .detail_banner .half, body.detail main .detail_info .detail_banner .full{
  float: left;
  width: 100%; 
}
body.detail main .detail_info .detail_banner .plain_text{
  text-align: center;
  position: relative;
  opacity: 0;
  top: 50px;
}
body.detail main .detail_info .detail_banner .plain_text.wp_show{
  opacity: 1;
  top: 0;
}
body.detail main .detail_info .detail_banner .half .left{
  float: left;
  margin: 0 20px 0 0;
  width: calc(50% - 20px);
  position: relative;
  opacity: 0;
  right: 100px;
}
body.detail main .detail_info .detail_banner .half .left.wp_show{
  opacity: 1;
  right: 0;
}
body.detail main .detail_info .detail_banner .half .left .bt{
  margin: 50px 0 0 0;
}
body.detail main .detail_info .detail_banner .half .left .bt a{
  float: left;
  margin: 0 20px 0 0;
}
body.search main .detail_info .detail_banner .full .bt a{
  margin: 0 10px;
  max-width: calc(220px - 22px);
}
body.detail main .detail_info .detail_banner .half .right{
  float: right;
  margin: 0 0 0 20px;
  width: calc(50% - 20px);
  position: relative;
  opacity: 0;
  left: 100px;
}
body.detail main .detail_info .detail_banner .half .right.wp_show{
  opacity: 1;
  left: 0;
}
body.detail main .detail_info .detail_banner .full{
  position: relative;
  opacity: 0;
  top: 50px;
}
body.detail main .detail_info .detail_banner .full.wp_show{
  opacity: 1;
  top: 0;
}
body.detail main .detail_info .detail_banner .full .headline, body.detail main .detail_info .detail_banner .full .text, body.detail main .detail_info .detail_banner .full .photo{
  float: left;
  width: 100%;
}
body.detail main .detail_info .detail_banner .full .photo, body.detail main .detail_info .detail_banner .full .bt{
  margin: 50px 0 0 0;
}
body.detail main .detail_info .detail_banner .full .photo, body.detail main .detail_info .detail_banner .full .bt a{
  display: inline-block;
}
@media screen and (max-width: 950px) {
  body.detail main .detail_info .detail_banner .half .left{
    margin: 0;
    width: 100%;
    right: initial;
  }
  body.detail main .detail_info .detail_banner .half .left.wp_show{
    right: initial;
  }
  body.detail main .detail_info .detail_banner .half .right{
    margin: 50px 0 0 0;
    width: 100%;
    left: initial;
    top: 50px;
  }
  body.detail main .detail_info .detail_banner .half .right.wp_show{
    left: initial;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  body.detail main .detail_info .detail_banner{
    margin: 0 0 40px 0;
  }
  body.detail main .detail_info .detail_banner .plain_text{
    text-align: left;
  }
  body.detail main .detail_info .detail_banner .half .left .bt{
    margin: 50px 0 0 0;
  }
  body.detail main .detail_info .detail_banner .half .left .bt a{
    margin: 0;
  }
  body.search main .detail_info .detail_banner .full .bt a{
    float: left;
    margin: 0;
    width: calc(50% - 24px);
    max-width: initial;
  }
  body.detail main .detail_info .detail_banner .full{
    top: initial;
  }
}

body.detail main .detail_info .detail_cont{
  float: left;
  width: 100%;
}
body.detail main .detail_info .detail_cont .layout_one, body.detail main .detail_info .detail_cont .layout_one .title, body.detail main .detail_info .detail_cont .layout_one .text, body.detail main .detail_info .detail_cont .layout_one p, body.detail main .detail_info .detail_cont .layout_one .layout_photo_half, body.detail main .detail_info .detail_cont .layout_one .layout_photo_half .photo p, body.detail main .detail_info .detail_cont .layout_one .layout_photo_full, body.detail main .detail_info .detail_cont .layout_one .layout_photo_full .photo, body.detail main .detail_info .detail_cont .layout_one .layout_photo_youtube, body.detail main .detail_info .detail_cont .footer_back_bt, body.detail main .detail_info .detail_cont .related_links, body.detail main .detail_info .features_app, body.detail main .detail_info .features_app .block_title, body.detail main .detail_info .features_app, body.detail main .detail_info .features_app .list, body.detail main .detail_info .features_app .list .box .photo, body.detail main .detail_info .features_app .list .box .cont, body.detail main .detail_info .documents, body.detail main .detail_info .documents .block_title, body.detail main .detail_info .documents .list, body.detail main .detail_info .photo_book, body.detail main .detail_info .photo_book .block_title, body.detail main .detail_info .photo_book .list, body.detail main .detail_info .photo_book .list .box, body.detail main .detail_info .web_qa_list, body.detail main .detail_info .web_qa_list .qa_title{
  float: left;
  width: 100%;
}
body.detail main .detail_info .detail_cont .layout_one, body.detail main .detail_info .detail_cont .related_links, body.detail main .detail_info .photo_book {
  margin: 0 0 60px 0;
}
body.detail main .detail_info .detail_cont .layout_one{
  position: relative;
  opacity: 0;
  top: 50px;
}
body.detail main .detail_info .detail_cont .layout_one.wp_show{
  opacity: 1;
  top: 0;
}
body.detail main .detail_info .detail_cont .layout_one .title{
  margin: 0 0 20px 0;
}
body.detail main .detail_info .detail_cont .layout_one .text p{
  margin: 0 0 15px 0;
}
body.detail main .detail_info .detail_cont .layout_one p:last-child{
  margin: 0;
}
body.detail main .detail_info .detail_cont .layout_one .layout_photo_half{
  margin: 40px 0 0 0;
  letter-spacing: -4px;
  word-spacing: -4px;
  font-size: 0;
}
body.detail main .detail_info .detail_cont .layout_one .layout_photo_half .photo{
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 40px 0;
  width: calc(50% - 20px);
  letter-spacing: normal;
  word-spacing: normal;
  position: relative;
  opacity: 0;
  top: 50px;
}
body.detail main .detail_info .detail_cont .layout_one .layout_photo_half .photo.wp_show{
  opacity: 1;
  top: 0;
}
body.detail main .detail_info .detail_cont .layout_one .layout_photo_half .photo:nth-child(2n){
  margin: 0 0 0 20px;
  -webkit-transition: all 0.6s ease-in-out 0.3s;
  -moz-transition: all 0.6s ease-in-out 0.3s;
  -ms-transition: all 0.6s ease-in-out 0.3s;
  -o-transition: all 0.6s ease-in-out 0.3s;
  transition: all 0.6s ease-in-out 0.3s;
}
body.detail main .detail_info .detail_cont .layout_one .layout_photo_full, body.detail main .detail_info .detail_cont .layout_one .layout_photo_youtube{
  margin: 40px 0 0 0;
  position: relative;
  opacity: 0;
  top: 50px;
}
body.detail main .detail_info .detail_cont .layout_one .layout_photo_full.wp_show, body.detail main .detail_info .detail_cont .layout_one .layout_photo_youtube.wp_show{
  opacity: 1;
  top: 0;
}
body.detail main .detail_info .detail_cont .layout_one .layout_photo_youtube{
  padding-bottom: 56.25%;
  overflow: hidden;
}
body.detail main .detail_info .detail_cont .layout_one .layout_photo_youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.detail main .detail_info .detail_cont .layout_one .layout_photo_half .photo p, body.detail main .detail_info .detail_cont .layout_one .layout_photo_full .photo p, body.detail main .detail_info .detail_cont .photo_book .photo p{
  margin: 10px 0 0 0;
}

body.detail main .detail_info .detail_cont .related_links{
  position: relative;
  opacity: 0;
  top: 50px;
}
body.detail main .detail_info .detail_cont .related_links.wp_show{
  opacity: 1;
  top: 0;
}
body.detail main .detail_info .detail_cont .related_links .title{
  margin: 0 0 20px 0;
}
body.detail main .detail_info .detail_cont .related_links .link a{
  float: left;
  margin: 0 15px 20px 0;
}

body.detail main .detail_info .detail_cont .footer_back_bt{
  text-align: center;
  margin: 40px 0 0 0;
}
body.detail main .detail_info .detail_cont .footer_back_bt .web_detail_bt{
  display: inline-block;
  cursor: pointer;
}

body.detail main .detail_info .features_app{
  margin: 0 0 40px 0;
}
body.detail main .detail_info .features_app .block_title, body.detail main .detail_info .documents .block_title, body.detail main .detail_info .photo_book .block_title{
  margin: 0 0 30px 0;
}
body.detail main .detail_info .features_app .block_title, body.detail main .detail_info .documents .block_title{
  position: relative;
  opacity: 0;
  top: 50px;
}
body.detail main .detail_info .features_app .block_title.wp_show, body.detail main .detail_info .documents .block_title.wp_show{
  opacity: 1;
  top: 0;
}
body.detail main .detail_info .features_app .list{
  letter-spacing: -4px;
  word-spacing: -4px;
  font-size: 0;
  text-align: left;
}
body.detail main .detail_info .features_app .list .box{
  display: inline-block;
  vertical-align: top;
  font-size: initial;
  letter-spacing: normal;
  word-spacing: normal;
  width: 30%;
  margin: 0 5% 40px 5%;
  position: relative;
  opacity: 0;
  top: 50px;
}
body.detail main .detail_info .features_app .list .box.wp_show{
  opacity: 1;
  top: 0;
}
body.detail main .detail_info .features_app .list .box:nth-child(3n), body.detail main .detail_info .features_app .list .box:nth-child(3n+1){
  margin: 0 0 40px 0;
}
body.detail main .detail_info .features_app .list .box .cont{
  margin: 20px 0 0 0;
}
body.detail main .detail_info .features_app .list .box .cont ul{
  margin: 20px 0 0 0;
}

body.detail main .detail_info .documents .list{
  margin: 0 0 50px 0;
  position: relative;
  opacity: 0;
  top: 50px;
}
body.detail main .detail_info .documents .list.wp_show{
  opacity: 1;
  top: 0;
}
body.detail main .detail_info .documents .list a{
  float: left;
  padding: 20px 30px;
  width: calc(100% - 62px);
  margin: 0 0 8px 0;
  border: #e6e6e6 1px solid;
  color: #4c4c4c;
}
@media screen and (min-width: 769px) {
  body.detail main .detail_info .documents .list a:hover{
    border: #e60012 1px solid;
    background: #e60012;
    color: #fff;
  }
}
body.detail main .detail_info .documents .list a .name{
  float: left;
  width: calc(100% - 140px);
}
body.detail main .detail_info .documents .list a .icon{
  float: right;
  margin: 0 0 0 20px;
  width: calc(140px - 20px);
  text-align: right;
}
body.detail main .detail_info .documents .list a .icon span, body.detail main .detail_info .documents .list a .icon i{
  display: inline-block;
}
body.detail main .detail_info .documents .list a .icon span{
  margin: 0 10px 0 0;
}

body.detail main .detail_info .photo_book{
  position: relative;
  opacity: 0;
  top: 50px;
}
body.detail main .detail_info .photo_book.wp_show{
  opacity: 1;
  top: 0;
}
body.detail main .detail_info .photo_book .block_title .title{
  float: left;
  width: calc(100% - 100px);
}
body.detail main .detail_info .photo_book .block_title .photo_book_page{
  float: right;
  margin: 0 0 0 20px;
  width: calc(100px - 20px);
  text-align: right;
}
body.detail main .detail_info .photo_book .block_title .photo_book_page i{
  color: #cccccc;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
body.detail main .detail_info .photo_book .block_title .photo_book_page .stopbtn,
body.detail main .detail_info .photo_book .block_title .photo_book_page .playbtn{
	font-size: 18px;
	margin: -3px 10px 0 10px;
	vertical-align: 2px;
}

body.detail main .detail_info .photo_book .block_title .photo_book_page .prev {
  margin: 0 0 0 0;
}
@media screen and (min-width: 769px) {
  body.detail main .detail_info .photo_book .block_title .photo_book_page i:hover{
    color: #e60012;
  }
}
body.detail main .detail_info .photo_book .list .box{
  position: relative;
}
body.detail main .detail_info .photo_book .list .box .photo{
  float: left;
  margin: 0 10px;
}

body.detail main .detail_info .web_qa_list, body.detail main .detail_info .web_qa_list .qa_box{
  float: left;
  width: 100%;
}
body.detail main .detail_info .web_qa_list{
  position: relative;
  opacity: 0;
  top: 50px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
body.detail main .detail_info .web_qa_list.wp_show{
  opacity: 1;
  top: 0;
}
body.detail main .detail_info .web_qa_list .qa_box{
  margin: 0 0 2px 0;
}
body.detail main .detail_info .web_qa_list .qa_title{
  padding: 15px 40px;
  width: calc(100% - 80px);
  cursor: pointer;
  color: #ffffff;
  background: #808080;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
body.detail main .detail_info .web_qa_list .qa_title.on{
  background: #e60012;
}
body.detail main .detail_info .web_qa_list .qa_answer{
  float: left;
  padding: 0 40px;
  width: calc(100% - 80px);
  height: 0;
  overflow: hidden;
  background: #f2f2f2;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
body.detail main .detail_info .web_qa_list .qa_answer.show-ans{
  padding: 40px;
  height: auto;
}
@media screen and (max-width: 767px) {
  body.detail main .detail_info .web_qa_list .qa_box{
    position: relative;
    opacity: 0;
    top: 30px;
  }
  body.detail main .detail_info .web_qa_list .qa_box.wp_show{
    opacity: 1;
    top: 0;
  }
  body.detail main .detail_info .web_qa_list .qa_title{
    padding: 15px 20px;
    width: calc(100% - 40px);
  }
  body.detail main .detail_info .web_qa_list .qa_answer{
    padding: 0 20px;
    width: calc(100% - 40px);
  }
  body.detail main .detail_info .web_qa_list .qa_answer.show-ans{
    padding: 20px;
  }
}

body.detail main .detail_info .business_inquiry{
  float: left;
  border-top: #e5e5e5 1px solid;
  padding: 100px 15% 0 15%;
  margin: 0 0 60px 0;
  width: calc(100% - 30%);
  text-align: center;
  position: relative;
  opacity: 0;
  top: 50px;
}
body.search main .detail_info .business_inquiry{
  border-top: initial;
}
body.detail main .detail_info .business_inquiry.wp_show{
  opacity: 1;
  top: 0;
}
body.detail main .detail_info .business_inquiry .block_title{
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
body.detail main .detail_info .business_inquiry .bt_box{
  float: left;
  width: 100%;
  text-align: center;
  margin: 50px 0 0 0;
}
body.detail main .detail_info .business_inquiry .bt_box .bt{
  display: inline-block;
  margin: 0 10px;
}

body.detail main .detail_info .detail_cont .timeline{
  float: left;
  margin: 0 10% 60px 10%;
  width: calc(100% - 20%);
  position: relative;
  opacity: 0;
  top: 100px;
}
body.detail main .detail_info .detail_cont .timeline.wp_show{
  opacity: 1;
  top: 0;
}
body.detail main .detail_info .detail_cont .timeline .bg{
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}
body.detail main .detail_info .detail_cont .timeline .bg span{
  display: inline-block;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.detail main .detail_info .detail_cont .timeline .bg span:first-child{
  width: 0;
  height: 0;
  background: #e60012;
  border-radius: 100px;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
body.detail main .detail_info .detail_cont .timeline .bg.wp_show span:first-child{
  width: 15px;
  height: 15px;
}
body.detail main .detail_info .detail_cont .timeline .bg span:nth-child(2){
  width: 0.1px;
  height: 0;
  background: #e5e5e5;
  top: 0;
  -webkit-transition: all 1s ease 0.1s;
  -moz-transition: all 1s ease 0.1s;
  -ms-transition: all 1s ease 0.1s;
  -o-transition: all 1s ease 0.1s;
  transition: all 1s ease 0.1s;
}
body.detail main .detail_info .detail_cont .timeline .bg.wp_show span:nth-child(2){
  height: 100%;
}
body.detail main .detail_info .detail_cont .timeline .bg span:last-child{
  width: 0;
  height: 0;
  background: #e60012;
  border-radius: 100px;
  bottom: calc(100% - 14px);
  z-index: 1;
  -webkit-transition: width 0.3s ease 0.2s, height 0.3s ease 0.2s, bottom 1.1s ease-in 0.3s;
  -moz-transition: width 0.3s ease 0.2s, height 0.3s ease 0.2s, bottom 1.1s ease-in 0.3s;
  -ms-transition: width 0.3s ease 0.2s, height 0.3s ease 0.2s, bottom 1.1s ease-in 0.3s;
  -o-transition: width 0.3s ease 0.2s, height 0.3s ease 0.2s, bottom 1.1s ease-in 0.3s;
  transition: width 0.3s ease 0.2s, height 0.3s ease 0.2s, bottom 1.1s ease-in 0.3s;
}
body.detail main .detail_info .detail_cont .timeline .bg.wp_show span:last-child{
  width: 9px;
  height: 9px;
  bottom: 0;
}
body.detail main .detail_info .detail_cont .timeline .list{
  float: left;
  width: 100%;
  margin: 100px 0 0 0;
}
body.detail main .detail_info .detail_cont .timeline .list .box{
  float: right;
  clear: both;
  width: 50%;
  margin: 0 0 70px 0;
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
body.detail main .detail_info .detail_cont .timeline .list .box.wp_show{
  top: 0;
  opacity: 1;
}
body.detail main .detail_info .detail_cont .timeline .list .box:nth-child(2n){
  float: left;
}
body.detail main .detail_info .detail_cont .timeline .list .box .year{
  display: inline-block;
  position: absolute;
  color: #e60012;
  font-size: 1.75rem;
  margin: 3px 0 0 0;
  left: 0;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.detail main .detail_info .detail_cont .timeline .list .box:nth-child(2n) .year{
  left: 100%;
}
body.detail main .detail_info .detail_cont .timeline .list .box .cont{
  float: left;
  padding: 0 0 0 100px;
  width: calc(100% - 100px);
}
body.detail main .detail_info .detail_cont .timeline .list .box:nth-child(2n) .cont{
  padding: 0 100px 0 0;
}
body.detail main .detail_info .detail_cont .timeline .list .box .cont .title{
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  color: #e60012;
}
body.detail main .detail_info .detail_cont .timeline .list .box .cont .text{
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  color: #666666;
}
body.detail main .detail_info .detail_cont .pro_table{
  position: relative;
  opacity: 0;
  top: 50px;
}
body.detail main .detail_info .detail_cont .pro_table.wp_show{
  opacity: 1;
  top: 0;
}
body.detail main .detail_info .detail_cont .pro_table .pro_table_list, body.search main .detail_info .detail_cont .pro_table .pro_table_list, .red_table{
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}
body.search main .detail_info .detail_cont .pro_table .pro_table_list, .red_table{
  margin: 5px 0 0 0;
}
.red_table .tit{
    background: #e60012;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-bottom: #fff !important;
}
body.detail main .detail_info .detail_cont .pro_table .pro_table_list .pro_table_info, .red_table .pro_table_info{
  float: left;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: center;
  margin: 10px 0 0 0;
}
body.detail main .detail_info .detail_cont .pro_table .pro_table_list .row.grid-x {
  display: none;
}
body.detail main .detail_info .detail_cont .pro_table .pro_table_list .dataTables_scrollBody{
  max-height: 55vh;
}
body.detail main .detail_info .detail_cont .pro_table .pro_table_list .dataTables_scrollBody table{
  margin: 0;
}
body.detail main .detail_info .detail_cont .pro_table .pro_table_list .pro_table_info th, body.detail main .detail_info .detail_cont .pro_table .pro_table_list .pro_table_info td, .red_table .pro_table_info td{
  min-width: 90px;
}
body.detail main .detail_info .detail_cont .pro_table .pro_table_list .pro_table_info td.model_name{
  min-width: 90px;
}
body.detail main .detail_info .detail_cont .pro_table .pro_table_list .pro_table_info .tab_title tr th, .red_table .pro_table_info .tab_title tr th{
  background: #e60012;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-weight: initial;
  padding: 10px 15px;
}
.red_table .pro_table_info .tab_title tr th{
    border-top: 0px;
}
body.detail main .detail_info .detail_cont .pro_table .pro_table_list .pro_table_info .tab_text tr td, .red_table .pro_table_info .tab_text tr td{
  padding: 15px 15px;
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
body.detail main .detail_info .detail_cont .pro_table .pro_table_list .pro_table_info .tab_text tr:last-child td{
  border-bottom: 3px solid #000;
}
body.detail main .detail_info .detail_cont .pro_table .pro_table_list .pro_table_info .tab_text tr td a{
  -webkit-transition: initial;
  -moz-transition: initial;
  -ms-transition: initial;
  -o-transition: initial;
  transition: initial;
}
body.detail main .detail_info .detail_cont .pro_table .pro_table_list .pro_table_info .tab_text tr td a i{
  font-size: 18px;
}
body.detail main .detail_info .detail_cont .pro_table .pro_table_list .text{
  float: left;
  margin: 20px 0 50px 0;
  color: #e60012;
}
@media screen and (min-width: 769px){
  body.detail main .detail_info .detail_cont .pro_table .pro_table_list .pro_table_info .tab_text tr:hover td{
    background: #00123a;
    color: #ffffff;
  }
}
@media (min-width: 767px) {
  body.detail main .detail_info .detail_cont .pro_table .pro_table_list .dataTables_scrollBody{
    max-height: 50vh;
  }
  body.detail main .detail_info .detail_cont .pro_table .pro_table_list ::-webkit-scrollbar{
    width: 5px;
    height: 5px;
  }
  body.detail main .detail_info .detail_cont .pro_table .pro_table_list ::-webkit-scrollbar-track{
    background: #f1f1f1;
  }
  body.detail main .detail_info .detail_cont .pro_table .pro_table_list ::-webkit-scrollbar-thumb{
    background: #888;
  }
  body.detail main .detail_info .detail_cont .pro_table .pro_table_list ::-webkit-scrollbar-thumb:hover{
    background: #555;
  }
}
@media screen and (max-width: 950px) {
  body.detail main .detail_info .business_inquiry{
    padding: 100px 0 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body.detail main .detail_info .detail_cont .timeline .bg{
    width: 10px;
  }
  body.detail main .detail_info .detail_cont .timeline .list{
    margin: 50px 0 0 0;
  }
  body.detail main .detail_info .detail_cont .timeline .list .box{
    width: calc(100% - 80px);
    margin: 0 0 50px 80px;
  }
  body.detail main .detail_info .detail_cont .timeline .list .box:nth-child(2n){
    float: right;
  }
  body.detail main .detail_info .detail_cont .timeline .list .box .year{
    display: initial;
    position: initial;
    margin: 0 0 20px 0;
    left: initial;
    -moz-transform:  initial;
    -webkit-transform:  initial;
    -o-transform:  initial;
    -ms-transform:  initial;
    transform:  initial;
    float: left;
    width: 100%;
  }
  body.detail main .detail_info .detail_cont .timeline .list .box .cont{
    padding: 0;
    width: 100%;
  }
  body.detail main .detail_info .detail_cont .timeline .list .box:nth-child(2n) .cont{
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  body.detail main .detail_info .detail_cont .layout_one, body.detail main .detail_info .detail_cont .related_links, body.detail main .detail_info .photo_book {
    margin: 0 0 40px 0;
  }
  body.detail main .detail_info .detail_cont .layout_one .layout_photo_half .photo{
    margin: 0 0 40px 0;
    width: 100%;
  }
  body.detail main .detail_info .detail_cont .layout_one .layout_photo_half .photo:nth-child(2n){
    margin: 0 0 40px 0;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
  body.detail main .detail_info .detail_cont .layout_one .layout_photo_half .photo:last-child{
    margin: 0;
  }

  body.detail main .detail_info .detail_cont .related_links .title{
    margin: 0 0 20px 0;
  }
  body.detail main .detail_info .detail_cont .related_links .link a{
    margin: 0 10px 15px 0;
  }
  body.detail main .detail_info .detail_cont .related_links .link a:last-child{
    margin: 0;
  }

  body.detail main .detail_info .features_app{
    margin: 20px 0 40px 0;
  }
  body.detail main .detail_info .features_app .list .box{
    width: 100%;
    margin: 0 0 50px 0;
  }
  body.detail main .detail_info .features_app .list .box:nth-child(3n), body.detail main .detail_info .features_app .list .box:nth-child(3n+1){
    margin: 0 0 50px 0;
  }
  body.detail main .detail_info .features_app .list .box:last-child{
    margin: 0;
  }

  body.detail main .detail_info .documents{
    margin: 40px 0 0 0;
  }
  body.detail main .detail_info .documents .list{
    margin: 0 0 50px 0;
  }
  body.detail main .detail_info .documents .list a .name{
    width: 100%;
    margin: 0 0 10px 0;
  }
  body.detail main .detail_info .documents .list a .icon{
    float: left;
    margin: 0;
    width: 100%;
    text-align: left;
    color: #b2b2b2;
  }

  body.detail main .detail_info .photo_book{
    position: relative;
  }
  body.detail main .detail_info .photo_book .block_title .title{
    width: auto;
  }
  body.detail main .detail_info .photo_book .block_title .photo_book_page{
    float: right;
    margin: 0;
    width: auto;
    text-align: left;
  }
  body.detail main .detail_info .photo_book .block_title .photo_book_page i{
    color: #e60012;
  }
  body.detail main .detail_info .photo_book .block_title .photo_book_page .prev, body.detail main .detail_info .photo_book .block_title .photo_book_page .next {
    position: absolute;
    z-index: 5;
    top: 45%;
    font-size: 2.1875rem;
  }
  body.detail main .detail_info .photo_book .block_title .photo_book_page .prev {
    left: 10px;
    margin: 0;
  }
  body.detail main .detail_info .photo_book .block_title .photo_book_page .next {
    right: 10px;
  }
  body.detail main .detail_info .photo_book .list .box .photo{
    margin: 0;
  }

  body.detail main .detail_info .business_inquiry{
    padding: 60px 0 0 0;
    margin: 0;
  }
  body.detail main .detail_info .business_inquiry .bt_box .bt{
    display: inline-block;
    margin: 0 10px 20px 10px;
  }

  body.detail main .detail_info .detail_cont .timeline{
    margin: 0 0 40px 0;
    width: 100%;
  }
  body.detail main .detail_info .detail_cont .timeline .bg{
    width: 9px;
  }
  body.detail main .detail_info .detail_cont .timeline .bg.wp_show span:first-child{
    width: 9px;
    height: 9px;
  }
  body.detail main .detail_info .detail_cont .timeline .bg.wp_show span:last-child{
    width: 5px;
    height: 5px;
  }
  body.detail main .detail_info .detail_cont .timeline .list{
    margin: 40px 0 0 0;
  }
  body.detail main .detail_info .detail_cont .timeline .list .box{
    width: calc(100% - 40px);
    margin: 0 0 40px 40px;
  }
  body.detail main .detail_info .detail_cont .timeline .list .box .year{
    margin: 0 0 15px 0;
    font-size: 1.5rem;
  }

  body.detail main .detail_info .detail_cont .pro_table .pro_table_list .pro_table_info th, body.detail main .detail_info .detail_cont .pro_table .pro_table_list .pro_table_info td, .red_table .pro_table_info td{
    min-width: 50px;
  }
}

/* 4. Home */
.home main .banner, .home main .banner .list{
  float: left;
  position: relative;
  width: 100%;
}
.home main .banner{
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
.home main .banner.wp_show{
  opacity: 1;
}
.home main .banner .award{
  position: absolute;
  z-index: 1;
  left: 65%;
  top: 35%;
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.home main .banner.wp_show .award{
  top: 30%;
  opacity: 1;
}
.home main .banner .award img{
  width: 160px;
}
.home main .banner .list .banner_box{
  position: relative;
}

.home main .banner, .home main .banner .list .banner_box{
  height: 100vh;
  overflow: hidden;
}

.home main .banner .list .banner_box .cont{
  position: absolute;
  z-index: 5;
  margin: auto 50px;
  width: calc(45% - 100px);
  text-align: left;
  left: 10%;
  top: 30%;
}
.home main .banner .list .banner_box .cont div{
  float: left;
  clear: both;
  width: 100%;
  color: #333333;
  opacity: 0;
}
.home main .banner.wp_show .list .banner_box.slick-active .cont div{
  opacity: 1;
}
.home main .banner .list .banner_box .cont .title{
  margin: 0 0 0 50px;
  -webkit-transition: all 0.6s ease-in-out 0.3s;
  -moz-transition: all 0.6s ease-in-out 0.3s;
  -ms-transition: all 0.6s ease-in-out 0.3s;
  -o-transition: all 0.6s ease-in-out 0.3s;
  transition: all 0.6s ease-in-out 0.3s;
}
.home main .banner .list .banner_box .cont .text{
  margin: 20px 0 0 50px;
  -webkit-transition: all 0.6s ease-in-out 0.5s;
  -moz-transition: all 0.6s ease-in-out 0.5s;
  -ms-transition: all 0.6s ease-in-out 0.5s;
  -o-transition: all 0.6s ease-in-out 0.5s;
  transition: all 0.6s ease-in-out 0.5s;
}
.home main .banner .list .banner_box .cont .bt{
  margin: 50px 0 0 50px;
  -webkit-transition: all 0.6s 0.7s;
  -moz-transition: all 0.6s 0.7s;
  -ms-transition: all 0.6s 0.7s;
  -o-transition: all 0.6s 0.7s;
  transition: all 0.6s 0.7s;
}
.home main .banner.wp_show .list .banner_box.slick-active .cont .title{
  margin: 0;
}
.home main .banner.wp_show .list .banner_box.slick-active .cont .text{
  margin: 20px 0 0 0;
    font-weight: bold;
}
.home main .banner.wp_show .list .banner_box.slick-active .cont .bt{
  margin: 50px 0 0 0;
}

.home main .banner .list .banner_box .photo{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}
.home main .banner .list .banner_box .photo img{
  position: absolute;
  width: auto;
  max-width: initial;
  height: 100%;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50% , -50%);
  -webkit-transform: translate(-50% , -50%);
  -o-transform: translate(-50% , -50%);
  -ms-transform: translate(-50% , -50%);
  transform: translate(-50% , -50%);
}

.home main .banner .banner_bt{
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 10%;
  width: 50%;
  margin: 0 50px;
  -webkit-transition: all 0.9s ease-in-out 0s;
  -moz-transition: all 0.9s ease-in-out 0s;
  -ms-transition: all 0.9s ease-in-out 0s;
  -o-transition: all 0.9s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
}
.home main .banner.wp_show .banner_bt{
  bottom: 80px;
  opacity: 1;
}
.home main .banner .banner_bt .banner-dots{
  position: relative;
  float: left;
}
.home main .banner .banner_bt .banner_page{
  float: left;
  margin: 3px 0 0 5px;
  color: #fff;
}
@media screen and (max-height: 768px) and (min-width: 801px){
  .home main .banner.wp_show .award{
    top: 20%;
  }

  .home main .banner, .home main .banner .list .banner_box {
    min-height: 768px;
  }

  .home main .banner .list .banner_box .cont{
    top: 20%;
  }
}
@media screen and (max-width: 1280px){
  .home main .banner .award{
    left: 70%;
    top: 30%;
  }
  .home main .banner.wp_show .award{
    top: 25%;
  }
  .home main .banner .list .banner_box .cont{
    width: calc(50% - 100px);
    left: 5%;
    top: 25%;
  }

  .home main .banner .banner_bt{
    left: 5%;
  }
}
@media screen and (max-height: 1366px) and (max-width: 1024px){
  .home main .banner .award{
    left: 5%;
    top: 35%;
    margin: auto 50px;
    width: calc(85% - 100px);
  }
  .home main .banner.wp_show .award{
    top: 30%;
  }
  .home main .banner .award img{
    width: 150px;
  }

  .home main .banner .list .banner_box .cont{
    width: calc(70% - 100px);
    left: 5%;
    top: 50%;
    bottom: initial;
  }
}
@media screen and (max-height: 900px) and (max-width: 1024px){
  .home main .banner .award{
    top: 27%;
  }
  .home main .banner.wp_show .award{
    top: 22%;
  }
  .home main .banner .award img{
    width: 110px;
  }

  .home main .banner .list .banner_box .cont{
    width: calc(85% - 100px);
    left: 5%;
    top: initial;
    bottom: 150px;
  }

  .home main .banner .banner_bt{
    width: 90%;
  }
}
@media screen and (max-width: 767px){
  .home main .banner .award{
    left: 0;
    margin: auto 20px;
    width: calc(100% - 40px);
  }
  .home main .banner .award img{
    width: 80px;
  }

  .home main .banner .list .banner_box .cont{
    margin: 0 20px;
    width: calc(100% - 40px);
    left: 0;
    bottom: 130px;
  }
  .home main .banner .list .banner_box .cont .text{
    height: 0;
    overflow: hidden;
  }

  .home main .banner .list .banner_box .cont .bt{
    margin: 15px 0 0 50px;
  }
  .home main .banner.wp_show .list .banner_box.slick-active .cont .bt{
    margin: 15px 0 0 0;
  }

  .home main .banner .banner_bt{
    margin: 0 20px;
    left: 0;
    width: calc(100% - 40px);
  }
  .home main .banner.wp_show .banner_bt{
    bottom: 50px;
  }

  .home main .banner .banner_bt .banner_page{
    margin: 6px 0 0 60px;
    float: right;
    position: relative;
  }
  .home main .banner .banner_bt .banner_page:after{
    position: absolute;
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 1px;
    background-color: #bcbec1;
    -ms-flex-item-align: center;
    align-self: center;
    left: -55px;
    top: 12px;
  }
}

.home main .home_applications{
  float: left;
  text-align:center;
  margin: 120px 50px 100px 50px;
  width: calc(100% - 100px);
  position: relative;
  top: 100px;
  opacity: 0;
}
.home main .home_applications.wp_show{
  top: 0;
  opacity: 1;
}
.home main .home_applications .info{
  display: inline-block;
  width: 100%;
  max-width: 900px;
  margin: 0 0 80px 0;
}
.home main .home_applications .info .bt{
  width: 100%;
  margin: 40px 0 0 0;
}
.home main .home_applications .info .bt a{
  display: inline-block;
}
.home main .home_applications .applications_cont{
  float: left;
  width: 100%;
  position: relative;
}
.home main .home_applications .applications_cont .photo_book_page i{
  color: #cccccc;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

@media screen and (min-width: 769px) {
  .home main .home_applications .applications_cont .photo_book_page i:hover{
    color: #e60012;
  }
}
.home main .home_applications .applications_cont .photo_book_page .prev, .home main .home_applications .applications_cont .photo_book_page .next{
  position: absolute;
  z-index: 5;
  font-size: 2.1875rem;
  cursor: pointer;
  top: calc(50% - 50px);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home main .home_applications .applications_cont .photo_book_page .prev{
  left: 5%;
}
.home main .home_applications .applications_cont .photo_book_page .next{
  right: 5%;
}
.home main .home_applications .web_applications_list{
  display: inline-block;
  width: 76%;
}
@media screen and (max-width: 1024px) {
  .home main .home_applications{
    margin: 100px 50px 60px 50px;
  }
  .home main .home_applications .applications_cont .photo_book_page .prev{
    left: 2%;
  }
  .home main .home_applications .applications_cont .photo_book_page .next{
    right: 2%;
  }
  .home main .home_applications .web_applications_list{
    width: 85%;
  }
}
@media screen and (max-width: 900px) {
  .home main .home_applications .applications_cont .photo_book_page i{
    color: #e60012;
  }
  .home main .home_applications .applications_cont .photo_book_page .prev{
    left: -2%;
  }
  .home main .home_applications .applications_cont .photo_book_page .next{
    right: -2%;
  }
  .home main .home_applications .web_applications_list{
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home main .home_applications{
    text-align: left;
    margin: 60px 20px 30px 20px;
    width: calc(100% - 40px);
  }
  .home main .home_applications .applications_cont .photo_book_page .prev, .home main .home_applications .applications_cont .photo_book_page .next{
    top: calc(50% - 80px);
  }
  .home main .home_applications .applications_cont .photo_book_page .prev{
    left: 10px;
  }
  .home main .home_applications .applications_cont .photo_book_page .next{
    right: 10px;
  }
}

.home main .other_unit{
  float: left;
  width: calc(100% - 100px);
  margin: 50px 50px 100px 50px;
  text-align: center;
}
.home main .other_unit .info{
  display: inline-block;
  width: 100%;
  max-width: 1280px;
  text-align: left;
}
.home main .other_unit .info section{
  float: left;
}
.home main .other_unit .info .home_solution_box{
  margin: 0 50px 0 0;
  width: calc(50% - 50px);
}
.home main .other_unit .info .home_product_box{
  margin: 80px 0 0 50px;
  width: calc(50% - 50px);
}
.home main .other_unit .info section .photo{
  position: relative;
  opacity: 0;
  top: 100px;
}
.home main .other_unit .info section .photo.wp_show{
  opacity: 1;
  top: 0;
}
.home main .other_unit .info section .cont{
  float: left;
  position: relative;
  margin: -30% 0 0 50px;
  padding: 60px;
  width: calc(100% - 170px);
  background: #fff;
  position: relative;
  opacity: 0;
  top: 100px;
}
.home main .other_unit .info section .cont.wp_show{
  opacity: 1;
  top: 0;
}
.home main .other_unit .info section .bt{
  margin: 50px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .home main .other_unit{
    margin: 50px 50px 40px 50px;
  }
  .home main .other_unit .info .home_solution_box{
    margin: 0 25px 0 0;
    width: calc(50% - 25px);
  }
  .home main .other_unit .info .home_product_box{
    margin: 80px 0 0 25px;
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 900px) {
  .home main .other_unit{
    margin: 0 50px 40px 50px;
  }
  .home main .other_unit .info .home_solution_box{
    margin: 0 0 80px 0;
    width: 100%;
  }
  .home main .other_unit .info .home_product_box{
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home main .other_unit{
    width: 100%;
    margin: 0 0 40px 0;
  }
  .home main .other_unit .info section .cont{
    margin: 30px 20px 0 20px;
    padding: 0;
    width: calc(100% - 40px);
  }
}

.home main .home_about{
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 150px 0;
  overflow: hidden;
}
.home main .home_about .unit_title{
  display: inline-block;
  text-align: left;
  margin: 0 50px;
  width: calc(100% - 100px);
  max-width: calc(1380px - 100px);
  position: relative;
  opacity: 0;
  left: 100px;
  z-index: 5;
}
.home main .home_about .unit_title.wp_show{
  opacity: 1;
  left: 0;
}
.home main .home_about .unit_title .box{
  float: left;
  padding: 40px 60px;
  background: #e60012;
}
.home main .home_about .unit_title .box .subtitle{
  color: #fff;
}
.home main .home_about .unit_title .box img{
  width: 140px;
  margin: 10px 0 0 0;
}
.home main .home_about .bg{
  float: left;
  width: 100%;
  margin: -80px 0 0 0;
}
.home main .home_about .bg .text{
  float: left;
  width: 22%;
  position: relative;
  margin: 15% 0 0 0;
  opacity: 0;
  right: 100px;
}
.home main .home_about .bg .text.wp_show{
  opacity: 1;
  right: 0;
}
.home main .home_about .bg .text div{
  position: absolute;
  z-index: -1;
  font-family: 'CenturyGothicBold', '微軟正黑體';
  font-size: 120px;
  color: #eeeeee;
  top: 50%;
  -moz-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
  -o-transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);
  transform:rotate(-90deg);
}
.home main .home_about .bg .photo{
  float: right;
  width: 78%;
  position: relative;
  opacity: 0;
  left: 50%;
}
.home main .home_about .bg .photo.wp_show{
  opacity: 1;
  left: 0;
}
.home main .home_about .info{
  display: inline-block;
  text-align: left;
  margin: -20% 50px 0 50px;
  width: calc(100% - 100px);
  max-width: calc(1380px - 100px);
  position: relative;
  z-index: 5;
  opacity: 0;
  top: 100px;
}
.home main .home_about .info.wp_show{
  opacity: 1;
  top: 0;
}
.home main .home_about .info .award{
  float: right;
  margin: 0 80px 40px 80px;
  width: calc(70% - 160px);
}
.home main .home_about .info .award img{
  width: 150px;
}
.home main .home_about .info .cont{
  float: right;
  padding: 90px 80px;
  width: calc(70% - 160px);
  background: #f2f2f2;
}
.home main .home_about .info .cont .bt{
  margin: 50px 0 0 0;
}
@media screen and (max-width: 1024px){
  .home main .home_about{
    margin: 0 0 100px 0;
  }
}
@media screen and (max-width: 900px){
  .home main .home_about .bg .text{
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .home main .home_about .bg .photo{
    width: 100%;
  }
  .home main .home_about .info{
    margin: -25% 50px 0 50px;
  }
  .home main .home_about .info .award{
    margin: 0 50px 40px 50px;
    width: calc(100% - 100px);
  }
  .home main .home_about .info .award img{
    width: 130px;
  }
  .home main .home_about .info .cont{
    padding: 60px 50px;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 767px){
  .home main .home_about .unit_title{
    display: initial;
    margin: 0;
    width: 100%;
  }
  .home main .home_about .unit_title .box{
    padding: 20px 20px;
    width: calc(100% - 40px);
  }
  .home main .home_about .unit_title .box img{
    width: 100px;
    margin: 10px 0 0 0;
  }
  .home main .home_about .bg{
    margin: 0;
  }
  .home main .home_about .bg .photo{
    position: relative;
    height: 50vh;
    overflow: hidden;
  }
  .home main .home_about .bg .photo img{
    position: absolute;
    width: auto;
    max-width: initial;
    z-index: -1;
    height: 100%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .home main .home_about .info{
    margin: -40% 0 0 0;
    width: 100%;
  }
  .home main .home_about .info .award{
    margin: 0 20px 40px 20px;
    width: calc(100% - 40px);
  }
  .home main .home_about .info .award img{
    width: 100px;
  }
  .home main .home_about .info .cont{
    padding: 60px 20px;
    width: calc(100% - 40px);
  }
}

.home main .home_news{
  float: left;
  margin: 0 50px 150px 50px;
  width: calc(100% - 100px);
  text-align: center;
}
.home main .home_news .info{
  display: inline-block;
  width: 100%;
  max-width: 900px;
  position: relative;
  opacity: 0;
  top: 100px;
}
.home main .home_news .info.wp_show{
  opacity: 1;
  top: 0;
}
.home main .home_news .news_list{
  display: inline-block;
  width: 100%;
  max-width: 1280px;
  margin: 40px 0 0 0;
}
.home main .home_news .news_list section{
  float: left;
  /*margin: 0 50px 0 0;*/
  width: calc(33.33% - 27px);
  text-align: left;
}
.home main .home_news .news_list section:nth-child(2n){
  margin: 0 40px;
}
.home main .home_news .news_list section .photo{
  position: relative;
  opacity: 0;
  top: 100px;
}
.home main .home_news .news_list section .photo.wp_show{
  opacity: 1;
  top: 0;
}
.home main .home_news .news_list section .cont{
  float: left;
  position: relative;
  margin: -10% 10% 0 10%;
  padding: 25px 40px;
  border: 4px #fff solid;
  width: calc(80% - 90px);
  background: #fff;
  -moz-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  top: 100px;
}
.home main .home_news .news_list section .cont.wp_show{
  opacity: 1;
  top: 0;
}
.home main .home_news .news_list section .cont .date{
  float: left;
  position: absolute;
  padding: 15px 0;
  background: #e60012;
  color: #fff;
  top: -35px;
  left: -10%;
  width: 0px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -ms-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}
.home main .home_news .news_list section .cont.wp_show .date{
  padding: 15px 20px;
  opacity: 1;
  width: auto;
  overflow: initial;
}
.home main .home_news .news_list section .cont .classification{
  margin: 10px 0 0 0;
  color: #999999;
}

.news_text h2, .news_text h3{
	font-weight: bold;
	padding: 10px 0;
}
@media screen and (min-width: 769px) {
  .home main .home_news .news_list section a:hover .cont{
    border: 4px #e60012 solid;
  }
  .home main .home_news .news_list section a:hover .cont .title{
    color: #e60012;
  }
}
@media screen and (max-width: 1024px){
  .home main .home_news{
    margin: 0 50px 100px 50px;
  }
  .home main .home_news .news_list section{
    /*margin: 0 25px 0 0;*/
    width: calc(33.33% - 17px);
  }
  .home main .home_news .news_list section:nth-child(2n){
    margin: 0 25px;
  }
}
@media screen and (max-width: 900px){
  .home main .home_news{
    margin: 0 20px 80px 20px;
    width: calc(100% - 40px);
    text-align: left;
  }
  .home main .home_news .news_list{
    margin: 20px 0 0 0;
  }
  .home main .home_news .news_list section{
    margin: 0 0 40px 0;
    width: 100%;
  }
  .home main .home_news .news_list section:nth-child(2n){
    margin: 0;
  }
  .home main .home_news .news_list section .cont{
    float: left;
    position: relative;
    margin: 0 0 0 0;
    padding: 0;
    border: initial;
    width: 100%;
    -moz-box-shadow: initial;
    -ms-box-shadow: initial;
    -o-box-shadow: initial;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    margin: 10px 0 0 0;
  }
  .home main .home_news .news_list section .cont .date{
    top: -63px;
    left: 0;
  }
}
@media screen and (max-width: 767px){
  .home main .home_news{
    margin: 0 20px 80px 20px;
    width: calc(100% - 40px);
    text-align: left;
  }
  .home main .home_news .news_list{
    margin: 20px 0 0 0;
  }
  .home main .home_news .news_list section{
    margin: 0 0 40px 0;
    width: 100%;
  }
  .home main .home_news .news_list section:nth-child(2n){
    margin: 0;
  }
}

.home main .home_csr{
  float: left;
  position: relative;
  width: 100%;
  height: 750px;
  overflow: hidden;
}
.home main .home_csr .info{
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 1380px;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home main .home_csr .info .cont{
  float: left;
  margin: 0 50px;
  width: calc(50% - 100px);
  position: relative;
  opacity: 0;
  left: 100px;
}
.home main .home_csr .info .cont.wp_show{
  opacity: 1;
  left: 0;
}
.home main .home_csr .info .cont .bt{
  margin: 50px 0 0 0;
}
.home main .home_csr .photo{
  position: relative;
  width: 100%;
  height: 750px;
  background: #000;
  opacity: 0;
}
.home main .home_csr .photo.wp_show{
  opacity: 1;
}
.home main .home_csr .photo img{
  position: relative;
  width: auto;
  max-width: initial;
  height: 100%;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px){
  .home main .home_csr .info .cont{
    float: left;
    margin: 0 50px;
    width: calc(80% - 100px);
  }
}
@media screen and (max-width: 767px){
  .home main .home_csr{
    height: 100vh;
  }
  .home main .home_csr .info .cont{
    margin: 0 20px;
    width: calc(100% - 40px);
    color: #fff;
  }
  .home main .home_csr .info .cont .headline{
    color: #fff;
  }
  .home main .home_csr .photo{
    height: 100vh;
  }
  .home main .home_csr .photo img{
    opacity: 0.5;
  }
}

.home main .home_certificate{
  float: left;
  padding: 0 50px;
  width: calc(100% - 100px);
  text-align: center;
}
.home main .home_certificate .info{
  display: inline-block;
  margin: 70px 0 40px 0;
  width: 100%;
  max-width: 1280px;
}
.home main .home_certificate .info ul{
  display: inline-block;
  width: 100%;
  text-align: center;
}
.home main .home_certificate .info li{
  display: inline-block;
  margin: 0 40px 30px 40px;
}
.home main .home_certificate .info li img{
  height: 50px;
  width: auto;
  max-width: initial;
  display: inline-block;
}
.home main .home_certificate .info .certificate-dots li{
  margin: 0 10px 30px 10px;
}
@media screen and (max-width: 900px){
  .home main .home_certificate .info{
    margin: 50px 0 20px 0;
  }
  .home main .home_certificate .info li{
    margin: 0 20px 20px 20px;
  }
  .home main .home_certificate .info li img{
    height: 35px;
  }
}
@media screen and (max-width: 767px){
  .home main .home_certificate{
    padding: 0 20px;
    width: calc(100% - 40px);
  }
}

/* 5. About */
body.about .inside_main_half{
  margin: 0;
}
body.about .inside_main_half .inside_banner_half{
  height: 100vh;
}
body.about .inside_info .inside_text_cont .focus_list{
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 100px 0 50px 0;
}
body.about .inside_info .inside_text_cont .focus_list .box{
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin: 0 20px;
}
body.about .inside_info .inside_text_cont .focus_list .box .number{
  display: inline-block;
  font-family: 'CenturyGothicBold', '微軟正黑體';
  font-size: 5rem;
}
body.about .inside_info .inside_text_cont .focus_list .box .title{
  display: inline-block;
  font-family: 'CenturyGothicRegular', '微軟正黑體';
  margin: 15px 0 0 0;
}
body.about main .inside_info .photo_book{
  margin: 0 0 150px 0;
  position: relative;
  opacity: 0;
  top: 100px;
}
body.about main .inside_info .photo_book.wp_show{
  opacity: 1;
  top: 0;
}
body.about main .inside_info .photo_book p{
  margin: 10px 0 0 0;
}

body.about .inside_info .partner_list{
  float: left;
  width: 100%;
  margin: 120px 0 150px 0;
  text-align: center;
  position: relative;
  opacity: 0;
  top: 100px;
}
body.about .inside_info .partner_list.wp_show{
  opacity: 1;
  top: 0;
}
body.about .inside_info .partner_list .cont{
  display: inline-block;
  width: 100%;
  max-width: 900px;
}
body.about .inside_info .partner_list .list{
  float: left;
  width: 100%;
  margin: 50px 0 0 0;
}
body.about .inside_info .partner_list .list img{
  float: left;
  margin: 0 2% 20px 2%;
  width: 16%;
}
@media screen and (max-width: 950px) {
  body.about .inside_info .partner_list{
    margin: 120px 0 80px 0;
  }
}
@media screen and (max-width: 768px) {
  body.about .inside_info .inside_text_cont .focus_list{
    margin: 80px 0 50px 0;
  }
  body.about .inside_info .inside_text_cont .focus_list .box .number{
    font-size: 3.125rem;
  }

  body.about main .inside_info .photo_book{
    margin: 0 0 100px 0;
  }

  body.about .inside_info .partner_list{
    margin: 80px 0 80px 0;
  }
}
@media screen and (max-width: 767px) {
  body.about .inside_info .inside_text_cont .focus_list{
    margin: 60px 0 0 0;
  }
  body.about .inside_info .inside_text_cont .focus_list .box{
    width: 80%;
    margin: 0 0 40px 0;
  }
  body.about .inside_info .inside_text_cont .focus_list .box .number{
    font-size: 1.875rem;
  }
  body.about .inside_info .inside_text_cont .focus_list .box .title{
    margin: 5px 0 0 0;
  }

  body.about main .inside_info .photo_book{
    margin: 0 0 100px 0;
  }

  body.about .inside_info .partner_list .list img{
    margin: 0 5% 15px 5%;
    width: 40%;
  }
}

/* 6. Applications */
.web_applications_list .applications_box{
  float: left;
  text-align: left;
  margin: 0 20px 50px 20px;
  width: calc(33.3% - 40px);
}
.web_applications_list .applications_box .cont{
  float: left;
  margin: 20px 0 0 0;
}
.web_applications_list .applications_box .cont .title{
  float: left;
  width: 100%;
}
.web_applications_list .applications_box .cont .text{
  float: left;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media screen and (min-width: 769px) {
  .web_applications_list .applications_box .cont a:hover .title{
    color: #e60012;
  }
}
@media screen and (max-width: 767px) {
  .web_applications_list .applications_box{
    margin: 0 0 50px 0;
    width: 100%;
  }
}

body.inside .inside_info .web_applications_list, body.detail .detail_info .product_small_sub_list{
  float: left;
  width: 100%;
  letter-spacing: -4px;
  word-spacing: -4px;
  font-size: 0;
  text-align: left;
}
body.inside .inside_info .web_applications_list .applications_box, body.detail .detail_info .product_small_sub_list .applications_box{
  display: inline-block;
  float: initial;
  vertical-align: top;
  width: 30%;
  margin: 0 5% 50px 5%;
  vertical-align: top;
  font-size: initial;
  letter-spacing: normal;
  word-spacing: normal;
}
body.inside .inside_info .web_applications_list .applications_box{
  position: relative;
  opacity: 0;
  top: 50px;
}
body.inside .inside_info .web_applications_list .applications_box.wp_show{
  opacity: 1;
  top: 0;
}
body.inside .inside_info .web_applications_list .applications_box:nth-child(3n), body.inside .inside_info .web_applications_list .applications_box:nth-child(3n+1), body.detail .detail_info .product_small_sub_list .applications_box:nth-child(3n), body.detail .detail_info .product_small_sub_list .applications_box:nth-child(3n+1){
  margin: 0 0 50px 0;
}
@media screen and (max-width: 767px) {
  body.inside .inside_info .web_applications_list .applications_box, body.detail .detail_info .product_small_sub_list .applications_box{
    width: 100%;
    margin: 0 0 50px 0;
  }
  body.inside .inside_info .web_applications_list .applications_box:last-child, body.detail .detail_info .product_small_sub_list .applications_box:last-child{
    margin: 0;
  }
}

/* 7. Product */
body.product .inside_main_half{
  margin: 0;
}
body.product .inside_info .more_box{
  display: block;
  text-align: center;
  margin: 70px 0 0 0;
  position: relative;
  opacity: 0;
  top: 50px;
}
body.product .inside_info .more_box.wp_show{
  opacity: 1;
  top: 0;
}
body.product .inside_info .more_box .link{
  display: inline-block;
  background: #f2f2f2;
  margin: 1px 1px 4px 1px;
  padding: 20px;
  width: 100%;
  max-width: calc(180px - 40px);
}
body.product .inside_info .more_box .link.scroll_down{
  cursor: pointer;
}
body.product .inside_info .more_box .link .icon{
  margin: 10px 0 15px 0;
}
body.product .inside_info .more_box .link .icon img{
  height: 30px;
}
@media screen and (min-width: 769px) {
  body.product .inside_info .more_box .link:hover{
    background: #e60012;
  }
  body.product .inside_info .more_box .link:hover .icon img{
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  body.product .inside_info .more_box .link:hover .title{
    color: #ffffff;
  }
}

@media screen and (max-width: 950px) {
  body.product .inside_info .more_box{
    margin: 50px 0 0 0;
  }
  body.product .inside_info .more_box .link{
    padding: 15px 5px;
    max-width: calc(130px - 10px);
  }
  body.product .inside_info .more_box .link .icon img{
    height: 20px;
  }
}

body.product .product_block{
  background: #f2f2f2;
  margin: 80px 0 0 0;
  padding: 130px 0 160px 0;
  position: relative;
  opacity: 0;
  top: 50px;
}
body.product .product_block.wp_show{
  opacity: 1;
  top: 0;
}
body.product .product_block .inside_info .inside_text_cont{
  margin: 0;
}
body.product .product_block .product_list{
  display: inline-block;
  width: 100%;
  margin: 20px 0 0 0;
}
body.product .product_block .product_list .product_box{
  float: left;
  width: 100%;
  margin: 0 0 70px 0;
}
body.product .product_block .product_list .product_box:last-child{
  margin: 0;
}
body.product .product_block .product_list .product_box .photo{
  float: left;
  width: 50%;
  position: relative;
  opacity: 0;
  right: 50px;
}
body.product .product_block .product_list .product_box .photo.wp_show{
  opacity: 1;
  right: 0;
}
body.product .product_block .product_list .product_box .cont{
  float: left;
  padding: 50px 0 20px 50px;
  width: calc(50% - 50px);
  position: relative;
  opacity: 0;
  left: 50px;
}
body.product .product_block .product_list .product_box .cont.wp_show{
  opacity: 1;
  left: 0;
}
body.product .product_block .product_list .product_box .cont .bt{
  margin: 50px 0 0 0;
}
body.product .product_block .product_list .product_box .cont .bt a{
  float: left;
  margin: 0 20px 0 0;
}
body.product .product_block .product_list .product_box .cont .bt a:last-child{
  margin: 0;
}
body.product .product_block .product_list .product_box:nth-child(even) .photo{
  float: right;
  right: initial;
  left: 50px;
}
body.product .product_block .product_list .product_box:nth-child(even) .photo.wp_show{
  right: initial;
  left: 0;
}
body.product .product_block .product_list .product_box:nth-child(even) .cont{
  float: right;
  padding: 50px 50px 20px 0;
  width: calc(50% - 50px);
  left: initial;
  right: 50px;
}
body.product .product_block .product_list .product_box:nth-child(even) .cont.wp_show{
  left: initial;
  right: 0;
}
@media screen and (max-width: 1280px) {
  body.product .product_block{
    margin: 60px 0 0 0;
  }
}
@media screen and (max-width: 1024px) {
  body.product .product_block{
    margin: 50px 0 0 0;
    padding: 110px 0 130px 0;
  }
  body.product .product_block .product_list .product_box .cont{
    padding: 20px 0 20px 50px;
  }
  body.product .product_block .product_list .product_box:nth-child(even) .cont{
    padding: 20px 50px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  body.product .product_block .product_list .product_box{
    margin: 0 0 80px 0;
    position: relative;
    opacity: 0;
    top: 50px;
  }
  body.product .product_block .product_list .product_box.wp_show{
    opacity: 1;
    top: 0;
  }
  body.product .product_block .product_list .product_box .photo{
    width: 100%;
    opacity: 1;
    right: initial;
  }
  body.product .product_block .product_list .product_box .photo.wp_show{
    right: initial;
  }
  body.product .product_block .product_list .product_box .cont{
    padding: 30px 0 0 0;
    width: 100%;
    opacity: 1;
    left: initial;
  }
  body.product .product_block .product_list .product_box .cont.wp_show{
    left: initial;
  }
  body.product .product_block .product_list .product_box .cont .bt{
    margin: 40px 0 0 0;
  }
  body.product .product_block .product_list .product_box:nth-child(even) .photo{
    left: initial;
  }
  body.product .product_block .product_list .product_box:nth-child(even) .photo.wp_show{
    left: initial;
  }
  body.product .product_block .product_list .product_box:nth-child(even) .cont{
    padding: 30px 0 0 0;
    width: 100%;
    right: initial;
  }
  body.product .product_block .product_list .product_box:nth-child(even) .cont.wp_show{
    right: initial;
  }
}
@media screen and (max-width: 767px) {
  body.product .product_block{
    margin: 40px 0 0 0;
    padding: 80px 0 120px 0;
  }
  body.product .product_block .product_list .product_box{
    margin: 0 0 60px 0;
  }
  body.product .product_block .product_list .product_box .cont .bt{
    margin: 30px 0 0 0;
  }
  body.product .product_block .product_list .product_box .cont .bt a{
    margin: 0;
  }
}

body.product_sub main .detail_info .detail_banner .full .headline, body.product_sub main .detail_info .detail_banner .full .text, body.product_sub main .detail_info .detail_banner .full .photo, body.search main .detail_info .detail_banner .full .headline, body.search main .detail_info .detail_banner .full .text{
  float: initial;
}
@media screen and (max-width: 767px){
  body.product_sub main .detail_info .detail_banner .bt_option_m{
    max-width: initial;
  }
}

body.product_sub main .detail_info .product_main_sub_list, body.product_sub main .detail_info .product_small_sub_list, body.search main .detail_info .search_result_list{
  display: inline-block;
  margin: 30px 0 20px 0;
}
body.search main .detail_info .search_result_list{
  width: 100%;
}
body.product_sub main .detail_info .product_main_sub_list .applications_box{
  width: calc(50% - 50px);
  margin: 0 50px 60px 0;
  position: relative;
  opacity: 0;
  top: 50px;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
body.product_sub main .detail_info .product_main_sub_list .applications_box.wp_show{
  opacity: 1;
  top: 0;
}
body.product_sub main .detail_info .product_main_sub_list .applications_box:nth-child(3n), body.product_sub main .detail_info .product_main_sub_list .applications_box:nth-child(3n+1){
  margin: 0 50px 60px 0;
}
body.product_sub main .detail_info .product_main_sub_list .applications_box:nth-child(2n){
  margin: 0 0 60px 50px;
}
body.detail .detail_info .product_small_sub_list .applications_box{
  position: relative;
  opacity: 0;
  top: 50px;
}
body.detail .detail_info .product_small_sub_list .applications_box.wp_show{
  opacity: 1;
  top: 0;
}
@media screen and (max-width: 1280px) {
  body.product_sub main .detail_info .product_main_sub_list .applications_box{
    width: calc(50% - 25px);
    margin: 0 25px 60px 0;
  }
  body.product_sub main .detail_info .product_main_sub_list .applications_box:nth-child(3n), body.product_sub main .detail_info .product_main_sub_list .applications_box:nth-child(3n+1){
    margin: 0 25px 60px 0;
  }
  body.product_sub main .detail_info .product_main_sub_list .applications_box:nth-child(2n){
    margin: 0 0 60px 25px;
  }
}
@media screen and (max-width: 1024px) {
  body.product_sub main .detail_info .product_main_sub_list .applications_box{
    margin: 0 25px 50px 0;
  }
  body.product_sub main .detail_info .product_main_sub_list .applications_box:nth-child(3n), body.product_sub main .detail_info .product_main_sub_list .applications_box:nth-child(3n+1){
    margin: 0 25px 50px 0;
  }
  body.product_sub main .detail_info .product_main_sub_list .applications_box:nth-child(2n){
    margin: 0 0 50px 25px;
  }
}
@media screen and (max-width: 767px) {
  body.product_sub main .detail_info .product_main_sub_list, body.product_sub main .detail_info .product_small_sub_list, body.search main .detail_info .search_result_list{
    margin: 30px 0 40px 0;
  }
  body.product_sub main .detail_info .product_main_sub_list .applications_box{
    width: 100%;
    margin: 0 0 50px 0;
  }
  body.product_sub main .detail_info .product_main_sub_list .applications_box:nth-child(3n), body.product_sub main .detail_info .product_main_sub_list .applications_box:nth-child(3n+1), body.product_sub main .detail_info .product_main_sub_list .applications_box:nth-child(2n){
    margin: 0 0 50px 0;
  }
  body.product_sub main .detail_info .product_main_sub_list .applications_box:last-child{
    margin: 0;
  }
}

body.product_sub main .detail_info .footer_back_bt{
  text-align: center;
}
body.product_sub main .detail_info .footer_back_bt .web_back_bt{
  display: inline-block;
}

/* Search */
.search_set_page{
  margin: 40px;
  width: calc(100% - 80px);
  max-width: calc(950px - 80px);
  display: inline-block;
  background: #fff;
}
.search_set_page .box{
  position: relative;
  display: inline-block;
  padding: 60px 80px;
  width: calc(100% - 160px);
  text-align: center;
}
.search_set_page .box .close{
  position: absolute;
  right: -20px;
  top: -20px;
  border-radius: 100px;
  background: #333333;
  color: #ffffff;
  padding: 12px;
  width: calc(40px - 22px);
  height: calc(40px - 22px);
  text-align: center;
}
.search_set_page .box .close span{
  width: 100%;
  height: 2px;
  margin: 0 0 4px 0;
  display: block;
  background: #fff;
}
.search_set_page .box .close span:first-child{
  -moz-transform: rotate(-45deg) translate(-5px, 5px);
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  -o-transform: rotate(-45deg) translate(-5px, 5px);
  -ms-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px);
}
.search_set_page .box .close span:last-child{
  -moz-transform: rotate(45deg) translate(1px, 1px);
  -webkit-transform: rotate(45deg) translate(1px, 1px);
  -o-transform: rotate(45deg) translate(1px, 1px);
  -ms-transform: rotate(45deg) translate(1px, 1px);
  transform: rotate(45deg) translate(1px, 1px);
}
@media screen and (min-width: 769px) {
  .search_set_page .box .close:hover{
    background: #e60012;
  }
}
.search_set_page .search_title .title{
  margin: 0 0 15px 0;
}
.search_set_page form{
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}
.search_set_page .search_input{
  display: inline-block;
  margin: 0 0 2px 0;
  padding: 5px 15px;
  width: calc(100% - 30px);
  max-width: calc(150px - 30px);
}
.search_set_page form .bt{
  float: left;
  width: 100%;
  text-align: center;
  margin: 30px 0 0 0;
}
.search_set_page form .bt a{
  display: inline-block;
  margin: 0 10px;
  max-width: 220px;
}
@media screen and (max-width: 768px) {
  .search_set_page .box .close{
    background: #e60012;
  }
}
@media screen and (max-width: 767px) {
  .search_set_page{
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    overflow-y: scroll;
  }
  .search_set_page .box{
    margin: 70px 0 0 0;
    padding: 40px 20px;
    width: calc(100% - 40px);
  }
  .search_set_page .box .close{
    position: initial;
    right: initial;
    top: initial;
    display: inline-block;
    margin: 0 0 30px 0;
  }
  .search_set_page .search_input{
    width: 100%;
    max-width: calc(50% - 35px);
  }
  .search_set_page form .bt a{
    display: block;
    margin: 0;
    max-width: initial;
    float: left;
  }
}

body.search main .detail_info .detail_cont .pro_table{
  float: left;
  width: 100%;
  margin: 60px 0 0 0;
}
body.search main .detail_info .detail_cont .pro_table:first-child{
  margin: 0;
}
body.search main .detail_info .detail_cont .pro_table .line_title a, body.search main .detail_info .detail_cont .pro_table .line_title span, body.search main .detail_info .detail_cont .pro_table .line_title i{
  float: left;
}
body.search main .detail_info .detail_cont .pro_table .line_title a:hover{
  color: #e60012;
}
body.search main .detail_info .detail_cont .pro_table .line_title i{
  margin: 6px 0 0 10px;
}

/* 8. Solution */
body.solution .inside_info .web_applications_list .applications_box{
  width: calc(50% - 50px);
  margin: 0 50px 60px 0;
}
body.solution .inside_info .web_applications_list .applications_box:nth-child(3n), body.solution .inside_info .web_applications_list .applications_box:nth-child(3n+1){
  margin: 0 50px 60px 0;
}
body.solution .inside_info .web_applications_list .applications_box:nth-child(2n){
  margin: 0 0 60px 50px;
  -webkit-transition: all 0.6s ease-in-out 0.3s;
  -moz-transition: all 0.6s ease-in-out 0.3s;
  -ms-transition: all 0.6s ease-in-out 0.3s;
  -o-transition: all 0.6s ease-in-out 0.3s;
  transition: all 0.6s ease-in-out 0.3s;
}
@media screen and (max-width: 1280px) {
  body.solution .inside_info .web_applications_list .applications_box{
    width: calc(50% - 25px);
    margin: 0 25px 60px 0;
  }
  body.solution .inside_info .web_applications_list .applications_box:nth-child(3n), body.solution .inside_info .web_applications_list .applications_box:nth-child(3n+1){
    margin: 0 25px 60px 0;
  }
  body.solution .inside_info .web_applications_list .applications_box:nth-child(2n){
    margin: 0 0 60px 25px;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 1024px) {
  body.solution .inside_info .web_applications_list .applications_box{
    margin: 0 25px 50px 0;
  }
  body.solution .inside_info .web_applications_list .applications_box:nth-child(3n), body.solution .inside_info .web_applications_list .applications_box:nth-child(3n+1){
    margin: 0 25px 50px 0;
  }
  body.solution .inside_info .web_applications_list .applications_box:nth-child(2n){
    margin: 0 0 50px 25px;
  }
}
@media screen and (max-width: 767px) {
  body.solution .inside_info .web_applications_list .applications_box{
    width: 100%;
    margin: 0 0 50px 0;
  }
  body.solution .inside_info .web_applications_list .applications_box:nth-child(3n), body.solution .inside_info .web_applications_list .applications_box:nth-child(3n+1), body.solution .inside_info .web_applications_list .applications_box:nth-child(2n){
    margin: 0 0 50px 0;
  }
  body.solution .inside_info .web_applications_list .applications_box:last-child{
    margin: 0;
  }
}

/* 9. News */

/* 10. Csr */
body.csr .inside_main_half{
  margin: 0;
}
body.csr .inside_main_half .inside_banner_half.csr_banner .cont{
  width: calc(100% - 100px);
  max-width: calc(1380px - 100px);
  text-align: left;
  color: #fff;
}
body.csr .inside_main_half .inside_banner_half.csr_banner .left_text{
  float: left;
  margin: 0 50px 0 0;
  width: calc(50% - 50px);
}
body.csr .inside_main_half .inside_banner_half.csr_banner .right_icon{
  float: left;
  margin: 0 0 0 50px;
  width: calc(50% - 50px);
  text-align: center;
}
body.csr .inside_main_half .inside_banner_half.csr_banner .right_icon .box{
  display: inline-block;
  vertical-align: top;
  width: 38%;
  margin: 0 5% 30px 5%;
}
body.csr .inside_main_half .inside_banner_half.csr_banner .right_icon .box img{
  display: inline-block;
  height: 60px;
  width: auto;
  max-width: initial;
}
body.csr .inside_main_half .inside_banner_half.csr_banner .right_icon .icon_title{
  display: inline-block;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body.csr .inside_main_half .inside_banner_half.csr_banner .cont{
    width: calc(100% - 40px);
  }
  body.csr .inside_main_half .inside_banner_half.csr_banner .left_text{
    margin: 0 0 50px 0;
    width: 100%;
  }
  body.csr .inside_main_half .inside_banner_half.csr_banner .left_text .text{
    height: auto;
    overflow: initial;
  }
  body.csr .inside_main_half .inside_banner_half.csr_banner .right_icon{
    margin: 0;
    width: 100%;
  }
  body.csr .inside_main_half .inside_banner_half.csr_banner .right_icon .box{
    width: 20%;
    margin: 0 2% 20px 2%;
  }
  body.csr .inside_main_half .inside_banner_half.csr_banner .right_icon .box img{
    height: 30px;
  }
  body.csr .inside_main_half .inside_banner_half.csr_banner .right_icon .icon_title{
    height: 0;
    overflow: hidden;
  }
}

/* 11. Support */
body.support .inside_info .web_applications_list .cont{
  text-align: center;
  width: 100%;
}
body.support .inside_info .web_applications_list .cont .title{
  color: #333333;
}
body.support .inside_info .web_applications_list .cont .bt{
  display: inline-block;
  margin: 15px 0 30px 0;
  border-radius: 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.support .inside_info .web_applications_list .cont .bt{
    margin: 15px 0 10px 0;
  }
}

/* 12. Contact */
body.contact .inside_info .contact_info{
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}
body.contact .inside_info .contact_info .box{
  float: left;
  margin: 0 10px 0 0;
  padding: 30px;
  width: calc(50% - 70px);
  background: #f2f2f2;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out 0.2s;
  -moz-transition: all 0.6s ease-in-out 0.2s;
  -ms-transition: all 0.6s ease-in-out 0.2s;
  -o-transition: all 0.6s ease-in-out 0.2s;
  transition: all 0.6s ease-in-out 0.2s;
}
body.contact .inside_info .contact_info .box.wp_show{
  opacity: 1;
  top: 0;
}
body.contact .inside_info .contact_info .box:nth-child(2n){
  float: right;
  margin: 0 0 0 10px;
  -webkit-transition: all 0.6s ease-in-out 0.4s;
  -moz-transition: all 0.6s ease-in-out 0.4s;
  -ms-transition: all 0.6s ease-in-out 0.4s;
  -o-transition: all 0.6s ease-in-out 0.4s;
  transition: all 0.6s ease-in-out 0.4s;
}
body.contact .inside_info .contact_info .box .cont{
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
  color: #666666;
}
body.contact .inside_info .contact_info .box .cont div{
  float: left;
  clear: both;
}
body.contact .inside_info .contact_info .box .cont span{
  display: block;
  float: left;
}
body.contact .inside_info .contact_info .box .cont div span:first-child{
  margin: 0 10px 0 0;
  font-weight: bold;
  color: #333333;
}
body.contact .inside_info .contact_info .box .community_icon{
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}
body.contact .inside_info .contact_info .box .community_icon a{
  float: left;
  width: 40px;
  height: 40px;
  background: #000000;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  border-radius: 100px;
  margin: 0 15px 20px 0;
}
@media screen and (min-width: 769px) {
  body.contact .inside_info .contact_info .box .community_icon a:hover{
    background: #e60012;
    color: #fff;
  }
}
body.contact .inside_info .contact_info .box .community_icon a i{
  display: inline-block;
  margin: 9px 0 0 0;
}

body.contact .inside_info .google_map{
  float: left;
  width: 100%;
  margin: 0 0 80px 0;
  position: relative;
  opacity: 0;
  top: 50px;
  -webkit-transition: all 0.6s ease-in-out 0.3s;
  -moz-transition: all 0.6s ease-in-out 0.3s;
  -ms-transition: all 0.6s ease-in-out 0.3s;
  -o-transition: all 0.6s ease-in-out 0.3s;
  transition: all 0.6s ease-in-out 0.3s;
}
body.contact .inside_info .google_map.wp_show{
  opacity: 1;
  top: 0;
}
body.contact .inside_info .google_map iframe{
  float: left;
  width: 100%;
  height: 42vh;
}
@media screen and (max-width: 767px) {
  body.contact .inside_info .contact_info .box{
    float: left;
    margin: 0 0 20px 0;
    padding: 20px;
    width: calc(100% - 40px);
    top: 50px;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
  body.contact .inside_info .contact_info .box:nth-child(2n){
    margin: 0;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
  body.contact .inside_info .contact_info .box .community_icon a{
    width: 35px;
    height: 35px;
    font-size: 1rem;
    margin: 0 15px 20px 0;
  }

  body.contact .inside_info .google_map{
    margin: 0 0 50px 0;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
  body.contact .inside_info .google_map iframe{
    height: 60vh;
  }
}

body.contact .inside_info .location{
  float: left;
  width: 100%;
  margin: 0 0 80px 0;
  position: relative;
  opacity: 0;
  top: 100px;
}
body.contact .inside_info .location.wp_show{
  opacity: 1;
  top: 0;
}
body.contact .inside_info .location .line_title{
  margin: 0 0 20px 0;
}
body.contact .inside_info .location .box{
  float: left;
  width: 100%;
  border-top: #000000 5px solid;
  border-bottom: #000000 1px solid;
  opacity: 0;
}
body.contact .inside_info .location .box.wp_show{
  opacity: 1;
}
body.contact .inside_info .location .box .country{
  float: left;
  padding: 20px 20px;
  width: calc(160px - 40px);
  color: #e60012;
}
body.contact .inside_info .location .box .list{
  float: left;
  width: calc(100% - 160px);
}
body.contact .inside_info .location .box .list .cont{
  float: left;
  padding: 20px 20px;
  border-bottom: #000000 1px solid;
  width: calc(100% - 40px);
  position: relative;
}
body.contact .inside_info .location .box .list .cont:last-child{
  border-bottom: initial;
}
body.contact .inside_info .location .box .list .cont .title{
  float: left;
  margin: 0 30px 0 0;
  width: calc(220px - 30px);
}
body.contact .inside_info .location .box .list .cont .name{
  font-family: 'CenturyGothicBold', '微軟正黑體';
}
body.contact .inside_info .location .box .list .cont .info{
  float: left;
  margin: 0 30px 0 0;
  width: calc(100% - 220px - 30px - 100px);
}
body.contact .inside_info .location .box .list .cont .info .address{
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
body.contact .inside_info .location .box .list .cont .info .text{
  float: left;
  margin: 0 20px 0 0;
}
body.contact .inside_info .location .box .list .cont .info span{
  display: block;
  float: left;
}
body.contact .inside_info .location .box .list .cont .info .text span:first-child{
  margin: 0 10px 0 0;
  font-weight: bold;
}
body.contact .inside_info .location .box .list .cont .link{
  position: absolute;
  display: inline-block;
  width: 100px;
  text-align: right;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.contact .inside_info .location .box .list .cont .link a{
  display: inline-block;
  font-size: 1.875rem;
  margin: 0 0 0 15px;
}
@media screen and (min-width: 769px) {
  body.contact .inside_info .location .box .list .cont .link a:hover{
    color: #e60012;
  }
}
@media screen and (max-width: 768px) {
  body.contact .inside_info .location{
    margin: 0 0 60px 0;
  }
  body.contact .inside_info .location .box .list .cont .title{
    margin: 0 0 10px 0;
    width: 100%;
    vertical-align: bottom;
  }
  body.contact .inside_info .location .box .list .cont .name, body.contact .inside_info .location .box .list .cont .type{
    display: inline-block;
  }
  body.contact .inside_info .location .box .list .cont .type{
    margin: 0 0 0 5px;
  }
  body.contact .inside_info .location .box .list .cont .info{
    margin: 0;
    width: 100%;
  }
  body.contact .inside_info .location .box .list .cont .info .address{
    margin: 0 0 5px 0;
  }
  body.contact .inside_info .location .box .list .cont .info .text{
    margin: 0 20px 0 0;
  }
  body.contact .inside_info .location .box .list .cont .info .text span:first-child{
    margin: 0 5px 0 0;
  }
  body.contact .inside_info .location .box .list .cont .link{
    position: initial;
    display: block;
    width: 100%;
    text-align: left;
    top: initial;
    -moz-transform: initial;
    -webkit-transform: initial;
    -o-transform: initial;
    -ms-transform: initial;
    transform: initial;
    float: left;
    margin: 15px 0 0 0;
  }
  body.contact .inside_info .location .box .list .cont .link a{
    display: block;
    font-size: 1.25rem;
    margin: 0 15px 0 0;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  body.contact .inside_info .location{
    margin: 0 0 20px 0;
  }
  body.contact .inside_info .location .box{
    border-top: initial;
    border-bottom: initial;
  }
  body.contact .inside_info .location .box .country{
    padding: 0;
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
  }
  body.contact .inside_info .location .box .list{
    width: 100%;
    border-top: #000000 4px solid;
    border-bottom: #000000 1px solid;
    margin: 0 0 40px 0;
  }
  body.contact .inside_info .location .box .list .cont{
    padding: 15px 10px;
    width: calc(100% - 20px);
    opacity: 0;
  }
  body.contact .inside_info .location .box .list .cont.wp_show{
    opacity: 1;
  }
}

body.contact .inside_info .inquiry{
  float: left;
  width: 100%;
}
body.contact .inside_info .inquiry .info{
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  position: relative;
  opacity: 0;
  top: 100px;
}
body.contact .inside_info .inquiry .info.wp_show{
  opacity: 1;
  top: 0;
}
body.contact .inside_info .inquiry .info .line_title{
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
body.contact .inside_info .inquiry .info .text span{
  display: block;
  color: #e60012;
}
body.contact .inside_info .inquiry .list, body.contact .inside_info .inquiry .list .select .select_menu, body.contact .inside_info .inquiry .list .select .select_menu .select_title{
  float: left;
  width: 100%;
}
body.contact .inside_info .inquiry .list{
  position: relative;
  opacity: 0;
  top: 100px;
}
body.contact .inside_info .inquiry .list.wp_show{
  opacity: 1;
  top: 0;
}
body.contact .inside_info .inquiry .list .input_full, body.contact .inside_info .inquiry .list .input_half, body.detail main .detail_info .detail_cont .pro_table .pro_table_list .input_full, .search_set_page .search_input{
  background: #f2f2f2;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
body.contact .inside_info .inquiry .list .input_full.show, body.contact .inside_info .inquiry .list .input_half.show, body.detail main .detail_info .detail_cont .pro_table .pro_table_list .input_full.show, .search_set_page .search_input:focus-within{
  background: #e60012;
}
body.contact .inside_info .inquiry .list .input_full, body.contact .inside_info .inquiry .list .select_full, body.contact .inside_info .inquiry .list .select .select_bar, body.detail main .detail_info .detail_cont .pro_table .pro_table_list .input_full{
  float: left;
  margin: 0 0 2px 0;
  padding: 5px 15px 5px 35px;
  width: calc(100% - 50px);
}
body.contact .inside_info .inquiry .list .select .select_bar{
  margin: 0;
}
body.contact .inside_info .inquiry .list .select_full{
  padding: 0;
  width: 100%;
}
body.contact .inside_info .inquiry .list .input_half{
  padding: 5px 15px 5px 35px;
  width: calc(50% - 51px);
}
body.contact .inside_info .inquiry .list .select_half{
  width: calc(50% - 1px);
}
body.contact .inside_info .inquiry .list .input_left{
  float: left;
  margin: 0 1px 2px 0;
}
body.contact .inside_info .inquiry .list .input_right{
  float: left;
  margin: 0 0 2px 1px;
}
body.contact .inside_info .inquiry .list .important{
  display: inline-block;
  position: absolute;
  color: #e60012;
  left: 20px;
  margin: 7px 0 0 0;
}
body.contact .inside_info .inquiry .list .input_full.show .important, body.contact .inside_info .inquiry .list .input_half.show .important{
  color: #fff;
}
body.contact .inside_info .inquiry .list input, body.contact .inside_info .inquiry .list textarea, body.contact .inside_info .inquiry .list .select .text, body.detail main .detail_info .detail_cont .pro_table .pro_table_list input, .search_set_page .search_input input{
  float: left;
  width: 100%;
  border: 0;
  padding: 5px 0;
  font-family: 'CenturyGothicRegular', '微軟正黑體';
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  background: #f2f2f2;
  color: #e60012;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
body.contact .inside_info .inquiry .list .input_full.show input, body.contact .inside_info .inquiry .list .input_full.show textarea, body.contact .inside_info .inquiry .list .input_half.show input, body.contact .inside_info .inquiry .list .input_half.show textarea, body.detail main .detail_info .detail_cont .pro_table .pro_table_list .input_full.show input, body.contact .inside_info .inquiry .list .select.show .select_bar, body.contact .inside_info .inquiry .list .select.show .text, .search_set_page .search_input:focus-within input{
  background: #e60012;
  color: #fff;
}
body.contact .inside_info .inquiry .list input::placeholder, body.contact .inside_info .inquiry .list textarea::placeholder, body.detail main .detail_info .detail_cont .pro_table .pro_table_list .input_full input::placeholder, body.contact .inside_info .inquiry .list .select .text, .search_set_page .search_input input::placeholder{
  color: #999999;
}
body.contact .inside_info .inquiry .list .input_full.show input::placeholder, body.contact .inside_info .inquiry .list .input_full.show textarea::placeholder, body.contact .inside_info .inquiry .list .input_half.show input::placeholder, body.contact .inside_info .inquiry .list .input_half.show textarea::placeholder, body.detail main .detail_info .detail_cont .pro_table .pro_table_list .input_full.show input::placeholder, .search_set_page .search_input:focus-within input::placeholder{
  color: #fff;
}
.inside_info .inquiry .list textarea{
  height: 200px;
}
body.contact .inside_info .inquiry .list .select{
  position: relative;
}
body.contact .inside_info .inquiry .list .select .select_bar, body.contact .inside_info .inquiry .list .select .select_menu .select_title{
  cursor: pointer;
}
body.contact .inside_info .inquiry .list .select .text{
  width: calc(100% - 20px);
}
body.contact .inside_info .inquiry .list .select .item.on{
  color: #e60012;
}
body.contact .inside_info .inquiry .list .select.show .item.on{
  color: #ffffff;
}
body.contact .inside_info .inquiry .list .select .icon{
  float: right;
  font-size: 12px;
  margin: 11px 0 0 0;
  color: #e60012;
}
body.contact .inside_info .inquiry .list .select.show .icon{
  color: #ffffff;
}
body.contact .inside_info .inquiry .list .select .select_menu{
  position: absolute;
  left: 0;
  z-index: 1;
  background: #b3b3b3;
  margin: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
body.contact .inside_info .inquiry .list .select .select_menu.open{
  height: 200px;
  overflow: auto;
}
@media (min-width: 767px) {
  body.contact .inside_info .inquiry .list .select ::-webkit-scrollbar{
    width: 5px;
    height: 5px;
  }
  body.contact .inside_info .inquiry .list .select ::-webkit-scrollbar-track{
    background: #999999;
  }
  body.contact .inside_info .inquiry .list .select ::-webkit-scrollbar-thumb{
    background: #4d4d4d;
  }
  body.contact .inside_info .inquiry .list .select ::-webkit-scrollbar-thumb:hover{
    background: #555;
  }
}

body.contact .inside_info .inquiry .list .select .select_menu .select_title{
  float: left;
  margin: 0;
  padding: 8px 15px 8px 35px;
  width: calc(100% - 50px);
  color: #ffffff;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
body.contact .inside_info .inquiry .list .select .select_menu .select_title.on{
  background: #e60012;
}
@media screen and (min-width: 769px) {
  body.contact .inside_info .inquiry .list .select .select_menu .select_title:hover{
    background: #e60012;
  }
}

body.contact .inside_info .inquiry .list input.code, body.detail main .detail_info .detail_cont .pro_table .pro_table_list input.search_bar{
  width: calc(100% - 50px);
}
body.contact .inside_info .inquiry .list .code_number{
  display: inline-block;
  position: absolute;
  font-family: 'CenturyGothicBold', '微軟正黑體';
  color: #e60012;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
body.contact .inside_info .inquiry .list .input_full.show .code_number{
  color: #fff;
}
body.detail main .detail_info .detail_cont .pro_table .pro_table_list .input_full i{
  float: right;
  padding: 9px;
  color: #e60012;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
body.detail main .detail_info .detail_cont .pro_table .pro_table_list .input_full.show i{
  color: #fff;
}
body.contact .inside_info .inquiry .list .bt{
  float: left;
  width: 100%;
  text-align: center;
  margin: 50px 0 0 0;
}
body.contact .inside_info .inquiry .list .bt a{
  display: inline-block;
  margin: 0 10px;
  max-width: 220px;
}
@media screen and (max-width: 767px) {
  body.contact .inside_info .inquiry .list .input_full, body.contact .inside_info .inquiry .list .select_full{
    float: left;
    margin: 0 0 3px 0;
  }
  body.contact .inside_info .inquiry .list .input_half{
    width: calc(100% - 50px);
  }
  body.contact .inside_info .inquiry .list .select_half{
    width: 100%;
  }
  body.contact .inside_info .inquiry .list .input_full, body.contact .inside_info .inquiry .list .input_half{
    opacity: 0;
    top: 20px;
  }
  body.contact .inside_info .inquiry .list .input_full.wp_show, body.contact .inside_info .inquiry .list .input_half.wp_show{
    opacity: 1;
    top: 0;
  }
  body.contact .inside_info .inquiry .list .input_left{
    float: left;
    margin: 0 0 3px 0;
  }
  body.contact .inside_info .inquiry .list .input_right{
    float: left;
    margin: 0 0 3px 0;
  }
  body.contact .inside_info .inquiry .list .important{
    left: 18px;
    margin: 5px 0 0 0;
  }
  body.contact .inside_info .inquiry .list input, body.contact .inside_info .inquiry .list textarea, body.contact .inside_info .inquiry .list .select .text, body.contact .inside_info .inquiry .list .select .select_menu .select_title, .search_set_page .search_input input{
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
  body.contact .inside_info .inquiry .list .code_number{
    margin: 0 0 0 10px;
  }
  body.contact .inside_info .inquiry .list .bt{
    margin: 40px 0 0 0;
  }
  body.contact .inside_info .inquiry .list .bt a{
    display: block;
    margin: 0;
    float: left;
  }
  body.contact .inside_info .inquiry .list .bt a{
    max-width: initial;
  }
}

/* 20211101 */
.app_lay{
	margin-bottom: 0 !important;
}
.app_lay .text{
	padding-top: 5%;
}

@media screen and (max-width: 767px) {
	.app_lay .text{
		padding-top: 0;
	}
}

.qa_btn{
	float: left;
	width: 100%;
	text-align: center;
	margin: 50px 0 0 0;
}

.qa_btn a{
	display: inline-block !important;
	margin: 0 10px !important;
	max-width: 220px !important;
}

.contact_50w{
    width: calc(50% - 20px);
}

.contact_100w{
    width: calc(50% - 20px);
}

@media screen and (max-width: 1200px) {
    .contact_50w{
        width: calc(100% - 20px);
    }
}

.flex-container{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.space-around{
    justify-content: space-around;
}

.youtube_iframe{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.youtube_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dis_767_block{
    display: none;
}

@media screen and (max-width: 767px) {
    .dis_767_block{
        display: block;
    }
}

.investor_year{
    color: #e60012;
    border-bottom: 1px solid #e60012;
    margin-bottom: 25px;
}

.investor_item{
    float: left;
    width: 94%;
    display: block;
    padding: 0px 3%;
    margin: 10px 0px;
}

.investor_item_title{
    float: left;
    width: 85%;
    padding: 0px;
    margin: 0px;
}

.investor_item_down{
    float: left;
    width: 14%;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.investor_item_down a{
    display: block;
    width: 100%;
}
.red_table{
	width: 100% !important;
}

.red_table .pro_table_info{
	width: auto !important;
	min-width: 100% !important;
}

.red_table table{
    table-layout: fixed;
}

.red_table thead tr th {
     position:sticky;
     top:0; /* 列首永遠固定於上 */
}

.red_table{
    max-height: 400px;
    overflow:auto;
    white-space:nowrap;
}

.red_table::-webkit-scrollbar{
    width: 5px;
    height: 5px;
  }
.red_table::-webkit-scrollbar-track{
    background: #f1f1f1;
  }
.red_table::-webkit-scrollbar-thumb{
    background: #888;
  }
.red_table::-webkit-scrollbar-thumb:hover{
    background: #555;
  }
.technological_i_table{
	min-width:100%;
	width: auto;
	margin-top: 0 !important;
}
.esg_btn a{
	width: 200px !important;
	margin: 0 10px 15px 0 !important;
}
@media screen and (max-width: 950px) {
	.esg_btn a{
		width: auto !important;
	}
}
.red_text{
	color: #e60012 !important; 
}
.red_block_text{
	position: relative;
	display: block;
	overflow: hidden;
	padding-bottom: 60px;
	margin: 30px 0 40px 0;
}
.red_block_text_tit{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	background: #e60012;
	border-radius: 15px;
	padding: 15px 45px 65px 20px;
	z-index: 1;
}
.red_block_text_con{
	position: relative;
	right: 0;
	top: 45px;
	border: 5px solid #e60012;
	background: #fff;
	border-radius: 15px;
	padding: 15px;
	width: 95%;
	z-index: 2;
	float: right;
}
.grey_block_text_tit{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	background: #7f7f7f;
	border-radius: 15px;
	padding: 15px 45px 65px 20px;
	z-index: 1;
}
.grey_block_text_con{
	position: relative;
	right: 0;
	top: 45px;
	border: 5px solid #fff;
	background: #f2f2f2;
	border-radius: 15px;
	padding: 15px;
	width: 95%;
	z-index: 2;
	float: right;
}

@media screen and (max-width: 950px) {
	.red_block_text_con, .grey_block_text_con{
		width: 85%;
	}
}
.flex_wauto_jcenter{
	display: flex;
	width: auto;
	min-width: 100%;
	justify-content: center;
}
@media screen and (max-width: 950px) {
	.flex_wauto_jcenter{
		justify-content: flex-start;
	}
}
.esg01_01{
	background: #e60012;
	border-radius: 15px;
	padding: 15px;
	color: #fff;
	font-size: 22px;
	line-height: 20px;
	width: calc(100% - 30px);
	text-align: center;
	margin-bottom: 30px;
}
.circle_fukuta{
	position: absolute;
	right: calc(50% - 130px);
	top: 25px;
	border: 30px solid #f2f2f2;
	background: #e60012;
	color: #fff;
	font-size: 30px; 
	text-align: center; 
	height: 200px; 
	width: 200px; 
	z-index: 2; 
	border-radius: 50%; 
	line-height: 45px; 
	font-weight: bold; 
	display: flex; 
	align-items: center; 
	justify-content: center
}
.esg01_grid{
	position: absolute;
	width: 45%;
	padding: 50px 0;
	text-align: center; 
	border: 1px solid #000; 
	z-index: 1; 
	border-radius: 15px; 
	font-size: 35px;
	font-weight: 700;
}
@media screen and (max-width: 950px) {
	.circle_fukuta{
		right: calc(50% - 75px);
		top: 70px;
		border: 15px solid #f2f2f2;
		font-size: 22px; 
		text-align: center; 
		height: 120px; 
		width: 120px; 
		z-index: 2; 
		line-height: 30px; 
		font-weight: bold; 
		display: flex; 
		align-items: center; 
		justify-content: center
	}
	.esg01_grid{
		font-size: 20px;
	}
}
.text_left{
	text-align: left !important;
}
.text_center{
	text-align: center !important;
}
.text_right{
	text-align: right !important;
}
.esg_bg_red{
	background: #e60012 !important;
	color: #fff !important;
}
.esg_bg_darkred{
	background: #b8000e !important;
	color: #fff !important;
}
.esg_bg_yellow{
	background: #ffc000 !important;
}
.esg_bg_darkgrey{
	background: #7f7f7f !important;
	color: #fff !important;
}
.esg_bg_grey{
	background: #a6a6a6 !important;
}
.esg_bg_lightgrey{
	background: #f2f2f2 !important;
}
.esg_bg_pink{
	background: #fff0f1 !important;
}
.esg_bg_lightblue{
	background: #dae3f3 !important;
}
.esg_bg_lightgreen{
	background: #e8f3d4 !important;
}
.esg01_table thead{
	text-align: center;
}
.esg01_table th{
	background: #e60012;
	color: #fff;
	padding: 10px;
}	
.esg01_table td{
	padding: 10px;
	border-bottom: 1px solid #e60012;
	vertical-align: top;
}
.esg01_table td ul li{
	padding-left: 10px !important;
	text-align: left;
}
.esg01_02_1{
	float: left; width: calc(25% - 19px); margin-right: 15px;
}
.esg01_02_2{
	float: left; width: 25%;
}
.esg01_02_3{
	float: left; width: calc(25% - 19px); margin-left: 15px;
}
@media screen and (max-width: 950px) {
	.esg01_02_1, .esg01_02_2, .esg01_02_3{
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
}
.esg01_2_table td{
	padding: 10px;
	border-bottom: 1px solid #7f7f7f;
}
.esg01_2_table th{
	padding: 10px;
	background: #f2f2f2;
}
.esg01_3_table td, .esg01_4_table th, .esg01_4_table td, .esg01_5_table td{
	padding: 10px;
}
.esg01_4_table thead th{
	background: #7f7f7f;
	color: #fff;
}
.esg01_4_table tbody th{
	background: #f2f2f2;
	border-bottom: 2px solid #fff;
}
.esg01_4_table tbody td{
	text-align: left;
	border-bottom: 2px solid;
}
.esg01_5_table td{
	border-bottom: 2px solid #7f7f7f;
}
.esg02_step_item{
	display: flex;
	align-items: center;
}
.esg02_step{
	float: left;
	width: calc(30% - 34px);
	border: 2px dashed #e60012;
	border-radius: 15px;
	padding: 15px;
}
.esg02_stepto{
	float: left;
	width: 5%;
	background-image: url("../images/esg02_stepto.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
}
@media screen and (max-width: 950px) {
	.esg02_step_item{
		display: block;
	}
	.esg02_step{
		width: calc(100% - 34px);
	}
	.esg02_stepto{
		width: 100%;
		background-image: url("../images/esg02_stepto2.png");
		margin: 10px 0;
	}
}
.esg08_img_itme{
	float: left;
	width: 100%;
	padding: 20px 0 40px 0;
}
.esg08_img{
	float: left;
	width: 33.33%;
}
@media screen and (max-width: 950px) {
	.esg08_img{
		width: 100%;
	}
}
.esg_p{
	text-indent: 2em;
	text-align: left;
}